dinput: Add Mac OS/X joystick support.
[wine/hacks.git] / configure
blob8bf88e1981d852a5281ceee614eb1377575d71c5
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 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_comm_drv16=${enable_comm_drv16:-no}
3905 enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3906 enable_display_drv16=${enable_display_drv16:-no}
3907 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3908 enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3909 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3910 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3911 enable_mouse_drv16=${enable_mouse_drv16:-no}
3912 enable_stress_dll16=${enable_stress_dll16:-no}
3913 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3914 enable_vmm_vxd=${enable_vmm_vxd:-no}
3915 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3916 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3917 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3918 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3919 enable_w32skrnl=${enable_w32skrnl:-no}
3920 enable_win87em_dll16=${enable_win87em_dll16:-no}
3921 enable_windebug_dll16=${enable_windebug_dll16:-no}
3922 enable_winedos=${enable_winedos:-no}
3923 enable_winevdm=${enable_winevdm:-no}
3924 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3925 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3928 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3929 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3930 if test "${wine_cv_toolsdir+set}" = set; then
3931 $as_echo_n "(cached) " >&6
3932 else
3933 if test -z "$with_wine_tools"; then
3934 if test "$cross_compiling" = "yes"; then
3935 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3936 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3937 { (exit 1); exit 1; }; }
3938 else
3939 wine_cv_toolsdir="\$(TOPOBJDIR)"
3941 elif test -d "$with_wine_tools/tools/winebuild"; then
3942 case $with_wine_tools in
3943 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3944 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3945 esac
3946 else
3947 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3948 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3949 { (exit 1); exit 1; }; }
3952 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3953 $as_echo "$wine_cv_toolsdir" >&6; }
3954 TOOLSDIR=$wine_cv_toolsdir
3956 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3957 then
3958 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3962 for ac_prog in flex
3964 # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_FLEX+set}" = set; then
3969 $as_echo_n "(cached) " >&6
3970 else
3971 if test -n "$FLEX"; then
3972 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_FLEX="$ac_prog"
3982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 break 2
3985 done
3986 done
3987 IFS=$as_save_IFS
3991 FLEX=$ac_cv_prog_FLEX
3992 if test -n "$FLEX"; then
3993 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3994 $as_echo "$FLEX" >&6; }
3995 else
3996 { $as_echo "$as_me:$LINENO: result: no" >&5
3997 $as_echo "no" >&6; }
4001 test -n "$FLEX" && break
4002 done
4003 test -n "$FLEX" || FLEX="none"
4005 if test "$FLEX" = "none"
4006 then
4007 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4008 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4009 { (exit 1); exit 1; }; }
4012 for ac_prog in bison
4014 # Extract the first word of "$ac_prog", so it can be a program name with args.
4015 set dummy $ac_prog; ac_word=$2
4016 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4017 $as_echo_n "checking for $ac_word... " >&6; }
4018 if test "${ac_cv_prog_BISON+set}" = set; then
4019 $as_echo_n "(cached) " >&6
4020 else
4021 if test -n "$BISON"; then
4022 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4023 else
4024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4025 for as_dir in $PATH
4027 IFS=$as_save_IFS
4028 test -z "$as_dir" && as_dir=.
4029 for ac_exec_ext in '' $ac_executable_extensions; do
4030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4031 ac_cv_prog_BISON="$ac_prog"
4032 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4033 break 2
4035 done
4036 done
4037 IFS=$as_save_IFS
4041 BISON=$ac_cv_prog_BISON
4042 if test -n "$BISON"; then
4043 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4044 $as_echo "$BISON" >&6; }
4045 else
4046 { $as_echo "$as_me:$LINENO: result: no" >&5
4047 $as_echo "no" >&6; }
4051 test -n "$BISON" && break
4052 done
4053 test -n "$BISON" || BISON="none"
4055 if test "$BISON" = "none"
4056 then
4057 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4058 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4059 { (exit 1); exit 1; }; }
4062 if test -n "$ac_tool_prefix"; then
4063 for ac_prog in gas as
4065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_AS+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$AS"; then
4073 ac_cv_prog_AS="$AS" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 AS=$ac_cv_prog_AS
4093 if test -n "$AS"; then
4094 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4095 $as_echo "$AS" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$AS" && break
4103 done
4105 if test -z "$AS"; then
4106 ac_ct_AS=$AS
4107 for ac_prog in gas as
4109 # Extract the first word of "$ac_prog", so it can be a program name with args.
4110 set dummy $ac_prog; ac_word=$2
4111 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4112 $as_echo_n "checking for $ac_word... " >&6; }
4113 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4114 $as_echo_n "(cached) " >&6
4115 else
4116 if test -n "$ac_ct_AS"; then
4117 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4118 else
4119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120 for as_dir in $PATH
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_AS="$ac_prog"
4127 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4130 done
4131 done
4132 IFS=$as_save_IFS
4136 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4137 if test -n "$ac_ct_AS"; then
4138 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4139 $as_echo "$ac_ct_AS" >&6; }
4140 else
4141 { $as_echo "$as_me:$LINENO: result: no" >&5
4142 $as_echo "no" >&6; }
4146 test -n "$ac_ct_AS" && break
4147 done
4149 if test "x$ac_ct_AS" = x; then
4150 AS="as"
4151 else
4152 case $cross_compiling:$ac_tool_warned in
4153 yes:)
4154 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4156 ac_tool_warned=yes ;;
4157 esac
4158 AS=$ac_ct_AS
4162 if test -n "$ac_tool_prefix"; then
4163 for ac_prog in ld gld
4165 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4166 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4167 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4168 $as_echo_n "checking for $ac_word... " >&6; }
4169 if test "${ac_cv_prog_LD+set}" = set; then
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -n "$LD"; then
4173 ac_cv_prog_LD="$LD" # Let the user override the test.
4174 else
4175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176 for as_dir in $PATH
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
4180 for ac_exec_ext in '' $ac_executable_extensions; do
4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4182 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4183 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4184 break 2
4186 done
4187 done
4188 IFS=$as_save_IFS
4192 LD=$ac_cv_prog_LD
4193 if test -n "$LD"; then
4194 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4195 $as_echo "$LD" >&6; }
4196 else
4197 { $as_echo "$as_me:$LINENO: result: no" >&5
4198 $as_echo "no" >&6; }
4202 test -n "$LD" && break
4203 done
4205 if test -z "$LD"; then
4206 ac_ct_LD=$LD
4207 for ac_prog in ld gld
4209 # Extract the first word of "$ac_prog", so it can be a program name with args.
4210 set dummy $ac_prog; ac_word=$2
4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4212 $as_echo_n "checking for $ac_word... " >&6; }
4213 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4214 $as_echo_n "(cached) " >&6
4215 else
4216 if test -n "$ac_ct_LD"; then
4217 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4218 else
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220 for as_dir in $PATH
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_ac_ct_LD="$ac_prog"
4227 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4230 done
4231 done
4232 IFS=$as_save_IFS
4236 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4237 if test -n "$ac_ct_LD"; then
4238 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4239 $as_echo "$ac_ct_LD" >&6; }
4240 else
4241 { $as_echo "$as_me:$LINENO: result: no" >&5
4242 $as_echo "no" >&6; }
4246 test -n "$ac_ct_LD" && break
4247 done
4249 if test "x$ac_ct_LD" = x; then
4250 LD="ld"
4251 else
4252 case $cross_compiling:$ac_tool_warned in
4253 yes:)
4254 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4255 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4256 ac_tool_warned=yes ;;
4257 esac
4258 LD=$ac_ct_LD
4262 if test -n "$ac_tool_prefix"; then
4263 for ac_prog in nm gnm
4265 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4266 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4267 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4268 $as_echo_n "checking for $ac_word... " >&6; }
4269 if test "${ac_cv_prog_NM+set}" = set; then
4270 $as_echo_n "(cached) " >&6
4271 else
4272 if test -n "$NM"; then
4273 ac_cv_prog_NM="$NM" # Let the user override the test.
4274 else
4275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4276 for as_dir in $PATH
4278 IFS=$as_save_IFS
4279 test -z "$as_dir" && as_dir=.
4280 for ac_exec_ext in '' $ac_executable_extensions; do
4281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4282 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4284 break 2
4286 done
4287 done
4288 IFS=$as_save_IFS
4292 NM=$ac_cv_prog_NM
4293 if test -n "$NM"; then
4294 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4295 $as_echo "$NM" >&6; }
4296 else
4297 { $as_echo "$as_me:$LINENO: result: no" >&5
4298 $as_echo "no" >&6; }
4302 test -n "$NM" && break
4303 done
4305 if test -z "$NM"; then
4306 ac_ct_NM=$NM
4307 for ac_prog in nm gnm
4309 # Extract the first word of "$ac_prog", so it can be a program name with args.
4310 set dummy $ac_prog; ac_word=$2
4311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4312 $as_echo_n "checking for $ac_word... " >&6; }
4313 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4314 $as_echo_n "(cached) " >&6
4315 else
4316 if test -n "$ac_ct_NM"; then
4317 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4318 else
4319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4320 for as_dir in $PATH
4322 IFS=$as_save_IFS
4323 test -z "$as_dir" && as_dir=.
4324 for ac_exec_ext in '' $ac_executable_extensions; do
4325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4326 ac_cv_prog_ac_ct_NM="$ac_prog"
4327 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4328 break 2
4330 done
4331 done
4332 IFS=$as_save_IFS
4336 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4337 if test -n "$ac_ct_NM"; then
4338 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4339 $as_echo "$ac_ct_NM" >&6; }
4340 else
4341 { $as_echo "$as_me:$LINENO: result: no" >&5
4342 $as_echo "no" >&6; }
4346 test -n "$ac_ct_NM" && break
4347 done
4349 if test "x$ac_ct_NM" = x; then
4350 NM="nm"
4351 else
4352 case $cross_compiling:$ac_tool_warned in
4353 yes:)
4354 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4355 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4356 ac_tool_warned=yes ;;
4357 esac
4358 NM=$ac_ct_NM
4362 if test -n "$ac_tool_prefix"; then
4363 for ac_prog in ar gar
4365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4367 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_AR+set}" = set; then
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if test -n "$AR"; then
4373 ac_cv_prog_AR="$AR" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4378 IFS=$as_save_IFS
4379 test -z "$as_dir" && as_dir=.
4380 for ac_exec_ext in '' $ac_executable_extensions; do
4381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4382 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4383 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4384 break 2
4386 done
4387 done
4388 IFS=$as_save_IFS
4392 AR=$ac_cv_prog_AR
4393 if test -n "$AR"; then
4394 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4395 $as_echo "$AR" >&6; }
4396 else
4397 { $as_echo "$as_me:$LINENO: result: no" >&5
4398 $as_echo "no" >&6; }
4402 test -n "$AR" && break
4403 done
4405 if test -z "$AR"; then
4406 ac_ct_AR=$AR
4407 for ac_prog in ar gar
4409 # Extract the first word of "$ac_prog", so it can be a program name with args.
4410 set dummy $ac_prog; ac_word=$2
4411 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4412 $as_echo_n "checking for $ac_word... " >&6; }
4413 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4414 $as_echo_n "(cached) " >&6
4415 else
4416 if test -n "$ac_ct_AR"; then
4417 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_ac_ct_AR="$ac_prog"
4427 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4430 done
4431 done
4432 IFS=$as_save_IFS
4436 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4437 if test -n "$ac_ct_AR"; then
4438 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4439 $as_echo "$ac_ct_AR" >&6; }
4440 else
4441 { $as_echo "$as_me:$LINENO: result: no" >&5
4442 $as_echo "no" >&6; }
4446 test -n "$ac_ct_AR" && break
4447 done
4449 if test "x$ac_ct_AR" = x; then
4450 AR="ar"
4451 else
4452 case $cross_compiling:$ac_tool_warned in
4453 yes:)
4454 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4455 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4456 ac_tool_warned=yes ;;
4457 esac
4458 AR=$ac_ct_AR
4462 ARFLAGS=rc
4464 if test -n "$ac_tool_prefix"; then
4465 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4466 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if test "${ac_cv_prog_RANLIB+set}" = set; then
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -n "$RANLIB"; then
4473 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4483 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4484 break 2
4486 done
4487 done
4488 IFS=$as_save_IFS
4492 RANLIB=$ac_cv_prog_RANLIB
4493 if test -n "$RANLIB"; then
4494 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4495 $as_echo "$RANLIB" >&6; }
4496 else
4497 { $as_echo "$as_me:$LINENO: result: no" >&5
4498 $as_echo "no" >&6; }
4503 if test -z "$ac_cv_prog_RANLIB"; then
4504 ac_ct_RANLIB=$RANLIB
4505 # Extract the first word of "ranlib", so it can be a program name with args.
4506 set dummy ranlib; ac_word=$2
4507 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4508 $as_echo_n "checking for $ac_word... " >&6; }
4509 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4510 $as_echo_n "(cached) " >&6
4511 else
4512 if test -n "$ac_ct_RANLIB"; then
4513 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_ac_ct_RANLIB="ranlib"
4523 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4533 if test -n "$ac_ct_RANLIB"; then
4534 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4535 $as_echo "$ac_ct_RANLIB" >&6; }
4536 else
4537 { $as_echo "$as_me:$LINENO: result: no" >&5
4538 $as_echo "no" >&6; }
4541 if test "x$ac_ct_RANLIB" = x; then
4542 RANLIB=":"
4543 else
4544 case $cross_compiling:$ac_tool_warned in
4545 yes:)
4546 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4548 ac_tool_warned=yes ;;
4549 esac
4550 RANLIB=$ac_ct_RANLIB
4552 else
4553 RANLIB="$ac_cv_prog_RANLIB"
4556 if test -n "$ac_tool_prefix"; then
4557 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4558 set dummy ${ac_tool_prefix}strip; ac_word=$2
4559 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4560 $as_echo_n "checking for $ac_word... " >&6; }
4561 if test "${ac_cv_prog_STRIP+set}" = set; then
4562 $as_echo_n "(cached) " >&6
4563 else
4564 if test -n "$STRIP"; then
4565 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4566 else
4567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 for as_dir in $PATH
4570 IFS=$as_save_IFS
4571 test -z "$as_dir" && as_dir=.
4572 for ac_exec_ext in '' $ac_executable_extensions; do
4573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4574 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4575 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4576 break 2
4578 done
4579 done
4580 IFS=$as_save_IFS
4584 STRIP=$ac_cv_prog_STRIP
4585 if test -n "$STRIP"; then
4586 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4587 $as_echo "$STRIP" >&6; }
4588 else
4589 { $as_echo "$as_me:$LINENO: result: no" >&5
4590 $as_echo "no" >&6; }
4595 if test -z "$ac_cv_prog_STRIP"; then
4596 ac_ct_STRIP=$STRIP
4597 # Extract the first word of "strip", so it can be a program name with args.
4598 set dummy strip; ac_word=$2
4599 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4600 $as_echo_n "checking for $ac_word... " >&6; }
4601 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4602 $as_echo_n "(cached) " >&6
4603 else
4604 if test -n "$ac_ct_STRIP"; then
4605 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4606 else
4607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4608 for as_dir in $PATH
4610 IFS=$as_save_IFS
4611 test -z "$as_dir" && as_dir=.
4612 for ac_exec_ext in '' $ac_executable_extensions; do
4613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4614 ac_cv_prog_ac_ct_STRIP="strip"
4615 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4616 break 2
4618 done
4619 done
4620 IFS=$as_save_IFS
4624 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4625 if test -n "$ac_ct_STRIP"; then
4626 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4627 $as_echo "$ac_ct_STRIP" >&6; }
4628 else
4629 { $as_echo "$as_me:$LINENO: result: no" >&5
4630 $as_echo "no" >&6; }
4633 if test "x$ac_ct_STRIP" = x; then
4634 STRIP="strip"
4635 else
4636 case $cross_compiling:$ac_tool_warned in
4637 yes:)
4638 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4639 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4640 ac_tool_warned=yes ;;
4641 esac
4642 STRIP=$ac_ct_STRIP
4644 else
4645 STRIP="$ac_cv_prog_STRIP"
4648 if test -n "$ac_tool_prefix"; then
4649 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4650 set dummy ${ac_tool_prefix}windres; ac_word=$2
4651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4652 $as_echo_n "checking for $ac_word... " >&6; }
4653 if test "${ac_cv_prog_WINDRES+set}" = set; then
4654 $as_echo_n "(cached) " >&6
4655 else
4656 if test -n "$WINDRES"; then
4657 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4658 else
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4666 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668 break 2
4670 done
4671 done
4672 IFS=$as_save_IFS
4676 WINDRES=$ac_cv_prog_WINDRES
4677 if test -n "$WINDRES"; then
4678 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4679 $as_echo "$WINDRES" >&6; }
4680 else
4681 { $as_echo "$as_me:$LINENO: result: no" >&5
4682 $as_echo "no" >&6; }
4687 if test -z "$ac_cv_prog_WINDRES"; then
4688 ac_ct_WINDRES=$WINDRES
4689 # Extract the first word of "windres", so it can be a program name with args.
4690 set dummy windres; ac_word=$2
4691 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4692 $as_echo_n "checking for $ac_word... " >&6; }
4693 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4694 $as_echo_n "(cached) " >&6
4695 else
4696 if test -n "$ac_ct_WINDRES"; then
4697 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4698 else
4699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700 for as_dir in $PATH
4702 IFS=$as_save_IFS
4703 test -z "$as_dir" && as_dir=.
4704 for ac_exec_ext in '' $ac_executable_extensions; do
4705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4706 ac_cv_prog_ac_ct_WINDRES="windres"
4707 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4708 break 2
4710 done
4711 done
4712 IFS=$as_save_IFS
4716 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4717 if test -n "$ac_ct_WINDRES"; then
4718 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4719 $as_echo "$ac_ct_WINDRES" >&6; }
4720 else
4721 { $as_echo "$as_me:$LINENO: result: no" >&5
4722 $as_echo "no" >&6; }
4725 if test "x$ac_ct_WINDRES" = x; then
4726 WINDRES="false"
4727 else
4728 case $cross_compiling:$ac_tool_warned in
4729 yes:)
4730 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4732 ac_tool_warned=yes ;;
4733 esac
4734 WINDRES=$ac_ct_WINDRES
4736 else
4737 WINDRES="$ac_cv_prog_WINDRES"
4740 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4741 $as_echo_n "checking whether ln -s works... " >&6; }
4742 LN_S=$as_ln_s
4743 if test "$LN_S" = "ln -s"; then
4744 { $as_echo "$as_me:$LINENO: result: yes" >&5
4745 $as_echo "yes" >&6; }
4746 else
4747 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4748 $as_echo "no, using $LN_S" >&6; }
4751 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4752 $as_echo_n "checking whether ln works... " >&6; }
4753 rm -f conf$$ conf$$.file
4754 echo >conf$$.file
4755 if ln conf$$.file conf$$ 2>/dev/null; then
4756 LN=ln
4758 { $as_echo "$as_me:$LINENO: result: yes" >&5
4759 $as_echo "yes" >&6; }
4760 else
4761 LN="cp -p"
4763 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4764 $as_echo "no, using $LN" >&6; }
4766 rm -f conf$$ conf$$.file
4767 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4768 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4769 if test "${ac_cv_path_GREP+set}" = set; then
4770 $as_echo_n "(cached) " >&6
4771 else
4772 if test -z "$GREP"; then
4773 ac_path_GREP_found=false
4774 # Loop through the user's path and test for each of PROGNAME-LIST
4775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4778 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=.
4780 for ac_prog in grep ggrep; do
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4783 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4784 # Check for GNU ac_path_GREP and select it if it is found.
4785 # Check for GNU $ac_path_GREP
4786 case `"$ac_path_GREP" --version 2>&1` in
4787 *GNU*)
4788 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4790 ac_count=0
4791 $as_echo_n 0123456789 >"conftest.in"
4792 while :
4794 cat "conftest.in" "conftest.in" >"conftest.tmp"
4795 mv "conftest.tmp" "conftest.in"
4796 cp "conftest.in" "conftest.nl"
4797 $as_echo 'GREP' >> "conftest.nl"
4798 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4799 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4800 ac_count=`expr $ac_count + 1`
4801 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4802 # Best one so far, save it but keep looking for a better one
4803 ac_cv_path_GREP="$ac_path_GREP"
4804 ac_path_GREP_max=$ac_count
4806 # 10*(2^10) chars as input seems more than enough
4807 test $ac_count -gt 10 && break
4808 done
4809 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4810 esac
4812 $ac_path_GREP_found && break 3
4813 done
4814 done
4815 done
4816 IFS=$as_save_IFS
4817 if test -z "$ac_cv_path_GREP"; then
4818 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4819 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4820 { (exit 1); exit 1; }; }
4822 else
4823 ac_cv_path_GREP=$GREP
4827 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4828 $as_echo "$ac_cv_path_GREP" >&6; }
4829 GREP="$ac_cv_path_GREP"
4832 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4833 $as_echo_n "checking for egrep... " >&6; }
4834 if test "${ac_cv_path_EGREP+set}" = set; then
4835 $as_echo_n "(cached) " >&6
4836 else
4837 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4838 then ac_cv_path_EGREP="$GREP -E"
4839 else
4840 if test -z "$EGREP"; then
4841 ac_path_EGREP_found=false
4842 # Loop through the user's path and test for each of PROGNAME-LIST
4843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4846 IFS=$as_save_IFS
4847 test -z "$as_dir" && as_dir=.
4848 for ac_prog in egrep; do
4849 for ac_exec_ext in '' $ac_executable_extensions; do
4850 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4851 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4852 # Check for GNU ac_path_EGREP and select it if it is found.
4853 # Check for GNU $ac_path_EGREP
4854 case `"$ac_path_EGREP" --version 2>&1` in
4855 *GNU*)
4856 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4858 ac_count=0
4859 $as_echo_n 0123456789 >"conftest.in"
4860 while :
4862 cat "conftest.in" "conftest.in" >"conftest.tmp"
4863 mv "conftest.tmp" "conftest.in"
4864 cp "conftest.in" "conftest.nl"
4865 $as_echo 'EGREP' >> "conftest.nl"
4866 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4867 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4868 ac_count=`expr $ac_count + 1`
4869 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4870 # Best one so far, save it but keep looking for a better one
4871 ac_cv_path_EGREP="$ac_path_EGREP"
4872 ac_path_EGREP_max=$ac_count
4874 # 10*(2^10) chars as input seems more than enough
4875 test $ac_count -gt 10 && break
4876 done
4877 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4878 esac
4880 $ac_path_EGREP_found && break 3
4881 done
4882 done
4883 done
4884 IFS=$as_save_IFS
4885 if test -z "$ac_cv_path_EGREP"; then
4886 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4887 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4888 { (exit 1); exit 1; }; }
4890 else
4891 ac_cv_path_EGREP=$EGREP
4896 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4897 $as_echo "$ac_cv_path_EGREP" >&6; }
4898 EGREP="$ac_cv_path_EGREP"
4901 # Extract the first word of "ldconfig", so it can be a program name with args.
4902 set dummy ldconfig; ac_word=$2
4903 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4904 $as_echo_n "checking for $ac_word... " >&6; }
4905 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4906 $as_echo_n "(cached) " >&6
4907 else
4908 case $LDCONFIG in
4909 [\\/]* | ?:[\\/]*)
4910 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914 for as_dir in /sbin /usr/sbin $PATH
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4920 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4921 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4924 done
4925 done
4926 IFS=$as_save_IFS
4928 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4930 esac
4932 LDCONFIG=$ac_cv_path_LDCONFIG
4933 if test -n "$LDCONFIG"; then
4934 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4935 $as_echo "$LDCONFIG" >&6; }
4936 else
4937 { $as_echo "$as_me:$LINENO: result: no" >&5
4938 $as_echo "no" >&6; }
4942 # Find a good install program. We prefer a C program (faster),
4943 # so one script is as good as another. But avoid the broken or
4944 # incompatible versions:
4945 # SysV /etc/install, /usr/sbin/install
4946 # SunOS /usr/etc/install
4947 # IRIX /sbin/install
4948 # AIX /bin/install
4949 # AmigaOS /C/install, which installs bootblocks on floppy discs
4950 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4951 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4952 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4953 # OS/2's system install, which has a completely different semantic
4954 # ./install, which can be erroneously created by make from ./install.sh.
4955 # Reject install programs that cannot install multiple files.
4956 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4957 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4958 if test -z "$INSTALL"; then
4959 if test "${ac_cv_path_install+set}" = set; then
4960 $as_echo_n "(cached) " >&6
4961 else
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963 for as_dir in $PATH
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 # Account for people who put trailing slashes in PATH elements.
4968 case $as_dir/ in
4969 ./ | .// | /cC/* | \
4970 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4971 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4972 /usr/ucb/* ) ;;
4974 # OSF1 and SCO ODT 3.0 have their own names for install.
4975 # Don't use installbsd from OSF since it installs stuff as root
4976 # by default.
4977 for ac_prog in ginstall scoinst install; do
4978 for ac_exec_ext in '' $ac_executable_extensions; do
4979 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4980 if test $ac_prog = install &&
4981 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4982 # AIX install. It has an incompatible calling convention.
4984 elif test $ac_prog = install &&
4985 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4986 # program-specific install script used by HP pwplus--don't use.
4988 else
4989 rm -rf conftest.one conftest.two conftest.dir
4990 echo one > conftest.one
4991 echo two > conftest.two
4992 mkdir conftest.dir
4993 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4994 test -s conftest.one && test -s conftest.two &&
4995 test -s conftest.dir/conftest.one &&
4996 test -s conftest.dir/conftest.two
4997 then
4998 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4999 break 3
5003 done
5004 done
5006 esac
5008 done
5009 IFS=$as_save_IFS
5011 rm -rf conftest.one conftest.two conftest.dir
5014 if test "${ac_cv_path_install+set}" = set; then
5015 INSTALL=$ac_cv_path_install
5016 else
5017 # As a last resort, use the slow shell script. Don't cache a
5018 # value for INSTALL within a source directory, because that will
5019 # break other packages using the cache if that directory is
5020 # removed, or if the value is a relative name.
5021 INSTALL=$ac_install_sh
5024 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5025 $as_echo "$INSTALL" >&6; }
5027 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5028 # It thinks the first close brace ends the variable substitution.
5029 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5031 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5033 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5035 case "$INSTALL" in
5036 [\\/$]* | ?:[\\/]* ) ;;
5037 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5038 esac
5040 for ac_prog in lclint lint
5042 # Extract the first word of "$ac_prog", so it can be a program name with args.
5043 set dummy $ac_prog; ac_word=$2
5044 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_LINT+set}" = set; then
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -n "$LINT"; then
5050 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5051 else
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_exec_ext in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_LINT="$ac_prog"
5060 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5061 break 2
5063 done
5064 done
5065 IFS=$as_save_IFS
5069 LINT=$ac_cv_prog_LINT
5070 if test -n "$LINT"; then
5071 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5072 $as_echo "$LINT" >&6; }
5073 else
5074 { $as_echo "$as_me:$LINENO: result: no" >&5
5075 $as_echo "no" >&6; }
5079 test -n "$LINT" && break
5080 done
5082 if test "$LINT" = "lint"
5083 then
5084 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5089 for ac_prog in fontforge
5091 # Extract the first word of "$ac_prog", so it can be a program name with args.
5092 set dummy $ac_prog; ac_word=$2
5093 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5094 $as_echo_n "checking for $ac_word... " >&6; }
5095 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5096 $as_echo_n "(cached) " >&6
5097 else
5098 if test -n "$FONTFORGE"; then
5099 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5100 else
5101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5102 for as_dir in $PATH
5104 IFS=$as_save_IFS
5105 test -z "$as_dir" && as_dir=.
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5108 ac_cv_prog_FONTFORGE="$ac_prog"
5109 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5110 break 2
5112 done
5113 done
5114 IFS=$as_save_IFS
5118 FONTFORGE=$ac_cv_prog_FONTFORGE
5119 if test -n "$FONTFORGE"; then
5120 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5121 $as_echo "$FONTFORGE" >&6; }
5122 else
5123 { $as_echo "$as_me:$LINENO: result: no" >&5
5124 $as_echo "no" >&6; }
5128 test -n "$FONTFORGE" && break
5129 done
5130 test -n "$FONTFORGE" || FONTFORGE="false"
5132 for ac_prog in pkg-config
5134 # Extract the first word of "$ac_prog", so it can be a program name with args.
5135 set dummy $ac_prog; ac_word=$2
5136 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5139 $as_echo_n "(cached) " >&6
5140 else
5141 if test -n "$PKG_CONFIG"; then
5142 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5143 else
5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5145 for as_dir in $PATH
5147 IFS=$as_save_IFS
5148 test -z "$as_dir" && as_dir=.
5149 for ac_exec_ext in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_PKG_CONFIG="$ac_prog"
5152 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5153 break 2
5155 done
5156 done
5157 IFS=$as_save_IFS
5161 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5162 if test -n "$PKG_CONFIG"; then
5163 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5164 $as_echo "$PKG_CONFIG" >&6; }
5165 else
5166 { $as_echo "$as_me:$LINENO: result: no" >&5
5167 $as_echo "no" >&6; }
5171 test -n "$PKG_CONFIG" && break
5172 done
5173 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5175 for ac_prog in rsvg
5177 # Extract the first word of "$ac_prog", so it can be a program name with args.
5178 set dummy $ac_prog; ac_word=$2
5179 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5180 $as_echo_n "checking for $ac_word... " >&6; }
5181 if test "${ac_cv_prog_RSVG+set}" = set; then
5182 $as_echo_n "(cached) " >&6
5183 else
5184 if test -n "$RSVG"; then
5185 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5186 else
5187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188 for as_dir in $PATH
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
5193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5194 ac_cv_prog_RSVG="$ac_prog"
5195 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5198 done
5199 done
5200 IFS=$as_save_IFS
5204 RSVG=$ac_cv_prog_RSVG
5205 if test -n "$RSVG"; then
5206 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5207 $as_echo "$RSVG" >&6; }
5208 else
5209 { $as_echo "$as_me:$LINENO: result: no" >&5
5210 $as_echo "no" >&6; }
5214 test -n "$RSVG" && break
5215 done
5216 test -n "$RSVG" || RSVG="false"
5218 for ac_prog in icotool
5220 # Extract the first word of "$ac_prog", so it can be a program name with args.
5221 set dummy $ac_prog; ac_word=$2
5222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5223 $as_echo_n "checking for $ac_word... " >&6; }
5224 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5225 $as_echo_n "(cached) " >&6
5226 else
5227 if test -n "$ICOTOOL"; then
5228 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5229 else
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 for as_dir in $PATH
5233 IFS=$as_save_IFS
5234 test -z "$as_dir" && as_dir=.
5235 for ac_exec_ext in '' $ac_executable_extensions; do
5236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5237 ac_cv_prog_ICOTOOL="$ac_prog"
5238 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 break 2
5241 done
5242 done
5243 IFS=$as_save_IFS
5247 ICOTOOL=$ac_cv_prog_ICOTOOL
5248 if test -n "$ICOTOOL"; then
5249 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5250 $as_echo "$ICOTOOL" >&6; }
5251 else
5252 { $as_echo "$as_me:$LINENO: result: no" >&5
5253 $as_echo "no" >&6; }
5257 test -n "$ICOTOOL" && break
5258 done
5259 test -n "$ICOTOOL" || ICOTOOL="false"
5262 if test "${enable_maintainer_mode+set}" = set
5263 then
5264 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5265 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5266 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5269 case $host_cpu in
5270 *i[3456789]86*)
5271 # Extract the first word of "prelink", so it can be a program name with args.
5272 set dummy prelink; ac_word=$2
5273 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5274 $as_echo_n "checking for $ac_word... " >&6; }
5275 if test "${ac_cv_path_PRELINK+set}" = set; then
5276 $as_echo_n "(cached) " >&6
5277 else
5278 case $PRELINK in
5279 [\\/]* | ?:[\\/]*)
5280 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5284 for as_dir in /sbin /usr/sbin $PATH
5286 IFS=$as_save_IFS
5287 test -z "$as_dir" && as_dir=.
5288 for ac_exec_ext in '' $ac_executable_extensions; do
5289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5290 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5291 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5292 break 2
5294 done
5295 done
5296 IFS=$as_save_IFS
5298 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5300 esac
5302 PRELINK=$ac_cv_path_PRELINK
5303 if test -n "$PRELINK"; then
5304 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5305 $as_echo "$PRELINK" >&6; }
5306 else
5307 { $as_echo "$as_me:$LINENO: result: no" >&5
5308 $as_echo "no" >&6; }
5313 esac
5317 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5318 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5319 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5320 $as_echo_n "(cached) " >&6
5321 else
5322 ac_check_lib_save_LIBS=$LIBS
5323 LIBS="-li386 $LIBS"
5324 cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h. */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h. */
5331 /* Override any GCC internal prototype to avoid an error.
5332 Use char because int might match the return type of a GCC
5333 builtin and then its argument prototype would still apply. */
5334 #ifdef __cplusplus
5335 extern "C"
5336 #endif
5337 char i386_set_ldt ();
5339 main ()
5341 return i386_set_ldt ();
5343 return 0;
5345 _ACEOF
5346 rm -f conftest.$ac_objext conftest$ac_exeext
5347 if { (ac_try="$ac_link"
5348 case "(($ac_try" in
5349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5350 *) ac_try_echo=$ac_try;;
5351 esac
5352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5353 $as_echo "$ac_try_echo") >&5
5354 (eval "$ac_link") 2>conftest.er1
5355 ac_status=$?
5356 grep -v '^ *+' conftest.er1 >conftest.err
5357 rm -f conftest.er1
5358 cat conftest.err >&5
5359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5360 (exit $ac_status); } && {
5361 test -z "$ac_c_werror_flag" ||
5362 test ! -s conftest.err
5363 } && test -s conftest$ac_exeext && {
5364 test "$cross_compiling" = yes ||
5365 $as_test_x conftest$ac_exeext
5366 }; then
5367 ac_cv_lib_i386_i386_set_ldt=yes
5368 else
5369 $as_echo "$as_me: failed program was:" >&5
5370 sed 's/^/| /' conftest.$ac_ext >&5
5372 ac_cv_lib_i386_i386_set_ldt=no
5375 rm -rf conftest.dSYM
5376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5377 conftest$ac_exeext conftest.$ac_ext
5378 LIBS=$ac_check_lib_save_LIBS
5380 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5381 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5382 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5383 cat >>confdefs.h <<_ACEOF
5384 #define HAVE_LIBI386 1
5385 _ACEOF
5387 LIBS="-li386 $LIBS"
5392 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5393 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5394 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5395 $as_echo_n "(cached) " >&6
5396 else
5397 ac_check_lib_save_LIBS=$LIBS
5398 LIBS="-lossaudio $LIBS"
5399 cat >conftest.$ac_ext <<_ACEOF
5400 /* confdefs.h. */
5401 _ACEOF
5402 cat confdefs.h >>conftest.$ac_ext
5403 cat >>conftest.$ac_ext <<_ACEOF
5404 /* end confdefs.h. */
5406 /* Override any GCC internal prototype to avoid an error.
5407 Use char because int might match the return type of a GCC
5408 builtin and then its argument prototype would still apply. */
5409 #ifdef __cplusplus
5410 extern "C"
5411 #endif
5412 char _oss_ioctl ();
5414 main ()
5416 return _oss_ioctl ();
5418 return 0;
5420 _ACEOF
5421 rm -f conftest.$ac_objext conftest$ac_exeext
5422 if { (ac_try="$ac_link"
5423 case "(($ac_try" in
5424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5425 *) ac_try_echo=$ac_try;;
5426 esac
5427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5428 $as_echo "$ac_try_echo") >&5
5429 (eval "$ac_link") 2>conftest.er1
5430 ac_status=$?
5431 grep -v '^ *+' conftest.er1 >conftest.err
5432 rm -f conftest.er1
5433 cat conftest.err >&5
5434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435 (exit $ac_status); } && {
5436 test -z "$ac_c_werror_flag" ||
5437 test ! -s conftest.err
5438 } && test -s conftest$ac_exeext && {
5439 test "$cross_compiling" = yes ||
5440 $as_test_x conftest$ac_exeext
5441 }; then
5442 ac_cv_lib_ossaudio__oss_ioctl=yes
5443 else
5444 $as_echo "$as_me: failed program was:" >&5
5445 sed 's/^/| /' conftest.$ac_ext >&5
5447 ac_cv_lib_ossaudio__oss_ioctl=no
5450 rm -rf conftest.dSYM
5451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5452 conftest$ac_exeext conftest.$ac_ext
5453 LIBS=$ac_check_lib_save_LIBS
5455 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5456 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5457 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5458 cat >>confdefs.h <<_ACEOF
5459 #define HAVE_LIBOSSAUDIO 1
5460 _ACEOF
5462 LIBS="-lossaudio $LIBS"
5467 XLIB=""
5469 OPENGL_LIBS=""
5473 ac_ext=c
5474 ac_cpp='$CPP $CPPFLAGS'
5475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5478 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5479 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5480 # On Suns, sometimes $CPP names a directory.
5481 if test -n "$CPP" && test -d "$CPP"; then
5482 CPP=
5484 if test -z "$CPP"; then
5485 if test "${ac_cv_prog_CPP+set}" = set; then
5486 $as_echo_n "(cached) " >&6
5487 else
5488 # Double quotes because CPP needs to be expanded
5489 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5491 ac_preproc_ok=false
5492 for ac_c_preproc_warn_flag in '' yes
5494 # Use a header file that comes with gcc, so configuring glibc
5495 # with a fresh cross-compiler works.
5496 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5497 # <limits.h> exists even on freestanding compilers.
5498 # On the NeXT, cc -E runs the code through the compiler's parser,
5499 # not just through cpp. "Syntax error" is here to catch this case.
5500 cat >conftest.$ac_ext <<_ACEOF
5501 /* confdefs.h. */
5502 _ACEOF
5503 cat confdefs.h >>conftest.$ac_ext
5504 cat >>conftest.$ac_ext <<_ACEOF
5505 /* end confdefs.h. */
5506 #ifdef __STDC__
5507 # include <limits.h>
5508 #else
5509 # include <assert.h>
5510 #endif
5511 Syntax error
5512 _ACEOF
5513 if { (ac_try="$ac_cpp conftest.$ac_ext"
5514 case "(($ac_try" in
5515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5516 *) ac_try_echo=$ac_try;;
5517 esac
5518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5519 $as_echo "$ac_try_echo") >&5
5520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5521 ac_status=$?
5522 grep -v '^ *+' conftest.er1 >conftest.err
5523 rm -f conftest.er1
5524 cat conftest.err >&5
5525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5526 (exit $ac_status); } >/dev/null && {
5527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5528 test ! -s conftest.err
5529 }; then
5531 else
5532 $as_echo "$as_me: failed program was:" >&5
5533 sed 's/^/| /' conftest.$ac_ext >&5
5535 # Broken: fails on valid input.
5536 continue
5539 rm -f conftest.err conftest.$ac_ext
5541 # OK, works on sane cases. Now check whether nonexistent headers
5542 # can be detected and how.
5543 cat >conftest.$ac_ext <<_ACEOF
5544 /* confdefs.h. */
5545 _ACEOF
5546 cat confdefs.h >>conftest.$ac_ext
5547 cat >>conftest.$ac_ext <<_ACEOF
5548 /* end confdefs.h. */
5549 #include <ac_nonexistent.h>
5550 _ACEOF
5551 if { (ac_try="$ac_cpp conftest.$ac_ext"
5552 case "(($ac_try" in
5553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5554 *) ac_try_echo=$ac_try;;
5555 esac
5556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5557 $as_echo "$ac_try_echo") >&5
5558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5559 ac_status=$?
5560 grep -v '^ *+' conftest.er1 >conftest.err
5561 rm -f conftest.er1
5562 cat conftest.err >&5
5563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); } >/dev/null && {
5565 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5566 test ! -s conftest.err
5567 }; then
5568 # Broken: success on invalid input.
5569 continue
5570 else
5571 $as_echo "$as_me: failed program was:" >&5
5572 sed 's/^/| /' conftest.$ac_ext >&5
5574 # Passes both tests.
5575 ac_preproc_ok=:
5576 break
5579 rm -f conftest.err conftest.$ac_ext
5581 done
5582 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5583 rm -f conftest.err conftest.$ac_ext
5584 if $ac_preproc_ok; then
5585 break
5588 done
5589 ac_cv_prog_CPP=$CPP
5592 CPP=$ac_cv_prog_CPP
5593 else
5594 ac_cv_prog_CPP=$CPP
5596 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5597 $as_echo "$CPP" >&6; }
5598 ac_preproc_ok=false
5599 for ac_c_preproc_warn_flag in '' yes
5601 # Use a header file that comes with gcc, so configuring glibc
5602 # with a fresh cross-compiler works.
5603 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5604 # <limits.h> exists even on freestanding compilers.
5605 # On the NeXT, cc -E runs the code through the compiler's parser,
5606 # not just through cpp. "Syntax error" is here to catch this case.
5607 cat >conftest.$ac_ext <<_ACEOF
5608 /* confdefs.h. */
5609 _ACEOF
5610 cat confdefs.h >>conftest.$ac_ext
5611 cat >>conftest.$ac_ext <<_ACEOF
5612 /* end confdefs.h. */
5613 #ifdef __STDC__
5614 # include <limits.h>
5615 #else
5616 # include <assert.h>
5617 #endif
5618 Syntax error
5619 _ACEOF
5620 if { (ac_try="$ac_cpp conftest.$ac_ext"
5621 case "(($ac_try" in
5622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5623 *) ac_try_echo=$ac_try;;
5624 esac
5625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5626 $as_echo "$ac_try_echo") >&5
5627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5628 ac_status=$?
5629 grep -v '^ *+' conftest.er1 >conftest.err
5630 rm -f conftest.er1
5631 cat conftest.err >&5
5632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5633 (exit $ac_status); } >/dev/null && {
5634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5635 test ! -s conftest.err
5636 }; then
5638 else
5639 $as_echo "$as_me: failed program was:" >&5
5640 sed 's/^/| /' conftest.$ac_ext >&5
5642 # Broken: fails on valid input.
5643 continue
5646 rm -f conftest.err conftest.$ac_ext
5648 # OK, works on sane cases. Now check whether nonexistent headers
5649 # can be detected and how.
5650 cat >conftest.$ac_ext <<_ACEOF
5651 /* confdefs.h. */
5652 _ACEOF
5653 cat confdefs.h >>conftest.$ac_ext
5654 cat >>conftest.$ac_ext <<_ACEOF
5655 /* end confdefs.h. */
5656 #include <ac_nonexistent.h>
5657 _ACEOF
5658 if { (ac_try="$ac_cpp conftest.$ac_ext"
5659 case "(($ac_try" in
5660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5661 *) ac_try_echo=$ac_try;;
5662 esac
5663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5664 $as_echo "$ac_try_echo") >&5
5665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5666 ac_status=$?
5667 grep -v '^ *+' conftest.er1 >conftest.err
5668 rm -f conftest.er1
5669 cat conftest.err >&5
5670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671 (exit $ac_status); } >/dev/null && {
5672 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5673 test ! -s conftest.err
5674 }; then
5675 # Broken: success on invalid input.
5676 continue
5677 else
5678 $as_echo "$as_me: failed program was:" >&5
5679 sed 's/^/| /' conftest.$ac_ext >&5
5681 # Passes both tests.
5682 ac_preproc_ok=:
5683 break
5686 rm -f conftest.err conftest.$ac_ext
5688 done
5689 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5690 rm -f conftest.err conftest.$ac_ext
5691 if $ac_preproc_ok; then
5693 else
5694 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5696 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5697 See \`config.log' for more details." >&5
5698 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5699 See \`config.log' for more details." >&2;}
5700 { (exit 1); exit 1; }; }; }
5703 ac_ext=c
5704 ac_cpp='$CPP $CPPFLAGS'
5705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5710 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5711 $as_echo_n "checking for ANSI C header files... " >&6; }
5712 if test "${ac_cv_header_stdc+set}" = set; then
5713 $as_echo_n "(cached) " >&6
5714 else
5715 cat >conftest.$ac_ext <<_ACEOF
5716 /* confdefs.h. */
5717 _ACEOF
5718 cat confdefs.h >>conftest.$ac_ext
5719 cat >>conftest.$ac_ext <<_ACEOF
5720 /* end confdefs.h. */
5721 #include <stdlib.h>
5722 #include <stdarg.h>
5723 #include <string.h>
5724 #include <float.h>
5727 main ()
5731 return 0;
5733 _ACEOF
5734 rm -f conftest.$ac_objext
5735 if { (ac_try="$ac_compile"
5736 case "(($ac_try" in
5737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5738 *) ac_try_echo=$ac_try;;
5739 esac
5740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5741 $as_echo "$ac_try_echo") >&5
5742 (eval "$ac_compile") 2>conftest.er1
5743 ac_status=$?
5744 grep -v '^ *+' conftest.er1 >conftest.err
5745 rm -f conftest.er1
5746 cat conftest.err >&5
5747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); } && {
5749 test -z "$ac_c_werror_flag" ||
5750 test ! -s conftest.err
5751 } && test -s conftest.$ac_objext; then
5752 ac_cv_header_stdc=yes
5753 else
5754 $as_echo "$as_me: failed program was:" >&5
5755 sed 's/^/| /' conftest.$ac_ext >&5
5757 ac_cv_header_stdc=no
5760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5762 if test $ac_cv_header_stdc = yes; then
5763 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5764 cat >conftest.$ac_ext <<_ACEOF
5765 /* confdefs.h. */
5766 _ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 #include <string.h>
5772 _ACEOF
5773 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5774 $EGREP "memchr" >/dev/null 2>&1; then
5776 else
5777 ac_cv_header_stdc=no
5779 rm -f conftest*
5783 if test $ac_cv_header_stdc = yes; then
5784 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5785 cat >conftest.$ac_ext <<_ACEOF
5786 /* confdefs.h. */
5787 _ACEOF
5788 cat confdefs.h >>conftest.$ac_ext
5789 cat >>conftest.$ac_ext <<_ACEOF
5790 /* end confdefs.h. */
5791 #include <stdlib.h>
5793 _ACEOF
5794 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5795 $EGREP "free" >/dev/null 2>&1; then
5797 else
5798 ac_cv_header_stdc=no
5800 rm -f conftest*
5804 if test $ac_cv_header_stdc = yes; then
5805 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5806 if test "$cross_compiling" = yes; then
5808 else
5809 cat >conftest.$ac_ext <<_ACEOF
5810 /* confdefs.h. */
5811 _ACEOF
5812 cat confdefs.h >>conftest.$ac_ext
5813 cat >>conftest.$ac_ext <<_ACEOF
5814 /* end confdefs.h. */
5815 #include <ctype.h>
5816 #include <stdlib.h>
5817 #if ((' ' & 0x0FF) == 0x020)
5818 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5819 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5820 #else
5821 # define ISLOWER(c) \
5822 (('a' <= (c) && (c) <= 'i') \
5823 || ('j' <= (c) && (c) <= 'r') \
5824 || ('s' <= (c) && (c) <= 'z'))
5825 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5826 #endif
5828 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5830 main ()
5832 int i;
5833 for (i = 0; i < 256; i++)
5834 if (XOR (islower (i), ISLOWER (i))
5835 || toupper (i) != TOUPPER (i))
5836 return 2;
5837 return 0;
5839 _ACEOF
5840 rm -f conftest$ac_exeext
5841 if { (ac_try="$ac_link"
5842 case "(($ac_try" in
5843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844 *) ac_try_echo=$ac_try;;
5845 esac
5846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5847 $as_echo "$ac_try_echo") >&5
5848 (eval "$ac_link") 2>&5
5849 ac_status=$?
5850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5852 { (case "(($ac_try" in
5853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5854 *) ac_try_echo=$ac_try;;
5855 esac
5856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5857 $as_echo "$ac_try_echo") >&5
5858 (eval "$ac_try") 2>&5
5859 ac_status=$?
5860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861 (exit $ac_status); }; }; then
5863 else
5864 $as_echo "$as_me: program exited with status $ac_status" >&5
5865 $as_echo "$as_me: failed program was:" >&5
5866 sed 's/^/| /' conftest.$ac_ext >&5
5868 ( exit $ac_status )
5869 ac_cv_header_stdc=no
5871 rm -rf conftest.dSYM
5872 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5878 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5879 $as_echo "$ac_cv_header_stdc" >&6; }
5880 if test $ac_cv_header_stdc = yes; then
5882 cat >>confdefs.h <<\_ACEOF
5883 #define STDC_HEADERS 1
5884 _ACEOF
5888 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5898 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5899 inttypes.h stdint.h unistd.h
5901 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5902 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5903 $as_echo_n "checking for $ac_header... " >&6; }
5904 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5905 $as_echo_n "(cached) " >&6
5906 else
5907 cat >conftest.$ac_ext <<_ACEOF
5908 /* confdefs.h. */
5909 _ACEOF
5910 cat confdefs.h >>conftest.$ac_ext
5911 cat >>conftest.$ac_ext <<_ACEOF
5912 /* end confdefs.h. */
5913 $ac_includes_default
5915 #include <$ac_header>
5916 _ACEOF
5917 rm -f conftest.$ac_objext
5918 if { (ac_try="$ac_compile"
5919 case "(($ac_try" in
5920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5921 *) ac_try_echo=$ac_try;;
5922 esac
5923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5924 $as_echo "$ac_try_echo") >&5
5925 (eval "$ac_compile") 2>conftest.er1
5926 ac_status=$?
5927 grep -v '^ *+' conftest.er1 >conftest.err
5928 rm -f conftest.er1
5929 cat conftest.err >&5
5930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5931 (exit $ac_status); } && {
5932 test -z "$ac_c_werror_flag" ||
5933 test ! -s conftest.err
5934 } && test -s conftest.$ac_objext; then
5935 eval "$as_ac_Header=yes"
5936 else
5937 $as_echo "$as_me: failed program was:" >&5
5938 sed 's/^/| /' conftest.$ac_ext >&5
5940 eval "$as_ac_Header=no"
5943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5945 ac_res=`eval 'as_val=${'$as_ac_Header'}
5946 $as_echo "$as_val"'`
5947 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5948 $as_echo "$ac_res" >&6; }
5949 as_val=`eval 'as_val=${'$as_ac_Header'}
5950 $as_echo "$as_val"'`
5951 if test "x$as_val" = x""yes; then
5952 cat >>confdefs.h <<_ACEOF
5953 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5954 _ACEOF
5958 done
6082 for ac_header in \
6083 AudioUnit/AudioUnit.h \
6084 Carbon/Carbon.h \
6085 CoreAudio/CoreAudio.h \
6086 DiskArbitration/DiskArbitration.h \
6087 IOKit/IOKitLib.h \
6088 IOKit/hid/IOHIDLib.h \
6089 alias.h \
6090 alsa/asoundlib.h \
6091 arpa/inet.h \
6092 arpa/nameser.h \
6093 asm/types.h \
6094 capi20.h \
6095 curses.h \
6096 direct.h \
6097 dirent.h \
6098 dlfcn.h \
6099 elf.h \
6100 float.h \
6101 fontconfig/fontconfig.h \
6102 getopt.h \
6103 grp.h \
6104 ieeefp.h \
6105 inet/mib2.h \
6106 io.h \
6107 jack/jack.h \
6108 jpeglib.h \
6109 kstat.h \
6110 lber.h \
6111 lcms.h \
6112 lcms/lcms.h \
6113 ldap.h \
6114 libaudioio.h \
6115 link.h \
6116 linux/cdrom.h \
6117 linux/compiler.h \
6118 linux/hdreg.h \
6119 linux/input.h \
6120 linux/ioctl.h \
6121 linux/joystick.h \
6122 linux/major.h \
6123 linux/param.h \
6124 linux/serial.h \
6125 linux/types.h \
6126 linux/ucdrom.h \
6127 mach/mach.h \
6128 mach/machine.h \
6129 machine/cpu.h \
6130 machine/limits.h \
6131 machine/soundcard.h \
6132 mntent.h \
6133 ncurses.h \
6134 netdb.h \
6135 netinet/in.h \
6136 netinet/in_systm.h \
6137 netinet/tcp.h \
6138 netinet/tcp_fsm.h \
6139 openssl/err.h \
6140 openssl/ssl.h \
6141 png.h \
6142 poll.h \
6143 process.h \
6144 pthread.h \
6145 pwd.h \
6146 regex.h \
6147 sched.h \
6148 scsi/scsi.h \
6149 scsi/scsi_ioctl.h \
6150 scsi/sg.h \
6151 soundcard.h \
6152 stdint.h \
6153 strings.h \
6154 stropts.h \
6155 sys/asoundlib.h \
6156 sys/cdio.h \
6157 sys/elf32.h \
6158 sys/epoll.h \
6159 sys/errno.h \
6160 sys/event.h \
6161 sys/exec_elf.h \
6162 sys/filio.h \
6163 sys/ioctl.h \
6164 sys/ipc.h \
6165 sys/limits.h \
6166 sys/link.h \
6167 sys/lwp.h \
6168 sys/mman.h \
6169 sys/modem.h \
6170 sys/msg.h \
6171 sys/mtio.h \
6172 sys/param.h \
6173 sys/poll.h \
6174 sys/prctl.h \
6175 sys/protosw.h \
6176 sys/ptrace.h \
6177 sys/reg.h \
6178 sys/resource.h \
6179 sys/scsiio.h \
6180 sys/shm.h \
6181 sys/signal.h \
6182 sys/socket.h \
6183 sys/socketvar.h \
6184 sys/sockio.h \
6185 sys/soundcard.h \
6186 sys/statvfs.h \
6187 sys/strtio.h \
6188 sys/syscall.h \
6189 sys/tihdr.h \
6190 sys/time.h \
6191 sys/timeout.h \
6192 sys/times.h \
6193 sys/uio.h \
6194 sys/un.h \
6195 sys/utsname.h \
6196 sys/vm86.h \
6197 sys/wait.h \
6198 syscall.h \
6199 termios.h \
6200 unistd.h \
6201 utime.h \
6202 valgrind/memcheck.h \
6203 valgrind/valgrind.h
6206 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6208 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6209 $as_echo_n "checking for $ac_header... " >&6; }
6210 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6211 $as_echo_n "(cached) " >&6
6213 ac_res=`eval 'as_val=${'$as_ac_Header'}
6214 $as_echo "$as_val"'`
6215 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6216 $as_echo "$ac_res" >&6; }
6217 else
6218 # Is the header compilable?
6219 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6220 $as_echo_n "checking $ac_header usability... " >&6; }
6221 cat >conftest.$ac_ext <<_ACEOF
6222 /* confdefs.h. */
6223 _ACEOF
6224 cat confdefs.h >>conftest.$ac_ext
6225 cat >>conftest.$ac_ext <<_ACEOF
6226 /* end confdefs.h. */
6227 $ac_includes_default
6228 #include <$ac_header>
6229 _ACEOF
6230 rm -f conftest.$ac_objext
6231 if { (ac_try="$ac_compile"
6232 case "(($ac_try" in
6233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6234 *) ac_try_echo=$ac_try;;
6235 esac
6236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6237 $as_echo "$ac_try_echo") >&5
6238 (eval "$ac_compile") 2>conftest.er1
6239 ac_status=$?
6240 grep -v '^ *+' conftest.er1 >conftest.err
6241 rm -f conftest.er1
6242 cat conftest.err >&5
6243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6244 (exit $ac_status); } && {
6245 test -z "$ac_c_werror_flag" ||
6246 test ! -s conftest.err
6247 } && test -s conftest.$ac_objext; then
6248 ac_header_compiler=yes
6249 else
6250 $as_echo "$as_me: failed program was:" >&5
6251 sed 's/^/| /' conftest.$ac_ext >&5
6253 ac_header_compiler=no
6256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6257 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6258 $as_echo "$ac_header_compiler" >&6; }
6260 # Is the header present?
6261 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6262 $as_echo_n "checking $ac_header presence... " >&6; }
6263 cat >conftest.$ac_ext <<_ACEOF
6264 /* confdefs.h. */
6265 _ACEOF
6266 cat confdefs.h >>conftest.$ac_ext
6267 cat >>conftest.$ac_ext <<_ACEOF
6268 /* end confdefs.h. */
6269 #include <$ac_header>
6270 _ACEOF
6271 if { (ac_try="$ac_cpp conftest.$ac_ext"
6272 case "(($ac_try" in
6273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6274 *) ac_try_echo=$ac_try;;
6275 esac
6276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6277 $as_echo "$ac_try_echo") >&5
6278 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6279 ac_status=$?
6280 grep -v '^ *+' conftest.er1 >conftest.err
6281 rm -f conftest.er1
6282 cat conftest.err >&5
6283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6284 (exit $ac_status); } >/dev/null && {
6285 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6286 test ! -s conftest.err
6287 }; then
6288 ac_header_preproc=yes
6289 else
6290 $as_echo "$as_me: failed program was:" >&5
6291 sed 's/^/| /' conftest.$ac_ext >&5
6293 ac_header_preproc=no
6296 rm -f conftest.err conftest.$ac_ext
6297 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6298 $as_echo "$ac_header_preproc" >&6; }
6300 # So? What about this header?
6301 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6302 yes:no: )
6303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6304 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6306 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6307 ac_header_preproc=yes
6309 no:yes:* )
6310 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6311 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6312 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6313 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6314 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6315 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6316 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6317 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6318 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6319 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6321 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6322 ( cat <<\_ASBOX
6323 ## ------------------------------------ ##
6324 ## Report this to wine-devel@winehq.org ##
6325 ## ------------------------------------ ##
6326 _ASBOX
6327 ) | sed "s/^/$as_me: WARNING: /" >&2
6329 esac
6330 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6331 $as_echo_n "checking for $ac_header... " >&6; }
6332 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6333 $as_echo_n "(cached) " >&6
6334 else
6335 eval "$as_ac_Header=\$ac_header_preproc"
6337 ac_res=`eval 'as_val=${'$as_ac_Header'}
6338 $as_echo "$as_val"'`
6339 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6340 $as_echo "$ac_res" >&6; }
6343 as_val=`eval 'as_val=${'$as_ac_Header'}
6344 $as_echo "$as_val"'`
6345 if test "x$as_val" = x""yes; then
6346 cat >>confdefs.h <<_ACEOF
6347 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6348 _ACEOF
6352 done
6354 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6355 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6356 if test "${ac_cv_header_stat_broken+set}" = set; then
6357 $as_echo_n "(cached) " >&6
6358 else
6359 cat >conftest.$ac_ext <<_ACEOF
6360 /* confdefs.h. */
6361 _ACEOF
6362 cat confdefs.h >>conftest.$ac_ext
6363 cat >>conftest.$ac_ext <<_ACEOF
6364 /* end confdefs.h. */
6365 #include <sys/types.h>
6366 #include <sys/stat.h>
6368 #if defined S_ISBLK && defined S_IFDIR
6369 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6370 #endif
6372 #if defined S_ISBLK && defined S_IFCHR
6373 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6374 #endif
6376 #if defined S_ISLNK && defined S_IFREG
6377 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6378 #endif
6380 #if defined S_ISSOCK && defined S_IFREG
6381 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6382 #endif
6384 _ACEOF
6385 rm -f conftest.$ac_objext
6386 if { (ac_try="$ac_compile"
6387 case "(($ac_try" in
6388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6389 *) ac_try_echo=$ac_try;;
6390 esac
6391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6392 $as_echo "$ac_try_echo") >&5
6393 (eval "$ac_compile") 2>conftest.er1
6394 ac_status=$?
6395 grep -v '^ *+' conftest.er1 >conftest.err
6396 rm -f conftest.er1
6397 cat conftest.err >&5
6398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6399 (exit $ac_status); } && {
6400 test -z "$ac_c_werror_flag" ||
6401 test ! -s conftest.err
6402 } && test -s conftest.$ac_objext; then
6403 ac_cv_header_stat_broken=no
6404 else
6405 $as_echo "$as_me: failed program was:" >&5
6406 sed 's/^/| /' conftest.$ac_ext >&5
6408 ac_cv_header_stat_broken=yes
6411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6413 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6414 $as_echo "$ac_cv_header_stat_broken" >&6; }
6415 if test $ac_cv_header_stat_broken = yes; then
6417 cat >>confdefs.h <<\_ACEOF
6418 #define STAT_MACROS_BROKEN 1
6419 _ACEOF
6430 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6432 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6433 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6434 $as_echo_n "checking for $ac_header... " >&6; }
6435 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6436 $as_echo_n "(cached) " >&6
6437 else
6438 cat >conftest.$ac_ext <<_ACEOF
6439 /* confdefs.h. */
6440 _ACEOF
6441 cat confdefs.h >>conftest.$ac_ext
6442 cat >>conftest.$ac_ext <<_ACEOF
6443 /* end confdefs.h. */
6444 #include <sys/types.h>
6445 #ifdef HAVE_SYS_PARAM_H
6446 # include <sys/param.h>
6447 #endif
6449 #include <$ac_header>
6450 _ACEOF
6451 rm -f conftest.$ac_objext
6452 if { (ac_try="$ac_compile"
6453 case "(($ac_try" in
6454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6455 *) ac_try_echo=$ac_try;;
6456 esac
6457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6458 $as_echo "$ac_try_echo") >&5
6459 (eval "$ac_compile") 2>conftest.er1
6460 ac_status=$?
6461 grep -v '^ *+' conftest.er1 >conftest.err
6462 rm -f conftest.er1
6463 cat conftest.err >&5
6464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6465 (exit $ac_status); } && {
6466 test -z "$ac_c_werror_flag" ||
6467 test ! -s conftest.err
6468 } && test -s conftest.$ac_objext; then
6469 eval "$as_ac_Header=yes"
6470 else
6471 $as_echo "$as_me: failed program was:" >&5
6472 sed 's/^/| /' conftest.$ac_ext >&5
6474 eval "$as_ac_Header=no"
6477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6479 ac_res=`eval 'as_val=${'$as_ac_Header'}
6480 $as_echo "$as_val"'`
6481 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6482 $as_echo "$ac_res" >&6; }
6483 as_val=`eval 'as_val=${'$as_ac_Header'}
6484 $as_echo "$as_val"'`
6485 if test "x$as_val" = x""yes; then
6486 cat >>confdefs.h <<_ACEOF
6487 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6488 _ACEOF
6492 done
6508 for ac_header in \
6509 netinet/ip.h \
6510 net/if.h \
6511 net/if_arp.h \
6512 net/if_dl.h \
6513 net/if_types.h \
6514 net/route.h \
6515 netinet/if_ether.h \
6516 netinet/if_inarp.h \
6517 netinet/in_pcb.h \
6518 netinet/ip_icmp.h \
6519 netinet/ip_var.h \
6520 netinet/udp.h \
6521 netipx/ipx.h \
6524 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6525 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6526 $as_echo_n "checking for $ac_header... " >&6; }
6527 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6528 $as_echo_n "(cached) " >&6
6529 else
6530 cat >conftest.$ac_ext <<_ACEOF
6531 /* confdefs.h. */
6532 _ACEOF
6533 cat confdefs.h >>conftest.$ac_ext
6534 cat >>conftest.$ac_ext <<_ACEOF
6535 /* end confdefs.h. */
6536 #include <sys/types.h>
6537 #ifdef HAVE_SYS_SOCKET_H
6538 # include <sys/socket.h>
6539 #endif
6540 #ifdef HAVE_SYS_SOCKETVAR_H
6541 # include <sys/socketvar.h>
6542 #endif
6543 #ifdef HAVE_NET_ROUTE_H
6544 # include <net/route.h>
6545 #endif
6546 #ifdef HAVE_NETINET_IN_H
6547 # include <netinet/in.h>
6548 #endif
6549 #ifdef HAVE_NETINET_IN_SYSTM_H
6550 # include <netinet/in_systm.h>
6551 #endif
6552 #ifdef HAVE_NET_IF_H
6553 # include <net/if.h>
6554 #endif
6555 #ifdef HAVE_NETINET_IP_H
6556 # include <netinet/ip.h>
6557 #endif
6559 #include <$ac_header>
6560 _ACEOF
6561 rm -f conftest.$ac_objext
6562 if { (ac_try="$ac_compile"
6563 case "(($ac_try" in
6564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6565 *) ac_try_echo=$ac_try;;
6566 esac
6567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6568 $as_echo "$ac_try_echo") >&5
6569 (eval "$ac_compile") 2>conftest.er1
6570 ac_status=$?
6571 grep -v '^ *+' conftest.er1 >conftest.err
6572 rm -f conftest.er1
6573 cat conftest.err >&5
6574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6575 (exit $ac_status); } && {
6576 test -z "$ac_c_werror_flag" ||
6577 test ! -s conftest.err
6578 } && test -s conftest.$ac_objext; then
6579 eval "$as_ac_Header=yes"
6580 else
6581 $as_echo "$as_me: failed program was:" >&5
6582 sed 's/^/| /' conftest.$ac_ext >&5
6584 eval "$as_ac_Header=no"
6587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6589 ac_res=`eval 'as_val=${'$as_ac_Header'}
6590 $as_echo "$as_val"'`
6591 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6592 $as_echo "$ac_res" >&6; }
6593 as_val=`eval 'as_val=${'$as_ac_Header'}
6594 $as_echo "$as_val"'`
6595 if test "x$as_val" = x""yes; then
6596 cat >>confdefs.h <<_ACEOF
6597 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6598 _ACEOF
6602 done
6609 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6611 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6612 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6613 $as_echo_n "checking for $ac_header... " >&6; }
6614 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6615 $as_echo_n "(cached) " >&6
6616 else
6617 cat >conftest.$ac_ext <<_ACEOF
6618 /* confdefs.h. */
6619 _ACEOF
6620 cat confdefs.h >>conftest.$ac_ext
6621 cat >>conftest.$ac_ext <<_ACEOF
6622 /* end confdefs.h. */
6623 #include <sys/types.h>
6624 #ifdef HAVE_ALIAS_H
6625 # include <alias.h>
6626 #endif
6627 #ifdef HAVE_SYS_SOCKET_H
6628 # include <sys/socket.h>
6629 #endif
6630 #ifdef HAVE_SYS_SOCKETVAR_H
6631 # include <sys/socketvar.h>
6632 #endif
6633 #ifdef HAVE_SYS_TIMEOUT_H
6634 # include <sys/timeout.h>
6635 #endif
6636 #ifdef HAVE_NETINET_IN_H
6637 # include <netinet/in.h>
6638 #endif
6639 #ifdef HAVE_NETINET_IN_SYSTM_H
6640 # include <netinet/in_systm.h>
6641 #endif
6642 #ifdef HAVE_NETINET_IP_H
6643 # include <netinet/ip.h>
6644 #endif
6645 #ifdef HAVE_NETINET_IP_VAR_H
6646 # include <netinet/ip_var.h>
6647 #endif
6648 #ifdef HAVE_NETINET_IP_ICMP_H
6649 # include <netinet/ip_icmp.h>
6650 #endif
6651 #ifdef HAVE_NETINET_UDP_H
6652 # include <netinet/udp.h>
6653 #endif
6654 #ifdef HAVE_NETINET_TCP_H
6655 # include <netinet/tcp.h>
6656 #endif
6657 #ifdef HAVE_NETINET_TCP_TIMER_H
6658 #include <netinet/tcp_timer.h>
6659 #endif
6661 #include <$ac_header>
6662 _ACEOF
6663 rm -f conftest.$ac_objext
6664 if { (ac_try="$ac_compile"
6665 case "(($ac_try" in
6666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6667 *) ac_try_echo=$ac_try;;
6668 esac
6669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6670 $as_echo "$ac_try_echo") >&5
6671 (eval "$ac_compile") 2>conftest.er1
6672 ac_status=$?
6673 grep -v '^ *+' conftest.er1 >conftest.err
6674 rm -f conftest.er1
6675 cat conftest.err >&5
6676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6677 (exit $ac_status); } && {
6678 test -z "$ac_c_werror_flag" ||
6679 test ! -s conftest.err
6680 } && test -s conftest.$ac_objext; then
6681 eval "$as_ac_Header=yes"
6682 else
6683 $as_echo "$as_me: failed program was:" >&5
6684 sed 's/^/| /' conftest.$ac_ext >&5
6686 eval "$as_ac_Header=no"
6689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6691 ac_res=`eval 'as_val=${'$as_ac_Header'}
6692 $as_echo "$as_val"'`
6693 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6694 $as_echo "$ac_res" >&6; }
6695 as_val=`eval 'as_val=${'$as_ac_Header'}
6696 $as_echo "$as_val"'`
6697 if test "x$as_val" = x""yes; then
6698 cat >>confdefs.h <<_ACEOF
6699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6700 _ACEOF
6704 done
6708 for ac_header in linux/ipx.h
6710 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6711 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6712 $as_echo_n "checking for $ac_header... " >&6; }
6713 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6714 $as_echo_n "(cached) " >&6
6715 else
6716 cat >conftest.$ac_ext <<_ACEOF
6717 /* confdefs.h. */
6718 _ACEOF
6719 cat confdefs.h >>conftest.$ac_ext
6720 cat >>conftest.$ac_ext <<_ACEOF
6721 /* end confdefs.h. */
6722 #include <sys/types.h>
6723 #ifdef HAVE_ASM_TYPES_H
6724 # include <asm/types.h>
6725 #endif
6726 #ifdef HAVE_SYS_SOCKET_H
6727 # include <sys/socket.h>
6728 #endif
6729 #ifdef HAVE_LINUX_TYPES_H
6730 # include <linux/types.h>
6731 #endif
6733 #include <$ac_header>
6734 _ACEOF
6735 rm -f conftest.$ac_objext
6736 if { (ac_try="$ac_compile"
6737 case "(($ac_try" in
6738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6739 *) ac_try_echo=$ac_try;;
6740 esac
6741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6742 $as_echo "$ac_try_echo") >&5
6743 (eval "$ac_compile") 2>conftest.er1
6744 ac_status=$?
6745 grep -v '^ *+' conftest.er1 >conftest.err
6746 rm -f conftest.er1
6747 cat conftest.err >&5
6748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6749 (exit $ac_status); } && {
6750 test -z "$ac_c_werror_flag" ||
6751 test ! -s conftest.err
6752 } && test -s conftest.$ac_objext; then
6753 eval "$as_ac_Header=yes"
6754 else
6755 $as_echo "$as_me: failed program was:" >&5
6756 sed 's/^/| /' conftest.$ac_ext >&5
6758 eval "$as_ac_Header=no"
6761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6763 ac_res=`eval 'as_val=${'$as_ac_Header'}
6764 $as_echo "$as_val"'`
6765 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6766 $as_echo "$ac_res" >&6; }
6767 as_val=`eval 'as_val=${'$as_ac_Header'}
6768 $as_echo "$as_val"'`
6769 if test "x$as_val" = x""yes; then
6770 cat >>confdefs.h <<_ACEOF
6771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6772 _ACEOF
6776 done
6780 for ac_header in resolv.h
6782 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6783 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6784 $as_echo_n "checking for $ac_header... " >&6; }
6785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6786 $as_echo_n "(cached) " >&6
6787 else
6788 cat >conftest.$ac_ext <<_ACEOF
6789 /* confdefs.h. */
6790 _ACEOF
6791 cat confdefs.h >>conftest.$ac_ext
6792 cat >>conftest.$ac_ext <<_ACEOF
6793 /* end confdefs.h. */
6794 #include <sys/types.h>
6795 #ifdef HAVE_SYS_SOCKET_H
6796 # include <sys/socket.h>
6797 #endif
6798 #ifdef HAVE_NETINET_IN_H
6799 # include <netinet/in.h>
6800 #endif
6801 #ifdef HAVE_ARPA_NAMESER_H
6802 # include <arpa/nameser.h>
6803 #endif
6805 #include <$ac_header>
6806 _ACEOF
6807 rm -f conftest.$ac_objext
6808 if { (ac_try="$ac_compile"
6809 case "(($ac_try" in
6810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6811 *) ac_try_echo=$ac_try;;
6812 esac
6813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6814 $as_echo "$ac_try_echo") >&5
6815 (eval "$ac_compile") 2>conftest.er1
6816 ac_status=$?
6817 grep -v '^ *+' conftest.er1 >conftest.err
6818 rm -f conftest.er1
6819 cat conftest.err >&5
6820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6821 (exit $ac_status); } && {
6822 test -z "$ac_c_werror_flag" ||
6823 test ! -s conftest.err
6824 } && test -s conftest.$ac_objext; then
6825 eval "$as_ac_Header=yes"
6826 else
6827 $as_echo "$as_me: failed program was:" >&5
6828 sed 's/^/| /' conftest.$ac_ext >&5
6830 eval "$as_ac_Header=no"
6833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6835 ac_res=`eval 'as_val=${'$as_ac_Header'}
6836 $as_echo "$as_val"'`
6837 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6838 $as_echo "$ac_res" >&6; }
6839 as_val=`eval 'as_val=${'$as_ac_Header'}
6840 $as_echo "$as_val"'`
6841 if test "x$as_val" = x""yes; then
6842 cat >>confdefs.h <<_ACEOF
6843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6844 _ACEOF
6848 done
6852 for ac_header in ucontext.h
6854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6856 $as_echo_n "checking for $ac_header... " >&6; }
6857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6858 $as_echo_n "(cached) " >&6
6859 else
6860 cat >conftest.$ac_ext <<_ACEOF
6861 /* confdefs.h. */
6862 _ACEOF
6863 cat confdefs.h >>conftest.$ac_ext
6864 cat >>conftest.$ac_ext <<_ACEOF
6865 /* end confdefs.h. */
6866 #include <signal.h>
6868 #include <$ac_header>
6869 _ACEOF
6870 rm -f conftest.$ac_objext
6871 if { (ac_try="$ac_compile"
6872 case "(($ac_try" in
6873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6874 *) ac_try_echo=$ac_try;;
6875 esac
6876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6877 $as_echo "$ac_try_echo") >&5
6878 (eval "$ac_compile") 2>conftest.er1
6879 ac_status=$?
6880 grep -v '^ *+' conftest.er1 >conftest.err
6881 rm -f conftest.er1
6882 cat conftest.err >&5
6883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884 (exit $ac_status); } && {
6885 test -z "$ac_c_werror_flag" ||
6886 test ! -s conftest.err
6887 } && test -s conftest.$ac_objext; then
6888 eval "$as_ac_Header=yes"
6889 else
6890 $as_echo "$as_me: failed program was:" >&5
6891 sed 's/^/| /' conftest.$ac_ext >&5
6893 eval "$as_ac_Header=no"
6896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6898 ac_res=`eval 'as_val=${'$as_ac_Header'}
6899 $as_echo "$as_val"'`
6900 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6901 $as_echo "$ac_res" >&6; }
6902 as_val=`eval 'as_val=${'$as_ac_Header'}
6903 $as_echo "$as_val"'`
6904 if test "x$as_val" = x""yes; then
6905 cat >>confdefs.h <<_ACEOF
6906 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6907 _ACEOF
6911 done
6915 for ac_header in sys/thr.h
6917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6919 $as_echo_n "checking for $ac_header... " >&6; }
6920 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6921 $as_echo_n "(cached) " >&6
6922 else
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h. */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h. */
6929 #include <sys/types.h>
6930 #ifdef HAVE_UCONTEXT_H
6931 #include <ucontext.h>
6932 #endif
6934 #include <$ac_header>
6935 _ACEOF
6936 rm -f conftest.$ac_objext
6937 if { (ac_try="$ac_compile"
6938 case "(($ac_try" in
6939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6940 *) ac_try_echo=$ac_try;;
6941 esac
6942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6943 $as_echo "$ac_try_echo") >&5
6944 (eval "$ac_compile") 2>conftest.er1
6945 ac_status=$?
6946 grep -v '^ *+' conftest.er1 >conftest.err
6947 rm -f conftest.er1
6948 cat conftest.err >&5
6949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6950 (exit $ac_status); } && {
6951 test -z "$ac_c_werror_flag" ||
6952 test ! -s conftest.err
6953 } && test -s conftest.$ac_objext; then
6954 eval "$as_ac_Header=yes"
6955 else
6956 $as_echo "$as_me: failed program was:" >&5
6957 sed 's/^/| /' conftest.$ac_ext >&5
6959 eval "$as_ac_Header=no"
6962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6964 ac_res=`eval 'as_val=${'$as_ac_Header'}
6965 $as_echo "$as_val"'`
6966 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6967 $as_echo "$ac_res" >&6; }
6968 as_val=`eval 'as_val=${'$as_ac_Header'}
6969 $as_echo "$as_val"'`
6970 if test "x$as_val" = x""yes; then
6971 cat >>confdefs.h <<_ACEOF
6972 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6973 _ACEOF
6977 done
6981 for ac_header in pthread_np.h
6983 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6984 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6985 $as_echo_n "checking for $ac_header... " >&6; }
6986 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6987 $as_echo_n "(cached) " >&6
6988 else
6989 cat >conftest.$ac_ext <<_ACEOF
6990 /* confdefs.h. */
6991 _ACEOF
6992 cat confdefs.h >>conftest.$ac_ext
6993 cat >>conftest.$ac_ext <<_ACEOF
6994 /* end confdefs.h. */
6995 #ifdef HAVE_PTHREAD_H
6996 #include <pthread.h>
6997 #endif
6999 #include <$ac_header>
7000 _ACEOF
7001 rm -f conftest.$ac_objext
7002 if { (ac_try="$ac_compile"
7003 case "(($ac_try" in
7004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7005 *) ac_try_echo=$ac_try;;
7006 esac
7007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7008 $as_echo "$ac_try_echo") >&5
7009 (eval "$ac_compile") 2>conftest.er1
7010 ac_status=$?
7011 grep -v '^ *+' conftest.er1 >conftest.err
7012 rm -f conftest.er1
7013 cat conftest.err >&5
7014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015 (exit $ac_status); } && {
7016 test -z "$ac_c_werror_flag" ||
7017 test ! -s conftest.err
7018 } && test -s conftest.$ac_objext; then
7019 eval "$as_ac_Header=yes"
7020 else
7021 $as_echo "$as_me: failed program was:" >&5
7022 sed 's/^/| /' conftest.$ac_ext >&5
7024 eval "$as_ac_Header=no"
7027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7029 ac_res=`eval 'as_val=${'$as_ac_Header'}
7030 $as_echo "$as_val"'`
7031 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7032 $as_echo "$ac_res" >&6; }
7033 as_val=`eval 'as_val=${'$as_ac_Header'}
7034 $as_echo "$as_val"'`
7035 if test "x$as_val" = x""yes; then
7036 cat >>confdefs.h <<_ACEOF
7037 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7038 _ACEOF
7042 done
7046 for ac_header in linux/videodev.h
7048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7049 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7050 $as_echo_n "checking for $ac_header... " >&6; }
7051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7052 $as_echo_n "(cached) " >&6
7053 else
7054 cat >conftest.$ac_ext <<_ACEOF
7055 /* confdefs.h. */
7056 _ACEOF
7057 cat confdefs.h >>conftest.$ac_ext
7058 cat >>conftest.$ac_ext <<_ACEOF
7059 /* end confdefs.h. */
7060 #ifdef HAVE_SYS_TIME_H
7061 #include <sys/time.h>
7062 #endif
7063 #include <sys/types.h>
7064 #ifdef HAVE_ASM_TYPES_H
7065 #include <asm/types.h>
7066 #endif
7068 #include <$ac_header>
7069 _ACEOF
7070 rm -f conftest.$ac_objext
7071 if { (ac_try="$ac_compile"
7072 case "(($ac_try" in
7073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7074 *) ac_try_echo=$ac_try;;
7075 esac
7076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7077 $as_echo "$ac_try_echo") >&5
7078 (eval "$ac_compile") 2>conftest.er1
7079 ac_status=$?
7080 grep -v '^ *+' conftest.er1 >conftest.err
7081 rm -f conftest.er1
7082 cat conftest.err >&5
7083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084 (exit $ac_status); } && {
7085 test -z "$ac_c_werror_flag" ||
7086 test ! -s conftest.err
7087 } && test -s conftest.$ac_objext; then
7088 eval "$as_ac_Header=yes"
7089 else
7090 $as_echo "$as_me: failed program was:" >&5
7091 sed 's/^/| /' conftest.$ac_ext >&5
7093 eval "$as_ac_Header=no"
7096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7098 ac_res=`eval 'as_val=${'$as_ac_Header'}
7099 $as_echo "$as_val"'`
7100 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7101 $as_echo "$ac_res" >&6; }
7102 as_val=`eval 'as_val=${'$as_ac_Header'}
7103 $as_echo "$as_val"'`
7104 if test "x$as_val" = x""yes; then
7105 cat >>confdefs.h <<_ACEOF
7106 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7107 _ACEOF
7111 done
7115 for ac_header in linux/capi.h
7117 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7118 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7119 $as_echo_n "checking for $ac_header... " >&6; }
7120 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7121 $as_echo_n "(cached) " >&6
7122 else
7123 cat >conftest.$ac_ext <<_ACEOF
7124 /* confdefs.h. */
7125 _ACEOF
7126 cat confdefs.h >>conftest.$ac_ext
7127 cat >>conftest.$ac_ext <<_ACEOF
7128 /* end confdefs.h. */
7129 #define __user
7131 #include <$ac_header>
7132 _ACEOF
7133 rm -f conftest.$ac_objext
7134 if { (ac_try="$ac_compile"
7135 case "(($ac_try" in
7136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7137 *) ac_try_echo=$ac_try;;
7138 esac
7139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7140 $as_echo "$ac_try_echo") >&5
7141 (eval "$ac_compile") 2>conftest.er1
7142 ac_status=$?
7143 grep -v '^ *+' conftest.er1 >conftest.err
7144 rm -f conftest.er1
7145 cat conftest.err >&5
7146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7147 (exit $ac_status); } && {
7148 test -z "$ac_c_werror_flag" ||
7149 test ! -s conftest.err
7150 } && test -s conftest.$ac_objext; then
7151 eval "$as_ac_Header=yes"
7152 else
7153 $as_echo "$as_me: failed program was:" >&5
7154 sed 's/^/| /' conftest.$ac_ext >&5
7156 eval "$as_ac_Header=no"
7159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7161 ac_res=`eval 'as_val=${'$as_ac_Header'}
7162 $as_echo "$as_val"'`
7163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7164 $as_echo "$ac_res" >&6; }
7165 as_val=`eval 'as_val=${'$as_ac_Header'}
7166 $as_echo "$as_val"'`
7167 if test "x$as_val" = x""yes; then
7168 cat >>confdefs.h <<_ACEOF
7169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7170 _ACEOF
7174 done
7178 DLLEXT=""
7180 DLLFLAGS="-D_REENTRANT"
7182 LDSHARED=""
7184 LDDLLFLAGS=""
7186 LIBEXT="so"
7188 IMPLIBEXT="def"
7190 LDRPATH_INSTALL=""
7192 LDRPATH_LOCAL=""
7194 # Extract the first word of "ldd", so it can be a program name with args.
7195 set dummy ldd; ac_word=$2
7196 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7197 $as_echo_n "checking for $ac_word... " >&6; }
7198 if test "${ac_cv_path_LDD+set}" = set; then
7199 $as_echo_n "(cached) " >&6
7200 else
7201 case $LDD in
7202 [\\/]* | ?:[\\/]*)
7203 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7207 as_dummy="/sbin:/usr/sbin:$PATH"
7208 for as_dir in $as_dummy
7210 IFS=$as_save_IFS
7211 test -z "$as_dir" && as_dir=.
7212 for ac_exec_ext in '' $ac_executable_extensions; do
7213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7214 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7215 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7216 break 2
7218 done
7219 done
7220 IFS=$as_save_IFS
7222 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7224 esac
7226 LDD=$ac_cv_path_LDD
7227 if test -n "$LDD"; then
7228 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7229 $as_echo "$LDD" >&6; }
7230 else
7231 { $as_echo "$as_me:$LINENO: result: no" >&5
7232 $as_echo "no" >&6; }
7237 case $host_os in
7238 cygwin*|mingw32*)
7239 if test -n "$ac_tool_prefix"; then
7240 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7241 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7242 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7243 $as_echo_n "checking for $ac_word... " >&6; }
7244 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7245 $as_echo_n "(cached) " >&6
7246 else
7247 if test -n "$DLLTOOL"; then
7248 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7249 else
7250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7251 for as_dir in $PATH
7253 IFS=$as_save_IFS
7254 test -z "$as_dir" && as_dir=.
7255 for ac_exec_ext in '' $ac_executable_extensions; do
7256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7257 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7258 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7259 break 2
7261 done
7262 done
7263 IFS=$as_save_IFS
7267 DLLTOOL=$ac_cv_prog_DLLTOOL
7268 if test -n "$DLLTOOL"; then
7269 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7270 $as_echo "$DLLTOOL" >&6; }
7271 else
7272 { $as_echo "$as_me:$LINENO: result: no" >&5
7273 $as_echo "no" >&6; }
7278 if test -z "$ac_cv_prog_DLLTOOL"; then
7279 ac_ct_DLLTOOL=$DLLTOOL
7280 # Extract the first word of "dlltool", so it can be a program name with args.
7281 set dummy dlltool; ac_word=$2
7282 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7283 $as_echo_n "checking for $ac_word... " >&6; }
7284 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7285 $as_echo_n "(cached) " >&6
7286 else
7287 if test -n "$ac_ct_DLLTOOL"; then
7288 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7289 else
7290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291 for as_dir in $PATH
7293 IFS=$as_save_IFS
7294 test -z "$as_dir" && as_dir=.
7295 for ac_exec_ext in '' $ac_executable_extensions; do
7296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7297 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7298 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7299 break 2
7301 done
7302 done
7303 IFS=$as_save_IFS
7307 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7308 if test -n "$ac_ct_DLLTOOL"; then
7309 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7310 $as_echo "$ac_ct_DLLTOOL" >&6; }
7311 else
7312 { $as_echo "$as_me:$LINENO: result: no" >&5
7313 $as_echo "no" >&6; }
7316 if test "x$ac_ct_DLLTOOL" = x; then
7317 DLLTOOL="false"
7318 else
7319 case $cross_compiling:$ac_tool_warned in
7320 yes:)
7321 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7322 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7323 ac_tool_warned=yes ;;
7324 esac
7325 DLLTOOL=$ac_ct_DLLTOOL
7327 else
7328 DLLTOOL="$ac_cv_prog_DLLTOOL"
7331 if test -n "$ac_tool_prefix"; then
7332 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7333 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7334 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7335 $as_echo_n "checking for $ac_word... " >&6; }
7336 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7337 $as_echo_n "(cached) " >&6
7338 else
7339 if test -n "$DLLWRAP"; then
7340 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7341 else
7342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7343 for as_dir in $PATH
7345 IFS=$as_save_IFS
7346 test -z "$as_dir" && as_dir=.
7347 for ac_exec_ext in '' $ac_executable_extensions; do
7348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7349 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7350 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7351 break 2
7353 done
7354 done
7355 IFS=$as_save_IFS
7359 DLLWRAP=$ac_cv_prog_DLLWRAP
7360 if test -n "$DLLWRAP"; then
7361 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7362 $as_echo "$DLLWRAP" >&6; }
7363 else
7364 { $as_echo "$as_me:$LINENO: result: no" >&5
7365 $as_echo "no" >&6; }
7370 if test -z "$ac_cv_prog_DLLWRAP"; then
7371 ac_ct_DLLWRAP=$DLLWRAP
7372 # Extract the first word of "dllwrap", so it can be a program name with args.
7373 set dummy dllwrap; ac_word=$2
7374 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7375 $as_echo_n "checking for $ac_word... " >&6; }
7376 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7377 $as_echo_n "(cached) " >&6
7378 else
7379 if test -n "$ac_ct_DLLWRAP"; then
7380 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7381 else
7382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383 for as_dir in $PATH
7385 IFS=$as_save_IFS
7386 test -z "$as_dir" && as_dir=.
7387 for ac_exec_ext in '' $ac_executable_extensions; do
7388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7389 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7390 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7391 break 2
7393 done
7394 done
7395 IFS=$as_save_IFS
7399 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7400 if test -n "$ac_ct_DLLWRAP"; then
7401 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7402 $as_echo "$ac_ct_DLLWRAP" >&6; }
7403 else
7404 { $as_echo "$as_me:$LINENO: result: no" >&5
7405 $as_echo "no" >&6; }
7408 if test "x$ac_ct_DLLWRAP" = x; then
7409 DLLWRAP="false"
7410 else
7411 case $cross_compiling:$ac_tool_warned in
7412 yes:)
7413 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7415 ac_tool_warned=yes ;;
7416 esac
7417 DLLWRAP=$ac_ct_DLLWRAP
7419 else
7420 DLLWRAP="$ac_cv_prog_DLLWRAP"
7423 if test -n "$ac_tool_prefix"; then
7424 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7425 set dummy ${ac_tool_prefix}ar; ac_word=$2
7426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7427 $as_echo_n "checking for $ac_word... " >&6; }
7428 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7429 $as_echo_n "(cached) " >&6
7430 else
7431 if test -n "$MINGWAR"; then
7432 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7433 else
7434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7435 for as_dir in $PATH
7437 IFS=$as_save_IFS
7438 test -z "$as_dir" && as_dir=.
7439 for ac_exec_ext in '' $ac_executable_extensions; do
7440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7441 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7443 break 2
7445 done
7446 done
7447 IFS=$as_save_IFS
7451 MINGWAR=$ac_cv_prog_MINGWAR
7452 if test -n "$MINGWAR"; then
7453 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7454 $as_echo "$MINGWAR" >&6; }
7455 else
7456 { $as_echo "$as_me:$LINENO: result: no" >&5
7457 $as_echo "no" >&6; }
7462 if test -z "$ac_cv_prog_MINGWAR"; then
7463 ac_ct_MINGWAR=$MINGWAR
7464 # Extract the first word of "ar", so it can be a program name with args.
7465 set dummy ar; ac_word=$2
7466 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7467 $as_echo_n "checking for $ac_word... " >&6; }
7468 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7469 $as_echo_n "(cached) " >&6
7470 else
7471 if test -n "$ac_ct_MINGWAR"; then
7472 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7473 else
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475 for as_dir in $PATH
7477 IFS=$as_save_IFS
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 ac_cv_prog_ac_ct_MINGWAR="ar"
7482 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7483 break 2
7485 done
7486 done
7487 IFS=$as_save_IFS
7491 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7492 if test -n "$ac_ct_MINGWAR"; then
7493 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7494 $as_echo "$ac_ct_MINGWAR" >&6; }
7495 else
7496 { $as_echo "$as_me:$LINENO: result: no" >&5
7497 $as_echo "no" >&6; }
7500 if test "x$ac_ct_MINGWAR" = x; then
7501 MINGWAR="false"
7502 else
7503 case $cross_compiling:$ac_tool_warned in
7504 yes:)
7505 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7507 ac_tool_warned=yes ;;
7508 esac
7509 MINGWAR=$ac_ct_MINGWAR
7511 else
7512 MINGWAR="$ac_cv_prog_MINGWAR"
7515 if test "$DLLWRAP" = "false"; then
7516 LIBEXT="a"
7517 else
7518 LIBEXT="dll"
7520 IMPLIBEXT="a"
7521 WIN16_FILES=""
7522 WIN16_INSTALL=""
7523 enable_iphlpapi=${enable_iphlpapi:-no}
7524 enable_kernel32=${enable_kernel32:-no}
7525 enable_msvcrt=${enable_msvcrt:-no}
7526 enable_ntdll=${enable_ntdll:-no}
7527 enable_ws2_32=${enable_ws2_32:-no}
7528 enable_loader=${enable_loader:-no}
7529 enable_server=${enable_server:-no}
7530 with_x=${with_x:-no}
7531 with_pthread=${with_pthread:-no}
7533 darwin*|macosx*)
7534 DLLEXT=".so"
7535 LIBEXT="dylib"
7536 DLLFLAGS="$DLLFLAGS -fPIC"
7537 LDDLLFLAGS="-bundle -multiply_defined suppress"
7538 LIBWINE_LDFLAGS="-multiply_defined suppress"
7539 LDSHARED="\$(CC) -dynamiclib"
7540 STRIP="$STRIP -x"
7541 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7542 SECURITYLIB="-framework Security -framework CoreFoundation"
7544 COREFOUNDATIONLIB="-framework CoreFoundation"
7546 IOKITLIB="-framework IOKit -framework CoreFoundation"
7548 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7550 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7551 then
7552 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7555 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7556 then
7557 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7560 case $host_cpu in
7561 *powerpc*)
7562 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7563 esac
7564 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7565 then
7566 CARBONLIB="-framework Carbon"
7568 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7572 DLLFLAGS="$DLLFLAGS -fPIC"
7573 DLLEXT=".so"
7574 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7575 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7576 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7577 $as_echo_n "(cached) " >&6
7578 else
7579 ac_wine_try_cflags_saved=$CFLAGS
7580 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7581 cat >conftest.$ac_ext <<_ACEOF
7582 void myfunc() {}
7583 _ACEOF
7584 rm -f conftest.$ac_objext conftest$ac_exeext
7585 if { (ac_try="$ac_link"
7586 case "(($ac_try" in
7587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7588 *) ac_try_echo=$ac_try;;
7589 esac
7590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7591 $as_echo "$ac_try_echo") >&5
7592 (eval "$ac_link") 2>conftest.er1
7593 ac_status=$?
7594 grep -v '^ *+' conftest.er1 >conftest.err
7595 rm -f conftest.er1
7596 cat conftest.err >&5
7597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7598 (exit $ac_status); } && {
7599 test -z "$ac_c_werror_flag" ||
7600 test ! -s conftest.err
7601 } && test -s conftest$ac_exeext && {
7602 test "$cross_compiling" = yes ||
7603 $as_test_x conftest$ac_exeext
7604 }; then
7605 ac_cv_c_dll_gnuelf="yes"
7606 else
7607 $as_echo "$as_me: failed program was:" >&5
7608 sed 's/^/| /' conftest.$ac_ext >&5
7610 ac_cv_c_dll_gnuelf="no"
7613 rm -rf conftest.dSYM
7614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7615 conftest$ac_exeext conftest.$ac_ext
7616 CFLAGS=$ac_wine_try_cflags_saved
7618 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7619 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7620 if test "$ac_cv_c_dll_gnuelf" = "yes"
7621 then
7622 LDSHARED="\$(CC) -shared"
7623 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7624 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7625 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7626 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7627 $as_echo_n "(cached) " >&6
7628 else
7629 ac_wine_try_cflags_saved=$CFLAGS
7630 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7631 cat >conftest.$ac_ext <<_ACEOF
7632 /* confdefs.h. */
7633 _ACEOF
7634 cat confdefs.h >>conftest.$ac_ext
7635 cat >>conftest.$ac_ext <<_ACEOF
7636 /* end confdefs.h. */
7639 main ()
7643 return 0;
7645 _ACEOF
7646 rm -f conftest.$ac_objext conftest$ac_exeext
7647 if { (ac_try="$ac_link"
7648 case "(($ac_try" in
7649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7650 *) ac_try_echo=$ac_try;;
7651 esac
7652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7653 $as_echo "$ac_try_echo") >&5
7654 (eval "$ac_link") 2>conftest.er1
7655 ac_status=$?
7656 grep -v '^ *+' conftest.er1 >conftest.err
7657 rm -f conftest.er1
7658 cat conftest.err >&5
7659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7660 (exit $ac_status); } && {
7661 test -z "$ac_c_werror_flag" ||
7662 test ! -s conftest.err
7663 } && test -s conftest$ac_exeext && {
7664 test "$cross_compiling" = yes ||
7665 $as_test_x conftest$ac_exeext
7666 }; then
7667 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7668 else
7669 $as_echo "$as_me: failed program was:" >&5
7670 sed 's/^/| /' conftest.$ac_ext >&5
7672 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7675 rm -rf conftest.dSYM
7676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7677 conftest$ac_exeext conftest.$ac_ext
7678 CFLAGS=$ac_wine_try_cflags_saved
7680 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7681 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7682 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7683 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7684 else
7685 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7686 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7687 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7688 $as_echo_n "(cached) " >&6
7689 else
7690 ac_wine_try_cflags_saved=$CFLAGS
7691 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7692 cat >conftest.$ac_ext <<_ACEOF
7693 /* confdefs.h. */
7694 _ACEOF
7695 cat confdefs.h >>conftest.$ac_ext
7696 cat >>conftest.$ac_ext <<_ACEOF
7697 /* end confdefs.h. */
7700 main ()
7704 return 0;
7706 _ACEOF
7707 rm -f conftest.$ac_objext conftest$ac_exeext
7708 if { (ac_try="$ac_link"
7709 case "(($ac_try" in
7710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7711 *) ac_try_echo=$ac_try;;
7712 esac
7713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7714 $as_echo "$ac_try_echo") >&5
7715 (eval "$ac_link") 2>conftest.er1
7716 ac_status=$?
7717 grep -v '^ *+' conftest.er1 >conftest.err
7718 rm -f conftest.er1
7719 cat conftest.err >&5
7720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7721 (exit $ac_status); } && {
7722 test -z "$ac_c_werror_flag" ||
7723 test ! -s conftest.err
7724 } && test -s conftest$ac_exeext && {
7725 test "$cross_compiling" = yes ||
7726 $as_test_x conftest$ac_exeext
7727 }; then
7728 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7729 else
7730 $as_echo "$as_me: failed program was:" >&5
7731 sed 's/^/| /' conftest.$ac_ext >&5
7733 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7736 rm -rf conftest.dSYM
7737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7738 conftest$ac_exeext conftest.$ac_ext
7739 CFLAGS=$ac_wine_try_cflags_saved
7741 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7742 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7743 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7744 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7750 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7751 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7752 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7753 $as_echo_n "(cached) " >&6
7754 else
7755 ac_wine_try_cflags_saved=$CFLAGS
7756 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7757 cat >conftest.$ac_ext <<_ACEOF
7758 /* confdefs.h. */
7759 _ACEOF
7760 cat confdefs.h >>conftest.$ac_ext
7761 cat >>conftest.$ac_ext <<_ACEOF
7762 /* end confdefs.h. */
7765 main ()
7769 return 0;
7771 _ACEOF
7772 rm -f conftest.$ac_objext conftest$ac_exeext
7773 if { (ac_try="$ac_link"
7774 case "(($ac_try" in
7775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7776 *) ac_try_echo=$ac_try;;
7777 esac
7778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7779 $as_echo "$ac_try_echo") >&5
7780 (eval "$ac_link") 2>conftest.er1
7781 ac_status=$?
7782 grep -v '^ *+' conftest.er1 >conftest.err
7783 rm -f conftest.er1
7784 cat conftest.err >&5
7785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7786 (exit $ac_status); } && {
7787 test -z "$ac_c_werror_flag" ||
7788 test ! -s conftest.err
7789 } && test -s conftest$ac_exeext && {
7790 test "$cross_compiling" = yes ||
7791 $as_test_x conftest$ac_exeext
7792 }; then
7793 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7794 else
7795 $as_echo "$as_me: failed program was:" >&5
7796 sed 's/^/| /' conftest.$ac_ext >&5
7798 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7801 rm -rf conftest.dSYM
7802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7803 conftest$ac_exeext conftest.$ac_ext
7804 CFLAGS=$ac_wine_try_cflags_saved
7806 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7807 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7808 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7809 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7813 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7814 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7815 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7816 $as_echo_n "(cached) " >&6
7817 else
7818 ac_wine_try_cflags_saved=$CFLAGS
7819 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7820 cat >conftest.$ac_ext <<_ACEOF
7821 /* confdefs.h. */
7822 _ACEOF
7823 cat confdefs.h >>conftest.$ac_ext
7824 cat >>conftest.$ac_ext <<_ACEOF
7825 /* end confdefs.h. */
7828 main ()
7832 return 0;
7834 _ACEOF
7835 rm -f conftest.$ac_objext conftest$ac_exeext
7836 if { (ac_try="$ac_link"
7837 case "(($ac_try" in
7838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7839 *) ac_try_echo=$ac_try;;
7840 esac
7841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7842 $as_echo "$ac_try_echo") >&5
7843 (eval "$ac_link") 2>conftest.er1
7844 ac_status=$?
7845 grep -v '^ *+' conftest.er1 >conftest.err
7846 rm -f conftest.er1
7847 cat conftest.err >&5
7848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } && {
7850 test -z "$ac_c_werror_flag" ||
7851 test ! -s conftest.err
7852 } && test -s conftest$ac_exeext && {
7853 test "$cross_compiling" = yes ||
7854 $as_test_x conftest$ac_exeext
7855 }; then
7856 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7857 else
7858 $as_echo "$as_me: failed program was:" >&5
7859 sed 's/^/| /' conftest.$ac_ext >&5
7861 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7864 rm -rf conftest.dSYM
7865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7866 conftest$ac_exeext conftest.$ac_ext
7867 CFLAGS=$ac_wine_try_cflags_saved
7869 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7870 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7871 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7872 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7876 echo '{ global: *; };' >conftest.map
7877 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7878 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7879 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7880 $as_echo_n "(cached) " >&6
7881 else
7882 ac_wine_try_cflags_saved=$CFLAGS
7883 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7884 cat >conftest.$ac_ext <<_ACEOF
7885 /* confdefs.h. */
7886 _ACEOF
7887 cat confdefs.h >>conftest.$ac_ext
7888 cat >>conftest.$ac_ext <<_ACEOF
7889 /* end confdefs.h. */
7892 main ()
7896 return 0;
7898 _ACEOF
7899 rm -f conftest.$ac_objext conftest$ac_exeext
7900 if { (ac_try="$ac_link"
7901 case "(($ac_try" in
7902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7903 *) ac_try_echo=$ac_try;;
7904 esac
7905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7906 $as_echo "$ac_try_echo") >&5
7907 (eval "$ac_link") 2>conftest.er1
7908 ac_status=$?
7909 grep -v '^ *+' conftest.er1 >conftest.err
7910 rm -f conftest.er1
7911 cat conftest.err >&5
7912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7913 (exit $ac_status); } && {
7914 test -z "$ac_c_werror_flag" ||
7915 test ! -s conftest.err
7916 } && test -s conftest$ac_exeext && {
7917 test "$cross_compiling" = yes ||
7918 $as_test_x conftest$ac_exeext
7919 }; then
7920 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7921 else
7922 $as_echo "$as_me: failed program was:" >&5
7923 sed 's/^/| /' conftest.$ac_ext >&5
7925 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7928 rm -rf conftest.dSYM
7929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7930 conftest$ac_exeext conftest.$ac_ext
7931 CFLAGS=$ac_wine_try_cflags_saved
7933 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7934 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7935 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7936 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7939 rm -f conftest.map
7941 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7942 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7943 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7944 $as_echo_n "(cached) " >&6
7945 else
7946 ac_wine_try_cflags_saved=$CFLAGS
7947 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7948 cat >conftest.$ac_ext <<_ACEOF
7949 /* confdefs.h. */
7950 _ACEOF
7951 cat confdefs.h >>conftest.$ac_ext
7952 cat >>conftest.$ac_ext <<_ACEOF
7953 /* end confdefs.h. */
7956 main ()
7960 return 0;
7962 _ACEOF
7963 rm -f conftest.$ac_objext conftest$ac_exeext
7964 if { (ac_try="$ac_link"
7965 case "(($ac_try" in
7966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7967 *) ac_try_echo=$ac_try;;
7968 esac
7969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7970 $as_echo "$ac_try_echo") >&5
7971 (eval "$ac_link") 2>conftest.er1
7972 ac_status=$?
7973 grep -v '^ *+' conftest.er1 >conftest.err
7974 rm -f conftest.er1
7975 cat conftest.err >&5
7976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7977 (exit $ac_status); } && {
7978 test -z "$ac_c_werror_flag" ||
7979 test ! -s conftest.err
7980 } && test -s conftest$ac_exeext && {
7981 test "$cross_compiling" = yes ||
7982 $as_test_x conftest$ac_exeext
7983 }; then
7984 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7985 else
7986 $as_echo "$as_me: failed program was:" >&5
7987 sed 's/^/| /' conftest.$ac_ext >&5
7989 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7992 rm -rf conftest.dSYM
7993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7994 conftest$ac_exeext conftest.$ac_ext
7995 CFLAGS=$ac_wine_try_cflags_saved
7997 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7998 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7999 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8000 LDEXECFLAGS="-Wl,--export-dynamic"
8005 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8006 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8007 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8008 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8009 $as_echo_n "(cached) " >&6
8010 else
8011 ac_wine_try_cflags_saved=$CFLAGS
8012 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8013 cat >conftest.$ac_ext <<_ACEOF
8014 /* confdefs.h. */
8015 _ACEOF
8016 cat confdefs.h >>conftest.$ac_ext
8017 cat >>conftest.$ac_ext <<_ACEOF
8018 /* end confdefs.h. */
8021 main ()
8025 return 0;
8027 _ACEOF
8028 rm -f conftest.$ac_objext conftest$ac_exeext
8029 if { (ac_try="$ac_link"
8030 case "(($ac_try" in
8031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8032 *) ac_try_echo=$ac_try;;
8033 esac
8034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8035 $as_echo "$ac_try_echo") >&5
8036 (eval "$ac_link") 2>conftest.er1
8037 ac_status=$?
8038 grep -v '^ *+' conftest.er1 >conftest.err
8039 rm -f conftest.er1
8040 cat conftest.err >&5
8041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8042 (exit $ac_status); } && {
8043 test -z "$ac_c_werror_flag" ||
8044 test ! -s conftest.err
8045 } && test -s conftest$ac_exeext && {
8046 test "$cross_compiling" = yes ||
8047 $as_test_x conftest$ac_exeext
8048 }; then
8049 eval "$as_ac_var=yes"
8050 else
8051 $as_echo "$as_me: failed program was:" >&5
8052 sed 's/^/| /' conftest.$ac_ext >&5
8054 eval "$as_ac_var=no"
8057 rm -rf conftest.dSYM
8058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8059 conftest$ac_exeext conftest.$ac_ext
8060 CFLAGS=$ac_wine_try_cflags_saved
8062 ac_res=`eval 'as_val=${'$as_ac_var'}
8063 $as_echo "$as_val"'`
8064 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8065 $as_echo "$ac_res" >&6; }
8066 if test `eval 'as_val=${'$as_ac_var'}
8067 $as_echo "$as_val"'` = yes; then
8068 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8069 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8070 else
8071 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8072 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8073 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8074 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8075 $as_echo_n "(cached) " >&6
8076 else
8077 ac_wine_try_cflags_saved=$CFLAGS
8078 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8079 cat >conftest.$ac_ext <<_ACEOF
8080 /* confdefs.h. */
8081 _ACEOF
8082 cat confdefs.h >>conftest.$ac_ext
8083 cat >>conftest.$ac_ext <<_ACEOF
8084 /* end confdefs.h. */
8087 main ()
8091 return 0;
8093 _ACEOF
8094 rm -f conftest.$ac_objext conftest$ac_exeext
8095 if { (ac_try="$ac_link"
8096 case "(($ac_try" in
8097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8098 *) ac_try_echo=$ac_try;;
8099 esac
8100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8101 $as_echo "$ac_try_echo") >&5
8102 (eval "$ac_link") 2>conftest.er1
8103 ac_status=$?
8104 grep -v '^ *+' conftest.er1 >conftest.err
8105 rm -f conftest.er1
8106 cat conftest.err >&5
8107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8108 (exit $ac_status); } && {
8109 test -z "$ac_c_werror_flag" ||
8110 test ! -s conftest.err
8111 } && test -s conftest$ac_exeext && {
8112 test "$cross_compiling" = yes ||
8113 $as_test_x conftest$ac_exeext
8114 }; then
8115 eval "$as_ac_var=yes"
8116 else
8117 $as_echo "$as_me: failed program was:" >&5
8118 sed 's/^/| /' conftest.$ac_ext >&5
8120 eval "$as_ac_var=no"
8123 rm -rf conftest.dSYM
8124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8125 conftest$ac_exeext conftest.$ac_ext
8126 CFLAGS=$ac_wine_try_cflags_saved
8128 ac_res=`eval 'as_val=${'$as_ac_var'}
8129 $as_echo "$as_val"'`
8130 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8131 $as_echo "$ac_res" >&6; }
8132 if test `eval 'as_val=${'$as_ac_var'}
8133 $as_echo "$as_val"'` = yes; then
8134 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8135 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8141 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8142 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8143 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8144 $as_echo_n "(cached) " >&6
8145 else
8146 ac_wine_try_cflags_saved=$CFLAGS
8147 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8148 cat >conftest.$ac_ext <<_ACEOF
8149 /* confdefs.h. */
8150 _ACEOF
8151 cat confdefs.h >>conftest.$ac_ext
8152 cat >>conftest.$ac_ext <<_ACEOF
8153 /* end confdefs.h. */
8156 main ()
8160 return 0;
8162 _ACEOF
8163 rm -f conftest.$ac_objext conftest$ac_exeext
8164 if { (ac_try="$ac_link"
8165 case "(($ac_try" in
8166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8167 *) ac_try_echo=$ac_try;;
8168 esac
8169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8170 $as_echo "$ac_try_echo") >&5
8171 (eval "$ac_link") 2>conftest.er1
8172 ac_status=$?
8173 grep -v '^ *+' conftest.er1 >conftest.err
8174 rm -f conftest.er1
8175 cat conftest.err >&5
8176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 (exit $ac_status); } && {
8178 test -z "$ac_c_werror_flag" ||
8179 test ! -s conftest.err
8180 } && test -s conftest$ac_exeext && {
8181 test "$cross_compiling" = yes ||
8182 $as_test_x conftest$ac_exeext
8183 }; then
8184 ac_cv_cflags__Wl___enable_new_dtags=yes
8185 else
8186 $as_echo "$as_me: failed program was:" >&5
8187 sed 's/^/| /' conftest.$ac_ext >&5
8189 ac_cv_cflags__Wl___enable_new_dtags=no
8192 rm -rf conftest.dSYM
8193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8194 conftest$ac_exeext conftest.$ac_ext
8195 CFLAGS=$ac_wine_try_cflags_saved
8197 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8198 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8199 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8200 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8204 case $host_cpu in
8205 *i[3456789]86* | x86_64)
8206 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8207 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8208 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210 else
8211 ac_wine_try_cflags_saved=$CFLAGS
8212 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8213 cat >conftest.$ac_ext <<_ACEOF
8214 /* confdefs.h. */
8215 _ACEOF
8216 cat confdefs.h >>conftest.$ac_ext
8217 cat >>conftest.$ac_ext <<_ACEOF
8218 /* end confdefs.h. */
8221 main ()
8225 return 0;
8227 _ACEOF
8228 rm -f conftest.$ac_objext conftest$ac_exeext
8229 if { (ac_try="$ac_link"
8230 case "(($ac_try" in
8231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8232 *) ac_try_echo=$ac_try;;
8233 esac
8234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8235 $as_echo "$ac_try_echo") >&5
8236 (eval "$ac_link") 2>conftest.er1
8237 ac_status=$?
8238 grep -v '^ *+' conftest.er1 >conftest.err
8239 rm -f conftest.er1
8240 cat conftest.err >&5
8241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8242 (exit $ac_status); } && {
8243 test -z "$ac_c_werror_flag" ||
8244 test ! -s conftest.err
8245 } && test -s conftest$ac_exeext && {
8246 test "$cross_compiling" = yes ||
8247 $as_test_x conftest$ac_exeext
8248 }; then
8249 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8250 else
8251 $as_echo "$as_me: failed program was:" >&5
8252 sed 's/^/| /' conftest.$ac_ext >&5
8254 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8257 rm -rf conftest.dSYM
8258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8259 conftest$ac_exeext conftest.$ac_ext
8260 CFLAGS=$ac_wine_try_cflags_saved
8262 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8263 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8264 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8265 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8269 esac
8271 else
8272 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8273 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8274 if test "${ac_cv_c_dll_unixware+set}" = set; then
8275 $as_echo_n "(cached) " >&6
8276 else
8277 ac_wine_try_cflags_saved=$CFLAGS
8278 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8279 cat >conftest.$ac_ext <<_ACEOF
8280 void myfunc() {}
8281 _ACEOF
8282 rm -f conftest.$ac_objext conftest$ac_exeext
8283 if { (ac_try="$ac_link"
8284 case "(($ac_try" in
8285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8286 *) ac_try_echo=$ac_try;;
8287 esac
8288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8289 $as_echo "$ac_try_echo") >&5
8290 (eval "$ac_link") 2>conftest.er1
8291 ac_status=$?
8292 grep -v '^ *+' conftest.er1 >conftest.err
8293 rm -f conftest.er1
8294 cat conftest.err >&5
8295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8296 (exit $ac_status); } && {
8297 test -z "$ac_c_werror_flag" ||
8298 test ! -s conftest.err
8299 } && test -s conftest$ac_exeext && {
8300 test "$cross_compiling" = yes ||
8301 $as_test_x conftest$ac_exeext
8302 }; then
8303 ac_cv_c_dll_unixware="yes"
8304 else
8305 $as_echo "$as_me: failed program was:" >&5
8306 sed 's/^/| /' conftest.$ac_ext >&5
8308 ac_cv_c_dll_unixware="no"
8311 rm -rf conftest.dSYM
8312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8313 conftest$ac_exeext conftest.$ac_ext
8314 CFLAGS=$ac_wine_try_cflags_saved
8316 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8317 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8318 if test "$ac_cv_c_dll_unixware" = "yes"
8319 then
8320 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8321 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8323 else
8324 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8325 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8326 if test "${ac_cv_c_dll_hpux+set}" = set; then
8327 $as_echo_n "(cached) " >&6
8328 else
8329 ac_wine_try_cflags_saved=$CFLAGS
8330 CFLAGS="$CFLAGS -shared"
8331 cat >conftest.$ac_ext <<_ACEOF
8332 void myfunc() {}
8333 _ACEOF
8334 rm -f conftest.$ac_objext conftest$ac_exeext
8335 if { (ac_try="$ac_link"
8336 case "(($ac_try" in
8337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8338 *) ac_try_echo=$ac_try;;
8339 esac
8340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8341 $as_echo "$ac_try_echo") >&5
8342 (eval "$ac_link") 2>conftest.er1
8343 ac_status=$?
8344 grep -v '^ *+' conftest.er1 >conftest.err
8345 rm -f conftest.er1
8346 cat conftest.err >&5
8347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8348 (exit $ac_status); } && {
8349 test -z "$ac_c_werror_flag" ||
8350 test ! -s conftest.err
8351 } && test -s conftest$ac_exeext && {
8352 test "$cross_compiling" = yes ||
8353 $as_test_x conftest$ac_exeext
8354 }; then
8355 ac_cv_c_dll_hpux="yes"
8356 else
8357 $as_echo "$as_me: failed program was:" >&5
8358 sed 's/^/| /' conftest.$ac_ext >&5
8360 ac_cv_c_dll_hpux="no"
8363 rm -rf conftest.dSYM
8364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8365 conftest$ac_exeext conftest.$ac_ext
8366 CFLAGS=$ac_wine_try_cflags_saved
8368 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8369 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8370 if test "$ac_cv_c_dll_hpux" = "yes"
8371 then
8372 LIBEXT="sl"
8373 DLLEXT=".sl"
8374 LDDLLFLAGS="-shared -fPIC"
8375 LDSHARED="\$(CC) -shared"
8380 esac
8382 enable_winequartz_drv=${enable_winequartz_drv:-no}
8384 if test "$LIBEXT" = "a"; then
8385 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8386 It is currently not possible to build Wine without shared library
8387 (.so) support to allow transparent switch between .so and .dll files.
8388 If you are using Linux, you will need a newer binutils.
8389 " >&5
8390 $as_echo "$as_me: error: could not find a way to build shared libraries.
8391 It is currently not possible to build Wine without shared library
8392 (.so) support to allow transparent switch between .so and .dll files.
8393 If you are using Linux, you will need a newer binutils.
8394 " >&2;}
8395 { (exit 1); exit 1; }; }
8398 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8399 then
8400 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
8402 # Extract the first word of "$ac_prog", so it can be a program name with args.
8403 set dummy $ac_prog; ac_word=$2
8404 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8405 $as_echo_n "checking for $ac_word... " >&6; }
8406 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8407 $as_echo_n "(cached) " >&6
8408 else
8409 if test -n "$CROSSCC"; then
8410 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8411 else
8412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413 for as_dir in $PATH
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8419 ac_cv_prog_CROSSCC="$ac_prog"
8420 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8421 break 2
8423 done
8424 done
8425 IFS=$as_save_IFS
8429 CROSSCC=$ac_cv_prog_CROSSCC
8430 if test -n "$CROSSCC"; then
8431 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8432 $as_echo "$CROSSCC" >&6; }
8433 else
8434 { $as_echo "$as_me:$LINENO: result: no" >&5
8435 $as_echo "no" >&6; }
8439 test -n "$CROSSCC" && break
8440 done
8441 test -n "$CROSSCC" || CROSSCC="false"
8443 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
8445 # Extract the first word of "$ac_prog", so it can be a program name with args.
8446 set dummy $ac_prog; ac_word=$2
8447 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8448 $as_echo_n "checking for $ac_word... " >&6; }
8449 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8450 $as_echo_n "(cached) " >&6
8451 else
8452 if test -n "$DLLTOOL"; then
8453 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8454 else
8455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456 for as_dir in $PATH
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462 ac_cv_prog_DLLTOOL="$ac_prog"
8463 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8464 break 2
8466 done
8467 done
8468 IFS=$as_save_IFS
8472 DLLTOOL=$ac_cv_prog_DLLTOOL
8473 if test -n "$DLLTOOL"; then
8474 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8475 $as_echo "$DLLTOOL" >&6; }
8476 else
8477 { $as_echo "$as_me:$LINENO: result: no" >&5
8478 $as_echo "no" >&6; }
8482 test -n "$DLLTOOL" && break
8483 done
8484 test -n "$DLLTOOL" || DLLTOOL="false"
8486 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
8488 # Extract the first word of "$ac_prog", so it can be a program name with args.
8489 set dummy $ac_prog; ac_word=$2
8490 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8491 $as_echo_n "checking for $ac_word... " >&6; }
8492 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8493 $as_echo_n "(cached) " >&6
8494 else
8495 if test -n "$CROSSWINDRES"; then
8496 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8497 else
8498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8499 for as_dir in $PATH
8501 IFS=$as_save_IFS
8502 test -z "$as_dir" && as_dir=.
8503 for ac_exec_ext in '' $ac_executable_extensions; do
8504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8505 ac_cv_prog_CROSSWINDRES="$ac_prog"
8506 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8507 break 2
8509 done
8510 done
8511 IFS=$as_save_IFS
8515 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8516 if test -n "$CROSSWINDRES"; then
8517 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8518 $as_echo "$CROSSWINDRES" >&6; }
8519 else
8520 { $as_echo "$as_me:$LINENO: result: no" >&5
8521 $as_echo "no" >&6; }
8525 test -n "$CROSSWINDRES" && break
8526 done
8527 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8529 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
8531 # Extract the first word of "$ac_prog", so it can be a program name with args.
8532 set dummy $ac_prog; ac_word=$2
8533 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 $as_echo_n "checking for $ac_word... " >&6; }
8535 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8536 $as_echo_n "(cached) " >&6
8537 else
8538 if test -n "$MINGWAR"; then
8539 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8540 else
8541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8542 for as_dir in $PATH
8544 IFS=$as_save_IFS
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_MINGWAR="$ac_prog"
8549 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8550 break 2
8552 done
8553 done
8554 IFS=$as_save_IFS
8558 MINGWAR=$ac_cv_prog_MINGWAR
8559 if test -n "$MINGWAR"; then
8560 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8561 $as_echo "$MINGWAR" >&6; }
8562 else
8563 { $as_echo "$as_me:$LINENO: result: no" >&5
8564 $as_echo "no" >&6; }
8568 test -n "$MINGWAR" && break
8569 done
8570 test -n "$MINGWAR" || MINGWAR="false"
8572 if test "$CROSSCC" != "false"
8573 then
8574 CROSSTEST="\$(CROSSTEST)"
8580 if test "$ac_cv_header_pthread_h" = "yes"
8581 then
8582 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8583 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8584 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8585 $as_echo_n "(cached) " >&6
8586 else
8587 ac_check_lib_save_LIBS=$LIBS
8588 LIBS="-lpthread $LIBS"
8589 cat >conftest.$ac_ext <<_ACEOF
8590 /* confdefs.h. */
8591 _ACEOF
8592 cat confdefs.h >>conftest.$ac_ext
8593 cat >>conftest.$ac_ext <<_ACEOF
8594 /* end confdefs.h. */
8596 /* Override any GCC internal prototype to avoid an error.
8597 Use char because int might match the return type of a GCC
8598 builtin and then its argument prototype would still apply. */
8599 #ifdef __cplusplus
8600 extern "C"
8601 #endif
8602 char pthread_create ();
8604 main ()
8606 return pthread_create ();
8608 return 0;
8610 _ACEOF
8611 rm -f conftest.$ac_objext conftest$ac_exeext
8612 if { (ac_try="$ac_link"
8613 case "(($ac_try" in
8614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8615 *) ac_try_echo=$ac_try;;
8616 esac
8617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8618 $as_echo "$ac_try_echo") >&5
8619 (eval "$ac_link") 2>conftest.er1
8620 ac_status=$?
8621 grep -v '^ *+' conftest.er1 >conftest.err
8622 rm -f conftest.er1
8623 cat conftest.err >&5
8624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8625 (exit $ac_status); } && {
8626 test -z "$ac_c_werror_flag" ||
8627 test ! -s conftest.err
8628 } && test -s conftest$ac_exeext && {
8629 test "$cross_compiling" = yes ||
8630 $as_test_x conftest$ac_exeext
8631 }; then
8632 ac_cv_lib_pthread_pthread_create=yes
8633 else
8634 $as_echo "$as_me: failed program was:" >&5
8635 sed 's/^/| /' conftest.$ac_ext >&5
8637 ac_cv_lib_pthread_pthread_create=no
8640 rm -rf conftest.dSYM
8641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8642 conftest$ac_exeext conftest.$ac_ext
8643 LIBS=$ac_check_lib_save_LIBS
8645 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8646 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8647 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8648 LIBPTHREAD="-lpthread"
8653 if test "x$LIBPTHREAD" = "x"; then
8654 case "x$with_pthread" in
8655 xno) ;;
8656 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8657 Wine cannot support threads without libpthread.
8658 Use the --without-pthread option if you really want this." >&5
8659 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8660 Wine cannot support threads without libpthread.
8661 Use the --without-pthread option if you really want this." >&2;}
8662 { (exit 1); exit 1; }; } ;;
8663 esac
8668 { $as_echo "$as_me:$LINENO: checking for X" >&5
8669 $as_echo_n "checking for X... " >&6; }
8672 # Check whether --with-x was given.
8673 if test "${with_x+set}" = set; then
8674 withval=$with_x;
8677 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8678 if test "x$with_x" = xno; then
8679 # The user explicitly disabled X.
8680 have_x=disabled
8681 else
8682 case $x_includes,$x_libraries in #(
8683 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8684 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8685 { (exit 1); exit 1; }; };; #(
8686 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8687 $as_echo_n "(cached) " >&6
8688 else
8689 # One or both of the vars are not set, and there is no cached value.
8690 ac_x_includes=no ac_x_libraries=no
8691 rm -f -r conftest.dir
8692 if mkdir conftest.dir; then
8693 cd conftest.dir
8694 cat >Imakefile <<'_ACEOF'
8695 incroot:
8696 @echo incroot='${INCROOT}'
8697 usrlibdir:
8698 @echo usrlibdir='${USRLIBDIR}'
8699 libdir:
8700 @echo libdir='${LIBDIR}'
8701 _ACEOF
8702 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8703 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8704 for ac_var in incroot usrlibdir libdir; do
8705 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8706 done
8707 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8708 for ac_extension in a so sl dylib la dll; do
8709 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8710 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8711 ac_im_usrlibdir=$ac_im_libdir; break
8713 done
8714 # Screen out bogus values from the imake configuration. They are
8715 # bogus both because they are the default anyway, and because
8716 # using them would break gcc on systems where it needs fixed includes.
8717 case $ac_im_incroot in
8718 /usr/include) ac_x_includes= ;;
8719 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8720 esac
8721 case $ac_im_usrlibdir in
8722 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8723 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8724 esac
8726 cd ..
8727 rm -f -r conftest.dir
8730 # Standard set of common directories for X headers.
8731 # Check X11 before X11Rn because it is often a symlink to the current release.
8732 ac_x_header_dirs='
8733 /usr/X11/include
8734 /usr/X11R6/include
8735 /usr/X11R5/include
8736 /usr/X11R4/include
8738 /usr/include/X11
8739 /usr/include/X11R6
8740 /usr/include/X11R5
8741 /usr/include/X11R4
8743 /usr/local/X11/include
8744 /usr/local/X11R6/include
8745 /usr/local/X11R5/include
8746 /usr/local/X11R4/include
8748 /usr/local/include/X11
8749 /usr/local/include/X11R6
8750 /usr/local/include/X11R5
8751 /usr/local/include/X11R4
8753 /usr/X386/include
8754 /usr/x386/include
8755 /usr/XFree86/include/X11
8757 /usr/include
8758 /usr/local/include
8759 /usr/unsupported/include
8760 /usr/athena/include
8761 /usr/local/x11r5/include
8762 /usr/lpp/Xamples/include
8764 /usr/openwin/include
8765 /usr/openwin/share/include'
8767 if test "$ac_x_includes" = no; then
8768 # Guess where to find include files, by looking for Xlib.h.
8769 # First, try using that file with no special directory specified.
8770 cat >conftest.$ac_ext <<_ACEOF
8771 /* confdefs.h. */
8772 _ACEOF
8773 cat confdefs.h >>conftest.$ac_ext
8774 cat >>conftest.$ac_ext <<_ACEOF
8775 /* end confdefs.h. */
8776 #include <X11/Xlib.h>
8777 _ACEOF
8778 if { (ac_try="$ac_cpp conftest.$ac_ext"
8779 case "(($ac_try" in
8780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8781 *) ac_try_echo=$ac_try;;
8782 esac
8783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8784 $as_echo "$ac_try_echo") >&5
8785 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8786 ac_status=$?
8787 grep -v '^ *+' conftest.er1 >conftest.err
8788 rm -f conftest.er1
8789 cat conftest.err >&5
8790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8791 (exit $ac_status); } >/dev/null && {
8792 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8793 test ! -s conftest.err
8794 }; then
8795 # We can compile using X headers with no special include directory.
8796 ac_x_includes=
8797 else
8798 $as_echo "$as_me: failed program was:" >&5
8799 sed 's/^/| /' conftest.$ac_ext >&5
8801 for ac_dir in $ac_x_header_dirs; do
8802 if test -r "$ac_dir/X11/Xlib.h"; then
8803 ac_x_includes=$ac_dir
8804 break
8806 done
8809 rm -f conftest.err conftest.$ac_ext
8810 fi # $ac_x_includes = no
8812 if test "$ac_x_libraries" = no; then
8813 # Check for the libraries.
8814 # See if we find them without any special options.
8815 # Don't add to $LIBS permanently.
8816 ac_save_LIBS=$LIBS
8817 LIBS="-lX11 $LIBS"
8818 cat >conftest.$ac_ext <<_ACEOF
8819 /* confdefs.h. */
8820 _ACEOF
8821 cat confdefs.h >>conftest.$ac_ext
8822 cat >>conftest.$ac_ext <<_ACEOF
8823 /* end confdefs.h. */
8824 #include <X11/Xlib.h>
8826 main ()
8828 XrmInitialize ()
8830 return 0;
8832 _ACEOF
8833 rm -f conftest.$ac_objext conftest$ac_exeext
8834 if { (ac_try="$ac_link"
8835 case "(($ac_try" in
8836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8837 *) ac_try_echo=$ac_try;;
8838 esac
8839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8840 $as_echo "$ac_try_echo") >&5
8841 (eval "$ac_link") 2>conftest.er1
8842 ac_status=$?
8843 grep -v '^ *+' conftest.er1 >conftest.err
8844 rm -f conftest.er1
8845 cat conftest.err >&5
8846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 (exit $ac_status); } && {
8848 test -z "$ac_c_werror_flag" ||
8849 test ! -s conftest.err
8850 } && test -s conftest$ac_exeext && {
8851 test "$cross_compiling" = yes ||
8852 $as_test_x conftest$ac_exeext
8853 }; then
8854 LIBS=$ac_save_LIBS
8855 # We can link X programs with no special library path.
8856 ac_x_libraries=
8857 else
8858 $as_echo "$as_me: failed program was:" >&5
8859 sed 's/^/| /' conftest.$ac_ext >&5
8861 LIBS=$ac_save_LIBS
8862 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8864 # Don't even attempt the hair of trying to link an X program!
8865 for ac_extension in a so sl dylib la dll; do
8866 if test -r "$ac_dir/libX11.$ac_extension"; then
8867 ac_x_libraries=$ac_dir
8868 break 2
8870 done
8871 done
8874 rm -rf conftest.dSYM
8875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8876 conftest$ac_exeext conftest.$ac_ext
8877 fi # $ac_x_libraries = no
8879 case $ac_x_includes,$ac_x_libraries in #(
8880 no,* | *,no | *\'*)
8881 # Didn't find X, or a directory has "'" in its name.
8882 ac_cv_have_x="have_x=no";; #(
8884 # Record where we found X for the cache.
8885 ac_cv_have_x="have_x=yes\
8886 ac_x_includes='$ac_x_includes'\
8887 ac_x_libraries='$ac_x_libraries'"
8888 esac
8890 ;; #(
8891 *) have_x=yes;;
8892 esac
8893 eval "$ac_cv_have_x"
8894 fi # $with_x != no
8896 if test "$have_x" != yes; then
8897 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8898 $as_echo "$have_x" >&6; }
8899 no_x=yes
8900 else
8901 # If each of the values was on the command line, it overrides each guess.
8902 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8903 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8904 # Update the cache value to reflect the command line values.
8905 ac_cv_have_x="have_x=yes\
8906 ac_x_includes='$x_includes'\
8907 ac_x_libraries='$x_libraries'"
8908 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8909 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8912 if test "$no_x" = yes; then
8913 # Not all programs may use this symbol, but it does not hurt to define it.
8915 cat >>confdefs.h <<\_ACEOF
8916 #define X_DISPLAY_MISSING 1
8917 _ACEOF
8919 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8920 else
8921 if test -n "$x_includes"; then
8922 X_CFLAGS="$X_CFLAGS -I$x_includes"
8925 # It would also be nice to do this for all -L options, not just this one.
8926 if test -n "$x_libraries"; then
8927 X_LIBS="$X_LIBS -L$x_libraries"
8928 # For Solaris; some versions of Sun CC require a space after -R and
8929 # others require no space. Words are not sufficient . . . .
8930 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8931 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8932 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8933 ac_xsave_c_werror_flag=$ac_c_werror_flag
8934 ac_c_werror_flag=yes
8935 cat >conftest.$ac_ext <<_ACEOF
8936 /* confdefs.h. */
8937 _ACEOF
8938 cat confdefs.h >>conftest.$ac_ext
8939 cat >>conftest.$ac_ext <<_ACEOF
8940 /* end confdefs.h. */
8943 main ()
8947 return 0;
8949 _ACEOF
8950 rm -f conftest.$ac_objext conftest$ac_exeext
8951 if { (ac_try="$ac_link"
8952 case "(($ac_try" in
8953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8954 *) ac_try_echo=$ac_try;;
8955 esac
8956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8957 $as_echo "$ac_try_echo") >&5
8958 (eval "$ac_link") 2>conftest.er1
8959 ac_status=$?
8960 grep -v '^ *+' conftest.er1 >conftest.err
8961 rm -f conftest.er1
8962 cat conftest.err >&5
8963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8964 (exit $ac_status); } && {
8965 test -z "$ac_c_werror_flag" ||
8966 test ! -s conftest.err
8967 } && test -s conftest$ac_exeext && {
8968 test "$cross_compiling" = yes ||
8969 $as_test_x conftest$ac_exeext
8970 }; then
8971 { $as_echo "$as_me:$LINENO: result: no" >&5
8972 $as_echo "no" >&6; }
8973 X_LIBS="$X_LIBS -R$x_libraries"
8974 else
8975 $as_echo "$as_me: failed program was:" >&5
8976 sed 's/^/| /' conftest.$ac_ext >&5
8978 LIBS="$ac_xsave_LIBS -R $x_libraries"
8979 cat >conftest.$ac_ext <<_ACEOF
8980 /* confdefs.h. */
8981 _ACEOF
8982 cat confdefs.h >>conftest.$ac_ext
8983 cat >>conftest.$ac_ext <<_ACEOF
8984 /* end confdefs.h. */
8987 main ()
8991 return 0;
8993 _ACEOF
8994 rm -f conftest.$ac_objext conftest$ac_exeext
8995 if { (ac_try="$ac_link"
8996 case "(($ac_try" in
8997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8998 *) ac_try_echo=$ac_try;;
8999 esac
9000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9001 $as_echo "$ac_try_echo") >&5
9002 (eval "$ac_link") 2>conftest.er1
9003 ac_status=$?
9004 grep -v '^ *+' conftest.er1 >conftest.err
9005 rm -f conftest.er1
9006 cat conftest.err >&5
9007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9008 (exit $ac_status); } && {
9009 test -z "$ac_c_werror_flag" ||
9010 test ! -s conftest.err
9011 } && test -s conftest$ac_exeext && {
9012 test "$cross_compiling" = yes ||
9013 $as_test_x conftest$ac_exeext
9014 }; then
9015 { $as_echo "$as_me:$LINENO: result: yes" >&5
9016 $as_echo "yes" >&6; }
9017 X_LIBS="$X_LIBS -R $x_libraries"
9018 else
9019 $as_echo "$as_me: failed program was:" >&5
9020 sed 's/^/| /' conftest.$ac_ext >&5
9022 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9023 $as_echo "neither works" >&6; }
9026 rm -rf conftest.dSYM
9027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9028 conftest$ac_exeext conftest.$ac_ext
9031 rm -rf conftest.dSYM
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 ac_c_werror_flag=$ac_xsave_c_werror_flag
9035 LIBS=$ac_xsave_LIBS
9038 # Check for system-dependent libraries X programs must link with.
9039 # Do this before checking for the system-independent R6 libraries
9040 # (-lICE), since we may need -lsocket or whatever for X linking.
9042 if test "$ISC" = yes; then
9043 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9044 else
9045 # Martyn Johnson says this is needed for Ultrix, if the X
9046 # libraries were built with DECnet support. And Karl Berry says
9047 # the Alpha needs dnet_stub (dnet does not exist).
9048 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9049 cat >conftest.$ac_ext <<_ACEOF
9050 /* confdefs.h. */
9051 _ACEOF
9052 cat confdefs.h >>conftest.$ac_ext
9053 cat >>conftest.$ac_ext <<_ACEOF
9054 /* end confdefs.h. */
9056 /* Override any GCC internal prototype to avoid an error.
9057 Use char because int might match the return type of a GCC
9058 builtin and then its argument prototype would still apply. */
9059 #ifdef __cplusplus
9060 extern "C"
9061 #endif
9062 char XOpenDisplay ();
9064 main ()
9066 return XOpenDisplay ();
9068 return 0;
9070 _ACEOF
9071 rm -f conftest.$ac_objext conftest$ac_exeext
9072 if { (ac_try="$ac_link"
9073 case "(($ac_try" in
9074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9075 *) ac_try_echo=$ac_try;;
9076 esac
9077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9078 $as_echo "$ac_try_echo") >&5
9079 (eval "$ac_link") 2>conftest.er1
9080 ac_status=$?
9081 grep -v '^ *+' conftest.er1 >conftest.err
9082 rm -f conftest.er1
9083 cat conftest.err >&5
9084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9085 (exit $ac_status); } && {
9086 test -z "$ac_c_werror_flag" ||
9087 test ! -s conftest.err
9088 } && test -s conftest$ac_exeext && {
9089 test "$cross_compiling" = yes ||
9090 $as_test_x conftest$ac_exeext
9091 }; then
9093 else
9094 $as_echo "$as_me: failed program was:" >&5
9095 sed 's/^/| /' conftest.$ac_ext >&5
9097 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9098 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9099 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9100 $as_echo_n "(cached) " >&6
9101 else
9102 ac_check_lib_save_LIBS=$LIBS
9103 LIBS="-ldnet $LIBS"
9104 cat >conftest.$ac_ext <<_ACEOF
9105 /* confdefs.h. */
9106 _ACEOF
9107 cat confdefs.h >>conftest.$ac_ext
9108 cat >>conftest.$ac_ext <<_ACEOF
9109 /* end confdefs.h. */
9111 /* Override any GCC internal prototype to avoid an error.
9112 Use char because int might match the return type of a GCC
9113 builtin and then its argument prototype would still apply. */
9114 #ifdef __cplusplus
9115 extern "C"
9116 #endif
9117 char dnet_ntoa ();
9119 main ()
9121 return dnet_ntoa ();
9123 return 0;
9125 _ACEOF
9126 rm -f conftest.$ac_objext conftest$ac_exeext
9127 if { (ac_try="$ac_link"
9128 case "(($ac_try" in
9129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9130 *) ac_try_echo=$ac_try;;
9131 esac
9132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9133 $as_echo "$ac_try_echo") >&5
9134 (eval "$ac_link") 2>conftest.er1
9135 ac_status=$?
9136 grep -v '^ *+' conftest.er1 >conftest.err
9137 rm -f conftest.er1
9138 cat conftest.err >&5
9139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext && {
9144 test "$cross_compiling" = yes ||
9145 $as_test_x conftest$ac_exeext
9146 }; then
9147 ac_cv_lib_dnet_dnet_ntoa=yes
9148 else
9149 $as_echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.$ac_ext >&5
9152 ac_cv_lib_dnet_dnet_ntoa=no
9155 rm -rf conftest.dSYM
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157 conftest$ac_exeext conftest.$ac_ext
9158 LIBS=$ac_check_lib_save_LIBS
9160 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9161 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9162 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9163 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9166 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9167 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9168 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9169 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9170 $as_echo_n "(cached) " >&6
9171 else
9172 ac_check_lib_save_LIBS=$LIBS
9173 LIBS="-ldnet_stub $LIBS"
9174 cat >conftest.$ac_ext <<_ACEOF
9175 /* confdefs.h. */
9176 _ACEOF
9177 cat confdefs.h >>conftest.$ac_ext
9178 cat >>conftest.$ac_ext <<_ACEOF
9179 /* end confdefs.h. */
9181 /* Override any GCC internal prototype to avoid an error.
9182 Use char because int might match the return type of a GCC
9183 builtin and then its argument prototype would still apply. */
9184 #ifdef __cplusplus
9185 extern "C"
9186 #endif
9187 char dnet_ntoa ();
9189 main ()
9191 return dnet_ntoa ();
9193 return 0;
9195 _ACEOF
9196 rm -f conftest.$ac_objext conftest$ac_exeext
9197 if { (ac_try="$ac_link"
9198 case "(($ac_try" in
9199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9200 *) ac_try_echo=$ac_try;;
9201 esac
9202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9203 $as_echo "$ac_try_echo") >&5
9204 (eval "$ac_link") 2>conftest.er1
9205 ac_status=$?
9206 grep -v '^ *+' conftest.er1 >conftest.err
9207 rm -f conftest.er1
9208 cat conftest.err >&5
9209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9210 (exit $ac_status); } && {
9211 test -z "$ac_c_werror_flag" ||
9212 test ! -s conftest.err
9213 } && test -s conftest$ac_exeext && {
9214 test "$cross_compiling" = yes ||
9215 $as_test_x conftest$ac_exeext
9216 }; then
9217 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9218 else
9219 $as_echo "$as_me: failed program was:" >&5
9220 sed 's/^/| /' conftest.$ac_ext >&5
9222 ac_cv_lib_dnet_stub_dnet_ntoa=no
9225 rm -rf conftest.dSYM
9226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9227 conftest$ac_exeext conftest.$ac_ext
9228 LIBS=$ac_check_lib_save_LIBS
9230 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9231 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9232 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9233 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9239 rm -rf conftest.dSYM
9240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9241 conftest$ac_exeext conftest.$ac_ext
9242 LIBS="$ac_xsave_LIBS"
9244 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9245 # to get the SysV transport functions.
9246 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9247 # needs -lnsl.
9248 # The nsl library prevents programs from opening the X display
9249 # on Irix 5.2, according to T.E. Dickey.
9250 # The functions gethostbyname, getservbyname, and inet_addr are
9251 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9252 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9253 $as_echo_n "checking for gethostbyname... " >&6; }
9254 if test "${ac_cv_func_gethostbyname+set}" = set; then
9255 $as_echo_n "(cached) " >&6
9256 else
9257 cat >conftest.$ac_ext <<_ACEOF
9258 /* confdefs.h. */
9259 _ACEOF
9260 cat confdefs.h >>conftest.$ac_ext
9261 cat >>conftest.$ac_ext <<_ACEOF
9262 /* end confdefs.h. */
9263 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9264 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9265 #define gethostbyname innocuous_gethostbyname
9267 /* System header to define __stub macros and hopefully few prototypes,
9268 which can conflict with char gethostbyname (); below.
9269 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9270 <limits.h> exists even on freestanding compilers. */
9272 #ifdef __STDC__
9273 # include <limits.h>
9274 #else
9275 # include <assert.h>
9276 #endif
9278 #undef gethostbyname
9280 /* Override any GCC internal prototype to avoid an error.
9281 Use char because int might match the return type of a GCC
9282 builtin and then its argument prototype would still apply. */
9283 #ifdef __cplusplus
9284 extern "C"
9285 #endif
9286 char gethostbyname ();
9287 /* The GNU C library defines this for functions which it implements
9288 to always fail with ENOSYS. Some functions are actually named
9289 something starting with __ and the normal name is an alias. */
9290 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9291 choke me
9292 #endif
9295 main ()
9297 return gethostbyname ();
9299 return 0;
9301 _ACEOF
9302 rm -f conftest.$ac_objext conftest$ac_exeext
9303 if { (ac_try="$ac_link"
9304 case "(($ac_try" in
9305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9306 *) ac_try_echo=$ac_try;;
9307 esac
9308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9309 $as_echo "$ac_try_echo") >&5
9310 (eval "$ac_link") 2>conftest.er1
9311 ac_status=$?
9312 grep -v '^ *+' conftest.er1 >conftest.err
9313 rm -f conftest.er1
9314 cat conftest.err >&5
9315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9316 (exit $ac_status); } && {
9317 test -z "$ac_c_werror_flag" ||
9318 test ! -s conftest.err
9319 } && test -s conftest$ac_exeext && {
9320 test "$cross_compiling" = yes ||
9321 $as_test_x conftest$ac_exeext
9322 }; then
9323 ac_cv_func_gethostbyname=yes
9324 else
9325 $as_echo "$as_me: failed program was:" >&5
9326 sed 's/^/| /' conftest.$ac_ext >&5
9328 ac_cv_func_gethostbyname=no
9331 rm -rf conftest.dSYM
9332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9333 conftest$ac_exeext conftest.$ac_ext
9335 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9336 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9338 if test $ac_cv_func_gethostbyname = no; then
9339 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9340 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9341 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9342 $as_echo_n "(cached) " >&6
9343 else
9344 ac_check_lib_save_LIBS=$LIBS
9345 LIBS="-lnsl $LIBS"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 /* confdefs.h. */
9348 _ACEOF
9349 cat confdefs.h >>conftest.$ac_ext
9350 cat >>conftest.$ac_ext <<_ACEOF
9351 /* end confdefs.h. */
9353 /* Override any GCC internal prototype to avoid an error.
9354 Use char because int might match the return type of a GCC
9355 builtin and then its argument prototype would still apply. */
9356 #ifdef __cplusplus
9357 extern "C"
9358 #endif
9359 char gethostbyname ();
9361 main ()
9363 return gethostbyname ();
9365 return 0;
9367 _ACEOF
9368 rm -f conftest.$ac_objext conftest$ac_exeext
9369 if { (ac_try="$ac_link"
9370 case "(($ac_try" in
9371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9372 *) ac_try_echo=$ac_try;;
9373 esac
9374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9375 $as_echo "$ac_try_echo") >&5
9376 (eval "$ac_link") 2>conftest.er1
9377 ac_status=$?
9378 grep -v '^ *+' conftest.er1 >conftest.err
9379 rm -f conftest.er1
9380 cat conftest.err >&5
9381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9382 (exit $ac_status); } && {
9383 test -z "$ac_c_werror_flag" ||
9384 test ! -s conftest.err
9385 } && test -s conftest$ac_exeext && {
9386 test "$cross_compiling" = yes ||
9387 $as_test_x conftest$ac_exeext
9388 }; then
9389 ac_cv_lib_nsl_gethostbyname=yes
9390 else
9391 $as_echo "$as_me: failed program was:" >&5
9392 sed 's/^/| /' conftest.$ac_ext >&5
9394 ac_cv_lib_nsl_gethostbyname=no
9397 rm -rf conftest.dSYM
9398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9399 conftest$ac_exeext conftest.$ac_ext
9400 LIBS=$ac_check_lib_save_LIBS
9402 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9403 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9404 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9405 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9408 if test $ac_cv_lib_nsl_gethostbyname = no; then
9409 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9410 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9411 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_lib_save_LIBS=$LIBS
9415 LIBS="-lbsd $LIBS"
9416 cat >conftest.$ac_ext <<_ACEOF
9417 /* confdefs.h. */
9418 _ACEOF
9419 cat confdefs.h >>conftest.$ac_ext
9420 cat >>conftest.$ac_ext <<_ACEOF
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9426 #ifdef __cplusplus
9427 extern "C"
9428 #endif
9429 char gethostbyname ();
9431 main ()
9433 return gethostbyname ();
9435 return 0;
9437 _ACEOF
9438 rm -f conftest.$ac_objext conftest$ac_exeext
9439 if { (ac_try="$ac_link"
9440 case "(($ac_try" in
9441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9442 *) ac_try_echo=$ac_try;;
9443 esac
9444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9445 $as_echo "$ac_try_echo") >&5
9446 (eval "$ac_link") 2>conftest.er1
9447 ac_status=$?
9448 grep -v '^ *+' conftest.er1 >conftest.err
9449 rm -f conftest.er1
9450 cat conftest.err >&5
9451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452 (exit $ac_status); } && {
9453 test -z "$ac_c_werror_flag" ||
9454 test ! -s conftest.err
9455 } && test -s conftest$ac_exeext && {
9456 test "$cross_compiling" = yes ||
9457 $as_test_x conftest$ac_exeext
9458 }; then
9459 ac_cv_lib_bsd_gethostbyname=yes
9460 else
9461 $as_echo "$as_me: failed program was:" >&5
9462 sed 's/^/| /' conftest.$ac_ext >&5
9464 ac_cv_lib_bsd_gethostbyname=no
9467 rm -rf conftest.dSYM
9468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9473 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9474 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9475 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9481 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9482 # socket/setsockopt and other routines are undefined under SCO ODT
9483 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9484 # on later versions), says Simon Leinen: it contains gethostby*
9485 # variants that don't use the name server (or something). -lsocket
9486 # must be given before -lnsl if both are needed. We assume that
9487 # if connect needs -lnsl, so does gethostbyname.
9488 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9489 $as_echo_n "checking for connect... " >&6; }
9490 if test "${ac_cv_func_connect+set}" = set; then
9491 $as_echo_n "(cached) " >&6
9492 else
9493 cat >conftest.$ac_ext <<_ACEOF
9494 /* confdefs.h. */
9495 _ACEOF
9496 cat confdefs.h >>conftest.$ac_ext
9497 cat >>conftest.$ac_ext <<_ACEOF
9498 /* end confdefs.h. */
9499 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9500 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9501 #define connect innocuous_connect
9503 /* System header to define __stub macros and hopefully few prototypes,
9504 which can conflict with char connect (); below.
9505 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9506 <limits.h> exists even on freestanding compilers. */
9508 #ifdef __STDC__
9509 # include <limits.h>
9510 #else
9511 # include <assert.h>
9512 #endif
9514 #undef connect
9516 /* Override any GCC internal prototype to avoid an error.
9517 Use char because int might match the return type of a GCC
9518 builtin and then its argument prototype would still apply. */
9519 #ifdef __cplusplus
9520 extern "C"
9521 #endif
9522 char connect ();
9523 /* The GNU C library defines this for functions which it implements
9524 to always fail with ENOSYS. Some functions are actually named
9525 something starting with __ and the normal name is an alias. */
9526 #if defined __stub_connect || defined __stub___connect
9527 choke me
9528 #endif
9531 main ()
9533 return connect ();
9535 return 0;
9537 _ACEOF
9538 rm -f conftest.$ac_objext conftest$ac_exeext
9539 if { (ac_try="$ac_link"
9540 case "(($ac_try" in
9541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9542 *) ac_try_echo=$ac_try;;
9543 esac
9544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9545 $as_echo "$ac_try_echo") >&5
9546 (eval "$ac_link") 2>conftest.er1
9547 ac_status=$?
9548 grep -v '^ *+' conftest.er1 >conftest.err
9549 rm -f conftest.er1
9550 cat conftest.err >&5
9551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9552 (exit $ac_status); } && {
9553 test -z "$ac_c_werror_flag" ||
9554 test ! -s conftest.err
9555 } && test -s conftest$ac_exeext && {
9556 test "$cross_compiling" = yes ||
9557 $as_test_x conftest$ac_exeext
9558 }; then
9559 ac_cv_func_connect=yes
9560 else
9561 $as_echo "$as_me: failed program was:" >&5
9562 sed 's/^/| /' conftest.$ac_ext >&5
9564 ac_cv_func_connect=no
9567 rm -rf conftest.dSYM
9568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9569 conftest$ac_exeext conftest.$ac_ext
9571 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9572 $as_echo "$ac_cv_func_connect" >&6; }
9574 if test $ac_cv_func_connect = no; then
9575 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9576 $as_echo_n "checking for connect in -lsocket... " >&6; }
9577 if test "${ac_cv_lib_socket_connect+set}" = set; then
9578 $as_echo_n "(cached) " >&6
9579 else
9580 ac_check_lib_save_LIBS=$LIBS
9581 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9582 cat >conftest.$ac_ext <<_ACEOF
9583 /* confdefs.h. */
9584 _ACEOF
9585 cat confdefs.h >>conftest.$ac_ext
9586 cat >>conftest.$ac_ext <<_ACEOF
9587 /* end confdefs.h. */
9589 /* Override any GCC internal prototype to avoid an error.
9590 Use char because int might match the return type of a GCC
9591 builtin and then its argument prototype would still apply. */
9592 #ifdef __cplusplus
9593 extern "C"
9594 #endif
9595 char connect ();
9597 main ()
9599 return connect ();
9601 return 0;
9603 _ACEOF
9604 rm -f conftest.$ac_objext conftest$ac_exeext
9605 if { (ac_try="$ac_link"
9606 case "(($ac_try" in
9607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9608 *) ac_try_echo=$ac_try;;
9609 esac
9610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9611 $as_echo "$ac_try_echo") >&5
9612 (eval "$ac_link") 2>conftest.er1
9613 ac_status=$?
9614 grep -v '^ *+' conftest.er1 >conftest.err
9615 rm -f conftest.er1
9616 cat conftest.err >&5
9617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); } && {
9619 test -z "$ac_c_werror_flag" ||
9620 test ! -s conftest.err
9621 } && test -s conftest$ac_exeext && {
9622 test "$cross_compiling" = yes ||
9623 $as_test_x conftest$ac_exeext
9624 }; then
9625 ac_cv_lib_socket_connect=yes
9626 else
9627 $as_echo "$as_me: failed program was:" >&5
9628 sed 's/^/| /' conftest.$ac_ext >&5
9630 ac_cv_lib_socket_connect=no
9633 rm -rf conftest.dSYM
9634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9635 conftest$ac_exeext conftest.$ac_ext
9636 LIBS=$ac_check_lib_save_LIBS
9638 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9639 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9640 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9641 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9646 # Guillermo Gomez says -lposix is necessary on A/UX.
9647 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9648 $as_echo_n "checking for remove... " >&6; }
9649 if test "${ac_cv_func_remove+set}" = set; then
9650 $as_echo_n "(cached) " >&6
9651 else
9652 cat >conftest.$ac_ext <<_ACEOF
9653 /* confdefs.h. */
9654 _ACEOF
9655 cat confdefs.h >>conftest.$ac_ext
9656 cat >>conftest.$ac_ext <<_ACEOF
9657 /* end confdefs.h. */
9658 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9659 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9660 #define remove innocuous_remove
9662 /* System header to define __stub macros and hopefully few prototypes,
9663 which can conflict with char remove (); below.
9664 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9665 <limits.h> exists even on freestanding compilers. */
9667 #ifdef __STDC__
9668 # include <limits.h>
9669 #else
9670 # include <assert.h>
9671 #endif
9673 #undef remove
9675 /* Override any GCC internal prototype to avoid an error.
9676 Use char because int might match the return type of a GCC
9677 builtin and then its argument prototype would still apply. */
9678 #ifdef __cplusplus
9679 extern "C"
9680 #endif
9681 char remove ();
9682 /* The GNU C library defines this for functions which it implements
9683 to always fail with ENOSYS. Some functions are actually named
9684 something starting with __ and the normal name is an alias. */
9685 #if defined __stub_remove || defined __stub___remove
9686 choke me
9687 #endif
9690 main ()
9692 return remove ();
9694 return 0;
9696 _ACEOF
9697 rm -f conftest.$ac_objext conftest$ac_exeext
9698 if { (ac_try="$ac_link"
9699 case "(($ac_try" in
9700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9701 *) ac_try_echo=$ac_try;;
9702 esac
9703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9704 $as_echo "$ac_try_echo") >&5
9705 (eval "$ac_link") 2>conftest.er1
9706 ac_status=$?
9707 grep -v '^ *+' conftest.er1 >conftest.err
9708 rm -f conftest.er1
9709 cat conftest.err >&5
9710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9711 (exit $ac_status); } && {
9712 test -z "$ac_c_werror_flag" ||
9713 test ! -s conftest.err
9714 } && test -s conftest$ac_exeext && {
9715 test "$cross_compiling" = yes ||
9716 $as_test_x conftest$ac_exeext
9717 }; then
9718 ac_cv_func_remove=yes
9719 else
9720 $as_echo "$as_me: failed program was:" >&5
9721 sed 's/^/| /' conftest.$ac_ext >&5
9723 ac_cv_func_remove=no
9726 rm -rf conftest.dSYM
9727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9728 conftest$ac_exeext conftest.$ac_ext
9730 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9731 $as_echo "$ac_cv_func_remove" >&6; }
9733 if test $ac_cv_func_remove = no; then
9734 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9735 $as_echo_n "checking for remove in -lposix... " >&6; }
9736 if test "${ac_cv_lib_posix_remove+set}" = set; then
9737 $as_echo_n "(cached) " >&6
9738 else
9739 ac_check_lib_save_LIBS=$LIBS
9740 LIBS="-lposix $LIBS"
9741 cat >conftest.$ac_ext <<_ACEOF
9742 /* confdefs.h. */
9743 _ACEOF
9744 cat confdefs.h >>conftest.$ac_ext
9745 cat >>conftest.$ac_ext <<_ACEOF
9746 /* end confdefs.h. */
9748 /* Override any GCC internal prototype to avoid an error.
9749 Use char because int might match the return type of a GCC
9750 builtin and then its argument prototype would still apply. */
9751 #ifdef __cplusplus
9752 extern "C"
9753 #endif
9754 char remove ();
9756 main ()
9758 return remove ();
9760 return 0;
9762 _ACEOF
9763 rm -f conftest.$ac_objext conftest$ac_exeext
9764 if { (ac_try="$ac_link"
9765 case "(($ac_try" in
9766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9767 *) ac_try_echo=$ac_try;;
9768 esac
9769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9770 $as_echo "$ac_try_echo") >&5
9771 (eval "$ac_link") 2>conftest.er1
9772 ac_status=$?
9773 grep -v '^ *+' conftest.er1 >conftest.err
9774 rm -f conftest.er1
9775 cat conftest.err >&5
9776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9777 (exit $ac_status); } && {
9778 test -z "$ac_c_werror_flag" ||
9779 test ! -s conftest.err
9780 } && test -s conftest$ac_exeext && {
9781 test "$cross_compiling" = yes ||
9782 $as_test_x conftest$ac_exeext
9783 }; then
9784 ac_cv_lib_posix_remove=yes
9785 else
9786 $as_echo "$as_me: failed program was:" >&5
9787 sed 's/^/| /' conftest.$ac_ext >&5
9789 ac_cv_lib_posix_remove=no
9792 rm -rf conftest.dSYM
9793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9794 conftest$ac_exeext conftest.$ac_ext
9795 LIBS=$ac_check_lib_save_LIBS
9797 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9798 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9799 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9800 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9805 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9806 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9807 $as_echo_n "checking for shmat... " >&6; }
9808 if test "${ac_cv_func_shmat+set}" = set; then
9809 $as_echo_n "(cached) " >&6
9810 else
9811 cat >conftest.$ac_ext <<_ACEOF
9812 /* confdefs.h. */
9813 _ACEOF
9814 cat confdefs.h >>conftest.$ac_ext
9815 cat >>conftest.$ac_ext <<_ACEOF
9816 /* end confdefs.h. */
9817 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9819 #define shmat innocuous_shmat
9821 /* System header to define __stub macros and hopefully few prototypes,
9822 which can conflict with char shmat (); below.
9823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9824 <limits.h> exists even on freestanding compilers. */
9826 #ifdef __STDC__
9827 # include <limits.h>
9828 #else
9829 # include <assert.h>
9830 #endif
9832 #undef shmat
9834 /* Override any GCC internal prototype to avoid an error.
9835 Use char because int might match the return type of a GCC
9836 builtin and then its argument prototype would still apply. */
9837 #ifdef __cplusplus
9838 extern "C"
9839 #endif
9840 char shmat ();
9841 /* The GNU C library defines this for functions which it implements
9842 to always fail with ENOSYS. Some functions are actually named
9843 something starting with __ and the normal name is an alias. */
9844 #if defined __stub_shmat || defined __stub___shmat
9845 choke me
9846 #endif
9849 main ()
9851 return shmat ();
9853 return 0;
9855 _ACEOF
9856 rm -f conftest.$ac_objext conftest$ac_exeext
9857 if { (ac_try="$ac_link"
9858 case "(($ac_try" in
9859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9860 *) ac_try_echo=$ac_try;;
9861 esac
9862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9863 $as_echo "$ac_try_echo") >&5
9864 (eval "$ac_link") 2>conftest.er1
9865 ac_status=$?
9866 grep -v '^ *+' conftest.er1 >conftest.err
9867 rm -f conftest.er1
9868 cat conftest.err >&5
9869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9870 (exit $ac_status); } && {
9871 test -z "$ac_c_werror_flag" ||
9872 test ! -s conftest.err
9873 } && test -s conftest$ac_exeext && {
9874 test "$cross_compiling" = yes ||
9875 $as_test_x conftest$ac_exeext
9876 }; then
9877 ac_cv_func_shmat=yes
9878 else
9879 $as_echo "$as_me: failed program was:" >&5
9880 sed 's/^/| /' conftest.$ac_ext >&5
9882 ac_cv_func_shmat=no
9885 rm -rf conftest.dSYM
9886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9887 conftest$ac_exeext conftest.$ac_ext
9889 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9890 $as_echo "$ac_cv_func_shmat" >&6; }
9892 if test $ac_cv_func_shmat = no; then
9893 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9894 $as_echo_n "checking for shmat in -lipc... " >&6; }
9895 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9896 $as_echo_n "(cached) " >&6
9897 else
9898 ac_check_lib_save_LIBS=$LIBS
9899 LIBS="-lipc $LIBS"
9900 cat >conftest.$ac_ext <<_ACEOF
9901 /* confdefs.h. */
9902 _ACEOF
9903 cat confdefs.h >>conftest.$ac_ext
9904 cat >>conftest.$ac_ext <<_ACEOF
9905 /* end confdefs.h. */
9907 /* Override any GCC internal prototype to avoid an error.
9908 Use char because int might match the return type of a GCC
9909 builtin and then its argument prototype would still apply. */
9910 #ifdef __cplusplus
9911 extern "C"
9912 #endif
9913 char shmat ();
9915 main ()
9917 return shmat ();
9919 return 0;
9921 _ACEOF
9922 rm -f conftest.$ac_objext conftest$ac_exeext
9923 if { (ac_try="$ac_link"
9924 case "(($ac_try" in
9925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9926 *) ac_try_echo=$ac_try;;
9927 esac
9928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9929 $as_echo "$ac_try_echo") >&5
9930 (eval "$ac_link") 2>conftest.er1
9931 ac_status=$?
9932 grep -v '^ *+' conftest.er1 >conftest.err
9933 rm -f conftest.er1
9934 cat conftest.err >&5
9935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936 (exit $ac_status); } && {
9937 test -z "$ac_c_werror_flag" ||
9938 test ! -s conftest.err
9939 } && test -s conftest$ac_exeext && {
9940 test "$cross_compiling" = yes ||
9941 $as_test_x conftest$ac_exeext
9942 }; then
9943 ac_cv_lib_ipc_shmat=yes
9944 else
9945 $as_echo "$as_me: failed program was:" >&5
9946 sed 's/^/| /' conftest.$ac_ext >&5
9948 ac_cv_lib_ipc_shmat=no
9951 rm -rf conftest.dSYM
9952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9953 conftest$ac_exeext conftest.$ac_ext
9954 LIBS=$ac_check_lib_save_LIBS
9956 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9957 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9958 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9959 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9965 # Check for libraries that X11R6 Xt/Xaw programs need.
9966 ac_save_LDFLAGS=$LDFLAGS
9967 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9968 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9969 # check for ICE first), but we must link in the order -lSM -lICE or
9970 # we get undefined symbols. So assume we have SM if we have ICE.
9971 # These have to be linked with before -lX11, unlike the other
9972 # libraries we check for below, so use a different variable.
9973 # John Interrante, Karl Berry
9974 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9975 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9976 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9977 $as_echo_n "(cached) " >&6
9978 else
9979 ac_check_lib_save_LIBS=$LIBS
9980 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9981 cat >conftest.$ac_ext <<_ACEOF
9982 /* confdefs.h. */
9983 _ACEOF
9984 cat confdefs.h >>conftest.$ac_ext
9985 cat >>conftest.$ac_ext <<_ACEOF
9986 /* end confdefs.h. */
9988 /* Override any GCC internal prototype to avoid an error.
9989 Use char because int might match the return type of a GCC
9990 builtin and then its argument prototype would still apply. */
9991 #ifdef __cplusplus
9992 extern "C"
9993 #endif
9994 char IceConnectionNumber ();
9996 main ()
9998 return IceConnectionNumber ();
10000 return 0;
10002 _ACEOF
10003 rm -f conftest.$ac_objext conftest$ac_exeext
10004 if { (ac_try="$ac_link"
10005 case "(($ac_try" in
10006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10007 *) ac_try_echo=$ac_try;;
10008 esac
10009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10010 $as_echo "$ac_try_echo") >&5
10011 (eval "$ac_link") 2>conftest.er1
10012 ac_status=$?
10013 grep -v '^ *+' conftest.er1 >conftest.err
10014 rm -f conftest.er1
10015 cat conftest.err >&5
10016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10017 (exit $ac_status); } && {
10018 test -z "$ac_c_werror_flag" ||
10019 test ! -s conftest.err
10020 } && test -s conftest$ac_exeext && {
10021 test "$cross_compiling" = yes ||
10022 $as_test_x conftest$ac_exeext
10023 }; then
10024 ac_cv_lib_ICE_IceConnectionNumber=yes
10025 else
10026 $as_echo "$as_me: failed program was:" >&5
10027 sed 's/^/| /' conftest.$ac_ext >&5
10029 ac_cv_lib_ICE_IceConnectionNumber=no
10032 rm -rf conftest.dSYM
10033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10034 conftest$ac_exeext conftest.$ac_ext
10035 LIBS=$ac_check_lib_save_LIBS
10037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10038 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10039 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10040 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10043 LDFLAGS=$ac_save_LDFLAGS
10048 if test "$have_x" = "yes"
10049 then
10050 XLIB="-lXext -lX11"
10051 ac_save_CPPFLAGS="$CPPFLAGS"
10052 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10054 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10055 $as_echo_n "checking for -lX11... " >&6; }
10056 if test "${ac_cv_lib_soname_X11+set}" = set; then
10057 $as_echo_n "(cached) " >&6
10058 else
10059 ac_check_soname_save_LIBS=$LIBS
10060 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10061 cat >conftest.$ac_ext <<_ACEOF
10062 /* confdefs.h. */
10063 _ACEOF
10064 cat confdefs.h >>conftest.$ac_ext
10065 cat >>conftest.$ac_ext <<_ACEOF
10066 /* end confdefs.h. */
10068 /* Override any GCC internal prototype to avoid an error.
10069 Use char because int might match the return type of a GCC
10070 builtin and then its argument prototype would still apply. */
10071 #ifdef __cplusplus
10072 extern "C"
10073 #endif
10074 char XCreateWindow ();
10076 main ()
10078 return XCreateWindow ();
10080 return 0;
10082 _ACEOF
10083 rm -f conftest.$ac_objext conftest$ac_exeext
10084 if { (ac_try="$ac_link"
10085 case "(($ac_try" in
10086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10087 *) ac_try_echo=$ac_try;;
10088 esac
10089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10090 $as_echo "$ac_try_echo") >&5
10091 (eval "$ac_link") 2>conftest.er1
10092 ac_status=$?
10093 grep -v '^ *+' conftest.er1 >conftest.err
10094 rm -f conftest.er1
10095 cat conftest.err >&5
10096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10097 (exit $ac_status); } && {
10098 test -z "$ac_c_werror_flag" ||
10099 test ! -s conftest.err
10100 } && test -s conftest$ac_exeext && {
10101 test "$cross_compiling" = yes ||
10102 $as_test_x conftest$ac_exeext
10103 }; then
10104 case "$LIBEXT" in
10105 dll) ;;
10106 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'` ;;
10107 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10108 esac
10109 else
10110 $as_echo "$as_me: failed program was:" >&5
10111 sed 's/^/| /' conftest.$ac_ext >&5
10116 rm -rf conftest.dSYM
10117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10118 conftest$ac_exeext conftest.$ac_ext
10119 LIBS=$ac_check_soname_save_LIBS
10121 if test "x$ac_cv_lib_soname_X11" = "x"; then
10122 { $as_echo "$as_me:$LINENO: result: not found" >&5
10123 $as_echo "not found" >&6; }
10125 else
10126 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10127 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10129 cat >>confdefs.h <<_ACEOF
10130 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10131 _ACEOF
10136 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10137 $as_echo_n "checking for -lXext... " >&6; }
10138 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10139 $as_echo_n "(cached) " >&6
10140 else
10141 ac_check_soname_save_LIBS=$LIBS
10142 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10143 cat >conftest.$ac_ext <<_ACEOF
10144 /* confdefs.h. */
10145 _ACEOF
10146 cat confdefs.h >>conftest.$ac_ext
10147 cat >>conftest.$ac_ext <<_ACEOF
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10153 #ifdef __cplusplus
10154 extern "C"
10155 #endif
10156 char XextCreateExtension ();
10158 main ()
10160 return XextCreateExtension ();
10162 return 0;
10164 _ACEOF
10165 rm -f conftest.$ac_objext conftest$ac_exeext
10166 if { (ac_try="$ac_link"
10167 case "(($ac_try" in
10168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10169 *) ac_try_echo=$ac_try;;
10170 esac
10171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10172 $as_echo "$ac_try_echo") >&5
10173 (eval "$ac_link") 2>conftest.er1
10174 ac_status=$?
10175 grep -v '^ *+' conftest.er1 >conftest.err
10176 rm -f conftest.er1
10177 cat conftest.err >&5
10178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10179 (exit $ac_status); } && {
10180 test -z "$ac_c_werror_flag" ||
10181 test ! -s conftest.err
10182 } && test -s conftest$ac_exeext && {
10183 test "$cross_compiling" = yes ||
10184 $as_test_x conftest$ac_exeext
10185 }; then
10186 case "$LIBEXT" in
10187 dll) ;;
10188 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'` ;;
10189 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10190 esac
10191 else
10192 $as_echo "$as_me: failed program was:" >&5
10193 sed 's/^/| /' conftest.$ac_ext >&5
10198 rm -rf conftest.dSYM
10199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10200 conftest$ac_exeext conftest.$ac_ext
10201 LIBS=$ac_check_soname_save_LIBS
10203 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10204 { $as_echo "$as_me:$LINENO: result: not found" >&5
10205 $as_echo "not found" >&6; }
10207 else
10208 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10209 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10211 cat >>confdefs.h <<_ACEOF
10212 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10213 _ACEOF
10231 for ac_header in X11/Xlib.h \
10232 X11/XKBlib.h \
10233 X11/Xutil.h \
10234 X11/Xcursor/Xcursor.h \
10235 X11/extensions/shape.h \
10236 X11/extensions/XInput.h \
10237 X11/extensions/XShm.h \
10238 X11/extensions/Xcomposite.h \
10239 X11/extensions/Xinerama.h \
10240 X11/extensions/Xrandr.h \
10241 X11/extensions/Xrender.h \
10242 X11/extensions/xf86vmode.h
10244 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10245 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10246 $as_echo_n "checking for $ac_header... " >&6; }
10247 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10248 $as_echo_n "(cached) " >&6
10249 else
10250 cat >conftest.$ac_ext <<_ACEOF
10251 /* confdefs.h. */
10252 _ACEOF
10253 cat confdefs.h >>conftest.$ac_ext
10254 cat >>conftest.$ac_ext <<_ACEOF
10255 /* end confdefs.h. */
10256 #ifdef HAVE_X11_XLIB_H
10257 # include <X11/Xlib.h>
10258 #endif
10259 #ifdef HAVE_X11_XUTIL_H
10260 # include <X11/Xutil.h>
10261 #endif
10263 #include <$ac_header>
10264 _ACEOF
10265 rm -f conftest.$ac_objext
10266 if { (ac_try="$ac_compile"
10267 case "(($ac_try" in
10268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10269 *) ac_try_echo=$ac_try;;
10270 esac
10271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10272 $as_echo "$ac_try_echo") >&5
10273 (eval "$ac_compile") 2>conftest.er1
10274 ac_status=$?
10275 grep -v '^ *+' conftest.er1 >conftest.err
10276 rm -f conftest.er1
10277 cat conftest.err >&5
10278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10279 (exit $ac_status); } && {
10280 test -z "$ac_c_werror_flag" ||
10281 test ! -s conftest.err
10282 } && test -s conftest.$ac_objext; then
10283 eval "$as_ac_Header=yes"
10284 else
10285 $as_echo "$as_me: failed program was:" >&5
10286 sed 's/^/| /' conftest.$ac_ext >&5
10288 eval "$as_ac_Header=no"
10291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10293 ac_res=`eval 'as_val=${'$as_ac_Header'}
10294 $as_echo "$as_val"'`
10295 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10296 $as_echo "$ac_res" >&6; }
10297 as_val=`eval 'as_val=${'$as_ac_Header'}
10298 $as_echo "$as_val"'`
10299 if test "x$as_val" = x""yes; then
10300 cat >>confdefs.h <<_ACEOF
10301 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10302 _ACEOF
10306 done
10309 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10310 then
10311 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10312 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10313 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10314 $as_echo_n "(cached) " >&6
10315 else
10316 ac_check_lib_save_LIBS=$LIBS
10317 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10318 cat >conftest.$ac_ext <<_ACEOF
10319 /* confdefs.h. */
10320 _ACEOF
10321 cat confdefs.h >>conftest.$ac_ext
10322 cat >>conftest.$ac_ext <<_ACEOF
10323 /* end confdefs.h. */
10325 /* Override any GCC internal prototype to avoid an error.
10326 Use char because int might match the return type of a GCC
10327 builtin and then its argument prototype would still apply. */
10328 #ifdef __cplusplus
10329 extern "C"
10330 #endif
10331 char XkbQueryExtension ();
10333 main ()
10335 return XkbQueryExtension ();
10337 return 0;
10339 _ACEOF
10340 rm -f conftest.$ac_objext conftest$ac_exeext
10341 if { (ac_try="$ac_link"
10342 case "(($ac_try" in
10343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10344 *) ac_try_echo=$ac_try;;
10345 esac
10346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10347 $as_echo "$ac_try_echo") >&5
10348 (eval "$ac_link") 2>conftest.er1
10349 ac_status=$?
10350 grep -v '^ *+' conftest.er1 >conftest.err
10351 rm -f conftest.er1
10352 cat conftest.err >&5
10353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354 (exit $ac_status); } && {
10355 test -z "$ac_c_werror_flag" ||
10356 test ! -s conftest.err
10357 } && test -s conftest$ac_exeext && {
10358 test "$cross_compiling" = yes ||
10359 $as_test_x conftest$ac_exeext
10360 }; then
10361 ac_cv_lib_X11_XkbQueryExtension=yes
10362 else
10363 $as_echo "$as_me: failed program was:" >&5
10364 sed 's/^/| /' conftest.$ac_ext >&5
10366 ac_cv_lib_X11_XkbQueryExtension=no
10369 rm -rf conftest.dSYM
10370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10371 conftest$ac_exeext conftest.$ac_ext
10372 LIBS=$ac_check_lib_save_LIBS
10374 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10375 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10376 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10378 cat >>confdefs.h <<\_ACEOF
10379 #define HAVE_XKB 1
10380 _ACEOF
10386 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10387 then
10388 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10389 $as_echo_n "checking for -lXcursor... " >&6; }
10390 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10391 $as_echo_n "(cached) " >&6
10392 else
10393 ac_check_soname_save_LIBS=$LIBS
10394 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10395 cat >conftest.$ac_ext <<_ACEOF
10396 /* confdefs.h. */
10397 _ACEOF
10398 cat confdefs.h >>conftest.$ac_ext
10399 cat >>conftest.$ac_ext <<_ACEOF
10400 /* end confdefs.h. */
10402 /* Override any GCC internal prototype to avoid an error.
10403 Use char because int might match the return type of a GCC
10404 builtin and then its argument prototype would still apply. */
10405 #ifdef __cplusplus
10406 extern "C"
10407 #endif
10408 char XcursorImageLoadCursor ();
10410 main ()
10412 return XcursorImageLoadCursor ();
10414 return 0;
10416 _ACEOF
10417 rm -f conftest.$ac_objext conftest$ac_exeext
10418 if { (ac_try="$ac_link"
10419 case "(($ac_try" in
10420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10421 *) ac_try_echo=$ac_try;;
10422 esac
10423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10424 $as_echo "$ac_try_echo") >&5
10425 (eval "$ac_link") 2>conftest.er1
10426 ac_status=$?
10427 grep -v '^ *+' conftest.er1 >conftest.err
10428 rm -f conftest.er1
10429 cat conftest.err >&5
10430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); } && {
10432 test -z "$ac_c_werror_flag" ||
10433 test ! -s conftest.err
10434 } && test -s conftest$ac_exeext && {
10435 test "$cross_compiling" = yes ||
10436 $as_test_x conftest$ac_exeext
10437 }; then
10438 case "$LIBEXT" in
10439 dll) ;;
10440 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'` ;;
10441 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10442 esac
10443 else
10444 $as_echo "$as_me: failed program was:" >&5
10445 sed 's/^/| /' conftest.$ac_ext >&5
10450 rm -rf conftest.dSYM
10451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10452 conftest$ac_exeext conftest.$ac_ext
10453 LIBS=$ac_check_soname_save_LIBS
10455 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10456 { $as_echo "$as_me:$LINENO: result: not found" >&5
10457 $as_echo "not found" >&6; }
10459 else
10460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10461 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10463 cat >>confdefs.h <<_ACEOF
10464 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10465 _ACEOF
10471 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10472 case "x$with_xcursor" in
10473 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10474 xno) ;;
10475 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10476 This is an error since --with-xcursor was requested." >&5
10477 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10478 This is an error since --with-xcursor was requested." >&2;}
10479 { (exit 1); exit 1; }; } ;;
10480 esac
10484 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10485 then
10486 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10487 $as_echo_n "checking for -lXi... " >&6; }
10488 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10489 $as_echo_n "(cached) " >&6
10490 else
10491 ac_check_soname_save_LIBS=$LIBS
10492 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10493 cat >conftest.$ac_ext <<_ACEOF
10494 /* confdefs.h. */
10495 _ACEOF
10496 cat confdefs.h >>conftest.$ac_ext
10497 cat >>conftest.$ac_ext <<_ACEOF
10498 /* end confdefs.h. */
10500 /* Override any GCC internal prototype to avoid an error.
10501 Use char because int might match the return type of a GCC
10502 builtin and then its argument prototype would still apply. */
10503 #ifdef __cplusplus
10504 extern "C"
10505 #endif
10506 char XOpenDevice ();
10508 main ()
10510 return XOpenDevice ();
10512 return 0;
10514 _ACEOF
10515 rm -f conftest.$ac_objext conftest$ac_exeext
10516 if { (ac_try="$ac_link"
10517 case "(($ac_try" in
10518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10519 *) ac_try_echo=$ac_try;;
10520 esac
10521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10522 $as_echo "$ac_try_echo") >&5
10523 (eval "$ac_link") 2>conftest.er1
10524 ac_status=$?
10525 grep -v '^ *+' conftest.er1 >conftest.err
10526 rm -f conftest.er1
10527 cat conftest.err >&5
10528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10529 (exit $ac_status); } && {
10530 test -z "$ac_c_werror_flag" ||
10531 test ! -s conftest.err
10532 } && test -s conftest$ac_exeext && {
10533 test "$cross_compiling" = yes ||
10534 $as_test_x conftest$ac_exeext
10535 }; then
10536 case "$LIBEXT" in
10537 dll) ;;
10538 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'` ;;
10539 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10540 esac
10541 else
10542 $as_echo "$as_me: failed program was:" >&5
10543 sed 's/^/| /' conftest.$ac_ext >&5
10548 rm -rf conftest.dSYM
10549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10550 conftest$ac_exeext conftest.$ac_ext
10551 LIBS=$ac_check_soname_save_LIBS
10553 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10554 { $as_echo "$as_me:$LINENO: result: not found" >&5
10555 $as_echo "not found" >&6; }
10557 else
10558 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10559 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10561 cat >>confdefs.h <<_ACEOF
10562 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10563 _ACEOF
10569 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10570 case "x$with_xinput" in
10571 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10572 xno) ;;
10573 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10574 This is an error since --with-xinput was requested." >&5
10575 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10576 This is an error since --with-xinput was requested." >&2;}
10577 { (exit 1); exit 1; }; } ;;
10578 esac
10582 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10583 then
10584 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10585 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10586 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10587 $as_echo_n "(cached) " >&6
10588 else
10589 ac_check_lib_save_LIBS=$LIBS
10590 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10591 cat >conftest.$ac_ext <<_ACEOF
10592 /* confdefs.h. */
10593 _ACEOF
10594 cat confdefs.h >>conftest.$ac_ext
10595 cat >>conftest.$ac_ext <<_ACEOF
10596 /* end confdefs.h. */
10598 /* Override any GCC internal prototype to avoid an error.
10599 Use char because int might match the return type of a GCC
10600 builtin and then its argument prototype would still apply. */
10601 #ifdef __cplusplus
10602 extern "C"
10603 #endif
10604 char XShmQueryExtension ();
10606 main ()
10608 return XShmQueryExtension ();
10610 return 0;
10612 _ACEOF
10613 rm -f conftest.$ac_objext conftest$ac_exeext
10614 if { (ac_try="$ac_link"
10615 case "(($ac_try" in
10616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10617 *) ac_try_echo=$ac_try;;
10618 esac
10619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10620 $as_echo "$ac_try_echo") >&5
10621 (eval "$ac_link") 2>conftest.er1
10622 ac_status=$?
10623 grep -v '^ *+' conftest.er1 >conftest.err
10624 rm -f conftest.er1
10625 cat conftest.err >&5
10626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); } && {
10628 test -z "$ac_c_werror_flag" ||
10629 test ! -s conftest.err
10630 } && test -s conftest$ac_exeext && {
10631 test "$cross_compiling" = yes ||
10632 $as_test_x conftest$ac_exeext
10633 }; then
10634 ac_cv_lib_Xext_XShmQueryExtension=yes
10635 else
10636 $as_echo "$as_me: failed program was:" >&5
10637 sed 's/^/| /' conftest.$ac_ext >&5
10639 ac_cv_lib_Xext_XShmQueryExtension=no
10642 rm -rf conftest.dSYM
10643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10644 conftest$ac_exeext conftest.$ac_ext
10645 LIBS=$ac_check_lib_save_LIBS
10647 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10648 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10649 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10651 cat >>confdefs.h <<\_ACEOF
10652 #define HAVE_LIBXXSHM 1
10653 _ACEOF
10658 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10659 case "x$with_xshm" in
10660 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10661 xno) ;;
10662 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10663 This is an error since --with-xshm was requested." >&5
10664 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10665 This is an error since --with-xshm was requested." >&2;}
10666 { (exit 1); exit 1; }; } ;;
10667 esac
10671 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10672 then
10673 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10674 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10675 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10676 $as_echo_n "(cached) " >&6
10677 else
10678 ac_check_lib_save_LIBS=$LIBS
10679 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10680 cat >conftest.$ac_ext <<_ACEOF
10681 /* confdefs.h. */
10682 _ACEOF
10683 cat confdefs.h >>conftest.$ac_ext
10684 cat >>conftest.$ac_ext <<_ACEOF
10685 /* end confdefs.h. */
10687 /* Override any GCC internal prototype to avoid an error.
10688 Use char because int might match the return type of a GCC
10689 builtin and then its argument prototype would still apply. */
10690 #ifdef __cplusplus
10691 extern "C"
10692 #endif
10693 char XShapeQueryExtension ();
10695 main ()
10697 return XShapeQueryExtension ();
10699 return 0;
10701 _ACEOF
10702 rm -f conftest.$ac_objext conftest$ac_exeext
10703 if { (ac_try="$ac_link"
10704 case "(($ac_try" in
10705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10706 *) ac_try_echo=$ac_try;;
10707 esac
10708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10709 $as_echo "$ac_try_echo") >&5
10710 (eval "$ac_link") 2>conftest.er1
10711 ac_status=$?
10712 grep -v '^ *+' conftest.er1 >conftest.err
10713 rm -f conftest.er1
10714 cat conftest.err >&5
10715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); } && {
10717 test -z "$ac_c_werror_flag" ||
10718 test ! -s conftest.err
10719 } && test -s conftest$ac_exeext && {
10720 test "$cross_compiling" = yes ||
10721 $as_test_x conftest$ac_exeext
10722 }; then
10723 ac_cv_lib_Xext_XShapeQueryExtension=yes
10724 else
10725 $as_echo "$as_me: failed program was:" >&5
10726 sed 's/^/| /' conftest.$ac_ext >&5
10728 ac_cv_lib_Xext_XShapeQueryExtension=no
10731 rm -rf conftest.dSYM
10732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10733 conftest$ac_exeext conftest.$ac_ext
10734 LIBS=$ac_check_lib_save_LIBS
10736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10737 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10738 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10740 cat >>confdefs.h <<\_ACEOF
10741 #define HAVE_LIBXSHAPE 1
10742 _ACEOF
10747 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10748 case "x$with_xshape" in
10749 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10750 xno) ;;
10751 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10752 This is an error since --with-xshape was requested." >&5
10753 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10754 This is an error since --with-xshape was requested." >&2;}
10755 { (exit 1); exit 1; }; } ;;
10756 esac
10760 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10761 then
10762 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10763 $as_echo_n "checking for -lXxf86vm... " >&6; }
10764 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10765 $as_echo_n "(cached) " >&6
10766 else
10767 ac_check_soname_save_LIBS=$LIBS
10768 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10769 cat >conftest.$ac_ext <<_ACEOF
10770 /* confdefs.h. */
10771 _ACEOF
10772 cat confdefs.h >>conftest.$ac_ext
10773 cat >>conftest.$ac_ext <<_ACEOF
10774 /* end confdefs.h. */
10776 /* Override any GCC internal prototype to avoid an error.
10777 Use char because int might match the return type of a GCC
10778 builtin and then its argument prototype would still apply. */
10779 #ifdef __cplusplus
10780 extern "C"
10781 #endif
10782 char XF86VidModeQueryExtension ();
10784 main ()
10786 return XF86VidModeQueryExtension ();
10788 return 0;
10790 _ACEOF
10791 rm -f conftest.$ac_objext conftest$ac_exeext
10792 if { (ac_try="$ac_link"
10793 case "(($ac_try" in
10794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10795 *) ac_try_echo=$ac_try;;
10796 esac
10797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10798 $as_echo "$ac_try_echo") >&5
10799 (eval "$ac_link") 2>conftest.er1
10800 ac_status=$?
10801 grep -v '^ *+' conftest.er1 >conftest.err
10802 rm -f conftest.er1
10803 cat conftest.err >&5
10804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10805 (exit $ac_status); } && {
10806 test -z "$ac_c_werror_flag" ||
10807 test ! -s conftest.err
10808 } && test -s conftest$ac_exeext && {
10809 test "$cross_compiling" = yes ||
10810 $as_test_x conftest$ac_exeext
10811 }; then
10812 case "$LIBEXT" in
10813 dll) ;;
10814 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'` ;;
10815 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10816 esac
10817 else
10818 $as_echo "$as_me: failed program was:" >&5
10819 sed 's/^/| /' conftest.$ac_ext >&5
10824 rm -rf conftest.dSYM
10825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10826 conftest$ac_exeext conftest.$ac_ext
10827 LIBS=$ac_check_soname_save_LIBS
10829 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10830 { $as_echo "$as_me:$LINENO: result: not found" >&5
10831 $as_echo "not found" >&6; }
10833 else
10834 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10835 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10837 cat >>confdefs.h <<_ACEOF
10838 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10839 _ACEOF
10845 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10846 case "x$with_xxf86vm" in
10847 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10848 xno) ;;
10849 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10850 This is an error since --with-xxf86vm was requested." >&5
10851 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10852 This is an error since --with-xxf86vm was requested." >&2;}
10853 { (exit 1); exit 1; }; } ;;
10854 esac
10858 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"
10859 then
10860 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10861 $as_echo_n "checking for -lXrender... " >&6; }
10862 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10863 $as_echo_n "(cached) " >&6
10864 else
10865 ac_check_soname_save_LIBS=$LIBS
10866 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10867 cat >conftest.$ac_ext <<_ACEOF
10868 /* confdefs.h. */
10869 _ACEOF
10870 cat confdefs.h >>conftest.$ac_ext
10871 cat >>conftest.$ac_ext <<_ACEOF
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char XRenderQueryExtension ();
10882 main ()
10884 return XRenderQueryExtension ();
10886 return 0;
10888 _ACEOF
10889 rm -f conftest.$ac_objext conftest$ac_exeext
10890 if { (ac_try="$ac_link"
10891 case "(($ac_try" in
10892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10893 *) ac_try_echo=$ac_try;;
10894 esac
10895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10896 $as_echo "$ac_try_echo") >&5
10897 (eval "$ac_link") 2>conftest.er1
10898 ac_status=$?
10899 grep -v '^ *+' conftest.er1 >conftest.err
10900 rm -f conftest.er1
10901 cat conftest.err >&5
10902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); } && {
10904 test -z "$ac_c_werror_flag" ||
10905 test ! -s conftest.err
10906 } && test -s conftest$ac_exeext && {
10907 test "$cross_compiling" = yes ||
10908 $as_test_x conftest$ac_exeext
10909 }; then
10910 case "$LIBEXT" in
10911 dll) ;;
10912 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'` ;;
10913 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10914 esac
10915 else
10916 $as_echo "$as_me: failed program was:" >&5
10917 sed 's/^/| /' conftest.$ac_ext >&5
10922 rm -rf conftest.dSYM
10923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10924 conftest$ac_exeext conftest.$ac_ext
10925 LIBS=$ac_check_soname_save_LIBS
10927 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10928 { $as_echo "$as_me:$LINENO: result: not found" >&5
10929 $as_echo "not found" >&6; }
10931 else
10932 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10933 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10935 cat >>confdefs.h <<_ACEOF
10936 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10937 _ACEOF
10939 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10940 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10941 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10942 $as_echo_n "(cached) " >&6
10943 else
10944 ac_check_lib_save_LIBS=$LIBS
10945 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10946 cat >conftest.$ac_ext <<_ACEOF
10947 /* confdefs.h. */
10948 _ACEOF
10949 cat confdefs.h >>conftest.$ac_ext
10950 cat >>conftest.$ac_ext <<_ACEOF
10951 /* end confdefs.h. */
10953 /* Override any GCC internal prototype to avoid an error.
10954 Use char because int might match the return type of a GCC
10955 builtin and then its argument prototype would still apply. */
10956 #ifdef __cplusplus
10957 extern "C"
10958 #endif
10959 char XRenderSetPictureTransform ();
10961 main ()
10963 return XRenderSetPictureTransform ();
10965 return 0;
10967 _ACEOF
10968 rm -f conftest.$ac_objext conftest$ac_exeext
10969 if { (ac_try="$ac_link"
10970 case "(($ac_try" in
10971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10972 *) ac_try_echo=$ac_try;;
10973 esac
10974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10975 $as_echo "$ac_try_echo") >&5
10976 (eval "$ac_link") 2>conftest.er1
10977 ac_status=$?
10978 grep -v '^ *+' conftest.er1 >conftest.err
10979 rm -f conftest.er1
10980 cat conftest.err >&5
10981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10982 (exit $ac_status); } && {
10983 test -z "$ac_c_werror_flag" ||
10984 test ! -s conftest.err
10985 } && test -s conftest$ac_exeext && {
10986 test "$cross_compiling" = yes ||
10987 $as_test_x conftest$ac_exeext
10988 }; then
10989 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10990 else
10991 $as_echo "$as_me: failed program was:" >&5
10992 sed 's/^/| /' conftest.$ac_ext >&5
10994 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10997 rm -rf conftest.dSYM
10998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10999 conftest$ac_exeext conftest.$ac_ext
11000 LIBS=$ac_check_lib_save_LIBS
11002 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11003 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11004 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11006 cat >>confdefs.h <<\_ACEOF
11007 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11008 _ACEOF
11016 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11017 case "x$with_xrender" in
11018 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11019 xno) ;;
11020 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11021 This is an error since --with-xrender was requested." >&5
11022 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11023 This is an error since --with-xrender was requested." >&2;}
11024 { (exit 1); exit 1; }; } ;;
11025 esac
11029 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11030 then
11031 cat >conftest.$ac_ext <<_ACEOF
11032 /* confdefs.h. */
11033 _ACEOF
11034 cat confdefs.h >>conftest.$ac_ext
11035 cat >>conftest.$ac_ext <<_ACEOF
11036 /* end confdefs.h. */
11037 #include <X11/Xlib.h>
11038 #include <X11/extensions/Xrandr.h>
11040 main ()
11042 static typeof(XRRSetScreenConfigAndRate) * func;
11044 return 0;
11046 _ACEOF
11047 rm -f conftest.$ac_objext
11048 if { (ac_try="$ac_compile"
11049 case "(($ac_try" in
11050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11051 *) ac_try_echo=$ac_try;;
11052 esac
11053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11054 $as_echo "$ac_try_echo") >&5
11055 (eval "$ac_compile") 2>conftest.er1
11056 ac_status=$?
11057 grep -v '^ *+' conftest.er1 >conftest.err
11058 rm -f conftest.er1
11059 cat conftest.err >&5
11060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11061 (exit $ac_status); } && {
11062 test -z "$ac_c_werror_flag" ||
11063 test ! -s conftest.err
11064 } && test -s conftest.$ac_objext; then
11065 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11066 $as_echo_n "checking for -lXrandr... " >&6; }
11067 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11068 $as_echo_n "(cached) " >&6
11069 else
11070 ac_check_soname_save_LIBS=$LIBS
11071 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11072 cat >conftest.$ac_ext <<_ACEOF
11073 /* confdefs.h. */
11074 _ACEOF
11075 cat confdefs.h >>conftest.$ac_ext
11076 cat >>conftest.$ac_ext <<_ACEOF
11077 /* end confdefs.h. */
11079 /* Override any GCC internal prototype to avoid an error.
11080 Use char because int might match the return type of a GCC
11081 builtin and then its argument prototype would still apply. */
11082 #ifdef __cplusplus
11083 extern "C"
11084 #endif
11085 char XRRQueryExtension ();
11087 main ()
11089 return XRRQueryExtension ();
11091 return 0;
11093 _ACEOF
11094 rm -f conftest.$ac_objext conftest$ac_exeext
11095 if { (ac_try="$ac_link"
11096 case "(($ac_try" in
11097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11098 *) ac_try_echo=$ac_try;;
11099 esac
11100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11101 $as_echo "$ac_try_echo") >&5
11102 (eval "$ac_link") 2>conftest.er1
11103 ac_status=$?
11104 grep -v '^ *+' conftest.er1 >conftest.err
11105 rm -f conftest.er1
11106 cat conftest.err >&5
11107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11108 (exit $ac_status); } && {
11109 test -z "$ac_c_werror_flag" ||
11110 test ! -s conftest.err
11111 } && test -s conftest$ac_exeext && {
11112 test "$cross_compiling" = yes ||
11113 $as_test_x conftest$ac_exeext
11114 }; then
11115 case "$LIBEXT" in
11116 dll) ;;
11117 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'` ;;
11118 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11119 esac
11120 else
11121 $as_echo "$as_me: failed program was:" >&5
11122 sed 's/^/| /' conftest.$ac_ext >&5
11127 rm -rf conftest.dSYM
11128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11129 conftest$ac_exeext conftest.$ac_ext
11130 LIBS=$ac_check_soname_save_LIBS
11132 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11133 { $as_echo "$as_me:$LINENO: result: not found" >&5
11134 $as_echo "not found" >&6; }
11136 else
11137 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11138 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11140 cat >>confdefs.h <<_ACEOF
11141 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11142 _ACEOF
11147 else
11148 $as_echo "$as_me: failed program was:" >&5
11149 sed 's/^/| /' conftest.$ac_ext >&5
11154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11156 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11157 case "x$with_xrandr" in
11158 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11159 xno) ;;
11160 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11161 This is an error since --with-xrandr was requested." >&5
11162 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11163 This is an error since --with-xrandr was requested." >&2;}
11164 { (exit 1); exit 1; }; } ;;
11165 esac
11169 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11170 then
11171 cat >conftest.$ac_ext <<_ACEOF
11172 /* confdefs.h. */
11173 _ACEOF
11174 cat confdefs.h >>conftest.$ac_ext
11175 cat >>conftest.$ac_ext <<_ACEOF
11176 /* end confdefs.h. */
11177 #include <X11/Xlib.h>
11178 #include <X11/extensions/Xinerama.h>
11180 main ()
11182 static typeof(XineramaQueryScreens) * func;
11184 return 0;
11186 _ACEOF
11187 rm -f conftest.$ac_objext
11188 if { (ac_try="$ac_compile"
11189 case "(($ac_try" in
11190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11191 *) ac_try_echo=$ac_try;;
11192 esac
11193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11194 $as_echo "$ac_try_echo") >&5
11195 (eval "$ac_compile") 2>conftest.er1
11196 ac_status=$?
11197 grep -v '^ *+' conftest.er1 >conftest.err
11198 rm -f conftest.er1
11199 cat conftest.err >&5
11200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11201 (exit $ac_status); } && {
11202 test -z "$ac_c_werror_flag" ||
11203 test ! -s conftest.err
11204 } && test -s conftest.$ac_objext; then
11205 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11206 $as_echo_n "checking for -lXinerama... " >&6; }
11207 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11208 $as_echo_n "(cached) " >&6
11209 else
11210 ac_check_soname_save_LIBS=$LIBS
11211 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11212 cat >conftest.$ac_ext <<_ACEOF
11213 /* confdefs.h. */
11214 _ACEOF
11215 cat confdefs.h >>conftest.$ac_ext
11216 cat >>conftest.$ac_ext <<_ACEOF
11217 /* end confdefs.h. */
11219 /* Override any GCC internal prototype to avoid an error.
11220 Use char because int might match the return type of a GCC
11221 builtin and then its argument prototype would still apply. */
11222 #ifdef __cplusplus
11223 extern "C"
11224 #endif
11225 char XineramaQueryScreens ();
11227 main ()
11229 return XineramaQueryScreens ();
11231 return 0;
11233 _ACEOF
11234 rm -f conftest.$ac_objext conftest$ac_exeext
11235 if { (ac_try="$ac_link"
11236 case "(($ac_try" in
11237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11238 *) ac_try_echo=$ac_try;;
11239 esac
11240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11241 $as_echo "$ac_try_echo") >&5
11242 (eval "$ac_link") 2>conftest.er1
11243 ac_status=$?
11244 grep -v '^ *+' conftest.er1 >conftest.err
11245 rm -f conftest.er1
11246 cat conftest.err >&5
11247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); } && {
11249 test -z "$ac_c_werror_flag" ||
11250 test ! -s conftest.err
11251 } && test -s conftest$ac_exeext && {
11252 test "$cross_compiling" = yes ||
11253 $as_test_x conftest$ac_exeext
11254 }; then
11255 case "$LIBEXT" in
11256 dll) ;;
11257 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'` ;;
11258 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11259 esac
11260 else
11261 $as_echo "$as_me: failed program was:" >&5
11262 sed 's/^/| /' conftest.$ac_ext >&5
11267 rm -rf conftest.dSYM
11268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11269 conftest$ac_exeext conftest.$ac_ext
11270 LIBS=$ac_check_soname_save_LIBS
11272 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11273 { $as_echo "$as_me:$LINENO: result: not found" >&5
11274 $as_echo "not found" >&6; }
11276 else
11277 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11278 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11280 cat >>confdefs.h <<_ACEOF
11281 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11282 _ACEOF
11287 else
11288 $as_echo "$as_me: failed program was:" >&5
11289 sed 's/^/| /' conftest.$ac_ext >&5
11294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11296 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11297 case "x$with_xinerama" in
11298 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11299 xno) ;;
11300 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11301 This is an error since --with-xinerama was requested." >&5
11302 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11303 This is an error since --with-xinerama was requested." >&2;}
11304 { (exit 1); exit 1; }; } ;;
11305 esac
11309 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11310 then
11311 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11312 $as_echo_n "checking for -lXcomposite... " >&6; }
11313 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11314 $as_echo_n "(cached) " >&6
11315 else
11316 ac_check_soname_save_LIBS=$LIBS
11317 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11318 cat >conftest.$ac_ext <<_ACEOF
11319 /* confdefs.h. */
11320 _ACEOF
11321 cat confdefs.h >>conftest.$ac_ext
11322 cat >>conftest.$ac_ext <<_ACEOF
11323 /* end confdefs.h. */
11325 /* Override any GCC internal prototype to avoid an error.
11326 Use char because int might match the return type of a GCC
11327 builtin and then its argument prototype would still apply. */
11328 #ifdef __cplusplus
11329 extern "C"
11330 #endif
11331 char XCompositeRedirectWindow ();
11333 main ()
11335 return XCompositeRedirectWindow ();
11337 return 0;
11339 _ACEOF
11340 rm -f conftest.$ac_objext conftest$ac_exeext
11341 if { (ac_try="$ac_link"
11342 case "(($ac_try" in
11343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11344 *) ac_try_echo=$ac_try;;
11345 esac
11346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11347 $as_echo "$ac_try_echo") >&5
11348 (eval "$ac_link") 2>conftest.er1
11349 ac_status=$?
11350 grep -v '^ *+' conftest.er1 >conftest.err
11351 rm -f conftest.er1
11352 cat conftest.err >&5
11353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); } && {
11355 test -z "$ac_c_werror_flag" ||
11356 test ! -s conftest.err
11357 } && test -s conftest$ac_exeext && {
11358 test "$cross_compiling" = yes ||
11359 $as_test_x conftest$ac_exeext
11360 }; then
11361 case "$LIBEXT" in
11362 dll) ;;
11363 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'` ;;
11364 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11365 esac
11366 else
11367 $as_echo "$as_me: failed program was:" >&5
11368 sed 's/^/| /' conftest.$ac_ext >&5
11373 rm -rf conftest.dSYM
11374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11375 conftest$ac_exeext conftest.$ac_ext
11376 LIBS=$ac_check_soname_save_LIBS
11378 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11379 { $as_echo "$as_me:$LINENO: result: not found" >&5
11380 $as_echo "not found" >&6; }
11382 else
11383 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11384 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11386 cat >>confdefs.h <<_ACEOF
11387 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11388 _ACEOF
11394 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11395 case "x$with_xcomposite" in
11396 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11397 xno) ;;
11398 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11399 This is an error since --with-xcomposite was requested." >&5
11400 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11401 This is an error since --with-xcomposite was requested." >&2;}
11402 { (exit 1); exit 1; }; } ;;
11403 esac
11407 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11408 $as_echo_n "checking for XICCallback.callback... " >&6; }
11409 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11410 $as_echo_n "(cached) " >&6
11411 else
11412 cat >conftest.$ac_ext <<_ACEOF
11413 /* confdefs.h. */
11414 _ACEOF
11415 cat confdefs.h >>conftest.$ac_ext
11416 cat >>conftest.$ac_ext <<_ACEOF
11417 /* end confdefs.h. */
11418 #ifdef HAVE_X11_XLIB_H
11419 #include <X11/Xlib.h>
11420 #endif
11423 main ()
11425 static XICCallback ac_aggr;
11426 if (ac_aggr.callback)
11427 return 0;
11429 return 0;
11431 _ACEOF
11432 rm -f conftest.$ac_objext
11433 if { (ac_try="$ac_compile"
11434 case "(($ac_try" in
11435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11436 *) ac_try_echo=$ac_try;;
11437 esac
11438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11439 $as_echo "$ac_try_echo") >&5
11440 (eval "$ac_compile") 2>conftest.er1
11441 ac_status=$?
11442 grep -v '^ *+' conftest.er1 >conftest.err
11443 rm -f conftest.er1
11444 cat conftest.err >&5
11445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11446 (exit $ac_status); } && {
11447 test -z "$ac_c_werror_flag" ||
11448 test ! -s conftest.err
11449 } && test -s conftest.$ac_objext; then
11450 ac_cv_member_XICCallback_callback=yes
11451 else
11452 $as_echo "$as_me: failed program was:" >&5
11453 sed 's/^/| /' conftest.$ac_ext >&5
11455 cat >conftest.$ac_ext <<_ACEOF
11456 /* confdefs.h. */
11457 _ACEOF
11458 cat confdefs.h >>conftest.$ac_ext
11459 cat >>conftest.$ac_ext <<_ACEOF
11460 /* end confdefs.h. */
11461 #ifdef HAVE_X11_XLIB_H
11462 #include <X11/Xlib.h>
11463 #endif
11466 main ()
11468 static XICCallback ac_aggr;
11469 if (sizeof ac_aggr.callback)
11470 return 0;
11472 return 0;
11474 _ACEOF
11475 rm -f conftest.$ac_objext
11476 if { (ac_try="$ac_compile"
11477 case "(($ac_try" in
11478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11479 *) ac_try_echo=$ac_try;;
11480 esac
11481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11482 $as_echo "$ac_try_echo") >&5
11483 (eval "$ac_compile") 2>conftest.er1
11484 ac_status=$?
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
11488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } && {
11490 test -z "$ac_c_werror_flag" ||
11491 test ! -s conftest.err
11492 } && test -s conftest.$ac_objext; then
11493 ac_cv_member_XICCallback_callback=yes
11494 else
11495 $as_echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11498 ac_cv_member_XICCallback_callback=no
11501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11506 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11507 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11508 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11510 cat >>confdefs.h <<_ACEOF
11511 #define HAVE_XICCALLBACK_CALLBACK 1
11512 _ACEOF
11519 opengl_msg=""
11520 if test "x$with_opengl" != "xno"
11521 then
11526 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11529 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11530 $as_echo_n "checking for $ac_header... " >&6; }
11531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11532 $as_echo_n "(cached) " >&6
11533 else
11534 cat >conftest.$ac_ext <<_ACEOF
11535 /* confdefs.h. */
11536 _ACEOF
11537 cat confdefs.h >>conftest.$ac_ext
11538 cat >>conftest.$ac_ext <<_ACEOF
11539 /* end confdefs.h. */
11540 #ifdef HAVE_GL_GLX_H
11541 # include <GL/glx.h>
11542 #endif
11544 #include <$ac_header>
11545 _ACEOF
11546 rm -f conftest.$ac_objext
11547 if { (ac_try="$ac_compile"
11548 case "(($ac_try" in
11549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11550 *) ac_try_echo=$ac_try;;
11551 esac
11552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11553 $as_echo "$ac_try_echo") >&5
11554 (eval "$ac_compile") 2>conftest.er1
11555 ac_status=$?
11556 grep -v '^ *+' conftest.er1 >conftest.err
11557 rm -f conftest.er1
11558 cat conftest.err >&5
11559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560 (exit $ac_status); } && {
11561 test -z "$ac_c_werror_flag" ||
11562 test ! -s conftest.err
11563 } && test -s conftest.$ac_objext; then
11564 eval "$as_ac_Header=yes"
11565 else
11566 $as_echo "$as_me: failed program was:" >&5
11567 sed 's/^/| /' conftest.$ac_ext >&5
11569 eval "$as_ac_Header=no"
11572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11574 ac_res=`eval 'as_val=${'$as_ac_Header'}
11575 $as_echo "$as_val"'`
11576 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11577 $as_echo "$ac_res" >&6; }
11578 as_val=`eval 'as_val=${'$as_ac_Header'}
11579 $as_echo "$as_val"'`
11580 if test "x$as_val" = x""yes; then
11581 cat >>confdefs.h <<_ACEOF
11582 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11583 _ACEOF
11587 done
11589 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11590 then
11591 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11592 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11593 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11594 $as_echo_n "(cached) " >&6
11595 else
11596 cat >conftest.$ac_ext <<_ACEOF
11597 /* confdefs.h. */
11598 _ACEOF
11599 cat confdefs.h >>conftest.$ac_ext
11600 cat >>conftest.$ac_ext <<_ACEOF
11601 /* end confdefs.h. */
11602 #include <GL/gl.h>
11604 main ()
11606 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11608 return 0;
11610 _ACEOF
11611 rm -f conftest.$ac_objext
11612 if { (ac_try="$ac_compile"
11613 case "(($ac_try" in
11614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11615 *) ac_try_echo=$ac_try;;
11616 esac
11617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11618 $as_echo "$ac_try_echo") >&5
11619 (eval "$ac_compile") 2>conftest.er1
11620 ac_status=$?
11621 grep -v '^ *+' conftest.er1 >conftest.err
11622 rm -f conftest.er1
11623 cat conftest.err >&5
11624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11625 (exit $ac_status); } && {
11626 test -z "$ac_c_werror_flag" ||
11627 test ! -s conftest.err
11628 } && test -s conftest.$ac_objext; then
11629 wine_cv_opengl_header_version_OK="yes"
11630 else
11631 $as_echo "$as_me: failed program was:" >&5
11632 sed 's/^/| /' conftest.$ac_ext >&5
11634 wine_cv_opengl_header_version_OK="no"
11637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11639 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11640 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11642 if test "$wine_cv_opengl_header_version_OK" = "yes"
11643 then
11644 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11645 $as_echo_n "checking for -lGL... " >&6; }
11646 if test "${ac_cv_lib_soname_GL+set}" = set; then
11647 $as_echo_n "(cached) " >&6
11648 else
11649 ac_check_soname_save_LIBS=$LIBS
11650 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11651 cat >conftest.$ac_ext <<_ACEOF
11652 /* confdefs.h. */
11653 _ACEOF
11654 cat confdefs.h >>conftest.$ac_ext
11655 cat >>conftest.$ac_ext <<_ACEOF
11656 /* end confdefs.h. */
11658 /* Override any GCC internal prototype to avoid an error.
11659 Use char because int might match the return type of a GCC
11660 builtin and then its argument prototype would still apply. */
11661 #ifdef __cplusplus
11662 extern "C"
11663 #endif
11664 char glXCreateContext ();
11666 main ()
11668 return glXCreateContext ();
11670 return 0;
11672 _ACEOF
11673 rm -f conftest.$ac_objext conftest$ac_exeext
11674 if { (ac_try="$ac_link"
11675 case "(($ac_try" in
11676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11677 *) ac_try_echo=$ac_try;;
11678 esac
11679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11680 $as_echo "$ac_try_echo") >&5
11681 (eval "$ac_link") 2>conftest.er1
11682 ac_status=$?
11683 grep -v '^ *+' conftest.er1 >conftest.err
11684 rm -f conftest.er1
11685 cat conftest.err >&5
11686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11687 (exit $ac_status); } && {
11688 test -z "$ac_c_werror_flag" ||
11689 test ! -s conftest.err
11690 } && test -s conftest$ac_exeext && {
11691 test "$cross_compiling" = yes ||
11692 $as_test_x conftest$ac_exeext
11693 }; then
11694 case "$LIBEXT" in
11695 dll) ;;
11696 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'` ;;
11697 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11698 esac
11699 else
11700 $as_echo "$as_me: failed program was:" >&5
11701 sed 's/^/| /' conftest.$ac_ext >&5
11706 rm -rf conftest.dSYM
11707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11708 conftest$ac_exeext conftest.$ac_ext
11709 LIBS=$ac_check_soname_save_LIBS
11711 if test "x$ac_cv_lib_soname_GL" = "x"; then
11712 { $as_echo "$as_me:$LINENO: result: not found" >&5
11713 $as_echo "not found" >&6; }
11714 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11715 $as_echo_n "checking for -lGL... " >&6; }
11716 if test "${ac_cv_lib_soname_GL+set}" = set; then
11717 $as_echo_n "(cached) " >&6
11718 else
11719 ac_check_soname_save_LIBS=$LIBS
11720 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"
11721 cat >conftest.$ac_ext <<_ACEOF
11722 /* confdefs.h. */
11723 _ACEOF
11724 cat confdefs.h >>conftest.$ac_ext
11725 cat >>conftest.$ac_ext <<_ACEOF
11726 /* end confdefs.h. */
11728 /* Override any GCC internal prototype to avoid an error.
11729 Use char because int might match the return type of a GCC
11730 builtin and then its argument prototype would still apply. */
11731 #ifdef __cplusplus
11732 extern "C"
11733 #endif
11734 char glXCreateContext ();
11736 main ()
11738 return glXCreateContext ();
11740 return 0;
11742 _ACEOF
11743 rm -f conftest.$ac_objext conftest$ac_exeext
11744 if { (ac_try="$ac_link"
11745 case "(($ac_try" in
11746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11747 *) ac_try_echo=$ac_try;;
11748 esac
11749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11750 $as_echo "$ac_try_echo") >&5
11751 (eval "$ac_link") 2>conftest.er1
11752 ac_status=$?
11753 grep -v '^ *+' conftest.er1 >conftest.err
11754 rm -f conftest.er1
11755 cat conftest.err >&5
11756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11757 (exit $ac_status); } && {
11758 test -z "$ac_c_werror_flag" ||
11759 test ! -s conftest.err
11760 } && test -s conftest$ac_exeext && {
11761 test "$cross_compiling" = yes ||
11762 $as_test_x conftest$ac_exeext
11763 }; then
11764 case "$LIBEXT" in
11765 dll) ;;
11766 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'` ;;
11767 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11768 esac
11769 else
11770 $as_echo "$as_me: failed program was:" >&5
11771 sed 's/^/| /' conftest.$ac_ext >&5
11776 rm -rf conftest.dSYM
11777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11778 conftest$ac_exeext conftest.$ac_ext
11779 LIBS=$ac_check_soname_save_LIBS
11781 if test "x$ac_cv_lib_soname_GL" = "x"; then
11782 { $as_echo "$as_me:$LINENO: result: not found" >&5
11783 $as_echo "not found" >&6; }
11784 if test -f /usr/X11R6/lib/libGL.a
11785 then
11786 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11787 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11788 else
11789 opengl_msg="No OpenGL library found on this system."
11791 else
11792 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11793 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11795 cat >>confdefs.h <<_ACEOF
11796 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11797 _ACEOF
11799 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"
11801 cat >>confdefs.h <<\_ACEOF
11802 #define HAVE_OPENGL 1
11803 _ACEOF
11807 else
11808 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11809 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11811 cat >>confdefs.h <<_ACEOF
11812 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11813 _ACEOF
11815 OPENGL_LIBS="-lGL"
11817 cat >>confdefs.h <<\_ACEOF
11818 #define HAVE_OPENGL 1
11819 _ACEOF
11823 if test "$ac_cv_header_GL_glu_h" = "yes"
11824 then
11825 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11826 $as_echo_n "checking for -lGLU... " >&6; }
11827 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11828 $as_echo_n "(cached) " >&6
11829 else
11830 ac_check_soname_save_LIBS=$LIBS
11831 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11832 cat >conftest.$ac_ext <<_ACEOF
11833 /* confdefs.h. */
11834 _ACEOF
11835 cat confdefs.h >>conftest.$ac_ext
11836 cat >>conftest.$ac_ext <<_ACEOF
11837 /* end confdefs.h. */
11839 /* Override any GCC internal prototype to avoid an error.
11840 Use char because int might match the return type of a GCC
11841 builtin and then its argument prototype would still apply. */
11842 #ifdef __cplusplus
11843 extern "C"
11844 #endif
11845 char gluLookAt ();
11847 main ()
11849 return gluLookAt ();
11851 return 0;
11853 _ACEOF
11854 rm -f conftest.$ac_objext conftest$ac_exeext
11855 if { (ac_try="$ac_link"
11856 case "(($ac_try" in
11857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11858 *) ac_try_echo=$ac_try;;
11859 esac
11860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11861 $as_echo "$ac_try_echo") >&5
11862 (eval "$ac_link") 2>conftest.er1
11863 ac_status=$?
11864 grep -v '^ *+' conftest.er1 >conftest.err
11865 rm -f conftest.er1
11866 cat conftest.err >&5
11867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } && {
11869 test -z "$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11871 } && test -s conftest$ac_exeext && {
11872 test "$cross_compiling" = yes ||
11873 $as_test_x conftest$ac_exeext
11874 }; then
11875 case "$LIBEXT" in
11876 dll) ;;
11877 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'` ;;
11878 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11879 esac
11880 else
11881 $as_echo "$as_me: failed program was:" >&5
11882 sed 's/^/| /' conftest.$ac_ext >&5
11887 rm -rf conftest.dSYM
11888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11889 conftest$ac_exeext conftest.$ac_ext
11890 LIBS=$ac_check_soname_save_LIBS
11892 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11893 { $as_echo "$as_me:$LINENO: result: not found" >&5
11894 $as_echo "not found" >&6; }
11896 else
11897 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11898 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11900 cat >>confdefs.h <<_ACEOF
11901 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11902 _ACEOF
11908 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11909 case "x$with_glu" in
11910 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11911 xno) ;;
11912 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11913 This is an error since --with-glu was requested." >&5
11914 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11915 This is an error since --with-glu was requested." >&2;}
11916 { (exit 1); exit 1; }; } ;;
11917 esac
11920 else
11921 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11923 else
11924 opengl_msg="OpenGL development headers not found."
11926 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11927 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11928 else
11929 enable_opengl32=${enable_opengl32:-no}
11930 enable_glu32=${enable_glu32:-no}
11932 if test -n "$opengl_msg"; then
11933 case "x$with_opengl" in
11934 x) wine_warnings="$wine_warnings|$opengl_msg
11935 OpenGL and Direct3D won't be supported." ;;
11936 xno) ;;
11937 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11938 OpenGL and Direct3D won't be supported.
11939 This is an error since --with-opengl was requested." >&5
11940 $as_echo "$as_me: error: $opengl_msg
11941 OpenGL and Direct3D won't be supported.
11942 This is an error since --with-opengl was requested." >&2;}
11943 { (exit 1); exit 1; }; } ;;
11944 esac
11948 NASLIBS=""
11951 for ac_header in audio/audiolib.h
11953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11954 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11955 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11956 $as_echo_n "checking for $ac_header... " >&6; }
11957 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11958 $as_echo_n "(cached) " >&6
11960 ac_res=`eval 'as_val=${'$as_ac_Header'}
11961 $as_echo "$as_val"'`
11962 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11963 $as_echo "$ac_res" >&6; }
11964 else
11965 # Is the header compilable?
11966 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11967 $as_echo_n "checking $ac_header usability... " >&6; }
11968 cat >conftest.$ac_ext <<_ACEOF
11969 /* confdefs.h. */
11970 _ACEOF
11971 cat confdefs.h >>conftest.$ac_ext
11972 cat >>conftest.$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11974 $ac_includes_default
11975 #include <$ac_header>
11976 _ACEOF
11977 rm -f conftest.$ac_objext
11978 if { (ac_try="$ac_compile"
11979 case "(($ac_try" in
11980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11981 *) ac_try_echo=$ac_try;;
11982 esac
11983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11984 $as_echo "$ac_try_echo") >&5
11985 (eval "$ac_compile") 2>conftest.er1
11986 ac_status=$?
11987 grep -v '^ *+' conftest.er1 >conftest.err
11988 rm -f conftest.er1
11989 cat conftest.err >&5
11990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11991 (exit $ac_status); } && {
11992 test -z "$ac_c_werror_flag" ||
11993 test ! -s conftest.err
11994 } && test -s conftest.$ac_objext; then
11995 ac_header_compiler=yes
11996 else
11997 $as_echo "$as_me: failed program was:" >&5
11998 sed 's/^/| /' conftest.$ac_ext >&5
12000 ac_header_compiler=no
12003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12004 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12005 $as_echo "$ac_header_compiler" >&6; }
12007 # Is the header present?
12008 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12009 $as_echo_n "checking $ac_header presence... " >&6; }
12010 cat >conftest.$ac_ext <<_ACEOF
12011 /* confdefs.h. */
12012 _ACEOF
12013 cat confdefs.h >>conftest.$ac_ext
12014 cat >>conftest.$ac_ext <<_ACEOF
12015 /* end confdefs.h. */
12016 #include <$ac_header>
12017 _ACEOF
12018 if { (ac_try="$ac_cpp conftest.$ac_ext"
12019 case "(($ac_try" in
12020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12021 *) ac_try_echo=$ac_try;;
12022 esac
12023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12024 $as_echo "$ac_try_echo") >&5
12025 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12026 ac_status=$?
12027 grep -v '^ *+' conftest.er1 >conftest.err
12028 rm -f conftest.er1
12029 cat conftest.err >&5
12030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12031 (exit $ac_status); } >/dev/null && {
12032 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12033 test ! -s conftest.err
12034 }; then
12035 ac_header_preproc=yes
12036 else
12037 $as_echo "$as_me: failed program was:" >&5
12038 sed 's/^/| /' conftest.$ac_ext >&5
12040 ac_header_preproc=no
12043 rm -f conftest.err conftest.$ac_ext
12044 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12045 $as_echo "$ac_header_preproc" >&6; }
12047 # So? What about this header?
12048 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12049 yes:no: )
12050 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12051 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12052 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12053 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12054 ac_header_preproc=yes
12056 no:yes:* )
12057 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12058 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12059 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12060 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12061 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12062 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12063 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12064 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12065 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12066 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12067 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12068 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12069 ( cat <<\_ASBOX
12070 ## ------------------------------------ ##
12071 ## Report this to wine-devel@winehq.org ##
12072 ## ------------------------------------ ##
12073 _ASBOX
12074 ) | sed "s/^/$as_me: WARNING: /" >&2
12076 esac
12077 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12078 $as_echo_n "checking for $ac_header... " >&6; }
12079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12080 $as_echo_n "(cached) " >&6
12081 else
12082 eval "$as_ac_Header=\$ac_header_preproc"
12084 ac_res=`eval 'as_val=${'$as_ac_Header'}
12085 $as_echo "$as_val"'`
12086 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12087 $as_echo "$ac_res" >&6; }
12090 as_val=`eval 'as_val=${'$as_ac_Header'}
12091 $as_echo "$as_val"'`
12092 if test "x$as_val" = x""yes; then
12093 cat >>confdefs.h <<_ACEOF
12094 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12095 _ACEOF
12097 for ac_header in audio/soundlib.h
12099 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12100 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12101 $as_echo_n "checking for $ac_header... " >&6; }
12102 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12103 $as_echo_n "(cached) " >&6
12104 else
12105 cat >conftest.$ac_ext <<_ACEOF
12106 /* confdefs.h. */
12107 _ACEOF
12108 cat confdefs.h >>conftest.$ac_ext
12109 cat >>conftest.$ac_ext <<_ACEOF
12110 /* end confdefs.h. */
12111 #include <audio/audiolib.h>
12113 #include <$ac_header>
12114 _ACEOF
12115 rm -f conftest.$ac_objext
12116 if { (ac_try="$ac_compile"
12117 case "(($ac_try" in
12118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12119 *) ac_try_echo=$ac_try;;
12120 esac
12121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12122 $as_echo "$ac_try_echo") >&5
12123 (eval "$ac_compile") 2>conftest.er1
12124 ac_status=$?
12125 grep -v '^ *+' conftest.er1 >conftest.err
12126 rm -f conftest.er1
12127 cat conftest.err >&5
12128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); } && {
12130 test -z "$ac_c_werror_flag" ||
12131 test ! -s conftest.err
12132 } && test -s conftest.$ac_objext; then
12133 eval "$as_ac_Header=yes"
12134 else
12135 $as_echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.$ac_ext >&5
12138 eval "$as_ac_Header=no"
12141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12143 ac_res=`eval 'as_val=${'$as_ac_Header'}
12144 $as_echo "$as_val"'`
12145 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12146 $as_echo "$ac_res" >&6; }
12147 as_val=`eval 'as_val=${'$as_ac_Header'}
12148 $as_echo "$as_val"'`
12149 if test "x$as_val" = x""yes; then
12150 cat >>confdefs.h <<_ACEOF
12151 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12152 _ACEOF
12156 done
12158 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12159 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12160 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12161 $as_echo_n "(cached) " >&6
12162 else
12163 ac_check_lib_save_LIBS=$LIBS
12164 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12165 cat >conftest.$ac_ext <<_ACEOF
12166 /* confdefs.h. */
12167 _ACEOF
12168 cat confdefs.h >>conftest.$ac_ext
12169 cat >>conftest.$ac_ext <<_ACEOF
12170 /* end confdefs.h. */
12172 /* Override any GCC internal prototype to avoid an error.
12173 Use char because int might match the return type of a GCC
12174 builtin and then its argument prototype would still apply. */
12175 #ifdef __cplusplus
12176 extern "C"
12177 #endif
12178 char AuCreateFlow ();
12180 main ()
12182 return AuCreateFlow ();
12184 return 0;
12186 _ACEOF
12187 rm -f conftest.$ac_objext conftest$ac_exeext
12188 if { (ac_try="$ac_link"
12189 case "(($ac_try" in
12190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12191 *) ac_try_echo=$ac_try;;
12192 esac
12193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12194 $as_echo "$ac_try_echo") >&5
12195 (eval "$ac_link") 2>conftest.er1
12196 ac_status=$?
12197 grep -v '^ *+' conftest.er1 >conftest.err
12198 rm -f conftest.er1
12199 cat conftest.err >&5
12200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); } && {
12202 test -z "$ac_c_werror_flag" ||
12203 test ! -s conftest.err
12204 } && test -s conftest$ac_exeext && {
12205 test "$cross_compiling" = yes ||
12206 $as_test_x conftest$ac_exeext
12207 }; then
12208 ac_cv_lib_audio_AuCreateFlow=yes
12209 else
12210 $as_echo "$as_me: failed program was:" >&5
12211 sed 's/^/| /' conftest.$ac_ext >&5
12213 ac_cv_lib_audio_AuCreateFlow=no
12216 rm -rf conftest.dSYM
12217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12218 conftest$ac_exeext conftest.$ac_ext
12219 LIBS=$ac_check_lib_save_LIBS
12221 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12222 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12223 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12225 cat >>confdefs.h <<\_ACEOF
12226 #define HAVE_NAS 1
12227 _ACEOF
12229 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12230 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12231 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12232 $as_echo_n "(cached) " >&6
12233 else
12234 ac_check_lib_save_LIBS=$LIBS
12235 LIBS="-lXau $X_LIBS $LIBS"
12236 cat >conftest.$ac_ext <<_ACEOF
12237 /* confdefs.h. */
12238 _ACEOF
12239 cat confdefs.h >>conftest.$ac_ext
12240 cat >>conftest.$ac_ext <<_ACEOF
12241 /* end confdefs.h. */
12243 /* Override any GCC internal prototype to avoid an error.
12244 Use char because int might match the return type of a GCC
12245 builtin and then its argument prototype would still apply. */
12246 #ifdef __cplusplus
12247 extern "C"
12248 #endif
12249 char XauGetBestAuthByAddr ();
12251 main ()
12253 return XauGetBestAuthByAddr ();
12255 return 0;
12257 _ACEOF
12258 rm -f conftest.$ac_objext conftest$ac_exeext
12259 if { (ac_try="$ac_link"
12260 case "(($ac_try" in
12261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12262 *) ac_try_echo=$ac_try;;
12263 esac
12264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12265 $as_echo "$ac_try_echo") >&5
12266 (eval "$ac_link") 2>conftest.er1
12267 ac_status=$?
12268 grep -v '^ *+' conftest.er1 >conftest.err
12269 rm -f conftest.er1
12270 cat conftest.err >&5
12271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); } && {
12273 test -z "$ac_c_werror_flag" ||
12274 test ! -s conftest.err
12275 } && test -s conftest$ac_exeext && {
12276 test "$cross_compiling" = yes ||
12277 $as_test_x conftest$ac_exeext
12278 }; then
12279 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12280 else
12281 $as_echo "$as_me: failed program was:" >&5
12282 sed 's/^/| /' conftest.$ac_ext >&5
12284 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12287 rm -rf conftest.dSYM
12288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12289 conftest$ac_exeext conftest.$ac_ext
12290 LIBS=$ac_check_lib_save_LIBS
12292 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12293 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12294 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12295 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12296 else
12297 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12305 done
12308 CPPFLAGS="$ac_save_CPPFLAGS"
12309 else
12310 XLIB=""
12311 X_CFLAGS=""
12312 X_LIBS=""
12313 enable_winex11_drv=${enable_winex11_drv:-no}
12314 enable_opengl32=${enable_opengl32:-no}
12315 enable_glu32=${enable_glu32:-no}
12317 if test "x$XLIB" = "x"; then
12318 case "x$with_x" in
12319 xno) ;;
12320 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12321 without X support, which probably isn't what you want. You will need to install
12322 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12323 Use the --without-x option if you really want this." >&5
12324 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12325 without X support, which probably isn't what you want. You will need to install
12326 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12327 Use the --without-x option if you really want this." >&2;}
12328 { (exit 1); exit 1; }; } ;;
12329 esac
12334 XML2LIBS=""
12336 XML2INCL=""
12338 XSLTINCL=""
12340 if test "x$with_xml" != "xno"
12341 then
12342 ac_save_CPPFLAGS="$CPPFLAGS"
12343 if test "$PKG_CONFIG" != "false"
12344 then
12345 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12346 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12347 else
12348 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12349 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12351 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12353 for ac_header in libxml/parser.h
12355 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12357 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12358 $as_echo_n "checking for $ac_header... " >&6; }
12359 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12360 $as_echo_n "(cached) " >&6
12362 ac_res=`eval 'as_val=${'$as_ac_Header'}
12363 $as_echo "$as_val"'`
12364 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12365 $as_echo "$ac_res" >&6; }
12366 else
12367 # Is the header compilable?
12368 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12369 $as_echo_n "checking $ac_header usability... " >&6; }
12370 cat >conftest.$ac_ext <<_ACEOF
12371 /* confdefs.h. */
12372 _ACEOF
12373 cat confdefs.h >>conftest.$ac_ext
12374 cat >>conftest.$ac_ext <<_ACEOF
12375 /* end confdefs.h. */
12376 $ac_includes_default
12377 #include <$ac_header>
12378 _ACEOF
12379 rm -f conftest.$ac_objext
12380 if { (ac_try="$ac_compile"
12381 case "(($ac_try" in
12382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12383 *) ac_try_echo=$ac_try;;
12384 esac
12385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12386 $as_echo "$ac_try_echo") >&5
12387 (eval "$ac_compile") 2>conftest.er1
12388 ac_status=$?
12389 grep -v '^ *+' conftest.er1 >conftest.err
12390 rm -f conftest.er1
12391 cat conftest.err >&5
12392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); } && {
12394 test -z "$ac_c_werror_flag" ||
12395 test ! -s conftest.err
12396 } && test -s conftest.$ac_objext; then
12397 ac_header_compiler=yes
12398 else
12399 $as_echo "$as_me: failed program was:" >&5
12400 sed 's/^/| /' conftest.$ac_ext >&5
12402 ac_header_compiler=no
12405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12406 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12407 $as_echo "$ac_header_compiler" >&6; }
12409 # Is the header present?
12410 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12411 $as_echo_n "checking $ac_header presence... " >&6; }
12412 cat >conftest.$ac_ext <<_ACEOF
12413 /* confdefs.h. */
12414 _ACEOF
12415 cat confdefs.h >>conftest.$ac_ext
12416 cat >>conftest.$ac_ext <<_ACEOF
12417 /* end confdefs.h. */
12418 #include <$ac_header>
12419 _ACEOF
12420 if { (ac_try="$ac_cpp conftest.$ac_ext"
12421 case "(($ac_try" in
12422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12423 *) ac_try_echo=$ac_try;;
12424 esac
12425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12426 $as_echo "$ac_try_echo") >&5
12427 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12428 ac_status=$?
12429 grep -v '^ *+' conftest.er1 >conftest.err
12430 rm -f conftest.er1
12431 cat conftest.err >&5
12432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } >/dev/null && {
12434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12435 test ! -s conftest.err
12436 }; then
12437 ac_header_preproc=yes
12438 else
12439 $as_echo "$as_me: failed program was:" >&5
12440 sed 's/^/| /' conftest.$ac_ext >&5
12442 ac_header_preproc=no
12445 rm -f conftest.err conftest.$ac_ext
12446 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12447 $as_echo "$ac_header_preproc" >&6; }
12449 # So? What about this header?
12450 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12451 yes:no: )
12452 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12453 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12455 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12456 ac_header_preproc=yes
12458 no:yes:* )
12459 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12460 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12461 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12462 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12463 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12464 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12465 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12466 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12467 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12468 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12469 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12470 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12471 ( cat <<\_ASBOX
12472 ## ------------------------------------ ##
12473 ## Report this to wine-devel@winehq.org ##
12474 ## ------------------------------------ ##
12475 _ASBOX
12476 ) | sed "s/^/$as_me: WARNING: /" >&2
12478 esac
12479 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12480 $as_echo_n "checking for $ac_header... " >&6; }
12481 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12482 $as_echo_n "(cached) " >&6
12483 else
12484 eval "$as_ac_Header=\$ac_header_preproc"
12486 ac_res=`eval 'as_val=${'$as_ac_Header'}
12487 $as_echo "$as_val"'`
12488 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12489 $as_echo "$ac_res" >&6; }
12492 as_val=`eval 'as_val=${'$as_ac_Header'}
12493 $as_echo "$as_val"'`
12494 if test "x$as_val" = x""yes; then
12495 cat >>confdefs.h <<_ACEOF
12496 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12497 _ACEOF
12498 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12499 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12500 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12501 $as_echo_n "(cached) " >&6
12502 else
12503 ac_check_lib_save_LIBS=$LIBS
12504 LIBS="-lxml2 $ac_xml_libs $LIBS"
12505 cat >conftest.$ac_ext <<_ACEOF
12506 /* confdefs.h. */
12507 _ACEOF
12508 cat confdefs.h >>conftest.$ac_ext
12509 cat >>conftest.$ac_ext <<_ACEOF
12510 /* end confdefs.h. */
12512 /* Override any GCC internal prototype to avoid an error.
12513 Use char because int might match the return type of a GCC
12514 builtin and then its argument prototype would still apply. */
12515 #ifdef __cplusplus
12516 extern "C"
12517 #endif
12518 char xmlParseMemory ();
12520 main ()
12522 return xmlParseMemory ();
12524 return 0;
12526 _ACEOF
12527 rm -f conftest.$ac_objext conftest$ac_exeext
12528 if { (ac_try="$ac_link"
12529 case "(($ac_try" in
12530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12531 *) ac_try_echo=$ac_try;;
12532 esac
12533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12534 $as_echo "$ac_try_echo") >&5
12535 (eval "$ac_link") 2>conftest.er1
12536 ac_status=$?
12537 grep -v '^ *+' conftest.er1 >conftest.err
12538 rm -f conftest.er1
12539 cat conftest.err >&5
12540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } && {
12542 test -z "$ac_c_werror_flag" ||
12543 test ! -s conftest.err
12544 } && test -s conftest$ac_exeext && {
12545 test "$cross_compiling" = yes ||
12546 $as_test_x conftest$ac_exeext
12547 }; then
12548 ac_cv_lib_xml2_xmlParseMemory=yes
12549 else
12550 $as_echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12553 ac_cv_lib_xml2_xmlParseMemory=no
12556 rm -rf conftest.dSYM
12557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_lib_save_LIBS
12561 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12562 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12563 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12565 cat >>confdefs.h <<\_ACEOF
12566 #define HAVE_LIBXML2 1
12567 _ACEOF
12569 XML2LIBS="$ac_xml_libs"
12570 XML2INCL="$ac_xml_cflags"
12573 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12574 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12575 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12576 $as_echo_n "(cached) " >&6
12577 else
12578 ac_check_lib_save_LIBS=$LIBS
12579 LIBS="-lxml2 $ac_xml_libs $LIBS"
12580 cat >conftest.$ac_ext <<_ACEOF
12581 /* confdefs.h. */
12582 _ACEOF
12583 cat confdefs.h >>conftest.$ac_ext
12584 cat >>conftest.$ac_ext <<_ACEOF
12585 /* end confdefs.h. */
12587 /* Override any GCC internal prototype to avoid an error.
12588 Use char because int might match the return type of a GCC
12589 builtin and then its argument prototype would still apply. */
12590 #ifdef __cplusplus
12591 extern "C"
12592 #endif
12593 char xmlReadMemory ();
12595 main ()
12597 return xmlReadMemory ();
12599 return 0;
12601 _ACEOF
12602 rm -f conftest.$ac_objext conftest$ac_exeext
12603 if { (ac_try="$ac_link"
12604 case "(($ac_try" in
12605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12606 *) ac_try_echo=$ac_try;;
12607 esac
12608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12609 $as_echo "$ac_try_echo") >&5
12610 (eval "$ac_link") 2>conftest.er1
12611 ac_status=$?
12612 grep -v '^ *+' conftest.er1 >conftest.err
12613 rm -f conftest.er1
12614 cat conftest.err >&5
12615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); } && {
12617 test -z "$ac_c_werror_flag" ||
12618 test ! -s conftest.err
12619 } && test -s conftest$ac_exeext && {
12620 test "$cross_compiling" = yes ||
12621 $as_test_x conftest$ac_exeext
12622 }; then
12623 ac_cv_lib_xml2_xmlReadMemory=yes
12624 else
12625 $as_echo "$as_me: failed program was:" >&5
12626 sed 's/^/| /' conftest.$ac_ext >&5
12628 ac_cv_lib_xml2_xmlReadMemory=no
12631 rm -rf conftest.dSYM
12632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12633 conftest$ac_exeext conftest.$ac_ext
12634 LIBS=$ac_check_lib_save_LIBS
12636 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12637 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12638 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12640 cat >>confdefs.h <<\_ACEOF
12641 #define HAVE_XMLREADMEMORY 1
12642 _ACEOF
12646 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12647 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12648 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12649 $as_echo_n "(cached) " >&6
12650 else
12651 ac_check_lib_save_LIBS=$LIBS
12652 LIBS="-lxml2 $ac_xml_libs $LIBS"
12653 cat >conftest.$ac_ext <<_ACEOF
12654 /* confdefs.h. */
12655 _ACEOF
12656 cat confdefs.h >>conftest.$ac_ext
12657 cat >>conftest.$ac_ext <<_ACEOF
12658 /* end confdefs.h. */
12660 /* Override any GCC internal prototype to avoid an error.
12661 Use char because int might match the return type of a GCC
12662 builtin and then its argument prototype would still apply. */
12663 #ifdef __cplusplus
12664 extern "C"
12665 #endif
12666 char xmlNewDocPI ();
12668 main ()
12670 return xmlNewDocPI ();
12672 return 0;
12674 _ACEOF
12675 rm -f conftest.$ac_objext conftest$ac_exeext
12676 if { (ac_try="$ac_link"
12677 case "(($ac_try" in
12678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12679 *) ac_try_echo=$ac_try;;
12680 esac
12681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12682 $as_echo "$ac_try_echo") >&5
12683 (eval "$ac_link") 2>conftest.er1
12684 ac_status=$?
12685 grep -v '^ *+' conftest.er1 >conftest.err
12686 rm -f conftest.er1
12687 cat conftest.err >&5
12688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12689 (exit $ac_status); } && {
12690 test -z "$ac_c_werror_flag" ||
12691 test ! -s conftest.err
12692 } && test -s conftest$ac_exeext && {
12693 test "$cross_compiling" = yes ||
12694 $as_test_x conftest$ac_exeext
12695 }; then
12696 ac_cv_lib_xml2_xmlNewDocPI=yes
12697 else
12698 $as_echo "$as_me: failed program was:" >&5
12699 sed 's/^/| /' conftest.$ac_ext >&5
12701 ac_cv_lib_xml2_xmlNewDocPI=no
12704 rm -rf conftest.dSYM
12705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12706 conftest$ac_exeext conftest.$ac_ext
12707 LIBS=$ac_check_lib_save_LIBS
12709 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12710 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12711 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12713 cat >>confdefs.h <<\_ACEOF
12714 #define HAVE_XMLNEWDOCPI 1
12715 _ACEOF
12722 done
12724 CPPFLAGS="$ac_save_CPPFLAGS"
12726 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12727 case "x$with_xml" in
12728 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12729 xno) ;;
12730 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12731 This is an error since --with-xml was requested." >&5
12732 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12733 This is an error since --with-xml was requested." >&2;}
12734 { (exit 1); exit 1; }; } ;;
12735 esac
12739 if test "x$with_xslt" != "xno"
12740 then
12741 if test "$PKG_CONFIG" != "false"
12742 then
12743 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12744 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12745 else
12746 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12747 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12749 ac_save_CPPFLAGS="$CPPFLAGS"
12750 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12753 for ac_header in libxslt/pattern.h libxslt/transform.h
12755 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12756 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12757 $as_echo_n "checking for $ac_header... " >&6; }
12758 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12759 $as_echo_n "(cached) " >&6
12760 else
12761 cat >conftest.$ac_ext <<_ACEOF
12762 /* confdefs.h. */
12763 _ACEOF
12764 cat confdefs.h >>conftest.$ac_ext
12765 cat >>conftest.$ac_ext <<_ACEOF
12766 /* end confdefs.h. */
12767 #ifdef HAVE_LIBXSLT_PATTERN_H
12768 # include <libxslt/pattern.h>
12769 #endif
12771 #include <$ac_header>
12772 _ACEOF
12773 rm -f conftest.$ac_objext
12774 if { (ac_try="$ac_compile"
12775 case "(($ac_try" in
12776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12777 *) ac_try_echo=$ac_try;;
12778 esac
12779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12780 $as_echo "$ac_try_echo") >&5
12781 (eval "$ac_compile") 2>conftest.er1
12782 ac_status=$?
12783 grep -v '^ *+' conftest.er1 >conftest.err
12784 rm -f conftest.er1
12785 cat conftest.err >&5
12786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787 (exit $ac_status); } && {
12788 test -z "$ac_c_werror_flag" ||
12789 test ! -s conftest.err
12790 } && test -s conftest.$ac_objext; then
12791 eval "$as_ac_Header=yes"
12792 else
12793 $as_echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.$ac_ext >&5
12796 eval "$as_ac_Header=no"
12799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12801 ac_res=`eval 'as_val=${'$as_ac_Header'}
12802 $as_echo "$as_val"'`
12803 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12804 $as_echo "$ac_res" >&6; }
12805 as_val=`eval 'as_val=${'$as_ac_Header'}
12806 $as_echo "$as_val"'`
12807 if test "x$as_val" = x""yes; then
12808 cat >>confdefs.h <<_ACEOF
12809 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12810 _ACEOF
12814 done
12816 CPPFLAGS="$ac_save_CPPFLAGS"
12817 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12818 then
12819 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12820 $as_echo_n "checking for -lxslt... " >&6; }
12821 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12822 $as_echo_n "(cached) " >&6
12823 else
12824 ac_check_soname_save_LIBS=$LIBS
12825 LIBS="-lxslt $ac_xslt_libs $LIBS"
12826 cat >conftest.$ac_ext <<_ACEOF
12827 /* confdefs.h. */
12828 _ACEOF
12829 cat confdefs.h >>conftest.$ac_ext
12830 cat >>conftest.$ac_ext <<_ACEOF
12831 /* end confdefs.h. */
12833 /* Override any GCC internal prototype to avoid an error.
12834 Use char because int might match the return type of a GCC
12835 builtin and then its argument prototype would still apply. */
12836 #ifdef __cplusplus
12837 extern "C"
12838 #endif
12839 char xsltCompilePattern ();
12841 main ()
12843 return xsltCompilePattern ();
12845 return 0;
12847 _ACEOF
12848 rm -f conftest.$ac_objext conftest$ac_exeext
12849 if { (ac_try="$ac_link"
12850 case "(($ac_try" in
12851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12852 *) ac_try_echo=$ac_try;;
12853 esac
12854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12855 $as_echo "$ac_try_echo") >&5
12856 (eval "$ac_link") 2>conftest.er1
12857 ac_status=$?
12858 grep -v '^ *+' conftest.er1 >conftest.err
12859 rm -f conftest.er1
12860 cat conftest.err >&5
12861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); } && {
12863 test -z "$ac_c_werror_flag" ||
12864 test ! -s conftest.err
12865 } && test -s conftest$ac_exeext && {
12866 test "$cross_compiling" = yes ||
12867 $as_test_x conftest$ac_exeext
12868 }; then
12869 case "$LIBEXT" in
12870 dll) ;;
12871 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'` ;;
12872 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12873 esac
12874 else
12875 $as_echo "$as_me: failed program was:" >&5
12876 sed 's/^/| /' conftest.$ac_ext >&5
12881 rm -rf conftest.dSYM
12882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12883 conftest$ac_exeext conftest.$ac_ext
12884 LIBS=$ac_check_soname_save_LIBS
12886 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12887 { $as_echo "$as_me:$LINENO: result: not found" >&5
12888 $as_echo "not found" >&6; }
12890 else
12891 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12892 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12894 cat >>confdefs.h <<_ACEOF
12895 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12896 _ACEOF
12898 XSLTINCL="$ac_xslt_cflags"
12903 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12904 case "x$with_xslt" in
12905 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12906 xno) ;;
12907 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12908 This is an error since --with-xslt was requested." >&5
12909 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12910 This is an error since --with-xslt was requested." >&2;}
12911 { (exit 1); exit 1; }; } ;;
12912 esac
12916 HALINCL=""
12918 if test "x$with_hal" != "xno"
12919 then
12920 ac_save_CPPFLAGS="$CPPFLAGS"
12921 if test "$PKG_CONFIG" != "false"
12922 then
12923 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12924 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12925 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12929 for ac_header in dbus/dbus.h hal/libhal.h
12931 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12933 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12934 $as_echo_n "checking for $ac_header... " >&6; }
12935 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12936 $as_echo_n "(cached) " >&6
12938 ac_res=`eval 'as_val=${'$as_ac_Header'}
12939 $as_echo "$as_val"'`
12940 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12941 $as_echo "$ac_res" >&6; }
12942 else
12943 # Is the header compilable?
12944 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12945 $as_echo_n "checking $ac_header usability... " >&6; }
12946 cat >conftest.$ac_ext <<_ACEOF
12947 /* confdefs.h. */
12948 _ACEOF
12949 cat confdefs.h >>conftest.$ac_ext
12950 cat >>conftest.$ac_ext <<_ACEOF
12951 /* end confdefs.h. */
12952 $ac_includes_default
12953 #include <$ac_header>
12954 _ACEOF
12955 rm -f conftest.$ac_objext
12956 if { (ac_try="$ac_compile"
12957 case "(($ac_try" in
12958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12959 *) ac_try_echo=$ac_try;;
12960 esac
12961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12962 $as_echo "$ac_try_echo") >&5
12963 (eval "$ac_compile") 2>conftest.er1
12964 ac_status=$?
12965 grep -v '^ *+' conftest.er1 >conftest.err
12966 rm -f conftest.er1
12967 cat conftest.err >&5
12968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); } && {
12970 test -z "$ac_c_werror_flag" ||
12971 test ! -s conftest.err
12972 } && test -s conftest.$ac_objext; then
12973 ac_header_compiler=yes
12974 else
12975 $as_echo "$as_me: failed program was:" >&5
12976 sed 's/^/| /' conftest.$ac_ext >&5
12978 ac_header_compiler=no
12981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12982 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12983 $as_echo "$ac_header_compiler" >&6; }
12985 # Is the header present?
12986 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12987 $as_echo_n "checking $ac_header presence... " >&6; }
12988 cat >conftest.$ac_ext <<_ACEOF
12989 /* confdefs.h. */
12990 _ACEOF
12991 cat confdefs.h >>conftest.$ac_ext
12992 cat >>conftest.$ac_ext <<_ACEOF
12993 /* end confdefs.h. */
12994 #include <$ac_header>
12995 _ACEOF
12996 if { (ac_try="$ac_cpp conftest.$ac_ext"
12997 case "(($ac_try" in
12998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12999 *) ac_try_echo=$ac_try;;
13000 esac
13001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13002 $as_echo "$ac_try_echo") >&5
13003 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13004 ac_status=$?
13005 grep -v '^ *+' conftest.er1 >conftest.err
13006 rm -f conftest.er1
13007 cat conftest.err >&5
13008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13009 (exit $ac_status); } >/dev/null && {
13010 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13011 test ! -s conftest.err
13012 }; then
13013 ac_header_preproc=yes
13014 else
13015 $as_echo "$as_me: failed program was:" >&5
13016 sed 's/^/| /' conftest.$ac_ext >&5
13018 ac_header_preproc=no
13021 rm -f conftest.err conftest.$ac_ext
13022 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13023 $as_echo "$ac_header_preproc" >&6; }
13025 # So? What about this header?
13026 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13027 yes:no: )
13028 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13029 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13030 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13031 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13032 ac_header_preproc=yes
13034 no:yes:* )
13035 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13036 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13037 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13038 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13039 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13040 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13041 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13042 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13043 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13044 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13046 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13047 ( cat <<\_ASBOX
13048 ## ------------------------------------ ##
13049 ## Report this to wine-devel@winehq.org ##
13050 ## ------------------------------------ ##
13051 _ASBOX
13052 ) | sed "s/^/$as_me: WARNING: /" >&2
13054 esac
13055 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13056 $as_echo_n "checking for $ac_header... " >&6; }
13057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13058 $as_echo_n "(cached) " >&6
13059 else
13060 eval "$as_ac_Header=\$ac_header_preproc"
13062 ac_res=`eval 'as_val=${'$as_ac_Header'}
13063 $as_echo "$as_val"'`
13064 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13065 $as_echo "$ac_res" >&6; }
13068 as_val=`eval 'as_val=${'$as_ac_Header'}
13069 $as_echo "$as_val"'`
13070 if test "x$as_val" = x""yes; then
13071 cat >>confdefs.h <<_ACEOF
13072 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13073 _ACEOF
13077 done
13079 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13080 then
13081 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13082 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13083 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13084 $as_echo_n "(cached) " >&6
13085 else
13086 ac_check_lib_save_LIBS=$LIBS
13087 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13088 cat >conftest.$ac_ext <<_ACEOF
13089 /* confdefs.h. */
13090 _ACEOF
13091 cat confdefs.h >>conftest.$ac_ext
13092 cat >>conftest.$ac_ext <<_ACEOF
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13098 #ifdef __cplusplus
13099 extern "C"
13100 #endif
13101 char dbus_connection_close ();
13103 main ()
13105 return dbus_connection_close ();
13107 return 0;
13109 _ACEOF
13110 rm -f conftest.$ac_objext conftest$ac_exeext
13111 if { (ac_try="$ac_link"
13112 case "(($ac_try" in
13113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13114 *) ac_try_echo=$ac_try;;
13115 esac
13116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13117 $as_echo "$ac_try_echo") >&5
13118 (eval "$ac_link") 2>conftest.er1
13119 ac_status=$?
13120 grep -v '^ *+' conftest.er1 >conftest.err
13121 rm -f conftest.er1
13122 cat conftest.err >&5
13123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13124 (exit $ac_status); } && {
13125 test -z "$ac_c_werror_flag" ||
13126 test ! -s conftest.err
13127 } && test -s conftest$ac_exeext && {
13128 test "$cross_compiling" = yes ||
13129 $as_test_x conftest$ac_exeext
13130 }; then
13131 ac_cv_lib_dbus_1_dbus_connection_close=yes
13132 else
13133 $as_echo "$as_me: failed program was:" >&5
13134 sed 's/^/| /' conftest.$ac_ext >&5
13136 ac_cv_lib_dbus_1_dbus_connection_close=no
13139 rm -rf conftest.dSYM
13140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13141 conftest$ac_exeext conftest.$ac_ext
13142 LIBS=$ac_check_lib_save_LIBS
13144 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13145 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13146 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13147 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13148 $as_echo_n "checking for -lhal... " >&6; }
13149 if test "${ac_cv_lib_soname_hal+set}" = set; then
13150 $as_echo_n "(cached) " >&6
13151 else
13152 ac_check_soname_save_LIBS=$LIBS
13153 LIBS="-lhal $ac_hal_libs $LIBS"
13154 cat >conftest.$ac_ext <<_ACEOF
13155 /* confdefs.h. */
13156 _ACEOF
13157 cat confdefs.h >>conftest.$ac_ext
13158 cat >>conftest.$ac_ext <<_ACEOF
13159 /* end confdefs.h. */
13161 /* Override any GCC internal prototype to avoid an error.
13162 Use char because int might match the return type of a GCC
13163 builtin and then its argument prototype would still apply. */
13164 #ifdef __cplusplus
13165 extern "C"
13166 #endif
13167 char libhal_ctx_new ();
13169 main ()
13171 return libhal_ctx_new ();
13173 return 0;
13175 _ACEOF
13176 rm -f conftest.$ac_objext conftest$ac_exeext
13177 if { (ac_try="$ac_link"
13178 case "(($ac_try" in
13179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13180 *) ac_try_echo=$ac_try;;
13181 esac
13182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13183 $as_echo "$ac_try_echo") >&5
13184 (eval "$ac_link") 2>conftest.er1
13185 ac_status=$?
13186 grep -v '^ *+' conftest.er1 >conftest.err
13187 rm -f conftest.er1
13188 cat conftest.err >&5
13189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13190 (exit $ac_status); } && {
13191 test -z "$ac_c_werror_flag" ||
13192 test ! -s conftest.err
13193 } && test -s conftest$ac_exeext && {
13194 test "$cross_compiling" = yes ||
13195 $as_test_x conftest$ac_exeext
13196 }; then
13197 case "$LIBEXT" in
13198 dll) ;;
13199 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'` ;;
13200 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13201 esac
13202 else
13203 $as_echo "$as_me: failed program was:" >&5
13204 sed 's/^/| /' conftest.$ac_ext >&5
13209 rm -rf conftest.dSYM
13210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13211 conftest$ac_exeext conftest.$ac_ext
13212 LIBS=$ac_check_soname_save_LIBS
13214 if test "x$ac_cv_lib_soname_hal" = "x"; then
13215 { $as_echo "$as_me:$LINENO: result: not found" >&5
13216 $as_echo "not found" >&6; }
13218 else
13219 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13220 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13222 cat >>confdefs.h <<_ACEOF
13223 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13224 _ACEOF
13226 HALINCL="$ac_hal_cflags"
13232 CPPFLAGS="$ac_save_CPPFLAGS"
13234 if test "x$ac_cv_lib_soname_hal" = "x"; then
13235 case "x$with_hal" in
13236 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13237 xno) ;;
13238 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13239 This is an error since --with-hal was requested." >&5
13240 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13241 This is an error since --with-hal was requested." >&2;}
13242 { (exit 1); exit 1; }; } ;;
13243 esac
13247 if test "x$with_gnutls" != "xno"
13248 then
13249 ac_save_CPPFLAGS="$CPPFLAGS"
13250 if test "$PKG_CONFIG" != "false"
13251 then
13252 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13253 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13254 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13256 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13257 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13258 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13259 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13260 $as_echo_n "(cached) " >&6
13262 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13263 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13264 else
13265 # Is the header compilable?
13266 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13267 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13268 cat >conftest.$ac_ext <<_ACEOF
13269 /* confdefs.h. */
13270 _ACEOF
13271 cat confdefs.h >>conftest.$ac_ext
13272 cat >>conftest.$ac_ext <<_ACEOF
13273 /* end confdefs.h. */
13274 $ac_includes_default
13275 #include <gnutls/gnutls.h>
13276 _ACEOF
13277 rm -f conftest.$ac_objext
13278 if { (ac_try="$ac_compile"
13279 case "(($ac_try" in
13280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13281 *) ac_try_echo=$ac_try;;
13282 esac
13283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13284 $as_echo "$ac_try_echo") >&5
13285 (eval "$ac_compile") 2>conftest.er1
13286 ac_status=$?
13287 grep -v '^ *+' conftest.er1 >conftest.err
13288 rm -f conftest.er1
13289 cat conftest.err >&5
13290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13291 (exit $ac_status); } && {
13292 test -z "$ac_c_werror_flag" ||
13293 test ! -s conftest.err
13294 } && test -s conftest.$ac_objext; then
13295 ac_header_compiler=yes
13296 else
13297 $as_echo "$as_me: failed program was:" >&5
13298 sed 's/^/| /' conftest.$ac_ext >&5
13300 ac_header_compiler=no
13303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13304 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13305 $as_echo "$ac_header_compiler" >&6; }
13307 # Is the header present?
13308 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13309 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13310 cat >conftest.$ac_ext <<_ACEOF
13311 /* confdefs.h. */
13312 _ACEOF
13313 cat confdefs.h >>conftest.$ac_ext
13314 cat >>conftest.$ac_ext <<_ACEOF
13315 /* end confdefs.h. */
13316 #include <gnutls/gnutls.h>
13317 _ACEOF
13318 if { (ac_try="$ac_cpp conftest.$ac_ext"
13319 case "(($ac_try" in
13320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13321 *) ac_try_echo=$ac_try;;
13322 esac
13323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13324 $as_echo "$ac_try_echo") >&5
13325 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13326 ac_status=$?
13327 grep -v '^ *+' conftest.er1 >conftest.err
13328 rm -f conftest.er1
13329 cat conftest.err >&5
13330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13331 (exit $ac_status); } >/dev/null && {
13332 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13333 test ! -s conftest.err
13334 }; then
13335 ac_header_preproc=yes
13336 else
13337 $as_echo "$as_me: failed program was:" >&5
13338 sed 's/^/| /' conftest.$ac_ext >&5
13340 ac_header_preproc=no
13343 rm -f conftest.err conftest.$ac_ext
13344 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13345 $as_echo "$ac_header_preproc" >&6; }
13347 # So? What about this header?
13348 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13349 yes:no: )
13350 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13351 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13352 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13353 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13354 ac_header_preproc=yes
13356 no:yes:* )
13357 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13358 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13359 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13360 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13361 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13362 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13363 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13364 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13365 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13366 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13367 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13368 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13369 ( cat <<\_ASBOX
13370 ## ------------------------------------ ##
13371 ## Report this to wine-devel@winehq.org ##
13372 ## ------------------------------------ ##
13373 _ASBOX
13374 ) | sed "s/^/$as_me: WARNING: /" >&2
13376 esac
13377 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13378 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13379 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13380 $as_echo_n "(cached) " >&6
13381 else
13382 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13384 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13385 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13388 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13389 cat >conftest.$ac_ext <<_ACEOF
13390 /* confdefs.h. */
13391 _ACEOF
13392 cat confdefs.h >>conftest.$ac_ext
13393 cat >>conftest.$ac_ext <<_ACEOF
13394 /* end confdefs.h. */
13395 #include <gnutls/gnutls.h>
13397 main ()
13399 typeof(gnutls_mac_get_key_size) *pfunc;
13401 return 0;
13403 _ACEOF
13404 rm -f conftest.$ac_objext
13405 if { (ac_try="$ac_compile"
13406 case "(($ac_try" in
13407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13408 *) ac_try_echo=$ac_try;;
13409 esac
13410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13411 $as_echo "$ac_try_echo") >&5
13412 (eval "$ac_compile") 2>conftest.er1
13413 ac_status=$?
13414 grep -v '^ *+' conftest.er1 >conftest.err
13415 rm -f conftest.er1
13416 cat conftest.err >&5
13417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13418 (exit $ac_status); } && {
13419 test -z "$ac_c_werror_flag" ||
13420 test ! -s conftest.err
13421 } && test -s conftest.$ac_objext; then
13422 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13423 $as_echo_n "checking for -lgnutls... " >&6; }
13424 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13425 $as_echo_n "(cached) " >&6
13426 else
13427 ac_check_soname_save_LIBS=$LIBS
13428 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13429 cat >conftest.$ac_ext <<_ACEOF
13430 /* confdefs.h. */
13431 _ACEOF
13432 cat confdefs.h >>conftest.$ac_ext
13433 cat >>conftest.$ac_ext <<_ACEOF
13434 /* end confdefs.h. */
13436 /* Override any GCC internal prototype to avoid an error.
13437 Use char because int might match the return type of a GCC
13438 builtin and then its argument prototype would still apply. */
13439 #ifdef __cplusplus
13440 extern "C"
13441 #endif
13442 char gnutls_global_init ();
13444 main ()
13446 return gnutls_global_init ();
13448 return 0;
13450 _ACEOF
13451 rm -f conftest.$ac_objext conftest$ac_exeext
13452 if { (ac_try="$ac_link"
13453 case "(($ac_try" in
13454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13455 *) ac_try_echo=$ac_try;;
13456 esac
13457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13458 $as_echo "$ac_try_echo") >&5
13459 (eval "$ac_link") 2>conftest.er1
13460 ac_status=$?
13461 grep -v '^ *+' conftest.er1 >conftest.err
13462 rm -f conftest.er1
13463 cat conftest.err >&5
13464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } && {
13466 test -z "$ac_c_werror_flag" ||
13467 test ! -s conftest.err
13468 } && test -s conftest$ac_exeext && {
13469 test "$cross_compiling" = yes ||
13470 $as_test_x conftest$ac_exeext
13471 }; then
13472 case "$LIBEXT" in
13473 dll) ;;
13474 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'` ;;
13475 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13476 esac
13477 else
13478 $as_echo "$as_me: failed program was:" >&5
13479 sed 's/^/| /' conftest.$ac_ext >&5
13484 rm -rf conftest.dSYM
13485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13486 conftest$ac_exeext conftest.$ac_ext
13487 LIBS=$ac_check_soname_save_LIBS
13489 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13490 { $as_echo "$as_me:$LINENO: result: not found" >&5
13491 $as_echo "not found" >&6; }
13493 else
13494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13495 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13497 cat >>confdefs.h <<_ACEOF
13498 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13499 _ACEOF
13501 GNUTLSINCL="$ac_gnutls_cflags"
13505 else
13506 $as_echo "$as_me: failed program was:" >&5
13507 sed 's/^/| /' conftest.$ac_ext >&5
13512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13516 CPPFLAGS="$ac_save_CPPFLAGS"
13518 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13519 case "x$with_gnutls" in
13520 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13521 xno) ;;
13522 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13523 This is an error since --with-gnutls was requested." >&5
13524 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13525 This is an error since --with-gnutls was requested." >&2;}
13526 { (exit 1); exit 1; }; } ;;
13527 esac
13531 CURSESLIBS=""
13532 if test "$ac_cv_header_ncurses_h" = "yes"
13533 then
13534 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13535 $as_echo_n "checking for -lncurses... " >&6; }
13536 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13537 $as_echo_n "(cached) " >&6
13538 else
13539 ac_check_soname_save_LIBS=$LIBS
13540 LIBS="-lncurses $LIBS"
13541 cat >conftest.$ac_ext <<_ACEOF
13542 /* confdefs.h. */
13543 _ACEOF
13544 cat confdefs.h >>conftest.$ac_ext
13545 cat >>conftest.$ac_ext <<_ACEOF
13546 /* end confdefs.h. */
13548 /* Override any GCC internal prototype to avoid an error.
13549 Use char because int might match the return type of a GCC
13550 builtin and then its argument prototype would still apply. */
13551 #ifdef __cplusplus
13552 extern "C"
13553 #endif
13554 char waddch ();
13556 main ()
13558 return waddch ();
13560 return 0;
13562 _ACEOF
13563 rm -f conftest.$ac_objext conftest$ac_exeext
13564 if { (ac_try="$ac_link"
13565 case "(($ac_try" in
13566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13567 *) ac_try_echo=$ac_try;;
13568 esac
13569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13570 $as_echo "$ac_try_echo") >&5
13571 (eval "$ac_link") 2>conftest.er1
13572 ac_status=$?
13573 grep -v '^ *+' conftest.er1 >conftest.err
13574 rm -f conftest.er1
13575 cat conftest.err >&5
13576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13577 (exit $ac_status); } && {
13578 test -z "$ac_c_werror_flag" ||
13579 test ! -s conftest.err
13580 } && test -s conftest$ac_exeext && {
13581 test "$cross_compiling" = yes ||
13582 $as_test_x conftest$ac_exeext
13583 }; then
13584 case "$LIBEXT" in
13585 dll) ;;
13586 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'` ;;
13587 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13588 esac
13589 else
13590 $as_echo "$as_me: failed program was:" >&5
13591 sed 's/^/| /' conftest.$ac_ext >&5
13596 rm -rf conftest.dSYM
13597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13598 conftest$ac_exeext conftest.$ac_ext
13599 LIBS=$ac_check_soname_save_LIBS
13601 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13602 { $as_echo "$as_me:$LINENO: result: not found" >&5
13603 $as_echo "not found" >&6; }
13605 else
13606 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13607 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13609 cat >>confdefs.h <<_ACEOF
13610 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13611 _ACEOF
13613 CURSESLIBS="-lncurses"
13616 elif test "$ac_cv_header_curses_h" = "yes"
13617 then
13618 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13619 $as_echo_n "checking for -lcurses... " >&6; }
13620 if test "${ac_cv_lib_soname_curses+set}" = set; then
13621 $as_echo_n "(cached) " >&6
13622 else
13623 ac_check_soname_save_LIBS=$LIBS
13624 LIBS="-lcurses $LIBS"
13625 cat >conftest.$ac_ext <<_ACEOF
13626 /* confdefs.h. */
13627 _ACEOF
13628 cat confdefs.h >>conftest.$ac_ext
13629 cat >>conftest.$ac_ext <<_ACEOF
13630 /* end confdefs.h. */
13632 /* Override any GCC internal prototype to avoid an error.
13633 Use char because int might match the return type of a GCC
13634 builtin and then its argument prototype would still apply. */
13635 #ifdef __cplusplus
13636 extern "C"
13637 #endif
13638 char waddch ();
13640 main ()
13642 return waddch ();
13644 return 0;
13646 _ACEOF
13647 rm -f conftest.$ac_objext conftest$ac_exeext
13648 if { (ac_try="$ac_link"
13649 case "(($ac_try" in
13650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13651 *) ac_try_echo=$ac_try;;
13652 esac
13653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13654 $as_echo "$ac_try_echo") >&5
13655 (eval "$ac_link") 2>conftest.er1
13656 ac_status=$?
13657 grep -v '^ *+' conftest.er1 >conftest.err
13658 rm -f conftest.er1
13659 cat conftest.err >&5
13660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13661 (exit $ac_status); } && {
13662 test -z "$ac_c_werror_flag" ||
13663 test ! -s conftest.err
13664 } && test -s conftest$ac_exeext && {
13665 test "$cross_compiling" = yes ||
13666 $as_test_x conftest$ac_exeext
13667 }; then
13668 case "$LIBEXT" in
13669 dll) ;;
13670 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'` ;;
13671 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13672 esac
13673 else
13674 $as_echo "$as_me: failed program was:" >&5
13675 sed 's/^/| /' conftest.$ac_ext >&5
13680 rm -rf conftest.dSYM
13681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13682 conftest$ac_exeext conftest.$ac_ext
13683 LIBS=$ac_check_soname_save_LIBS
13685 if test "x$ac_cv_lib_soname_curses" = "x"; then
13686 { $as_echo "$as_me:$LINENO: result: not found" >&5
13687 $as_echo "not found" >&6; }
13689 else
13690 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13691 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13693 cat >>confdefs.h <<_ACEOF
13694 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13695 _ACEOF
13697 CURSESLIBS="-lcurses"
13701 ac_save_LIBS="$LIBS"
13702 LIBS="$LIBS $CURSESLIBS"
13704 for ac_func in mousemask
13706 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13707 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13708 $as_echo_n "checking for $ac_func... " >&6; }
13709 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13710 $as_echo_n "(cached) " >&6
13711 else
13712 cat >conftest.$ac_ext <<_ACEOF
13713 /* confdefs.h. */
13714 _ACEOF
13715 cat confdefs.h >>conftest.$ac_ext
13716 cat >>conftest.$ac_ext <<_ACEOF
13717 /* end confdefs.h. */
13718 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13720 #define $ac_func innocuous_$ac_func
13722 /* System header to define __stub macros and hopefully few prototypes,
13723 which can conflict with char $ac_func (); below.
13724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13725 <limits.h> exists even on freestanding compilers. */
13727 #ifdef __STDC__
13728 # include <limits.h>
13729 #else
13730 # include <assert.h>
13731 #endif
13733 #undef $ac_func
13735 /* Override any GCC internal prototype to avoid an error.
13736 Use char because int might match the return type of a GCC
13737 builtin and then its argument prototype would still apply. */
13738 #ifdef __cplusplus
13739 extern "C"
13740 #endif
13741 char $ac_func ();
13742 /* The GNU C library defines this for functions which it implements
13743 to always fail with ENOSYS. Some functions are actually named
13744 something starting with __ and the normal name is an alias. */
13745 #if defined __stub_$ac_func || defined __stub___$ac_func
13746 choke me
13747 #endif
13750 main ()
13752 return $ac_func ();
13754 return 0;
13756 _ACEOF
13757 rm -f conftest.$ac_objext conftest$ac_exeext
13758 if { (ac_try="$ac_link"
13759 case "(($ac_try" in
13760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13761 *) ac_try_echo=$ac_try;;
13762 esac
13763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13764 $as_echo "$ac_try_echo") >&5
13765 (eval "$ac_link") 2>conftest.er1
13766 ac_status=$?
13767 grep -v '^ *+' conftest.er1 >conftest.err
13768 rm -f conftest.er1
13769 cat conftest.err >&5
13770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13771 (exit $ac_status); } && {
13772 test -z "$ac_c_werror_flag" ||
13773 test ! -s conftest.err
13774 } && test -s conftest$ac_exeext && {
13775 test "$cross_compiling" = yes ||
13776 $as_test_x conftest$ac_exeext
13777 }; then
13778 eval "$as_ac_var=yes"
13779 else
13780 $as_echo "$as_me: failed program was:" >&5
13781 sed 's/^/| /' conftest.$ac_ext >&5
13783 eval "$as_ac_var=no"
13786 rm -rf conftest.dSYM
13787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13788 conftest$ac_exeext conftest.$ac_ext
13790 ac_res=`eval 'as_val=${'$as_ac_var'}
13791 $as_echo "$as_val"'`
13792 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13793 $as_echo "$ac_res" >&6; }
13794 as_val=`eval 'as_val=${'$as_ac_var'}
13795 $as_echo "$as_val"'`
13796 if test "x$as_val" = x""yes; then
13797 cat >>confdefs.h <<_ACEOF
13798 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13799 _ACEOF
13802 done
13804 LIBS="$ac_save_LIBS"
13805 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13806 case "x$with_curses" in
13807 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13808 xno) ;;
13809 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13810 This is an error since --with-curses was requested." >&5
13811 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13812 This is an error since --with-curses was requested." >&2;}
13813 { (exit 1); exit 1; }; } ;;
13814 esac
13818 if test "x$with_sane" != "xno"
13819 then
13820 ac_save_CPPFLAGS="$CPPFLAGS"
13821 # Extract the first word of "sane-config", so it can be a program name with args.
13822 set dummy sane-config; ac_word=$2
13823 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13824 $as_echo_n "checking for $ac_word... " >&6; }
13825 if test "${ac_cv_prog_sane_devel+set}" = set; then
13826 $as_echo_n "(cached) " >&6
13827 else
13828 if test -n "$sane_devel"; then
13829 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13830 else
13831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13832 for as_dir in $PATH
13834 IFS=$as_save_IFS
13835 test -z "$as_dir" && as_dir=.
13836 for ac_exec_ext in '' $ac_executable_extensions; do
13837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13838 ac_cv_prog_sane_devel="sane-config"
13839 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13840 break 2
13842 done
13843 done
13844 IFS=$as_save_IFS
13846 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13849 sane_devel=$ac_cv_prog_sane_devel
13850 if test -n "$sane_devel"; then
13851 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13852 $as_echo "$sane_devel" >&6; }
13853 else
13854 { $as_echo "$as_me:$LINENO: result: no" >&5
13855 $as_echo "no" >&6; }
13859 if test "$sane_devel" != "no"
13860 then
13861 ac_sane_incl="`$sane_devel --cflags`"
13862 ac_sane_libs="`$sane_devel --ldflags`"
13863 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13865 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13866 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13867 $as_echo_n "checking for sane/sane.h... " >&6; }
13868 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13869 $as_echo_n "(cached) " >&6
13871 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13872 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13873 else
13874 # Is the header compilable?
13875 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13876 $as_echo_n "checking sane/sane.h usability... " >&6; }
13877 cat >conftest.$ac_ext <<_ACEOF
13878 /* confdefs.h. */
13879 _ACEOF
13880 cat confdefs.h >>conftest.$ac_ext
13881 cat >>conftest.$ac_ext <<_ACEOF
13882 /* end confdefs.h. */
13883 $ac_includes_default
13884 #include <sane/sane.h>
13885 _ACEOF
13886 rm -f conftest.$ac_objext
13887 if { (ac_try="$ac_compile"
13888 case "(($ac_try" in
13889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13890 *) ac_try_echo=$ac_try;;
13891 esac
13892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13893 $as_echo "$ac_try_echo") >&5
13894 (eval "$ac_compile") 2>conftest.er1
13895 ac_status=$?
13896 grep -v '^ *+' conftest.er1 >conftest.err
13897 rm -f conftest.er1
13898 cat conftest.err >&5
13899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); } && {
13901 test -z "$ac_c_werror_flag" ||
13902 test ! -s conftest.err
13903 } && test -s conftest.$ac_objext; then
13904 ac_header_compiler=yes
13905 else
13906 $as_echo "$as_me: failed program was:" >&5
13907 sed 's/^/| /' conftest.$ac_ext >&5
13909 ac_header_compiler=no
13912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13913 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13914 $as_echo "$ac_header_compiler" >&6; }
13916 # Is the header present?
13917 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13918 $as_echo_n "checking sane/sane.h presence... " >&6; }
13919 cat >conftest.$ac_ext <<_ACEOF
13920 /* confdefs.h. */
13921 _ACEOF
13922 cat confdefs.h >>conftest.$ac_ext
13923 cat >>conftest.$ac_ext <<_ACEOF
13924 /* end confdefs.h. */
13925 #include <sane/sane.h>
13926 _ACEOF
13927 if { (ac_try="$ac_cpp conftest.$ac_ext"
13928 case "(($ac_try" in
13929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13930 *) ac_try_echo=$ac_try;;
13931 esac
13932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13933 $as_echo "$ac_try_echo") >&5
13934 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13935 ac_status=$?
13936 grep -v '^ *+' conftest.er1 >conftest.err
13937 rm -f conftest.er1
13938 cat conftest.err >&5
13939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13940 (exit $ac_status); } >/dev/null && {
13941 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13942 test ! -s conftest.err
13943 }; then
13944 ac_header_preproc=yes
13945 else
13946 $as_echo "$as_me: failed program was:" >&5
13947 sed 's/^/| /' conftest.$ac_ext >&5
13949 ac_header_preproc=no
13952 rm -f conftest.err conftest.$ac_ext
13953 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13954 $as_echo "$ac_header_preproc" >&6; }
13956 # So? What about this header?
13957 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13958 yes:no: )
13959 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13960 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13961 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13962 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13963 ac_header_preproc=yes
13965 no:yes:* )
13966 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13967 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13968 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13969 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13970 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13971 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13972 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13973 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13974 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13975 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13976 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13977 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13978 ( cat <<\_ASBOX
13979 ## ------------------------------------ ##
13980 ## Report this to wine-devel@winehq.org ##
13981 ## ------------------------------------ ##
13982 _ASBOX
13983 ) | sed "s/^/$as_me: WARNING: /" >&2
13985 esac
13986 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13987 $as_echo_n "checking for sane/sane.h... " >&6; }
13988 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13989 $as_echo_n "(cached) " >&6
13990 else
13991 ac_cv_header_sane_sane_h=$ac_header_preproc
13993 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13994 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13997 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13998 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13999 $as_echo_n "checking for -lsane... " >&6; }
14000 if test "${ac_cv_lib_soname_sane+set}" = set; then
14001 $as_echo_n "(cached) " >&6
14002 else
14003 ac_check_soname_save_LIBS=$LIBS
14004 LIBS="-lsane $ac_sane_libs $LIBS"
14005 cat >conftest.$ac_ext <<_ACEOF
14006 /* confdefs.h. */
14007 _ACEOF
14008 cat confdefs.h >>conftest.$ac_ext
14009 cat >>conftest.$ac_ext <<_ACEOF
14010 /* end confdefs.h. */
14012 /* Override any GCC internal prototype to avoid an error.
14013 Use char because int might match the return type of a GCC
14014 builtin and then its argument prototype would still apply. */
14015 #ifdef __cplusplus
14016 extern "C"
14017 #endif
14018 char sane_init ();
14020 main ()
14022 return sane_init ();
14024 return 0;
14026 _ACEOF
14027 rm -f conftest.$ac_objext conftest$ac_exeext
14028 if { (ac_try="$ac_link"
14029 case "(($ac_try" in
14030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14031 *) ac_try_echo=$ac_try;;
14032 esac
14033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14034 $as_echo "$ac_try_echo") >&5
14035 (eval "$ac_link") 2>conftest.er1
14036 ac_status=$?
14037 grep -v '^ *+' conftest.er1 >conftest.err
14038 rm -f conftest.er1
14039 cat conftest.err >&5
14040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14041 (exit $ac_status); } && {
14042 test -z "$ac_c_werror_flag" ||
14043 test ! -s conftest.err
14044 } && test -s conftest$ac_exeext && {
14045 test "$cross_compiling" = yes ||
14046 $as_test_x conftest$ac_exeext
14047 }; then
14048 case "$LIBEXT" in
14049 dll) ;;
14050 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'` ;;
14051 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14052 esac
14053 else
14054 $as_echo "$as_me: failed program was:" >&5
14055 sed 's/^/| /' conftest.$ac_ext >&5
14060 rm -rf conftest.dSYM
14061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14062 conftest$ac_exeext conftest.$ac_ext
14063 LIBS=$ac_check_soname_save_LIBS
14065 if test "x$ac_cv_lib_soname_sane" = "x"; then
14066 { $as_echo "$as_me:$LINENO: result: not found" >&5
14067 $as_echo "not found" >&6; }
14069 else
14070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14071 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14073 cat >>confdefs.h <<_ACEOF
14074 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14075 _ACEOF
14077 SANEINCL="$ac_sane_incl"
14084 CPPFLAGS="$ac_save_CPPFLAGS"
14086 if test "x$ac_cv_lib_soname_sane" = "x"; then
14087 case "x$with_sane" in
14088 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14089 xno) ;;
14090 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14091 This is an error since --with-sane was requested." >&5
14092 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14093 This is an error since --with-sane was requested." >&2;}
14094 { (exit 1); exit 1; }; } ;;
14095 esac
14099 if test "x$with_gphoto" != "xno"
14100 then
14101 ac_save_CPPFLAGS="$CPPFLAGS"
14102 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14103 set dummy gphoto2-config; ac_word=$2
14104 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14105 $as_echo_n "checking for $ac_word... " >&6; }
14106 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14107 $as_echo_n "(cached) " >&6
14108 else
14109 if test -n "$gphoto2_devel"; then
14110 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14111 else
14112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14113 for as_dir in $PATH
14115 IFS=$as_save_IFS
14116 test -z "$as_dir" && as_dir=.
14117 for ac_exec_ext in '' $ac_executable_extensions; do
14118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14119 ac_cv_prog_gphoto2_devel="gphoto2-config"
14120 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14121 break 2
14123 done
14124 done
14125 IFS=$as_save_IFS
14127 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14130 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14131 if test -n "$gphoto2_devel"; then
14132 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14133 $as_echo "$gphoto2_devel" >&6; }
14134 else
14135 { $as_echo "$as_me:$LINENO: result: no" >&5
14136 $as_echo "no" >&6; }
14140 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14141 set dummy gphoto2-port-config; ac_word=$2
14142 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14143 $as_echo_n "checking for $ac_word... " >&6; }
14144 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14145 $as_echo_n "(cached) " >&6
14146 else
14147 if test -n "$gphoto2port_devel"; then
14148 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14149 else
14150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14151 for as_dir in $PATH
14153 IFS=$as_save_IFS
14154 test -z "$as_dir" && as_dir=.
14155 for ac_exec_ext in '' $ac_executable_extensions; do
14156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14157 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14158 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14159 break 2
14161 done
14162 done
14163 IFS=$as_save_IFS
14165 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14168 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14169 if test -n "$gphoto2port_devel"; then
14170 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14171 $as_echo "$gphoto2port_devel" >&6; }
14172 else
14173 { $as_echo "$as_me:$LINENO: result: no" >&5
14174 $as_echo "no" >&6; }
14178 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14179 then
14180 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14181 ac_gphoto2_libs=""
14182 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14184 case "$i" in
14185 -L/usr/lib|-L/usr/lib64) ;;
14186 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14187 esac
14188 done
14189 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14191 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14192 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14193 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14194 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14195 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14196 $as_echo_n "(cached) " >&6
14198 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14199 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14200 else
14201 # Is the header compilable?
14202 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14203 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14204 cat >conftest.$ac_ext <<_ACEOF
14205 /* confdefs.h. */
14206 _ACEOF
14207 cat confdefs.h >>conftest.$ac_ext
14208 cat >>conftest.$ac_ext <<_ACEOF
14209 /* end confdefs.h. */
14210 $ac_includes_default
14211 #include <gphoto2-camera.h>
14212 _ACEOF
14213 rm -f conftest.$ac_objext
14214 if { (ac_try="$ac_compile"
14215 case "(($ac_try" in
14216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14217 *) ac_try_echo=$ac_try;;
14218 esac
14219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14220 $as_echo "$ac_try_echo") >&5
14221 (eval "$ac_compile") 2>conftest.er1
14222 ac_status=$?
14223 grep -v '^ *+' conftest.er1 >conftest.err
14224 rm -f conftest.er1
14225 cat conftest.err >&5
14226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14227 (exit $ac_status); } && {
14228 test -z "$ac_c_werror_flag" ||
14229 test ! -s conftest.err
14230 } && test -s conftest.$ac_objext; then
14231 ac_header_compiler=yes
14232 else
14233 $as_echo "$as_me: failed program was:" >&5
14234 sed 's/^/| /' conftest.$ac_ext >&5
14236 ac_header_compiler=no
14239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14240 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14241 $as_echo "$ac_header_compiler" >&6; }
14243 # Is the header present?
14244 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14245 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14246 cat >conftest.$ac_ext <<_ACEOF
14247 /* confdefs.h. */
14248 _ACEOF
14249 cat confdefs.h >>conftest.$ac_ext
14250 cat >>conftest.$ac_ext <<_ACEOF
14251 /* end confdefs.h. */
14252 #include <gphoto2-camera.h>
14253 _ACEOF
14254 if { (ac_try="$ac_cpp conftest.$ac_ext"
14255 case "(($ac_try" in
14256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14257 *) ac_try_echo=$ac_try;;
14258 esac
14259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14260 $as_echo "$ac_try_echo") >&5
14261 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14262 ac_status=$?
14263 grep -v '^ *+' conftest.er1 >conftest.err
14264 rm -f conftest.er1
14265 cat conftest.err >&5
14266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14267 (exit $ac_status); } >/dev/null && {
14268 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14269 test ! -s conftest.err
14270 }; then
14271 ac_header_preproc=yes
14272 else
14273 $as_echo "$as_me: failed program was:" >&5
14274 sed 's/^/| /' conftest.$ac_ext >&5
14276 ac_header_preproc=no
14279 rm -f conftest.err conftest.$ac_ext
14280 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14281 $as_echo "$ac_header_preproc" >&6; }
14283 # So? What about this header?
14284 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14285 yes:no: )
14286 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14287 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14288 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14289 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14290 ac_header_preproc=yes
14292 no:yes:* )
14293 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14294 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14295 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14296 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14297 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14298 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14299 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14300 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14301 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14302 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14303 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14304 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14305 ( cat <<\_ASBOX
14306 ## ------------------------------------ ##
14307 ## Report this to wine-devel@winehq.org ##
14308 ## ------------------------------------ ##
14309 _ASBOX
14310 ) | sed "s/^/$as_me: WARNING: /" >&2
14312 esac
14313 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14314 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14315 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14316 $as_echo_n "(cached) " >&6
14317 else
14318 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14320 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14321 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14324 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14325 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14326 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14327 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14328 $as_echo_n "(cached) " >&6
14329 else
14330 ac_check_lib_save_LIBS=$LIBS
14331 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14332 cat >conftest.$ac_ext <<_ACEOF
14333 /* confdefs.h. */
14334 _ACEOF
14335 cat confdefs.h >>conftest.$ac_ext
14336 cat >>conftest.$ac_ext <<_ACEOF
14337 /* end confdefs.h. */
14339 /* Override any GCC internal prototype to avoid an error.
14340 Use char because int might match the return type of a GCC
14341 builtin and then its argument prototype would still apply. */
14342 #ifdef __cplusplus
14343 extern "C"
14344 #endif
14345 char gp_camera_new ();
14347 main ()
14349 return gp_camera_new ();
14351 return 0;
14353 _ACEOF
14354 rm -f conftest.$ac_objext conftest$ac_exeext
14355 if { (ac_try="$ac_link"
14356 case "(($ac_try" in
14357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14358 *) ac_try_echo=$ac_try;;
14359 esac
14360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14361 $as_echo "$ac_try_echo") >&5
14362 (eval "$ac_link") 2>conftest.er1
14363 ac_status=$?
14364 grep -v '^ *+' conftest.er1 >conftest.err
14365 rm -f conftest.er1
14366 cat conftest.err >&5
14367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14368 (exit $ac_status); } && {
14369 test -z "$ac_c_werror_flag" ||
14370 test ! -s conftest.err
14371 } && test -s conftest$ac_exeext && {
14372 test "$cross_compiling" = yes ||
14373 $as_test_x conftest$ac_exeext
14374 }; then
14375 ac_cv_lib_gphoto2_gp_camera_new=yes
14376 else
14377 $as_echo "$as_me: failed program was:" >&5
14378 sed 's/^/| /' conftest.$ac_ext >&5
14380 ac_cv_lib_gphoto2_gp_camera_new=no
14383 rm -rf conftest.dSYM
14384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14385 conftest$ac_exeext conftest.$ac_ext
14386 LIBS=$ac_check_lib_save_LIBS
14388 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14389 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14390 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14392 cat >>confdefs.h <<\_ACEOF
14393 #define HAVE_GPHOTO2 1
14394 _ACEOF
14396 GPHOTO2LIBS="$ac_gphoto2_libs"
14398 GPHOTO2INCL="$ac_gphoto2_incl"
14405 CPPFLAGS="$ac_save_CPPFLAGS"
14407 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14408 case "x$with_gphoto" in
14409 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14410 xno) ;;
14411 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14412 This is an error since --with-gphoto was requested." >&5
14413 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14414 This is an error since --with-gphoto was requested." >&2;}
14415 { (exit 1); exit 1; }; } ;;
14416 esac
14421 RESOLVLIBS=""
14423 if test "$ac_cv_header_resolv_h" = "yes"
14424 then
14425 ac_save_LIBS="$LIBS"
14426 LIBS="$LIBS -lresolv"
14427 cat >conftest.$ac_ext <<_ACEOF
14428 /* confdefs.h. */
14429 _ACEOF
14430 cat confdefs.h >>conftest.$ac_ext
14431 cat >>conftest.$ac_ext <<_ACEOF
14432 /* end confdefs.h. */
14433 #ifdef HAVE_NETINET_IN_H
14434 #include <netinet/in.h>
14435 #endif
14436 #include <resolv.h>
14438 main ()
14440 res_init();
14442 return 0;
14444 _ACEOF
14445 rm -f conftest.$ac_objext conftest$ac_exeext
14446 if { (ac_try="$ac_link"
14447 case "(($ac_try" in
14448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14449 *) ac_try_echo=$ac_try;;
14450 esac
14451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14452 $as_echo "$ac_try_echo") >&5
14453 (eval "$ac_link") 2>conftest.er1
14454 ac_status=$?
14455 grep -v '^ *+' conftest.er1 >conftest.err
14456 rm -f conftest.er1
14457 cat conftest.err >&5
14458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14459 (exit $ac_status); } && {
14460 test -z "$ac_c_werror_flag" ||
14461 test ! -s conftest.err
14462 } && test -s conftest$ac_exeext && {
14463 test "$cross_compiling" = yes ||
14464 $as_test_x conftest$ac_exeext
14465 }; then
14467 cat >>confdefs.h <<\_ACEOF
14468 #define HAVE_RESOLV 1
14469 _ACEOF
14471 RESOLVLIBS="-lresolv"
14472 else
14473 $as_echo "$as_me: failed program was:" >&5
14474 sed 's/^/| /' conftest.$ac_ext >&5
14479 rm -rf conftest.dSYM
14480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14481 conftest$ac_exeext conftest.$ac_ext
14482 LIBS="$ac_save_LIBS"
14485 LCMSLIBS=""
14487 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14488 then
14489 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14490 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14491 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14492 $as_echo_n "(cached) " >&6
14493 else
14494 ac_check_lib_save_LIBS=$LIBS
14495 LIBS="-llcms $LIBS"
14496 cat >conftest.$ac_ext <<_ACEOF
14497 /* confdefs.h. */
14498 _ACEOF
14499 cat confdefs.h >>conftest.$ac_ext
14500 cat >>conftest.$ac_ext <<_ACEOF
14501 /* end confdefs.h. */
14503 /* Override any GCC internal prototype to avoid an error.
14504 Use char because int might match the return type of a GCC
14505 builtin and then its argument prototype would still apply. */
14506 #ifdef __cplusplus
14507 extern "C"
14508 #endif
14509 char cmsOpenProfileFromFile ();
14511 main ()
14513 return cmsOpenProfileFromFile ();
14515 return 0;
14517 _ACEOF
14518 rm -f conftest.$ac_objext conftest$ac_exeext
14519 if { (ac_try="$ac_link"
14520 case "(($ac_try" in
14521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14522 *) ac_try_echo=$ac_try;;
14523 esac
14524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14525 $as_echo "$ac_try_echo") >&5
14526 (eval "$ac_link") 2>conftest.er1
14527 ac_status=$?
14528 grep -v '^ *+' conftest.er1 >conftest.err
14529 rm -f conftest.er1
14530 cat conftest.err >&5
14531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14532 (exit $ac_status); } && {
14533 test -z "$ac_c_werror_flag" ||
14534 test ! -s conftest.err
14535 } && test -s conftest$ac_exeext && {
14536 test "$cross_compiling" = yes ||
14537 $as_test_x conftest$ac_exeext
14538 }; then
14539 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14540 else
14541 $as_echo "$as_me: failed program was:" >&5
14542 sed 's/^/| /' conftest.$ac_ext >&5
14544 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14547 rm -rf conftest.dSYM
14548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14549 conftest$ac_exeext conftest.$ac_ext
14550 LIBS=$ac_check_lib_save_LIBS
14552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14553 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14554 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14556 cat >>confdefs.h <<\_ACEOF
14557 #define HAVE_LCMS 1
14558 _ACEOF
14560 LCMSLIBS="-llcms"
14564 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14565 case "x$with_cms" in
14566 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14567 xno) ;;
14568 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14569 This is an error since --with-cms was requested." >&5
14570 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14571 This is an error since --with-cms was requested." >&2;}
14572 { (exit 1); exit 1; }; } ;;
14573 esac
14577 if test "x$with_freetype" != "xno"
14578 then
14579 for ac_prog in freetype-config freetype2-config
14581 # Extract the first word of "$ac_prog", so it can be a program name with args.
14582 set dummy $ac_prog; ac_word=$2
14583 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14584 $as_echo_n "checking for $ac_word... " >&6; }
14585 if test "${ac_cv_prog_ft_devel+set}" = set; then
14586 $as_echo_n "(cached) " >&6
14587 else
14588 if test -n "$ft_devel"; then
14589 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14590 else
14591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14592 for as_dir in $PATH
14594 IFS=$as_save_IFS
14595 test -z "$as_dir" && as_dir=.
14596 for ac_exec_ext in '' $ac_executable_extensions; do
14597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14598 ac_cv_prog_ft_devel="$ac_prog"
14599 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14600 break 2
14602 done
14603 done
14604 IFS=$as_save_IFS
14608 ft_devel=$ac_cv_prog_ft_devel
14609 if test -n "$ft_devel"; then
14610 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14611 $as_echo "$ft_devel" >&6; }
14612 else
14613 { $as_echo "$as_me:$LINENO: result: no" >&5
14614 $as_echo "no" >&6; }
14618 test -n "$ft_devel" && break
14619 done
14620 test -n "$ft_devel" || ft_devel="no"
14622 if test "$ft_devel" != "no"
14623 then
14624 ac_freetype_incl=`$ft_devel --cflags`
14625 ac_freetype_libs=`$ft_devel --libs`
14627 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14628 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14629 $as_echo_n "checking for -lfreetype... " >&6; }
14630 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14631 $as_echo_n "(cached) " >&6
14632 else
14633 ac_check_soname_save_LIBS=$LIBS
14634 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14635 cat >conftest.$ac_ext <<_ACEOF
14636 /* confdefs.h. */
14637 _ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h. */
14642 /* Override any GCC internal prototype to avoid an error.
14643 Use char because int might match the return type of a GCC
14644 builtin and then its argument prototype would still apply. */
14645 #ifdef __cplusplus
14646 extern "C"
14647 #endif
14648 char FT_Init_FreeType ();
14650 main ()
14652 return FT_Init_FreeType ();
14654 return 0;
14656 _ACEOF
14657 rm -f conftest.$ac_objext conftest$ac_exeext
14658 if { (ac_try="$ac_link"
14659 case "(($ac_try" in
14660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14661 *) ac_try_echo=$ac_try;;
14662 esac
14663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14664 $as_echo "$ac_try_echo") >&5
14665 (eval "$ac_link") 2>conftest.er1
14666 ac_status=$?
14667 grep -v '^ *+' conftest.er1 >conftest.err
14668 rm -f conftest.er1
14669 cat conftest.err >&5
14670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14671 (exit $ac_status); } && {
14672 test -z "$ac_c_werror_flag" ||
14673 test ! -s conftest.err
14674 } && test -s conftest$ac_exeext && {
14675 test "$cross_compiling" = yes ||
14676 $as_test_x conftest$ac_exeext
14677 }; then
14678 case "$LIBEXT" in
14679 dll) ;;
14680 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'` ;;
14681 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14682 esac
14683 else
14684 $as_echo "$as_me: failed program was:" >&5
14685 sed 's/^/| /' conftest.$ac_ext >&5
14690 rm -rf conftest.dSYM
14691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14692 conftest$ac_exeext conftest.$ac_ext
14693 LIBS=$ac_check_soname_save_LIBS
14695 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14696 { $as_echo "$as_me:$LINENO: result: not found" >&5
14697 $as_echo "not found" >&6; }
14698 ft_lib=no
14699 else
14700 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14701 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14703 cat >>confdefs.h <<_ACEOF
14704 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14705 _ACEOF
14707 ft_lib=yes
14710 if test "$ft_lib" = "yes"
14711 then
14712 ac_save_CPPFLAGS="$CPPFLAGS"
14713 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14727 for ac_header in ft2build.h \
14728 freetype/freetype.h \
14729 freetype/ftglyph.h \
14730 freetype/fttypes.h \
14731 freetype/tttables.h \
14732 freetype/ftnames.h \
14733 freetype/ftsnames.h \
14734 freetype/ttnameid.h \
14735 freetype/ftoutln.h \
14736 freetype/ftwinfnt.h \
14737 freetype/ftmodapi.h \
14738 freetype/ftlcdfil.h \
14739 freetype/internal/sfnt.h
14741 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14742 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14743 $as_echo_n "checking for $ac_header... " >&6; }
14744 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14745 $as_echo_n "(cached) " >&6
14746 else
14747 cat >conftest.$ac_ext <<_ACEOF
14748 /* confdefs.h. */
14749 _ACEOF
14750 cat confdefs.h >>conftest.$ac_ext
14751 cat >>conftest.$ac_ext <<_ACEOF
14752 /* end confdefs.h. */
14753 #ifdef HAVE_FT2BUILD_H
14754 # include <ft2build.h>
14755 #endif
14757 #include <$ac_header>
14758 _ACEOF
14759 rm -f conftest.$ac_objext
14760 if { (ac_try="$ac_compile"
14761 case "(($ac_try" in
14762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14763 *) ac_try_echo=$ac_try;;
14764 esac
14765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14766 $as_echo "$ac_try_echo") >&5
14767 (eval "$ac_compile") 2>conftest.er1
14768 ac_status=$?
14769 grep -v '^ *+' conftest.er1 >conftest.err
14770 rm -f conftest.er1
14771 cat conftest.err >&5
14772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } && {
14774 test -z "$ac_c_werror_flag" ||
14775 test ! -s conftest.err
14776 } && test -s conftest.$ac_objext; then
14777 eval "$as_ac_Header=yes"
14778 else
14779 $as_echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.$ac_ext >&5
14782 eval "$as_ac_Header=no"
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14787 ac_res=`eval 'as_val=${'$as_ac_Header'}
14788 $as_echo "$as_val"'`
14789 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14790 $as_echo "$ac_res" >&6; }
14791 as_val=`eval 'as_val=${'$as_ac_Header'}
14792 $as_echo "$as_val"'`
14793 if test "x$as_val" = x""yes; then
14794 cat >>confdefs.h <<_ACEOF
14795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14796 _ACEOF
14800 done
14802 cat >conftest.$ac_ext <<_ACEOF
14803 /* confdefs.h. */
14804 _ACEOF
14805 cat confdefs.h >>conftest.$ac_ext
14806 cat >>conftest.$ac_ext <<_ACEOF
14807 /* end confdefs.h. */
14808 #include <ft2build.h>
14809 #include <freetype/fttrigon.h>
14810 _ACEOF
14811 if { (ac_try="$ac_cpp conftest.$ac_ext"
14812 case "(($ac_try" in
14813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814 *) ac_try_echo=$ac_try;;
14815 esac
14816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14817 $as_echo "$ac_try_echo") >&5
14818 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14819 ac_status=$?
14820 grep -v '^ *+' conftest.er1 >conftest.err
14821 rm -f conftest.er1
14822 cat conftest.err >&5
14823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); } >/dev/null && {
14825 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14826 test ! -s conftest.err
14827 }; then
14829 cat >>confdefs.h <<\_ACEOF
14830 #define HAVE_FREETYPE_FTTRIGON_H 1
14831 _ACEOF
14833 wine_cv_fttrigon=yes
14834 else
14835 $as_echo "$as_me: failed program was:" >&5
14836 sed 's/^/| /' conftest.$ac_ext >&5
14838 wine_cv_fttrigon=no
14841 rm -f conftest.err conftest.$ac_ext
14842 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14843 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14844 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14845 $as_echo_n "(cached) " >&6
14846 else
14847 ac_cv_type_FT_TrueTypeEngineType=no
14848 cat >conftest.$ac_ext <<_ACEOF
14849 /* confdefs.h. */
14850 _ACEOF
14851 cat confdefs.h >>conftest.$ac_ext
14852 cat >>conftest.$ac_ext <<_ACEOF
14853 /* end confdefs.h. */
14854 #include <freetype/ftmodapi.h>
14857 main ()
14859 if (sizeof (FT_TrueTypeEngineType))
14860 return 0;
14862 return 0;
14864 _ACEOF
14865 rm -f conftest.$ac_objext
14866 if { (ac_try="$ac_compile"
14867 case "(($ac_try" in
14868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14869 *) ac_try_echo=$ac_try;;
14870 esac
14871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14872 $as_echo "$ac_try_echo") >&5
14873 (eval "$ac_compile") 2>conftest.er1
14874 ac_status=$?
14875 grep -v '^ *+' conftest.er1 >conftest.err
14876 rm -f conftest.er1
14877 cat conftest.err >&5
14878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14879 (exit $ac_status); } && {
14880 test -z "$ac_c_werror_flag" ||
14881 test ! -s conftest.err
14882 } && test -s conftest.$ac_objext; then
14883 cat >conftest.$ac_ext <<_ACEOF
14884 /* confdefs.h. */
14885 _ACEOF
14886 cat confdefs.h >>conftest.$ac_ext
14887 cat >>conftest.$ac_ext <<_ACEOF
14888 /* end confdefs.h. */
14889 #include <freetype/ftmodapi.h>
14892 main ()
14894 if (sizeof ((FT_TrueTypeEngineType)))
14895 return 0;
14897 return 0;
14899 _ACEOF
14900 rm -f conftest.$ac_objext
14901 if { (ac_try="$ac_compile"
14902 case "(($ac_try" in
14903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14904 *) ac_try_echo=$ac_try;;
14905 esac
14906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14907 $as_echo "$ac_try_echo") >&5
14908 (eval "$ac_compile") 2>conftest.er1
14909 ac_status=$?
14910 grep -v '^ *+' conftest.er1 >conftest.err
14911 rm -f conftest.er1
14912 cat conftest.err >&5
14913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914 (exit $ac_status); } && {
14915 test -z "$ac_c_werror_flag" ||
14916 test ! -s conftest.err
14917 } && test -s conftest.$ac_objext; then
14919 else
14920 $as_echo "$as_me: failed program was:" >&5
14921 sed 's/^/| /' conftest.$ac_ext >&5
14923 ac_cv_type_FT_TrueTypeEngineType=yes
14926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14927 else
14928 $as_echo "$as_me: failed program was:" >&5
14929 sed 's/^/| /' conftest.$ac_ext >&5
14934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14936 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14937 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14938 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14940 cat >>confdefs.h <<_ACEOF
14941 #define HAVE_FT_TRUETYPEENGINETYPE 1
14942 _ACEOF
14947 ac_save_CFLAGS="$CFLAGS"
14948 CFLAGS="$CFLAGS $ac_freetype_libs"
14950 for ac_func in FT_Load_Sfnt_Table
14952 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14953 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14954 $as_echo_n "checking for $ac_func... " >&6; }
14955 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14956 $as_echo_n "(cached) " >&6
14957 else
14958 cat >conftest.$ac_ext <<_ACEOF
14959 /* confdefs.h. */
14960 _ACEOF
14961 cat confdefs.h >>conftest.$ac_ext
14962 cat >>conftest.$ac_ext <<_ACEOF
14963 /* end confdefs.h. */
14964 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14965 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14966 #define $ac_func innocuous_$ac_func
14968 /* System header to define __stub macros and hopefully few prototypes,
14969 which can conflict with char $ac_func (); below.
14970 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14971 <limits.h> exists even on freestanding compilers. */
14973 #ifdef __STDC__
14974 # include <limits.h>
14975 #else
14976 # include <assert.h>
14977 #endif
14979 #undef $ac_func
14981 /* Override any GCC internal prototype to avoid an error.
14982 Use char because int might match the return type of a GCC
14983 builtin and then its argument prototype would still apply. */
14984 #ifdef __cplusplus
14985 extern "C"
14986 #endif
14987 char $ac_func ();
14988 /* The GNU C library defines this for functions which it implements
14989 to always fail with ENOSYS. Some functions are actually named
14990 something starting with __ and the normal name is an alias. */
14991 #if defined __stub_$ac_func || defined __stub___$ac_func
14992 choke me
14993 #endif
14996 main ()
14998 return $ac_func ();
15000 return 0;
15002 _ACEOF
15003 rm -f conftest.$ac_objext conftest$ac_exeext
15004 if { (ac_try="$ac_link"
15005 case "(($ac_try" in
15006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15007 *) ac_try_echo=$ac_try;;
15008 esac
15009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15010 $as_echo "$ac_try_echo") >&5
15011 (eval "$ac_link") 2>conftest.er1
15012 ac_status=$?
15013 grep -v '^ *+' conftest.er1 >conftest.err
15014 rm -f conftest.er1
15015 cat conftest.err >&5
15016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15017 (exit $ac_status); } && {
15018 test -z "$ac_c_werror_flag" ||
15019 test ! -s conftest.err
15020 } && test -s conftest$ac_exeext && {
15021 test "$cross_compiling" = yes ||
15022 $as_test_x conftest$ac_exeext
15023 }; then
15024 eval "$as_ac_var=yes"
15025 else
15026 $as_echo "$as_me: failed program was:" >&5
15027 sed 's/^/| /' conftest.$ac_ext >&5
15029 eval "$as_ac_var=no"
15032 rm -rf conftest.dSYM
15033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15034 conftest$ac_exeext conftest.$ac_ext
15036 ac_res=`eval 'as_val=${'$as_ac_var'}
15037 $as_echo "$as_val"'`
15038 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15039 $as_echo "$ac_res" >&6; }
15040 as_val=`eval 'as_val=${'$as_ac_var'}
15041 $as_echo "$as_val"'`
15042 if test "x$as_val" = x""yes; then
15043 cat >>confdefs.h <<_ACEOF
15044 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15045 _ACEOF
15048 done
15050 CFLAGS="$ac_save_CFLAGS"
15051 CPPFLAGS="$ac_save_CPPFLAGS"
15052 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15053 then
15055 cat >>confdefs.h <<\_ACEOF
15056 #define HAVE_FREETYPE 1
15057 _ACEOF
15059 FREETYPELIBS="$ac_freetype_libs"
15061 FREETYPEINCL="$ac_freetype_incl"
15066 if test "x$FREETYPELIBS" = "x"; then
15067 case "x$with_freetype" in
15068 xno) ;;
15069 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15070 Use the --without-freetype option if you really want this." >&5
15071 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15072 Use the --without-freetype option if you really want this." >&2;}
15073 { (exit 1); exit 1; }; } ;;
15074 esac
15077 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15079 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15080 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15081 if test "${ac_cv_c_ppdev+set}" = set; then
15082 $as_echo_n "(cached) " >&6
15083 else
15084 cat >conftest.$ac_ext <<_ACEOF
15085 /* confdefs.h. */
15086 _ACEOF
15087 cat confdefs.h >>conftest.$ac_ext
15088 cat >>conftest.$ac_ext <<_ACEOF
15089 /* end confdefs.h. */
15090 #include <linux/ppdev.h>
15092 main ()
15094 ioctl (1,PPCLAIM,0)
15096 return 0;
15098 _ACEOF
15099 rm -f conftest.$ac_objext
15100 if { (ac_try="$ac_compile"
15101 case "(($ac_try" in
15102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15103 *) ac_try_echo=$ac_try;;
15104 esac
15105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15106 $as_echo "$ac_try_echo") >&5
15107 (eval "$ac_compile") 2>conftest.er1
15108 ac_status=$?
15109 grep -v '^ *+' conftest.er1 >conftest.err
15110 rm -f conftest.er1
15111 cat conftest.err >&5
15112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15113 (exit $ac_status); } && {
15114 test -z "$ac_c_werror_flag" ||
15115 test ! -s conftest.err
15116 } && test -s conftest.$ac_objext; then
15117 ac_cv_c_ppdev="yes"
15118 else
15119 $as_echo "$as_me: failed program was:" >&5
15120 sed 's/^/| /' conftest.$ac_ext >&5
15122 ac_cv_c_ppdev="no"
15125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15127 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15128 $as_echo "$ac_cv_c_ppdev" >&6; }
15129 if test "$ac_cv_c_ppdev" = "yes"
15130 then
15132 cat >>confdefs.h <<\_ACEOF
15133 #define HAVE_PPDEV 1
15134 _ACEOF
15138 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15139 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15140 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15141 $as_echo_n "(cached) " >&6
15142 else
15143 ac_cv_type_pthread_rwlock_t=no
15144 cat >conftest.$ac_ext <<_ACEOF
15145 /* confdefs.h. */
15146 _ACEOF
15147 cat confdefs.h >>conftest.$ac_ext
15148 cat >>conftest.$ac_ext <<_ACEOF
15149 /* end confdefs.h. */
15150 #define _GNU_SOURCE
15151 #include <pthread.h>
15154 main ()
15156 if (sizeof (pthread_rwlock_t))
15157 return 0;
15159 return 0;
15161 _ACEOF
15162 rm -f conftest.$ac_objext
15163 if { (ac_try="$ac_compile"
15164 case "(($ac_try" in
15165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15166 *) ac_try_echo=$ac_try;;
15167 esac
15168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15169 $as_echo "$ac_try_echo") >&5
15170 (eval "$ac_compile") 2>conftest.er1
15171 ac_status=$?
15172 grep -v '^ *+' conftest.er1 >conftest.err
15173 rm -f conftest.er1
15174 cat conftest.err >&5
15175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); } && {
15177 test -z "$ac_c_werror_flag" ||
15178 test ! -s conftest.err
15179 } && test -s conftest.$ac_objext; then
15180 cat >conftest.$ac_ext <<_ACEOF
15181 /* confdefs.h. */
15182 _ACEOF
15183 cat confdefs.h >>conftest.$ac_ext
15184 cat >>conftest.$ac_ext <<_ACEOF
15185 /* end confdefs.h. */
15186 #define _GNU_SOURCE
15187 #include <pthread.h>
15190 main ()
15192 if (sizeof ((pthread_rwlock_t)))
15193 return 0;
15195 return 0;
15197 _ACEOF
15198 rm -f conftest.$ac_objext
15199 if { (ac_try="$ac_compile"
15200 case "(($ac_try" in
15201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15202 *) ac_try_echo=$ac_try;;
15203 esac
15204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15205 $as_echo "$ac_try_echo") >&5
15206 (eval "$ac_compile") 2>conftest.er1
15207 ac_status=$?
15208 grep -v '^ *+' conftest.er1 >conftest.err
15209 rm -f conftest.er1
15210 cat conftest.err >&5
15211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15212 (exit $ac_status); } && {
15213 test -z "$ac_c_werror_flag" ||
15214 test ! -s conftest.err
15215 } && test -s conftest.$ac_objext; then
15217 else
15218 $as_echo "$as_me: failed program was:" >&5
15219 sed 's/^/| /' conftest.$ac_ext >&5
15221 ac_cv_type_pthread_rwlock_t=yes
15224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15225 else
15226 $as_echo "$as_me: failed program was:" >&5
15227 sed 's/^/| /' conftest.$ac_ext >&5
15232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15234 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15235 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15236 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15238 cat >>confdefs.h <<_ACEOF
15239 #define HAVE_PTHREAD_RWLOCK_T 1
15240 _ACEOF
15244 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15245 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15246 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15247 $as_echo_n "(cached) " >&6
15248 else
15249 ac_cv_type_pthread_rwlockattr_t=no
15250 cat >conftest.$ac_ext <<_ACEOF
15251 /* confdefs.h. */
15252 _ACEOF
15253 cat confdefs.h >>conftest.$ac_ext
15254 cat >>conftest.$ac_ext <<_ACEOF
15255 /* end confdefs.h. */
15256 #define _GNU_SOURCE
15257 #include <pthread.h>
15260 main ()
15262 if (sizeof (pthread_rwlockattr_t))
15263 return 0;
15265 return 0;
15267 _ACEOF
15268 rm -f conftest.$ac_objext
15269 if { (ac_try="$ac_compile"
15270 case "(($ac_try" in
15271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15272 *) ac_try_echo=$ac_try;;
15273 esac
15274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15275 $as_echo "$ac_try_echo") >&5
15276 (eval "$ac_compile") 2>conftest.er1
15277 ac_status=$?
15278 grep -v '^ *+' conftest.er1 >conftest.err
15279 rm -f conftest.er1
15280 cat conftest.err >&5
15281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); } && {
15283 test -z "$ac_c_werror_flag" ||
15284 test ! -s conftest.err
15285 } && test -s conftest.$ac_objext; then
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h. */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15292 #define _GNU_SOURCE
15293 #include <pthread.h>
15296 main ()
15298 if (sizeof ((pthread_rwlockattr_t)))
15299 return 0;
15301 return 0;
15303 _ACEOF
15304 rm -f conftest.$ac_objext
15305 if { (ac_try="$ac_compile"
15306 case "(($ac_try" in
15307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15308 *) ac_try_echo=$ac_try;;
15309 esac
15310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15311 $as_echo "$ac_try_echo") >&5
15312 (eval "$ac_compile") 2>conftest.er1
15313 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && {
15319 test -z "$ac_c_werror_flag" ||
15320 test ! -s conftest.err
15321 } && test -s conftest.$ac_objext; then
15323 else
15324 $as_echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.$ac_ext >&5
15327 ac_cv_type_pthread_rwlockattr_t=yes
15330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15331 else
15332 $as_echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.$ac_ext >&5
15338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15341 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15342 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15344 cat >>confdefs.h <<_ACEOF
15345 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15346 _ACEOF
15352 ac_wine_check_funcs_save_LIBS="$LIBS"
15353 LIBS="$LIBS $LIBPTHREAD"
15358 for ac_func in \
15359 pthread_attr_get_np \
15360 pthread_getattr_np \
15361 pthread_get_stackaddr_np \
15362 pthread_get_stacksize_np
15364 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15365 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15366 $as_echo_n "checking for $ac_func... " >&6; }
15367 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15368 $as_echo_n "(cached) " >&6
15369 else
15370 cat >conftest.$ac_ext <<_ACEOF
15371 /* confdefs.h. */
15372 _ACEOF
15373 cat confdefs.h >>conftest.$ac_ext
15374 cat >>conftest.$ac_ext <<_ACEOF
15375 /* end confdefs.h. */
15376 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15377 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15378 #define $ac_func innocuous_$ac_func
15380 /* System header to define __stub macros and hopefully few prototypes,
15381 which can conflict with char $ac_func (); below.
15382 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15383 <limits.h> exists even on freestanding compilers. */
15385 #ifdef __STDC__
15386 # include <limits.h>
15387 #else
15388 # include <assert.h>
15389 #endif
15391 #undef $ac_func
15393 /* Override any GCC internal prototype to avoid an error.
15394 Use char because int might match the return type of a GCC
15395 builtin and then its argument prototype would still apply. */
15396 #ifdef __cplusplus
15397 extern "C"
15398 #endif
15399 char $ac_func ();
15400 /* The GNU C library defines this for functions which it implements
15401 to always fail with ENOSYS. Some functions are actually named
15402 something starting with __ and the normal name is an alias. */
15403 #if defined __stub_$ac_func || defined __stub___$ac_func
15404 choke me
15405 #endif
15408 main ()
15410 return $ac_func ();
15412 return 0;
15414 _ACEOF
15415 rm -f conftest.$ac_objext conftest$ac_exeext
15416 if { (ac_try="$ac_link"
15417 case "(($ac_try" in
15418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15419 *) ac_try_echo=$ac_try;;
15420 esac
15421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15422 $as_echo "$ac_try_echo") >&5
15423 (eval "$ac_link") 2>conftest.er1
15424 ac_status=$?
15425 grep -v '^ *+' conftest.er1 >conftest.err
15426 rm -f conftest.er1
15427 cat conftest.err >&5
15428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15429 (exit $ac_status); } && {
15430 test -z "$ac_c_werror_flag" ||
15431 test ! -s conftest.err
15432 } && test -s conftest$ac_exeext && {
15433 test "$cross_compiling" = yes ||
15434 $as_test_x conftest$ac_exeext
15435 }; then
15436 eval "$as_ac_var=yes"
15437 else
15438 $as_echo "$as_me: failed program was:" >&5
15439 sed 's/^/| /' conftest.$ac_ext >&5
15441 eval "$as_ac_var=no"
15444 rm -rf conftest.dSYM
15445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15446 conftest$ac_exeext conftest.$ac_ext
15448 ac_res=`eval 'as_val=${'$as_ac_var'}
15449 $as_echo "$as_val"'`
15450 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15451 $as_echo "$ac_res" >&6; }
15452 as_val=`eval 'as_val=${'$as_ac_var'}
15453 $as_echo "$as_val"'`
15454 if test "x$as_val" = x""yes; then
15455 cat >>confdefs.h <<_ACEOF
15456 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15457 _ACEOF
15460 done
15462 LIBS="$ac_wine_check_funcs_save_LIBS"
15464 if test "x$with_esd" != xno
15465 then
15466 save_CFLAGS="$CFLAGS"
15467 # Extract the first word of "esd-config", so it can be a program name with args.
15468 set dummy esd-config; ac_word=$2
15469 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15470 $as_echo_n "checking for $ac_word... " >&6; }
15471 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15472 $as_echo_n "(cached) " >&6
15473 else
15474 case $ESDCONFIG in
15475 [\\/]* | ?:[\\/]*)
15476 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15480 for as_dir in $PATH
15482 IFS=$as_save_IFS
15483 test -z "$as_dir" && as_dir=.
15484 for ac_exec_ext in '' $ac_executable_extensions; do
15485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15486 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15487 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15488 break 2
15490 done
15491 done
15492 IFS=$as_save_IFS
15494 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15496 esac
15498 ESDCONFIG=$ac_cv_path_ESDCONFIG
15499 if test -n "$ESDCONFIG"; then
15500 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15501 $as_echo "$ESDCONFIG" >&6; }
15502 else
15503 { $as_echo "$as_me:$LINENO: result: no" >&5
15504 $as_echo "no" >&6; }
15508 if test "x$ESDCONFIG" != "xno"
15509 then
15510 ac_esd_incl=""
15511 for i in `$ESDCONFIG --cflags`
15513 case "$i" in
15514 -I*) ac_esd_incl="$ac_esd_incl $i";;
15515 esac
15516 done
15517 ac_esd_libs=`$ESDCONFIG --libs`
15518 CFLAGS="$CFLAGS $ac_esd_incl"
15520 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15521 if test "${ac_cv_header_esd_h+set}" = set; then
15522 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15523 $as_echo_n "checking for esd.h... " >&6; }
15524 if test "${ac_cv_header_esd_h+set}" = set; then
15525 $as_echo_n "(cached) " >&6
15527 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15528 $as_echo "$ac_cv_header_esd_h" >&6; }
15529 else
15530 # Is the header compilable?
15531 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15532 $as_echo_n "checking esd.h usability... " >&6; }
15533 cat >conftest.$ac_ext <<_ACEOF
15534 /* confdefs.h. */
15535 _ACEOF
15536 cat confdefs.h >>conftest.$ac_ext
15537 cat >>conftest.$ac_ext <<_ACEOF
15538 /* end confdefs.h. */
15539 $ac_includes_default
15540 #include <esd.h>
15541 _ACEOF
15542 rm -f conftest.$ac_objext
15543 if { (ac_try="$ac_compile"
15544 case "(($ac_try" in
15545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15546 *) ac_try_echo=$ac_try;;
15547 esac
15548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15549 $as_echo "$ac_try_echo") >&5
15550 (eval "$ac_compile") 2>conftest.er1
15551 ac_status=$?
15552 grep -v '^ *+' conftest.er1 >conftest.err
15553 rm -f conftest.er1
15554 cat conftest.err >&5
15555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556 (exit $ac_status); } && {
15557 test -z "$ac_c_werror_flag" ||
15558 test ! -s conftest.err
15559 } && test -s conftest.$ac_objext; then
15560 ac_header_compiler=yes
15561 else
15562 $as_echo "$as_me: failed program was:" >&5
15563 sed 's/^/| /' conftest.$ac_ext >&5
15565 ac_header_compiler=no
15568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15569 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15570 $as_echo "$ac_header_compiler" >&6; }
15572 # Is the header present?
15573 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15574 $as_echo_n "checking esd.h presence... " >&6; }
15575 cat >conftest.$ac_ext <<_ACEOF
15576 /* confdefs.h. */
15577 _ACEOF
15578 cat confdefs.h >>conftest.$ac_ext
15579 cat >>conftest.$ac_ext <<_ACEOF
15580 /* end confdefs.h. */
15581 #include <esd.h>
15582 _ACEOF
15583 if { (ac_try="$ac_cpp conftest.$ac_ext"
15584 case "(($ac_try" in
15585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15586 *) ac_try_echo=$ac_try;;
15587 esac
15588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15589 $as_echo "$ac_try_echo") >&5
15590 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15591 ac_status=$?
15592 grep -v '^ *+' conftest.er1 >conftest.err
15593 rm -f conftest.er1
15594 cat conftest.err >&5
15595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15596 (exit $ac_status); } >/dev/null && {
15597 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15598 test ! -s conftest.err
15599 }; then
15600 ac_header_preproc=yes
15601 else
15602 $as_echo "$as_me: failed program was:" >&5
15603 sed 's/^/| /' conftest.$ac_ext >&5
15605 ac_header_preproc=no
15608 rm -f conftest.err conftest.$ac_ext
15609 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15610 $as_echo "$ac_header_preproc" >&6; }
15612 # So? What about this header?
15613 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15614 yes:no: )
15615 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15616 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15617 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15618 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15619 ac_header_preproc=yes
15621 no:yes:* )
15622 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15623 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15624 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15625 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15626 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15627 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15628 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15629 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15630 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15631 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15632 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15633 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15634 ( cat <<\_ASBOX
15635 ## ------------------------------------ ##
15636 ## Report this to wine-devel@winehq.org ##
15637 ## ------------------------------------ ##
15638 _ASBOX
15639 ) | sed "s/^/$as_me: WARNING: /" >&2
15641 esac
15642 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15643 $as_echo_n "checking for esd.h... " >&6; }
15644 if test "${ac_cv_header_esd_h+set}" = set; then
15645 $as_echo_n "(cached) " >&6
15646 else
15647 ac_cv_header_esd_h=$ac_header_preproc
15649 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15650 $as_echo "$ac_cv_header_esd_h" >&6; }
15653 if test "x$ac_cv_header_esd_h" = x""yes; then
15654 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15655 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15656 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15657 $as_echo_n "(cached) " >&6
15658 else
15659 ac_check_lib_save_LIBS=$LIBS
15660 LIBS="-lesd $ac_esd_libs $LIBS"
15661 cat >conftest.$ac_ext <<_ACEOF
15662 /* confdefs.h. */
15663 _ACEOF
15664 cat confdefs.h >>conftest.$ac_ext
15665 cat >>conftest.$ac_ext <<_ACEOF
15666 /* end confdefs.h. */
15668 /* Override any GCC internal prototype to avoid an error.
15669 Use char because int might match the return type of a GCC
15670 builtin and then its argument prototype would still apply. */
15671 #ifdef __cplusplus
15672 extern "C"
15673 #endif
15674 char esd_open_sound ();
15676 main ()
15678 return esd_open_sound ();
15680 return 0;
15682 _ACEOF
15683 rm -f conftest.$ac_objext conftest$ac_exeext
15684 if { (ac_try="$ac_link"
15685 case "(($ac_try" in
15686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15687 *) ac_try_echo=$ac_try;;
15688 esac
15689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15690 $as_echo "$ac_try_echo") >&5
15691 (eval "$ac_link") 2>conftest.er1
15692 ac_status=$?
15693 grep -v '^ *+' conftest.er1 >conftest.err
15694 rm -f conftest.er1
15695 cat conftest.err >&5
15696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15697 (exit $ac_status); } && {
15698 test -z "$ac_c_werror_flag" ||
15699 test ! -s conftest.err
15700 } && test -s conftest$ac_exeext && {
15701 test "$cross_compiling" = yes ||
15702 $as_test_x conftest$ac_exeext
15703 }; then
15704 ac_cv_lib_esd_esd_open_sound=yes
15705 else
15706 $as_echo "$as_me: failed program was:" >&5
15707 sed 's/^/| /' conftest.$ac_ext >&5
15709 ac_cv_lib_esd_esd_open_sound=no
15712 rm -rf conftest.dSYM
15713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15714 conftest$ac_exeext conftest.$ac_ext
15715 LIBS=$ac_check_lib_save_LIBS
15717 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15718 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15719 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15720 ESDINCL="$ac_esd_incl"
15722 ESDLIBS="$ac_esd_libs"
15725 cat >>confdefs.h <<\_ACEOF
15726 #define HAVE_ESD 1
15727 _ACEOF
15734 CFLAGS="$save_CFLAGS"
15737 ALSALIBS=""
15739 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15740 then
15741 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15742 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15743 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15744 $as_echo_n "(cached) " >&6
15745 else
15746 ac_check_lib_save_LIBS=$LIBS
15747 LIBS="-lasound $LIBS"
15748 cat >conftest.$ac_ext <<_ACEOF
15749 /* confdefs.h. */
15750 _ACEOF
15751 cat confdefs.h >>conftest.$ac_ext
15752 cat >>conftest.$ac_ext <<_ACEOF
15753 /* end confdefs.h. */
15755 /* Override any GCC internal prototype to avoid an error.
15756 Use char because int might match the return type of a GCC
15757 builtin and then its argument prototype would still apply. */
15758 #ifdef __cplusplus
15759 extern "C"
15760 #endif
15761 char snd_pcm_hw_params_get_access ();
15763 main ()
15765 return snd_pcm_hw_params_get_access ();
15767 return 0;
15769 _ACEOF
15770 rm -f conftest.$ac_objext conftest$ac_exeext
15771 if { (ac_try="$ac_link"
15772 case "(($ac_try" in
15773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15774 *) ac_try_echo=$ac_try;;
15775 esac
15776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15777 $as_echo "$ac_try_echo") >&5
15778 (eval "$ac_link") 2>conftest.er1
15779 ac_status=$?
15780 grep -v '^ *+' conftest.er1 >conftest.err
15781 rm -f conftest.er1
15782 cat conftest.err >&5
15783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15784 (exit $ac_status); } && {
15785 test -z "$ac_c_werror_flag" ||
15786 test ! -s conftest.err
15787 } && test -s conftest$ac_exeext && {
15788 test "$cross_compiling" = yes ||
15789 $as_test_x conftest$ac_exeext
15790 }; then
15791 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15792 else
15793 $as_echo "$as_me: failed program was:" >&5
15794 sed 's/^/| /' conftest.$ac_ext >&5
15796 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15799 rm -rf conftest.dSYM
15800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15801 conftest$ac_exeext conftest.$ac_ext
15802 LIBS=$ac_check_lib_save_LIBS
15804 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15805 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15806 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15807 cat >conftest.$ac_ext <<_ACEOF
15808 /* confdefs.h. */
15809 _ACEOF
15810 cat confdefs.h >>conftest.$ac_ext
15811 cat >>conftest.$ac_ext <<_ACEOF
15812 /* end confdefs.h. */
15813 #ifdef HAVE_ALSA_ASOUNDLIB_H
15814 #include <alsa/asoundlib.h>
15815 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15816 #include <sys/asoundlib.h>
15817 #endif
15819 main ()
15821 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15823 return 0;
15825 _ACEOF
15826 rm -f conftest.$ac_objext
15827 if { (ac_try="$ac_compile"
15828 case "(($ac_try" in
15829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15830 *) ac_try_echo=$ac_try;;
15831 esac
15832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15833 $as_echo "$ac_try_echo") >&5
15834 (eval "$ac_compile") 2>conftest.er1
15835 ac_status=$?
15836 grep -v '^ *+' conftest.er1 >conftest.err
15837 rm -f conftest.er1
15838 cat conftest.err >&5
15839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15840 (exit $ac_status); } && {
15841 test -z "$ac_c_werror_flag" ||
15842 test ! -s conftest.err
15843 } && test -s conftest.$ac_objext; then
15845 cat >>confdefs.h <<\_ACEOF
15846 #define HAVE_ALSA 1
15847 _ACEOF
15849 ALSALIBS="-lasound"
15850 else
15851 $as_echo "$as_me: failed program was:" >&5
15852 sed 's/^/| /' conftest.$ac_ext >&5
15857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15862 AUDIOIOLIBS=""
15864 if test "$ac_cv_header_libaudioio_h" = "yes"
15865 then
15866 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15867 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15868 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15869 $as_echo_n "(cached) " >&6
15870 else
15871 ac_check_lib_save_LIBS=$LIBS
15872 LIBS="-laudioio $LIBS"
15873 cat >conftest.$ac_ext <<_ACEOF
15874 /* confdefs.h. */
15875 _ACEOF
15876 cat confdefs.h >>conftest.$ac_ext
15877 cat >>conftest.$ac_ext <<_ACEOF
15878 /* end confdefs.h. */
15880 /* Override any GCC internal prototype to avoid an error.
15881 Use char because int might match the return type of a GCC
15882 builtin and then its argument prototype would still apply. */
15883 #ifdef __cplusplus
15884 extern "C"
15885 #endif
15886 char AudioIOGetVersion ();
15888 main ()
15890 return AudioIOGetVersion ();
15892 return 0;
15894 _ACEOF
15895 rm -f conftest.$ac_objext conftest$ac_exeext
15896 if { (ac_try="$ac_link"
15897 case "(($ac_try" in
15898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15899 *) ac_try_echo=$ac_try;;
15900 esac
15901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15902 $as_echo "$ac_try_echo") >&5
15903 (eval "$ac_link") 2>conftest.er1
15904 ac_status=$?
15905 grep -v '^ *+' conftest.er1 >conftest.err
15906 rm -f conftest.er1
15907 cat conftest.err >&5
15908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15909 (exit $ac_status); } && {
15910 test -z "$ac_c_werror_flag" ||
15911 test ! -s conftest.err
15912 } && test -s conftest$ac_exeext && {
15913 test "$cross_compiling" = yes ||
15914 $as_test_x conftest$ac_exeext
15915 }; then
15916 ac_cv_lib_audioio_AudioIOGetVersion=yes
15917 else
15918 $as_echo "$as_me: failed program was:" >&5
15919 sed 's/^/| /' conftest.$ac_ext >&5
15921 ac_cv_lib_audioio_AudioIOGetVersion=no
15924 rm -rf conftest.dSYM
15925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15926 conftest$ac_exeext conftest.$ac_ext
15927 LIBS=$ac_check_lib_save_LIBS
15929 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15930 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15931 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15932 AUDIOIOLIBS="-laudioio"
15934 cat >>confdefs.h <<\_ACEOF
15935 #define HAVE_LIBAUDIOIO 1
15936 _ACEOF
15943 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15944 then
15945 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15946 $as_echo_n "checking for -lcapi20... " >&6; }
15947 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15948 $as_echo_n "(cached) " >&6
15949 else
15950 ac_check_soname_save_LIBS=$LIBS
15951 LIBS="-lcapi20 $LIBS"
15952 cat >conftest.$ac_ext <<_ACEOF
15953 /* confdefs.h. */
15954 _ACEOF
15955 cat confdefs.h >>conftest.$ac_ext
15956 cat >>conftest.$ac_ext <<_ACEOF
15957 /* end confdefs.h. */
15959 /* Override any GCC internal prototype to avoid an error.
15960 Use char because int might match the return type of a GCC
15961 builtin and then its argument prototype would still apply. */
15962 #ifdef __cplusplus
15963 extern "C"
15964 #endif
15965 char capi20_register ();
15967 main ()
15969 return capi20_register ();
15971 return 0;
15973 _ACEOF
15974 rm -f conftest.$ac_objext conftest$ac_exeext
15975 if { (ac_try="$ac_link"
15976 case "(($ac_try" in
15977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15978 *) ac_try_echo=$ac_try;;
15979 esac
15980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15981 $as_echo "$ac_try_echo") >&5
15982 (eval "$ac_link") 2>conftest.er1
15983 ac_status=$?
15984 grep -v '^ *+' conftest.er1 >conftest.err
15985 rm -f conftest.er1
15986 cat conftest.err >&5
15987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } && {
15989 test -z "$ac_c_werror_flag" ||
15990 test ! -s conftest.err
15991 } && test -s conftest$ac_exeext && {
15992 test "$cross_compiling" = yes ||
15993 $as_test_x conftest$ac_exeext
15994 }; then
15995 case "$LIBEXT" in
15996 dll) ;;
15997 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'` ;;
15998 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15999 esac
16000 else
16001 $as_echo "$as_me: failed program was:" >&5
16002 sed 's/^/| /' conftest.$ac_ext >&5
16007 rm -rf conftest.dSYM
16008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16009 conftest$ac_exeext conftest.$ac_ext
16010 LIBS=$ac_check_soname_save_LIBS
16012 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16013 { $as_echo "$as_me:$LINENO: result: not found" >&5
16014 $as_echo "not found" >&6; }
16016 else
16017 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16018 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16020 cat >>confdefs.h <<_ACEOF
16021 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16022 _ACEOF
16028 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16029 case "x$with_capi" in
16030 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16031 xno) ;;
16032 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16033 This is an error since --with-capi was requested." >&5
16034 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16035 This is an error since --with-capi was requested." >&2;}
16036 { (exit 1); exit 1; }; } ;;
16037 esac
16041 CUPSINCL=""
16043 if test "x$with_cups" != "xno"
16044 then
16045 ac_save_CPPFLAGS="$CPPFLAGS"
16046 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16047 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16048 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16050 for ac_header in cups/cups.h
16052 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16055 $as_echo_n "checking for $ac_header... " >&6; }
16056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16057 $as_echo_n "(cached) " >&6
16059 ac_res=`eval 'as_val=${'$as_ac_Header'}
16060 $as_echo "$as_val"'`
16061 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16062 $as_echo "$ac_res" >&6; }
16063 else
16064 # Is the header compilable?
16065 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16066 $as_echo_n "checking $ac_header usability... " >&6; }
16067 cat >conftest.$ac_ext <<_ACEOF
16068 /* confdefs.h. */
16069 _ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h. */
16073 $ac_includes_default
16074 #include <$ac_header>
16075 _ACEOF
16076 rm -f conftest.$ac_objext
16077 if { (ac_try="$ac_compile"
16078 case "(($ac_try" in
16079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16081 esac
16082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16083 $as_echo "$ac_try_echo") >&5
16084 (eval "$ac_compile") 2>conftest.er1
16085 ac_status=$?
16086 grep -v '^ *+' conftest.er1 >conftest.err
16087 rm -f conftest.er1
16088 cat conftest.err >&5
16089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16090 (exit $ac_status); } && {
16091 test -z "$ac_c_werror_flag" ||
16092 test ! -s conftest.err
16093 } && test -s conftest.$ac_objext; then
16094 ac_header_compiler=yes
16095 else
16096 $as_echo "$as_me: failed program was:" >&5
16097 sed 's/^/| /' conftest.$ac_ext >&5
16099 ac_header_compiler=no
16102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16103 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16104 $as_echo "$ac_header_compiler" >&6; }
16106 # Is the header present?
16107 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16108 $as_echo_n "checking $ac_header presence... " >&6; }
16109 cat >conftest.$ac_ext <<_ACEOF
16110 /* confdefs.h. */
16111 _ACEOF
16112 cat confdefs.h >>conftest.$ac_ext
16113 cat >>conftest.$ac_ext <<_ACEOF
16114 /* end confdefs.h. */
16115 #include <$ac_header>
16116 _ACEOF
16117 if { (ac_try="$ac_cpp conftest.$ac_ext"
16118 case "(($ac_try" in
16119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16120 *) ac_try_echo=$ac_try;;
16121 esac
16122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16123 $as_echo "$ac_try_echo") >&5
16124 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16125 ac_status=$?
16126 grep -v '^ *+' conftest.er1 >conftest.err
16127 rm -f conftest.er1
16128 cat conftest.err >&5
16129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); } >/dev/null && {
16131 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16132 test ! -s conftest.err
16133 }; then
16134 ac_header_preproc=yes
16135 else
16136 $as_echo "$as_me: failed program was:" >&5
16137 sed 's/^/| /' conftest.$ac_ext >&5
16139 ac_header_preproc=no
16142 rm -f conftest.err conftest.$ac_ext
16143 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16144 $as_echo "$ac_header_preproc" >&6; }
16146 # So? What about this header?
16147 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16148 yes:no: )
16149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16150 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16152 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16153 ac_header_preproc=yes
16155 no:yes:* )
16156 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16157 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16158 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16159 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16160 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16161 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16162 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16163 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16164 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16165 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16166 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16167 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16168 ( cat <<\_ASBOX
16169 ## ------------------------------------ ##
16170 ## Report this to wine-devel@winehq.org ##
16171 ## ------------------------------------ ##
16172 _ASBOX
16173 ) | sed "s/^/$as_me: WARNING: /" >&2
16175 esac
16176 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16177 $as_echo_n "checking for $ac_header... " >&6; }
16178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16179 $as_echo_n "(cached) " >&6
16180 else
16181 eval "$as_ac_Header=\$ac_header_preproc"
16183 ac_res=`eval 'as_val=${'$as_ac_Header'}
16184 $as_echo "$as_val"'`
16185 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16186 $as_echo "$ac_res" >&6; }
16189 as_val=`eval 'as_val=${'$as_ac_Header'}
16190 $as_echo "$as_val"'`
16191 if test "x$as_val" = x""yes; then
16192 cat >>confdefs.h <<_ACEOF
16193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16194 _ACEOF
16195 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16196 $as_echo_n "checking for -lcups... " >&6; }
16197 if test "${ac_cv_lib_soname_cups+set}" = set; then
16198 $as_echo_n "(cached) " >&6
16199 else
16200 ac_check_soname_save_LIBS=$LIBS
16201 LIBS="-lcups $ac_cups_libs $LIBS"
16202 cat >conftest.$ac_ext <<_ACEOF
16203 /* confdefs.h. */
16204 _ACEOF
16205 cat confdefs.h >>conftest.$ac_ext
16206 cat >>conftest.$ac_ext <<_ACEOF
16207 /* end confdefs.h. */
16209 /* Override any GCC internal prototype to avoid an error.
16210 Use char because int might match the return type of a GCC
16211 builtin and then its argument prototype would still apply. */
16212 #ifdef __cplusplus
16213 extern "C"
16214 #endif
16215 char cupsGetDefault ();
16217 main ()
16219 return cupsGetDefault ();
16221 return 0;
16223 _ACEOF
16224 rm -f conftest.$ac_objext conftest$ac_exeext
16225 if { (ac_try="$ac_link"
16226 case "(($ac_try" in
16227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16228 *) ac_try_echo=$ac_try;;
16229 esac
16230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16231 $as_echo "$ac_try_echo") >&5
16232 (eval "$ac_link") 2>conftest.er1
16233 ac_status=$?
16234 grep -v '^ *+' conftest.er1 >conftest.err
16235 rm -f conftest.er1
16236 cat conftest.err >&5
16237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238 (exit $ac_status); } && {
16239 test -z "$ac_c_werror_flag" ||
16240 test ! -s conftest.err
16241 } && test -s conftest$ac_exeext && {
16242 test "$cross_compiling" = yes ||
16243 $as_test_x conftest$ac_exeext
16244 }; then
16245 case "$LIBEXT" in
16246 dll) ;;
16247 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'` ;;
16248 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16249 esac
16250 else
16251 $as_echo "$as_me: failed program was:" >&5
16252 sed 's/^/| /' conftest.$ac_ext >&5
16257 rm -rf conftest.dSYM
16258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16259 conftest$ac_exeext conftest.$ac_ext
16260 LIBS=$ac_check_soname_save_LIBS
16262 if test "x$ac_cv_lib_soname_cups" = "x"; then
16263 { $as_echo "$as_me:$LINENO: result: not found" >&5
16264 $as_echo "not found" >&6; }
16266 else
16267 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16268 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16270 cat >>confdefs.h <<_ACEOF
16271 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16272 _ACEOF
16274 CUPSINCL="$ac_cups_cflags"
16279 done
16281 CPPFLAGS="$ac_save_CPPFLAGS"
16283 if test "x$ac_cv_lib_soname_cups" = "x"; then
16284 case "x$with_cups" in
16285 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16286 xno) ;;
16287 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16288 This is an error since --with-cups was requested." >&5
16289 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16290 This is an error since --with-cups was requested." >&2;}
16291 { (exit 1); exit 1; }; } ;;
16292 esac
16296 if test "$ac_cv_header_jack_jack_h" = "yes"
16297 then
16298 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16299 $as_echo_n "checking for -ljack... " >&6; }
16300 if test "${ac_cv_lib_soname_jack+set}" = set; then
16301 $as_echo_n "(cached) " >&6
16302 else
16303 ac_check_soname_save_LIBS=$LIBS
16304 LIBS="-ljack $LIBS"
16305 cat >conftest.$ac_ext <<_ACEOF
16306 /* confdefs.h. */
16307 _ACEOF
16308 cat confdefs.h >>conftest.$ac_ext
16309 cat >>conftest.$ac_ext <<_ACEOF
16310 /* end confdefs.h. */
16312 /* Override any GCC internal prototype to avoid an error.
16313 Use char because int might match the return type of a GCC
16314 builtin and then its argument prototype would still apply. */
16315 #ifdef __cplusplus
16316 extern "C"
16317 #endif
16318 char jack_client_new ();
16320 main ()
16322 return jack_client_new ();
16324 return 0;
16326 _ACEOF
16327 rm -f conftest.$ac_objext conftest$ac_exeext
16328 if { (ac_try="$ac_link"
16329 case "(($ac_try" in
16330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16331 *) ac_try_echo=$ac_try;;
16332 esac
16333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16334 $as_echo "$ac_try_echo") >&5
16335 (eval "$ac_link") 2>conftest.er1
16336 ac_status=$?
16337 grep -v '^ *+' conftest.er1 >conftest.err
16338 rm -f conftest.er1
16339 cat conftest.err >&5
16340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); } && {
16342 test -z "$ac_c_werror_flag" ||
16343 test ! -s conftest.err
16344 } && test -s conftest$ac_exeext && {
16345 test "$cross_compiling" = yes ||
16346 $as_test_x conftest$ac_exeext
16347 }; then
16348 case "$LIBEXT" in
16349 dll) ;;
16350 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'` ;;
16351 *) 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'` ;;
16352 esac
16353 else
16354 $as_echo "$as_me: failed program was:" >&5
16355 sed 's/^/| /' conftest.$ac_ext >&5
16360 rm -rf conftest.dSYM
16361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16362 conftest$ac_exeext conftest.$ac_ext
16363 LIBS=$ac_check_soname_save_LIBS
16365 if test "x$ac_cv_lib_soname_jack" = "x"; then
16366 { $as_echo "$as_me:$LINENO: result: not found" >&5
16367 $as_echo "not found" >&6; }
16369 else
16370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16371 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16373 cat >>confdefs.h <<_ACEOF
16374 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16375 _ACEOF
16382 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16383 then
16384 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16385 $as_echo_n "checking for -lfontconfig... " >&6; }
16386 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16387 $as_echo_n "(cached) " >&6
16388 else
16389 ac_check_soname_save_LIBS=$LIBS
16390 LIBS="-lfontconfig $LIBS"
16391 cat >conftest.$ac_ext <<_ACEOF
16392 /* confdefs.h. */
16393 _ACEOF
16394 cat confdefs.h >>conftest.$ac_ext
16395 cat >>conftest.$ac_ext <<_ACEOF
16396 /* end confdefs.h. */
16398 /* Override any GCC internal prototype to avoid an error.
16399 Use char because int might match the return type of a GCC
16400 builtin and then its argument prototype would still apply. */
16401 #ifdef __cplusplus
16402 extern "C"
16403 #endif
16404 char FcInit ();
16406 main ()
16408 return FcInit ();
16410 return 0;
16412 _ACEOF
16413 rm -f conftest.$ac_objext conftest$ac_exeext
16414 if { (ac_try="$ac_link"
16415 case "(($ac_try" in
16416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16417 *) ac_try_echo=$ac_try;;
16418 esac
16419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16420 $as_echo "$ac_try_echo") >&5
16421 (eval "$ac_link") 2>conftest.er1
16422 ac_status=$?
16423 grep -v '^ *+' conftest.er1 >conftest.err
16424 rm -f conftest.er1
16425 cat conftest.err >&5
16426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16427 (exit $ac_status); } && {
16428 test -z "$ac_c_werror_flag" ||
16429 test ! -s conftest.err
16430 } && test -s conftest$ac_exeext && {
16431 test "$cross_compiling" = yes ||
16432 $as_test_x conftest$ac_exeext
16433 }; then
16434 case "$LIBEXT" in
16435 dll) ;;
16436 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'` ;;
16437 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16438 esac
16439 else
16440 $as_echo "$as_me: failed program was:" >&5
16441 sed 's/^/| /' conftest.$ac_ext >&5
16446 rm -rf conftest.dSYM
16447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16448 conftest$ac_exeext conftest.$ac_ext
16449 LIBS=$ac_check_soname_save_LIBS
16451 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16452 { $as_echo "$as_me:$LINENO: result: not found" >&5
16453 $as_echo "not found" >&6; }
16455 else
16456 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16457 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16459 cat >>confdefs.h <<_ACEOF
16460 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16461 _ACEOF
16466 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16467 then
16468 ac_save_CPPFLAGS="$CPPFLAGS"
16469 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16470 $as_unset ac_cv_header_fontconfig_fontconfig_h
16472 for ac_header in fontconfig/fontconfig.h
16474 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16475 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16476 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16477 $as_echo_n "checking for $ac_header... " >&6; }
16478 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16479 $as_echo_n "(cached) " >&6
16481 ac_res=`eval 'as_val=${'$as_ac_Header'}
16482 $as_echo "$as_val"'`
16483 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16484 $as_echo "$ac_res" >&6; }
16485 else
16486 # Is the header compilable?
16487 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16488 $as_echo_n "checking $ac_header usability... " >&6; }
16489 cat >conftest.$ac_ext <<_ACEOF
16490 /* confdefs.h. */
16491 _ACEOF
16492 cat confdefs.h >>conftest.$ac_ext
16493 cat >>conftest.$ac_ext <<_ACEOF
16494 /* end confdefs.h. */
16495 $ac_includes_default
16496 #include <$ac_header>
16497 _ACEOF
16498 rm -f conftest.$ac_objext
16499 if { (ac_try="$ac_compile"
16500 case "(($ac_try" in
16501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16502 *) ac_try_echo=$ac_try;;
16503 esac
16504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16505 $as_echo "$ac_try_echo") >&5
16506 (eval "$ac_compile") 2>conftest.er1
16507 ac_status=$?
16508 grep -v '^ *+' conftest.er1 >conftest.err
16509 rm -f conftest.er1
16510 cat conftest.err >&5
16511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16512 (exit $ac_status); } && {
16513 test -z "$ac_c_werror_flag" ||
16514 test ! -s conftest.err
16515 } && test -s conftest.$ac_objext; then
16516 ac_header_compiler=yes
16517 else
16518 $as_echo "$as_me: failed program was:" >&5
16519 sed 's/^/| /' conftest.$ac_ext >&5
16521 ac_header_compiler=no
16524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16525 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16526 $as_echo "$ac_header_compiler" >&6; }
16528 # Is the header present?
16529 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16530 $as_echo_n "checking $ac_header presence... " >&6; }
16531 cat >conftest.$ac_ext <<_ACEOF
16532 /* confdefs.h. */
16533 _ACEOF
16534 cat confdefs.h >>conftest.$ac_ext
16535 cat >>conftest.$ac_ext <<_ACEOF
16536 /* end confdefs.h. */
16537 #include <$ac_header>
16538 _ACEOF
16539 if { (ac_try="$ac_cpp conftest.$ac_ext"
16540 case "(($ac_try" in
16541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16542 *) ac_try_echo=$ac_try;;
16543 esac
16544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16545 $as_echo "$ac_try_echo") >&5
16546 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16547 ac_status=$?
16548 grep -v '^ *+' conftest.er1 >conftest.err
16549 rm -f conftest.er1
16550 cat conftest.err >&5
16551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); } >/dev/null && {
16553 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16554 test ! -s conftest.err
16555 }; then
16556 ac_header_preproc=yes
16557 else
16558 $as_echo "$as_me: failed program was:" >&5
16559 sed 's/^/| /' conftest.$ac_ext >&5
16561 ac_header_preproc=no
16564 rm -f conftest.err conftest.$ac_ext
16565 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16566 $as_echo "$ac_header_preproc" >&6; }
16568 # So? What about this header?
16569 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16570 yes:no: )
16571 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16572 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16573 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16574 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16575 ac_header_preproc=yes
16577 no:yes:* )
16578 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16579 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16580 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16581 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16582 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16583 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16584 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16585 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16586 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16587 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16588 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16589 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16590 ( cat <<\_ASBOX
16591 ## ------------------------------------ ##
16592 ## Report this to wine-devel@winehq.org ##
16593 ## ------------------------------------ ##
16594 _ASBOX
16595 ) | sed "s/^/$as_me: WARNING: /" >&2
16597 esac
16598 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16599 $as_echo_n "checking for $ac_header... " >&6; }
16600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16601 $as_echo_n "(cached) " >&6
16602 else
16603 eval "$as_ac_Header=\$ac_header_preproc"
16605 ac_res=`eval 'as_val=${'$as_ac_Header'}
16606 $as_echo "$as_val"'`
16607 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16608 $as_echo "$ac_res" >&6; }
16611 as_val=`eval 'as_val=${'$as_ac_Header'}
16612 $as_echo "$as_val"'`
16613 if test "x$as_val" = x""yes; then
16614 cat >>confdefs.h <<_ACEOF
16615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16616 _ACEOF
16620 done
16622 CPPFLAGS="$ac_save_CPPFLAGS"
16623 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16624 then
16625 FONTCONFIGINCL="$X_CFLAGS"
16627 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16628 $as_echo_n "checking for -lfontconfig... " >&6; }
16629 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16630 $as_echo_n "(cached) " >&6
16631 else
16632 ac_check_soname_save_LIBS=$LIBS
16633 LIBS="-lfontconfig $X_LIBS $LIBS"
16634 cat >conftest.$ac_ext <<_ACEOF
16635 /* confdefs.h. */
16636 _ACEOF
16637 cat confdefs.h >>conftest.$ac_ext
16638 cat >>conftest.$ac_ext <<_ACEOF
16639 /* end confdefs.h. */
16641 /* Override any GCC internal prototype to avoid an error.
16642 Use char because int might match the return type of a GCC
16643 builtin and then its argument prototype would still apply. */
16644 #ifdef __cplusplus
16645 extern "C"
16646 #endif
16647 char FcInit ();
16649 main ()
16651 return FcInit ();
16653 return 0;
16655 _ACEOF
16656 rm -f conftest.$ac_objext conftest$ac_exeext
16657 if { (ac_try="$ac_link"
16658 case "(($ac_try" in
16659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16660 *) ac_try_echo=$ac_try;;
16661 esac
16662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16663 $as_echo "$ac_try_echo") >&5
16664 (eval "$ac_link") 2>conftest.er1
16665 ac_status=$?
16666 grep -v '^ *+' conftest.er1 >conftest.err
16667 rm -f conftest.er1
16668 cat conftest.err >&5
16669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670 (exit $ac_status); } && {
16671 test -z "$ac_c_werror_flag" ||
16672 test ! -s conftest.err
16673 } && test -s conftest$ac_exeext && {
16674 test "$cross_compiling" = yes ||
16675 $as_test_x conftest$ac_exeext
16676 }; then
16677 case "$LIBEXT" in
16678 dll) ;;
16679 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'` ;;
16680 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16681 esac
16682 else
16683 $as_echo "$as_me: failed program was:" >&5
16684 sed 's/^/| /' conftest.$ac_ext >&5
16689 rm -rf conftest.dSYM
16690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16691 conftest$ac_exeext conftest.$ac_ext
16692 LIBS=$ac_check_soname_save_LIBS
16694 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16695 { $as_echo "$as_me:$LINENO: result: not found" >&5
16696 $as_echo "not found" >&6; }
16698 else
16699 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16700 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16702 cat >>confdefs.h <<_ACEOF
16703 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16704 _ACEOF
16711 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16712 case "x$with_fontconfig" in
16713 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16714 xno) ;;
16715 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16716 This is an error since --with-fontconfig was requested." >&5
16717 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16718 This is an error since --with-fontconfig was requested." >&2;}
16719 { (exit 1); exit 1; }; } ;;
16720 esac
16724 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16725 then
16726 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16727 $as_echo_n "checking for -lssl... " >&6; }
16728 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16729 $as_echo_n "(cached) " >&6
16730 else
16731 ac_check_soname_save_LIBS=$LIBS
16732 LIBS="-lssl $LIBS"
16733 cat >conftest.$ac_ext <<_ACEOF
16734 /* confdefs.h. */
16735 _ACEOF
16736 cat confdefs.h >>conftest.$ac_ext
16737 cat >>conftest.$ac_ext <<_ACEOF
16738 /* end confdefs.h. */
16740 /* Override any GCC internal prototype to avoid an error.
16741 Use char because int might match the return type of a GCC
16742 builtin and then its argument prototype would still apply. */
16743 #ifdef __cplusplus
16744 extern "C"
16745 #endif
16746 char SSL_library_init ();
16748 main ()
16750 return SSL_library_init ();
16752 return 0;
16754 _ACEOF
16755 rm -f conftest.$ac_objext conftest$ac_exeext
16756 if { (ac_try="$ac_link"
16757 case "(($ac_try" in
16758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16759 *) ac_try_echo=$ac_try;;
16760 esac
16761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16762 $as_echo "$ac_try_echo") >&5
16763 (eval "$ac_link") 2>conftest.er1
16764 ac_status=$?
16765 grep -v '^ *+' conftest.er1 >conftest.err
16766 rm -f conftest.er1
16767 cat conftest.err >&5
16768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16769 (exit $ac_status); } && {
16770 test -z "$ac_c_werror_flag" ||
16771 test ! -s conftest.err
16772 } && test -s conftest$ac_exeext && {
16773 test "$cross_compiling" = yes ||
16774 $as_test_x conftest$ac_exeext
16775 }; then
16776 case "$LIBEXT" in
16777 dll) ;;
16778 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'` ;;
16779 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16780 esac
16781 else
16782 $as_echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16788 rm -rf conftest.dSYM
16789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16790 conftest$ac_exeext conftest.$ac_ext
16791 LIBS=$ac_check_soname_save_LIBS
16793 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16794 { $as_echo "$as_me:$LINENO: result: not found" >&5
16795 $as_echo "not found" >&6; }
16797 else
16798 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16799 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16801 cat >>confdefs.h <<_ACEOF
16802 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16803 _ACEOF
16808 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16809 $as_echo_n "checking for -lcrypto... " >&6; }
16810 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16811 $as_echo_n "(cached) " >&6
16812 else
16813 ac_check_soname_save_LIBS=$LIBS
16814 LIBS="-lcrypto $LIBS"
16815 cat >conftest.$ac_ext <<_ACEOF
16816 /* confdefs.h. */
16817 _ACEOF
16818 cat confdefs.h >>conftest.$ac_ext
16819 cat >>conftest.$ac_ext <<_ACEOF
16820 /* end confdefs.h. */
16822 /* Override any GCC internal prototype to avoid an error.
16823 Use char because int might match the return type of a GCC
16824 builtin and then its argument prototype would still apply. */
16825 #ifdef __cplusplus
16826 extern "C"
16827 #endif
16828 char BIO_new_socket ();
16830 main ()
16832 return BIO_new_socket ();
16834 return 0;
16836 _ACEOF
16837 rm -f conftest.$ac_objext conftest$ac_exeext
16838 if { (ac_try="$ac_link"
16839 case "(($ac_try" in
16840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16841 *) ac_try_echo=$ac_try;;
16842 esac
16843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16844 $as_echo "$ac_try_echo") >&5
16845 (eval "$ac_link") 2>conftest.er1
16846 ac_status=$?
16847 grep -v '^ *+' conftest.er1 >conftest.err
16848 rm -f conftest.er1
16849 cat conftest.err >&5
16850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16851 (exit $ac_status); } && {
16852 test -z "$ac_c_werror_flag" ||
16853 test ! -s conftest.err
16854 } && test -s conftest$ac_exeext && {
16855 test "$cross_compiling" = yes ||
16856 $as_test_x conftest$ac_exeext
16857 }; then
16858 case "$LIBEXT" in
16859 dll) ;;
16860 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'` ;;
16861 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16862 esac
16863 else
16864 $as_echo "$as_me: failed program was:" >&5
16865 sed 's/^/| /' conftest.$ac_ext >&5
16870 rm -rf conftest.dSYM
16871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16872 conftest$ac_exeext conftest.$ac_ext
16873 LIBS=$ac_check_soname_save_LIBS
16875 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16876 { $as_echo "$as_me:$LINENO: result: not found" >&5
16877 $as_echo "not found" >&6; }
16879 else
16880 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16881 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16883 cat >>confdefs.h <<_ACEOF
16884 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16885 _ACEOF
16891 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16892 case "x$with_openssl" in
16893 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16894 xno) ;;
16895 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16896 This is an error since --with-openssl was requested." >&5
16897 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16898 This is an error since --with-openssl was requested." >&2;}
16899 { (exit 1); exit 1; }; } ;;
16900 esac
16904 if test "$ac_cv_header_jpeglib_h" = "yes"
16905 then
16906 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16907 $as_echo_n "checking for -ljpeg... " >&6; }
16908 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16909 $as_echo_n "(cached) " >&6
16910 else
16911 ac_check_soname_save_LIBS=$LIBS
16912 LIBS="-ljpeg $LIBS"
16913 cat >conftest.$ac_ext <<_ACEOF
16914 /* confdefs.h. */
16915 _ACEOF
16916 cat confdefs.h >>conftest.$ac_ext
16917 cat >>conftest.$ac_ext <<_ACEOF
16918 /* end confdefs.h. */
16920 /* Override any GCC internal prototype to avoid an error.
16921 Use char because int might match the return type of a GCC
16922 builtin and then its argument prototype would still apply. */
16923 #ifdef __cplusplus
16924 extern "C"
16925 #endif
16926 char jpeg_start_decompress ();
16928 main ()
16930 return jpeg_start_decompress ();
16932 return 0;
16934 _ACEOF
16935 rm -f conftest.$ac_objext conftest$ac_exeext
16936 if { (ac_try="$ac_link"
16937 case "(($ac_try" in
16938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16939 *) ac_try_echo=$ac_try;;
16940 esac
16941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16942 $as_echo "$ac_try_echo") >&5
16943 (eval "$ac_link") 2>conftest.er1
16944 ac_status=$?
16945 grep -v '^ *+' conftest.er1 >conftest.err
16946 rm -f conftest.er1
16947 cat conftest.err >&5
16948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16949 (exit $ac_status); } && {
16950 test -z "$ac_c_werror_flag" ||
16951 test ! -s conftest.err
16952 } && test -s conftest$ac_exeext && {
16953 test "$cross_compiling" = yes ||
16954 $as_test_x conftest$ac_exeext
16955 }; then
16956 case "$LIBEXT" in
16957 dll) ;;
16958 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'` ;;
16959 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16960 esac
16961 else
16962 $as_echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.$ac_ext >&5
16968 rm -rf conftest.dSYM
16969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16970 conftest$ac_exeext conftest.$ac_ext
16971 LIBS=$ac_check_soname_save_LIBS
16973 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16974 { $as_echo "$as_me:$LINENO: result: not found" >&5
16975 $as_echo "not found" >&6; }
16977 else
16978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16979 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16981 cat >>confdefs.h <<_ACEOF
16982 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16983 _ACEOF
16989 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16990 case "x$with_jpeg" in
16991 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16992 xno) ;;
16993 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16994 This is an error since --with-jpeg was requested." >&5
16995 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16996 This is an error since --with-jpeg was requested." >&2;}
16997 { (exit 1); exit 1; }; } ;;
16998 esac
17002 if test "$ac_cv_header_png_h" = "yes"
17003 then
17004 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17005 $as_echo_n "checking for -lpng... " >&6; }
17006 if test "${ac_cv_lib_soname_png+set}" = set; then
17007 $as_echo_n "(cached) " >&6
17008 else
17009 ac_check_soname_save_LIBS=$LIBS
17010 LIBS="-lpng -lm -lz $LIBS"
17011 cat >conftest.$ac_ext <<_ACEOF
17012 /* confdefs.h. */
17013 _ACEOF
17014 cat confdefs.h >>conftest.$ac_ext
17015 cat >>conftest.$ac_ext <<_ACEOF
17016 /* end confdefs.h. */
17018 /* Override any GCC internal prototype to avoid an error.
17019 Use char because int might match the return type of a GCC
17020 builtin and then its argument prototype would still apply. */
17021 #ifdef __cplusplus
17022 extern "C"
17023 #endif
17024 char png_create_read_struct ();
17026 main ()
17028 return png_create_read_struct ();
17030 return 0;
17032 _ACEOF
17033 rm -f conftest.$ac_objext conftest$ac_exeext
17034 if { (ac_try="$ac_link"
17035 case "(($ac_try" in
17036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17037 *) ac_try_echo=$ac_try;;
17038 esac
17039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17040 $as_echo "$ac_try_echo") >&5
17041 (eval "$ac_link") 2>conftest.er1
17042 ac_status=$?
17043 grep -v '^ *+' conftest.er1 >conftest.err
17044 rm -f conftest.er1
17045 cat conftest.err >&5
17046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17047 (exit $ac_status); } && {
17048 test -z "$ac_c_werror_flag" ||
17049 test ! -s conftest.err
17050 } && test -s conftest$ac_exeext && {
17051 test "$cross_compiling" = yes ||
17052 $as_test_x conftest$ac_exeext
17053 }; then
17054 case "$LIBEXT" in
17055 dll) ;;
17056 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'` ;;
17057 *) 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'` ;;
17058 esac
17059 else
17060 $as_echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.$ac_ext >&5
17066 rm -rf conftest.dSYM
17067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17068 conftest$ac_exeext conftest.$ac_ext
17069 LIBS=$ac_check_soname_save_LIBS
17071 if test "x$ac_cv_lib_soname_png" = "x"; then
17072 { $as_echo "$as_me:$LINENO: result: not found" >&5
17073 $as_echo "not found" >&6; }
17075 else
17076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17077 $as_echo "$ac_cv_lib_soname_png" >&6; }
17079 cat >>confdefs.h <<_ACEOF
17080 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17081 _ACEOF
17087 if test "x$ac_cv_lib_soname_png" = "x"; then
17088 case "x$with_png" in
17089 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17090 xno) ;;
17091 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17092 This is an error since --with-png was requested." >&5
17093 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17094 This is an error since --with-png was requested." >&2;}
17095 { (exit 1); exit 1; }; } ;;
17096 esac
17100 if test "$ac_cv_header_kstat_h" = "yes"
17101 then
17102 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17103 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17104 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17105 $as_echo_n "(cached) " >&6
17106 else
17107 ac_check_lib_save_LIBS=$LIBS
17108 LIBS="-lkstat $LIBS"
17109 cat >conftest.$ac_ext <<_ACEOF
17110 /* confdefs.h. */
17111 _ACEOF
17112 cat confdefs.h >>conftest.$ac_ext
17113 cat >>conftest.$ac_ext <<_ACEOF
17114 /* end confdefs.h. */
17116 /* Override any GCC internal prototype to avoid an error.
17117 Use char because int might match the return type of a GCC
17118 builtin and then its argument prototype would still apply. */
17119 #ifdef __cplusplus
17120 extern "C"
17121 #endif
17122 char kstat_open ();
17124 main ()
17126 return kstat_open ();
17128 return 0;
17130 _ACEOF
17131 rm -f conftest.$ac_objext conftest$ac_exeext
17132 if { (ac_try="$ac_link"
17133 case "(($ac_try" in
17134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17135 *) ac_try_echo=$ac_try;;
17136 esac
17137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17138 $as_echo "$ac_try_echo") >&5
17139 (eval "$ac_link") 2>conftest.er1
17140 ac_status=$?
17141 grep -v '^ *+' conftest.er1 >conftest.err
17142 rm -f conftest.er1
17143 cat conftest.err >&5
17144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17145 (exit $ac_status); } && {
17146 test -z "$ac_c_werror_flag" ||
17147 test ! -s conftest.err
17148 } && test -s conftest$ac_exeext && {
17149 test "$cross_compiling" = yes ||
17150 $as_test_x conftest$ac_exeext
17151 }; then
17152 ac_cv_lib_kstat_kstat_open=yes
17153 else
17154 $as_echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.$ac_ext >&5
17157 ac_cv_lib_kstat_kstat_open=no
17160 rm -rf conftest.dSYM
17161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17162 conftest$ac_exeext conftest.$ac_ext
17163 LIBS=$ac_check_lib_save_LIBS
17165 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17166 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17167 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17169 cat >>confdefs.h <<\_ACEOF
17170 #define HAVE_LIBKSTAT 1
17171 _ACEOF
17173 LIBKSTAT="-lkstat"
17179 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17180 $as_echo_n "checking for -lodbc... " >&6; }
17181 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17182 $as_echo_n "(cached) " >&6
17183 else
17184 ac_check_soname_save_LIBS=$LIBS
17185 LIBS="-lodbc $LIBS"
17186 cat >conftest.$ac_ext <<_ACEOF
17187 /* confdefs.h. */
17188 _ACEOF
17189 cat confdefs.h >>conftest.$ac_ext
17190 cat >>conftest.$ac_ext <<_ACEOF
17191 /* end confdefs.h. */
17193 /* Override any GCC internal prototype to avoid an error.
17194 Use char because int might match the return type of a GCC
17195 builtin and then its argument prototype would still apply. */
17196 #ifdef __cplusplus
17197 extern "C"
17198 #endif
17199 char SQLConnect ();
17201 main ()
17203 return SQLConnect ();
17205 return 0;
17207 _ACEOF
17208 rm -f conftest.$ac_objext conftest$ac_exeext
17209 if { (ac_try="$ac_link"
17210 case "(($ac_try" in
17211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17212 *) ac_try_echo=$ac_try;;
17213 esac
17214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17215 $as_echo "$ac_try_echo") >&5
17216 (eval "$ac_link") 2>conftest.er1
17217 ac_status=$?
17218 grep -v '^ *+' conftest.er1 >conftest.err
17219 rm -f conftest.er1
17220 cat conftest.err >&5
17221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); } && {
17223 test -z "$ac_c_werror_flag" ||
17224 test ! -s conftest.err
17225 } && test -s conftest$ac_exeext && {
17226 test "$cross_compiling" = yes ||
17227 $as_test_x conftest$ac_exeext
17228 }; then
17229 case "$LIBEXT" in
17230 dll) ;;
17231 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'` ;;
17232 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17233 esac
17234 else
17235 $as_echo "$as_me: failed program was:" >&5
17236 sed 's/^/| /' conftest.$ac_ext >&5
17241 rm -rf conftest.dSYM
17242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17243 conftest$ac_exeext conftest.$ac_ext
17244 LIBS=$ac_check_soname_save_LIBS
17246 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17247 { $as_echo "$as_me:$LINENO: result: not found" >&5
17248 $as_echo "not found" >&6; }
17249 cat >>confdefs.h <<_ACEOF
17250 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17251 _ACEOF
17253 else
17254 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17255 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17257 cat >>confdefs.h <<_ACEOF
17258 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17259 _ACEOF
17265 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17266 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17267 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17268 "$ac_cv_header_soundcard_h" != "yes" -a \
17269 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17270 then
17271 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17275 EXTRACFLAGS=""
17277 if test "x${GCC}" = "xyes"
17278 then
17279 EXTRACFLAGS="-Wall -pipe"
17281 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17282 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17283 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17284 $as_echo_n "(cached) " >&6
17285 else
17286 if test "$cross_compiling" = yes; then
17287 ac_cv_c_gcc_strength_bug="yes"
17288 else
17289 cat >conftest.$ac_ext <<_ACEOF
17290 /* confdefs.h. */
17291 _ACEOF
17292 cat confdefs.h >>conftest.$ac_ext
17293 cat >>conftest.$ac_ext <<_ACEOF
17294 /* end confdefs.h. */
17295 int L[4] = {0,1,2,3};
17297 main ()
17299 static int Array[3];
17300 unsigned int B = 3;
17301 int i;
17302 for(i=0; i<B; i++) Array[i] = i - 3;
17303 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17304 L[i] = 4;
17305 return (Array[1] != -2 || L[2] != 3)
17307 return 0;
17309 _ACEOF
17310 rm -f conftest$ac_exeext
17311 if { (ac_try="$ac_link"
17312 case "(($ac_try" in
17313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17314 *) ac_try_echo=$ac_try;;
17315 esac
17316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17317 $as_echo "$ac_try_echo") >&5
17318 (eval "$ac_link") 2>&5
17319 ac_status=$?
17320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17321 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17322 { (case "(($ac_try" in
17323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17324 *) ac_try_echo=$ac_try;;
17325 esac
17326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17327 $as_echo "$ac_try_echo") >&5
17328 (eval "$ac_try") 2>&5
17329 ac_status=$?
17330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17331 (exit $ac_status); }; }; then
17332 ac_cv_c_gcc_strength_bug="no"
17333 else
17334 $as_echo "$as_me: program exited with status $ac_status" >&5
17335 $as_echo "$as_me: failed program was:" >&5
17336 sed 's/^/| /' conftest.$ac_ext >&5
17338 ( exit $ac_status )
17339 ac_cv_c_gcc_strength_bug="yes"
17341 rm -rf conftest.dSYM
17342 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17347 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17348 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17349 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17350 then
17351 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17354 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17355 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17356 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17357 $as_echo_n "(cached) " >&6
17358 else
17359 ac_wine_try_cflags_saved=$CFLAGS
17360 CFLAGS="$CFLAGS -fno-builtin"
17361 cat >conftest.$ac_ext <<_ACEOF
17362 /* confdefs.h. */
17363 _ACEOF
17364 cat confdefs.h >>conftest.$ac_ext
17365 cat >>conftest.$ac_ext <<_ACEOF
17366 /* end confdefs.h. */
17369 main ()
17373 return 0;
17375 _ACEOF
17376 rm -f conftest.$ac_objext conftest$ac_exeext
17377 if { (ac_try="$ac_link"
17378 case "(($ac_try" in
17379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17380 *) ac_try_echo=$ac_try;;
17381 esac
17382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17383 $as_echo "$ac_try_echo") >&5
17384 (eval "$ac_link") 2>conftest.er1
17385 ac_status=$?
17386 grep -v '^ *+' conftest.er1 >conftest.err
17387 rm -f conftest.er1
17388 cat conftest.err >&5
17389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17390 (exit $ac_status); } && {
17391 test -z "$ac_c_werror_flag" ||
17392 test ! -s conftest.err
17393 } && test -s conftest$ac_exeext && {
17394 test "$cross_compiling" = yes ||
17395 $as_test_x conftest$ac_exeext
17396 }; then
17397 ac_cv_cflags__fno_builtin=yes
17398 else
17399 $as_echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17402 ac_cv_cflags__fno_builtin=no
17405 rm -rf conftest.dSYM
17406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17407 conftest$ac_exeext conftest.$ac_ext
17408 CFLAGS=$ac_wine_try_cflags_saved
17410 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17411 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17412 if test $ac_cv_cflags__fno_builtin = yes; then
17413 BUILTINFLAG="-fno-builtin"
17417 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17418 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17419 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17420 $as_echo_n "(cached) " >&6
17421 else
17422 ac_wine_try_cflags_saved=$CFLAGS
17423 CFLAGS="$CFLAGS -fno-strict-aliasing"
17424 cat >conftest.$ac_ext <<_ACEOF
17425 /* confdefs.h. */
17426 _ACEOF
17427 cat confdefs.h >>conftest.$ac_ext
17428 cat >>conftest.$ac_ext <<_ACEOF
17429 /* end confdefs.h. */
17432 main ()
17436 return 0;
17438 _ACEOF
17439 rm -f conftest.$ac_objext conftest$ac_exeext
17440 if { (ac_try="$ac_link"
17441 case "(($ac_try" in
17442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17443 *) ac_try_echo=$ac_try;;
17444 esac
17445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17446 $as_echo "$ac_try_echo") >&5
17447 (eval "$ac_link") 2>conftest.er1
17448 ac_status=$?
17449 grep -v '^ *+' conftest.er1 >conftest.err
17450 rm -f conftest.er1
17451 cat conftest.err >&5
17452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17453 (exit $ac_status); } && {
17454 test -z "$ac_c_werror_flag" ||
17455 test ! -s conftest.err
17456 } && test -s conftest$ac_exeext && {
17457 test "$cross_compiling" = yes ||
17458 $as_test_x conftest$ac_exeext
17459 }; then
17460 ac_cv_cflags__fno_strict_aliasing=yes
17461 else
17462 $as_echo "$as_me: failed program was:" >&5
17463 sed 's/^/| /' conftest.$ac_ext >&5
17465 ac_cv_cflags__fno_strict_aliasing=no
17468 rm -rf conftest.dSYM
17469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17470 conftest$ac_exeext conftest.$ac_ext
17471 CFLAGS=$ac_wine_try_cflags_saved
17473 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17474 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17475 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17476 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17479 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17480 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17481 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17482 $as_echo_n "(cached) " >&6
17483 else
17484 ac_wine_try_cflags_saved=$CFLAGS
17485 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17486 cat >conftest.$ac_ext <<_ACEOF
17487 /* confdefs.h. */
17488 _ACEOF
17489 cat confdefs.h >>conftest.$ac_ext
17490 cat >>conftest.$ac_ext <<_ACEOF
17491 /* end confdefs.h. */
17494 main ()
17498 return 0;
17500 _ACEOF
17501 rm -f conftest.$ac_objext conftest$ac_exeext
17502 if { (ac_try="$ac_link"
17503 case "(($ac_try" in
17504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17505 *) ac_try_echo=$ac_try;;
17506 esac
17507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17508 $as_echo "$ac_try_echo") >&5
17509 (eval "$ac_link") 2>conftest.er1
17510 ac_status=$?
17511 grep -v '^ *+' conftest.er1 >conftest.err
17512 rm -f conftest.er1
17513 cat conftest.err >&5
17514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17515 (exit $ac_status); } && {
17516 test -z "$ac_c_werror_flag" ||
17517 test ! -s conftest.err
17518 } && test -s conftest$ac_exeext && {
17519 test "$cross_compiling" = yes ||
17520 $as_test_x conftest$ac_exeext
17521 }; then
17522 ac_cv_cflags__Wdeclaration_after_statement=yes
17523 else
17524 $as_echo "$as_me: failed program was:" >&5
17525 sed 's/^/| /' conftest.$ac_ext >&5
17527 ac_cv_cflags__Wdeclaration_after_statement=no
17530 rm -rf conftest.dSYM
17531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532 conftest$ac_exeext conftest.$ac_ext
17533 CFLAGS=$ac_wine_try_cflags_saved
17535 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17536 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17537 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17538 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17541 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17542 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17543 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17544 $as_echo_n "(cached) " >&6
17545 else
17546 ac_wine_try_cflags_saved=$CFLAGS
17547 CFLAGS="$CFLAGS -Wwrite-strings"
17548 cat >conftest.$ac_ext <<_ACEOF
17549 /* confdefs.h. */
17550 _ACEOF
17551 cat confdefs.h >>conftest.$ac_ext
17552 cat >>conftest.$ac_ext <<_ACEOF
17553 /* end confdefs.h. */
17556 main ()
17560 return 0;
17562 _ACEOF
17563 rm -f conftest.$ac_objext conftest$ac_exeext
17564 if { (ac_try="$ac_link"
17565 case "(($ac_try" in
17566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17567 *) ac_try_echo=$ac_try;;
17568 esac
17569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17570 $as_echo "$ac_try_echo") >&5
17571 (eval "$ac_link") 2>conftest.er1
17572 ac_status=$?
17573 grep -v '^ *+' conftest.er1 >conftest.err
17574 rm -f conftest.er1
17575 cat conftest.err >&5
17576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577 (exit $ac_status); } && {
17578 test -z "$ac_c_werror_flag" ||
17579 test ! -s conftest.err
17580 } && test -s conftest$ac_exeext && {
17581 test "$cross_compiling" = yes ||
17582 $as_test_x conftest$ac_exeext
17583 }; then
17584 ac_cv_cflags__Wwrite_strings=yes
17585 else
17586 $as_echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5
17589 ac_cv_cflags__Wwrite_strings=no
17592 rm -rf conftest.dSYM
17593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17594 conftest$ac_exeext conftest.$ac_ext
17595 CFLAGS=$ac_wine_try_cflags_saved
17597 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17598 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17599 if test $ac_cv_cflags__Wwrite_strings = yes; then
17600 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17603 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17604 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17605 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17606 $as_echo_n "(cached) " >&6
17607 else
17608 ac_wine_try_cflags_saved=$CFLAGS
17609 CFLAGS="$CFLAGS -Wtype-limits"
17610 cat >conftest.$ac_ext <<_ACEOF
17611 /* confdefs.h. */
17612 _ACEOF
17613 cat confdefs.h >>conftest.$ac_ext
17614 cat >>conftest.$ac_ext <<_ACEOF
17615 /* end confdefs.h. */
17618 main ()
17622 return 0;
17624 _ACEOF
17625 rm -f conftest.$ac_objext conftest$ac_exeext
17626 if { (ac_try="$ac_link"
17627 case "(($ac_try" in
17628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17629 *) ac_try_echo=$ac_try;;
17630 esac
17631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17632 $as_echo "$ac_try_echo") >&5
17633 (eval "$ac_link") 2>conftest.er1
17634 ac_status=$?
17635 grep -v '^ *+' conftest.er1 >conftest.err
17636 rm -f conftest.er1
17637 cat conftest.err >&5
17638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17639 (exit $ac_status); } && {
17640 test -z "$ac_c_werror_flag" ||
17641 test ! -s conftest.err
17642 } && test -s conftest$ac_exeext && {
17643 test "$cross_compiling" = yes ||
17644 $as_test_x conftest$ac_exeext
17645 }; then
17646 ac_cv_cflags__Wtype_limits=yes
17647 else
17648 $as_echo "$as_me: failed program was:" >&5
17649 sed 's/^/| /' conftest.$ac_ext >&5
17651 ac_cv_cflags__Wtype_limits=no
17654 rm -rf conftest.dSYM
17655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17656 conftest$ac_exeext conftest.$ac_ext
17657 CFLAGS=$ac_wine_try_cflags_saved
17659 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17660 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17661 if test $ac_cv_cflags__Wtype_limits = yes; then
17662 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17666 saved_CFLAGS="$CFLAGS"
17667 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17668 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17669 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17670 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17671 $as_echo_n "(cached) " >&6
17672 else
17673 cat >conftest.$ac_ext <<_ACEOF
17674 /* confdefs.h. */
17675 _ACEOF
17676 cat confdefs.h >>conftest.$ac_ext
17677 cat >>conftest.$ac_ext <<_ACEOF
17678 /* end confdefs.h. */
17679 #include <string.h>
17681 main ()
17685 return 0;
17687 _ACEOF
17688 rm -f conftest.$ac_objext
17689 if { (ac_try="$ac_compile"
17690 case "(($ac_try" in
17691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17692 *) ac_try_echo=$ac_try;;
17693 esac
17694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17695 $as_echo "$ac_try_echo") >&5
17696 (eval "$ac_compile") 2>conftest.er1
17697 ac_status=$?
17698 grep -v '^ *+' conftest.er1 >conftest.err
17699 rm -f conftest.er1
17700 cat conftest.err >&5
17701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17702 (exit $ac_status); } && {
17703 test -z "$ac_c_werror_flag" ||
17704 test ! -s conftest.err
17705 } && test -s conftest.$ac_objext; then
17706 ac_cv_c_string_h_warnings=no
17707 else
17708 $as_echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17711 ac_cv_c_string_h_warnings=yes
17714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17716 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17717 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17718 CFLAGS="$saved_CFLAGS"
17719 if test "$ac_cv_c_string_h_warnings" = "no"
17720 then
17721 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17726 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17727 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17728 if test "${ac_cv_asm_func_def+set}" = set; then
17729 $as_echo_n "(cached) " >&6
17730 else
17731 cat >conftest.$ac_ext <<_ACEOF
17732 /* confdefs.h. */
17733 _ACEOF
17734 cat confdefs.h >>conftest.$ac_ext
17735 cat >>conftest.$ac_ext <<_ACEOF
17736 /* end confdefs.h. */
17739 main ()
17741 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17743 return 0;
17745 _ACEOF
17746 rm -f conftest.$ac_objext conftest$ac_exeext
17747 if { (ac_try="$ac_link"
17748 case "(($ac_try" in
17749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17750 *) ac_try_echo=$ac_try;;
17751 esac
17752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17753 $as_echo "$ac_try_echo") >&5
17754 (eval "$ac_link") 2>conftest.er1
17755 ac_status=$?
17756 grep -v '^ *+' conftest.er1 >conftest.err
17757 rm -f conftest.er1
17758 cat conftest.err >&5
17759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17760 (exit $ac_status); } && {
17761 test -z "$ac_c_werror_flag" ||
17762 test ! -s conftest.err
17763 } && test -s conftest$ac_exeext && {
17764 test "$cross_compiling" = yes ||
17765 $as_test_x conftest$ac_exeext
17766 }; then
17767 ac_cv_asm_func_def=".def"
17768 else
17769 $as_echo "$as_me: failed program was:" >&5
17770 sed 's/^/| /' conftest.$ac_ext >&5
17772 cat >conftest.$ac_ext <<_ACEOF
17773 /* confdefs.h. */
17774 _ACEOF
17775 cat confdefs.h >>conftest.$ac_ext
17776 cat >>conftest.$ac_ext <<_ACEOF
17777 /* end confdefs.h. */
17780 main ()
17782 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17784 return 0;
17786 _ACEOF
17787 rm -f conftest.$ac_objext conftest$ac_exeext
17788 if { (ac_try="$ac_link"
17789 case "(($ac_try" in
17790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791 *) ac_try_echo=$ac_try;;
17792 esac
17793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17794 $as_echo "$ac_try_echo") >&5
17795 (eval "$ac_link") 2>conftest.er1
17796 ac_status=$?
17797 grep -v '^ *+' conftest.er1 >conftest.err
17798 rm -f conftest.er1
17799 cat conftest.err >&5
17800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17801 (exit $ac_status); } && {
17802 test -z "$ac_c_werror_flag" ||
17803 test ! -s conftest.err
17804 } && test -s conftest$ac_exeext && {
17805 test "$cross_compiling" = yes ||
17806 $as_test_x conftest$ac_exeext
17807 }; then
17808 ac_cv_asm_func_def=".type @function"
17809 else
17810 $as_echo "$as_me: failed program was:" >&5
17811 sed 's/^/| /' conftest.$ac_ext >&5
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. */
17821 main ()
17823 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
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_asm_func_def=".type 2"
17850 else
17851 $as_echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17854 ac_cv_asm_func_def="unknown"
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
17862 rm -rf conftest.dSYM
17863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17864 conftest$ac_exeext conftest.$ac_ext
17867 rm -rf conftest.dSYM
17868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17869 conftest$ac_exeext conftest.$ac_ext
17871 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17872 $as_echo "$ac_cv_asm_func_def" >&6; }
17876 case "$ac_cv_asm_func_def" in
17877 ".def")
17878 cat >>confdefs.h <<\_ACEOF
17879 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17880 _ACEOF
17882 ".type @function")
17883 cat >>confdefs.h <<\_ACEOF
17884 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17885 _ACEOF
17887 ".type 2")
17888 cat >>confdefs.h <<\_ACEOF
17889 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17890 _ACEOF
17893 cat >>confdefs.h <<\_ACEOF
17894 #define __ASM_FUNC(name) ""
17895 _ACEOF
17897 esac
17900 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17901 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17902 if test "${ac_cv_c_extern_prefix+set}" = set; then
17903 $as_echo_n "(cached) " >&6
17904 else
17905 cat >conftest.$ac_ext <<_ACEOF
17906 /* confdefs.h. */
17907 _ACEOF
17908 cat confdefs.h >>conftest.$ac_ext
17909 cat >>conftest.$ac_ext <<_ACEOF
17910 /* end confdefs.h. */
17911 extern int ac_test;
17913 main ()
17915 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17917 return 0;
17919 _ACEOF
17920 rm -f conftest.$ac_objext conftest$ac_exeext
17921 if { (ac_try="$ac_link"
17922 case "(($ac_try" in
17923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17924 *) ac_try_echo=$ac_try;;
17925 esac
17926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17927 $as_echo "$ac_try_echo") >&5
17928 (eval "$ac_link") 2>conftest.er1
17929 ac_status=$?
17930 grep -v '^ *+' conftest.er1 >conftest.err
17931 rm -f conftest.er1
17932 cat conftest.err >&5
17933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17934 (exit $ac_status); } && {
17935 test -z "$ac_c_werror_flag" ||
17936 test ! -s conftest.err
17937 } && test -s conftest$ac_exeext && {
17938 test "$cross_compiling" = yes ||
17939 $as_test_x conftest$ac_exeext
17940 }; then
17941 ac_cv_c_extern_prefix="yes"
17942 else
17943 $as_echo "$as_me: failed program was:" >&5
17944 sed 's/^/| /' conftest.$ac_ext >&5
17946 ac_cv_c_extern_prefix="no"
17949 rm -rf conftest.dSYM
17950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17951 conftest$ac_exeext conftest.$ac_ext
17953 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17954 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17958 if test "$ac_cv_c_extern_prefix" = "yes"
17959 then
17960 cat >>confdefs.h <<\_ACEOF
17961 #define __ASM_NAME(name) "_" name
17962 _ACEOF
17964 else
17965 cat >>confdefs.h <<\_ACEOF
17966 #define __ASM_NAME(name) name
17967 _ACEOF
17972 LDPATH=""
17974 case $build_os in
17975 cygwin*|mingw32*)
17976 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17978 darwin*|macosx*)
17980 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17981 then
17982 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17986 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17988 esac
17990 case $host_os in
17991 mingw32*)
17992 CRTLIBS="-lmsvcrt"
17994 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17997 esac
17999 case $host_cpu in
18000 *i[3456789]86*)
18001 case $host_os in
18002 linux* | k*bsd*-gnu)
18003 EXTRA_BINARIES="wine-preloader"
18005 esac
18007 esac
18010 ac_save_CFLAGS="$CFLAGS"
18011 CFLAGS="$CFLAGS $BUILTINFLAG"
18083 for ac_func in \
18084 _pclose \
18085 _popen \
18086 _snprintf \
18087 _spawnvp \
18088 _strdup \
18089 _stricmp \
18090 _strnicmp \
18091 _strtoi64 \
18092 _strtoui64 \
18093 _vsnprintf \
18094 asctime_r \
18095 chsize \
18096 dlopen \
18097 epoll_create \
18098 ffs \
18099 finite \
18100 fork \
18101 fpclass \
18102 fstatfs \
18103 fstatvfs \
18104 ftruncate \
18105 futimes \
18106 futimesat \
18107 getdirentries \
18108 getopt_long \
18109 getpagesize \
18110 getpwuid \
18111 gettid \
18112 gettimeofday \
18113 getuid \
18114 inet_ntop \
18115 inet_pton \
18116 kqueue \
18117 lstat \
18118 memmove \
18119 mmap \
18120 pclose \
18121 poll \
18122 popen \
18123 prctl \
18124 pread \
18125 pwrite \
18126 readdir \
18127 readlink \
18128 sched_yield \
18129 select \
18130 setproctitle \
18131 setrlimit \
18132 settimeofday \
18133 sigaltstack \
18134 sigprocmask \
18135 snprintf \
18136 socketpair \
18137 spawnvp \
18138 statfs \
18139 statvfs \
18140 strcasecmp \
18141 strdup \
18142 strerror \
18143 strncasecmp \
18144 strtold \
18145 strtoll \
18146 strtoull \
18147 symlink \
18148 tcgetattr \
18149 thr_kill2 \
18150 timegm \
18151 usleep \
18152 vsnprintf \
18153 wait4 \
18154 waitpid \
18157 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18158 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18159 $as_echo_n "checking for $ac_func... " >&6; }
18160 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18161 $as_echo_n "(cached) " >&6
18162 else
18163 cat >conftest.$ac_ext <<_ACEOF
18164 /* confdefs.h. */
18165 _ACEOF
18166 cat confdefs.h >>conftest.$ac_ext
18167 cat >>conftest.$ac_ext <<_ACEOF
18168 /* end confdefs.h. */
18169 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18170 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18171 #define $ac_func innocuous_$ac_func
18173 /* System header to define __stub macros and hopefully few prototypes,
18174 which can conflict with char $ac_func (); below.
18175 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18176 <limits.h> exists even on freestanding compilers. */
18178 #ifdef __STDC__
18179 # include <limits.h>
18180 #else
18181 # include <assert.h>
18182 #endif
18184 #undef $ac_func
18186 /* Override any GCC internal prototype to avoid an error.
18187 Use char because int might match the return type of a GCC
18188 builtin and then its argument prototype would still apply. */
18189 #ifdef __cplusplus
18190 extern "C"
18191 #endif
18192 char $ac_func ();
18193 /* The GNU C library defines this for functions which it implements
18194 to always fail with ENOSYS. Some functions are actually named
18195 something starting with __ and the normal name is an alias. */
18196 #if defined __stub_$ac_func || defined __stub___$ac_func
18197 choke me
18198 #endif
18201 main ()
18203 return $ac_func ();
18205 return 0;
18207 _ACEOF
18208 rm -f conftest.$ac_objext conftest$ac_exeext
18209 if { (ac_try="$ac_link"
18210 case "(($ac_try" in
18211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18212 *) ac_try_echo=$ac_try;;
18213 esac
18214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18215 $as_echo "$ac_try_echo") >&5
18216 (eval "$ac_link") 2>conftest.er1
18217 ac_status=$?
18218 grep -v '^ *+' conftest.er1 >conftest.err
18219 rm -f conftest.er1
18220 cat conftest.err >&5
18221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); } && {
18223 test -z "$ac_c_werror_flag" ||
18224 test ! -s conftest.err
18225 } && test -s conftest$ac_exeext && {
18226 test "$cross_compiling" = yes ||
18227 $as_test_x conftest$ac_exeext
18228 }; then
18229 eval "$as_ac_var=yes"
18230 else
18231 $as_echo "$as_me: failed program was:" >&5
18232 sed 's/^/| /' conftest.$ac_ext >&5
18234 eval "$as_ac_var=no"
18237 rm -rf conftest.dSYM
18238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18239 conftest$ac_exeext conftest.$ac_ext
18241 ac_res=`eval 'as_val=${'$as_ac_var'}
18242 $as_echo "$as_val"'`
18243 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18244 $as_echo "$ac_res" >&6; }
18245 as_val=`eval 'as_val=${'$as_ac_var'}
18246 $as_echo "$as_val"'`
18247 if test "x$as_val" = x""yes; then
18248 cat >>confdefs.h <<_ACEOF
18249 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18250 _ACEOF
18253 done
18255 CFLAGS="$ac_save_CFLAGS"
18257 if test "$ac_cv_func_dlopen" = no
18258 then
18259 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18260 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18261 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18262 $as_echo_n "(cached) " >&6
18263 else
18264 ac_check_lib_save_LIBS=$LIBS
18265 LIBS="-ldl $LIBS"
18266 cat >conftest.$ac_ext <<_ACEOF
18267 /* confdefs.h. */
18268 _ACEOF
18269 cat confdefs.h >>conftest.$ac_ext
18270 cat >>conftest.$ac_ext <<_ACEOF
18271 /* end confdefs.h. */
18273 /* Override any GCC internal prototype to avoid an error.
18274 Use char because int might match the return type of a GCC
18275 builtin and then its argument prototype would still apply. */
18276 #ifdef __cplusplus
18277 extern "C"
18278 #endif
18279 char dlopen ();
18281 main ()
18283 return dlopen ();
18285 return 0;
18287 _ACEOF
18288 rm -f conftest.$ac_objext conftest$ac_exeext
18289 if { (ac_try="$ac_link"
18290 case "(($ac_try" in
18291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18292 *) ac_try_echo=$ac_try;;
18293 esac
18294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18295 $as_echo "$ac_try_echo") >&5
18296 (eval "$ac_link") 2>conftest.er1
18297 ac_status=$?
18298 grep -v '^ *+' conftest.er1 >conftest.err
18299 rm -f conftest.er1
18300 cat conftest.err >&5
18301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18302 (exit $ac_status); } && {
18303 test -z "$ac_c_werror_flag" ||
18304 test ! -s conftest.err
18305 } && test -s conftest$ac_exeext && {
18306 test "$cross_compiling" = yes ||
18307 $as_test_x conftest$ac_exeext
18308 }; then
18309 ac_cv_lib_dl_dlopen=yes
18310 else
18311 $as_echo "$as_me: failed program was:" >&5
18312 sed 's/^/| /' conftest.$ac_ext >&5
18314 ac_cv_lib_dl_dlopen=no
18317 rm -rf conftest.dSYM
18318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18319 conftest$ac_exeext conftest.$ac_ext
18320 LIBS=$ac_check_lib_save_LIBS
18322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18323 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18324 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18325 cat >>confdefs.h <<\_ACEOF
18326 #define HAVE_DLOPEN 1
18327 _ACEOF
18328 LIBDL="-ldl"
18333 ac_wine_check_funcs_save_LIBS="$LIBS"
18334 LIBS="$LIBS $LIBDL"
18336 for ac_func in dladdr
18338 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18339 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18340 $as_echo_n "checking for $ac_func... " >&6; }
18341 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18342 $as_echo_n "(cached) " >&6
18343 else
18344 cat >conftest.$ac_ext <<_ACEOF
18345 /* confdefs.h. */
18346 _ACEOF
18347 cat confdefs.h >>conftest.$ac_ext
18348 cat >>conftest.$ac_ext <<_ACEOF
18349 /* end confdefs.h. */
18350 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18352 #define $ac_func innocuous_$ac_func
18354 /* System header to define __stub macros and hopefully few prototypes,
18355 which can conflict with char $ac_func (); below.
18356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18357 <limits.h> exists even on freestanding compilers. */
18359 #ifdef __STDC__
18360 # include <limits.h>
18361 #else
18362 # include <assert.h>
18363 #endif
18365 #undef $ac_func
18367 /* Override any GCC internal prototype to avoid an error.
18368 Use char because int might match the return type of a GCC
18369 builtin and then its argument prototype would still apply. */
18370 #ifdef __cplusplus
18371 extern "C"
18372 #endif
18373 char $ac_func ();
18374 /* The GNU C library defines this for functions which it implements
18375 to always fail with ENOSYS. Some functions are actually named
18376 something starting with __ and the normal name is an alias. */
18377 #if defined __stub_$ac_func || defined __stub___$ac_func
18378 choke me
18379 #endif
18382 main ()
18384 return $ac_func ();
18386 return 0;
18388 _ACEOF
18389 rm -f conftest.$ac_objext conftest$ac_exeext
18390 if { (ac_try="$ac_link"
18391 case "(($ac_try" in
18392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18393 *) ac_try_echo=$ac_try;;
18394 esac
18395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18396 $as_echo "$ac_try_echo") >&5
18397 (eval "$ac_link") 2>conftest.er1
18398 ac_status=$?
18399 grep -v '^ *+' conftest.er1 >conftest.err
18400 rm -f conftest.er1
18401 cat conftest.err >&5
18402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18403 (exit $ac_status); } && {
18404 test -z "$ac_c_werror_flag" ||
18405 test ! -s conftest.err
18406 } && test -s conftest$ac_exeext && {
18407 test "$cross_compiling" = yes ||
18408 $as_test_x conftest$ac_exeext
18409 }; then
18410 eval "$as_ac_var=yes"
18411 else
18412 $as_echo "$as_me: failed program was:" >&5
18413 sed 's/^/| /' conftest.$ac_ext >&5
18415 eval "$as_ac_var=no"
18418 rm -rf conftest.dSYM
18419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18420 conftest$ac_exeext conftest.$ac_ext
18422 ac_res=`eval 'as_val=${'$as_ac_var'}
18423 $as_echo "$as_val"'`
18424 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18425 $as_echo "$ac_res" >&6; }
18426 as_val=`eval 'as_val=${'$as_ac_var'}
18427 $as_echo "$as_val"'`
18428 if test "x$as_val" = x""yes; then
18429 cat >>confdefs.h <<_ACEOF
18430 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18431 _ACEOF
18434 done
18436 LIBS="$ac_wine_check_funcs_save_LIBS"
18438 if test "$ac_cv_func_poll" = no
18439 then
18440 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18441 $as_echo_n "checking for poll in -lpoll... " >&6; }
18442 if test "${ac_cv_lib_poll_poll+set}" = set; then
18443 $as_echo_n "(cached) " >&6
18444 else
18445 ac_check_lib_save_LIBS=$LIBS
18446 LIBS="-lpoll $LIBS"
18447 cat >conftest.$ac_ext <<_ACEOF
18448 /* confdefs.h. */
18449 _ACEOF
18450 cat confdefs.h >>conftest.$ac_ext
18451 cat >>conftest.$ac_ext <<_ACEOF
18452 /* end confdefs.h. */
18454 /* Override any GCC internal prototype to avoid an error.
18455 Use char because int might match the return type of a GCC
18456 builtin and then its argument prototype would still apply. */
18457 #ifdef __cplusplus
18458 extern "C"
18459 #endif
18460 char poll ();
18462 main ()
18464 return poll ();
18466 return 0;
18468 _ACEOF
18469 rm -f conftest.$ac_objext conftest$ac_exeext
18470 if { (ac_try="$ac_link"
18471 case "(($ac_try" in
18472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18473 *) ac_try_echo=$ac_try;;
18474 esac
18475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18476 $as_echo "$ac_try_echo") >&5
18477 (eval "$ac_link") 2>conftest.er1
18478 ac_status=$?
18479 grep -v '^ *+' conftest.er1 >conftest.err
18480 rm -f conftest.er1
18481 cat conftest.err >&5
18482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18483 (exit $ac_status); } && {
18484 test -z "$ac_c_werror_flag" ||
18485 test ! -s conftest.err
18486 } && test -s conftest$ac_exeext && {
18487 test "$cross_compiling" = yes ||
18488 $as_test_x conftest$ac_exeext
18489 }; then
18490 ac_cv_lib_poll_poll=yes
18491 else
18492 $as_echo "$as_me: failed program was:" >&5
18493 sed 's/^/| /' conftest.$ac_ext >&5
18495 ac_cv_lib_poll_poll=no
18498 rm -rf conftest.dSYM
18499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18500 conftest$ac_exeext conftest.$ac_ext
18501 LIBS=$ac_check_lib_save_LIBS
18503 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18504 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18505 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18506 cat >>confdefs.h <<\_ACEOF
18507 #define HAVE_POLL 1
18508 _ACEOF
18509 LIBPOLL="-lpoll"
18515 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18516 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18517 if test "${ac_cv_search_gethostbyname+set}" = set; then
18518 $as_echo_n "(cached) " >&6
18519 else
18520 ac_func_search_save_LIBS=$LIBS
18521 cat >conftest.$ac_ext <<_ACEOF
18522 /* confdefs.h. */
18523 _ACEOF
18524 cat confdefs.h >>conftest.$ac_ext
18525 cat >>conftest.$ac_ext <<_ACEOF
18526 /* end confdefs.h. */
18528 /* Override any GCC internal prototype to avoid an error.
18529 Use char because int might match the return type of a GCC
18530 builtin and then its argument prototype would still apply. */
18531 #ifdef __cplusplus
18532 extern "C"
18533 #endif
18534 char gethostbyname ();
18536 main ()
18538 return gethostbyname ();
18540 return 0;
18542 _ACEOF
18543 for ac_lib in '' nsl; do
18544 if test -z "$ac_lib"; then
18545 ac_res="none required"
18546 else
18547 ac_res=-l$ac_lib
18548 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18550 rm -f conftest.$ac_objext conftest$ac_exeext
18551 if { (ac_try="$ac_link"
18552 case "(($ac_try" in
18553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18554 *) ac_try_echo=$ac_try;;
18555 esac
18556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18557 $as_echo "$ac_try_echo") >&5
18558 (eval "$ac_link") 2>conftest.er1
18559 ac_status=$?
18560 grep -v '^ *+' conftest.er1 >conftest.err
18561 rm -f conftest.er1
18562 cat conftest.err >&5
18563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564 (exit $ac_status); } && {
18565 test -z "$ac_c_werror_flag" ||
18566 test ! -s conftest.err
18567 } && test -s conftest$ac_exeext && {
18568 test "$cross_compiling" = yes ||
18569 $as_test_x conftest$ac_exeext
18570 }; then
18571 ac_cv_search_gethostbyname=$ac_res
18572 else
18573 $as_echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.$ac_ext >&5
18579 rm -rf conftest.dSYM
18580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18581 conftest$ac_exeext
18582 if test "${ac_cv_search_gethostbyname+set}" = set; then
18583 break
18585 done
18586 if test "${ac_cv_search_gethostbyname+set}" = set; then
18588 else
18589 ac_cv_search_gethostbyname=no
18591 rm conftest.$ac_ext
18592 LIBS=$ac_func_search_save_LIBS
18594 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18595 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18596 ac_res=$ac_cv_search_gethostbyname
18597 if test "$ac_res" != no; then
18598 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18603 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18604 $as_echo_n "checking for library containing connect... " >&6; }
18605 if test "${ac_cv_search_connect+set}" = set; then
18606 $as_echo_n "(cached) " >&6
18607 else
18608 ac_func_search_save_LIBS=$LIBS
18609 cat >conftest.$ac_ext <<_ACEOF
18610 /* confdefs.h. */
18611 _ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18616 /* Override any GCC internal prototype to avoid an error.
18617 Use char because int might match the return type of a GCC
18618 builtin and then its argument prototype would still apply. */
18619 #ifdef __cplusplus
18620 extern "C"
18621 #endif
18622 char connect ();
18624 main ()
18626 return connect ();
18628 return 0;
18630 _ACEOF
18631 for ac_lib in '' socket; do
18632 if test -z "$ac_lib"; then
18633 ac_res="none required"
18634 else
18635 ac_res=-l$ac_lib
18636 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18638 rm -f conftest.$ac_objext conftest$ac_exeext
18639 if { (ac_try="$ac_link"
18640 case "(($ac_try" in
18641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18642 *) ac_try_echo=$ac_try;;
18643 esac
18644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18645 $as_echo "$ac_try_echo") >&5
18646 (eval "$ac_link") 2>conftest.er1
18647 ac_status=$?
18648 grep -v '^ *+' conftest.er1 >conftest.err
18649 rm -f conftest.er1
18650 cat conftest.err >&5
18651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18652 (exit $ac_status); } && {
18653 test -z "$ac_c_werror_flag" ||
18654 test ! -s conftest.err
18655 } && test -s conftest$ac_exeext && {
18656 test "$cross_compiling" = yes ||
18657 $as_test_x conftest$ac_exeext
18658 }; then
18659 ac_cv_search_connect=$ac_res
18660 else
18661 $as_echo "$as_me: failed program was:" >&5
18662 sed 's/^/| /' conftest.$ac_ext >&5
18667 rm -rf conftest.dSYM
18668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18669 conftest$ac_exeext
18670 if test "${ac_cv_search_connect+set}" = set; then
18671 break
18673 done
18674 if test "${ac_cv_search_connect+set}" = set; then
18676 else
18677 ac_cv_search_connect=no
18679 rm conftest.$ac_ext
18680 LIBS=$ac_func_search_save_LIBS
18682 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18683 $as_echo "$ac_cv_search_connect" >&6; }
18684 ac_res=$ac_cv_search_connect
18685 if test "$ac_res" != no; then
18686 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18691 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18692 $as_echo_n "checking for library containing inet_aton... " >&6; }
18693 if test "${ac_cv_search_inet_aton+set}" = set; then
18694 $as_echo_n "(cached) " >&6
18695 else
18696 ac_func_search_save_LIBS=$LIBS
18697 cat >conftest.$ac_ext <<_ACEOF
18698 /* confdefs.h. */
18699 _ACEOF
18700 cat confdefs.h >>conftest.$ac_ext
18701 cat >>conftest.$ac_ext <<_ACEOF
18702 /* end confdefs.h. */
18704 /* Override any GCC internal prototype to avoid an error.
18705 Use char because int might match the return type of a GCC
18706 builtin and then its argument prototype would still apply. */
18707 #ifdef __cplusplus
18708 extern "C"
18709 #endif
18710 char inet_aton ();
18712 main ()
18714 return inet_aton ();
18716 return 0;
18718 _ACEOF
18719 for ac_lib in '' resolv; do
18720 if test -z "$ac_lib"; then
18721 ac_res="none required"
18722 else
18723 ac_res=-l$ac_lib
18724 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18726 rm -f conftest.$ac_objext conftest$ac_exeext
18727 if { (ac_try="$ac_link"
18728 case "(($ac_try" in
18729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18730 *) ac_try_echo=$ac_try;;
18731 esac
18732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18733 $as_echo "$ac_try_echo") >&5
18734 (eval "$ac_link") 2>conftest.er1
18735 ac_status=$?
18736 grep -v '^ *+' conftest.er1 >conftest.err
18737 rm -f conftest.er1
18738 cat conftest.err >&5
18739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740 (exit $ac_status); } && {
18741 test -z "$ac_c_werror_flag" ||
18742 test ! -s conftest.err
18743 } && test -s conftest$ac_exeext && {
18744 test "$cross_compiling" = yes ||
18745 $as_test_x conftest$ac_exeext
18746 }; then
18747 ac_cv_search_inet_aton=$ac_res
18748 else
18749 $as_echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18755 rm -rf conftest.dSYM
18756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18757 conftest$ac_exeext
18758 if test "${ac_cv_search_inet_aton+set}" = set; then
18759 break
18761 done
18762 if test "${ac_cv_search_inet_aton+set}" = set; then
18764 else
18765 ac_cv_search_inet_aton=no
18767 rm conftest.$ac_ext
18768 LIBS=$ac_func_search_save_LIBS
18770 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18771 $as_echo "$ac_cv_search_inet_aton" >&6; }
18772 ac_res=$ac_cv_search_inet_aton
18773 if test "$ac_res" != no; then
18774 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18787 for ac_func in \
18788 getaddrinfo \
18789 getnameinfo \
18790 getnetbyname \
18791 getprotobyname \
18792 getprotobynumber \
18793 getservbyport \
18794 inet_network \
18795 sendmsg \
18798 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18799 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18800 $as_echo_n "checking for $ac_func... " >&6; }
18801 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18802 $as_echo_n "(cached) " >&6
18803 else
18804 cat >conftest.$ac_ext <<_ACEOF
18805 /* confdefs.h. */
18806 _ACEOF
18807 cat confdefs.h >>conftest.$ac_ext
18808 cat >>conftest.$ac_ext <<_ACEOF
18809 /* end confdefs.h. */
18810 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18812 #define $ac_func innocuous_$ac_func
18814 /* System header to define __stub macros and hopefully few prototypes,
18815 which can conflict with char $ac_func (); below.
18816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18817 <limits.h> exists even on freestanding compilers. */
18819 #ifdef __STDC__
18820 # include <limits.h>
18821 #else
18822 # include <assert.h>
18823 #endif
18825 #undef $ac_func
18827 /* Override any GCC internal prototype to avoid an error.
18828 Use char because int might match the return type of a GCC
18829 builtin and then its argument prototype would still apply. */
18830 #ifdef __cplusplus
18831 extern "C"
18832 #endif
18833 char $ac_func ();
18834 /* The GNU C library defines this for functions which it implements
18835 to always fail with ENOSYS. Some functions are actually named
18836 something starting with __ and the normal name is an alias. */
18837 #if defined __stub_$ac_func || defined __stub___$ac_func
18838 choke me
18839 #endif
18842 main ()
18844 return $ac_func ();
18846 return 0;
18848 _ACEOF
18849 rm -f conftest.$ac_objext conftest$ac_exeext
18850 if { (ac_try="$ac_link"
18851 case "(($ac_try" in
18852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18853 *) ac_try_echo=$ac_try;;
18854 esac
18855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18856 $as_echo "$ac_try_echo") >&5
18857 (eval "$ac_link") 2>conftest.er1
18858 ac_status=$?
18859 grep -v '^ *+' conftest.er1 >conftest.err
18860 rm -f conftest.er1
18861 cat conftest.err >&5
18862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18863 (exit $ac_status); } && {
18864 test -z "$ac_c_werror_flag" ||
18865 test ! -s conftest.err
18866 } && test -s conftest$ac_exeext && {
18867 test "$cross_compiling" = yes ||
18868 $as_test_x conftest$ac_exeext
18869 }; then
18870 eval "$as_ac_var=yes"
18871 else
18872 $as_echo "$as_me: failed program was:" >&5
18873 sed 's/^/| /' conftest.$ac_ext >&5
18875 eval "$as_ac_var=no"
18878 rm -rf conftest.dSYM
18879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18880 conftest$ac_exeext conftest.$ac_ext
18882 ac_res=`eval 'as_val=${'$as_ac_var'}
18883 $as_echo "$as_val"'`
18884 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18885 $as_echo "$ac_res" >&6; }
18886 as_val=`eval 'as_val=${'$as_ac_var'}
18887 $as_echo "$as_val"'`
18888 if test "x$as_val" = x""yes; then
18889 cat >>confdefs.h <<_ACEOF
18890 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18891 _ACEOF
18894 done
18897 LDAPLIBS=""
18899 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18900 then
18901 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18902 $as_echo_n "checking for LDAPSortKey... " >&6; }
18903 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18904 $as_echo_n "(cached) " >&6
18905 else
18906 ac_cv_type_LDAPSortKey=no
18907 cat >conftest.$ac_ext <<_ACEOF
18908 /* confdefs.h. */
18909 _ACEOF
18910 cat confdefs.h >>conftest.$ac_ext
18911 cat >>conftest.$ac_ext <<_ACEOF
18912 /* end confdefs.h. */
18913 #include <ldap.h>
18916 main ()
18918 if (sizeof (LDAPSortKey))
18919 return 0;
18921 return 0;
18923 _ACEOF
18924 rm -f conftest.$ac_objext
18925 if { (ac_try="$ac_compile"
18926 case "(($ac_try" in
18927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18928 *) ac_try_echo=$ac_try;;
18929 esac
18930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18931 $as_echo "$ac_try_echo") >&5
18932 (eval "$ac_compile") 2>conftest.er1
18933 ac_status=$?
18934 grep -v '^ *+' conftest.er1 >conftest.err
18935 rm -f conftest.er1
18936 cat conftest.err >&5
18937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18938 (exit $ac_status); } && {
18939 test -z "$ac_c_werror_flag" ||
18940 test ! -s conftest.err
18941 } && test -s conftest.$ac_objext; then
18942 cat >conftest.$ac_ext <<_ACEOF
18943 /* confdefs.h. */
18944 _ACEOF
18945 cat confdefs.h >>conftest.$ac_ext
18946 cat >>conftest.$ac_ext <<_ACEOF
18947 /* end confdefs.h. */
18948 #include <ldap.h>
18951 main ()
18953 if (sizeof ((LDAPSortKey)))
18954 return 0;
18956 return 0;
18958 _ACEOF
18959 rm -f conftest.$ac_objext
18960 if { (ac_try="$ac_compile"
18961 case "(($ac_try" in
18962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18963 *) ac_try_echo=$ac_try;;
18964 esac
18965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18966 $as_echo "$ac_try_echo") >&5
18967 (eval "$ac_compile") 2>conftest.er1
18968 ac_status=$?
18969 grep -v '^ *+' conftest.er1 >conftest.err
18970 rm -f conftest.er1
18971 cat conftest.err >&5
18972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18973 (exit $ac_status); } && {
18974 test -z "$ac_c_werror_flag" ||
18975 test ! -s conftest.err
18976 } && test -s conftest.$ac_objext; then
18978 else
18979 $as_echo "$as_me: failed program was:" >&5
18980 sed 's/^/| /' conftest.$ac_ext >&5
18982 ac_cv_type_LDAPSortKey=yes
18985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18986 else
18987 $as_echo "$as_me: failed program was:" >&5
18988 sed 's/^/| /' conftest.$ac_ext >&5
18993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18995 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18996 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18997 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18998 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18999 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19000 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19001 $as_echo_n "(cached) " >&6
19002 else
19003 ac_check_lib_save_LIBS=$LIBS
19004 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19005 cat >conftest.$ac_ext <<_ACEOF
19006 /* confdefs.h. */
19007 _ACEOF
19008 cat confdefs.h >>conftest.$ac_ext
19009 cat >>conftest.$ac_ext <<_ACEOF
19010 /* end confdefs.h. */
19012 /* Override any GCC internal prototype to avoid an error.
19013 Use char because int might match the return type of a GCC
19014 builtin and then its argument prototype would still apply. */
19015 #ifdef __cplusplus
19016 extern "C"
19017 #endif
19018 char ldap_initialize ();
19020 main ()
19022 return ldap_initialize ();
19024 return 0;
19026 _ACEOF
19027 rm -f conftest.$ac_objext conftest$ac_exeext
19028 if { (ac_try="$ac_link"
19029 case "(($ac_try" in
19030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19031 *) ac_try_echo=$ac_try;;
19032 esac
19033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19034 $as_echo "$ac_try_echo") >&5
19035 (eval "$ac_link") 2>conftest.er1
19036 ac_status=$?
19037 grep -v '^ *+' conftest.er1 >conftest.err
19038 rm -f conftest.er1
19039 cat conftest.err >&5
19040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19041 (exit $ac_status); } && {
19042 test -z "$ac_c_werror_flag" ||
19043 test ! -s conftest.err
19044 } && test -s conftest$ac_exeext && {
19045 test "$cross_compiling" = yes ||
19046 $as_test_x conftest$ac_exeext
19047 }; then
19048 ac_cv_lib_ldap_r_ldap_initialize=yes
19049 else
19050 $as_echo "$as_me: failed program was:" >&5
19051 sed 's/^/| /' conftest.$ac_ext >&5
19053 ac_cv_lib_ldap_r_ldap_initialize=no
19056 rm -rf conftest.dSYM
19057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19058 conftest$ac_exeext conftest.$ac_ext
19059 LIBS=$ac_check_lib_save_LIBS
19061 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19062 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19063 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19064 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19065 $as_echo_n "checking for ber_init in -llber... " >&6; }
19066 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19067 $as_echo_n "(cached) " >&6
19068 else
19069 ac_check_lib_save_LIBS=$LIBS
19070 LIBS="-llber $LIBPTHREAD $LIBS"
19071 cat >conftest.$ac_ext <<_ACEOF
19072 /* confdefs.h. */
19073 _ACEOF
19074 cat confdefs.h >>conftest.$ac_ext
19075 cat >>conftest.$ac_ext <<_ACEOF
19076 /* end confdefs.h. */
19078 /* Override any GCC internal prototype to avoid an error.
19079 Use char because int might match the return type of a GCC
19080 builtin and then its argument prototype would still apply. */
19081 #ifdef __cplusplus
19082 extern "C"
19083 #endif
19084 char ber_init ();
19086 main ()
19088 return ber_init ();
19090 return 0;
19092 _ACEOF
19093 rm -f conftest.$ac_objext conftest$ac_exeext
19094 if { (ac_try="$ac_link"
19095 case "(($ac_try" in
19096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19097 *) ac_try_echo=$ac_try;;
19098 esac
19099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19100 $as_echo "$ac_try_echo") >&5
19101 (eval "$ac_link") 2>conftest.er1
19102 ac_status=$?
19103 grep -v '^ *+' conftest.er1 >conftest.err
19104 rm -f conftest.er1
19105 cat conftest.err >&5
19106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19107 (exit $ac_status); } && {
19108 test -z "$ac_c_werror_flag" ||
19109 test ! -s conftest.err
19110 } && test -s conftest$ac_exeext && {
19111 test "$cross_compiling" = yes ||
19112 $as_test_x conftest$ac_exeext
19113 }; then
19114 ac_cv_lib_lber_ber_init=yes
19115 else
19116 $as_echo "$as_me: failed program was:" >&5
19117 sed 's/^/| /' conftest.$ac_ext >&5
19119 ac_cv_lib_lber_ber_init=no
19122 rm -rf conftest.dSYM
19123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19124 conftest$ac_exeext conftest.$ac_ext
19125 LIBS=$ac_check_lib_save_LIBS
19127 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19128 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19129 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19131 cat >>confdefs.h <<\_ACEOF
19132 #define HAVE_LDAP 1
19133 _ACEOF
19135 LDAPLIBS="-lldap_r -llber"
19142 ac_wine_check_funcs_save_LIBS="$LIBS"
19143 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19152 for ac_func in \
19153 ldap_count_references \
19154 ldap_first_reference \
19155 ldap_next_reference \
19156 ldap_parse_reference \
19157 ldap_parse_sort_control \
19158 ldap_parse_sortresponse_control \
19159 ldap_parse_vlv_control \
19160 ldap_parse_vlvresponse_control
19162 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19163 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19164 $as_echo_n "checking for $ac_func... " >&6; }
19165 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19166 $as_echo_n "(cached) " >&6
19167 else
19168 cat >conftest.$ac_ext <<_ACEOF
19169 /* confdefs.h. */
19170 _ACEOF
19171 cat confdefs.h >>conftest.$ac_ext
19172 cat >>conftest.$ac_ext <<_ACEOF
19173 /* end confdefs.h. */
19174 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19176 #define $ac_func innocuous_$ac_func
19178 /* System header to define __stub macros and hopefully few prototypes,
19179 which can conflict with char $ac_func (); below.
19180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19181 <limits.h> exists even on freestanding compilers. */
19183 #ifdef __STDC__
19184 # include <limits.h>
19185 #else
19186 # include <assert.h>
19187 #endif
19189 #undef $ac_func
19191 /* Override any GCC internal prototype to avoid an error.
19192 Use char because int might match the return type of a GCC
19193 builtin and then its argument prototype would still apply. */
19194 #ifdef __cplusplus
19195 extern "C"
19196 #endif
19197 char $ac_func ();
19198 /* The GNU C library defines this for functions which it implements
19199 to always fail with ENOSYS. Some functions are actually named
19200 something starting with __ and the normal name is an alias. */
19201 #if defined __stub_$ac_func || defined __stub___$ac_func
19202 choke me
19203 #endif
19206 main ()
19208 return $ac_func ();
19210 return 0;
19212 _ACEOF
19213 rm -f conftest.$ac_objext conftest$ac_exeext
19214 if { (ac_try="$ac_link"
19215 case "(($ac_try" in
19216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19217 *) ac_try_echo=$ac_try;;
19218 esac
19219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19220 $as_echo "$ac_try_echo") >&5
19221 (eval "$ac_link") 2>conftest.er1
19222 ac_status=$?
19223 grep -v '^ *+' conftest.er1 >conftest.err
19224 rm -f conftest.er1
19225 cat conftest.err >&5
19226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19227 (exit $ac_status); } && {
19228 test -z "$ac_c_werror_flag" ||
19229 test ! -s conftest.err
19230 } && test -s conftest$ac_exeext && {
19231 test "$cross_compiling" = yes ||
19232 $as_test_x conftest$ac_exeext
19233 }; then
19234 eval "$as_ac_var=yes"
19235 else
19236 $as_echo "$as_me: failed program was:" >&5
19237 sed 's/^/| /' conftest.$ac_ext >&5
19239 eval "$as_ac_var=no"
19242 rm -rf conftest.dSYM
19243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19244 conftest$ac_exeext conftest.$ac_ext
19246 ac_res=`eval 'as_val=${'$as_ac_var'}
19247 $as_echo "$as_val"'`
19248 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19249 $as_echo "$ac_res" >&6; }
19250 as_val=`eval 'as_val=${'$as_ac_var'}
19251 $as_echo "$as_val"'`
19252 if test "x$as_val" = x""yes; then
19253 cat >>confdefs.h <<_ACEOF
19254 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19255 _ACEOF
19258 done
19260 LIBS="$ac_wine_check_funcs_save_LIBS"
19262 if test "x$LDAPLIBS" = "x"; then
19263 case "x$with_ldap" in
19264 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19265 xno) ;;
19266 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19267 This is an error since --with-ldap was requested." >&5
19268 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19269 This is an error since --with-ldap was requested." >&2;}
19270 { (exit 1); exit 1; }; } ;;
19271 esac
19275 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19276 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19277 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19278 $as_echo_n "(cached) " >&6
19279 else
19280 cat >conftest.$ac_ext <<_ACEOF
19281 /* confdefs.h. */
19282 _ACEOF
19283 cat confdefs.h >>conftest.$ac_ext
19284 cat >>conftest.$ac_ext <<_ACEOF
19285 /* end confdefs.h. */
19286 #include <sys/stat.h>
19288 main ()
19290 mkdir("foo");
19292 return 0;
19294 _ACEOF
19295 rm -f conftest.$ac_objext
19296 if { (ac_try="$ac_compile"
19297 case "(($ac_try" in
19298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19299 *) ac_try_echo=$ac_try;;
19300 esac
19301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19302 $as_echo "$ac_try_echo") >&5
19303 (eval "$ac_compile") 2>conftest.er1
19304 ac_status=$?
19305 grep -v '^ *+' conftest.er1 >conftest.err
19306 rm -f conftest.er1
19307 cat conftest.err >&5
19308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); } && {
19310 test -z "$ac_c_werror_flag" ||
19311 test ! -s conftest.err
19312 } && test -s conftest.$ac_objext; then
19313 wine_cv_one_arg_mkdir=yes
19314 else
19315 $as_echo "$as_me: failed program was:" >&5
19316 sed 's/^/| /' conftest.$ac_ext >&5
19318 wine_cv_one_arg_mkdir=no
19321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19323 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19324 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19325 if test "$wine_cv_one_arg_mkdir" = "yes"
19326 then
19328 cat >>confdefs.h <<\_ACEOF
19329 #define HAVE_ONE_ARG_MKDIR 1
19330 _ACEOF
19335 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19336 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19337 if test "${ac_cv_c_const+set}" = set; then
19338 $as_echo_n "(cached) " >&6
19339 else
19340 cat >conftest.$ac_ext <<_ACEOF
19341 /* confdefs.h. */
19342 _ACEOF
19343 cat confdefs.h >>conftest.$ac_ext
19344 cat >>conftest.$ac_ext <<_ACEOF
19345 /* end confdefs.h. */
19348 main ()
19350 /* FIXME: Include the comments suggested by Paul. */
19351 #ifndef __cplusplus
19352 /* Ultrix mips cc rejects this. */
19353 typedef int charset[2];
19354 const charset cs;
19355 /* SunOS 4.1.1 cc rejects this. */
19356 char const *const *pcpcc;
19357 char **ppc;
19358 /* NEC SVR4.0.2 mips cc rejects this. */
19359 struct point {int x, y;};
19360 static struct point const zero = {0,0};
19361 /* AIX XL C 1.02.0.0 rejects this.
19362 It does not let you subtract one const X* pointer from another in
19363 an arm of an if-expression whose if-part is not a constant
19364 expression */
19365 const char *g = "string";
19366 pcpcc = &g + (g ? g-g : 0);
19367 /* HPUX 7.0 cc rejects these. */
19368 ++pcpcc;
19369 ppc = (char**) pcpcc;
19370 pcpcc = (char const *const *) ppc;
19371 { /* SCO 3.2v4 cc rejects this. */
19372 char *t;
19373 char const *s = 0 ? (char *) 0 : (char const *) 0;
19375 *t++ = 0;
19376 if (s) return 0;
19378 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19379 int x[] = {25, 17};
19380 const int *foo = &x[0];
19381 ++foo;
19383 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19384 typedef const int *iptr;
19385 iptr p = 0;
19386 ++p;
19388 { /* AIX XL C 1.02.0.0 rejects this saying
19389 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19390 struct s { int j; const int *ap[3]; };
19391 struct s *b; b->j = 5;
19393 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19394 const int foo = 10;
19395 if (!foo) return 0;
19397 return !cs[0] && !zero.x;
19398 #endif
19401 return 0;
19403 _ACEOF
19404 rm -f conftest.$ac_objext
19405 if { (ac_try="$ac_compile"
19406 case "(($ac_try" in
19407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19408 *) ac_try_echo=$ac_try;;
19409 esac
19410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19411 $as_echo "$ac_try_echo") >&5
19412 (eval "$ac_compile") 2>conftest.er1
19413 ac_status=$?
19414 grep -v '^ *+' conftest.er1 >conftest.err
19415 rm -f conftest.er1
19416 cat conftest.err >&5
19417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19418 (exit $ac_status); } && {
19419 test -z "$ac_c_werror_flag" ||
19420 test ! -s conftest.err
19421 } && test -s conftest.$ac_objext; then
19422 ac_cv_c_const=yes
19423 else
19424 $as_echo "$as_me: failed program was:" >&5
19425 sed 's/^/| /' conftest.$ac_ext >&5
19427 ac_cv_c_const=no
19430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19432 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19433 $as_echo "$ac_cv_c_const" >&6; }
19434 if test $ac_cv_c_const = no; then
19436 cat >>confdefs.h <<\_ACEOF
19437 #define const /**/
19438 _ACEOF
19442 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19443 $as_echo_n "checking for inline... " >&6; }
19444 if test "${ac_cv_c_inline+set}" = set; then
19445 $as_echo_n "(cached) " >&6
19446 else
19447 ac_cv_c_inline=no
19448 for ac_kw in inline __inline__ __inline; do
19449 cat >conftest.$ac_ext <<_ACEOF
19450 /* confdefs.h. */
19451 _ACEOF
19452 cat confdefs.h >>conftest.$ac_ext
19453 cat >>conftest.$ac_ext <<_ACEOF
19454 /* end confdefs.h. */
19455 #ifndef __cplusplus
19456 typedef int foo_t;
19457 static $ac_kw foo_t static_foo () {return 0; }
19458 $ac_kw foo_t foo () {return 0; }
19459 #endif
19461 _ACEOF
19462 rm -f conftest.$ac_objext
19463 if { (ac_try="$ac_compile"
19464 case "(($ac_try" in
19465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19466 *) ac_try_echo=$ac_try;;
19467 esac
19468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19469 $as_echo "$ac_try_echo") >&5
19470 (eval "$ac_compile") 2>conftest.er1
19471 ac_status=$?
19472 grep -v '^ *+' conftest.er1 >conftest.err
19473 rm -f conftest.er1
19474 cat conftest.err >&5
19475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); } && {
19477 test -z "$ac_c_werror_flag" ||
19478 test ! -s conftest.err
19479 } && test -s conftest.$ac_objext; then
19480 ac_cv_c_inline=$ac_kw
19481 else
19482 $as_echo "$as_me: failed program was:" >&5
19483 sed 's/^/| /' conftest.$ac_ext >&5
19488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19489 test "$ac_cv_c_inline" != no && break
19490 done
19493 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19494 $as_echo "$ac_cv_c_inline" >&6; }
19497 case $ac_cv_c_inline in
19498 inline | yes) ;;
19500 case $ac_cv_c_inline in
19501 no) ac_val=;;
19502 *) ac_val=$ac_cv_c_inline;;
19503 esac
19504 cat >>confdefs.h <<_ACEOF
19505 #ifndef __cplusplus
19506 #define inline $ac_val
19507 #endif
19508 _ACEOF
19510 esac
19512 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19513 $as_echo_n "checking for mode_t... " >&6; }
19514 if test "${ac_cv_type_mode_t+set}" = set; then
19515 $as_echo_n "(cached) " >&6
19516 else
19517 ac_cv_type_mode_t=no
19518 cat >conftest.$ac_ext <<_ACEOF
19519 /* confdefs.h. */
19520 _ACEOF
19521 cat confdefs.h >>conftest.$ac_ext
19522 cat >>conftest.$ac_ext <<_ACEOF
19523 /* end confdefs.h. */
19524 $ac_includes_default
19526 main ()
19528 if (sizeof (mode_t))
19529 return 0;
19531 return 0;
19533 _ACEOF
19534 rm -f conftest.$ac_objext
19535 if { (ac_try="$ac_compile"
19536 case "(($ac_try" in
19537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19538 *) ac_try_echo=$ac_try;;
19539 esac
19540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19541 $as_echo "$ac_try_echo") >&5
19542 (eval "$ac_compile") 2>conftest.er1
19543 ac_status=$?
19544 grep -v '^ *+' conftest.er1 >conftest.err
19545 rm -f conftest.er1
19546 cat conftest.err >&5
19547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } && {
19549 test -z "$ac_c_werror_flag" ||
19550 test ! -s conftest.err
19551 } && test -s conftest.$ac_objext; then
19552 cat >conftest.$ac_ext <<_ACEOF
19553 /* confdefs.h. */
19554 _ACEOF
19555 cat confdefs.h >>conftest.$ac_ext
19556 cat >>conftest.$ac_ext <<_ACEOF
19557 /* end confdefs.h. */
19558 $ac_includes_default
19560 main ()
19562 if (sizeof ((mode_t)))
19563 return 0;
19565 return 0;
19567 _ACEOF
19568 rm -f conftest.$ac_objext
19569 if { (ac_try="$ac_compile"
19570 case "(($ac_try" in
19571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19572 *) ac_try_echo=$ac_try;;
19573 esac
19574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19575 $as_echo "$ac_try_echo") >&5
19576 (eval "$ac_compile") 2>conftest.er1
19577 ac_status=$?
19578 grep -v '^ *+' conftest.er1 >conftest.err
19579 rm -f conftest.er1
19580 cat conftest.err >&5
19581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && {
19583 test -z "$ac_c_werror_flag" ||
19584 test ! -s conftest.err
19585 } && test -s conftest.$ac_objext; then
19587 else
19588 $as_echo "$as_me: failed program was:" >&5
19589 sed 's/^/| /' conftest.$ac_ext >&5
19591 ac_cv_type_mode_t=yes
19594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19595 else
19596 $as_echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19604 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19605 $as_echo "$ac_cv_type_mode_t" >&6; }
19606 if test "x$ac_cv_type_mode_t" = x""yes; then
19608 cat >>confdefs.h <<_ACEOF
19609 #define HAVE_MODE_T 1
19610 _ACEOF
19614 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19615 $as_echo_n "checking for off_t... " >&6; }
19616 if test "${ac_cv_type_off_t+set}" = set; then
19617 $as_echo_n "(cached) " >&6
19618 else
19619 ac_cv_type_off_t=no
19620 cat >conftest.$ac_ext <<_ACEOF
19621 /* confdefs.h. */
19622 _ACEOF
19623 cat confdefs.h >>conftest.$ac_ext
19624 cat >>conftest.$ac_ext <<_ACEOF
19625 /* end confdefs.h. */
19626 $ac_includes_default
19628 main ()
19630 if (sizeof (off_t))
19631 return 0;
19633 return 0;
19635 _ACEOF
19636 rm -f conftest.$ac_objext
19637 if { (ac_try="$ac_compile"
19638 case "(($ac_try" in
19639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19640 *) ac_try_echo=$ac_try;;
19641 esac
19642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19643 $as_echo "$ac_try_echo") >&5
19644 (eval "$ac_compile") 2>conftest.er1
19645 ac_status=$?
19646 grep -v '^ *+' conftest.er1 >conftest.err
19647 rm -f conftest.er1
19648 cat conftest.err >&5
19649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19650 (exit $ac_status); } && {
19651 test -z "$ac_c_werror_flag" ||
19652 test ! -s conftest.err
19653 } && test -s conftest.$ac_objext; then
19654 cat >conftest.$ac_ext <<_ACEOF
19655 /* confdefs.h. */
19656 _ACEOF
19657 cat confdefs.h >>conftest.$ac_ext
19658 cat >>conftest.$ac_ext <<_ACEOF
19659 /* end confdefs.h. */
19660 $ac_includes_default
19662 main ()
19664 if (sizeof ((off_t)))
19665 return 0;
19667 return 0;
19669 _ACEOF
19670 rm -f conftest.$ac_objext
19671 if { (ac_try="$ac_compile"
19672 case "(($ac_try" in
19673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19674 *) ac_try_echo=$ac_try;;
19675 esac
19676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19677 $as_echo "$ac_try_echo") >&5
19678 (eval "$ac_compile") 2>conftest.er1
19679 ac_status=$?
19680 grep -v '^ *+' conftest.er1 >conftest.err
19681 rm -f conftest.er1
19682 cat conftest.err >&5
19683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19684 (exit $ac_status); } && {
19685 test -z "$ac_c_werror_flag" ||
19686 test ! -s conftest.err
19687 } && test -s conftest.$ac_objext; then
19689 else
19690 $as_echo "$as_me: failed program was:" >&5
19691 sed 's/^/| /' conftest.$ac_ext >&5
19693 ac_cv_type_off_t=yes
19696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19697 else
19698 $as_echo "$as_me: failed program was:" >&5
19699 sed 's/^/| /' conftest.$ac_ext >&5
19704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19706 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19707 $as_echo "$ac_cv_type_off_t" >&6; }
19708 if test "x$ac_cv_type_off_t" = x""yes; then
19710 cat >>confdefs.h <<_ACEOF
19711 #define HAVE_OFF_T 1
19712 _ACEOF
19716 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19717 $as_echo_n "checking for pid_t... " >&6; }
19718 if test "${ac_cv_type_pid_t+set}" = set; then
19719 $as_echo_n "(cached) " >&6
19720 else
19721 ac_cv_type_pid_t=no
19722 cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h. */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h. */
19728 $ac_includes_default
19730 main ()
19732 if (sizeof (pid_t))
19733 return 0;
19735 return 0;
19737 _ACEOF
19738 rm -f conftest.$ac_objext
19739 if { (ac_try="$ac_compile"
19740 case "(($ac_try" in
19741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19742 *) ac_try_echo=$ac_try;;
19743 esac
19744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19745 $as_echo "$ac_try_echo") >&5
19746 (eval "$ac_compile") 2>conftest.er1
19747 ac_status=$?
19748 grep -v '^ *+' conftest.er1 >conftest.err
19749 rm -f conftest.er1
19750 cat conftest.err >&5
19751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19752 (exit $ac_status); } && {
19753 test -z "$ac_c_werror_flag" ||
19754 test ! -s conftest.err
19755 } && test -s conftest.$ac_objext; then
19756 cat >conftest.$ac_ext <<_ACEOF
19757 /* confdefs.h. */
19758 _ACEOF
19759 cat confdefs.h >>conftest.$ac_ext
19760 cat >>conftest.$ac_ext <<_ACEOF
19761 /* end confdefs.h. */
19762 $ac_includes_default
19764 main ()
19766 if (sizeof ((pid_t)))
19767 return 0;
19769 return 0;
19771 _ACEOF
19772 rm -f conftest.$ac_objext
19773 if { (ac_try="$ac_compile"
19774 case "(($ac_try" in
19775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19776 *) ac_try_echo=$ac_try;;
19777 esac
19778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19779 $as_echo "$ac_try_echo") >&5
19780 (eval "$ac_compile") 2>conftest.er1
19781 ac_status=$?
19782 grep -v '^ *+' conftest.er1 >conftest.err
19783 rm -f conftest.er1
19784 cat conftest.err >&5
19785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19786 (exit $ac_status); } && {
19787 test -z "$ac_c_werror_flag" ||
19788 test ! -s conftest.err
19789 } && test -s conftest.$ac_objext; then
19791 else
19792 $as_echo "$as_me: failed program was:" >&5
19793 sed 's/^/| /' conftest.$ac_ext >&5
19795 ac_cv_type_pid_t=yes
19798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19799 else
19800 $as_echo "$as_me: failed program was:" >&5
19801 sed 's/^/| /' conftest.$ac_ext >&5
19806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19808 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19809 $as_echo "$ac_cv_type_pid_t" >&6; }
19810 if test "x$ac_cv_type_pid_t" = x""yes; then
19812 cat >>confdefs.h <<_ACEOF
19813 #define HAVE_PID_T 1
19814 _ACEOF
19818 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19819 $as_echo_n "checking for size_t... " >&6; }
19820 if test "${ac_cv_type_size_t+set}" = set; then
19821 $as_echo_n "(cached) " >&6
19822 else
19823 ac_cv_type_size_t=no
19824 cat >conftest.$ac_ext <<_ACEOF
19825 /* confdefs.h. */
19826 _ACEOF
19827 cat confdefs.h >>conftest.$ac_ext
19828 cat >>conftest.$ac_ext <<_ACEOF
19829 /* end confdefs.h. */
19830 $ac_includes_default
19832 main ()
19834 if (sizeof (size_t))
19835 return 0;
19837 return 0;
19839 _ACEOF
19840 rm -f conftest.$ac_objext
19841 if { (ac_try="$ac_compile"
19842 case "(($ac_try" in
19843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19844 *) ac_try_echo=$ac_try;;
19845 esac
19846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19847 $as_echo "$ac_try_echo") >&5
19848 (eval "$ac_compile") 2>conftest.er1
19849 ac_status=$?
19850 grep -v '^ *+' conftest.er1 >conftest.err
19851 rm -f conftest.er1
19852 cat conftest.err >&5
19853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19854 (exit $ac_status); } && {
19855 test -z "$ac_c_werror_flag" ||
19856 test ! -s conftest.err
19857 } && test -s conftest.$ac_objext; then
19858 cat >conftest.$ac_ext <<_ACEOF
19859 /* confdefs.h. */
19860 _ACEOF
19861 cat confdefs.h >>conftest.$ac_ext
19862 cat >>conftest.$ac_ext <<_ACEOF
19863 /* end confdefs.h. */
19864 $ac_includes_default
19866 main ()
19868 if (sizeof ((size_t)))
19869 return 0;
19871 return 0;
19873 _ACEOF
19874 rm -f conftest.$ac_objext
19875 if { (ac_try="$ac_compile"
19876 case "(($ac_try" in
19877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19878 *) ac_try_echo=$ac_try;;
19879 esac
19880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19881 $as_echo "$ac_try_echo") >&5
19882 (eval "$ac_compile") 2>conftest.er1
19883 ac_status=$?
19884 grep -v '^ *+' conftest.er1 >conftest.err
19885 rm -f conftest.er1
19886 cat conftest.err >&5
19887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19888 (exit $ac_status); } && {
19889 test -z "$ac_c_werror_flag" ||
19890 test ! -s conftest.err
19891 } && test -s conftest.$ac_objext; then
19893 else
19894 $as_echo "$as_me: failed program was:" >&5
19895 sed 's/^/| /' conftest.$ac_ext >&5
19897 ac_cv_type_size_t=yes
19900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19901 else
19902 $as_echo "$as_me: failed program was:" >&5
19903 sed 's/^/| /' conftest.$ac_ext >&5
19908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19910 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19911 $as_echo "$ac_cv_type_size_t" >&6; }
19912 if test "x$ac_cv_type_size_t" = x""yes; then
19914 cat >>confdefs.h <<_ACEOF
19915 #define HAVE_SIZE_T 1
19916 _ACEOF
19920 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19921 $as_echo_n "checking for ssize_t... " >&6; }
19922 if test "${ac_cv_type_ssize_t+set}" = set; then
19923 $as_echo_n "(cached) " >&6
19924 else
19925 ac_cv_type_ssize_t=no
19926 cat >conftest.$ac_ext <<_ACEOF
19927 /* confdefs.h. */
19928 _ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 $ac_includes_default
19934 main ()
19936 if (sizeof (ssize_t))
19937 return 0;
19939 return 0;
19941 _ACEOF
19942 rm -f conftest.$ac_objext
19943 if { (ac_try="$ac_compile"
19944 case "(($ac_try" in
19945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19946 *) ac_try_echo=$ac_try;;
19947 esac
19948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19949 $as_echo "$ac_try_echo") >&5
19950 (eval "$ac_compile") 2>conftest.er1
19951 ac_status=$?
19952 grep -v '^ *+' conftest.er1 >conftest.err
19953 rm -f conftest.er1
19954 cat conftest.err >&5
19955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19956 (exit $ac_status); } && {
19957 test -z "$ac_c_werror_flag" ||
19958 test ! -s conftest.err
19959 } && test -s conftest.$ac_objext; then
19960 cat >conftest.$ac_ext <<_ACEOF
19961 /* confdefs.h. */
19962 _ACEOF
19963 cat confdefs.h >>conftest.$ac_ext
19964 cat >>conftest.$ac_ext <<_ACEOF
19965 /* end confdefs.h. */
19966 $ac_includes_default
19968 main ()
19970 if (sizeof ((ssize_t)))
19971 return 0;
19973 return 0;
19975 _ACEOF
19976 rm -f conftest.$ac_objext
19977 if { (ac_try="$ac_compile"
19978 case "(($ac_try" in
19979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19980 *) ac_try_echo=$ac_try;;
19981 esac
19982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19983 $as_echo "$ac_try_echo") >&5
19984 (eval "$ac_compile") 2>conftest.er1
19985 ac_status=$?
19986 grep -v '^ *+' conftest.er1 >conftest.err
19987 rm -f conftest.er1
19988 cat conftest.err >&5
19989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19990 (exit $ac_status); } && {
19991 test -z "$ac_c_werror_flag" ||
19992 test ! -s conftest.err
19993 } && test -s conftest.$ac_objext; then
19995 else
19996 $as_echo "$as_me: failed program was:" >&5
19997 sed 's/^/| /' conftest.$ac_ext >&5
19999 ac_cv_type_ssize_t=yes
20002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20003 else
20004 $as_echo "$as_me: failed program was:" >&5
20005 sed 's/^/| /' conftest.$ac_ext >&5
20010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20012 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20013 $as_echo "$ac_cv_type_ssize_t" >&6; }
20014 if test "x$ac_cv_type_ssize_t" = x""yes; then
20016 cat >>confdefs.h <<_ACEOF
20017 #define HAVE_SSIZE_T 1
20018 _ACEOF
20022 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20023 $as_echo_n "checking for long long... " >&6; }
20024 if test "${ac_cv_type_long_long+set}" = set; then
20025 $as_echo_n "(cached) " >&6
20026 else
20027 ac_cv_type_long_long=no
20028 cat >conftest.$ac_ext <<_ACEOF
20029 /* confdefs.h. */
20030 _ACEOF
20031 cat confdefs.h >>conftest.$ac_ext
20032 cat >>conftest.$ac_ext <<_ACEOF
20033 /* end confdefs.h. */
20034 $ac_includes_default
20036 main ()
20038 if (sizeof (long long))
20039 return 0;
20041 return 0;
20043 _ACEOF
20044 rm -f conftest.$ac_objext
20045 if { (ac_try="$ac_compile"
20046 case "(($ac_try" in
20047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20048 *) ac_try_echo=$ac_try;;
20049 esac
20050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20051 $as_echo "$ac_try_echo") >&5
20052 (eval "$ac_compile") 2>conftest.er1
20053 ac_status=$?
20054 grep -v '^ *+' conftest.er1 >conftest.err
20055 rm -f conftest.er1
20056 cat conftest.err >&5
20057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20058 (exit $ac_status); } && {
20059 test -z "$ac_c_werror_flag" ||
20060 test ! -s conftest.err
20061 } && test -s conftest.$ac_objext; then
20062 cat >conftest.$ac_ext <<_ACEOF
20063 /* confdefs.h. */
20064 _ACEOF
20065 cat confdefs.h >>conftest.$ac_ext
20066 cat >>conftest.$ac_ext <<_ACEOF
20067 /* end confdefs.h. */
20068 $ac_includes_default
20070 main ()
20072 if (sizeof ((long long)))
20073 return 0;
20075 return 0;
20077 _ACEOF
20078 rm -f conftest.$ac_objext
20079 if { (ac_try="$ac_compile"
20080 case "(($ac_try" in
20081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20082 *) ac_try_echo=$ac_try;;
20083 esac
20084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20085 $as_echo "$ac_try_echo") >&5
20086 (eval "$ac_compile") 2>conftest.er1
20087 ac_status=$?
20088 grep -v '^ *+' conftest.er1 >conftest.err
20089 rm -f conftest.er1
20090 cat conftest.err >&5
20091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20092 (exit $ac_status); } && {
20093 test -z "$ac_c_werror_flag" ||
20094 test ! -s conftest.err
20095 } && test -s conftest.$ac_objext; then
20097 else
20098 $as_echo "$as_me: failed program was:" >&5
20099 sed 's/^/| /' conftest.$ac_ext >&5
20101 ac_cv_type_long_long=yes
20104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20105 else
20106 $as_echo "$as_me: failed program was:" >&5
20107 sed 's/^/| /' conftest.$ac_ext >&5
20112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20114 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20115 $as_echo "$ac_cv_type_long_long" >&6; }
20116 if test "x$ac_cv_type_long_long" = x""yes; then
20118 cat >>confdefs.h <<_ACEOF
20119 #define HAVE_LONG_LONG 1
20120 _ACEOF
20124 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20125 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20126 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20127 $as_echo_n "(cached) " >&6
20128 else
20129 ac_cv_type_fsblkcnt_t=no
20130 cat >conftest.$ac_ext <<_ACEOF
20131 /* confdefs.h. */
20132 _ACEOF
20133 cat confdefs.h >>conftest.$ac_ext
20134 cat >>conftest.$ac_ext <<_ACEOF
20135 /* end confdefs.h. */
20136 $ac_includes_default
20138 main ()
20140 if (sizeof (fsblkcnt_t))
20141 return 0;
20143 return 0;
20145 _ACEOF
20146 rm -f conftest.$ac_objext
20147 if { (ac_try="$ac_compile"
20148 case "(($ac_try" in
20149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20150 *) ac_try_echo=$ac_try;;
20151 esac
20152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20153 $as_echo "$ac_try_echo") >&5
20154 (eval "$ac_compile") 2>conftest.er1
20155 ac_status=$?
20156 grep -v '^ *+' conftest.er1 >conftest.err
20157 rm -f conftest.er1
20158 cat conftest.err >&5
20159 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20160 (exit $ac_status); } && {
20161 test -z "$ac_c_werror_flag" ||
20162 test ! -s conftest.err
20163 } && test -s conftest.$ac_objext; then
20164 cat >conftest.$ac_ext <<_ACEOF
20165 /* confdefs.h. */
20166 _ACEOF
20167 cat confdefs.h >>conftest.$ac_ext
20168 cat >>conftest.$ac_ext <<_ACEOF
20169 /* end confdefs.h. */
20170 $ac_includes_default
20172 main ()
20174 if (sizeof ((fsblkcnt_t)))
20175 return 0;
20177 return 0;
20179 _ACEOF
20180 rm -f conftest.$ac_objext
20181 if { (ac_try="$ac_compile"
20182 case "(($ac_try" in
20183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20184 *) ac_try_echo=$ac_try;;
20185 esac
20186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20187 $as_echo "$ac_try_echo") >&5
20188 (eval "$ac_compile") 2>conftest.er1
20189 ac_status=$?
20190 grep -v '^ *+' conftest.er1 >conftest.err
20191 rm -f conftest.er1
20192 cat conftest.err >&5
20193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && {
20195 test -z "$ac_c_werror_flag" ||
20196 test ! -s conftest.err
20197 } && test -s conftest.$ac_objext; then
20199 else
20200 $as_echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20203 ac_cv_type_fsblkcnt_t=yes
20206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20207 else
20208 $as_echo "$as_me: failed program was:" >&5
20209 sed 's/^/| /' conftest.$ac_ext >&5
20214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20216 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20217 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20218 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20220 cat >>confdefs.h <<_ACEOF
20221 #define HAVE_FSBLKCNT_T 1
20222 _ACEOF
20226 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20227 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20228 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20229 $as_echo_n "(cached) " >&6
20230 else
20231 ac_cv_type_fsfilcnt_t=no
20232 cat >conftest.$ac_ext <<_ACEOF
20233 /* confdefs.h. */
20234 _ACEOF
20235 cat confdefs.h >>conftest.$ac_ext
20236 cat >>conftest.$ac_ext <<_ACEOF
20237 /* end confdefs.h. */
20238 $ac_includes_default
20240 main ()
20242 if (sizeof (fsfilcnt_t))
20243 return 0;
20245 return 0;
20247 _ACEOF
20248 rm -f conftest.$ac_objext
20249 if { (ac_try="$ac_compile"
20250 case "(($ac_try" in
20251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20252 *) ac_try_echo=$ac_try;;
20253 esac
20254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20255 $as_echo "$ac_try_echo") >&5
20256 (eval "$ac_compile") 2>conftest.er1
20257 ac_status=$?
20258 grep -v '^ *+' conftest.er1 >conftest.err
20259 rm -f conftest.er1
20260 cat conftest.err >&5
20261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20262 (exit $ac_status); } && {
20263 test -z "$ac_c_werror_flag" ||
20264 test ! -s conftest.err
20265 } && test -s conftest.$ac_objext; then
20266 cat >conftest.$ac_ext <<_ACEOF
20267 /* confdefs.h. */
20268 _ACEOF
20269 cat confdefs.h >>conftest.$ac_ext
20270 cat >>conftest.$ac_ext <<_ACEOF
20271 /* end confdefs.h. */
20272 $ac_includes_default
20274 main ()
20276 if (sizeof ((fsfilcnt_t)))
20277 return 0;
20279 return 0;
20281 _ACEOF
20282 rm -f conftest.$ac_objext
20283 if { (ac_try="$ac_compile"
20284 case "(($ac_try" in
20285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20286 *) ac_try_echo=$ac_try;;
20287 esac
20288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20289 $as_echo "$ac_try_echo") >&5
20290 (eval "$ac_compile") 2>conftest.er1
20291 ac_status=$?
20292 grep -v '^ *+' conftest.er1 >conftest.err
20293 rm -f conftest.er1
20294 cat conftest.err >&5
20295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20296 (exit $ac_status); } && {
20297 test -z "$ac_c_werror_flag" ||
20298 test ! -s conftest.err
20299 } && test -s conftest.$ac_objext; then
20301 else
20302 $as_echo "$as_me: failed program was:" >&5
20303 sed 's/^/| /' conftest.$ac_ext >&5
20305 ac_cv_type_fsfilcnt_t=yes
20308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20309 else
20310 $as_echo "$as_me: failed program was:" >&5
20311 sed 's/^/| /' conftest.$ac_ext >&5
20316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20318 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20319 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20320 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20322 cat >>confdefs.h <<_ACEOF
20323 #define HAVE_FSFILCNT_T 1
20324 _ACEOF
20329 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20330 $as_echo_n "checking for sigset_t... " >&6; }
20331 if test "${ac_cv_type_sigset_t+set}" = set; then
20332 $as_echo_n "(cached) " >&6
20333 else
20334 ac_cv_type_sigset_t=no
20335 cat >conftest.$ac_ext <<_ACEOF
20336 /* confdefs.h. */
20337 _ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341 #include <sys/types.h>
20342 #include <signal.h>
20345 main ()
20347 if (sizeof (sigset_t))
20348 return 0;
20350 return 0;
20352 _ACEOF
20353 rm -f conftest.$ac_objext
20354 if { (ac_try="$ac_compile"
20355 case "(($ac_try" in
20356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20357 *) ac_try_echo=$ac_try;;
20358 esac
20359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20360 $as_echo "$ac_try_echo") >&5
20361 (eval "$ac_compile") 2>conftest.er1
20362 ac_status=$?
20363 grep -v '^ *+' conftest.er1 >conftest.err
20364 rm -f conftest.er1
20365 cat conftest.err >&5
20366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20367 (exit $ac_status); } && {
20368 test -z "$ac_c_werror_flag" ||
20369 test ! -s conftest.err
20370 } && test -s conftest.$ac_objext; then
20371 cat >conftest.$ac_ext <<_ACEOF
20372 /* confdefs.h. */
20373 _ACEOF
20374 cat confdefs.h >>conftest.$ac_ext
20375 cat >>conftest.$ac_ext <<_ACEOF
20376 /* end confdefs.h. */
20377 #include <sys/types.h>
20378 #include <signal.h>
20381 main ()
20383 if (sizeof ((sigset_t)))
20384 return 0;
20386 return 0;
20388 _ACEOF
20389 rm -f conftest.$ac_objext
20390 if { (ac_try="$ac_compile"
20391 case "(($ac_try" in
20392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20393 *) ac_try_echo=$ac_try;;
20394 esac
20395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20396 $as_echo "$ac_try_echo") >&5
20397 (eval "$ac_compile") 2>conftest.er1
20398 ac_status=$?
20399 grep -v '^ *+' conftest.er1 >conftest.err
20400 rm -f conftest.er1
20401 cat conftest.err >&5
20402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20403 (exit $ac_status); } && {
20404 test -z "$ac_c_werror_flag" ||
20405 test ! -s conftest.err
20406 } && test -s conftest.$ac_objext; then
20408 else
20409 $as_echo "$as_me: failed program was:" >&5
20410 sed 's/^/| /' conftest.$ac_ext >&5
20412 ac_cv_type_sigset_t=yes
20415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20416 else
20417 $as_echo "$as_me: failed program was:" >&5
20418 sed 's/^/| /' conftest.$ac_ext >&5
20423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20425 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20426 $as_echo "$ac_cv_type_sigset_t" >&6; }
20427 if test "x$ac_cv_type_sigset_t" = x""yes; then
20429 cat >>confdefs.h <<_ACEOF
20430 #define HAVE_SIGSET_T 1
20431 _ACEOF
20436 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20437 $as_echo_n "checking for request_sense... " >&6; }
20438 if test "${ac_cv_type_request_sense+set}" = set; then
20439 $as_echo_n "(cached) " >&6
20440 else
20441 ac_cv_type_request_sense=no
20442 cat >conftest.$ac_ext <<_ACEOF
20443 /* confdefs.h. */
20444 _ACEOF
20445 cat confdefs.h >>conftest.$ac_ext
20446 cat >>conftest.$ac_ext <<_ACEOF
20447 /* end confdefs.h. */
20448 #include <linux/cdrom.h>
20451 main ()
20453 if (sizeof (request_sense))
20454 return 0;
20456 return 0;
20458 _ACEOF
20459 rm -f conftest.$ac_objext
20460 if { (ac_try="$ac_compile"
20461 case "(($ac_try" in
20462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20463 *) ac_try_echo=$ac_try;;
20464 esac
20465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20466 $as_echo "$ac_try_echo") >&5
20467 (eval "$ac_compile") 2>conftest.er1
20468 ac_status=$?
20469 grep -v '^ *+' conftest.er1 >conftest.err
20470 rm -f conftest.er1
20471 cat conftest.err >&5
20472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20473 (exit $ac_status); } && {
20474 test -z "$ac_c_werror_flag" ||
20475 test ! -s conftest.err
20476 } && test -s conftest.$ac_objext; then
20477 cat >conftest.$ac_ext <<_ACEOF
20478 /* confdefs.h. */
20479 _ACEOF
20480 cat confdefs.h >>conftest.$ac_ext
20481 cat >>conftest.$ac_ext <<_ACEOF
20482 /* end confdefs.h. */
20483 #include <linux/cdrom.h>
20486 main ()
20488 if (sizeof ((request_sense)))
20489 return 0;
20491 return 0;
20493 _ACEOF
20494 rm -f conftest.$ac_objext
20495 if { (ac_try="$ac_compile"
20496 case "(($ac_try" in
20497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20498 *) ac_try_echo=$ac_try;;
20499 esac
20500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20501 $as_echo "$ac_try_echo") >&5
20502 (eval "$ac_compile") 2>conftest.er1
20503 ac_status=$?
20504 grep -v '^ *+' conftest.er1 >conftest.err
20505 rm -f conftest.er1
20506 cat conftest.err >&5
20507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20508 (exit $ac_status); } && {
20509 test -z "$ac_c_werror_flag" ||
20510 test ! -s conftest.err
20511 } && test -s conftest.$ac_objext; then
20513 else
20514 $as_echo "$as_me: failed program was:" >&5
20515 sed 's/^/| /' conftest.$ac_ext >&5
20517 ac_cv_type_request_sense=yes
20520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20521 else
20522 $as_echo "$as_me: failed program was:" >&5
20523 sed 's/^/| /' conftest.$ac_ext >&5
20528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20530 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20531 $as_echo "$ac_cv_type_request_sense" >&6; }
20532 if test "x$ac_cv_type_request_sense" = x""yes; then
20534 cat >>confdefs.h <<_ACEOF
20535 #define HAVE_REQUEST_SENSE 1
20536 _ACEOF
20542 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20543 $as_echo_n "checking for struct xinpgen... " >&6; }
20544 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20545 $as_echo_n "(cached) " >&6
20546 else
20547 ac_cv_type_struct_xinpgen=no
20548 cat >conftest.$ac_ext <<_ACEOF
20549 /* confdefs.h. */
20550 _ACEOF
20551 cat confdefs.h >>conftest.$ac_ext
20552 cat >>conftest.$ac_ext <<_ACEOF
20553 /* end confdefs.h. */
20554 #include <sys/types.h>
20555 #ifdef HAVE_SYS_SOCKET_H
20556 #include <sys/socket.h>
20557 #endif
20558 #ifdef HAVE_SYS_SOCKETVAR_H
20559 #include <sys/socketvar.h>
20560 #endif
20561 #ifdef HAVE_NET_ROUTE_H
20562 #include <net/route.h>
20563 #endif
20564 #ifdef HAVE_NETINET_IN_H
20565 #include <netinet/in.h>
20566 #endif
20567 #ifdef HAVE_NETINET_IN_SYSTM_H
20568 #include <netinet/in_systm.h>
20569 #endif
20570 #ifdef HAVE_NETINET_IP_H
20571 #include <netinet/ip.h>
20572 #endif
20573 #ifdef HAVE_NETINET_IN_PCB_H
20574 #include <netinet/in_pcb.h>
20575 #endif
20578 main ()
20580 if (sizeof (struct xinpgen))
20581 return 0;
20583 return 0;
20585 _ACEOF
20586 rm -f conftest.$ac_objext
20587 if { (ac_try="$ac_compile"
20588 case "(($ac_try" in
20589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20590 *) ac_try_echo=$ac_try;;
20591 esac
20592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20593 $as_echo "$ac_try_echo") >&5
20594 (eval "$ac_compile") 2>conftest.er1
20595 ac_status=$?
20596 grep -v '^ *+' conftest.er1 >conftest.err
20597 rm -f conftest.er1
20598 cat conftest.err >&5
20599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && {
20601 test -z "$ac_c_werror_flag" ||
20602 test ! -s conftest.err
20603 } && test -s conftest.$ac_objext; then
20604 cat >conftest.$ac_ext <<_ACEOF
20605 /* confdefs.h. */
20606 _ACEOF
20607 cat confdefs.h >>conftest.$ac_ext
20608 cat >>conftest.$ac_ext <<_ACEOF
20609 /* end confdefs.h. */
20610 #include <sys/types.h>
20611 #ifdef HAVE_SYS_SOCKET_H
20612 #include <sys/socket.h>
20613 #endif
20614 #ifdef HAVE_SYS_SOCKETVAR_H
20615 #include <sys/socketvar.h>
20616 #endif
20617 #ifdef HAVE_NET_ROUTE_H
20618 #include <net/route.h>
20619 #endif
20620 #ifdef HAVE_NETINET_IN_H
20621 #include <netinet/in.h>
20622 #endif
20623 #ifdef HAVE_NETINET_IN_SYSTM_H
20624 #include <netinet/in_systm.h>
20625 #endif
20626 #ifdef HAVE_NETINET_IP_H
20627 #include <netinet/ip.h>
20628 #endif
20629 #ifdef HAVE_NETINET_IN_PCB_H
20630 #include <netinet/in_pcb.h>
20631 #endif
20634 main ()
20636 if (sizeof ((struct xinpgen)))
20637 return 0;
20639 return 0;
20641 _ACEOF
20642 rm -f conftest.$ac_objext
20643 if { (ac_try="$ac_compile"
20644 case "(($ac_try" in
20645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20646 *) ac_try_echo=$ac_try;;
20647 esac
20648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20649 $as_echo "$ac_try_echo") >&5
20650 (eval "$ac_compile") 2>conftest.er1
20651 ac_status=$?
20652 grep -v '^ *+' conftest.er1 >conftest.err
20653 rm -f conftest.er1
20654 cat conftest.err >&5
20655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20656 (exit $ac_status); } && {
20657 test -z "$ac_c_werror_flag" ||
20658 test ! -s conftest.err
20659 } && test -s conftest.$ac_objext; then
20661 else
20662 $as_echo "$as_me: failed program was:" >&5
20663 sed 's/^/| /' conftest.$ac_ext >&5
20665 ac_cv_type_struct_xinpgen=yes
20668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20669 else
20670 $as_echo "$as_me: failed program was:" >&5
20671 sed 's/^/| /' conftest.$ac_ext >&5
20676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20678 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20679 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20680 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20682 cat >>confdefs.h <<_ACEOF
20683 #define HAVE_STRUCT_XINPGEN 1
20684 _ACEOF
20690 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20691 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20692 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20693 $as_echo_n "(cached) " >&6
20694 else
20695 cat >conftest.$ac_ext <<_ACEOF
20696 /* confdefs.h. */
20697 _ACEOF
20698 cat confdefs.h >>conftest.$ac_ext
20699 cat >>conftest.$ac_ext <<_ACEOF
20700 /* end confdefs.h. */
20701 #ifdef HAVE_LINUX_INPUT_H
20702 #include <linux/input.h>
20703 #endif
20706 main ()
20708 static struct ff_effect ac_aggr;
20709 if (ac_aggr.direction)
20710 return 0;
20712 return 0;
20714 _ACEOF
20715 rm -f conftest.$ac_objext
20716 if { (ac_try="$ac_compile"
20717 case "(($ac_try" in
20718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20719 *) ac_try_echo=$ac_try;;
20720 esac
20721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20722 $as_echo "$ac_try_echo") >&5
20723 (eval "$ac_compile") 2>conftest.er1
20724 ac_status=$?
20725 grep -v '^ *+' conftest.er1 >conftest.err
20726 rm -f conftest.er1
20727 cat conftest.err >&5
20728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20729 (exit $ac_status); } && {
20730 test -z "$ac_c_werror_flag" ||
20731 test ! -s conftest.err
20732 } && test -s conftest.$ac_objext; then
20733 ac_cv_member_struct_ff_effect_direction=yes
20734 else
20735 $as_echo "$as_me: failed program was:" >&5
20736 sed 's/^/| /' conftest.$ac_ext >&5
20738 cat >conftest.$ac_ext <<_ACEOF
20739 /* confdefs.h. */
20740 _ACEOF
20741 cat confdefs.h >>conftest.$ac_ext
20742 cat >>conftest.$ac_ext <<_ACEOF
20743 /* end confdefs.h. */
20744 #ifdef HAVE_LINUX_INPUT_H
20745 #include <linux/input.h>
20746 #endif
20749 main ()
20751 static struct ff_effect ac_aggr;
20752 if (sizeof ac_aggr.direction)
20753 return 0;
20755 return 0;
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (ac_try="$ac_compile"
20760 case "(($ac_try" in
20761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20762 *) ac_try_echo=$ac_try;;
20763 esac
20764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20765 $as_echo "$ac_try_echo") >&5
20766 (eval "$ac_compile") 2>conftest.er1
20767 ac_status=$?
20768 grep -v '^ *+' conftest.er1 >conftest.err
20769 rm -f conftest.er1
20770 cat conftest.err >&5
20771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); } && {
20773 test -z "$ac_c_werror_flag" ||
20774 test ! -s conftest.err
20775 } && test -s conftest.$ac_objext; then
20776 ac_cv_member_struct_ff_effect_direction=yes
20777 else
20778 $as_echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20781 ac_cv_member_struct_ff_effect_direction=no
20784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20789 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20790 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20791 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20793 cat >>confdefs.h <<_ACEOF
20794 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20795 _ACEOF
20801 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20802 $as_echo_n "checking for sigaddset... " >&6; }
20803 if test "${wine_cv_have_sigaddset+set}" = set; then
20804 $as_echo_n "(cached) " >&6
20805 else
20806 cat >conftest.$ac_ext <<_ACEOF
20807 /* confdefs.h. */
20808 _ACEOF
20809 cat confdefs.h >>conftest.$ac_ext
20810 cat >>conftest.$ac_ext <<_ACEOF
20811 /* end confdefs.h. */
20812 #include <signal.h>
20814 main ()
20816 sigset_t set; sigaddset(&set,SIGTERM);
20818 return 0;
20820 _ACEOF
20821 rm -f conftest.$ac_objext conftest$ac_exeext
20822 if { (ac_try="$ac_link"
20823 case "(($ac_try" in
20824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20825 *) ac_try_echo=$ac_try;;
20826 esac
20827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20828 $as_echo "$ac_try_echo") >&5
20829 (eval "$ac_link") 2>conftest.er1
20830 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && {
20836 test -z "$ac_c_werror_flag" ||
20837 test ! -s conftest.err
20838 } && test -s conftest$ac_exeext && {
20839 test "$cross_compiling" = yes ||
20840 $as_test_x conftest$ac_exeext
20841 }; then
20842 wine_cv_have_sigaddset=yes
20843 else
20844 $as_echo "$as_me: failed program was:" >&5
20845 sed 's/^/| /' conftest.$ac_ext >&5
20847 wine_cv_have_sigaddset=no
20850 rm -rf conftest.dSYM
20851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20852 conftest$ac_exeext conftest.$ac_ext
20854 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20855 $as_echo "$wine_cv_have_sigaddset" >&6; }
20856 if test "$wine_cv_have_sigaddset" = "yes"
20857 then
20859 cat >>confdefs.h <<\_ACEOF
20860 #define HAVE_SIGADDSET 1
20861 _ACEOF
20866 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20867 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20868 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20869 $as_echo_n "(cached) " >&6
20870 else
20871 cat >conftest.$ac_ext <<_ACEOF
20872 /* confdefs.h. */
20873 _ACEOF
20874 cat confdefs.h >>conftest.$ac_ext
20875 cat >>conftest.$ac_ext <<_ACEOF
20876 /* end confdefs.h. */
20877 #include <netdb.h>
20879 main ()
20882 char *name=0;
20883 struct hostent he;
20884 struct hostent *result;
20885 char *buf=0;
20886 int bufsize=0;
20887 int res,errnr;
20888 char *addr=0;
20889 int addrlen=0;
20890 int addrtype=0;
20891 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20892 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20895 return 0;
20897 _ACEOF
20898 rm -f conftest.$ac_objext conftest$ac_exeext
20899 if { (ac_try="$ac_link"
20900 case "(($ac_try" in
20901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20902 *) ac_try_echo=$ac_try;;
20903 esac
20904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20905 $as_echo "$ac_try_echo") >&5
20906 (eval "$ac_link") 2>conftest.er1
20907 ac_status=$?
20908 grep -v '^ *+' conftest.er1 >conftest.err
20909 rm -f conftest.er1
20910 cat conftest.err >&5
20911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912 (exit $ac_status); } && {
20913 test -z "$ac_c_werror_flag" ||
20914 test ! -s conftest.err
20915 } && test -s conftest$ac_exeext && {
20916 test "$cross_compiling" = yes ||
20917 $as_test_x conftest$ac_exeext
20918 }; then
20919 wine_cv_linux_gethostbyname_r_6=yes
20920 else
20921 $as_echo "$as_me: failed program was:" >&5
20922 sed 's/^/| /' conftest.$ac_ext >&5
20924 wine_cv_linux_gethostbyname_r_6=no
20928 rm -rf conftest.dSYM
20929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20930 conftest$ac_exeext conftest.$ac_ext
20933 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20934 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20935 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20936 then
20938 cat >>confdefs.h <<\_ACEOF
20939 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20940 _ACEOF
20944 if test "$ac_cv_header_linux_joystick_h" = "yes"
20945 then
20946 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20947 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20948 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20949 $as_echo_n "(cached) " >&6
20950 else
20951 cat >conftest.$ac_ext <<_ACEOF
20952 /* confdefs.h. */
20953 _ACEOF
20954 cat confdefs.h >>conftest.$ac_ext
20955 cat >>conftest.$ac_ext <<_ACEOF
20956 /* end confdefs.h. */
20958 #include <sys/ioctl.h>
20959 #include <sys/types.h>
20960 #include <linux/joystick.h>
20962 struct js_event blub;
20963 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20964 #error "no 2.2 header"
20965 #endif
20968 main ()
20970 /*empty*/
20972 return 0;
20974 _ACEOF
20975 rm -f conftest.$ac_objext
20976 if { (ac_try="$ac_compile"
20977 case "(($ac_try" in
20978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20979 *) ac_try_echo=$ac_try;;
20980 esac
20981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20982 $as_echo "$ac_try_echo") >&5
20983 (eval "$ac_compile") 2>conftest.er1
20984 ac_status=$?
20985 grep -v '^ *+' conftest.er1 >conftest.err
20986 rm -f conftest.er1
20987 cat conftest.err >&5
20988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20989 (exit $ac_status); } && {
20990 test -z "$ac_c_werror_flag" ||
20991 test ! -s conftest.err
20992 } && test -s conftest.$ac_objext; then
20993 wine_cv_linux_joystick_22_api=yes
20994 else
20995 $as_echo "$as_me: failed program was:" >&5
20996 sed 's/^/| /' conftest.$ac_ext >&5
20998 wine_cv_linux_joystick_22_api=no
21001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21004 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21005 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21006 if test "$wine_cv_linux_joystick_22_api" = "yes"
21007 then
21009 cat >>confdefs.h <<\_ACEOF
21010 #define HAVE_LINUX_22_JOYSTICK_API 1
21011 _ACEOF
21017 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21018 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21019 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21020 $as_echo_n "(cached) " >&6
21021 else
21022 cat >conftest.$ac_ext <<_ACEOF
21023 /* confdefs.h. */
21024 _ACEOF
21025 cat confdefs.h >>conftest.$ac_ext
21026 cat >>conftest.$ac_ext <<_ACEOF
21027 /* end confdefs.h. */
21028 #include <sys/types.h>
21029 #ifdef HAVE_SYS_PARAM_H
21030 # include <sys/param.h>
21031 #endif
21032 #ifdef HAVE_SYS_MOUNT_H
21033 # include <sys/mount.h>
21034 #endif
21035 #ifdef HAVE_SYS_VFS_H
21036 # include <sys/vfs.h>
21037 #endif
21038 #ifdef HAVE_SYS_STATFS_H
21039 # include <sys/statfs.h>
21040 #endif
21043 main ()
21045 static struct statfs ac_aggr;
21046 if (ac_aggr.f_bfree)
21047 return 0;
21049 return 0;
21051 _ACEOF
21052 rm -f conftest.$ac_objext
21053 if { (ac_try="$ac_compile"
21054 case "(($ac_try" in
21055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056 *) ac_try_echo=$ac_try;;
21057 esac
21058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21059 $as_echo "$ac_try_echo") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_struct_statfs_f_bfree=yes
21071 else
21072 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 #include <sys/types.h>
21082 #ifdef HAVE_SYS_PARAM_H
21083 # include <sys/param.h>
21084 #endif
21085 #ifdef HAVE_SYS_MOUNT_H
21086 # include <sys/mount.h>
21087 #endif
21088 #ifdef HAVE_SYS_VFS_H
21089 # include <sys/vfs.h>
21090 #endif
21091 #ifdef HAVE_SYS_STATFS_H
21092 # include <sys/statfs.h>
21093 #endif
21096 main ()
21098 static struct statfs ac_aggr;
21099 if (sizeof ac_aggr.f_bfree)
21100 return 0;
21102 return 0;
21104 _ACEOF
21105 rm -f conftest.$ac_objext
21106 if { (ac_try="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21110 esac
21111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21112 $as_echo "$ac_try_echo") >&5
21113 (eval "$ac_compile") 2>conftest.er1
21114 ac_status=$?
21115 grep -v '^ *+' conftest.er1 >conftest.err
21116 rm -f conftest.er1
21117 cat conftest.err >&5
21118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } && {
21120 test -z "$ac_c_werror_flag" ||
21121 test ! -s conftest.err
21122 } && test -s conftest.$ac_objext; then
21123 ac_cv_member_struct_statfs_f_bfree=yes
21124 else
21125 $as_echo "$as_me: failed program was:" >&5
21126 sed 's/^/| /' conftest.$ac_ext >&5
21128 ac_cv_member_struct_statfs_f_bfree=no
21131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21137 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21138 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21140 cat >>confdefs.h <<_ACEOF
21141 #define HAVE_STRUCT_STATFS_F_BFREE 1
21142 _ACEOF
21146 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21147 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21148 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21149 $as_echo_n "(cached) " >&6
21150 else
21151 cat >conftest.$ac_ext <<_ACEOF
21152 /* confdefs.h. */
21153 _ACEOF
21154 cat confdefs.h >>conftest.$ac_ext
21155 cat >>conftest.$ac_ext <<_ACEOF
21156 /* end confdefs.h. */
21157 #include <sys/types.h>
21158 #ifdef HAVE_SYS_PARAM_H
21159 # include <sys/param.h>
21160 #endif
21161 #ifdef HAVE_SYS_MOUNT_H
21162 # include <sys/mount.h>
21163 #endif
21164 #ifdef HAVE_SYS_VFS_H
21165 # include <sys/vfs.h>
21166 #endif
21167 #ifdef HAVE_SYS_STATFS_H
21168 # include <sys/statfs.h>
21169 #endif
21172 main ()
21174 static struct statfs ac_aggr;
21175 if (ac_aggr.f_bavail)
21176 return 0;
21178 return 0;
21180 _ACEOF
21181 rm -f conftest.$ac_objext
21182 if { (ac_try="$ac_compile"
21183 case "(($ac_try" in
21184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21186 esac
21187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21188 $as_echo "$ac_try_echo") >&5
21189 (eval "$ac_compile") 2>conftest.er1
21190 ac_status=$?
21191 grep -v '^ *+' conftest.er1 >conftest.err
21192 rm -f conftest.er1
21193 cat conftest.err >&5
21194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } && {
21196 test -z "$ac_c_werror_flag" ||
21197 test ! -s conftest.err
21198 } && test -s conftest.$ac_objext; then
21199 ac_cv_member_struct_statfs_f_bavail=yes
21200 else
21201 $as_echo "$as_me: failed program was:" >&5
21202 sed 's/^/| /' conftest.$ac_ext >&5
21204 cat >conftest.$ac_ext <<_ACEOF
21205 /* confdefs.h. */
21206 _ACEOF
21207 cat confdefs.h >>conftest.$ac_ext
21208 cat >>conftest.$ac_ext <<_ACEOF
21209 /* end confdefs.h. */
21210 #include <sys/types.h>
21211 #ifdef HAVE_SYS_PARAM_H
21212 # include <sys/param.h>
21213 #endif
21214 #ifdef HAVE_SYS_MOUNT_H
21215 # include <sys/mount.h>
21216 #endif
21217 #ifdef HAVE_SYS_VFS_H
21218 # include <sys/vfs.h>
21219 #endif
21220 #ifdef HAVE_SYS_STATFS_H
21221 # include <sys/statfs.h>
21222 #endif
21225 main ()
21227 static struct statfs ac_aggr;
21228 if (sizeof ac_aggr.f_bavail)
21229 return 0;
21231 return 0;
21233 _ACEOF
21234 rm -f conftest.$ac_objext
21235 if { (ac_try="$ac_compile"
21236 case "(($ac_try" in
21237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21238 *) ac_try_echo=$ac_try;;
21239 esac
21240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21241 $as_echo "$ac_try_echo") >&5
21242 (eval "$ac_compile") 2>conftest.er1
21243 ac_status=$?
21244 grep -v '^ *+' conftest.er1 >conftest.err
21245 rm -f conftest.er1
21246 cat conftest.err >&5
21247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21248 (exit $ac_status); } && {
21249 test -z "$ac_c_werror_flag" ||
21250 test ! -s conftest.err
21251 } && test -s conftest.$ac_objext; then
21252 ac_cv_member_struct_statfs_f_bavail=yes
21253 else
21254 $as_echo "$as_me: failed program was:" >&5
21255 sed 's/^/| /' conftest.$ac_ext >&5
21257 ac_cv_member_struct_statfs_f_bavail=no
21260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21265 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21266 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21267 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21269 cat >>confdefs.h <<_ACEOF
21270 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21271 _ACEOF
21275 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21276 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21277 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21278 $as_echo_n "(cached) " >&6
21279 else
21280 cat >conftest.$ac_ext <<_ACEOF
21281 /* confdefs.h. */
21282 _ACEOF
21283 cat confdefs.h >>conftest.$ac_ext
21284 cat >>conftest.$ac_ext <<_ACEOF
21285 /* end confdefs.h. */
21286 #include <sys/types.h>
21287 #ifdef HAVE_SYS_PARAM_H
21288 # include <sys/param.h>
21289 #endif
21290 #ifdef HAVE_SYS_MOUNT_H
21291 # include <sys/mount.h>
21292 #endif
21293 #ifdef HAVE_SYS_VFS_H
21294 # include <sys/vfs.h>
21295 #endif
21296 #ifdef HAVE_SYS_STATFS_H
21297 # include <sys/statfs.h>
21298 #endif
21301 main ()
21303 static struct statfs ac_aggr;
21304 if (ac_aggr.f_frsize)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21317 $as_echo "$ac_try_echo") >&5
21318 (eval "$ac_compile") 2>conftest.er1
21319 ac_status=$?
21320 grep -v '^ *+' conftest.er1 >conftest.err
21321 rm -f conftest.er1
21322 cat conftest.err >&5
21323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21324 (exit $ac_status); } && {
21325 test -z "$ac_c_werror_flag" ||
21326 test ! -s conftest.err
21327 } && test -s conftest.$ac_objext; then
21328 ac_cv_member_struct_statfs_f_frsize=yes
21329 else
21330 $as_echo "$as_me: failed program was:" >&5
21331 sed 's/^/| /' conftest.$ac_ext >&5
21333 cat >conftest.$ac_ext <<_ACEOF
21334 /* confdefs.h. */
21335 _ACEOF
21336 cat confdefs.h >>conftest.$ac_ext
21337 cat >>conftest.$ac_ext <<_ACEOF
21338 /* end confdefs.h. */
21339 #include <sys/types.h>
21340 #ifdef HAVE_SYS_PARAM_H
21341 # include <sys/param.h>
21342 #endif
21343 #ifdef HAVE_SYS_MOUNT_H
21344 # include <sys/mount.h>
21345 #endif
21346 #ifdef HAVE_SYS_VFS_H
21347 # include <sys/vfs.h>
21348 #endif
21349 #ifdef HAVE_SYS_STATFS_H
21350 # include <sys/statfs.h>
21351 #endif
21354 main ()
21356 static struct statfs ac_aggr;
21357 if (sizeof ac_aggr.f_frsize)
21358 return 0;
21360 return 0;
21362 _ACEOF
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21367 *) ac_try_echo=$ac_try;;
21368 esac
21369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21370 $as_echo "$ac_try_echo") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_statfs_f_frsize=yes
21382 else
21383 $as_echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 ac_cv_member_struct_statfs_f_frsize=no
21389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21395 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21396 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21398 cat >>confdefs.h <<_ACEOF
21399 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21400 _ACEOF
21404 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21405 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21406 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21407 $as_echo_n "(cached) " >&6
21408 else
21409 cat >conftest.$ac_ext <<_ACEOF
21410 /* confdefs.h. */
21411 _ACEOF
21412 cat confdefs.h >>conftest.$ac_ext
21413 cat >>conftest.$ac_ext <<_ACEOF
21414 /* end confdefs.h. */
21415 #include <sys/types.h>
21416 #ifdef HAVE_SYS_PARAM_H
21417 # include <sys/param.h>
21418 #endif
21419 #ifdef HAVE_SYS_MOUNT_H
21420 # include <sys/mount.h>
21421 #endif
21422 #ifdef HAVE_SYS_VFS_H
21423 # include <sys/vfs.h>
21424 #endif
21425 #ifdef HAVE_SYS_STATFS_H
21426 # include <sys/statfs.h>
21427 #endif
21430 main ()
21432 static struct statfs ac_aggr;
21433 if (ac_aggr.f_ffree)
21434 return 0;
21436 return 0;
21438 _ACEOF
21439 rm -f conftest.$ac_objext
21440 if { (ac_try="$ac_compile"
21441 case "(($ac_try" in
21442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21443 *) ac_try_echo=$ac_try;;
21444 esac
21445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21446 $as_echo "$ac_try_echo") >&5
21447 (eval "$ac_compile") 2>conftest.er1
21448 ac_status=$?
21449 grep -v '^ *+' conftest.er1 >conftest.err
21450 rm -f conftest.er1
21451 cat conftest.err >&5
21452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21453 (exit $ac_status); } && {
21454 test -z "$ac_c_werror_flag" ||
21455 test ! -s conftest.err
21456 } && test -s conftest.$ac_objext; then
21457 ac_cv_member_struct_statfs_f_ffree=yes
21458 else
21459 $as_echo "$as_me: failed program was:" >&5
21460 sed 's/^/| /' conftest.$ac_ext >&5
21462 cat >conftest.$ac_ext <<_ACEOF
21463 /* confdefs.h. */
21464 _ACEOF
21465 cat confdefs.h >>conftest.$ac_ext
21466 cat >>conftest.$ac_ext <<_ACEOF
21467 /* end confdefs.h. */
21468 #include <sys/types.h>
21469 #ifdef HAVE_SYS_PARAM_H
21470 # include <sys/param.h>
21471 #endif
21472 #ifdef HAVE_SYS_MOUNT_H
21473 # include <sys/mount.h>
21474 #endif
21475 #ifdef HAVE_SYS_VFS_H
21476 # include <sys/vfs.h>
21477 #endif
21478 #ifdef HAVE_SYS_STATFS_H
21479 # include <sys/statfs.h>
21480 #endif
21483 main ()
21485 static struct statfs ac_aggr;
21486 if (sizeof ac_aggr.f_ffree)
21487 return 0;
21489 return 0;
21491 _ACEOF
21492 rm -f conftest.$ac_objext
21493 if { (ac_try="$ac_compile"
21494 case "(($ac_try" in
21495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21496 *) ac_try_echo=$ac_try;;
21497 esac
21498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21499 $as_echo "$ac_try_echo") >&5
21500 (eval "$ac_compile") 2>conftest.er1
21501 ac_status=$?
21502 grep -v '^ *+' conftest.er1 >conftest.err
21503 rm -f conftest.er1
21504 cat conftest.err >&5
21505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21506 (exit $ac_status); } && {
21507 test -z "$ac_c_werror_flag" ||
21508 test ! -s conftest.err
21509 } && test -s conftest.$ac_objext; then
21510 ac_cv_member_struct_statfs_f_ffree=yes
21511 else
21512 $as_echo "$as_me: failed program was:" >&5
21513 sed 's/^/| /' conftest.$ac_ext >&5
21515 ac_cv_member_struct_statfs_f_ffree=no
21518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21523 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21524 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21525 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21527 cat >>confdefs.h <<_ACEOF
21528 #define HAVE_STRUCT_STATFS_F_FFREE 1
21529 _ACEOF
21533 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21534 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21535 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21536 $as_echo_n "(cached) " >&6
21537 else
21538 cat >conftest.$ac_ext <<_ACEOF
21539 /* confdefs.h. */
21540 _ACEOF
21541 cat confdefs.h >>conftest.$ac_ext
21542 cat >>conftest.$ac_ext <<_ACEOF
21543 /* end confdefs.h. */
21544 #include <sys/types.h>
21545 #ifdef HAVE_SYS_PARAM_H
21546 # include <sys/param.h>
21547 #endif
21548 #ifdef HAVE_SYS_MOUNT_H
21549 # include <sys/mount.h>
21550 #endif
21551 #ifdef HAVE_SYS_VFS_H
21552 # include <sys/vfs.h>
21553 #endif
21554 #ifdef HAVE_SYS_STATFS_H
21555 # include <sys/statfs.h>
21556 #endif
21559 main ()
21561 static struct statfs ac_aggr;
21562 if (ac_aggr.f_favail)
21563 return 0;
21565 return 0;
21567 _ACEOF
21568 rm -f conftest.$ac_objext
21569 if { (ac_try="$ac_compile"
21570 case "(($ac_try" in
21571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21572 *) ac_try_echo=$ac_try;;
21573 esac
21574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21575 $as_echo "$ac_try_echo") >&5
21576 (eval "$ac_compile") 2>conftest.er1
21577 ac_status=$?
21578 grep -v '^ *+' conftest.er1 >conftest.err
21579 rm -f conftest.er1
21580 cat conftest.err >&5
21581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21582 (exit $ac_status); } && {
21583 test -z "$ac_c_werror_flag" ||
21584 test ! -s conftest.err
21585 } && test -s conftest.$ac_objext; then
21586 ac_cv_member_struct_statfs_f_favail=yes
21587 else
21588 $as_echo "$as_me: failed program was:" >&5
21589 sed 's/^/| /' conftest.$ac_ext >&5
21591 cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h. */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h. */
21597 #include <sys/types.h>
21598 #ifdef HAVE_SYS_PARAM_H
21599 # include <sys/param.h>
21600 #endif
21601 #ifdef HAVE_SYS_MOUNT_H
21602 # include <sys/mount.h>
21603 #endif
21604 #ifdef HAVE_SYS_VFS_H
21605 # include <sys/vfs.h>
21606 #endif
21607 #ifdef HAVE_SYS_STATFS_H
21608 # include <sys/statfs.h>
21609 #endif
21612 main ()
21614 static struct statfs ac_aggr;
21615 if (sizeof ac_aggr.f_favail)
21616 return 0;
21618 return 0;
21620 _ACEOF
21621 rm -f conftest.$ac_objext
21622 if { (ac_try="$ac_compile"
21623 case "(($ac_try" in
21624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625 *) ac_try_echo=$ac_try;;
21626 esac
21627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21628 $as_echo "$ac_try_echo") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1
21633 cat conftest.err >&5
21634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_statfs_f_favail=yes
21640 else
21641 $as_echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 ac_cv_member_struct_statfs_f_favail=no
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21652 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21653 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21654 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21656 cat >>confdefs.h <<_ACEOF
21657 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21658 _ACEOF
21662 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21663 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21664 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21665 $as_echo_n "(cached) " >&6
21666 else
21667 cat >conftest.$ac_ext <<_ACEOF
21668 /* confdefs.h. */
21669 _ACEOF
21670 cat confdefs.h >>conftest.$ac_ext
21671 cat >>conftest.$ac_ext <<_ACEOF
21672 /* end confdefs.h. */
21673 #include <sys/types.h>
21674 #ifdef HAVE_SYS_PARAM_H
21675 # include <sys/param.h>
21676 #endif
21677 #ifdef HAVE_SYS_MOUNT_H
21678 # include <sys/mount.h>
21679 #endif
21680 #ifdef HAVE_SYS_VFS_H
21681 # include <sys/vfs.h>
21682 #endif
21683 #ifdef HAVE_SYS_STATFS_H
21684 # include <sys/statfs.h>
21685 #endif
21688 main ()
21690 static struct statfs ac_aggr;
21691 if (ac_aggr.f_namelen)
21692 return 0;
21694 return 0;
21696 _ACEOF
21697 rm -f conftest.$ac_objext
21698 if { (ac_try="$ac_compile"
21699 case "(($ac_try" in
21700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21701 *) ac_try_echo=$ac_try;;
21702 esac
21703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21704 $as_echo "$ac_try_echo") >&5
21705 (eval "$ac_compile") 2>conftest.er1
21706 ac_status=$?
21707 grep -v '^ *+' conftest.er1 >conftest.err
21708 rm -f conftest.er1
21709 cat conftest.err >&5
21710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21711 (exit $ac_status); } && {
21712 test -z "$ac_c_werror_flag" ||
21713 test ! -s conftest.err
21714 } && test -s conftest.$ac_objext; then
21715 ac_cv_member_struct_statfs_f_namelen=yes
21716 else
21717 $as_echo "$as_me: failed program was:" >&5
21718 sed 's/^/| /' conftest.$ac_ext >&5
21720 cat >conftest.$ac_ext <<_ACEOF
21721 /* confdefs.h. */
21722 _ACEOF
21723 cat confdefs.h >>conftest.$ac_ext
21724 cat >>conftest.$ac_ext <<_ACEOF
21725 /* end confdefs.h. */
21726 #include <sys/types.h>
21727 #ifdef HAVE_SYS_PARAM_H
21728 # include <sys/param.h>
21729 #endif
21730 #ifdef HAVE_SYS_MOUNT_H
21731 # include <sys/mount.h>
21732 #endif
21733 #ifdef HAVE_SYS_VFS_H
21734 # include <sys/vfs.h>
21735 #endif
21736 #ifdef HAVE_SYS_STATFS_H
21737 # include <sys/statfs.h>
21738 #endif
21741 main ()
21743 static struct statfs ac_aggr;
21744 if (sizeof ac_aggr.f_namelen)
21745 return 0;
21747 return 0;
21749 _ACEOF
21750 rm -f conftest.$ac_objext
21751 if { (ac_try="$ac_compile"
21752 case "(($ac_try" in
21753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21754 *) ac_try_echo=$ac_try;;
21755 esac
21756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21757 $as_echo "$ac_try_echo") >&5
21758 (eval "$ac_compile") 2>conftest.er1
21759 ac_status=$?
21760 grep -v '^ *+' conftest.er1 >conftest.err
21761 rm -f conftest.er1
21762 cat conftest.err >&5
21763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21764 (exit $ac_status); } && {
21765 test -z "$ac_c_werror_flag" ||
21766 test ! -s conftest.err
21767 } && test -s conftest.$ac_objext; then
21768 ac_cv_member_struct_statfs_f_namelen=yes
21769 else
21770 $as_echo "$as_me: failed program was:" >&5
21771 sed 's/^/| /' conftest.$ac_ext >&5
21773 ac_cv_member_struct_statfs_f_namelen=no
21776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21781 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21782 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21783 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21785 cat >>confdefs.h <<_ACEOF
21786 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21787 _ACEOF
21793 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21794 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21795 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21796 $as_echo_n "(cached) " >&6
21797 else
21798 cat >conftest.$ac_ext <<_ACEOF
21799 /* confdefs.h. */
21800 _ACEOF
21801 cat confdefs.h >>conftest.$ac_ext
21802 cat >>conftest.$ac_ext <<_ACEOF
21803 /* end confdefs.h. */
21804 #ifdef HAVE_SYS_STATVFS_H
21805 #include <sys/statvfs.h>
21806 #endif
21809 main ()
21811 static struct statvfs ac_aggr;
21812 if (ac_aggr.f_blocks)
21813 return 0;
21815 return 0;
21817 _ACEOF
21818 rm -f conftest.$ac_objext
21819 if { (ac_try="$ac_compile"
21820 case "(($ac_try" in
21821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21822 *) ac_try_echo=$ac_try;;
21823 esac
21824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21825 $as_echo "$ac_try_echo") >&5
21826 (eval "$ac_compile") 2>conftest.er1
21827 ac_status=$?
21828 grep -v '^ *+' conftest.er1 >conftest.err
21829 rm -f conftest.er1
21830 cat conftest.err >&5
21831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21832 (exit $ac_status); } && {
21833 test -z "$ac_c_werror_flag" ||
21834 test ! -s conftest.err
21835 } && test -s conftest.$ac_objext; then
21836 ac_cv_member_struct_statvfs_f_blocks=yes
21837 else
21838 $as_echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.$ac_ext >&5
21841 cat >conftest.$ac_ext <<_ACEOF
21842 /* confdefs.h. */
21843 _ACEOF
21844 cat confdefs.h >>conftest.$ac_ext
21845 cat >>conftest.$ac_ext <<_ACEOF
21846 /* end confdefs.h. */
21847 #ifdef HAVE_SYS_STATVFS_H
21848 #include <sys/statvfs.h>
21849 #endif
21852 main ()
21854 static struct statvfs ac_aggr;
21855 if (sizeof ac_aggr.f_blocks)
21856 return 0;
21858 return 0;
21860 _ACEOF
21861 rm -f conftest.$ac_objext
21862 if { (ac_try="$ac_compile"
21863 case "(($ac_try" in
21864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21865 *) ac_try_echo=$ac_try;;
21866 esac
21867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21868 $as_echo "$ac_try_echo") >&5
21869 (eval "$ac_compile") 2>conftest.er1
21870 ac_status=$?
21871 grep -v '^ *+' conftest.er1 >conftest.err
21872 rm -f conftest.er1
21873 cat conftest.err >&5
21874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); } && {
21876 test -z "$ac_c_werror_flag" ||
21877 test ! -s conftest.err
21878 } && test -s conftest.$ac_objext; then
21879 ac_cv_member_struct_statvfs_f_blocks=yes
21880 else
21881 $as_echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21884 ac_cv_member_struct_statvfs_f_blocks=no
21887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21892 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21893 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21894 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21896 cat >>confdefs.h <<_ACEOF
21897 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21898 _ACEOF
21904 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21905 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21906 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21907 $as_echo_n "(cached) " >&6
21908 else
21909 cat >conftest.$ac_ext <<_ACEOF
21910 /* confdefs.h. */
21911 _ACEOF
21912 cat confdefs.h >>conftest.$ac_ext
21913 cat >>conftest.$ac_ext <<_ACEOF
21914 /* end confdefs.h. */
21915 #include <sys/types.h>
21916 #ifdef HAVE_SYS_SOCKET_H
21917 # include <sys/socket.h>
21918 #endif
21919 #ifdef HAVE_SYS_UN_H
21920 # include <sys/un.h>
21921 #endif
21924 main ()
21926 static struct msghdr ac_aggr;
21927 if (ac_aggr.msg_accrights)
21928 return 0;
21930 return 0;
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937 *) ac_try_echo=$ac_try;;
21938 esac
21939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21940 $as_echo "$ac_try_echo") >&5
21941 (eval "$ac_compile") 2>conftest.er1
21942 ac_status=$?
21943 grep -v '^ *+' conftest.er1 >conftest.err
21944 rm -f conftest.er1
21945 cat conftest.err >&5
21946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); } && {
21948 test -z "$ac_c_werror_flag" ||
21949 test ! -s conftest.err
21950 } && test -s conftest.$ac_objext; then
21951 ac_cv_member_struct_msghdr_msg_accrights=yes
21952 else
21953 $as_echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21956 cat >conftest.$ac_ext <<_ACEOF
21957 /* confdefs.h. */
21958 _ACEOF
21959 cat confdefs.h >>conftest.$ac_ext
21960 cat >>conftest.$ac_ext <<_ACEOF
21961 /* end confdefs.h. */
21962 #include <sys/types.h>
21963 #ifdef HAVE_SYS_SOCKET_H
21964 # include <sys/socket.h>
21965 #endif
21966 #ifdef HAVE_SYS_UN_H
21967 # include <sys/un.h>
21968 #endif
21971 main ()
21973 static struct msghdr ac_aggr;
21974 if (sizeof ac_aggr.msg_accrights)
21975 return 0;
21977 return 0;
21979 _ACEOF
21980 rm -f conftest.$ac_objext
21981 if { (ac_try="$ac_compile"
21982 case "(($ac_try" in
21983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21984 *) ac_try_echo=$ac_try;;
21985 esac
21986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21987 $as_echo "$ac_try_echo") >&5
21988 (eval "$ac_compile") 2>conftest.er1
21989 ac_status=$?
21990 grep -v '^ *+' conftest.er1 >conftest.err
21991 rm -f conftest.er1
21992 cat conftest.err >&5
21993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21994 (exit $ac_status); } && {
21995 test -z "$ac_c_werror_flag" ||
21996 test ! -s conftest.err
21997 } && test -s conftest.$ac_objext; then
21998 ac_cv_member_struct_msghdr_msg_accrights=yes
21999 else
22000 $as_echo "$as_me: failed program was:" >&5
22001 sed 's/^/| /' conftest.$ac_ext >&5
22003 ac_cv_member_struct_msghdr_msg_accrights=no
22006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22011 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22012 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22013 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22015 cat >>confdefs.h <<_ACEOF
22016 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22017 _ACEOF
22021 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22022 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22023 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22024 $as_echo_n "(cached) " >&6
22025 else
22026 cat >conftest.$ac_ext <<_ACEOF
22027 /* confdefs.h. */
22028 _ACEOF
22029 cat confdefs.h >>conftest.$ac_ext
22030 cat >>conftest.$ac_ext <<_ACEOF
22031 /* end confdefs.h. */
22032 #include <sys/types.h>
22033 #ifdef HAVE_SYS_SOCKET_H
22034 # include <sys/socket.h>
22035 #endif
22036 #ifdef HAVE_SYS_UN_H
22037 # include <sys/un.h>
22038 #endif
22041 main ()
22043 static struct sockaddr ac_aggr;
22044 if (ac_aggr.sa_len)
22045 return 0;
22047 return 0;
22049 _ACEOF
22050 rm -f conftest.$ac_objext
22051 if { (ac_try="$ac_compile"
22052 case "(($ac_try" in
22053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22054 *) ac_try_echo=$ac_try;;
22055 esac
22056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22057 $as_echo "$ac_try_echo") >&5
22058 (eval "$ac_compile") 2>conftest.er1
22059 ac_status=$?
22060 grep -v '^ *+' conftest.er1 >conftest.err
22061 rm -f conftest.er1
22062 cat conftest.err >&5
22063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); } && {
22065 test -z "$ac_c_werror_flag" ||
22066 test ! -s conftest.err
22067 } && test -s conftest.$ac_objext; then
22068 ac_cv_member_struct_sockaddr_sa_len=yes
22069 else
22070 $as_echo "$as_me: failed program was:" >&5
22071 sed 's/^/| /' conftest.$ac_ext >&5
22073 cat >conftest.$ac_ext <<_ACEOF
22074 /* confdefs.h. */
22075 _ACEOF
22076 cat confdefs.h >>conftest.$ac_ext
22077 cat >>conftest.$ac_ext <<_ACEOF
22078 /* end confdefs.h. */
22079 #include <sys/types.h>
22080 #ifdef HAVE_SYS_SOCKET_H
22081 # include <sys/socket.h>
22082 #endif
22083 #ifdef HAVE_SYS_UN_H
22084 # include <sys/un.h>
22085 #endif
22088 main ()
22090 static struct sockaddr ac_aggr;
22091 if (sizeof ac_aggr.sa_len)
22092 return 0;
22094 return 0;
22096 _ACEOF
22097 rm -f conftest.$ac_objext
22098 if { (ac_try="$ac_compile"
22099 case "(($ac_try" in
22100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22101 *) ac_try_echo=$ac_try;;
22102 esac
22103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22104 $as_echo "$ac_try_echo") >&5
22105 (eval "$ac_compile") 2>conftest.er1
22106 ac_status=$?
22107 grep -v '^ *+' conftest.er1 >conftest.err
22108 rm -f conftest.er1
22109 cat conftest.err >&5
22110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 (exit $ac_status); } && {
22112 test -z "$ac_c_werror_flag" ||
22113 test ! -s conftest.err
22114 } && test -s conftest.$ac_objext; then
22115 ac_cv_member_struct_sockaddr_sa_len=yes
22116 else
22117 $as_echo "$as_me: failed program was:" >&5
22118 sed 's/^/| /' conftest.$ac_ext >&5
22120 ac_cv_member_struct_sockaddr_sa_len=no
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22128 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22129 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22130 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22132 cat >>confdefs.h <<_ACEOF
22133 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22134 _ACEOF
22138 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22139 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22140 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22141 $as_echo_n "(cached) " >&6
22142 else
22143 cat >conftest.$ac_ext <<_ACEOF
22144 /* confdefs.h. */
22145 _ACEOF
22146 cat confdefs.h >>conftest.$ac_ext
22147 cat >>conftest.$ac_ext <<_ACEOF
22148 /* end confdefs.h. */
22149 #include <sys/types.h>
22150 #ifdef HAVE_SYS_SOCKET_H
22151 # include <sys/socket.h>
22152 #endif
22153 #ifdef HAVE_SYS_UN_H
22154 # include <sys/un.h>
22155 #endif
22158 main ()
22160 static struct sockaddr_un ac_aggr;
22161 if (ac_aggr.sun_len)
22162 return 0;
22164 return 0;
22166 _ACEOF
22167 rm -f conftest.$ac_objext
22168 if { (ac_try="$ac_compile"
22169 case "(($ac_try" in
22170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22171 *) ac_try_echo=$ac_try;;
22172 esac
22173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22174 $as_echo "$ac_try_echo") >&5
22175 (eval "$ac_compile") 2>conftest.er1
22176 ac_status=$?
22177 grep -v '^ *+' conftest.er1 >conftest.err
22178 rm -f conftest.er1
22179 cat conftest.err >&5
22180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22181 (exit $ac_status); } && {
22182 test -z "$ac_c_werror_flag" ||
22183 test ! -s conftest.err
22184 } && test -s conftest.$ac_objext; then
22185 ac_cv_member_struct_sockaddr_un_sun_len=yes
22186 else
22187 $as_echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.$ac_ext >&5
22190 cat >conftest.$ac_ext <<_ACEOF
22191 /* confdefs.h. */
22192 _ACEOF
22193 cat confdefs.h >>conftest.$ac_ext
22194 cat >>conftest.$ac_ext <<_ACEOF
22195 /* end confdefs.h. */
22196 #include <sys/types.h>
22197 #ifdef HAVE_SYS_SOCKET_H
22198 # include <sys/socket.h>
22199 #endif
22200 #ifdef HAVE_SYS_UN_H
22201 # include <sys/un.h>
22202 #endif
22205 main ()
22207 static struct sockaddr_un ac_aggr;
22208 if (sizeof ac_aggr.sun_len)
22209 return 0;
22211 return 0;
22213 _ACEOF
22214 rm -f conftest.$ac_objext
22215 if { (ac_try="$ac_compile"
22216 case "(($ac_try" in
22217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22218 *) ac_try_echo=$ac_try;;
22219 esac
22220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22221 $as_echo "$ac_try_echo") >&5
22222 (eval "$ac_compile") 2>conftest.er1
22223 ac_status=$?
22224 grep -v '^ *+' conftest.er1 >conftest.err
22225 rm -f conftest.er1
22226 cat conftest.err >&5
22227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22228 (exit $ac_status); } && {
22229 test -z "$ac_c_werror_flag" ||
22230 test ! -s conftest.err
22231 } && test -s conftest.$ac_objext; then
22232 ac_cv_member_struct_sockaddr_un_sun_len=yes
22233 else
22234 $as_echo "$as_me: failed program was:" >&5
22235 sed 's/^/| /' conftest.$ac_ext >&5
22237 ac_cv_member_struct_sockaddr_un_sun_len=no
22240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22245 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22246 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22247 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22249 cat >>confdefs.h <<_ACEOF
22250 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22251 _ACEOF
22257 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22258 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22259 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22260 $as_echo_n "(cached) " >&6
22261 else
22262 cat >conftest.$ac_ext <<_ACEOF
22263 /* confdefs.h. */
22264 _ACEOF
22265 cat confdefs.h >>conftest.$ac_ext
22266 cat >>conftest.$ac_ext <<_ACEOF
22267 /* end confdefs.h. */
22268 #include <sys/types.h>
22269 #ifdef HAVE_SCSI_SG_H
22270 #include <scsi/sg.h>
22271 #endif
22274 main ()
22276 static scsireq_t ac_aggr;
22277 if (ac_aggr.cmd)
22278 return 0;
22280 return 0;
22282 _ACEOF
22283 rm -f conftest.$ac_objext
22284 if { (ac_try="$ac_compile"
22285 case "(($ac_try" in
22286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287 *) ac_try_echo=$ac_try;;
22288 esac
22289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22290 $as_echo "$ac_try_echo") >&5
22291 (eval "$ac_compile") 2>conftest.er1
22292 ac_status=$?
22293 grep -v '^ *+' conftest.er1 >conftest.err
22294 rm -f conftest.er1
22295 cat conftest.err >&5
22296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22297 (exit $ac_status); } && {
22298 test -z "$ac_c_werror_flag" ||
22299 test ! -s conftest.err
22300 } && test -s conftest.$ac_objext; then
22301 ac_cv_member_scsireq_t_cmd=yes
22302 else
22303 $as_echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22306 cat >conftest.$ac_ext <<_ACEOF
22307 /* confdefs.h. */
22308 _ACEOF
22309 cat confdefs.h >>conftest.$ac_ext
22310 cat >>conftest.$ac_ext <<_ACEOF
22311 /* end confdefs.h. */
22312 #include <sys/types.h>
22313 #ifdef HAVE_SCSI_SG_H
22314 #include <scsi/sg.h>
22315 #endif
22318 main ()
22320 static scsireq_t ac_aggr;
22321 if (sizeof ac_aggr.cmd)
22322 return 0;
22324 return 0;
22326 _ACEOF
22327 rm -f conftest.$ac_objext
22328 if { (ac_try="$ac_compile"
22329 case "(($ac_try" in
22330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22331 *) ac_try_echo=$ac_try;;
22332 esac
22333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22334 $as_echo "$ac_try_echo") >&5
22335 (eval "$ac_compile") 2>conftest.er1
22336 ac_status=$?
22337 grep -v '^ *+' conftest.er1 >conftest.err
22338 rm -f conftest.er1
22339 cat conftest.err >&5
22340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22341 (exit $ac_status); } && {
22342 test -z "$ac_c_werror_flag" ||
22343 test ! -s conftest.err
22344 } && test -s conftest.$ac_objext; then
22345 ac_cv_member_scsireq_t_cmd=yes
22346 else
22347 $as_echo "$as_me: failed program was:" >&5
22348 sed 's/^/| /' conftest.$ac_ext >&5
22350 ac_cv_member_scsireq_t_cmd=no
22353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22358 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22359 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22360 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22362 cat >>confdefs.h <<_ACEOF
22363 #define HAVE_SCSIREQ_T_CMD 1
22364 _ACEOF
22368 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22369 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22370 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22371 $as_echo_n "(cached) " >&6
22372 else
22373 cat >conftest.$ac_ext <<_ACEOF
22374 /* confdefs.h. */
22375 _ACEOF
22376 cat confdefs.h >>conftest.$ac_ext
22377 cat >>conftest.$ac_ext <<_ACEOF
22378 /* end confdefs.h. */
22379 #include <sys/types.h>
22380 #ifdef HAVE_SCSI_SG_H
22381 #include <scsi/sg.h>
22382 #endif
22385 main ()
22387 static sg_io_hdr_t ac_aggr;
22388 if (ac_aggr.interface_id)
22389 return 0;
22391 return 0;
22393 _ACEOF
22394 rm -f conftest.$ac_objext
22395 if { (ac_try="$ac_compile"
22396 case "(($ac_try" in
22397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22398 *) ac_try_echo=$ac_try;;
22399 esac
22400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22401 $as_echo "$ac_try_echo") >&5
22402 (eval "$ac_compile") 2>conftest.er1
22403 ac_status=$?
22404 grep -v '^ *+' conftest.er1 >conftest.err
22405 rm -f conftest.er1
22406 cat conftest.err >&5
22407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22408 (exit $ac_status); } && {
22409 test -z "$ac_c_werror_flag" ||
22410 test ! -s conftest.err
22411 } && test -s conftest.$ac_objext; then
22412 ac_cv_member_sg_io_hdr_t_interface_id=yes
22413 else
22414 $as_echo "$as_me: failed program was:" >&5
22415 sed 's/^/| /' conftest.$ac_ext >&5
22417 cat >conftest.$ac_ext <<_ACEOF
22418 /* confdefs.h. */
22419 _ACEOF
22420 cat confdefs.h >>conftest.$ac_ext
22421 cat >>conftest.$ac_ext <<_ACEOF
22422 /* end confdefs.h. */
22423 #include <sys/types.h>
22424 #ifdef HAVE_SCSI_SG_H
22425 #include <scsi/sg.h>
22426 #endif
22429 main ()
22431 static sg_io_hdr_t ac_aggr;
22432 if (sizeof ac_aggr.interface_id)
22433 return 0;
22435 return 0;
22437 _ACEOF
22438 rm -f conftest.$ac_objext
22439 if { (ac_try="$ac_compile"
22440 case "(($ac_try" in
22441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22442 *) ac_try_echo=$ac_try;;
22443 esac
22444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22445 $as_echo "$ac_try_echo") >&5
22446 (eval "$ac_compile") 2>conftest.er1
22447 ac_status=$?
22448 grep -v '^ *+' conftest.er1 >conftest.err
22449 rm -f conftest.er1
22450 cat conftest.err >&5
22451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22452 (exit $ac_status); } && {
22453 test -z "$ac_c_werror_flag" ||
22454 test ! -s conftest.err
22455 } && test -s conftest.$ac_objext; then
22456 ac_cv_member_sg_io_hdr_t_interface_id=yes
22457 else
22458 $as_echo "$as_me: failed program was:" >&5
22459 sed 's/^/| /' conftest.$ac_ext >&5
22461 ac_cv_member_sg_io_hdr_t_interface_id=no
22464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22469 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22470 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22471 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22473 cat >>confdefs.h <<_ACEOF
22474 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22475 _ACEOF
22481 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22482 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22483 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22484 $as_echo_n "(cached) " >&6
22485 else
22486 cat >conftest.$ac_ext <<_ACEOF
22487 /* confdefs.h. */
22488 _ACEOF
22489 cat confdefs.h >>conftest.$ac_ext
22490 cat >>conftest.$ac_ext <<_ACEOF
22491 /* end confdefs.h. */
22492 #include <signal.h>
22495 main ()
22497 static siginfo_t ac_aggr;
22498 if (ac_aggr.si_fd)
22499 return 0;
22501 return 0;
22503 _ACEOF
22504 rm -f conftest.$ac_objext
22505 if { (ac_try="$ac_compile"
22506 case "(($ac_try" in
22507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22508 *) ac_try_echo=$ac_try;;
22509 esac
22510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22511 $as_echo "$ac_try_echo") >&5
22512 (eval "$ac_compile") 2>conftest.er1
22513 ac_status=$?
22514 grep -v '^ *+' conftest.er1 >conftest.err
22515 rm -f conftest.er1
22516 cat conftest.err >&5
22517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22518 (exit $ac_status); } && {
22519 test -z "$ac_c_werror_flag" ||
22520 test ! -s conftest.err
22521 } && test -s conftest.$ac_objext; then
22522 ac_cv_member_siginfo_t_si_fd=yes
22523 else
22524 $as_echo "$as_me: failed program was:" >&5
22525 sed 's/^/| /' conftest.$ac_ext >&5
22527 cat >conftest.$ac_ext <<_ACEOF
22528 /* confdefs.h. */
22529 _ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 #include <signal.h>
22536 main ()
22538 static siginfo_t ac_aggr;
22539 if (sizeof ac_aggr.si_fd)
22540 return 0;
22542 return 0;
22544 _ACEOF
22545 rm -f conftest.$ac_objext
22546 if { (ac_try="$ac_compile"
22547 case "(($ac_try" in
22548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22549 *) ac_try_echo=$ac_try;;
22550 esac
22551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22552 $as_echo "$ac_try_echo") >&5
22553 (eval "$ac_compile") 2>conftest.er1
22554 ac_status=$?
22555 grep -v '^ *+' conftest.er1 >conftest.err
22556 rm -f conftest.er1
22557 cat conftest.err >&5
22558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22559 (exit $ac_status); } && {
22560 test -z "$ac_c_werror_flag" ||
22561 test ! -s conftest.err
22562 } && test -s conftest.$ac_objext; then
22563 ac_cv_member_siginfo_t_si_fd=yes
22564 else
22565 $as_echo "$as_me: failed program was:" >&5
22566 sed 's/^/| /' conftest.$ac_ext >&5
22568 ac_cv_member_siginfo_t_si_fd=no
22571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22576 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22577 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22578 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22580 cat >>confdefs.h <<_ACEOF
22581 #define HAVE_SIGINFO_T_SI_FD 1
22582 _ACEOF
22588 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22589 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22590 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22591 $as_echo_n "(cached) " >&6
22592 else
22593 cat >conftest.$ac_ext <<_ACEOF
22594 /* confdefs.h. */
22595 _ACEOF
22596 cat confdefs.h >>conftest.$ac_ext
22597 cat >>conftest.$ac_ext <<_ACEOF
22598 /* end confdefs.h. */
22599 #include <sys/types.h>
22600 #ifdef HAVE_SYS_MTIO_H
22601 #include <sys/mtio.h>
22602 #endif
22605 main ()
22607 static struct mtget ac_aggr;
22608 if (ac_aggr.mt_blksiz)
22609 return 0;
22611 return 0;
22613 _ACEOF
22614 rm -f conftest.$ac_objext
22615 if { (ac_try="$ac_compile"
22616 case "(($ac_try" in
22617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22618 *) ac_try_echo=$ac_try;;
22619 esac
22620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22621 $as_echo "$ac_try_echo") >&5
22622 (eval "$ac_compile") 2>conftest.er1
22623 ac_status=$?
22624 grep -v '^ *+' conftest.er1 >conftest.err
22625 rm -f conftest.er1
22626 cat conftest.err >&5
22627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22628 (exit $ac_status); } && {
22629 test -z "$ac_c_werror_flag" ||
22630 test ! -s conftest.err
22631 } && test -s conftest.$ac_objext; then
22632 ac_cv_member_struct_mtget_mt_blksiz=yes
22633 else
22634 $as_echo "$as_me: failed program was:" >&5
22635 sed 's/^/| /' conftest.$ac_ext >&5
22637 cat >conftest.$ac_ext <<_ACEOF
22638 /* confdefs.h. */
22639 _ACEOF
22640 cat confdefs.h >>conftest.$ac_ext
22641 cat >>conftest.$ac_ext <<_ACEOF
22642 /* end confdefs.h. */
22643 #include <sys/types.h>
22644 #ifdef HAVE_SYS_MTIO_H
22645 #include <sys/mtio.h>
22646 #endif
22649 main ()
22651 static struct mtget ac_aggr;
22652 if (sizeof ac_aggr.mt_blksiz)
22653 return 0;
22655 return 0;
22657 _ACEOF
22658 rm -f conftest.$ac_objext
22659 if { (ac_try="$ac_compile"
22660 case "(($ac_try" in
22661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22662 *) ac_try_echo=$ac_try;;
22663 esac
22664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22665 $as_echo "$ac_try_echo") >&5
22666 (eval "$ac_compile") 2>conftest.er1
22667 ac_status=$?
22668 grep -v '^ *+' conftest.er1 >conftest.err
22669 rm -f conftest.er1
22670 cat conftest.err >&5
22671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22672 (exit $ac_status); } && {
22673 test -z "$ac_c_werror_flag" ||
22674 test ! -s conftest.err
22675 } && test -s conftest.$ac_objext; then
22676 ac_cv_member_struct_mtget_mt_blksiz=yes
22677 else
22678 $as_echo "$as_me: failed program was:" >&5
22679 sed 's/^/| /' conftest.$ac_ext >&5
22681 ac_cv_member_struct_mtget_mt_blksiz=no
22684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22689 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22690 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22691 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22693 cat >>confdefs.h <<_ACEOF
22694 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22695 _ACEOF
22699 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22700 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22701 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22702 $as_echo_n "(cached) " >&6
22703 else
22704 cat >conftest.$ac_ext <<_ACEOF
22705 /* confdefs.h. */
22706 _ACEOF
22707 cat confdefs.h >>conftest.$ac_ext
22708 cat >>conftest.$ac_ext <<_ACEOF
22709 /* end confdefs.h. */
22710 #include <sys/types.h>
22711 #ifdef HAVE_SYS_MTIO_H
22712 #include <sys/mtio.h>
22713 #endif
22716 main ()
22718 static struct mtget ac_aggr;
22719 if (ac_aggr.mt_gstat)
22720 return 0;
22722 return 0;
22724 _ACEOF
22725 rm -f conftest.$ac_objext
22726 if { (ac_try="$ac_compile"
22727 case "(($ac_try" in
22728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22729 *) ac_try_echo=$ac_try;;
22730 esac
22731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22732 $as_echo "$ac_try_echo") >&5
22733 (eval "$ac_compile") 2>conftest.er1
22734 ac_status=$?
22735 grep -v '^ *+' conftest.er1 >conftest.err
22736 rm -f conftest.er1
22737 cat conftest.err >&5
22738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22739 (exit $ac_status); } && {
22740 test -z "$ac_c_werror_flag" ||
22741 test ! -s conftest.err
22742 } && test -s conftest.$ac_objext; then
22743 ac_cv_member_struct_mtget_mt_gstat=yes
22744 else
22745 $as_echo "$as_me: failed program was:" >&5
22746 sed 's/^/| /' conftest.$ac_ext >&5
22748 cat >conftest.$ac_ext <<_ACEOF
22749 /* confdefs.h. */
22750 _ACEOF
22751 cat confdefs.h >>conftest.$ac_ext
22752 cat >>conftest.$ac_ext <<_ACEOF
22753 /* end confdefs.h. */
22754 #include <sys/types.h>
22755 #ifdef HAVE_SYS_MTIO_H
22756 #include <sys/mtio.h>
22757 #endif
22760 main ()
22762 static struct mtget ac_aggr;
22763 if (sizeof ac_aggr.mt_gstat)
22764 return 0;
22766 return 0;
22768 _ACEOF
22769 rm -f conftest.$ac_objext
22770 if { (ac_try="$ac_compile"
22771 case "(($ac_try" in
22772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22773 *) ac_try_echo=$ac_try;;
22774 esac
22775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22776 $as_echo "$ac_try_echo") >&5
22777 (eval "$ac_compile") 2>conftest.er1
22778 ac_status=$?
22779 grep -v '^ *+' conftest.er1 >conftest.err
22780 rm -f conftest.er1
22781 cat conftest.err >&5
22782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22783 (exit $ac_status); } && {
22784 test -z "$ac_c_werror_flag" ||
22785 test ! -s conftest.err
22786 } && test -s conftest.$ac_objext; then
22787 ac_cv_member_struct_mtget_mt_gstat=yes
22788 else
22789 $as_echo "$as_me: failed program was:" >&5
22790 sed 's/^/| /' conftest.$ac_ext >&5
22792 ac_cv_member_struct_mtget_mt_gstat=no
22795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22800 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22801 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22802 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22804 cat >>confdefs.h <<_ACEOF
22805 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22806 _ACEOF
22810 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22811 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22812 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22813 $as_echo_n "(cached) " >&6
22814 else
22815 cat >conftest.$ac_ext <<_ACEOF
22816 /* confdefs.h. */
22817 _ACEOF
22818 cat confdefs.h >>conftest.$ac_ext
22819 cat >>conftest.$ac_ext <<_ACEOF
22820 /* end confdefs.h. */
22821 #include <sys/types.h>
22822 #ifdef HAVE_SYS_MTIO_H
22823 #include <sys/mtio.h>
22824 #endif
22827 main ()
22829 static struct mtget ac_aggr;
22830 if (ac_aggr.mt_blkno)
22831 return 0;
22833 return 0;
22835 _ACEOF
22836 rm -f conftest.$ac_objext
22837 if { (ac_try="$ac_compile"
22838 case "(($ac_try" in
22839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22840 *) ac_try_echo=$ac_try;;
22841 esac
22842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22843 $as_echo "$ac_try_echo") >&5
22844 (eval "$ac_compile") 2>conftest.er1
22845 ac_status=$?
22846 grep -v '^ *+' conftest.er1 >conftest.err
22847 rm -f conftest.er1
22848 cat conftest.err >&5
22849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22850 (exit $ac_status); } && {
22851 test -z "$ac_c_werror_flag" ||
22852 test ! -s conftest.err
22853 } && test -s conftest.$ac_objext; then
22854 ac_cv_member_struct_mtget_mt_blkno=yes
22855 else
22856 $as_echo "$as_me: failed program was:" >&5
22857 sed 's/^/| /' conftest.$ac_ext >&5
22859 cat >conftest.$ac_ext <<_ACEOF
22860 /* confdefs.h. */
22861 _ACEOF
22862 cat confdefs.h >>conftest.$ac_ext
22863 cat >>conftest.$ac_ext <<_ACEOF
22864 /* end confdefs.h. */
22865 #include <sys/types.h>
22866 #ifdef HAVE_SYS_MTIO_H
22867 #include <sys/mtio.h>
22868 #endif
22871 main ()
22873 static struct mtget ac_aggr;
22874 if (sizeof ac_aggr.mt_blkno)
22875 return 0;
22877 return 0;
22879 _ACEOF
22880 rm -f conftest.$ac_objext
22881 if { (ac_try="$ac_compile"
22882 case "(($ac_try" in
22883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22884 *) ac_try_echo=$ac_try;;
22885 esac
22886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22887 $as_echo "$ac_try_echo") >&5
22888 (eval "$ac_compile") 2>conftest.er1
22889 ac_status=$?
22890 grep -v '^ *+' conftest.er1 >conftest.err
22891 rm -f conftest.er1
22892 cat conftest.err >&5
22893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22894 (exit $ac_status); } && {
22895 test -z "$ac_c_werror_flag" ||
22896 test ! -s conftest.err
22897 } && test -s conftest.$ac_objext; then
22898 ac_cv_member_struct_mtget_mt_blkno=yes
22899 else
22900 $as_echo "$as_me: failed program was:" >&5
22901 sed 's/^/| /' conftest.$ac_ext >&5
22903 ac_cv_member_struct_mtget_mt_blkno=no
22906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22911 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22912 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22913 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22915 cat >>confdefs.h <<_ACEOF
22916 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22917 _ACEOF
22923 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22924 $as_echo_n "checking for struct option.name... " >&6; }
22925 if test "${ac_cv_member_struct_option_name+set}" = set; then
22926 $as_echo_n "(cached) " >&6
22927 else
22928 cat >conftest.$ac_ext <<_ACEOF
22929 /* confdefs.h. */
22930 _ACEOF
22931 cat confdefs.h >>conftest.$ac_ext
22932 cat >>conftest.$ac_ext <<_ACEOF
22933 /* end confdefs.h. */
22934 #ifdef HAVE_GETOPT_H
22935 #include <getopt.h>
22936 #endif
22939 main ()
22941 static struct option ac_aggr;
22942 if (ac_aggr.name)
22943 return 0;
22945 return 0;
22947 _ACEOF
22948 rm -f conftest.$ac_objext
22949 if { (ac_try="$ac_compile"
22950 case "(($ac_try" in
22951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22952 *) ac_try_echo=$ac_try;;
22953 esac
22954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22955 $as_echo "$ac_try_echo") >&5
22956 (eval "$ac_compile") 2>conftest.er1
22957 ac_status=$?
22958 grep -v '^ *+' conftest.er1 >conftest.err
22959 rm -f conftest.er1
22960 cat conftest.err >&5
22961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22962 (exit $ac_status); } && {
22963 test -z "$ac_c_werror_flag" ||
22964 test ! -s conftest.err
22965 } && test -s conftest.$ac_objext; then
22966 ac_cv_member_struct_option_name=yes
22967 else
22968 $as_echo "$as_me: failed program was:" >&5
22969 sed 's/^/| /' conftest.$ac_ext >&5
22971 cat >conftest.$ac_ext <<_ACEOF
22972 /* confdefs.h. */
22973 _ACEOF
22974 cat confdefs.h >>conftest.$ac_ext
22975 cat >>conftest.$ac_ext <<_ACEOF
22976 /* end confdefs.h. */
22977 #ifdef HAVE_GETOPT_H
22978 #include <getopt.h>
22979 #endif
22982 main ()
22984 static struct option ac_aggr;
22985 if (sizeof ac_aggr.name)
22986 return 0;
22988 return 0;
22990 _ACEOF
22991 rm -f conftest.$ac_objext
22992 if { (ac_try="$ac_compile"
22993 case "(($ac_try" in
22994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22995 *) ac_try_echo=$ac_try;;
22996 esac
22997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22998 $as_echo "$ac_try_echo") >&5
22999 (eval "$ac_compile") 2>conftest.er1
23000 ac_status=$?
23001 grep -v '^ *+' conftest.er1 >conftest.err
23002 rm -f conftest.er1
23003 cat conftest.err >&5
23004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23005 (exit $ac_status); } && {
23006 test -z "$ac_c_werror_flag" ||
23007 test ! -s conftest.err
23008 } && test -s conftest.$ac_objext; then
23009 ac_cv_member_struct_option_name=yes
23010 else
23011 $as_echo "$as_me: failed program was:" >&5
23012 sed 's/^/| /' conftest.$ac_ext >&5
23014 ac_cv_member_struct_option_name=no
23017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23022 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23023 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23024 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23026 cat >>confdefs.h <<_ACEOF
23027 #define HAVE_STRUCT_OPTION_NAME 1
23028 _ACEOF
23034 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23035 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23036 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23037 $as_echo_n "(cached) " >&6
23038 else
23039 cat >conftest.$ac_ext <<_ACEOF
23040 /* confdefs.h. */
23041 _ACEOF
23042 cat confdefs.h >>conftest.$ac_ext
23043 cat >>conftest.$ac_ext <<_ACEOF
23044 /* end confdefs.h. */
23045 $ac_includes_default
23047 main ()
23049 static struct stat ac_aggr;
23050 if (ac_aggr.st_blocks)
23051 return 0;
23053 return 0;
23055 _ACEOF
23056 rm -f conftest.$ac_objext
23057 if { (ac_try="$ac_compile"
23058 case "(($ac_try" in
23059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23060 *) ac_try_echo=$ac_try;;
23061 esac
23062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23063 $as_echo "$ac_try_echo") >&5
23064 (eval "$ac_compile") 2>conftest.er1
23065 ac_status=$?
23066 grep -v '^ *+' conftest.er1 >conftest.err
23067 rm -f conftest.er1
23068 cat conftest.err >&5
23069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23070 (exit $ac_status); } && {
23071 test -z "$ac_c_werror_flag" ||
23072 test ! -s conftest.err
23073 } && test -s conftest.$ac_objext; then
23074 ac_cv_member_struct_stat_st_blocks=yes
23075 else
23076 $as_echo "$as_me: failed program was:" >&5
23077 sed 's/^/| /' conftest.$ac_ext >&5
23079 cat >conftest.$ac_ext <<_ACEOF
23080 /* confdefs.h. */
23081 _ACEOF
23082 cat confdefs.h >>conftest.$ac_ext
23083 cat >>conftest.$ac_ext <<_ACEOF
23084 /* end confdefs.h. */
23085 $ac_includes_default
23087 main ()
23089 static struct stat ac_aggr;
23090 if (sizeof ac_aggr.st_blocks)
23091 return 0;
23093 return 0;
23095 _ACEOF
23096 rm -f conftest.$ac_objext
23097 if { (ac_try="$ac_compile"
23098 case "(($ac_try" in
23099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23100 *) ac_try_echo=$ac_try;;
23101 esac
23102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23103 $as_echo "$ac_try_echo") >&5
23104 (eval "$ac_compile") 2>conftest.er1
23105 ac_status=$?
23106 grep -v '^ *+' conftest.er1 >conftest.err
23107 rm -f conftest.er1
23108 cat conftest.err >&5
23109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23110 (exit $ac_status); } && {
23111 test -z "$ac_c_werror_flag" ||
23112 test ! -s conftest.err
23113 } && test -s conftest.$ac_objext; then
23114 ac_cv_member_struct_stat_st_blocks=yes
23115 else
23116 $as_echo "$as_me: failed program was:" >&5
23117 sed 's/^/| /' conftest.$ac_ext >&5
23119 ac_cv_member_struct_stat_st_blocks=no
23122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23127 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23128 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23129 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23131 cat >>confdefs.h <<_ACEOF
23132 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23133 _ACEOF
23137 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23138 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23139 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23140 $as_echo_n "(cached) " >&6
23141 else
23142 cat >conftest.$ac_ext <<_ACEOF
23143 /* confdefs.h. */
23144 _ACEOF
23145 cat confdefs.h >>conftest.$ac_ext
23146 cat >>conftest.$ac_ext <<_ACEOF
23147 /* end confdefs.h. */
23148 $ac_includes_default
23150 main ()
23152 static struct stat ac_aggr;
23153 if (ac_aggr.st_mtim)
23154 return 0;
23156 return 0;
23158 _ACEOF
23159 rm -f conftest.$ac_objext
23160 if { (ac_try="$ac_compile"
23161 case "(($ac_try" in
23162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23163 *) ac_try_echo=$ac_try;;
23164 esac
23165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23166 $as_echo "$ac_try_echo") >&5
23167 (eval "$ac_compile") 2>conftest.er1
23168 ac_status=$?
23169 grep -v '^ *+' conftest.er1 >conftest.err
23170 rm -f conftest.er1
23171 cat conftest.err >&5
23172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23173 (exit $ac_status); } && {
23174 test -z "$ac_c_werror_flag" ||
23175 test ! -s conftest.err
23176 } && test -s conftest.$ac_objext; then
23177 ac_cv_member_struct_stat_st_mtim=yes
23178 else
23179 $as_echo "$as_me: failed program was:" >&5
23180 sed 's/^/| /' conftest.$ac_ext >&5
23182 cat >conftest.$ac_ext <<_ACEOF
23183 /* confdefs.h. */
23184 _ACEOF
23185 cat confdefs.h >>conftest.$ac_ext
23186 cat >>conftest.$ac_ext <<_ACEOF
23187 /* end confdefs.h. */
23188 $ac_includes_default
23190 main ()
23192 static struct stat ac_aggr;
23193 if (sizeof ac_aggr.st_mtim)
23194 return 0;
23196 return 0;
23198 _ACEOF
23199 rm -f conftest.$ac_objext
23200 if { (ac_try="$ac_compile"
23201 case "(($ac_try" in
23202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23203 *) ac_try_echo=$ac_try;;
23204 esac
23205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23206 $as_echo "$ac_try_echo") >&5
23207 (eval "$ac_compile") 2>conftest.er1
23208 ac_status=$?
23209 grep -v '^ *+' conftest.er1 >conftest.err
23210 rm -f conftest.er1
23211 cat conftest.err >&5
23212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23213 (exit $ac_status); } && {
23214 test -z "$ac_c_werror_flag" ||
23215 test ! -s conftest.err
23216 } && test -s conftest.$ac_objext; then
23217 ac_cv_member_struct_stat_st_mtim=yes
23218 else
23219 $as_echo "$as_me: failed program was:" >&5
23220 sed 's/^/| /' conftest.$ac_ext >&5
23222 ac_cv_member_struct_stat_st_mtim=no
23225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23230 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23231 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23232 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23234 cat >>confdefs.h <<_ACEOF
23235 #define HAVE_STRUCT_STAT_ST_MTIM 1
23236 _ACEOF
23240 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23241 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23242 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23243 $as_echo_n "(cached) " >&6
23244 else
23245 cat >conftest.$ac_ext <<_ACEOF
23246 /* confdefs.h. */
23247 _ACEOF
23248 cat confdefs.h >>conftest.$ac_ext
23249 cat >>conftest.$ac_ext <<_ACEOF
23250 /* end confdefs.h. */
23251 $ac_includes_default
23253 main ()
23255 static struct stat ac_aggr;
23256 if (ac_aggr.st_ctim)
23257 return 0;
23259 return 0;
23261 _ACEOF
23262 rm -f conftest.$ac_objext
23263 if { (ac_try="$ac_compile"
23264 case "(($ac_try" in
23265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23266 *) ac_try_echo=$ac_try;;
23267 esac
23268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23269 $as_echo "$ac_try_echo") >&5
23270 (eval "$ac_compile") 2>conftest.er1
23271 ac_status=$?
23272 grep -v '^ *+' conftest.er1 >conftest.err
23273 rm -f conftest.er1
23274 cat conftest.err >&5
23275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23276 (exit $ac_status); } && {
23277 test -z "$ac_c_werror_flag" ||
23278 test ! -s conftest.err
23279 } && test -s conftest.$ac_objext; then
23280 ac_cv_member_struct_stat_st_ctim=yes
23281 else
23282 $as_echo "$as_me: failed program was:" >&5
23283 sed 's/^/| /' conftest.$ac_ext >&5
23285 cat >conftest.$ac_ext <<_ACEOF
23286 /* confdefs.h. */
23287 _ACEOF
23288 cat confdefs.h >>conftest.$ac_ext
23289 cat >>conftest.$ac_ext <<_ACEOF
23290 /* end confdefs.h. */
23291 $ac_includes_default
23293 main ()
23295 static struct stat ac_aggr;
23296 if (sizeof ac_aggr.st_ctim)
23297 return 0;
23299 return 0;
23301 _ACEOF
23302 rm -f conftest.$ac_objext
23303 if { (ac_try="$ac_compile"
23304 case "(($ac_try" in
23305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23306 *) ac_try_echo=$ac_try;;
23307 esac
23308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23309 $as_echo "$ac_try_echo") >&5
23310 (eval "$ac_compile") 2>conftest.er1
23311 ac_status=$?
23312 grep -v '^ *+' conftest.er1 >conftest.err
23313 rm -f conftest.er1
23314 cat conftest.err >&5
23315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23316 (exit $ac_status); } && {
23317 test -z "$ac_c_werror_flag" ||
23318 test ! -s conftest.err
23319 } && test -s conftest.$ac_objext; then
23320 ac_cv_member_struct_stat_st_ctim=yes
23321 else
23322 $as_echo "$as_me: failed program was:" >&5
23323 sed 's/^/| /' conftest.$ac_ext >&5
23325 ac_cv_member_struct_stat_st_ctim=no
23328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23333 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23334 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23335 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23337 cat >>confdefs.h <<_ACEOF
23338 #define HAVE_STRUCT_STAT_ST_CTIM 1
23339 _ACEOF
23343 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23344 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23345 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23346 $as_echo_n "(cached) " >&6
23347 else
23348 cat >conftest.$ac_ext <<_ACEOF
23349 /* confdefs.h. */
23350 _ACEOF
23351 cat confdefs.h >>conftest.$ac_ext
23352 cat >>conftest.$ac_ext <<_ACEOF
23353 /* end confdefs.h. */
23354 $ac_includes_default
23356 main ()
23358 static struct stat ac_aggr;
23359 if (ac_aggr.st_atim)
23360 return 0;
23362 return 0;
23364 _ACEOF
23365 rm -f conftest.$ac_objext
23366 if { (ac_try="$ac_compile"
23367 case "(($ac_try" in
23368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23369 *) ac_try_echo=$ac_try;;
23370 esac
23371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23372 $as_echo "$ac_try_echo") >&5
23373 (eval "$ac_compile") 2>conftest.er1
23374 ac_status=$?
23375 grep -v '^ *+' conftest.er1 >conftest.err
23376 rm -f conftest.er1
23377 cat conftest.err >&5
23378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23379 (exit $ac_status); } && {
23380 test -z "$ac_c_werror_flag" ||
23381 test ! -s conftest.err
23382 } && test -s conftest.$ac_objext; then
23383 ac_cv_member_struct_stat_st_atim=yes
23384 else
23385 $as_echo "$as_me: failed program was:" >&5
23386 sed 's/^/| /' conftest.$ac_ext >&5
23388 cat >conftest.$ac_ext <<_ACEOF
23389 /* confdefs.h. */
23390 _ACEOF
23391 cat confdefs.h >>conftest.$ac_ext
23392 cat >>conftest.$ac_ext <<_ACEOF
23393 /* end confdefs.h. */
23394 $ac_includes_default
23396 main ()
23398 static struct stat ac_aggr;
23399 if (sizeof ac_aggr.st_atim)
23400 return 0;
23402 return 0;
23404 _ACEOF
23405 rm -f conftest.$ac_objext
23406 if { (ac_try="$ac_compile"
23407 case "(($ac_try" in
23408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23409 *) ac_try_echo=$ac_try;;
23410 esac
23411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23412 $as_echo "$ac_try_echo") >&5
23413 (eval "$ac_compile") 2>conftest.er1
23414 ac_status=$?
23415 grep -v '^ *+' conftest.er1 >conftest.err
23416 rm -f conftest.er1
23417 cat conftest.err >&5
23418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23419 (exit $ac_status); } && {
23420 test -z "$ac_c_werror_flag" ||
23421 test ! -s conftest.err
23422 } && test -s conftest.$ac_objext; then
23423 ac_cv_member_struct_stat_st_atim=yes
23424 else
23425 $as_echo "$as_me: failed program was:" >&5
23426 sed 's/^/| /' conftest.$ac_ext >&5
23428 ac_cv_member_struct_stat_st_atim=no
23431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23436 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23437 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23438 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23440 cat >>confdefs.h <<_ACEOF
23441 #define HAVE_STRUCT_STAT_ST_ATIM 1
23442 _ACEOF
23448 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23449 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23450 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23451 $as_echo_n "(cached) " >&6
23452 else
23453 cat >conftest.$ac_ext <<_ACEOF
23454 /* confdefs.h. */
23455 _ACEOF
23456 cat confdefs.h >>conftest.$ac_ext
23457 cat >>conftest.$ac_ext <<_ACEOF
23458 /* end confdefs.h. */
23459 #ifdef HAVE_SYS_TYPES_H
23460 #include <sys/types.h>
23461 #endif
23462 #ifdef HAVE_NETINET_IN_H
23463 #include <netinet/in.h>
23464 #endif
23467 main ()
23469 static struct sockaddr_in6 ac_aggr;
23470 if (ac_aggr.sin6_scope_id)
23471 return 0;
23473 return 0;
23475 _ACEOF
23476 rm -f conftest.$ac_objext
23477 if { (ac_try="$ac_compile"
23478 case "(($ac_try" in
23479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23480 *) ac_try_echo=$ac_try;;
23481 esac
23482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23483 $as_echo "$ac_try_echo") >&5
23484 (eval "$ac_compile") 2>conftest.er1
23485 ac_status=$?
23486 grep -v '^ *+' conftest.er1 >conftest.err
23487 rm -f conftest.er1
23488 cat conftest.err >&5
23489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23490 (exit $ac_status); } && {
23491 test -z "$ac_c_werror_flag" ||
23492 test ! -s conftest.err
23493 } && test -s conftest.$ac_objext; then
23494 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23495 else
23496 $as_echo "$as_me: failed program was:" >&5
23497 sed 's/^/| /' conftest.$ac_ext >&5
23499 cat >conftest.$ac_ext <<_ACEOF
23500 /* confdefs.h. */
23501 _ACEOF
23502 cat confdefs.h >>conftest.$ac_ext
23503 cat >>conftest.$ac_ext <<_ACEOF
23504 /* end confdefs.h. */
23505 #ifdef HAVE_SYS_TYPES_H
23506 #include <sys/types.h>
23507 #endif
23508 #ifdef HAVE_NETINET_IN_H
23509 #include <netinet/in.h>
23510 #endif
23513 main ()
23515 static struct sockaddr_in6 ac_aggr;
23516 if (sizeof ac_aggr.sin6_scope_id)
23517 return 0;
23519 return 0;
23521 _ACEOF
23522 rm -f conftest.$ac_objext
23523 if { (ac_try="$ac_compile"
23524 case "(($ac_try" in
23525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23526 *) ac_try_echo=$ac_try;;
23527 esac
23528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23529 $as_echo "$ac_try_echo") >&5
23530 (eval "$ac_compile") 2>conftest.er1
23531 ac_status=$?
23532 grep -v '^ *+' conftest.er1 >conftest.err
23533 rm -f conftest.er1
23534 cat conftest.err >&5
23535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23536 (exit $ac_status); } && {
23537 test -z "$ac_c_werror_flag" ||
23538 test ! -s conftest.err
23539 } && test -s conftest.$ac_objext; then
23540 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23541 else
23542 $as_echo "$as_me: failed program was:" >&5
23543 sed 's/^/| /' conftest.$ac_ext >&5
23545 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23553 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23554 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23555 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23557 cat >>confdefs.h <<_ACEOF
23558 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23559 _ACEOF
23565 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23566 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23567 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23568 $as_echo_n "(cached) " >&6
23569 else
23570 cat >conftest.$ac_ext <<_ACEOF
23571 /* confdefs.h. */
23572 _ACEOF
23573 cat confdefs.h >>conftest.$ac_ext
23574 cat >>conftest.$ac_ext <<_ACEOF
23575 /* end confdefs.h. */
23576 #ifdef HAVE_SYS_TYPES_H
23577 #include <sys/types.h>
23578 #endif
23579 #ifdef HAVE_NETINET_IN_H
23580 # include <netinet/in.h>
23581 #endif
23582 #ifdef HAVE_ARPA_NAMESER_H
23583 # include <arpa/nameser.h>
23584 #endif
23587 main ()
23589 static ns_msg ac_aggr;
23590 if (ac_aggr._msg_ptr)
23591 return 0;
23593 return 0;
23595 _ACEOF
23596 rm -f conftest.$ac_objext
23597 if { (ac_try="$ac_compile"
23598 case "(($ac_try" in
23599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23600 *) ac_try_echo=$ac_try;;
23601 esac
23602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23603 $as_echo "$ac_try_echo") >&5
23604 (eval "$ac_compile") 2>conftest.er1
23605 ac_status=$?
23606 grep -v '^ *+' conftest.er1 >conftest.err
23607 rm -f conftest.er1
23608 cat conftest.err >&5
23609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23610 (exit $ac_status); } && {
23611 test -z "$ac_c_werror_flag" ||
23612 test ! -s conftest.err
23613 } && test -s conftest.$ac_objext; then
23614 ac_cv_member_ns_msg__msg_ptr=yes
23615 else
23616 $as_echo "$as_me: failed program was:" >&5
23617 sed 's/^/| /' conftest.$ac_ext >&5
23619 cat >conftest.$ac_ext <<_ACEOF
23620 /* confdefs.h. */
23621 _ACEOF
23622 cat confdefs.h >>conftest.$ac_ext
23623 cat >>conftest.$ac_ext <<_ACEOF
23624 /* end confdefs.h. */
23625 #ifdef HAVE_SYS_TYPES_H
23626 #include <sys/types.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IN_H
23629 # include <netinet/in.h>
23630 #endif
23631 #ifdef HAVE_ARPA_NAMESER_H
23632 # include <arpa/nameser.h>
23633 #endif
23636 main ()
23638 static ns_msg ac_aggr;
23639 if (sizeof ac_aggr._msg_ptr)
23640 return 0;
23642 return 0;
23644 _ACEOF
23645 rm -f conftest.$ac_objext
23646 if { (ac_try="$ac_compile"
23647 case "(($ac_try" in
23648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23649 *) ac_try_echo=$ac_try;;
23650 esac
23651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23652 $as_echo "$ac_try_echo") >&5
23653 (eval "$ac_compile") 2>conftest.er1
23654 ac_status=$?
23655 grep -v '^ *+' conftest.er1 >conftest.err
23656 rm -f conftest.er1
23657 cat conftest.err >&5
23658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23659 (exit $ac_status); } && {
23660 test -z "$ac_c_werror_flag" ||
23661 test ! -s conftest.err
23662 } && test -s conftest.$ac_objext; then
23663 ac_cv_member_ns_msg__msg_ptr=yes
23664 else
23665 $as_echo "$as_me: failed program was:" >&5
23666 sed 's/^/| /' conftest.$ac_ext >&5
23668 ac_cv_member_ns_msg__msg_ptr=no
23671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23676 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23677 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23678 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23680 cat >>confdefs.h <<_ACEOF
23681 #define HAVE_NS_MSG__MSG_PTR 1
23682 _ACEOF
23688 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23689 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23690 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23691 $as_echo_n "(cached) " >&6
23692 else
23693 cat >conftest.$ac_ext <<_ACEOF
23694 /* confdefs.h. */
23695 _ACEOF
23696 cat confdefs.h >>conftest.$ac_ext
23697 cat >>conftest.$ac_ext <<_ACEOF
23698 /* end confdefs.h. */
23699 #ifdef HAVE_SYS_TYPES_H
23700 #include <sys/types.h>
23701 #endif
23702 #ifdef HAVE_ALIAS_H
23703 #include <alias.h>
23704 #endif
23705 #ifdef HAVE_SYS_SOCKET_H
23706 #include <sys/socket.h>
23707 #endif
23708 #ifdef HAVE_SYS_SOCKETVAR_H
23709 #include <sys/socketvar.h>
23710 #endif
23711 #ifdef HAVE_SYS_TIMEOUT_H
23712 #include <sys/timeout.h>
23713 #endif
23714 #ifdef HAVE_NETINET_IN_H
23715 #include <netinet/in.h>
23716 #endif
23717 #ifdef HAVE_NETINET_IN_SYSTM_H
23718 #include <netinet/in_systm.h>
23719 #endif
23720 #ifdef HAVE_NETINET_IP_H
23721 #include <netinet/ip.h>
23722 #endif
23723 #ifdef HAVE_NETINET_IP_VAR_H
23724 #include <netinet/ip_var.h>
23725 #endif
23726 #ifdef HAVE_NETINET_IP_ICMP_H
23727 #include <netinet/ip_icmp.h>
23728 #endif
23729 #ifdef HAVE_NETINET_ICMP_VAR
23730 #include <netinet/icmp_var.h>
23731 #endif
23734 main ()
23736 static struct icmpstat ac_aggr;
23737 if (ac_aggr.icps_outhist)
23738 return 0;
23740 return 0;
23742 _ACEOF
23743 rm -f conftest.$ac_objext
23744 if { (ac_try="$ac_compile"
23745 case "(($ac_try" in
23746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23747 *) ac_try_echo=$ac_try;;
23748 esac
23749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23750 $as_echo "$ac_try_echo") >&5
23751 (eval "$ac_compile") 2>conftest.er1
23752 ac_status=$?
23753 grep -v '^ *+' conftest.er1 >conftest.err
23754 rm -f conftest.er1
23755 cat conftest.err >&5
23756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23757 (exit $ac_status); } && {
23758 test -z "$ac_c_werror_flag" ||
23759 test ! -s conftest.err
23760 } && test -s conftest.$ac_objext; then
23761 ac_cv_member_struct_icmpstat_icps_outhist=yes
23762 else
23763 $as_echo "$as_me: failed program was:" >&5
23764 sed 's/^/| /' conftest.$ac_ext >&5
23766 cat >conftest.$ac_ext <<_ACEOF
23767 /* confdefs.h. */
23768 _ACEOF
23769 cat confdefs.h >>conftest.$ac_ext
23770 cat >>conftest.$ac_ext <<_ACEOF
23771 /* end confdefs.h. */
23772 #ifdef HAVE_SYS_TYPES_H
23773 #include <sys/types.h>
23774 #endif
23775 #ifdef HAVE_ALIAS_H
23776 #include <alias.h>
23777 #endif
23778 #ifdef HAVE_SYS_SOCKET_H
23779 #include <sys/socket.h>
23780 #endif
23781 #ifdef HAVE_SYS_SOCKETVAR_H
23782 #include <sys/socketvar.h>
23783 #endif
23784 #ifdef HAVE_SYS_TIMEOUT_H
23785 #include <sys/timeout.h>
23786 #endif
23787 #ifdef HAVE_NETINET_IN_H
23788 #include <netinet/in.h>
23789 #endif
23790 #ifdef HAVE_NETINET_IN_SYSTM_H
23791 #include <netinet/in_systm.h>
23792 #endif
23793 #ifdef HAVE_NETINET_IP_H
23794 #include <netinet/ip.h>
23795 #endif
23796 #ifdef HAVE_NETINET_IP_VAR_H
23797 #include <netinet/ip_var.h>
23798 #endif
23799 #ifdef HAVE_NETINET_IP_ICMP_H
23800 #include <netinet/ip_icmp.h>
23801 #endif
23802 #ifdef HAVE_NETINET_ICMP_VAR
23803 #include <netinet/icmp_var.h>
23804 #endif
23807 main ()
23809 static struct icmpstat ac_aggr;
23810 if (sizeof ac_aggr.icps_outhist)
23811 return 0;
23813 return 0;
23815 _ACEOF
23816 rm -f conftest.$ac_objext
23817 if { (ac_try="$ac_compile"
23818 case "(($ac_try" in
23819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23820 *) ac_try_echo=$ac_try;;
23821 esac
23822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23823 $as_echo "$ac_try_echo") >&5
23824 (eval "$ac_compile") 2>conftest.er1
23825 ac_status=$?
23826 grep -v '^ *+' conftest.er1 >conftest.err
23827 rm -f conftest.er1
23828 cat conftest.err >&5
23829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23830 (exit $ac_status); } && {
23831 test -z "$ac_c_werror_flag" ||
23832 test ! -s conftest.err
23833 } && test -s conftest.$ac_objext; then
23834 ac_cv_member_struct_icmpstat_icps_outhist=yes
23835 else
23836 $as_echo "$as_me: failed program was:" >&5
23837 sed 's/^/| /' conftest.$ac_ext >&5
23839 ac_cv_member_struct_icmpstat_icps_outhist=no
23842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23847 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23848 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23849 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23851 cat >>confdefs.h <<_ACEOF
23852 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23853 _ACEOF
23859 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23860 $as_echo_n "checking for timezone variable... " >&6; }
23861 if test "${ac_cv_have_timezone+set}" = set; then
23862 $as_echo_n "(cached) " >&6
23863 else
23864 cat >conftest.$ac_ext <<_ACEOF
23865 /* confdefs.h. */
23866 _ACEOF
23867 cat confdefs.h >>conftest.$ac_ext
23868 cat >>conftest.$ac_ext <<_ACEOF
23869 /* end confdefs.h. */
23870 #include <time.h>
23872 main ()
23874 timezone = 1
23876 return 0;
23878 _ACEOF
23879 rm -f conftest.$ac_objext conftest$ac_exeext
23880 if { (ac_try="$ac_link"
23881 case "(($ac_try" in
23882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23883 *) ac_try_echo=$ac_try;;
23884 esac
23885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23886 $as_echo "$ac_try_echo") >&5
23887 (eval "$ac_link") 2>conftest.er1
23888 ac_status=$?
23889 grep -v '^ *+' conftest.er1 >conftest.err
23890 rm -f conftest.er1
23891 cat conftest.err >&5
23892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23893 (exit $ac_status); } && {
23894 test -z "$ac_c_werror_flag" ||
23895 test ! -s conftest.err
23896 } && test -s conftest$ac_exeext && {
23897 test "$cross_compiling" = yes ||
23898 $as_test_x conftest$ac_exeext
23899 }; then
23900 ac_cv_have_timezone="yes"
23901 else
23902 $as_echo "$as_me: failed program was:" >&5
23903 sed 's/^/| /' conftest.$ac_ext >&5
23905 ac_cv_have_timezone="no"
23908 rm -rf conftest.dSYM
23909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23910 conftest$ac_exeext conftest.$ac_ext
23912 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23913 $as_echo "$ac_cv_have_timezone" >&6; }
23914 if test "$ac_cv_have_timezone" = "yes"
23915 then
23917 cat >>confdefs.h <<\_ACEOF
23918 #define HAVE_TIMEZONE 1
23919 _ACEOF
23922 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23923 $as_echo_n "checking for daylight variable... " >&6; }
23924 if test "${ac_cv_have_daylight+set}" = set; then
23925 $as_echo_n "(cached) " >&6
23926 else
23927 cat >conftest.$ac_ext <<_ACEOF
23928 /* confdefs.h. */
23929 _ACEOF
23930 cat confdefs.h >>conftest.$ac_ext
23931 cat >>conftest.$ac_ext <<_ACEOF
23932 /* end confdefs.h. */
23933 #include <time.h>
23935 main ()
23937 daylight = 1
23939 return 0;
23941 _ACEOF
23942 rm -f conftest.$ac_objext conftest$ac_exeext
23943 if { (ac_try="$ac_link"
23944 case "(($ac_try" in
23945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23946 *) ac_try_echo=$ac_try;;
23947 esac
23948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23949 $as_echo "$ac_try_echo") >&5
23950 (eval "$ac_link") 2>conftest.er1
23951 ac_status=$?
23952 grep -v '^ *+' conftest.er1 >conftest.err
23953 rm -f conftest.er1
23954 cat conftest.err >&5
23955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23956 (exit $ac_status); } && {
23957 test -z "$ac_c_werror_flag" ||
23958 test ! -s conftest.err
23959 } && test -s conftest$ac_exeext && {
23960 test "$cross_compiling" = yes ||
23961 $as_test_x conftest$ac_exeext
23962 }; then
23963 ac_cv_have_daylight="yes"
23964 else
23965 $as_echo "$as_me: failed program was:" >&5
23966 sed 's/^/| /' conftest.$ac_ext >&5
23968 ac_cv_have_daylight="no"
23971 rm -rf conftest.dSYM
23972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23973 conftest$ac_exeext conftest.$ac_ext
23975 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23976 $as_echo "$ac_cv_have_daylight" >&6; }
23977 if test "$ac_cv_have_daylight" = "yes"
23978 then
23980 cat >>confdefs.h <<\_ACEOF
23981 #define HAVE_DAYLIGHT 1
23982 _ACEOF
23986 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23987 $as_echo_n "checking for isinf... " >&6; }
23988 if test "${ac_cv_have_isinf+set}" = set; then
23989 $as_echo_n "(cached) " >&6
23990 else
23991 cat >conftest.$ac_ext <<_ACEOF
23992 /* confdefs.h. */
23993 _ACEOF
23994 cat confdefs.h >>conftest.$ac_ext
23995 cat >>conftest.$ac_ext <<_ACEOF
23996 /* end confdefs.h. */
23997 #include <math.h>
23999 main ()
24001 float f = 0.0; int i=isinf(f)
24003 return 0;
24005 _ACEOF
24006 rm -f conftest.$ac_objext conftest$ac_exeext
24007 if { (ac_try="$ac_link"
24008 case "(($ac_try" in
24009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24010 *) ac_try_echo=$ac_try;;
24011 esac
24012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24013 $as_echo "$ac_try_echo") >&5
24014 (eval "$ac_link") 2>conftest.er1
24015 ac_status=$?
24016 grep -v '^ *+' conftest.er1 >conftest.err
24017 rm -f conftest.er1
24018 cat conftest.err >&5
24019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24020 (exit $ac_status); } && {
24021 test -z "$ac_c_werror_flag" ||
24022 test ! -s conftest.err
24023 } && test -s conftest$ac_exeext && {
24024 test "$cross_compiling" = yes ||
24025 $as_test_x conftest$ac_exeext
24026 }; then
24027 ac_cv_have_isinf="yes"
24028 else
24029 $as_echo "$as_me: failed program was:" >&5
24030 sed 's/^/| /' conftest.$ac_ext >&5
24032 ac_cv_have_isinf="no"
24035 rm -rf conftest.dSYM
24036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24037 conftest$ac_exeext conftest.$ac_ext
24039 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24040 $as_echo "$ac_cv_have_isinf" >&6; }
24041 if test "$ac_cv_have_isinf" = "yes"
24042 then
24044 cat >>confdefs.h <<\_ACEOF
24045 #define HAVE_ISINF 1
24046 _ACEOF
24050 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24051 $as_echo_n "checking for isnan... " >&6; }
24052 if test "${ac_cv_have_isnan+set}" = set; then
24053 $as_echo_n "(cached) " >&6
24054 else
24055 cat >conftest.$ac_ext <<_ACEOF
24056 /* confdefs.h. */
24057 _ACEOF
24058 cat confdefs.h >>conftest.$ac_ext
24059 cat >>conftest.$ac_ext <<_ACEOF
24060 /* end confdefs.h. */
24061 #include <math.h>
24063 main ()
24065 float f = 0.0; int i=isnan(f)
24067 return 0;
24069 _ACEOF
24070 rm -f conftest.$ac_objext conftest$ac_exeext
24071 if { (ac_try="$ac_link"
24072 case "(($ac_try" in
24073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24074 *) ac_try_echo=$ac_try;;
24075 esac
24076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24077 $as_echo "$ac_try_echo") >&5
24078 (eval "$ac_link") 2>conftest.er1
24079 ac_status=$?
24080 grep -v '^ *+' conftest.er1 >conftest.err
24081 rm -f conftest.er1
24082 cat conftest.err >&5
24083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24084 (exit $ac_status); } && {
24085 test -z "$ac_c_werror_flag" ||
24086 test ! -s conftest.err
24087 } && test -s conftest$ac_exeext && {
24088 test "$cross_compiling" = yes ||
24089 $as_test_x conftest$ac_exeext
24090 }; then
24091 ac_cv_have_isnan="yes"
24092 else
24093 $as_echo "$as_me: failed program was:" >&5
24094 sed 's/^/| /' conftest.$ac_ext >&5
24096 ac_cv_have_isnan="no"
24099 rm -rf conftest.dSYM
24100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24101 conftest$ac_exeext conftest.$ac_ext
24103 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24104 $as_echo "$ac_cv_have_isnan" >&6; }
24105 if test "$ac_cv_have_isnan" = "yes"
24106 then
24108 cat >>confdefs.h <<\_ACEOF
24109 #define HAVE_ISNAN 1
24110 _ACEOF
24115 case $host_cpu in
24116 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24117 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24118 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24119 $as_echo_n "(cached) " >&6
24120 else
24121 cat >conftest.$ac_ext <<_ACEOF
24122 /* confdefs.h. */
24123 _ACEOF
24124 cat confdefs.h >>conftest.$ac_ext
24125 cat >>conftest.$ac_ext <<_ACEOF
24126 /* end confdefs.h. */
24127 #ifndef __i386__
24129 #endif
24130 _ACEOF
24131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24132 $EGREP "yes" >/dev/null 2>&1; then
24133 ac_cv_cpp_def___i386__=yes
24134 else
24135 ac_cv_cpp_def___i386__=no
24137 rm -f conftest*
24140 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24141 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24142 if test $ac_cv_cpp_def___i386__ = yes; then
24143 CFLAGS="$CFLAGS -D__i386__"
24144 LINTFLAGS="$LINTFLAGS -D__i386__"
24147 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24148 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24149 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24150 $as_echo_n "(cached) " >&6
24151 else
24152 cat >conftest.$ac_ext <<_ACEOF
24153 /* confdefs.h. */
24154 _ACEOF
24155 cat confdefs.h >>conftest.$ac_ext
24156 cat >>conftest.$ac_ext <<_ACEOF
24157 /* end confdefs.h. */
24158 #ifndef __x86_64__
24160 #endif
24161 _ACEOF
24162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24163 $EGREP "yes" >/dev/null 2>&1; then
24164 ac_cv_cpp_def___x86_64__=yes
24165 else
24166 ac_cv_cpp_def___x86_64__=no
24168 rm -f conftest*
24171 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24172 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24173 if test $ac_cv_cpp_def___x86_64__ = yes; then
24174 CFLAGS="$CFLAGS -D__x86_64__"
24175 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24178 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24179 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24180 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24181 $as_echo_n "(cached) " >&6
24182 else
24183 cat >conftest.$ac_ext <<_ACEOF
24184 /* confdefs.h. */
24185 _ACEOF
24186 cat confdefs.h >>conftest.$ac_ext
24187 cat >>conftest.$ac_ext <<_ACEOF
24188 /* end confdefs.h. */
24189 #ifndef __ALPHA__
24191 #endif
24192 _ACEOF
24193 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24194 $EGREP "yes" >/dev/null 2>&1; then
24195 ac_cv_cpp_def___ALPHA__=yes
24196 else
24197 ac_cv_cpp_def___ALPHA__=no
24199 rm -f conftest*
24202 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24203 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24204 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24205 CFLAGS="$CFLAGS -D__ALPHA__"
24206 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24209 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24210 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24211 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24212 $as_echo_n "(cached) " >&6
24213 else
24214 cat >conftest.$ac_ext <<_ACEOF
24215 /* confdefs.h. */
24216 _ACEOF
24217 cat confdefs.h >>conftest.$ac_ext
24218 cat >>conftest.$ac_ext <<_ACEOF
24219 /* end confdefs.h. */
24220 #ifndef __sparc__
24222 #endif
24223 _ACEOF
24224 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24225 $EGREP "yes" >/dev/null 2>&1; then
24226 ac_cv_cpp_def___sparc__=yes
24227 else
24228 ac_cv_cpp_def___sparc__=no
24230 rm -f conftest*
24233 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24234 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24235 if test $ac_cv_cpp_def___sparc__ = yes; then
24236 CFLAGS="$CFLAGS -D__sparc__"
24237 LINTFLAGS="$LINTFLAGS -D__sparc__"
24240 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24241 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24242 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24243 $as_echo_n "(cached) " >&6
24244 else
24245 cat >conftest.$ac_ext <<_ACEOF
24246 /* confdefs.h. */
24247 _ACEOF
24248 cat confdefs.h >>conftest.$ac_ext
24249 cat >>conftest.$ac_ext <<_ACEOF
24250 /* end confdefs.h. */
24251 #ifndef __powerpc__
24253 #endif
24254 _ACEOF
24255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24256 $EGREP "yes" >/dev/null 2>&1; then
24257 ac_cv_cpp_def___powerpc__=yes
24258 else
24259 ac_cv_cpp_def___powerpc__=no
24261 rm -f conftest*
24264 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24265 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24266 if test $ac_cv_cpp_def___powerpc__ = yes; then
24267 CFLAGS="$CFLAGS -D__powerpc__"
24268 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24271 esac
24273 case $host_vendor in
24274 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24275 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24276 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24277 $as_echo_n "(cached) " >&6
24278 else
24279 cat >conftest.$ac_ext <<_ACEOF
24280 /* confdefs.h. */
24281 _ACEOF
24282 cat confdefs.h >>conftest.$ac_ext
24283 cat >>conftest.$ac_ext <<_ACEOF
24284 /* end confdefs.h. */
24285 #ifndef __sun__
24287 #endif
24288 _ACEOF
24289 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24290 $EGREP "yes" >/dev/null 2>&1; then
24291 ac_cv_cpp_def___sun__=yes
24292 else
24293 ac_cv_cpp_def___sun__=no
24295 rm -f conftest*
24298 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24299 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24300 if test $ac_cv_cpp_def___sun__ = yes; then
24301 CFLAGS="$CFLAGS -D__sun__"
24302 LINTFLAGS="$LINTFLAGS -D__sun__"
24305 esac
24308 DEPENDENCIES="### Dependencies:
24310 .INIT: Makefile
24311 .BEGIN: Makefile
24312 .MAKEFILEDEPS:
24313 Makefile: dummy
24314 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24316 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24317 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24318 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24319 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24320 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24323 ALL_MAKERULES=""
24325 ALL_MAKEFILES=""
24327 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24330 ALL_TOP_DIRS=""
24332 ALL_DLL_DIRS=""
24334 ALL_IMPLIB_DIRS=""
24336 ALL_TEST_DIRS=""
24338 ALL_PROGRAM_DIRS=""
24340 ALL_PROGRAM_INSTALL_DIRS=""
24342 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24348 ac_config_commands="$ac_config_commands include/stamp-h"
24351 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24353 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24355 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24357 ac_config_commands="$ac_config_commands dlls/user32/resources"
24359 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24361 ac_config_commands="$ac_config_commands include/wine"
24364 ALL_MAKERULES="$ALL_MAKERULES \\
24365 Make.rules"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 Make.rules: Make.rules.in"
24368 MAKE_RULES=Make.rules
24369 ac_config_files="$ac_config_files Make.rules"
24371 ALL_MAKERULES="$ALL_MAKERULES \\
24372 dlls/Makedll.rules"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24375 MAKE_DLL_RULES=dlls/Makedll.rules
24376 ac_config_files="$ac_config_files dlls/Makedll.rules"
24378 ALL_MAKERULES="$ALL_MAKERULES \\
24379 dlls/Makeimplib.rules"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24382 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24383 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24385 ALL_MAKERULES="$ALL_MAKERULES \\
24386 dlls/Maketest.rules"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24389 MAKE_TEST_RULES=dlls/Maketest.rules
24390 ac_config_files="$ac_config_files dlls/Maketest.rules"
24392 ALL_MAKERULES="$ALL_MAKERULES \\
24393 programs/Makeprog.rules"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24396 MAKE_PROG_RULES=programs/Makeprog.rules
24397 ac_config_files="$ac_config_files programs/Makeprog.rules"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 Makefile: Makefile.in Make.rules"
24404 ac_config_files="$ac_config_files Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/Makefile"
24408 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24409 dlls"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/Makefile: dlls/Makefile.in Make.rules"
24412 ac_config_files="$ac_config_files dlls/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/acledit/Makefile"
24416 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 acledit"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/aclui/Makefile"
24424 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425 aclui"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/activeds/Makefile"
24432 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 activeds"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/actxprxy/Makefile"
24440 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 actxprxy"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/adsiid/Makefile"
24448 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24449 adsiid"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24452 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/advapi32/Makefile"
24456 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 advapi32"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/advapi32/tests/Makefile"
24464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24465 advapi32/tests"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24468 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/advpack/Makefile"
24472 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24473 advpack"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/advpack/tests/Makefile"
24480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24481 advpack/tests"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24484 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/amstream/Makefile"
24488 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 amstream"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/appwiz.cpl/Makefile"
24496 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 appwiz.cpl"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/atl/Makefile"
24504 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 atl"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/atl/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/authz/Makefile"
24512 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 authz"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/authz/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/avicap32/Makefile"
24520 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24521 avicap32"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/avifil32/Makefile"
24528 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 avifil32"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/browseui/Makefile"
24536 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 browseui"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/browseui/tests/Makefile"
24544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24545 browseui/tests"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24548 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/cabinet/Makefile"
24552 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 cabinet"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/cabinet/tests/Makefile"
24560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24561 cabinet/tests"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24564 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/capi2032/Makefile"
24568 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 capi2032"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/cards/Makefile"
24576 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 cards"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/cards/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/cfgmgr32/Makefile"
24584 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 cfgmgr32"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/clusapi/Makefile"
24592 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 clusapi"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/comcat/Makefile"
24600 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 comcat"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/comcat/tests/Makefile"
24608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24609 comcat/tests"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24612 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/comctl32/Makefile"
24616 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 comctl32"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/comctl32/tests/Makefile"
24624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24625 comctl32/tests"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24628 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/comdlg32/Makefile"
24632 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 comdlg32"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/comdlg32/tests/Makefile"
24640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24641 comdlg32/tests"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24644 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/comm.drv16/Makefile"
24648 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 comm.drv16"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/compstui/Makefile"
24656 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 compstui"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/credui/Makefile"
24664 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 credui"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/credui/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/credui/tests/Makefile"
24672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24673 credui/tests"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24676 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/crtdll/Makefile"
24680 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 crtdll"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/crypt32/Makefile"
24688 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 crypt32"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/crypt32/tests/Makefile"
24696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24697 crypt32/tests"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24700 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/cryptdlg/Makefile"
24704 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 cryptdlg"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/cryptdll/Makefile"
24712 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713 cryptdll"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/cryptnet/Makefile"
24720 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 cryptnet"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/cryptnet/tests/Makefile"
24728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729 cryptnet/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/cryptui/Makefile"
24736 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 cryptui"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/cryptui/tests/Makefile"
24744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24745 cryptui/tests"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24748 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/ctapi32/Makefile"
24752 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 ctapi32"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/ctl3d32/Makefile"
24760 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 ctl3d32"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/d3d10/Makefile"
24768 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 d3d10"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/d3d10/tests/Makefile"
24776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24777 d3d10/tests"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24780 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/d3d10core/Makefile"
24784 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 d3d10core"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/d3d10core/tests/Makefile"
24792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24793 d3d10core/tests"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24796 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/d3d8/Makefile"
24800 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 d3d8"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/d3d8/tests/Makefile"
24808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24809 d3d8/tests"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24812 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/d3d9/Makefile"
24816 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 d3d9"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/d3d9/tests/Makefile"
24824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24825 d3d9/tests"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24828 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/d3dim/Makefile"
24832 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 d3dim"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/d3drm/Makefile"
24840 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 d3drm"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/d3drm/tests/Makefile"
24848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24849 d3drm/tests"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24852 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/d3dx8/Makefile"
24856 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 d3dx8"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/d3dx8/tests/Makefile"
24864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24865 d3dx8/tests"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24868 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/d3dx9_24/Makefile"
24872 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 d3dx9_24"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/d3dx9_25/Makefile"
24880 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 d3dx9_25"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/d3dx9_26/Makefile"
24888 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 d3dx9_26"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/d3dx9_27/Makefile"
24896 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 d3dx9_27"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/d3dx9_28/Makefile"
24904 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 d3dx9_28"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/d3dx9_29/Makefile"
24912 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 d3dx9_29"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/d3dx9_30/Makefile"
24920 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 d3dx9_30"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/d3dx9_31/Makefile"
24928 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 d3dx9_31"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/d3dx9_32/Makefile"
24936 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 d3dx9_32"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/d3dx9_33/Makefile"
24944 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 d3dx9_33"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/d3dx9_34/Makefile"
24952 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 d3dx9_34"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/d3dx9_35/Makefile"
24960 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 d3dx9_35"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/d3dx9_36/Makefile"
24968 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 d3dx9_36"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/d3dx9_36/tests/Makefile"
24976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977 d3dx9_36/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/d3dx9_37/Makefile"
24984 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 d3dx9_37"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/d3dx9_38/Makefile"
24992 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 d3dx9_38"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/d3dx9_39/Makefile"
25000 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 d3dx9_39"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/d3dx9_40/Makefile"
25008 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 d3dx9_40"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/d3dxof/Makefile"
25016 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 d3dxof"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/d3dxof/tests/Makefile"
25024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25025 d3dxof/tests"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25028 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/dbghelp/Makefile"
25032 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033 dbghelp"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/dciman32/Makefile"
25040 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 dciman32"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/ddraw/Makefile"
25048 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 ddraw"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/ddraw/tests/Makefile"
25056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25057 ddraw/tests"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25060 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/ddrawex/Makefile"
25064 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 ddrawex"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/ddrawex/tests/Makefile"
25072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25073 ddrawex/tests"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25076 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/devenum/Makefile"
25080 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 devenum"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/dinput/Makefile"
25088 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 dinput"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/dinput/tests/Makefile"
25096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25097 dinput/tests"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25100 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/dinput8/Makefile"
25104 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 dinput8"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/dispdib.dll16/Makefile"
25112 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 dispdib.dll16"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/display.drv16/Makefile"
25120 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 display.drv16"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/dmband/Makefile"
25128 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 dmband"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/dmcompos/Makefile"
25136 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 dmcompos"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/dmime/Makefile"
25144 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 dmime"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/dmloader/Makefile"
25152 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 dmloader"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/dmscript/Makefile"
25160 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 dmscript"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/dmstyle/Makefile"
25168 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 dmstyle"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/dmsynth/Makefile"
25176 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 dmsynth"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/dmusic/Makefile"
25184 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 dmusic"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/dmusic32/Makefile"
25192 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 dmusic32"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/dnsapi/Makefile"
25200 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 dnsapi"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/dnsapi/tests/Makefile"
25208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25209 dnsapi/tests"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25212 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/dplay/Makefile"
25216 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 dplay"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/dplayx/Makefile"
25224 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 dplayx"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/dplayx/tests/Makefile"
25232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25233 dplayx/tests"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25236 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/dpnaddr/Makefile"
25240 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 dpnaddr"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/dpnet/Makefile"
25248 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 dpnet"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/dpnhpast/Makefile"
25256 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 dpnhpast"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/dpnlobby/Makefile"
25264 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 dpnlobby"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/dpwsockx/Makefile"
25272 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 dpwsockx"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/dsound/Makefile"
25280 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 dsound"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/dsound/tests/Makefile"
25288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289 dsound/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/dssenh/Makefile"
25296 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 dssenh"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/dswave/Makefile"
25304 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 dswave"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/dwmapi/Makefile"
25312 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 dwmapi"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/dxdiagn/Makefile"
25320 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 dxdiagn"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/dxerr8/Makefile"
25328 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25329 dxerr8"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25332 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/dxerr9/Makefile"
25336 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25337 dxerr9"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25340 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/dxgi/Makefile"
25344 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 dxgi"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/dxgi/tests/Makefile"
25352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25353 dxgi/tests"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25356 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/dxguid/Makefile"
25360 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25361 dxguid"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25364 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/faultrep/Makefile"
25368 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369 faultrep"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/fusion/Makefile"
25376 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 fusion"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/fusion/tests/Makefile"
25384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25385 fusion/tests"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25388 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/gdi32/Makefile"
25392 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 gdi32"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/gdi32/tests/Makefile"
25400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25401 gdi32/tests"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25404 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/gdiplus/Makefile"
25408 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 gdiplus"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/gdiplus/tests/Makefile"
25416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25417 gdiplus/tests"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25420 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/glu32/Makefile"
25424 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425 glu32"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/gphoto2.ds/Makefile"
25432 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 gphoto2.ds"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/gpkcsp/Makefile"
25440 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25441 gpkcsp"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25444 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/hal/Makefile"
25448 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449 hal"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/hal/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/hhctrl.ocx/Makefile"
25456 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25457 hhctrl.ocx"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25460 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/hid/Makefile"
25464 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 hid"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/hid/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/hlink/Makefile"
25472 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25473 hlink"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25476 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/hlink/tests/Makefile"
25480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25481 hlink/tests"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25484 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/hnetcfg/Makefile"
25488 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 hnetcfg"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/httpapi/Makefile"
25496 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 httpapi"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/iccvid/Makefile"
25504 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 iccvid"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/icmp/Makefile"
25512 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513 icmp"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/ifsmgr.vxd/Makefile"
25520 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521 ifsmgr.vxd"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/imaadp32.acm/Makefile"
25528 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 imaadp32.acm"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/imagehlp/Makefile"
25536 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537 imagehlp"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/imm32/Makefile"
25544 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 imm32"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/imm32/tests/Makefile"
25552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25553 imm32/tests"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25556 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/inetcomm/Makefile"
25560 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561 inetcomm"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/inetcomm/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569 inetcomm/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/inetmib1/Makefile"
25576 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 inetmib1"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/inetmib1/tests/Makefile"
25584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25585 inetmib1/tests"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25588 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/infosoft/Makefile"
25592 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593 infosoft"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/infosoft/tests/Makefile"
25600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25601 infosoft/tests"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25604 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/initpki/Makefile"
25608 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25609 initpki"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25612 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/inkobj/Makefile"
25616 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617 inkobj"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/inseng/Makefile"
25624 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25625 inseng"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25628 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/iphlpapi/Makefile"
25632 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 iphlpapi"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/iphlpapi/tests/Makefile"
25640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25641 iphlpapi/tests"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25644 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/itircl/Makefile"
25648 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649 itircl"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/itss/Makefile"
25656 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657 itss"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/itss/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/itss/tests/Makefile"
25664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25665 itss/tests"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25668 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/jscript/Makefile"
25672 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 jscript"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/jscript/tests/Makefile"
25680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25681 jscript/tests"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25684 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/kernel32/Makefile"
25688 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689 kernel32"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/kernel32/tests/Makefile"
25696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25697 kernel32/tests"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25700 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/keyboard.drv16/Makefile"
25704 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 keyboard.drv16"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/loadperf/Makefile"
25712 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25713 loadperf"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25716 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/localspl/Makefile"
25720 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721 localspl"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/localspl/tests/Makefile"
25728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25729 localspl/tests"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25732 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/localui/Makefile"
25736 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 localui"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/localui/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/localui/tests/Makefile"
25744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25745 localui/tests"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25748 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/lz32/Makefile"
25752 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 lz32"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/lz32/tests/Makefile"
25760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25761 lz32/tests"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25764 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/mapi32/Makefile"
25768 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 mapi32"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/mapi32/tests/Makefile"
25776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25777 mapi32/tests"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25780 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/mciavi32/Makefile"
25784 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785 mciavi32"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/mcicda/Makefile"
25792 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793 mcicda"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/mciqtz32/Makefile"
25800 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 mciqtz32"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/mciseq/Makefile"
25808 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25809 mciseq"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25812 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/mciwave/Makefile"
25816 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 mciwave"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/midimap/Makefile"
25824 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 midimap"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/mlang/Makefile"
25832 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833 mlang"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/mlang/tests/Makefile"
25840 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25841 mlang/tests"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25844 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/mmdevldr.vxd/Makefile"
25848 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25849 mmdevldr.vxd"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25852 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/monodebg.vxd/Makefile"
25856 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 monodebg.vxd"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/mountmgr.sys/Makefile"
25864 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 mountmgr.sys"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/mouse.drv16/Makefile"
25872 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25873 mouse.drv16"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25876 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/mpr/Makefile"
25880 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881 mpr"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/mprapi/Makefile"
25888 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 mprapi"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/msacm32.drv/Makefile"
25896 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25897 msacm32.drv"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25900 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/msacm32/Makefile"
25904 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 msacm32"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/msacm32/tests/Makefile"
25912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25913 msacm32/tests"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25916 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/msadp32.acm/Makefile"
25920 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 msadp32.acm"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/mscat32/Makefile"
25928 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 mscat32"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/mscms/Makefile"
25936 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937 mscms"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/mscms/tests/Makefile"
25944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25945 mscms/tests"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25948 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/mscoree/Makefile"
25952 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953 mscoree"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/msctf/Makefile"
25960 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 msctf"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/msctf/tests/Makefile"
25968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25969 msctf/tests"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25972 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/msdmo/Makefile"
25976 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 msdmo"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/msftedit/Makefile"
25984 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985 msftedit"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/msg711.acm/Makefile"
25992 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 msg711.acm"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/mshtml.tlb/Makefile"
26000 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001 mshtml.tlb"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/mshtml/Makefile"
26008 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 mshtml"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/mshtml/tests/Makefile"
26016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26017 mshtml/tests"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26020 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/msi/Makefile"
26024 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025 msi"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/msi/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/msi/tests/Makefile"
26032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26033 msi/tests"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26036 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/msimg32/Makefile"
26040 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 msimg32"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/msimtf/Makefile"
26048 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 msimtf"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/msisip/Makefile"
26056 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057 msisip"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/msisys.ocx/Makefile"
26064 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065 msisys.ocx"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/msnet32/Makefile"
26072 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26073 msnet32"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26076 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/msrle32/Makefile"
26080 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 msrle32"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/mssign32/Makefile"
26088 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 mssign32"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/mssip32/Makefile"
26096 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 mssip32"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/mstask/Makefile"
26104 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 mstask"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/mstask/tests/Makefile"
26112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26113 mstask/tests"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26116 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/msvcirt/Makefile"
26120 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121 msvcirt"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/msvcr71/Makefile"
26128 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 msvcr71"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/msvcrt/Makefile"
26136 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137 msvcrt"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/msvcrt/tests/Makefile"
26144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26145 msvcrt/tests"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26148 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/msvcrt20/Makefile"
26152 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153 msvcrt20"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/msvcrt40/Makefile"
26160 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161 msvcrt40"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/msvcrtd/Makefile"
26168 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169 msvcrtd"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/msvcrtd/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177 msvcrtd/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/msvfw32/Makefile"
26184 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 msvfw32"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/msvfw32/tests/Makefile"
26192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26193 msvfw32/tests"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26196 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/msvidc32/Makefile"
26200 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26201 msvidc32"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26204 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/mswsock/Makefile"
26208 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 mswsock"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/msxml3/Makefile"
26216 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 msxml3"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/msxml3/tests/Makefile"
26224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26225 msxml3/tests"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26228 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/nddeapi/Makefile"
26232 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233 nddeapi"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/netapi32/Makefile"
26240 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241 netapi32"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/netapi32/tests/Makefile"
26248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26249 netapi32/tests"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26252 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/newdev/Makefile"
26256 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257 newdev"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/ntdll/Makefile"
26264 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 ntdll"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/ntdll/tests/Makefile"
26272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26273 ntdll/tests"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26276 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/ntdsapi/Makefile"
26280 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281 ntdsapi"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/ntdsapi/tests/Makefile"
26288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26289 ntdsapi/tests"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26292 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/ntoskrnl.exe/Makefile"
26296 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297 ntoskrnl.exe"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/ntprint/Makefile"
26304 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 ntprint"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/ntprint/tests/Makefile"
26312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26313 ntprint/tests"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26316 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/objsel/Makefile"
26320 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 objsel"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/odbc32/Makefile"
26328 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329 odbc32"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/odbccp32/Makefile"
26336 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337 odbccp32"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/odbccp32/tests/Makefile"
26344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26345 odbccp32/tests"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26348 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/ole32/Makefile"
26352 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353 ole32"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/ole32/tests/Makefile"
26360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26361 ole32/tests"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26364 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/oleacc/Makefile"
26368 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26369 oleacc"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26372 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/oleacc/tests/Makefile"
26376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26377 oleacc/tests"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26380 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/oleaut32/Makefile"
26384 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 oleaut32"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/oleaut32/tests/Makefile"
26392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26393 oleaut32/tests"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26396 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/olecli32/Makefile"
26400 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 olecli32"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/oledlg/Makefile"
26408 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 oledlg"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/olepro32/Makefile"
26416 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 olepro32"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/olesvr32/Makefile"
26424 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 olesvr32"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/olethk32/Makefile"
26432 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 olethk32"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/opengl32/Makefile"
26440 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441 opengl32"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/opengl32/tests/Makefile"
26448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26449 opengl32/tests"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26452 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/pdh/Makefile"
26456 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 pdh"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/pdh/tests/Makefile"
26464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26465 pdh/tests"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26468 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/pidgen/Makefile"
26472 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473 pidgen"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/powrprof/Makefile"
26480 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 powrprof"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/printui/Makefile"
26488 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489 printui"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/printui/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/propsys/Makefile"
26496 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 propsys"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/psapi/Makefile"
26504 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 psapi"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/psapi/tests/Makefile"
26512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26513 psapi/tests"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26516 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/pstorec/Makefile"
26520 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 pstorec"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/qcap/Makefile"
26528 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 qcap"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/qedit/Makefile"
26536 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 qedit"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/qedit/tests/Makefile"
26544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26545 qedit/tests"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26548 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/qmgr/Makefile"
26552 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 qmgr"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/qmgr/tests/Makefile"
26560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26561 qmgr/tests"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26564 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/qmgrprxy/Makefile"
26568 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 qmgrprxy"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/quartz/Makefile"
26576 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577 quartz"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/quartz/tests/Makefile"
26584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26585 quartz/tests"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26588 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/query/Makefile"
26592 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26593 query"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26596 ac_config_files="$ac_config_files dlls/query/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/rasapi32/Makefile"
26600 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 rasapi32"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/rasapi32/tests/Makefile"
26608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26609 rasapi32/tests"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26612 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/rasdlg/Makefile"
26616 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 rasdlg"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/resutils/Makefile"
26624 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625 resutils"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/riched20/Makefile"
26632 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633 riched20"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/riched20/tests/Makefile"
26640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26641 riched20/tests"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26644 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/riched32/Makefile"
26648 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 riched32"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/riched32/tests/Makefile"
26656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26657 riched32/tests"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26660 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/rpcrt4/Makefile"
26664 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665 rpcrt4"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/rpcrt4/tests/Makefile"
26672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26673 rpcrt4/tests"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26676 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/rsabase/Makefile"
26680 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681 rsabase"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/rsaenh/Makefile"
26688 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689 rsaenh"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/rsaenh/tests/Makefile"
26696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26697 rsaenh/tests"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26700 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/sane.ds/Makefile"
26704 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 sane.ds"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/sccbase/Makefile"
26712 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713 sccbase"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/schannel/Makefile"
26720 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26721 schannel"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26724 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/schannel/tests/Makefile"
26728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26729 schannel/tests"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26732 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/secur32/Makefile"
26736 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737 secur32"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/secur32/tests/Makefile"
26744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26745 secur32/tests"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26748 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/security/Makefile"
26752 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 security"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/security/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/sensapi/Makefile"
26760 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26761 sensapi"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26764 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/serialui/Makefile"
26768 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769 serialui"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 dlls/serialui/tests/Makefile"
26776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26777 serialui/tests"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26780 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 dlls/setupapi/Makefile"
26784 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26785 setupapi"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26788 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 dlls/setupapi/tests/Makefile"
26792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26793 setupapi/tests"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26796 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 dlls/sfc/Makefile"
26800 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801 sfc"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 dlls/sfc_os/Makefile"
26808 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809 sfc_os"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 dlls/shdoclc/Makefile"
26816 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26817 shdoclc"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26820 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823 dlls/shdocvw/Makefile"
26824 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825 shdocvw"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831 dlls/shdocvw/tests/Makefile"
26832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26833 shdocvw/tests"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26836 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 dlls/shell32/Makefile"
26840 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841 shell32"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 dlls/shell32/tests/Makefile"
26848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26849 shell32/tests"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26852 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 dlls/shfolder/Makefile"
26856 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26857 shfolder"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26860 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863 dlls/shlwapi/Makefile"
26864 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26865 shlwapi"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26868 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 dlls/shlwapi/tests/Makefile"
26872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26873 shlwapi/tests"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26876 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 dlls/slbcsp/Makefile"
26880 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26881 slbcsp"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26884 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 dlls/slc/Makefile"
26888 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26889 slc"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26892 ac_config_files="$ac_config_files dlls/slc/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 dlls/snmpapi/Makefile"
26896 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26897 snmpapi"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26900 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 dlls/snmpapi/tests/Makefile"
26904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26905 snmpapi/tests"
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26908 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911 dlls/softpub/Makefile"
26912 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26913 softpub"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26916 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 dlls/spoolss/Makefile"
26920 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26921 spoolss"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26924 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927 dlls/spoolss/tests/Makefile"
26928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26929 spoolss/tests"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26932 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 dlls/stdole2.tlb/Makefile"
26936 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26937 stdole2.tlb"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26940 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 dlls/stdole32.tlb/Makefile"
26944 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26945 stdole32.tlb"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26948 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951 dlls/sti/Makefile"
26952 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26953 sti"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26956 ac_config_files="$ac_config_files dlls/sti/Makefile"
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959 dlls/stress.dll16/Makefile"
26960 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26961 stress.dll16"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26964 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 dlls/strmiids/Makefile"
26968 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26969 strmiids"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26972 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 dlls/svrapi/Makefile"
26976 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26977 svrapi"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26980 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 dlls/sxs/Makefile"
26984 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26985 sxs"
26986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26987 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26988 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26990 ALL_MAKEFILES="$ALL_MAKEFILES \\
26991 dlls/tapi32/Makefile"
26992 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26993 tapi32"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26996 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 dlls/traffic/Makefile"
27000 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27001 traffic"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27004 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007 dlls/twain_32/Makefile"
27008 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27009 twain_32"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27012 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 dlls/twain_32/tests/Makefile"
27016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27017 twain_32/tests"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27020 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 dlls/unicows/Makefile"
27024 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27025 unicows"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27028 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031 dlls/updspapi/Makefile"
27032 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27033 updspapi"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27036 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039 dlls/url/Makefile"
27040 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27041 url"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27044 ac_config_files="$ac_config_files dlls/url/Makefile"
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047 dlls/urlmon/Makefile"
27048 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27049 urlmon"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27052 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 dlls/urlmon/tests/Makefile"
27056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27057 urlmon/tests"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27060 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063 dlls/user32/Makefile"
27064 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27065 user32"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27068 ac_config_files="$ac_config_files dlls/user32/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 dlls/user32/tests/Makefile"
27072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27073 user32/tests"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27076 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079 dlls/userenv/Makefile"
27080 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27081 userenv"
27082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27083 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27084 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27086 ALL_MAKEFILES="$ALL_MAKEFILES \\
27087 dlls/userenv/tests/Makefile"
27088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27089 userenv/tests"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27092 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 dlls/usp10/Makefile"
27096 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27097 usp10"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27100 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103 dlls/usp10/tests/Makefile"
27104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27105 usp10/tests"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27108 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 dlls/uuid/Makefile"
27112 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27113 uuid"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27116 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 dlls/uxtheme/Makefile"
27120 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27121 uxtheme"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27124 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127 dlls/uxtheme/tests/Makefile"
27128 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27129 uxtheme/tests"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27132 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 dlls/vdhcp.vxd/Makefile"
27136 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27137 vdhcp.vxd"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27140 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143 dlls/vdmdbg/Makefile"
27144 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27145 vdmdbg"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27148 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 dlls/version/Makefile"
27152 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27153 version"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27156 ac_config_files="$ac_config_files dlls/version/Makefile"
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159 dlls/version/tests/Makefile"
27160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27161 version/tests"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27164 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 dlls/vmm.vxd/Makefile"
27168 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27169 vmm.vxd"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27172 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175 dlls/vnbt.vxd/Makefile"
27176 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27177 vnbt.vxd"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27180 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 dlls/vnetbios.vxd/Makefile"
27184 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27185 vnetbios.vxd"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27188 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 dlls/vtdapi.vxd/Makefile"
27192 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27193 vtdapi.vxd"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27196 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199 dlls/vwin32.vxd/Makefile"
27200 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27201 vwin32.vxd"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27204 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207 dlls/w32skrnl/Makefile"
27208 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27209 w32skrnl"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27212 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 dlls/win87em.dll16/Makefile"
27216 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27217 win87em.dll16"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27220 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223 dlls/windebug.dll16/Makefile"
27224 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27225 windebug.dll16"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27228 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 dlls/winealsa.drv/Makefile"
27232 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27233 winealsa.drv"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27236 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239 dlls/wineaudioio.drv/Makefile"
27240 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27241 wineaudioio.drv"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27244 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 dlls/winecoreaudio.drv/Makefile"
27248 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27249 winecoreaudio.drv"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27252 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 dlls/winecrt0/Makefile"
27256 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27257 winecrt0"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27260 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263 dlls/wined3d/Makefile"
27264 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27265 wined3d"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27268 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271 dlls/winedos/Makefile"
27272 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27273 winedos"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27276 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279 dlls/wineesd.drv/Makefile"
27280 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27281 wineesd.drv"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27284 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287 dlls/winejack.drv/Makefile"
27288 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27289 winejack.drv"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27292 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295 dlls/winejoystick.drv/Makefile"
27296 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27297 winejoystick.drv"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27300 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 dlls/winemp3.acm/Makefile"
27304 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27305 winemp3.acm"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27308 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 dlls/winenas.drv/Makefile"
27312 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27313 winenas.drv"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27316 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319 dlls/wineoss.drv/Makefile"
27320 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27321 wineoss.drv"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27324 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 dlls/wineps.drv/Makefile"
27328 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27329 wineps.drv"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27332 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335 dlls/winequartz.drv/Makefile"
27336 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27337 winequartz.drv"
27338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27339 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27340 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27342 ALL_MAKEFILES="$ALL_MAKEFILES \\
27343 dlls/winex11.drv/Makefile"
27344 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27345 winex11.drv"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27348 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351 dlls/wing32/Makefile"
27352 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27353 wing32"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27356 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359 dlls/winhttp/Makefile"
27360 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27361 winhttp"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27364 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367 dlls/winhttp/tests/Makefile"
27368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27369 winhttp/tests"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27372 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375 dlls/wininet/Makefile"
27376 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27377 wininet"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27380 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383 dlls/wininet/tests/Makefile"
27384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27385 wininet/tests"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27388 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391 dlls/winmm/Makefile"
27392 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27393 winmm"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27396 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399 dlls/winmm/tests/Makefile"
27400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27401 winmm/tests"
27402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27403 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27404 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27406 ALL_MAKEFILES="$ALL_MAKEFILES \\
27407 dlls/winnls32/Makefile"
27408 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27409 winnls32"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27412 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415 dlls/winscard/Makefile"
27416 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27417 winscard"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27420 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423 dlls/winspool.drv/Makefile"
27424 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27425 winspool.drv"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27428 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431 dlls/winspool.drv/tests/Makefile"
27432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27433 winspool.drv/tests"
27434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27435 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27436 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27438 ALL_MAKEFILES="$ALL_MAKEFILES \\
27439 dlls/wintab32/Makefile"
27440 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27441 wintab32"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27444 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447 dlls/wintrust/Makefile"
27448 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27449 wintrust"
27450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27451 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27452 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27454 ALL_MAKEFILES="$ALL_MAKEFILES \\
27455 dlls/wintrust/tests/Makefile"
27456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27457 wintrust/tests"
27458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27459 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27460 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27462 ALL_MAKEFILES="$ALL_MAKEFILES \\
27463 dlls/wldap32/Makefile"
27464 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27465 wldap32"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27468 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471 dlls/wldap32/tests/Makefile"
27472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27473 wldap32/tests"
27474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27475 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27476 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27478 ALL_MAKEFILES="$ALL_MAKEFILES \\
27479 dlls/wmi/Makefile"
27480 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27481 wmi"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27484 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487 dlls/wnaspi32/Makefile"
27488 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27489 wnaspi32"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27492 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495 dlls/wow32/Makefile"
27496 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27497 wow32"
27498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27499 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27500 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27502 ALL_MAKEFILES="$ALL_MAKEFILES \\
27503 dlls/ws2_32/Makefile"
27504 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27505 ws2_32"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27508 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511 dlls/ws2_32/tests/Makefile"
27512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27513 ws2_32/tests"
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27516 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519 dlls/wsock32/Makefile"
27520 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27521 wsock32"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27524 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527 dlls/wtsapi32/Makefile"
27528 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27529 wtsapi32"
27530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27531 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27532 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27534 ALL_MAKEFILES="$ALL_MAKEFILES \\
27535 dlls/wuapi/Makefile"
27536 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27537 wuapi"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27540 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543 dlls/xinput1_1/Makefile"
27544 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27545 xinput1_1"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27548 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551 dlls/xinput1_2/Makefile"
27552 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27553 xinput1_2"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27556 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559 dlls/xinput1_3/Makefile"
27560 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27561 xinput1_3"
27562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27563 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27564 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27566 ALL_MAKEFILES="$ALL_MAKEFILES \\
27567 dlls/xinput1_3/tests/Makefile"
27568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27569 xinput1_3/tests"
27570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27571 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27572 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27574 ALL_MAKEFILES="$ALL_MAKEFILES \\
27575 dlls/xinput9_1_0/Makefile"
27576 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27577 xinput9_1_0"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27580 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 documentation/Makefile"
27584 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27585 documentation"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 documentation/Makefile: documentation/Makefile.in Make.rules"
27588 ac_config_files="$ac_config_files documentation/Makefile"
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591 fonts/Makefile"
27592 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27593 fonts"
27594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27595 fonts/Makefile: fonts/Makefile.in Make.rules"
27596 ac_config_files="$ac_config_files fonts/Makefile"
27598 ALL_MAKEFILES="$ALL_MAKEFILES \\
27599 include/Makefile"
27600 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27601 include"
27602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27603 include/Makefile: include/Makefile.in Make.rules"
27604 ac_config_files="$ac_config_files include/Makefile"
27606 ALL_MAKEFILES="$ALL_MAKEFILES \\
27607 libs/Makefile"
27608 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27609 libs"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 libs/Makefile: libs/Makefile.in Make.rules"
27612 ac_config_files="$ac_config_files libs/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 libs/port/Makefile"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27619 ac_config_files="$ac_config_files libs/port/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 libs/wine/Makefile"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27626 ac_config_files="$ac_config_files libs/wine/Makefile"
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629 libs/wpp/Makefile"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27633 ac_config_files="$ac_config_files libs/wpp/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 loader/Makefile"
27637 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27638 loader"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 loader/Makefile: loader/Makefile.in Make.rules"
27641 ac_config_files="$ac_config_files loader/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 programs/Makefile"
27645 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27646 programs"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/Makefile: programs/Makefile.in Make.rules"
27649 ac_config_files="$ac_config_files programs/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 programs/cacls/Makefile"
27653 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655 cacls"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27658 ac_config_files="$ac_config_files programs/cacls/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 programs/clock/Makefile"
27662 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27663 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27664 clock"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27667 ac_config_files="$ac_config_files programs/clock/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 programs/cmd/Makefile"
27671 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27672 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27673 cmd"
27674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27675 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27676 ac_config_files="$ac_config_files programs/cmd/Makefile"
27678 ALL_MAKEFILES="$ALL_MAKEFILES \\
27679 programs/cmdlgtst/Makefile"
27680 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27681 cmdlgtst"
27682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27683 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27684 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27686 ALL_MAKEFILES="$ALL_MAKEFILES \\
27687 programs/control/Makefile"
27688 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27689 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27690 control"
27691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27692 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27693 ac_config_files="$ac_config_files programs/control/Makefile"
27695 ALL_MAKEFILES="$ALL_MAKEFILES \\
27696 programs/eject/Makefile"
27697 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27698 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27699 eject"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27702 ac_config_files="$ac_config_files programs/eject/Makefile"
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705 programs/expand/Makefile"
27706 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27707 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27708 expand"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27711 ac_config_files="$ac_config_files programs/expand/Makefile"
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714 programs/explorer/Makefile"
27715 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27716 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27717 explorer"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27720 ac_config_files="$ac_config_files programs/explorer/Makefile"
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723 programs/hh/Makefile"
27724 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27725 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27729 ac_config_files="$ac_config_files programs/hh/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 programs/icinfo/Makefile"
27733 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27734 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27735 icinfo"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27738 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 programs/iexplore/Makefile"
27742 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27743 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27744 iexplore"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27747 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 programs/lodctr/Makefile"
27751 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27752 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27753 lodctr"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27756 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 programs/msiexec/Makefile"
27760 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27761 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27762 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27763 msiexec"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27766 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769 programs/net/Makefile"
27770 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27771 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27772 net"
27773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27774 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27775 ac_config_files="$ac_config_files programs/net/Makefile"
27777 ALL_MAKEFILES="$ALL_MAKEFILES \\
27778 programs/notepad/Makefile"
27779 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27780 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27781 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27782 notepad"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27785 ac_config_files="$ac_config_files programs/notepad/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 programs/oleview/Makefile"
27789 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27790 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27791 oleview"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27794 ac_config_files="$ac_config_files programs/oleview/Makefile"
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797 programs/progman/Makefile"
27798 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27799 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27800 progman"
27801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27802 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27803 ac_config_files="$ac_config_files programs/progman/Makefile"
27805 ALL_MAKEFILES="$ALL_MAKEFILES \\
27806 programs/reg/Makefile"
27807 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27808 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27809 reg"
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27812 ac_config_files="$ac_config_files programs/reg/Makefile"
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815 programs/regedit/Makefile"
27816 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27817 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27818 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27819 regedit"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27822 ac_config_files="$ac_config_files programs/regedit/Makefile"
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825 programs/regsvr32/Makefile"
27826 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27827 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27828 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27829 regsvr32"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/rpcss/Makefile"
27836 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 rpcss"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/rundll32/Makefile"
27845 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 rundll32"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27850 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 programs/secedit/Makefile"
27854 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27855 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27856 secedit"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/secedit/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/services/Makefile"
27863 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27865 services"
27866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27867 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27868 ac_config_files="$ac_config_files programs/services/Makefile"
27870 ALL_MAKEFILES="$ALL_MAKEFILES \\
27871 programs/spoolsv/Makefile"
27872 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27873 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27874 spoolsv"
27875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27876 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27877 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27879 ALL_MAKEFILES="$ALL_MAKEFILES \\
27880 programs/start/Makefile"
27881 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27882 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27883 start"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27886 ac_config_files="$ac_config_files programs/start/Makefile"
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889 programs/svchost/Makefile"
27890 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27891 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27892 svchost"
27893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27894 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27895 ac_config_files="$ac_config_files programs/svchost/Makefile"
27897 ALL_MAKEFILES="$ALL_MAKEFILES \\
27898 programs/taskmgr/Makefile"
27899 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27900 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27901 taskmgr"
27902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27903 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27904 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27906 ALL_MAKEFILES="$ALL_MAKEFILES \\
27907 programs/uninstaller/Makefile"
27908 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27909 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27910 uninstaller"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27913 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 programs/unlodctr/Makefile"
27917 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27918 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27919 unlodctr"
27920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27921 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27922 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27924 ALL_MAKEFILES="$ALL_MAKEFILES \\
27925 programs/view/Makefile"
27926 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27927 view"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/view/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 programs/wineboot/Makefile"
27934 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27936 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27937 wineboot"
27938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27939 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27940 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27942 ALL_MAKEFILES="$ALL_MAKEFILES \\
27943 programs/winebrowser/Makefile"
27944 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27945 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27946 winebrowser"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27949 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 programs/winecfg/Makefile"
27953 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27954 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27955 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27956 winecfg"
27957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27958 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27959 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27961 ALL_MAKEFILES="$ALL_MAKEFILES \\
27962 programs/wineconsole/Makefile"
27963 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27964 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27965 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27966 wineconsole"
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27969 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972 programs/winedbg/Makefile"
27973 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27974 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27975 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27976 winedbg"
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27979 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27981 ALL_MAKEFILES="$ALL_MAKEFILES \\
27982 programs/winedevice/Makefile"
27983 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27984 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27985 winedevice"
27986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27987 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27988 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27990 ALL_MAKEFILES="$ALL_MAKEFILES \\
27991 programs/winefile/Makefile"
27992 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27993 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27994 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27995 winefile"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27998 ac_config_files="$ac_config_files programs/winefile/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 programs/winemenubuilder/Makefile"
28002 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28003 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28004 winemenubuilder"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28007 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28009 ALL_MAKEFILES="$ALL_MAKEFILES \\
28010 programs/winemine/Makefile"
28011 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28012 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28013 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28014 winemine"
28015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28016 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28017 ac_config_files="$ac_config_files programs/winemine/Makefile"
28019 ALL_MAKEFILES="$ALL_MAKEFILES \\
28020 programs/winepath/Makefile"
28021 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28022 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28023 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28024 winepath"
28025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28026 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28027 ac_config_files="$ac_config_files programs/winepath/Makefile"
28029 ALL_MAKEFILES="$ALL_MAKEFILES \\
28030 programs/winetest/Makefile"
28031 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28032 winetest"
28033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28034 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28035 ac_config_files="$ac_config_files programs/winetest/Makefile"
28037 ALL_MAKEFILES="$ALL_MAKEFILES \\
28038 programs/winevdm/Makefile"
28039 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28040 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28041 winevdm"
28042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28043 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28044 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28046 ALL_MAKEFILES="$ALL_MAKEFILES \\
28047 programs/winhelp.exe16/Makefile"
28048 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28049 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28050 winhelp.exe16"
28051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28052 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28053 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28055 ALL_MAKEFILES="$ALL_MAKEFILES \\
28056 programs/winhlp32/Makefile"
28057 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28058 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28059 winhlp32"
28060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28061 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28062 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28064 ALL_MAKEFILES="$ALL_MAKEFILES \\
28065 programs/winoldap.mod16/Makefile"
28066 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28067 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28068 winoldap.mod16"
28069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28070 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28071 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28073 ALL_MAKEFILES="$ALL_MAKEFILES \\
28074 programs/winver/Makefile"
28075 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28076 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28077 winver"
28078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28079 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28080 ac_config_files="$ac_config_files programs/winver/Makefile"
28082 ALL_MAKEFILES="$ALL_MAKEFILES \\
28083 programs/wordpad/Makefile"
28084 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28085 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28086 wordpad"
28087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28088 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28089 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28091 ALL_MAKEFILES="$ALL_MAKEFILES \\
28092 programs/write/Makefile"
28093 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28094 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28095 write"
28096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28097 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28098 ac_config_files="$ac_config_files programs/write/Makefile"
28100 ALL_MAKEFILES="$ALL_MAKEFILES \\
28101 programs/xcopy/Makefile"
28102 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28103 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28104 xcopy"
28105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28106 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28107 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28109 ALL_MAKEFILES="$ALL_MAKEFILES \\
28110 server/Makefile"
28111 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28112 server"
28113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28114 server/Makefile: server/Makefile.in Make.rules"
28115 ac_config_files="$ac_config_files server/Makefile"
28117 ALL_MAKEFILES="$ALL_MAKEFILES \\
28118 tools/Makefile"
28119 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28120 tools"
28121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28122 tools/Makefile: tools/Makefile.in Make.rules"
28123 ac_config_files="$ac_config_files tools/Makefile"
28125 ALL_MAKEFILES="$ALL_MAKEFILES \\
28126 tools/widl/Makefile"
28128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28129 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28130 ac_config_files="$ac_config_files tools/widl/Makefile"
28132 ALL_MAKEFILES="$ALL_MAKEFILES \\
28133 tools/winebuild/Makefile"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28137 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 tools/winedump/Makefile"
28142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28143 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28144 ac_config_files="$ac_config_files tools/winedump/Makefile"
28146 ALL_MAKEFILES="$ALL_MAKEFILES \\
28147 tools/winegcc/Makefile"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28151 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 tools/wmc/Makefile"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28158 ac_config_files="$ac_config_files tools/wmc/Makefile"
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161 tools/wrc/Makefile"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28165 ac_config_files="$ac_config_files tools/wrc/Makefile"
28169 ALL_WINETEST_DEPENDS="# Test binaries"
28171 for dir in $ALL_TEST_DIRS
28173 if test "$dir" != "\\"
28174 then
28175 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28176 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28177 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28178 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28180 done
28182 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28184 cat >confcache <<\_ACEOF
28185 # This file is a shell script that caches the results of configure
28186 # tests run on this system so they can be shared between configure
28187 # scripts and configure runs, see configure's option --config-cache.
28188 # It is not useful on other systems. If it contains results you don't
28189 # want to keep, you may remove or edit it.
28191 # config.status only pays attention to the cache file if you give it
28192 # the --recheck option to rerun configure.
28194 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28195 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28196 # following values.
28198 _ACEOF
28200 # The following way of writing the cache mishandles newlines in values,
28201 # but we know of no workaround that is simple, portable, and efficient.
28202 # So, we kill variables containing newlines.
28203 # Ultrix sh set writes to stderr and can't be redirected directly,
28204 # and sets the high bit in the cache file unless we assign to the vars.
28206 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28207 eval ac_val=\$$ac_var
28208 case $ac_val in #(
28209 *${as_nl}*)
28210 case $ac_var in #(
28211 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28212 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28213 esac
28214 case $ac_var in #(
28215 _ | IFS | as_nl) ;; #(
28216 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28217 *) $as_unset $ac_var ;;
28218 esac ;;
28219 esac
28220 done
28222 (set) 2>&1 |
28223 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28224 *${as_nl}ac_space=\ *)
28225 # `set' does not quote correctly, so add quotes (double-quote
28226 # substitution turns \\\\ into \\, and sed turns \\ into \).
28227 sed -n \
28228 "s/'/'\\\\''/g;
28229 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28230 ;; #(
28232 # `set' quotes correctly as required by POSIX, so do not add quotes.
28233 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28235 esac |
28236 sort
28238 sed '
28239 /^ac_cv_env_/b end
28240 t clear
28241 :clear
28242 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28243 t end
28244 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28245 :end' >>confcache
28246 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28247 if test -w "$cache_file"; then
28248 test "x$cache_file" != "x/dev/null" &&
28249 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28250 $as_echo "$as_me: updating cache $cache_file" >&6;}
28251 cat confcache >$cache_file
28252 else
28253 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28254 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28257 rm -f confcache
28259 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28260 # Let make expand exec_prefix.
28261 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28263 DEFS=-DHAVE_CONFIG_H
28265 ac_libobjs=
28266 ac_ltlibobjs=
28267 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28268 # 1. Remove the extension, and $U if already installed.
28269 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28270 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28271 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28272 # will be set to the directory where LIBOBJS objects are built.
28273 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28274 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28275 done
28276 LIBOBJS=$ac_libobjs
28278 LTLIBOBJS=$ac_ltlibobjs
28282 : ${CONFIG_STATUS=./config.status}
28283 ac_write_fail=0
28284 ac_clean_files_save=$ac_clean_files
28285 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28286 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28287 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28288 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28289 #! $SHELL
28290 # Generated by $as_me.
28291 # Run this file to recreate the current configuration.
28292 # Compiler output produced by configure, useful for debugging
28293 # configure, is in config.log if it exists.
28295 debug=false
28296 ac_cs_recheck=false
28297 ac_cs_silent=false
28298 SHELL=\${CONFIG_SHELL-$SHELL}
28299 _ACEOF
28301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28302 ## --------------------- ##
28303 ## M4sh Initialization. ##
28304 ## --------------------- ##
28306 # Be more Bourne compatible
28307 DUALCASE=1; export DUALCASE # for MKS sh
28308 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28309 emulate sh
28310 NULLCMD=:
28311 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28312 # is contrary to our usage. Disable this feature.
28313 alias -g '${1+"$@"}'='"$@"'
28314 setopt NO_GLOB_SUBST
28315 else
28316 case `(set -o) 2>/dev/null` in
28317 *posix*) set -o posix ;;
28318 esac
28325 # PATH needs CR
28326 # Avoid depending upon Character Ranges.
28327 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28328 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28329 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28330 as_cr_digits='0123456789'
28331 as_cr_alnum=$as_cr_Letters$as_cr_digits
28333 as_nl='
28335 export as_nl
28336 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28337 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28338 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28339 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28340 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28341 as_echo='printf %s\n'
28342 as_echo_n='printf %s'
28343 else
28344 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28345 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28346 as_echo_n='/usr/ucb/echo -n'
28347 else
28348 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28349 as_echo_n_body='eval
28350 arg=$1;
28351 case $arg in
28352 *"$as_nl"*)
28353 expr "X$arg" : "X\\(.*\\)$as_nl";
28354 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28355 esac;
28356 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28358 export as_echo_n_body
28359 as_echo_n='sh -c $as_echo_n_body as_echo'
28361 export as_echo_body
28362 as_echo='sh -c $as_echo_body as_echo'
28365 # The user is always right.
28366 if test "${PATH_SEPARATOR+set}" != set; then
28367 PATH_SEPARATOR=:
28368 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28369 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28370 PATH_SEPARATOR=';'
28374 # Support unset when possible.
28375 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28376 as_unset=unset
28377 else
28378 as_unset=false
28382 # IFS
28383 # We need space, tab and new line, in precisely that order. Quoting is
28384 # there to prevent editors from complaining about space-tab.
28385 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28386 # splitting by setting IFS to empty value.)
28387 IFS=" "" $as_nl"
28389 # Find who we are. Look in the path if we contain no directory separator.
28390 case $0 in
28391 *[\\/]* ) as_myself=$0 ;;
28392 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28393 for as_dir in $PATH
28395 IFS=$as_save_IFS
28396 test -z "$as_dir" && as_dir=.
28397 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28398 done
28399 IFS=$as_save_IFS
28402 esac
28403 # We did not find ourselves, most probably we were run as `sh COMMAND'
28404 # in which case we are not to be found in the path.
28405 if test "x$as_myself" = x; then
28406 as_myself=$0
28408 if test ! -f "$as_myself"; then
28409 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28410 { (exit 1); exit 1; }
28413 # Work around bugs in pre-3.0 UWIN ksh.
28414 for as_var in ENV MAIL MAILPATH
28415 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28416 done
28417 PS1='$ '
28418 PS2='> '
28419 PS4='+ '
28421 # NLS nuisances.
28422 LC_ALL=C
28423 export LC_ALL
28424 LANGUAGE=C
28425 export LANGUAGE
28427 # Required to use basename.
28428 if expr a : '\(a\)' >/dev/null 2>&1 &&
28429 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28430 as_expr=expr
28431 else
28432 as_expr=false
28435 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28436 as_basename=basename
28437 else
28438 as_basename=false
28442 # Name of the executable.
28443 as_me=`$as_basename -- "$0" ||
28444 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28445 X"$0" : 'X\(//\)$' \| \
28446 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28447 $as_echo X/"$0" |
28448 sed '/^.*\/\([^/][^/]*\)\/*$/{
28449 s//\1/
28452 /^X\/\(\/\/\)$/{
28453 s//\1/
28456 /^X\/\(\/\).*/{
28457 s//\1/
28460 s/.*/./; q'`
28462 # CDPATH.
28463 $as_unset CDPATH
28467 as_lineno_1=$LINENO
28468 as_lineno_2=$LINENO
28469 test "x$as_lineno_1" != "x$as_lineno_2" &&
28470 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28472 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28473 # uniformly replaced by the line number. The first 'sed' inserts a
28474 # line-number line after each line using $LINENO; the second 'sed'
28475 # does the real work. The second script uses 'N' to pair each
28476 # line-number line with the line containing $LINENO, and appends
28477 # trailing '-' during substitution so that $LINENO is not a special
28478 # case at line end.
28479 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28480 # scripts with optimization help from Paolo Bonzini. Blame Lee
28481 # E. McMahon (1931-1989) for sed's syntax. :-)
28482 sed -n '
28484 /[$]LINENO/=
28485 ' <$as_myself |
28486 sed '
28487 s/[$]LINENO.*/&-/
28488 t lineno
28490 :lineno
28492 :loop
28493 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28494 t loop
28495 s/-\n.*//
28496 ' >$as_me.lineno &&
28497 chmod +x "$as_me.lineno" ||
28498 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28499 { (exit 1); exit 1; }; }
28501 # Don't try to exec as it changes $[0], causing all sort of problems
28502 # (the dirname of $[0] is not the place where we might find the
28503 # original and so on. Autoconf is especially sensitive to this).
28504 . "./$as_me.lineno"
28505 # Exit status is that of the last command.
28506 exit
28510 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28511 as_dirname=dirname
28512 else
28513 as_dirname=false
28516 ECHO_C= ECHO_N= ECHO_T=
28517 case `echo -n x` in
28518 -n*)
28519 case `echo 'x\c'` in
28520 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28521 *) ECHO_C='\c';;
28522 esac;;
28524 ECHO_N='-n';;
28525 esac
28526 if expr a : '\(a\)' >/dev/null 2>&1 &&
28527 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28528 as_expr=expr
28529 else
28530 as_expr=false
28533 rm -f conf$$ conf$$.exe conf$$.file
28534 if test -d conf$$.dir; then
28535 rm -f conf$$.dir/conf$$.file
28536 else
28537 rm -f conf$$.dir
28538 mkdir conf$$.dir 2>/dev/null
28540 if (echo >conf$$.file) 2>/dev/null; then
28541 if ln -s conf$$.file conf$$ 2>/dev/null; then
28542 as_ln_s='ln -s'
28543 # ... but there are two gotchas:
28544 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28545 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28546 # In both cases, we have to default to `cp -p'.
28547 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28548 as_ln_s='cp -p'
28549 elif ln conf$$.file conf$$ 2>/dev/null; then
28550 as_ln_s=ln
28551 else
28552 as_ln_s='cp -p'
28554 else
28555 as_ln_s='cp -p'
28557 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28558 rmdir conf$$.dir 2>/dev/null
28560 if mkdir -p . 2>/dev/null; then
28561 as_mkdir_p=:
28562 else
28563 test -d ./-p && rmdir ./-p
28564 as_mkdir_p=false
28567 if test -x / >/dev/null 2>&1; then
28568 as_test_x='test -x'
28569 else
28570 if ls -dL / >/dev/null 2>&1; then
28571 as_ls_L_option=L
28572 else
28573 as_ls_L_option=
28575 as_test_x='
28576 eval sh -c '\''
28577 if test -d "$1"; then
28578 test -d "$1/.";
28579 else
28580 case $1 in
28581 -*)set "./$1";;
28582 esac;
28583 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28584 ???[sx]*):;;*)false;;esac;fi
28585 '\'' sh
28588 as_executable_p=$as_test_x
28590 # Sed expression to map a string onto a valid CPP name.
28591 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28593 # Sed expression to map a string onto a valid variable name.
28594 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28597 exec 6>&1
28599 # Save the log message, to keep $[0] and so on meaningful, and to
28600 # report actual input values of CONFIG_FILES etc. instead of their
28601 # values after options handling.
28602 ac_log="
28603 This file was extended by Wine $as_me 1.1.16, which was
28604 generated by GNU Autoconf 2.63. Invocation command line was
28606 CONFIG_FILES = $CONFIG_FILES
28607 CONFIG_HEADERS = $CONFIG_HEADERS
28608 CONFIG_LINKS = $CONFIG_LINKS
28609 CONFIG_COMMANDS = $CONFIG_COMMANDS
28610 $ $0 $@
28612 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28615 _ACEOF
28617 case $ac_config_files in *"
28618 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28619 esac
28621 case $ac_config_headers in *"
28622 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28623 esac
28626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28627 # Files that config.status was made for.
28628 config_files="$ac_config_files"
28629 config_headers="$ac_config_headers"
28630 config_commands="$ac_config_commands"
28632 _ACEOF
28634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28635 ac_cs_usage="\
28636 \`$as_me' instantiates files from templates according to the
28637 current configuration.
28639 Usage: $0 [OPTION]... [FILE]...
28641 -h, --help print this help, then exit
28642 -V, --version print version number and configuration settings, then exit
28643 -q, --quiet, --silent
28644 do not print progress messages
28645 -d, --debug don't remove temporary files
28646 --recheck update $as_me by reconfiguring in the same conditions
28647 --file=FILE[:TEMPLATE]
28648 instantiate the configuration file FILE
28649 --header=FILE[:TEMPLATE]
28650 instantiate the configuration header FILE
28652 Configuration files:
28653 $config_files
28655 Configuration headers:
28656 $config_headers
28658 Configuration commands:
28659 $config_commands
28661 Report bugs to <bug-autoconf@gnu.org>."
28663 _ACEOF
28664 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28665 ac_cs_version="\\
28666 Wine config.status 1.1.16
28667 configured by $0, generated by GNU Autoconf 2.63,
28668 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28670 Copyright (C) 2008 Free Software Foundation, Inc.
28671 This config.status script is free software; the Free Software Foundation
28672 gives unlimited permission to copy, distribute and modify it."
28674 ac_pwd='$ac_pwd'
28675 srcdir='$srcdir'
28676 INSTALL='$INSTALL'
28677 test -n "\$AWK" || AWK=awk
28678 _ACEOF
28680 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28681 # The default lists apply if the user does not specify any file.
28682 ac_need_defaults=:
28683 while test $# != 0
28685 case $1 in
28686 --*=*)
28687 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28688 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28689 ac_shift=:
28692 ac_option=$1
28693 ac_optarg=$2
28694 ac_shift=shift
28696 esac
28698 case $ac_option in
28699 # Handling of the options.
28700 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28701 ac_cs_recheck=: ;;
28702 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28703 $as_echo "$ac_cs_version"; exit ;;
28704 --debug | --debu | --deb | --de | --d | -d )
28705 debug=: ;;
28706 --file | --fil | --fi | --f )
28707 $ac_shift
28708 case $ac_optarg in
28709 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28710 esac
28711 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28712 ac_need_defaults=false;;
28713 --header | --heade | --head | --hea )
28714 $ac_shift
28715 case $ac_optarg in
28716 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28717 esac
28718 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28719 ac_need_defaults=false;;
28720 --he | --h)
28721 # Conflict between --help and --header
28722 { $as_echo "$as_me: error: ambiguous option: $1
28723 Try \`$0 --help' for more information." >&2
28724 { (exit 1); exit 1; }; };;
28725 --help | --hel | -h )
28726 $as_echo "$ac_cs_usage"; exit ;;
28727 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28728 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28729 ac_cs_silent=: ;;
28731 # This is an error.
28732 -*) { $as_echo "$as_me: error: unrecognized option: $1
28733 Try \`$0 --help' for more information." >&2
28734 { (exit 1); exit 1; }; } ;;
28736 *) ac_config_targets="$ac_config_targets $1"
28737 ac_need_defaults=false ;;
28739 esac
28740 shift
28741 done
28743 ac_configure_extra_args=
28745 if $ac_cs_silent; then
28746 exec 6>/dev/null
28747 ac_configure_extra_args="$ac_configure_extra_args --silent"
28750 _ACEOF
28751 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28752 if \$ac_cs_recheck; then
28753 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28754 shift
28755 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28756 CONFIG_SHELL='$SHELL'
28757 export CONFIG_SHELL
28758 exec "\$@"
28761 _ACEOF
28762 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28763 exec 5>>config.log
28765 echo
28766 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28767 ## Running $as_me. ##
28768 _ASBOX
28769 $as_echo "$ac_log"
28770 } >&5
28772 _ACEOF
28773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28774 _ACEOF
28776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28778 # Handling of arguments.
28779 for ac_config_target in $ac_config_targets
28781 case $ac_config_target in
28782 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28783 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28784 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28785 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28786 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28787 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28788 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28789 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28790 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28791 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28792 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28793 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28794 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28795 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28796 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28797 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28798 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28799 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28800 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28801 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28802 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28803 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28804 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28805 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28806 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28807 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28808 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28809 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28810 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28811 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28812 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28813 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28814 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28815 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28816 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28817 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28818 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28819 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28820 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28821 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28822 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28823 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28824 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28825 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28826 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28827 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28828 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28829 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28830 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28831 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28832 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28833 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28834 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28835 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28836 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28837 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28838 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28839 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28840 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28841 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28842 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28843 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28844 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28845 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28846 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28847 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28848 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28849 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28850 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28851 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28852 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28853 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28854 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28855 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28856 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28857 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28858 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28859 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28860 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28861 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28862 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28863 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28864 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28865 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28866 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28867 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28868 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28869 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28870 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28871 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28872 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28873 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28874 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28875 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28876 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28877 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28878 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28879 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28880 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28881 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28882 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28883 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28884 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28885 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28886 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28887 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28888 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28889 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28890 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28891 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28892 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28893 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28894 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28895 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28896 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28897 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28898 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28899 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28900 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28901 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28902 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28903 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28904 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28905 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28906 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28907 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28908 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28909 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28910 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28911 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28912 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28913 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28914 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28915 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28916 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28917 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28918 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28919 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28920 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28921 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28922 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28923 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28924 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28925 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28926 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28927 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28928 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28929 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28930 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28931 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28932 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28933 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28934 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28935 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28936 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28937 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28938 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28939 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28940 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28941 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28942 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28943 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28944 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28945 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28946 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28947 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28948 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28949 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28950 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28951 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28952 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28953 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28954 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28955 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28956 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28957 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28958 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28959 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28960 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28961 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28962 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28963 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28964 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28965 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28966 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28967 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28968 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28969 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28970 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28971 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28972 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28973 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28974 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28975 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28976 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28977 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28978 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28979 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28980 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28981 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28982 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28983 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28984 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28985 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28986 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28987 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28988 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28989 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28990 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28991 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28992 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28993 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28994 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28995 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28996 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28997 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28998 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28999 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29000 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29001 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29002 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29003 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29004 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29005 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29006 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29007 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29008 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29009 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29010 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29011 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29012 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29013 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29014 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29015 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29016 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29017 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29018 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29019 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29020 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29021 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29022 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29023 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29024 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29025 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29026 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29027 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29028 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29029 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29030 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29031 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29032 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29033 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29034 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29035 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29036 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29037 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29038 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29039 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29040 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29041 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29042 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29043 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29044 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29045 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29046 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29047 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29048 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29049 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29050 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29051 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29052 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29053 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29054 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29055 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29056 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29057 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29058 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29059 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29060 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29061 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29062 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29063 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29064 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29065 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29066 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29067 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29068 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29069 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29070 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29071 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29072 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29073 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29074 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29075 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29076 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29077 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29078 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29079 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29080 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29081 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29082 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29083 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29084 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29085 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29086 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29087 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29088 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29089 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29090 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29091 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29092 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29093 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29094 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29095 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29096 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29097 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29098 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29099 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29100 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29101 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29102 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29103 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29104 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29105 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29106 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29107 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29108 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29109 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29110 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29111 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29112 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29113 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29114 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29115 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29116 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29117 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29118 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29119 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29120 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29121 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29122 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29123 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29124 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29125 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29126 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29127 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29128 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29129 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29130 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29131 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29132 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29133 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29134 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29135 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29136 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29137 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29138 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29139 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29140 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29141 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29142 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29143 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29144 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29145 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29146 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29147 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29148 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29149 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29150 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29151 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29152 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29153 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29154 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29155 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29156 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29157 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29158 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29159 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29160 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29161 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29162 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29163 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29164 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29165 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29166 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29167 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29168 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29169 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29170 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29171 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29172 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29173 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29174 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29175 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29176 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29177 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29178 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29179 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29180 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29181 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29182 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29183 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29184 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29185 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29186 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29187 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29188 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29189 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29190 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29191 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29192 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29193 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29194 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29195 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29196 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29197 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29198 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29199 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29200 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29201 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29202 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29203 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29204 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29205 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29206 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29207 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29208 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29209 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29210 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29211 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29212 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29213 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29214 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29215 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29216 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29217 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29218 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29219 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29220 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29221 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29222 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29223 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29224 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29225 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29226 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29227 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29228 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29229 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29230 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29231 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29232 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29233 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29234 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29235 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29236 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29237 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29238 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29239 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29240 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29241 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29242 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29243 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29244 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29245 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29246 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29247 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29248 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29249 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29250 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29251 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29252 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29253 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29254 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29255 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29256 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29257 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29258 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29259 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29261 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29262 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29263 { (exit 1); exit 1; }; };;
29264 esac
29265 done
29268 # If the user did not use the arguments to specify the items to instantiate,
29269 # then the envvar interface is used. Set only those that are not.
29270 # We use the long form for the default assignment because of an extremely
29271 # bizarre bug on SunOS 4.1.3.
29272 if $ac_need_defaults; then
29273 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29274 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29275 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29278 # Have a temporary directory for convenience. Make it in the build tree
29279 # simply because there is no reason against having it here, and in addition,
29280 # creating and moving files from /tmp can sometimes cause problems.
29281 # Hook for its removal unless debugging.
29282 # Note that there is a small window in which the directory will not be cleaned:
29283 # after its creation but before its name has been assigned to `$tmp'.
29284 $debug ||
29286 tmp=
29287 trap 'exit_status=$?
29288 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29290 trap '{ (exit 1); exit 1; }' 1 2 13 15
29292 # Create a (secure) tmp directory for tmp files.
29295 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29296 test -n "$tmp" && test -d "$tmp"
29297 } ||
29299 tmp=./conf$$-$RANDOM
29300 (umask 077 && mkdir "$tmp")
29301 } ||
29303 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29304 { (exit 1); exit 1; }
29307 # Set up the scripts for CONFIG_FILES section.
29308 # No need to generate them if there are no CONFIG_FILES.
29309 # This happens for instance with `./config.status config.h'.
29310 if test -n "$CONFIG_FILES"; then
29312 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29313 ac_cs_awk_getline=:
29314 ac_cs_awk_pipe_init=
29315 ac_cs_awk_read_file='
29316 while ((getline aline < (F[key])) > 0)
29317 print(aline)
29318 close(F[key])'
29319 ac_cs_awk_pipe_fini=
29320 else
29321 ac_cs_awk_getline=false
29322 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29323 ac_cs_awk_read_file='
29324 print "|#_!!_#|"
29325 print "cat " F[key] " &&"
29326 '$ac_cs_awk_pipe_init
29327 # The final `:' finishes the AND list.
29328 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29330 ac_cr=' '
29331 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29332 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29333 ac_cs_awk_cr='\\r'
29334 else
29335 ac_cs_awk_cr=$ac_cr
29338 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29339 _ACEOF
29341 # Create commands to substitute file output variables.
29343 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29344 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29345 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29346 echo "_ACAWK" &&
29347 echo "_ACEOF"
29348 } >conf$$files.sh &&
29349 . ./conf$$files.sh ||
29350 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29351 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29352 { (exit 1); exit 1; }; }
29353 rm -f conf$$files.sh
29356 echo "cat >conf$$subs.awk <<_ACEOF" &&
29357 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29358 echo "_ACEOF"
29359 } >conf$$subs.sh ||
29360 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29361 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29362 { (exit 1); exit 1; }; }
29363 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29364 ac_delim='%!_!# '
29365 for ac_last_try in false false false false false :; do
29366 . ./conf$$subs.sh ||
29367 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29368 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29369 { (exit 1); exit 1; }; }
29371 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29372 if test $ac_delim_n = $ac_delim_num; then
29373 break
29374 elif $ac_last_try; then
29375 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29376 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29377 { (exit 1); exit 1; }; }
29378 else
29379 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29381 done
29382 rm -f conf$$subs.sh
29384 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29385 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29386 _ACEOF
29387 sed -n '
29389 s/^/S["/; s/!.*/"]=/
29392 s/^[^!]*!//
29393 :repl
29394 t repl
29395 s/'"$ac_delim"'$//
29396 t delim
29399 s/\(.\{148\}\).*/\1/
29400 t more1
29401 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29404 b repl
29405 :more1
29406 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29409 s/.\{148\}//
29410 t nl
29411 :delim
29413 s/\(.\{148\}\).*/\1/
29414 t more2
29415 s/["\\]/\\&/g; s/^/"/; s/$/"/
29418 :more2
29419 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29422 s/.\{148\}//
29423 t delim
29424 ' <conf$$subs.awk | sed '
29425 /^[^""]/{
29427 s/\n//
29429 ' >>$CONFIG_STATUS || ac_write_fail=1
29430 rm -f conf$$subs.awk
29431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29432 _ACAWK
29433 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29434 for (key in S) S_is_set[key] = 1
29435 FS = "\a"
29436 \$ac_cs_awk_pipe_init
29439 line = $ 0
29440 nfields = split(line, field, "@")
29441 substed = 0
29442 len = length(field[1])
29443 for (i = 2; i < nfields; i++) {
29444 key = field[i]
29445 keylen = length(key)
29446 if (S_is_set[key]) {
29447 value = S[key]
29448 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29449 len += length(value) + length(field[++i])
29450 substed = 1
29451 } else
29452 len += 1 + keylen
29454 if (nfields == 3 && !substed) {
29455 key = field[2]
29456 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29457 \$ac_cs_awk_read_file
29458 next
29461 print line
29463 \$ac_cs_awk_pipe_fini
29464 _ACAWK
29465 _ACEOF
29466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29467 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29468 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29469 else
29471 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29472 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29473 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29474 { (exit 1); exit 1; }; }
29475 _ACEOF
29477 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29478 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29479 # trailing colons and then remove the whole line if VPATH becomes empty
29480 # (actually we leave an empty line to preserve line numbers).
29481 if test "x$srcdir" = x.; then
29482 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29483 s/:*\$(srcdir):*/:/
29484 s/:*\${srcdir}:*/:/
29485 s/:*@srcdir@:*/:/
29486 s/^\([^=]*=[ ]*\):*/\1/
29487 s/:*$//
29488 s/^[^=]*=[ ]*$//
29492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29493 fi # test -n "$CONFIG_FILES"
29495 # Set up the scripts for CONFIG_HEADERS section.
29496 # No need to generate them if there are no CONFIG_HEADERS.
29497 # This happens for instance with `./config.status Makefile'.
29498 if test -n "$CONFIG_HEADERS"; then
29499 cat >"$tmp/defines.awk" <<\_ACAWK ||
29500 BEGIN {
29501 _ACEOF
29503 # Transform confdefs.h into an awk script `defines.awk', embedded as
29504 # here-document in config.status, that substitutes the proper values into
29505 # config.h.in to produce config.h.
29507 # Create a delimiter string that does not exist in confdefs.h, to ease
29508 # handling of long lines.
29509 ac_delim='%!_!# '
29510 for ac_last_try in false false :; do
29511 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29512 if test -z "$ac_t"; then
29513 break
29514 elif $ac_last_try; then
29515 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29516 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29517 { (exit 1); exit 1; }; }
29518 else
29519 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29521 done
29523 # For the awk script, D is an array of macro values keyed by name,
29524 # likewise P contains macro parameters if any. Preserve backslash
29525 # newline sequences.
29527 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29528 sed -n '
29529 s/.\{148\}/&'"$ac_delim"'/g
29530 t rset
29531 :rset
29532 s/^[ ]*#[ ]*define[ ][ ]*/ /
29533 t def
29535 :def
29536 s/\\$//
29537 t bsnl
29538 s/["\\]/\\&/g
29539 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29540 D["\1"]=" \3"/p
29541 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29543 :bsnl
29544 s/["\\]/\\&/g
29545 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29546 D["\1"]=" \3\\\\\\n"\\/p
29547 t cont
29548 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29549 t cont
29551 :cont
29553 s/.\{148\}/&'"$ac_delim"'/g
29554 t clear
29555 :clear
29556 s/\\$//
29557 t bsnlc
29558 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29560 :bsnlc
29561 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29562 b cont
29563 ' <confdefs.h | sed '
29564 s/'"$ac_delim"'/"\\\
29565 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29568 for (key in D) D_is_set[key] = 1
29569 FS = "\a"
29571 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29572 line = \$ 0
29573 split(line, arg, " ")
29574 if (arg[1] == "#") {
29575 defundef = arg[2]
29576 mac1 = arg[3]
29577 } else {
29578 defundef = substr(arg[1], 2)
29579 mac1 = arg[2]
29581 split(mac1, mac2, "(") #)
29582 macro = mac2[1]
29583 prefix = substr(line, 1, index(line, defundef) - 1)
29584 if (D_is_set[macro]) {
29585 # Preserve the white space surrounding the "#".
29586 print prefix "define", macro P[macro] D[macro]
29587 next
29588 } else {
29589 # Replace #undef with comments. This is necessary, for example,
29590 # in the case of _POSIX_SOURCE, which is predefined and required
29591 # on some systems where configure will not decide to define it.
29592 if (defundef == "undef") {
29593 print "/*", prefix defundef, macro, "*/"
29594 next
29598 { print }
29599 _ACAWK
29600 _ACEOF
29601 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29602 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29603 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29604 { (exit 1); exit 1; }; }
29605 fi # test -n "$CONFIG_HEADERS"
29608 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29609 shift
29610 for ac_tag
29612 case $ac_tag in
29613 :[FHLC]) ac_mode=$ac_tag; continue;;
29614 esac
29615 case $ac_mode$ac_tag in
29616 :[FHL]*:*);;
29617 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29618 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29619 { (exit 1); exit 1; }; };;
29620 :[FH]-) ac_tag=-:-;;
29621 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29622 esac
29623 ac_save_IFS=$IFS
29624 IFS=:
29625 set x $ac_tag
29626 IFS=$ac_save_IFS
29627 shift
29628 ac_file=$1
29629 shift
29631 case $ac_mode in
29632 :L) ac_source=$1;;
29633 :[FH])
29634 ac_file_inputs=
29635 for ac_f
29637 case $ac_f in
29638 -) ac_f="$tmp/stdin";;
29639 *) # Look for the file first in the build tree, then in the source tree
29640 # (if the path is not absolute). The absolute path cannot be DOS-style,
29641 # because $ac_f cannot contain `:'.
29642 test -f "$ac_f" ||
29643 case $ac_f in
29644 [\\/$]*) false;;
29645 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29646 esac ||
29647 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29648 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29649 { (exit 1); exit 1; }; };;
29650 esac
29651 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29652 ac_file_inputs="$ac_file_inputs '$ac_f'"
29653 done
29655 # Let's still pretend it is `configure' which instantiates (i.e., don't
29656 # use $as_me), people would be surprised to read:
29657 # /* config.h. Generated by config.status. */
29658 configure_input='Generated from '`
29659 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29660 `' by configure.'
29661 if test x"$ac_file" != x-; then
29662 configure_input="$ac_file. $configure_input"
29663 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29664 $as_echo "$as_me: creating $ac_file" >&6;}
29666 # Neutralize special characters interpreted by sed in replacement strings.
29667 case $configure_input in #(
29668 *\&* | *\|* | *\\* )
29669 ac_sed_conf_input=`$as_echo "$configure_input" |
29670 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29671 *) ac_sed_conf_input=$configure_input;;
29672 esac
29674 case $ac_tag in
29675 *:-:* | *:-) cat >"$tmp/stdin" \
29676 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29677 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29678 { (exit 1); exit 1; }; } ;;
29679 esac
29681 esac
29683 ac_dir=`$as_dirname -- "$ac_file" ||
29684 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29685 X"$ac_file" : 'X\(//\)[^/]' \| \
29686 X"$ac_file" : 'X\(//\)$' \| \
29687 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29688 $as_echo X"$ac_file" |
29689 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29690 s//\1/
29693 /^X\(\/\/\)[^/].*/{
29694 s//\1/
29697 /^X\(\/\/\)$/{
29698 s//\1/
29701 /^X\(\/\).*/{
29702 s//\1/
29705 s/.*/./; q'`
29706 { as_dir="$ac_dir"
29707 case $as_dir in #(
29708 -*) as_dir=./$as_dir;;
29709 esac
29710 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29711 as_dirs=
29712 while :; do
29713 case $as_dir in #(
29714 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29715 *) as_qdir=$as_dir;;
29716 esac
29717 as_dirs="'$as_qdir' $as_dirs"
29718 as_dir=`$as_dirname -- "$as_dir" ||
29719 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29720 X"$as_dir" : 'X\(//\)[^/]' \| \
29721 X"$as_dir" : 'X\(//\)$' \| \
29722 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29723 $as_echo X"$as_dir" |
29724 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29725 s//\1/
29728 /^X\(\/\/\)[^/].*/{
29729 s//\1/
29732 /^X\(\/\/\)$/{
29733 s//\1/
29736 /^X\(\/\).*/{
29737 s//\1/
29740 s/.*/./; q'`
29741 test -d "$as_dir" && break
29742 done
29743 test -z "$as_dirs" || eval "mkdir $as_dirs"
29744 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29745 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29746 { (exit 1); exit 1; }; }; }
29747 ac_builddir=.
29749 case "$ac_dir" in
29750 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29752 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29753 # A ".." for each directory in $ac_dir_suffix.
29754 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29755 case $ac_top_builddir_sub in
29756 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29757 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29758 esac ;;
29759 esac
29760 ac_abs_top_builddir=$ac_pwd
29761 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29762 # for backward compatibility:
29763 ac_top_builddir=$ac_top_build_prefix
29765 case $srcdir in
29766 .) # We are building in place.
29767 ac_srcdir=.
29768 ac_top_srcdir=$ac_top_builddir_sub
29769 ac_abs_top_srcdir=$ac_pwd ;;
29770 [\\/]* | ?:[\\/]* ) # Absolute name.
29771 ac_srcdir=$srcdir$ac_dir_suffix;
29772 ac_top_srcdir=$srcdir
29773 ac_abs_top_srcdir=$srcdir ;;
29774 *) # Relative name.
29775 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29776 ac_top_srcdir=$ac_top_build_prefix$srcdir
29777 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29778 esac
29779 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29782 case $ac_mode in
29785 # CONFIG_FILE
29788 case $INSTALL in
29789 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29790 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29791 esac
29792 _ACEOF
29794 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29795 # If the template does not know about datarootdir, expand it.
29796 # FIXME: This hack should be removed a few years after 2.60.
29797 ac_datarootdir_hack=; ac_datarootdir_seen=
29799 ac_sed_dataroot='
29800 /datarootdir/ {
29804 /@datadir@/p
29805 /@docdir@/p
29806 /@infodir@/p
29807 /@localedir@/p
29808 /@mandir@/p
29810 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29811 *datarootdir*) ac_datarootdir_seen=yes;;
29812 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29813 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29814 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29815 _ACEOF
29816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29817 ac_datarootdir_hack='
29818 s&@datadir@&$datadir&g
29819 s&@docdir@&$docdir&g
29820 s&@infodir@&$infodir&g
29821 s&@localedir@&$localedir&g
29822 s&@mandir@&$mandir&g
29823 s&\\\${datarootdir}&$datarootdir&g' ;;
29824 esac
29825 _ACEOF
29827 # Neutralize VPATH when `$srcdir' = `.'.
29828 # Shell code in configure.ac might set extrasub.
29829 # FIXME: do we really want to maintain this feature?
29830 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29831 ac_sed_extra="$ac_vpsub
29832 $extrasub
29833 _ACEOF
29834 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29836 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29837 s|@configure_input@|$ac_sed_conf_input|;t t
29838 s&@top_builddir@&$ac_top_builddir_sub&;t t
29839 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29840 s&@srcdir@&$ac_srcdir&;t t
29841 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29842 s&@top_srcdir@&$ac_top_srcdir&;t t
29843 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29844 s&@builddir@&$ac_builddir&;t t
29845 s&@abs_builddir@&$ac_abs_builddir&;t t
29846 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29847 s&@INSTALL@&$ac_INSTALL&;t t
29848 $ac_datarootdir_hack
29850 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29851 if $ac_cs_awk_getline; then
29852 $AWK -f "$tmp/subs.awk"
29853 else
29854 $AWK -f "$tmp/subs.awk" | $SHELL
29855 fi >$tmp/out \
29856 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29857 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29858 { (exit 1); exit 1; }; }
29860 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29861 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29862 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29863 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29864 which seems to be undefined. Please make sure it is defined." >&5
29865 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29866 which seems to be undefined. Please make sure it is defined." >&2;}
29868 rm -f "$tmp/stdin"
29869 case $ac_file in
29870 -) cat "$tmp/out" && rm -f "$tmp/out";;
29871 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29872 esac \
29873 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29874 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29875 { (exit 1); exit 1; }; }
29879 # CONFIG_HEADER
29881 if test x"$ac_file" != x-; then
29883 $as_echo "/* $configure_input */" \
29884 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29885 } >"$tmp/config.h" \
29886 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29887 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29888 { (exit 1); exit 1; }; }
29889 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29890 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29891 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29892 else
29893 rm -f "$ac_file"
29894 mv "$tmp/config.h" "$ac_file" \
29895 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29896 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29897 { (exit 1); exit 1; }; }
29899 else
29900 $as_echo "/* $configure_input */" \
29901 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29902 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29903 $as_echo "$as_me: error: could not create -" >&2;}
29904 { (exit 1); exit 1; }; }
29908 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29909 $as_echo "$as_me: executing $ac_file commands" >&6;}
29911 esac
29914 case $ac_file$ac_mode in
29915 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29916 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29917 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29918 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29919 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29920 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29921 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29922 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29923 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29924 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29925 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29926 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29927 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29929 esac
29930 done # for ac_tag
29933 { (exit 0); exit 0; }
29934 _ACEOF
29935 chmod +x $CONFIG_STATUS
29936 ac_clean_files=$ac_clean_files_save
29938 test $ac_write_fail = 0 ||
29939 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29940 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29941 { (exit 1); exit 1; }; }
29944 # configure is writing to config.log, and then calls config.status.
29945 # config.status does its own redirection, appending to config.log.
29946 # Unfortunately, on DOS this fails, as config.log is still kept open
29947 # by configure, so config.status won't be able to write to it; its
29948 # output is simply discarded. So we exec the FD to /dev/null,
29949 # effectively closing config.log, so it can be properly (re)opened and
29950 # appended to by config.status. When coming back to configure, we
29951 # need to make the FD available again.
29952 if test "$no_create" != yes; then
29953 ac_cs_success=:
29954 ac_config_status_args=
29955 test "$silent" = yes &&
29956 ac_config_status_args="$ac_config_status_args --quiet"
29957 exec 5>/dev/null
29958 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29959 exec 5>>config.log
29960 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29961 # would make configure fail if this is the last instruction.
29962 $ac_cs_success || { (exit 1); exit 1; }
29964 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29965 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29966 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29970 if test "$no_create" = "yes"
29971 then
29972 exit 0
29975 ac_save_IFS="$IFS"
29976 if test "x$wine_notices != "x; then
29977 echo >&6
29978 IFS="|"
29979 for msg in $wine_notices; do
29980 IFS="$ac_save_IFS"
29981 if test -n "$msg"; then
29982 { $as_echo "$as_me:$LINENO: $msg" >&5
29983 $as_echo "$as_me: $msg" >&6;}
29985 done
29987 IFS="|"
29988 for msg in $wine_warnings; do
29989 IFS="$ac_save_IFS"
29990 if test -n "$msg"; then
29991 echo >&2
29992 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29993 $as_echo "$as_me: WARNING: $msg" >&2;}
29995 done
29996 IFS="$ac_save_IFS"
29998 echo "
29999 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30000 " >&6