kernel32/tests: Add tests for GetLocaleInfo with SUBLANG_NEUTRAL.
[wine/wine-gecko.git] / configure
blob4ed22e08d7cfaec65988b408794354d1ad07b638
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.22.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.22'
600 PACKAGE_STRING='Wine 1.1.22'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTEST
697 CROSSWINDRES
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 WINDRES
737 STRIP
738 RANLIB
739 ARFLAGS
740 ac_ct_AR
742 BISON
743 FLEX
744 TOOLSDIR
745 WIN16_INSTALL
746 WIN16_FILES
747 TARGETFLAGS
748 CPPBIN
749 ac_ct_CXX
750 CXXFLAGS
752 OBJEXT
753 EXEEXT
754 ac_ct_CC
755 CPPFLAGS
756 LDFLAGS
757 CFLAGS
759 SET_MAKE
760 host_os
761 host_vendor
762 host_cpu
763 host
764 build_os
765 build_vendor
766 build_cpu
767 build
768 MAINTAINER_MODE
769 target_alias
770 host_alias
771 build_alias
772 LIBS
773 ECHO_T
774 ECHO_N
775 ECHO_C
776 DEFS
777 mandir
778 localedir
779 libdir
780 psdir
781 pdfdir
782 dvidir
783 htmldir
784 infodir
785 docdir
786 oldincludedir
787 includedir
788 localstatedir
789 sharedstatedir
790 sysconfdir
791 datadir
792 datarootdir
793 libexecdir
794 sbindir
795 bindir
796 program_transform_name
797 prefix
798 exec_prefix
799 PACKAGE_BUGREPORT
800 PACKAGE_STRING
801 PACKAGE_VERSION
802 PACKAGE_TARNAME
803 PACKAGE_NAME
804 PATH_SEPARATOR
805 SHELL'
806 ac_subst_files='MAKE_RULES
807 MAKE_DLL_RULES
808 MAKE_IMPLIB_RULES
809 MAKE_TEST_RULES
810 MAKE_PROG_RULES'
811 ac_user_opts='
812 enable_option_checking
813 enable_win16
814 enable_win64
815 enable_tests
816 enable_maintainer_mode
817 with_alsa
818 with_audioio
819 with_capi
820 with_cms
821 with_coreaudio
822 with_cups
823 with_curses
824 with_esd
825 with_fontconfig
826 with_freetype
827 with_gphoto
828 with_glu
829 with_gnutls
830 with_hal
831 with_jack
832 with_jpeg
833 with_ldap
834 with_nas
835 with_opengl
836 with_openssl
837 with_oss
838 with_png
839 with_pthread
840 with_sane
841 with_xcomposite
842 with_xcursor
843 with_xinerama
844 with_xinput
845 with_xml
846 with_xrandr
847 with_xrender
848 with_xshape
849 with_xshm
850 with_xslt
851 with_xxf86vm
852 with_wine_tools
853 with_x
855 ac_precious_vars='build_alias
856 host_alias
857 target_alias
859 CFLAGS
860 LDFLAGS
861 LIBS
862 CPPFLAGS
864 CXXFLAGS
867 XMKMF'
870 # Initialize some variables set by options.
871 ac_init_help=
872 ac_init_version=false
873 ac_unrecognized_opts=
874 ac_unrecognized_sep=
875 # The variables have the same names as the options, with
876 # dashes changed to underlines.
877 cache_file=/dev/null
878 exec_prefix=NONE
879 no_create=
880 no_recursion=
881 prefix=NONE
882 program_prefix=NONE
883 program_suffix=NONE
884 program_transform_name=s,x,x,
885 silent=
886 site=
887 srcdir=
888 verbose=
889 x_includes=NONE
890 x_libraries=NONE
892 # Installation directory options.
893 # These are left unexpanded so users can "make install exec_prefix=/foo"
894 # and all the variables that are supposed to be based on exec_prefix
895 # by default will actually change.
896 # Use braces instead of parens because sh, perl, etc. also accept them.
897 # (The list follows the same order as the GNU Coding Standards.)
898 bindir='${exec_prefix}/bin'
899 sbindir='${exec_prefix}/sbin'
900 libexecdir='${exec_prefix}/libexec'
901 datarootdir='${prefix}/share'
902 datadir='${datarootdir}'
903 sysconfdir='${prefix}/etc'
904 sharedstatedir='${prefix}/com'
905 localstatedir='${prefix}/var'
906 includedir='${prefix}/include'
907 oldincludedir='/usr/include'
908 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
909 infodir='${datarootdir}/info'
910 htmldir='${docdir}'
911 dvidir='${docdir}'
912 pdfdir='${docdir}'
913 psdir='${docdir}'
914 libdir='${exec_prefix}/lib'
915 localedir='${datarootdir}/locale'
916 mandir='${datarootdir}/man'
918 ac_prev=
919 ac_dashdash=
920 for ac_option
922 # If the previous option needs an argument, assign it.
923 if test -n "$ac_prev"; then
924 eval $ac_prev=\$ac_option
925 ac_prev=
926 continue
929 case $ac_option in
930 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
931 *) ac_optarg=yes ;;
932 esac
934 # Accept the important Cygnus configure options, so we can diagnose typos.
936 case $ac_dashdash$ac_option in
938 ac_dashdash=yes ;;
940 -bindir | --bindir | --bindi | --bind | --bin | --bi)
941 ac_prev=bindir ;;
942 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
943 bindir=$ac_optarg ;;
945 -build | --build | --buil | --bui | --bu)
946 ac_prev=build_alias ;;
947 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
948 build_alias=$ac_optarg ;;
950 -cache-file | --cache-file | --cache-fil | --cache-fi \
951 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
952 ac_prev=cache_file ;;
953 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
954 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
955 cache_file=$ac_optarg ;;
957 --config-cache | -C)
958 cache_file=config.cache ;;
960 -datadir | --datadir | --datadi | --datad)
961 ac_prev=datadir ;;
962 -datadir=* | --datadir=* | --datadi=* | --datad=*)
963 datadir=$ac_optarg ;;
965 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
966 | --dataroo | --dataro | --datar)
967 ac_prev=datarootdir ;;
968 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
969 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
970 datarootdir=$ac_optarg ;;
972 -disable-* | --disable-*)
973 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
977 { (exit 1); exit 1; }; }
978 ac_useropt_orig=$ac_useropt
979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980 case $ac_user_opts in
982 "enable_$ac_useropt"
983 "*) ;;
984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
985 ac_unrecognized_sep=', ';;
986 esac
987 eval enable_$ac_useropt=no ;;
989 -docdir | --docdir | --docdi | --doc | --do)
990 ac_prev=docdir ;;
991 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
992 docdir=$ac_optarg ;;
994 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
995 ac_prev=dvidir ;;
996 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
997 dvidir=$ac_optarg ;;
999 -enable-* | --enable-*)
1000 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1001 # Reject names that are not valid shell variable names.
1002 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1003 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1004 { (exit 1); exit 1; }; }
1005 ac_useropt_orig=$ac_useropt
1006 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1007 case $ac_user_opts in
1009 "enable_$ac_useropt"
1010 "*) ;;
1011 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1012 ac_unrecognized_sep=', ';;
1013 esac
1014 eval enable_$ac_useropt=\$ac_optarg ;;
1016 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1017 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1018 | --exec | --exe | --ex)
1019 ac_prev=exec_prefix ;;
1020 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1021 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1022 | --exec=* | --exe=* | --ex=*)
1023 exec_prefix=$ac_optarg ;;
1025 -gas | --gas | --ga | --g)
1026 # Obsolete; use --with-gas.
1027 with_gas=yes ;;
1029 -help | --help | --hel | --he | -h)
1030 ac_init_help=long ;;
1031 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1032 ac_init_help=recursive ;;
1033 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1034 ac_init_help=short ;;
1036 -host | --host | --hos | --ho)
1037 ac_prev=host_alias ;;
1038 -host=* | --host=* | --hos=* | --ho=*)
1039 host_alias=$ac_optarg ;;
1041 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1042 ac_prev=htmldir ;;
1043 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1044 | --ht=*)
1045 htmldir=$ac_optarg ;;
1047 -includedir | --includedir | --includedi | --included | --include \
1048 | --includ | --inclu | --incl | --inc)
1049 ac_prev=includedir ;;
1050 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1051 | --includ=* | --inclu=* | --incl=* | --inc=*)
1052 includedir=$ac_optarg ;;
1054 -infodir | --infodir | --infodi | --infod | --info | --inf)
1055 ac_prev=infodir ;;
1056 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1057 infodir=$ac_optarg ;;
1059 -libdir | --libdir | --libdi | --libd)
1060 ac_prev=libdir ;;
1061 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1062 libdir=$ac_optarg ;;
1064 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1065 | --libexe | --libex | --libe)
1066 ac_prev=libexecdir ;;
1067 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1068 | --libexe=* | --libex=* | --libe=*)
1069 libexecdir=$ac_optarg ;;
1071 -localedir | --localedir | --localedi | --localed | --locale)
1072 ac_prev=localedir ;;
1073 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1074 localedir=$ac_optarg ;;
1076 -localstatedir | --localstatedir | --localstatedi | --localstated \
1077 | --localstate | --localstat | --localsta | --localst | --locals)
1078 ac_prev=localstatedir ;;
1079 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1080 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1081 localstatedir=$ac_optarg ;;
1083 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1084 ac_prev=mandir ;;
1085 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1086 mandir=$ac_optarg ;;
1088 -nfp | --nfp | --nf)
1089 # Obsolete; use --without-fp.
1090 with_fp=no ;;
1092 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1093 | --no-cr | --no-c | -n)
1094 no_create=yes ;;
1096 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1097 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1098 no_recursion=yes ;;
1100 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1101 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1102 | --oldin | --oldi | --old | --ol | --o)
1103 ac_prev=oldincludedir ;;
1104 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1105 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1106 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1107 oldincludedir=$ac_optarg ;;
1109 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1110 ac_prev=prefix ;;
1111 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1112 prefix=$ac_optarg ;;
1114 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1115 | --program-pre | --program-pr | --program-p)
1116 ac_prev=program_prefix ;;
1117 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1118 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1119 program_prefix=$ac_optarg ;;
1121 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1122 | --program-suf | --program-su | --program-s)
1123 ac_prev=program_suffix ;;
1124 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1125 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1126 program_suffix=$ac_optarg ;;
1128 -program-transform-name | --program-transform-name \
1129 | --program-transform-nam | --program-transform-na \
1130 | --program-transform-n | --program-transform- \
1131 | --program-transform | --program-transfor \
1132 | --program-transfo | --program-transf \
1133 | --program-trans | --program-tran \
1134 | --progr-tra | --program-tr | --program-t)
1135 ac_prev=program_transform_name ;;
1136 -program-transform-name=* | --program-transform-name=* \
1137 | --program-transform-nam=* | --program-transform-na=* \
1138 | --program-transform-n=* | --program-transform-=* \
1139 | --program-transform=* | --program-transfor=* \
1140 | --program-transfo=* | --program-transf=* \
1141 | --program-trans=* | --program-tran=* \
1142 | --progr-tra=* | --program-tr=* | --program-t=*)
1143 program_transform_name=$ac_optarg ;;
1145 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1146 ac_prev=pdfdir ;;
1147 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1148 pdfdir=$ac_optarg ;;
1150 -psdir | --psdir | --psdi | --psd | --ps)
1151 ac_prev=psdir ;;
1152 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1153 psdir=$ac_optarg ;;
1155 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1156 | -silent | --silent | --silen | --sile | --sil)
1157 silent=yes ;;
1159 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1160 ac_prev=sbindir ;;
1161 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1162 | --sbi=* | --sb=*)
1163 sbindir=$ac_optarg ;;
1165 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1166 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1167 | --sharedst | --shareds | --shared | --share | --shar \
1168 | --sha | --sh)
1169 ac_prev=sharedstatedir ;;
1170 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1171 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1172 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1173 | --sha=* | --sh=*)
1174 sharedstatedir=$ac_optarg ;;
1176 -site | --site | --sit)
1177 ac_prev=site ;;
1178 -site=* | --site=* | --sit=*)
1179 site=$ac_optarg ;;
1181 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1182 ac_prev=srcdir ;;
1183 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1184 srcdir=$ac_optarg ;;
1186 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1187 | --syscon | --sysco | --sysc | --sys | --sy)
1188 ac_prev=sysconfdir ;;
1189 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1190 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1191 sysconfdir=$ac_optarg ;;
1193 -target | --target | --targe | --targ | --tar | --ta | --t)
1194 ac_prev=target_alias ;;
1195 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1196 target_alias=$ac_optarg ;;
1198 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1199 verbose=yes ;;
1201 -version | --version | --versio | --versi | --vers | -V)
1202 ac_init_version=: ;;
1204 -with-* | --with-*)
1205 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1208 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1209 { (exit 1); exit 1; }; }
1210 ac_useropt_orig=$ac_useropt
1211 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1212 case $ac_user_opts in
1214 "with_$ac_useropt"
1215 "*) ;;
1216 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1217 ac_unrecognized_sep=', ';;
1218 esac
1219 eval with_$ac_useropt=\$ac_optarg ;;
1221 -without-* | --without-*)
1222 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1223 # Reject names that are not valid shell variable names.
1224 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1225 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1226 { (exit 1); exit 1; }; }
1227 ac_useropt_orig=$ac_useropt
1228 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1229 case $ac_user_opts in
1231 "with_$ac_useropt"
1232 "*) ;;
1233 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1234 ac_unrecognized_sep=', ';;
1235 esac
1236 eval with_$ac_useropt=no ;;
1238 --x)
1239 # Obsolete; use --with-x.
1240 with_x=yes ;;
1242 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1243 | --x-incl | --x-inc | --x-in | --x-i)
1244 ac_prev=x_includes ;;
1245 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1246 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1247 x_includes=$ac_optarg ;;
1249 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1250 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1251 ac_prev=x_libraries ;;
1252 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1253 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1254 x_libraries=$ac_optarg ;;
1256 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1257 Try \`$0 --help' for more information." >&2
1258 { (exit 1); exit 1; }; }
1261 *=*)
1262 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1263 # Reject names that are not valid shell variable names.
1264 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1265 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1266 { (exit 1); exit 1; }; }
1267 eval $ac_envvar=\$ac_optarg
1268 export $ac_envvar ;;
1271 # FIXME: should be removed in autoconf 3.0.
1272 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1273 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1274 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1275 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1278 esac
1279 done
1281 if test -n "$ac_prev"; then
1282 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1283 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1284 { (exit 1); exit 1; }; }
1287 if test -n "$ac_unrecognized_opts"; then
1288 case $enable_option_checking in
1289 no) ;;
1290 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1291 { (exit 1); exit 1; }; } ;;
1292 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1293 esac
1296 # Check all directory arguments for consistency.
1297 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1298 datadir sysconfdir sharedstatedir localstatedir includedir \
1299 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1300 libdir localedir mandir
1302 eval ac_val=\$$ac_var
1303 # Remove trailing slashes.
1304 case $ac_val in
1305 */ )
1306 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1307 eval $ac_var=\$ac_val;;
1308 esac
1309 # Be sure to have absolute directory names.
1310 case $ac_val in
1311 [\\/$]* | ?:[\\/]* ) continue;;
1312 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1313 esac
1314 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1315 { (exit 1); exit 1; }; }
1316 done
1318 # There might be people who depend on the old broken behavior: `$host'
1319 # used to hold the argument of --host etc.
1320 # FIXME: To remove some day.
1321 build=$build_alias
1322 host=$host_alias
1323 target=$target_alias
1325 # FIXME: To remove some day.
1326 if test "x$host_alias" != x; then
1327 if test "x$build_alias" = x; then
1328 cross_compiling=maybe
1329 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1330 If a cross compiler is detected then cross compile mode will be used." >&2
1331 elif test "x$build_alias" != "x$host_alias"; then
1332 cross_compiling=yes
1336 ac_tool_prefix=
1337 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1339 test "$silent" = yes && exec 6>/dev/null
1342 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1343 ac_ls_di=`ls -di .` &&
1344 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1345 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1346 { (exit 1); exit 1; }; }
1347 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1348 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1349 { (exit 1); exit 1; }; }
1352 # Find the source files, if location was not specified.
1353 if test -z "$srcdir"; then
1354 ac_srcdir_defaulted=yes
1355 # Try the directory containing this script, then the parent directory.
1356 ac_confdir=`$as_dirname -- "$as_myself" ||
1357 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1358 X"$as_myself" : 'X\(//\)[^/]' \| \
1359 X"$as_myself" : 'X\(//\)$' \| \
1360 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1361 $as_echo X"$as_myself" |
1362 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1363 s//\1/
1366 /^X\(\/\/\)[^/].*/{
1367 s//\1/
1370 /^X\(\/\/\)$/{
1371 s//\1/
1374 /^X\(\/\).*/{
1375 s//\1/
1378 s/.*/./; q'`
1379 srcdir=$ac_confdir
1380 if test ! -r "$srcdir/$ac_unique_file"; then
1381 srcdir=..
1383 else
1384 ac_srcdir_defaulted=no
1386 if test ! -r "$srcdir/$ac_unique_file"; then
1387 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1388 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1389 { (exit 1); exit 1; }; }
1391 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1392 ac_abs_confdir=`(
1393 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1394 { (exit 1); exit 1; }; }
1395 pwd)`
1396 # When building in place, set srcdir=.
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then
1398 srcdir=.
1400 # Remove unnecessary trailing slashes from srcdir.
1401 # Double slashes in file names in object file debugging info
1402 # mess up M-x gdb in Emacs.
1403 case $srcdir in
1404 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405 esac
1406 for ac_var in $ac_precious_vars; do
1407 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1408 eval ac_env_${ac_var}_value=\$${ac_var}
1409 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1411 done
1414 # Report the --help message.
1416 if test "$ac_init_help" = "long"; then
1417 # Omit some internal or obsolete options to make the list less imposing.
1418 # This message is too long to be a string in the A/UX 3.1 sh.
1419 cat <<_ACEOF
1420 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1422 Usage: $0 [OPTION]... [VAR=VALUE]...
1424 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1425 VAR=VALUE. See below for descriptions of some of the useful variables.
1427 Defaults for the options are specified in brackets.
1429 Configuration:
1430 -h, --help display this help and exit
1431 --help=short display options specific to this package
1432 --help=recursive display the short help of all the included packages
1433 -V, --version display version information and exit
1434 -q, --quiet, --silent do not print \`checking...' messages
1435 --cache-file=FILE cache test results in FILE [disabled]
1436 -C, --config-cache alias for \`--cache-file=config.cache'
1437 -n, --no-create do not create output files
1438 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1440 Installation directories:
1441 --prefix=PREFIX install architecture-independent files in PREFIX
1442 [$ac_default_prefix]
1443 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1444 [PREFIX]
1446 By default, \`make install' will install all the files in
1447 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1448 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1449 for instance \`--prefix=\$HOME'.
1451 For better control, use the options below.
1453 Fine tuning of the installation directories:
1454 --bindir=DIR user executables [EPREFIX/bin]
1455 --sbindir=DIR system admin executables [EPREFIX/sbin]
1456 --libexecdir=DIR program executables [EPREFIX/libexec]
1457 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1458 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1459 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1460 --libdir=DIR object code libraries [EPREFIX/lib]
1461 --includedir=DIR C header files [PREFIX/include]
1462 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1463 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1464 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1465 --infodir=DIR info documentation [DATAROOTDIR/info]
1466 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1467 --mandir=DIR man documentation [DATAROOTDIR/man]
1468 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1469 --htmldir=DIR html documentation [DOCDIR]
1470 --dvidir=DIR dvi documentation [DOCDIR]
1471 --pdfdir=DIR pdf documentation [DOCDIR]
1472 --psdir=DIR ps documentation [DOCDIR]
1473 _ACEOF
1475 cat <<\_ACEOF
1477 X features:
1478 --x-includes=DIR X include files are in DIR
1479 --x-libraries=DIR X library files are in DIR
1481 System types:
1482 --build=BUILD configure for building on BUILD [guessed]
1483 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1484 _ACEOF
1487 if test -n "$ac_init_help"; then
1488 case $ac_init_help in
1489 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1490 esac
1491 cat <<\_ACEOF
1493 Optional Features:
1494 --disable-option-checking ignore unrecognized --enable/--with options
1495 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1496 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1497 --disable-win16 do not include Win16 support
1498 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1499 binaries)
1500 --disable-tests do not build the regression tests
1501 --enable-maintainer-mode
1502 enable maintainer-specific build rules
1504 Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1507 --without-alsa do not use the Alsa sound support
1508 --without-audioio do not use the AudioIO sound support
1509 --without-capi do not use CAPI (ISDN support)
1510 --without-cms do not use CMS (color management support)
1511 --without-coreaudio do not use the CoreAudio sound support
1512 --without-cups do not use CUPS
1513 --without-curses do not use (n)curses
1514 --without-esd do not use the EsounD sound support
1515 --without-fontconfig do not use fontconfig
1516 --without-freetype do not use the FreeType library
1517 --without-gphoto do not use gphoto (Digital Camera support)
1518 --without-glu do not use the GLU library
1519 --without-gnutls do not use GnuTLS (schannel support)
1520 --without-hal do not use HAL (dynamic device support)
1521 --without-jack do not use the Jack sound support
1522 --without-jpeg do not use JPEG
1523 --without-ldap do not use LDAP
1524 --without-nas do not use the NAS sound support
1525 --without-opengl do not use OpenGL
1526 --without-openssl do not use OpenSSL
1527 --without-oss do not use the OSS sound support
1528 --without-png do not use PNG
1529 --without-pthread do not use the pthread library
1530 --without-sane do not use SANE (scanner support)
1531 --without-xcomposite do not use the Xcomposite extension
1532 --without-xcursor do not use the Xcursor extension
1533 --without-xinerama do not use Xinerama (multi-monitor support)
1534 --without-xinput do not use the Xinput extension
1535 --without-xml do not use XML
1536 --without-xrandr do not use Xrandr (resolution changes)
1537 --without-xrender do not use the Xrender extension
1538 --without-xshape do not use the Xshape extension
1539 --without-xshm do not use XShm (shared memory extension)
1540 --without-xslt do not use XSLT
1541 --without-xxf86vm do not use XFree video mode extension
1542 --with-wine-tools=DIR use Wine tools from directory DIR
1543 --with-x use the X Window System
1545 Some influential environment variables:
1546 CC C compiler command
1547 CFLAGS C compiler flags
1548 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1549 nonstandard directory <lib dir>
1550 LIBS libraries to pass to the linker, e.g. -l<library>
1551 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1552 you have headers in a nonstandard directory <include dir>
1553 CXX C++ compiler command
1554 CXXFLAGS C++ compiler flags
1555 CPP C preprocessor
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 Use these variables to override the choices made by `configure' or to help
1559 it to find libraries and programs with nonstandard names/locations.
1561 Report bugs to <wine-devel@winehq.org>.
1562 _ACEOF
1563 ac_status=$?
1566 if test "$ac_init_help" = "recursive"; then
1567 # If there are subdirs, report their specific --help.
1568 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1569 test -d "$ac_dir" ||
1570 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1571 continue
1572 ac_builddir=.
1574 case "$ac_dir" in
1575 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1577 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1578 # A ".." for each directory in $ac_dir_suffix.
1579 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1580 case $ac_top_builddir_sub in
1581 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1583 esac ;;
1584 esac
1585 ac_abs_top_builddir=$ac_pwd
1586 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1587 # for backward compatibility:
1588 ac_top_builddir=$ac_top_build_prefix
1590 case $srcdir in
1591 .) # We are building in place.
1592 ac_srcdir=.
1593 ac_top_srcdir=$ac_top_builddir_sub
1594 ac_abs_top_srcdir=$ac_pwd ;;
1595 [\\/]* | ?:[\\/]* ) # Absolute name.
1596 ac_srcdir=$srcdir$ac_dir_suffix;
1597 ac_top_srcdir=$srcdir
1598 ac_abs_top_srcdir=$srcdir ;;
1599 *) # Relative name.
1600 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1601 ac_top_srcdir=$ac_top_build_prefix$srcdir
1602 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1603 esac
1604 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1606 cd "$ac_dir" || { ac_status=$?; continue; }
1607 # Check for guested configure.
1608 if test -f "$ac_srcdir/configure.gnu"; then
1609 echo &&
1610 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1611 elif test -f "$ac_srcdir/configure"; then
1612 echo &&
1613 $SHELL "$ac_srcdir/configure" --help=recursive
1614 else
1615 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1616 fi || ac_status=$?
1617 cd "$ac_pwd" || { ac_status=$?; break; }
1618 done
1621 test -n "$ac_init_help" && exit $ac_status
1622 if $ac_init_version; then
1623 cat <<\_ACEOF
1624 Wine configure 1.1.22
1625 generated by GNU Autoconf 2.63
1627 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1628 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1629 This configure script is free software; the Free Software Foundation
1630 gives unlimited permission to copy, distribute and modify it.
1631 _ACEOF
1632 exit
1634 cat >config.log <<_ACEOF
1635 This file contains any messages produced by compilers while
1636 running configure, to aid debugging if configure makes a mistake.
1638 It was created by Wine $as_me 1.1.22, which was
1639 generated by GNU Autoconf 2.63. Invocation command line was
1641 $ $0 $@
1643 _ACEOF
1644 exec 5>>config.log
1646 cat <<_ASUNAME
1647 ## --------- ##
1648 ## Platform. ##
1649 ## --------- ##
1651 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1652 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1653 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1654 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1655 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1657 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1658 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1660 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1661 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1662 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1663 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1664 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1665 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1666 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1668 _ASUNAME
1670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1671 for as_dir in $PATH
1673 IFS=$as_save_IFS
1674 test -z "$as_dir" && as_dir=.
1675 $as_echo "PATH: $as_dir"
1676 done
1677 IFS=$as_save_IFS
1679 } >&5
1681 cat >&5 <<_ACEOF
1684 ## ----------- ##
1685 ## Core tests. ##
1686 ## ----------- ##
1688 _ACEOF
1691 # Keep a trace of the command line.
1692 # Strip out --no-create and --no-recursion so they do not pile up.
1693 # Strip out --silent because we don't want to record it for future runs.
1694 # Also quote any args containing shell meta-characters.
1695 # Make two passes to allow for proper duplicate-argument suppression.
1696 ac_configure_args=
1697 ac_configure_args0=
1698 ac_configure_args1=
1699 ac_must_keep_next=false
1700 for ac_pass in 1 2
1702 for ac_arg
1704 case $ac_arg in
1705 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1706 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1707 | -silent | --silent | --silen | --sile | --sil)
1708 continue ;;
1709 *\'*)
1710 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1711 esac
1712 case $ac_pass in
1713 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1715 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1716 if test $ac_must_keep_next = true; then
1717 ac_must_keep_next=false # Got value, back to normal.
1718 else
1719 case $ac_arg in
1720 *=* | --config-cache | -C | -disable-* | --disable-* \
1721 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1722 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1723 | -with-* | --with-* | -without-* | --without-* | --x)
1724 case "$ac_configure_args0 " in
1725 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1726 esac
1728 -* ) ac_must_keep_next=true ;;
1729 esac
1731 ac_configure_args="$ac_configure_args '$ac_arg'"
1733 esac
1734 done
1735 done
1736 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1737 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1739 # When interrupted or exit'd, cleanup temporary files, and complete
1740 # config.log. We remove comments because anyway the quotes in there
1741 # would cause problems or look ugly.
1742 # WARNING: Use '\'' to represent an apostrophe within the trap.
1743 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1744 trap 'exit_status=$?
1745 # Save into config.log some information that might help in debugging.
1747 echo
1749 cat <<\_ASBOX
1750 ## ---------------- ##
1751 ## Cache variables. ##
1752 ## ---------------- ##
1753 _ASBOX
1754 echo
1755 # The following way of writing the cache mishandles newlines in values,
1757 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1758 eval ac_val=\$$ac_var
1759 case $ac_val in #(
1760 *${as_nl}*)
1761 case $ac_var in #(
1762 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1763 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1764 esac
1765 case $ac_var in #(
1766 _ | IFS | as_nl) ;; #(
1767 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1768 *) $as_unset $ac_var ;;
1769 esac ;;
1770 esac
1771 done
1772 (set) 2>&1 |
1773 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1774 *${as_nl}ac_space=\ *)
1775 sed -n \
1776 "s/'\''/'\''\\\\'\'''\''/g;
1777 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1778 ;; #(
1780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1782 esac |
1783 sort
1785 echo
1787 cat <<\_ASBOX
1788 ## ----------------- ##
1789 ## Output variables. ##
1790 ## ----------------- ##
1791 _ASBOX
1792 echo
1793 for ac_var in $ac_subst_vars
1795 eval ac_val=\$$ac_var
1796 case $ac_val in
1797 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1798 esac
1799 $as_echo "$ac_var='\''$ac_val'\''"
1800 done | sort
1801 echo
1803 if test -n "$ac_subst_files"; then
1804 cat <<\_ASBOX
1805 ## ------------------- ##
1806 ## File substitutions. ##
1807 ## ------------------- ##
1808 _ASBOX
1809 echo
1810 for ac_var in $ac_subst_files
1812 eval ac_val=\$$ac_var
1813 case $ac_val in
1814 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1815 esac
1816 $as_echo "$ac_var='\''$ac_val'\''"
1817 done | sort
1818 echo
1821 if test -s confdefs.h; then
1822 cat <<\_ASBOX
1823 ## ----------- ##
1824 ## confdefs.h. ##
1825 ## ----------- ##
1826 _ASBOX
1827 echo
1828 cat confdefs.h
1829 echo
1831 test "$ac_signal" != 0 &&
1832 $as_echo "$as_me: caught signal $ac_signal"
1833 $as_echo "$as_me: exit $exit_status"
1834 } >&5
1835 rm -f core *.core core.conftest.* &&
1836 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1837 exit $exit_status
1839 for ac_signal in 1 2 13 15; do
1840 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1841 done
1842 ac_signal=0
1844 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1845 rm -f -r conftest* confdefs.h
1847 # Predefined preprocessor variables.
1849 cat >>confdefs.h <<_ACEOF
1850 #define PACKAGE_NAME "$PACKAGE_NAME"
1851 _ACEOF
1854 cat >>confdefs.h <<_ACEOF
1855 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1856 _ACEOF
1859 cat >>confdefs.h <<_ACEOF
1860 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1861 _ACEOF
1864 cat >>confdefs.h <<_ACEOF
1865 #define PACKAGE_STRING "$PACKAGE_STRING"
1866 _ACEOF
1869 cat >>confdefs.h <<_ACEOF
1870 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1871 _ACEOF
1874 # Let the site file select an alternate cache file if it wants to.
1875 # Prefer an explicitly selected file to automatically selected ones.
1876 ac_site_file1=NONE
1877 ac_site_file2=NONE
1878 if test -n "$CONFIG_SITE"; then
1879 ac_site_file1=$CONFIG_SITE
1880 elif test "x$prefix" != xNONE; then
1881 ac_site_file1=$prefix/share/config.site
1882 ac_site_file2=$prefix/etc/config.site
1883 else
1884 ac_site_file1=$ac_default_prefix/share/config.site
1885 ac_site_file2=$ac_default_prefix/etc/config.site
1887 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1889 test "x$ac_site_file" = xNONE && continue
1890 if test -r "$ac_site_file"; then
1891 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1892 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1893 sed 's/^/| /' "$ac_site_file" >&5
1894 . "$ac_site_file"
1896 done
1898 if test -r "$cache_file"; then
1899 # Some versions of bash will fail to source /dev/null (special
1900 # files actually), so we avoid doing that.
1901 if test -f "$cache_file"; then
1902 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1903 $as_echo "$as_me: loading cache $cache_file" >&6;}
1904 case $cache_file in
1905 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1906 *) . "./$cache_file";;
1907 esac
1909 else
1910 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1911 $as_echo "$as_me: creating cache $cache_file" >&6;}
1912 >$cache_file
1915 # Check that the precious variables saved in the cache have kept the same
1916 # value.
1917 ac_cache_corrupted=false
1918 for ac_var in $ac_precious_vars; do
1919 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1920 eval ac_new_set=\$ac_env_${ac_var}_set
1921 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1922 eval ac_new_val=\$ac_env_${ac_var}_value
1923 case $ac_old_set,$ac_new_set in
1924 set,)
1925 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1926 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1927 ac_cache_corrupted=: ;;
1928 ,set)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,);;
1934 if test "x$ac_old_val" != "x$ac_new_val"; then
1935 # differences in whitespace do not lead to failure.
1936 ac_old_val_w=`echo x $ac_old_val`
1937 ac_new_val_w=`echo x $ac_new_val`
1938 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1939 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1940 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1941 ac_cache_corrupted=:
1942 else
1943 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1944 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1945 eval $ac_var=\$ac_old_val
1947 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1948 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1949 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1950 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1951 fi;;
1952 esac
1953 # Pass precious variables to config.status.
1954 if test "$ac_new_set" = set; then
1955 case $ac_new_val in
1956 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1957 *) ac_arg=$ac_var=$ac_new_val ;;
1958 esac
1959 case " $ac_configure_args " in
1960 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1961 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1962 esac
1964 done
1965 if $ac_cache_corrupted; then
1966 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1967 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1968 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1969 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1970 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1971 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1972 { (exit 1); exit 1; }; }
1999 ac_ext=c
2000 ac_cpp='$CPP $CPPFLAGS'
2001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2007 ac_config_headers="$ac_config_headers include/config.h"
2009 ac_aux_dir=
2010 for ac_dir in tools "$srcdir"/tools; do
2011 if test -f "$ac_dir/install-sh"; then
2012 ac_aux_dir=$ac_dir
2013 ac_install_sh="$ac_aux_dir/install-sh -c"
2014 break
2015 elif 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/shtool"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/shtool install -c"
2022 break
2024 done
2025 if test -z "$ac_aux_dir"; then
2026 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2027 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2028 { (exit 1); exit 1; }; }
2031 # These three variables are undocumented and unsupported,
2032 # and are intended to be withdrawn in a future Autoconf release.
2033 # They can cause serious problems if a builder's source tree is in a directory
2034 # whose full name contains unusual characters.
2035 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2036 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2037 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2042 # Check whether --enable-win16 was given.
2043 if test "${enable_win16+set}" = set; then
2044 enableval=$enable_win16;
2047 # Check whether --enable-win64 was given.
2048 if test "${enable_win64+set}" = set; then
2049 enableval=$enable_win64;
2052 # Check whether --enable-tests was given.
2053 if test "${enable_tests+set}" = set; then
2054 enableval=$enable_tests;
2057 # Check whether --enable-maintainer-mode was given.
2058 if test "${enable_maintainer_mode+set}" = set; then
2059 enableval=$enable_maintainer_mode;
2060 else
2061 MAINTAINER_MODE=\#
2067 # Check whether --with-alsa was given.
2068 if test "${with_alsa+set}" = set; then
2069 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2073 # Check whether --with-audioio was given.
2074 if test "${with_audioio+set}" = set; then
2075 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2079 # Check whether --with-capi was given.
2080 if test "${with_capi+set}" = set; then
2081 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2085 # Check whether --with-cms was given.
2086 if test "${with_cms+set}" = set; then
2087 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2091 # Check whether --with-coreaudio was given.
2092 if test "${with_coreaudio+set}" = set; then
2093 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2097 # Check whether --with-cups was given.
2098 if test "${with_cups+set}" = set; then
2099 withval=$with_cups;
2103 # Check whether --with-curses was given.
2104 if test "${with_curses+set}" = set; then
2105 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2109 # Check whether --with-esd was given.
2110 if test "${with_esd+set}" = set; then
2111 withval=$with_esd;
2115 # Check whether --with-fontconfig was given.
2116 if test "${with_fontconfig+set}" = set; then
2117 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2121 # Check whether --with-freetype was given.
2122 if test "${with_freetype+set}" = set; then
2123 withval=$with_freetype;
2127 # Check whether --with-gphoto was given.
2128 if test "${with_gphoto+set}" = set; then
2129 withval=$with_gphoto;
2133 # Check whether --with-glu was given.
2134 if test "${with_glu+set}" = set; then
2135 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2139 # Check whether --with-gnutls was given.
2140 if test "${with_gnutls+set}" = set; then
2141 withval=$with_gnutls;
2145 # Check whether --with-hal was given.
2146 if test "${with_hal+set}" = set; then
2147 withval=$with_hal;
2151 # Check whether --with-jack was given.
2152 if test "${with_jack+set}" = set; then
2153 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2157 # Check whether --with-jpeg was given.
2158 if test "${with_jpeg+set}" = set; then
2159 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2163 # Check whether --with-ldap was given.
2164 if test "${with_ldap+set}" = set; then
2165 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2169 # Check whether --with-nas was given.
2170 if test "${with_nas+set}" = set; then
2171 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2175 # Check whether --with-opengl was given.
2176 if test "${with_opengl+set}" = set; then
2177 withval=$with_opengl;
2181 # Check whether --with-openssl was given.
2182 if test "${with_openssl+set}" = set; then
2183 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2187 # Check whether --with-oss was given.
2188 if test "${with_oss+set}" = set; then
2189 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
2193 # Check whether --with-png was given.
2194 if test "${with_png+set}" = set; then
2195 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2199 # Check whether --with-pthread was given.
2200 if test "${with_pthread+set}" = set; then
2201 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2205 # Check whether --with-sane was given.
2206 if test "${with_sane+set}" = set; then
2207 withval=$with_sane;
2211 # Check whether --with-xcomposite was given.
2212 if test "${with_xcomposite+set}" = set; then
2213 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2217 # Check whether --with-xcursor was given.
2218 if test "${with_xcursor+set}" = set; then
2219 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2223 # Check whether --with-xinerama was given.
2224 if test "${with_xinerama+set}" = set; then
2225 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2229 # Check whether --with-xinput was given.
2230 if test "${with_xinput+set}" = set; then
2231 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2235 # Check whether --with-xml was given.
2236 if test "${with_xml+set}" = set; then
2237 withval=$with_xml;
2241 # Check whether --with-xrandr was given.
2242 if test "${with_xrandr+set}" = set; then
2243 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2247 # Check whether --with-xrender was given.
2248 if test "${with_xrender+set}" = set; then
2249 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2253 # Check whether --with-xshape was given.
2254 if test "${with_xshape+set}" = set; then
2255 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2259 # Check whether --with-xshm was given.
2260 if test "${with_xshm+set}" = set; then
2261 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2265 # Check whether --with-xslt was given.
2266 if test "${with_xslt+set}" = set; then
2267 withval=$with_xslt;
2271 # Check whether --with-xxf86vm was given.
2272 if test "${with_xxf86vm+set}" = set; then
2273 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 # Check whether --with-wine-tools was given.
2279 if test "${with_wine_tools+set}" = set; then
2280 withval=$with_wine_tools;
2284 # Make sure we can run config.sub.
2285 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2286 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2287 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2288 { (exit 1); exit 1; }; }
2290 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2291 $as_echo_n "checking build system type... " >&6; }
2292 if test "${ac_cv_build+set}" = set; then
2293 $as_echo_n "(cached) " >&6
2294 else
2295 ac_build_alias=$build_alias
2296 test "x$ac_build_alias" = x &&
2297 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2298 test "x$ac_build_alias" = x &&
2299 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2300 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2301 { (exit 1); exit 1; }; }
2302 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2303 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2304 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2305 { (exit 1); exit 1; }; }
2308 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2309 $as_echo "$ac_cv_build" >&6; }
2310 case $ac_cv_build in
2311 *-*-*) ;;
2312 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2313 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2314 { (exit 1); exit 1; }; };;
2315 esac
2316 build=$ac_cv_build
2317 ac_save_IFS=$IFS; IFS='-'
2318 set x $ac_cv_build
2319 shift
2320 build_cpu=$1
2321 build_vendor=$2
2322 shift; shift
2323 # Remember, the first character of IFS is used to create $*,
2324 # except with old shells:
2325 build_os=$*
2326 IFS=$ac_save_IFS
2327 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2330 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2331 $as_echo_n "checking host system type... " >&6; }
2332 if test "${ac_cv_host+set}" = set; then
2333 $as_echo_n "(cached) " >&6
2334 else
2335 if test "x$host_alias" = x; then
2336 ac_cv_host=$ac_cv_build
2337 else
2338 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2339 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2340 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2341 { (exit 1); exit 1; }; }
2345 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2346 $as_echo "$ac_cv_host" >&6; }
2347 case $ac_cv_host in
2348 *-*-*) ;;
2349 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2350 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2351 { (exit 1); exit 1; }; };;
2352 esac
2353 host=$ac_cv_host
2354 ac_save_IFS=$IFS; IFS='-'
2355 set x $ac_cv_host
2356 shift
2357 host_cpu=$1
2358 host_vendor=$2
2359 shift; shift
2360 # Remember, the first character of IFS is used to create $*,
2361 # except with old shells:
2362 host_os=$*
2363 IFS=$ac_save_IFS
2364 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2368 case "$srcdir" in
2369 .) ;;
2370 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2371 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2372 You need to run 'make distclean' in the source tree first." >&5
2373 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2374 You need to run 'make distclean' in the source tree first." >&2;}
2375 { (exit 1); exit 1; }; }
2376 fi ;;
2377 esac
2380 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2381 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2382 set x ${MAKE-make}
2383 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2384 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2385 $as_echo_n "(cached) " >&6
2386 else
2387 cat >conftest.make <<\_ACEOF
2388 SHELL = /bin/sh
2389 all:
2390 @echo '@@@%%%=$(MAKE)=@@@%%%'
2391 _ACEOF
2392 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2393 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2394 *@@@%%%=?*=@@@%%%*)
2395 eval ac_cv_prog_make_${ac_make}_set=yes;;
2397 eval ac_cv_prog_make_${ac_make}_set=no;;
2398 esac
2399 rm -f conftest.make
2401 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2402 { $as_echo "$as_me:$LINENO: result: yes" >&5
2403 $as_echo "yes" >&6; }
2404 SET_MAKE=
2405 else
2406 { $as_echo "$as_me:$LINENO: result: no" >&5
2407 $as_echo "no" >&6; }
2408 SET_MAKE="MAKE=${MAKE-make}"
2411 ac_ext=c
2412 ac_cpp='$CPP $CPPFLAGS'
2413 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2414 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2415 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2416 if test -n "$ac_tool_prefix"; then
2417 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2418 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2419 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2420 $as_echo_n "checking for $ac_word... " >&6; }
2421 if test "${ac_cv_prog_CC+set}" = set; then
2422 $as_echo_n "(cached) " >&6
2423 else
2424 if test -n "$CC"; then
2425 ac_cv_prog_CC="$CC" # Let the user override the test.
2426 else
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428 for as_dir in $PATH
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
2433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2434 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2435 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 break 2
2438 done
2439 done
2440 IFS=$as_save_IFS
2444 CC=$ac_cv_prog_CC
2445 if test -n "$CC"; then
2446 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2447 $as_echo "$CC" >&6; }
2448 else
2449 { $as_echo "$as_me:$LINENO: result: no" >&5
2450 $as_echo "no" >&6; }
2455 if test -z "$ac_cv_prog_CC"; then
2456 ac_ct_CC=$CC
2457 # Extract the first word of "gcc", so it can be a program name with args.
2458 set dummy gcc; ac_word=$2
2459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 $as_echo_n "checking for $ac_word... " >&6; }
2461 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2462 $as_echo_n "(cached) " >&6
2463 else
2464 if test -n "$ac_ct_CC"; then
2465 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2470 IFS=$as_save_IFS
2471 test -z "$as_dir" && as_dir=.
2472 for ac_exec_ext in '' $ac_executable_extensions; do
2473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474 ac_cv_prog_ac_ct_CC="gcc"
2475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476 break 2
2478 done
2479 done
2480 IFS=$as_save_IFS
2484 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2485 if test -n "$ac_ct_CC"; then
2486 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2487 $as_echo "$ac_ct_CC" >&6; }
2488 else
2489 { $as_echo "$as_me:$LINENO: result: no" >&5
2490 $as_echo "no" >&6; }
2493 if test "x$ac_ct_CC" = x; then
2494 CC=""
2495 else
2496 case $cross_compiling:$ac_tool_warned in
2497 yes:)
2498 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2500 ac_tool_warned=yes ;;
2501 esac
2502 CC=$ac_ct_CC
2504 else
2505 CC="$ac_cv_prog_CC"
2508 if test -z "$CC"; then
2509 if test -n "$ac_tool_prefix"; then
2510 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2511 set dummy ${ac_tool_prefix}cc; ac_word=$2
2512 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2513 $as_echo_n "checking for $ac_word... " >&6; }
2514 if test "${ac_cv_prog_CC+set}" = set; then
2515 $as_echo_n "(cached) " >&6
2516 else
2517 if test -n "$CC"; then
2518 ac_cv_prog_CC="$CC" # Let the user override the test.
2519 else
2520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2521 for as_dir in $PATH
2523 IFS=$as_save_IFS
2524 test -z "$as_dir" && as_dir=.
2525 for ac_exec_ext in '' $ac_executable_extensions; do
2526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2527 ac_cv_prog_CC="${ac_tool_prefix}cc"
2528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2531 done
2532 done
2533 IFS=$as_save_IFS
2537 CC=$ac_cv_prog_CC
2538 if test -n "$CC"; then
2539 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2540 $as_echo "$CC" >&6; }
2541 else
2542 { $as_echo "$as_me:$LINENO: result: no" >&5
2543 $as_echo "no" >&6; }
2549 if test -z "$CC"; then
2550 # Extract the first word of "cc", so it can be a program name with args.
2551 set dummy cc; ac_word=$2
2552 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2553 $as_echo_n "checking for $ac_word... " >&6; }
2554 if test "${ac_cv_prog_CC+set}" = set; then
2555 $as_echo_n "(cached) " >&6
2556 else
2557 if test -n "$CC"; then
2558 ac_cv_prog_CC="$CC" # Let the user override the test.
2559 else
2560 ac_prog_rejected=no
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 for as_dir in $PATH
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2569 ac_prog_rejected=yes
2570 continue
2572 ac_cv_prog_CC="cc"
2573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2574 break 2
2576 done
2577 done
2578 IFS=$as_save_IFS
2580 if test $ac_prog_rejected = yes; then
2581 # We found a bogon in the path, so make sure we never use it.
2582 set dummy $ac_cv_prog_CC
2583 shift
2584 if test $# != 0; then
2585 # We chose a different compiler from the bogus one.
2586 # However, it has the same basename, so the bogon will be chosen
2587 # first if we set CC to just the basename; use the full file name.
2588 shift
2589 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594 CC=$ac_cv_prog_CC
2595 if test -n "$CC"; then
2596 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2597 $as_echo "$CC" >&6; }
2598 else
2599 { $as_echo "$as_me:$LINENO: result: no" >&5
2600 $as_echo "no" >&6; }
2605 if test -z "$CC"; then
2606 if test -n "$ac_tool_prefix"; then
2607 for ac_prog in cl.exe
2609 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2610 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2611 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2612 $as_echo_n "checking for $ac_word... " >&6; }
2613 if test "${ac_cv_prog_CC+set}" = set; then
2614 $as_echo_n "(cached) " >&6
2615 else
2616 if test -n "$CC"; then
2617 ac_cv_prog_CC="$CC" # Let the user override the test.
2618 else
2619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2620 for as_dir in $PATH
2622 IFS=$as_save_IFS
2623 test -z "$as_dir" && as_dir=.
2624 for ac_exec_ext in '' $ac_executable_extensions; do
2625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2626 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2627 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2628 break 2
2630 done
2631 done
2632 IFS=$as_save_IFS
2636 CC=$ac_cv_prog_CC
2637 if test -n "$CC"; then
2638 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2639 $as_echo "$CC" >&6; }
2640 else
2641 { $as_echo "$as_me:$LINENO: result: no" >&5
2642 $as_echo "no" >&6; }
2646 test -n "$CC" && break
2647 done
2649 if test -z "$CC"; then
2650 ac_ct_CC=$CC
2651 for ac_prog in cl.exe
2653 # Extract the first word of "$ac_prog", so it can be a program name with args.
2654 set dummy $ac_prog; ac_word=$2
2655 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2656 $as_echo_n "checking for $ac_word... " >&6; }
2657 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2658 $as_echo_n "(cached) " >&6
2659 else
2660 if test -n "$ac_ct_CC"; then
2661 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2662 else
2663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2664 for as_dir in $PATH
2666 IFS=$as_save_IFS
2667 test -z "$as_dir" && as_dir=.
2668 for ac_exec_ext in '' $ac_executable_extensions; do
2669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2670 ac_cv_prog_ac_ct_CC="$ac_prog"
2671 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2672 break 2
2674 done
2675 done
2676 IFS=$as_save_IFS
2680 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2681 if test -n "$ac_ct_CC"; then
2682 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2683 $as_echo "$ac_ct_CC" >&6; }
2684 else
2685 { $as_echo "$as_me:$LINENO: result: no" >&5
2686 $as_echo "no" >&6; }
2690 test -n "$ac_ct_CC" && break
2691 done
2693 if test "x$ac_ct_CC" = x; then
2694 CC=""
2695 else
2696 case $cross_compiling:$ac_tool_warned in
2697 yes:)
2698 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2699 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2700 ac_tool_warned=yes ;;
2701 esac
2702 CC=$ac_ct_CC
2709 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2711 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2712 See \`config.log' for more details." >&5
2713 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2714 See \`config.log' for more details." >&2;}
2715 { (exit 1); exit 1; }; }; }
2717 # Provide some information about the compiler.
2718 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2719 set X $ac_compile
2720 ac_compiler=$2
2721 { (ac_try="$ac_compiler --version >&5"
2722 case "(($ac_try" in
2723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2724 *) ac_try_echo=$ac_try;;
2725 esac
2726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2727 $as_echo "$ac_try_echo") >&5
2728 (eval "$ac_compiler --version >&5") 2>&5
2729 ac_status=$?
2730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2731 (exit $ac_status); }
2732 { (ac_try="$ac_compiler -v >&5"
2733 case "(($ac_try" in
2734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2735 *) ac_try_echo=$ac_try;;
2736 esac
2737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2738 $as_echo "$ac_try_echo") >&5
2739 (eval "$ac_compiler -v >&5") 2>&5
2740 ac_status=$?
2741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742 (exit $ac_status); }
2743 { (ac_try="$ac_compiler -V >&5"
2744 case "(($ac_try" in
2745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2746 *) ac_try_echo=$ac_try;;
2747 esac
2748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2749 $as_echo "$ac_try_echo") >&5
2750 (eval "$ac_compiler -V >&5") 2>&5
2751 ac_status=$?
2752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }
2755 cat >conftest.$ac_ext <<_ACEOF
2756 /* confdefs.h. */
2757 _ACEOF
2758 cat confdefs.h >>conftest.$ac_ext
2759 cat >>conftest.$ac_ext <<_ACEOF
2760 /* end confdefs.h. */
2763 main ()
2767 return 0;
2769 _ACEOF
2770 ac_clean_files_save=$ac_clean_files
2771 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2772 # Try to create an executable without -o first, disregard a.out.
2773 # It will help us diagnose broken compilers, and finding out an intuition
2774 # of exeext.
2775 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2776 $as_echo_n "checking for C compiler default output file name... " >&6; }
2777 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2779 # The possible output files:
2780 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2782 ac_rmfiles=
2783 for ac_file in $ac_files
2785 case $ac_file in
2786 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2787 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2788 esac
2789 done
2790 rm -f $ac_rmfiles
2792 if { (ac_try="$ac_link_default"
2793 case "(($ac_try" in
2794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2795 *) ac_try_echo=$ac_try;;
2796 esac
2797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2798 $as_echo "$ac_try_echo") >&5
2799 (eval "$ac_link_default") 2>&5
2800 ac_status=$?
2801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2804 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2805 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2806 # so that the user can short-circuit this test for compilers unknown to
2807 # Autoconf.
2808 for ac_file in $ac_files ''
2810 test -f "$ac_file" || continue
2811 case $ac_file in
2812 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2814 [ab].out )
2815 # We found the default executable, but exeext='' is most
2816 # certainly right.
2817 break;;
2818 *.* )
2819 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2820 then :; else
2821 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2823 # We set ac_cv_exeext here because the later test for it is not
2824 # safe: cross compilers may not add the suffix if given an `-o'
2825 # argument, so we may need to know it at that point already.
2826 # Even if this section looks crufty: it has the advantage of
2827 # actually working.
2828 break;;
2830 break;;
2831 esac
2832 done
2833 test "$ac_cv_exeext" = no && ac_cv_exeext=
2835 else
2836 ac_file=''
2839 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2840 $as_echo "$ac_file" >&6; }
2841 if test -z "$ac_file"; then
2842 $as_echo "$as_me: failed program was:" >&5
2843 sed 's/^/| /' conftest.$ac_ext >&5
2845 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2847 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2848 See \`config.log' for more details." >&5
2849 $as_echo "$as_me: error: C compiler cannot create executables
2850 See \`config.log' for more details." >&2;}
2851 { (exit 77); exit 77; }; }; }
2854 ac_exeext=$ac_cv_exeext
2856 # Check that the compiler produces executables we can run. If not, either
2857 # the compiler is broken, or we cross compile.
2858 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2859 $as_echo_n "checking whether the C compiler works... " >&6; }
2860 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2861 # If not cross compiling, check that we can run a simple program.
2862 if test "$cross_compiling" != yes; then
2863 if { ac_try='./$ac_file'
2864 { (case "(($ac_try" in
2865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2866 *) ac_try_echo=$ac_try;;
2867 esac
2868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2869 $as_echo "$ac_try_echo") >&5
2870 (eval "$ac_try") 2>&5
2871 ac_status=$?
2872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2873 (exit $ac_status); }; }; then
2874 cross_compiling=no
2875 else
2876 if test "$cross_compiling" = maybe; then
2877 cross_compiling=yes
2878 else
2879 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2881 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2882 If you meant to cross compile, use \`--host'.
2883 See \`config.log' for more details." >&5
2884 $as_echo "$as_me: error: cannot run C compiled programs.
2885 If you meant to cross compile, use \`--host'.
2886 See \`config.log' for more details." >&2;}
2887 { (exit 1); exit 1; }; }; }
2891 { $as_echo "$as_me:$LINENO: result: yes" >&5
2892 $as_echo "yes" >&6; }
2894 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2895 ac_clean_files=$ac_clean_files_save
2896 # Check that the compiler produces executables we can run. If not, either
2897 # the compiler is broken, or we cross compile.
2898 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2899 $as_echo_n "checking whether we are cross compiling... " >&6; }
2900 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2901 $as_echo "$cross_compiling" >&6; }
2903 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2904 $as_echo_n "checking for suffix of executables... " >&6; }
2905 if { (ac_try="$ac_link"
2906 case "(($ac_try" in
2907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2909 esac
2910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2911 $as_echo "$ac_try_echo") >&5
2912 (eval "$ac_link") 2>&5
2913 ac_status=$?
2914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); }; then
2916 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2917 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2918 # work properly (i.e., refer to `conftest.exe'), while it won't with
2919 # `rm'.
2920 for ac_file in conftest.exe conftest conftest.*; do
2921 test -f "$ac_file" || continue
2922 case $ac_file in
2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2924 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2925 break;;
2926 * ) break;;
2927 esac
2928 done
2929 else
2930 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2932 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2933 See \`config.log' for more details." >&5
2934 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2935 See \`config.log' for more details." >&2;}
2936 { (exit 1); exit 1; }; }; }
2939 rm -f conftest$ac_cv_exeext
2940 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2941 $as_echo "$ac_cv_exeext" >&6; }
2943 rm -f conftest.$ac_ext
2944 EXEEXT=$ac_cv_exeext
2945 ac_exeext=$EXEEXT
2946 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2947 $as_echo_n "checking for suffix of object files... " >&6; }
2948 if test "${ac_cv_objext+set}" = set; then
2949 $as_echo_n "(cached) " >&6
2950 else
2951 cat >conftest.$ac_ext <<_ACEOF
2952 /* confdefs.h. */
2953 _ACEOF
2954 cat confdefs.h >>conftest.$ac_ext
2955 cat >>conftest.$ac_ext <<_ACEOF
2956 /* end confdefs.h. */
2959 main ()
2963 return 0;
2965 _ACEOF
2966 rm -f conftest.o conftest.obj
2967 if { (ac_try="$ac_compile"
2968 case "(($ac_try" in
2969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2970 *) ac_try_echo=$ac_try;;
2971 esac
2972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2973 $as_echo "$ac_try_echo") >&5
2974 (eval "$ac_compile") 2>&5
2975 ac_status=$?
2976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2977 (exit $ac_status); }; then
2978 for ac_file in conftest.o conftest.obj conftest.*; do
2979 test -f "$ac_file" || continue;
2980 case $ac_file in
2981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2982 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2983 break;;
2984 esac
2985 done
2986 else
2987 $as_echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2990 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2992 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2993 See \`config.log' for more details." >&5
2994 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2995 See \`config.log' for more details." >&2;}
2996 { (exit 1); exit 1; }; }; }
2999 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3001 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3002 $as_echo "$ac_cv_objext" >&6; }
3003 OBJEXT=$ac_cv_objext
3004 ac_objext=$OBJEXT
3005 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3006 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3007 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3008 $as_echo_n "(cached) " >&6
3009 else
3010 cat >conftest.$ac_ext <<_ACEOF
3011 /* confdefs.h. */
3012 _ACEOF
3013 cat confdefs.h >>conftest.$ac_ext
3014 cat >>conftest.$ac_ext <<_ACEOF
3015 /* end confdefs.h. */
3018 main ()
3020 #ifndef __GNUC__
3021 choke me
3022 #endif
3025 return 0;
3027 _ACEOF
3028 rm -f conftest.$ac_objext
3029 if { (ac_try="$ac_compile"
3030 case "(($ac_try" in
3031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3032 *) ac_try_echo=$ac_try;;
3033 esac
3034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3035 $as_echo "$ac_try_echo") >&5
3036 (eval "$ac_compile") 2>conftest.er1
3037 ac_status=$?
3038 grep -v '^ *+' conftest.er1 >conftest.err
3039 rm -f conftest.er1
3040 cat conftest.err >&5
3041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3042 (exit $ac_status); } && {
3043 test -z "$ac_c_werror_flag" ||
3044 test ! -s conftest.err
3045 } && test -s conftest.$ac_objext; then
3046 ac_compiler_gnu=yes
3047 else
3048 $as_echo "$as_me: failed program was:" >&5
3049 sed 's/^/| /' conftest.$ac_ext >&5
3051 ac_compiler_gnu=no
3054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3055 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3058 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3059 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3060 if test $ac_compiler_gnu = yes; then
3061 GCC=yes
3062 else
3063 GCC=
3065 ac_test_CFLAGS=${CFLAGS+set}
3066 ac_save_CFLAGS=$CFLAGS
3067 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3068 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3069 if test "${ac_cv_prog_cc_g+set}" = set; then
3070 $as_echo_n "(cached) " >&6
3071 else
3072 ac_save_c_werror_flag=$ac_c_werror_flag
3073 ac_c_werror_flag=yes
3074 ac_cv_prog_cc_g=no
3075 CFLAGS="-g"
3076 cat >conftest.$ac_ext <<_ACEOF
3077 /* confdefs.h. */
3078 _ACEOF
3079 cat confdefs.h >>conftest.$ac_ext
3080 cat >>conftest.$ac_ext <<_ACEOF
3081 /* end confdefs.h. */
3084 main ()
3088 return 0;
3090 _ACEOF
3091 rm -f conftest.$ac_objext
3092 if { (ac_try="$ac_compile"
3093 case "(($ac_try" in
3094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3095 *) ac_try_echo=$ac_try;;
3096 esac
3097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3098 $as_echo "$ac_try_echo") >&5
3099 (eval "$ac_compile") 2>conftest.er1
3100 ac_status=$?
3101 grep -v '^ *+' conftest.er1 >conftest.err
3102 rm -f conftest.er1
3103 cat conftest.err >&5
3104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105 (exit $ac_status); } && {
3106 test -z "$ac_c_werror_flag" ||
3107 test ! -s conftest.err
3108 } && test -s conftest.$ac_objext; then
3109 ac_cv_prog_cc_g=yes
3110 else
3111 $as_echo "$as_me: failed program was:" >&5
3112 sed 's/^/| /' conftest.$ac_ext >&5
3114 CFLAGS=""
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3123 main ()
3127 return 0;
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138 (eval "$ac_compile") 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } && {
3145 test -z "$ac_c_werror_flag" ||
3146 test ! -s conftest.err
3147 } && test -s conftest.$ac_objext; then
3149 else
3150 $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3153 ac_c_werror_flag=$ac_save_c_werror_flag
3154 CFLAGS="-g"
3155 cat >conftest.$ac_ext <<_ACEOF
3156 /* confdefs.h. */
3157 _ACEOF
3158 cat confdefs.h >>conftest.$ac_ext
3159 cat >>conftest.$ac_ext <<_ACEOF
3160 /* end confdefs.h. */
3163 main ()
3167 return 0;
3169 _ACEOF
3170 rm -f conftest.$ac_objext
3171 if { (ac_try="$ac_compile"
3172 case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175 esac
3176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3177 $as_echo "$ac_try_echo") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3188 ac_cv_prog_cc_g=yes
3189 else
3190 $as_echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 ac_c_werror_flag=$ac_save_c_werror_flag
3205 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3206 $as_echo "$ac_cv_prog_cc_g" >&6; }
3207 if test "$ac_test_CFLAGS" = set; then
3208 CFLAGS=$ac_save_CFLAGS
3209 elif test $ac_cv_prog_cc_g = yes; then
3210 if test "$GCC" = yes; then
3211 CFLAGS="-g -O2"
3212 else
3213 CFLAGS="-g"
3215 else
3216 if test "$GCC" = yes; then
3217 CFLAGS="-O2"
3218 else
3219 CFLAGS=
3222 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3223 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3224 if test "${ac_cv_prog_cc_c89+set}" = set; then
3225 $as_echo_n "(cached) " >&6
3226 else
3227 ac_cv_prog_cc_c89=no
3228 ac_save_CC=$CC
3229 cat >conftest.$ac_ext <<_ACEOF
3230 /* confdefs.h. */
3231 _ACEOF
3232 cat confdefs.h >>conftest.$ac_ext
3233 cat >>conftest.$ac_ext <<_ACEOF
3234 /* end confdefs.h. */
3235 #include <stdarg.h>
3236 #include <stdio.h>
3237 #include <sys/types.h>
3238 #include <sys/stat.h>
3239 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3240 struct buf { int x; };
3241 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3242 static char *e (p, i)
3243 char **p;
3244 int i;
3246 return p[i];
3248 static char *f (char * (*g) (char **, int), char **p, ...)
3250 char *s;
3251 va_list v;
3252 va_start (v,p);
3253 s = g (p, va_arg (v,int));
3254 va_end (v);
3255 return s;
3258 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3259 function prototypes and stuff, but not '\xHH' hex character constants.
3260 These don't provoke an error unfortunately, instead are silently treated
3261 as 'x'. The following induces an error, until -std is added to get
3262 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3263 array size at least. It's necessary to write '\x00'==0 to get something
3264 that's true only with -std. */
3265 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3267 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3268 inside strings and character constants. */
3269 #define FOO(x) 'x'
3270 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3272 int test (int i, double x);
3273 struct s1 {int (*f) (int a);};
3274 struct s2 {int (*f) (double a);};
3275 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3276 int argc;
3277 char **argv;
3279 main ()
3281 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3283 return 0;
3285 _ACEOF
3286 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3287 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3289 CC="$ac_save_CC $ac_arg"
3290 rm -f conftest.$ac_objext
3291 if { (ac_try="$ac_compile"
3292 case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295 esac
3296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3297 $as_echo "$ac_try_echo") >&5
3298 (eval "$ac_compile") 2>conftest.er1
3299 ac_status=$?
3300 grep -v '^ *+' conftest.er1 >conftest.err
3301 rm -f conftest.er1
3302 cat conftest.err >&5
3303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3304 (exit $ac_status); } && {
3305 test -z "$ac_c_werror_flag" ||
3306 test ! -s conftest.err
3307 } && test -s conftest.$ac_objext; then
3308 ac_cv_prog_cc_c89=$ac_arg
3309 else
3310 $as_echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.$ac_ext >&5
3316 rm -f core conftest.err conftest.$ac_objext
3317 test "x$ac_cv_prog_cc_c89" != "xno" && break
3318 done
3319 rm -f conftest.$ac_ext
3320 CC=$ac_save_CC
3323 # AC_CACHE_VAL
3324 case "x$ac_cv_prog_cc_c89" in
3326 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3327 $as_echo "none needed" >&6; } ;;
3328 xno)
3329 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3330 $as_echo "unsupported" >&6; } ;;
3332 CC="$CC $ac_cv_prog_cc_c89"
3333 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3334 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3335 esac
3338 ac_ext=c
3339 ac_cpp='$CPP $CPPFLAGS'
3340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3344 ac_ext=cpp
3345 ac_cpp='$CXXCPP $CPPFLAGS'
3346 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3347 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3348 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3349 if test -z "$CXX"; then
3350 if test -n "$CCC"; then
3351 CXX=$CCC
3352 else
3353 if test -n "$ac_tool_prefix"; then
3354 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3356 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3357 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3358 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3359 $as_echo_n "checking for $ac_word... " >&6; }
3360 if test "${ac_cv_prog_CXX+set}" = set; then
3361 $as_echo_n "(cached) " >&6
3362 else
3363 if test -n "$CXX"; then
3364 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3365 else
3366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367 for as_dir in $PATH
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
3371 for ac_exec_ext in '' $ac_executable_extensions; do
3372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3373 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3374 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3375 break 2
3377 done
3378 done
3379 IFS=$as_save_IFS
3383 CXX=$ac_cv_prog_CXX
3384 if test -n "$CXX"; then
3385 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3386 $as_echo "$CXX" >&6; }
3387 else
3388 { $as_echo "$as_me:$LINENO: result: no" >&5
3389 $as_echo "no" >&6; }
3393 test -n "$CXX" && break
3394 done
3396 if test -z "$CXX"; then
3397 ac_ct_CXX=$CXX
3398 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3400 # Extract the first word of "$ac_prog", so it can be a program name with args.
3401 set dummy $ac_prog; ac_word=$2
3402 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3403 $as_echo_n "checking for $ac_word... " >&6; }
3404 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3405 $as_echo_n "(cached) " >&6
3406 else
3407 if test -n "$ac_ct_CXX"; then
3408 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3409 else
3410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3411 for as_dir in $PATH
3413 IFS=$as_save_IFS
3414 test -z "$as_dir" && as_dir=.
3415 for ac_exec_ext in '' $ac_executable_extensions; do
3416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3417 ac_cv_prog_ac_ct_CXX="$ac_prog"
3418 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3419 break 2
3421 done
3422 done
3423 IFS=$as_save_IFS
3427 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3428 if test -n "$ac_ct_CXX"; then
3429 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3430 $as_echo "$ac_ct_CXX" >&6; }
3431 else
3432 { $as_echo "$as_me:$LINENO: result: no" >&5
3433 $as_echo "no" >&6; }
3437 test -n "$ac_ct_CXX" && break
3438 done
3440 if test "x$ac_ct_CXX" = x; then
3441 CXX="g++"
3442 else
3443 case $cross_compiling:$ac_tool_warned in
3444 yes:)
3445 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3446 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3447 ac_tool_warned=yes ;;
3448 esac
3449 CXX=$ac_ct_CXX
3455 # Provide some information about the compiler.
3456 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3457 set X $ac_compile
3458 ac_compiler=$2
3459 { (ac_try="$ac_compiler --version >&5"
3460 case "(($ac_try" in
3461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3462 *) ac_try_echo=$ac_try;;
3463 esac
3464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3465 $as_echo "$ac_try_echo") >&5
3466 (eval "$ac_compiler --version >&5") 2>&5
3467 ac_status=$?
3468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3469 (exit $ac_status); }
3470 { (ac_try="$ac_compiler -v >&5"
3471 case "(($ac_try" in
3472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3473 *) ac_try_echo=$ac_try;;
3474 esac
3475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3476 $as_echo "$ac_try_echo") >&5
3477 (eval "$ac_compiler -v >&5") 2>&5
3478 ac_status=$?
3479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3480 (exit $ac_status); }
3481 { (ac_try="$ac_compiler -V >&5"
3482 case "(($ac_try" in
3483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3484 *) ac_try_echo=$ac_try;;
3485 esac
3486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3487 $as_echo "$ac_try_echo") >&5
3488 (eval "$ac_compiler -V >&5") 2>&5
3489 ac_status=$?
3490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3491 (exit $ac_status); }
3493 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3494 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3495 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3496 $as_echo_n "(cached) " >&6
3497 else
3498 cat >conftest.$ac_ext <<_ACEOF
3499 /* confdefs.h. */
3500 _ACEOF
3501 cat confdefs.h >>conftest.$ac_ext
3502 cat >>conftest.$ac_ext <<_ACEOF
3503 /* end confdefs.h. */
3506 main ()
3508 #ifndef __GNUC__
3509 choke me
3510 #endif
3513 return 0;
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3521 esac
3522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3523 $as_echo "$ac_try_echo") >&5
3524 (eval "$ac_compile") 2>conftest.er1
3525 ac_status=$?
3526 grep -v '^ *+' conftest.er1 >conftest.err
3527 rm -f conftest.er1
3528 cat conftest.err >&5
3529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); } && {
3531 test -z "$ac_cxx_werror_flag" ||
3532 test ! -s conftest.err
3533 } && test -s conftest.$ac_objext; then
3534 ac_compiler_gnu=yes
3535 else
3536 $as_echo "$as_me: failed program was:" >&5
3537 sed 's/^/| /' conftest.$ac_ext >&5
3539 ac_compiler_gnu=no
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3546 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3547 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3548 if test $ac_compiler_gnu = yes; then
3549 GXX=yes
3550 else
3551 GXX=
3553 ac_test_CXXFLAGS=${CXXFLAGS+set}
3554 ac_save_CXXFLAGS=$CXXFLAGS
3555 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3556 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3557 if test "${ac_cv_prog_cxx_g+set}" = set; then
3558 $as_echo_n "(cached) " >&6
3559 else
3560 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3561 ac_cxx_werror_flag=yes
3562 ac_cv_prog_cxx_g=no
3563 CXXFLAGS="-g"
3564 cat >conftest.$ac_ext <<_ACEOF
3565 /* confdefs.h. */
3566 _ACEOF
3567 cat confdefs.h >>conftest.$ac_ext
3568 cat >>conftest.$ac_ext <<_ACEOF
3569 /* end confdefs.h. */
3572 main ()
3576 return 0;
3578 _ACEOF
3579 rm -f conftest.$ac_objext
3580 if { (ac_try="$ac_compile"
3581 case "(($ac_try" in
3582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3583 *) ac_try_echo=$ac_try;;
3584 esac
3585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3586 $as_echo "$ac_try_echo") >&5
3587 (eval "$ac_compile") 2>conftest.er1
3588 ac_status=$?
3589 grep -v '^ *+' conftest.er1 >conftest.err
3590 rm -f conftest.er1
3591 cat conftest.err >&5
3592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3593 (exit $ac_status); } && {
3594 test -z "$ac_cxx_werror_flag" ||
3595 test ! -s conftest.err
3596 } && test -s conftest.$ac_objext; then
3597 ac_cv_prog_cxx_g=yes
3598 else
3599 $as_echo "$as_me: failed program was:" >&5
3600 sed 's/^/| /' conftest.$ac_ext >&5
3602 CXXFLAGS=""
3603 cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h. */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h. */
3611 main ()
3615 return 0;
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626 (eval "$ac_compile") 2>conftest.er1
3627 ac_status=$?
3628 grep -v '^ *+' conftest.er1 >conftest.err
3629 rm -f conftest.er1
3630 cat conftest.err >&5
3631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632 (exit $ac_status); } && {
3633 test -z "$ac_cxx_werror_flag" ||
3634 test ! -s conftest.err
3635 } && test -s conftest.$ac_objext; then
3637 else
3638 $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3641 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3642 CXXFLAGS="-g"
3643 cat >conftest.$ac_ext <<_ACEOF
3644 /* confdefs.h. */
3645 _ACEOF
3646 cat confdefs.h >>conftest.$ac_ext
3647 cat >>conftest.$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3651 main ()
3655 return 0;
3657 _ACEOF
3658 rm -f conftest.$ac_objext
3659 if { (ac_try="$ac_compile"
3660 case "(($ac_try" in
3661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3662 *) ac_try_echo=$ac_try;;
3663 esac
3664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3665 $as_echo "$ac_try_echo") >&5
3666 (eval "$ac_compile") 2>conftest.er1
3667 ac_status=$?
3668 grep -v '^ *+' conftest.er1 >conftest.err
3669 rm -f conftest.er1
3670 cat conftest.err >&5
3671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3672 (exit $ac_status); } && {
3673 test -z "$ac_cxx_werror_flag" ||
3674 test ! -s conftest.err
3675 } && test -s conftest.$ac_objext; then
3676 ac_cv_prog_cxx_g=yes
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3693 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3694 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3695 if test "$ac_test_CXXFLAGS" = set; then
3696 CXXFLAGS=$ac_save_CXXFLAGS
3697 elif test $ac_cv_prog_cxx_g = yes; then
3698 if test "$GXX" = yes; then
3699 CXXFLAGS="-g -O2"
3700 else
3701 CXXFLAGS="-g"
3703 else
3704 if test "$GXX" = yes; then
3705 CXXFLAGS="-O2"
3706 else
3707 CXXFLAGS=
3710 ac_ext=c
3711 ac_cpp='$CPP $CPPFLAGS'
3712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3714 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3716 if test -n "$ac_tool_prefix"; then
3717 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3718 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3719 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3722 $as_echo_n "(cached) " >&6
3723 else
3724 if test -n "$CPPBIN"; then
3725 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3730 IFS=$as_save_IFS
3731 test -z "$as_dir" && as_dir=.
3732 for ac_exec_ext in '' $ac_executable_extensions; do
3733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3734 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3735 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3736 break 2
3738 done
3739 done
3740 IFS=$as_save_IFS
3744 CPPBIN=$ac_cv_prog_CPPBIN
3745 if test -n "$CPPBIN"; then
3746 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3747 $as_echo "$CPPBIN" >&6; }
3748 else
3749 { $as_echo "$as_me:$LINENO: result: no" >&5
3750 $as_echo "no" >&6; }
3755 if test -z "$ac_cv_prog_CPPBIN"; then
3756 ac_ct_CPPBIN=$CPPBIN
3757 # Extract the first word of "cpp", so it can be a program name with args.
3758 set dummy cpp; ac_word=$2
3759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 $as_echo_n "checking for $ac_word... " >&6; }
3761 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3762 $as_echo_n "(cached) " >&6
3763 else
3764 if test -n "$ac_ct_CPPBIN"; then
3765 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3766 else
3767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3768 for as_dir in $PATH
3770 IFS=$as_save_IFS
3771 test -z "$as_dir" && as_dir=.
3772 for ac_exec_ext in '' $ac_executable_extensions; do
3773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3774 ac_cv_prog_ac_ct_CPPBIN="cpp"
3775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3776 break 2
3778 done
3779 done
3780 IFS=$as_save_IFS
3784 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3785 if test -n "$ac_ct_CPPBIN"; then
3786 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3787 $as_echo "$ac_ct_CPPBIN" >&6; }
3788 else
3789 { $as_echo "$as_me:$LINENO: result: no" >&5
3790 $as_echo "no" >&6; }
3793 if test "x$ac_ct_CPPBIN" = x; then
3794 CPPBIN="cpp"
3795 else
3796 case $cross_compiling:$ac_tool_warned in
3797 yes:)
3798 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3800 ac_tool_warned=yes ;;
3801 esac
3802 CPPBIN=$ac_ct_CPPBIN
3804 else
3805 CPPBIN="$ac_cv_prog_CPPBIN"
3809 case $host in
3810 *-darwin*)
3811 if test "x$enable_win64" == "xyes"
3812 then
3813 CC="$CC -m64"
3814 CXX="$CXX -m64"
3815 LD="${LD:-ld} -arch x86_64"
3816 AS="${AS:-as} -arch x86_64"
3817 host_cpu="x86_64"
3818 notice_platform="64-bit "
3819 TARGETFLAGS="-m64"
3821 else
3822 CC="$CC -m32"
3823 CXX="$CXX -m32"
3824 LD="${LD:-ld} -arch i386"
3825 AS="${AS:-as} -arch i386"
3826 host_cpu="i386"
3827 notice_platform="32-bit "
3828 TARGETFLAGS="-m32"
3830 enable_win16=${enable_win16:-yes}
3833 x86_64*)
3834 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3835 then
3836 CC="$CC -m32"
3837 CXX="$CXX -m32"
3838 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3839 $as_echo_n "checking whether $CC works... " >&6; }
3841 cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h. */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h. */
3849 main ()
3853 return 0;
3855 _ACEOF
3856 rm -f conftest.$ac_objext conftest$ac_exeext
3857 if { (ac_try="$ac_link"
3858 case "(($ac_try" in
3859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3860 *) ac_try_echo=$ac_try;;
3861 esac
3862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3863 $as_echo "$ac_try_echo") >&5
3864 (eval "$ac_link") 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } && {
3871 test -z "$ac_c_werror_flag" ||
3872 test ! -s conftest.err
3873 } && test -s conftest$ac_exeext && {
3874 test "$cross_compiling" = yes ||
3875 $as_test_x conftest$ac_exeext
3876 }; then
3877 { $as_echo "$as_me:$LINENO: result: yes" >&5
3878 $as_echo "yes" >&6; }
3879 else
3880 $as_echo "$as_me: failed program was:" >&5
3881 sed 's/^/| /' conftest.$ac_ext >&5
3883 { $as_echo "$as_me:$LINENO: result: no" >&5
3884 $as_echo "no" >&6; }
3885 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3886 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3887 { (exit 1); exit 1; }; }
3890 rm -rf conftest.dSYM
3891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3892 conftest$ac_exeext conftest.$ac_ext
3893 LD="${LD:-ld} -m elf_i386"
3894 AS="${AS:-as} --32"
3895 host_cpu="i386"
3896 notice_platform="32-bit "
3897 TARGETFLAGS="-m32"
3899 enable_win16=${enable_win16:-yes}
3900 else
3901 TARGETFLAGS="-m64"
3905 *-mingw32*|*-cygwin*)
3906 enable_win16=${enable_win16:-no}
3908 i[3456789]86*)
3909 enable_win16=${enable_win16:-yes}
3911 esac
3913 enable_win16=${enable_win16:-no}
3915 WIN16_FILES="\$(WIN16_FILES)"
3917 WIN16_INSTALL="\$(WIN16_INSTALL)"
3919 if test "x$enable_win16" != "xyes"
3920 then
3921 WIN16_FILES=""
3922 WIN16_INSTALL=""
3923 enable_w32skrnl=${enable_w32skrnl:-no}
3924 enable_winedos=${enable_winedos:-no}
3925 enable_winevdm=${enable_winevdm:-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 ar gar
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_AR+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$AR"; then
4073 ac_cv_prog_AR="$AR" # 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_AR="$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 AR=$ac_cv_prog_AR
4093 if test -n "$AR"; then
4094 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4095 $as_echo "$AR" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$AR" && break
4103 done
4105 if test -z "$AR"; then
4106 ac_ct_AR=$AR
4107 for ac_prog in ar gar
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_AR+set}" = set; then
4114 $as_echo_n "(cached) " >&6
4115 else
4116 if test -n "$ac_ct_AR"; then
4117 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # 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_AR="$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_AR=$ac_cv_prog_ac_ct_AR
4137 if test -n "$ac_ct_AR"; then
4138 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4139 $as_echo "$ac_ct_AR" >&6; }
4140 else
4141 { $as_echo "$as_me:$LINENO: result: no" >&5
4142 $as_echo "no" >&6; }
4146 test -n "$ac_ct_AR" && break
4147 done
4149 if test "x$ac_ct_AR" = x; then
4150 AR="ar"
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 AR=$ac_ct_AR
4162 ARFLAGS=rc
4164 if test -n "$ac_tool_prefix"; then
4165 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4166 set dummy ${ac_tool_prefix}ranlib; 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_RANLIB+set}" = set; then
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -n "$RANLIB"; then
4173 ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${ac_tool_prefix}ranlib"
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 RANLIB=$ac_cv_prog_RANLIB
4193 if test -n "$RANLIB"; then
4194 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4195 $as_echo "$RANLIB" >&6; }
4196 else
4197 { $as_echo "$as_me:$LINENO: result: no" >&5
4198 $as_echo "no" >&6; }
4203 if test -z "$ac_cv_prog_RANLIB"; then
4204 ac_ct_RANLIB=$RANLIB
4205 # Extract the first word of "ranlib", so it can be a program name with args.
4206 set dummy ranlib; ac_word=$2
4207 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4208 $as_echo_n "checking for $ac_word... " >&6; }
4209 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4210 $as_echo_n "(cached) " >&6
4211 else
4212 if test -n "$ac_ct_RANLIB"; then
4213 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4214 else
4215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216 for as_dir in $PATH
4218 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=.
4220 for ac_exec_ext in '' $ac_executable_extensions; do
4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4222 ac_cv_prog_ac_ct_RANLIB="ranlib"
4223 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4224 break 2
4226 done
4227 done
4228 IFS=$as_save_IFS
4232 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4233 if test -n "$ac_ct_RANLIB"; then
4234 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4235 $as_echo "$ac_ct_RANLIB" >&6; }
4236 else
4237 { $as_echo "$as_me:$LINENO: result: no" >&5
4238 $as_echo "no" >&6; }
4241 if test "x$ac_ct_RANLIB" = x; then
4242 RANLIB=":"
4243 else
4244 case $cross_compiling:$ac_tool_warned in
4245 yes:)
4246 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248 ac_tool_warned=yes ;;
4249 esac
4250 RANLIB=$ac_ct_RANLIB
4252 else
4253 RANLIB="$ac_cv_prog_RANLIB"
4256 if test -n "$ac_tool_prefix"; then
4257 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4258 set dummy ${ac_tool_prefix}strip; ac_word=$2
4259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4260 $as_echo_n "checking for $ac_word... " >&6; }
4261 if test "${ac_cv_prog_STRIP+set}" = set; then
4262 $as_echo_n "(cached) " >&6
4263 else
4264 if test -n "$STRIP"; then
4265 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4266 else
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
4272 for ac_exec_ext in '' $ac_executable_extensions; do
4273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4274 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4275 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4276 break 2
4278 done
4279 done
4280 IFS=$as_save_IFS
4284 STRIP=$ac_cv_prog_STRIP
4285 if test -n "$STRIP"; then
4286 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4287 $as_echo "$STRIP" >&6; }
4288 else
4289 { $as_echo "$as_me:$LINENO: result: no" >&5
4290 $as_echo "no" >&6; }
4295 if test -z "$ac_cv_prog_STRIP"; then
4296 ac_ct_STRIP=$STRIP
4297 # Extract the first word of "strip", so it can be a program name with args.
4298 set dummy strip; ac_word=$2
4299 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4300 $as_echo_n "checking for $ac_word... " >&6; }
4301 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4302 $as_echo_n "(cached) " >&6
4303 else
4304 if test -n "$ac_ct_STRIP"; then
4305 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4306 else
4307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4308 for as_dir in $PATH
4310 IFS=$as_save_IFS
4311 test -z "$as_dir" && as_dir=.
4312 for ac_exec_ext in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4314 ac_cv_prog_ac_ct_STRIP="strip"
4315 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4316 break 2
4318 done
4319 done
4320 IFS=$as_save_IFS
4324 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4325 if test -n "$ac_ct_STRIP"; then
4326 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4327 $as_echo "$ac_ct_STRIP" >&6; }
4328 else
4329 { $as_echo "$as_me:$LINENO: result: no" >&5
4330 $as_echo "no" >&6; }
4333 if test "x$ac_ct_STRIP" = x; then
4334 STRIP="strip"
4335 else
4336 case $cross_compiling:$ac_tool_warned in
4337 yes:)
4338 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4340 ac_tool_warned=yes ;;
4341 esac
4342 STRIP=$ac_ct_STRIP
4344 else
4345 STRIP="$ac_cv_prog_STRIP"
4348 if test -n "$ac_tool_prefix"; then
4349 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4350 set dummy ${ac_tool_prefix}windres; ac_word=$2
4351 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4352 $as_echo_n "checking for $ac_word... " >&6; }
4353 if test "${ac_cv_prog_WINDRES+set}" = set; then
4354 $as_echo_n "(cached) " >&6
4355 else
4356 if test -n "$WINDRES"; then
4357 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4358 else
4359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 for as_dir in $PATH
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4366 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4367 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4368 break 2
4370 done
4371 done
4372 IFS=$as_save_IFS
4376 WINDRES=$ac_cv_prog_WINDRES
4377 if test -n "$WINDRES"; then
4378 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4379 $as_echo "$WINDRES" >&6; }
4380 else
4381 { $as_echo "$as_me:$LINENO: result: no" >&5
4382 $as_echo "no" >&6; }
4387 if test -z "$ac_cv_prog_WINDRES"; then
4388 ac_ct_WINDRES=$WINDRES
4389 # Extract the first word of "windres", so it can be a program name with args.
4390 set dummy windres; ac_word=$2
4391 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4392 $as_echo_n "checking for $ac_word... " >&6; }
4393 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4394 $as_echo_n "(cached) " >&6
4395 else
4396 if test -n "$ac_ct_WINDRES"; then
4397 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4398 else
4399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400 for as_dir in $PATH
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4406 ac_cv_prog_ac_ct_WINDRES="windres"
4407 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 break 2
4410 done
4411 done
4412 IFS=$as_save_IFS
4416 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4417 if test -n "$ac_ct_WINDRES"; then
4418 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4419 $as_echo "$ac_ct_WINDRES" >&6; }
4420 else
4421 { $as_echo "$as_me:$LINENO: result: no" >&5
4422 $as_echo "no" >&6; }
4425 if test "x$ac_ct_WINDRES" = x; then
4426 WINDRES="false"
4427 else
4428 case $cross_compiling:$ac_tool_warned in
4429 yes:)
4430 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4431 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4432 ac_tool_warned=yes ;;
4433 esac
4434 WINDRES=$ac_ct_WINDRES
4436 else
4437 WINDRES="$ac_cv_prog_WINDRES"
4440 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4441 $as_echo_n "checking whether ln -s works... " >&6; }
4442 LN_S=$as_ln_s
4443 if test "$LN_S" = "ln -s"; then
4444 { $as_echo "$as_me:$LINENO: result: yes" >&5
4445 $as_echo "yes" >&6; }
4446 else
4447 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4448 $as_echo "no, using $LN_S" >&6; }
4451 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4452 $as_echo_n "checking whether ln works... " >&6; }
4453 rm -f conf$$ conf$$.file
4454 echo >conf$$.file
4455 if ln conf$$.file conf$$ 2>/dev/null; then
4456 LN=ln
4458 { $as_echo "$as_me:$LINENO: result: yes" >&5
4459 $as_echo "yes" >&6; }
4460 else
4461 LN="cp -p"
4463 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4464 $as_echo "no, using $LN" >&6; }
4466 rm -f conf$$ conf$$.file
4467 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4468 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4469 if test "${ac_cv_path_GREP+set}" = set; then
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -z "$GREP"; then
4473 ac_path_GREP_found=false
4474 # Loop through the user's path and test for each of PROGNAME-LIST
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_prog in grep ggrep; do
4481 for ac_exec_ext in '' $ac_executable_extensions; do
4482 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4483 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4484 # Check for GNU ac_path_GREP and select it if it is found.
4485 # Check for GNU $ac_path_GREP
4486 case `"$ac_path_GREP" --version 2>&1` in
4487 *GNU*)
4488 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4490 ac_count=0
4491 $as_echo_n 0123456789 >"conftest.in"
4492 while :
4494 cat "conftest.in" "conftest.in" >"conftest.tmp"
4495 mv "conftest.tmp" "conftest.in"
4496 cp "conftest.in" "conftest.nl"
4497 $as_echo 'GREP' >> "conftest.nl"
4498 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4499 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4500 ac_count=`expr $ac_count + 1`
4501 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4502 # Best one so far, save it but keep looking for a better one
4503 ac_cv_path_GREP="$ac_path_GREP"
4504 ac_path_GREP_max=$ac_count
4506 # 10*(2^10) chars as input seems more than enough
4507 test $ac_count -gt 10 && break
4508 done
4509 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4510 esac
4512 $ac_path_GREP_found && break 3
4513 done
4514 done
4515 done
4516 IFS=$as_save_IFS
4517 if test -z "$ac_cv_path_GREP"; then
4518 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4519 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4520 { (exit 1); exit 1; }; }
4522 else
4523 ac_cv_path_GREP=$GREP
4527 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4528 $as_echo "$ac_cv_path_GREP" >&6; }
4529 GREP="$ac_cv_path_GREP"
4532 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4533 $as_echo_n "checking for egrep... " >&6; }
4534 if test "${ac_cv_path_EGREP+set}" = set; then
4535 $as_echo_n "(cached) " >&6
4536 else
4537 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4538 then ac_cv_path_EGREP="$GREP -E"
4539 else
4540 if test -z "$EGREP"; then
4541 ac_path_EGREP_found=false
4542 # Loop through the user's path and test for each of PROGNAME-LIST
4543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4546 IFS=$as_save_IFS
4547 test -z "$as_dir" && as_dir=.
4548 for ac_prog in egrep; do
4549 for ac_exec_ext in '' $ac_executable_extensions; do
4550 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4551 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4552 # Check for GNU ac_path_EGREP and select it if it is found.
4553 # Check for GNU $ac_path_EGREP
4554 case `"$ac_path_EGREP" --version 2>&1` in
4555 *GNU*)
4556 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4558 ac_count=0
4559 $as_echo_n 0123456789 >"conftest.in"
4560 while :
4562 cat "conftest.in" "conftest.in" >"conftest.tmp"
4563 mv "conftest.tmp" "conftest.in"
4564 cp "conftest.in" "conftest.nl"
4565 $as_echo 'EGREP' >> "conftest.nl"
4566 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4567 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4568 ac_count=`expr $ac_count + 1`
4569 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4570 # Best one so far, save it but keep looking for a better one
4571 ac_cv_path_EGREP="$ac_path_EGREP"
4572 ac_path_EGREP_max=$ac_count
4574 # 10*(2^10) chars as input seems more than enough
4575 test $ac_count -gt 10 && break
4576 done
4577 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4578 esac
4580 $ac_path_EGREP_found && break 3
4581 done
4582 done
4583 done
4584 IFS=$as_save_IFS
4585 if test -z "$ac_cv_path_EGREP"; then
4586 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4587 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4588 { (exit 1); exit 1; }; }
4590 else
4591 ac_cv_path_EGREP=$EGREP
4596 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4597 $as_echo "$ac_cv_path_EGREP" >&6; }
4598 EGREP="$ac_cv_path_EGREP"
4601 # Extract the first word of "ldconfig", so it can be a program name with args.
4602 set dummy ldconfig; ac_word=$2
4603 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4604 $as_echo_n "checking for $ac_word... " >&6; }
4605 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4606 $as_echo_n "(cached) " >&6
4607 else
4608 case $LDCONFIG in
4609 [\\/]* | ?:[\\/]*)
4610 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4614 for as_dir in /sbin /usr/sbin $PATH
4616 IFS=$as_save_IFS
4617 test -z "$as_dir" && as_dir=.
4618 for ac_exec_ext in '' $ac_executable_extensions; do
4619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4620 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4621 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4622 break 2
4624 done
4625 done
4626 IFS=$as_save_IFS
4628 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4630 esac
4632 LDCONFIG=$ac_cv_path_LDCONFIG
4633 if test -n "$LDCONFIG"; then
4634 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4635 $as_echo "$LDCONFIG" >&6; }
4636 else
4637 { $as_echo "$as_me:$LINENO: result: no" >&5
4638 $as_echo "no" >&6; }
4642 # Find a good install program. We prefer a C program (faster),
4643 # so one script is as good as another. But avoid the broken or
4644 # incompatible versions:
4645 # SysV /etc/install, /usr/sbin/install
4646 # SunOS /usr/etc/install
4647 # IRIX /sbin/install
4648 # AIX /bin/install
4649 # AmigaOS /C/install, which installs bootblocks on floppy discs
4650 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4651 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4652 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4653 # OS/2's system install, which has a completely different semantic
4654 # ./install, which can be erroneously created by make from ./install.sh.
4655 # Reject install programs that cannot install multiple files.
4656 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4657 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4658 if test -z "$INSTALL"; then
4659 if test "${ac_cv_path_install+set}" = set; then
4660 $as_echo_n "(cached) " >&6
4661 else
4662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663 for as_dir in $PATH
4665 IFS=$as_save_IFS
4666 test -z "$as_dir" && as_dir=.
4667 # Account for people who put trailing slashes in PATH elements.
4668 case $as_dir/ in
4669 ./ | .// | /cC/* | \
4670 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4671 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4672 /usr/ucb/* ) ;;
4674 # OSF1 and SCO ODT 3.0 have their own names for install.
4675 # Don't use installbsd from OSF since it installs stuff as root
4676 # by default.
4677 for ac_prog in ginstall scoinst install; do
4678 for ac_exec_ext in '' $ac_executable_extensions; do
4679 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4680 if test $ac_prog = install &&
4681 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4682 # AIX install. It has an incompatible calling convention.
4684 elif test $ac_prog = install &&
4685 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4686 # program-specific install script used by HP pwplus--don't use.
4688 else
4689 rm -rf conftest.one conftest.two conftest.dir
4690 echo one > conftest.one
4691 echo two > conftest.two
4692 mkdir conftest.dir
4693 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4694 test -s conftest.one && test -s conftest.two &&
4695 test -s conftest.dir/conftest.one &&
4696 test -s conftest.dir/conftest.two
4697 then
4698 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4699 break 3
4703 done
4704 done
4706 esac
4708 done
4709 IFS=$as_save_IFS
4711 rm -rf conftest.one conftest.two conftest.dir
4714 if test "${ac_cv_path_install+set}" = set; then
4715 INSTALL=$ac_cv_path_install
4716 else
4717 # As a last resort, use the slow shell script. Don't cache a
4718 # value for INSTALL within a source directory, because that will
4719 # break other packages using the cache if that directory is
4720 # removed, or if the value is a relative name.
4721 INSTALL=$ac_install_sh
4724 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4725 $as_echo "$INSTALL" >&6; }
4727 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4728 # It thinks the first close brace ends the variable substitution.
4729 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4731 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4733 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4735 case "$INSTALL" in
4736 [\\/$]* | ?:[\\/]* ) ;;
4737 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4738 esac
4740 for ac_prog in lclint lint
4742 # Extract the first word of "$ac_prog", so it can be a program name with args.
4743 set dummy $ac_prog; ac_word=$2
4744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4745 $as_echo_n "checking for $ac_word... " >&6; }
4746 if test "${ac_cv_prog_LINT+set}" = set; then
4747 $as_echo_n "(cached) " >&6
4748 else
4749 if test -n "$LINT"; then
4750 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4751 else
4752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4753 for as_dir in $PATH
4755 IFS=$as_save_IFS
4756 test -z "$as_dir" && as_dir=.
4757 for ac_exec_ext in '' $ac_executable_extensions; do
4758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4759 ac_cv_prog_LINT="$ac_prog"
4760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4761 break 2
4763 done
4764 done
4765 IFS=$as_save_IFS
4769 LINT=$ac_cv_prog_LINT
4770 if test -n "$LINT"; then
4771 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4772 $as_echo "$LINT" >&6; }
4773 else
4774 { $as_echo "$as_me:$LINENO: result: no" >&5
4775 $as_echo "no" >&6; }
4779 test -n "$LINT" && break
4780 done
4782 if test "$LINT" = "lint"
4783 then
4784 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4789 for ac_prog in fontforge
4791 # Extract the first word of "$ac_prog", so it can be a program name with args.
4792 set dummy $ac_prog; ac_word=$2
4793 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4794 $as_echo_n "checking for $ac_word... " >&6; }
4795 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4796 $as_echo_n "(cached) " >&6
4797 else
4798 if test -n "$FONTFORGE"; then
4799 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4800 else
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in $PATH
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_prog_FONTFORGE="$ac_prog"
4809 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4812 done
4813 done
4814 IFS=$as_save_IFS
4818 FONTFORGE=$ac_cv_prog_FONTFORGE
4819 if test -n "$FONTFORGE"; then
4820 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4821 $as_echo "$FONTFORGE" >&6; }
4822 else
4823 { $as_echo "$as_me:$LINENO: result: no" >&5
4824 $as_echo "no" >&6; }
4828 test -n "$FONTFORGE" && break
4829 done
4830 test -n "$FONTFORGE" || FONTFORGE="false"
4832 for ac_prog in pkg-config
4834 # Extract the first word of "$ac_prog", so it can be a program name with args.
4835 set dummy $ac_prog; ac_word=$2
4836 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4837 $as_echo_n "checking for $ac_word... " >&6; }
4838 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4839 $as_echo_n "(cached) " >&6
4840 else
4841 if test -n "$PKG_CONFIG"; then
4842 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4843 else
4844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4845 for as_dir in $PATH
4847 IFS=$as_save_IFS
4848 test -z "$as_dir" && as_dir=.
4849 for ac_exec_ext in '' $ac_executable_extensions; do
4850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4851 ac_cv_prog_PKG_CONFIG="$ac_prog"
4852 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4853 break 2
4855 done
4856 done
4857 IFS=$as_save_IFS
4861 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4862 if test -n "$PKG_CONFIG"; then
4863 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4864 $as_echo "$PKG_CONFIG" >&6; }
4865 else
4866 { $as_echo "$as_me:$LINENO: result: no" >&5
4867 $as_echo "no" >&6; }
4871 test -n "$PKG_CONFIG" && break
4872 done
4873 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4875 for ac_prog in rsvg
4877 # Extract the first word of "$ac_prog", so it can be a program name with args.
4878 set dummy $ac_prog; ac_word=$2
4879 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4880 $as_echo_n "checking for $ac_word... " >&6; }
4881 if test "${ac_cv_prog_RSVG+set}" = set; then
4882 $as_echo_n "(cached) " >&6
4883 else
4884 if test -n "$RSVG"; then
4885 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4886 else
4887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888 for as_dir in $PATH
4890 IFS=$as_save_IFS
4891 test -z "$as_dir" && as_dir=.
4892 for ac_exec_ext in '' $ac_executable_extensions; do
4893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4894 ac_cv_prog_RSVG="$ac_prog"
4895 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 break 2
4898 done
4899 done
4900 IFS=$as_save_IFS
4904 RSVG=$ac_cv_prog_RSVG
4905 if test -n "$RSVG"; then
4906 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4907 $as_echo "$RSVG" >&6; }
4908 else
4909 { $as_echo "$as_me:$LINENO: result: no" >&5
4910 $as_echo "no" >&6; }
4914 test -n "$RSVG" && break
4915 done
4916 test -n "$RSVG" || RSVG="false"
4918 for ac_prog in icotool
4920 # Extract the first word of "$ac_prog", so it can be a program name with args.
4921 set dummy $ac_prog; ac_word=$2
4922 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4923 $as_echo_n "checking for $ac_word... " >&6; }
4924 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test -n "$ICOTOOL"; then
4928 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4929 else
4930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931 for as_dir in $PATH
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
4936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4937 ac_cv_prog_ICOTOOL="$ac_prog"
4938 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4941 done
4942 done
4943 IFS=$as_save_IFS
4947 ICOTOOL=$ac_cv_prog_ICOTOOL
4948 if test -n "$ICOTOOL"; then
4949 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4950 $as_echo "$ICOTOOL" >&6; }
4951 else
4952 { $as_echo "$as_me:$LINENO: result: no" >&5
4953 $as_echo "no" >&6; }
4957 test -n "$ICOTOOL" && break
4958 done
4959 test -n "$ICOTOOL" || ICOTOOL="false"
4962 if test "${enable_maintainer_mode+set}" = set
4963 then
4964 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4965 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4966 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4969 case $host_cpu in
4970 *i[3456789]86*)
4971 # Extract the first word of "prelink", so it can be a program name with args.
4972 set dummy prelink; ac_word=$2
4973 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4974 $as_echo_n "checking for $ac_word... " >&6; }
4975 if test "${ac_cv_path_PRELINK+set}" = set; then
4976 $as_echo_n "(cached) " >&6
4977 else
4978 case $PRELINK in
4979 [\\/]* | ?:[\\/]*)
4980 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4984 for as_dir in /sbin /usr/sbin $PATH
4986 IFS=$as_save_IFS
4987 test -z "$as_dir" && as_dir=.
4988 for ac_exec_ext in '' $ac_executable_extensions; do
4989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4990 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4991 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4992 break 2
4994 done
4995 done
4996 IFS=$as_save_IFS
4998 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5000 esac
5002 PRELINK=$ac_cv_path_PRELINK
5003 if test -n "$PRELINK"; then
5004 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5005 $as_echo "$PRELINK" >&6; }
5006 else
5007 { $as_echo "$as_me:$LINENO: result: no" >&5
5008 $as_echo "no" >&6; }
5013 esac
5017 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5018 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5019 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5020 $as_echo_n "(cached) " >&6
5021 else
5022 ac_check_lib_save_LIBS=$LIBS
5023 LIBS="-li386 $LIBS"
5024 cat >conftest.$ac_ext <<_ACEOF
5025 /* confdefs.h. */
5026 _ACEOF
5027 cat confdefs.h >>conftest.$ac_ext
5028 cat >>conftest.$ac_ext <<_ACEOF
5029 /* end confdefs.h. */
5031 /* Override any GCC internal prototype to avoid an error.
5032 Use char because int might match the return type of a GCC
5033 builtin and then its argument prototype would still apply. */
5034 #ifdef __cplusplus
5035 extern "C"
5036 #endif
5037 char i386_set_ldt ();
5039 main ()
5041 return i386_set_ldt ();
5043 return 0;
5045 _ACEOF
5046 rm -f conftest.$ac_objext conftest$ac_exeext
5047 if { (ac_try="$ac_link"
5048 case "(($ac_try" in
5049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5050 *) ac_try_echo=$ac_try;;
5051 esac
5052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5053 $as_echo "$ac_try_echo") >&5
5054 (eval "$ac_link") 2>conftest.er1
5055 ac_status=$?
5056 grep -v '^ *+' conftest.er1 >conftest.err
5057 rm -f conftest.er1
5058 cat conftest.err >&5
5059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } && {
5061 test -z "$ac_c_werror_flag" ||
5062 test ! -s conftest.err
5063 } && test -s conftest$ac_exeext && {
5064 test "$cross_compiling" = yes ||
5065 $as_test_x conftest$ac_exeext
5066 }; then
5067 ac_cv_lib_i386_i386_set_ldt=yes
5068 else
5069 $as_echo "$as_me: failed program was:" >&5
5070 sed 's/^/| /' conftest.$ac_ext >&5
5072 ac_cv_lib_i386_i386_set_ldt=no
5075 rm -rf conftest.dSYM
5076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5077 conftest$ac_exeext conftest.$ac_ext
5078 LIBS=$ac_check_lib_save_LIBS
5080 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5081 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5082 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5083 cat >>confdefs.h <<_ACEOF
5084 #define HAVE_LIBI386 1
5085 _ACEOF
5087 LIBS="-li386 $LIBS"
5092 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5093 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5094 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5095 $as_echo_n "(cached) " >&6
5096 else
5097 ac_check_lib_save_LIBS=$LIBS
5098 LIBS="-lossaudio $LIBS"
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h. */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5106 /* Override any GCC internal prototype to avoid an error.
5107 Use char because int might match the return type of a GCC
5108 builtin and then its argument prototype would still apply. */
5109 #ifdef __cplusplus
5110 extern "C"
5111 #endif
5112 char _oss_ioctl ();
5114 main ()
5116 return _oss_ioctl ();
5118 return 0;
5120 _ACEOF
5121 rm -f conftest.$ac_objext conftest$ac_exeext
5122 if { (ac_try="$ac_link"
5123 case "(($ac_try" in
5124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5125 *) ac_try_echo=$ac_try;;
5126 esac
5127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5128 $as_echo "$ac_try_echo") >&5
5129 (eval "$ac_link") 2>conftest.er1
5130 ac_status=$?
5131 grep -v '^ *+' conftest.er1 >conftest.err
5132 rm -f conftest.er1
5133 cat conftest.err >&5
5134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5135 (exit $ac_status); } && {
5136 test -z "$ac_c_werror_flag" ||
5137 test ! -s conftest.err
5138 } && test -s conftest$ac_exeext && {
5139 test "$cross_compiling" = yes ||
5140 $as_test_x conftest$ac_exeext
5141 }; then
5142 ac_cv_lib_ossaudio__oss_ioctl=yes
5143 else
5144 $as_echo "$as_me: failed program was:" >&5
5145 sed 's/^/| /' conftest.$ac_ext >&5
5147 ac_cv_lib_ossaudio__oss_ioctl=no
5150 rm -rf conftest.dSYM
5151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5156 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5157 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBOSSAUDIO 1
5160 _ACEOF
5162 LIBS="-lossaudio $LIBS"
5167 XLIB=""
5169 OPENGL_LIBS=""
5173 ac_ext=c
5174 ac_cpp='$CPP $CPPFLAGS'
5175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5178 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5179 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5180 # On Suns, sometimes $CPP names a directory.
5181 if test -n "$CPP" && test -d "$CPP"; then
5182 CPP=
5184 if test -z "$CPP"; then
5185 if test "${ac_cv_prog_CPP+set}" = set; then
5186 $as_echo_n "(cached) " >&6
5187 else
5188 # Double quotes because CPP needs to be expanded
5189 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5191 ac_preproc_ok=false
5192 for ac_c_preproc_warn_flag in '' yes
5194 # Use a header file that comes with gcc, so configuring glibc
5195 # with a fresh cross-compiler works.
5196 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5197 # <limits.h> exists even on freestanding compilers.
5198 # On the NeXT, cc -E runs the code through the compiler's parser,
5199 # not just through cpp. "Syntax error" is here to catch this case.
5200 cat >conftest.$ac_ext <<_ACEOF
5201 /* confdefs.h. */
5202 _ACEOF
5203 cat confdefs.h >>conftest.$ac_ext
5204 cat >>conftest.$ac_ext <<_ACEOF
5205 /* end confdefs.h. */
5206 #ifdef __STDC__
5207 # include <limits.h>
5208 #else
5209 # include <assert.h>
5210 #endif
5211 Syntax error
5212 _ACEOF
5213 if { (ac_try="$ac_cpp conftest.$ac_ext"
5214 case "(($ac_try" in
5215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5216 *) ac_try_echo=$ac_try;;
5217 esac
5218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5219 $as_echo "$ac_try_echo") >&5
5220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5221 ac_status=$?
5222 grep -v '^ *+' conftest.er1 >conftest.err
5223 rm -f conftest.er1
5224 cat conftest.err >&5
5225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } >/dev/null && {
5227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 }; then
5231 else
5232 $as_echo "$as_me: failed program was:" >&5
5233 sed 's/^/| /' conftest.$ac_ext >&5
5235 # Broken: fails on valid input.
5236 continue
5239 rm -f conftest.err conftest.$ac_ext
5241 # OK, works on sane cases. Now check whether nonexistent headers
5242 # can be detected and how.
5243 cat >conftest.$ac_ext <<_ACEOF
5244 /* confdefs.h. */
5245 _ACEOF
5246 cat confdefs.h >>conftest.$ac_ext
5247 cat >>conftest.$ac_ext <<_ACEOF
5248 /* end confdefs.h. */
5249 #include <ac_nonexistent.h>
5250 _ACEOF
5251 if { (ac_try="$ac_cpp conftest.$ac_ext"
5252 case "(($ac_try" in
5253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5254 *) ac_try_echo=$ac_try;;
5255 esac
5256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5257 $as_echo "$ac_try_echo") >&5
5258 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5259 ac_status=$?
5260 grep -v '^ *+' conftest.er1 >conftest.err
5261 rm -f conftest.er1
5262 cat conftest.err >&5
5263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264 (exit $ac_status); } >/dev/null && {
5265 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5266 test ! -s conftest.err
5267 }; then
5268 # Broken: success on invalid input.
5269 continue
5270 else
5271 $as_echo "$as_me: failed program was:" >&5
5272 sed 's/^/| /' conftest.$ac_ext >&5
5274 # Passes both tests.
5275 ac_preproc_ok=:
5276 break
5279 rm -f conftest.err conftest.$ac_ext
5281 done
5282 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5283 rm -f conftest.err conftest.$ac_ext
5284 if $ac_preproc_ok; then
5285 break
5288 done
5289 ac_cv_prog_CPP=$CPP
5292 CPP=$ac_cv_prog_CPP
5293 else
5294 ac_cv_prog_CPP=$CPP
5296 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5297 $as_echo "$CPP" >&6; }
5298 ac_preproc_ok=false
5299 for ac_c_preproc_warn_flag in '' yes
5301 # Use a header file that comes with gcc, so configuring glibc
5302 # with a fresh cross-compiler works.
5303 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5304 # <limits.h> exists even on freestanding compilers.
5305 # On the NeXT, cc -E runs the code through the compiler's parser,
5306 # not just through cpp. "Syntax error" is here to catch this case.
5307 cat >conftest.$ac_ext <<_ACEOF
5308 /* confdefs.h. */
5309 _ACEOF
5310 cat confdefs.h >>conftest.$ac_ext
5311 cat >>conftest.$ac_ext <<_ACEOF
5312 /* end confdefs.h. */
5313 #ifdef __STDC__
5314 # include <limits.h>
5315 #else
5316 # include <assert.h>
5317 #endif
5318 Syntax error
5319 _ACEOF
5320 if { (ac_try="$ac_cpp conftest.$ac_ext"
5321 case "(($ac_try" in
5322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5323 *) ac_try_echo=$ac_try;;
5324 esac
5325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5326 $as_echo "$ac_try_echo") >&5
5327 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5328 ac_status=$?
5329 grep -v '^ *+' conftest.er1 >conftest.err
5330 rm -f conftest.er1
5331 cat conftest.err >&5
5332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5333 (exit $ac_status); } >/dev/null && {
5334 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5335 test ! -s conftest.err
5336 }; then
5338 else
5339 $as_echo "$as_me: failed program was:" >&5
5340 sed 's/^/| /' conftest.$ac_ext >&5
5342 # Broken: fails on valid input.
5343 continue
5346 rm -f conftest.err conftest.$ac_ext
5348 # OK, works on sane cases. Now check whether nonexistent headers
5349 # can be detected and how.
5350 cat >conftest.$ac_ext <<_ACEOF
5351 /* confdefs.h. */
5352 _ACEOF
5353 cat confdefs.h >>conftest.$ac_ext
5354 cat >>conftest.$ac_ext <<_ACEOF
5355 /* end confdefs.h. */
5356 #include <ac_nonexistent.h>
5357 _ACEOF
5358 if { (ac_try="$ac_cpp conftest.$ac_ext"
5359 case "(($ac_try" in
5360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5361 *) ac_try_echo=$ac_try;;
5362 esac
5363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5364 $as_echo "$ac_try_echo") >&5
5365 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5366 ac_status=$?
5367 grep -v '^ *+' conftest.er1 >conftest.err
5368 rm -f conftest.er1
5369 cat conftest.err >&5
5370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } >/dev/null && {
5372 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5373 test ! -s conftest.err
5374 }; then
5375 # Broken: success on invalid input.
5376 continue
5377 else
5378 $as_echo "$as_me: failed program was:" >&5
5379 sed 's/^/| /' conftest.$ac_ext >&5
5381 # Passes both tests.
5382 ac_preproc_ok=:
5383 break
5386 rm -f conftest.err conftest.$ac_ext
5388 done
5389 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5390 rm -f conftest.err conftest.$ac_ext
5391 if $ac_preproc_ok; then
5393 else
5394 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5395 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5396 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5397 See \`config.log' for more details." >&5
5398 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5399 See \`config.log' for more details." >&2;}
5400 { (exit 1); exit 1; }; }; }
5403 ac_ext=c
5404 ac_cpp='$CPP $CPPFLAGS'
5405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5410 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5411 $as_echo_n "checking for ANSI C header files... " >&6; }
5412 if test "${ac_cv_header_stdc+set}" = set; then
5413 $as_echo_n "(cached) " >&6
5414 else
5415 cat >conftest.$ac_ext <<_ACEOF
5416 /* confdefs.h. */
5417 _ACEOF
5418 cat confdefs.h >>conftest.$ac_ext
5419 cat >>conftest.$ac_ext <<_ACEOF
5420 /* end confdefs.h. */
5421 #include <stdlib.h>
5422 #include <stdarg.h>
5423 #include <string.h>
5424 #include <float.h>
5427 main ()
5431 return 0;
5433 _ACEOF
5434 rm -f conftest.$ac_objext
5435 if { (ac_try="$ac_compile"
5436 case "(($ac_try" in
5437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5438 *) ac_try_echo=$ac_try;;
5439 esac
5440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5441 $as_echo "$ac_try_echo") >&5
5442 (eval "$ac_compile") 2>conftest.er1
5443 ac_status=$?
5444 grep -v '^ *+' conftest.er1 >conftest.err
5445 rm -f conftest.er1
5446 cat conftest.err >&5
5447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448 (exit $ac_status); } && {
5449 test -z "$ac_c_werror_flag" ||
5450 test ! -s conftest.err
5451 } && test -s conftest.$ac_objext; then
5452 ac_cv_header_stdc=yes
5453 else
5454 $as_echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5457 ac_cv_header_stdc=no
5460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 if test $ac_cv_header_stdc = yes; then
5463 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5464 cat >conftest.$ac_ext <<_ACEOF
5465 /* confdefs.h. */
5466 _ACEOF
5467 cat confdefs.h >>conftest.$ac_ext
5468 cat >>conftest.$ac_ext <<_ACEOF
5469 /* end confdefs.h. */
5470 #include <string.h>
5472 _ACEOF
5473 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5474 $EGREP "memchr" >/dev/null 2>&1; then
5476 else
5477 ac_cv_header_stdc=no
5479 rm -f conftest*
5483 if test $ac_cv_header_stdc = yes; then
5484 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5485 cat >conftest.$ac_ext <<_ACEOF
5486 /* confdefs.h. */
5487 _ACEOF
5488 cat confdefs.h >>conftest.$ac_ext
5489 cat >>conftest.$ac_ext <<_ACEOF
5490 /* end confdefs.h. */
5491 #include <stdlib.h>
5493 _ACEOF
5494 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5495 $EGREP "free" >/dev/null 2>&1; then
5497 else
5498 ac_cv_header_stdc=no
5500 rm -f conftest*
5504 if test $ac_cv_header_stdc = yes; then
5505 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5506 if test "$cross_compiling" = yes; then
5508 else
5509 cat >conftest.$ac_ext <<_ACEOF
5510 /* confdefs.h. */
5511 _ACEOF
5512 cat confdefs.h >>conftest.$ac_ext
5513 cat >>conftest.$ac_ext <<_ACEOF
5514 /* end confdefs.h. */
5515 #include <ctype.h>
5516 #include <stdlib.h>
5517 #if ((' ' & 0x0FF) == 0x020)
5518 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5519 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5520 #else
5521 # define ISLOWER(c) \
5522 (('a' <= (c) && (c) <= 'i') \
5523 || ('j' <= (c) && (c) <= 'r') \
5524 || ('s' <= (c) && (c) <= 'z'))
5525 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5526 #endif
5528 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5530 main ()
5532 int i;
5533 for (i = 0; i < 256; i++)
5534 if (XOR (islower (i), ISLOWER (i))
5535 || toupper (i) != TOUPPER (i))
5536 return 2;
5537 return 0;
5539 _ACEOF
5540 rm -f conftest$ac_exeext
5541 if { (ac_try="$ac_link"
5542 case "(($ac_try" in
5543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5544 *) ac_try_echo=$ac_try;;
5545 esac
5546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5547 $as_echo "$ac_try_echo") >&5
5548 (eval "$ac_link") 2>&5
5549 ac_status=$?
5550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
5559 ac_status=$?
5560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5561 (exit $ac_status); }; }; then
5563 else
5564 $as_echo "$as_me: program exited with status $ac_status" >&5
5565 $as_echo "$as_me: failed program was:" >&5
5566 sed 's/^/| /' conftest.$ac_ext >&5
5568 ( exit $ac_status )
5569 ac_cv_header_stdc=no
5571 rm -rf conftest.dSYM
5572 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5578 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5579 $as_echo "$ac_cv_header_stdc" >&6; }
5580 if test $ac_cv_header_stdc = yes; then
5582 cat >>confdefs.h <<\_ACEOF
5583 #define STDC_HEADERS 1
5584 _ACEOF
5588 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5598 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5599 inttypes.h stdint.h unistd.h
5601 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5602 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5603 $as_echo_n "checking for $ac_header... " >&6; }
5604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5605 $as_echo_n "(cached) " >&6
5606 else
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 $ac_includes_default
5615 #include <$ac_header>
5616 _ACEOF
5617 rm -f conftest.$ac_objext
5618 if { (ac_try="$ac_compile"
5619 case "(($ac_try" in
5620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5621 *) ac_try_echo=$ac_try;;
5622 esac
5623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5624 $as_echo "$ac_try_echo") >&5
5625 (eval "$ac_compile") 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } && {
5632 test -z "$ac_c_werror_flag" ||
5633 test ! -s conftest.err
5634 } && test -s conftest.$ac_objext; then
5635 eval "$as_ac_Header=yes"
5636 else
5637 $as_echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5640 eval "$as_ac_Header=no"
5643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5645 ac_res=`eval 'as_val=${'$as_ac_Header'}
5646 $as_echo "$as_val"'`
5647 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5648 $as_echo "$ac_res" >&6; }
5649 as_val=`eval 'as_val=${'$as_ac_Header'}
5650 $as_echo "$as_val"'`
5651 if test "x$as_val" = x""yes; then
5652 cat >>confdefs.h <<_ACEOF
5653 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5654 _ACEOF
5658 done
5784 for ac_header in \
5785 AudioUnit/AudioUnit.h \
5786 Carbon/Carbon.h \
5787 CoreAudio/CoreAudio.h \
5788 DiskArbitration/DiskArbitration.h \
5789 IOKit/IOKitLib.h \
5790 IOKit/hid/IOHIDLib.h \
5791 alias.h \
5792 alsa/asoundlib.h \
5793 arpa/inet.h \
5794 arpa/nameser.h \
5795 asm/types.h \
5796 capi20.h \
5797 curses.h \
5798 direct.h \
5799 dirent.h \
5800 dlfcn.h \
5801 elf.h \
5802 float.h \
5803 fnmatch.h \
5804 fontconfig/fontconfig.h \
5805 getopt.h \
5806 grp.h \
5807 ieeefp.h \
5808 inet/mib2.h \
5809 io.h \
5810 jack/jack.h \
5811 jpeglib.h \
5812 kstat.h \
5813 lber.h \
5814 lcms.h \
5815 lcms/lcms.h \
5816 ldap.h \
5817 libaudioio.h \
5818 link.h \
5819 linux/cdrom.h \
5820 linux/compiler.h \
5821 linux/hdreg.h \
5822 linux/input.h \
5823 linux/ioctl.h \
5824 linux/joystick.h \
5825 linux/major.h \
5826 linux/param.h \
5827 linux/serial.h \
5828 linux/types.h \
5829 linux/ucdrom.h \
5830 mach-o/dyld_images.h \
5831 mach-o/nlist.h \
5832 mach/mach.h \
5833 mach/machine.h \
5834 machine/cpu.h \
5835 machine/limits.h \
5836 machine/soundcard.h \
5837 mntent.h \
5838 ncurses.h \
5839 netdb.h \
5840 netinet/in.h \
5841 netinet/in_systm.h \
5842 netinet/tcp.h \
5843 netinet/tcp_fsm.h \
5844 openssl/err.h \
5845 openssl/ssl.h \
5846 png.h \
5847 poll.h \
5848 process.h \
5849 pthread.h \
5850 pwd.h \
5851 regex.h \
5852 sched.h \
5853 scsi/scsi.h \
5854 scsi/scsi_ioctl.h \
5855 scsi/sg.h \
5856 soundcard.h \
5857 stdint.h \
5858 strings.h \
5859 stropts.h \
5860 sys/asoundlib.h \
5861 sys/cdio.h \
5862 sys/elf32.h \
5863 sys/epoll.h \
5864 sys/errno.h \
5865 sys/event.h \
5866 sys/exec_elf.h \
5867 sys/filio.h \
5868 sys/ioctl.h \
5869 sys/ipc.h \
5870 sys/limits.h \
5871 sys/link.h \
5872 sys/mman.h \
5873 sys/modem.h \
5874 sys/msg.h \
5875 sys/mtio.h \
5876 sys/param.h \
5877 sys/poll.h \
5878 sys/prctl.h \
5879 sys/protosw.h \
5880 sys/ptrace.h \
5881 sys/resource.h \
5882 sys/scsiio.h \
5883 sys/shm.h \
5884 sys/signal.h \
5885 sys/socket.h \
5886 sys/socketvar.h \
5887 sys/sockio.h \
5888 sys/soundcard.h \
5889 sys/statvfs.h \
5890 sys/strtio.h \
5891 sys/syscall.h \
5892 sys/tihdr.h \
5893 sys/time.h \
5894 sys/timeout.h \
5895 sys/times.h \
5896 sys/uio.h \
5897 sys/un.h \
5898 sys/utsname.h \
5899 sys/vm86.h \
5900 sys/wait.h \
5901 syscall.h \
5902 termios.h \
5903 unistd.h \
5904 utime.h \
5905 valgrind/memcheck.h \
5906 valgrind/valgrind.h \
5907 zlib.h
5910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5912 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5913 $as_echo_n "checking for $ac_header... " >&6; }
5914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5915 $as_echo_n "(cached) " >&6
5917 ac_res=`eval 'as_val=${'$as_ac_Header'}
5918 $as_echo "$as_val"'`
5919 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5920 $as_echo "$ac_res" >&6; }
5921 else
5922 # Is the header compilable?
5923 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5924 $as_echo_n "checking $ac_header usability... " >&6; }
5925 cat >conftest.$ac_ext <<_ACEOF
5926 /* confdefs.h. */
5927 _ACEOF
5928 cat confdefs.h >>conftest.$ac_ext
5929 cat >>conftest.$ac_ext <<_ACEOF
5930 /* end confdefs.h. */
5931 $ac_includes_default
5932 #include <$ac_header>
5933 _ACEOF
5934 rm -f conftest.$ac_objext
5935 if { (ac_try="$ac_compile"
5936 case "(($ac_try" in
5937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5938 *) ac_try_echo=$ac_try;;
5939 esac
5940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5941 $as_echo "$ac_try_echo") >&5
5942 (eval "$ac_compile") 2>conftest.er1
5943 ac_status=$?
5944 grep -v '^ *+' conftest.er1 >conftest.err
5945 rm -f conftest.er1
5946 cat conftest.err >&5
5947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5948 (exit $ac_status); } && {
5949 test -z "$ac_c_werror_flag" ||
5950 test ! -s conftest.err
5951 } && test -s conftest.$ac_objext; then
5952 ac_header_compiler=yes
5953 else
5954 $as_echo "$as_me: failed program was:" >&5
5955 sed 's/^/| /' conftest.$ac_ext >&5
5957 ac_header_compiler=no
5960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5961 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5962 $as_echo "$ac_header_compiler" >&6; }
5964 # Is the header present?
5965 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5966 $as_echo_n "checking $ac_header presence... " >&6; }
5967 cat >conftest.$ac_ext <<_ACEOF
5968 /* confdefs.h. */
5969 _ACEOF
5970 cat confdefs.h >>conftest.$ac_ext
5971 cat >>conftest.$ac_ext <<_ACEOF
5972 /* end confdefs.h. */
5973 #include <$ac_header>
5974 _ACEOF
5975 if { (ac_try="$ac_cpp conftest.$ac_ext"
5976 case "(($ac_try" in
5977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5978 *) ac_try_echo=$ac_try;;
5979 esac
5980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5981 $as_echo "$ac_try_echo") >&5
5982 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5983 ac_status=$?
5984 grep -v '^ *+' conftest.er1 >conftest.err
5985 rm -f conftest.er1
5986 cat conftest.err >&5
5987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5988 (exit $ac_status); } >/dev/null && {
5989 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5990 test ! -s conftest.err
5991 }; then
5992 ac_header_preproc=yes
5993 else
5994 $as_echo "$as_me: failed program was:" >&5
5995 sed 's/^/| /' conftest.$ac_ext >&5
5997 ac_header_preproc=no
6000 rm -f conftest.err conftest.$ac_ext
6001 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6002 $as_echo "$ac_header_preproc" >&6; }
6004 # So? What about this header?
6005 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6006 yes:no: )
6007 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6008 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6009 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6010 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6011 ac_header_preproc=yes
6013 no:yes:* )
6014 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6015 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6016 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6017 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6018 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6019 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6020 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6021 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6022 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6023 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6024 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6025 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6026 ( cat <<\_ASBOX
6027 ## ------------------------------------ ##
6028 ## Report this to wine-devel@winehq.org ##
6029 ## ------------------------------------ ##
6030 _ASBOX
6031 ) | sed "s/^/$as_me: WARNING: /" >&2
6033 esac
6034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6035 $as_echo_n "checking for $ac_header... " >&6; }
6036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6037 $as_echo_n "(cached) " >&6
6038 else
6039 eval "$as_ac_Header=\$ac_header_preproc"
6041 ac_res=`eval 'as_val=${'$as_ac_Header'}
6042 $as_echo "$as_val"'`
6043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6044 $as_echo "$ac_res" >&6; }
6047 as_val=`eval 'as_val=${'$as_ac_Header'}
6048 $as_echo "$as_val"'`
6049 if test "x$as_val" = x""yes; then
6050 cat >>confdefs.h <<_ACEOF
6051 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6052 _ACEOF
6056 done
6058 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6059 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6060 if test "${ac_cv_header_stat_broken+set}" = set; then
6061 $as_echo_n "(cached) " >&6
6062 else
6063 cat >conftest.$ac_ext <<_ACEOF
6064 /* confdefs.h. */
6065 _ACEOF
6066 cat confdefs.h >>conftest.$ac_ext
6067 cat >>conftest.$ac_ext <<_ACEOF
6068 /* end confdefs.h. */
6069 #include <sys/types.h>
6070 #include <sys/stat.h>
6072 #if defined S_ISBLK && defined S_IFDIR
6073 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6074 #endif
6076 #if defined S_ISBLK && defined S_IFCHR
6077 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6078 #endif
6080 #if defined S_ISLNK && defined S_IFREG
6081 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6082 #endif
6084 #if defined S_ISSOCK && defined S_IFREG
6085 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6086 #endif
6088 _ACEOF
6089 rm -f conftest.$ac_objext
6090 if { (ac_try="$ac_compile"
6091 case "(($ac_try" in
6092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6093 *) ac_try_echo=$ac_try;;
6094 esac
6095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6096 $as_echo "$ac_try_echo") >&5
6097 (eval "$ac_compile") 2>conftest.er1
6098 ac_status=$?
6099 grep -v '^ *+' conftest.er1 >conftest.err
6100 rm -f conftest.er1
6101 cat conftest.err >&5
6102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6103 (exit $ac_status); } && {
6104 test -z "$ac_c_werror_flag" ||
6105 test ! -s conftest.err
6106 } && test -s conftest.$ac_objext; then
6107 ac_cv_header_stat_broken=no
6108 else
6109 $as_echo "$as_me: failed program was:" >&5
6110 sed 's/^/| /' conftest.$ac_ext >&5
6112 ac_cv_header_stat_broken=yes
6115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6117 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6118 $as_echo "$ac_cv_header_stat_broken" >&6; }
6119 if test $ac_cv_header_stat_broken = yes; then
6121 cat >>confdefs.h <<\_ACEOF
6122 #define STAT_MACROS_BROKEN 1
6123 _ACEOF
6134 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6136 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6137 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6138 $as_echo_n "checking for $ac_header... " >&6; }
6139 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6140 $as_echo_n "(cached) " >&6
6141 else
6142 cat >conftest.$ac_ext <<_ACEOF
6143 /* confdefs.h. */
6144 _ACEOF
6145 cat confdefs.h >>conftest.$ac_ext
6146 cat >>conftest.$ac_ext <<_ACEOF
6147 /* end confdefs.h. */
6148 #include <sys/types.h>
6149 #ifdef HAVE_SYS_PARAM_H
6150 # include <sys/param.h>
6151 #endif
6153 #include <$ac_header>
6154 _ACEOF
6155 rm -f conftest.$ac_objext
6156 if { (ac_try="$ac_compile"
6157 case "(($ac_try" in
6158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6159 *) ac_try_echo=$ac_try;;
6160 esac
6161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6162 $as_echo "$ac_try_echo") >&5
6163 (eval "$ac_compile") 2>conftest.er1
6164 ac_status=$?
6165 grep -v '^ *+' conftest.er1 >conftest.err
6166 rm -f conftest.er1
6167 cat conftest.err >&5
6168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6169 (exit $ac_status); } && {
6170 test -z "$ac_c_werror_flag" ||
6171 test ! -s conftest.err
6172 } && test -s conftest.$ac_objext; then
6173 eval "$as_ac_Header=yes"
6174 else
6175 $as_echo "$as_me: failed program was:" >&5
6176 sed 's/^/| /' conftest.$ac_ext >&5
6178 eval "$as_ac_Header=no"
6181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6183 ac_res=`eval 'as_val=${'$as_ac_Header'}
6184 $as_echo "$as_val"'`
6185 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6186 $as_echo "$ac_res" >&6; }
6187 as_val=`eval 'as_val=${'$as_ac_Header'}
6188 $as_echo "$as_val"'`
6189 if test "x$as_val" = x""yes; then
6190 cat >>confdefs.h <<_ACEOF
6191 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6192 _ACEOF
6196 done
6212 for ac_header in \
6213 netinet/ip.h \
6214 net/if.h \
6215 net/if_arp.h \
6216 net/if_dl.h \
6217 net/if_types.h \
6218 net/route.h \
6219 netinet/if_ether.h \
6220 netinet/if_inarp.h \
6221 netinet/in_pcb.h \
6222 netinet/ip_icmp.h \
6223 netinet/ip_var.h \
6224 netinet/udp.h \
6225 netipx/ipx.h \
6228 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6229 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6230 $as_echo_n "checking for $ac_header... " >&6; }
6231 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6232 $as_echo_n "(cached) " >&6
6233 else
6234 cat >conftest.$ac_ext <<_ACEOF
6235 /* confdefs.h. */
6236 _ACEOF
6237 cat confdefs.h >>conftest.$ac_ext
6238 cat >>conftest.$ac_ext <<_ACEOF
6239 /* end confdefs.h. */
6240 #include <sys/types.h>
6241 #ifdef HAVE_SYS_SOCKET_H
6242 # include <sys/socket.h>
6243 #endif
6244 #ifdef HAVE_SYS_SOCKETVAR_H
6245 # include <sys/socketvar.h>
6246 #endif
6247 #ifdef HAVE_NET_ROUTE_H
6248 # include <net/route.h>
6249 #endif
6250 #ifdef HAVE_NETINET_IN_H
6251 # include <netinet/in.h>
6252 #endif
6253 #ifdef HAVE_NETINET_IN_SYSTM_H
6254 # include <netinet/in_systm.h>
6255 #endif
6256 #ifdef HAVE_NET_IF_H
6257 # include <net/if.h>
6258 #endif
6259 #ifdef HAVE_NETINET_IP_H
6260 # include <netinet/ip.h>
6261 #endif
6263 #include <$ac_header>
6264 _ACEOF
6265 rm -f conftest.$ac_objext
6266 if { (ac_try="$ac_compile"
6267 case "(($ac_try" in
6268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6269 *) ac_try_echo=$ac_try;;
6270 esac
6271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6272 $as_echo "$ac_try_echo") >&5
6273 (eval "$ac_compile") 2>conftest.er1
6274 ac_status=$?
6275 grep -v '^ *+' conftest.er1 >conftest.err
6276 rm -f conftest.er1
6277 cat conftest.err >&5
6278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6279 (exit $ac_status); } && {
6280 test -z "$ac_c_werror_flag" ||
6281 test ! -s conftest.err
6282 } && test -s conftest.$ac_objext; then
6283 eval "$as_ac_Header=yes"
6284 else
6285 $as_echo "$as_me: failed program was:" >&5
6286 sed 's/^/| /' conftest.$ac_ext >&5
6288 eval "$as_ac_Header=no"
6291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6293 ac_res=`eval 'as_val=${'$as_ac_Header'}
6294 $as_echo "$as_val"'`
6295 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6296 $as_echo "$ac_res" >&6; }
6297 as_val=`eval 'as_val=${'$as_ac_Header'}
6298 $as_echo "$as_val"'`
6299 if test "x$as_val" = x""yes; then
6300 cat >>confdefs.h <<_ACEOF
6301 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6302 _ACEOF
6306 done
6313 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6315 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6316 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6317 $as_echo_n "checking for $ac_header... " >&6; }
6318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6319 $as_echo_n "(cached) " >&6
6320 else
6321 cat >conftest.$ac_ext <<_ACEOF
6322 /* confdefs.h. */
6323 _ACEOF
6324 cat confdefs.h >>conftest.$ac_ext
6325 cat >>conftest.$ac_ext <<_ACEOF
6326 /* end confdefs.h. */
6327 #include <sys/types.h>
6328 #ifdef HAVE_ALIAS_H
6329 # include <alias.h>
6330 #endif
6331 #ifdef HAVE_SYS_SOCKET_H
6332 # include <sys/socket.h>
6333 #endif
6334 #ifdef HAVE_SYS_SOCKETVAR_H
6335 # include <sys/socketvar.h>
6336 #endif
6337 #ifdef HAVE_SYS_TIMEOUT_H
6338 # include <sys/timeout.h>
6339 #endif
6340 #ifdef HAVE_NETINET_IN_H
6341 # include <netinet/in.h>
6342 #endif
6343 #ifdef HAVE_NETINET_IN_SYSTM_H
6344 # include <netinet/in_systm.h>
6345 #endif
6346 #ifdef HAVE_NETINET_IP_H
6347 # include <netinet/ip.h>
6348 #endif
6349 #ifdef HAVE_NETINET_IP_VAR_H
6350 # include <netinet/ip_var.h>
6351 #endif
6352 #ifdef HAVE_NETINET_IP_ICMP_H
6353 # include <netinet/ip_icmp.h>
6354 #endif
6355 #ifdef HAVE_NETINET_UDP_H
6356 # include <netinet/udp.h>
6357 #endif
6358 #ifdef HAVE_NETINET_TCP_H
6359 # include <netinet/tcp.h>
6360 #endif
6361 #ifdef HAVE_NETINET_TCP_TIMER_H
6362 #include <netinet/tcp_timer.h>
6363 #endif
6365 #include <$ac_header>
6366 _ACEOF
6367 rm -f conftest.$ac_objext
6368 if { (ac_try="$ac_compile"
6369 case "(($ac_try" in
6370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6371 *) ac_try_echo=$ac_try;;
6372 esac
6373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6374 $as_echo "$ac_try_echo") >&5
6375 (eval "$ac_compile") 2>conftest.er1
6376 ac_status=$?
6377 grep -v '^ *+' conftest.er1 >conftest.err
6378 rm -f conftest.er1
6379 cat conftest.err >&5
6380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6381 (exit $ac_status); } && {
6382 test -z "$ac_c_werror_flag" ||
6383 test ! -s conftest.err
6384 } && test -s conftest.$ac_objext; then
6385 eval "$as_ac_Header=yes"
6386 else
6387 $as_echo "$as_me: failed program was:" >&5
6388 sed 's/^/| /' conftest.$ac_ext >&5
6390 eval "$as_ac_Header=no"
6393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6395 ac_res=`eval 'as_val=${'$as_ac_Header'}
6396 $as_echo "$as_val"'`
6397 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6398 $as_echo "$ac_res" >&6; }
6399 as_val=`eval 'as_val=${'$as_ac_Header'}
6400 $as_echo "$as_val"'`
6401 if test "x$as_val" = x""yes; then
6402 cat >>confdefs.h <<_ACEOF
6403 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6404 _ACEOF
6408 done
6412 for ac_header in linux/ipx.h
6414 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6415 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6416 $as_echo_n "checking for $ac_header... " >&6; }
6417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6418 $as_echo_n "(cached) " >&6
6419 else
6420 cat >conftest.$ac_ext <<_ACEOF
6421 /* confdefs.h. */
6422 _ACEOF
6423 cat confdefs.h >>conftest.$ac_ext
6424 cat >>conftest.$ac_ext <<_ACEOF
6425 /* end confdefs.h. */
6426 #include <sys/types.h>
6427 #ifdef HAVE_ASM_TYPES_H
6428 # include <asm/types.h>
6429 #endif
6430 #ifdef HAVE_SYS_SOCKET_H
6431 # include <sys/socket.h>
6432 #endif
6433 #ifdef HAVE_LINUX_TYPES_H
6434 # include <linux/types.h>
6435 #endif
6437 #include <$ac_header>
6438 _ACEOF
6439 rm -f conftest.$ac_objext
6440 if { (ac_try="$ac_compile"
6441 case "(($ac_try" in
6442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6443 *) ac_try_echo=$ac_try;;
6444 esac
6445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6446 $as_echo "$ac_try_echo") >&5
6447 (eval "$ac_compile") 2>conftest.er1
6448 ac_status=$?
6449 grep -v '^ *+' conftest.er1 >conftest.err
6450 rm -f conftest.er1
6451 cat conftest.err >&5
6452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); } && {
6454 test -z "$ac_c_werror_flag" ||
6455 test ! -s conftest.err
6456 } && test -s conftest.$ac_objext; then
6457 eval "$as_ac_Header=yes"
6458 else
6459 $as_echo "$as_me: failed program was:" >&5
6460 sed 's/^/| /' conftest.$ac_ext >&5
6462 eval "$as_ac_Header=no"
6465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6467 ac_res=`eval 'as_val=${'$as_ac_Header'}
6468 $as_echo "$as_val"'`
6469 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6470 $as_echo "$ac_res" >&6; }
6471 as_val=`eval 'as_val=${'$as_ac_Header'}
6472 $as_echo "$as_val"'`
6473 if test "x$as_val" = x""yes; then
6474 cat >>confdefs.h <<_ACEOF
6475 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6476 _ACEOF
6480 done
6484 for ac_header in resolv.h
6486 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6487 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6488 $as_echo_n "checking for $ac_header... " >&6; }
6489 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6490 $as_echo_n "(cached) " >&6
6491 else
6492 cat >conftest.$ac_ext <<_ACEOF
6493 /* confdefs.h. */
6494 _ACEOF
6495 cat confdefs.h >>conftest.$ac_ext
6496 cat >>conftest.$ac_ext <<_ACEOF
6497 /* end confdefs.h. */
6498 #include <sys/types.h>
6499 #ifdef HAVE_SYS_SOCKET_H
6500 # include <sys/socket.h>
6501 #endif
6502 #ifdef HAVE_NETINET_IN_H
6503 # include <netinet/in.h>
6504 #endif
6505 #ifdef HAVE_ARPA_NAMESER_H
6506 # include <arpa/nameser.h>
6507 #endif
6509 #include <$ac_header>
6510 _ACEOF
6511 rm -f conftest.$ac_objext
6512 if { (ac_try="$ac_compile"
6513 case "(($ac_try" in
6514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6515 *) ac_try_echo=$ac_try;;
6516 esac
6517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6518 $as_echo "$ac_try_echo") >&5
6519 (eval "$ac_compile") 2>conftest.er1
6520 ac_status=$?
6521 grep -v '^ *+' conftest.er1 >conftest.err
6522 rm -f conftest.er1
6523 cat conftest.err >&5
6524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6525 (exit $ac_status); } && {
6526 test -z "$ac_c_werror_flag" ||
6527 test ! -s conftest.err
6528 } && test -s conftest.$ac_objext; then
6529 eval "$as_ac_Header=yes"
6530 else
6531 $as_echo "$as_me: failed program was:" >&5
6532 sed 's/^/| /' conftest.$ac_ext >&5
6534 eval "$as_ac_Header=no"
6537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6539 ac_res=`eval 'as_val=${'$as_ac_Header'}
6540 $as_echo "$as_val"'`
6541 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6542 $as_echo "$ac_res" >&6; }
6543 as_val=`eval 'as_val=${'$as_ac_Header'}
6544 $as_echo "$as_val"'`
6545 if test "x$as_val" = x""yes; then
6546 cat >>confdefs.h <<_ACEOF
6547 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6548 _ACEOF
6552 done
6556 for ac_header in ucontext.h
6558 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6559 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6560 $as_echo_n "checking for $ac_header... " >&6; }
6561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6562 $as_echo_n "(cached) " >&6
6563 else
6564 cat >conftest.$ac_ext <<_ACEOF
6565 /* confdefs.h. */
6566 _ACEOF
6567 cat confdefs.h >>conftest.$ac_ext
6568 cat >>conftest.$ac_ext <<_ACEOF
6569 /* end confdefs.h. */
6570 #include <signal.h>
6572 #include <$ac_header>
6573 _ACEOF
6574 rm -f conftest.$ac_objext
6575 if { (ac_try="$ac_compile"
6576 case "(($ac_try" in
6577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6578 *) ac_try_echo=$ac_try;;
6579 esac
6580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6581 $as_echo "$ac_try_echo") >&5
6582 (eval "$ac_compile") 2>conftest.er1
6583 ac_status=$?
6584 grep -v '^ *+' conftest.er1 >conftest.err
6585 rm -f conftest.er1
6586 cat conftest.err >&5
6587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); } && {
6589 test -z "$ac_c_werror_flag" ||
6590 test ! -s conftest.err
6591 } && test -s conftest.$ac_objext; then
6592 eval "$as_ac_Header=yes"
6593 else
6594 $as_echo "$as_me: failed program was:" >&5
6595 sed 's/^/| /' conftest.$ac_ext >&5
6597 eval "$as_ac_Header=no"
6600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6602 ac_res=`eval 'as_val=${'$as_ac_Header'}
6603 $as_echo "$as_val"'`
6604 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6605 $as_echo "$ac_res" >&6; }
6606 as_val=`eval 'as_val=${'$as_ac_Header'}
6607 $as_echo "$as_val"'`
6608 if test "x$as_val" = x""yes; then
6609 cat >>confdefs.h <<_ACEOF
6610 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6611 _ACEOF
6615 done
6619 for ac_header in sys/thr.h
6621 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6622 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6623 $as_echo_n "checking for $ac_header... " >&6; }
6624 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6625 $as_echo_n "(cached) " >&6
6626 else
6627 cat >conftest.$ac_ext <<_ACEOF
6628 /* confdefs.h. */
6629 _ACEOF
6630 cat confdefs.h >>conftest.$ac_ext
6631 cat >>conftest.$ac_ext <<_ACEOF
6632 /* end confdefs.h. */
6633 #include <sys/types.h>
6634 #ifdef HAVE_UCONTEXT_H
6635 #include <ucontext.h>
6636 #endif
6638 #include <$ac_header>
6639 _ACEOF
6640 rm -f conftest.$ac_objext
6641 if { (ac_try="$ac_compile"
6642 case "(($ac_try" in
6643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6644 *) ac_try_echo=$ac_try;;
6645 esac
6646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6647 $as_echo "$ac_try_echo") >&5
6648 (eval "$ac_compile") 2>conftest.er1
6649 ac_status=$?
6650 grep -v '^ *+' conftest.er1 >conftest.err
6651 rm -f conftest.er1
6652 cat conftest.err >&5
6653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } && {
6655 test -z "$ac_c_werror_flag" ||
6656 test ! -s conftest.err
6657 } && test -s conftest.$ac_objext; then
6658 eval "$as_ac_Header=yes"
6659 else
6660 $as_echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.$ac_ext >&5
6663 eval "$as_ac_Header=no"
6666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668 ac_res=`eval 'as_val=${'$as_ac_Header'}
6669 $as_echo "$as_val"'`
6670 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6671 $as_echo "$ac_res" >&6; }
6672 as_val=`eval 'as_val=${'$as_ac_Header'}
6673 $as_echo "$as_val"'`
6674 if test "x$as_val" = x""yes; then
6675 cat >>confdefs.h <<_ACEOF
6676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6677 _ACEOF
6681 done
6685 for ac_header in pthread_np.h
6687 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6688 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6689 $as_echo_n "checking for $ac_header... " >&6; }
6690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6691 $as_echo_n "(cached) " >&6
6692 else
6693 cat >conftest.$ac_ext <<_ACEOF
6694 /* confdefs.h. */
6695 _ACEOF
6696 cat confdefs.h >>conftest.$ac_ext
6697 cat >>conftest.$ac_ext <<_ACEOF
6698 /* end confdefs.h. */
6699 #ifdef HAVE_PTHREAD_H
6700 #include <pthread.h>
6701 #endif
6703 #include <$ac_header>
6704 _ACEOF
6705 rm -f conftest.$ac_objext
6706 if { (ac_try="$ac_compile"
6707 case "(($ac_try" in
6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6709 *) ac_try_echo=$ac_try;;
6710 esac
6711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6712 $as_echo "$ac_try_echo") >&5
6713 (eval "$ac_compile") 2>conftest.er1
6714 ac_status=$?
6715 grep -v '^ *+' conftest.er1 >conftest.err
6716 rm -f conftest.er1
6717 cat conftest.err >&5
6718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719 (exit $ac_status); } && {
6720 test -z "$ac_c_werror_flag" ||
6721 test ! -s conftest.err
6722 } && test -s conftest.$ac_objext; then
6723 eval "$as_ac_Header=yes"
6724 else
6725 $as_echo "$as_me: failed program was:" >&5
6726 sed 's/^/| /' conftest.$ac_ext >&5
6728 eval "$as_ac_Header=no"
6731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6733 ac_res=`eval 'as_val=${'$as_ac_Header'}
6734 $as_echo "$as_val"'`
6735 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6736 $as_echo "$ac_res" >&6; }
6737 as_val=`eval 'as_val=${'$as_ac_Header'}
6738 $as_echo "$as_val"'`
6739 if test "x$as_val" = x""yes; then
6740 cat >>confdefs.h <<_ACEOF
6741 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6742 _ACEOF
6746 done
6750 for ac_header in linux/videodev.h
6752 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6753 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6754 $as_echo_n "checking for $ac_header... " >&6; }
6755 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6756 $as_echo_n "(cached) " >&6
6757 else
6758 cat >conftest.$ac_ext <<_ACEOF
6759 /* confdefs.h. */
6760 _ACEOF
6761 cat confdefs.h >>conftest.$ac_ext
6762 cat >>conftest.$ac_ext <<_ACEOF
6763 /* end confdefs.h. */
6764 #ifdef HAVE_SYS_TIME_H
6765 #include <sys/time.h>
6766 #endif
6767 #include <sys/types.h>
6768 #ifdef HAVE_ASM_TYPES_H
6769 #include <asm/types.h>
6770 #endif
6772 #include <$ac_header>
6773 _ACEOF
6774 rm -f conftest.$ac_objext
6775 if { (ac_try="$ac_compile"
6776 case "(($ac_try" in
6777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6778 *) ac_try_echo=$ac_try;;
6779 esac
6780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6781 $as_echo "$ac_try_echo") >&5
6782 (eval "$ac_compile") 2>conftest.er1
6783 ac_status=$?
6784 grep -v '^ *+' conftest.er1 >conftest.err
6785 rm -f conftest.er1
6786 cat conftest.err >&5
6787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6788 (exit $ac_status); } && {
6789 test -z "$ac_c_werror_flag" ||
6790 test ! -s conftest.err
6791 } && test -s conftest.$ac_objext; then
6792 eval "$as_ac_Header=yes"
6793 else
6794 $as_echo "$as_me: failed program was:" >&5
6795 sed 's/^/| /' conftest.$ac_ext >&5
6797 eval "$as_ac_Header=no"
6800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6802 ac_res=`eval 'as_val=${'$as_ac_Header'}
6803 $as_echo "$as_val"'`
6804 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6805 $as_echo "$ac_res" >&6; }
6806 as_val=`eval 'as_val=${'$as_ac_Header'}
6807 $as_echo "$as_val"'`
6808 if test "x$as_val" = x""yes; then
6809 cat >>confdefs.h <<_ACEOF
6810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6811 _ACEOF
6815 done
6819 for ac_header in linux/capi.h
6821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6822 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6823 $as_echo_n "checking for $ac_header... " >&6; }
6824 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6825 $as_echo_n "(cached) " >&6
6826 else
6827 cat >conftest.$ac_ext <<_ACEOF
6828 /* confdefs.h. */
6829 _ACEOF
6830 cat confdefs.h >>conftest.$ac_ext
6831 cat >>conftest.$ac_ext <<_ACEOF
6832 /* end confdefs.h. */
6833 #define __user
6835 #include <$ac_header>
6836 _ACEOF
6837 rm -f conftest.$ac_objext
6838 if { (ac_try="$ac_compile"
6839 case "(($ac_try" in
6840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6841 *) ac_try_echo=$ac_try;;
6842 esac
6843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6844 $as_echo "$ac_try_echo") >&5
6845 (eval "$ac_compile") 2>conftest.er1
6846 ac_status=$?
6847 grep -v '^ *+' conftest.er1 >conftest.err
6848 rm -f conftest.er1
6849 cat conftest.err >&5
6850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6851 (exit $ac_status); } && {
6852 test -z "$ac_c_werror_flag" ||
6853 test ! -s conftest.err
6854 } && test -s conftest.$ac_objext; then
6855 eval "$as_ac_Header=yes"
6856 else
6857 $as_echo "$as_me: failed program was:" >&5
6858 sed 's/^/| /' conftest.$ac_ext >&5
6860 eval "$as_ac_Header=no"
6863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6865 ac_res=`eval 'as_val=${'$as_ac_Header'}
6866 $as_echo "$as_val"'`
6867 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6868 $as_echo "$ac_res" >&6; }
6869 as_val=`eval 'as_val=${'$as_ac_Header'}
6870 $as_echo "$as_val"'`
6871 if test "x$as_val" = x""yes; then
6872 cat >>confdefs.h <<_ACEOF
6873 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6874 _ACEOF
6878 done
6882 DLLEXT=""
6884 DLLFLAGS="-D_REENTRANT"
6886 LDSHARED=""
6888 LDDLLFLAGS=""
6890 LIBEXT="so"
6892 IMPLIBEXT="def"
6894 LDRPATH_INSTALL=""
6896 LDRPATH_LOCAL=""
6898 # Extract the first word of "ldd", so it can be a program name with args.
6899 set dummy ldd; ac_word=$2
6900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6901 $as_echo_n "checking for $ac_word... " >&6; }
6902 if test "${ac_cv_path_LDD+set}" = set; then
6903 $as_echo_n "(cached) " >&6
6904 else
6905 case $LDD in
6906 [\\/]* | ?:[\\/]*)
6907 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6911 as_dummy="/sbin:/usr/sbin:$PATH"
6912 for as_dir in $as_dummy
6914 IFS=$as_save_IFS
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6918 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6919 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6920 break 2
6922 done
6923 done
6924 IFS=$as_save_IFS
6926 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6928 esac
6930 LDD=$ac_cv_path_LDD
6931 if test -n "$LDD"; then
6932 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6933 $as_echo "$LDD" >&6; }
6934 else
6935 { $as_echo "$as_me:$LINENO: result: no" >&5
6936 $as_echo "no" >&6; }
6941 case $host_os in
6942 cygwin*|mingw32*)
6943 if test -n "$ac_tool_prefix"; then
6944 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6945 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6946 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6947 $as_echo_n "checking for $ac_word... " >&6; }
6948 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6949 $as_echo_n "(cached) " >&6
6950 else
6951 if test -n "$DLLTOOL"; then
6952 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6953 else
6954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955 for as_dir in $PATH
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
6960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6961 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6962 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6965 done
6966 done
6967 IFS=$as_save_IFS
6971 DLLTOOL=$ac_cv_prog_DLLTOOL
6972 if test -n "$DLLTOOL"; then
6973 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6974 $as_echo "$DLLTOOL" >&6; }
6975 else
6976 { $as_echo "$as_me:$LINENO: result: no" >&5
6977 $as_echo "no" >&6; }
6982 if test -z "$ac_cv_prog_DLLTOOL"; then
6983 ac_ct_DLLTOOL=$DLLTOOL
6984 # Extract the first word of "dlltool", so it can be a program name with args.
6985 set dummy dlltool; ac_word=$2
6986 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6989 $as_echo_n "(cached) " >&6
6990 else
6991 if test -n "$ac_ct_DLLTOOL"; then
6992 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6993 else
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 for as_dir in $PATH
6997 IFS=$as_save_IFS
6998 test -z "$as_dir" && as_dir=.
6999 for ac_exec_ext in '' $ac_executable_extensions; do
7000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7001 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7002 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7003 break 2
7005 done
7006 done
7007 IFS=$as_save_IFS
7011 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7012 if test -n "$ac_ct_DLLTOOL"; then
7013 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7014 $as_echo "$ac_ct_DLLTOOL" >&6; }
7015 else
7016 { $as_echo "$as_me:$LINENO: result: no" >&5
7017 $as_echo "no" >&6; }
7020 if test "x$ac_ct_DLLTOOL" = x; then
7021 DLLTOOL="false"
7022 else
7023 case $cross_compiling:$ac_tool_warned in
7024 yes:)
7025 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7026 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7027 ac_tool_warned=yes ;;
7028 esac
7029 DLLTOOL=$ac_ct_DLLTOOL
7031 else
7032 DLLTOOL="$ac_cv_prog_DLLTOOL"
7035 if test -n "$ac_tool_prefix"; then
7036 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7037 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7038 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7039 $as_echo_n "checking for $ac_word... " >&6; }
7040 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7041 $as_echo_n "(cached) " >&6
7042 else
7043 if test -n "$DLLWRAP"; then
7044 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7045 else
7046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7047 for as_dir in $PATH
7049 IFS=$as_save_IFS
7050 test -z "$as_dir" && as_dir=.
7051 for ac_exec_ext in '' $ac_executable_extensions; do
7052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7053 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7054 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7055 break 2
7057 done
7058 done
7059 IFS=$as_save_IFS
7063 DLLWRAP=$ac_cv_prog_DLLWRAP
7064 if test -n "$DLLWRAP"; then
7065 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7066 $as_echo "$DLLWRAP" >&6; }
7067 else
7068 { $as_echo "$as_me:$LINENO: result: no" >&5
7069 $as_echo "no" >&6; }
7074 if test -z "$ac_cv_prog_DLLWRAP"; then
7075 ac_ct_DLLWRAP=$DLLWRAP
7076 # Extract the first word of "dllwrap", so it can be a program name with args.
7077 set dummy dllwrap; ac_word=$2
7078 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7079 $as_echo_n "checking for $ac_word... " >&6; }
7080 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7081 $as_echo_n "(cached) " >&6
7082 else
7083 if test -n "$ac_ct_DLLWRAP"; then
7084 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7085 else
7086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7087 for as_dir in $PATH
7089 IFS=$as_save_IFS
7090 test -z "$as_dir" && as_dir=.
7091 for ac_exec_ext in '' $ac_executable_extensions; do
7092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7093 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7094 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7095 break 2
7097 done
7098 done
7099 IFS=$as_save_IFS
7103 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7104 if test -n "$ac_ct_DLLWRAP"; then
7105 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7106 $as_echo "$ac_ct_DLLWRAP" >&6; }
7107 else
7108 { $as_echo "$as_me:$LINENO: result: no" >&5
7109 $as_echo "no" >&6; }
7112 if test "x$ac_ct_DLLWRAP" = x; then
7113 DLLWRAP="false"
7114 else
7115 case $cross_compiling:$ac_tool_warned in
7116 yes:)
7117 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7118 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7119 ac_tool_warned=yes ;;
7120 esac
7121 DLLWRAP=$ac_ct_DLLWRAP
7123 else
7124 DLLWRAP="$ac_cv_prog_DLLWRAP"
7127 if test -n "$ac_tool_prefix"; then
7128 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7129 set dummy ${ac_tool_prefix}ar; ac_word=$2
7130 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7131 $as_echo_n "checking for $ac_word... " >&6; }
7132 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7133 $as_echo_n "(cached) " >&6
7134 else
7135 if test -n "$MINGWAR"; then
7136 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7137 else
7138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7139 for as_dir in $PATH
7141 IFS=$as_save_IFS
7142 test -z "$as_dir" && as_dir=.
7143 for ac_exec_ext in '' $ac_executable_extensions; do
7144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7145 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7146 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7147 break 2
7149 done
7150 done
7151 IFS=$as_save_IFS
7155 MINGWAR=$ac_cv_prog_MINGWAR
7156 if test -n "$MINGWAR"; then
7157 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7158 $as_echo "$MINGWAR" >&6; }
7159 else
7160 { $as_echo "$as_me:$LINENO: result: no" >&5
7161 $as_echo "no" >&6; }
7166 if test -z "$ac_cv_prog_MINGWAR"; then
7167 ac_ct_MINGWAR=$MINGWAR
7168 # Extract the first word of "ar", so it can be a program name with args.
7169 set dummy ar; ac_word=$2
7170 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7171 $as_echo_n "checking for $ac_word... " >&6; }
7172 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7173 $as_echo_n "(cached) " >&6
7174 else
7175 if test -n "$ac_ct_MINGWAR"; then
7176 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7177 else
7178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179 for as_dir in $PATH
7181 IFS=$as_save_IFS
7182 test -z "$as_dir" && as_dir=.
7183 for ac_exec_ext in '' $ac_executable_extensions; do
7184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7185 ac_cv_prog_ac_ct_MINGWAR="ar"
7186 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7187 break 2
7189 done
7190 done
7191 IFS=$as_save_IFS
7195 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7196 if test -n "$ac_ct_MINGWAR"; then
7197 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7198 $as_echo "$ac_ct_MINGWAR" >&6; }
7199 else
7200 { $as_echo "$as_me:$LINENO: result: no" >&5
7201 $as_echo "no" >&6; }
7204 if test "x$ac_ct_MINGWAR" = x; then
7205 MINGWAR="false"
7206 else
7207 case $cross_compiling:$ac_tool_warned in
7208 yes:)
7209 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7211 ac_tool_warned=yes ;;
7212 esac
7213 MINGWAR=$ac_ct_MINGWAR
7215 else
7216 MINGWAR="$ac_cv_prog_MINGWAR"
7219 if test "$DLLWRAP" = "false"; then
7220 LIBEXT="a"
7221 else
7222 LIBEXT="dll"
7224 IMPLIBEXT="a"
7225 enable_iphlpapi=${enable_iphlpapi:-no}
7226 enable_kernel32=${enable_kernel32:-no}
7227 enable_msvcrt=${enable_msvcrt:-no}
7228 enable_ntdll=${enable_ntdll:-no}
7229 enable_ws2_32=${enable_ws2_32:-no}
7230 enable_loader=${enable_loader:-no}
7231 enable_server=${enable_server:-no}
7232 with_x=${with_x:-no}
7233 with_pthread=${with_pthread:-no}
7235 darwin*|macosx*)
7236 DLLEXT=".so"
7237 LIBEXT="dylib"
7238 DLLFLAGS="$DLLFLAGS -fPIC"
7239 LDDLLFLAGS="-bundle -multiply_defined suppress"
7240 LIBWINE_LDFLAGS="-multiply_defined suppress"
7241 LDSHARED="\$(CC) -dynamiclib"
7242 STRIP="$STRIP -x"
7243 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7244 SECURITYLIB="-framework Security -framework CoreFoundation"
7246 COREFOUNDATIONLIB="-framework CoreFoundation"
7248 IOKITLIB="-framework IOKit -framework CoreFoundation"
7250 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7252 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7253 then
7254 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7257 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7258 then
7259 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7262 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7263 then
7264 ac_save_LIBS="$LIBS"
7265 LIBS="$LIBS $IOKITLIB"
7267 for ac_func in IOHIDManagerCreate
7269 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7270 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7271 $as_echo_n "checking for $ac_func... " >&6; }
7272 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7273 $as_echo_n "(cached) " >&6
7274 else
7275 cat >conftest.$ac_ext <<_ACEOF
7276 /* confdefs.h. */
7277 _ACEOF
7278 cat confdefs.h >>conftest.$ac_ext
7279 cat >>conftest.$ac_ext <<_ACEOF
7280 /* end confdefs.h. */
7281 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7282 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7283 #define $ac_func innocuous_$ac_func
7285 /* System header to define __stub macros and hopefully few prototypes,
7286 which can conflict with char $ac_func (); below.
7287 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7288 <limits.h> exists even on freestanding compilers. */
7290 #ifdef __STDC__
7291 # include <limits.h>
7292 #else
7293 # include <assert.h>
7294 #endif
7296 #undef $ac_func
7298 /* Override any GCC internal prototype to avoid an error.
7299 Use char because int might match the return type of a GCC
7300 builtin and then its argument prototype would still apply. */
7301 #ifdef __cplusplus
7302 extern "C"
7303 #endif
7304 char $ac_func ();
7305 /* The GNU C library defines this for functions which it implements
7306 to always fail with ENOSYS. Some functions are actually named
7307 something starting with __ and the normal name is an alias. */
7308 #if defined __stub_$ac_func || defined __stub___$ac_func
7309 choke me
7310 #endif
7313 main ()
7315 return $ac_func ();
7317 return 0;
7319 _ACEOF
7320 rm -f conftest.$ac_objext conftest$ac_exeext
7321 if { (ac_try="$ac_link"
7322 case "(($ac_try" in
7323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7324 *) ac_try_echo=$ac_try;;
7325 esac
7326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7327 $as_echo "$ac_try_echo") >&5
7328 (eval "$ac_link") 2>conftest.er1
7329 ac_status=$?
7330 grep -v '^ *+' conftest.er1 >conftest.err
7331 rm -f conftest.er1
7332 cat conftest.err >&5
7333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7334 (exit $ac_status); } && {
7335 test -z "$ac_c_werror_flag" ||
7336 test ! -s conftest.err
7337 } && test -s conftest$ac_exeext && {
7338 test "$cross_compiling" = yes ||
7339 $as_test_x conftest$ac_exeext
7340 }; then
7341 eval "$as_ac_var=yes"
7342 else
7343 $as_echo "$as_me: failed program was:" >&5
7344 sed 's/^/| /' conftest.$ac_ext >&5
7346 eval "$as_ac_var=no"
7349 rm -rf conftest.dSYM
7350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7351 conftest$ac_exeext conftest.$ac_ext
7353 ac_res=`eval 'as_val=${'$as_ac_var'}
7354 $as_echo "$as_val"'`
7355 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7356 $as_echo "$ac_res" >&6; }
7357 as_val=`eval 'as_val=${'$as_ac_var'}
7358 $as_echo "$as_val"'`
7359 if test "x$as_val" = x""yes; then
7360 cat >>confdefs.h <<_ACEOF
7361 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7362 _ACEOF
7365 done
7367 LIBS="$ac_save_LIBS"
7369 case $host_cpu in
7370 *powerpc*)
7371 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7372 esac
7373 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7374 then
7375 CARBONLIB="-framework Carbon"
7377 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7381 DLLFLAGS="$DLLFLAGS -fPIC"
7382 DLLEXT=".so"
7383 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7384 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7385 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7386 $as_echo_n "(cached) " >&6
7387 else
7388 ac_wine_try_cflags_saved=$CFLAGS
7389 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7390 cat >conftest.$ac_ext <<_ACEOF
7391 void myfunc() {}
7392 _ACEOF
7393 rm -f conftest.$ac_objext conftest$ac_exeext
7394 if { (ac_try="$ac_link"
7395 case "(($ac_try" in
7396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7397 *) ac_try_echo=$ac_try;;
7398 esac
7399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7400 $as_echo "$ac_try_echo") >&5
7401 (eval "$ac_link") 2>conftest.er1
7402 ac_status=$?
7403 grep -v '^ *+' conftest.er1 >conftest.err
7404 rm -f conftest.er1
7405 cat conftest.err >&5
7406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7407 (exit $ac_status); } && {
7408 test -z "$ac_c_werror_flag" ||
7409 test ! -s conftest.err
7410 } && test -s conftest$ac_exeext && {
7411 test "$cross_compiling" = yes ||
7412 $as_test_x conftest$ac_exeext
7413 }; then
7414 ac_cv_c_dll_gnuelf="yes"
7415 else
7416 $as_echo "$as_me: failed program was:" >&5
7417 sed 's/^/| /' conftest.$ac_ext >&5
7419 ac_cv_c_dll_gnuelf="no"
7422 rm -rf conftest.dSYM
7423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7424 conftest$ac_exeext conftest.$ac_ext
7425 CFLAGS=$ac_wine_try_cflags_saved
7427 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7428 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7429 if test "$ac_cv_c_dll_gnuelf" = "yes"
7430 then
7431 LDSHARED="\$(CC) -shared"
7432 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7433 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7434 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7435 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7436 $as_echo_n "(cached) " >&6
7437 else
7438 ac_wine_try_cflags_saved=$CFLAGS
7439 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7440 cat >conftest.$ac_ext <<_ACEOF
7441 /* confdefs.h. */
7442 _ACEOF
7443 cat confdefs.h >>conftest.$ac_ext
7444 cat >>conftest.$ac_ext <<_ACEOF
7445 /* end confdefs.h. */
7448 main ()
7452 return 0;
7454 _ACEOF
7455 rm -f conftest.$ac_objext conftest$ac_exeext
7456 if { (ac_try="$ac_link"
7457 case "(($ac_try" in
7458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7459 *) ac_try_echo=$ac_try;;
7460 esac
7461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7462 $as_echo "$ac_try_echo") >&5
7463 (eval "$ac_link") 2>conftest.er1
7464 ac_status=$?
7465 grep -v '^ *+' conftest.er1 >conftest.err
7466 rm -f conftest.er1
7467 cat conftest.err >&5
7468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7469 (exit $ac_status); } && {
7470 test -z "$ac_c_werror_flag" ||
7471 test ! -s conftest.err
7472 } && test -s conftest$ac_exeext && {
7473 test "$cross_compiling" = yes ||
7474 $as_test_x conftest$ac_exeext
7475 }; then
7476 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7477 else
7478 $as_echo "$as_me: failed program was:" >&5
7479 sed 's/^/| /' conftest.$ac_ext >&5
7481 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7484 rm -rf conftest.dSYM
7485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7486 conftest$ac_exeext conftest.$ac_ext
7487 CFLAGS=$ac_wine_try_cflags_saved
7489 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7490 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7491 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7492 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7493 else
7494 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7495 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7496 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7497 $as_echo_n "(cached) " >&6
7498 else
7499 ac_wine_try_cflags_saved=$CFLAGS
7500 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7501 cat >conftest.$ac_ext <<_ACEOF
7502 /* confdefs.h. */
7503 _ACEOF
7504 cat confdefs.h >>conftest.$ac_ext
7505 cat >>conftest.$ac_ext <<_ACEOF
7506 /* end confdefs.h. */
7509 main ()
7513 return 0;
7515 _ACEOF
7516 rm -f conftest.$ac_objext conftest$ac_exeext
7517 if { (ac_try="$ac_link"
7518 case "(($ac_try" in
7519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7520 *) ac_try_echo=$ac_try;;
7521 esac
7522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7523 $as_echo "$ac_try_echo") >&5
7524 (eval "$ac_link") 2>conftest.er1
7525 ac_status=$?
7526 grep -v '^ *+' conftest.er1 >conftest.err
7527 rm -f conftest.er1
7528 cat conftest.err >&5
7529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7530 (exit $ac_status); } && {
7531 test -z "$ac_c_werror_flag" ||
7532 test ! -s conftest.err
7533 } && test -s conftest$ac_exeext && {
7534 test "$cross_compiling" = yes ||
7535 $as_test_x conftest$ac_exeext
7536 }; then
7537 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7538 else
7539 $as_echo "$as_me: failed program was:" >&5
7540 sed 's/^/| /' conftest.$ac_ext >&5
7542 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7545 rm -rf conftest.dSYM
7546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7547 conftest$ac_exeext conftest.$ac_ext
7548 CFLAGS=$ac_wine_try_cflags_saved
7550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7551 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7552 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7553 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7559 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7560 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7561 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7562 $as_echo_n "(cached) " >&6
7563 else
7564 ac_wine_try_cflags_saved=$CFLAGS
7565 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7566 cat >conftest.$ac_ext <<_ACEOF
7567 /* confdefs.h. */
7568 _ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7574 main ()
7578 return 0;
7580 _ACEOF
7581 rm -f conftest.$ac_objext conftest$ac_exeext
7582 if { (ac_try="$ac_link"
7583 case "(($ac_try" in
7584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7585 *) ac_try_echo=$ac_try;;
7586 esac
7587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7588 $as_echo "$ac_try_echo") >&5
7589 (eval "$ac_link") 2>conftest.er1
7590 ac_status=$?
7591 grep -v '^ *+' conftest.er1 >conftest.err
7592 rm -f conftest.er1
7593 cat conftest.err >&5
7594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7595 (exit $ac_status); } && {
7596 test -z "$ac_c_werror_flag" ||
7597 test ! -s conftest.err
7598 } && test -s conftest$ac_exeext && {
7599 test "$cross_compiling" = yes ||
7600 $as_test_x conftest$ac_exeext
7601 }; then
7602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7603 else
7604 $as_echo "$as_me: failed program was:" >&5
7605 sed 's/^/| /' conftest.$ac_ext >&5
7607 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7610 rm -rf conftest.dSYM
7611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7612 conftest$ac_exeext conftest.$ac_ext
7613 CFLAGS=$ac_wine_try_cflags_saved
7615 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7616 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7617 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7618 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7622 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7623 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7624 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7625 $as_echo_n "(cached) " >&6
7626 else
7627 ac_wine_try_cflags_saved=$CFLAGS
7628 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7629 cat >conftest.$ac_ext <<_ACEOF
7630 /* confdefs.h. */
7631 _ACEOF
7632 cat confdefs.h >>conftest.$ac_ext
7633 cat >>conftest.$ac_ext <<_ACEOF
7634 /* end confdefs.h. */
7637 main ()
7641 return 0;
7643 _ACEOF
7644 rm -f conftest.$ac_objext conftest$ac_exeext
7645 if { (ac_try="$ac_link"
7646 case "(($ac_try" in
7647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7648 *) ac_try_echo=$ac_try;;
7649 esac
7650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7651 $as_echo "$ac_try_echo") >&5
7652 (eval "$ac_link") 2>conftest.er1
7653 ac_status=$?
7654 grep -v '^ *+' conftest.er1 >conftest.err
7655 rm -f conftest.er1
7656 cat conftest.err >&5
7657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7658 (exit $ac_status); } && {
7659 test -z "$ac_c_werror_flag" ||
7660 test ! -s conftest.err
7661 } && test -s conftest$ac_exeext && {
7662 test "$cross_compiling" = yes ||
7663 $as_test_x conftest$ac_exeext
7664 }; then
7665 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7666 else
7667 $as_echo "$as_me: failed program was:" >&5
7668 sed 's/^/| /' conftest.$ac_ext >&5
7670 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7673 rm -rf conftest.dSYM
7674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7675 conftest$ac_exeext conftest.$ac_ext
7676 CFLAGS=$ac_wine_try_cflags_saved
7678 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7679 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7680 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7681 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7685 echo '{ global: *; };' >conftest.map
7686 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7687 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7688 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7689 $as_echo_n "(cached) " >&6
7690 else
7691 ac_wine_try_cflags_saved=$CFLAGS
7692 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7693 cat >conftest.$ac_ext <<_ACEOF
7694 /* confdefs.h. */
7695 _ACEOF
7696 cat confdefs.h >>conftest.$ac_ext
7697 cat >>conftest.$ac_ext <<_ACEOF
7698 /* end confdefs.h. */
7701 main ()
7705 return 0;
7707 _ACEOF
7708 rm -f conftest.$ac_objext conftest$ac_exeext
7709 if { (ac_try="$ac_link"
7710 case "(($ac_try" in
7711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7712 *) ac_try_echo=$ac_try;;
7713 esac
7714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7715 $as_echo "$ac_try_echo") >&5
7716 (eval "$ac_link") 2>conftest.er1
7717 ac_status=$?
7718 grep -v '^ *+' conftest.er1 >conftest.err
7719 rm -f conftest.er1
7720 cat conftest.err >&5
7721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7722 (exit $ac_status); } && {
7723 test -z "$ac_c_werror_flag" ||
7724 test ! -s conftest.err
7725 } && test -s conftest$ac_exeext && {
7726 test "$cross_compiling" = yes ||
7727 $as_test_x conftest$ac_exeext
7728 }; then
7729 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7730 else
7731 $as_echo "$as_me: failed program was:" >&5
7732 sed 's/^/| /' conftest.$ac_ext >&5
7734 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7737 rm -rf conftest.dSYM
7738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7739 conftest$ac_exeext conftest.$ac_ext
7740 CFLAGS=$ac_wine_try_cflags_saved
7742 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7743 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7744 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7745 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7748 rm -f conftest.map
7750 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7751 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7752 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7753 $as_echo_n "(cached) " >&6
7754 else
7755 ac_wine_try_cflags_saved=$CFLAGS
7756 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
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__Wl___export_dynamic=yes
7794 else
7795 $as_echo "$as_me: failed program was:" >&5
7796 sed 's/^/| /' conftest.$ac_ext >&5
7798 ac_cv_cflags__fPIC__Wl___export_dynamic=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__Wl___export_dynamic" >&5
7807 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7808 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7809 LDEXECFLAGS="-Wl,--export-dynamic"
7814 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7815 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7816 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7817 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7818 $as_echo_n "(cached) " >&6
7819 else
7820 ac_wine_try_cflags_saved=$CFLAGS
7821 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7822 cat >conftest.$ac_ext <<_ACEOF
7823 /* confdefs.h. */
7824 _ACEOF
7825 cat confdefs.h >>conftest.$ac_ext
7826 cat >>conftest.$ac_ext <<_ACEOF
7827 /* end confdefs.h. */
7830 main ()
7834 return 0;
7836 _ACEOF
7837 rm -f conftest.$ac_objext conftest$ac_exeext
7838 if { (ac_try="$ac_link"
7839 case "(($ac_try" in
7840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7841 *) ac_try_echo=$ac_try;;
7842 esac
7843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7844 $as_echo "$ac_try_echo") >&5
7845 (eval "$ac_link") 2>conftest.er1
7846 ac_status=$?
7847 grep -v '^ *+' conftest.er1 >conftest.err
7848 rm -f conftest.er1
7849 cat conftest.err >&5
7850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7851 (exit $ac_status); } && {
7852 test -z "$ac_c_werror_flag" ||
7853 test ! -s conftest.err
7854 } && test -s conftest$ac_exeext && {
7855 test "$cross_compiling" = yes ||
7856 $as_test_x conftest$ac_exeext
7857 }; then
7858 eval "$as_ac_var=yes"
7859 else
7860 $as_echo "$as_me: failed program was:" >&5
7861 sed 's/^/| /' conftest.$ac_ext >&5
7863 eval "$as_ac_var=no"
7866 rm -rf conftest.dSYM
7867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7868 conftest$ac_exeext conftest.$ac_ext
7869 CFLAGS=$ac_wine_try_cflags_saved
7871 ac_res=`eval 'as_val=${'$as_ac_var'}
7872 $as_echo "$as_val"'`
7873 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7874 $as_echo "$ac_res" >&6; }
7875 if test `eval 'as_val=${'$as_ac_var'}
7876 $as_echo "$as_val"'` = yes; then
7877 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7878 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7879 else
7880 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7881 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7882 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7883 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7884 $as_echo_n "(cached) " >&6
7885 else
7886 ac_wine_try_cflags_saved=$CFLAGS
7887 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7888 cat >conftest.$ac_ext <<_ACEOF
7889 /* confdefs.h. */
7890 _ACEOF
7891 cat confdefs.h >>conftest.$ac_ext
7892 cat >>conftest.$ac_ext <<_ACEOF
7893 /* end confdefs.h. */
7896 main ()
7900 return 0;
7902 _ACEOF
7903 rm -f conftest.$ac_objext conftest$ac_exeext
7904 if { (ac_try="$ac_link"
7905 case "(($ac_try" in
7906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7907 *) ac_try_echo=$ac_try;;
7908 esac
7909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7910 $as_echo "$ac_try_echo") >&5
7911 (eval "$ac_link") 2>conftest.er1
7912 ac_status=$?
7913 grep -v '^ *+' conftest.er1 >conftest.err
7914 rm -f conftest.er1
7915 cat conftest.err >&5
7916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); } && {
7918 test -z "$ac_c_werror_flag" ||
7919 test ! -s conftest.err
7920 } && test -s conftest$ac_exeext && {
7921 test "$cross_compiling" = yes ||
7922 $as_test_x conftest$ac_exeext
7923 }; then
7924 eval "$as_ac_var=yes"
7925 else
7926 $as_echo "$as_me: failed program was:" >&5
7927 sed 's/^/| /' conftest.$ac_ext >&5
7929 eval "$as_ac_var=no"
7932 rm -rf conftest.dSYM
7933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7934 conftest$ac_exeext conftest.$ac_ext
7935 CFLAGS=$ac_wine_try_cflags_saved
7937 ac_res=`eval 'as_val=${'$as_ac_var'}
7938 $as_echo "$as_val"'`
7939 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7940 $as_echo "$ac_res" >&6; }
7941 if test `eval 'as_val=${'$as_ac_var'}
7942 $as_echo "$as_val"'` = yes; then
7943 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7944 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7950 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7951 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7952 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7953 $as_echo_n "(cached) " >&6
7954 else
7955 ac_wine_try_cflags_saved=$CFLAGS
7956 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7957 cat >conftest.$ac_ext <<_ACEOF
7958 /* confdefs.h. */
7959 _ACEOF
7960 cat confdefs.h >>conftest.$ac_ext
7961 cat >>conftest.$ac_ext <<_ACEOF
7962 /* end confdefs.h. */
7965 main ()
7969 return 0;
7971 _ACEOF
7972 rm -f conftest.$ac_objext conftest$ac_exeext
7973 if { (ac_try="$ac_link"
7974 case "(($ac_try" in
7975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7976 *) ac_try_echo=$ac_try;;
7977 esac
7978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7979 $as_echo "$ac_try_echo") >&5
7980 (eval "$ac_link") 2>conftest.er1
7981 ac_status=$?
7982 grep -v '^ *+' conftest.er1 >conftest.err
7983 rm -f conftest.er1
7984 cat conftest.err >&5
7985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); } && {
7987 test -z "$ac_c_werror_flag" ||
7988 test ! -s conftest.err
7989 } && test -s conftest$ac_exeext && {
7990 test "$cross_compiling" = yes ||
7991 $as_test_x conftest$ac_exeext
7992 }; then
7993 ac_cv_cflags__Wl___enable_new_dtags=yes
7994 else
7995 $as_echo "$as_me: failed program was:" >&5
7996 sed 's/^/| /' conftest.$ac_ext >&5
7998 ac_cv_cflags__Wl___enable_new_dtags=no
8001 rm -rf conftest.dSYM
8002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8003 conftest$ac_exeext conftest.$ac_ext
8004 CFLAGS=$ac_wine_try_cflags_saved
8006 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8007 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8008 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8009 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8013 case $host_cpu in
8014 *i[3456789]86* | x86_64)
8015 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8016 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8017 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8018 $as_echo_n "(cached) " >&6
8019 else
8020 ac_wine_try_cflags_saved=$CFLAGS
8021 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8022 cat >conftest.$ac_ext <<_ACEOF
8023 /* confdefs.h. */
8024 _ACEOF
8025 cat confdefs.h >>conftest.$ac_ext
8026 cat >>conftest.$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8030 main ()
8034 return 0;
8036 _ACEOF
8037 rm -f conftest.$ac_objext conftest$ac_exeext
8038 if { (ac_try="$ac_link"
8039 case "(($ac_try" in
8040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8041 *) ac_try_echo=$ac_try;;
8042 esac
8043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8044 $as_echo "$ac_try_echo") >&5
8045 (eval "$ac_link") 2>conftest.er1
8046 ac_status=$?
8047 grep -v '^ *+' conftest.er1 >conftest.err
8048 rm -f conftest.er1
8049 cat conftest.err >&5
8050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8051 (exit $ac_status); } && {
8052 test -z "$ac_c_werror_flag" ||
8053 test ! -s conftest.err
8054 } && test -s conftest$ac_exeext && {
8055 test "$cross_compiling" = yes ||
8056 $as_test_x conftest$ac_exeext
8057 }; then
8058 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8059 else
8060 $as_echo "$as_me: failed program was:" >&5
8061 sed 's/^/| /' conftest.$ac_ext >&5
8063 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8066 rm -rf conftest.dSYM
8067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8068 conftest$ac_exeext conftest.$ac_ext
8069 CFLAGS=$ac_wine_try_cflags_saved
8071 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8072 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8073 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8074 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8078 esac
8080 else
8081 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8082 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8083 if test "${ac_cv_c_dll_unixware+set}" = set; then
8084 $as_echo_n "(cached) " >&6
8085 else
8086 ac_wine_try_cflags_saved=$CFLAGS
8087 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8088 cat >conftest.$ac_ext <<_ACEOF
8089 void myfunc() {}
8090 _ACEOF
8091 rm -f conftest.$ac_objext conftest$ac_exeext
8092 if { (ac_try="$ac_link"
8093 case "(($ac_try" in
8094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8095 *) ac_try_echo=$ac_try;;
8096 esac
8097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8098 $as_echo "$ac_try_echo") >&5
8099 (eval "$ac_link") 2>conftest.er1
8100 ac_status=$?
8101 grep -v '^ *+' conftest.er1 >conftest.err
8102 rm -f conftest.er1
8103 cat conftest.err >&5
8104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8105 (exit $ac_status); } && {
8106 test -z "$ac_c_werror_flag" ||
8107 test ! -s conftest.err
8108 } && test -s conftest$ac_exeext && {
8109 test "$cross_compiling" = yes ||
8110 $as_test_x conftest$ac_exeext
8111 }; then
8112 ac_cv_c_dll_unixware="yes"
8113 else
8114 $as_echo "$as_me: failed program was:" >&5
8115 sed 's/^/| /' conftest.$ac_ext >&5
8117 ac_cv_c_dll_unixware="no"
8120 rm -rf conftest.dSYM
8121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8122 conftest$ac_exeext conftest.$ac_ext
8123 CFLAGS=$ac_wine_try_cflags_saved
8125 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8126 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8127 if test "$ac_cv_c_dll_unixware" = "yes"
8128 then
8129 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8130 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8132 else
8133 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8134 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8135 if test "${ac_cv_c_dll_hpux+set}" = set; then
8136 $as_echo_n "(cached) " >&6
8137 else
8138 ac_wine_try_cflags_saved=$CFLAGS
8139 CFLAGS="$CFLAGS -shared"
8140 cat >conftest.$ac_ext <<_ACEOF
8141 void myfunc() {}
8142 _ACEOF
8143 rm -f conftest.$ac_objext conftest$ac_exeext
8144 if { (ac_try="$ac_link"
8145 case "(($ac_try" in
8146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8148 esac
8149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8150 $as_echo "$ac_try_echo") >&5
8151 (eval "$ac_link") 2>conftest.er1
8152 ac_status=$?
8153 grep -v '^ *+' conftest.er1 >conftest.err
8154 rm -f conftest.er1
8155 cat conftest.err >&5
8156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8157 (exit $ac_status); } && {
8158 test -z "$ac_c_werror_flag" ||
8159 test ! -s conftest.err
8160 } && test -s conftest$ac_exeext && {
8161 test "$cross_compiling" = yes ||
8162 $as_test_x conftest$ac_exeext
8163 }; then
8164 ac_cv_c_dll_hpux="yes"
8165 else
8166 $as_echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8169 ac_cv_c_dll_hpux="no"
8172 rm -rf conftest.dSYM
8173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8174 conftest$ac_exeext conftest.$ac_ext
8175 CFLAGS=$ac_wine_try_cflags_saved
8177 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8178 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8179 if test "$ac_cv_c_dll_hpux" = "yes"
8180 then
8181 LIBEXT="sl"
8182 DLLEXT=".sl"
8183 LDDLLFLAGS="-shared -fPIC"
8184 LDSHARED="\$(CC) -shared"
8189 esac
8191 enable_winequartz_drv=${enable_winequartz_drv:-no}
8193 if test "$LIBEXT" = "a"; then
8194 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8195 It is currently not possible to build Wine without shared library
8196 (.so) support to allow transparent switch between .so and .dll files.
8197 If you are using Linux, you will need a newer binutils.
8198 " >&5
8199 $as_echo "$as_me: error: could not find a way to build shared libraries.
8200 It is currently not possible to build Wine without shared library
8201 (.so) support to allow transparent switch between .so and .dll files.
8202 If you are using Linux, you will need a newer binutils.
8203 " >&2;}
8204 { (exit 1); exit 1; }; }
8207 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8208 then
8209 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
8211 # Extract the first word of "$ac_prog", so it can be a program name with args.
8212 set dummy $ac_prog; ac_word=$2
8213 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8214 $as_echo_n "checking for $ac_word... " >&6; }
8215 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8216 $as_echo_n "(cached) " >&6
8217 else
8218 if test -n "$CROSSCC"; then
8219 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8220 else
8221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8222 for as_dir in $PATH
8224 IFS=$as_save_IFS
8225 test -z "$as_dir" && as_dir=.
8226 for ac_exec_ext in '' $ac_executable_extensions; do
8227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8228 ac_cv_prog_CROSSCC="$ac_prog"
8229 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8230 break 2
8232 done
8233 done
8234 IFS=$as_save_IFS
8238 CROSSCC=$ac_cv_prog_CROSSCC
8239 if test -n "$CROSSCC"; then
8240 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8241 $as_echo "$CROSSCC" >&6; }
8242 else
8243 { $as_echo "$as_me:$LINENO: result: no" >&5
8244 $as_echo "no" >&6; }
8248 test -n "$CROSSCC" && break
8249 done
8250 test -n "$CROSSCC" || CROSSCC="false"
8252 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
8254 # Extract the first word of "$ac_prog", so it can be a program name with args.
8255 set dummy $ac_prog; ac_word=$2
8256 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8257 $as_echo_n "checking for $ac_word... " >&6; }
8258 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8259 $as_echo_n "(cached) " >&6
8260 else
8261 if test -n "$DLLTOOL"; then
8262 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8263 else
8264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8265 for as_dir in $PATH
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_prog_DLLTOOL="$ac_prog"
8272 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8273 break 2
8275 done
8276 done
8277 IFS=$as_save_IFS
8281 DLLTOOL=$ac_cv_prog_DLLTOOL
8282 if test -n "$DLLTOOL"; then
8283 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8284 $as_echo "$DLLTOOL" >&6; }
8285 else
8286 { $as_echo "$as_me:$LINENO: result: no" >&5
8287 $as_echo "no" >&6; }
8291 test -n "$DLLTOOL" && break
8292 done
8293 test -n "$DLLTOOL" || DLLTOOL="false"
8295 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
8297 # Extract the first word of "$ac_prog", so it can be a program name with args.
8298 set dummy $ac_prog; ac_word=$2
8299 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8300 $as_echo_n "checking for $ac_word... " >&6; }
8301 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8302 $as_echo_n "(cached) " >&6
8303 else
8304 if test -n "$CROSSWINDRES"; then
8305 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8306 else
8307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308 for as_dir in $PATH
8310 IFS=$as_save_IFS
8311 test -z "$as_dir" && as_dir=.
8312 for ac_exec_ext in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314 ac_cv_prog_CROSSWINDRES="$ac_prog"
8315 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316 break 2
8318 done
8319 done
8320 IFS=$as_save_IFS
8324 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8325 if test -n "$CROSSWINDRES"; then
8326 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8327 $as_echo "$CROSSWINDRES" >&6; }
8328 else
8329 { $as_echo "$as_me:$LINENO: result: no" >&5
8330 $as_echo "no" >&6; }
8334 test -n "$CROSSWINDRES" && break
8335 done
8336 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8338 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
8340 # Extract the first word of "$ac_prog", so it can be a program name with args.
8341 set dummy $ac_prog; ac_word=$2
8342 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8343 $as_echo_n "checking for $ac_word... " >&6; }
8344 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8345 $as_echo_n "(cached) " >&6
8346 else
8347 if test -n "$MINGWAR"; then
8348 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8349 else
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8351 for as_dir in $PATH
8353 IFS=$as_save_IFS
8354 test -z "$as_dir" && as_dir=.
8355 for ac_exec_ext in '' $ac_executable_extensions; do
8356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8357 ac_cv_prog_MINGWAR="$ac_prog"
8358 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8359 break 2
8361 done
8362 done
8363 IFS=$as_save_IFS
8367 MINGWAR=$ac_cv_prog_MINGWAR
8368 if test -n "$MINGWAR"; then
8369 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8370 $as_echo "$MINGWAR" >&6; }
8371 else
8372 { $as_echo "$as_me:$LINENO: result: no" >&5
8373 $as_echo "no" >&6; }
8377 test -n "$MINGWAR" && break
8378 done
8379 test -n "$MINGWAR" || MINGWAR="false"
8381 if test "$CROSSCC" != "false"
8382 then
8383 CROSSTEST="\$(CROSSTEST)"
8389 if test "$ac_cv_header_pthread_h" = "yes"
8390 then
8391 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8392 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8393 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8394 $as_echo_n "(cached) " >&6
8395 else
8396 ac_check_lib_save_LIBS=$LIBS
8397 LIBS="-lpthread $LIBS"
8398 cat >conftest.$ac_ext <<_ACEOF
8399 /* confdefs.h. */
8400 _ACEOF
8401 cat confdefs.h >>conftest.$ac_ext
8402 cat >>conftest.$ac_ext <<_ACEOF
8403 /* end confdefs.h. */
8405 /* Override any GCC internal prototype to avoid an error.
8406 Use char because int might match the return type of a GCC
8407 builtin and then its argument prototype would still apply. */
8408 #ifdef __cplusplus
8409 extern "C"
8410 #endif
8411 char pthread_create ();
8413 main ()
8415 return pthread_create ();
8417 return 0;
8419 _ACEOF
8420 rm -f conftest.$ac_objext conftest$ac_exeext
8421 if { (ac_try="$ac_link"
8422 case "(($ac_try" in
8423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8424 *) ac_try_echo=$ac_try;;
8425 esac
8426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8427 $as_echo "$ac_try_echo") >&5
8428 (eval "$ac_link") 2>conftest.er1
8429 ac_status=$?
8430 grep -v '^ *+' conftest.er1 >conftest.err
8431 rm -f conftest.er1
8432 cat conftest.err >&5
8433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434 (exit $ac_status); } && {
8435 test -z "$ac_c_werror_flag" ||
8436 test ! -s conftest.err
8437 } && test -s conftest$ac_exeext && {
8438 test "$cross_compiling" = yes ||
8439 $as_test_x conftest$ac_exeext
8440 }; then
8441 ac_cv_lib_pthread_pthread_create=yes
8442 else
8443 $as_echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.$ac_ext >&5
8446 ac_cv_lib_pthread_pthread_create=no
8449 rm -rf conftest.dSYM
8450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8451 conftest$ac_exeext conftest.$ac_ext
8452 LIBS=$ac_check_lib_save_LIBS
8454 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8455 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8456 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8457 LIBPTHREAD="-lpthread"
8462 if test "x$LIBPTHREAD" = "x"; then
8463 case "x$with_pthread" in
8464 xno) ;;
8465 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8466 Wine cannot support threads without libpthread.
8467 Use the --without-pthread option if you really want this." >&5
8468 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8469 Wine cannot support threads without libpthread.
8470 Use the --without-pthread option if you really want this." >&2;}
8471 { (exit 1); exit 1; }; } ;;
8472 esac
8477 { $as_echo "$as_me:$LINENO: checking for X" >&5
8478 $as_echo_n "checking for X... " >&6; }
8481 # Check whether --with-x was given.
8482 if test "${with_x+set}" = set; then
8483 withval=$with_x;
8486 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8487 if test "x$with_x" = xno; then
8488 # The user explicitly disabled X.
8489 have_x=disabled
8490 else
8491 case $x_includes,$x_libraries in #(
8492 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8493 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8494 { (exit 1); exit 1; }; };; #(
8495 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8496 $as_echo_n "(cached) " >&6
8497 else
8498 # One or both of the vars are not set, and there is no cached value.
8499 ac_x_includes=no ac_x_libraries=no
8500 rm -f -r conftest.dir
8501 if mkdir conftest.dir; then
8502 cd conftest.dir
8503 cat >Imakefile <<'_ACEOF'
8504 incroot:
8505 @echo incroot='${INCROOT}'
8506 usrlibdir:
8507 @echo usrlibdir='${USRLIBDIR}'
8508 libdir:
8509 @echo libdir='${LIBDIR}'
8510 _ACEOF
8511 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8512 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8513 for ac_var in incroot usrlibdir libdir; do
8514 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8515 done
8516 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8517 for ac_extension in a so sl dylib la dll; do
8518 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8519 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8520 ac_im_usrlibdir=$ac_im_libdir; break
8522 done
8523 # Screen out bogus values from the imake configuration. They are
8524 # bogus both because they are the default anyway, and because
8525 # using them would break gcc on systems where it needs fixed includes.
8526 case $ac_im_incroot in
8527 /usr/include) ac_x_includes= ;;
8528 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8529 esac
8530 case $ac_im_usrlibdir in
8531 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8532 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8533 esac
8535 cd ..
8536 rm -f -r conftest.dir
8539 # Standard set of common directories for X headers.
8540 # Check X11 before X11Rn because it is often a symlink to the current release.
8541 ac_x_header_dirs='
8542 /usr/X11/include
8543 /usr/X11R6/include
8544 /usr/X11R5/include
8545 /usr/X11R4/include
8547 /usr/include/X11
8548 /usr/include/X11R6
8549 /usr/include/X11R5
8550 /usr/include/X11R4
8552 /usr/local/X11/include
8553 /usr/local/X11R6/include
8554 /usr/local/X11R5/include
8555 /usr/local/X11R4/include
8557 /usr/local/include/X11
8558 /usr/local/include/X11R6
8559 /usr/local/include/X11R5
8560 /usr/local/include/X11R4
8562 /usr/X386/include
8563 /usr/x386/include
8564 /usr/XFree86/include/X11
8566 /usr/include
8567 /usr/local/include
8568 /usr/unsupported/include
8569 /usr/athena/include
8570 /usr/local/x11r5/include
8571 /usr/lpp/Xamples/include
8573 /usr/openwin/include
8574 /usr/openwin/share/include'
8576 if test "$ac_x_includes" = no; then
8577 # Guess where to find include files, by looking for Xlib.h.
8578 # First, try using that file with no special directory specified.
8579 cat >conftest.$ac_ext <<_ACEOF
8580 /* confdefs.h. */
8581 _ACEOF
8582 cat confdefs.h >>conftest.$ac_ext
8583 cat >>conftest.$ac_ext <<_ACEOF
8584 /* end confdefs.h. */
8585 #include <X11/Xlib.h>
8586 _ACEOF
8587 if { (ac_try="$ac_cpp conftest.$ac_ext"
8588 case "(($ac_try" in
8589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8590 *) ac_try_echo=$ac_try;;
8591 esac
8592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8593 $as_echo "$ac_try_echo") >&5
8594 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8595 ac_status=$?
8596 grep -v '^ *+' conftest.er1 >conftest.err
8597 rm -f conftest.er1
8598 cat conftest.err >&5
8599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8600 (exit $ac_status); } >/dev/null && {
8601 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8602 test ! -s conftest.err
8603 }; then
8604 # We can compile using X headers with no special include directory.
8605 ac_x_includes=
8606 else
8607 $as_echo "$as_me: failed program was:" >&5
8608 sed 's/^/| /' conftest.$ac_ext >&5
8610 for ac_dir in $ac_x_header_dirs; do
8611 if test -r "$ac_dir/X11/Xlib.h"; then
8612 ac_x_includes=$ac_dir
8613 break
8615 done
8618 rm -f conftest.err conftest.$ac_ext
8619 fi # $ac_x_includes = no
8621 if test "$ac_x_libraries" = no; then
8622 # Check for the libraries.
8623 # See if we find them without any special options.
8624 # Don't add to $LIBS permanently.
8625 ac_save_LIBS=$LIBS
8626 LIBS="-lX11 $LIBS"
8627 cat >conftest.$ac_ext <<_ACEOF
8628 /* confdefs.h. */
8629 _ACEOF
8630 cat confdefs.h >>conftest.$ac_ext
8631 cat >>conftest.$ac_ext <<_ACEOF
8632 /* end confdefs.h. */
8633 #include <X11/Xlib.h>
8635 main ()
8637 XrmInitialize ()
8639 return 0;
8641 _ACEOF
8642 rm -f conftest.$ac_objext conftest$ac_exeext
8643 if { (ac_try="$ac_link"
8644 case "(($ac_try" in
8645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8646 *) ac_try_echo=$ac_try;;
8647 esac
8648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8649 $as_echo "$ac_try_echo") >&5
8650 (eval "$ac_link") 2>conftest.er1
8651 ac_status=$?
8652 grep -v '^ *+' conftest.er1 >conftest.err
8653 rm -f conftest.er1
8654 cat conftest.err >&5
8655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 (exit $ac_status); } && {
8657 test -z "$ac_c_werror_flag" ||
8658 test ! -s conftest.err
8659 } && test -s conftest$ac_exeext && {
8660 test "$cross_compiling" = yes ||
8661 $as_test_x conftest$ac_exeext
8662 }; then
8663 LIBS=$ac_save_LIBS
8664 # We can link X programs with no special library path.
8665 ac_x_libraries=
8666 else
8667 $as_echo "$as_me: failed program was:" >&5
8668 sed 's/^/| /' conftest.$ac_ext >&5
8670 LIBS=$ac_save_LIBS
8671 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8673 # Don't even attempt the hair of trying to link an X program!
8674 for ac_extension in a so sl dylib la dll; do
8675 if test -r "$ac_dir/libX11.$ac_extension"; then
8676 ac_x_libraries=$ac_dir
8677 break 2
8679 done
8680 done
8683 rm -rf conftest.dSYM
8684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8685 conftest$ac_exeext conftest.$ac_ext
8686 fi # $ac_x_libraries = no
8688 case $ac_x_includes,$ac_x_libraries in #(
8689 no,* | *,no | *\'*)
8690 # Didn't find X, or a directory has "'" in its name.
8691 ac_cv_have_x="have_x=no";; #(
8693 # Record where we found X for the cache.
8694 ac_cv_have_x="have_x=yes\
8695 ac_x_includes='$ac_x_includes'\
8696 ac_x_libraries='$ac_x_libraries'"
8697 esac
8699 ;; #(
8700 *) have_x=yes;;
8701 esac
8702 eval "$ac_cv_have_x"
8703 fi # $with_x != no
8705 if test "$have_x" != yes; then
8706 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8707 $as_echo "$have_x" >&6; }
8708 no_x=yes
8709 else
8710 # If each of the values was on the command line, it overrides each guess.
8711 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8712 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8713 # Update the cache value to reflect the command line values.
8714 ac_cv_have_x="have_x=yes\
8715 ac_x_includes='$x_includes'\
8716 ac_x_libraries='$x_libraries'"
8717 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8718 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8721 if test "$no_x" = yes; then
8722 # Not all programs may use this symbol, but it does not hurt to define it.
8724 cat >>confdefs.h <<\_ACEOF
8725 #define X_DISPLAY_MISSING 1
8726 _ACEOF
8728 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8729 else
8730 if test -n "$x_includes"; then
8731 X_CFLAGS="$X_CFLAGS -I$x_includes"
8734 # It would also be nice to do this for all -L options, not just this one.
8735 if test -n "$x_libraries"; then
8736 X_LIBS="$X_LIBS -L$x_libraries"
8737 # For Solaris; some versions of Sun CC require a space after -R and
8738 # others require no space. Words are not sufficient . . . .
8739 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8740 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8741 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8742 ac_xsave_c_werror_flag=$ac_c_werror_flag
8743 ac_c_werror_flag=yes
8744 cat >conftest.$ac_ext <<_ACEOF
8745 /* confdefs.h. */
8746 _ACEOF
8747 cat confdefs.h >>conftest.$ac_ext
8748 cat >>conftest.$ac_ext <<_ACEOF
8749 /* end confdefs.h. */
8752 main ()
8756 return 0;
8758 _ACEOF
8759 rm -f conftest.$ac_objext conftest$ac_exeext
8760 if { (ac_try="$ac_link"
8761 case "(($ac_try" in
8762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8763 *) ac_try_echo=$ac_try;;
8764 esac
8765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8766 $as_echo "$ac_try_echo") >&5
8767 (eval "$ac_link") 2>conftest.er1
8768 ac_status=$?
8769 grep -v '^ *+' conftest.er1 >conftest.err
8770 rm -f conftest.er1
8771 cat conftest.err >&5
8772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8773 (exit $ac_status); } && {
8774 test -z "$ac_c_werror_flag" ||
8775 test ! -s conftest.err
8776 } && test -s conftest$ac_exeext && {
8777 test "$cross_compiling" = yes ||
8778 $as_test_x conftest$ac_exeext
8779 }; then
8780 { $as_echo "$as_me:$LINENO: result: no" >&5
8781 $as_echo "no" >&6; }
8782 X_LIBS="$X_LIBS -R$x_libraries"
8783 else
8784 $as_echo "$as_me: failed program was:" >&5
8785 sed 's/^/| /' conftest.$ac_ext >&5
8787 LIBS="$ac_xsave_LIBS -R $x_libraries"
8788 cat >conftest.$ac_ext <<_ACEOF
8789 /* confdefs.h. */
8790 _ACEOF
8791 cat confdefs.h >>conftest.$ac_ext
8792 cat >>conftest.$ac_ext <<_ACEOF
8793 /* end confdefs.h. */
8796 main ()
8800 return 0;
8802 _ACEOF
8803 rm -f conftest.$ac_objext conftest$ac_exeext
8804 if { (ac_try="$ac_link"
8805 case "(($ac_try" in
8806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8807 *) ac_try_echo=$ac_try;;
8808 esac
8809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8810 $as_echo "$ac_try_echo") >&5
8811 (eval "$ac_link") 2>conftest.er1
8812 ac_status=$?
8813 grep -v '^ *+' conftest.er1 >conftest.err
8814 rm -f conftest.er1
8815 cat conftest.err >&5
8816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8817 (exit $ac_status); } && {
8818 test -z "$ac_c_werror_flag" ||
8819 test ! -s conftest.err
8820 } && test -s conftest$ac_exeext && {
8821 test "$cross_compiling" = yes ||
8822 $as_test_x conftest$ac_exeext
8823 }; then
8824 { $as_echo "$as_me:$LINENO: result: yes" >&5
8825 $as_echo "yes" >&6; }
8826 X_LIBS="$X_LIBS -R $x_libraries"
8827 else
8828 $as_echo "$as_me: failed program was:" >&5
8829 sed 's/^/| /' conftest.$ac_ext >&5
8831 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8832 $as_echo "neither works" >&6; }
8835 rm -rf conftest.dSYM
8836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8837 conftest$ac_exeext conftest.$ac_ext
8840 rm -rf conftest.dSYM
8841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8842 conftest$ac_exeext conftest.$ac_ext
8843 ac_c_werror_flag=$ac_xsave_c_werror_flag
8844 LIBS=$ac_xsave_LIBS
8847 # Check for system-dependent libraries X programs must link with.
8848 # Do this before checking for the system-independent R6 libraries
8849 # (-lICE), since we may need -lsocket or whatever for X linking.
8851 if test "$ISC" = yes; then
8852 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8853 else
8854 # Martyn Johnson says this is needed for Ultrix, if the X
8855 # libraries were built with DECnet support. And Karl Berry says
8856 # the Alpha needs dnet_stub (dnet does not exist).
8857 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8858 cat >conftest.$ac_ext <<_ACEOF
8859 /* confdefs.h. */
8860 _ACEOF
8861 cat confdefs.h >>conftest.$ac_ext
8862 cat >>conftest.$ac_ext <<_ACEOF
8863 /* end confdefs.h. */
8865 /* Override any GCC internal prototype to avoid an error.
8866 Use char because int might match the return type of a GCC
8867 builtin and then its argument prototype would still apply. */
8868 #ifdef __cplusplus
8869 extern "C"
8870 #endif
8871 char XOpenDisplay ();
8873 main ()
8875 return XOpenDisplay ();
8877 return 0;
8879 _ACEOF
8880 rm -f conftest.$ac_objext conftest$ac_exeext
8881 if { (ac_try="$ac_link"
8882 case "(($ac_try" in
8883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8884 *) ac_try_echo=$ac_try;;
8885 esac
8886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8887 $as_echo "$ac_try_echo") >&5
8888 (eval "$ac_link") 2>conftest.er1
8889 ac_status=$?
8890 grep -v '^ *+' conftest.er1 >conftest.err
8891 rm -f conftest.er1
8892 cat conftest.err >&5
8893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8894 (exit $ac_status); } && {
8895 test -z "$ac_c_werror_flag" ||
8896 test ! -s conftest.err
8897 } && test -s conftest$ac_exeext && {
8898 test "$cross_compiling" = yes ||
8899 $as_test_x conftest$ac_exeext
8900 }; then
8902 else
8903 $as_echo "$as_me: failed program was:" >&5
8904 sed 's/^/| /' conftest.$ac_ext >&5
8906 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8907 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8908 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8909 $as_echo_n "(cached) " >&6
8910 else
8911 ac_check_lib_save_LIBS=$LIBS
8912 LIBS="-ldnet $LIBS"
8913 cat >conftest.$ac_ext <<_ACEOF
8914 /* confdefs.h. */
8915 _ACEOF
8916 cat confdefs.h >>conftest.$ac_ext
8917 cat >>conftest.$ac_ext <<_ACEOF
8918 /* end confdefs.h. */
8920 /* Override any GCC internal prototype to avoid an error.
8921 Use char because int might match the return type of a GCC
8922 builtin and then its argument prototype would still apply. */
8923 #ifdef __cplusplus
8924 extern "C"
8925 #endif
8926 char dnet_ntoa ();
8928 main ()
8930 return dnet_ntoa ();
8932 return 0;
8934 _ACEOF
8935 rm -f conftest.$ac_objext conftest$ac_exeext
8936 if { (ac_try="$ac_link"
8937 case "(($ac_try" in
8938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8939 *) ac_try_echo=$ac_try;;
8940 esac
8941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8942 $as_echo "$ac_try_echo") >&5
8943 (eval "$ac_link") 2>conftest.er1
8944 ac_status=$?
8945 grep -v '^ *+' conftest.er1 >conftest.err
8946 rm -f conftest.er1
8947 cat conftest.err >&5
8948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8949 (exit $ac_status); } && {
8950 test -z "$ac_c_werror_flag" ||
8951 test ! -s conftest.err
8952 } && test -s conftest$ac_exeext && {
8953 test "$cross_compiling" = yes ||
8954 $as_test_x conftest$ac_exeext
8955 }; then
8956 ac_cv_lib_dnet_dnet_ntoa=yes
8957 else
8958 $as_echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.$ac_ext >&5
8961 ac_cv_lib_dnet_dnet_ntoa=no
8964 rm -rf conftest.dSYM
8965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8966 conftest$ac_exeext conftest.$ac_ext
8967 LIBS=$ac_check_lib_save_LIBS
8969 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8970 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8971 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8972 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8975 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8976 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8977 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8978 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8979 $as_echo_n "(cached) " >&6
8980 else
8981 ac_check_lib_save_LIBS=$LIBS
8982 LIBS="-ldnet_stub $LIBS"
8983 cat >conftest.$ac_ext <<_ACEOF
8984 /* confdefs.h. */
8985 _ACEOF
8986 cat confdefs.h >>conftest.$ac_ext
8987 cat >>conftest.$ac_ext <<_ACEOF
8988 /* end confdefs.h. */
8990 /* Override any GCC internal prototype to avoid an error.
8991 Use char because int might match the return type of a GCC
8992 builtin and then its argument prototype would still apply. */
8993 #ifdef __cplusplus
8994 extern "C"
8995 #endif
8996 char dnet_ntoa ();
8998 main ()
9000 return dnet_ntoa ();
9002 return 0;
9004 _ACEOF
9005 rm -f conftest.$ac_objext conftest$ac_exeext
9006 if { (ac_try="$ac_link"
9007 case "(($ac_try" in
9008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9009 *) ac_try_echo=$ac_try;;
9010 esac
9011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9012 $as_echo "$ac_try_echo") >&5
9013 (eval "$ac_link") 2>conftest.er1
9014 ac_status=$?
9015 grep -v '^ *+' conftest.er1 >conftest.err
9016 rm -f conftest.er1
9017 cat conftest.err >&5
9018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext && {
9023 test "$cross_compiling" = yes ||
9024 $as_test_x conftest$ac_exeext
9025 }; then
9026 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9027 else
9028 $as_echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_lib_dnet_stub_dnet_ntoa=no
9034 rm -rf conftest.dSYM
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036 conftest$ac_exeext conftest.$ac_ext
9037 LIBS=$ac_check_lib_save_LIBS
9039 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9040 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9041 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9042 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9048 rm -rf conftest.dSYM
9049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9050 conftest$ac_exeext conftest.$ac_ext
9051 LIBS="$ac_xsave_LIBS"
9053 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9054 # to get the SysV transport functions.
9055 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9056 # needs -lnsl.
9057 # The nsl library prevents programs from opening the X display
9058 # on Irix 5.2, according to T.E. Dickey.
9059 # The functions gethostbyname, getservbyname, and inet_addr are
9060 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9061 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9062 $as_echo_n "checking for gethostbyname... " >&6; }
9063 if test "${ac_cv_func_gethostbyname+set}" = set; then
9064 $as_echo_n "(cached) " >&6
9065 else
9066 cat >conftest.$ac_ext <<_ACEOF
9067 /* confdefs.h. */
9068 _ACEOF
9069 cat confdefs.h >>conftest.$ac_ext
9070 cat >>conftest.$ac_ext <<_ACEOF
9071 /* end confdefs.h. */
9072 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9074 #define gethostbyname innocuous_gethostbyname
9076 /* System header to define __stub macros and hopefully few prototypes,
9077 which can conflict with char gethostbyname (); below.
9078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9079 <limits.h> exists even on freestanding compilers. */
9081 #ifdef __STDC__
9082 # include <limits.h>
9083 #else
9084 # include <assert.h>
9085 #endif
9087 #undef gethostbyname
9089 /* Override any GCC internal prototype to avoid an error.
9090 Use char because int might match the return type of a GCC
9091 builtin and then its argument prototype would still apply. */
9092 #ifdef __cplusplus
9093 extern "C"
9094 #endif
9095 char gethostbyname ();
9096 /* The GNU C library defines this for functions which it implements
9097 to always fail with ENOSYS. Some functions are actually named
9098 something starting with __ and the normal name is an alias. */
9099 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9100 choke me
9101 #endif
9104 main ()
9106 return gethostbyname ();
9108 return 0;
9110 _ACEOF
9111 rm -f conftest.$ac_objext conftest$ac_exeext
9112 if { (ac_try="$ac_link"
9113 case "(($ac_try" in
9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9116 esac
9117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9118 $as_echo "$ac_try_echo") >&5
9119 (eval "$ac_link") 2>conftest.er1
9120 ac_status=$?
9121 grep -v '^ *+' conftest.er1 >conftest.err
9122 rm -f conftest.er1
9123 cat conftest.err >&5
9124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9125 (exit $ac_status); } && {
9126 test -z "$ac_c_werror_flag" ||
9127 test ! -s conftest.err
9128 } && test -s conftest$ac_exeext && {
9129 test "$cross_compiling" = yes ||
9130 $as_test_x conftest$ac_exeext
9131 }; then
9132 ac_cv_func_gethostbyname=yes
9133 else
9134 $as_echo "$as_me: failed program was:" >&5
9135 sed 's/^/| /' conftest.$ac_ext >&5
9137 ac_cv_func_gethostbyname=no
9140 rm -rf conftest.dSYM
9141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9142 conftest$ac_exeext conftest.$ac_ext
9144 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9145 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9147 if test $ac_cv_func_gethostbyname = no; then
9148 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9149 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9150 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9151 $as_echo_n "(cached) " >&6
9152 else
9153 ac_check_lib_save_LIBS=$LIBS
9154 LIBS="-lnsl $LIBS"
9155 cat >conftest.$ac_ext <<_ACEOF
9156 /* confdefs.h. */
9157 _ACEOF
9158 cat confdefs.h >>conftest.$ac_ext
9159 cat >>conftest.$ac_ext <<_ACEOF
9160 /* end confdefs.h. */
9162 /* Override any GCC internal prototype to avoid an error.
9163 Use char because int might match the return type of a GCC
9164 builtin and then its argument prototype would still apply. */
9165 #ifdef __cplusplus
9166 extern "C"
9167 #endif
9168 char gethostbyname ();
9170 main ()
9172 return gethostbyname ();
9174 return 0;
9176 _ACEOF
9177 rm -f conftest.$ac_objext conftest$ac_exeext
9178 if { (ac_try="$ac_link"
9179 case "(($ac_try" in
9180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9181 *) ac_try_echo=$ac_try;;
9182 esac
9183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9184 $as_echo "$ac_try_echo") >&5
9185 (eval "$ac_link") 2>conftest.er1
9186 ac_status=$?
9187 grep -v '^ *+' conftest.er1 >conftest.err
9188 rm -f conftest.er1
9189 cat conftest.err >&5
9190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9191 (exit $ac_status); } && {
9192 test -z "$ac_c_werror_flag" ||
9193 test ! -s conftest.err
9194 } && test -s conftest$ac_exeext && {
9195 test "$cross_compiling" = yes ||
9196 $as_test_x conftest$ac_exeext
9197 }; then
9198 ac_cv_lib_nsl_gethostbyname=yes
9199 else
9200 $as_echo "$as_me: failed program was:" >&5
9201 sed 's/^/| /' conftest.$ac_ext >&5
9203 ac_cv_lib_nsl_gethostbyname=no
9206 rm -rf conftest.dSYM
9207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9212 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9213 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9214 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9217 if test $ac_cv_lib_nsl_gethostbyname = no; then
9218 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9219 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9220 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9221 $as_echo_n "(cached) " >&6
9222 else
9223 ac_check_lib_save_LIBS=$LIBS
9224 LIBS="-lbsd $LIBS"
9225 cat >conftest.$ac_ext <<_ACEOF
9226 /* confdefs.h. */
9227 _ACEOF
9228 cat confdefs.h >>conftest.$ac_ext
9229 cat >>conftest.$ac_ext <<_ACEOF
9230 /* end confdefs.h. */
9232 /* Override any GCC internal prototype to avoid an error.
9233 Use char because int might match the return type of a GCC
9234 builtin and then its argument prototype would still apply. */
9235 #ifdef __cplusplus
9236 extern "C"
9237 #endif
9238 char gethostbyname ();
9240 main ()
9242 return gethostbyname ();
9244 return 0;
9246 _ACEOF
9247 rm -f conftest.$ac_objext conftest$ac_exeext
9248 if { (ac_try="$ac_link"
9249 case "(($ac_try" in
9250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9251 *) ac_try_echo=$ac_try;;
9252 esac
9253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9254 $as_echo "$ac_try_echo") >&5
9255 (eval "$ac_link") 2>conftest.er1
9256 ac_status=$?
9257 grep -v '^ *+' conftest.er1 >conftest.err
9258 rm -f conftest.er1
9259 cat conftest.err >&5
9260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9261 (exit $ac_status); } && {
9262 test -z "$ac_c_werror_flag" ||
9263 test ! -s conftest.err
9264 } && test -s conftest$ac_exeext && {
9265 test "$cross_compiling" = yes ||
9266 $as_test_x conftest$ac_exeext
9267 }; then
9268 ac_cv_lib_bsd_gethostbyname=yes
9269 else
9270 $as_echo "$as_me: failed program was:" >&5
9271 sed 's/^/| /' conftest.$ac_ext >&5
9273 ac_cv_lib_bsd_gethostbyname=no
9276 rm -rf conftest.dSYM
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 LIBS=$ac_check_lib_save_LIBS
9281 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9282 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9283 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9284 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9290 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9291 # socket/setsockopt and other routines are undefined under SCO ODT
9292 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9293 # on later versions), says Simon Leinen: it contains gethostby*
9294 # variants that don't use the name server (or something). -lsocket
9295 # must be given before -lnsl if both are needed. We assume that
9296 # if connect needs -lnsl, so does gethostbyname.
9297 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9298 $as_echo_n "checking for connect... " >&6; }
9299 if test "${ac_cv_func_connect+set}" = set; then
9300 $as_echo_n "(cached) " >&6
9301 else
9302 cat >conftest.$ac_ext <<_ACEOF
9303 /* confdefs.h. */
9304 _ACEOF
9305 cat confdefs.h >>conftest.$ac_ext
9306 cat >>conftest.$ac_ext <<_ACEOF
9307 /* end confdefs.h. */
9308 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9310 #define connect innocuous_connect
9312 /* System header to define __stub macros and hopefully few prototypes,
9313 which can conflict with char connect (); below.
9314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9315 <limits.h> exists even on freestanding compilers. */
9317 #ifdef __STDC__
9318 # include <limits.h>
9319 #else
9320 # include <assert.h>
9321 #endif
9323 #undef connect
9325 /* Override any GCC internal prototype to avoid an error.
9326 Use char because int might match the return type of a GCC
9327 builtin and then its argument prototype would still apply. */
9328 #ifdef __cplusplus
9329 extern "C"
9330 #endif
9331 char connect ();
9332 /* The GNU C library defines this for functions which it implements
9333 to always fail with ENOSYS. Some functions are actually named
9334 something starting with __ and the normal name is an alias. */
9335 #if defined __stub_connect || defined __stub___connect
9336 choke me
9337 #endif
9340 main ()
9342 return connect ();
9344 return 0;
9346 _ACEOF
9347 rm -f conftest.$ac_objext conftest$ac_exeext
9348 if { (ac_try="$ac_link"
9349 case "(($ac_try" in
9350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9351 *) ac_try_echo=$ac_try;;
9352 esac
9353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9354 $as_echo "$ac_try_echo") >&5
9355 (eval "$ac_link") 2>conftest.er1
9356 ac_status=$?
9357 grep -v '^ *+' conftest.er1 >conftest.err
9358 rm -f conftest.er1
9359 cat conftest.err >&5
9360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9361 (exit $ac_status); } && {
9362 test -z "$ac_c_werror_flag" ||
9363 test ! -s conftest.err
9364 } && test -s conftest$ac_exeext && {
9365 test "$cross_compiling" = yes ||
9366 $as_test_x conftest$ac_exeext
9367 }; then
9368 ac_cv_func_connect=yes
9369 else
9370 $as_echo "$as_me: failed program was:" >&5
9371 sed 's/^/| /' conftest.$ac_ext >&5
9373 ac_cv_func_connect=no
9376 rm -rf conftest.dSYM
9377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9378 conftest$ac_exeext conftest.$ac_ext
9380 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9381 $as_echo "$ac_cv_func_connect" >&6; }
9383 if test $ac_cv_func_connect = no; then
9384 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9385 $as_echo_n "checking for connect in -lsocket... " >&6; }
9386 if test "${ac_cv_lib_socket_connect+set}" = set; then
9387 $as_echo_n "(cached) " >&6
9388 else
9389 ac_check_lib_save_LIBS=$LIBS
9390 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9391 cat >conftest.$ac_ext <<_ACEOF
9392 /* confdefs.h. */
9393 _ACEOF
9394 cat confdefs.h >>conftest.$ac_ext
9395 cat >>conftest.$ac_ext <<_ACEOF
9396 /* end confdefs.h. */
9398 /* Override any GCC internal prototype to avoid an error.
9399 Use char because int might match the return type of a GCC
9400 builtin and then its argument prototype would still apply. */
9401 #ifdef __cplusplus
9402 extern "C"
9403 #endif
9404 char connect ();
9406 main ()
9408 return connect ();
9410 return 0;
9412 _ACEOF
9413 rm -f conftest.$ac_objext conftest$ac_exeext
9414 if { (ac_try="$ac_link"
9415 case "(($ac_try" in
9416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9417 *) ac_try_echo=$ac_try;;
9418 esac
9419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9420 $as_echo "$ac_try_echo") >&5
9421 (eval "$ac_link") 2>conftest.er1
9422 ac_status=$?
9423 grep -v '^ *+' conftest.er1 >conftest.err
9424 rm -f conftest.er1
9425 cat conftest.err >&5
9426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9427 (exit $ac_status); } && {
9428 test -z "$ac_c_werror_flag" ||
9429 test ! -s conftest.err
9430 } && test -s conftest$ac_exeext && {
9431 test "$cross_compiling" = yes ||
9432 $as_test_x conftest$ac_exeext
9433 }; then
9434 ac_cv_lib_socket_connect=yes
9435 else
9436 $as_echo "$as_me: failed program was:" >&5
9437 sed 's/^/| /' conftest.$ac_ext >&5
9439 ac_cv_lib_socket_connect=no
9442 rm -rf conftest.dSYM
9443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9444 conftest$ac_exeext conftest.$ac_ext
9445 LIBS=$ac_check_lib_save_LIBS
9447 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9448 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9449 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9450 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9455 # Guillermo Gomez says -lposix is necessary on A/UX.
9456 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9457 $as_echo_n "checking for remove... " >&6; }
9458 if test "${ac_cv_func_remove+set}" = set; then
9459 $as_echo_n "(cached) " >&6
9460 else
9461 cat >conftest.$ac_ext <<_ACEOF
9462 /* confdefs.h. */
9463 _ACEOF
9464 cat confdefs.h >>conftest.$ac_ext
9465 cat >>conftest.$ac_ext <<_ACEOF
9466 /* end confdefs.h. */
9467 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9468 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9469 #define remove innocuous_remove
9471 /* System header to define __stub macros and hopefully few prototypes,
9472 which can conflict with char remove (); below.
9473 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9474 <limits.h> exists even on freestanding compilers. */
9476 #ifdef __STDC__
9477 # include <limits.h>
9478 #else
9479 # include <assert.h>
9480 #endif
9482 #undef remove
9484 /* Override any GCC internal prototype to avoid an error.
9485 Use char because int might match the return type of a GCC
9486 builtin and then its argument prototype would still apply. */
9487 #ifdef __cplusplus
9488 extern "C"
9489 #endif
9490 char remove ();
9491 /* The GNU C library defines this for functions which it implements
9492 to always fail with ENOSYS. Some functions are actually named
9493 something starting with __ and the normal name is an alias. */
9494 #if defined __stub_remove || defined __stub___remove
9495 choke me
9496 #endif
9499 main ()
9501 return remove ();
9503 return 0;
9505 _ACEOF
9506 rm -f conftest.$ac_objext conftest$ac_exeext
9507 if { (ac_try="$ac_link"
9508 case "(($ac_try" in
9509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9510 *) ac_try_echo=$ac_try;;
9511 esac
9512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9513 $as_echo "$ac_try_echo") >&5
9514 (eval "$ac_link") 2>conftest.er1
9515 ac_status=$?
9516 grep -v '^ *+' conftest.er1 >conftest.err
9517 rm -f conftest.er1
9518 cat conftest.err >&5
9519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9520 (exit $ac_status); } && {
9521 test -z "$ac_c_werror_flag" ||
9522 test ! -s conftest.err
9523 } && test -s conftest$ac_exeext && {
9524 test "$cross_compiling" = yes ||
9525 $as_test_x conftest$ac_exeext
9526 }; then
9527 ac_cv_func_remove=yes
9528 else
9529 $as_echo "$as_me: failed program was:" >&5
9530 sed 's/^/| /' conftest.$ac_ext >&5
9532 ac_cv_func_remove=no
9535 rm -rf conftest.dSYM
9536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9537 conftest$ac_exeext conftest.$ac_ext
9539 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9540 $as_echo "$ac_cv_func_remove" >&6; }
9542 if test $ac_cv_func_remove = no; then
9543 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9544 $as_echo_n "checking for remove in -lposix... " >&6; }
9545 if test "${ac_cv_lib_posix_remove+set}" = set; then
9546 $as_echo_n "(cached) " >&6
9547 else
9548 ac_check_lib_save_LIBS=$LIBS
9549 LIBS="-lposix $LIBS"
9550 cat >conftest.$ac_ext <<_ACEOF
9551 /* confdefs.h. */
9552 _ACEOF
9553 cat confdefs.h >>conftest.$ac_ext
9554 cat >>conftest.$ac_ext <<_ACEOF
9555 /* end confdefs.h. */
9557 /* Override any GCC internal prototype to avoid an error.
9558 Use char because int might match the return type of a GCC
9559 builtin and then its argument prototype would still apply. */
9560 #ifdef __cplusplus
9561 extern "C"
9562 #endif
9563 char remove ();
9565 main ()
9567 return remove ();
9569 return 0;
9571 _ACEOF
9572 rm -f conftest.$ac_objext conftest$ac_exeext
9573 if { (ac_try="$ac_link"
9574 case "(($ac_try" in
9575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9576 *) ac_try_echo=$ac_try;;
9577 esac
9578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9579 $as_echo "$ac_try_echo") >&5
9580 (eval "$ac_link") 2>conftest.er1
9581 ac_status=$?
9582 grep -v '^ *+' conftest.er1 >conftest.err
9583 rm -f conftest.er1
9584 cat conftest.err >&5
9585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9586 (exit $ac_status); } && {
9587 test -z "$ac_c_werror_flag" ||
9588 test ! -s conftest.err
9589 } && test -s conftest$ac_exeext && {
9590 test "$cross_compiling" = yes ||
9591 $as_test_x conftest$ac_exeext
9592 }; then
9593 ac_cv_lib_posix_remove=yes
9594 else
9595 $as_echo "$as_me: failed program was:" >&5
9596 sed 's/^/| /' conftest.$ac_ext >&5
9598 ac_cv_lib_posix_remove=no
9601 rm -rf conftest.dSYM
9602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9603 conftest$ac_exeext conftest.$ac_ext
9604 LIBS=$ac_check_lib_save_LIBS
9606 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9607 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9608 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9609 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9614 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9615 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9616 $as_echo_n "checking for shmat... " >&6; }
9617 if test "${ac_cv_func_shmat+set}" = set; then
9618 $as_echo_n "(cached) " >&6
9619 else
9620 cat >conftest.$ac_ext <<_ACEOF
9621 /* confdefs.h. */
9622 _ACEOF
9623 cat confdefs.h >>conftest.$ac_ext
9624 cat >>conftest.$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9626 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9628 #define shmat innocuous_shmat
9630 /* System header to define __stub macros and hopefully few prototypes,
9631 which can conflict with char shmat (); below.
9632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9633 <limits.h> exists even on freestanding compilers. */
9635 #ifdef __STDC__
9636 # include <limits.h>
9637 #else
9638 # include <assert.h>
9639 #endif
9641 #undef shmat
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9646 #ifdef __cplusplus
9647 extern "C"
9648 #endif
9649 char shmat ();
9650 /* The GNU C library defines this for functions which it implements
9651 to always fail with ENOSYS. Some functions are actually named
9652 something starting with __ and the normal name is an alias. */
9653 #if defined __stub_shmat || defined __stub___shmat
9654 choke me
9655 #endif
9658 main ()
9660 return shmat ();
9662 return 0;
9664 _ACEOF
9665 rm -f conftest.$ac_objext conftest$ac_exeext
9666 if { (ac_try="$ac_link"
9667 case "(($ac_try" in
9668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9669 *) ac_try_echo=$ac_try;;
9670 esac
9671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9672 $as_echo "$ac_try_echo") >&5
9673 (eval "$ac_link") 2>conftest.er1
9674 ac_status=$?
9675 grep -v '^ *+' conftest.er1 >conftest.err
9676 rm -f conftest.er1
9677 cat conftest.err >&5
9678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9679 (exit $ac_status); } && {
9680 test -z "$ac_c_werror_flag" ||
9681 test ! -s conftest.err
9682 } && test -s conftest$ac_exeext && {
9683 test "$cross_compiling" = yes ||
9684 $as_test_x conftest$ac_exeext
9685 }; then
9686 ac_cv_func_shmat=yes
9687 else
9688 $as_echo "$as_me: failed program was:" >&5
9689 sed 's/^/| /' conftest.$ac_ext >&5
9691 ac_cv_func_shmat=no
9694 rm -rf conftest.dSYM
9695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9696 conftest$ac_exeext conftest.$ac_ext
9698 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9699 $as_echo "$ac_cv_func_shmat" >&6; }
9701 if test $ac_cv_func_shmat = no; then
9702 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9703 $as_echo_n "checking for shmat in -lipc... " >&6; }
9704 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9705 $as_echo_n "(cached) " >&6
9706 else
9707 ac_check_lib_save_LIBS=$LIBS
9708 LIBS="-lipc $LIBS"
9709 cat >conftest.$ac_ext <<_ACEOF
9710 /* confdefs.h. */
9711 _ACEOF
9712 cat confdefs.h >>conftest.$ac_ext
9713 cat >>conftest.$ac_ext <<_ACEOF
9714 /* end confdefs.h. */
9716 /* Override any GCC internal prototype to avoid an error.
9717 Use char because int might match the return type of a GCC
9718 builtin and then its argument prototype would still apply. */
9719 #ifdef __cplusplus
9720 extern "C"
9721 #endif
9722 char shmat ();
9724 main ()
9726 return shmat ();
9728 return 0;
9730 _ACEOF
9731 rm -f conftest.$ac_objext conftest$ac_exeext
9732 if { (ac_try="$ac_link"
9733 case "(($ac_try" in
9734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9735 *) ac_try_echo=$ac_try;;
9736 esac
9737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9738 $as_echo "$ac_try_echo") >&5
9739 (eval "$ac_link") 2>conftest.er1
9740 ac_status=$?
9741 grep -v '^ *+' conftest.er1 >conftest.err
9742 rm -f conftest.er1
9743 cat conftest.err >&5
9744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); } && {
9746 test -z "$ac_c_werror_flag" ||
9747 test ! -s conftest.err
9748 } && test -s conftest$ac_exeext && {
9749 test "$cross_compiling" = yes ||
9750 $as_test_x conftest$ac_exeext
9751 }; then
9752 ac_cv_lib_ipc_shmat=yes
9753 else
9754 $as_echo "$as_me: failed program was:" >&5
9755 sed 's/^/| /' conftest.$ac_ext >&5
9757 ac_cv_lib_ipc_shmat=no
9760 rm -rf conftest.dSYM
9761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9762 conftest$ac_exeext conftest.$ac_ext
9763 LIBS=$ac_check_lib_save_LIBS
9765 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9766 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9767 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9768 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9774 # Check for libraries that X11R6 Xt/Xaw programs need.
9775 ac_save_LDFLAGS=$LDFLAGS
9776 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9777 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9778 # check for ICE first), but we must link in the order -lSM -lICE or
9779 # we get undefined symbols. So assume we have SM if we have ICE.
9780 # These have to be linked with before -lX11, unlike the other
9781 # libraries we check for below, so use a different variable.
9782 # John Interrante, Karl Berry
9783 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9784 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9785 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9786 $as_echo_n "(cached) " >&6
9787 else
9788 ac_check_lib_save_LIBS=$LIBS
9789 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9790 cat >conftest.$ac_ext <<_ACEOF
9791 /* confdefs.h. */
9792 _ACEOF
9793 cat confdefs.h >>conftest.$ac_ext
9794 cat >>conftest.$ac_ext <<_ACEOF
9795 /* end confdefs.h. */
9797 /* Override any GCC internal prototype to avoid an error.
9798 Use char because int might match the return type of a GCC
9799 builtin and then its argument prototype would still apply. */
9800 #ifdef __cplusplus
9801 extern "C"
9802 #endif
9803 char IceConnectionNumber ();
9805 main ()
9807 return IceConnectionNumber ();
9809 return 0;
9811 _ACEOF
9812 rm -f conftest.$ac_objext conftest$ac_exeext
9813 if { (ac_try="$ac_link"
9814 case "(($ac_try" in
9815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9816 *) ac_try_echo=$ac_try;;
9817 esac
9818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9819 $as_echo "$ac_try_echo") >&5
9820 (eval "$ac_link") 2>conftest.er1
9821 ac_status=$?
9822 grep -v '^ *+' conftest.er1 >conftest.err
9823 rm -f conftest.er1
9824 cat conftest.err >&5
9825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826 (exit $ac_status); } && {
9827 test -z "$ac_c_werror_flag" ||
9828 test ! -s conftest.err
9829 } && test -s conftest$ac_exeext && {
9830 test "$cross_compiling" = yes ||
9831 $as_test_x conftest$ac_exeext
9832 }; then
9833 ac_cv_lib_ICE_IceConnectionNumber=yes
9834 else
9835 $as_echo "$as_me: failed program was:" >&5
9836 sed 's/^/| /' conftest.$ac_ext >&5
9838 ac_cv_lib_ICE_IceConnectionNumber=no
9841 rm -rf conftest.dSYM
9842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9843 conftest$ac_exeext conftest.$ac_ext
9844 LIBS=$ac_check_lib_save_LIBS
9846 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9847 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9848 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9849 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9852 LDFLAGS=$ac_save_LDFLAGS
9857 if test "$have_x" = "yes"
9858 then
9859 XLIB="-lXext -lX11"
9860 ac_save_CPPFLAGS="$CPPFLAGS"
9861 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9863 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9864 $as_echo_n "checking for -lX11... " >&6; }
9865 if test "${ac_cv_lib_soname_X11+set}" = set; then
9866 $as_echo_n "(cached) " >&6
9867 else
9868 ac_check_soname_save_LIBS=$LIBS
9869 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9870 cat >conftest.$ac_ext <<_ACEOF
9871 /* confdefs.h. */
9872 _ACEOF
9873 cat confdefs.h >>conftest.$ac_ext
9874 cat >>conftest.$ac_ext <<_ACEOF
9875 /* end confdefs.h. */
9877 /* Override any GCC internal prototype to avoid an error.
9878 Use char because int might match the return type of a GCC
9879 builtin and then its argument prototype would still apply. */
9880 #ifdef __cplusplus
9881 extern "C"
9882 #endif
9883 char XCreateWindow ();
9885 main ()
9887 return XCreateWindow ();
9889 return 0;
9891 _ACEOF
9892 rm -f conftest.$ac_objext conftest$ac_exeext
9893 if { (ac_try="$ac_link"
9894 case "(($ac_try" in
9895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9896 *) ac_try_echo=$ac_try;;
9897 esac
9898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9899 $as_echo "$ac_try_echo") >&5
9900 (eval "$ac_link") 2>conftest.er1
9901 ac_status=$?
9902 grep -v '^ *+' conftest.er1 >conftest.err
9903 rm -f conftest.er1
9904 cat conftest.err >&5
9905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } && {
9907 test -z "$ac_c_werror_flag" ||
9908 test ! -s conftest.err
9909 } && test -s conftest$ac_exeext && {
9910 test "$cross_compiling" = yes ||
9911 $as_test_x conftest$ac_exeext
9912 }; then
9913 case "$LIBEXT" in
9914 dll) ;;
9915 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'` ;;
9916 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9917 esac
9918 else
9919 $as_echo "$as_me: failed program was:" >&5
9920 sed 's/^/| /' conftest.$ac_ext >&5
9925 rm -rf conftest.dSYM
9926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9927 conftest$ac_exeext conftest.$ac_ext
9928 LIBS=$ac_check_soname_save_LIBS
9930 if test "x$ac_cv_lib_soname_X11" = "x"; then
9931 { $as_echo "$as_me:$LINENO: result: not found" >&5
9932 $as_echo "not found" >&6; }
9934 else
9935 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9936 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9938 cat >>confdefs.h <<_ACEOF
9939 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9940 _ACEOF
9945 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9946 $as_echo_n "checking for -lXext... " >&6; }
9947 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9948 $as_echo_n "(cached) " >&6
9949 else
9950 ac_check_soname_save_LIBS=$LIBS
9951 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9952 cat >conftest.$ac_ext <<_ACEOF
9953 /* confdefs.h. */
9954 _ACEOF
9955 cat confdefs.h >>conftest.$ac_ext
9956 cat >>conftest.$ac_ext <<_ACEOF
9957 /* end confdefs.h. */
9959 /* Override any GCC internal prototype to avoid an error.
9960 Use char because int might match the return type of a GCC
9961 builtin and then its argument prototype would still apply. */
9962 #ifdef __cplusplus
9963 extern "C"
9964 #endif
9965 char XextCreateExtension ();
9967 main ()
9969 return XextCreateExtension ();
9971 return 0;
9973 _ACEOF
9974 rm -f conftest.$ac_objext conftest$ac_exeext
9975 if { (ac_try="$ac_link"
9976 case "(($ac_try" in
9977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9978 *) ac_try_echo=$ac_try;;
9979 esac
9980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9981 $as_echo "$ac_try_echo") >&5
9982 (eval "$ac_link") 2>conftest.er1
9983 ac_status=$?
9984 grep -v '^ *+' conftest.er1 >conftest.err
9985 rm -f conftest.er1
9986 cat conftest.err >&5
9987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); } && {
9989 test -z "$ac_c_werror_flag" ||
9990 test ! -s conftest.err
9991 } && test -s conftest$ac_exeext && {
9992 test "$cross_compiling" = yes ||
9993 $as_test_x conftest$ac_exeext
9994 }; then
9995 case "$LIBEXT" in
9996 dll) ;;
9997 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'` ;;
9998 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9999 esac
10000 else
10001 $as_echo "$as_me: failed program was:" >&5
10002 sed 's/^/| /' conftest.$ac_ext >&5
10007 rm -rf conftest.dSYM
10008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10009 conftest$ac_exeext conftest.$ac_ext
10010 LIBS=$ac_check_soname_save_LIBS
10012 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10013 { $as_echo "$as_me:$LINENO: result: not found" >&5
10014 $as_echo "not found" >&6; }
10016 else
10017 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10018 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10020 cat >>confdefs.h <<_ACEOF
10021 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10022 _ACEOF
10040 for ac_header in X11/Xlib.h \
10041 X11/XKBlib.h \
10042 X11/Xutil.h \
10043 X11/Xcursor/Xcursor.h \
10044 X11/extensions/shape.h \
10045 X11/extensions/XInput.h \
10046 X11/extensions/XShm.h \
10047 X11/extensions/Xcomposite.h \
10048 X11/extensions/Xinerama.h \
10049 X11/extensions/Xrandr.h \
10050 X11/extensions/Xrender.h \
10051 X11/extensions/xf86vmode.h
10053 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10055 $as_echo_n "checking for $ac_header... " >&6; }
10056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10057 $as_echo_n "(cached) " >&6
10058 else
10059 cat >conftest.$ac_ext <<_ACEOF
10060 /* confdefs.h. */
10061 _ACEOF
10062 cat confdefs.h >>conftest.$ac_ext
10063 cat >>conftest.$ac_ext <<_ACEOF
10064 /* end confdefs.h. */
10065 #ifdef HAVE_X11_XLIB_H
10066 # include <X11/Xlib.h>
10067 #endif
10068 #ifdef HAVE_X11_XUTIL_H
10069 # include <X11/Xutil.h>
10070 #endif
10072 #include <$ac_header>
10073 _ACEOF
10074 rm -f conftest.$ac_objext
10075 if { (ac_try="$ac_compile"
10076 case "(($ac_try" in
10077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10078 *) ac_try_echo=$ac_try;;
10079 esac
10080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10081 $as_echo "$ac_try_echo") >&5
10082 (eval "$ac_compile") 2>conftest.er1
10083 ac_status=$?
10084 grep -v '^ *+' conftest.er1 >conftest.err
10085 rm -f conftest.er1
10086 cat conftest.err >&5
10087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } && {
10089 test -z "$ac_c_werror_flag" ||
10090 test ! -s conftest.err
10091 } && test -s conftest.$ac_objext; then
10092 eval "$as_ac_Header=yes"
10093 else
10094 $as_echo "$as_me: failed program was:" >&5
10095 sed 's/^/| /' conftest.$ac_ext >&5
10097 eval "$as_ac_Header=no"
10100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10102 ac_res=`eval 'as_val=${'$as_ac_Header'}
10103 $as_echo "$as_val"'`
10104 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10105 $as_echo "$ac_res" >&6; }
10106 as_val=`eval 'as_val=${'$as_ac_Header'}
10107 $as_echo "$as_val"'`
10108 if test "x$as_val" = x""yes; then
10109 cat >>confdefs.h <<_ACEOF
10110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10111 _ACEOF
10115 done
10118 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10119 then
10120 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10121 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10122 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10123 $as_echo_n "(cached) " >&6
10124 else
10125 ac_check_lib_save_LIBS=$LIBS
10126 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10127 cat >conftest.$ac_ext <<_ACEOF
10128 /* confdefs.h. */
10129 _ACEOF
10130 cat confdefs.h >>conftest.$ac_ext
10131 cat >>conftest.$ac_ext <<_ACEOF
10132 /* end confdefs.h. */
10134 /* Override any GCC internal prototype to avoid an error.
10135 Use char because int might match the return type of a GCC
10136 builtin and then its argument prototype would still apply. */
10137 #ifdef __cplusplus
10138 extern "C"
10139 #endif
10140 char XkbQueryExtension ();
10142 main ()
10144 return XkbQueryExtension ();
10146 return 0;
10148 _ACEOF
10149 rm -f conftest.$ac_objext conftest$ac_exeext
10150 if { (ac_try="$ac_link"
10151 case "(($ac_try" in
10152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10153 *) ac_try_echo=$ac_try;;
10154 esac
10155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10156 $as_echo "$ac_try_echo") >&5
10157 (eval "$ac_link") 2>conftest.er1
10158 ac_status=$?
10159 grep -v '^ *+' conftest.er1 >conftest.err
10160 rm -f conftest.er1
10161 cat conftest.err >&5
10162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10163 (exit $ac_status); } && {
10164 test -z "$ac_c_werror_flag" ||
10165 test ! -s conftest.err
10166 } && test -s conftest$ac_exeext && {
10167 test "$cross_compiling" = yes ||
10168 $as_test_x conftest$ac_exeext
10169 }; then
10170 ac_cv_lib_X11_XkbQueryExtension=yes
10171 else
10172 $as_echo "$as_me: failed program was:" >&5
10173 sed 's/^/| /' conftest.$ac_ext >&5
10175 ac_cv_lib_X11_XkbQueryExtension=no
10178 rm -rf conftest.dSYM
10179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10180 conftest$ac_exeext conftest.$ac_ext
10181 LIBS=$ac_check_lib_save_LIBS
10183 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10184 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10185 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10187 cat >>confdefs.h <<\_ACEOF
10188 #define HAVE_XKB 1
10189 _ACEOF
10195 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10196 then
10197 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10198 $as_echo_n "checking for -lXcursor... " >&6; }
10199 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10200 $as_echo_n "(cached) " >&6
10201 else
10202 ac_check_soname_save_LIBS=$LIBS
10203 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10204 cat >conftest.$ac_ext <<_ACEOF
10205 /* confdefs.h. */
10206 _ACEOF
10207 cat confdefs.h >>conftest.$ac_ext
10208 cat >>conftest.$ac_ext <<_ACEOF
10209 /* end confdefs.h. */
10211 /* Override any GCC internal prototype to avoid an error.
10212 Use char because int might match the return type of a GCC
10213 builtin and then its argument prototype would still apply. */
10214 #ifdef __cplusplus
10215 extern "C"
10216 #endif
10217 char XcursorImageLoadCursor ();
10219 main ()
10221 return XcursorImageLoadCursor ();
10223 return 0;
10225 _ACEOF
10226 rm -f conftest.$ac_objext conftest$ac_exeext
10227 if { (ac_try="$ac_link"
10228 case "(($ac_try" in
10229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10230 *) ac_try_echo=$ac_try;;
10231 esac
10232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10233 $as_echo "$ac_try_echo") >&5
10234 (eval "$ac_link") 2>conftest.er1
10235 ac_status=$?
10236 grep -v '^ *+' conftest.er1 >conftest.err
10237 rm -f conftest.er1
10238 cat conftest.err >&5
10239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10240 (exit $ac_status); } && {
10241 test -z "$ac_c_werror_flag" ||
10242 test ! -s conftest.err
10243 } && test -s conftest$ac_exeext && {
10244 test "$cross_compiling" = yes ||
10245 $as_test_x conftest$ac_exeext
10246 }; then
10247 case "$LIBEXT" in
10248 dll) ;;
10249 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'` ;;
10250 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10251 esac
10252 else
10253 $as_echo "$as_me: failed program was:" >&5
10254 sed 's/^/| /' conftest.$ac_ext >&5
10259 rm -rf conftest.dSYM
10260 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10261 conftest$ac_exeext conftest.$ac_ext
10262 LIBS=$ac_check_soname_save_LIBS
10264 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10265 { $as_echo "$as_me:$LINENO: result: not found" >&5
10266 $as_echo "not found" >&6; }
10268 else
10269 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10270 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10272 cat >>confdefs.h <<_ACEOF
10273 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10274 _ACEOF
10280 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10281 case "x$with_xcursor" in
10282 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10283 xno) ;;
10284 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10285 This is an error since --with-xcursor was requested." >&5
10286 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10287 This is an error since --with-xcursor was requested." >&2;}
10288 { (exit 1); exit 1; }; } ;;
10289 esac
10293 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10294 then
10295 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10296 $as_echo_n "checking for -lXi... " >&6; }
10297 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10298 $as_echo_n "(cached) " >&6
10299 else
10300 ac_check_soname_save_LIBS=$LIBS
10301 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10302 cat >conftest.$ac_ext <<_ACEOF
10303 /* confdefs.h. */
10304 _ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10312 #ifdef __cplusplus
10313 extern "C"
10314 #endif
10315 char XOpenDevice ();
10317 main ()
10319 return XOpenDevice ();
10321 return 0;
10323 _ACEOF
10324 rm -f conftest.$ac_objext conftest$ac_exeext
10325 if { (ac_try="$ac_link"
10326 case "(($ac_try" in
10327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10328 *) ac_try_echo=$ac_try;;
10329 esac
10330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10331 $as_echo "$ac_try_echo") >&5
10332 (eval "$ac_link") 2>conftest.er1
10333 ac_status=$?
10334 grep -v '^ *+' conftest.er1 >conftest.err
10335 rm -f conftest.er1
10336 cat conftest.err >&5
10337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10338 (exit $ac_status); } && {
10339 test -z "$ac_c_werror_flag" ||
10340 test ! -s conftest.err
10341 } && test -s conftest$ac_exeext && {
10342 test "$cross_compiling" = yes ||
10343 $as_test_x conftest$ac_exeext
10344 }; then
10345 case "$LIBEXT" in
10346 dll) ;;
10347 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'` ;;
10348 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10349 esac
10350 else
10351 $as_echo "$as_me: failed program was:" >&5
10352 sed 's/^/| /' conftest.$ac_ext >&5
10357 rm -rf conftest.dSYM
10358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LIBS=$ac_check_soname_save_LIBS
10362 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10363 { $as_echo "$as_me:$LINENO: result: not found" >&5
10364 $as_echo "not found" >&6; }
10366 else
10367 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10368 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10370 cat >>confdefs.h <<_ACEOF
10371 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10372 _ACEOF
10378 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10379 case "x$with_xinput" in
10380 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10381 xno) ;;
10382 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10383 This is an error since --with-xinput was requested." >&5
10384 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10385 This is an error since --with-xinput was requested." >&2;}
10386 { (exit 1); exit 1; }; } ;;
10387 esac
10391 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10392 then
10393 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10394 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10395 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10396 $as_echo_n "(cached) " >&6
10397 else
10398 ac_check_lib_save_LIBS=$LIBS
10399 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10400 cat >conftest.$ac_ext <<_ACEOF
10401 /* confdefs.h. */
10402 _ACEOF
10403 cat confdefs.h >>conftest.$ac_ext
10404 cat >>conftest.$ac_ext <<_ACEOF
10405 /* end confdefs.h. */
10407 /* Override any GCC internal prototype to avoid an error.
10408 Use char because int might match the return type of a GCC
10409 builtin and then its argument prototype would still apply. */
10410 #ifdef __cplusplus
10411 extern "C"
10412 #endif
10413 char XShmQueryExtension ();
10415 main ()
10417 return XShmQueryExtension ();
10419 return 0;
10421 _ACEOF
10422 rm -f conftest.$ac_objext conftest$ac_exeext
10423 if { (ac_try="$ac_link"
10424 case "(($ac_try" in
10425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10426 *) ac_try_echo=$ac_try;;
10427 esac
10428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10429 $as_echo "$ac_try_echo") >&5
10430 (eval "$ac_link") 2>conftest.er1
10431 ac_status=$?
10432 grep -v '^ *+' conftest.er1 >conftest.err
10433 rm -f conftest.er1
10434 cat conftest.err >&5
10435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && {
10437 test -z "$ac_c_werror_flag" ||
10438 test ! -s conftest.err
10439 } && test -s conftest$ac_exeext && {
10440 test "$cross_compiling" = yes ||
10441 $as_test_x conftest$ac_exeext
10442 }; then
10443 ac_cv_lib_Xext_XShmQueryExtension=yes
10444 else
10445 $as_echo "$as_me: failed program was:" >&5
10446 sed 's/^/| /' conftest.$ac_ext >&5
10448 ac_cv_lib_Xext_XShmQueryExtension=no
10451 rm -rf conftest.dSYM
10452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10453 conftest$ac_exeext conftest.$ac_ext
10454 LIBS=$ac_check_lib_save_LIBS
10456 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10457 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10458 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10460 cat >>confdefs.h <<\_ACEOF
10461 #define HAVE_LIBXXSHM 1
10462 _ACEOF
10467 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10468 case "x$with_xshm" in
10469 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10470 xno) ;;
10471 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10472 This is an error since --with-xshm was requested." >&5
10473 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10474 This is an error since --with-xshm was requested." >&2;}
10475 { (exit 1); exit 1; }; } ;;
10476 esac
10480 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10481 then
10482 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10483 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10484 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10485 $as_echo_n "(cached) " >&6
10486 else
10487 ac_check_lib_save_LIBS=$LIBS
10488 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10489 cat >conftest.$ac_ext <<_ACEOF
10490 /* confdefs.h. */
10491 _ACEOF
10492 cat confdefs.h >>conftest.$ac_ext
10493 cat >>conftest.$ac_ext <<_ACEOF
10494 /* end confdefs.h. */
10496 /* Override any GCC internal prototype to avoid an error.
10497 Use char because int might match the return type of a GCC
10498 builtin and then its argument prototype would still apply. */
10499 #ifdef __cplusplus
10500 extern "C"
10501 #endif
10502 char XShapeQueryExtension ();
10504 main ()
10506 return XShapeQueryExtension ();
10508 return 0;
10510 _ACEOF
10511 rm -f conftest.$ac_objext conftest$ac_exeext
10512 if { (ac_try="$ac_link"
10513 case "(($ac_try" in
10514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10515 *) ac_try_echo=$ac_try;;
10516 esac
10517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10518 $as_echo "$ac_try_echo") >&5
10519 (eval "$ac_link") 2>conftest.er1
10520 ac_status=$?
10521 grep -v '^ *+' conftest.er1 >conftest.err
10522 rm -f conftest.er1
10523 cat conftest.err >&5
10524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10525 (exit $ac_status); } && {
10526 test -z "$ac_c_werror_flag" ||
10527 test ! -s conftest.err
10528 } && test -s conftest$ac_exeext && {
10529 test "$cross_compiling" = yes ||
10530 $as_test_x conftest$ac_exeext
10531 }; then
10532 ac_cv_lib_Xext_XShapeQueryExtension=yes
10533 else
10534 $as_echo "$as_me: failed program was:" >&5
10535 sed 's/^/| /' conftest.$ac_ext >&5
10537 ac_cv_lib_Xext_XShapeQueryExtension=no
10540 rm -rf conftest.dSYM
10541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10542 conftest$ac_exeext conftest.$ac_ext
10543 LIBS=$ac_check_lib_save_LIBS
10545 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10546 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10547 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10549 cat >>confdefs.h <<\_ACEOF
10550 #define HAVE_LIBXSHAPE 1
10551 _ACEOF
10556 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10557 case "x$with_xshape" in
10558 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10559 xno) ;;
10560 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10561 This is an error since --with-xshape was requested." >&5
10562 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10563 This is an error since --with-xshape was requested." >&2;}
10564 { (exit 1); exit 1; }; } ;;
10565 esac
10569 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10570 then
10571 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10572 $as_echo_n "checking for -lXxf86vm... " >&6; }
10573 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10574 $as_echo_n "(cached) " >&6
10575 else
10576 ac_check_soname_save_LIBS=$LIBS
10577 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10578 cat >conftest.$ac_ext <<_ACEOF
10579 /* confdefs.h. */
10580 _ACEOF
10581 cat confdefs.h >>conftest.$ac_ext
10582 cat >>conftest.$ac_ext <<_ACEOF
10583 /* end confdefs.h. */
10585 /* Override any GCC internal prototype to avoid an error.
10586 Use char because int might match the return type of a GCC
10587 builtin and then its argument prototype would still apply. */
10588 #ifdef __cplusplus
10589 extern "C"
10590 #endif
10591 char XF86VidModeQueryExtension ();
10593 main ()
10595 return XF86VidModeQueryExtension ();
10597 return 0;
10599 _ACEOF
10600 rm -f conftest.$ac_objext conftest$ac_exeext
10601 if { (ac_try="$ac_link"
10602 case "(($ac_try" in
10603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10604 *) ac_try_echo=$ac_try;;
10605 esac
10606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10607 $as_echo "$ac_try_echo") >&5
10608 (eval "$ac_link") 2>conftest.er1
10609 ac_status=$?
10610 grep -v '^ *+' conftest.er1 >conftest.err
10611 rm -f conftest.er1
10612 cat conftest.err >&5
10613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10614 (exit $ac_status); } && {
10615 test -z "$ac_c_werror_flag" ||
10616 test ! -s conftest.err
10617 } && test -s conftest$ac_exeext && {
10618 test "$cross_compiling" = yes ||
10619 $as_test_x conftest$ac_exeext
10620 }; then
10621 case "$LIBEXT" in
10622 dll) ;;
10623 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'` ;;
10624 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10625 esac
10626 else
10627 $as_echo "$as_me: failed program was:" >&5
10628 sed 's/^/| /' conftest.$ac_ext >&5
10633 rm -rf conftest.dSYM
10634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10635 conftest$ac_exeext conftest.$ac_ext
10636 LIBS=$ac_check_soname_save_LIBS
10638 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10639 { $as_echo "$as_me:$LINENO: result: not found" >&5
10640 $as_echo "not found" >&6; }
10642 else
10643 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10644 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10646 cat >>confdefs.h <<_ACEOF
10647 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10648 _ACEOF
10654 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10655 case "x$with_xxf86vm" in
10656 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10657 xno) ;;
10658 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10659 This is an error since --with-xxf86vm was requested." >&5
10660 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10661 This is an error since --with-xxf86vm was requested." >&2;}
10662 { (exit 1); exit 1; }; } ;;
10663 esac
10667 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"
10668 then
10669 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10670 $as_echo_n "checking for -lXrender... " >&6; }
10671 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10672 $as_echo_n "(cached) " >&6
10673 else
10674 ac_check_soname_save_LIBS=$LIBS
10675 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10676 cat >conftest.$ac_ext <<_ACEOF
10677 /* confdefs.h. */
10678 _ACEOF
10679 cat confdefs.h >>conftest.$ac_ext
10680 cat >>conftest.$ac_ext <<_ACEOF
10681 /* end confdefs.h. */
10683 /* Override any GCC internal prototype to avoid an error.
10684 Use char because int might match the return type of a GCC
10685 builtin and then its argument prototype would still apply. */
10686 #ifdef __cplusplus
10687 extern "C"
10688 #endif
10689 char XRenderQueryExtension ();
10691 main ()
10693 return XRenderQueryExtension ();
10695 return 0;
10697 _ACEOF
10698 rm -f conftest.$ac_objext conftest$ac_exeext
10699 if { (ac_try="$ac_link"
10700 case "(($ac_try" in
10701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10702 *) ac_try_echo=$ac_try;;
10703 esac
10704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10705 $as_echo "$ac_try_echo") >&5
10706 (eval "$ac_link") 2>conftest.er1
10707 ac_status=$?
10708 grep -v '^ *+' conftest.er1 >conftest.err
10709 rm -f conftest.er1
10710 cat conftest.err >&5
10711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10712 (exit $ac_status); } && {
10713 test -z "$ac_c_werror_flag" ||
10714 test ! -s conftest.err
10715 } && test -s conftest$ac_exeext && {
10716 test "$cross_compiling" = yes ||
10717 $as_test_x conftest$ac_exeext
10718 }; then
10719 case "$LIBEXT" in
10720 dll) ;;
10721 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'` ;;
10722 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10723 esac
10724 else
10725 $as_echo "$as_me: failed program was:" >&5
10726 sed 's/^/| /' conftest.$ac_ext >&5
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_soname_save_LIBS
10736 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10737 { $as_echo "$as_me:$LINENO: result: not found" >&5
10738 $as_echo "not found" >&6; }
10740 else
10741 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10742 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10744 cat >>confdefs.h <<_ACEOF
10745 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10746 _ACEOF
10748 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10749 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10750 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10751 $as_echo_n "(cached) " >&6
10752 else
10753 ac_check_lib_save_LIBS=$LIBS
10754 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10755 cat >conftest.$ac_ext <<_ACEOF
10756 /* confdefs.h. */
10757 _ACEOF
10758 cat confdefs.h >>conftest.$ac_ext
10759 cat >>conftest.$ac_ext <<_ACEOF
10760 /* end confdefs.h. */
10762 /* Override any GCC internal prototype to avoid an error.
10763 Use char because int might match the return type of a GCC
10764 builtin and then its argument prototype would still apply. */
10765 #ifdef __cplusplus
10766 extern "C"
10767 #endif
10768 char XRenderSetPictureTransform ();
10770 main ()
10772 return XRenderSetPictureTransform ();
10774 return 0;
10776 _ACEOF
10777 rm -f conftest.$ac_objext conftest$ac_exeext
10778 if { (ac_try="$ac_link"
10779 case "(($ac_try" in
10780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10781 *) ac_try_echo=$ac_try;;
10782 esac
10783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10784 $as_echo "$ac_try_echo") >&5
10785 (eval "$ac_link") 2>conftest.er1
10786 ac_status=$?
10787 grep -v '^ *+' conftest.er1 >conftest.err
10788 rm -f conftest.er1
10789 cat conftest.err >&5
10790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10791 (exit $ac_status); } && {
10792 test -z "$ac_c_werror_flag" ||
10793 test ! -s conftest.err
10794 } && test -s conftest$ac_exeext && {
10795 test "$cross_compiling" = yes ||
10796 $as_test_x conftest$ac_exeext
10797 }; then
10798 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10799 else
10800 $as_echo "$as_me: failed program was:" >&5
10801 sed 's/^/| /' conftest.$ac_ext >&5
10803 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10806 rm -rf conftest.dSYM
10807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10808 conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_lib_save_LIBS
10811 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10812 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10813 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10815 cat >>confdefs.h <<\_ACEOF
10816 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10817 _ACEOF
10825 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10826 case "x$with_xrender" in
10827 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10828 xno) ;;
10829 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10830 This is an error since --with-xrender was requested." >&5
10831 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10832 This is an error since --with-xrender was requested." >&2;}
10833 { (exit 1); exit 1; }; } ;;
10834 esac
10838 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10839 then
10840 cat >conftest.$ac_ext <<_ACEOF
10841 /* confdefs.h. */
10842 _ACEOF
10843 cat confdefs.h >>conftest.$ac_ext
10844 cat >>conftest.$ac_ext <<_ACEOF
10845 /* end confdefs.h. */
10846 #include <X11/Xlib.h>
10847 #include <X11/extensions/Xrandr.h>
10849 main ()
10851 static typeof(XRRSetScreenConfigAndRate) * func;
10853 return 0;
10855 _ACEOF
10856 rm -f conftest.$ac_objext
10857 if { (ac_try="$ac_compile"
10858 case "(($ac_try" in
10859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10861 esac
10862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10863 $as_echo "$ac_try_echo") >&5
10864 (eval "$ac_compile") 2>conftest.er1
10865 ac_status=$?
10866 grep -v '^ *+' conftest.er1 >conftest.err
10867 rm -f conftest.er1
10868 cat conftest.err >&5
10869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); } && {
10871 test -z "$ac_c_werror_flag" ||
10872 test ! -s conftest.err
10873 } && test -s conftest.$ac_objext; then
10874 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10875 $as_echo_n "checking for -lXrandr... " >&6; }
10876 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10877 $as_echo_n "(cached) " >&6
10878 else
10879 ac_check_soname_save_LIBS=$LIBS
10880 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10881 cat >conftest.$ac_ext <<_ACEOF
10882 /* confdefs.h. */
10883 _ACEOF
10884 cat confdefs.h >>conftest.$ac_ext
10885 cat >>conftest.$ac_ext <<_ACEOF
10886 /* end confdefs.h. */
10888 /* Override any GCC internal prototype to avoid an error.
10889 Use char because int might match the return type of a GCC
10890 builtin and then its argument prototype would still apply. */
10891 #ifdef __cplusplus
10892 extern "C"
10893 #endif
10894 char XRRQueryExtension ();
10896 main ()
10898 return XRRQueryExtension ();
10900 return 0;
10902 _ACEOF
10903 rm -f conftest.$ac_objext conftest$ac_exeext
10904 if { (ac_try="$ac_link"
10905 case "(($ac_try" in
10906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10907 *) ac_try_echo=$ac_try;;
10908 esac
10909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10910 $as_echo "$ac_try_echo") >&5
10911 (eval "$ac_link") 2>conftest.er1
10912 ac_status=$?
10913 grep -v '^ *+' conftest.er1 >conftest.err
10914 rm -f conftest.er1
10915 cat conftest.err >&5
10916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10917 (exit $ac_status); } && {
10918 test -z "$ac_c_werror_flag" ||
10919 test ! -s conftest.err
10920 } && test -s conftest$ac_exeext && {
10921 test "$cross_compiling" = yes ||
10922 $as_test_x conftest$ac_exeext
10923 }; then
10924 case "$LIBEXT" in
10925 dll) ;;
10926 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'` ;;
10927 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10928 esac
10929 else
10930 $as_echo "$as_me: failed program was:" >&5
10931 sed 's/^/| /' conftest.$ac_ext >&5
10936 rm -rf conftest.dSYM
10937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10938 conftest$ac_exeext conftest.$ac_ext
10939 LIBS=$ac_check_soname_save_LIBS
10941 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10942 { $as_echo "$as_me:$LINENO: result: not found" >&5
10943 $as_echo "not found" >&6; }
10945 else
10946 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10947 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10949 cat >>confdefs.h <<_ACEOF
10950 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10951 _ACEOF
10956 else
10957 $as_echo "$as_me: failed program was:" >&5
10958 sed 's/^/| /' conftest.$ac_ext >&5
10963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10965 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10966 case "x$with_xrandr" in
10967 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10968 xno) ;;
10969 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10970 This is an error since --with-xrandr was requested." >&5
10971 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10972 This is an error since --with-xrandr was requested." >&2;}
10973 { (exit 1); exit 1; }; } ;;
10974 esac
10978 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10979 then
10980 cat >conftest.$ac_ext <<_ACEOF
10981 /* confdefs.h. */
10982 _ACEOF
10983 cat confdefs.h >>conftest.$ac_ext
10984 cat >>conftest.$ac_ext <<_ACEOF
10985 /* end confdefs.h. */
10986 #include <X11/Xlib.h>
10987 #include <X11/extensions/Xinerama.h>
10989 main ()
10991 static typeof(XineramaQueryScreens) * func;
10993 return 0;
10995 _ACEOF
10996 rm -f conftest.$ac_objext
10997 if { (ac_try="$ac_compile"
10998 case "(($ac_try" in
10999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11000 *) ac_try_echo=$ac_try;;
11001 esac
11002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11003 $as_echo "$ac_try_echo") >&5
11004 (eval "$ac_compile") 2>conftest.er1
11005 ac_status=$?
11006 grep -v '^ *+' conftest.er1 >conftest.err
11007 rm -f conftest.er1
11008 cat conftest.err >&5
11009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010 (exit $ac_status); } && {
11011 test -z "$ac_c_werror_flag" ||
11012 test ! -s conftest.err
11013 } && test -s conftest.$ac_objext; then
11014 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11015 $as_echo_n "checking for -lXinerama... " >&6; }
11016 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11017 $as_echo_n "(cached) " >&6
11018 else
11019 ac_check_soname_save_LIBS=$LIBS
11020 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11021 cat >conftest.$ac_ext <<_ACEOF
11022 /* confdefs.h. */
11023 _ACEOF
11024 cat confdefs.h >>conftest.$ac_ext
11025 cat >>conftest.$ac_ext <<_ACEOF
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11031 #ifdef __cplusplus
11032 extern "C"
11033 #endif
11034 char XineramaQueryScreens ();
11036 main ()
11038 return XineramaQueryScreens ();
11040 return 0;
11042 _ACEOF
11043 rm -f conftest.$ac_objext conftest$ac_exeext
11044 if { (ac_try="$ac_link"
11045 case "(($ac_try" in
11046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11047 *) ac_try_echo=$ac_try;;
11048 esac
11049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11050 $as_echo "$ac_try_echo") >&5
11051 (eval "$ac_link") 2>conftest.er1
11052 ac_status=$?
11053 grep -v '^ *+' conftest.er1 >conftest.err
11054 rm -f conftest.er1
11055 cat conftest.err >&5
11056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11057 (exit $ac_status); } && {
11058 test -z "$ac_c_werror_flag" ||
11059 test ! -s conftest.err
11060 } && test -s conftest$ac_exeext && {
11061 test "$cross_compiling" = yes ||
11062 $as_test_x conftest$ac_exeext
11063 }; then
11064 case "$LIBEXT" in
11065 dll) ;;
11066 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'` ;;
11067 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11068 esac
11069 else
11070 $as_echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.$ac_ext >&5
11076 rm -rf conftest.dSYM
11077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_soname_save_LIBS
11081 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11082 { $as_echo "$as_me:$LINENO: result: not found" >&5
11083 $as_echo "not found" >&6; }
11085 else
11086 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11087 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11089 cat >>confdefs.h <<_ACEOF
11090 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11091 _ACEOF
11096 else
11097 $as_echo "$as_me: failed program was:" >&5
11098 sed 's/^/| /' conftest.$ac_ext >&5
11103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11105 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11106 case "x$with_xinerama" in
11107 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11108 xno) ;;
11109 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11110 This is an error since --with-xinerama was requested." >&5
11111 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11112 This is an error since --with-xinerama was requested." >&2;}
11113 { (exit 1); exit 1; }; } ;;
11114 esac
11118 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11119 then
11120 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11121 $as_echo_n "checking for -lXcomposite... " >&6; }
11122 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11123 $as_echo_n "(cached) " >&6
11124 else
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11128 /* confdefs.h. */
11129 _ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char XCompositeRedirectWindow ();
11142 main ()
11144 return XCompositeRedirectWindow ();
11146 return 0;
11148 _ACEOF
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11153 *) ac_try_echo=$ac_try;;
11154 esac
11155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11156 $as_echo "$ac_try_echo") >&5
11157 (eval "$ac_link") 2>conftest.er1
11158 ac_status=$?
11159 grep -v '^ *+' conftest.er1 >conftest.err
11160 rm -f conftest.er1
11161 cat conftest.err >&5
11162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11163 (exit $ac_status); } && {
11164 test -z "$ac_c_werror_flag" ||
11165 test ! -s conftest.err
11166 } && test -s conftest$ac_exeext && {
11167 test "$cross_compiling" = yes ||
11168 $as_test_x conftest$ac_exeext
11169 }; then
11170 case "$LIBEXT" in
11171 dll) ;;
11172 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'` ;;
11173 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11174 esac
11175 else
11176 $as_echo "$as_me: failed program was:" >&5
11177 sed 's/^/| /' conftest.$ac_ext >&5
11182 rm -rf conftest.dSYM
11183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11184 conftest$ac_exeext conftest.$ac_ext
11185 LIBS=$ac_check_soname_save_LIBS
11187 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11188 { $as_echo "$as_me:$LINENO: result: not found" >&5
11189 $as_echo "not found" >&6; }
11191 else
11192 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11193 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11195 cat >>confdefs.h <<_ACEOF
11196 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11197 _ACEOF
11203 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11204 case "x$with_xcomposite" in
11205 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11206 xno) ;;
11207 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11208 This is an error since --with-xcomposite was requested." >&5
11209 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11210 This is an error since --with-xcomposite was requested." >&2;}
11211 { (exit 1); exit 1; }; } ;;
11212 esac
11216 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11217 $as_echo_n "checking for XICCallback.callback... " >&6; }
11218 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11219 $as_echo_n "(cached) " >&6
11220 else
11221 cat >conftest.$ac_ext <<_ACEOF
11222 /* confdefs.h. */
11223 _ACEOF
11224 cat confdefs.h >>conftest.$ac_ext
11225 cat >>conftest.$ac_ext <<_ACEOF
11226 /* end confdefs.h. */
11227 #ifdef HAVE_X11_XLIB_H
11228 #include <X11/Xlib.h>
11229 #endif
11232 main ()
11234 static XICCallback ac_aggr;
11235 if (ac_aggr.callback)
11236 return 0;
11238 return 0;
11240 _ACEOF
11241 rm -f conftest.$ac_objext
11242 if { (ac_try="$ac_compile"
11243 case "(($ac_try" in
11244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11245 *) ac_try_echo=$ac_try;;
11246 esac
11247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11248 $as_echo "$ac_try_echo") >&5
11249 (eval "$ac_compile") 2>conftest.er1
11250 ac_status=$?
11251 grep -v '^ *+' conftest.er1 >conftest.err
11252 rm -f conftest.er1
11253 cat conftest.err >&5
11254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11255 (exit $ac_status); } && {
11256 test -z "$ac_c_werror_flag" ||
11257 test ! -s conftest.err
11258 } && test -s conftest.$ac_objext; then
11259 ac_cv_member_XICCallback_callback=yes
11260 else
11261 $as_echo "$as_me: failed program was:" >&5
11262 sed 's/^/| /' conftest.$ac_ext >&5
11264 cat >conftest.$ac_ext <<_ACEOF
11265 /* confdefs.h. */
11266 _ACEOF
11267 cat confdefs.h >>conftest.$ac_ext
11268 cat >>conftest.$ac_ext <<_ACEOF
11269 /* end confdefs.h. */
11270 #ifdef HAVE_X11_XLIB_H
11271 #include <X11/Xlib.h>
11272 #endif
11275 main ()
11277 static XICCallback ac_aggr;
11278 if (sizeof ac_aggr.callback)
11279 return 0;
11281 return 0;
11283 _ACEOF
11284 rm -f conftest.$ac_objext
11285 if { (ac_try="$ac_compile"
11286 case "(($ac_try" in
11287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11288 *) ac_try_echo=$ac_try;;
11289 esac
11290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11291 $as_echo "$ac_try_echo") >&5
11292 (eval "$ac_compile") 2>conftest.er1
11293 ac_status=$?
11294 grep -v '^ *+' conftest.er1 >conftest.err
11295 rm -f conftest.er1
11296 cat conftest.err >&5
11297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11298 (exit $ac_status); } && {
11299 test -z "$ac_c_werror_flag" ||
11300 test ! -s conftest.err
11301 } && test -s conftest.$ac_objext; then
11302 ac_cv_member_XICCallback_callback=yes
11303 else
11304 $as_echo "$as_me: failed program was:" >&5
11305 sed 's/^/| /' conftest.$ac_ext >&5
11307 ac_cv_member_XICCallback_callback=no
11310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11315 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11316 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11317 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11319 cat >>confdefs.h <<_ACEOF
11320 #define HAVE_XICCALLBACK_CALLBACK 1
11321 _ACEOF
11328 opengl_msg=""
11329 if test "x$with_opengl" != "xno"
11330 then
11335 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11337 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11338 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11339 $as_echo_n "checking for $ac_header... " >&6; }
11340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11341 $as_echo_n "(cached) " >&6
11342 else
11343 cat >conftest.$ac_ext <<_ACEOF
11344 /* confdefs.h. */
11345 _ACEOF
11346 cat confdefs.h >>conftest.$ac_ext
11347 cat >>conftest.$ac_ext <<_ACEOF
11348 /* end confdefs.h. */
11349 #ifdef HAVE_GL_GLX_H
11350 # include <GL/glx.h>
11351 #endif
11353 #include <$ac_header>
11354 _ACEOF
11355 rm -f conftest.$ac_objext
11356 if { (ac_try="$ac_compile"
11357 case "(($ac_try" in
11358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11359 *) ac_try_echo=$ac_try;;
11360 esac
11361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11362 $as_echo "$ac_try_echo") >&5
11363 (eval "$ac_compile") 2>conftest.er1
11364 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1
11367 cat conftest.err >&5
11368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && {
11370 test -z "$ac_c_werror_flag" ||
11371 test ! -s conftest.err
11372 } && test -s conftest.$ac_objext; then
11373 eval "$as_ac_Header=yes"
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11378 eval "$as_ac_Header=no"
11381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11383 ac_res=`eval 'as_val=${'$as_ac_Header'}
11384 $as_echo "$as_val"'`
11385 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11386 $as_echo "$ac_res" >&6; }
11387 as_val=`eval 'as_val=${'$as_ac_Header'}
11388 $as_echo "$as_val"'`
11389 if test "x$as_val" = x""yes; then
11390 cat >>confdefs.h <<_ACEOF
11391 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11392 _ACEOF
11396 done
11398 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11399 then
11400 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11401 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11402 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11403 $as_echo_n "(cached) " >&6
11404 else
11405 cat >conftest.$ac_ext <<_ACEOF
11406 /* confdefs.h. */
11407 _ACEOF
11408 cat confdefs.h >>conftest.$ac_ext
11409 cat >>conftest.$ac_ext <<_ACEOF
11410 /* end confdefs.h. */
11411 #include <GL/gl.h>
11413 main ()
11415 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11417 return 0;
11419 _ACEOF
11420 rm -f conftest.$ac_objext
11421 if { (ac_try="$ac_compile"
11422 case "(($ac_try" in
11423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11424 *) ac_try_echo=$ac_try;;
11425 esac
11426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11427 $as_echo "$ac_try_echo") >&5
11428 (eval "$ac_compile") 2>conftest.er1
11429 ac_status=$?
11430 grep -v '^ *+' conftest.er1 >conftest.err
11431 rm -f conftest.er1
11432 cat conftest.err >&5
11433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11434 (exit $ac_status); } && {
11435 test -z "$ac_c_werror_flag" ||
11436 test ! -s conftest.err
11437 } && test -s conftest.$ac_objext; then
11438 wine_cv_opengl_header_version_OK="yes"
11439 else
11440 $as_echo "$as_me: failed program was:" >&5
11441 sed 's/^/| /' conftest.$ac_ext >&5
11443 wine_cv_opengl_header_version_OK="no"
11446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11448 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11449 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11451 if test "$wine_cv_opengl_header_version_OK" = "yes"
11452 then
11453 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11454 $as_echo_n "checking for -lGL... " >&6; }
11455 if test "${ac_cv_lib_soname_GL+set}" = set; then
11456 $as_echo_n "(cached) " >&6
11457 else
11458 ac_check_soname_save_LIBS=$LIBS
11459 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11467 /* Override any GCC internal prototype to avoid an error.
11468 Use char because int might match the return type of a GCC
11469 builtin and then its argument prototype would still apply. */
11470 #ifdef __cplusplus
11471 extern "C"
11472 #endif
11473 char glXCreateContext ();
11475 main ()
11477 return glXCreateContext ();
11479 return 0;
11481 _ACEOF
11482 rm -f conftest.$ac_objext conftest$ac_exeext
11483 if { (ac_try="$ac_link"
11484 case "(($ac_try" in
11485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11486 *) ac_try_echo=$ac_try;;
11487 esac
11488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11489 $as_echo "$ac_try_echo") >&5
11490 (eval "$ac_link") 2>conftest.er1
11491 ac_status=$?
11492 grep -v '^ *+' conftest.er1 >conftest.err
11493 rm -f conftest.er1
11494 cat conftest.err >&5
11495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } && {
11497 test -z "$ac_c_werror_flag" ||
11498 test ! -s conftest.err
11499 } && test -s conftest$ac_exeext && {
11500 test "$cross_compiling" = yes ||
11501 $as_test_x conftest$ac_exeext
11502 }; then
11503 case "$LIBEXT" in
11504 dll) ;;
11505 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'` ;;
11506 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11507 esac
11508 else
11509 $as_echo "$as_me: failed program was:" >&5
11510 sed 's/^/| /' conftest.$ac_ext >&5
11515 rm -rf conftest.dSYM
11516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11517 conftest$ac_exeext conftest.$ac_ext
11518 LIBS=$ac_check_soname_save_LIBS
11520 if test "x$ac_cv_lib_soname_GL" = "x"; then
11521 { $as_echo "$as_me:$LINENO: result: not found" >&5
11522 $as_echo "not found" >&6; }
11523 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11524 $as_echo_n "checking for -lGL... " >&6; }
11525 if test "${ac_cv_lib_soname_GL+set}" = set; then
11526 $as_echo_n "(cached) " >&6
11527 else
11528 ac_check_soname_save_LIBS=$LIBS
11529 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"
11530 cat >conftest.$ac_ext <<_ACEOF
11531 /* confdefs.h. */
11532 _ACEOF
11533 cat confdefs.h >>conftest.$ac_ext
11534 cat >>conftest.$ac_ext <<_ACEOF
11535 /* end confdefs.h. */
11537 /* Override any GCC internal prototype to avoid an error.
11538 Use char because int might match the return type of a GCC
11539 builtin and then its argument prototype would still apply. */
11540 #ifdef __cplusplus
11541 extern "C"
11542 #endif
11543 char glXCreateContext ();
11545 main ()
11547 return glXCreateContext ();
11549 return 0;
11551 _ACEOF
11552 rm -f conftest.$ac_objext conftest$ac_exeext
11553 if { (ac_try="$ac_link"
11554 case "(($ac_try" in
11555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11556 *) ac_try_echo=$ac_try;;
11557 esac
11558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11559 $as_echo "$ac_try_echo") >&5
11560 (eval "$ac_link") 2>conftest.er1
11561 ac_status=$?
11562 grep -v '^ *+' conftest.er1 >conftest.err
11563 rm -f conftest.er1
11564 cat conftest.err >&5
11565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11566 (exit $ac_status); } && {
11567 test -z "$ac_c_werror_flag" ||
11568 test ! -s conftest.err
11569 } && test -s conftest$ac_exeext && {
11570 test "$cross_compiling" = yes ||
11571 $as_test_x conftest$ac_exeext
11572 }; then
11573 case "$LIBEXT" in
11574 dll) ;;
11575 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'` ;;
11576 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11577 esac
11578 else
11579 $as_echo "$as_me: failed program was:" >&5
11580 sed 's/^/| /' conftest.$ac_ext >&5
11585 rm -rf conftest.dSYM
11586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11587 conftest$ac_exeext conftest.$ac_ext
11588 LIBS=$ac_check_soname_save_LIBS
11590 if test "x$ac_cv_lib_soname_GL" = "x"; then
11591 { $as_echo "$as_me:$LINENO: result: not found" >&5
11592 $as_echo "not found" >&6; }
11593 if test -f /usr/X11R6/lib/libGL.a
11594 then
11595 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11596 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11597 else
11598 opengl_msg="No OpenGL library found on this system."
11600 else
11601 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11602 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11604 cat >>confdefs.h <<_ACEOF
11605 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11606 _ACEOF
11608 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"
11610 cat >>confdefs.h <<\_ACEOF
11611 #define HAVE_OPENGL 1
11612 _ACEOF
11616 else
11617 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11618 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11620 cat >>confdefs.h <<_ACEOF
11621 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11622 _ACEOF
11624 OPENGL_LIBS="-lGL"
11626 cat >>confdefs.h <<\_ACEOF
11627 #define HAVE_OPENGL 1
11628 _ACEOF
11632 if test "$ac_cv_header_GL_glu_h" = "yes"
11633 then
11634 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11635 $as_echo_n "checking for -lGLU... " >&6; }
11636 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11637 $as_echo_n "(cached) " >&6
11638 else
11639 ac_check_soname_save_LIBS=$LIBS
11640 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11641 cat >conftest.$ac_ext <<_ACEOF
11642 /* confdefs.h. */
11643 _ACEOF
11644 cat confdefs.h >>conftest.$ac_ext
11645 cat >>conftest.$ac_ext <<_ACEOF
11646 /* end confdefs.h. */
11648 /* Override any GCC internal prototype to avoid an error.
11649 Use char because int might match the return type of a GCC
11650 builtin and then its argument prototype would still apply. */
11651 #ifdef __cplusplus
11652 extern "C"
11653 #endif
11654 char gluLookAt ();
11656 main ()
11658 return gluLookAt ();
11660 return 0;
11662 _ACEOF
11663 rm -f conftest.$ac_objext conftest$ac_exeext
11664 if { (ac_try="$ac_link"
11665 case "(($ac_try" in
11666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11667 *) ac_try_echo=$ac_try;;
11668 esac
11669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11670 $as_echo "$ac_try_echo") >&5
11671 (eval "$ac_link") 2>conftest.er1
11672 ac_status=$?
11673 grep -v '^ *+' conftest.er1 >conftest.err
11674 rm -f conftest.er1
11675 cat conftest.err >&5
11676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); } && {
11678 test -z "$ac_c_werror_flag" ||
11679 test ! -s conftest.err
11680 } && test -s conftest$ac_exeext && {
11681 test "$cross_compiling" = yes ||
11682 $as_test_x conftest$ac_exeext
11683 }; then
11684 case "$LIBEXT" in
11685 dll) ;;
11686 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'` ;;
11687 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11688 esac
11689 else
11690 $as_echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.$ac_ext >&5
11696 rm -rf conftest.dSYM
11697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11698 conftest$ac_exeext conftest.$ac_ext
11699 LIBS=$ac_check_soname_save_LIBS
11701 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11702 { $as_echo "$as_me:$LINENO: result: not found" >&5
11703 $as_echo "not found" >&6; }
11705 else
11706 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11707 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11709 cat >>confdefs.h <<_ACEOF
11710 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11711 _ACEOF
11717 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11718 case "x$with_glu" in
11719 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11720 xno) ;;
11721 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11722 This is an error since --with-glu was requested." >&5
11723 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11724 This is an error since --with-glu was requested." >&2;}
11725 { (exit 1); exit 1; }; } ;;
11726 esac
11729 else
11730 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11732 else
11733 opengl_msg="OpenGL development headers not found."
11735 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11736 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11737 else
11738 enable_opengl32=${enable_opengl32:-no}
11739 enable_glu32=${enable_glu32:-no}
11741 if test -n "$opengl_msg"; then
11742 case "x$with_opengl" in
11743 x) wine_warnings="$wine_warnings|$opengl_msg
11744 OpenGL and Direct3D won't be supported." ;;
11745 xno) ;;
11746 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11747 OpenGL and Direct3D won't be supported.
11748 This is an error since --with-opengl was requested." >&5
11749 $as_echo "$as_me: error: $opengl_msg
11750 OpenGL and Direct3D won't be supported.
11751 This is an error since --with-opengl was requested." >&2;}
11752 { (exit 1); exit 1; }; } ;;
11753 esac
11757 NASLIBS=""
11760 for ac_header in audio/audiolib.h
11762 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11764 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11765 $as_echo_n "checking for $ac_header... " >&6; }
11766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11767 $as_echo_n "(cached) " >&6
11769 ac_res=`eval 'as_val=${'$as_ac_Header'}
11770 $as_echo "$as_val"'`
11771 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11772 $as_echo "$ac_res" >&6; }
11773 else
11774 # Is the header compilable?
11775 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11776 $as_echo_n "checking $ac_header usability... " >&6; }
11777 cat >conftest.$ac_ext <<_ACEOF
11778 /* confdefs.h. */
11779 _ACEOF
11780 cat confdefs.h >>conftest.$ac_ext
11781 cat >>conftest.$ac_ext <<_ACEOF
11782 /* end confdefs.h. */
11783 $ac_includes_default
11784 #include <$ac_header>
11785 _ACEOF
11786 rm -f conftest.$ac_objext
11787 if { (ac_try="$ac_compile"
11788 case "(($ac_try" in
11789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11790 *) ac_try_echo=$ac_try;;
11791 esac
11792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11793 $as_echo "$ac_try_echo") >&5
11794 (eval "$ac_compile") 2>conftest.er1
11795 ac_status=$?
11796 grep -v '^ *+' conftest.er1 >conftest.err
11797 rm -f conftest.er1
11798 cat conftest.err >&5
11799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800 (exit $ac_status); } && {
11801 test -z "$ac_c_werror_flag" ||
11802 test ! -s conftest.err
11803 } && test -s conftest.$ac_objext; then
11804 ac_header_compiler=yes
11805 else
11806 $as_echo "$as_me: failed program was:" >&5
11807 sed 's/^/| /' conftest.$ac_ext >&5
11809 ac_header_compiler=no
11812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11813 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11814 $as_echo "$ac_header_compiler" >&6; }
11816 # Is the header present?
11817 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11818 $as_echo_n "checking $ac_header presence... " >&6; }
11819 cat >conftest.$ac_ext <<_ACEOF
11820 /* confdefs.h. */
11821 _ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 #include <$ac_header>
11826 _ACEOF
11827 if { (ac_try="$ac_cpp conftest.$ac_ext"
11828 case "(($ac_try" in
11829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11830 *) ac_try_echo=$ac_try;;
11831 esac
11832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11833 $as_echo "$ac_try_echo") >&5
11834 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11835 ac_status=$?
11836 grep -v '^ *+' conftest.er1 >conftest.err
11837 rm -f conftest.er1
11838 cat conftest.err >&5
11839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); } >/dev/null && {
11841 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11842 test ! -s conftest.err
11843 }; then
11844 ac_header_preproc=yes
11845 else
11846 $as_echo "$as_me: failed program was:" >&5
11847 sed 's/^/| /' conftest.$ac_ext >&5
11849 ac_header_preproc=no
11852 rm -f conftest.err conftest.$ac_ext
11853 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11854 $as_echo "$ac_header_preproc" >&6; }
11856 # So? What about this header?
11857 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11858 yes:no: )
11859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11860 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11861 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11862 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11863 ac_header_preproc=yes
11865 no:yes:* )
11866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11867 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11868 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11869 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11871 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11873 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11875 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11877 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11878 ( cat <<\_ASBOX
11879 ## ------------------------------------ ##
11880 ## Report this to wine-devel@winehq.org ##
11881 ## ------------------------------------ ##
11882 _ASBOX
11883 ) | sed "s/^/$as_me: WARNING: /" >&2
11885 esac
11886 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11887 $as_echo_n "checking for $ac_header... " >&6; }
11888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11889 $as_echo_n "(cached) " >&6
11890 else
11891 eval "$as_ac_Header=\$ac_header_preproc"
11893 ac_res=`eval 'as_val=${'$as_ac_Header'}
11894 $as_echo "$as_val"'`
11895 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11896 $as_echo "$ac_res" >&6; }
11899 as_val=`eval 'as_val=${'$as_ac_Header'}
11900 $as_echo "$as_val"'`
11901 if test "x$as_val" = x""yes; then
11902 cat >>confdefs.h <<_ACEOF
11903 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11904 _ACEOF
11906 for ac_header in audio/soundlib.h
11908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11909 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11910 $as_echo_n "checking for $ac_header... " >&6; }
11911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11912 $as_echo_n "(cached) " >&6
11913 else
11914 cat >conftest.$ac_ext <<_ACEOF
11915 /* confdefs.h. */
11916 _ACEOF
11917 cat confdefs.h >>conftest.$ac_ext
11918 cat >>conftest.$ac_ext <<_ACEOF
11919 /* end confdefs.h. */
11920 #include <audio/audiolib.h>
11922 #include <$ac_header>
11923 _ACEOF
11924 rm -f conftest.$ac_objext
11925 if { (ac_try="$ac_compile"
11926 case "(($ac_try" in
11927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11928 *) ac_try_echo=$ac_try;;
11929 esac
11930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11931 $as_echo "$ac_try_echo") >&5
11932 (eval "$ac_compile") 2>conftest.er1
11933 ac_status=$?
11934 grep -v '^ *+' conftest.er1 >conftest.err
11935 rm -f conftest.er1
11936 cat conftest.err >&5
11937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11938 (exit $ac_status); } && {
11939 test -z "$ac_c_werror_flag" ||
11940 test ! -s conftest.err
11941 } && test -s conftest.$ac_objext; then
11942 eval "$as_ac_Header=yes"
11943 else
11944 $as_echo "$as_me: failed program was:" >&5
11945 sed 's/^/| /' conftest.$ac_ext >&5
11947 eval "$as_ac_Header=no"
11950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11952 ac_res=`eval 'as_val=${'$as_ac_Header'}
11953 $as_echo "$as_val"'`
11954 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11955 $as_echo "$ac_res" >&6; }
11956 as_val=`eval 'as_val=${'$as_ac_Header'}
11957 $as_echo "$as_val"'`
11958 if test "x$as_val" = x""yes; then
11959 cat >>confdefs.h <<_ACEOF
11960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11961 _ACEOF
11965 done
11967 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11968 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11969 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11970 $as_echo_n "(cached) " >&6
11971 else
11972 ac_check_lib_save_LIBS=$LIBS
11973 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11974 cat >conftest.$ac_ext <<_ACEOF
11975 /* confdefs.h. */
11976 _ACEOF
11977 cat confdefs.h >>conftest.$ac_ext
11978 cat >>conftest.$ac_ext <<_ACEOF
11979 /* end confdefs.h. */
11981 /* Override any GCC internal prototype to avoid an error.
11982 Use char because int might match the return type of a GCC
11983 builtin and then its argument prototype would still apply. */
11984 #ifdef __cplusplus
11985 extern "C"
11986 #endif
11987 char AuCreateFlow ();
11989 main ()
11991 return AuCreateFlow ();
11993 return 0;
11995 _ACEOF
11996 rm -f conftest.$ac_objext conftest$ac_exeext
11997 if { (ac_try="$ac_link"
11998 case "(($ac_try" in
11999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12000 *) ac_try_echo=$ac_try;;
12001 esac
12002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12003 $as_echo "$ac_try_echo") >&5
12004 (eval "$ac_link") 2>conftest.er1
12005 ac_status=$?
12006 grep -v '^ *+' conftest.er1 >conftest.err
12007 rm -f conftest.er1
12008 cat conftest.err >&5
12009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12010 (exit $ac_status); } && {
12011 test -z "$ac_c_werror_flag" ||
12012 test ! -s conftest.err
12013 } && test -s conftest$ac_exeext && {
12014 test "$cross_compiling" = yes ||
12015 $as_test_x conftest$ac_exeext
12016 }; then
12017 ac_cv_lib_audio_AuCreateFlow=yes
12018 else
12019 $as_echo "$as_me: failed program was:" >&5
12020 sed 's/^/| /' conftest.$ac_ext >&5
12022 ac_cv_lib_audio_AuCreateFlow=no
12025 rm -rf conftest.dSYM
12026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12027 conftest$ac_exeext conftest.$ac_ext
12028 LIBS=$ac_check_lib_save_LIBS
12030 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12031 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12032 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12034 cat >>confdefs.h <<\_ACEOF
12035 #define HAVE_NAS 1
12036 _ACEOF
12038 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12039 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12040 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12041 $as_echo_n "(cached) " >&6
12042 else
12043 ac_check_lib_save_LIBS=$LIBS
12044 LIBS="-lXau $X_LIBS $LIBS"
12045 cat >conftest.$ac_ext <<_ACEOF
12046 /* confdefs.h. */
12047 _ACEOF
12048 cat confdefs.h >>conftest.$ac_ext
12049 cat >>conftest.$ac_ext <<_ACEOF
12050 /* end confdefs.h. */
12052 /* Override any GCC internal prototype to avoid an error.
12053 Use char because int might match the return type of a GCC
12054 builtin and then its argument prototype would still apply. */
12055 #ifdef __cplusplus
12056 extern "C"
12057 #endif
12058 char XauGetBestAuthByAddr ();
12060 main ()
12062 return XauGetBestAuthByAddr ();
12064 return 0;
12066 _ACEOF
12067 rm -f conftest.$ac_objext conftest$ac_exeext
12068 if { (ac_try="$ac_link"
12069 case "(($ac_try" in
12070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071 *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075 (eval "$ac_link") 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } && {
12082 test -z "$ac_c_werror_flag" ||
12083 test ! -s conftest.err
12084 } && test -s conftest$ac_exeext && {
12085 test "$cross_compiling" = yes ||
12086 $as_test_x conftest$ac_exeext
12087 }; then
12088 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12089 else
12090 $as_echo "$as_me: failed program was:" >&5
12091 sed 's/^/| /' conftest.$ac_ext >&5
12093 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12096 rm -rf conftest.dSYM
12097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12098 conftest$ac_exeext conftest.$ac_ext
12099 LIBS=$ac_check_lib_save_LIBS
12101 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12102 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12103 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12104 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12105 else
12106 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12114 done
12117 CPPFLAGS="$ac_save_CPPFLAGS"
12118 else
12119 XLIB=""
12120 X_CFLAGS=""
12121 X_LIBS=""
12122 enable_winex11_drv=${enable_winex11_drv:-no}
12123 enable_opengl32=${enable_opengl32:-no}
12124 enable_glu32=${enable_glu32:-no}
12126 if test "x$XLIB" = "x"; then
12127 case "x$with_x" in
12128 xno) ;;
12129 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12130 without X support, which probably isn't what you want. You will need to install
12131 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12132 Use the --without-x option if you really want this." >&5
12133 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12134 without X support, which probably isn't what you want. You will need to install
12135 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12136 Use the --without-x option if you really want this." >&2;}
12137 { (exit 1); exit 1; }; } ;;
12138 esac
12143 XML2LIBS=""
12145 XML2INCL=""
12147 XSLTINCL=""
12149 if test "x$with_xml" != "xno"
12150 then
12151 ac_save_CPPFLAGS="$CPPFLAGS"
12152 if test "$PKG_CONFIG" != "false"
12153 then
12154 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12155 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12156 else
12157 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12158 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12160 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12162 for ac_header in libxml/parser.h
12164 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12166 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12167 $as_echo_n "checking for $ac_header... " >&6; }
12168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12169 $as_echo_n "(cached) " >&6
12171 ac_res=`eval 'as_val=${'$as_ac_Header'}
12172 $as_echo "$as_val"'`
12173 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12174 $as_echo "$ac_res" >&6; }
12175 else
12176 # Is the header compilable?
12177 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12178 $as_echo_n "checking $ac_header usability... " >&6; }
12179 cat >conftest.$ac_ext <<_ACEOF
12180 /* confdefs.h. */
12181 _ACEOF
12182 cat confdefs.h >>conftest.$ac_ext
12183 cat >>conftest.$ac_ext <<_ACEOF
12184 /* end confdefs.h. */
12185 $ac_includes_default
12186 #include <$ac_header>
12187 _ACEOF
12188 rm -f conftest.$ac_objext
12189 if { (ac_try="$ac_compile"
12190 case "(($ac_try" in
12191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12192 *) ac_try_echo=$ac_try;;
12193 esac
12194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12195 $as_echo "$ac_try_echo") >&5
12196 (eval "$ac_compile") 2>conftest.er1
12197 ac_status=$?
12198 grep -v '^ *+' conftest.er1 >conftest.err
12199 rm -f conftest.er1
12200 cat conftest.err >&5
12201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); } && {
12203 test -z "$ac_c_werror_flag" ||
12204 test ! -s conftest.err
12205 } && test -s conftest.$ac_objext; then
12206 ac_header_compiler=yes
12207 else
12208 $as_echo "$as_me: failed program was:" >&5
12209 sed 's/^/| /' conftest.$ac_ext >&5
12211 ac_header_compiler=no
12214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12215 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12216 $as_echo "$ac_header_compiler" >&6; }
12218 # Is the header present?
12219 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12220 $as_echo_n "checking $ac_header presence... " >&6; }
12221 cat >conftest.$ac_ext <<_ACEOF
12222 /* confdefs.h. */
12223 _ACEOF
12224 cat confdefs.h >>conftest.$ac_ext
12225 cat >>conftest.$ac_ext <<_ACEOF
12226 /* end confdefs.h. */
12227 #include <$ac_header>
12228 _ACEOF
12229 if { (ac_try="$ac_cpp conftest.$ac_ext"
12230 case "(($ac_try" in
12231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12232 *) ac_try_echo=$ac_try;;
12233 esac
12234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12235 $as_echo "$ac_try_echo") >&5
12236 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12237 ac_status=$?
12238 grep -v '^ *+' conftest.er1 >conftest.err
12239 rm -f conftest.er1
12240 cat conftest.err >&5
12241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12242 (exit $ac_status); } >/dev/null && {
12243 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12244 test ! -s conftest.err
12245 }; then
12246 ac_header_preproc=yes
12247 else
12248 $as_echo "$as_me: failed program was:" >&5
12249 sed 's/^/| /' conftest.$ac_ext >&5
12251 ac_header_preproc=no
12254 rm -f conftest.err conftest.$ac_ext
12255 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12256 $as_echo "$ac_header_preproc" >&6; }
12258 # So? What about this header?
12259 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12260 yes:no: )
12261 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12262 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12263 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12264 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12265 ac_header_preproc=yes
12267 no:yes:* )
12268 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12269 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12270 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12271 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12272 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12273 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12274 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12275 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12276 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12277 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12278 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12279 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12280 ( cat <<\_ASBOX
12281 ## ------------------------------------ ##
12282 ## Report this to wine-devel@winehq.org ##
12283 ## ------------------------------------ ##
12284 _ASBOX
12285 ) | sed "s/^/$as_me: WARNING: /" >&2
12287 esac
12288 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12289 $as_echo_n "checking for $ac_header... " >&6; }
12290 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12291 $as_echo_n "(cached) " >&6
12292 else
12293 eval "$as_ac_Header=\$ac_header_preproc"
12295 ac_res=`eval 'as_val=${'$as_ac_Header'}
12296 $as_echo "$as_val"'`
12297 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12298 $as_echo "$ac_res" >&6; }
12301 as_val=`eval 'as_val=${'$as_ac_Header'}
12302 $as_echo "$as_val"'`
12303 if test "x$as_val" = x""yes; then
12304 cat >>confdefs.h <<_ACEOF
12305 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12306 _ACEOF
12307 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12308 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12309 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12310 $as_echo_n "(cached) " >&6
12311 else
12312 ac_check_lib_save_LIBS=$LIBS
12313 LIBS="-lxml2 $ac_xml_libs $LIBS"
12314 cat >conftest.$ac_ext <<_ACEOF
12315 /* confdefs.h. */
12316 _ACEOF
12317 cat confdefs.h >>conftest.$ac_ext
12318 cat >>conftest.$ac_ext <<_ACEOF
12319 /* end confdefs.h. */
12321 /* Override any GCC internal prototype to avoid an error.
12322 Use char because int might match the return type of a GCC
12323 builtin and then its argument prototype would still apply. */
12324 #ifdef __cplusplus
12325 extern "C"
12326 #endif
12327 char xmlParseMemory ();
12329 main ()
12331 return xmlParseMemory ();
12333 return 0;
12335 _ACEOF
12336 rm -f conftest.$ac_objext conftest$ac_exeext
12337 if { (ac_try="$ac_link"
12338 case "(($ac_try" in
12339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12340 *) ac_try_echo=$ac_try;;
12341 esac
12342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12343 $as_echo "$ac_try_echo") >&5
12344 (eval "$ac_link") 2>conftest.er1
12345 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1
12348 cat conftest.err >&5
12349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } && {
12351 test -z "$ac_c_werror_flag" ||
12352 test ! -s conftest.err
12353 } && test -s conftest$ac_exeext && {
12354 test "$cross_compiling" = yes ||
12355 $as_test_x conftest$ac_exeext
12356 }; then
12357 ac_cv_lib_xml2_xmlParseMemory=yes
12358 else
12359 $as_echo "$as_me: failed program was:" >&5
12360 sed 's/^/| /' conftest.$ac_ext >&5
12362 ac_cv_lib_xml2_xmlParseMemory=no
12365 rm -rf conftest.dSYM
12366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12367 conftest$ac_exeext conftest.$ac_ext
12368 LIBS=$ac_check_lib_save_LIBS
12370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12371 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12372 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12374 cat >>confdefs.h <<\_ACEOF
12375 #define HAVE_LIBXML2 1
12376 _ACEOF
12378 XML2LIBS="$ac_xml_libs"
12379 XML2INCL="$ac_xml_cflags"
12382 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12383 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12384 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12385 $as_echo_n "(cached) " >&6
12386 else
12387 ac_check_lib_save_LIBS=$LIBS
12388 LIBS="-lxml2 $ac_xml_libs $LIBS"
12389 cat >conftest.$ac_ext <<_ACEOF
12390 /* confdefs.h. */
12391 _ACEOF
12392 cat confdefs.h >>conftest.$ac_ext
12393 cat >>conftest.$ac_ext <<_ACEOF
12394 /* end confdefs.h. */
12396 /* Override any GCC internal prototype to avoid an error.
12397 Use char because int might match the return type of a GCC
12398 builtin and then its argument prototype would still apply. */
12399 #ifdef __cplusplus
12400 extern "C"
12401 #endif
12402 char xmlReadMemory ();
12404 main ()
12406 return xmlReadMemory ();
12408 return 0;
12410 _ACEOF
12411 rm -f conftest.$ac_objext conftest$ac_exeext
12412 if { (ac_try="$ac_link"
12413 case "(($ac_try" in
12414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12415 *) ac_try_echo=$ac_try;;
12416 esac
12417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12418 $as_echo "$ac_try_echo") >&5
12419 (eval "$ac_link") 2>conftest.er1
12420 ac_status=$?
12421 grep -v '^ *+' conftest.er1 >conftest.err
12422 rm -f conftest.er1
12423 cat conftest.err >&5
12424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12425 (exit $ac_status); } && {
12426 test -z "$ac_c_werror_flag" ||
12427 test ! -s conftest.err
12428 } && test -s conftest$ac_exeext && {
12429 test "$cross_compiling" = yes ||
12430 $as_test_x conftest$ac_exeext
12431 }; then
12432 ac_cv_lib_xml2_xmlReadMemory=yes
12433 else
12434 $as_echo "$as_me: failed program was:" >&5
12435 sed 's/^/| /' conftest.$ac_ext >&5
12437 ac_cv_lib_xml2_xmlReadMemory=no
12440 rm -rf conftest.dSYM
12441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12442 conftest$ac_exeext conftest.$ac_ext
12443 LIBS=$ac_check_lib_save_LIBS
12445 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12446 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12447 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12449 cat >>confdefs.h <<\_ACEOF
12450 #define HAVE_XMLREADMEMORY 1
12451 _ACEOF
12455 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12456 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12457 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12458 $as_echo_n "(cached) " >&6
12459 else
12460 ac_check_lib_save_LIBS=$LIBS
12461 LIBS="-lxml2 $ac_xml_libs $LIBS"
12462 cat >conftest.$ac_ext <<_ACEOF
12463 /* confdefs.h. */
12464 _ACEOF
12465 cat confdefs.h >>conftest.$ac_ext
12466 cat >>conftest.$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12469 /* Override any GCC internal prototype to avoid an error.
12470 Use char because int might match the return type of a GCC
12471 builtin and then its argument prototype would still apply. */
12472 #ifdef __cplusplus
12473 extern "C"
12474 #endif
12475 char xmlNewDocPI ();
12477 main ()
12479 return xmlNewDocPI ();
12481 return 0;
12483 _ACEOF
12484 rm -f conftest.$ac_objext conftest$ac_exeext
12485 if { (ac_try="$ac_link"
12486 case "(($ac_try" in
12487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12488 *) ac_try_echo=$ac_try;;
12489 esac
12490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12491 $as_echo "$ac_try_echo") >&5
12492 (eval "$ac_link") 2>conftest.er1
12493 ac_status=$?
12494 grep -v '^ *+' conftest.er1 >conftest.err
12495 rm -f conftest.er1
12496 cat conftest.err >&5
12497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498 (exit $ac_status); } && {
12499 test -z "$ac_c_werror_flag" ||
12500 test ! -s conftest.err
12501 } && test -s conftest$ac_exeext && {
12502 test "$cross_compiling" = yes ||
12503 $as_test_x conftest$ac_exeext
12504 }; then
12505 ac_cv_lib_xml2_xmlNewDocPI=yes
12506 else
12507 $as_echo "$as_me: failed program was:" >&5
12508 sed 's/^/| /' conftest.$ac_ext >&5
12510 ac_cv_lib_xml2_xmlNewDocPI=no
12513 rm -rf conftest.dSYM
12514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12515 conftest$ac_exeext conftest.$ac_ext
12516 LIBS=$ac_check_lib_save_LIBS
12518 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12519 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12520 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12522 cat >>confdefs.h <<\_ACEOF
12523 #define HAVE_XMLNEWDOCPI 1
12524 _ACEOF
12531 done
12533 CPPFLAGS="$ac_save_CPPFLAGS"
12535 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12536 case "x$with_xml" in
12537 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12538 xno) ;;
12539 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12540 This is an error since --with-xml was requested." >&5
12541 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12542 This is an error since --with-xml was requested." >&2;}
12543 { (exit 1); exit 1; }; } ;;
12544 esac
12548 if test "x$with_xslt" != "xno"
12549 then
12550 if test "$PKG_CONFIG" != "false"
12551 then
12552 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12553 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12554 else
12555 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12556 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12558 ac_save_CPPFLAGS="$CPPFLAGS"
12559 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12562 for ac_header in libxslt/pattern.h libxslt/transform.h
12564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12565 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12566 $as_echo_n "checking for $ac_header... " >&6; }
12567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12568 $as_echo_n "(cached) " >&6
12569 else
12570 cat >conftest.$ac_ext <<_ACEOF
12571 /* confdefs.h. */
12572 _ACEOF
12573 cat confdefs.h >>conftest.$ac_ext
12574 cat >>conftest.$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12576 #ifdef HAVE_LIBXSLT_PATTERN_H
12577 # include <libxslt/pattern.h>
12578 #endif
12580 #include <$ac_header>
12581 _ACEOF
12582 rm -f conftest.$ac_objext
12583 if { (ac_try="$ac_compile"
12584 case "(($ac_try" in
12585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12586 *) ac_try_echo=$ac_try;;
12587 esac
12588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12589 $as_echo "$ac_try_echo") >&5
12590 (eval "$ac_compile") 2>conftest.er1
12591 ac_status=$?
12592 grep -v '^ *+' conftest.er1 >conftest.err
12593 rm -f conftest.er1
12594 cat conftest.err >&5
12595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); } && {
12597 test -z "$ac_c_werror_flag" ||
12598 test ! -s conftest.err
12599 } && test -s conftest.$ac_objext; then
12600 eval "$as_ac_Header=yes"
12601 else
12602 $as_echo "$as_me: failed program was:" >&5
12603 sed 's/^/| /' conftest.$ac_ext >&5
12605 eval "$as_ac_Header=no"
12608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12610 ac_res=`eval 'as_val=${'$as_ac_Header'}
12611 $as_echo "$as_val"'`
12612 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12613 $as_echo "$ac_res" >&6; }
12614 as_val=`eval 'as_val=${'$as_ac_Header'}
12615 $as_echo "$as_val"'`
12616 if test "x$as_val" = x""yes; then
12617 cat >>confdefs.h <<_ACEOF
12618 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12619 _ACEOF
12623 done
12625 CPPFLAGS="$ac_save_CPPFLAGS"
12626 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12627 then
12628 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12629 $as_echo_n "checking for -lxslt... " >&6; }
12630 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12631 $as_echo_n "(cached) " >&6
12632 else
12633 ac_check_soname_save_LIBS=$LIBS
12634 LIBS="-lxslt $ac_xslt_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h. */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char xsltCompilePattern ();
12650 main ()
12652 return xsltCompilePattern ();
12654 return 0;
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12662 esac
12663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12664 $as_echo "$ac_try_echo") >&5
12665 (eval "$ac_link") 2>conftest.er1
12666 ac_status=$?
12667 grep -v '^ *+' conftest.er1 >conftest.err
12668 rm -f conftest.er1
12669 cat conftest.err >&5
12670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); } && {
12672 test -z "$ac_c_werror_flag" ||
12673 test ! -s conftest.err
12674 } && test -s conftest$ac_exeext && {
12675 test "$cross_compiling" = yes ||
12676 $as_test_x conftest$ac_exeext
12677 }; then
12678 case "$LIBEXT" in
12679 dll) ;;
12680 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'` ;;
12681 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12682 esac
12683 else
12684 $as_echo "$as_me: failed program was:" >&5
12685 sed 's/^/| /' conftest.$ac_ext >&5
12690 rm -rf conftest.dSYM
12691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12692 conftest$ac_exeext conftest.$ac_ext
12693 LIBS=$ac_check_soname_save_LIBS
12695 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12696 { $as_echo "$as_me:$LINENO: result: not found" >&5
12697 $as_echo "not found" >&6; }
12699 else
12700 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12701 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12703 cat >>confdefs.h <<_ACEOF
12704 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12705 _ACEOF
12707 XSLTINCL="$ac_xslt_cflags"
12712 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12713 case "x$with_xslt" in
12714 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12715 xno) ;;
12716 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12717 This is an error since --with-xslt was requested." >&5
12718 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12719 This is an error since --with-xslt was requested." >&2;}
12720 { (exit 1); exit 1; }; } ;;
12721 esac
12725 HALINCL=""
12727 if test "x$with_hal" != "xno"
12728 then
12729 ac_save_CPPFLAGS="$CPPFLAGS"
12730 if test "$PKG_CONFIG" != "false"
12731 then
12732 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12733 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12734 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12738 for ac_header in dbus/dbus.h hal/libhal.h
12740 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12742 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12743 $as_echo_n "checking for $ac_header... " >&6; }
12744 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12745 $as_echo_n "(cached) " >&6
12747 ac_res=`eval 'as_val=${'$as_ac_Header'}
12748 $as_echo "$as_val"'`
12749 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12750 $as_echo "$ac_res" >&6; }
12751 else
12752 # Is the header compilable?
12753 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12754 $as_echo_n "checking $ac_header usability... " >&6; }
12755 cat >conftest.$ac_ext <<_ACEOF
12756 /* confdefs.h. */
12757 _ACEOF
12758 cat confdefs.h >>conftest.$ac_ext
12759 cat >>conftest.$ac_ext <<_ACEOF
12760 /* end confdefs.h. */
12761 $ac_includes_default
12762 #include <$ac_header>
12763 _ACEOF
12764 rm -f conftest.$ac_objext
12765 if { (ac_try="$ac_compile"
12766 case "(($ac_try" in
12767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12768 *) ac_try_echo=$ac_try;;
12769 esac
12770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12771 $as_echo "$ac_try_echo") >&5
12772 (eval "$ac_compile") 2>conftest.er1
12773 ac_status=$?
12774 grep -v '^ *+' conftest.er1 >conftest.err
12775 rm -f conftest.er1
12776 cat conftest.err >&5
12777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12778 (exit $ac_status); } && {
12779 test -z "$ac_c_werror_flag" ||
12780 test ! -s conftest.err
12781 } && test -s conftest.$ac_objext; then
12782 ac_header_compiler=yes
12783 else
12784 $as_echo "$as_me: failed program was:" >&5
12785 sed 's/^/| /' conftest.$ac_ext >&5
12787 ac_header_compiler=no
12790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12791 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12792 $as_echo "$ac_header_compiler" >&6; }
12794 # Is the header present?
12795 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12796 $as_echo_n "checking $ac_header presence... " >&6; }
12797 cat >conftest.$ac_ext <<_ACEOF
12798 /* confdefs.h. */
12799 _ACEOF
12800 cat confdefs.h >>conftest.$ac_ext
12801 cat >>conftest.$ac_ext <<_ACEOF
12802 /* end confdefs.h. */
12803 #include <$ac_header>
12804 _ACEOF
12805 if { (ac_try="$ac_cpp conftest.$ac_ext"
12806 case "(($ac_try" in
12807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12808 *) ac_try_echo=$ac_try;;
12809 esac
12810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12811 $as_echo "$ac_try_echo") >&5
12812 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12813 ac_status=$?
12814 grep -v '^ *+' conftest.er1 >conftest.err
12815 rm -f conftest.er1
12816 cat conftest.err >&5
12817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12818 (exit $ac_status); } >/dev/null && {
12819 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12820 test ! -s conftest.err
12821 }; then
12822 ac_header_preproc=yes
12823 else
12824 $as_echo "$as_me: failed program was:" >&5
12825 sed 's/^/| /' conftest.$ac_ext >&5
12827 ac_header_preproc=no
12830 rm -f conftest.err conftest.$ac_ext
12831 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12832 $as_echo "$ac_header_preproc" >&6; }
12834 # So? What about this header?
12835 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12836 yes:no: )
12837 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12838 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12839 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12840 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12841 ac_header_preproc=yes
12843 no:yes:* )
12844 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12845 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12846 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12847 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12848 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12849 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12850 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12851 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12853 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12854 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12855 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12856 ( cat <<\_ASBOX
12857 ## ------------------------------------ ##
12858 ## Report this to wine-devel@winehq.org ##
12859 ## ------------------------------------ ##
12860 _ASBOX
12861 ) | sed "s/^/$as_me: WARNING: /" >&2
12863 esac
12864 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12865 $as_echo_n "checking for $ac_header... " >&6; }
12866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12867 $as_echo_n "(cached) " >&6
12868 else
12869 eval "$as_ac_Header=\$ac_header_preproc"
12871 ac_res=`eval 'as_val=${'$as_ac_Header'}
12872 $as_echo "$as_val"'`
12873 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12874 $as_echo "$ac_res" >&6; }
12877 as_val=`eval 'as_val=${'$as_ac_Header'}
12878 $as_echo "$as_val"'`
12879 if test "x$as_val" = x""yes; then
12880 cat >>confdefs.h <<_ACEOF
12881 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12882 _ACEOF
12886 done
12888 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12889 then
12890 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12891 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12892 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12893 $as_echo_n "(cached) " >&6
12894 else
12895 ac_check_lib_save_LIBS=$LIBS
12896 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12897 cat >conftest.$ac_ext <<_ACEOF
12898 /* confdefs.h. */
12899 _ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h. */
12904 /* Override any GCC internal prototype to avoid an error.
12905 Use char because int might match the return type of a GCC
12906 builtin and then its argument prototype would still apply. */
12907 #ifdef __cplusplus
12908 extern "C"
12909 #endif
12910 char dbus_connection_close ();
12912 main ()
12914 return dbus_connection_close ();
12916 return 0;
12918 _ACEOF
12919 rm -f conftest.$ac_objext conftest$ac_exeext
12920 if { (ac_try="$ac_link"
12921 case "(($ac_try" in
12922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12923 *) ac_try_echo=$ac_try;;
12924 esac
12925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12926 $as_echo "$ac_try_echo") >&5
12927 (eval "$ac_link") 2>conftest.er1
12928 ac_status=$?
12929 grep -v '^ *+' conftest.er1 >conftest.err
12930 rm -f conftest.er1
12931 cat conftest.err >&5
12932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12933 (exit $ac_status); } && {
12934 test -z "$ac_c_werror_flag" ||
12935 test ! -s conftest.err
12936 } && test -s conftest$ac_exeext && {
12937 test "$cross_compiling" = yes ||
12938 $as_test_x conftest$ac_exeext
12939 }; then
12940 ac_cv_lib_dbus_1_dbus_connection_close=yes
12941 else
12942 $as_echo "$as_me: failed program was:" >&5
12943 sed 's/^/| /' conftest.$ac_ext >&5
12945 ac_cv_lib_dbus_1_dbus_connection_close=no
12948 rm -rf conftest.dSYM
12949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12950 conftest$ac_exeext conftest.$ac_ext
12951 LIBS=$ac_check_lib_save_LIBS
12953 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12954 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12955 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12956 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12957 $as_echo_n "checking for -lhal... " >&6; }
12958 if test "${ac_cv_lib_soname_hal+set}" = set; then
12959 $as_echo_n "(cached) " >&6
12960 else
12961 ac_check_soname_save_LIBS=$LIBS
12962 LIBS="-lhal $ac_hal_libs $LIBS"
12963 cat >conftest.$ac_ext <<_ACEOF
12964 /* confdefs.h. */
12965 _ACEOF
12966 cat confdefs.h >>conftest.$ac_ext
12967 cat >>conftest.$ac_ext <<_ACEOF
12968 /* end confdefs.h. */
12970 /* Override any GCC internal prototype to avoid an error.
12971 Use char because int might match the return type of a GCC
12972 builtin and then its argument prototype would still apply. */
12973 #ifdef __cplusplus
12974 extern "C"
12975 #endif
12976 char libhal_ctx_new ();
12978 main ()
12980 return libhal_ctx_new ();
12982 return 0;
12984 _ACEOF
12985 rm -f conftest.$ac_objext conftest$ac_exeext
12986 if { (ac_try="$ac_link"
12987 case "(($ac_try" in
12988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12989 *) ac_try_echo=$ac_try;;
12990 esac
12991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12992 $as_echo "$ac_try_echo") >&5
12993 (eval "$ac_link") 2>conftest.er1
12994 ac_status=$?
12995 grep -v '^ *+' conftest.er1 >conftest.err
12996 rm -f conftest.er1
12997 cat conftest.err >&5
12998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12999 (exit $ac_status); } && {
13000 test -z "$ac_c_werror_flag" ||
13001 test ! -s conftest.err
13002 } && test -s conftest$ac_exeext && {
13003 test "$cross_compiling" = yes ||
13004 $as_test_x conftest$ac_exeext
13005 }; then
13006 case "$LIBEXT" in
13007 dll) ;;
13008 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'` ;;
13009 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13010 esac
13011 else
13012 $as_echo "$as_me: failed program was:" >&5
13013 sed 's/^/| /' conftest.$ac_ext >&5
13018 rm -rf conftest.dSYM
13019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13020 conftest$ac_exeext conftest.$ac_ext
13021 LIBS=$ac_check_soname_save_LIBS
13023 if test "x$ac_cv_lib_soname_hal" = "x"; then
13024 { $as_echo "$as_me:$LINENO: result: not found" >&5
13025 $as_echo "not found" >&6; }
13027 else
13028 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13029 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13031 cat >>confdefs.h <<_ACEOF
13032 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13033 _ACEOF
13035 HALINCL="$ac_hal_cflags"
13041 CPPFLAGS="$ac_save_CPPFLAGS"
13043 if test "x$ac_cv_lib_soname_hal" = "x"; then
13044 case "x$with_hal" in
13045 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13046 xno) ;;
13047 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13048 This is an error since --with-hal was requested." >&5
13049 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13050 This is an error since --with-hal was requested." >&2;}
13051 { (exit 1); exit 1; }; } ;;
13052 esac
13056 if test "x$with_gnutls" != "xno"
13057 then
13058 ac_save_CPPFLAGS="$CPPFLAGS"
13059 if test "$PKG_CONFIG" != "false"
13060 then
13061 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13062 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13063 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13065 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13066 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13067 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13068 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13069 $as_echo_n "(cached) " >&6
13071 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13072 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13073 else
13074 # Is the header compilable?
13075 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13076 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13077 cat >conftest.$ac_ext <<_ACEOF
13078 /* confdefs.h. */
13079 _ACEOF
13080 cat confdefs.h >>conftest.$ac_ext
13081 cat >>conftest.$ac_ext <<_ACEOF
13082 /* end confdefs.h. */
13083 $ac_includes_default
13084 #include <gnutls/gnutls.h>
13085 _ACEOF
13086 rm -f conftest.$ac_objext
13087 if { (ac_try="$ac_compile"
13088 case "(($ac_try" in
13089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13090 *) ac_try_echo=$ac_try;;
13091 esac
13092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13093 $as_echo "$ac_try_echo") >&5
13094 (eval "$ac_compile") 2>conftest.er1
13095 ac_status=$?
13096 grep -v '^ *+' conftest.er1 >conftest.err
13097 rm -f conftest.er1
13098 cat conftest.err >&5
13099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13100 (exit $ac_status); } && {
13101 test -z "$ac_c_werror_flag" ||
13102 test ! -s conftest.err
13103 } && test -s conftest.$ac_objext; then
13104 ac_header_compiler=yes
13105 else
13106 $as_echo "$as_me: failed program was:" >&5
13107 sed 's/^/| /' conftest.$ac_ext >&5
13109 ac_header_compiler=no
13112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13113 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13114 $as_echo "$ac_header_compiler" >&6; }
13116 # Is the header present?
13117 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13118 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13119 cat >conftest.$ac_ext <<_ACEOF
13120 /* confdefs.h. */
13121 _ACEOF
13122 cat confdefs.h >>conftest.$ac_ext
13123 cat >>conftest.$ac_ext <<_ACEOF
13124 /* end confdefs.h. */
13125 #include <gnutls/gnutls.h>
13126 _ACEOF
13127 if { (ac_try="$ac_cpp conftest.$ac_ext"
13128 case "(($ac_try" in
13129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13130 *) ac_try_echo=$ac_try;;
13131 esac
13132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13133 $as_echo "$ac_try_echo") >&5
13134 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } >/dev/null && {
13141 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 }; then
13144 ac_header_preproc=yes
13145 else
13146 $as_echo "$as_me: failed program was:" >&5
13147 sed 's/^/| /' conftest.$ac_ext >&5
13149 ac_header_preproc=no
13152 rm -f conftest.err conftest.$ac_ext
13153 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13154 $as_echo "$ac_header_preproc" >&6; }
13156 # So? What about this header?
13157 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13158 yes:no: )
13159 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13160 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13161 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13162 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13163 ac_header_preproc=yes
13165 no:yes:* )
13166 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13167 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13168 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13169 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13170 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13171 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13172 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13173 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13174 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13175 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13176 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13177 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13178 ( cat <<\_ASBOX
13179 ## ------------------------------------ ##
13180 ## Report this to wine-devel@winehq.org ##
13181 ## ------------------------------------ ##
13182 _ASBOX
13183 ) | sed "s/^/$as_me: WARNING: /" >&2
13185 esac
13186 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13187 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13188 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13189 $as_echo_n "(cached) " >&6
13190 else
13191 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13193 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13194 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13197 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13198 cat >conftest.$ac_ext <<_ACEOF
13199 /* confdefs.h. */
13200 _ACEOF
13201 cat confdefs.h >>conftest.$ac_ext
13202 cat >>conftest.$ac_ext <<_ACEOF
13203 /* end confdefs.h. */
13204 #include <gnutls/gnutls.h>
13206 main ()
13208 typeof(gnutls_mac_get_key_size) *pfunc;
13210 return 0;
13212 _ACEOF
13213 rm -f conftest.$ac_objext
13214 if { (ac_try="$ac_compile"
13215 case "(($ac_try" in
13216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13217 *) ac_try_echo=$ac_try;;
13218 esac
13219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13220 $as_echo "$ac_try_echo") >&5
13221 (eval "$ac_compile") 2>conftest.er1
13222 ac_status=$?
13223 grep -v '^ *+' conftest.er1 >conftest.err
13224 rm -f conftest.er1
13225 cat conftest.err >&5
13226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13227 (exit $ac_status); } && {
13228 test -z "$ac_c_werror_flag" ||
13229 test ! -s conftest.err
13230 } && test -s conftest.$ac_objext; then
13231 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13232 $as_echo_n "checking for -lgnutls... " >&6; }
13233 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13234 $as_echo_n "(cached) " >&6
13235 else
13236 ac_check_soname_save_LIBS=$LIBS
13237 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13238 cat >conftest.$ac_ext <<_ACEOF
13239 /* confdefs.h. */
13240 _ACEOF
13241 cat confdefs.h >>conftest.$ac_ext
13242 cat >>conftest.$ac_ext <<_ACEOF
13243 /* end confdefs.h. */
13245 /* Override any GCC internal prototype to avoid an error.
13246 Use char because int might match the return type of a GCC
13247 builtin and then its argument prototype would still apply. */
13248 #ifdef __cplusplus
13249 extern "C"
13250 #endif
13251 char gnutls_global_init ();
13253 main ()
13255 return gnutls_global_init ();
13257 return 0;
13259 _ACEOF
13260 rm -f conftest.$ac_objext conftest$ac_exeext
13261 if { (ac_try="$ac_link"
13262 case "(($ac_try" in
13263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13264 *) ac_try_echo=$ac_try;;
13265 esac
13266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13267 $as_echo "$ac_try_echo") >&5
13268 (eval "$ac_link") 2>conftest.er1
13269 ac_status=$?
13270 grep -v '^ *+' conftest.er1 >conftest.err
13271 rm -f conftest.er1
13272 cat conftest.err >&5
13273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); } && {
13275 test -z "$ac_c_werror_flag" ||
13276 test ! -s conftest.err
13277 } && test -s conftest$ac_exeext && {
13278 test "$cross_compiling" = yes ||
13279 $as_test_x conftest$ac_exeext
13280 }; then
13281 case "$LIBEXT" in
13282 dll) ;;
13283 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'` ;;
13284 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13285 esac
13286 else
13287 $as_echo "$as_me: failed program was:" >&5
13288 sed 's/^/| /' conftest.$ac_ext >&5
13293 rm -rf conftest.dSYM
13294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13295 conftest$ac_exeext conftest.$ac_ext
13296 LIBS=$ac_check_soname_save_LIBS
13298 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13299 { $as_echo "$as_me:$LINENO: result: not found" >&5
13300 $as_echo "not found" >&6; }
13302 else
13303 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13304 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13306 cat >>confdefs.h <<_ACEOF
13307 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13308 _ACEOF
13310 GNUTLSINCL="$ac_gnutls_cflags"
13314 else
13315 $as_echo "$as_me: failed program was:" >&5
13316 sed 's/^/| /' conftest.$ac_ext >&5
13321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13325 CPPFLAGS="$ac_save_CPPFLAGS"
13327 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13328 case "x$with_gnutls" in
13329 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13330 xno) ;;
13331 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13332 This is an error since --with-gnutls was requested." >&5
13333 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13334 This is an error since --with-gnutls was requested." >&2;}
13335 { (exit 1); exit 1; }; } ;;
13336 esac
13340 CURSESLIBS=""
13341 if test "$ac_cv_header_ncurses_h" = "yes"
13342 then
13343 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13344 $as_echo_n "checking for -lncurses... " >&6; }
13345 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13346 $as_echo_n "(cached) " >&6
13347 else
13348 ac_check_soname_save_LIBS=$LIBS
13349 LIBS="-lncurses $LIBS"
13350 cat >conftest.$ac_ext <<_ACEOF
13351 /* confdefs.h. */
13352 _ACEOF
13353 cat confdefs.h >>conftest.$ac_ext
13354 cat >>conftest.$ac_ext <<_ACEOF
13355 /* end confdefs.h. */
13357 /* Override any GCC internal prototype to avoid an error.
13358 Use char because int might match the return type of a GCC
13359 builtin and then its argument prototype would still apply. */
13360 #ifdef __cplusplus
13361 extern "C"
13362 #endif
13363 char waddch ();
13365 main ()
13367 return waddch ();
13369 return 0;
13371 _ACEOF
13372 rm -f conftest.$ac_objext conftest$ac_exeext
13373 if { (ac_try="$ac_link"
13374 case "(($ac_try" in
13375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13376 *) ac_try_echo=$ac_try;;
13377 esac
13378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13379 $as_echo "$ac_try_echo") >&5
13380 (eval "$ac_link") 2>conftest.er1
13381 ac_status=$?
13382 grep -v '^ *+' conftest.er1 >conftest.err
13383 rm -f conftest.er1
13384 cat conftest.err >&5
13385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13386 (exit $ac_status); } && {
13387 test -z "$ac_c_werror_flag" ||
13388 test ! -s conftest.err
13389 } && test -s conftest$ac_exeext && {
13390 test "$cross_compiling" = yes ||
13391 $as_test_x conftest$ac_exeext
13392 }; then
13393 case "$LIBEXT" in
13394 dll) ;;
13395 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'` ;;
13396 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13397 esac
13398 else
13399 $as_echo "$as_me: failed program was:" >&5
13400 sed 's/^/| /' conftest.$ac_ext >&5
13405 rm -rf conftest.dSYM
13406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13407 conftest$ac_exeext conftest.$ac_ext
13408 LIBS=$ac_check_soname_save_LIBS
13410 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13411 { $as_echo "$as_me:$LINENO: result: not found" >&5
13412 $as_echo "not found" >&6; }
13414 else
13415 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13416 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13418 cat >>confdefs.h <<_ACEOF
13419 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13420 _ACEOF
13422 CURSESLIBS="-lncurses"
13425 elif test "$ac_cv_header_curses_h" = "yes"
13426 then
13427 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13428 $as_echo_n "checking for -lcurses... " >&6; }
13429 if test "${ac_cv_lib_soname_curses+set}" = set; then
13430 $as_echo_n "(cached) " >&6
13431 else
13432 ac_check_soname_save_LIBS=$LIBS
13433 LIBS="-lcurses $LIBS"
13434 cat >conftest.$ac_ext <<_ACEOF
13435 /* confdefs.h. */
13436 _ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13441 /* Override any GCC internal prototype to avoid an error.
13442 Use char because int might match the return type of a GCC
13443 builtin and then its argument prototype would still apply. */
13444 #ifdef __cplusplus
13445 extern "C"
13446 #endif
13447 char waddch ();
13449 main ()
13451 return waddch ();
13453 return 0;
13455 _ACEOF
13456 rm -f conftest.$ac_objext conftest$ac_exeext
13457 if { (ac_try="$ac_link"
13458 case "(($ac_try" in
13459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13460 *) ac_try_echo=$ac_try;;
13461 esac
13462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13463 $as_echo "$ac_try_echo") >&5
13464 (eval "$ac_link") 2>conftest.er1
13465 ac_status=$?
13466 grep -v '^ *+' conftest.er1 >conftest.err
13467 rm -f conftest.er1
13468 cat conftest.err >&5
13469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13470 (exit $ac_status); } && {
13471 test -z "$ac_c_werror_flag" ||
13472 test ! -s conftest.err
13473 } && test -s conftest$ac_exeext && {
13474 test "$cross_compiling" = yes ||
13475 $as_test_x conftest$ac_exeext
13476 }; then
13477 case "$LIBEXT" in
13478 dll) ;;
13479 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'` ;;
13480 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13481 esac
13482 else
13483 $as_echo "$as_me: failed program was:" >&5
13484 sed 's/^/| /' conftest.$ac_ext >&5
13489 rm -rf conftest.dSYM
13490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13491 conftest$ac_exeext conftest.$ac_ext
13492 LIBS=$ac_check_soname_save_LIBS
13494 if test "x$ac_cv_lib_soname_curses" = "x"; then
13495 { $as_echo "$as_me:$LINENO: result: not found" >&5
13496 $as_echo "not found" >&6; }
13498 else
13499 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13500 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13502 cat >>confdefs.h <<_ACEOF
13503 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13504 _ACEOF
13506 CURSESLIBS="-lcurses"
13510 ac_save_LIBS="$LIBS"
13511 LIBS="$LIBS $CURSESLIBS"
13513 for ac_func in mousemask
13515 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13516 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13517 $as_echo_n "checking for $ac_func... " >&6; }
13518 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13519 $as_echo_n "(cached) " >&6
13520 else
13521 cat >conftest.$ac_ext <<_ACEOF
13522 /* confdefs.h. */
13523 _ACEOF
13524 cat confdefs.h >>conftest.$ac_ext
13525 cat >>conftest.$ac_ext <<_ACEOF
13526 /* end confdefs.h. */
13527 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13528 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13529 #define $ac_func innocuous_$ac_func
13531 /* System header to define __stub macros and hopefully few prototypes,
13532 which can conflict with char $ac_func (); below.
13533 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13534 <limits.h> exists even on freestanding compilers. */
13536 #ifdef __STDC__
13537 # include <limits.h>
13538 #else
13539 # include <assert.h>
13540 #endif
13542 #undef $ac_func
13544 /* Override any GCC internal prototype to avoid an error.
13545 Use char because int might match the return type of a GCC
13546 builtin and then its argument prototype would still apply. */
13547 #ifdef __cplusplus
13548 extern "C"
13549 #endif
13550 char $ac_func ();
13551 /* The GNU C library defines this for functions which it implements
13552 to always fail with ENOSYS. Some functions are actually named
13553 something starting with __ and the normal name is an alias. */
13554 #if defined __stub_$ac_func || defined __stub___$ac_func
13555 choke me
13556 #endif
13559 main ()
13561 return $ac_func ();
13563 return 0;
13565 _ACEOF
13566 rm -f conftest.$ac_objext conftest$ac_exeext
13567 if { (ac_try="$ac_link"
13568 case "(($ac_try" in
13569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13570 *) ac_try_echo=$ac_try;;
13571 esac
13572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13573 $as_echo "$ac_try_echo") >&5
13574 (eval "$ac_link") 2>conftest.er1
13575 ac_status=$?
13576 grep -v '^ *+' conftest.er1 >conftest.err
13577 rm -f conftest.er1
13578 cat conftest.err >&5
13579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580 (exit $ac_status); } && {
13581 test -z "$ac_c_werror_flag" ||
13582 test ! -s conftest.err
13583 } && test -s conftest$ac_exeext && {
13584 test "$cross_compiling" = yes ||
13585 $as_test_x conftest$ac_exeext
13586 }; then
13587 eval "$as_ac_var=yes"
13588 else
13589 $as_echo "$as_me: failed program was:" >&5
13590 sed 's/^/| /' conftest.$ac_ext >&5
13592 eval "$as_ac_var=no"
13595 rm -rf conftest.dSYM
13596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13597 conftest$ac_exeext conftest.$ac_ext
13599 ac_res=`eval 'as_val=${'$as_ac_var'}
13600 $as_echo "$as_val"'`
13601 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13602 $as_echo "$ac_res" >&6; }
13603 as_val=`eval 'as_val=${'$as_ac_var'}
13604 $as_echo "$as_val"'`
13605 if test "x$as_val" = x""yes; then
13606 cat >>confdefs.h <<_ACEOF
13607 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13608 _ACEOF
13611 done
13613 LIBS="$ac_save_LIBS"
13614 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13615 case "x$with_curses" in
13616 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13617 xno) ;;
13618 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13619 This is an error since --with-curses was requested." >&5
13620 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13621 This is an error since --with-curses was requested." >&2;}
13622 { (exit 1); exit 1; }; } ;;
13623 esac
13627 if test "x$with_sane" != "xno"
13628 then
13629 ac_save_CPPFLAGS="$CPPFLAGS"
13630 # Extract the first word of "sane-config", so it can be a program name with args.
13631 set dummy sane-config; ac_word=$2
13632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13633 $as_echo_n "checking for $ac_word... " >&6; }
13634 if test "${ac_cv_prog_sane_devel+set}" = set; then
13635 $as_echo_n "(cached) " >&6
13636 else
13637 if test -n "$sane_devel"; then
13638 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13639 else
13640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13641 for as_dir in $PATH
13643 IFS=$as_save_IFS
13644 test -z "$as_dir" && as_dir=.
13645 for ac_exec_ext in '' $ac_executable_extensions; do
13646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13647 ac_cv_prog_sane_devel="sane-config"
13648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13649 break 2
13651 done
13652 done
13653 IFS=$as_save_IFS
13655 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13658 sane_devel=$ac_cv_prog_sane_devel
13659 if test -n "$sane_devel"; then
13660 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13661 $as_echo "$sane_devel" >&6; }
13662 else
13663 { $as_echo "$as_me:$LINENO: result: no" >&5
13664 $as_echo "no" >&6; }
13668 if test "$sane_devel" != "no"
13669 then
13670 ac_sane_incl="`$sane_devel --cflags`"
13671 ac_sane_libs="`$sane_devel --ldflags`"
13672 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13674 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13675 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13676 $as_echo_n "checking for sane/sane.h... " >&6; }
13677 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13678 $as_echo_n "(cached) " >&6
13680 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13681 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13682 else
13683 # Is the header compilable?
13684 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13685 $as_echo_n "checking sane/sane.h usability... " >&6; }
13686 cat >conftest.$ac_ext <<_ACEOF
13687 /* confdefs.h. */
13688 _ACEOF
13689 cat confdefs.h >>conftest.$ac_ext
13690 cat >>conftest.$ac_ext <<_ACEOF
13691 /* end confdefs.h. */
13692 $ac_includes_default
13693 #include <sane/sane.h>
13694 _ACEOF
13695 rm -f conftest.$ac_objext
13696 if { (ac_try="$ac_compile"
13697 case "(($ac_try" in
13698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13699 *) ac_try_echo=$ac_try;;
13700 esac
13701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13702 $as_echo "$ac_try_echo") >&5
13703 (eval "$ac_compile") 2>conftest.er1
13704 ac_status=$?
13705 grep -v '^ *+' conftest.er1 >conftest.err
13706 rm -f conftest.er1
13707 cat conftest.err >&5
13708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13709 (exit $ac_status); } && {
13710 test -z "$ac_c_werror_flag" ||
13711 test ! -s conftest.err
13712 } && test -s conftest.$ac_objext; then
13713 ac_header_compiler=yes
13714 else
13715 $as_echo "$as_me: failed program was:" >&5
13716 sed 's/^/| /' conftest.$ac_ext >&5
13718 ac_header_compiler=no
13721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13722 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13723 $as_echo "$ac_header_compiler" >&6; }
13725 # Is the header present?
13726 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13727 $as_echo_n "checking sane/sane.h presence... " >&6; }
13728 cat >conftest.$ac_ext <<_ACEOF
13729 /* confdefs.h. */
13730 _ACEOF
13731 cat confdefs.h >>conftest.$ac_ext
13732 cat >>conftest.$ac_ext <<_ACEOF
13733 /* end confdefs.h. */
13734 #include <sane/sane.h>
13735 _ACEOF
13736 if { (ac_try="$ac_cpp conftest.$ac_ext"
13737 case "(($ac_try" in
13738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13739 *) ac_try_echo=$ac_try;;
13740 esac
13741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13742 $as_echo "$ac_try_echo") >&5
13743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13744 ac_status=$?
13745 grep -v '^ *+' conftest.er1 >conftest.err
13746 rm -f conftest.er1
13747 cat conftest.err >&5
13748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749 (exit $ac_status); } >/dev/null && {
13750 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13751 test ! -s conftest.err
13752 }; then
13753 ac_header_preproc=yes
13754 else
13755 $as_echo "$as_me: failed program was:" >&5
13756 sed 's/^/| /' conftest.$ac_ext >&5
13758 ac_header_preproc=no
13761 rm -f conftest.err conftest.$ac_ext
13762 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13763 $as_echo "$ac_header_preproc" >&6; }
13765 # So? What about this header?
13766 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13767 yes:no: )
13768 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13769 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13770 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13771 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13772 ac_header_preproc=yes
13774 no:yes:* )
13775 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13776 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13777 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13778 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13779 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13780 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13781 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13782 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13783 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13784 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13785 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13786 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13787 ( cat <<\_ASBOX
13788 ## ------------------------------------ ##
13789 ## Report this to wine-devel@winehq.org ##
13790 ## ------------------------------------ ##
13791 _ASBOX
13792 ) | sed "s/^/$as_me: WARNING: /" >&2
13794 esac
13795 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13796 $as_echo_n "checking for sane/sane.h... " >&6; }
13797 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13798 $as_echo_n "(cached) " >&6
13799 else
13800 ac_cv_header_sane_sane_h=$ac_header_preproc
13802 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13803 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13806 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13807 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13808 $as_echo_n "checking for -lsane... " >&6; }
13809 if test "${ac_cv_lib_soname_sane+set}" = set; then
13810 $as_echo_n "(cached) " >&6
13811 else
13812 ac_check_soname_save_LIBS=$LIBS
13813 LIBS="-lsane $ac_sane_libs $LIBS"
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char sane_init ();
13829 main ()
13831 return sane_init ();
13833 return 0;
13835 _ACEOF
13836 rm -f conftest.$ac_objext conftest$ac_exeext
13837 if { (ac_try="$ac_link"
13838 case "(($ac_try" in
13839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13840 *) ac_try_echo=$ac_try;;
13841 esac
13842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13843 $as_echo "$ac_try_echo") >&5
13844 (eval "$ac_link") 2>conftest.er1
13845 ac_status=$?
13846 grep -v '^ *+' conftest.er1 >conftest.err
13847 rm -f conftest.er1
13848 cat conftest.err >&5
13849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); } && {
13851 test -z "$ac_c_werror_flag" ||
13852 test ! -s conftest.err
13853 } && test -s conftest$ac_exeext && {
13854 test "$cross_compiling" = yes ||
13855 $as_test_x conftest$ac_exeext
13856 }; then
13857 case "$LIBEXT" in
13858 dll) ;;
13859 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'` ;;
13860 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13861 esac
13862 else
13863 $as_echo "$as_me: failed program was:" >&5
13864 sed 's/^/| /' conftest.$ac_ext >&5
13869 rm -rf conftest.dSYM
13870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13871 conftest$ac_exeext conftest.$ac_ext
13872 LIBS=$ac_check_soname_save_LIBS
13874 if test "x$ac_cv_lib_soname_sane" = "x"; then
13875 { $as_echo "$as_me:$LINENO: result: not found" >&5
13876 $as_echo "not found" >&6; }
13878 else
13879 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13880 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13882 cat >>confdefs.h <<_ACEOF
13883 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13884 _ACEOF
13886 SANEINCL="$ac_sane_incl"
13893 CPPFLAGS="$ac_save_CPPFLAGS"
13895 if test "x$ac_cv_lib_soname_sane" = "x"; then
13896 case "x$with_sane" in
13897 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13898 xno) ;;
13899 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13900 This is an error since --with-sane was requested." >&5
13901 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13902 This is an error since --with-sane was requested." >&2;}
13903 { (exit 1); exit 1; }; } ;;
13904 esac
13908 if test "x$with_gphoto" != "xno"
13909 then
13910 ac_save_CPPFLAGS="$CPPFLAGS"
13911 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13912 set dummy gphoto2-config; ac_word=$2
13913 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13914 $as_echo_n "checking for $ac_word... " >&6; }
13915 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13916 $as_echo_n "(cached) " >&6
13917 else
13918 if test -n "$gphoto2_devel"; then
13919 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13920 else
13921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13922 for as_dir in $PATH
13924 IFS=$as_save_IFS
13925 test -z "$as_dir" && as_dir=.
13926 for ac_exec_ext in '' $ac_executable_extensions; do
13927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13928 ac_cv_prog_gphoto2_devel="gphoto2-config"
13929 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13930 break 2
13932 done
13933 done
13934 IFS=$as_save_IFS
13936 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13939 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13940 if test -n "$gphoto2_devel"; then
13941 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13942 $as_echo "$gphoto2_devel" >&6; }
13943 else
13944 { $as_echo "$as_me:$LINENO: result: no" >&5
13945 $as_echo "no" >&6; }
13949 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13950 set dummy gphoto2-port-config; ac_word=$2
13951 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13952 $as_echo_n "checking for $ac_word... " >&6; }
13953 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13954 $as_echo_n "(cached) " >&6
13955 else
13956 if test -n "$gphoto2port_devel"; then
13957 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13958 else
13959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13960 for as_dir in $PATH
13962 IFS=$as_save_IFS
13963 test -z "$as_dir" && as_dir=.
13964 for ac_exec_ext in '' $ac_executable_extensions; do
13965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13966 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13967 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13968 break 2
13970 done
13971 done
13972 IFS=$as_save_IFS
13974 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13977 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13978 if test -n "$gphoto2port_devel"; then
13979 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13980 $as_echo "$gphoto2port_devel" >&6; }
13981 else
13982 { $as_echo "$as_me:$LINENO: result: no" >&5
13983 $as_echo "no" >&6; }
13987 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13988 then
13989 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13990 ac_gphoto2_libs=""
13991 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13993 case "$i" in
13994 -L/usr/lib|-L/usr/lib64) ;;
13995 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13996 esac
13997 done
13998 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14000 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14001 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14002 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14003 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14004 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14005 $as_echo_n "(cached) " >&6
14007 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14008 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14009 else
14010 # Is the header compilable?
14011 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14012 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14013 cat >conftest.$ac_ext <<_ACEOF
14014 /* confdefs.h. */
14015 _ACEOF
14016 cat confdefs.h >>conftest.$ac_ext
14017 cat >>conftest.$ac_ext <<_ACEOF
14018 /* end confdefs.h. */
14019 $ac_includes_default
14020 #include <gphoto2-camera.h>
14021 _ACEOF
14022 rm -f conftest.$ac_objext
14023 if { (ac_try="$ac_compile"
14024 case "(($ac_try" in
14025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14026 *) ac_try_echo=$ac_try;;
14027 esac
14028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14029 $as_echo "$ac_try_echo") >&5
14030 (eval "$ac_compile") 2>conftest.er1
14031 ac_status=$?
14032 grep -v '^ *+' conftest.er1 >conftest.err
14033 rm -f conftest.er1
14034 cat conftest.err >&5
14035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14036 (exit $ac_status); } && {
14037 test -z "$ac_c_werror_flag" ||
14038 test ! -s conftest.err
14039 } && test -s conftest.$ac_objext; then
14040 ac_header_compiler=yes
14041 else
14042 $as_echo "$as_me: failed program was:" >&5
14043 sed 's/^/| /' conftest.$ac_ext >&5
14045 ac_header_compiler=no
14048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14049 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14050 $as_echo "$ac_header_compiler" >&6; }
14052 # Is the header present?
14053 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14054 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14055 cat >conftest.$ac_ext <<_ACEOF
14056 /* confdefs.h. */
14057 _ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14061 #include <gphoto2-camera.h>
14062 _ACEOF
14063 if { (ac_try="$ac_cpp conftest.$ac_ext"
14064 case "(($ac_try" in
14065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14066 *) ac_try_echo=$ac_try;;
14067 esac
14068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14069 $as_echo "$ac_try_echo") >&5
14070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14071 ac_status=$?
14072 grep -v '^ *+' conftest.er1 >conftest.err
14073 rm -f conftest.er1
14074 cat conftest.err >&5
14075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14076 (exit $ac_status); } >/dev/null && {
14077 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14078 test ! -s conftest.err
14079 }; then
14080 ac_header_preproc=yes
14081 else
14082 $as_echo "$as_me: failed program was:" >&5
14083 sed 's/^/| /' conftest.$ac_ext >&5
14085 ac_header_preproc=no
14088 rm -f conftest.err conftest.$ac_ext
14089 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14090 $as_echo "$ac_header_preproc" >&6; }
14092 # So? What about this header?
14093 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14094 yes:no: )
14095 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14096 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14097 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14098 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14099 ac_header_preproc=yes
14101 no:yes:* )
14102 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14103 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14104 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14105 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14106 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14107 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14108 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14109 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14110 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14111 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14112 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14113 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14114 ( cat <<\_ASBOX
14115 ## ------------------------------------ ##
14116 ## Report this to wine-devel@winehq.org ##
14117 ## ------------------------------------ ##
14118 _ASBOX
14119 ) | sed "s/^/$as_me: WARNING: /" >&2
14121 esac
14122 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14123 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14124 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14125 $as_echo_n "(cached) " >&6
14126 else
14127 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14129 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14130 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14133 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14134 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14135 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14136 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14137 $as_echo_n "(cached) " >&6
14138 else
14139 ac_check_lib_save_LIBS=$LIBS
14140 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14141 cat >conftest.$ac_ext <<_ACEOF
14142 /* confdefs.h. */
14143 _ACEOF
14144 cat confdefs.h >>conftest.$ac_ext
14145 cat >>conftest.$ac_ext <<_ACEOF
14146 /* end confdefs.h. */
14148 /* Override any GCC internal prototype to avoid an error.
14149 Use char because int might match the return type of a GCC
14150 builtin and then its argument prototype would still apply. */
14151 #ifdef __cplusplus
14152 extern "C"
14153 #endif
14154 char gp_camera_new ();
14156 main ()
14158 return gp_camera_new ();
14160 return 0;
14162 _ACEOF
14163 rm -f conftest.$ac_objext conftest$ac_exeext
14164 if { (ac_try="$ac_link"
14165 case "(($ac_try" in
14166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14167 *) ac_try_echo=$ac_try;;
14168 esac
14169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14170 $as_echo "$ac_try_echo") >&5
14171 (eval "$ac_link") 2>conftest.er1
14172 ac_status=$?
14173 grep -v '^ *+' conftest.er1 >conftest.err
14174 rm -f conftest.er1
14175 cat conftest.err >&5
14176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14177 (exit $ac_status); } && {
14178 test -z "$ac_c_werror_flag" ||
14179 test ! -s conftest.err
14180 } && test -s conftest$ac_exeext && {
14181 test "$cross_compiling" = yes ||
14182 $as_test_x conftest$ac_exeext
14183 }; then
14184 ac_cv_lib_gphoto2_gp_camera_new=yes
14185 else
14186 $as_echo "$as_me: failed program was:" >&5
14187 sed 's/^/| /' conftest.$ac_ext >&5
14189 ac_cv_lib_gphoto2_gp_camera_new=no
14192 rm -rf conftest.dSYM
14193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14194 conftest$ac_exeext conftest.$ac_ext
14195 LIBS=$ac_check_lib_save_LIBS
14197 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14198 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14199 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14201 cat >>confdefs.h <<\_ACEOF
14202 #define HAVE_GPHOTO2 1
14203 _ACEOF
14205 GPHOTO2LIBS="$ac_gphoto2_libs"
14207 GPHOTO2INCL="$ac_gphoto2_incl"
14214 CPPFLAGS="$ac_save_CPPFLAGS"
14216 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14217 case "x$with_gphoto" in
14218 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14219 xno) ;;
14220 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14221 This is an error since --with-gphoto was requested." >&5
14222 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14223 This is an error since --with-gphoto was requested." >&2;}
14224 { (exit 1); exit 1; }; } ;;
14225 esac
14230 RESOLVLIBS=""
14232 if test "$ac_cv_header_resolv_h" = "yes"
14233 then
14234 ac_save_LIBS="$LIBS"
14235 LIBS="$LIBS -lresolv"
14236 cat >conftest.$ac_ext <<_ACEOF
14237 /* confdefs.h. */
14238 _ACEOF
14239 cat confdefs.h >>conftest.$ac_ext
14240 cat >>conftest.$ac_ext <<_ACEOF
14241 /* end confdefs.h. */
14242 #ifdef HAVE_NETINET_IN_H
14243 #include <netinet/in.h>
14244 #endif
14245 #include <resolv.h>
14247 main ()
14249 res_init();
14251 return 0;
14253 _ACEOF
14254 rm -f conftest.$ac_objext conftest$ac_exeext
14255 if { (ac_try="$ac_link"
14256 case "(($ac_try" in
14257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14258 *) ac_try_echo=$ac_try;;
14259 esac
14260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14261 $as_echo "$ac_try_echo") >&5
14262 (eval "$ac_link") 2>conftest.er1
14263 ac_status=$?
14264 grep -v '^ *+' conftest.er1 >conftest.err
14265 rm -f conftest.er1
14266 cat conftest.err >&5
14267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14268 (exit $ac_status); } && {
14269 test -z "$ac_c_werror_flag" ||
14270 test ! -s conftest.err
14271 } && test -s conftest$ac_exeext && {
14272 test "$cross_compiling" = yes ||
14273 $as_test_x conftest$ac_exeext
14274 }; then
14276 cat >>confdefs.h <<\_ACEOF
14277 #define HAVE_RESOLV 1
14278 _ACEOF
14280 RESOLVLIBS="-lresolv"
14281 else
14282 $as_echo "$as_me: failed program was:" >&5
14283 sed 's/^/| /' conftest.$ac_ext >&5
14288 rm -rf conftest.dSYM
14289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14290 conftest$ac_exeext conftest.$ac_ext
14291 LIBS="$ac_save_LIBS"
14294 LCMSLIBS=""
14296 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14297 then
14298 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14299 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14300 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14301 $as_echo_n "(cached) " >&6
14302 else
14303 ac_check_lib_save_LIBS=$LIBS
14304 LIBS="-llcms $LIBS"
14305 cat >conftest.$ac_ext <<_ACEOF
14306 /* confdefs.h. */
14307 _ACEOF
14308 cat confdefs.h >>conftest.$ac_ext
14309 cat >>conftest.$ac_ext <<_ACEOF
14310 /* end confdefs.h. */
14312 /* Override any GCC internal prototype to avoid an error.
14313 Use char because int might match the return type of a GCC
14314 builtin and then its argument prototype would still apply. */
14315 #ifdef __cplusplus
14316 extern "C"
14317 #endif
14318 char cmsOpenProfileFromFile ();
14320 main ()
14322 return cmsOpenProfileFromFile ();
14324 return 0;
14326 _ACEOF
14327 rm -f conftest.$ac_objext conftest$ac_exeext
14328 if { (ac_try="$ac_link"
14329 case "(($ac_try" in
14330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14331 *) ac_try_echo=$ac_try;;
14332 esac
14333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14334 $as_echo "$ac_try_echo") >&5
14335 (eval "$ac_link") 2>conftest.er1
14336 ac_status=$?
14337 grep -v '^ *+' conftest.er1 >conftest.err
14338 rm -f conftest.er1
14339 cat conftest.err >&5
14340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14341 (exit $ac_status); } && {
14342 test -z "$ac_c_werror_flag" ||
14343 test ! -s conftest.err
14344 } && test -s conftest$ac_exeext && {
14345 test "$cross_compiling" = yes ||
14346 $as_test_x conftest$ac_exeext
14347 }; then
14348 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14349 else
14350 $as_echo "$as_me: failed program was:" >&5
14351 sed 's/^/| /' conftest.$ac_ext >&5
14353 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14356 rm -rf conftest.dSYM
14357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14358 conftest$ac_exeext conftest.$ac_ext
14359 LIBS=$ac_check_lib_save_LIBS
14361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14362 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14363 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14365 cat >>confdefs.h <<\_ACEOF
14366 #define HAVE_LCMS 1
14367 _ACEOF
14369 LCMSLIBS="-llcms"
14373 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14374 case "x$with_cms" in
14375 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14376 xno) ;;
14377 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14378 This is an error since --with-cms was requested." >&5
14379 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14380 This is an error since --with-cms was requested." >&2;}
14381 { (exit 1); exit 1; }; } ;;
14382 esac
14386 if test "x$with_freetype" != "xno"
14387 then
14388 for ac_prog in freetype-config freetype2-config
14390 # Extract the first word of "$ac_prog", so it can be a program name with args.
14391 set dummy $ac_prog; ac_word=$2
14392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14393 $as_echo_n "checking for $ac_word... " >&6; }
14394 if test "${ac_cv_prog_ft_devel+set}" = set; then
14395 $as_echo_n "(cached) " >&6
14396 else
14397 if test -n "$ft_devel"; then
14398 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14399 else
14400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14401 for as_dir in $PATH
14403 IFS=$as_save_IFS
14404 test -z "$as_dir" && as_dir=.
14405 for ac_exec_ext in '' $ac_executable_extensions; do
14406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14407 ac_cv_prog_ft_devel="$ac_prog"
14408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14409 break 2
14411 done
14412 done
14413 IFS=$as_save_IFS
14417 ft_devel=$ac_cv_prog_ft_devel
14418 if test -n "$ft_devel"; then
14419 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14420 $as_echo "$ft_devel" >&6; }
14421 else
14422 { $as_echo "$as_me:$LINENO: result: no" >&5
14423 $as_echo "no" >&6; }
14427 test -n "$ft_devel" && break
14428 done
14429 test -n "$ft_devel" || ft_devel="no"
14431 if test "$ft_devel" != "no"
14432 then
14433 ac_freetype_incl=`$ft_devel --cflags`
14434 ac_freetype_libs=`$ft_devel --libs`
14436 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14437 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14438 $as_echo_n "checking for -lfreetype... " >&6; }
14439 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14440 $as_echo_n "(cached) " >&6
14441 else
14442 ac_check_soname_save_LIBS=$LIBS
14443 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14444 cat >conftest.$ac_ext <<_ACEOF
14445 /* confdefs.h. */
14446 _ACEOF
14447 cat confdefs.h >>conftest.$ac_ext
14448 cat >>conftest.$ac_ext <<_ACEOF
14449 /* end confdefs.h. */
14451 /* Override any GCC internal prototype to avoid an error.
14452 Use char because int might match the return type of a GCC
14453 builtin and then its argument prototype would still apply. */
14454 #ifdef __cplusplus
14455 extern "C"
14456 #endif
14457 char FT_Init_FreeType ();
14459 main ()
14461 return FT_Init_FreeType ();
14463 return 0;
14465 _ACEOF
14466 rm -f conftest.$ac_objext conftest$ac_exeext
14467 if { (ac_try="$ac_link"
14468 case "(($ac_try" in
14469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14470 *) ac_try_echo=$ac_try;;
14471 esac
14472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14473 $as_echo "$ac_try_echo") >&5
14474 (eval "$ac_link") 2>conftest.er1
14475 ac_status=$?
14476 grep -v '^ *+' conftest.er1 >conftest.err
14477 rm -f conftest.er1
14478 cat conftest.err >&5
14479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14480 (exit $ac_status); } && {
14481 test -z "$ac_c_werror_flag" ||
14482 test ! -s conftest.err
14483 } && test -s conftest$ac_exeext && {
14484 test "$cross_compiling" = yes ||
14485 $as_test_x conftest$ac_exeext
14486 }; then
14487 case "$LIBEXT" in
14488 dll) ;;
14489 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'` ;;
14490 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14491 esac
14492 else
14493 $as_echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14499 rm -rf conftest.dSYM
14500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14501 conftest$ac_exeext conftest.$ac_ext
14502 LIBS=$ac_check_soname_save_LIBS
14504 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14505 { $as_echo "$as_me:$LINENO: result: not found" >&5
14506 $as_echo "not found" >&6; }
14507 ft_lib=no
14508 else
14509 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14510 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14512 cat >>confdefs.h <<_ACEOF
14513 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14514 _ACEOF
14516 ft_lib=yes
14519 if test "$ft_lib" = "yes"
14520 then
14521 ac_save_CPPFLAGS="$CPPFLAGS"
14522 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14536 for ac_header in ft2build.h \
14537 freetype/freetype.h \
14538 freetype/ftglyph.h \
14539 freetype/fttypes.h \
14540 freetype/tttables.h \
14541 freetype/ftnames.h \
14542 freetype/ftsnames.h \
14543 freetype/ttnameid.h \
14544 freetype/ftoutln.h \
14545 freetype/ftwinfnt.h \
14546 freetype/ftmodapi.h \
14547 freetype/ftlcdfil.h \
14548 freetype/internal/sfnt.h
14550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14551 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14552 $as_echo_n "checking for $ac_header... " >&6; }
14553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14554 $as_echo_n "(cached) " >&6
14555 else
14556 cat >conftest.$ac_ext <<_ACEOF
14557 /* confdefs.h. */
14558 _ACEOF
14559 cat confdefs.h >>conftest.$ac_ext
14560 cat >>conftest.$ac_ext <<_ACEOF
14561 /* end confdefs.h. */
14562 #ifdef HAVE_FT2BUILD_H
14563 # include <ft2build.h>
14564 #endif
14566 #include <$ac_header>
14567 _ACEOF
14568 rm -f conftest.$ac_objext
14569 if { (ac_try="$ac_compile"
14570 case "(($ac_try" in
14571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14572 *) ac_try_echo=$ac_try;;
14573 esac
14574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14575 $as_echo "$ac_try_echo") >&5
14576 (eval "$ac_compile") 2>conftest.er1
14577 ac_status=$?
14578 grep -v '^ *+' conftest.er1 >conftest.err
14579 rm -f conftest.er1
14580 cat conftest.err >&5
14581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14582 (exit $ac_status); } && {
14583 test -z "$ac_c_werror_flag" ||
14584 test ! -s conftest.err
14585 } && test -s conftest.$ac_objext; then
14586 eval "$as_ac_Header=yes"
14587 else
14588 $as_echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.$ac_ext >&5
14591 eval "$as_ac_Header=no"
14594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14596 ac_res=`eval 'as_val=${'$as_ac_Header'}
14597 $as_echo "$as_val"'`
14598 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14599 $as_echo "$ac_res" >&6; }
14600 as_val=`eval 'as_val=${'$as_ac_Header'}
14601 $as_echo "$as_val"'`
14602 if test "x$as_val" = x""yes; then
14603 cat >>confdefs.h <<_ACEOF
14604 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14605 _ACEOF
14609 done
14611 cat >conftest.$ac_ext <<_ACEOF
14612 /* confdefs.h. */
14613 _ACEOF
14614 cat confdefs.h >>conftest.$ac_ext
14615 cat >>conftest.$ac_ext <<_ACEOF
14616 /* end confdefs.h. */
14617 #include <ft2build.h>
14618 #include <freetype/fttrigon.h>
14619 _ACEOF
14620 if { (ac_try="$ac_cpp conftest.$ac_ext"
14621 case "(($ac_try" in
14622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14623 *) ac_try_echo=$ac_try;;
14624 esac
14625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14626 $as_echo "$ac_try_echo") >&5
14627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14628 ac_status=$?
14629 grep -v '^ *+' conftest.er1 >conftest.err
14630 rm -f conftest.er1
14631 cat conftest.err >&5
14632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); } >/dev/null && {
14634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14635 test ! -s conftest.err
14636 }; then
14638 cat >>confdefs.h <<\_ACEOF
14639 #define HAVE_FREETYPE_FTTRIGON_H 1
14640 _ACEOF
14642 wine_cv_fttrigon=yes
14643 else
14644 $as_echo "$as_me: failed program was:" >&5
14645 sed 's/^/| /' conftest.$ac_ext >&5
14647 wine_cv_fttrigon=no
14650 rm -f conftest.err conftest.$ac_ext
14651 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14652 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14653 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14654 $as_echo_n "(cached) " >&6
14655 else
14656 ac_cv_type_FT_TrueTypeEngineType=no
14657 cat >conftest.$ac_ext <<_ACEOF
14658 /* confdefs.h. */
14659 _ACEOF
14660 cat confdefs.h >>conftest.$ac_ext
14661 cat >>conftest.$ac_ext <<_ACEOF
14662 /* end confdefs.h. */
14663 #include <freetype/ftmodapi.h>
14666 main ()
14668 if (sizeof (FT_TrueTypeEngineType))
14669 return 0;
14671 return 0;
14673 _ACEOF
14674 rm -f conftest.$ac_objext
14675 if { (ac_try="$ac_compile"
14676 case "(($ac_try" in
14677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14678 *) ac_try_echo=$ac_try;;
14679 esac
14680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14681 $as_echo "$ac_try_echo") >&5
14682 (eval "$ac_compile") 2>conftest.er1
14683 ac_status=$?
14684 grep -v '^ *+' conftest.er1 >conftest.err
14685 rm -f conftest.er1
14686 cat conftest.err >&5
14687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14688 (exit $ac_status); } && {
14689 test -z "$ac_c_werror_flag" ||
14690 test ! -s conftest.err
14691 } && test -s conftest.$ac_objext; then
14692 cat >conftest.$ac_ext <<_ACEOF
14693 /* confdefs.h. */
14694 _ACEOF
14695 cat confdefs.h >>conftest.$ac_ext
14696 cat >>conftest.$ac_ext <<_ACEOF
14697 /* end confdefs.h. */
14698 #include <freetype/ftmodapi.h>
14701 main ()
14703 if (sizeof ((FT_TrueTypeEngineType)))
14704 return 0;
14706 return 0;
14708 _ACEOF
14709 rm -f conftest.$ac_objext
14710 if { (ac_try="$ac_compile"
14711 case "(($ac_try" in
14712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14713 *) ac_try_echo=$ac_try;;
14714 esac
14715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14716 $as_echo "$ac_try_echo") >&5
14717 (eval "$ac_compile") 2>conftest.er1
14718 ac_status=$?
14719 grep -v '^ *+' conftest.er1 >conftest.err
14720 rm -f conftest.er1
14721 cat conftest.err >&5
14722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } && {
14724 test -z "$ac_c_werror_flag" ||
14725 test ! -s conftest.err
14726 } && test -s conftest.$ac_objext; then
14728 else
14729 $as_echo "$as_me: failed program was:" >&5
14730 sed 's/^/| /' conftest.$ac_ext >&5
14732 ac_cv_type_FT_TrueTypeEngineType=yes
14735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14736 else
14737 $as_echo "$as_me: failed program was:" >&5
14738 sed 's/^/| /' conftest.$ac_ext >&5
14743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14745 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14746 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14747 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14749 cat >>confdefs.h <<_ACEOF
14750 #define HAVE_FT_TRUETYPEENGINETYPE 1
14751 _ACEOF
14756 ac_save_CFLAGS="$CFLAGS"
14757 CFLAGS="$CFLAGS $ac_freetype_libs"
14759 for ac_func in FT_Load_Sfnt_Table
14761 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14762 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14763 $as_echo_n "checking for $ac_func... " >&6; }
14764 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14765 $as_echo_n "(cached) " >&6
14766 else
14767 cat >conftest.$ac_ext <<_ACEOF
14768 /* confdefs.h. */
14769 _ACEOF
14770 cat confdefs.h >>conftest.$ac_ext
14771 cat >>conftest.$ac_ext <<_ACEOF
14772 /* end confdefs.h. */
14773 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14774 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14775 #define $ac_func innocuous_$ac_func
14777 /* System header to define __stub macros and hopefully few prototypes,
14778 which can conflict with char $ac_func (); below.
14779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14780 <limits.h> exists even on freestanding compilers. */
14782 #ifdef __STDC__
14783 # include <limits.h>
14784 #else
14785 # include <assert.h>
14786 #endif
14788 #undef $ac_func
14790 /* Override any GCC internal prototype to avoid an error.
14791 Use char because int might match the return type of a GCC
14792 builtin and then its argument prototype would still apply. */
14793 #ifdef __cplusplus
14794 extern "C"
14795 #endif
14796 char $ac_func ();
14797 /* The GNU C library defines this for functions which it implements
14798 to always fail with ENOSYS. Some functions are actually named
14799 something starting with __ and the normal name is an alias. */
14800 #if defined __stub_$ac_func || defined __stub___$ac_func
14801 choke me
14802 #endif
14805 main ()
14807 return $ac_func ();
14809 return 0;
14811 _ACEOF
14812 rm -f conftest.$ac_objext conftest$ac_exeext
14813 if { (ac_try="$ac_link"
14814 case "(($ac_try" in
14815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14816 *) ac_try_echo=$ac_try;;
14817 esac
14818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14819 $as_echo "$ac_try_echo") >&5
14820 (eval "$ac_link") 2>conftest.er1
14821 ac_status=$?
14822 grep -v '^ *+' conftest.er1 >conftest.err
14823 rm -f conftest.er1
14824 cat conftest.err >&5
14825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14826 (exit $ac_status); } && {
14827 test -z "$ac_c_werror_flag" ||
14828 test ! -s conftest.err
14829 } && test -s conftest$ac_exeext && {
14830 test "$cross_compiling" = yes ||
14831 $as_test_x conftest$ac_exeext
14832 }; then
14833 eval "$as_ac_var=yes"
14834 else
14835 $as_echo "$as_me: failed program was:" >&5
14836 sed 's/^/| /' conftest.$ac_ext >&5
14838 eval "$as_ac_var=no"
14841 rm -rf conftest.dSYM
14842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14843 conftest$ac_exeext conftest.$ac_ext
14845 ac_res=`eval 'as_val=${'$as_ac_var'}
14846 $as_echo "$as_val"'`
14847 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14848 $as_echo "$ac_res" >&6; }
14849 as_val=`eval 'as_val=${'$as_ac_var'}
14850 $as_echo "$as_val"'`
14851 if test "x$as_val" = x""yes; then
14852 cat >>confdefs.h <<_ACEOF
14853 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14854 _ACEOF
14857 done
14859 CFLAGS="$ac_save_CFLAGS"
14860 CPPFLAGS="$ac_save_CPPFLAGS"
14861 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14862 then
14864 cat >>confdefs.h <<\_ACEOF
14865 #define HAVE_FREETYPE 1
14866 _ACEOF
14868 FREETYPELIBS="$ac_freetype_libs"
14870 FREETYPEINCL="$ac_freetype_incl"
14875 if test "x$FREETYPELIBS" = "x"; then
14876 case "x$with_freetype" in
14877 xno) ;;
14878 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14879 Use the --without-freetype option if you really want this." >&5
14880 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14881 Use the --without-freetype option if you really want this." >&2;}
14882 { (exit 1); exit 1; }; } ;;
14883 esac
14886 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14888 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14889 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14890 if test "${ac_cv_c_ppdev+set}" = set; then
14891 $as_echo_n "(cached) " >&6
14892 else
14893 cat >conftest.$ac_ext <<_ACEOF
14894 /* confdefs.h. */
14895 _ACEOF
14896 cat confdefs.h >>conftest.$ac_ext
14897 cat >>conftest.$ac_ext <<_ACEOF
14898 /* end confdefs.h. */
14899 #include <linux/ppdev.h>
14901 main ()
14903 ioctl (1,PPCLAIM,0)
14905 return 0;
14907 _ACEOF
14908 rm -f conftest.$ac_objext
14909 if { (ac_try="$ac_compile"
14910 case "(($ac_try" in
14911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14912 *) ac_try_echo=$ac_try;;
14913 esac
14914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14915 $as_echo "$ac_try_echo") >&5
14916 (eval "$ac_compile") 2>conftest.er1
14917 ac_status=$?
14918 grep -v '^ *+' conftest.er1 >conftest.err
14919 rm -f conftest.er1
14920 cat conftest.err >&5
14921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14922 (exit $ac_status); } && {
14923 test -z "$ac_c_werror_flag" ||
14924 test ! -s conftest.err
14925 } && test -s conftest.$ac_objext; then
14926 ac_cv_c_ppdev="yes"
14927 else
14928 $as_echo "$as_me: failed program was:" >&5
14929 sed 's/^/| /' conftest.$ac_ext >&5
14931 ac_cv_c_ppdev="no"
14934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14936 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14937 $as_echo "$ac_cv_c_ppdev" >&6; }
14938 if test "$ac_cv_c_ppdev" = "yes"
14939 then
14941 cat >>confdefs.h <<\_ACEOF
14942 #define HAVE_PPDEV 1
14943 _ACEOF
14947 ac_wine_check_funcs_save_LIBS="$LIBS"
14948 LIBS="$LIBS $LIBPTHREAD"
14953 for ac_func in \
14954 pthread_attr_get_np \
14955 pthread_getattr_np \
14956 pthread_get_stackaddr_np \
14957 pthread_get_stacksize_np
14959 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14960 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14961 $as_echo_n "checking for $ac_func... " >&6; }
14962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14963 $as_echo_n "(cached) " >&6
14964 else
14965 cat >conftest.$ac_ext <<_ACEOF
14966 /* confdefs.h. */
14967 _ACEOF
14968 cat confdefs.h >>conftest.$ac_ext
14969 cat >>conftest.$ac_ext <<_ACEOF
14970 /* end confdefs.h. */
14971 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14973 #define $ac_func innocuous_$ac_func
14975 /* System header to define __stub macros and hopefully few prototypes,
14976 which can conflict with char $ac_func (); below.
14977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14978 <limits.h> exists even on freestanding compilers. */
14980 #ifdef __STDC__
14981 # include <limits.h>
14982 #else
14983 # include <assert.h>
14984 #endif
14986 #undef $ac_func
14988 /* Override any GCC internal prototype to avoid an error.
14989 Use char because int might match the return type of a GCC
14990 builtin and then its argument prototype would still apply. */
14991 #ifdef __cplusplus
14992 extern "C"
14993 #endif
14994 char $ac_func ();
14995 /* The GNU C library defines this for functions which it implements
14996 to always fail with ENOSYS. Some functions are actually named
14997 something starting with __ and the normal name is an alias. */
14998 #if defined __stub_$ac_func || defined __stub___$ac_func
14999 choke me
15000 #endif
15003 main ()
15005 return $ac_func ();
15007 return 0;
15009 _ACEOF
15010 rm -f conftest.$ac_objext conftest$ac_exeext
15011 if { (ac_try="$ac_link"
15012 case "(($ac_try" in
15013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15015 esac
15016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15017 $as_echo "$ac_try_echo") >&5
15018 (eval "$ac_link") 2>conftest.er1
15019 ac_status=$?
15020 grep -v '^ *+' conftest.er1 >conftest.err
15021 rm -f conftest.er1
15022 cat conftest.err >&5
15023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024 (exit $ac_status); } && {
15025 test -z "$ac_c_werror_flag" ||
15026 test ! -s conftest.err
15027 } && test -s conftest$ac_exeext && {
15028 test "$cross_compiling" = yes ||
15029 $as_test_x conftest$ac_exeext
15030 }; then
15031 eval "$as_ac_var=yes"
15032 else
15033 $as_echo "$as_me: failed program was:" >&5
15034 sed 's/^/| /' conftest.$ac_ext >&5
15036 eval "$as_ac_var=no"
15039 rm -rf conftest.dSYM
15040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15041 conftest$ac_exeext conftest.$ac_ext
15043 ac_res=`eval 'as_val=${'$as_ac_var'}
15044 $as_echo "$as_val"'`
15045 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15046 $as_echo "$ac_res" >&6; }
15047 as_val=`eval 'as_val=${'$as_ac_var'}
15048 $as_echo "$as_val"'`
15049 if test "x$as_val" = x""yes; then
15050 cat >>confdefs.h <<_ACEOF
15051 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15052 _ACEOF
15055 done
15057 LIBS="$ac_wine_check_funcs_save_LIBS"
15059 if test "$ac_cv_header_zlib_h" = "yes"
15060 then
15061 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15062 $as_echo_n "checking for inflate in -lz... " >&6; }
15063 if test "${ac_cv_lib_z_inflate+set}" = set; then
15064 $as_echo_n "(cached) " >&6
15065 else
15066 ac_check_lib_save_LIBS=$LIBS
15067 LIBS="-lz $LIBS"
15068 cat >conftest.$ac_ext <<_ACEOF
15069 /* confdefs.h. */
15070 _ACEOF
15071 cat confdefs.h >>conftest.$ac_ext
15072 cat >>conftest.$ac_ext <<_ACEOF
15073 /* end confdefs.h. */
15075 /* Override any GCC internal prototype to avoid an error.
15076 Use char because int might match the return type of a GCC
15077 builtin and then its argument prototype would still apply. */
15078 #ifdef __cplusplus
15079 extern "C"
15080 #endif
15081 char inflate ();
15083 main ()
15085 return inflate ();
15087 return 0;
15089 _ACEOF
15090 rm -f conftest.$ac_objext conftest$ac_exeext
15091 if { (ac_try="$ac_link"
15092 case "(($ac_try" in
15093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15094 *) ac_try_echo=$ac_try;;
15095 esac
15096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15097 $as_echo "$ac_try_echo") >&5
15098 (eval "$ac_link") 2>conftest.er1
15099 ac_status=$?
15100 grep -v '^ *+' conftest.er1 >conftest.err
15101 rm -f conftest.er1
15102 cat conftest.err >&5
15103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15104 (exit $ac_status); } && {
15105 test -z "$ac_c_werror_flag" ||
15106 test ! -s conftest.err
15107 } && test -s conftest$ac_exeext && {
15108 test "$cross_compiling" = yes ||
15109 $as_test_x conftest$ac_exeext
15110 }; then
15111 ac_cv_lib_z_inflate=yes
15112 else
15113 $as_echo "$as_me: failed program was:" >&5
15114 sed 's/^/| /' conftest.$ac_ext >&5
15116 ac_cv_lib_z_inflate=no
15119 rm -rf conftest.dSYM
15120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15121 conftest$ac_exeext conftest.$ac_ext
15122 LIBS=$ac_check_lib_save_LIBS
15124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15125 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15126 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15128 cat >>confdefs.h <<\_ACEOF
15129 #define HAVE_ZLIB 1
15130 _ACEOF
15132 ZLIB="-lz"
15138 if test "x$with_esd" != xno
15139 then
15140 save_CFLAGS="$CFLAGS"
15141 # Extract the first word of "esd-config", so it can be a program name with args.
15142 set dummy esd-config; ac_word=$2
15143 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15144 $as_echo_n "checking for $ac_word... " >&6; }
15145 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15146 $as_echo_n "(cached) " >&6
15147 else
15148 case $ESDCONFIG in
15149 [\\/]* | ?:[\\/]*)
15150 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15154 for as_dir in $PATH
15156 IFS=$as_save_IFS
15157 test -z "$as_dir" && as_dir=.
15158 for ac_exec_ext in '' $ac_executable_extensions; do
15159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15160 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15161 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15162 break 2
15164 done
15165 done
15166 IFS=$as_save_IFS
15168 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15170 esac
15172 ESDCONFIG=$ac_cv_path_ESDCONFIG
15173 if test -n "$ESDCONFIG"; then
15174 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15175 $as_echo "$ESDCONFIG" >&6; }
15176 else
15177 { $as_echo "$as_me:$LINENO: result: no" >&5
15178 $as_echo "no" >&6; }
15182 if test "x$ESDCONFIG" != "xno"
15183 then
15184 ac_esd_incl=""
15185 for i in `$ESDCONFIG --cflags`
15187 case "$i" in
15188 -I*) ac_esd_incl="$ac_esd_incl $i";;
15189 esac
15190 done
15191 ac_esd_libs=`$ESDCONFIG --libs`
15192 CFLAGS="$CFLAGS $ac_esd_incl"
15194 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15195 if test "${ac_cv_header_esd_h+set}" = set; then
15196 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15197 $as_echo_n "checking for esd.h... " >&6; }
15198 if test "${ac_cv_header_esd_h+set}" = set; then
15199 $as_echo_n "(cached) " >&6
15201 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15202 $as_echo "$ac_cv_header_esd_h" >&6; }
15203 else
15204 # Is the header compilable?
15205 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15206 $as_echo_n "checking esd.h usability... " >&6; }
15207 cat >conftest.$ac_ext <<_ACEOF
15208 /* confdefs.h. */
15209 _ACEOF
15210 cat confdefs.h >>conftest.$ac_ext
15211 cat >>conftest.$ac_ext <<_ACEOF
15212 /* end confdefs.h. */
15213 $ac_includes_default
15214 #include <esd.h>
15215 _ACEOF
15216 rm -f conftest.$ac_objext
15217 if { (ac_try="$ac_compile"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15223 $as_echo "$ac_try_echo") >&5
15224 (eval "$ac_compile") 2>conftest.er1
15225 ac_status=$?
15226 grep -v '^ *+' conftest.er1 >conftest.err
15227 rm -f conftest.er1
15228 cat conftest.err >&5
15229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); } && {
15231 test -z "$ac_c_werror_flag" ||
15232 test ! -s conftest.err
15233 } && test -s conftest.$ac_objext; then
15234 ac_header_compiler=yes
15235 else
15236 $as_echo "$as_me: failed program was:" >&5
15237 sed 's/^/| /' conftest.$ac_ext >&5
15239 ac_header_compiler=no
15242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15243 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15244 $as_echo "$ac_header_compiler" >&6; }
15246 # Is the header present?
15247 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15248 $as_echo_n "checking esd.h presence... " >&6; }
15249 cat >conftest.$ac_ext <<_ACEOF
15250 /* confdefs.h. */
15251 _ACEOF
15252 cat confdefs.h >>conftest.$ac_ext
15253 cat >>conftest.$ac_ext <<_ACEOF
15254 /* end confdefs.h. */
15255 #include <esd.h>
15256 _ACEOF
15257 if { (ac_try="$ac_cpp conftest.$ac_ext"
15258 case "(($ac_try" in
15259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260 *) ac_try_echo=$ac_try;;
15261 esac
15262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15263 $as_echo "$ac_try_echo") >&5
15264 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15265 ac_status=$?
15266 grep -v '^ *+' conftest.er1 >conftest.err
15267 rm -f conftest.er1
15268 cat conftest.err >&5
15269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270 (exit $ac_status); } >/dev/null && {
15271 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15272 test ! -s conftest.err
15273 }; then
15274 ac_header_preproc=yes
15275 else
15276 $as_echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15279 ac_header_preproc=no
15282 rm -f conftest.err conftest.$ac_ext
15283 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15284 $as_echo "$ac_header_preproc" >&6; }
15286 # So? What about this header?
15287 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15288 yes:no: )
15289 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15290 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15291 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15292 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15293 ac_header_preproc=yes
15295 no:yes:* )
15296 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15297 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15298 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15299 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15300 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15301 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15302 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15303 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15304 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15305 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15306 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15307 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15308 ( cat <<\_ASBOX
15309 ## ------------------------------------ ##
15310 ## Report this to wine-devel@winehq.org ##
15311 ## ------------------------------------ ##
15312 _ASBOX
15313 ) | sed "s/^/$as_me: WARNING: /" >&2
15315 esac
15316 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15317 $as_echo_n "checking for esd.h... " >&6; }
15318 if test "${ac_cv_header_esd_h+set}" = set; then
15319 $as_echo_n "(cached) " >&6
15320 else
15321 ac_cv_header_esd_h=$ac_header_preproc
15323 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15324 $as_echo "$ac_cv_header_esd_h" >&6; }
15327 if test "x$ac_cv_header_esd_h" = x""yes; then
15328 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15329 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15330 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15331 $as_echo_n "(cached) " >&6
15332 else
15333 ac_check_lib_save_LIBS=$LIBS
15334 LIBS="-lesd $ac_esd_libs $LIBS"
15335 cat >conftest.$ac_ext <<_ACEOF
15336 /* confdefs.h. */
15337 _ACEOF
15338 cat confdefs.h >>conftest.$ac_ext
15339 cat >>conftest.$ac_ext <<_ACEOF
15340 /* end confdefs.h. */
15342 /* Override any GCC internal prototype to avoid an error.
15343 Use char because int might match the return type of a GCC
15344 builtin and then its argument prototype would still apply. */
15345 #ifdef __cplusplus
15346 extern "C"
15347 #endif
15348 char esd_open_sound ();
15350 main ()
15352 return esd_open_sound ();
15354 return 0;
15356 _ACEOF
15357 rm -f conftest.$ac_objext conftest$ac_exeext
15358 if { (ac_try="$ac_link"
15359 case "(($ac_try" in
15360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15361 *) ac_try_echo=$ac_try;;
15362 esac
15363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15364 $as_echo "$ac_try_echo") >&5
15365 (eval "$ac_link") 2>conftest.er1
15366 ac_status=$?
15367 grep -v '^ *+' conftest.er1 >conftest.err
15368 rm -f conftest.er1
15369 cat conftest.err >&5
15370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); } && {
15372 test -z "$ac_c_werror_flag" ||
15373 test ! -s conftest.err
15374 } && test -s conftest$ac_exeext && {
15375 test "$cross_compiling" = yes ||
15376 $as_test_x conftest$ac_exeext
15377 }; then
15378 ac_cv_lib_esd_esd_open_sound=yes
15379 else
15380 $as_echo "$as_me: failed program was:" >&5
15381 sed 's/^/| /' conftest.$ac_ext >&5
15383 ac_cv_lib_esd_esd_open_sound=no
15386 rm -rf conftest.dSYM
15387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15388 conftest$ac_exeext conftest.$ac_ext
15389 LIBS=$ac_check_lib_save_LIBS
15391 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15392 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15393 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15394 ESDINCL="$ac_esd_incl"
15396 ESDLIBS="$ac_esd_libs"
15399 cat >>confdefs.h <<\_ACEOF
15400 #define HAVE_ESD 1
15401 _ACEOF
15408 CFLAGS="$save_CFLAGS"
15411 ALSALIBS=""
15413 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15414 then
15415 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15416 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15417 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15418 $as_echo_n "(cached) " >&6
15419 else
15420 ac_check_lib_save_LIBS=$LIBS
15421 LIBS="-lasound $LIBS"
15422 cat >conftest.$ac_ext <<_ACEOF
15423 /* confdefs.h. */
15424 _ACEOF
15425 cat confdefs.h >>conftest.$ac_ext
15426 cat >>conftest.$ac_ext <<_ACEOF
15427 /* end confdefs.h. */
15429 /* Override any GCC internal prototype to avoid an error.
15430 Use char because int might match the return type of a GCC
15431 builtin and then its argument prototype would still apply. */
15432 #ifdef __cplusplus
15433 extern "C"
15434 #endif
15435 char snd_pcm_hw_params_get_access ();
15437 main ()
15439 return snd_pcm_hw_params_get_access ();
15441 return 0;
15443 _ACEOF
15444 rm -f conftest.$ac_objext conftest$ac_exeext
15445 if { (ac_try="$ac_link"
15446 case "(($ac_try" in
15447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15448 *) ac_try_echo=$ac_try;;
15449 esac
15450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15451 $as_echo "$ac_try_echo") >&5
15452 (eval "$ac_link") 2>conftest.er1
15453 ac_status=$?
15454 grep -v '^ *+' conftest.er1 >conftest.err
15455 rm -f conftest.er1
15456 cat conftest.err >&5
15457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15458 (exit $ac_status); } && {
15459 test -z "$ac_c_werror_flag" ||
15460 test ! -s conftest.err
15461 } && test -s conftest$ac_exeext && {
15462 test "$cross_compiling" = yes ||
15463 $as_test_x conftest$ac_exeext
15464 }; then
15465 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15466 else
15467 $as_echo "$as_me: failed program was:" >&5
15468 sed 's/^/| /' conftest.$ac_ext >&5
15470 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15473 rm -rf conftest.dSYM
15474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15475 conftest$ac_exeext conftest.$ac_ext
15476 LIBS=$ac_check_lib_save_LIBS
15478 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15479 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15480 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15481 cat >conftest.$ac_ext <<_ACEOF
15482 /* confdefs.h. */
15483 _ACEOF
15484 cat confdefs.h >>conftest.$ac_ext
15485 cat >>conftest.$ac_ext <<_ACEOF
15486 /* end confdefs.h. */
15487 #ifdef HAVE_ALSA_ASOUNDLIB_H
15488 #include <alsa/asoundlib.h>
15489 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15490 #include <sys/asoundlib.h>
15491 #endif
15493 main ()
15495 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15497 return 0;
15499 _ACEOF
15500 rm -f conftest.$ac_objext
15501 if { (ac_try="$ac_compile"
15502 case "(($ac_try" in
15503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15504 *) ac_try_echo=$ac_try;;
15505 esac
15506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15507 $as_echo "$ac_try_echo") >&5
15508 (eval "$ac_compile") 2>conftest.er1
15509 ac_status=$?
15510 grep -v '^ *+' conftest.er1 >conftest.err
15511 rm -f conftest.er1
15512 cat conftest.err >&5
15513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15514 (exit $ac_status); } && {
15515 test -z "$ac_c_werror_flag" ||
15516 test ! -s conftest.err
15517 } && test -s conftest.$ac_objext; then
15519 cat >>confdefs.h <<\_ACEOF
15520 #define HAVE_ALSA 1
15521 _ACEOF
15523 ALSALIBS="-lasound"
15524 else
15525 $as_echo "$as_me: failed program was:" >&5
15526 sed 's/^/| /' conftest.$ac_ext >&5
15531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15536 AUDIOIOLIBS=""
15538 if test "$ac_cv_header_libaudioio_h" = "yes"
15539 then
15540 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15541 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15542 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15543 $as_echo_n "(cached) " >&6
15544 else
15545 ac_check_lib_save_LIBS=$LIBS
15546 LIBS="-laudioio $LIBS"
15547 cat >conftest.$ac_ext <<_ACEOF
15548 /* confdefs.h. */
15549 _ACEOF
15550 cat confdefs.h >>conftest.$ac_ext
15551 cat >>conftest.$ac_ext <<_ACEOF
15552 /* end confdefs.h. */
15554 /* Override any GCC internal prototype to avoid an error.
15555 Use char because int might match the return type of a GCC
15556 builtin and then its argument prototype would still apply. */
15557 #ifdef __cplusplus
15558 extern "C"
15559 #endif
15560 char AudioIOGetVersion ();
15562 main ()
15564 return AudioIOGetVersion ();
15566 return 0;
15568 _ACEOF
15569 rm -f conftest.$ac_objext conftest$ac_exeext
15570 if { (ac_try="$ac_link"
15571 case "(($ac_try" in
15572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15573 *) ac_try_echo=$ac_try;;
15574 esac
15575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15576 $as_echo "$ac_try_echo") >&5
15577 (eval "$ac_link") 2>conftest.er1
15578 ac_status=$?
15579 grep -v '^ *+' conftest.er1 >conftest.err
15580 rm -f conftest.er1
15581 cat conftest.err >&5
15582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15583 (exit $ac_status); } && {
15584 test -z "$ac_c_werror_flag" ||
15585 test ! -s conftest.err
15586 } && test -s conftest$ac_exeext && {
15587 test "$cross_compiling" = yes ||
15588 $as_test_x conftest$ac_exeext
15589 }; then
15590 ac_cv_lib_audioio_AudioIOGetVersion=yes
15591 else
15592 $as_echo "$as_me: failed program was:" >&5
15593 sed 's/^/| /' conftest.$ac_ext >&5
15595 ac_cv_lib_audioio_AudioIOGetVersion=no
15598 rm -rf conftest.dSYM
15599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15600 conftest$ac_exeext conftest.$ac_ext
15601 LIBS=$ac_check_lib_save_LIBS
15603 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15604 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15605 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15606 AUDIOIOLIBS="-laudioio"
15608 cat >>confdefs.h <<\_ACEOF
15609 #define HAVE_LIBAUDIOIO 1
15610 _ACEOF
15617 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15618 then
15619 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15620 $as_echo_n "checking for -lcapi20... " >&6; }
15621 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15622 $as_echo_n "(cached) " >&6
15623 else
15624 ac_check_soname_save_LIBS=$LIBS
15625 LIBS="-lcapi20 $LIBS"
15626 cat >conftest.$ac_ext <<_ACEOF
15627 /* confdefs.h. */
15628 _ACEOF
15629 cat confdefs.h >>conftest.$ac_ext
15630 cat >>conftest.$ac_ext <<_ACEOF
15631 /* end confdefs.h. */
15633 /* Override any GCC internal prototype to avoid an error.
15634 Use char because int might match the return type of a GCC
15635 builtin and then its argument prototype would still apply. */
15636 #ifdef __cplusplus
15637 extern "C"
15638 #endif
15639 char capi20_register ();
15641 main ()
15643 return capi20_register ();
15645 return 0;
15647 _ACEOF
15648 rm -f conftest.$ac_objext conftest$ac_exeext
15649 if { (ac_try="$ac_link"
15650 case "(($ac_try" in
15651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15652 *) ac_try_echo=$ac_try;;
15653 esac
15654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15655 $as_echo "$ac_try_echo") >&5
15656 (eval "$ac_link") 2>conftest.er1
15657 ac_status=$?
15658 grep -v '^ *+' conftest.er1 >conftest.err
15659 rm -f conftest.er1
15660 cat conftest.err >&5
15661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662 (exit $ac_status); } && {
15663 test -z "$ac_c_werror_flag" ||
15664 test ! -s conftest.err
15665 } && test -s conftest$ac_exeext && {
15666 test "$cross_compiling" = yes ||
15667 $as_test_x conftest$ac_exeext
15668 }; then
15669 case "$LIBEXT" in
15670 dll) ;;
15671 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'` ;;
15672 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15673 esac
15674 else
15675 $as_echo "$as_me: failed program was:" >&5
15676 sed 's/^/| /' conftest.$ac_ext >&5
15681 rm -rf conftest.dSYM
15682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15683 conftest$ac_exeext conftest.$ac_ext
15684 LIBS=$ac_check_soname_save_LIBS
15686 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15687 { $as_echo "$as_me:$LINENO: result: not found" >&5
15688 $as_echo "not found" >&6; }
15690 else
15691 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15692 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15694 cat >>confdefs.h <<_ACEOF
15695 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15696 _ACEOF
15702 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15703 case "x$with_capi" in
15704 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15705 xno) ;;
15706 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15707 This is an error since --with-capi was requested." >&5
15708 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15709 This is an error since --with-capi was requested." >&2;}
15710 { (exit 1); exit 1; }; } ;;
15711 esac
15715 CUPSINCL=""
15717 if test "x$with_cups" != "xno"
15718 then
15719 ac_save_CPPFLAGS="$CPPFLAGS"
15720 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15721 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15722 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15724 for ac_header in cups/cups.h
15726 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15727 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15728 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15729 $as_echo_n "checking for $ac_header... " >&6; }
15730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15731 $as_echo_n "(cached) " >&6
15733 ac_res=`eval 'as_val=${'$as_ac_Header'}
15734 $as_echo "$as_val"'`
15735 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15736 $as_echo "$ac_res" >&6; }
15737 else
15738 # Is the header compilable?
15739 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15740 $as_echo_n "checking $ac_header usability... " >&6; }
15741 cat >conftest.$ac_ext <<_ACEOF
15742 /* confdefs.h. */
15743 _ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 $ac_includes_default
15748 #include <$ac_header>
15749 _ACEOF
15750 rm -f conftest.$ac_objext
15751 if { (ac_try="$ac_compile"
15752 case "(($ac_try" in
15753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15754 *) ac_try_echo=$ac_try;;
15755 esac
15756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15757 $as_echo "$ac_try_echo") >&5
15758 (eval "$ac_compile") 2>conftest.er1
15759 ac_status=$?
15760 grep -v '^ *+' conftest.er1 >conftest.err
15761 rm -f conftest.er1
15762 cat conftest.err >&5
15763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764 (exit $ac_status); } && {
15765 test -z "$ac_c_werror_flag" ||
15766 test ! -s conftest.err
15767 } && test -s conftest.$ac_objext; then
15768 ac_header_compiler=yes
15769 else
15770 $as_echo "$as_me: failed program was:" >&5
15771 sed 's/^/| /' conftest.$ac_ext >&5
15773 ac_header_compiler=no
15776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15777 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15778 $as_echo "$ac_header_compiler" >&6; }
15780 # Is the header present?
15781 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15782 $as_echo_n "checking $ac_header presence... " >&6; }
15783 cat >conftest.$ac_ext <<_ACEOF
15784 /* confdefs.h. */
15785 _ACEOF
15786 cat confdefs.h >>conftest.$ac_ext
15787 cat >>conftest.$ac_ext <<_ACEOF
15788 /* end confdefs.h. */
15789 #include <$ac_header>
15790 _ACEOF
15791 if { (ac_try="$ac_cpp conftest.$ac_ext"
15792 case "(($ac_try" in
15793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15794 *) ac_try_echo=$ac_try;;
15795 esac
15796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15797 $as_echo "$ac_try_echo") >&5
15798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15799 ac_status=$?
15800 grep -v '^ *+' conftest.er1 >conftest.err
15801 rm -f conftest.er1
15802 cat conftest.err >&5
15803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 (exit $ac_status); } >/dev/null && {
15805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15806 test ! -s conftest.err
15807 }; then
15808 ac_header_preproc=yes
15809 else
15810 $as_echo "$as_me: failed program was:" >&5
15811 sed 's/^/| /' conftest.$ac_ext >&5
15813 ac_header_preproc=no
15816 rm -f conftest.err conftest.$ac_ext
15817 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15818 $as_echo "$ac_header_preproc" >&6; }
15820 # So? What about this header?
15821 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15822 yes:no: )
15823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15824 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15825 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15826 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15827 ac_header_preproc=yes
15829 no:yes:* )
15830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15831 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15833 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15835 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15837 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15839 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15840 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15841 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15842 ( cat <<\_ASBOX
15843 ## ------------------------------------ ##
15844 ## Report this to wine-devel@winehq.org ##
15845 ## ------------------------------------ ##
15846 _ASBOX
15847 ) | sed "s/^/$as_me: WARNING: /" >&2
15849 esac
15850 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15851 $as_echo_n "checking for $ac_header... " >&6; }
15852 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15853 $as_echo_n "(cached) " >&6
15854 else
15855 eval "$as_ac_Header=\$ac_header_preproc"
15857 ac_res=`eval 'as_val=${'$as_ac_Header'}
15858 $as_echo "$as_val"'`
15859 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15860 $as_echo "$ac_res" >&6; }
15863 as_val=`eval 'as_val=${'$as_ac_Header'}
15864 $as_echo "$as_val"'`
15865 if test "x$as_val" = x""yes; then
15866 cat >>confdefs.h <<_ACEOF
15867 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15868 _ACEOF
15869 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15870 $as_echo_n "checking for -lcups... " >&6; }
15871 if test "${ac_cv_lib_soname_cups+set}" = set; then
15872 $as_echo_n "(cached) " >&6
15873 else
15874 ac_check_soname_save_LIBS=$LIBS
15875 LIBS="-lcups $ac_cups_libs $LIBS"
15876 cat >conftest.$ac_ext <<_ACEOF
15877 /* confdefs.h. */
15878 _ACEOF
15879 cat confdefs.h >>conftest.$ac_ext
15880 cat >>conftest.$ac_ext <<_ACEOF
15881 /* end confdefs.h. */
15883 /* Override any GCC internal prototype to avoid an error.
15884 Use char because int might match the return type of a GCC
15885 builtin and then its argument prototype would still apply. */
15886 #ifdef __cplusplus
15887 extern "C"
15888 #endif
15889 char cupsGetDefault ();
15891 main ()
15893 return cupsGetDefault ();
15895 return 0;
15897 _ACEOF
15898 rm -f conftest.$ac_objext conftest$ac_exeext
15899 if { (ac_try="$ac_link"
15900 case "(($ac_try" in
15901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15902 *) ac_try_echo=$ac_try;;
15903 esac
15904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15905 $as_echo "$ac_try_echo") >&5
15906 (eval "$ac_link") 2>conftest.er1
15907 ac_status=$?
15908 grep -v '^ *+' conftest.er1 >conftest.err
15909 rm -f conftest.er1
15910 cat conftest.err >&5
15911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15912 (exit $ac_status); } && {
15913 test -z "$ac_c_werror_flag" ||
15914 test ! -s conftest.err
15915 } && test -s conftest$ac_exeext && {
15916 test "$cross_compiling" = yes ||
15917 $as_test_x conftest$ac_exeext
15918 }; then
15919 case "$LIBEXT" in
15920 dll) ;;
15921 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'` ;;
15922 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15923 esac
15924 else
15925 $as_echo "$as_me: failed program was:" >&5
15926 sed 's/^/| /' conftest.$ac_ext >&5
15931 rm -rf conftest.dSYM
15932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15933 conftest$ac_exeext conftest.$ac_ext
15934 LIBS=$ac_check_soname_save_LIBS
15936 if test "x$ac_cv_lib_soname_cups" = "x"; then
15937 { $as_echo "$as_me:$LINENO: result: not found" >&5
15938 $as_echo "not found" >&6; }
15940 else
15941 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15942 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15944 cat >>confdefs.h <<_ACEOF
15945 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15946 _ACEOF
15948 CUPSINCL="$ac_cups_cflags"
15953 done
15955 CPPFLAGS="$ac_save_CPPFLAGS"
15957 if test "x$ac_cv_lib_soname_cups" = "x"; then
15958 case "x$with_cups" in
15959 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15960 xno) ;;
15961 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15962 This is an error since --with-cups was requested." >&5
15963 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15964 This is an error since --with-cups was requested." >&2;}
15965 { (exit 1); exit 1; }; } ;;
15966 esac
15970 if test "$ac_cv_header_jack_jack_h" = "yes"
15971 then
15972 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15973 $as_echo_n "checking for -ljack... " >&6; }
15974 if test "${ac_cv_lib_soname_jack+set}" = set; then
15975 $as_echo_n "(cached) " >&6
15976 else
15977 ac_check_soname_save_LIBS=$LIBS
15978 LIBS="-ljack $LIBS"
15979 cat >conftest.$ac_ext <<_ACEOF
15980 /* confdefs.h. */
15981 _ACEOF
15982 cat confdefs.h >>conftest.$ac_ext
15983 cat >>conftest.$ac_ext <<_ACEOF
15984 /* end confdefs.h. */
15986 /* Override any GCC internal prototype to avoid an error.
15987 Use char because int might match the return type of a GCC
15988 builtin and then its argument prototype would still apply. */
15989 #ifdef __cplusplus
15990 extern "C"
15991 #endif
15992 char jack_client_new ();
15994 main ()
15996 return jack_client_new ();
15998 return 0;
16000 _ACEOF
16001 rm -f conftest.$ac_objext conftest$ac_exeext
16002 if { (ac_try="$ac_link"
16003 case "(($ac_try" in
16004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16005 *) ac_try_echo=$ac_try;;
16006 esac
16007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16008 $as_echo "$ac_try_echo") >&5
16009 (eval "$ac_link") 2>conftest.er1
16010 ac_status=$?
16011 grep -v '^ *+' conftest.er1 >conftest.err
16012 rm -f conftest.er1
16013 cat conftest.err >&5
16014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16015 (exit $ac_status); } && {
16016 test -z "$ac_c_werror_flag" ||
16017 test ! -s conftest.err
16018 } && test -s conftest$ac_exeext && {
16019 test "$cross_compiling" = yes ||
16020 $as_test_x conftest$ac_exeext
16021 }; then
16022 case "$LIBEXT" in
16023 dll) ;;
16024 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'` ;;
16025 *) 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'` ;;
16026 esac
16027 else
16028 $as_echo "$as_me: failed program was:" >&5
16029 sed 's/^/| /' conftest.$ac_ext >&5
16034 rm -rf conftest.dSYM
16035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16036 conftest$ac_exeext conftest.$ac_ext
16037 LIBS=$ac_check_soname_save_LIBS
16039 if test "x$ac_cv_lib_soname_jack" = "x"; then
16040 { $as_echo "$as_me:$LINENO: result: not found" >&5
16041 $as_echo "not found" >&6; }
16043 else
16044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16045 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16047 cat >>confdefs.h <<_ACEOF
16048 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16049 _ACEOF
16056 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16057 then
16058 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16059 $as_echo_n "checking for -lfontconfig... " >&6; }
16060 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16061 $as_echo_n "(cached) " >&6
16062 else
16063 ac_check_soname_save_LIBS=$LIBS
16064 LIBS="-lfontconfig $LIBS"
16065 cat >conftest.$ac_ext <<_ACEOF
16066 /* confdefs.h. */
16067 _ACEOF
16068 cat confdefs.h >>conftest.$ac_ext
16069 cat >>conftest.$ac_ext <<_ACEOF
16070 /* end confdefs.h. */
16072 /* Override any GCC internal prototype to avoid an error.
16073 Use char because int might match the return type of a GCC
16074 builtin and then its argument prototype would still apply. */
16075 #ifdef __cplusplus
16076 extern "C"
16077 #endif
16078 char FcInit ();
16080 main ()
16082 return FcInit ();
16084 return 0;
16086 _ACEOF
16087 rm -f conftest.$ac_objext conftest$ac_exeext
16088 if { (ac_try="$ac_link"
16089 case "(($ac_try" in
16090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16091 *) ac_try_echo=$ac_try;;
16092 esac
16093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16094 $as_echo "$ac_try_echo") >&5
16095 (eval "$ac_link") 2>conftest.er1
16096 ac_status=$?
16097 grep -v '^ *+' conftest.er1 >conftest.err
16098 rm -f conftest.er1
16099 cat conftest.err >&5
16100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16101 (exit $ac_status); } && {
16102 test -z "$ac_c_werror_flag" ||
16103 test ! -s conftest.err
16104 } && test -s conftest$ac_exeext && {
16105 test "$cross_compiling" = yes ||
16106 $as_test_x conftest$ac_exeext
16107 }; then
16108 case "$LIBEXT" in
16109 dll) ;;
16110 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'` ;;
16111 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16112 esac
16113 else
16114 $as_echo "$as_me: failed program was:" >&5
16115 sed 's/^/| /' conftest.$ac_ext >&5
16120 rm -rf conftest.dSYM
16121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16122 conftest$ac_exeext conftest.$ac_ext
16123 LIBS=$ac_check_soname_save_LIBS
16125 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16126 { $as_echo "$as_me:$LINENO: result: not found" >&5
16127 $as_echo "not found" >&6; }
16129 else
16130 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16131 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16133 cat >>confdefs.h <<_ACEOF
16134 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16135 _ACEOF
16140 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16141 then
16142 ac_save_CPPFLAGS="$CPPFLAGS"
16143 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16144 $as_unset ac_cv_header_fontconfig_fontconfig_h
16146 for ac_header in fontconfig/fontconfig.h
16148 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16149 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16150 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16151 $as_echo_n "checking for $ac_header... " >&6; }
16152 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16153 $as_echo_n "(cached) " >&6
16155 ac_res=`eval 'as_val=${'$as_ac_Header'}
16156 $as_echo "$as_val"'`
16157 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16158 $as_echo "$ac_res" >&6; }
16159 else
16160 # Is the header compilable?
16161 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16162 $as_echo_n "checking $ac_header usability... " >&6; }
16163 cat >conftest.$ac_ext <<_ACEOF
16164 /* confdefs.h. */
16165 _ACEOF
16166 cat confdefs.h >>conftest.$ac_ext
16167 cat >>conftest.$ac_ext <<_ACEOF
16168 /* end confdefs.h. */
16169 $ac_includes_default
16170 #include <$ac_header>
16171 _ACEOF
16172 rm -f conftest.$ac_objext
16173 if { (ac_try="$ac_compile"
16174 case "(($ac_try" in
16175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16176 *) ac_try_echo=$ac_try;;
16177 esac
16178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16179 $as_echo "$ac_try_echo") >&5
16180 (eval "$ac_compile") 2>conftest.er1
16181 ac_status=$?
16182 grep -v '^ *+' conftest.er1 >conftest.err
16183 rm -f conftest.er1
16184 cat conftest.err >&5
16185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); } && {
16187 test -z "$ac_c_werror_flag" ||
16188 test ! -s conftest.err
16189 } && test -s conftest.$ac_objext; then
16190 ac_header_compiler=yes
16191 else
16192 $as_echo "$as_me: failed program was:" >&5
16193 sed 's/^/| /' conftest.$ac_ext >&5
16195 ac_header_compiler=no
16198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16199 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16200 $as_echo "$ac_header_compiler" >&6; }
16202 # Is the header present?
16203 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16204 $as_echo_n "checking $ac_header presence... " >&6; }
16205 cat >conftest.$ac_ext <<_ACEOF
16206 /* confdefs.h. */
16207 _ACEOF
16208 cat confdefs.h >>conftest.$ac_ext
16209 cat >>conftest.$ac_ext <<_ACEOF
16210 /* end confdefs.h. */
16211 #include <$ac_header>
16212 _ACEOF
16213 if { (ac_try="$ac_cpp conftest.$ac_ext"
16214 case "(($ac_try" in
16215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16216 *) ac_try_echo=$ac_try;;
16217 esac
16218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16219 $as_echo "$ac_try_echo") >&5
16220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16221 ac_status=$?
16222 grep -v '^ *+' conftest.er1 >conftest.err
16223 rm -f conftest.er1
16224 cat conftest.err >&5
16225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } >/dev/null && {
16227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 }; then
16230 ac_header_preproc=yes
16231 else
16232 $as_echo "$as_me: failed program was:" >&5
16233 sed 's/^/| /' conftest.$ac_ext >&5
16235 ac_header_preproc=no
16238 rm -f conftest.err conftest.$ac_ext
16239 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16240 $as_echo "$ac_header_preproc" >&6; }
16242 # So? What about this header?
16243 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16244 yes:no: )
16245 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16246 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16247 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16248 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16249 ac_header_preproc=yes
16251 no:yes:* )
16252 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16253 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16254 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16255 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16257 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16259 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16260 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16261 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16262 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16263 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16264 ( cat <<\_ASBOX
16265 ## ------------------------------------ ##
16266 ## Report this to wine-devel@winehq.org ##
16267 ## ------------------------------------ ##
16268 _ASBOX
16269 ) | sed "s/^/$as_me: WARNING: /" >&2
16271 esac
16272 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16273 $as_echo_n "checking for $ac_header... " >&6; }
16274 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16275 $as_echo_n "(cached) " >&6
16276 else
16277 eval "$as_ac_Header=\$ac_header_preproc"
16279 ac_res=`eval 'as_val=${'$as_ac_Header'}
16280 $as_echo "$as_val"'`
16281 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16282 $as_echo "$ac_res" >&6; }
16285 as_val=`eval 'as_val=${'$as_ac_Header'}
16286 $as_echo "$as_val"'`
16287 if test "x$as_val" = x""yes; then
16288 cat >>confdefs.h <<_ACEOF
16289 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16290 _ACEOF
16294 done
16296 CPPFLAGS="$ac_save_CPPFLAGS"
16297 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16298 then
16299 FONTCONFIGINCL="$X_CFLAGS"
16301 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16302 $as_echo_n "checking for -lfontconfig... " >&6; }
16303 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16304 $as_echo_n "(cached) " >&6
16305 else
16306 ac_check_soname_save_LIBS=$LIBS
16307 LIBS="-lfontconfig $X_LIBS $LIBS"
16308 cat >conftest.$ac_ext <<_ACEOF
16309 /* confdefs.h. */
16310 _ACEOF
16311 cat confdefs.h >>conftest.$ac_ext
16312 cat >>conftest.$ac_ext <<_ACEOF
16313 /* end confdefs.h. */
16315 /* Override any GCC internal prototype to avoid an error.
16316 Use char because int might match the return type of a GCC
16317 builtin and then its argument prototype would still apply. */
16318 #ifdef __cplusplus
16319 extern "C"
16320 #endif
16321 char FcInit ();
16323 main ()
16325 return FcInit ();
16327 return 0;
16329 _ACEOF
16330 rm -f conftest.$ac_objext conftest$ac_exeext
16331 if { (ac_try="$ac_link"
16332 case "(($ac_try" in
16333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16334 *) ac_try_echo=$ac_try;;
16335 esac
16336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16337 $as_echo "$ac_try_echo") >&5
16338 (eval "$ac_link") 2>conftest.er1
16339 ac_status=$?
16340 grep -v '^ *+' conftest.er1 >conftest.err
16341 rm -f conftest.er1
16342 cat conftest.err >&5
16343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } && {
16345 test -z "$ac_c_werror_flag" ||
16346 test ! -s conftest.err
16347 } && test -s conftest$ac_exeext && {
16348 test "$cross_compiling" = yes ||
16349 $as_test_x conftest$ac_exeext
16350 }; then
16351 case "$LIBEXT" in
16352 dll) ;;
16353 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'` ;;
16354 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16355 esac
16356 else
16357 $as_echo "$as_me: failed program was:" >&5
16358 sed 's/^/| /' conftest.$ac_ext >&5
16363 rm -rf conftest.dSYM
16364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16365 conftest$ac_exeext conftest.$ac_ext
16366 LIBS=$ac_check_soname_save_LIBS
16368 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16369 { $as_echo "$as_me:$LINENO: result: not found" >&5
16370 $as_echo "not found" >&6; }
16372 else
16373 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16374 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16376 cat >>confdefs.h <<_ACEOF
16377 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16378 _ACEOF
16385 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16386 case "x$with_fontconfig" in
16387 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16388 xno) ;;
16389 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16390 This is an error since --with-fontconfig was requested." >&5
16391 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16392 This is an error since --with-fontconfig was requested." >&2;}
16393 { (exit 1); exit 1; }; } ;;
16394 esac
16398 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16399 then
16400 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16401 $as_echo_n "checking for -lssl... " >&6; }
16402 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16403 $as_echo_n "(cached) " >&6
16404 else
16405 ac_check_soname_save_LIBS=$LIBS
16406 LIBS="-lssl $LIBS"
16407 cat >conftest.$ac_ext <<_ACEOF
16408 /* confdefs.h. */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16414 /* Override any GCC internal prototype to avoid an error.
16415 Use char because int might match the return type of a GCC
16416 builtin and then its argument prototype would still apply. */
16417 #ifdef __cplusplus
16418 extern "C"
16419 #endif
16420 char SSL_library_init ();
16422 main ()
16424 return SSL_library_init ();
16426 return 0;
16428 _ACEOF
16429 rm -f conftest.$ac_objext conftest$ac_exeext
16430 if { (ac_try="$ac_link"
16431 case "(($ac_try" in
16432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16433 *) ac_try_echo=$ac_try;;
16434 esac
16435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16436 $as_echo "$ac_try_echo") >&5
16437 (eval "$ac_link") 2>conftest.er1
16438 ac_status=$?
16439 grep -v '^ *+' conftest.er1 >conftest.err
16440 rm -f conftest.er1
16441 cat conftest.err >&5
16442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443 (exit $ac_status); } && {
16444 test -z "$ac_c_werror_flag" ||
16445 test ! -s conftest.err
16446 } && test -s conftest$ac_exeext && {
16447 test "$cross_compiling" = yes ||
16448 $as_test_x conftest$ac_exeext
16449 }; then
16450 case "$LIBEXT" in
16451 dll) ;;
16452 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'` ;;
16453 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16454 esac
16455 else
16456 $as_echo "$as_me: failed program was:" >&5
16457 sed 's/^/| /' conftest.$ac_ext >&5
16462 rm -rf conftest.dSYM
16463 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16464 conftest$ac_exeext conftest.$ac_ext
16465 LIBS=$ac_check_soname_save_LIBS
16467 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16468 { $as_echo "$as_me:$LINENO: result: not found" >&5
16469 $as_echo "not found" >&6; }
16471 else
16472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16473 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16475 cat >>confdefs.h <<_ACEOF
16476 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16477 _ACEOF
16482 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16483 $as_echo_n "checking for -lcrypto... " >&6; }
16484 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16485 $as_echo_n "(cached) " >&6
16486 else
16487 ac_check_soname_save_LIBS=$LIBS
16488 LIBS="-lcrypto $LIBS"
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. */
16496 /* Override any GCC internal prototype to avoid an error.
16497 Use char because int might match the return type of a GCC
16498 builtin and then its argument prototype would still apply. */
16499 #ifdef __cplusplus
16500 extern "C"
16501 #endif
16502 char BIO_new_socket ();
16504 main ()
16506 return BIO_new_socket ();
16508 return 0;
16510 _ACEOF
16511 rm -f conftest.$ac_objext conftest$ac_exeext
16512 if { (ac_try="$ac_link"
16513 case "(($ac_try" in
16514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16515 *) ac_try_echo=$ac_try;;
16516 esac
16517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16518 $as_echo "$ac_try_echo") >&5
16519 (eval "$ac_link") 2>conftest.er1
16520 ac_status=$?
16521 grep -v '^ *+' conftest.er1 >conftest.err
16522 rm -f conftest.er1
16523 cat conftest.err >&5
16524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16525 (exit $ac_status); } && {
16526 test -z "$ac_c_werror_flag" ||
16527 test ! -s conftest.err
16528 } && test -s conftest$ac_exeext && {
16529 test "$cross_compiling" = yes ||
16530 $as_test_x conftest$ac_exeext
16531 }; then
16532 case "$LIBEXT" in
16533 dll) ;;
16534 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'` ;;
16535 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16536 esac
16537 else
16538 $as_echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16544 rm -rf conftest.dSYM
16545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16546 conftest$ac_exeext conftest.$ac_ext
16547 LIBS=$ac_check_soname_save_LIBS
16549 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16550 { $as_echo "$as_me:$LINENO: result: not found" >&5
16551 $as_echo "not found" >&6; }
16553 else
16554 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16555 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16557 cat >>confdefs.h <<_ACEOF
16558 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16559 _ACEOF
16565 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16566 case "x$with_openssl" in
16567 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16568 xno) ;;
16569 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16570 This is an error since --with-openssl was requested." >&5
16571 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16572 This is an error since --with-openssl was requested." >&2;}
16573 { (exit 1); exit 1; }; } ;;
16574 esac
16578 if test "$ac_cv_header_jpeglib_h" = "yes"
16579 then
16580 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16581 $as_echo_n "checking for -ljpeg... " >&6; }
16582 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16583 $as_echo_n "(cached) " >&6
16584 else
16585 ac_check_soname_save_LIBS=$LIBS
16586 LIBS="-ljpeg $LIBS"
16587 cat >conftest.$ac_ext <<_ACEOF
16588 /* confdefs.h. */
16589 _ACEOF
16590 cat confdefs.h >>conftest.$ac_ext
16591 cat >>conftest.$ac_ext <<_ACEOF
16592 /* end confdefs.h. */
16594 /* Override any GCC internal prototype to avoid an error.
16595 Use char because int might match the return type of a GCC
16596 builtin and then its argument prototype would still apply. */
16597 #ifdef __cplusplus
16598 extern "C"
16599 #endif
16600 char jpeg_start_decompress ();
16602 main ()
16604 return jpeg_start_decompress ();
16606 return 0;
16608 _ACEOF
16609 rm -f conftest.$ac_objext conftest$ac_exeext
16610 if { (ac_try="$ac_link"
16611 case "(($ac_try" in
16612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16613 *) ac_try_echo=$ac_try;;
16614 esac
16615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16616 $as_echo "$ac_try_echo") >&5
16617 (eval "$ac_link") 2>conftest.er1
16618 ac_status=$?
16619 grep -v '^ *+' conftest.er1 >conftest.err
16620 rm -f conftest.er1
16621 cat conftest.err >&5
16622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && {
16624 test -z "$ac_c_werror_flag" ||
16625 test ! -s conftest.err
16626 } && test -s conftest$ac_exeext && {
16627 test "$cross_compiling" = yes ||
16628 $as_test_x conftest$ac_exeext
16629 }; then
16630 case "$LIBEXT" in
16631 dll) ;;
16632 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'` ;;
16633 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16634 esac
16635 else
16636 $as_echo "$as_me: failed program was:" >&5
16637 sed 's/^/| /' conftest.$ac_ext >&5
16642 rm -rf conftest.dSYM
16643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16644 conftest$ac_exeext conftest.$ac_ext
16645 LIBS=$ac_check_soname_save_LIBS
16647 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16648 { $as_echo "$as_me:$LINENO: result: not found" >&5
16649 $as_echo "not found" >&6; }
16651 else
16652 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16653 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16655 cat >>confdefs.h <<_ACEOF
16656 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16657 _ACEOF
16663 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16664 case "x$with_jpeg" in
16665 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16666 xno) ;;
16667 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16668 This is an error since --with-jpeg was requested." >&5
16669 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16670 This is an error since --with-jpeg was requested." >&2;}
16671 { (exit 1); exit 1; }; } ;;
16672 esac
16676 if test "$ac_cv_header_png_h" = "yes"
16677 then
16678 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16679 $as_echo_n "checking for -lpng... " >&6; }
16680 if test "${ac_cv_lib_soname_png+set}" = set; then
16681 $as_echo_n "(cached) " >&6
16682 else
16683 ac_check_soname_save_LIBS=$LIBS
16684 LIBS="-lpng -lm -lz $LIBS"
16685 cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h. */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h. */
16692 /* Override any GCC internal prototype to avoid an error.
16693 Use char because int might match the return type of a GCC
16694 builtin and then its argument prototype would still apply. */
16695 #ifdef __cplusplus
16696 extern "C"
16697 #endif
16698 char png_create_read_struct ();
16700 main ()
16702 return png_create_read_struct ();
16704 return 0;
16706 _ACEOF
16707 rm -f conftest.$ac_objext conftest$ac_exeext
16708 if { (ac_try="$ac_link"
16709 case "(($ac_try" in
16710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16711 *) ac_try_echo=$ac_try;;
16712 esac
16713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16714 $as_echo "$ac_try_echo") >&5
16715 (eval "$ac_link") 2>conftest.er1
16716 ac_status=$?
16717 grep -v '^ *+' conftest.er1 >conftest.err
16718 rm -f conftest.er1
16719 cat conftest.err >&5
16720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721 (exit $ac_status); } && {
16722 test -z "$ac_c_werror_flag" ||
16723 test ! -s conftest.err
16724 } && test -s conftest$ac_exeext && {
16725 test "$cross_compiling" = yes ||
16726 $as_test_x conftest$ac_exeext
16727 }; then
16728 case "$LIBEXT" in
16729 dll) ;;
16730 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'` ;;
16731 *) 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'` ;;
16732 esac
16733 else
16734 $as_echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16740 rm -rf conftest.dSYM
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742 conftest$ac_exeext conftest.$ac_ext
16743 LIBS=$ac_check_soname_save_LIBS
16745 if test "x$ac_cv_lib_soname_png" = "x"; then
16746 { $as_echo "$as_me:$LINENO: result: not found" >&5
16747 $as_echo "not found" >&6; }
16749 else
16750 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16751 $as_echo "$ac_cv_lib_soname_png" >&6; }
16753 cat >>confdefs.h <<_ACEOF
16754 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16755 _ACEOF
16760 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16761 then
16762 ac_save_CPPFLAGS="$CPPFLAGS"
16763 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16764 $as_unset ac_cv_header_png_h
16766 for ac_header in png.h
16768 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16769 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16770 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16771 $as_echo_n "checking for $ac_header... " >&6; }
16772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16773 $as_echo_n "(cached) " >&6
16775 ac_res=`eval 'as_val=${'$as_ac_Header'}
16776 $as_echo "$as_val"'`
16777 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16778 $as_echo "$ac_res" >&6; }
16779 else
16780 # Is the header compilable?
16781 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16782 $as_echo_n "checking $ac_header usability... " >&6; }
16783 cat >conftest.$ac_ext <<_ACEOF
16784 /* confdefs.h. */
16785 _ACEOF
16786 cat confdefs.h >>conftest.$ac_ext
16787 cat >>conftest.$ac_ext <<_ACEOF
16788 /* end confdefs.h. */
16789 $ac_includes_default
16790 #include <$ac_header>
16791 _ACEOF
16792 rm -f conftest.$ac_objext
16793 if { (ac_try="$ac_compile"
16794 case "(($ac_try" in
16795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16796 *) ac_try_echo=$ac_try;;
16797 esac
16798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16799 $as_echo "$ac_try_echo") >&5
16800 (eval "$ac_compile") 2>conftest.er1
16801 ac_status=$?
16802 grep -v '^ *+' conftest.er1 >conftest.err
16803 rm -f conftest.er1
16804 cat conftest.err >&5
16805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16806 (exit $ac_status); } && {
16807 test -z "$ac_c_werror_flag" ||
16808 test ! -s conftest.err
16809 } && test -s conftest.$ac_objext; then
16810 ac_header_compiler=yes
16811 else
16812 $as_echo "$as_me: failed program was:" >&5
16813 sed 's/^/| /' conftest.$ac_ext >&5
16815 ac_header_compiler=no
16818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16819 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16820 $as_echo "$ac_header_compiler" >&6; }
16822 # Is the header present?
16823 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16824 $as_echo_n "checking $ac_header presence... " >&6; }
16825 cat >conftest.$ac_ext <<_ACEOF
16826 /* confdefs.h. */
16827 _ACEOF
16828 cat confdefs.h >>conftest.$ac_ext
16829 cat >>conftest.$ac_ext <<_ACEOF
16830 /* end confdefs.h. */
16831 #include <$ac_header>
16832 _ACEOF
16833 if { (ac_try="$ac_cpp conftest.$ac_ext"
16834 case "(($ac_try" in
16835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16836 *) ac_try_echo=$ac_try;;
16837 esac
16838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16839 $as_echo "$ac_try_echo") >&5
16840 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16841 ac_status=$?
16842 grep -v '^ *+' conftest.er1 >conftest.err
16843 rm -f conftest.er1
16844 cat conftest.err >&5
16845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); } >/dev/null && {
16847 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16848 test ! -s conftest.err
16849 }; then
16850 ac_header_preproc=yes
16851 else
16852 $as_echo "$as_me: failed program was:" >&5
16853 sed 's/^/| /' conftest.$ac_ext >&5
16855 ac_header_preproc=no
16858 rm -f conftest.err conftest.$ac_ext
16859 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16860 $as_echo "$ac_header_preproc" >&6; }
16862 # So? What about this header?
16863 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16864 yes:no: )
16865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16866 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16868 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16869 ac_header_preproc=yes
16871 no:yes:* )
16872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16873 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16875 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16877 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16878 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16879 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16880 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16881 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16882 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16883 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16884 ( cat <<\_ASBOX
16885 ## ------------------------------------ ##
16886 ## Report this to wine-devel@winehq.org ##
16887 ## ------------------------------------ ##
16888 _ASBOX
16889 ) | sed "s/^/$as_me: WARNING: /" >&2
16891 esac
16892 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16893 $as_echo_n "checking for $ac_header... " >&6; }
16894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16895 $as_echo_n "(cached) " >&6
16896 else
16897 eval "$as_ac_Header=\$ac_header_preproc"
16899 ac_res=`eval 'as_val=${'$as_ac_Header'}
16900 $as_echo "$as_val"'`
16901 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16902 $as_echo "$ac_res" >&6; }
16905 as_val=`eval 'as_val=${'$as_ac_Header'}
16906 $as_echo "$as_val"'`
16907 if test "x$as_val" = x""yes; then
16908 cat >>confdefs.h <<_ACEOF
16909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16910 _ACEOF
16914 done
16916 CPPFLAGS="$ac_save_CPPFLAGS"
16917 if test "$ac_cv_header_png_h" = "yes"
16918 then
16919 PNGINCL="$X_CFLAGS"
16921 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16922 $as_echo_n "checking for -lpng... " >&6; }
16923 if test "${ac_cv_lib_soname_png+set}" = set; then
16924 $as_echo_n "(cached) " >&6
16925 else
16926 ac_check_soname_save_LIBS=$LIBS
16927 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16928 cat >conftest.$ac_ext <<_ACEOF
16929 /* confdefs.h. */
16930 _ACEOF
16931 cat confdefs.h >>conftest.$ac_ext
16932 cat >>conftest.$ac_ext <<_ACEOF
16933 /* end confdefs.h. */
16935 /* Override any GCC internal prototype to avoid an error.
16936 Use char because int might match the return type of a GCC
16937 builtin and then its argument prototype would still apply. */
16938 #ifdef __cplusplus
16939 extern "C"
16940 #endif
16941 char png_create_read_struct ();
16943 main ()
16945 return png_create_read_struct ();
16947 return 0;
16949 _ACEOF
16950 rm -f conftest.$ac_objext conftest$ac_exeext
16951 if { (ac_try="$ac_link"
16952 case "(($ac_try" in
16953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16954 *) ac_try_echo=$ac_try;;
16955 esac
16956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16957 $as_echo "$ac_try_echo") >&5
16958 (eval "$ac_link") 2>conftest.er1
16959 ac_status=$?
16960 grep -v '^ *+' conftest.er1 >conftest.err
16961 rm -f conftest.er1
16962 cat conftest.err >&5
16963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16964 (exit $ac_status); } && {
16965 test -z "$ac_c_werror_flag" ||
16966 test ! -s conftest.err
16967 } && test -s conftest$ac_exeext && {
16968 test "$cross_compiling" = yes ||
16969 $as_test_x conftest$ac_exeext
16970 }; then
16971 case "$LIBEXT" in
16972 dll) ;;
16973 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'` ;;
16974 *) 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'` ;;
16975 esac
16976 else
16977 $as_echo "$as_me: failed program was:" >&5
16978 sed 's/^/| /' conftest.$ac_ext >&5
16983 rm -rf conftest.dSYM
16984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16985 conftest$ac_exeext conftest.$ac_ext
16986 LIBS=$ac_check_soname_save_LIBS
16988 if test "x$ac_cv_lib_soname_png" = "x"; then
16989 { $as_echo "$as_me:$LINENO: result: not found" >&5
16990 $as_echo "not found" >&6; }
16992 else
16993 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16994 $as_echo "$ac_cv_lib_soname_png" >&6; }
16996 cat >>confdefs.h <<_ACEOF
16997 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16998 _ACEOF
17005 if test "x$ac_cv_lib_soname_png" = "x"; then
17006 case "x$with_png" in
17007 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17008 xno) ;;
17009 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17010 This is an error since --with-png was requested." >&5
17011 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17012 This is an error since --with-png was requested." >&2;}
17013 { (exit 1); exit 1; }; } ;;
17014 esac
17018 if test "$ac_cv_header_kstat_h" = "yes"
17019 then
17020 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17021 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17022 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17023 $as_echo_n "(cached) " >&6
17024 else
17025 ac_check_lib_save_LIBS=$LIBS
17026 LIBS="-lkstat $LIBS"
17027 cat >conftest.$ac_ext <<_ACEOF
17028 /* confdefs.h. */
17029 _ACEOF
17030 cat confdefs.h >>conftest.$ac_ext
17031 cat >>conftest.$ac_ext <<_ACEOF
17032 /* end confdefs.h. */
17034 /* Override any GCC internal prototype to avoid an error.
17035 Use char because int might match the return type of a GCC
17036 builtin and then its argument prototype would still apply. */
17037 #ifdef __cplusplus
17038 extern "C"
17039 #endif
17040 char kstat_open ();
17042 main ()
17044 return kstat_open ();
17046 return 0;
17048 _ACEOF
17049 rm -f conftest.$ac_objext conftest$ac_exeext
17050 if { (ac_try="$ac_link"
17051 case "(($ac_try" in
17052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17053 *) ac_try_echo=$ac_try;;
17054 esac
17055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17056 $as_echo "$ac_try_echo") >&5
17057 (eval "$ac_link") 2>conftest.er1
17058 ac_status=$?
17059 grep -v '^ *+' conftest.er1 >conftest.err
17060 rm -f conftest.er1
17061 cat conftest.err >&5
17062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); } && {
17064 test -z "$ac_c_werror_flag" ||
17065 test ! -s conftest.err
17066 } && test -s conftest$ac_exeext && {
17067 test "$cross_compiling" = yes ||
17068 $as_test_x conftest$ac_exeext
17069 }; then
17070 ac_cv_lib_kstat_kstat_open=yes
17071 else
17072 $as_echo "$as_me: failed program was:" >&5
17073 sed 's/^/| /' conftest.$ac_ext >&5
17075 ac_cv_lib_kstat_kstat_open=no
17078 rm -rf conftest.dSYM
17079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17080 conftest$ac_exeext conftest.$ac_ext
17081 LIBS=$ac_check_lib_save_LIBS
17083 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17084 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17085 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17087 cat >>confdefs.h <<\_ACEOF
17088 #define HAVE_LIBKSTAT 1
17089 _ACEOF
17091 LIBKSTAT="-lkstat"
17097 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17098 $as_echo_n "checking for -lodbc... " >&6; }
17099 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17100 $as_echo_n "(cached) " >&6
17101 else
17102 ac_check_soname_save_LIBS=$LIBS
17103 LIBS="-lodbc $LIBS"
17104 cat >conftest.$ac_ext <<_ACEOF
17105 /* confdefs.h. */
17106 _ACEOF
17107 cat confdefs.h >>conftest.$ac_ext
17108 cat >>conftest.$ac_ext <<_ACEOF
17109 /* end confdefs.h. */
17111 /* Override any GCC internal prototype to avoid an error.
17112 Use char because int might match the return type of a GCC
17113 builtin and then its argument prototype would still apply. */
17114 #ifdef __cplusplus
17115 extern "C"
17116 #endif
17117 char SQLConnect ();
17119 main ()
17121 return SQLConnect ();
17123 return 0;
17125 _ACEOF
17126 rm -f conftest.$ac_objext conftest$ac_exeext
17127 if { (ac_try="$ac_link"
17128 case "(($ac_try" in
17129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17130 *) ac_try_echo=$ac_try;;
17131 esac
17132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17133 $as_echo "$ac_try_echo") >&5
17134 (eval "$ac_link") 2>conftest.er1
17135 ac_status=$?
17136 grep -v '^ *+' conftest.er1 >conftest.err
17137 rm -f conftest.er1
17138 cat conftest.err >&5
17139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17140 (exit $ac_status); } && {
17141 test -z "$ac_c_werror_flag" ||
17142 test ! -s conftest.err
17143 } && test -s conftest$ac_exeext && {
17144 test "$cross_compiling" = yes ||
17145 $as_test_x conftest$ac_exeext
17146 }; then
17147 case "$LIBEXT" in
17148 dll) ;;
17149 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'` ;;
17150 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17151 esac
17152 else
17153 $as_echo "$as_me: failed program was:" >&5
17154 sed 's/^/| /' conftest.$ac_ext >&5
17159 rm -rf conftest.dSYM
17160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17161 conftest$ac_exeext conftest.$ac_ext
17162 LIBS=$ac_check_soname_save_LIBS
17164 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17165 { $as_echo "$as_me:$LINENO: result: not found" >&5
17166 $as_echo "not found" >&6; }
17167 cat >>confdefs.h <<_ACEOF
17168 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17169 _ACEOF
17171 else
17172 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17173 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17175 cat >>confdefs.h <<_ACEOF
17176 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17177 _ACEOF
17183 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17184 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17185 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17186 "$ac_cv_header_soundcard_h" != "yes" -a \
17187 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17188 then
17189 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17193 EXTRACFLAGS=""
17195 if test "x${GCC}" = "xyes"
17196 then
17197 EXTRACFLAGS="-Wall -pipe"
17199 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17200 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17201 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17202 $as_echo_n "(cached) " >&6
17203 else
17204 if test "$cross_compiling" = yes; then
17205 ac_cv_c_gcc_strength_bug="yes"
17206 else
17207 cat >conftest.$ac_ext <<_ACEOF
17208 /* confdefs.h. */
17209 _ACEOF
17210 cat confdefs.h >>conftest.$ac_ext
17211 cat >>conftest.$ac_ext <<_ACEOF
17212 /* end confdefs.h. */
17213 int L[4] = {0,1,2,3};
17215 main ()
17217 static int Array[3];
17218 unsigned int B = 3;
17219 int i;
17220 for(i=0; i<B; i++) Array[i] = i - 3;
17221 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17222 L[i] = 4;
17223 return (Array[1] != -2 || L[2] != 3)
17225 return 0;
17227 _ACEOF
17228 rm -f conftest$ac_exeext
17229 if { (ac_try="$ac_link"
17230 case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;;
17233 esac
17234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17235 $as_echo "$ac_try_echo") >&5
17236 (eval "$ac_link") 2>&5
17237 ac_status=$?
17238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17239 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17240 { (case "(($ac_try" in
17241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17242 *) ac_try_echo=$ac_try;;
17243 esac
17244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17245 $as_echo "$ac_try_echo") >&5
17246 (eval "$ac_try") 2>&5
17247 ac_status=$?
17248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17249 (exit $ac_status); }; }; then
17250 ac_cv_c_gcc_strength_bug="no"
17251 else
17252 $as_echo "$as_me: program exited with status $ac_status" >&5
17253 $as_echo "$as_me: failed program was:" >&5
17254 sed 's/^/| /' conftest.$ac_ext >&5
17256 ( exit $ac_status )
17257 ac_cv_c_gcc_strength_bug="yes"
17259 rm -rf conftest.dSYM
17260 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17265 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17266 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17267 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17268 then
17269 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17272 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17273 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17274 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17275 $as_echo_n "(cached) " >&6
17276 else
17277 ac_wine_try_cflags_saved=$CFLAGS
17278 CFLAGS="$CFLAGS -fno-builtin"
17279 cat >conftest.$ac_ext <<_ACEOF
17280 /* confdefs.h. */
17281 _ACEOF
17282 cat confdefs.h >>conftest.$ac_ext
17283 cat >>conftest.$ac_ext <<_ACEOF
17284 /* end confdefs.h. */
17287 main ()
17291 return 0;
17293 _ACEOF
17294 rm -f conftest.$ac_objext conftest$ac_exeext
17295 if { (ac_try="$ac_link"
17296 case "(($ac_try" in
17297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17298 *) ac_try_echo=$ac_try;;
17299 esac
17300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17301 $as_echo "$ac_try_echo") >&5
17302 (eval "$ac_link") 2>conftest.er1
17303 ac_status=$?
17304 grep -v '^ *+' conftest.er1 >conftest.err
17305 rm -f conftest.er1
17306 cat conftest.err >&5
17307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308 (exit $ac_status); } && {
17309 test -z "$ac_c_werror_flag" ||
17310 test ! -s conftest.err
17311 } && test -s conftest$ac_exeext && {
17312 test "$cross_compiling" = yes ||
17313 $as_test_x conftest$ac_exeext
17314 }; then
17315 ac_cv_cflags__fno_builtin=yes
17316 else
17317 $as_echo "$as_me: failed program was:" >&5
17318 sed 's/^/| /' conftest.$ac_ext >&5
17320 ac_cv_cflags__fno_builtin=no
17323 rm -rf conftest.dSYM
17324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17325 conftest$ac_exeext conftest.$ac_ext
17326 CFLAGS=$ac_wine_try_cflags_saved
17328 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17329 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17330 if test $ac_cv_cflags__fno_builtin = yes; then
17331 BUILTINFLAG="-fno-builtin"
17335 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17336 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17337 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17338 $as_echo_n "(cached) " >&6
17339 else
17340 ac_wine_try_cflags_saved=$CFLAGS
17341 CFLAGS="$CFLAGS -fno-strict-aliasing"
17342 cat >conftest.$ac_ext <<_ACEOF
17343 /* confdefs.h. */
17344 _ACEOF
17345 cat confdefs.h >>conftest.$ac_ext
17346 cat >>conftest.$ac_ext <<_ACEOF
17347 /* end confdefs.h. */
17350 main ()
17354 return 0;
17356 _ACEOF
17357 rm -f conftest.$ac_objext conftest$ac_exeext
17358 if { (ac_try="$ac_link"
17359 case "(($ac_try" in
17360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17361 *) ac_try_echo=$ac_try;;
17362 esac
17363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17364 $as_echo "$ac_try_echo") >&5
17365 (eval "$ac_link") 2>conftest.er1
17366 ac_status=$?
17367 grep -v '^ *+' conftest.er1 >conftest.err
17368 rm -f conftest.er1
17369 cat conftest.err >&5
17370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371 (exit $ac_status); } && {
17372 test -z "$ac_c_werror_flag" ||
17373 test ! -s conftest.err
17374 } && test -s conftest$ac_exeext && {
17375 test "$cross_compiling" = yes ||
17376 $as_test_x conftest$ac_exeext
17377 }; then
17378 ac_cv_cflags__fno_strict_aliasing=yes
17379 else
17380 $as_echo "$as_me: failed program was:" >&5
17381 sed 's/^/| /' conftest.$ac_ext >&5
17383 ac_cv_cflags__fno_strict_aliasing=no
17386 rm -rf conftest.dSYM
17387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17388 conftest$ac_exeext conftest.$ac_ext
17389 CFLAGS=$ac_wine_try_cflags_saved
17391 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17392 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17393 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17394 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17397 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17398 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17399 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17400 $as_echo_n "(cached) " >&6
17401 else
17402 ac_wine_try_cflags_saved=$CFLAGS
17403 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17404 cat >conftest.$ac_ext <<_ACEOF
17405 /* confdefs.h. */
17406 _ACEOF
17407 cat confdefs.h >>conftest.$ac_ext
17408 cat >>conftest.$ac_ext <<_ACEOF
17409 /* end confdefs.h. */
17412 main ()
17416 return 0;
17418 _ACEOF
17419 rm -f conftest.$ac_objext conftest$ac_exeext
17420 if { (ac_try="$ac_link"
17421 case "(($ac_try" in
17422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17423 *) ac_try_echo=$ac_try;;
17424 esac
17425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17426 $as_echo "$ac_try_echo") >&5
17427 (eval "$ac_link") 2>conftest.er1
17428 ac_status=$?
17429 grep -v '^ *+' conftest.er1 >conftest.err
17430 rm -f conftest.er1
17431 cat conftest.err >&5
17432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433 (exit $ac_status); } && {
17434 test -z "$ac_c_werror_flag" ||
17435 test ! -s conftest.err
17436 } && test -s conftest$ac_exeext && {
17437 test "$cross_compiling" = yes ||
17438 $as_test_x conftest$ac_exeext
17439 }; then
17440 ac_cv_cflags__Wdeclaration_after_statement=yes
17441 else
17442 $as_echo "$as_me: failed program was:" >&5
17443 sed 's/^/| /' conftest.$ac_ext >&5
17445 ac_cv_cflags__Wdeclaration_after_statement=no
17448 rm -rf conftest.dSYM
17449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17450 conftest$ac_exeext conftest.$ac_ext
17451 CFLAGS=$ac_wine_try_cflags_saved
17453 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17454 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17455 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17456 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17459 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17460 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17461 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17462 $as_echo_n "(cached) " >&6
17463 else
17464 ac_wine_try_cflags_saved=$CFLAGS
17465 CFLAGS="$CFLAGS -Wwrite-strings"
17466 cat >conftest.$ac_ext <<_ACEOF
17467 /* confdefs.h. */
17468 _ACEOF
17469 cat confdefs.h >>conftest.$ac_ext
17470 cat >>conftest.$ac_ext <<_ACEOF
17471 /* end confdefs.h. */
17474 main ()
17478 return 0;
17480 _ACEOF
17481 rm -f conftest.$ac_objext conftest$ac_exeext
17482 if { (ac_try="$ac_link"
17483 case "(($ac_try" in
17484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17485 *) ac_try_echo=$ac_try;;
17486 esac
17487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17488 $as_echo "$ac_try_echo") >&5
17489 (eval "$ac_link") 2>conftest.er1
17490 ac_status=$?
17491 grep -v '^ *+' conftest.er1 >conftest.err
17492 rm -f conftest.er1
17493 cat conftest.err >&5
17494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17495 (exit $ac_status); } && {
17496 test -z "$ac_c_werror_flag" ||
17497 test ! -s conftest.err
17498 } && test -s conftest$ac_exeext && {
17499 test "$cross_compiling" = yes ||
17500 $as_test_x conftest$ac_exeext
17501 }; then
17502 ac_cv_cflags__Wwrite_strings=yes
17503 else
17504 $as_echo "$as_me: failed program was:" >&5
17505 sed 's/^/| /' conftest.$ac_ext >&5
17507 ac_cv_cflags__Wwrite_strings=no
17510 rm -rf conftest.dSYM
17511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17512 conftest$ac_exeext conftest.$ac_ext
17513 CFLAGS=$ac_wine_try_cflags_saved
17515 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17516 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17517 if test $ac_cv_cflags__Wwrite_strings = yes; then
17518 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17521 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17522 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17523 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17524 $as_echo_n "(cached) " >&6
17525 else
17526 ac_wine_try_cflags_saved=$CFLAGS
17527 CFLAGS="$CFLAGS -Wtype-limits"
17528 cat >conftest.$ac_ext <<_ACEOF
17529 /* confdefs.h. */
17530 _ACEOF
17531 cat confdefs.h >>conftest.$ac_ext
17532 cat >>conftest.$ac_ext <<_ACEOF
17533 /* end confdefs.h. */
17536 main ()
17540 return 0;
17542 _ACEOF
17543 rm -f conftest.$ac_objext conftest$ac_exeext
17544 if { (ac_try="$ac_link"
17545 case "(($ac_try" in
17546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17547 *) ac_try_echo=$ac_try;;
17548 esac
17549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17550 $as_echo "$ac_try_echo") >&5
17551 (eval "$ac_link") 2>conftest.er1
17552 ac_status=$?
17553 grep -v '^ *+' conftest.er1 >conftest.err
17554 rm -f conftest.er1
17555 cat conftest.err >&5
17556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17557 (exit $ac_status); } && {
17558 test -z "$ac_c_werror_flag" ||
17559 test ! -s conftest.err
17560 } && test -s conftest$ac_exeext && {
17561 test "$cross_compiling" = yes ||
17562 $as_test_x conftest$ac_exeext
17563 }; then
17564 ac_cv_cflags__Wtype_limits=yes
17565 else
17566 $as_echo "$as_me: failed program was:" >&5
17567 sed 's/^/| /' conftest.$ac_ext >&5
17569 ac_cv_cflags__Wtype_limits=no
17572 rm -rf conftest.dSYM
17573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17574 conftest$ac_exeext conftest.$ac_ext
17575 CFLAGS=$ac_wine_try_cflags_saved
17577 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17578 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17579 if test $ac_cv_cflags__Wtype_limits = yes; then
17580 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17584 saved_CFLAGS="$CFLAGS"
17585 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17586 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17587 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17588 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17589 $as_echo_n "(cached) " >&6
17590 else
17591 cat >conftest.$ac_ext <<_ACEOF
17592 /* confdefs.h. */
17593 _ACEOF
17594 cat confdefs.h >>conftest.$ac_ext
17595 cat >>conftest.$ac_ext <<_ACEOF
17596 /* end confdefs.h. */
17597 #include <string.h>
17599 main ()
17603 return 0;
17605 _ACEOF
17606 rm -f conftest.$ac_objext
17607 if { (ac_try="$ac_compile"
17608 case "(($ac_try" in
17609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17610 *) ac_try_echo=$ac_try;;
17611 esac
17612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17613 $as_echo "$ac_try_echo") >&5
17614 (eval "$ac_compile") 2>conftest.er1
17615 ac_status=$?
17616 grep -v '^ *+' conftest.er1 >conftest.err
17617 rm -f conftest.er1
17618 cat conftest.err >&5
17619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17620 (exit $ac_status); } && {
17621 test -z "$ac_c_werror_flag" ||
17622 test ! -s conftest.err
17623 } && test -s conftest.$ac_objext; then
17624 ac_cv_c_string_h_warnings=no
17625 else
17626 $as_echo "$as_me: failed program was:" >&5
17627 sed 's/^/| /' conftest.$ac_ext >&5
17629 ac_cv_c_string_h_warnings=yes
17632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17634 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17635 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17636 CFLAGS="$saved_CFLAGS"
17637 if test "$ac_cv_c_string_h_warnings" = "no"
17638 then
17639 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17644 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17645 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17646 if test "${ac_cv_asm_func_def+set}" = set; then
17647 $as_echo_n "(cached) " >&6
17648 else
17649 cat >conftest.$ac_ext <<_ACEOF
17650 /* confdefs.h. */
17651 _ACEOF
17652 cat confdefs.h >>conftest.$ac_ext
17653 cat >>conftest.$ac_ext <<_ACEOF
17654 /* end confdefs.h. */
17657 main ()
17659 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17661 return 0;
17663 _ACEOF
17664 rm -f conftest.$ac_objext conftest$ac_exeext
17665 if { (ac_try="$ac_link"
17666 case "(($ac_try" in
17667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17668 *) ac_try_echo=$ac_try;;
17669 esac
17670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17671 $as_echo "$ac_try_echo") >&5
17672 (eval "$ac_link") 2>conftest.er1
17673 ac_status=$?
17674 grep -v '^ *+' conftest.er1 >conftest.err
17675 rm -f conftest.er1
17676 cat conftest.err >&5
17677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17678 (exit $ac_status); } && {
17679 test -z "$ac_c_werror_flag" ||
17680 test ! -s conftest.err
17681 } && test -s conftest$ac_exeext && {
17682 test "$cross_compiling" = yes ||
17683 $as_test_x conftest$ac_exeext
17684 }; then
17685 ac_cv_asm_func_def=".def"
17686 else
17687 $as_echo "$as_me: failed program was:" >&5
17688 sed 's/^/| /' conftest.$ac_ext >&5
17690 cat >conftest.$ac_ext <<_ACEOF
17691 /* confdefs.h. */
17692 _ACEOF
17693 cat confdefs.h >>conftest.$ac_ext
17694 cat >>conftest.$ac_ext <<_ACEOF
17695 /* end confdefs.h. */
17698 main ()
17700 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17702 return 0;
17704 _ACEOF
17705 rm -f conftest.$ac_objext conftest$ac_exeext
17706 if { (ac_try="$ac_link"
17707 case "(($ac_try" in
17708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17709 *) ac_try_echo=$ac_try;;
17710 esac
17711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17712 $as_echo "$ac_try_echo") >&5
17713 (eval "$ac_link") 2>conftest.er1
17714 ac_status=$?
17715 grep -v '^ *+' conftest.er1 >conftest.err
17716 rm -f conftest.er1
17717 cat conftest.err >&5
17718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17719 (exit $ac_status); } && {
17720 test -z "$ac_c_werror_flag" ||
17721 test ! -s conftest.err
17722 } && test -s conftest$ac_exeext && {
17723 test "$cross_compiling" = yes ||
17724 $as_test_x conftest$ac_exeext
17725 }; then
17726 ac_cv_asm_func_def=".type @function"
17727 else
17728 $as_echo "$as_me: failed program was:" >&5
17729 sed 's/^/| /' conftest.$ac_ext >&5
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.type _ac_test,2\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=".type 2"
17768 else
17769 $as_echo "$as_me: failed program was:" >&5
17770 sed 's/^/| /' conftest.$ac_ext >&5
17772 ac_cv_asm_func_def="unknown"
17775 rm -rf conftest.dSYM
17776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17777 conftest$ac_exeext conftest.$ac_ext
17780 rm -rf conftest.dSYM
17781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17782 conftest$ac_exeext conftest.$ac_ext
17785 rm -rf conftest.dSYM
17786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17787 conftest$ac_exeext conftest.$ac_ext
17789 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17790 $as_echo "$ac_cv_asm_func_def" >&6; }
17794 case "$ac_cv_asm_func_def" in
17795 ".def")
17796 cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17798 _ACEOF
17800 ".type @function")
17801 cat >>confdefs.h <<\_ACEOF
17802 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17803 _ACEOF
17805 ".type 2")
17806 cat >>confdefs.h <<\_ACEOF
17807 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17808 _ACEOF
17811 cat >>confdefs.h <<\_ACEOF
17812 #define __ASM_FUNC(name) ""
17813 _ACEOF
17815 esac
17818 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17819 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17820 if test "${ac_cv_c_extern_prefix+set}" = set; then
17821 $as_echo_n "(cached) " >&6
17822 else
17823 cat >conftest.$ac_ext <<_ACEOF
17824 /* confdefs.h. */
17825 _ACEOF
17826 cat confdefs.h >>conftest.$ac_ext
17827 cat >>conftest.$ac_ext <<_ACEOF
17828 /* end confdefs.h. */
17829 extern int ac_test;
17831 main ()
17833 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17835 return 0;
17837 _ACEOF
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17845 $as_echo "$ac_try_echo") >&5
17846 (eval "$ac_link") 2>conftest.er1
17847 ac_status=$?
17848 grep -v '^ *+' conftest.er1 >conftest.err
17849 rm -f conftest.er1
17850 cat conftest.err >&5
17851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest$ac_exeext && {
17856 test "$cross_compiling" = yes ||
17857 $as_test_x conftest$ac_exeext
17858 }; then
17859 ac_cv_c_extern_prefix="yes"
17860 else
17861 $as_echo "$as_me: failed program was:" >&5
17862 sed 's/^/| /' conftest.$ac_ext >&5
17864 ac_cv_c_extern_prefix="no"
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_c_extern_prefix" >&5
17872 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17876 if test "$ac_cv_c_extern_prefix" = "yes"
17877 then
17878 cat >>confdefs.h <<\_ACEOF
17879 #define __ASM_NAME(name) "_" name
17880 _ACEOF
17882 else
17883 cat >>confdefs.h <<\_ACEOF
17884 #define __ASM_NAME(name) name
17885 _ACEOF
17890 LDPATH=""
17892 case $build_os in
17893 cygwin*|mingw32*)
17894 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17896 darwin*|macosx*)
17899 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17901 esac
17903 case $host_os in
17904 mingw32*)
17905 CRTLIBS="-lmsvcrt"
17907 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17910 esac
17912 case $host_cpu in
17913 *i[3456789]86*)
17914 case $host_os in
17915 linux* | k*bsd*-gnu)
17916 EXTRA_BINARIES="wine-preloader"
17918 esac
17920 esac
17923 ac_save_CFLAGS="$CFLAGS"
17924 CFLAGS="$CFLAGS $BUILTINFLAG"
17994 for ac_func in \
17995 _pclose \
17996 _popen \
17997 _snprintf \
17998 _spawnvp \
17999 _strdup \
18000 _stricmp \
18001 _strnicmp \
18002 _strtoi64 \
18003 _strtoui64 \
18004 _vsnprintf \
18005 asctime_r \
18006 chsize \
18007 dlopen \
18008 epoll_create \
18009 ffs \
18010 finite \
18011 fnmatch \
18012 fork \
18013 fpclass \
18014 fstatfs \
18015 fstatvfs \
18016 ftruncate \
18017 futimes \
18018 futimesat \
18019 getdirentries \
18020 getopt_long \
18021 getpagesize \
18022 getpwuid \
18023 gettid \
18024 gettimeofday \
18025 getuid \
18026 kqueue \
18027 lstat \
18028 memmove \
18029 mmap \
18030 pclose \
18031 poll \
18032 popen \
18033 prctl \
18034 pread \
18035 pwrite \
18036 readdir \
18037 readlink \
18038 sched_yield \
18039 select \
18040 setproctitle \
18041 setrlimit \
18042 settimeofday \
18043 sigaltstack \
18044 sigprocmask \
18045 snprintf \
18046 spawnvp \
18047 statfs \
18048 statvfs \
18049 strcasecmp \
18050 strdup \
18051 strerror \
18052 strncasecmp \
18053 strtold \
18054 strtoll \
18055 strtoull \
18056 symlink \
18057 tcgetattr \
18058 thr_kill2 \
18059 timegm \
18060 usleep \
18061 vsnprintf \
18062 wait4 \
18063 waitpid \
18066 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18067 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18068 $as_echo_n "checking for $ac_func... " >&6; }
18069 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18070 $as_echo_n "(cached) " >&6
18071 else
18072 cat >conftest.$ac_ext <<_ACEOF
18073 /* confdefs.h. */
18074 _ACEOF
18075 cat confdefs.h >>conftest.$ac_ext
18076 cat >>conftest.$ac_ext <<_ACEOF
18077 /* end confdefs.h. */
18078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18080 #define $ac_func innocuous_$ac_func
18082 /* System header to define __stub macros and hopefully few prototypes,
18083 which can conflict with char $ac_func (); below.
18084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18085 <limits.h> exists even on freestanding compilers. */
18087 #ifdef __STDC__
18088 # include <limits.h>
18089 #else
18090 # include <assert.h>
18091 #endif
18093 #undef $ac_func
18095 /* Override any GCC internal prototype to avoid an error.
18096 Use char because int might match the return type of a GCC
18097 builtin and then its argument prototype would still apply. */
18098 #ifdef __cplusplus
18099 extern "C"
18100 #endif
18101 char $ac_func ();
18102 /* The GNU C library defines this for functions which it implements
18103 to always fail with ENOSYS. Some functions are actually named
18104 something starting with __ and the normal name is an alias. */
18105 #if defined __stub_$ac_func || defined __stub___$ac_func
18106 choke me
18107 #endif
18110 main ()
18112 return $ac_func ();
18114 return 0;
18116 _ACEOF
18117 rm -f conftest.$ac_objext conftest$ac_exeext
18118 if { (ac_try="$ac_link"
18119 case "(($ac_try" in
18120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18121 *) ac_try_echo=$ac_try;;
18122 esac
18123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18124 $as_echo "$ac_try_echo") >&5
18125 (eval "$ac_link") 2>conftest.er1
18126 ac_status=$?
18127 grep -v '^ *+' conftest.er1 >conftest.err
18128 rm -f conftest.er1
18129 cat conftest.err >&5
18130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131 (exit $ac_status); } && {
18132 test -z "$ac_c_werror_flag" ||
18133 test ! -s conftest.err
18134 } && test -s conftest$ac_exeext && {
18135 test "$cross_compiling" = yes ||
18136 $as_test_x conftest$ac_exeext
18137 }; then
18138 eval "$as_ac_var=yes"
18139 else
18140 $as_echo "$as_me: failed program was:" >&5
18141 sed 's/^/| /' conftest.$ac_ext >&5
18143 eval "$as_ac_var=no"
18146 rm -rf conftest.dSYM
18147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18148 conftest$ac_exeext conftest.$ac_ext
18150 ac_res=`eval 'as_val=${'$as_ac_var'}
18151 $as_echo "$as_val"'`
18152 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18153 $as_echo "$ac_res" >&6; }
18154 as_val=`eval 'as_val=${'$as_ac_var'}
18155 $as_echo "$as_val"'`
18156 if test "x$as_val" = x""yes; then
18157 cat >>confdefs.h <<_ACEOF
18158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18159 _ACEOF
18162 done
18164 CFLAGS="$ac_save_CFLAGS"
18166 if test "$ac_cv_func_dlopen" = no
18167 then
18168 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18170 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18171 $as_echo_n "(cached) " >&6
18172 else
18173 ac_check_lib_save_LIBS=$LIBS
18174 LIBS="-ldl $LIBS"
18175 cat >conftest.$ac_ext <<_ACEOF
18176 /* confdefs.h. */
18177 _ACEOF
18178 cat confdefs.h >>conftest.$ac_ext
18179 cat >>conftest.$ac_ext <<_ACEOF
18180 /* end confdefs.h. */
18182 /* Override any GCC internal prototype to avoid an error.
18183 Use char because int might match the return type of a GCC
18184 builtin and then its argument prototype would still apply. */
18185 #ifdef __cplusplus
18186 extern "C"
18187 #endif
18188 char dlopen ();
18190 main ()
18192 return dlopen ();
18194 return 0;
18196 _ACEOF
18197 rm -f conftest.$ac_objext conftest$ac_exeext
18198 if { (ac_try="$ac_link"
18199 case "(($ac_try" in
18200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18201 *) ac_try_echo=$ac_try;;
18202 esac
18203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18204 $as_echo "$ac_try_echo") >&5
18205 (eval "$ac_link") 2>conftest.er1
18206 ac_status=$?
18207 grep -v '^ *+' conftest.er1 >conftest.err
18208 rm -f conftest.er1
18209 cat conftest.err >&5
18210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211 (exit $ac_status); } && {
18212 test -z "$ac_c_werror_flag" ||
18213 test ! -s conftest.err
18214 } && test -s conftest$ac_exeext && {
18215 test "$cross_compiling" = yes ||
18216 $as_test_x conftest$ac_exeext
18217 }; then
18218 ac_cv_lib_dl_dlopen=yes
18219 else
18220 $as_echo "$as_me: failed program was:" >&5
18221 sed 's/^/| /' conftest.$ac_ext >&5
18223 ac_cv_lib_dl_dlopen=no
18226 rm -rf conftest.dSYM
18227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18228 conftest$ac_exeext conftest.$ac_ext
18229 LIBS=$ac_check_lib_save_LIBS
18231 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18232 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18233 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18234 cat >>confdefs.h <<\_ACEOF
18235 #define HAVE_DLOPEN 1
18236 _ACEOF
18237 LIBDL="-ldl"
18242 ac_wine_check_funcs_save_LIBS="$LIBS"
18243 LIBS="$LIBS $LIBDL"
18245 for ac_func in dladdr
18247 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18248 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18249 $as_echo_n "checking for $ac_func... " >&6; }
18250 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18251 $as_echo_n "(cached) " >&6
18252 else
18253 cat >conftest.$ac_ext <<_ACEOF
18254 /* confdefs.h. */
18255 _ACEOF
18256 cat confdefs.h >>conftest.$ac_ext
18257 cat >>conftest.$ac_ext <<_ACEOF
18258 /* end confdefs.h. */
18259 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18260 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18261 #define $ac_func innocuous_$ac_func
18263 /* System header to define __stub macros and hopefully few prototypes,
18264 which can conflict with char $ac_func (); below.
18265 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18266 <limits.h> exists even on freestanding compilers. */
18268 #ifdef __STDC__
18269 # include <limits.h>
18270 #else
18271 # include <assert.h>
18272 #endif
18274 #undef $ac_func
18276 /* Override any GCC internal prototype to avoid an error.
18277 Use char because int might match the return type of a GCC
18278 builtin and then its argument prototype would still apply. */
18279 #ifdef __cplusplus
18280 extern "C"
18281 #endif
18282 char $ac_func ();
18283 /* The GNU C library defines this for functions which it implements
18284 to always fail with ENOSYS. Some functions are actually named
18285 something starting with __ and the normal name is an alias. */
18286 #if defined __stub_$ac_func || defined __stub___$ac_func
18287 choke me
18288 #endif
18291 main ()
18293 return $ac_func ();
18295 return 0;
18297 _ACEOF
18298 rm -f conftest.$ac_objext conftest$ac_exeext
18299 if { (ac_try="$ac_link"
18300 case "(($ac_try" in
18301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18302 *) ac_try_echo=$ac_try;;
18303 esac
18304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18305 $as_echo "$ac_try_echo") >&5
18306 (eval "$ac_link") 2>conftest.er1
18307 ac_status=$?
18308 grep -v '^ *+' conftest.er1 >conftest.err
18309 rm -f conftest.er1
18310 cat conftest.err >&5
18311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18312 (exit $ac_status); } && {
18313 test -z "$ac_c_werror_flag" ||
18314 test ! -s conftest.err
18315 } && test -s conftest$ac_exeext && {
18316 test "$cross_compiling" = yes ||
18317 $as_test_x conftest$ac_exeext
18318 }; then
18319 eval "$as_ac_var=yes"
18320 else
18321 $as_echo "$as_me: failed program was:" >&5
18322 sed 's/^/| /' conftest.$ac_ext >&5
18324 eval "$as_ac_var=no"
18327 rm -rf conftest.dSYM
18328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18329 conftest$ac_exeext conftest.$ac_ext
18331 ac_res=`eval 'as_val=${'$as_ac_var'}
18332 $as_echo "$as_val"'`
18333 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18334 $as_echo "$ac_res" >&6; }
18335 as_val=`eval 'as_val=${'$as_ac_var'}
18336 $as_echo "$as_val"'`
18337 if test "x$as_val" = x""yes; then
18338 cat >>confdefs.h <<_ACEOF
18339 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18340 _ACEOF
18343 done
18345 LIBS="$ac_wine_check_funcs_save_LIBS"
18347 if test "$ac_cv_func_poll" = no
18348 then
18349 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18350 $as_echo_n "checking for poll in -lpoll... " >&6; }
18351 if test "${ac_cv_lib_poll_poll+set}" = set; then
18352 $as_echo_n "(cached) " >&6
18353 else
18354 ac_check_lib_save_LIBS=$LIBS
18355 LIBS="-lpoll $LIBS"
18356 cat >conftest.$ac_ext <<_ACEOF
18357 /* confdefs.h. */
18358 _ACEOF
18359 cat confdefs.h >>conftest.$ac_ext
18360 cat >>conftest.$ac_ext <<_ACEOF
18361 /* end confdefs.h. */
18363 /* Override any GCC internal prototype to avoid an error.
18364 Use char because int might match the return type of a GCC
18365 builtin and then its argument prototype would still apply. */
18366 #ifdef __cplusplus
18367 extern "C"
18368 #endif
18369 char poll ();
18371 main ()
18373 return poll ();
18375 return 0;
18377 _ACEOF
18378 rm -f conftest.$ac_objext conftest$ac_exeext
18379 if { (ac_try="$ac_link"
18380 case "(($ac_try" in
18381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18382 *) ac_try_echo=$ac_try;;
18383 esac
18384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18385 $as_echo "$ac_try_echo") >&5
18386 (eval "$ac_link") 2>conftest.er1
18387 ac_status=$?
18388 grep -v '^ *+' conftest.er1 >conftest.err
18389 rm -f conftest.er1
18390 cat conftest.err >&5
18391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18392 (exit $ac_status); } && {
18393 test -z "$ac_c_werror_flag" ||
18394 test ! -s conftest.err
18395 } && test -s conftest$ac_exeext && {
18396 test "$cross_compiling" = yes ||
18397 $as_test_x conftest$ac_exeext
18398 }; then
18399 ac_cv_lib_poll_poll=yes
18400 else
18401 $as_echo "$as_me: failed program was:" >&5
18402 sed 's/^/| /' conftest.$ac_ext >&5
18404 ac_cv_lib_poll_poll=no
18407 rm -rf conftest.dSYM
18408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18409 conftest$ac_exeext conftest.$ac_ext
18410 LIBS=$ac_check_lib_save_LIBS
18412 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18413 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18414 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18415 cat >>confdefs.h <<\_ACEOF
18416 #define HAVE_POLL 1
18417 _ACEOF
18418 LIBPOLL="-lpoll"
18424 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18425 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18426 if test "${ac_cv_search_gethostbyname+set}" = set; then
18427 $as_echo_n "(cached) " >&6
18428 else
18429 ac_func_search_save_LIBS=$LIBS
18430 cat >conftest.$ac_ext <<_ACEOF
18431 /* confdefs.h. */
18432 _ACEOF
18433 cat confdefs.h >>conftest.$ac_ext
18434 cat >>conftest.$ac_ext <<_ACEOF
18435 /* end confdefs.h. */
18437 /* Override any GCC internal prototype to avoid an error.
18438 Use char because int might match the return type of a GCC
18439 builtin and then its argument prototype would still apply. */
18440 #ifdef __cplusplus
18441 extern "C"
18442 #endif
18443 char gethostbyname ();
18445 main ()
18447 return gethostbyname ();
18449 return 0;
18451 _ACEOF
18452 for ac_lib in '' nsl; do
18453 if test -z "$ac_lib"; then
18454 ac_res="none required"
18455 else
18456 ac_res=-l$ac_lib
18457 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18459 rm -f conftest.$ac_objext conftest$ac_exeext
18460 if { (ac_try="$ac_link"
18461 case "(($ac_try" in
18462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18463 *) ac_try_echo=$ac_try;;
18464 esac
18465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18466 $as_echo "$ac_try_echo") >&5
18467 (eval "$ac_link") 2>conftest.er1
18468 ac_status=$?
18469 grep -v '^ *+' conftest.er1 >conftest.err
18470 rm -f conftest.er1
18471 cat conftest.err >&5
18472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473 (exit $ac_status); } && {
18474 test -z "$ac_c_werror_flag" ||
18475 test ! -s conftest.err
18476 } && test -s conftest$ac_exeext && {
18477 test "$cross_compiling" = yes ||
18478 $as_test_x conftest$ac_exeext
18479 }; then
18480 ac_cv_search_gethostbyname=$ac_res
18481 else
18482 $as_echo "$as_me: failed program was:" >&5
18483 sed 's/^/| /' conftest.$ac_ext >&5
18488 rm -rf conftest.dSYM
18489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18490 conftest$ac_exeext
18491 if test "${ac_cv_search_gethostbyname+set}" = set; then
18492 break
18494 done
18495 if test "${ac_cv_search_gethostbyname+set}" = set; then
18497 else
18498 ac_cv_search_gethostbyname=no
18500 rm conftest.$ac_ext
18501 LIBS=$ac_func_search_save_LIBS
18503 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18504 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18505 ac_res=$ac_cv_search_gethostbyname
18506 if test "$ac_res" != no; then
18507 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18512 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18513 $as_echo_n "checking for library containing connect... " >&6; }
18514 if test "${ac_cv_search_connect+set}" = set; then
18515 $as_echo_n "(cached) " >&6
18516 else
18517 ac_func_search_save_LIBS=$LIBS
18518 cat >conftest.$ac_ext <<_ACEOF
18519 /* confdefs.h. */
18520 _ACEOF
18521 cat confdefs.h >>conftest.$ac_ext
18522 cat >>conftest.$ac_ext <<_ACEOF
18523 /* end confdefs.h. */
18525 /* Override any GCC internal prototype to avoid an error.
18526 Use char because int might match the return type of a GCC
18527 builtin and then its argument prototype would still apply. */
18528 #ifdef __cplusplus
18529 extern "C"
18530 #endif
18531 char connect ();
18533 main ()
18535 return connect ();
18537 return 0;
18539 _ACEOF
18540 for ac_lib in '' socket; do
18541 if test -z "$ac_lib"; then
18542 ac_res="none required"
18543 else
18544 ac_res=-l$ac_lib
18545 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18547 rm -f conftest.$ac_objext conftest$ac_exeext
18548 if { (ac_try="$ac_link"
18549 case "(($ac_try" in
18550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18551 *) ac_try_echo=$ac_try;;
18552 esac
18553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18554 $as_echo "$ac_try_echo") >&5
18555 (eval "$ac_link") 2>conftest.er1
18556 ac_status=$?
18557 grep -v '^ *+' conftest.er1 >conftest.err
18558 rm -f conftest.er1
18559 cat conftest.err >&5
18560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18561 (exit $ac_status); } && {
18562 test -z "$ac_c_werror_flag" ||
18563 test ! -s conftest.err
18564 } && test -s conftest$ac_exeext && {
18565 test "$cross_compiling" = yes ||
18566 $as_test_x conftest$ac_exeext
18567 }; then
18568 ac_cv_search_connect=$ac_res
18569 else
18570 $as_echo "$as_me: failed program was:" >&5
18571 sed 's/^/| /' conftest.$ac_ext >&5
18576 rm -rf conftest.dSYM
18577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18578 conftest$ac_exeext
18579 if test "${ac_cv_search_connect+set}" = set; then
18580 break
18582 done
18583 if test "${ac_cv_search_connect+set}" = set; then
18585 else
18586 ac_cv_search_connect=no
18588 rm conftest.$ac_ext
18589 LIBS=$ac_func_search_save_LIBS
18591 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18592 $as_echo "$ac_cv_search_connect" >&6; }
18593 ac_res=$ac_cv_search_connect
18594 if test "$ac_res" != no; then
18595 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18600 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18601 $as_echo_n "checking for library containing inet_aton... " >&6; }
18602 if test "${ac_cv_search_inet_aton+set}" = set; then
18603 $as_echo_n "(cached) " >&6
18604 else
18605 ac_func_search_save_LIBS=$LIBS
18606 cat >conftest.$ac_ext <<_ACEOF
18607 /* confdefs.h. */
18608 _ACEOF
18609 cat confdefs.h >>conftest.$ac_ext
18610 cat >>conftest.$ac_ext <<_ACEOF
18611 /* end confdefs.h. */
18613 /* Override any GCC internal prototype to avoid an error.
18614 Use char because int might match the return type of a GCC
18615 builtin and then its argument prototype would still apply. */
18616 #ifdef __cplusplus
18617 extern "C"
18618 #endif
18619 char inet_aton ();
18621 main ()
18623 return inet_aton ();
18625 return 0;
18627 _ACEOF
18628 for ac_lib in '' resolv; do
18629 if test -z "$ac_lib"; then
18630 ac_res="none required"
18631 else
18632 ac_res=-l$ac_lib
18633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18635 rm -f conftest.$ac_objext conftest$ac_exeext
18636 if { (ac_try="$ac_link"
18637 case "(($ac_try" in
18638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18639 *) ac_try_echo=$ac_try;;
18640 esac
18641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18642 $as_echo "$ac_try_echo") >&5
18643 (eval "$ac_link") 2>conftest.er1
18644 ac_status=$?
18645 grep -v '^ *+' conftest.er1 >conftest.err
18646 rm -f conftest.er1
18647 cat conftest.err >&5
18648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18649 (exit $ac_status); } && {
18650 test -z "$ac_c_werror_flag" ||
18651 test ! -s conftest.err
18652 } && test -s conftest$ac_exeext && {
18653 test "$cross_compiling" = yes ||
18654 $as_test_x conftest$ac_exeext
18655 }; then
18656 ac_cv_search_inet_aton=$ac_res
18657 else
18658 $as_echo "$as_me: failed program was:" >&5
18659 sed 's/^/| /' conftest.$ac_ext >&5
18664 rm -rf conftest.dSYM
18665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18666 conftest$ac_exeext
18667 if test "${ac_cv_search_inet_aton+set}" = set; then
18668 break
18670 done
18671 if test "${ac_cv_search_inet_aton+set}" = set; then
18673 else
18674 ac_cv_search_inet_aton=no
18676 rm conftest.$ac_ext
18677 LIBS=$ac_func_search_save_LIBS
18679 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18680 $as_echo "$ac_cv_search_inet_aton" >&6; }
18681 ac_res=$ac_cv_search_inet_aton
18682 if test "$ac_res" != no; then
18683 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18699 for ac_func in \
18700 getaddrinfo \
18701 getnameinfo \
18702 getnetbyname \
18703 getprotobyname \
18704 getprotobynumber \
18705 getservbyport \
18706 inet_network \
18707 inet_ntop \
18708 inet_pton \
18709 sendmsg \
18710 socketpair \
18713 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18714 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18715 $as_echo_n "checking for $ac_func... " >&6; }
18716 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18717 $as_echo_n "(cached) " >&6
18718 else
18719 cat >conftest.$ac_ext <<_ACEOF
18720 /* confdefs.h. */
18721 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h. */
18725 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18727 #define $ac_func innocuous_$ac_func
18729 /* System header to define __stub macros and hopefully few prototypes,
18730 which can conflict with char $ac_func (); below.
18731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18732 <limits.h> exists even on freestanding compilers. */
18734 #ifdef __STDC__
18735 # include <limits.h>
18736 #else
18737 # include <assert.h>
18738 #endif
18740 #undef $ac_func
18742 /* Override any GCC internal prototype to avoid an error.
18743 Use char because int might match the return type of a GCC
18744 builtin and then its argument prototype would still apply. */
18745 #ifdef __cplusplus
18746 extern "C"
18747 #endif
18748 char $ac_func ();
18749 /* The GNU C library defines this for functions which it implements
18750 to always fail with ENOSYS. Some functions are actually named
18751 something starting with __ and the normal name is an alias. */
18752 #if defined __stub_$ac_func || defined __stub___$ac_func
18753 choke me
18754 #endif
18757 main ()
18759 return $ac_func ();
18761 return 0;
18763 _ACEOF
18764 rm -f conftest.$ac_objext conftest$ac_exeext
18765 if { (ac_try="$ac_link"
18766 case "(($ac_try" in
18767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18768 *) ac_try_echo=$ac_try;;
18769 esac
18770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18771 $as_echo "$ac_try_echo") >&5
18772 (eval "$ac_link") 2>conftest.er1
18773 ac_status=$?
18774 grep -v '^ *+' conftest.er1 >conftest.err
18775 rm -f conftest.er1
18776 cat conftest.err >&5
18777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); } && {
18779 test -z "$ac_c_werror_flag" ||
18780 test ! -s conftest.err
18781 } && test -s conftest$ac_exeext && {
18782 test "$cross_compiling" = yes ||
18783 $as_test_x conftest$ac_exeext
18784 }; then
18785 eval "$as_ac_var=yes"
18786 else
18787 $as_echo "$as_me: failed program was:" >&5
18788 sed 's/^/| /' conftest.$ac_ext >&5
18790 eval "$as_ac_var=no"
18793 rm -rf conftest.dSYM
18794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18795 conftest$ac_exeext conftest.$ac_ext
18797 ac_res=`eval 'as_val=${'$as_ac_var'}
18798 $as_echo "$as_val"'`
18799 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18800 $as_echo "$ac_res" >&6; }
18801 as_val=`eval 'as_val=${'$as_ac_var'}
18802 $as_echo "$as_val"'`
18803 if test "x$as_val" = x""yes; then
18804 cat >>confdefs.h <<_ACEOF
18805 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18806 _ACEOF
18809 done
18812 LDAPLIBS=""
18814 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18815 then
18816 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18817 $as_echo_n "checking for LDAPSortKey... " >&6; }
18818 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18819 $as_echo_n "(cached) " >&6
18820 else
18821 ac_cv_type_LDAPSortKey=no
18822 cat >conftest.$ac_ext <<_ACEOF
18823 /* confdefs.h. */
18824 _ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h. */
18828 #include <ldap.h>
18831 main ()
18833 if (sizeof (LDAPSortKey))
18834 return 0;
18836 return 0;
18838 _ACEOF
18839 rm -f conftest.$ac_objext
18840 if { (ac_try="$ac_compile"
18841 case "(($ac_try" in
18842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18843 *) ac_try_echo=$ac_try;;
18844 esac
18845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18846 $as_echo "$ac_try_echo") >&5
18847 (eval "$ac_compile") 2>conftest.er1
18848 ac_status=$?
18849 grep -v '^ *+' conftest.er1 >conftest.err
18850 rm -f conftest.er1
18851 cat conftest.err >&5
18852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18853 (exit $ac_status); } && {
18854 test -z "$ac_c_werror_flag" ||
18855 test ! -s conftest.err
18856 } && test -s conftest.$ac_objext; then
18857 cat >conftest.$ac_ext <<_ACEOF
18858 /* confdefs.h. */
18859 _ACEOF
18860 cat confdefs.h >>conftest.$ac_ext
18861 cat >>conftest.$ac_ext <<_ACEOF
18862 /* end confdefs.h. */
18863 #include <ldap.h>
18866 main ()
18868 if (sizeof ((LDAPSortKey)))
18869 return 0;
18871 return 0;
18873 _ACEOF
18874 rm -f conftest.$ac_objext
18875 if { (ac_try="$ac_compile"
18876 case "(($ac_try" in
18877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18878 *) ac_try_echo=$ac_try;;
18879 esac
18880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18881 $as_echo "$ac_try_echo") >&5
18882 (eval "$ac_compile") 2>conftest.er1
18883 ac_status=$?
18884 grep -v '^ *+' conftest.er1 >conftest.err
18885 rm -f conftest.er1
18886 cat conftest.err >&5
18887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888 (exit $ac_status); } && {
18889 test -z "$ac_c_werror_flag" ||
18890 test ! -s conftest.err
18891 } && test -s conftest.$ac_objext; then
18893 else
18894 $as_echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18897 ac_cv_type_LDAPSortKey=yes
18900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18901 else
18902 $as_echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18910 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18911 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18912 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18913 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18914 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18915 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18916 $as_echo_n "(cached) " >&6
18917 else
18918 ac_check_lib_save_LIBS=$LIBS
18919 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18920 cat >conftest.$ac_ext <<_ACEOF
18921 /* confdefs.h. */
18922 _ACEOF
18923 cat confdefs.h >>conftest.$ac_ext
18924 cat >>conftest.$ac_ext <<_ACEOF
18925 /* end confdefs.h. */
18927 /* Override any GCC internal prototype to avoid an error.
18928 Use char because int might match the return type of a GCC
18929 builtin and then its argument prototype would still apply. */
18930 #ifdef __cplusplus
18931 extern "C"
18932 #endif
18933 char ldap_initialize ();
18935 main ()
18937 return ldap_initialize ();
18939 return 0;
18941 _ACEOF
18942 rm -f conftest.$ac_objext conftest$ac_exeext
18943 if { (ac_try="$ac_link"
18944 case "(($ac_try" in
18945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18946 *) ac_try_echo=$ac_try;;
18947 esac
18948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18949 $as_echo "$ac_try_echo") >&5
18950 (eval "$ac_link") 2>conftest.er1
18951 ac_status=$?
18952 grep -v '^ *+' conftest.er1 >conftest.err
18953 rm -f conftest.er1
18954 cat conftest.err >&5
18955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18956 (exit $ac_status); } && {
18957 test -z "$ac_c_werror_flag" ||
18958 test ! -s conftest.err
18959 } && test -s conftest$ac_exeext && {
18960 test "$cross_compiling" = yes ||
18961 $as_test_x conftest$ac_exeext
18962 }; then
18963 ac_cv_lib_ldap_r_ldap_initialize=yes
18964 else
18965 $as_echo "$as_me: failed program was:" >&5
18966 sed 's/^/| /' conftest.$ac_ext >&5
18968 ac_cv_lib_ldap_r_ldap_initialize=no
18971 rm -rf conftest.dSYM
18972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18973 conftest$ac_exeext conftest.$ac_ext
18974 LIBS=$ac_check_lib_save_LIBS
18976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18977 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18978 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18979 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18980 $as_echo_n "checking for ber_init in -llber... " >&6; }
18981 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18982 $as_echo_n "(cached) " >&6
18983 else
18984 ac_check_lib_save_LIBS=$LIBS
18985 LIBS="-llber $LIBPTHREAD $LIBS"
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18993 /* Override any GCC internal prototype to avoid an error.
18994 Use char because int might match the return type of a GCC
18995 builtin and then its argument prototype would still apply. */
18996 #ifdef __cplusplus
18997 extern "C"
18998 #endif
18999 char ber_init ();
19001 main ()
19003 return ber_init ();
19005 return 0;
19007 _ACEOF
19008 rm -f conftest.$ac_objext conftest$ac_exeext
19009 if { (ac_try="$ac_link"
19010 case "(($ac_try" in
19011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19012 *) ac_try_echo=$ac_try;;
19013 esac
19014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19015 $as_echo "$ac_try_echo") >&5
19016 (eval "$ac_link") 2>conftest.er1
19017 ac_status=$?
19018 grep -v '^ *+' conftest.er1 >conftest.err
19019 rm -f conftest.er1
19020 cat conftest.err >&5
19021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19022 (exit $ac_status); } && {
19023 test -z "$ac_c_werror_flag" ||
19024 test ! -s conftest.err
19025 } && test -s conftest$ac_exeext && {
19026 test "$cross_compiling" = yes ||
19027 $as_test_x conftest$ac_exeext
19028 }; then
19029 ac_cv_lib_lber_ber_init=yes
19030 else
19031 $as_echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_lib_lber_ber_init=no
19037 rm -rf conftest.dSYM
19038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19039 conftest$ac_exeext conftest.$ac_ext
19040 LIBS=$ac_check_lib_save_LIBS
19042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19043 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19044 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19046 cat >>confdefs.h <<\_ACEOF
19047 #define HAVE_LDAP 1
19048 _ACEOF
19050 LDAPLIBS="-lldap_r -llber"
19057 ac_wine_check_funcs_save_LIBS="$LIBS"
19058 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19067 for ac_func in \
19068 ldap_count_references \
19069 ldap_first_reference \
19070 ldap_next_reference \
19071 ldap_parse_reference \
19072 ldap_parse_sort_control \
19073 ldap_parse_sortresponse_control \
19074 ldap_parse_vlv_control \
19075 ldap_parse_vlvresponse_control
19077 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19078 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19079 $as_echo_n "checking for $ac_func... " >&6; }
19080 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19081 $as_echo_n "(cached) " >&6
19082 else
19083 cat >conftest.$ac_ext <<_ACEOF
19084 /* confdefs.h. */
19085 _ACEOF
19086 cat confdefs.h >>conftest.$ac_ext
19087 cat >>conftest.$ac_ext <<_ACEOF
19088 /* end confdefs.h. */
19089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19090 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19091 #define $ac_func innocuous_$ac_func
19093 /* System header to define __stub macros and hopefully few prototypes,
19094 which can conflict with char $ac_func (); below.
19095 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19096 <limits.h> exists even on freestanding compilers. */
19098 #ifdef __STDC__
19099 # include <limits.h>
19100 #else
19101 # include <assert.h>
19102 #endif
19104 #undef $ac_func
19106 /* Override any GCC internal prototype to avoid an error.
19107 Use char because int might match the return type of a GCC
19108 builtin and then its argument prototype would still apply. */
19109 #ifdef __cplusplus
19110 extern "C"
19111 #endif
19112 char $ac_func ();
19113 /* The GNU C library defines this for functions which it implements
19114 to always fail with ENOSYS. Some functions are actually named
19115 something starting with __ and the normal name is an alias. */
19116 #if defined __stub_$ac_func || defined __stub___$ac_func
19117 choke me
19118 #endif
19121 main ()
19123 return $ac_func ();
19125 return 0;
19127 _ACEOF
19128 rm -f conftest.$ac_objext conftest$ac_exeext
19129 if { (ac_try="$ac_link"
19130 case "(($ac_try" in
19131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19132 *) ac_try_echo=$ac_try;;
19133 esac
19134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19135 $as_echo "$ac_try_echo") >&5
19136 (eval "$ac_link") 2>conftest.er1
19137 ac_status=$?
19138 grep -v '^ *+' conftest.er1 >conftest.err
19139 rm -f conftest.er1
19140 cat conftest.err >&5
19141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); } && {
19143 test -z "$ac_c_werror_flag" ||
19144 test ! -s conftest.err
19145 } && test -s conftest$ac_exeext && {
19146 test "$cross_compiling" = yes ||
19147 $as_test_x conftest$ac_exeext
19148 }; then
19149 eval "$as_ac_var=yes"
19150 else
19151 $as_echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 eval "$as_ac_var=no"
19157 rm -rf conftest.dSYM
19158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19159 conftest$ac_exeext conftest.$ac_ext
19161 ac_res=`eval 'as_val=${'$as_ac_var'}
19162 $as_echo "$as_val"'`
19163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19164 $as_echo "$ac_res" >&6; }
19165 as_val=`eval 'as_val=${'$as_ac_var'}
19166 $as_echo "$as_val"'`
19167 if test "x$as_val" = x""yes; then
19168 cat >>confdefs.h <<_ACEOF
19169 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19170 _ACEOF
19173 done
19175 LIBS="$ac_wine_check_funcs_save_LIBS"
19177 if test "x$LDAPLIBS" = "x"; then
19178 case "x$with_ldap" in
19179 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19180 xno) ;;
19181 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19182 This is an error since --with-ldap was requested." >&5
19183 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&2;}
19185 { (exit 1); exit 1; }; } ;;
19186 esac
19190 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19191 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19192 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19193 $as_echo_n "(cached) " >&6
19194 else
19195 cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h. */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h. */
19201 #include <sys/stat.h>
19203 main ()
19205 mkdir("foo");
19207 return 0;
19209 _ACEOF
19210 rm -f conftest.$ac_objext
19211 if { (ac_try="$ac_compile"
19212 case "(($ac_try" in
19213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19214 *) ac_try_echo=$ac_try;;
19215 esac
19216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19217 $as_echo "$ac_try_echo") >&5
19218 (eval "$ac_compile") 2>conftest.er1
19219 ac_status=$?
19220 grep -v '^ *+' conftest.er1 >conftest.err
19221 rm -f conftest.er1
19222 cat conftest.err >&5
19223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224 (exit $ac_status); } && {
19225 test -z "$ac_c_werror_flag" ||
19226 test ! -s conftest.err
19227 } && test -s conftest.$ac_objext; then
19228 wine_cv_one_arg_mkdir=yes
19229 else
19230 $as_echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19233 wine_cv_one_arg_mkdir=no
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19238 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19239 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19240 if test "$wine_cv_one_arg_mkdir" = "yes"
19241 then
19243 cat >>confdefs.h <<\_ACEOF
19244 #define HAVE_ONE_ARG_MKDIR 1
19245 _ACEOF
19250 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19251 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19252 if test "${ac_cv_c_const+set}" = set; then
19253 $as_echo_n "(cached) " >&6
19254 else
19255 cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h. */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h. */
19263 main ()
19265 /* FIXME: Include the comments suggested by Paul. */
19266 #ifndef __cplusplus
19267 /* Ultrix mips cc rejects this. */
19268 typedef int charset[2];
19269 const charset cs;
19270 /* SunOS 4.1.1 cc rejects this. */
19271 char const *const *pcpcc;
19272 char **ppc;
19273 /* NEC SVR4.0.2 mips cc rejects this. */
19274 struct point {int x, y;};
19275 static struct point const zero = {0,0};
19276 /* AIX XL C 1.02.0.0 rejects this.
19277 It does not let you subtract one const X* pointer from another in
19278 an arm of an if-expression whose if-part is not a constant
19279 expression */
19280 const char *g = "string";
19281 pcpcc = &g + (g ? g-g : 0);
19282 /* HPUX 7.0 cc rejects these. */
19283 ++pcpcc;
19284 ppc = (char**) pcpcc;
19285 pcpcc = (char const *const *) ppc;
19286 { /* SCO 3.2v4 cc rejects this. */
19287 char *t;
19288 char const *s = 0 ? (char *) 0 : (char const *) 0;
19290 *t++ = 0;
19291 if (s) return 0;
19293 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19294 int x[] = {25, 17};
19295 const int *foo = &x[0];
19296 ++foo;
19298 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19299 typedef const int *iptr;
19300 iptr p = 0;
19301 ++p;
19303 { /* AIX XL C 1.02.0.0 rejects this saying
19304 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19305 struct s { int j; const int *ap[3]; };
19306 struct s *b; b->j = 5;
19308 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19309 const int foo = 10;
19310 if (!foo) return 0;
19312 return !cs[0] && !zero.x;
19313 #endif
19316 return 0;
19318 _ACEOF
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19323 *) ac_try_echo=$ac_try;;
19324 esac
19325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19326 $as_echo "$ac_try_echo") >&5
19327 (eval "$ac_compile") 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } && {
19334 test -z "$ac_c_werror_flag" ||
19335 test ! -s conftest.err
19336 } && test -s conftest.$ac_objext; then
19337 ac_cv_c_const=yes
19338 else
19339 $as_echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19342 ac_cv_c_const=no
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19347 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19348 $as_echo "$ac_cv_c_const" >&6; }
19349 if test $ac_cv_c_const = no; then
19351 cat >>confdefs.h <<\_ACEOF
19352 #define const /**/
19353 _ACEOF
19357 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19358 $as_echo_n "checking for inline... " >&6; }
19359 if test "${ac_cv_c_inline+set}" = set; then
19360 $as_echo_n "(cached) " >&6
19361 else
19362 ac_cv_c_inline=no
19363 for ac_kw in inline __inline__ __inline; do
19364 cat >conftest.$ac_ext <<_ACEOF
19365 /* confdefs.h. */
19366 _ACEOF
19367 cat confdefs.h >>conftest.$ac_ext
19368 cat >>conftest.$ac_ext <<_ACEOF
19369 /* end confdefs.h. */
19370 #ifndef __cplusplus
19371 typedef int foo_t;
19372 static $ac_kw foo_t static_foo () {return 0; }
19373 $ac_kw foo_t foo () {return 0; }
19374 #endif
19376 _ACEOF
19377 rm -f conftest.$ac_objext
19378 if { (ac_try="$ac_compile"
19379 case "(($ac_try" in
19380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19381 *) ac_try_echo=$ac_try;;
19382 esac
19383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19384 $as_echo "$ac_try_echo") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19386 ac_status=$?
19387 grep -v '^ *+' conftest.er1 >conftest.err
19388 rm -f conftest.er1
19389 cat conftest.err >&5
19390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.$ac_objext; then
19395 ac_cv_c_inline=$ac_kw
19396 else
19397 $as_echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19404 test "$ac_cv_c_inline" != no && break
19405 done
19408 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19409 $as_echo "$ac_cv_c_inline" >&6; }
19412 case $ac_cv_c_inline in
19413 inline | yes) ;;
19415 case $ac_cv_c_inline in
19416 no) ac_val=;;
19417 *) ac_val=$ac_cv_c_inline;;
19418 esac
19419 cat >>confdefs.h <<_ACEOF
19420 #ifndef __cplusplus
19421 #define inline $ac_val
19422 #endif
19423 _ACEOF
19425 esac
19427 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19428 $as_echo_n "checking for mode_t... " >&6; }
19429 if test "${ac_cv_type_mode_t+set}" = set; then
19430 $as_echo_n "(cached) " >&6
19431 else
19432 ac_cv_type_mode_t=no
19433 cat >conftest.$ac_ext <<_ACEOF
19434 /* confdefs.h. */
19435 _ACEOF
19436 cat confdefs.h >>conftest.$ac_ext
19437 cat >>conftest.$ac_ext <<_ACEOF
19438 /* end confdefs.h. */
19439 $ac_includes_default
19441 main ()
19443 if (sizeof (mode_t))
19444 return 0;
19446 return 0;
19448 _ACEOF
19449 rm -f conftest.$ac_objext
19450 if { (ac_try="$ac_compile"
19451 case "(($ac_try" in
19452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19453 *) ac_try_echo=$ac_try;;
19454 esac
19455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19456 $as_echo "$ac_try_echo") >&5
19457 (eval "$ac_compile") 2>conftest.er1
19458 ac_status=$?
19459 grep -v '^ *+' conftest.er1 >conftest.err
19460 rm -f conftest.er1
19461 cat conftest.err >&5
19462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463 (exit $ac_status); } && {
19464 test -z "$ac_c_werror_flag" ||
19465 test ! -s conftest.err
19466 } && test -s conftest.$ac_objext; then
19467 cat >conftest.$ac_ext <<_ACEOF
19468 /* confdefs.h. */
19469 _ACEOF
19470 cat confdefs.h >>conftest.$ac_ext
19471 cat >>conftest.$ac_ext <<_ACEOF
19472 /* end confdefs.h. */
19473 $ac_includes_default
19475 main ()
19477 if (sizeof ((mode_t)))
19478 return 0;
19480 return 0;
19482 _ACEOF
19483 rm -f conftest.$ac_objext
19484 if { (ac_try="$ac_compile"
19485 case "(($ac_try" in
19486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19487 *) ac_try_echo=$ac_try;;
19488 esac
19489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19490 $as_echo "$ac_try_echo") >&5
19491 (eval "$ac_compile") 2>conftest.er1
19492 ac_status=$?
19493 grep -v '^ *+' conftest.er1 >conftest.err
19494 rm -f conftest.er1
19495 cat conftest.err >&5
19496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497 (exit $ac_status); } && {
19498 test -z "$ac_c_werror_flag" ||
19499 test ! -s conftest.err
19500 } && test -s conftest.$ac_objext; then
19502 else
19503 $as_echo "$as_me: failed program was:" >&5
19504 sed 's/^/| /' conftest.$ac_ext >&5
19506 ac_cv_type_mode_t=yes
19509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19510 else
19511 $as_echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19519 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19520 $as_echo "$ac_cv_type_mode_t" >&6; }
19521 if test "x$ac_cv_type_mode_t" = x""yes; then
19523 cat >>confdefs.h <<_ACEOF
19524 #define HAVE_MODE_T 1
19525 _ACEOF
19529 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19530 $as_echo_n "checking for off_t... " >&6; }
19531 if test "${ac_cv_type_off_t+set}" = set; then
19532 $as_echo_n "(cached) " >&6
19533 else
19534 ac_cv_type_off_t=no
19535 cat >conftest.$ac_ext <<_ACEOF
19536 /* confdefs.h. */
19537 _ACEOF
19538 cat confdefs.h >>conftest.$ac_ext
19539 cat >>conftest.$ac_ext <<_ACEOF
19540 /* end confdefs.h. */
19541 $ac_includes_default
19543 main ()
19545 if (sizeof (off_t))
19546 return 0;
19548 return 0;
19550 _ACEOF
19551 rm -f conftest.$ac_objext
19552 if { (ac_try="$ac_compile"
19553 case "(($ac_try" in
19554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19555 *) ac_try_echo=$ac_try;;
19556 esac
19557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19558 $as_echo "$ac_try_echo") >&5
19559 (eval "$ac_compile") 2>conftest.er1
19560 ac_status=$?
19561 grep -v '^ *+' conftest.er1 >conftest.err
19562 rm -f conftest.er1
19563 cat conftest.err >&5
19564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); } && {
19566 test -z "$ac_c_werror_flag" ||
19567 test ! -s conftest.err
19568 } && test -s conftest.$ac_objext; then
19569 cat >conftest.$ac_ext <<_ACEOF
19570 /* confdefs.h. */
19571 _ACEOF
19572 cat confdefs.h >>conftest.$ac_ext
19573 cat >>conftest.$ac_ext <<_ACEOF
19574 /* end confdefs.h. */
19575 $ac_includes_default
19577 main ()
19579 if (sizeof ((off_t)))
19580 return 0;
19582 return 0;
19584 _ACEOF
19585 rm -f conftest.$ac_objext
19586 if { (ac_try="$ac_compile"
19587 case "(($ac_try" in
19588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19589 *) ac_try_echo=$ac_try;;
19590 esac
19591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19592 $as_echo "$ac_try_echo") >&5
19593 (eval "$ac_compile") 2>conftest.er1
19594 ac_status=$?
19595 grep -v '^ *+' conftest.er1 >conftest.err
19596 rm -f conftest.er1
19597 cat conftest.err >&5
19598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599 (exit $ac_status); } && {
19600 test -z "$ac_c_werror_flag" ||
19601 test ! -s conftest.err
19602 } && test -s conftest.$ac_objext; then
19604 else
19605 $as_echo "$as_me: failed program was:" >&5
19606 sed 's/^/| /' conftest.$ac_ext >&5
19608 ac_cv_type_off_t=yes
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19612 else
19613 $as_echo "$as_me: failed program was:" >&5
19614 sed 's/^/| /' conftest.$ac_ext >&5
19619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19622 $as_echo "$ac_cv_type_off_t" >&6; }
19623 if test "x$ac_cv_type_off_t" = x""yes; then
19625 cat >>confdefs.h <<_ACEOF
19626 #define HAVE_OFF_T 1
19627 _ACEOF
19631 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19632 $as_echo_n "checking for pid_t... " >&6; }
19633 if test "${ac_cv_type_pid_t+set}" = set; then
19634 $as_echo_n "(cached) " >&6
19635 else
19636 ac_cv_type_pid_t=no
19637 cat >conftest.$ac_ext <<_ACEOF
19638 /* confdefs.h. */
19639 _ACEOF
19640 cat confdefs.h >>conftest.$ac_ext
19641 cat >>conftest.$ac_ext <<_ACEOF
19642 /* end confdefs.h. */
19643 $ac_includes_default
19645 main ()
19647 if (sizeof (pid_t))
19648 return 0;
19650 return 0;
19652 _ACEOF
19653 rm -f conftest.$ac_objext
19654 if { (ac_try="$ac_compile"
19655 case "(($ac_try" in
19656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19657 *) ac_try_echo=$ac_try;;
19658 esac
19659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19660 $as_echo "$ac_try_echo") >&5
19661 (eval "$ac_compile") 2>conftest.er1
19662 ac_status=$?
19663 grep -v '^ *+' conftest.er1 >conftest.err
19664 rm -f conftest.er1
19665 cat conftest.err >&5
19666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667 (exit $ac_status); } && {
19668 test -z "$ac_c_werror_flag" ||
19669 test ! -s conftest.err
19670 } && test -s conftest.$ac_objext; then
19671 cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h. */
19673 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext
19675 cat >>conftest.$ac_ext <<_ACEOF
19676 /* end confdefs.h. */
19677 $ac_includes_default
19679 main ()
19681 if (sizeof ((pid_t)))
19682 return 0;
19684 return 0;
19686 _ACEOF
19687 rm -f conftest.$ac_objext
19688 if { (ac_try="$ac_compile"
19689 case "(($ac_try" in
19690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19691 *) ac_try_echo=$ac_try;;
19692 esac
19693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19694 $as_echo "$ac_try_echo") >&5
19695 (eval "$ac_compile") 2>conftest.er1
19696 ac_status=$?
19697 grep -v '^ *+' conftest.er1 >conftest.err
19698 rm -f conftest.er1
19699 cat conftest.err >&5
19700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701 (exit $ac_status); } && {
19702 test -z "$ac_c_werror_flag" ||
19703 test ! -s conftest.err
19704 } && test -s conftest.$ac_objext; then
19706 else
19707 $as_echo "$as_me: failed program was:" >&5
19708 sed 's/^/| /' conftest.$ac_ext >&5
19710 ac_cv_type_pid_t=yes
19713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19714 else
19715 $as_echo "$as_me: failed program was:" >&5
19716 sed 's/^/| /' conftest.$ac_ext >&5
19721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19723 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19724 $as_echo "$ac_cv_type_pid_t" >&6; }
19725 if test "x$ac_cv_type_pid_t" = x""yes; then
19727 cat >>confdefs.h <<_ACEOF
19728 #define HAVE_PID_T 1
19729 _ACEOF
19733 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19734 $as_echo_n "checking for size_t... " >&6; }
19735 if test "${ac_cv_type_size_t+set}" = set; then
19736 $as_echo_n "(cached) " >&6
19737 else
19738 ac_cv_type_size_t=no
19739 cat >conftest.$ac_ext <<_ACEOF
19740 /* confdefs.h. */
19741 _ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h. */
19745 $ac_includes_default
19747 main ()
19749 if (sizeof (size_t))
19750 return 0;
19752 return 0;
19754 _ACEOF
19755 rm -f conftest.$ac_objext
19756 if { (ac_try="$ac_compile"
19757 case "(($ac_try" in
19758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19759 *) ac_try_echo=$ac_try;;
19760 esac
19761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19762 $as_echo "$ac_try_echo") >&5
19763 (eval "$ac_compile") 2>conftest.er1
19764 ac_status=$?
19765 grep -v '^ *+' conftest.er1 >conftest.err
19766 rm -f conftest.er1
19767 cat conftest.err >&5
19768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); } && {
19770 test -z "$ac_c_werror_flag" ||
19771 test ! -s conftest.err
19772 } && test -s conftest.$ac_objext; then
19773 cat >conftest.$ac_ext <<_ACEOF
19774 /* confdefs.h. */
19775 _ACEOF
19776 cat confdefs.h >>conftest.$ac_ext
19777 cat >>conftest.$ac_ext <<_ACEOF
19778 /* end confdefs.h. */
19779 $ac_includes_default
19781 main ()
19783 if (sizeof ((size_t)))
19784 return 0;
19786 return 0;
19788 _ACEOF
19789 rm -f conftest.$ac_objext
19790 if { (ac_try="$ac_compile"
19791 case "(($ac_try" in
19792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793 *) ac_try_echo=$ac_try;;
19794 esac
19795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19796 $as_echo "$ac_try_echo") >&5
19797 (eval "$ac_compile") 2>conftest.er1
19798 ac_status=$?
19799 grep -v '^ *+' conftest.er1 >conftest.err
19800 rm -f conftest.er1
19801 cat conftest.err >&5
19802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803 (exit $ac_status); } && {
19804 test -z "$ac_c_werror_flag" ||
19805 test ! -s conftest.err
19806 } && test -s conftest.$ac_objext; then
19808 else
19809 $as_echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19812 ac_cv_type_size_t=yes
19815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19816 else
19817 $as_echo "$as_me: failed program was:" >&5
19818 sed 's/^/| /' conftest.$ac_ext >&5
19823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19826 $as_echo "$ac_cv_type_size_t" >&6; }
19827 if test "x$ac_cv_type_size_t" = x""yes; then
19829 cat >>confdefs.h <<_ACEOF
19830 #define HAVE_SIZE_T 1
19831 _ACEOF
19835 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19836 $as_echo_n "checking for ssize_t... " >&6; }
19837 if test "${ac_cv_type_ssize_t+set}" = set; then
19838 $as_echo_n "(cached) " >&6
19839 else
19840 ac_cv_type_ssize_t=no
19841 cat >conftest.$ac_ext <<_ACEOF
19842 /* confdefs.h. */
19843 _ACEOF
19844 cat confdefs.h >>conftest.$ac_ext
19845 cat >>conftest.$ac_ext <<_ACEOF
19846 /* end confdefs.h. */
19847 $ac_includes_default
19849 main ()
19851 if (sizeof (ssize_t))
19852 return 0;
19854 return 0;
19856 _ACEOF
19857 rm -f conftest.$ac_objext
19858 if { (ac_try="$ac_compile"
19859 case "(($ac_try" in
19860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19861 *) ac_try_echo=$ac_try;;
19862 esac
19863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19864 $as_echo "$ac_try_echo") >&5
19865 (eval "$ac_compile") 2>conftest.er1
19866 ac_status=$?
19867 grep -v '^ *+' conftest.er1 >conftest.err
19868 rm -f conftest.er1
19869 cat conftest.err >&5
19870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871 (exit $ac_status); } && {
19872 test -z "$ac_c_werror_flag" ||
19873 test ! -s conftest.err
19874 } && test -s conftest.$ac_objext; then
19875 cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h. */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 $ac_includes_default
19883 main ()
19885 if (sizeof ((ssize_t)))
19886 return 0;
19888 return 0;
19890 _ACEOF
19891 rm -f conftest.$ac_objext
19892 if { (ac_try="$ac_compile"
19893 case "(($ac_try" in
19894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19895 *) ac_try_echo=$ac_try;;
19896 esac
19897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19898 $as_echo "$ac_try_echo") >&5
19899 (eval "$ac_compile") 2>conftest.er1
19900 ac_status=$?
19901 grep -v '^ *+' conftest.er1 >conftest.err
19902 rm -f conftest.er1
19903 cat conftest.err >&5
19904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905 (exit $ac_status); } && {
19906 test -z "$ac_c_werror_flag" ||
19907 test ! -s conftest.err
19908 } && test -s conftest.$ac_objext; then
19910 else
19911 $as_echo "$as_me: failed program was:" >&5
19912 sed 's/^/| /' conftest.$ac_ext >&5
19914 ac_cv_type_ssize_t=yes
19917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19918 else
19919 $as_echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19927 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19928 $as_echo "$ac_cv_type_ssize_t" >&6; }
19929 if test "x$ac_cv_type_ssize_t" = x""yes; then
19931 cat >>confdefs.h <<_ACEOF
19932 #define HAVE_SSIZE_T 1
19933 _ACEOF
19937 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19938 $as_echo_n "checking for long long... " >&6; }
19939 if test "${ac_cv_type_long_long+set}" = set; then
19940 $as_echo_n "(cached) " >&6
19941 else
19942 ac_cv_type_long_long=no
19943 cat >conftest.$ac_ext <<_ACEOF
19944 /* confdefs.h. */
19945 _ACEOF
19946 cat confdefs.h >>conftest.$ac_ext
19947 cat >>conftest.$ac_ext <<_ACEOF
19948 /* end confdefs.h. */
19949 $ac_includes_default
19951 main ()
19953 if (sizeof (long long))
19954 return 0;
19956 return 0;
19958 _ACEOF
19959 rm -f conftest.$ac_objext
19960 if { (ac_try="$ac_compile"
19961 case "(($ac_try" in
19962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19963 *) ac_try_echo=$ac_try;;
19964 esac
19965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19966 $as_echo "$ac_try_echo") >&5
19967 (eval "$ac_compile") 2>conftest.er1
19968 ac_status=$?
19969 grep -v '^ *+' conftest.er1 >conftest.err
19970 rm -f conftest.er1
19971 cat conftest.err >&5
19972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19973 (exit $ac_status); } && {
19974 test -z "$ac_c_werror_flag" ||
19975 test ! -s conftest.err
19976 } && test -s conftest.$ac_objext; then
19977 cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h. */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h. */
19983 $ac_includes_default
19985 main ()
19987 if (sizeof ((long long)))
19988 return 0;
19990 return 0;
19992 _ACEOF
19993 rm -f conftest.$ac_objext
19994 if { (ac_try="$ac_compile"
19995 case "(($ac_try" in
19996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19997 *) ac_try_echo=$ac_try;;
19998 esac
19999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20000 $as_echo "$ac_try_echo") >&5
20001 (eval "$ac_compile") 2>conftest.er1
20002 ac_status=$?
20003 grep -v '^ *+' conftest.er1 >conftest.err
20004 rm -f conftest.er1
20005 cat conftest.err >&5
20006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); } && {
20008 test -z "$ac_c_werror_flag" ||
20009 test ! -s conftest.err
20010 } && test -s conftest.$ac_objext; then
20012 else
20013 $as_echo "$as_me: failed program was:" >&5
20014 sed 's/^/| /' conftest.$ac_ext >&5
20016 ac_cv_type_long_long=yes
20019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20020 else
20021 $as_echo "$as_me: failed program was:" >&5
20022 sed 's/^/| /' conftest.$ac_ext >&5
20027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20029 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20030 $as_echo "$ac_cv_type_long_long" >&6; }
20031 if test "x$ac_cv_type_long_long" = x""yes; then
20033 cat >>confdefs.h <<_ACEOF
20034 #define HAVE_LONG_LONG 1
20035 _ACEOF
20039 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20040 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20041 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20042 $as_echo_n "(cached) " >&6
20043 else
20044 ac_cv_type_fsblkcnt_t=no
20045 cat >conftest.$ac_ext <<_ACEOF
20046 /* confdefs.h. */
20047 _ACEOF
20048 cat confdefs.h >>conftest.$ac_ext
20049 cat >>conftest.$ac_ext <<_ACEOF
20050 /* end confdefs.h. */
20051 $ac_includes_default
20053 main ()
20055 if (sizeof (fsblkcnt_t))
20056 return 0;
20058 return 0;
20060 _ACEOF
20061 rm -f conftest.$ac_objext
20062 if { (ac_try="$ac_compile"
20063 case "(($ac_try" in
20064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20065 *) ac_try_echo=$ac_try;;
20066 esac
20067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20068 $as_echo "$ac_try_echo") >&5
20069 (eval "$ac_compile") 2>conftest.er1
20070 ac_status=$?
20071 grep -v '^ *+' conftest.er1 >conftest.err
20072 rm -f conftest.er1
20073 cat conftest.err >&5
20074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075 (exit $ac_status); } && {
20076 test -z "$ac_c_werror_flag" ||
20077 test ! -s conftest.err
20078 } && test -s conftest.$ac_objext; then
20079 cat >conftest.$ac_ext <<_ACEOF
20080 /* confdefs.h. */
20081 _ACEOF
20082 cat confdefs.h >>conftest.$ac_ext
20083 cat >>conftest.$ac_ext <<_ACEOF
20084 /* end confdefs.h. */
20085 $ac_includes_default
20087 main ()
20089 if (sizeof ((fsblkcnt_t)))
20090 return 0;
20092 return 0;
20094 _ACEOF
20095 rm -f conftest.$ac_objext
20096 if { (ac_try="$ac_compile"
20097 case "(($ac_try" in
20098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099 *) ac_try_echo=$ac_try;;
20100 esac
20101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20102 $as_echo "$ac_try_echo") >&5
20103 (eval "$ac_compile") 2>conftest.er1
20104 ac_status=$?
20105 grep -v '^ *+' conftest.er1 >conftest.err
20106 rm -f conftest.er1
20107 cat conftest.err >&5
20108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20109 (exit $ac_status); } && {
20110 test -z "$ac_c_werror_flag" ||
20111 test ! -s conftest.err
20112 } && test -s conftest.$ac_objext; then
20114 else
20115 $as_echo "$as_me: failed program was:" >&5
20116 sed 's/^/| /' conftest.$ac_ext >&5
20118 ac_cv_type_fsblkcnt_t=yes
20121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20122 else
20123 $as_echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20132 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20133 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20135 cat >>confdefs.h <<_ACEOF
20136 #define HAVE_FSBLKCNT_T 1
20137 _ACEOF
20141 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20142 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20143 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20144 $as_echo_n "(cached) " >&6
20145 else
20146 ac_cv_type_fsfilcnt_t=no
20147 cat >conftest.$ac_ext <<_ACEOF
20148 /* confdefs.h. */
20149 _ACEOF
20150 cat confdefs.h >>conftest.$ac_ext
20151 cat >>conftest.$ac_ext <<_ACEOF
20152 /* end confdefs.h. */
20153 $ac_includes_default
20155 main ()
20157 if (sizeof (fsfilcnt_t))
20158 return 0;
20160 return 0;
20162 _ACEOF
20163 rm -f conftest.$ac_objext
20164 if { (ac_try="$ac_compile"
20165 case "(($ac_try" in
20166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20167 *) ac_try_echo=$ac_try;;
20168 esac
20169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20170 $as_echo "$ac_try_echo") >&5
20171 (eval "$ac_compile") 2>conftest.er1
20172 ac_status=$?
20173 grep -v '^ *+' conftest.er1 >conftest.err
20174 rm -f conftest.er1
20175 cat conftest.err >&5
20176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20177 (exit $ac_status); } && {
20178 test -z "$ac_c_werror_flag" ||
20179 test ! -s conftest.err
20180 } && test -s conftest.$ac_objext; then
20181 cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h. */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h. */
20187 $ac_includes_default
20189 main ()
20191 if (sizeof ((fsfilcnt_t)))
20192 return 0;
20194 return 0;
20196 _ACEOF
20197 rm -f conftest.$ac_objext
20198 if { (ac_try="$ac_compile"
20199 case "(($ac_try" in
20200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20201 *) ac_try_echo=$ac_try;;
20202 esac
20203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20204 $as_echo "$ac_try_echo") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20206 ac_status=$?
20207 grep -v '^ *+' conftest.er1 >conftest.err
20208 rm -f conftest.er1
20209 cat conftest.err >&5
20210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20216 else
20217 $as_echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 ac_cv_type_fsfilcnt_t=yes
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20224 else
20225 $as_echo "$as_me: failed program was:" >&5
20226 sed 's/^/| /' conftest.$ac_ext >&5
20231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20233 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20234 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20235 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20237 cat >>confdefs.h <<_ACEOF
20238 #define HAVE_FSFILCNT_T 1
20239 _ACEOF
20244 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20245 $as_echo_n "checking for sigset_t... " >&6; }
20246 if test "${ac_cv_type_sigset_t+set}" = set; then
20247 $as_echo_n "(cached) " >&6
20248 else
20249 ac_cv_type_sigset_t=no
20250 cat >conftest.$ac_ext <<_ACEOF
20251 /* confdefs.h. */
20252 _ACEOF
20253 cat confdefs.h >>conftest.$ac_ext
20254 cat >>conftest.$ac_ext <<_ACEOF
20255 /* end confdefs.h. */
20256 #include <sys/types.h>
20257 #include <signal.h>
20260 main ()
20262 if (sizeof (sigset_t))
20263 return 0;
20265 return 0;
20267 _ACEOF
20268 rm -f conftest.$ac_objext
20269 if { (ac_try="$ac_compile"
20270 case "(($ac_try" in
20271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20272 *) ac_try_echo=$ac_try;;
20273 esac
20274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20275 $as_echo "$ac_try_echo") >&5
20276 (eval "$ac_compile") 2>conftest.er1
20277 ac_status=$?
20278 grep -v '^ *+' conftest.er1 >conftest.err
20279 rm -f conftest.er1
20280 cat conftest.err >&5
20281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20282 (exit $ac_status); } && {
20283 test -z "$ac_c_werror_flag" ||
20284 test ! -s conftest.err
20285 } && test -s conftest.$ac_objext; then
20286 cat >conftest.$ac_ext <<_ACEOF
20287 /* confdefs.h. */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20292 #include <sys/types.h>
20293 #include <signal.h>
20296 main ()
20298 if (sizeof ((sigset_t)))
20299 return 0;
20301 return 0;
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308 *) ac_try_echo=$ac_try;;
20309 esac
20310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20311 $as_echo "$ac_try_echo") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20313 ac_status=$?
20314 grep -v '^ *+' conftest.er1 >conftest.err
20315 rm -f conftest.er1
20316 cat conftest.err >&5
20317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.$ac_objext; then
20323 else
20324 $as_echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20327 ac_cv_type_sigset_t=yes
20330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 else
20332 $as_echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20341 $as_echo "$ac_cv_type_sigset_t" >&6; }
20342 if test "x$ac_cv_type_sigset_t" = x""yes; then
20344 cat >>confdefs.h <<_ACEOF
20345 #define HAVE_SIGSET_T 1
20346 _ACEOF
20351 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20352 $as_echo_n "checking for request_sense... " >&6; }
20353 if test "${ac_cv_type_request_sense+set}" = set; then
20354 $as_echo_n "(cached) " >&6
20355 else
20356 ac_cv_type_request_sense=no
20357 cat >conftest.$ac_ext <<_ACEOF
20358 /* confdefs.h. */
20359 _ACEOF
20360 cat confdefs.h >>conftest.$ac_ext
20361 cat >>conftest.$ac_ext <<_ACEOF
20362 /* end confdefs.h. */
20363 #include <linux/cdrom.h>
20366 main ()
20368 if (sizeof (request_sense))
20369 return 0;
20371 return 0;
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378 *) ac_try_echo=$ac_try;;
20379 esac
20380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20381 $as_echo "$ac_try_echo") >&5
20382 (eval "$ac_compile") 2>conftest.er1
20383 ac_status=$?
20384 grep -v '^ *+' conftest.er1 >conftest.err
20385 rm -f conftest.er1
20386 cat conftest.err >&5
20387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); } && {
20389 test -z "$ac_c_werror_flag" ||
20390 test ! -s conftest.err
20391 } && test -s conftest.$ac_objext; then
20392 cat >conftest.$ac_ext <<_ACEOF
20393 /* confdefs.h. */
20394 _ACEOF
20395 cat confdefs.h >>conftest.$ac_ext
20396 cat >>conftest.$ac_ext <<_ACEOF
20397 /* end confdefs.h. */
20398 #include <linux/cdrom.h>
20401 main ()
20403 if (sizeof ((request_sense)))
20404 return 0;
20406 return 0;
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413 *) ac_try_echo=$ac_try;;
20414 esac
20415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20416 $as_echo "$ac_try_echo") >&5
20417 (eval "$ac_compile") 2>conftest.er1
20418 ac_status=$?
20419 grep -v '^ *+' conftest.er1 >conftest.err
20420 rm -f conftest.er1
20421 cat conftest.err >&5
20422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); } && {
20424 test -z "$ac_c_werror_flag" ||
20425 test ! -s conftest.err
20426 } && test -s conftest.$ac_objext; then
20428 else
20429 $as_echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.$ac_ext >&5
20432 ac_cv_type_request_sense=yes
20435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20436 else
20437 $as_echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20445 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20446 $as_echo "$ac_cv_type_request_sense" >&6; }
20447 if test "x$ac_cv_type_request_sense" = x""yes; then
20449 cat >>confdefs.h <<_ACEOF
20450 #define HAVE_REQUEST_SENSE 1
20451 _ACEOF
20457 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20458 $as_echo_n "checking for struct xinpgen... " >&6; }
20459 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20460 $as_echo_n "(cached) " >&6
20461 else
20462 ac_cv_type_struct_xinpgen=no
20463 cat >conftest.$ac_ext <<_ACEOF
20464 /* confdefs.h. */
20465 _ACEOF
20466 cat confdefs.h >>conftest.$ac_ext
20467 cat >>conftest.$ac_ext <<_ACEOF
20468 /* end confdefs.h. */
20469 #include <sys/types.h>
20470 #ifdef HAVE_SYS_SOCKET_H
20471 #include <sys/socket.h>
20472 #endif
20473 #ifdef HAVE_SYS_SOCKETVAR_H
20474 #include <sys/socketvar.h>
20475 #endif
20476 #ifdef HAVE_NET_ROUTE_H
20477 #include <net/route.h>
20478 #endif
20479 #ifdef HAVE_NETINET_IN_H
20480 #include <netinet/in.h>
20481 #endif
20482 #ifdef HAVE_NETINET_IN_SYSTM_H
20483 #include <netinet/in_systm.h>
20484 #endif
20485 #ifdef HAVE_NETINET_IP_H
20486 #include <netinet/ip.h>
20487 #endif
20488 #ifdef HAVE_NETINET_IN_PCB_H
20489 #include <netinet/in_pcb.h>
20490 #endif
20493 main ()
20495 if (sizeof (struct xinpgen))
20496 return 0;
20498 return 0;
20500 _ACEOF
20501 rm -f conftest.$ac_objext
20502 if { (ac_try="$ac_compile"
20503 case "(($ac_try" in
20504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20505 *) ac_try_echo=$ac_try;;
20506 esac
20507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20508 $as_echo "$ac_try_echo") >&5
20509 (eval "$ac_compile") 2>conftest.er1
20510 ac_status=$?
20511 grep -v '^ *+' conftest.er1 >conftest.err
20512 rm -f conftest.er1
20513 cat conftest.err >&5
20514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); } && {
20516 test -z "$ac_c_werror_flag" ||
20517 test ! -s conftest.err
20518 } && test -s conftest.$ac_objext; then
20519 cat >conftest.$ac_ext <<_ACEOF
20520 /* confdefs.h. */
20521 _ACEOF
20522 cat confdefs.h >>conftest.$ac_ext
20523 cat >>conftest.$ac_ext <<_ACEOF
20524 /* end confdefs.h. */
20525 #include <sys/types.h>
20526 #ifdef HAVE_SYS_SOCKET_H
20527 #include <sys/socket.h>
20528 #endif
20529 #ifdef HAVE_SYS_SOCKETVAR_H
20530 #include <sys/socketvar.h>
20531 #endif
20532 #ifdef HAVE_NET_ROUTE_H
20533 #include <net/route.h>
20534 #endif
20535 #ifdef HAVE_NETINET_IN_H
20536 #include <netinet/in.h>
20537 #endif
20538 #ifdef HAVE_NETINET_IN_SYSTM_H
20539 #include <netinet/in_systm.h>
20540 #endif
20541 #ifdef HAVE_NETINET_IP_H
20542 #include <netinet/ip.h>
20543 #endif
20544 #ifdef HAVE_NETINET_IN_PCB_H
20545 #include <netinet/in_pcb.h>
20546 #endif
20549 main ()
20551 if (sizeof ((struct xinpgen)))
20552 return 0;
20554 return 0;
20556 _ACEOF
20557 rm -f conftest.$ac_objext
20558 if { (ac_try="$ac_compile"
20559 case "(($ac_try" in
20560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20561 *) ac_try_echo=$ac_try;;
20562 esac
20563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20564 $as_echo "$ac_try_echo") >&5
20565 (eval "$ac_compile") 2>conftest.er1
20566 ac_status=$?
20567 grep -v '^ *+' conftest.er1 >conftest.err
20568 rm -f conftest.er1
20569 cat conftest.err >&5
20570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && {
20572 test -z "$ac_c_werror_flag" ||
20573 test ! -s conftest.err
20574 } && test -s conftest.$ac_objext; then
20576 else
20577 $as_echo "$as_me: failed program was:" >&5
20578 sed 's/^/| /' conftest.$ac_ext >&5
20580 ac_cv_type_struct_xinpgen=yes
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 else
20585 $as_echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20593 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20594 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20595 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20597 cat >>confdefs.h <<_ACEOF
20598 #define HAVE_STRUCT_XINPGEN 1
20599 _ACEOF
20605 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20606 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20607 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20608 $as_echo_n "(cached) " >&6
20609 else
20610 cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h. */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20616 #ifdef HAVE_LINUX_INPUT_H
20617 #include <linux/input.h>
20618 #endif
20621 main ()
20623 static struct ff_effect ac_aggr;
20624 if (ac_aggr.direction)
20625 return 0;
20627 return 0;
20629 _ACEOF
20630 rm -f conftest.$ac_objext
20631 if { (ac_try="$ac_compile"
20632 case "(($ac_try" in
20633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20634 *) ac_try_echo=$ac_try;;
20635 esac
20636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20637 $as_echo "$ac_try_echo") >&5
20638 (eval "$ac_compile") 2>conftest.er1
20639 ac_status=$?
20640 grep -v '^ *+' conftest.er1 >conftest.err
20641 rm -f conftest.er1
20642 cat conftest.err >&5
20643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); } && {
20645 test -z "$ac_c_werror_flag" ||
20646 test ! -s conftest.err
20647 } && test -s conftest.$ac_objext; then
20648 ac_cv_member_struct_ff_effect_direction=yes
20649 else
20650 $as_echo "$as_me: failed program was:" >&5
20651 sed 's/^/| /' conftest.$ac_ext >&5
20653 cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h. */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h. */
20659 #ifdef HAVE_LINUX_INPUT_H
20660 #include <linux/input.h>
20661 #endif
20664 main ()
20666 static struct ff_effect ac_aggr;
20667 if (sizeof ac_aggr.direction)
20668 return 0;
20670 return 0;
20672 _ACEOF
20673 rm -f conftest.$ac_objext
20674 if { (ac_try="$ac_compile"
20675 case "(($ac_try" in
20676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20677 *) ac_try_echo=$ac_try;;
20678 esac
20679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20680 $as_echo "$ac_try_echo") >&5
20681 (eval "$ac_compile") 2>conftest.er1
20682 ac_status=$?
20683 grep -v '^ *+' conftest.er1 >conftest.err
20684 rm -f conftest.er1
20685 cat conftest.err >&5
20686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); } && {
20688 test -z "$ac_c_werror_flag" ||
20689 test ! -s conftest.err
20690 } && test -s conftest.$ac_objext; then
20691 ac_cv_member_struct_ff_effect_direction=yes
20692 else
20693 $as_echo "$as_me: failed program was:" >&5
20694 sed 's/^/| /' conftest.$ac_ext >&5
20696 ac_cv_member_struct_ff_effect_direction=no
20699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20705 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20706 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20708 cat >>confdefs.h <<_ACEOF
20709 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20710 _ACEOF
20716 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20717 $as_echo_n "checking for sigaddset... " >&6; }
20718 if test "${wine_cv_have_sigaddset+set}" = set; then
20719 $as_echo_n "(cached) " >&6
20720 else
20721 cat >conftest.$ac_ext <<_ACEOF
20722 /* confdefs.h. */
20723 _ACEOF
20724 cat confdefs.h >>conftest.$ac_ext
20725 cat >>conftest.$ac_ext <<_ACEOF
20726 /* end confdefs.h. */
20727 #include <signal.h>
20729 main ()
20731 sigset_t set; sigaddset(&set,SIGTERM);
20733 return 0;
20735 _ACEOF
20736 rm -f conftest.$ac_objext conftest$ac_exeext
20737 if { (ac_try="$ac_link"
20738 case "(($ac_try" in
20739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740 *) ac_try_echo=$ac_try;;
20741 esac
20742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20743 $as_echo "$ac_try_echo") >&5
20744 (eval "$ac_link") 2>conftest.er1
20745 ac_status=$?
20746 grep -v '^ *+' conftest.er1 >conftest.err
20747 rm -f conftest.er1
20748 cat conftest.err >&5
20749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750 (exit $ac_status); } && {
20751 test -z "$ac_c_werror_flag" ||
20752 test ! -s conftest.err
20753 } && test -s conftest$ac_exeext && {
20754 test "$cross_compiling" = yes ||
20755 $as_test_x conftest$ac_exeext
20756 }; then
20757 wine_cv_have_sigaddset=yes
20758 else
20759 $as_echo "$as_me: failed program was:" >&5
20760 sed 's/^/| /' conftest.$ac_ext >&5
20762 wine_cv_have_sigaddset=no
20765 rm -rf conftest.dSYM
20766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20767 conftest$ac_exeext conftest.$ac_ext
20769 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20770 $as_echo "$wine_cv_have_sigaddset" >&6; }
20771 if test "$wine_cv_have_sigaddset" = "yes"
20772 then
20774 cat >>confdefs.h <<\_ACEOF
20775 #define HAVE_SIGADDSET 1
20776 _ACEOF
20781 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20782 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20783 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20784 $as_echo_n "(cached) " >&6
20785 else
20786 cat >conftest.$ac_ext <<_ACEOF
20787 /* confdefs.h. */
20788 _ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h. */
20792 #include <netdb.h>
20794 main ()
20797 char *name=0;
20798 struct hostent he;
20799 struct hostent *result;
20800 char *buf=0;
20801 int bufsize=0;
20802 int res,errnr;
20803 char *addr=0;
20804 int addrlen=0;
20805 int addrtype=0;
20806 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20807 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20810 return 0;
20812 _ACEOF
20813 rm -f conftest.$ac_objext conftest$ac_exeext
20814 if { (ac_try="$ac_link"
20815 case "(($ac_try" in
20816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20817 *) ac_try_echo=$ac_try;;
20818 esac
20819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20820 $as_echo "$ac_try_echo") >&5
20821 (eval "$ac_link") 2>conftest.er1
20822 ac_status=$?
20823 grep -v '^ *+' conftest.er1 >conftest.err
20824 rm -f conftest.er1
20825 cat conftest.err >&5
20826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20827 (exit $ac_status); } && {
20828 test -z "$ac_c_werror_flag" ||
20829 test ! -s conftest.err
20830 } && test -s conftest$ac_exeext && {
20831 test "$cross_compiling" = yes ||
20832 $as_test_x conftest$ac_exeext
20833 }; then
20834 wine_cv_linux_gethostbyname_r_6=yes
20835 else
20836 $as_echo "$as_me: failed program was:" >&5
20837 sed 's/^/| /' conftest.$ac_ext >&5
20839 wine_cv_linux_gethostbyname_r_6=no
20843 rm -rf conftest.dSYM
20844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20845 conftest$ac_exeext conftest.$ac_ext
20848 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20849 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20850 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20851 then
20853 cat >>confdefs.h <<\_ACEOF
20854 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20855 _ACEOF
20859 if test "$ac_cv_header_linux_joystick_h" = "yes"
20860 then
20861 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20862 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20863 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20864 $as_echo_n "(cached) " >&6
20865 else
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20873 #include <sys/ioctl.h>
20874 #include <sys/types.h>
20875 #include <linux/joystick.h>
20877 struct js_event blub;
20878 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20879 #error "no 2.2 header"
20880 #endif
20883 main ()
20885 /*empty*/
20887 return 0;
20889 _ACEOF
20890 rm -f conftest.$ac_objext
20891 if { (ac_try="$ac_compile"
20892 case "(($ac_try" in
20893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20894 *) ac_try_echo=$ac_try;;
20895 esac
20896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20897 $as_echo "$ac_try_echo") >&5
20898 (eval "$ac_compile") 2>conftest.er1
20899 ac_status=$?
20900 grep -v '^ *+' conftest.er1 >conftest.err
20901 rm -f conftest.er1
20902 cat conftest.err >&5
20903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20904 (exit $ac_status); } && {
20905 test -z "$ac_c_werror_flag" ||
20906 test ! -s conftest.err
20907 } && test -s conftest.$ac_objext; then
20908 wine_cv_linux_joystick_22_api=yes
20909 else
20910 $as_echo "$as_me: failed program was:" >&5
20911 sed 's/^/| /' conftest.$ac_ext >&5
20913 wine_cv_linux_joystick_22_api=no
20916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20919 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20920 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20921 if test "$wine_cv_linux_joystick_22_api" = "yes"
20922 then
20924 cat >>confdefs.h <<\_ACEOF
20925 #define HAVE_LINUX_22_JOYSTICK_API 1
20926 _ACEOF
20932 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20933 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20934 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20935 $as_echo_n "(cached) " >&6
20936 else
20937 cat >conftest.$ac_ext <<_ACEOF
20938 /* confdefs.h. */
20939 _ACEOF
20940 cat confdefs.h >>conftest.$ac_ext
20941 cat >>conftest.$ac_ext <<_ACEOF
20942 /* end confdefs.h. */
20943 #include <sys/types.h>
20944 #ifdef HAVE_SYS_PARAM_H
20945 # include <sys/param.h>
20946 #endif
20947 #ifdef HAVE_SYS_MOUNT_H
20948 # include <sys/mount.h>
20949 #endif
20950 #ifdef HAVE_SYS_VFS_H
20951 # include <sys/vfs.h>
20952 #endif
20953 #ifdef HAVE_SYS_STATFS_H
20954 # include <sys/statfs.h>
20955 #endif
20958 main ()
20960 static struct statfs ac_aggr;
20961 if (ac_aggr.f_bfree)
20962 return 0;
20964 return 0;
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20972 esac
20973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20974 $as_echo "$ac_try_echo") >&5
20975 (eval "$ac_compile") 2>conftest.er1
20976 ac_status=$?
20977 grep -v '^ *+' conftest.er1 >conftest.err
20978 rm -f conftest.er1
20979 cat conftest.err >&5
20980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20981 (exit $ac_status); } && {
20982 test -z "$ac_c_werror_flag" ||
20983 test ! -s conftest.err
20984 } && test -s conftest.$ac_objext; then
20985 ac_cv_member_struct_statfs_f_bfree=yes
20986 else
20987 $as_echo "$as_me: failed program was:" >&5
20988 sed 's/^/| /' conftest.$ac_ext >&5
20990 cat >conftest.$ac_ext <<_ACEOF
20991 /* confdefs.h. */
20992 _ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h. */
20996 #include <sys/types.h>
20997 #ifdef HAVE_SYS_PARAM_H
20998 # include <sys/param.h>
20999 #endif
21000 #ifdef HAVE_SYS_MOUNT_H
21001 # include <sys/mount.h>
21002 #endif
21003 #ifdef HAVE_SYS_VFS_H
21004 # include <sys/vfs.h>
21005 #endif
21006 #ifdef HAVE_SYS_STATFS_H
21007 # include <sys/statfs.h>
21008 #endif
21011 main ()
21013 static struct statfs ac_aggr;
21014 if (sizeof ac_aggr.f_bfree)
21015 return 0;
21017 return 0;
21019 _ACEOF
21020 rm -f conftest.$ac_objext
21021 if { (ac_try="$ac_compile"
21022 case "(($ac_try" in
21023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21024 *) ac_try_echo=$ac_try;;
21025 esac
21026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21027 $as_echo "$ac_try_echo") >&5
21028 (eval "$ac_compile") 2>conftest.er1
21029 ac_status=$?
21030 grep -v '^ *+' conftest.er1 >conftest.err
21031 rm -f conftest.er1
21032 cat conftest.err >&5
21033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); } && {
21035 test -z "$ac_c_werror_flag" ||
21036 test ! -s conftest.err
21037 } && test -s conftest.$ac_objext; then
21038 ac_cv_member_struct_statfs_f_bfree=yes
21039 else
21040 $as_echo "$as_me: failed program was:" >&5
21041 sed 's/^/| /' conftest.$ac_ext >&5
21043 ac_cv_member_struct_statfs_f_bfree=no
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21052 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21053 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21055 cat >>confdefs.h <<_ACEOF
21056 #define HAVE_STRUCT_STATFS_F_BFREE 1
21057 _ACEOF
21061 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21062 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21063 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21064 $as_echo_n "(cached) " >&6
21065 else
21066 cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h. */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h. */
21072 #include <sys/types.h>
21073 #ifdef HAVE_SYS_PARAM_H
21074 # include <sys/param.h>
21075 #endif
21076 #ifdef HAVE_SYS_MOUNT_H
21077 # include <sys/mount.h>
21078 #endif
21079 #ifdef HAVE_SYS_VFS_H
21080 # include <sys/vfs.h>
21081 #endif
21082 #ifdef HAVE_SYS_STATFS_H
21083 # include <sys/statfs.h>
21084 #endif
21087 main ()
21089 static struct statfs ac_aggr;
21090 if (ac_aggr.f_bavail)
21091 return 0;
21093 return 0;
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21101 esac
21102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21103 $as_echo "$ac_try_echo") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21105 ac_status=$?
21106 grep -v '^ *+' conftest.er1 >conftest.err
21107 rm -f conftest.er1
21108 cat conftest.err >&5
21109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_struct_statfs_f_bavail=yes
21115 else
21116 $as_echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 cat >conftest.$ac_ext <<_ACEOF
21120 /* confdefs.h. */
21121 _ACEOF
21122 cat confdefs.h >>conftest.$ac_ext
21123 cat >>conftest.$ac_ext <<_ACEOF
21124 /* end confdefs.h. */
21125 #include <sys/types.h>
21126 #ifdef HAVE_SYS_PARAM_H
21127 # include <sys/param.h>
21128 #endif
21129 #ifdef HAVE_SYS_MOUNT_H
21130 # include <sys/mount.h>
21131 #endif
21132 #ifdef HAVE_SYS_VFS_H
21133 # include <sys/vfs.h>
21134 #endif
21135 #ifdef HAVE_SYS_STATFS_H
21136 # include <sys/statfs.h>
21137 #endif
21140 main ()
21142 static struct statfs ac_aggr;
21143 if (sizeof ac_aggr.f_bavail)
21144 return 0;
21146 return 0;
21148 _ACEOF
21149 rm -f conftest.$ac_objext
21150 if { (ac_try="$ac_compile"
21151 case "(($ac_try" in
21152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21153 *) ac_try_echo=$ac_try;;
21154 esac
21155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21156 $as_echo "$ac_try_echo") >&5
21157 (eval "$ac_compile") 2>conftest.er1
21158 ac_status=$?
21159 grep -v '^ *+' conftest.er1 >conftest.err
21160 rm -f conftest.er1
21161 cat conftest.err >&5
21162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21163 (exit $ac_status); } && {
21164 test -z "$ac_c_werror_flag" ||
21165 test ! -s conftest.err
21166 } && test -s conftest.$ac_objext; then
21167 ac_cv_member_struct_statfs_f_bavail=yes
21168 else
21169 $as_echo "$as_me: failed program was:" >&5
21170 sed 's/^/| /' conftest.$ac_ext >&5
21172 ac_cv_member_struct_statfs_f_bavail=no
21175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21180 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21181 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21182 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21184 cat >>confdefs.h <<_ACEOF
21185 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21186 _ACEOF
21190 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21191 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21192 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21193 $as_echo_n "(cached) " >&6
21194 else
21195 cat >conftest.$ac_ext <<_ACEOF
21196 /* confdefs.h. */
21197 _ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h. */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SYS_PARAM_H
21203 # include <sys/param.h>
21204 #endif
21205 #ifdef HAVE_SYS_MOUNT_H
21206 # include <sys/mount.h>
21207 #endif
21208 #ifdef HAVE_SYS_VFS_H
21209 # include <sys/vfs.h>
21210 #endif
21211 #ifdef HAVE_SYS_STATFS_H
21212 # include <sys/statfs.h>
21213 #endif
21216 main ()
21218 static struct statfs ac_aggr;
21219 if (ac_aggr.f_frsize)
21220 return 0;
21222 return 0;
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229 *) ac_try_echo=$ac_try;;
21230 esac
21231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21232 $as_echo "$ac_try_echo") >&5
21233 (eval "$ac_compile") 2>conftest.er1
21234 ac_status=$?
21235 grep -v '^ *+' conftest.er1 >conftest.err
21236 rm -f conftest.er1
21237 cat conftest.err >&5
21238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21239 (exit $ac_status); } && {
21240 test -z "$ac_c_werror_flag" ||
21241 test ! -s conftest.err
21242 } && test -s conftest.$ac_objext; then
21243 ac_cv_member_struct_statfs_f_frsize=yes
21244 else
21245 $as_echo "$as_me: failed program was:" >&5
21246 sed 's/^/| /' conftest.$ac_ext >&5
21248 cat >conftest.$ac_ext <<_ACEOF
21249 /* confdefs.h. */
21250 _ACEOF
21251 cat confdefs.h >>conftest.$ac_ext
21252 cat >>conftest.$ac_ext <<_ACEOF
21253 /* end confdefs.h. */
21254 #include <sys/types.h>
21255 #ifdef HAVE_SYS_PARAM_H
21256 # include <sys/param.h>
21257 #endif
21258 #ifdef HAVE_SYS_MOUNT_H
21259 # include <sys/mount.h>
21260 #endif
21261 #ifdef HAVE_SYS_VFS_H
21262 # include <sys/vfs.h>
21263 #endif
21264 #ifdef HAVE_SYS_STATFS_H
21265 # include <sys/statfs.h>
21266 #endif
21269 main ()
21271 static struct statfs ac_aggr;
21272 if (sizeof ac_aggr.f_frsize)
21273 return 0;
21275 return 0;
21277 _ACEOF
21278 rm -f conftest.$ac_objext
21279 if { (ac_try="$ac_compile"
21280 case "(($ac_try" in
21281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21282 *) ac_try_echo=$ac_try;;
21283 esac
21284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21285 $as_echo "$ac_try_echo") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21287 ac_status=$?
21288 grep -v '^ *+' conftest.er1 >conftest.err
21289 rm -f conftest.er1
21290 cat conftest.err >&5
21291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.$ac_objext; then
21296 ac_cv_member_struct_statfs_f_frsize=yes
21297 else
21298 $as_echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21301 ac_cv_member_struct_statfs_f_frsize=no
21304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21310 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21311 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21313 cat >>confdefs.h <<_ACEOF
21314 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21315 _ACEOF
21319 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21320 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21321 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21322 $as_echo_n "(cached) " >&6
21323 else
21324 cat >conftest.$ac_ext <<_ACEOF
21325 /* confdefs.h. */
21326 _ACEOF
21327 cat confdefs.h >>conftest.$ac_ext
21328 cat >>conftest.$ac_ext <<_ACEOF
21329 /* end confdefs.h. */
21330 #include <sys/types.h>
21331 #ifdef HAVE_SYS_PARAM_H
21332 # include <sys/param.h>
21333 #endif
21334 #ifdef HAVE_SYS_MOUNT_H
21335 # include <sys/mount.h>
21336 #endif
21337 #ifdef HAVE_SYS_VFS_H
21338 # include <sys/vfs.h>
21339 #endif
21340 #ifdef HAVE_SYS_STATFS_H
21341 # include <sys/statfs.h>
21342 #endif
21345 main ()
21347 static struct statfs ac_aggr;
21348 if (ac_aggr.f_ffree)
21349 return 0;
21351 return 0;
21353 _ACEOF
21354 rm -f conftest.$ac_objext
21355 if { (ac_try="$ac_compile"
21356 case "(($ac_try" in
21357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21358 *) ac_try_echo=$ac_try;;
21359 esac
21360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21361 $as_echo "$ac_try_echo") >&5
21362 (eval "$ac_compile") 2>conftest.er1
21363 ac_status=$?
21364 grep -v '^ *+' conftest.er1 >conftest.err
21365 rm -f conftest.er1
21366 cat conftest.err >&5
21367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368 (exit $ac_status); } && {
21369 test -z "$ac_c_werror_flag" ||
21370 test ! -s conftest.err
21371 } && test -s conftest.$ac_objext; then
21372 ac_cv_member_struct_statfs_f_ffree=yes
21373 else
21374 $as_echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21377 cat >conftest.$ac_ext <<_ACEOF
21378 /* confdefs.h. */
21379 _ACEOF
21380 cat confdefs.h >>conftest.$ac_ext
21381 cat >>conftest.$ac_ext <<_ACEOF
21382 /* end confdefs.h. */
21383 #include <sys/types.h>
21384 #ifdef HAVE_SYS_PARAM_H
21385 # include <sys/param.h>
21386 #endif
21387 #ifdef HAVE_SYS_MOUNT_H
21388 # include <sys/mount.h>
21389 #endif
21390 #ifdef HAVE_SYS_VFS_H
21391 # include <sys/vfs.h>
21392 #endif
21393 #ifdef HAVE_SYS_STATFS_H
21394 # include <sys/statfs.h>
21395 #endif
21398 main ()
21400 static struct statfs ac_aggr;
21401 if (sizeof ac_aggr.f_ffree)
21402 return 0;
21404 return 0;
21406 _ACEOF
21407 rm -f conftest.$ac_objext
21408 if { (ac_try="$ac_compile"
21409 case "(($ac_try" in
21410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21411 *) ac_try_echo=$ac_try;;
21412 esac
21413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21414 $as_echo "$ac_try_echo") >&5
21415 (eval "$ac_compile") 2>conftest.er1
21416 ac_status=$?
21417 grep -v '^ *+' conftest.er1 >conftest.err
21418 rm -f conftest.er1
21419 cat conftest.err >&5
21420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21421 (exit $ac_status); } && {
21422 test -z "$ac_c_werror_flag" ||
21423 test ! -s conftest.err
21424 } && test -s conftest.$ac_objext; then
21425 ac_cv_member_struct_statfs_f_ffree=yes
21426 else
21427 $as_echo "$as_me: failed program was:" >&5
21428 sed 's/^/| /' conftest.$ac_ext >&5
21430 ac_cv_member_struct_statfs_f_ffree=no
21433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21439 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21440 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21442 cat >>confdefs.h <<_ACEOF
21443 #define HAVE_STRUCT_STATFS_F_FFREE 1
21444 _ACEOF
21448 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21449 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21450 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21451 $as_echo_n "(cached) " >&6
21452 else
21453 cat >conftest.$ac_ext <<_ACEOF
21454 /* confdefs.h. */
21455 _ACEOF
21456 cat confdefs.h >>conftest.$ac_ext
21457 cat >>conftest.$ac_ext <<_ACEOF
21458 /* end confdefs.h. */
21459 #include <sys/types.h>
21460 #ifdef HAVE_SYS_PARAM_H
21461 # include <sys/param.h>
21462 #endif
21463 #ifdef HAVE_SYS_MOUNT_H
21464 # include <sys/mount.h>
21465 #endif
21466 #ifdef HAVE_SYS_VFS_H
21467 # include <sys/vfs.h>
21468 #endif
21469 #ifdef HAVE_SYS_STATFS_H
21470 # include <sys/statfs.h>
21471 #endif
21474 main ()
21476 static struct statfs ac_aggr;
21477 if (ac_aggr.f_favail)
21478 return 0;
21480 return 0;
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (ac_try="$ac_compile"
21485 case "(($ac_try" in
21486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21487 *) ac_try_echo=$ac_try;;
21488 esac
21489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21490 $as_echo "$ac_try_echo") >&5
21491 (eval "$ac_compile") 2>conftest.er1
21492 ac_status=$?
21493 grep -v '^ *+' conftest.er1 >conftest.err
21494 rm -f conftest.er1
21495 cat conftest.err >&5
21496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); } && {
21498 test -z "$ac_c_werror_flag" ||
21499 test ! -s conftest.err
21500 } && test -s conftest.$ac_objext; then
21501 ac_cv_member_struct_statfs_f_favail=yes
21502 else
21503 $as_echo "$as_me: failed program was:" >&5
21504 sed 's/^/| /' conftest.$ac_ext >&5
21506 cat >conftest.$ac_ext <<_ACEOF
21507 /* confdefs.h. */
21508 _ACEOF
21509 cat confdefs.h >>conftest.$ac_ext
21510 cat >>conftest.$ac_ext <<_ACEOF
21511 /* end confdefs.h. */
21512 #include <sys/types.h>
21513 #ifdef HAVE_SYS_PARAM_H
21514 # include <sys/param.h>
21515 #endif
21516 #ifdef HAVE_SYS_MOUNT_H
21517 # include <sys/mount.h>
21518 #endif
21519 #ifdef HAVE_SYS_VFS_H
21520 # include <sys/vfs.h>
21521 #endif
21522 #ifdef HAVE_SYS_STATFS_H
21523 # include <sys/statfs.h>
21524 #endif
21527 main ()
21529 static struct statfs ac_aggr;
21530 if (sizeof ac_aggr.f_favail)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21543 $as_echo "$ac_try_echo") >&5
21544 (eval "$ac_compile") 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } && {
21551 test -z "$ac_c_werror_flag" ||
21552 test ! -s conftest.err
21553 } && test -s conftest.$ac_objext; then
21554 ac_cv_member_struct_statfs_f_favail=yes
21555 else
21556 $as_echo "$as_me: failed program was:" >&5
21557 sed 's/^/| /' conftest.$ac_ext >&5
21559 ac_cv_member_struct_statfs_f_favail=no
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21568 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21569 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21571 cat >>confdefs.h <<_ACEOF
21572 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21573 _ACEOF
21577 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21578 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21579 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21580 $as_echo_n "(cached) " >&6
21581 else
21582 cat >conftest.$ac_ext <<_ACEOF
21583 /* confdefs.h. */
21584 _ACEOF
21585 cat confdefs.h >>conftest.$ac_ext
21586 cat >>conftest.$ac_ext <<_ACEOF
21587 /* end confdefs.h. */
21588 #include <sys/types.h>
21589 #ifdef HAVE_SYS_PARAM_H
21590 # include <sys/param.h>
21591 #endif
21592 #ifdef HAVE_SYS_MOUNT_H
21593 # include <sys/mount.h>
21594 #endif
21595 #ifdef HAVE_SYS_VFS_H
21596 # include <sys/vfs.h>
21597 #endif
21598 #ifdef HAVE_SYS_STATFS_H
21599 # include <sys/statfs.h>
21600 #endif
21603 main ()
21605 static struct statfs ac_aggr;
21606 if (ac_aggr.f_namelen)
21607 return 0;
21609 return 0;
21611 _ACEOF
21612 rm -f conftest.$ac_objext
21613 if { (ac_try="$ac_compile"
21614 case "(($ac_try" in
21615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21616 *) ac_try_echo=$ac_try;;
21617 esac
21618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21619 $as_echo "$ac_try_echo") >&5
21620 (eval "$ac_compile") 2>conftest.er1
21621 ac_status=$?
21622 grep -v '^ *+' conftest.er1 >conftest.err
21623 rm -f conftest.er1
21624 cat conftest.err >&5
21625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626 (exit $ac_status); } && {
21627 test -z "$ac_c_werror_flag" ||
21628 test ! -s conftest.err
21629 } && test -s conftest.$ac_objext; then
21630 ac_cv_member_struct_statfs_f_namelen=yes
21631 else
21632 $as_echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21635 cat >conftest.$ac_ext <<_ACEOF
21636 /* confdefs.h. */
21637 _ACEOF
21638 cat confdefs.h >>conftest.$ac_ext
21639 cat >>conftest.$ac_ext <<_ACEOF
21640 /* end confdefs.h. */
21641 #include <sys/types.h>
21642 #ifdef HAVE_SYS_PARAM_H
21643 # include <sys/param.h>
21644 #endif
21645 #ifdef HAVE_SYS_MOUNT_H
21646 # include <sys/mount.h>
21647 #endif
21648 #ifdef HAVE_SYS_VFS_H
21649 # include <sys/vfs.h>
21650 #endif
21651 #ifdef HAVE_SYS_STATFS_H
21652 # include <sys/statfs.h>
21653 #endif
21656 main ()
21658 static struct statfs ac_aggr;
21659 if (sizeof ac_aggr.f_namelen)
21660 return 0;
21662 return 0;
21664 _ACEOF
21665 rm -f conftest.$ac_objext
21666 if { (ac_try="$ac_compile"
21667 case "(($ac_try" in
21668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21669 *) ac_try_echo=$ac_try;;
21670 esac
21671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21672 $as_echo "$ac_try_echo") >&5
21673 (eval "$ac_compile") 2>conftest.er1
21674 ac_status=$?
21675 grep -v '^ *+' conftest.er1 >conftest.err
21676 rm -f conftest.er1
21677 cat conftest.err >&5
21678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679 (exit $ac_status); } && {
21680 test -z "$ac_c_werror_flag" ||
21681 test ! -s conftest.err
21682 } && test -s conftest.$ac_objext; then
21683 ac_cv_member_struct_statfs_f_namelen=yes
21684 else
21685 $as_echo "$as_me: failed program was:" >&5
21686 sed 's/^/| /' conftest.$ac_ext >&5
21688 ac_cv_member_struct_statfs_f_namelen=no
21691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21696 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21697 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21698 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21700 cat >>confdefs.h <<_ACEOF
21701 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21702 _ACEOF
21708 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21709 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21710 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21711 $as_echo_n "(cached) " >&6
21712 else
21713 cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h. */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21719 #ifdef HAVE_SYS_STATVFS_H
21720 #include <sys/statvfs.h>
21721 #endif
21724 main ()
21726 static struct statvfs ac_aggr;
21727 if (ac_aggr.f_blocks)
21728 return 0;
21730 return 0;
21732 _ACEOF
21733 rm -f conftest.$ac_objext
21734 if { (ac_try="$ac_compile"
21735 case "(($ac_try" in
21736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21737 *) ac_try_echo=$ac_try;;
21738 esac
21739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21740 $as_echo "$ac_try_echo") >&5
21741 (eval "$ac_compile") 2>conftest.er1
21742 ac_status=$?
21743 grep -v '^ *+' conftest.er1 >conftest.err
21744 rm -f conftest.er1
21745 cat conftest.err >&5
21746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21747 (exit $ac_status); } && {
21748 test -z "$ac_c_werror_flag" ||
21749 test ! -s conftest.err
21750 } && test -s conftest.$ac_objext; then
21751 ac_cv_member_struct_statvfs_f_blocks=yes
21752 else
21753 $as_echo "$as_me: failed program was:" >&5
21754 sed 's/^/| /' conftest.$ac_ext >&5
21756 cat >conftest.$ac_ext <<_ACEOF
21757 /* confdefs.h. */
21758 _ACEOF
21759 cat confdefs.h >>conftest.$ac_ext
21760 cat >>conftest.$ac_ext <<_ACEOF
21761 /* end confdefs.h. */
21762 #ifdef HAVE_SYS_STATVFS_H
21763 #include <sys/statvfs.h>
21764 #endif
21767 main ()
21769 static struct statvfs ac_aggr;
21770 if (sizeof ac_aggr.f_blocks)
21771 return 0;
21773 return 0;
21775 _ACEOF
21776 rm -f conftest.$ac_objext
21777 if { (ac_try="$ac_compile"
21778 case "(($ac_try" in
21779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21780 *) ac_try_echo=$ac_try;;
21781 esac
21782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21783 $as_echo "$ac_try_echo") >&5
21784 (eval "$ac_compile") 2>conftest.er1
21785 ac_status=$?
21786 grep -v '^ *+' conftest.er1 >conftest.err
21787 rm -f conftest.er1
21788 cat conftest.err >&5
21789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); } && {
21791 test -z "$ac_c_werror_flag" ||
21792 test ! -s conftest.err
21793 } && test -s conftest.$ac_objext; then
21794 ac_cv_member_struct_statvfs_f_blocks=yes
21795 else
21796 $as_echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21799 ac_cv_member_struct_statvfs_f_blocks=no
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21808 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21809 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21811 cat >>confdefs.h <<_ACEOF
21812 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21813 _ACEOF
21819 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21820 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21821 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21822 $as_echo_n "(cached) " >&6
21823 else
21824 cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h. */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h. */
21830 #include <sys/types.h>
21831 #ifdef HAVE_SYS_SOCKET_H
21832 # include <sys/socket.h>
21833 #endif
21834 #ifdef HAVE_SYS_UN_H
21835 # include <sys/un.h>
21836 #endif
21839 main ()
21841 static struct msghdr ac_aggr;
21842 if (ac_aggr.msg_accrights)
21843 return 0;
21845 return 0;
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852 *) ac_try_echo=$ac_try;;
21853 esac
21854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21855 $as_echo "$ac_try_echo") >&5
21856 (eval "$ac_compile") 2>conftest.er1
21857 ac_status=$?
21858 grep -v '^ *+' conftest.er1 >conftest.err
21859 rm -f conftest.er1
21860 cat conftest.err >&5
21861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862 (exit $ac_status); } && {
21863 test -z "$ac_c_werror_flag" ||
21864 test ! -s conftest.err
21865 } && test -s conftest.$ac_objext; then
21866 ac_cv_member_struct_msghdr_msg_accrights=yes
21867 else
21868 $as_echo "$as_me: failed program was:" >&5
21869 sed 's/^/| /' conftest.$ac_ext >&5
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 #include <sys/types.h>
21878 #ifdef HAVE_SYS_SOCKET_H
21879 # include <sys/socket.h>
21880 #endif
21881 #ifdef HAVE_SYS_UN_H
21882 # include <sys/un.h>
21883 #endif
21886 main ()
21888 static struct msghdr ac_aggr;
21889 if (sizeof ac_aggr.msg_accrights)
21890 return 0;
21892 return 0;
21894 _ACEOF
21895 rm -f conftest.$ac_objext
21896 if { (ac_try="$ac_compile"
21897 case "(($ac_try" in
21898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21899 *) ac_try_echo=$ac_try;;
21900 esac
21901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21902 $as_echo "$ac_try_echo") >&5
21903 (eval "$ac_compile") 2>conftest.er1
21904 ac_status=$?
21905 grep -v '^ *+' conftest.er1 >conftest.err
21906 rm -f conftest.er1
21907 cat conftest.err >&5
21908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909 (exit $ac_status); } && {
21910 test -z "$ac_c_werror_flag" ||
21911 test ! -s conftest.err
21912 } && test -s conftest.$ac_objext; then
21913 ac_cv_member_struct_msghdr_msg_accrights=yes
21914 else
21915 $as_echo "$as_me: failed program was:" >&5
21916 sed 's/^/| /' conftest.$ac_ext >&5
21918 ac_cv_member_struct_msghdr_msg_accrights=no
21921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21927 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21928 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21930 cat >>confdefs.h <<_ACEOF
21931 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21932 _ACEOF
21936 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21937 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21938 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21939 $as_echo_n "(cached) " >&6
21940 else
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 #include <sys/types.h>
21948 #ifdef HAVE_SYS_SOCKET_H
21949 # include <sys/socket.h>
21950 #endif
21951 #ifdef HAVE_SYS_UN_H
21952 # include <sys/un.h>
21953 #endif
21956 main ()
21958 static struct sockaddr ac_aggr;
21959 if (ac_aggr.sa_len)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21972 $as_echo "$ac_try_echo") >&5
21973 (eval "$ac_compile") 2>conftest.er1
21974 ac_status=$?
21975 grep -v '^ *+' conftest.er1 >conftest.err
21976 rm -f conftest.er1
21977 cat conftest.err >&5
21978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979 (exit $ac_status); } && {
21980 test -z "$ac_c_werror_flag" ||
21981 test ! -s conftest.err
21982 } && test -s conftest.$ac_objext; then
21983 ac_cv_member_struct_sockaddr_sa_len=yes
21984 else
21985 $as_echo "$as_me: failed program was:" >&5
21986 sed 's/^/| /' conftest.$ac_ext >&5
21988 cat >conftest.$ac_ext <<_ACEOF
21989 /* confdefs.h. */
21990 _ACEOF
21991 cat confdefs.h >>conftest.$ac_ext
21992 cat >>conftest.$ac_ext <<_ACEOF
21993 /* end confdefs.h. */
21994 #include <sys/types.h>
21995 #ifdef HAVE_SYS_SOCKET_H
21996 # include <sys/socket.h>
21997 #endif
21998 #ifdef HAVE_SYS_UN_H
21999 # include <sys/un.h>
22000 #endif
22003 main ()
22005 static struct sockaddr ac_aggr;
22006 if (sizeof ac_aggr.sa_len)
22007 return 0;
22009 return 0;
22011 _ACEOF
22012 rm -f conftest.$ac_objext
22013 if { (ac_try="$ac_compile"
22014 case "(($ac_try" in
22015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016 *) ac_try_echo=$ac_try;;
22017 esac
22018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22019 $as_echo "$ac_try_echo") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_struct_sockaddr_sa_len=yes
22031 else
22032 $as_echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_member_struct_sockaddr_sa_len=no
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22044 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22045 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22049 _ACEOF
22053 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22054 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22055 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22056 $as_echo_n "(cached) " >&6
22057 else
22058 cat >conftest.$ac_ext <<_ACEOF
22059 /* confdefs.h. */
22060 _ACEOF
22061 cat confdefs.h >>conftest.$ac_ext
22062 cat >>conftest.$ac_ext <<_ACEOF
22063 /* end confdefs.h. */
22064 #include <sys/types.h>
22065 #ifdef HAVE_SYS_SOCKET_H
22066 # include <sys/socket.h>
22067 #endif
22068 #ifdef HAVE_SYS_UN_H
22069 # include <sys/un.h>
22070 #endif
22073 main ()
22075 static struct sockaddr_un ac_aggr;
22076 if (ac_aggr.sun_len)
22077 return 0;
22079 return 0;
22081 _ACEOF
22082 rm -f conftest.$ac_objext
22083 if { (ac_try="$ac_compile"
22084 case "(($ac_try" in
22085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22086 *) ac_try_echo=$ac_try;;
22087 esac
22088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22089 $as_echo "$ac_try_echo") >&5
22090 (eval "$ac_compile") 2>conftest.er1
22091 ac_status=$?
22092 grep -v '^ *+' conftest.er1 >conftest.err
22093 rm -f conftest.er1
22094 cat conftest.err >&5
22095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22096 (exit $ac_status); } && {
22097 test -z "$ac_c_werror_flag" ||
22098 test ! -s conftest.err
22099 } && test -s conftest.$ac_objext; then
22100 ac_cv_member_struct_sockaddr_un_sun_len=yes
22101 else
22102 $as_echo "$as_me: failed program was:" >&5
22103 sed 's/^/| /' conftest.$ac_ext >&5
22105 cat >conftest.$ac_ext <<_ACEOF
22106 /* confdefs.h. */
22107 _ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h. */
22111 #include <sys/types.h>
22112 #ifdef HAVE_SYS_SOCKET_H
22113 # include <sys/socket.h>
22114 #endif
22115 #ifdef HAVE_SYS_UN_H
22116 # include <sys/un.h>
22117 #endif
22120 main ()
22122 static struct sockaddr_un ac_aggr;
22123 if (sizeof ac_aggr.sun_len)
22124 return 0;
22126 return 0;
22128 _ACEOF
22129 rm -f conftest.$ac_objext
22130 if { (ac_try="$ac_compile"
22131 case "(($ac_try" in
22132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133 *) ac_try_echo=$ac_try;;
22134 esac
22135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22136 $as_echo "$ac_try_echo") >&5
22137 (eval "$ac_compile") 2>conftest.er1
22138 ac_status=$?
22139 grep -v '^ *+' conftest.er1 >conftest.err
22140 rm -f conftest.er1
22141 cat conftest.err >&5
22142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143 (exit $ac_status); } && {
22144 test -z "$ac_c_werror_flag" ||
22145 test ! -s conftest.err
22146 } && test -s conftest.$ac_objext; then
22147 ac_cv_member_struct_sockaddr_un_sun_len=yes
22148 else
22149 $as_echo "$as_me: failed program was:" >&5
22150 sed 's/^/| /' conftest.$ac_ext >&5
22152 ac_cv_member_struct_sockaddr_un_sun_len=no
22155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22161 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22162 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22164 cat >>confdefs.h <<_ACEOF
22165 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22166 _ACEOF
22172 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22173 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22174 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22175 $as_echo_n "(cached) " >&6
22176 else
22177 cat >conftest.$ac_ext <<_ACEOF
22178 /* confdefs.h. */
22179 _ACEOF
22180 cat confdefs.h >>conftest.$ac_ext
22181 cat >>conftest.$ac_ext <<_ACEOF
22182 /* end confdefs.h. */
22183 #include <sys/types.h>
22184 #ifdef HAVE_SCSI_SG_H
22185 #include <scsi/sg.h>
22186 #endif
22189 main ()
22191 static scsireq_t ac_aggr;
22192 if (ac_aggr.cmd)
22193 return 0;
22195 return 0;
22197 _ACEOF
22198 rm -f conftest.$ac_objext
22199 if { (ac_try="$ac_compile"
22200 case "(($ac_try" in
22201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22202 *) ac_try_echo=$ac_try;;
22203 esac
22204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22205 $as_echo "$ac_try_echo") >&5
22206 (eval "$ac_compile") 2>conftest.er1
22207 ac_status=$?
22208 grep -v '^ *+' conftest.er1 >conftest.err
22209 rm -f conftest.er1
22210 cat conftest.err >&5
22211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212 (exit $ac_status); } && {
22213 test -z "$ac_c_werror_flag" ||
22214 test ! -s conftest.err
22215 } && test -s conftest.$ac_objext; then
22216 ac_cv_member_scsireq_t_cmd=yes
22217 else
22218 $as_echo "$as_me: failed program was:" >&5
22219 sed 's/^/| /' conftest.$ac_ext >&5
22221 cat >conftest.$ac_ext <<_ACEOF
22222 /* confdefs.h. */
22223 _ACEOF
22224 cat confdefs.h >>conftest.$ac_ext
22225 cat >>conftest.$ac_ext <<_ACEOF
22226 /* end confdefs.h. */
22227 #include <sys/types.h>
22228 #ifdef HAVE_SCSI_SG_H
22229 #include <scsi/sg.h>
22230 #endif
22233 main ()
22235 static scsireq_t ac_aggr;
22236 if (sizeof ac_aggr.cmd)
22237 return 0;
22239 return 0;
22241 _ACEOF
22242 rm -f conftest.$ac_objext
22243 if { (ac_try="$ac_compile"
22244 case "(($ac_try" in
22245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22246 *) ac_try_echo=$ac_try;;
22247 esac
22248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22249 $as_echo "$ac_try_echo") >&5
22250 (eval "$ac_compile") 2>conftest.er1
22251 ac_status=$?
22252 grep -v '^ *+' conftest.er1 >conftest.err
22253 rm -f conftest.er1
22254 cat conftest.err >&5
22255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256 (exit $ac_status); } && {
22257 test -z "$ac_c_werror_flag" ||
22258 test ! -s conftest.err
22259 } && test -s conftest.$ac_objext; then
22260 ac_cv_member_scsireq_t_cmd=yes
22261 else
22262 $as_echo "$as_me: failed program was:" >&5
22263 sed 's/^/| /' conftest.$ac_ext >&5
22265 ac_cv_member_scsireq_t_cmd=no
22268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22273 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22274 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22275 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22277 cat >>confdefs.h <<_ACEOF
22278 #define HAVE_SCSIREQ_T_CMD 1
22279 _ACEOF
22283 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22284 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22285 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22286 $as_echo_n "(cached) " >&6
22287 else
22288 cat >conftest.$ac_ext <<_ACEOF
22289 /* confdefs.h. */
22290 _ACEOF
22291 cat confdefs.h >>conftest.$ac_ext
22292 cat >>conftest.$ac_ext <<_ACEOF
22293 /* end confdefs.h. */
22294 #include <sys/types.h>
22295 #ifdef HAVE_SCSI_SG_H
22296 #include <scsi/sg.h>
22297 #endif
22300 main ()
22302 static sg_io_hdr_t ac_aggr;
22303 if (ac_aggr.interface_id)
22304 return 0;
22306 return 0;
22308 _ACEOF
22309 rm -f conftest.$ac_objext
22310 if { (ac_try="$ac_compile"
22311 case "(($ac_try" in
22312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22313 *) ac_try_echo=$ac_try;;
22314 esac
22315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22316 $as_echo "$ac_try_echo") >&5
22317 (eval "$ac_compile") 2>conftest.er1
22318 ac_status=$?
22319 grep -v '^ *+' conftest.er1 >conftest.err
22320 rm -f conftest.er1
22321 cat conftest.err >&5
22322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22323 (exit $ac_status); } && {
22324 test -z "$ac_c_werror_flag" ||
22325 test ! -s conftest.err
22326 } && test -s conftest.$ac_objext; then
22327 ac_cv_member_sg_io_hdr_t_interface_id=yes
22328 else
22329 $as_echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 #include <sys/types.h>
22339 #ifdef HAVE_SCSI_SG_H
22340 #include <scsi/sg.h>
22341 #endif
22344 main ()
22346 static sg_io_hdr_t ac_aggr;
22347 if (sizeof ac_aggr.interface_id)
22348 return 0;
22350 return 0;
22352 _ACEOF
22353 rm -f conftest.$ac_objext
22354 if { (ac_try="$ac_compile"
22355 case "(($ac_try" in
22356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22357 *) ac_try_echo=$ac_try;;
22358 esac
22359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22360 $as_echo "$ac_try_echo") >&5
22361 (eval "$ac_compile") 2>conftest.er1
22362 ac_status=$?
22363 grep -v '^ *+' conftest.er1 >conftest.err
22364 rm -f conftest.er1
22365 cat conftest.err >&5
22366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367 (exit $ac_status); } && {
22368 test -z "$ac_c_werror_flag" ||
22369 test ! -s conftest.err
22370 } && test -s conftest.$ac_objext; then
22371 ac_cv_member_sg_io_hdr_t_interface_id=yes
22372 else
22373 $as_echo "$as_me: failed program was:" >&5
22374 sed 's/^/| /' conftest.$ac_ext >&5
22376 ac_cv_member_sg_io_hdr_t_interface_id=no
22379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22384 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22385 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22386 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22388 cat >>confdefs.h <<_ACEOF
22389 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22390 _ACEOF
22396 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22397 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22398 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22399 $as_echo_n "(cached) " >&6
22400 else
22401 cat >conftest.$ac_ext <<_ACEOF
22402 /* confdefs.h. */
22403 _ACEOF
22404 cat confdefs.h >>conftest.$ac_ext
22405 cat >>conftest.$ac_ext <<_ACEOF
22406 /* end confdefs.h. */
22407 #include <signal.h>
22410 main ()
22412 static siginfo_t ac_aggr;
22413 if (ac_aggr.si_fd)
22414 return 0;
22416 return 0;
22418 _ACEOF
22419 rm -f conftest.$ac_objext
22420 if { (ac_try="$ac_compile"
22421 case "(($ac_try" in
22422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22423 *) ac_try_echo=$ac_try;;
22424 esac
22425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22426 $as_echo "$ac_try_echo") >&5
22427 (eval "$ac_compile") 2>conftest.er1
22428 ac_status=$?
22429 grep -v '^ *+' conftest.er1 >conftest.err
22430 rm -f conftest.er1
22431 cat conftest.err >&5
22432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22433 (exit $ac_status); } && {
22434 test -z "$ac_c_werror_flag" ||
22435 test ! -s conftest.err
22436 } && test -s conftest.$ac_objext; then
22437 ac_cv_member_siginfo_t_si_fd=yes
22438 else
22439 $as_echo "$as_me: failed program was:" >&5
22440 sed 's/^/| /' conftest.$ac_ext >&5
22442 cat >conftest.$ac_ext <<_ACEOF
22443 /* confdefs.h. */
22444 _ACEOF
22445 cat confdefs.h >>conftest.$ac_ext
22446 cat >>conftest.$ac_ext <<_ACEOF
22447 /* end confdefs.h. */
22448 #include <signal.h>
22451 main ()
22453 static siginfo_t ac_aggr;
22454 if (sizeof ac_aggr.si_fd)
22455 return 0;
22457 return 0;
22459 _ACEOF
22460 rm -f conftest.$ac_objext
22461 if { (ac_try="$ac_compile"
22462 case "(($ac_try" in
22463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22464 *) ac_try_echo=$ac_try;;
22465 esac
22466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22467 $as_echo "$ac_try_echo") >&5
22468 (eval "$ac_compile") 2>conftest.er1
22469 ac_status=$?
22470 grep -v '^ *+' conftest.er1 >conftest.err
22471 rm -f conftest.er1
22472 cat conftest.err >&5
22473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22474 (exit $ac_status); } && {
22475 test -z "$ac_c_werror_flag" ||
22476 test ! -s conftest.err
22477 } && test -s conftest.$ac_objext; then
22478 ac_cv_member_siginfo_t_si_fd=yes
22479 else
22480 $as_echo "$as_me: failed program was:" >&5
22481 sed 's/^/| /' conftest.$ac_ext >&5
22483 ac_cv_member_siginfo_t_si_fd=no
22486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22491 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22492 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22493 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22495 cat >>confdefs.h <<_ACEOF
22496 #define HAVE_SIGINFO_T_SI_FD 1
22497 _ACEOF
22503 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22504 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22505 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22506 $as_echo_n "(cached) " >&6
22507 else
22508 cat >conftest.$ac_ext <<_ACEOF
22509 /* confdefs.h. */
22510 _ACEOF
22511 cat confdefs.h >>conftest.$ac_ext
22512 cat >>conftest.$ac_ext <<_ACEOF
22513 /* end confdefs.h. */
22514 #include <sys/types.h>
22515 #ifdef HAVE_SYS_MTIO_H
22516 #include <sys/mtio.h>
22517 #endif
22520 main ()
22522 static struct mtget ac_aggr;
22523 if (ac_aggr.mt_blksiz)
22524 return 0;
22526 return 0;
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (ac_try="$ac_compile"
22531 case "(($ac_try" in
22532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22533 *) ac_try_echo=$ac_try;;
22534 esac
22535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22536 $as_echo "$ac_try_echo") >&5
22537 (eval "$ac_compile") 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } && {
22544 test -z "$ac_c_werror_flag" ||
22545 test ! -s conftest.err
22546 } && test -s conftest.$ac_objext; then
22547 ac_cv_member_struct_mtget_mt_blksiz=yes
22548 else
22549 $as_echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22552 cat >conftest.$ac_ext <<_ACEOF
22553 /* confdefs.h. */
22554 _ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h. */
22558 #include <sys/types.h>
22559 #ifdef HAVE_SYS_MTIO_H
22560 #include <sys/mtio.h>
22561 #endif
22564 main ()
22566 static struct mtget ac_aggr;
22567 if (sizeof ac_aggr.mt_blksiz)
22568 return 0;
22570 return 0;
22572 _ACEOF
22573 rm -f conftest.$ac_objext
22574 if { (ac_try="$ac_compile"
22575 case "(($ac_try" in
22576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22577 *) ac_try_echo=$ac_try;;
22578 esac
22579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22580 $as_echo "$ac_try_echo") >&5
22581 (eval "$ac_compile") 2>conftest.er1
22582 ac_status=$?
22583 grep -v '^ *+' conftest.er1 >conftest.err
22584 rm -f conftest.er1
22585 cat conftest.err >&5
22586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22587 (exit $ac_status); } && {
22588 test -z "$ac_c_werror_flag" ||
22589 test ! -s conftest.err
22590 } && test -s conftest.$ac_objext; then
22591 ac_cv_member_struct_mtget_mt_blksiz=yes
22592 else
22593 $as_echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.$ac_ext >&5
22596 ac_cv_member_struct_mtget_mt_blksiz=no
22599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22604 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22605 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22606 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22608 cat >>confdefs.h <<_ACEOF
22609 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22610 _ACEOF
22614 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22615 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22616 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22617 $as_echo_n "(cached) " >&6
22618 else
22619 cat >conftest.$ac_ext <<_ACEOF
22620 /* confdefs.h. */
22621 _ACEOF
22622 cat confdefs.h >>conftest.$ac_ext
22623 cat >>conftest.$ac_ext <<_ACEOF
22624 /* end confdefs.h. */
22625 #include <sys/types.h>
22626 #ifdef HAVE_SYS_MTIO_H
22627 #include <sys/mtio.h>
22628 #endif
22631 main ()
22633 static struct mtget ac_aggr;
22634 if (ac_aggr.mt_gstat)
22635 return 0;
22637 return 0;
22639 _ACEOF
22640 rm -f conftest.$ac_objext
22641 if { (ac_try="$ac_compile"
22642 case "(($ac_try" in
22643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22644 *) ac_try_echo=$ac_try;;
22645 esac
22646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22647 $as_echo "$ac_try_echo") >&5
22648 (eval "$ac_compile") 2>conftest.er1
22649 ac_status=$?
22650 grep -v '^ *+' conftest.er1 >conftest.err
22651 rm -f conftest.er1
22652 cat conftest.err >&5
22653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); } && {
22655 test -z "$ac_c_werror_flag" ||
22656 test ! -s conftest.err
22657 } && test -s conftest.$ac_objext; then
22658 ac_cv_member_struct_mtget_mt_gstat=yes
22659 else
22660 $as_echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22663 cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669 #include <sys/types.h>
22670 #ifdef HAVE_SYS_MTIO_H
22671 #include <sys/mtio.h>
22672 #endif
22675 main ()
22677 static struct mtget ac_aggr;
22678 if (sizeof ac_aggr.mt_gstat)
22679 return 0;
22681 return 0;
22683 _ACEOF
22684 rm -f conftest.$ac_objext
22685 if { (ac_try="$ac_compile"
22686 case "(($ac_try" in
22687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22688 *) ac_try_echo=$ac_try;;
22689 esac
22690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22691 $as_echo "$ac_try_echo") >&5
22692 (eval "$ac_compile") 2>conftest.er1
22693 ac_status=$?
22694 grep -v '^ *+' conftest.er1 >conftest.err
22695 rm -f conftest.er1
22696 cat conftest.err >&5
22697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22698 (exit $ac_status); } && {
22699 test -z "$ac_c_werror_flag" ||
22700 test ! -s conftest.err
22701 } && test -s conftest.$ac_objext; then
22702 ac_cv_member_struct_mtget_mt_gstat=yes
22703 else
22704 $as_echo "$as_me: failed program was:" >&5
22705 sed 's/^/| /' conftest.$ac_ext >&5
22707 ac_cv_member_struct_mtget_mt_gstat=no
22710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22715 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22716 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22717 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22719 cat >>confdefs.h <<_ACEOF
22720 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22721 _ACEOF
22725 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22726 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22727 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22728 $as_echo_n "(cached) " >&6
22729 else
22730 cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h. */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h. */
22736 #include <sys/types.h>
22737 #ifdef HAVE_SYS_MTIO_H
22738 #include <sys/mtio.h>
22739 #endif
22742 main ()
22744 static struct mtget ac_aggr;
22745 if (ac_aggr.mt_blkno)
22746 return 0;
22748 return 0;
22750 _ACEOF
22751 rm -f conftest.$ac_objext
22752 if { (ac_try="$ac_compile"
22753 case "(($ac_try" in
22754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22756 esac
22757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22758 $as_echo "$ac_try_echo") >&5
22759 (eval "$ac_compile") 2>conftest.er1
22760 ac_status=$?
22761 grep -v '^ *+' conftest.er1 >conftest.err
22762 rm -f conftest.er1
22763 cat conftest.err >&5
22764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765 (exit $ac_status); } && {
22766 test -z "$ac_c_werror_flag" ||
22767 test ! -s conftest.err
22768 } && test -s conftest.$ac_objext; then
22769 ac_cv_member_struct_mtget_mt_blkno=yes
22770 else
22771 $as_echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 cat >conftest.$ac_ext <<_ACEOF
22775 /* confdefs.h. */
22776 _ACEOF
22777 cat confdefs.h >>conftest.$ac_ext
22778 cat >>conftest.$ac_ext <<_ACEOF
22779 /* end confdefs.h. */
22780 #include <sys/types.h>
22781 #ifdef HAVE_SYS_MTIO_H
22782 #include <sys/mtio.h>
22783 #endif
22786 main ()
22788 static struct mtget ac_aggr;
22789 if (sizeof ac_aggr.mt_blkno)
22790 return 0;
22792 return 0;
22794 _ACEOF
22795 rm -f conftest.$ac_objext
22796 if { (ac_try="$ac_compile"
22797 case "(($ac_try" in
22798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22799 *) ac_try_echo=$ac_try;;
22800 esac
22801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22802 $as_echo "$ac_try_echo") >&5
22803 (eval "$ac_compile") 2>conftest.er1
22804 ac_status=$?
22805 grep -v '^ *+' conftest.er1 >conftest.err
22806 rm -f conftest.er1
22807 cat conftest.err >&5
22808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22809 (exit $ac_status); } && {
22810 test -z "$ac_c_werror_flag" ||
22811 test ! -s conftest.err
22812 } && test -s conftest.$ac_objext; then
22813 ac_cv_member_struct_mtget_mt_blkno=yes
22814 else
22815 $as_echo "$as_me: failed program was:" >&5
22816 sed 's/^/| /' conftest.$ac_ext >&5
22818 ac_cv_member_struct_mtget_mt_blkno=no
22821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22826 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22827 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22828 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22830 cat >>confdefs.h <<_ACEOF
22831 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22832 _ACEOF
22838 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22839 $as_echo_n "checking for struct option.name... " >&6; }
22840 if test "${ac_cv_member_struct_option_name+set}" = set; then
22841 $as_echo_n "(cached) " >&6
22842 else
22843 cat >conftest.$ac_ext <<_ACEOF
22844 /* confdefs.h. */
22845 _ACEOF
22846 cat confdefs.h >>conftest.$ac_ext
22847 cat >>conftest.$ac_ext <<_ACEOF
22848 /* end confdefs.h. */
22849 #ifdef HAVE_GETOPT_H
22850 #include <getopt.h>
22851 #endif
22854 main ()
22856 static struct option ac_aggr;
22857 if (ac_aggr.name)
22858 return 0;
22860 return 0;
22862 _ACEOF
22863 rm -f conftest.$ac_objext
22864 if { (ac_try="$ac_compile"
22865 case "(($ac_try" in
22866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22867 *) ac_try_echo=$ac_try;;
22868 esac
22869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22870 $as_echo "$ac_try_echo") >&5
22871 (eval "$ac_compile") 2>conftest.er1
22872 ac_status=$?
22873 grep -v '^ *+' conftest.er1 >conftest.err
22874 rm -f conftest.er1
22875 cat conftest.err >&5
22876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22877 (exit $ac_status); } && {
22878 test -z "$ac_c_werror_flag" ||
22879 test ! -s conftest.err
22880 } && test -s conftest.$ac_objext; then
22881 ac_cv_member_struct_option_name=yes
22882 else
22883 $as_echo "$as_me: failed program was:" >&5
22884 sed 's/^/| /' conftest.$ac_ext >&5
22886 cat >conftest.$ac_ext <<_ACEOF
22887 /* confdefs.h. */
22888 _ACEOF
22889 cat confdefs.h >>conftest.$ac_ext
22890 cat >>conftest.$ac_ext <<_ACEOF
22891 /* end confdefs.h. */
22892 #ifdef HAVE_GETOPT_H
22893 #include <getopt.h>
22894 #endif
22897 main ()
22899 static struct option ac_aggr;
22900 if (sizeof ac_aggr.name)
22901 return 0;
22903 return 0;
22905 _ACEOF
22906 rm -f conftest.$ac_objext
22907 if { (ac_try="$ac_compile"
22908 case "(($ac_try" in
22909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910 *) ac_try_echo=$ac_try;;
22911 esac
22912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22913 $as_echo "$ac_try_echo") >&5
22914 (eval "$ac_compile") 2>conftest.er1
22915 ac_status=$?
22916 grep -v '^ *+' conftest.er1 >conftest.err
22917 rm -f conftest.er1
22918 cat conftest.err >&5
22919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); } && {
22921 test -z "$ac_c_werror_flag" ||
22922 test ! -s conftest.err
22923 } && test -s conftest.$ac_objext; then
22924 ac_cv_member_struct_option_name=yes
22925 else
22926 $as_echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22929 ac_cv_member_struct_option_name=no
22932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22937 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22938 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22939 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22941 cat >>confdefs.h <<_ACEOF
22942 #define HAVE_STRUCT_OPTION_NAME 1
22943 _ACEOF
22949 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22950 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22951 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22952 $as_echo_n "(cached) " >&6
22953 else
22954 cat >conftest.$ac_ext <<_ACEOF
22955 /* confdefs.h. */
22956 _ACEOF
22957 cat confdefs.h >>conftest.$ac_ext
22958 cat >>conftest.$ac_ext <<_ACEOF
22959 /* end confdefs.h. */
22960 $ac_includes_default
22962 main ()
22964 static struct stat ac_aggr;
22965 if (ac_aggr.st_blocks)
22966 return 0;
22968 return 0;
22970 _ACEOF
22971 rm -f conftest.$ac_objext
22972 if { (ac_try="$ac_compile"
22973 case "(($ac_try" in
22974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975 *) ac_try_echo=$ac_try;;
22976 esac
22977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22978 $as_echo "$ac_try_echo") >&5
22979 (eval "$ac_compile") 2>conftest.er1
22980 ac_status=$?
22981 grep -v '^ *+' conftest.er1 >conftest.err
22982 rm -f conftest.er1
22983 cat conftest.err >&5
22984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985 (exit $ac_status); } && {
22986 test -z "$ac_c_werror_flag" ||
22987 test ! -s conftest.err
22988 } && test -s conftest.$ac_objext; then
22989 ac_cv_member_struct_stat_st_blocks=yes
22990 else
22991 $as_echo "$as_me: failed program was:" >&5
22992 sed 's/^/| /' conftest.$ac_ext >&5
22994 cat >conftest.$ac_ext <<_ACEOF
22995 /* confdefs.h. */
22996 _ACEOF
22997 cat confdefs.h >>conftest.$ac_ext
22998 cat >>conftest.$ac_ext <<_ACEOF
22999 /* end confdefs.h. */
23000 $ac_includes_default
23002 main ()
23004 static struct stat ac_aggr;
23005 if (sizeof ac_aggr.st_blocks)
23006 return 0;
23008 return 0;
23010 _ACEOF
23011 rm -f conftest.$ac_objext
23012 if { (ac_try="$ac_compile"
23013 case "(($ac_try" in
23014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015 *) ac_try_echo=$ac_try;;
23016 esac
23017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23018 $as_echo "$ac_try_echo") >&5
23019 (eval "$ac_compile") 2>conftest.er1
23020 ac_status=$?
23021 grep -v '^ *+' conftest.er1 >conftest.err
23022 rm -f conftest.er1
23023 cat conftest.err >&5
23024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025 (exit $ac_status); } && {
23026 test -z "$ac_c_werror_flag" ||
23027 test ! -s conftest.err
23028 } && test -s conftest.$ac_objext; then
23029 ac_cv_member_struct_stat_st_blocks=yes
23030 else
23031 $as_echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23034 ac_cv_member_struct_stat_st_blocks=no
23037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23042 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23043 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23044 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23046 cat >>confdefs.h <<_ACEOF
23047 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23048 _ACEOF
23052 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23053 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23054 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23055 $as_echo_n "(cached) " >&6
23056 else
23057 cat >conftest.$ac_ext <<_ACEOF
23058 /* confdefs.h. */
23059 _ACEOF
23060 cat confdefs.h >>conftest.$ac_ext
23061 cat >>conftest.$ac_ext <<_ACEOF
23062 /* end confdefs.h. */
23063 $ac_includes_default
23065 main ()
23067 static struct stat ac_aggr;
23068 if (ac_aggr.st_mtim)
23069 return 0;
23071 return 0;
23073 _ACEOF
23074 rm -f conftest.$ac_objext
23075 if { (ac_try="$ac_compile"
23076 case "(($ac_try" in
23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23078 *) ac_try_echo=$ac_try;;
23079 esac
23080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23081 $as_echo "$ac_try_echo") >&5
23082 (eval "$ac_compile") 2>conftest.er1
23083 ac_status=$?
23084 grep -v '^ *+' conftest.er1 >conftest.err
23085 rm -f conftest.er1
23086 cat conftest.err >&5
23087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23088 (exit $ac_status); } && {
23089 test -z "$ac_c_werror_flag" ||
23090 test ! -s conftest.err
23091 } && test -s conftest.$ac_objext; then
23092 ac_cv_member_struct_stat_st_mtim=yes
23093 else
23094 $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5
23097 cat >conftest.$ac_ext <<_ACEOF
23098 /* confdefs.h. */
23099 _ACEOF
23100 cat confdefs.h >>conftest.$ac_ext
23101 cat >>conftest.$ac_ext <<_ACEOF
23102 /* end confdefs.h. */
23103 $ac_includes_default
23105 main ()
23107 static struct stat ac_aggr;
23108 if (sizeof ac_aggr.st_mtim)
23109 return 0;
23111 return 0;
23113 _ACEOF
23114 rm -f conftest.$ac_objext
23115 if { (ac_try="$ac_compile"
23116 case "(($ac_try" in
23117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23118 *) ac_try_echo=$ac_try;;
23119 esac
23120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23121 $as_echo "$ac_try_echo") >&5
23122 (eval "$ac_compile") 2>conftest.er1
23123 ac_status=$?
23124 grep -v '^ *+' conftest.er1 >conftest.err
23125 rm -f conftest.er1
23126 cat conftest.err >&5
23127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23128 (exit $ac_status); } && {
23129 test -z "$ac_c_werror_flag" ||
23130 test ! -s conftest.err
23131 } && test -s conftest.$ac_objext; then
23132 ac_cv_member_struct_stat_st_mtim=yes
23133 else
23134 $as_echo "$as_me: failed program was:" >&5
23135 sed 's/^/| /' conftest.$ac_ext >&5
23137 ac_cv_member_struct_stat_st_mtim=no
23140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23145 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23146 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23147 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23149 cat >>confdefs.h <<_ACEOF
23150 #define HAVE_STRUCT_STAT_ST_MTIM 1
23151 _ACEOF
23155 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23156 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23157 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23158 $as_echo_n "(cached) " >&6
23159 else
23160 cat >conftest.$ac_ext <<_ACEOF
23161 /* confdefs.h. */
23162 _ACEOF
23163 cat confdefs.h >>conftest.$ac_ext
23164 cat >>conftest.$ac_ext <<_ACEOF
23165 /* end confdefs.h. */
23166 $ac_includes_default
23168 main ()
23170 static struct stat ac_aggr;
23171 if (ac_aggr.st_ctim)
23172 return 0;
23174 return 0;
23176 _ACEOF
23177 rm -f conftest.$ac_objext
23178 if { (ac_try="$ac_compile"
23179 case "(($ac_try" in
23180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23181 *) ac_try_echo=$ac_try;;
23182 esac
23183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23184 $as_echo "$ac_try_echo") >&5
23185 (eval "$ac_compile") 2>conftest.er1
23186 ac_status=$?
23187 grep -v '^ *+' conftest.er1 >conftest.err
23188 rm -f conftest.er1
23189 cat conftest.err >&5
23190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23191 (exit $ac_status); } && {
23192 test -z "$ac_c_werror_flag" ||
23193 test ! -s conftest.err
23194 } && test -s conftest.$ac_objext; then
23195 ac_cv_member_struct_stat_st_ctim=yes
23196 else
23197 $as_echo "$as_me: failed program was:" >&5
23198 sed 's/^/| /' conftest.$ac_ext >&5
23200 cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h. */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h. */
23206 $ac_includes_default
23208 main ()
23210 static struct stat ac_aggr;
23211 if (sizeof ac_aggr.st_ctim)
23212 return 0;
23214 return 0;
23216 _ACEOF
23217 rm -f conftest.$ac_objext
23218 if { (ac_try="$ac_compile"
23219 case "(($ac_try" in
23220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23221 *) ac_try_echo=$ac_try;;
23222 esac
23223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23224 $as_echo "$ac_try_echo") >&5
23225 (eval "$ac_compile") 2>conftest.er1
23226 ac_status=$?
23227 grep -v '^ *+' conftest.er1 >conftest.err
23228 rm -f conftest.er1
23229 cat conftest.err >&5
23230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23231 (exit $ac_status); } && {
23232 test -z "$ac_c_werror_flag" ||
23233 test ! -s conftest.err
23234 } && test -s conftest.$ac_objext; then
23235 ac_cv_member_struct_stat_st_ctim=yes
23236 else
23237 $as_echo "$as_me: failed program was:" >&5
23238 sed 's/^/| /' conftest.$ac_ext >&5
23240 ac_cv_member_struct_stat_st_ctim=no
23243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23249 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23250 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23252 cat >>confdefs.h <<_ACEOF
23253 #define HAVE_STRUCT_STAT_ST_CTIM 1
23254 _ACEOF
23258 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23259 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23260 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23261 $as_echo_n "(cached) " >&6
23262 else
23263 cat >conftest.$ac_ext <<_ACEOF
23264 /* confdefs.h. */
23265 _ACEOF
23266 cat confdefs.h >>conftest.$ac_ext
23267 cat >>conftest.$ac_ext <<_ACEOF
23268 /* end confdefs.h. */
23269 $ac_includes_default
23271 main ()
23273 static struct stat ac_aggr;
23274 if (ac_aggr.st_atim)
23275 return 0;
23277 return 0;
23279 _ACEOF
23280 rm -f conftest.$ac_objext
23281 if { (ac_try="$ac_compile"
23282 case "(($ac_try" in
23283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23284 *) ac_try_echo=$ac_try;;
23285 esac
23286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23287 $as_echo "$ac_try_echo") >&5
23288 (eval "$ac_compile") 2>conftest.er1
23289 ac_status=$?
23290 grep -v '^ *+' conftest.er1 >conftest.err
23291 rm -f conftest.er1
23292 cat conftest.err >&5
23293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294 (exit $ac_status); } && {
23295 test -z "$ac_c_werror_flag" ||
23296 test ! -s conftest.err
23297 } && test -s conftest.$ac_objext; then
23298 ac_cv_member_struct_stat_st_atim=yes
23299 else
23300 $as_echo "$as_me: failed program was:" >&5
23301 sed 's/^/| /' conftest.$ac_ext >&5
23303 cat >conftest.$ac_ext <<_ACEOF
23304 /* confdefs.h. */
23305 _ACEOF
23306 cat confdefs.h >>conftest.$ac_ext
23307 cat >>conftest.$ac_ext <<_ACEOF
23308 /* end confdefs.h. */
23309 $ac_includes_default
23311 main ()
23313 static struct stat ac_aggr;
23314 if (sizeof ac_aggr.st_atim)
23315 return 0;
23317 return 0;
23319 _ACEOF
23320 rm -f conftest.$ac_objext
23321 if { (ac_try="$ac_compile"
23322 case "(($ac_try" in
23323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23324 *) ac_try_echo=$ac_try;;
23325 esac
23326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23327 $as_echo "$ac_try_echo") >&5
23328 (eval "$ac_compile") 2>conftest.er1
23329 ac_status=$?
23330 grep -v '^ *+' conftest.er1 >conftest.err
23331 rm -f conftest.er1
23332 cat conftest.err >&5
23333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23334 (exit $ac_status); } && {
23335 test -z "$ac_c_werror_flag" ||
23336 test ! -s conftest.err
23337 } && test -s conftest.$ac_objext; then
23338 ac_cv_member_struct_stat_st_atim=yes
23339 else
23340 $as_echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23343 ac_cv_member_struct_stat_st_atim=no
23346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23352 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23353 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23355 cat >>confdefs.h <<_ACEOF
23356 #define HAVE_STRUCT_STAT_ST_ATIM 1
23357 _ACEOF
23363 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23364 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23365 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23366 $as_echo_n "(cached) " >&6
23367 else
23368 cat >conftest.$ac_ext <<_ACEOF
23369 /* confdefs.h. */
23370 _ACEOF
23371 cat confdefs.h >>conftest.$ac_ext
23372 cat >>conftest.$ac_ext <<_ACEOF
23373 /* end confdefs.h. */
23374 #ifdef HAVE_SYS_TYPES_H
23375 #include <sys/types.h>
23376 #endif
23377 #ifdef HAVE_NETINET_IN_H
23378 #include <netinet/in.h>
23379 #endif
23382 main ()
23384 static struct sockaddr_in6 ac_aggr;
23385 if (ac_aggr.sin6_scope_id)
23386 return 0;
23388 return 0;
23390 _ACEOF
23391 rm -f conftest.$ac_objext
23392 if { (ac_try="$ac_compile"
23393 case "(($ac_try" in
23394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23395 *) ac_try_echo=$ac_try;;
23396 esac
23397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23398 $as_echo "$ac_try_echo") >&5
23399 (eval "$ac_compile") 2>conftest.er1
23400 ac_status=$?
23401 grep -v '^ *+' conftest.er1 >conftest.err
23402 rm -f conftest.er1
23403 cat conftest.err >&5
23404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); } && {
23406 test -z "$ac_c_werror_flag" ||
23407 test ! -s conftest.err
23408 } && test -s conftest.$ac_objext; then
23409 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23410 else
23411 $as_echo "$as_me: failed program was:" >&5
23412 sed 's/^/| /' conftest.$ac_ext >&5
23414 cat >conftest.$ac_ext <<_ACEOF
23415 /* confdefs.h. */
23416 _ACEOF
23417 cat confdefs.h >>conftest.$ac_ext
23418 cat >>conftest.$ac_ext <<_ACEOF
23419 /* end confdefs.h. */
23420 #ifdef HAVE_SYS_TYPES_H
23421 #include <sys/types.h>
23422 #endif
23423 #ifdef HAVE_NETINET_IN_H
23424 #include <netinet/in.h>
23425 #endif
23428 main ()
23430 static struct sockaddr_in6 ac_aggr;
23431 if (sizeof ac_aggr.sin6_scope_id)
23432 return 0;
23434 return 0;
23436 _ACEOF
23437 rm -f conftest.$ac_objext
23438 if { (ac_try="$ac_compile"
23439 case "(($ac_try" in
23440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23441 *) ac_try_echo=$ac_try;;
23442 esac
23443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23444 $as_echo "$ac_try_echo") >&5
23445 (eval "$ac_compile") 2>conftest.er1
23446 ac_status=$?
23447 grep -v '^ *+' conftest.er1 >conftest.err
23448 rm -f conftest.er1
23449 cat conftest.err >&5
23450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); } && {
23452 test -z "$ac_c_werror_flag" ||
23453 test ! -s conftest.err
23454 } && test -s conftest.$ac_objext; then
23455 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23456 else
23457 $as_echo "$as_me: failed program was:" >&5
23458 sed 's/^/| /' conftest.$ac_ext >&5
23460 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23468 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23469 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23470 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23472 cat >>confdefs.h <<_ACEOF
23473 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23474 _ACEOF
23480 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23481 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23482 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23483 $as_echo_n "(cached) " >&6
23484 else
23485 cat >conftest.$ac_ext <<_ACEOF
23486 /* confdefs.h. */
23487 _ACEOF
23488 cat confdefs.h >>conftest.$ac_ext
23489 cat >>conftest.$ac_ext <<_ACEOF
23490 /* end confdefs.h. */
23491 #ifdef HAVE_SYS_TYPES_H
23492 #include <sys/types.h>
23493 #endif
23494 #ifdef HAVE_NETINET_IN_H
23495 # include <netinet/in.h>
23496 #endif
23497 #ifdef HAVE_ARPA_NAMESER_H
23498 # include <arpa/nameser.h>
23499 #endif
23502 main ()
23504 static ns_msg ac_aggr;
23505 if (ac_aggr._msg_ptr)
23506 return 0;
23508 return 0;
23510 _ACEOF
23511 rm -f conftest.$ac_objext
23512 if { (ac_try="$ac_compile"
23513 case "(($ac_try" in
23514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23515 *) ac_try_echo=$ac_try;;
23516 esac
23517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23518 $as_echo "$ac_try_echo") >&5
23519 (eval "$ac_compile") 2>conftest.er1
23520 ac_status=$?
23521 grep -v '^ *+' conftest.er1 >conftest.err
23522 rm -f conftest.er1
23523 cat conftest.err >&5
23524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23525 (exit $ac_status); } && {
23526 test -z "$ac_c_werror_flag" ||
23527 test ! -s conftest.err
23528 } && test -s conftest.$ac_objext; then
23529 ac_cv_member_ns_msg__msg_ptr=yes
23530 else
23531 $as_echo "$as_me: failed program was:" >&5
23532 sed 's/^/| /' conftest.$ac_ext >&5
23534 cat >conftest.$ac_ext <<_ACEOF
23535 /* confdefs.h. */
23536 _ACEOF
23537 cat confdefs.h >>conftest.$ac_ext
23538 cat >>conftest.$ac_ext <<_ACEOF
23539 /* end confdefs.h. */
23540 #ifdef HAVE_SYS_TYPES_H
23541 #include <sys/types.h>
23542 #endif
23543 #ifdef HAVE_NETINET_IN_H
23544 # include <netinet/in.h>
23545 #endif
23546 #ifdef HAVE_ARPA_NAMESER_H
23547 # include <arpa/nameser.h>
23548 #endif
23551 main ()
23553 static ns_msg ac_aggr;
23554 if (sizeof ac_aggr._msg_ptr)
23555 return 0;
23557 return 0;
23559 _ACEOF
23560 rm -f conftest.$ac_objext
23561 if { (ac_try="$ac_compile"
23562 case "(($ac_try" in
23563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23564 *) ac_try_echo=$ac_try;;
23565 esac
23566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23567 $as_echo "$ac_try_echo") >&5
23568 (eval "$ac_compile") 2>conftest.er1
23569 ac_status=$?
23570 grep -v '^ *+' conftest.er1 >conftest.err
23571 rm -f conftest.er1
23572 cat conftest.err >&5
23573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574 (exit $ac_status); } && {
23575 test -z "$ac_c_werror_flag" ||
23576 test ! -s conftest.err
23577 } && test -s conftest.$ac_objext; then
23578 ac_cv_member_ns_msg__msg_ptr=yes
23579 else
23580 $as_echo "$as_me: failed program was:" >&5
23581 sed 's/^/| /' conftest.$ac_ext >&5
23583 ac_cv_member_ns_msg__msg_ptr=no
23586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23591 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23592 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23593 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23595 cat >>confdefs.h <<_ACEOF
23596 #define HAVE_NS_MSG__MSG_PTR 1
23597 _ACEOF
23603 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23604 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23605 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23606 $as_echo_n "(cached) " >&6
23607 else
23608 cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h. */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 #ifdef HAVE_SYS_TYPES_H
23615 #include <sys/types.h>
23616 #endif
23617 #ifdef HAVE_ALIAS_H
23618 #include <alias.h>
23619 #endif
23620 #ifdef HAVE_SYS_SOCKET_H
23621 #include <sys/socket.h>
23622 #endif
23623 #ifdef HAVE_SYS_SOCKETVAR_H
23624 #include <sys/socketvar.h>
23625 #endif
23626 #ifdef HAVE_SYS_TIMEOUT_H
23627 #include <sys/timeout.h>
23628 #endif
23629 #ifdef HAVE_NETINET_IN_H
23630 #include <netinet/in.h>
23631 #endif
23632 #ifdef HAVE_NETINET_IN_SYSTM_H
23633 #include <netinet/in_systm.h>
23634 #endif
23635 #ifdef HAVE_NETINET_IP_H
23636 #include <netinet/ip.h>
23637 #endif
23638 #ifdef HAVE_NETINET_IP_VAR_H
23639 #include <netinet/ip_var.h>
23640 #endif
23641 #ifdef HAVE_NETINET_IP_ICMP_H
23642 #include <netinet/ip_icmp.h>
23643 #endif
23644 #ifdef HAVE_NETINET_ICMP_VAR
23645 #include <netinet/icmp_var.h>
23646 #endif
23649 main ()
23651 static struct icmpstat ac_aggr;
23652 if (ac_aggr.icps_outhist)
23653 return 0;
23655 return 0;
23657 _ACEOF
23658 rm -f conftest.$ac_objext
23659 if { (ac_try="$ac_compile"
23660 case "(($ac_try" in
23661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23662 *) ac_try_echo=$ac_try;;
23663 esac
23664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23665 $as_echo "$ac_try_echo") >&5
23666 (eval "$ac_compile") 2>conftest.er1
23667 ac_status=$?
23668 grep -v '^ *+' conftest.er1 >conftest.err
23669 rm -f conftest.er1
23670 cat conftest.err >&5
23671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23672 (exit $ac_status); } && {
23673 test -z "$ac_c_werror_flag" ||
23674 test ! -s conftest.err
23675 } && test -s conftest.$ac_objext; then
23676 ac_cv_member_struct_icmpstat_icps_outhist=yes
23677 else
23678 $as_echo "$as_me: failed program was:" >&5
23679 sed 's/^/| /' conftest.$ac_ext >&5
23681 cat >conftest.$ac_ext <<_ACEOF
23682 /* confdefs.h. */
23683 _ACEOF
23684 cat confdefs.h >>conftest.$ac_ext
23685 cat >>conftest.$ac_ext <<_ACEOF
23686 /* end confdefs.h. */
23687 #ifdef HAVE_SYS_TYPES_H
23688 #include <sys/types.h>
23689 #endif
23690 #ifdef HAVE_ALIAS_H
23691 #include <alias.h>
23692 #endif
23693 #ifdef HAVE_SYS_SOCKET_H
23694 #include <sys/socket.h>
23695 #endif
23696 #ifdef HAVE_SYS_SOCKETVAR_H
23697 #include <sys/socketvar.h>
23698 #endif
23699 #ifdef HAVE_SYS_TIMEOUT_H
23700 #include <sys/timeout.h>
23701 #endif
23702 #ifdef HAVE_NETINET_IN_H
23703 #include <netinet/in.h>
23704 #endif
23705 #ifdef HAVE_NETINET_IN_SYSTM_H
23706 #include <netinet/in_systm.h>
23707 #endif
23708 #ifdef HAVE_NETINET_IP_H
23709 #include <netinet/ip.h>
23710 #endif
23711 #ifdef HAVE_NETINET_IP_VAR_H
23712 #include <netinet/ip_var.h>
23713 #endif
23714 #ifdef HAVE_NETINET_IP_ICMP_H
23715 #include <netinet/ip_icmp.h>
23716 #endif
23717 #ifdef HAVE_NETINET_ICMP_VAR
23718 #include <netinet/icmp_var.h>
23719 #endif
23722 main ()
23724 static struct icmpstat ac_aggr;
23725 if (sizeof ac_aggr.icps_outhist)
23726 return 0;
23728 return 0;
23730 _ACEOF
23731 rm -f conftest.$ac_objext
23732 if { (ac_try="$ac_compile"
23733 case "(($ac_try" in
23734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23735 *) ac_try_echo=$ac_try;;
23736 esac
23737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23738 $as_echo "$ac_try_echo") >&5
23739 (eval "$ac_compile") 2>conftest.er1
23740 ac_status=$?
23741 grep -v '^ *+' conftest.er1 >conftest.err
23742 rm -f conftest.er1
23743 cat conftest.err >&5
23744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23745 (exit $ac_status); } && {
23746 test -z "$ac_c_werror_flag" ||
23747 test ! -s conftest.err
23748 } && test -s conftest.$ac_objext; then
23749 ac_cv_member_struct_icmpstat_icps_outhist=yes
23750 else
23751 $as_echo "$as_me: failed program was:" >&5
23752 sed 's/^/| /' conftest.$ac_ext >&5
23754 ac_cv_member_struct_icmpstat_icps_outhist=no
23757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23762 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23763 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23764 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23766 cat >>confdefs.h <<_ACEOF
23767 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23768 _ACEOF
23774 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23775 $as_echo_n "checking for timezone variable... " >&6; }
23776 if test "${ac_cv_have_timezone+set}" = set; then
23777 $as_echo_n "(cached) " >&6
23778 else
23779 cat >conftest.$ac_ext <<_ACEOF
23780 /* confdefs.h. */
23781 _ACEOF
23782 cat confdefs.h >>conftest.$ac_ext
23783 cat >>conftest.$ac_ext <<_ACEOF
23784 /* end confdefs.h. */
23785 #include <time.h>
23787 main ()
23789 timezone = 1
23791 return 0;
23793 _ACEOF
23794 rm -f conftest.$ac_objext conftest$ac_exeext
23795 if { (ac_try="$ac_link"
23796 case "(($ac_try" in
23797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23798 *) ac_try_echo=$ac_try;;
23799 esac
23800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23801 $as_echo "$ac_try_echo") >&5
23802 (eval "$ac_link") 2>conftest.er1
23803 ac_status=$?
23804 grep -v '^ *+' conftest.er1 >conftest.err
23805 rm -f conftest.er1
23806 cat conftest.err >&5
23807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808 (exit $ac_status); } && {
23809 test -z "$ac_c_werror_flag" ||
23810 test ! -s conftest.err
23811 } && test -s conftest$ac_exeext && {
23812 test "$cross_compiling" = yes ||
23813 $as_test_x conftest$ac_exeext
23814 }; then
23815 ac_cv_have_timezone="yes"
23816 else
23817 $as_echo "$as_me: failed program was:" >&5
23818 sed 's/^/| /' conftest.$ac_ext >&5
23820 ac_cv_have_timezone="no"
23823 rm -rf conftest.dSYM
23824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23825 conftest$ac_exeext conftest.$ac_ext
23827 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23828 $as_echo "$ac_cv_have_timezone" >&6; }
23829 if test "$ac_cv_have_timezone" = "yes"
23830 then
23832 cat >>confdefs.h <<\_ACEOF
23833 #define HAVE_TIMEZONE 1
23834 _ACEOF
23837 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23838 $as_echo_n "checking for daylight variable... " >&6; }
23839 if test "${ac_cv_have_daylight+set}" = set; then
23840 $as_echo_n "(cached) " >&6
23841 else
23842 cat >conftest.$ac_ext <<_ACEOF
23843 /* confdefs.h. */
23844 _ACEOF
23845 cat confdefs.h >>conftest.$ac_ext
23846 cat >>conftest.$ac_ext <<_ACEOF
23847 /* end confdefs.h. */
23848 #include <time.h>
23850 main ()
23852 daylight = 1
23854 return 0;
23856 _ACEOF
23857 rm -f conftest.$ac_objext conftest$ac_exeext
23858 if { (ac_try="$ac_link"
23859 case "(($ac_try" in
23860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23861 *) ac_try_echo=$ac_try;;
23862 esac
23863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23864 $as_echo "$ac_try_echo") >&5
23865 (eval "$ac_link") 2>conftest.er1
23866 ac_status=$?
23867 grep -v '^ *+' conftest.er1 >conftest.err
23868 rm -f conftest.er1
23869 cat conftest.err >&5
23870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23871 (exit $ac_status); } && {
23872 test -z "$ac_c_werror_flag" ||
23873 test ! -s conftest.err
23874 } && test -s conftest$ac_exeext && {
23875 test "$cross_compiling" = yes ||
23876 $as_test_x conftest$ac_exeext
23877 }; then
23878 ac_cv_have_daylight="yes"
23879 else
23880 $as_echo "$as_me: failed program was:" >&5
23881 sed 's/^/| /' conftest.$ac_ext >&5
23883 ac_cv_have_daylight="no"
23886 rm -rf conftest.dSYM
23887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23888 conftest$ac_exeext conftest.$ac_ext
23890 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23891 $as_echo "$ac_cv_have_daylight" >&6; }
23892 if test "$ac_cv_have_daylight" = "yes"
23893 then
23895 cat >>confdefs.h <<\_ACEOF
23896 #define HAVE_DAYLIGHT 1
23897 _ACEOF
23901 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23902 $as_echo_n "checking for isinf... " >&6; }
23903 if test "${ac_cv_have_isinf+set}" = set; then
23904 $as_echo_n "(cached) " >&6
23905 else
23906 cat >conftest.$ac_ext <<_ACEOF
23907 /* confdefs.h. */
23908 _ACEOF
23909 cat confdefs.h >>conftest.$ac_ext
23910 cat >>conftest.$ac_ext <<_ACEOF
23911 /* end confdefs.h. */
23912 #include <math.h>
23914 main ()
23916 float f = 0.0; int i=isinf(f)
23918 return 0;
23920 _ACEOF
23921 rm -f conftest.$ac_objext conftest$ac_exeext
23922 if { (ac_try="$ac_link"
23923 case "(($ac_try" in
23924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23925 *) ac_try_echo=$ac_try;;
23926 esac
23927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23928 $as_echo "$ac_try_echo") >&5
23929 (eval "$ac_link") 2>conftest.er1
23930 ac_status=$?
23931 grep -v '^ *+' conftest.er1 >conftest.err
23932 rm -f conftest.er1
23933 cat conftest.err >&5
23934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23935 (exit $ac_status); } && {
23936 test -z "$ac_c_werror_flag" ||
23937 test ! -s conftest.err
23938 } && test -s conftest$ac_exeext && {
23939 test "$cross_compiling" = yes ||
23940 $as_test_x conftest$ac_exeext
23941 }; then
23942 ac_cv_have_isinf="yes"
23943 else
23944 $as_echo "$as_me: failed program was:" >&5
23945 sed 's/^/| /' conftest.$ac_ext >&5
23947 ac_cv_have_isinf="no"
23950 rm -rf conftest.dSYM
23951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23952 conftest$ac_exeext conftest.$ac_ext
23954 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23955 $as_echo "$ac_cv_have_isinf" >&6; }
23956 if test "$ac_cv_have_isinf" = "yes"
23957 then
23959 cat >>confdefs.h <<\_ACEOF
23960 #define HAVE_ISINF 1
23961 _ACEOF
23965 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23966 $as_echo_n "checking for isnan... " >&6; }
23967 if test "${ac_cv_have_isnan+set}" = set; then
23968 $as_echo_n "(cached) " >&6
23969 else
23970 cat >conftest.$ac_ext <<_ACEOF
23971 /* confdefs.h. */
23972 _ACEOF
23973 cat confdefs.h >>conftest.$ac_ext
23974 cat >>conftest.$ac_ext <<_ACEOF
23975 /* end confdefs.h. */
23976 #include <math.h>
23978 main ()
23980 float f = 0.0; int i=isnan(f)
23982 return 0;
23984 _ACEOF
23985 rm -f conftest.$ac_objext conftest$ac_exeext
23986 if { (ac_try="$ac_link"
23987 case "(($ac_try" in
23988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23989 *) ac_try_echo=$ac_try;;
23990 esac
23991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23992 $as_echo "$ac_try_echo") >&5
23993 (eval "$ac_link") 2>conftest.er1
23994 ac_status=$?
23995 grep -v '^ *+' conftest.er1 >conftest.err
23996 rm -f conftest.er1
23997 cat conftest.err >&5
23998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23999 (exit $ac_status); } && {
24000 test -z "$ac_c_werror_flag" ||
24001 test ! -s conftest.err
24002 } && test -s conftest$ac_exeext && {
24003 test "$cross_compiling" = yes ||
24004 $as_test_x conftest$ac_exeext
24005 }; then
24006 ac_cv_have_isnan="yes"
24007 else
24008 $as_echo "$as_me: failed program was:" >&5
24009 sed 's/^/| /' conftest.$ac_ext >&5
24011 ac_cv_have_isnan="no"
24014 rm -rf conftest.dSYM
24015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24016 conftest$ac_exeext conftest.$ac_ext
24018 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24019 $as_echo "$ac_cv_have_isnan" >&6; }
24020 if test "$ac_cv_have_isnan" = "yes"
24021 then
24023 cat >>confdefs.h <<\_ACEOF
24024 #define HAVE_ISNAN 1
24025 _ACEOF
24030 case $host_cpu in
24031 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24032 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24033 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24034 $as_echo_n "(cached) " >&6
24035 else
24036 cat >conftest.$ac_ext <<_ACEOF
24037 /* confdefs.h. */
24038 _ACEOF
24039 cat confdefs.h >>conftest.$ac_ext
24040 cat >>conftest.$ac_ext <<_ACEOF
24041 /* end confdefs.h. */
24042 #ifndef __i386__
24044 #endif
24045 _ACEOF
24046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24047 $EGREP "yes" >/dev/null 2>&1; then
24048 ac_cv_cpp_def___i386__=yes
24049 else
24050 ac_cv_cpp_def___i386__=no
24052 rm -f conftest*
24055 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24056 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24057 if test $ac_cv_cpp_def___i386__ = yes; then
24058 CFLAGS="$CFLAGS -D__i386__"
24059 LINTFLAGS="$LINTFLAGS -D__i386__"
24062 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24063 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24064 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24065 $as_echo_n "(cached) " >&6
24066 else
24067 cat >conftest.$ac_ext <<_ACEOF
24068 /* confdefs.h. */
24069 _ACEOF
24070 cat confdefs.h >>conftest.$ac_ext
24071 cat >>conftest.$ac_ext <<_ACEOF
24072 /* end confdefs.h. */
24073 #ifndef __x86_64__
24075 #endif
24076 _ACEOF
24077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24078 $EGREP "yes" >/dev/null 2>&1; then
24079 ac_cv_cpp_def___x86_64__=yes
24080 else
24081 ac_cv_cpp_def___x86_64__=no
24083 rm -f conftest*
24086 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24087 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24088 if test $ac_cv_cpp_def___x86_64__ = yes; then
24089 CFLAGS="$CFLAGS -D__x86_64__"
24090 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24093 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24094 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24095 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24096 $as_echo_n "(cached) " >&6
24097 else
24098 cat >conftest.$ac_ext <<_ACEOF
24099 /* confdefs.h. */
24100 _ACEOF
24101 cat confdefs.h >>conftest.$ac_ext
24102 cat >>conftest.$ac_ext <<_ACEOF
24103 /* end confdefs.h. */
24104 #ifndef __ALPHA__
24106 #endif
24107 _ACEOF
24108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24109 $EGREP "yes" >/dev/null 2>&1; then
24110 ac_cv_cpp_def___ALPHA__=yes
24111 else
24112 ac_cv_cpp_def___ALPHA__=no
24114 rm -f conftest*
24117 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24118 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24119 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24120 CFLAGS="$CFLAGS -D__ALPHA__"
24121 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24124 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24125 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24126 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24127 $as_echo_n "(cached) " >&6
24128 else
24129 cat >conftest.$ac_ext <<_ACEOF
24130 /* confdefs.h. */
24131 _ACEOF
24132 cat confdefs.h >>conftest.$ac_ext
24133 cat >>conftest.$ac_ext <<_ACEOF
24134 /* end confdefs.h. */
24135 #ifndef __sparc__
24137 #endif
24138 _ACEOF
24139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24140 $EGREP "yes" >/dev/null 2>&1; then
24141 ac_cv_cpp_def___sparc__=yes
24142 else
24143 ac_cv_cpp_def___sparc__=no
24145 rm -f conftest*
24148 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24149 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24150 if test $ac_cv_cpp_def___sparc__ = yes; then
24151 CFLAGS="$CFLAGS -D__sparc__"
24152 LINTFLAGS="$LINTFLAGS -D__sparc__"
24155 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24156 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24157 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24158 $as_echo_n "(cached) " >&6
24159 else
24160 cat >conftest.$ac_ext <<_ACEOF
24161 /* confdefs.h. */
24162 _ACEOF
24163 cat confdefs.h >>conftest.$ac_ext
24164 cat >>conftest.$ac_ext <<_ACEOF
24165 /* end confdefs.h. */
24166 #ifndef __powerpc__
24168 #endif
24169 _ACEOF
24170 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24171 $EGREP "yes" >/dev/null 2>&1; then
24172 ac_cv_cpp_def___powerpc__=yes
24173 else
24174 ac_cv_cpp_def___powerpc__=no
24176 rm -f conftest*
24179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24180 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24181 if test $ac_cv_cpp_def___powerpc__ = yes; then
24182 CFLAGS="$CFLAGS -D__powerpc__"
24183 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24186 esac
24188 case $host_vendor in
24189 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24190 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24191 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24192 $as_echo_n "(cached) " >&6
24193 else
24194 cat >conftest.$ac_ext <<_ACEOF
24195 /* confdefs.h. */
24196 _ACEOF
24197 cat confdefs.h >>conftest.$ac_ext
24198 cat >>conftest.$ac_ext <<_ACEOF
24199 /* end confdefs.h. */
24200 #ifndef __sun__
24202 #endif
24203 _ACEOF
24204 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24205 $EGREP "yes" >/dev/null 2>&1; then
24206 ac_cv_cpp_def___sun__=yes
24207 else
24208 ac_cv_cpp_def___sun__=no
24210 rm -f conftest*
24213 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24214 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24215 if test $ac_cv_cpp_def___sun__ = yes; then
24216 CFLAGS="$CFLAGS -D__sun__"
24217 LINTFLAGS="$LINTFLAGS -D__sun__"
24220 esac
24223 DEPENDENCIES="### Dependencies:
24225 .INIT: Makefile
24226 .BEGIN: Makefile
24227 .MAKEFILEDEPS:
24228 Makefile: dummy
24229 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24231 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24232 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24233 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24234 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24235 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24238 ALL_MAKERULES=""
24240 ALL_MAKEFILES=""
24242 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24245 ALL_TOP_DIRS=""
24247 ALL_DLL_DIRS=""
24249 ALL_IMPLIB_DIRS=""
24251 ALL_TEST_DIRS=""
24253 ALL_PROGRAM_DIRS=""
24255 ALL_PROGRAM_INSTALL_DIRS=""
24257 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24263 ac_config_commands="$ac_config_commands include/stamp-h"
24266 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24268 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24270 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24272 ac_config_commands="$ac_config_commands dlls/user32/resources"
24274 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24276 ac_config_commands="$ac_config_commands include/wine"
24279 ALL_MAKERULES="$ALL_MAKERULES \\
24280 Make.rules"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 Make.rules: Make.rules.in"
24283 MAKE_RULES=Make.rules
24284 ac_config_files="$ac_config_files Make.rules"
24286 ALL_MAKERULES="$ALL_MAKERULES \\
24287 dlls/Makedll.rules"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24290 MAKE_DLL_RULES=dlls/Makedll.rules
24291 ac_config_files="$ac_config_files dlls/Makedll.rules"
24293 ALL_MAKERULES="$ALL_MAKERULES \\
24294 dlls/Makeimplib.rules"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24297 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24298 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24300 ALL_MAKERULES="$ALL_MAKERULES \\
24301 dlls/Maketest.rules"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24304 MAKE_TEST_RULES=dlls/Maketest.rules
24305 ac_config_files="$ac_config_files dlls/Maketest.rules"
24307 ALL_MAKERULES="$ALL_MAKERULES \\
24308 programs/Makeprog.rules"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24311 MAKE_PROG_RULES=programs/Makeprog.rules
24312 ac_config_files="$ac_config_files programs/Makeprog.rules"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 Makefile: Makefile.in Make.rules"
24319 ac_config_files="$ac_config_files Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/Makefile"
24323 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24324 dlls"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/Makefile: dlls/Makefile.in Make.rules"
24327 ac_config_files="$ac_config_files dlls/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/acledit/Makefile"
24331 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 acledit"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/aclui/Makefile"
24339 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 aclui"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/activeds/Makefile"
24347 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 activeds"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/actxprxy/Makefile"
24355 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 actxprxy"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/adsiid/Makefile"
24363 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24364 adsiid"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24367 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/advapi32/Makefile"
24371 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 advapi32"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/advapi32/tests/Makefile"
24379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24380 advapi32/tests"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24383 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/advpack/Makefile"
24387 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 advpack"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/advpack/tests/Makefile"
24395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396 advpack/tests"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24399 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/amstream/Makefile"
24403 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 amstream"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/amstream/tests/Makefile"
24411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24412 amstream/tests"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24415 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/appwiz.cpl/Makefile"
24419 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 appwiz.cpl"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/atl/Makefile"
24427 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 atl"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/atl/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/authz/Makefile"
24435 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 authz"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/authz/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/avicap32/Makefile"
24443 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 avicap32"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/avifil32/Makefile"
24451 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 avifil32"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/avifile.dll16/Makefile"
24459 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 avifile.dll16"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/bcrypt/Makefile"
24467 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 bcrypt"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/browseui/Makefile"
24475 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 browseui"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/browseui/tests/Makefile"
24483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24484 browseui/tests"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24487 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/cabinet/Makefile"
24491 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 cabinet"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/cabinet/tests/Makefile"
24499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 cabinet/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/capi2032/Makefile"
24507 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 capi2032"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/cards/Makefile"
24515 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 cards"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/cards/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/cfgmgr32/Makefile"
24523 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 cfgmgr32"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/clusapi/Makefile"
24531 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 clusapi"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/comcat/Makefile"
24539 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 comcat"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/comcat/tests/Makefile"
24547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24548 comcat/tests"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24551 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/comctl32/Makefile"
24555 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 comctl32"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/comctl32/tests/Makefile"
24563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24564 comctl32/tests"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24567 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/comdlg32/Makefile"
24571 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 comdlg32"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/comdlg32/tests/Makefile"
24579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24580 comdlg32/tests"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24583 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/comm.drv16/Makefile"
24587 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 comm.drv16"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/compobj.dll16/Makefile"
24595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 compobj.dll16"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/compstui/Makefile"
24603 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 compstui"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/credui/Makefile"
24611 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 credui"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/credui/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/credui/tests/Makefile"
24619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24620 credui/tests"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24623 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/crtdll/Makefile"
24627 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 crtdll"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/crypt32/Makefile"
24635 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 crypt32"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/crypt32/tests/Makefile"
24643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24644 crypt32/tests"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24647 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/cryptdlg/Makefile"
24651 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 cryptdlg"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/cryptdll/Makefile"
24659 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 cryptdll"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/cryptnet/Makefile"
24667 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 cryptnet"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/cryptnet/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 cryptnet/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/cryptui/Makefile"
24683 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 cryptui"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/cryptui/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692 cryptui/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/ctapi32/Makefile"
24699 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 ctapi32"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/ctl3d.dll16/Makefile"
24707 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 ctl3d.dll16"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/ctl3d32/Makefile"
24715 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 ctl3d32"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/ctl3dv2.dll16/Makefile"
24723 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 ctl3dv2.dll16"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/d3d10/Makefile"
24731 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 d3d10"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/d3d10/tests/Makefile"
24739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740 d3d10/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/d3d10core/Makefile"
24747 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 d3d10core"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/d3d10core/tests/Makefile"
24755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24756 d3d10core/tests"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24759 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/d3d8/Makefile"
24763 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 d3d8"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/d3d8/tests/Makefile"
24771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24772 d3d8/tests"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24775 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/d3d9/Makefile"
24779 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 d3d9"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/d3d9/tests/Makefile"
24787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24788 d3d9/tests"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24791 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/d3dim/Makefile"
24795 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 d3dim"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/d3drm/Makefile"
24803 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 d3drm"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/d3drm/tests/Makefile"
24811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24812 d3drm/tests"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24815 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/d3dx8/Makefile"
24819 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 d3dx8"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/d3dx8/tests/Makefile"
24827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24828 d3dx8/tests"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24831 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/d3dx9_24/Makefile"
24835 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 d3dx9_24"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/d3dx9_25/Makefile"
24843 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 d3dx9_25"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/d3dx9_26/Makefile"
24851 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 d3dx9_26"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/d3dx9_27/Makefile"
24859 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 d3dx9_27"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/d3dx9_28/Makefile"
24867 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 d3dx9_28"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/d3dx9_29/Makefile"
24875 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 d3dx9_29"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/d3dx9_30/Makefile"
24883 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 d3dx9_30"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/d3dx9_31/Makefile"
24891 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 d3dx9_31"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/d3dx9_32/Makefile"
24899 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 d3dx9_32"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/d3dx9_33/Makefile"
24907 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 d3dx9_33"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/d3dx9_34/Makefile"
24915 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 d3dx9_34"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/d3dx9_35/Makefile"
24923 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 d3dx9_35"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/d3dx9_36/Makefile"
24931 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 d3dx9_36"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/d3dx9_36/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940 d3dx9_36/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/d3dx9_37/Makefile"
24947 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 d3dx9_37"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/d3dx9_38/Makefile"
24955 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 d3dx9_38"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/d3dx9_39/Makefile"
24963 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 d3dx9_39"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/d3dx9_40/Makefile"
24971 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 d3dx9_40"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/d3dx9_41/Makefile"
24979 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980 d3dx9_41"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24983 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/d3dxof/Makefile"
24987 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 d3dxof"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/d3dxof/tests/Makefile"
24995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 d3dxof/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/dbghelp/Makefile"
25003 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 dbghelp"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/dciman32/Makefile"
25011 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 dciman32"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/ddeml.dll16/Makefile"
25019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 ddeml.dll16"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/ddraw/Makefile"
25027 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 ddraw"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/ddraw/tests/Makefile"
25035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25036 ddraw/tests"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25039 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/ddrawex/Makefile"
25043 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 ddrawex"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/ddrawex/tests/Makefile"
25051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25052 ddrawex/tests"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25055 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/devenum/Makefile"
25059 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 devenum"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/dinput/Makefile"
25067 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 dinput"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/dinput/tests/Makefile"
25075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25076 dinput/tests"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25079 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/dinput8/Makefile"
25083 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 dinput8"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/dispdib.dll16/Makefile"
25091 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 dispdib.dll16"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/display.drv16/Makefile"
25099 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 display.drv16"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/dmband/Makefile"
25107 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 dmband"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/dmcompos/Makefile"
25115 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 dmcompos"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/dmime/Makefile"
25123 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 dmime"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/dmloader/Makefile"
25131 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 dmloader"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/dmscript/Makefile"
25139 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 dmscript"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/dmstyle/Makefile"
25147 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 dmstyle"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/dmsynth/Makefile"
25155 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 dmsynth"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/dmusic/Makefile"
25163 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 dmusic"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/dmusic32/Makefile"
25171 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 dmusic32"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/dnsapi/Makefile"
25179 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 dnsapi"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/dnsapi/tests/Makefile"
25187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25188 dnsapi/tests"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25191 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/dplay/Makefile"
25195 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 dplay"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/dplayx/Makefile"
25203 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 dplayx"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/dplayx/tests/Makefile"
25211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25212 dplayx/tests"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25215 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/dpnaddr/Makefile"
25219 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 dpnaddr"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/dpnet/Makefile"
25227 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 dpnet"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/dpnhpast/Makefile"
25235 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 dpnhpast"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/dpnlobby/Makefile"
25243 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 dpnlobby"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/dpwsockx/Makefile"
25251 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 dpwsockx"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/dsound/Makefile"
25259 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 dsound"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/dsound/tests/Makefile"
25267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25268 dsound/tests"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25271 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/dssenh/Makefile"
25275 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 dssenh"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/dswave/Makefile"
25283 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 dswave"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/dwmapi/Makefile"
25291 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 dwmapi"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/dxdiagn/Makefile"
25299 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 dxdiagn"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/dxerr8/Makefile"
25307 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25308 dxerr8"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25311 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/dxerr9/Makefile"
25315 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25316 dxerr9"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25319 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/dxgi/Makefile"
25323 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 dxgi"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/dxgi/tests/Makefile"
25331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25332 dxgi/tests"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25335 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/dxguid/Makefile"
25339 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25340 dxguid"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25343 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/faultrep/Makefile"
25347 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 faultrep"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/fusion/Makefile"
25355 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 fusion"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/fusion/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 fusion/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/gdi32/Makefile"
25371 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 gdi32"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/gdi32/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 gdi32/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/gdiplus/Makefile"
25387 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 gdiplus"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/gdiplus/tests/Makefile"
25395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25396 gdiplus/tests"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25399 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/glu32/Makefile"
25403 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 glu32"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/gphoto2.ds/Makefile"
25411 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 gphoto2.ds"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/gpkcsp/Makefile"
25419 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 gpkcsp"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/hal/Makefile"
25427 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 hal"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/hal/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/hhctrl.ocx/Makefile"
25435 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436 hhctrl.ocx"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/hid/Makefile"
25443 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 hid"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/hid/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/hlink/Makefile"
25451 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25452 hlink"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25455 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/hlink/tests/Makefile"
25459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25460 hlink/tests"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25463 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/hnetcfg/Makefile"
25467 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 hnetcfg"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/httpapi/Makefile"
25475 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 httpapi"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/iccvid/Makefile"
25483 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 iccvid"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/icmp/Makefile"
25491 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492 icmp"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/ifsmgr.vxd/Makefile"
25499 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 ifsmgr.vxd"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/imaadp32.acm/Makefile"
25507 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 imaadp32.acm"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/imagehlp/Makefile"
25515 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 imagehlp"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/imm.dll16/Makefile"
25523 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 imm.dll16"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/imm32/Makefile"
25531 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532 imm32"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/imm32/tests/Makefile"
25539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25540 imm32/tests"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25543 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/inetcomm/Makefile"
25547 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 inetcomm"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/inetcomm/tests/Makefile"
25555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25556 inetcomm/tests"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25559 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/inetmib1/Makefile"
25563 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 inetmib1"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/inetmib1/tests/Makefile"
25571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25572 inetmib1/tests"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25575 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/infosoft/Makefile"
25579 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580 infosoft"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/infosoft/tests/Makefile"
25587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25588 infosoft/tests"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25591 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/initpki/Makefile"
25595 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25596 initpki"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25599 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/inkobj/Makefile"
25603 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 inkobj"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/inseng/Makefile"
25611 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612 inseng"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/iphlpapi/Makefile"
25619 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620 iphlpapi"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/iphlpapi/tests/Makefile"
25627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25628 iphlpapi/tests"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25631 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/itircl/Makefile"
25635 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636 itircl"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/itss/Makefile"
25643 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 itss"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/itss/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/itss/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652 itss/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/jscript/Makefile"
25659 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 jscript"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/jscript/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668 jscript/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/kernel32/Makefile"
25675 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 kernel32"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/kernel32/tests/Makefile"
25683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25684 kernel32/tests"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25687 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/keyboard.drv16/Makefile"
25691 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 keyboard.drv16"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/loadperf/Makefile"
25699 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25700 loadperf"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25703 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/localspl/Makefile"
25707 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 localspl"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/localspl/tests/Makefile"
25715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25716 localspl/tests"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25719 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/localui/Makefile"
25723 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 localui"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/localui/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/localui/tests/Makefile"
25731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25732 localui/tests"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25735 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/lz32/Makefile"
25739 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 lz32"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/lz32/tests/Makefile"
25747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25748 lz32/tests"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25751 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/lzexpand.dll16/Makefile"
25755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 lzexpand.dll16"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/mapi32/Makefile"
25763 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 mapi32"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/mapi32/tests/Makefile"
25771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25772 mapi32/tests"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25775 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/mciavi32/Makefile"
25779 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 mciavi32"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/mcicda/Makefile"
25787 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 mcicda"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/mciqtz32/Makefile"
25795 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 mciqtz32"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/mciseq/Makefile"
25803 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804 mciseq"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/mciwave/Makefile"
25811 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 mciwave"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/midimap/Makefile"
25819 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 midimap"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/mlang/Makefile"
25827 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 mlang"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/mlang/tests/Makefile"
25835 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25836 mlang/tests"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25839 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/mmdevldr.vxd/Makefile"
25843 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 mmdevldr.vxd"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/monodebg.vxd/Makefile"
25851 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 monodebg.vxd"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/mountmgr.sys/Makefile"
25859 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 mountmgr.sys"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/mouse.drv16/Makefile"
25867 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868 mouse.drv16"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/mpr/Makefile"
25875 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 mpr"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/mprapi/Makefile"
25883 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25884 mprapi"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25887 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/msacm.dll16/Makefile"
25891 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 msacm.dll16"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/msacm32.drv/Makefile"
25899 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25900 msacm32.drv"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25903 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/msacm32/Makefile"
25907 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908 msacm32"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/msacm32/tests/Makefile"
25915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25916 msacm32/tests"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25919 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/msadp32.acm/Makefile"
25923 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 msadp32.acm"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/mscat32/Makefile"
25931 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 mscat32"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/mscms/Makefile"
25939 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 mscms"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/mscms/tests/Makefile"
25947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25948 mscms/tests"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25951 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/mscoree/Makefile"
25955 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 mscoree"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/msctf/Makefile"
25963 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964 msctf"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/msctf/tests/Makefile"
25971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25972 msctf/tests"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25975 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/msdmo/Makefile"
25979 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 msdmo"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/msftedit/Makefile"
25987 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 msftedit"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/msg711.acm/Makefile"
25995 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 msg711.acm"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/mshtml.tlb/Makefile"
26003 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 mshtml.tlb"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/mshtml/Makefile"
26011 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 mshtml"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/mshtml/tests/Makefile"
26019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26020 mshtml/tests"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26023 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/msi/Makefile"
26027 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028 msi"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/msi/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/msi/tests/Makefile"
26035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26036 msi/tests"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26039 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/msimg32/Makefile"
26043 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 msimg32"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/msimtf/Makefile"
26051 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 msimtf"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/msisip/Makefile"
26059 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 msisip"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/msisys.ocx/Makefile"
26067 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068 msisys.ocx"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/msnet32/Makefile"
26075 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 msnet32"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/msrle32/Makefile"
26083 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084 msrle32"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/mssign32/Makefile"
26091 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092 mssign32"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/mssip32/Makefile"
26099 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 mssip32"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/mstask/Makefile"
26107 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 mstask"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/mstask/tests/Makefile"
26115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26116 mstask/tests"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26119 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/msvcirt/Makefile"
26123 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26124 msvcirt"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26127 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/msvcr71/Makefile"
26131 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 msvcr71"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/msvcrt/Makefile"
26139 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140 msvcrt"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/msvcrt/tests/Makefile"
26147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26148 msvcrt/tests"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26151 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/msvcrt20/Makefile"
26155 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156 msvcrt20"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/msvcrt40/Makefile"
26163 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 msvcrt40"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/msvcrtd/Makefile"
26171 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172 msvcrtd"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/msvcrtd/tests/Makefile"
26179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26180 msvcrtd/tests"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26183 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/msvfw32/Makefile"
26187 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 msvfw32"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/msvfw32/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196 msvfw32/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/msvidc32/Makefile"
26203 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 msvidc32"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/msvideo.dll16/Makefile"
26211 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212 msvideo.dll16"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/mswsock/Makefile"
26219 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220 mswsock"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/msxml3/Makefile"
26227 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228 msxml3"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/msxml3/tests/Makefile"
26235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26236 msxml3/tests"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26239 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/nddeapi/Makefile"
26243 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 nddeapi"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/netapi32/Makefile"
26251 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252 netapi32"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/netapi32/tests/Makefile"
26259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26260 netapi32/tests"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26263 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/newdev/Makefile"
26267 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 newdev"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/ntdll/Makefile"
26275 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26276 ntdll"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26279 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/ntdll/tests/Makefile"
26283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26284 ntdll/tests"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26287 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/ntdsapi/Makefile"
26291 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292 ntdsapi"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/ntdsapi/tests/Makefile"
26299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26300 ntdsapi/tests"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26303 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/ntoskrnl.exe/Makefile"
26307 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 ntoskrnl.exe"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/ntprint/Makefile"
26315 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316 ntprint"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/ntprint/tests/Makefile"
26323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26324 ntprint/tests"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26327 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/objsel/Makefile"
26331 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26332 objsel"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26335 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/odbc32/Makefile"
26339 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 odbc32"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/odbccp32/Makefile"
26347 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26348 odbccp32"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26351 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/odbccp32/tests/Makefile"
26355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26356 odbccp32/tests"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26359 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/ole2.dll16/Makefile"
26363 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 ole2.dll16"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/ole2conv.dll16/Makefile"
26371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372 ole2conv.dll16"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/ole2disp.dll16/Makefile"
26379 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380 ole2disp.dll16"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/ole2nls.dll16/Makefile"
26387 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388 ole2nls.dll16"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/ole2prox.dll16/Makefile"
26395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 ole2prox.dll16"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/ole2thk.dll16/Makefile"
26403 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 ole2thk.dll16"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/ole32/Makefile"
26411 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412 ole32"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/ole32/tests/Makefile"
26419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26420 ole32/tests"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26423 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/oleacc/Makefile"
26427 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428 oleacc"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/oleacc/tests/Makefile"
26435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26436 oleacc/tests"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26439 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/oleaut32/Makefile"
26443 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 oleaut32"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/oleaut32/tests/Makefile"
26451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26452 oleaut32/tests"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26455 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/olecli.dll16/Makefile"
26459 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26460 olecli.dll16"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26463 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/olecli32/Makefile"
26467 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 olecli32"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/oledlg/Makefile"
26475 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476 oledlg"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/olepro32/Makefile"
26483 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484 olepro32"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/olesvr.dll16/Makefile"
26491 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 olesvr.dll16"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/olesvr32/Makefile"
26499 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500 olesvr32"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/olethk32/Makefile"
26507 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 olethk32"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/opengl32/Makefile"
26515 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516 opengl32"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/opengl32/tests/Makefile"
26523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26524 opengl32/tests"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26527 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/pdh/Makefile"
26531 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532 pdh"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/pdh/tests/Makefile"
26539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26540 pdh/tests"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26543 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/pidgen/Makefile"
26547 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548 pidgen"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/powrprof/Makefile"
26555 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26556 powrprof"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26559 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/printui/Makefile"
26563 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564 printui"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/printui/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/propsys/Makefile"
26571 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26572 propsys"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26575 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/psapi/Makefile"
26579 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580 psapi"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/psapi/tests/Makefile"
26587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26588 psapi/tests"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26591 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/pstorec/Makefile"
26595 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596 pstorec"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/qcap/Makefile"
26603 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604 qcap"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/qedit/Makefile"
26611 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26612 qedit"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26615 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/qedit/tests/Makefile"
26619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26620 qedit/tests"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26623 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/qmgr/Makefile"
26627 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26628 qmgr"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26631 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/qmgr/tests/Makefile"
26635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26636 qmgr/tests"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26639 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/qmgrprxy/Makefile"
26643 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644 qmgrprxy"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/quartz/Makefile"
26651 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 quartz"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/quartz/tests/Makefile"
26659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26660 quartz/tests"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26663 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/query/Makefile"
26667 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 query"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/query/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/rasapi16.dll16/Makefile"
26675 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26676 rasapi16.dll16"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26679 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/rasapi32/Makefile"
26683 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 rasapi32"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/rasapi32/tests/Makefile"
26691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26692 rasapi32/tests"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26695 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/rasdlg/Makefile"
26699 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700 rasdlg"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/resutils/Makefile"
26707 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 resutils"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/riched20/Makefile"
26715 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26716 riched20"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26719 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/riched20/tests/Makefile"
26723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26724 riched20/tests"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26727 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/riched32/Makefile"
26731 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 riched32"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/riched32/tests/Makefile"
26739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26740 riched32/tests"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26743 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/rpcrt4/Makefile"
26747 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748 rpcrt4"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/rpcrt4/tests/Makefile"
26755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26756 rpcrt4/tests"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26759 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/rsabase/Makefile"
26763 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764 rsabase"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/rsaenh/Makefile"
26771 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772 rsaenh"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/rsaenh/tests/Makefile"
26779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26780 rsaenh/tests"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26783 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 dlls/sane.ds/Makefile"
26787 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26788 sane.ds"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26791 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 dlls/sccbase/Makefile"
26795 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796 sccbase"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 dlls/schannel/Makefile"
26803 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26804 schannel"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26807 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 dlls/schannel/tests/Makefile"
26811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26812 schannel/tests"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26815 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 dlls/secur32/Makefile"
26819 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26820 secur32"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26823 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 dlls/secur32/tests/Makefile"
26827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26828 secur32/tests"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26831 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 dlls/security/Makefile"
26835 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26836 security"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26839 ac_config_files="$ac_config_files dlls/security/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 dlls/sensapi/Makefile"
26843 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26844 sensapi"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26847 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850 dlls/serialui/Makefile"
26851 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26852 serialui"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26855 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858 dlls/serialui/tests/Makefile"
26859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26860 serialui/tests"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26863 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 dlls/setupapi/Makefile"
26867 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26868 setupapi"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26871 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 dlls/setupapi/tests/Makefile"
26875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26876 setupapi/tests"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26879 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882 dlls/sfc/Makefile"
26883 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884 sfc"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 dlls/sfc_os/Makefile"
26891 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26892 sfc_os"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26895 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 dlls/shdoclc/Makefile"
26899 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26900 shdoclc"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26903 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 dlls/shdocvw/Makefile"
26907 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26908 shdocvw"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26911 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914 dlls/shdocvw/tests/Makefile"
26915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26916 shdocvw/tests"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26919 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 dlls/shell.dll16/Makefile"
26923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26924 shell.dll16"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26927 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 dlls/shell32/Makefile"
26931 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26932 shell32"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26935 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938 dlls/shell32/tests/Makefile"
26939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26940 shell32/tests"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26943 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 dlls/shfolder/Makefile"
26947 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948 shfolder"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 dlls/shlwapi/Makefile"
26955 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26956 shlwapi"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26959 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 dlls/shlwapi/tests/Makefile"
26963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26964 shlwapi/tests"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26967 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 dlls/slbcsp/Makefile"
26971 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26972 slbcsp"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26975 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 dlls/slc/Makefile"
26979 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980 slc"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/slc/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 dlls/snmpapi/Makefile"
26987 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26988 snmpapi"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26991 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 dlls/snmpapi/tests/Makefile"
26995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26996 snmpapi/tests"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26999 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 dlls/softpub/Makefile"
27003 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004 softpub"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 dlls/sound.drv16/Makefile"
27011 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27012 sound.drv16"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27015 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 dlls/spoolss/Makefile"
27019 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27020 spoolss"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27023 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026 dlls/spoolss/tests/Makefile"
27027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27028 spoolss/tests"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27031 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034 dlls/stdole2.tlb/Makefile"
27035 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036 stdole2.tlb"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 dlls/stdole32.tlb/Makefile"
27043 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27044 stdole32.tlb"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27047 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 dlls/sti/Makefile"
27051 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27052 sti"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27055 ac_config_files="$ac_config_files dlls/sti/Makefile"
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058 dlls/storage.dll16/Makefile"
27059 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27060 storage.dll16"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27063 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 dlls/stress.dll16/Makefile"
27067 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27068 stress.dll16"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27071 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074 dlls/strmiids/Makefile"
27075 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27076 strmiids"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27079 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082 dlls/svrapi/Makefile"
27083 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27084 svrapi"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27087 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090 dlls/sxs/Makefile"
27091 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27092 sxs"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27095 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 dlls/t2embed/Makefile"
27099 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27100 t2embed"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27103 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 dlls/tapi32/Makefile"
27107 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27108 tapi32"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27111 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114 dlls/traffic/Makefile"
27115 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27116 traffic"
27117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27118 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27119 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27121 ALL_MAKEFILES="$ALL_MAKEFILES \\
27122 dlls/twain.dll16/Makefile"
27123 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27124 twain.dll16"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27127 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130 dlls/twain_32/Makefile"
27131 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27132 twain_32"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27135 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 dlls/twain_32/tests/Makefile"
27139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27140 twain_32/tests"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27143 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146 dlls/typelib.dll16/Makefile"
27147 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27148 typelib.dll16"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27151 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 dlls/unicows/Makefile"
27155 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27156 unicows"
27157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27158 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27159 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27161 ALL_MAKEFILES="$ALL_MAKEFILES \\
27162 dlls/updspapi/Makefile"
27163 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27164 updspapi"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27167 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170 dlls/url/Makefile"
27171 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27172 url"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27175 ac_config_files="$ac_config_files dlls/url/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 dlls/urlmon/Makefile"
27179 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27180 urlmon"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27183 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186 dlls/urlmon/tests/Makefile"
27187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27188 urlmon/tests"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27191 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194 dlls/user32/Makefile"
27195 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27196 user32"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27199 ac_config_files="$ac_config_files dlls/user32/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 dlls/user32/tests/Makefile"
27203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27204 user32/tests"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27207 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 dlls/userenv/Makefile"
27211 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27212 userenv"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27215 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218 dlls/userenv/tests/Makefile"
27219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27220 userenv/tests"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27223 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226 dlls/usp10/Makefile"
27227 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27228 usp10"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27231 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234 dlls/usp10/tests/Makefile"
27235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27236 usp10/tests"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27239 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242 dlls/uuid/Makefile"
27243 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27244 uuid"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27247 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250 dlls/uxtheme/Makefile"
27251 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27252 uxtheme"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27255 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258 dlls/uxtheme/tests/Makefile"
27259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27260 uxtheme/tests"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27263 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 dlls/vdhcp.vxd/Makefile"
27267 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27268 vdhcp.vxd"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27271 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 dlls/vdmdbg/Makefile"
27275 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27276 vdmdbg"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27279 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 dlls/version/Makefile"
27283 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27284 version"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27287 ac_config_files="$ac_config_files dlls/version/Makefile"
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290 dlls/version/tests/Makefile"
27291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27292 version/tests"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27295 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298 dlls/vmm.vxd/Makefile"
27299 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27300 vmm.vxd"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27303 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306 dlls/vnbt.vxd/Makefile"
27307 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27308 vnbt.vxd"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27311 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314 dlls/vnetbios.vxd/Makefile"
27315 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27316 vnetbios.vxd"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27319 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322 dlls/vtdapi.vxd/Makefile"
27323 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27324 vtdapi.vxd"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27327 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 dlls/vwin32.vxd/Makefile"
27331 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27332 vwin32.vxd"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27335 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338 dlls/w32skrnl/Makefile"
27339 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27340 w32skrnl"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27343 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346 dlls/w32sys.dll16/Makefile"
27347 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27348 w32sys.dll16"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27351 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 dlls/wbemprox/Makefile"
27355 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27356 wbemprox"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27359 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362 dlls/win32s16.dll16/Makefile"
27363 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27364 win32s16.dll16"
27365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27366 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27367 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27369 ALL_MAKEFILES="$ALL_MAKEFILES \\
27370 dlls/win87em.dll16/Makefile"
27371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27372 win87em.dll16"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27375 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378 dlls/winaspi.dll16/Makefile"
27379 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27380 winaspi.dll16"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27383 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386 dlls/windebug.dll16/Makefile"
27387 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27388 windebug.dll16"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27391 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394 dlls/winealsa.drv/Makefile"
27395 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27396 winealsa.drv"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27399 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402 dlls/wineaudioio.drv/Makefile"
27403 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27404 wineaudioio.drv"
27405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27406 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27407 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27409 ALL_MAKEFILES="$ALL_MAKEFILES \\
27410 dlls/winecoreaudio.drv/Makefile"
27411 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27412 winecoreaudio.drv"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27415 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418 dlls/winecrt0/Makefile"
27419 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27420 winecrt0"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27423 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426 dlls/wined3d/Makefile"
27427 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27428 wined3d"
27429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27430 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27431 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27433 ALL_MAKEFILES="$ALL_MAKEFILES \\
27434 dlls/winedos/Makefile"
27435 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27436 winedos"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27439 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442 dlls/wineesd.drv/Makefile"
27443 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27444 wineesd.drv"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27447 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450 dlls/winejack.drv/Makefile"
27451 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27452 winejack.drv"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27455 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458 dlls/winejoystick.drv/Makefile"
27459 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27460 winejoystick.drv"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27463 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466 dlls/winemp3.acm/Makefile"
27467 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27468 winemp3.acm"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27471 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474 dlls/winenas.drv/Makefile"
27475 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27476 winenas.drv"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27479 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482 dlls/wineoss.drv/Makefile"
27483 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27484 wineoss.drv"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27487 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490 dlls/wineps.drv/Makefile"
27491 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27492 wineps.drv"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27495 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498 dlls/winequartz.drv/Makefile"
27499 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27500 winequartz.drv"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27503 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506 dlls/winex11.drv/Makefile"
27507 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27508 winex11.drv"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27511 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 dlls/wing32/Makefile"
27515 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27516 wing32"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27519 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522 dlls/winhttp/Makefile"
27523 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27524 winhttp"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27527 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530 dlls/winhttp/tests/Makefile"
27531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27532 winhttp/tests"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27535 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 dlls/wininet/Makefile"
27539 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27540 wininet"
27541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27542 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27543 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27545 ALL_MAKEFILES="$ALL_MAKEFILES \\
27546 dlls/wininet/tests/Makefile"
27547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27548 wininet/tests"
27549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27550 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27551 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27553 ALL_MAKEFILES="$ALL_MAKEFILES \\
27554 dlls/winmm/Makefile"
27555 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27556 winmm"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27559 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 dlls/winmm/tests/Makefile"
27563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27564 winmm/tests"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27567 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570 dlls/winnls.dll16/Makefile"
27571 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27572 winnls.dll16"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27575 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578 dlls/winnls32/Makefile"
27579 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27580 winnls32"
27581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27582 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27583 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27585 ALL_MAKEFILES="$ALL_MAKEFILES \\
27586 dlls/winscard/Makefile"
27587 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27588 winscard"
27589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27590 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27591 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27593 ALL_MAKEFILES="$ALL_MAKEFILES \\
27594 dlls/winspool.drv/Makefile"
27595 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27596 winspool.drv"
27597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27598 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27599 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27601 ALL_MAKEFILES="$ALL_MAKEFILES \\
27602 dlls/winspool.drv/tests/Makefile"
27603 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27604 winspool.drv/tests"
27605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27606 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27607 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27609 ALL_MAKEFILES="$ALL_MAKEFILES \\
27610 dlls/wintab.dll16/Makefile"
27611 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27612 wintab.dll16"
27613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27614 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27615 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27617 ALL_MAKEFILES="$ALL_MAKEFILES \\
27618 dlls/wintab32/Makefile"
27619 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27620 wintab32"
27621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27622 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27623 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27625 ALL_MAKEFILES="$ALL_MAKEFILES \\
27626 dlls/wintrust/Makefile"
27627 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27628 wintrust"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27631 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 dlls/wintrust/tests/Makefile"
27635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27636 wintrust/tests"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27639 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 dlls/wldap32/Makefile"
27643 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27644 wldap32"
27645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27646 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27647 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27649 ALL_MAKEFILES="$ALL_MAKEFILES \\
27650 dlls/wldap32/tests/Makefile"
27651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27652 wldap32/tests"
27653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27654 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27655 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27657 ALL_MAKEFILES="$ALL_MAKEFILES \\
27658 dlls/wmi/Makefile"
27659 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27660 wmi"
27661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27662 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27663 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27665 ALL_MAKEFILES="$ALL_MAKEFILES \\
27666 dlls/wnaspi32/Makefile"
27667 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27668 wnaspi32"
27669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27670 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27671 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27673 ALL_MAKEFILES="$ALL_MAKEFILES \\
27674 dlls/wow32/Makefile"
27675 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27676 wow32"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27679 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682 dlls/ws2_32/Makefile"
27683 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27684 ws2_32"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27687 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690 dlls/ws2_32/tests/Makefile"
27691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27692 ws2_32/tests"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27695 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 dlls/wsock32/Makefile"
27699 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27700 wsock32"
27701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27702 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27703 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27705 ALL_MAKEFILES="$ALL_MAKEFILES \\
27706 dlls/wtsapi32/Makefile"
27707 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27708 wtsapi32"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27711 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714 dlls/wuapi/Makefile"
27715 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27716 wuapi"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27719 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722 dlls/xinput1_1/Makefile"
27723 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27724 xinput1_1"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27727 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730 dlls/xinput1_2/Makefile"
27731 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27732 xinput1_2"
27733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27734 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27735 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27737 ALL_MAKEFILES="$ALL_MAKEFILES \\
27738 dlls/xinput1_3/Makefile"
27739 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27740 xinput1_3"
27741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27742 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27743 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27745 ALL_MAKEFILES="$ALL_MAKEFILES \\
27746 dlls/xinput1_3/tests/Makefile"
27747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27748 xinput1_3/tests"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27751 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754 dlls/xinput9_1_0/Makefile"
27755 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27756 xinput9_1_0"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27759 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762 dlls/xmllite/Makefile"
27763 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27764 xmllite"
27765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27766 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27767 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27769 ALL_MAKEFILES="$ALL_MAKEFILES \\
27770 documentation/Makefile"
27771 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27772 documentation"
27773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27774 documentation/Makefile: documentation/Makefile.in Make.rules"
27775 ac_config_files="$ac_config_files documentation/Makefile"
27777 ALL_MAKEFILES="$ALL_MAKEFILES \\
27778 fonts/Makefile"
27779 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27780 fonts"
27781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27782 fonts/Makefile: fonts/Makefile.in Make.rules"
27783 ac_config_files="$ac_config_files fonts/Makefile"
27785 ALL_MAKEFILES="$ALL_MAKEFILES \\
27786 include/Makefile"
27787 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27788 include"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 include/Makefile: include/Makefile.in Make.rules"
27791 ac_config_files="$ac_config_files include/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 libs/Makefile"
27795 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27796 libs"
27797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27798 libs/Makefile: libs/Makefile.in Make.rules"
27799 ac_config_files="$ac_config_files libs/Makefile"
27801 ALL_MAKEFILES="$ALL_MAKEFILES \\
27802 libs/port/Makefile"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27806 ac_config_files="$ac_config_files libs/port/Makefile"
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809 libs/wine/Makefile"
27811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27812 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27813 ac_config_files="$ac_config_files libs/wine/Makefile"
27815 ALL_MAKEFILES="$ALL_MAKEFILES \\
27816 libs/wpp/Makefile"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27820 ac_config_files="$ac_config_files libs/wpp/Makefile"
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823 loader/Makefile"
27824 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27825 loader"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 loader/Makefile: loader/Makefile.in Make.rules"
27828 ac_config_files="$ac_config_files loader/Makefile"
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831 programs/Makefile"
27832 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27833 programs"
27834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27835 programs/Makefile: programs/Makefile.in Make.rules"
27836 ac_config_files="$ac_config_files programs/Makefile"
27838 ALL_MAKEFILES="$ALL_MAKEFILES \\
27839 programs/cacls/Makefile"
27840 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27841 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27842 cacls"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27845 ac_config_files="$ac_config_files programs/cacls/Makefile"
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848 programs/clock/Makefile"
27849 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27850 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27851 clock"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/clock/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 programs/cmd/Makefile"
27858 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 cmd"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/cmd/Makefile"
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866 programs/cmdlgtst/Makefile"
27867 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868 cmdlgtst"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874 programs/control/Makefile"
27875 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877 control"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/control/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/eject/Makefile"
27884 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886 eject"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/eject/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 programs/expand/Makefile"
27893 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895 expand"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/expand/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 programs/explorer/Makefile"
27902 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904 explorer"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27907 ac_config_files="$ac_config_files programs/explorer/Makefile"
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910 programs/hh/Makefile"
27911 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27912 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27916 ac_config_files="$ac_config_files programs/hh/Makefile"
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919 programs/icinfo/Makefile"
27920 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27921 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27922 icinfo"
27923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27924 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27925 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27927 ALL_MAKEFILES="$ALL_MAKEFILES \\
27928 programs/iexplore/Makefile"
27929 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27930 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27931 iexplore"
27932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27933 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27934 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27936 ALL_MAKEFILES="$ALL_MAKEFILES \\
27937 programs/lodctr/Makefile"
27938 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27939 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27940 lodctr"
27941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27942 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27943 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27945 ALL_MAKEFILES="$ALL_MAKEFILES \\
27946 programs/msiexec/Makefile"
27947 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27948 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27949 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27950 msiexec"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 programs/net/Makefile"
27957 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959 net"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27962 ac_config_files="$ac_config_files programs/net/Makefile"
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965 programs/notepad/Makefile"
27966 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27967 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27968 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27969 notepad"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/notepad/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/oleview/Makefile"
27976 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 oleview"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/oleview/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/progman/Makefile"
27985 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 progman"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/progman/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 programs/reg/Makefile"
27994 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996 reg"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/reg/Makefile"
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002 programs/regedit/Makefile"
28003 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28004 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28005 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28006 regedit"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28009 ac_config_files="$ac_config_files programs/regedit/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 programs/regsvr32/Makefile"
28013 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28014 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28015 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28016 regsvr32"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/rpcss/Makefile"
28023 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 rpcss"
28026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28027 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28028 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28030 ALL_MAKEFILES="$ALL_MAKEFILES \\
28031 programs/rundll32/Makefile"
28032 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28033 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28034 rundll32"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28037 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040 programs/secedit/Makefile"
28041 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28042 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28043 secedit"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/secedit/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 programs/services/Makefile"
28050 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052 services"
28053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28054 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28055 ac_config_files="$ac_config_files programs/services/Makefile"
28057 ALL_MAKEFILES="$ALL_MAKEFILES \\
28058 programs/spoolsv/Makefile"
28059 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28060 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28061 spoolsv"
28062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28063 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28064 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28066 ALL_MAKEFILES="$ALL_MAKEFILES \\
28067 programs/start/Makefile"
28068 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28069 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28070 start"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28073 ac_config_files="$ac_config_files programs/start/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 programs/svchost/Makefile"
28077 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28078 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28079 svchost"
28080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28081 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28082 ac_config_files="$ac_config_files programs/svchost/Makefile"
28084 ALL_MAKEFILES="$ALL_MAKEFILES \\
28085 programs/taskmgr/Makefile"
28086 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28087 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28088 taskmgr"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/termsv/Makefile"
28095 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 termsv"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/termsv/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 programs/uninstaller/Makefile"
28104 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106 uninstaller"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112 programs/unlodctr/Makefile"
28113 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115 unlodctr"
28116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28117 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28118 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28120 ALL_MAKEFILES="$ALL_MAKEFILES \\
28121 programs/view/Makefile"
28122 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28123 view"
28124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28125 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28126 ac_config_files="$ac_config_files programs/view/Makefile"
28128 ALL_MAKEFILES="$ALL_MAKEFILES \\
28129 programs/wineboot/Makefile"
28130 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28131 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28132 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28133 wineboot"
28134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28135 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28136 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28138 ALL_MAKEFILES="$ALL_MAKEFILES \\
28139 programs/winebrowser/Makefile"
28140 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28141 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28142 winebrowser"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28145 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 programs/winecfg/Makefile"
28149 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28150 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28151 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28152 winecfg"
28153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28154 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28155 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28157 ALL_MAKEFILES="$ALL_MAKEFILES \\
28158 programs/wineconsole/Makefile"
28159 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28160 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28161 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28162 wineconsole"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28165 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168 programs/winedbg/Makefile"
28169 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28170 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28171 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28172 winedbg"
28173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28174 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28175 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28177 ALL_MAKEFILES="$ALL_MAKEFILES \\
28178 programs/winedevice/Makefile"
28179 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28180 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28181 winedevice"
28182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28183 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28184 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28186 ALL_MAKEFILES="$ALL_MAKEFILES \\
28187 programs/winefile/Makefile"
28188 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28189 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28190 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28191 winefile"
28192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28193 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28194 ac_config_files="$ac_config_files programs/winefile/Makefile"
28196 ALL_MAKEFILES="$ALL_MAKEFILES \\
28197 programs/winemenubuilder/Makefile"
28198 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28199 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28200 winemenubuilder"
28201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28202 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28203 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28205 ALL_MAKEFILES="$ALL_MAKEFILES \\
28206 programs/winemine/Makefile"
28207 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28208 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28209 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28210 winemine"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28213 ac_config_files="$ac_config_files programs/winemine/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 programs/winepath/Makefile"
28217 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28218 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28219 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28220 winepath"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/winepath/Makefile"
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226 programs/winetest/Makefile"
28227 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28228 winetest"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/winetest/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 programs/winevdm/Makefile"
28235 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237 winevdm"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/winhelp.exe16/Makefile"
28244 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 winhelp.exe16"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/winhlp32/Makefile"
28253 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28255 winhlp32"
28256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28257 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28258 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28260 ALL_MAKEFILES="$ALL_MAKEFILES \\
28261 programs/winoldap.mod16/Makefile"
28262 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28263 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28264 winoldap.mod16"
28265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28266 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28267 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28269 ALL_MAKEFILES="$ALL_MAKEFILES \\
28270 programs/winver/Makefile"
28271 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28272 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28273 winver"
28274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28275 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28276 ac_config_files="$ac_config_files programs/winver/Makefile"
28278 ALL_MAKEFILES="$ALL_MAKEFILES \\
28279 programs/wordpad/Makefile"
28280 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28281 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28282 wordpad"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28285 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288 programs/write/Makefile"
28289 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28290 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28291 write"
28292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28293 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28294 ac_config_files="$ac_config_files programs/write/Makefile"
28296 ALL_MAKEFILES="$ALL_MAKEFILES \\
28297 programs/xcopy/Makefile"
28298 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28299 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28300 xcopy"
28301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28302 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28303 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28305 ALL_MAKEFILES="$ALL_MAKEFILES \\
28306 server/Makefile"
28307 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28308 server"
28309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28310 server/Makefile: server/Makefile.in Make.rules"
28311 ac_config_files="$ac_config_files server/Makefile"
28313 ALL_MAKEFILES="$ALL_MAKEFILES \\
28314 tools/Makefile"
28315 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28316 tools"
28317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28318 tools/Makefile: tools/Makefile.in Make.rules"
28319 ac_config_files="$ac_config_files tools/Makefile"
28321 ALL_MAKEFILES="$ALL_MAKEFILES \\
28322 tools/widl/Makefile"
28324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28325 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28326 ac_config_files="$ac_config_files tools/widl/Makefile"
28328 ALL_MAKEFILES="$ALL_MAKEFILES \\
28329 tools/winebuild/Makefile"
28331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28332 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28333 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28335 ALL_MAKEFILES="$ALL_MAKEFILES \\
28336 tools/winedump/Makefile"
28338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28339 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28340 ac_config_files="$ac_config_files tools/winedump/Makefile"
28342 ALL_MAKEFILES="$ALL_MAKEFILES \\
28343 tools/winegcc/Makefile"
28345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28346 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28347 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28349 ALL_MAKEFILES="$ALL_MAKEFILES \\
28350 tools/wmc/Makefile"
28352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28353 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28354 ac_config_files="$ac_config_files tools/wmc/Makefile"
28356 ALL_MAKEFILES="$ALL_MAKEFILES \\
28357 tools/wrc/Makefile"
28359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28360 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28361 ac_config_files="$ac_config_files tools/wrc/Makefile"
28365 ALL_WINETEST_DEPENDS="# Test binaries"
28367 for dir in $ALL_TEST_DIRS
28369 if test "$dir" != "\\"
28370 then
28371 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28372 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28373 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28374 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28376 done
28378 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28380 cat >confcache <<\_ACEOF
28381 # This file is a shell script that caches the results of configure
28382 # tests run on this system so they can be shared between configure
28383 # scripts and configure runs, see configure's option --config-cache.
28384 # It is not useful on other systems. If it contains results you don't
28385 # want to keep, you may remove or edit it.
28387 # config.status only pays attention to the cache file if you give it
28388 # the --recheck option to rerun configure.
28390 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28391 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28392 # following values.
28394 _ACEOF
28396 # The following way of writing the cache mishandles newlines in values,
28397 # but we know of no workaround that is simple, portable, and efficient.
28398 # So, we kill variables containing newlines.
28399 # Ultrix sh set writes to stderr and can't be redirected directly,
28400 # and sets the high bit in the cache file unless we assign to the vars.
28402 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28403 eval ac_val=\$$ac_var
28404 case $ac_val in #(
28405 *${as_nl}*)
28406 case $ac_var in #(
28407 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28408 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28409 esac
28410 case $ac_var in #(
28411 _ | IFS | as_nl) ;; #(
28412 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28413 *) $as_unset $ac_var ;;
28414 esac ;;
28415 esac
28416 done
28418 (set) 2>&1 |
28419 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28420 *${as_nl}ac_space=\ *)
28421 # `set' does not quote correctly, so add quotes (double-quote
28422 # substitution turns \\\\ into \\, and sed turns \\ into \).
28423 sed -n \
28424 "s/'/'\\\\''/g;
28425 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28426 ;; #(
28428 # `set' quotes correctly as required by POSIX, so do not add quotes.
28429 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28431 esac |
28432 sort
28434 sed '
28435 /^ac_cv_env_/b end
28436 t clear
28437 :clear
28438 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28439 t end
28440 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28441 :end' >>confcache
28442 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28443 if test -w "$cache_file"; then
28444 test "x$cache_file" != "x/dev/null" &&
28445 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28446 $as_echo "$as_me: updating cache $cache_file" >&6;}
28447 cat confcache >$cache_file
28448 else
28449 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28450 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28453 rm -f confcache
28455 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28456 # Let make expand exec_prefix.
28457 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28459 DEFS=-DHAVE_CONFIG_H
28461 ac_libobjs=
28462 ac_ltlibobjs=
28463 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28464 # 1. Remove the extension, and $U if already installed.
28465 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28466 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28467 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28468 # will be set to the directory where LIBOBJS objects are built.
28469 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28470 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28471 done
28472 LIBOBJS=$ac_libobjs
28474 LTLIBOBJS=$ac_ltlibobjs
28478 : ${CONFIG_STATUS=./config.status}
28479 ac_write_fail=0
28480 ac_clean_files_save=$ac_clean_files
28481 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28482 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28483 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28484 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28485 #! $SHELL
28486 # Generated by $as_me.
28487 # Run this file to recreate the current configuration.
28488 # Compiler output produced by configure, useful for debugging
28489 # configure, is in config.log if it exists.
28491 debug=false
28492 ac_cs_recheck=false
28493 ac_cs_silent=false
28494 SHELL=\${CONFIG_SHELL-$SHELL}
28495 _ACEOF
28497 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28498 ## --------------------- ##
28499 ## M4sh Initialization. ##
28500 ## --------------------- ##
28502 # Be more Bourne compatible
28503 DUALCASE=1; export DUALCASE # for MKS sh
28504 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28505 emulate sh
28506 NULLCMD=:
28507 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28508 # is contrary to our usage. Disable this feature.
28509 alias -g '${1+"$@"}'='"$@"'
28510 setopt NO_GLOB_SUBST
28511 else
28512 case `(set -o) 2>/dev/null` in
28513 *posix*) set -o posix ;;
28514 esac
28521 # PATH needs CR
28522 # Avoid depending upon Character Ranges.
28523 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28524 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28525 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28526 as_cr_digits='0123456789'
28527 as_cr_alnum=$as_cr_Letters$as_cr_digits
28529 as_nl='
28531 export as_nl
28532 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28533 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28534 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28535 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28536 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28537 as_echo='printf %s\n'
28538 as_echo_n='printf %s'
28539 else
28540 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28541 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28542 as_echo_n='/usr/ucb/echo -n'
28543 else
28544 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28545 as_echo_n_body='eval
28546 arg=$1;
28547 case $arg in
28548 *"$as_nl"*)
28549 expr "X$arg" : "X\\(.*\\)$as_nl";
28550 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28551 esac;
28552 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28554 export as_echo_n_body
28555 as_echo_n='sh -c $as_echo_n_body as_echo'
28557 export as_echo_body
28558 as_echo='sh -c $as_echo_body as_echo'
28561 # The user is always right.
28562 if test "${PATH_SEPARATOR+set}" != set; then
28563 PATH_SEPARATOR=:
28564 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28565 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28566 PATH_SEPARATOR=';'
28570 # Support unset when possible.
28571 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28572 as_unset=unset
28573 else
28574 as_unset=false
28578 # IFS
28579 # We need space, tab and new line, in precisely that order. Quoting is
28580 # there to prevent editors from complaining about space-tab.
28581 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28582 # splitting by setting IFS to empty value.)
28583 IFS=" "" $as_nl"
28585 # Find who we are. Look in the path if we contain no directory separator.
28586 case $0 in
28587 *[\\/]* ) as_myself=$0 ;;
28588 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28589 for as_dir in $PATH
28591 IFS=$as_save_IFS
28592 test -z "$as_dir" && as_dir=.
28593 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28594 done
28595 IFS=$as_save_IFS
28598 esac
28599 # We did not find ourselves, most probably we were run as `sh COMMAND'
28600 # in which case we are not to be found in the path.
28601 if test "x$as_myself" = x; then
28602 as_myself=$0
28604 if test ! -f "$as_myself"; then
28605 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28606 { (exit 1); exit 1; }
28609 # Work around bugs in pre-3.0 UWIN ksh.
28610 for as_var in ENV MAIL MAILPATH
28611 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28612 done
28613 PS1='$ '
28614 PS2='> '
28615 PS4='+ '
28617 # NLS nuisances.
28618 LC_ALL=C
28619 export LC_ALL
28620 LANGUAGE=C
28621 export LANGUAGE
28623 # Required to use basename.
28624 if expr a : '\(a\)' >/dev/null 2>&1 &&
28625 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28626 as_expr=expr
28627 else
28628 as_expr=false
28631 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28632 as_basename=basename
28633 else
28634 as_basename=false
28638 # Name of the executable.
28639 as_me=`$as_basename -- "$0" ||
28640 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28641 X"$0" : 'X\(//\)$' \| \
28642 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28643 $as_echo X/"$0" |
28644 sed '/^.*\/\([^/][^/]*\)\/*$/{
28645 s//\1/
28648 /^X\/\(\/\/\)$/{
28649 s//\1/
28652 /^X\/\(\/\).*/{
28653 s//\1/
28656 s/.*/./; q'`
28658 # CDPATH.
28659 $as_unset CDPATH
28663 as_lineno_1=$LINENO
28664 as_lineno_2=$LINENO
28665 test "x$as_lineno_1" != "x$as_lineno_2" &&
28666 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28668 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28669 # uniformly replaced by the line number. The first 'sed' inserts a
28670 # line-number line after each line using $LINENO; the second 'sed'
28671 # does the real work. The second script uses 'N' to pair each
28672 # line-number line with the line containing $LINENO, and appends
28673 # trailing '-' during substitution so that $LINENO is not a special
28674 # case at line end.
28675 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28676 # scripts with optimization help from Paolo Bonzini. Blame Lee
28677 # E. McMahon (1931-1989) for sed's syntax. :-)
28678 sed -n '
28680 /[$]LINENO/=
28681 ' <$as_myself |
28682 sed '
28683 s/[$]LINENO.*/&-/
28684 t lineno
28686 :lineno
28688 :loop
28689 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28690 t loop
28691 s/-\n.*//
28692 ' >$as_me.lineno &&
28693 chmod +x "$as_me.lineno" ||
28694 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28695 { (exit 1); exit 1; }; }
28697 # Don't try to exec as it changes $[0], causing all sort of problems
28698 # (the dirname of $[0] is not the place where we might find the
28699 # original and so on. Autoconf is especially sensitive to this).
28700 . "./$as_me.lineno"
28701 # Exit status is that of the last command.
28702 exit
28706 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28707 as_dirname=dirname
28708 else
28709 as_dirname=false
28712 ECHO_C= ECHO_N= ECHO_T=
28713 case `echo -n x` in
28714 -n*)
28715 case `echo 'x\c'` in
28716 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28717 *) ECHO_C='\c';;
28718 esac;;
28720 ECHO_N='-n';;
28721 esac
28722 if expr a : '\(a\)' >/dev/null 2>&1 &&
28723 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28724 as_expr=expr
28725 else
28726 as_expr=false
28729 rm -f conf$$ conf$$.exe conf$$.file
28730 if test -d conf$$.dir; then
28731 rm -f conf$$.dir/conf$$.file
28732 else
28733 rm -f conf$$.dir
28734 mkdir conf$$.dir 2>/dev/null
28736 if (echo >conf$$.file) 2>/dev/null; then
28737 if ln -s conf$$.file conf$$ 2>/dev/null; then
28738 as_ln_s='ln -s'
28739 # ... but there are two gotchas:
28740 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28741 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28742 # In both cases, we have to default to `cp -p'.
28743 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28744 as_ln_s='cp -p'
28745 elif ln conf$$.file conf$$ 2>/dev/null; then
28746 as_ln_s=ln
28747 else
28748 as_ln_s='cp -p'
28750 else
28751 as_ln_s='cp -p'
28753 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28754 rmdir conf$$.dir 2>/dev/null
28756 if mkdir -p . 2>/dev/null; then
28757 as_mkdir_p=:
28758 else
28759 test -d ./-p && rmdir ./-p
28760 as_mkdir_p=false
28763 if test -x / >/dev/null 2>&1; then
28764 as_test_x='test -x'
28765 else
28766 if ls -dL / >/dev/null 2>&1; then
28767 as_ls_L_option=L
28768 else
28769 as_ls_L_option=
28771 as_test_x='
28772 eval sh -c '\''
28773 if test -d "$1"; then
28774 test -d "$1/.";
28775 else
28776 case $1 in
28777 -*)set "./$1";;
28778 esac;
28779 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28780 ???[sx]*):;;*)false;;esac;fi
28781 '\'' sh
28784 as_executable_p=$as_test_x
28786 # Sed expression to map a string onto a valid CPP name.
28787 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28789 # Sed expression to map a string onto a valid variable name.
28790 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28793 exec 6>&1
28795 # Save the log message, to keep $[0] and so on meaningful, and to
28796 # report actual input values of CONFIG_FILES etc. instead of their
28797 # values after options handling.
28798 ac_log="
28799 This file was extended by Wine $as_me 1.1.22, which was
28800 generated by GNU Autoconf 2.63. Invocation command line was
28802 CONFIG_FILES = $CONFIG_FILES
28803 CONFIG_HEADERS = $CONFIG_HEADERS
28804 CONFIG_LINKS = $CONFIG_LINKS
28805 CONFIG_COMMANDS = $CONFIG_COMMANDS
28806 $ $0 $@
28808 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28811 _ACEOF
28813 case $ac_config_files in *"
28814 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28815 esac
28817 case $ac_config_headers in *"
28818 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28819 esac
28822 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28823 # Files that config.status was made for.
28824 config_files="$ac_config_files"
28825 config_headers="$ac_config_headers"
28826 config_commands="$ac_config_commands"
28828 _ACEOF
28830 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28831 ac_cs_usage="\
28832 \`$as_me' instantiates files from templates according to the
28833 current configuration.
28835 Usage: $0 [OPTION]... [FILE]...
28837 -h, --help print this help, then exit
28838 -V, --version print version number and configuration settings, then exit
28839 -q, --quiet, --silent
28840 do not print progress messages
28841 -d, --debug don't remove temporary files
28842 --recheck update $as_me by reconfiguring in the same conditions
28843 --file=FILE[:TEMPLATE]
28844 instantiate the configuration file FILE
28845 --header=FILE[:TEMPLATE]
28846 instantiate the configuration header FILE
28848 Configuration files:
28849 $config_files
28851 Configuration headers:
28852 $config_headers
28854 Configuration commands:
28855 $config_commands
28857 Report bugs to <bug-autoconf@gnu.org>."
28859 _ACEOF
28860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28861 ac_cs_version="\\
28862 Wine config.status 1.1.22
28863 configured by $0, generated by GNU Autoconf 2.63,
28864 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28866 Copyright (C) 2008 Free Software Foundation, Inc.
28867 This config.status script is free software; the Free Software Foundation
28868 gives unlimited permission to copy, distribute and modify it."
28870 ac_pwd='$ac_pwd'
28871 srcdir='$srcdir'
28872 INSTALL='$INSTALL'
28873 test -n "\$AWK" || AWK=awk
28874 _ACEOF
28876 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28877 # The default lists apply if the user does not specify any file.
28878 ac_need_defaults=:
28879 while test $# != 0
28881 case $1 in
28882 --*=*)
28883 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28884 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28885 ac_shift=:
28888 ac_option=$1
28889 ac_optarg=$2
28890 ac_shift=shift
28892 esac
28894 case $ac_option in
28895 # Handling of the options.
28896 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28897 ac_cs_recheck=: ;;
28898 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28899 $as_echo "$ac_cs_version"; exit ;;
28900 --debug | --debu | --deb | --de | --d | -d )
28901 debug=: ;;
28902 --file | --fil | --fi | --f )
28903 $ac_shift
28904 case $ac_optarg in
28905 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28906 esac
28907 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28908 ac_need_defaults=false;;
28909 --header | --heade | --head | --hea )
28910 $ac_shift
28911 case $ac_optarg in
28912 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28913 esac
28914 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28915 ac_need_defaults=false;;
28916 --he | --h)
28917 # Conflict between --help and --header
28918 { $as_echo "$as_me: error: ambiguous option: $1
28919 Try \`$0 --help' for more information." >&2
28920 { (exit 1); exit 1; }; };;
28921 --help | --hel | -h )
28922 $as_echo "$ac_cs_usage"; exit ;;
28923 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28924 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28925 ac_cs_silent=: ;;
28927 # This is an error.
28928 -*) { $as_echo "$as_me: error: unrecognized option: $1
28929 Try \`$0 --help' for more information." >&2
28930 { (exit 1); exit 1; }; } ;;
28932 *) ac_config_targets="$ac_config_targets $1"
28933 ac_need_defaults=false ;;
28935 esac
28936 shift
28937 done
28939 ac_configure_extra_args=
28941 if $ac_cs_silent; then
28942 exec 6>/dev/null
28943 ac_configure_extra_args="$ac_configure_extra_args --silent"
28946 _ACEOF
28947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28948 if \$ac_cs_recheck; then
28949 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28950 shift
28951 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28952 CONFIG_SHELL='$SHELL'
28953 export CONFIG_SHELL
28954 exec "\$@"
28957 _ACEOF
28958 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28959 exec 5>>config.log
28961 echo
28962 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28963 ## Running $as_me. ##
28964 _ASBOX
28965 $as_echo "$ac_log"
28966 } >&5
28968 _ACEOF
28969 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28970 _ACEOF
28972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28974 # Handling of arguments.
28975 for ac_config_target in $ac_config_targets
28977 case $ac_config_target in
28978 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28979 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28980 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28981 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28982 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28983 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28984 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28985 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28986 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28987 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28988 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28989 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28990 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28991 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28992 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28993 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28994 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28995 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28996 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28997 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28998 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28999 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29000 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29001 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29002 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29003 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29004 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29005 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29006 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29007 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29008 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29009 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29010 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29011 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29012 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29013 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29014 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29015 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29016 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29017 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29018 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29019 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29020 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29021 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29022 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29023 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29024 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29025 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29026 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29027 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29028 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29029 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29030 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29031 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29032 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29033 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29034 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29035 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29036 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29037 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29038 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29039 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29040 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29041 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29042 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29043 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29044 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29045 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29046 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29047 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29048 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29049 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29050 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29051 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29052 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29053 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29054 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29055 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29056 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29057 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29058 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29059 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29060 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29061 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29062 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29063 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29064 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29065 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29066 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29067 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29068 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29069 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29070 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29071 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29072 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29073 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29074 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29075 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29076 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29077 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29078 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29079 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29080 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29081 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29082 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29083 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29084 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29085 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29086 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29087 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29088 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29089 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29090 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29091 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29092 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29093 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29094 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29095 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29096 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29097 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29098 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29099 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29100 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29101 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29102 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29103 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29104 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29105 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29106 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29107 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29108 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29109 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29110 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29111 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29112 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29113 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29114 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29115 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29116 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29117 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29118 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29119 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29120 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29121 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29122 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29123 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29124 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29125 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29126 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29127 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29128 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29129 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29130 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29131 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29132 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29133 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29134 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29135 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29136 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29137 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29138 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29139 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29140 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29141 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29142 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29143 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29144 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29145 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29146 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29147 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29148 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29149 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29150 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29151 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29152 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29153 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29154 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29155 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29156 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29157 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29158 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29159 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29160 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29161 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29162 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29163 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29164 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29165 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29166 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29167 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29168 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29169 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29170 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29171 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29172 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29173 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29174 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29175 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29176 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29177 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29178 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29179 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29180 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29181 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29182 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29183 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29184 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29185 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29186 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29187 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29188 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29189 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29190 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29191 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29192 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29193 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29194 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29195 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29196 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29197 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29198 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29199 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29200 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29201 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29202 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29203 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29204 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29205 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29206 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29207 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29208 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29209 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29210 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29211 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29212 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29213 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29214 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29215 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29216 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29217 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29218 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29219 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29220 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29221 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29222 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29223 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29224 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29225 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29226 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29227 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29228 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29229 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29230 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29231 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29232 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29233 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29234 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29235 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29236 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29237 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29238 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29239 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29240 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29241 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29242 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29243 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29244 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29245 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29246 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29247 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29248 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29249 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29250 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29251 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29252 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29253 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29254 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29255 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29256 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29257 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29258 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29259 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29260 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29261 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29262 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29263 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29264 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29265 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29266 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29267 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29268 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29269 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29270 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29271 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29272 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29273 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29274 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29275 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29276 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29277 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29278 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29279 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29280 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29281 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29282 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29283 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29284 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29285 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29286 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29287 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29288 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29289 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29290 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29291 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29292 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29293 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29294 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29295 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29296 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29297 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29298 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29299 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29300 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29301 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29302 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29303 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29304 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29305 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29306 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29307 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29308 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29309 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29310 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29311 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29312 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29313 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29314 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29315 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29316 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29317 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29318 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29319 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29320 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29321 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29322 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29323 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29324 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29325 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29326 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29327 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29328 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29329 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29330 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29331 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29332 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29333 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29334 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29335 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29336 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29337 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29338 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29339 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29340 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29341 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29342 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29343 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29344 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29345 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29346 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29347 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29348 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29349 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29350 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29351 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29352 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29353 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29354 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29355 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29356 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29357 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29358 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29359 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29360 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29361 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29362 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29363 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29364 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29365 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29366 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29367 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29368 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29369 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29370 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29371 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29372 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29373 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29374 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29375 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29376 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29377 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29378 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29379 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29380 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29381 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29382 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29383 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29384 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29385 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29386 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29387 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29388 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29389 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29390 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29391 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29392 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29393 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29394 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29395 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29396 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29397 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29398 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29399 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29400 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29401 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29402 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29403 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29404 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29405 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29406 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29407 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29408 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29409 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29410 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29411 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29412 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29413 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29414 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29415 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29416 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29417 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29418 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29419 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29420 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29421 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29422 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29423 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29424 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29425 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29426 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29427 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29428 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29429 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29430 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29431 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29432 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29433 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29434 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29435 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29436 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29437 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29438 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29439 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29440 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29441 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29442 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29443 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29444 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29445 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29446 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29447 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29448 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29449 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29450 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29451 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29452 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29453 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29454 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29455 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29456 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29457 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29458 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29459 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29460 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29461 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29462 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29463 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29464 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29465 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29466 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29467 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29468 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29469 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29470 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29471 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29472 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29473 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29474 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29475 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29476 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29477 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29478 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29479 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29480 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29481 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29482 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29483 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29484 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29485 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29486 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29487 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29488 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29489 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29490 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29492 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29493 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29494 { (exit 1); exit 1; }; };;
29495 esac
29496 done
29499 # If the user did not use the arguments to specify the items to instantiate,
29500 # then the envvar interface is used. Set only those that are not.
29501 # We use the long form for the default assignment because of an extremely
29502 # bizarre bug on SunOS 4.1.3.
29503 if $ac_need_defaults; then
29504 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29505 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29506 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29509 # Have a temporary directory for convenience. Make it in the build tree
29510 # simply because there is no reason against having it here, and in addition,
29511 # creating and moving files from /tmp can sometimes cause problems.
29512 # Hook for its removal unless debugging.
29513 # Note that there is a small window in which the directory will not be cleaned:
29514 # after its creation but before its name has been assigned to `$tmp'.
29515 $debug ||
29517 tmp=
29518 trap 'exit_status=$?
29519 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29521 trap '{ (exit 1); exit 1; }' 1 2 13 15
29523 # Create a (secure) tmp directory for tmp files.
29526 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29527 test -n "$tmp" && test -d "$tmp"
29528 } ||
29530 tmp=./conf$$-$RANDOM
29531 (umask 077 && mkdir "$tmp")
29532 } ||
29534 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29535 { (exit 1); exit 1; }
29538 # Set up the scripts for CONFIG_FILES section.
29539 # No need to generate them if there are no CONFIG_FILES.
29540 # This happens for instance with `./config.status config.h'.
29541 if test -n "$CONFIG_FILES"; then
29543 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29544 ac_cs_awk_getline=:
29545 ac_cs_awk_pipe_init=
29546 ac_cs_awk_read_file='
29547 while ((getline aline < (F[key])) > 0)
29548 print(aline)
29549 close(F[key])'
29550 ac_cs_awk_pipe_fini=
29551 else
29552 ac_cs_awk_getline=false
29553 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29554 ac_cs_awk_read_file='
29555 print "|#_!!_#|"
29556 print "cat " F[key] " &&"
29557 '$ac_cs_awk_pipe_init
29558 # The final `:' finishes the AND list.
29559 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29561 ac_cr=' '
29562 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29563 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29564 ac_cs_awk_cr='\\r'
29565 else
29566 ac_cs_awk_cr=$ac_cr
29569 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29570 _ACEOF
29572 # Create commands to substitute file output variables.
29574 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29575 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29576 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29577 echo "_ACAWK" &&
29578 echo "_ACEOF"
29579 } >conf$$files.sh &&
29580 . ./conf$$files.sh ||
29581 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29582 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29583 { (exit 1); exit 1; }; }
29584 rm -f conf$$files.sh
29587 echo "cat >conf$$subs.awk <<_ACEOF" &&
29588 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29589 echo "_ACEOF"
29590 } >conf$$subs.sh ||
29591 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29592 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29593 { (exit 1); exit 1; }; }
29594 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29595 ac_delim='%!_!# '
29596 for ac_last_try in false false false false false :; do
29597 . ./conf$$subs.sh ||
29598 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29599 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29600 { (exit 1); exit 1; }; }
29602 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29603 if test $ac_delim_n = $ac_delim_num; then
29604 break
29605 elif $ac_last_try; then
29606 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29607 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29608 { (exit 1); exit 1; }; }
29609 else
29610 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29612 done
29613 rm -f conf$$subs.sh
29615 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29616 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29617 _ACEOF
29618 sed -n '
29620 s/^/S["/; s/!.*/"]=/
29623 s/^[^!]*!//
29624 :repl
29625 t repl
29626 s/'"$ac_delim"'$//
29627 t delim
29630 s/\(.\{148\}\).*/\1/
29631 t more1
29632 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29635 b repl
29636 :more1
29637 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29640 s/.\{148\}//
29641 t nl
29642 :delim
29644 s/\(.\{148\}\).*/\1/
29645 t more2
29646 s/["\\]/\\&/g; s/^/"/; s/$/"/
29649 :more2
29650 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29653 s/.\{148\}//
29654 t delim
29655 ' <conf$$subs.awk | sed '
29656 /^[^""]/{
29658 s/\n//
29660 ' >>$CONFIG_STATUS || ac_write_fail=1
29661 rm -f conf$$subs.awk
29662 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29663 _ACAWK
29664 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29665 for (key in S) S_is_set[key] = 1
29666 FS = "\a"
29667 \$ac_cs_awk_pipe_init
29670 line = $ 0
29671 nfields = split(line, field, "@")
29672 substed = 0
29673 len = length(field[1])
29674 for (i = 2; i < nfields; i++) {
29675 key = field[i]
29676 keylen = length(key)
29677 if (S_is_set[key]) {
29678 value = S[key]
29679 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29680 len += length(value) + length(field[++i])
29681 substed = 1
29682 } else
29683 len += 1 + keylen
29685 if (nfields == 3 && !substed) {
29686 key = field[2]
29687 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29688 \$ac_cs_awk_read_file
29689 next
29692 print line
29694 \$ac_cs_awk_pipe_fini
29695 _ACAWK
29696 _ACEOF
29697 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29698 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29699 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29700 else
29702 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29703 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29704 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29705 { (exit 1); exit 1; }; }
29706 _ACEOF
29708 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29709 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29710 # trailing colons and then remove the whole line if VPATH becomes empty
29711 # (actually we leave an empty line to preserve line numbers).
29712 if test "x$srcdir" = x.; then
29713 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29714 s/:*\$(srcdir):*/:/
29715 s/:*\${srcdir}:*/:/
29716 s/:*@srcdir@:*/:/
29717 s/^\([^=]*=[ ]*\):*/\1/
29718 s/:*$//
29719 s/^[^=]*=[ ]*$//
29723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29724 fi # test -n "$CONFIG_FILES"
29726 # Set up the scripts for CONFIG_HEADERS section.
29727 # No need to generate them if there are no CONFIG_HEADERS.
29728 # This happens for instance with `./config.status Makefile'.
29729 if test -n "$CONFIG_HEADERS"; then
29730 cat >"$tmp/defines.awk" <<\_ACAWK ||
29731 BEGIN {
29732 _ACEOF
29734 # Transform confdefs.h into an awk script `defines.awk', embedded as
29735 # here-document in config.status, that substitutes the proper values into
29736 # config.h.in to produce config.h.
29738 # Create a delimiter string that does not exist in confdefs.h, to ease
29739 # handling of long lines.
29740 ac_delim='%!_!# '
29741 for ac_last_try in false false :; do
29742 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29743 if test -z "$ac_t"; then
29744 break
29745 elif $ac_last_try; then
29746 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29747 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29748 { (exit 1); exit 1; }; }
29749 else
29750 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29752 done
29754 # For the awk script, D is an array of macro values keyed by name,
29755 # likewise P contains macro parameters if any. Preserve backslash
29756 # newline sequences.
29758 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29759 sed -n '
29760 s/.\{148\}/&'"$ac_delim"'/g
29761 t rset
29762 :rset
29763 s/^[ ]*#[ ]*define[ ][ ]*/ /
29764 t def
29766 :def
29767 s/\\$//
29768 t bsnl
29769 s/["\\]/\\&/g
29770 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29771 D["\1"]=" \3"/p
29772 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29774 :bsnl
29775 s/["\\]/\\&/g
29776 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29777 D["\1"]=" \3\\\\\\n"\\/p
29778 t cont
29779 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29780 t cont
29782 :cont
29784 s/.\{148\}/&'"$ac_delim"'/g
29785 t clear
29786 :clear
29787 s/\\$//
29788 t bsnlc
29789 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29791 :bsnlc
29792 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29793 b cont
29794 ' <confdefs.h | sed '
29795 s/'"$ac_delim"'/"\\\
29796 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29798 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29799 for (key in D) D_is_set[key] = 1
29800 FS = "\a"
29802 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29803 line = \$ 0
29804 split(line, arg, " ")
29805 if (arg[1] == "#") {
29806 defundef = arg[2]
29807 mac1 = arg[3]
29808 } else {
29809 defundef = substr(arg[1], 2)
29810 mac1 = arg[2]
29812 split(mac1, mac2, "(") #)
29813 macro = mac2[1]
29814 prefix = substr(line, 1, index(line, defundef) - 1)
29815 if (D_is_set[macro]) {
29816 # Preserve the white space surrounding the "#".
29817 print prefix "define", macro P[macro] D[macro]
29818 next
29819 } else {
29820 # Replace #undef with comments. This is necessary, for example,
29821 # in the case of _POSIX_SOURCE, which is predefined and required
29822 # on some systems where configure will not decide to define it.
29823 if (defundef == "undef") {
29824 print "/*", prefix defundef, macro, "*/"
29825 next
29829 { print }
29830 _ACAWK
29831 _ACEOF
29832 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29833 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29834 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29835 { (exit 1); exit 1; }; }
29836 fi # test -n "$CONFIG_HEADERS"
29839 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29840 shift
29841 for ac_tag
29843 case $ac_tag in
29844 :[FHLC]) ac_mode=$ac_tag; continue;;
29845 esac
29846 case $ac_mode$ac_tag in
29847 :[FHL]*:*);;
29848 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29849 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29850 { (exit 1); exit 1; }; };;
29851 :[FH]-) ac_tag=-:-;;
29852 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29853 esac
29854 ac_save_IFS=$IFS
29855 IFS=:
29856 set x $ac_tag
29857 IFS=$ac_save_IFS
29858 shift
29859 ac_file=$1
29860 shift
29862 case $ac_mode in
29863 :L) ac_source=$1;;
29864 :[FH])
29865 ac_file_inputs=
29866 for ac_f
29868 case $ac_f in
29869 -) ac_f="$tmp/stdin";;
29870 *) # Look for the file first in the build tree, then in the source tree
29871 # (if the path is not absolute). The absolute path cannot be DOS-style,
29872 # because $ac_f cannot contain `:'.
29873 test -f "$ac_f" ||
29874 case $ac_f in
29875 [\\/$]*) false;;
29876 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29877 esac ||
29878 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29879 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29880 { (exit 1); exit 1; }; };;
29881 esac
29882 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29883 ac_file_inputs="$ac_file_inputs '$ac_f'"
29884 done
29886 # Let's still pretend it is `configure' which instantiates (i.e., don't
29887 # use $as_me), people would be surprised to read:
29888 # /* config.h. Generated by config.status. */
29889 configure_input='Generated from '`
29890 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29891 `' by configure.'
29892 if test x"$ac_file" != x-; then
29893 configure_input="$ac_file. $configure_input"
29894 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29895 $as_echo "$as_me: creating $ac_file" >&6;}
29897 # Neutralize special characters interpreted by sed in replacement strings.
29898 case $configure_input in #(
29899 *\&* | *\|* | *\\* )
29900 ac_sed_conf_input=`$as_echo "$configure_input" |
29901 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29902 *) ac_sed_conf_input=$configure_input;;
29903 esac
29905 case $ac_tag in
29906 *:-:* | *:-) cat >"$tmp/stdin" \
29907 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29908 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29909 { (exit 1); exit 1; }; } ;;
29910 esac
29912 esac
29914 ac_dir=`$as_dirname -- "$ac_file" ||
29915 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29916 X"$ac_file" : 'X\(//\)[^/]' \| \
29917 X"$ac_file" : 'X\(//\)$' \| \
29918 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29919 $as_echo X"$ac_file" |
29920 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29921 s//\1/
29924 /^X\(\/\/\)[^/].*/{
29925 s//\1/
29928 /^X\(\/\/\)$/{
29929 s//\1/
29932 /^X\(\/\).*/{
29933 s//\1/
29936 s/.*/./; q'`
29937 { as_dir="$ac_dir"
29938 case $as_dir in #(
29939 -*) as_dir=./$as_dir;;
29940 esac
29941 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29942 as_dirs=
29943 while :; do
29944 case $as_dir in #(
29945 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29946 *) as_qdir=$as_dir;;
29947 esac
29948 as_dirs="'$as_qdir' $as_dirs"
29949 as_dir=`$as_dirname -- "$as_dir" ||
29950 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29951 X"$as_dir" : 'X\(//\)[^/]' \| \
29952 X"$as_dir" : 'X\(//\)$' \| \
29953 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29954 $as_echo X"$as_dir" |
29955 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29956 s//\1/
29959 /^X\(\/\/\)[^/].*/{
29960 s//\1/
29963 /^X\(\/\/\)$/{
29964 s//\1/
29967 /^X\(\/\).*/{
29968 s//\1/
29971 s/.*/./; q'`
29972 test -d "$as_dir" && break
29973 done
29974 test -z "$as_dirs" || eval "mkdir $as_dirs"
29975 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29976 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29977 { (exit 1); exit 1; }; }; }
29978 ac_builddir=.
29980 case "$ac_dir" in
29981 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29983 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29984 # A ".." for each directory in $ac_dir_suffix.
29985 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29986 case $ac_top_builddir_sub in
29987 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29988 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29989 esac ;;
29990 esac
29991 ac_abs_top_builddir=$ac_pwd
29992 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29993 # for backward compatibility:
29994 ac_top_builddir=$ac_top_build_prefix
29996 case $srcdir in
29997 .) # We are building in place.
29998 ac_srcdir=.
29999 ac_top_srcdir=$ac_top_builddir_sub
30000 ac_abs_top_srcdir=$ac_pwd ;;
30001 [\\/]* | ?:[\\/]* ) # Absolute name.
30002 ac_srcdir=$srcdir$ac_dir_suffix;
30003 ac_top_srcdir=$srcdir
30004 ac_abs_top_srcdir=$srcdir ;;
30005 *) # Relative name.
30006 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30007 ac_top_srcdir=$ac_top_build_prefix$srcdir
30008 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30009 esac
30010 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30013 case $ac_mode in
30016 # CONFIG_FILE
30019 case $INSTALL in
30020 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30021 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30022 esac
30023 _ACEOF
30025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30026 # If the template does not know about datarootdir, expand it.
30027 # FIXME: This hack should be removed a few years after 2.60.
30028 ac_datarootdir_hack=; ac_datarootdir_seen=
30030 ac_sed_dataroot='
30031 /datarootdir/ {
30035 /@datadir@/p
30036 /@docdir@/p
30037 /@infodir@/p
30038 /@localedir@/p
30039 /@mandir@/p
30041 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30042 *datarootdir*) ac_datarootdir_seen=yes;;
30043 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30044 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30045 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30046 _ACEOF
30047 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30048 ac_datarootdir_hack='
30049 s&@datadir@&$datadir&g
30050 s&@docdir@&$docdir&g
30051 s&@infodir@&$infodir&g
30052 s&@localedir@&$localedir&g
30053 s&@mandir@&$mandir&g
30054 s&\\\${datarootdir}&$datarootdir&g' ;;
30055 esac
30056 _ACEOF
30058 # Neutralize VPATH when `$srcdir' = `.'.
30059 # Shell code in configure.ac might set extrasub.
30060 # FIXME: do we really want to maintain this feature?
30061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30062 ac_sed_extra="$ac_vpsub
30063 $extrasub
30064 _ACEOF
30065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30067 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30068 s|@configure_input@|$ac_sed_conf_input|;t t
30069 s&@top_builddir@&$ac_top_builddir_sub&;t t
30070 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30071 s&@srcdir@&$ac_srcdir&;t t
30072 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30073 s&@top_srcdir@&$ac_top_srcdir&;t t
30074 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30075 s&@builddir@&$ac_builddir&;t t
30076 s&@abs_builddir@&$ac_abs_builddir&;t t
30077 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30078 s&@INSTALL@&$ac_INSTALL&;t t
30079 $ac_datarootdir_hack
30081 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30082 if $ac_cs_awk_getline; then
30083 $AWK -f "$tmp/subs.awk"
30084 else
30085 $AWK -f "$tmp/subs.awk" | $SHELL
30086 fi >$tmp/out \
30087 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30088 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30089 { (exit 1); exit 1; }; }
30091 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30092 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30093 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30094 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30095 which seems to be undefined. Please make sure it is defined." >&5
30096 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30097 which seems to be undefined. Please make sure it is defined." >&2;}
30099 rm -f "$tmp/stdin"
30100 case $ac_file in
30101 -) cat "$tmp/out" && rm -f "$tmp/out";;
30102 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30103 esac \
30104 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30105 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30106 { (exit 1); exit 1; }; }
30110 # CONFIG_HEADER
30112 if test x"$ac_file" != x-; then
30114 $as_echo "/* $configure_input */" \
30115 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30116 } >"$tmp/config.h" \
30117 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30118 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30119 { (exit 1); exit 1; }; }
30120 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30121 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30122 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30123 else
30124 rm -f "$ac_file"
30125 mv "$tmp/config.h" "$ac_file" \
30126 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30127 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30128 { (exit 1); exit 1; }; }
30130 else
30131 $as_echo "/* $configure_input */" \
30132 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30133 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30134 $as_echo "$as_me: error: could not create -" >&2;}
30135 { (exit 1); exit 1; }; }
30139 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30140 $as_echo "$as_me: executing $ac_file commands" >&6;}
30142 esac
30145 case $ac_file$ac_mode in
30146 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30147 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30148 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30149 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30150 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30151 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30152 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30153 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30154 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30155 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30156 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30157 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30158 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30160 esac
30161 done # for ac_tag
30164 { (exit 0); exit 0; }
30165 _ACEOF
30166 chmod +x $CONFIG_STATUS
30167 ac_clean_files=$ac_clean_files_save
30169 test $ac_write_fail = 0 ||
30170 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30171 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30172 { (exit 1); exit 1; }; }
30175 # configure is writing to config.log, and then calls config.status.
30176 # config.status does its own redirection, appending to config.log.
30177 # Unfortunately, on DOS this fails, as config.log is still kept open
30178 # by configure, so config.status won't be able to write to it; its
30179 # output is simply discarded. So we exec the FD to /dev/null,
30180 # effectively closing config.log, so it can be properly (re)opened and
30181 # appended to by config.status. When coming back to configure, we
30182 # need to make the FD available again.
30183 if test "$no_create" != yes; then
30184 ac_cs_success=:
30185 ac_config_status_args=
30186 test "$silent" = yes &&
30187 ac_config_status_args="$ac_config_status_args --quiet"
30188 exec 5>/dev/null
30189 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30190 exec 5>>config.log
30191 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30192 # would make configure fail if this is the last instruction.
30193 $ac_cs_success || { (exit 1); exit 1; }
30195 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30196 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30197 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30201 if test "$no_create" = "yes"
30202 then
30203 exit 0
30206 ac_save_IFS="$IFS"
30207 if test "x$wine_notices != "x; then
30208 echo >&6
30209 IFS="|"
30210 for msg in $wine_notices; do
30211 IFS="$ac_save_IFS"
30212 if test -n "$msg"; then
30213 { $as_echo "$as_me:$LINENO: $msg" >&5
30214 $as_echo "$as_me: $msg" >&6;}
30216 done
30218 IFS="|"
30219 for msg in $wine_warnings; do
30220 IFS="$ac_save_IFS"
30221 if test -n "$msg"; then
30222 echo >&2
30223 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30224 $as_echo "$as_me: WARNING: $msg" >&2;}
30226 done
30227 IFS="$ac_save_IFS"
30229 echo "
30230 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30231 " >&6