makefiles: Add resource files to the standard object files list.
[wine.git] / configure
blob85f27b750142fa0dabd6d0e5c8db7398185a55fe
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 CROSSTARGETFLAGS
697 CROSSTEST
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 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.22
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.22, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 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
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 TARGETFLAGS="-m64"
3904 *-mingw32*|*-cygwin*)
3905 enable_win16=${enable_win16:-no}
3907 i[3456789]86*)
3908 enable_win16=${enable_win16:-yes}
3910 esac
3912 enable_win16=${enable_win16:-no}
3914 WIN16_FILES="\$(WIN16_FILES)"
3916 WIN16_INSTALL="\$(WIN16_INSTALL)"
3918 if test "x$enable_win16" != "xyes"
3919 then
3920 WIN16_FILES=""
3921 WIN16_INSTALL=""
3922 enable_w32skrnl=${enable_w32skrnl:-no}
3923 enable_winedos=${enable_winedos:-no}
3924 enable_winevdm=${enable_winevdm:-no}
3927 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3928 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3929 if test "${wine_cv_toolsdir+set}" = set; then
3930 $as_echo_n "(cached) " >&6
3931 else
3932 if test -z "$with_wine_tools"; then
3933 if test "$cross_compiling" = "yes"; then
3934 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3935 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3936 { (exit 1); exit 1; }; }
3937 else
3938 wine_cv_toolsdir="\$(TOPOBJDIR)"
3940 elif test -d "$with_wine_tools/tools/winebuild"; then
3941 case $with_wine_tools in
3942 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3943 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3944 esac
3945 else
3946 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3947 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3948 { (exit 1); exit 1; }; }
3951 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3952 $as_echo "$wine_cv_toolsdir" >&6; }
3953 TOOLSDIR=$wine_cv_toolsdir
3955 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3956 then
3957 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3961 for ac_prog in flex
3963 # Extract the first word of "$ac_prog", so it can be a program name with args.
3964 set dummy $ac_prog; ac_word=$2
3965 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3966 $as_echo_n "checking for $ac_word... " >&6; }
3967 if test "${ac_cv_prog_FLEX+set}" = set; then
3968 $as_echo_n "(cached) " >&6
3969 else
3970 if test -n "$FLEX"; then
3971 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3972 else
3973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974 for as_dir in $PATH
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3980 ac_cv_prog_FLEX="$ac_prog"
3981 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 break 2
3984 done
3985 done
3986 IFS=$as_save_IFS
3990 FLEX=$ac_cv_prog_FLEX
3991 if test -n "$FLEX"; then
3992 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3993 $as_echo "$FLEX" >&6; }
3994 else
3995 { $as_echo "$as_me:$LINENO: result: no" >&5
3996 $as_echo "no" >&6; }
4000 test -n "$FLEX" && break
4001 done
4002 test -n "$FLEX" || FLEX="none"
4004 if test "$FLEX" = "none"
4005 then
4006 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4007 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4008 { (exit 1); exit 1; }; }
4011 for ac_prog in bison
4013 # Extract the first word of "$ac_prog", so it can be a program name with args.
4014 set dummy $ac_prog; ac_word=$2
4015 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4016 $as_echo_n "checking for $ac_word... " >&6; }
4017 if test "${ac_cv_prog_BISON+set}" = set; then
4018 $as_echo_n "(cached) " >&6
4019 else
4020 if test -n "$BISON"; then
4021 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4022 else
4023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024 for as_dir in $PATH
4026 IFS=$as_save_IFS
4027 test -z "$as_dir" && as_dir=.
4028 for ac_exec_ext in '' $ac_executable_extensions; do
4029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4030 ac_cv_prog_BISON="$ac_prog"
4031 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 break 2
4034 done
4035 done
4036 IFS=$as_save_IFS
4040 BISON=$ac_cv_prog_BISON
4041 if test -n "$BISON"; then
4042 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4043 $as_echo "$BISON" >&6; }
4044 else
4045 { $as_echo "$as_me:$LINENO: result: no" >&5
4046 $as_echo "no" >&6; }
4050 test -n "$BISON" && break
4051 done
4052 test -n "$BISON" || BISON="none"
4054 if test "$BISON" = "none"
4055 then
4056 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4057 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4058 { (exit 1); exit 1; }; }
4061 if test -n "$ac_tool_prefix"; then
4062 for ac_prog in ar gar
4064 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4065 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4067 $as_echo_n "checking for $ac_word... " >&6; }
4068 if test "${ac_cv_prog_AR+set}" = set; then
4069 $as_echo_n "(cached) " >&6
4070 else
4071 if test -n "$AR"; then
4072 ac_cv_prog_AR="$AR" # Let the user override the test.
4073 else
4074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4075 for as_dir in $PATH
4077 IFS=$as_save_IFS
4078 test -z "$as_dir" && as_dir=.
4079 for ac_exec_ext in '' $ac_executable_extensions; do
4080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4081 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4083 break 2
4085 done
4086 done
4087 IFS=$as_save_IFS
4091 AR=$ac_cv_prog_AR
4092 if test -n "$AR"; then
4093 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4094 $as_echo "$AR" >&6; }
4095 else
4096 { $as_echo "$as_me:$LINENO: result: no" >&5
4097 $as_echo "no" >&6; }
4101 test -n "$AR" && break
4102 done
4104 if test -z "$AR"; then
4105 ac_ct_AR=$AR
4106 for ac_prog in ar gar
4108 # Extract the first word of "$ac_prog", so it can be a program name with args.
4109 set dummy $ac_prog; ac_word=$2
4110 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4111 $as_echo_n "checking for $ac_word... " >&6; }
4112 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4113 $as_echo_n "(cached) " >&6
4114 else
4115 if test -n "$ac_ct_AR"; then
4116 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4117 else
4118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4119 for as_dir in $PATH
4121 IFS=$as_save_IFS
4122 test -z "$as_dir" && as_dir=.
4123 for ac_exec_ext in '' $ac_executable_extensions; do
4124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4125 ac_cv_prog_ac_ct_AR="$ac_prog"
4126 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4127 break 2
4129 done
4130 done
4131 IFS=$as_save_IFS
4135 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4136 if test -n "$ac_ct_AR"; then
4137 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4138 $as_echo "$ac_ct_AR" >&6; }
4139 else
4140 { $as_echo "$as_me:$LINENO: result: no" >&5
4141 $as_echo "no" >&6; }
4145 test -n "$ac_ct_AR" && break
4146 done
4148 if test "x$ac_ct_AR" = x; then
4149 AR="ar"
4150 else
4151 case $cross_compiling:$ac_tool_warned in
4152 yes:)
4153 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4154 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4155 ac_tool_warned=yes ;;
4156 esac
4157 AR=$ac_ct_AR
4161 ARFLAGS=rc
4163 if test -n "$ac_tool_prefix"; then
4164 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4165 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4167 $as_echo_n "checking for $ac_word... " >&6; }
4168 if test "${ac_cv_prog_RANLIB+set}" = set; then
4169 $as_echo_n "(cached) " >&6
4170 else
4171 if test -n "$RANLIB"; then
4172 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4173 else
4174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175 for as_dir in $PATH
4177 IFS=$as_save_IFS
4178 test -z "$as_dir" && as_dir=.
4179 for ac_exec_ext in '' $ac_executable_extensions; do
4180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4181 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4182 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4183 break 2
4185 done
4186 done
4187 IFS=$as_save_IFS
4191 RANLIB=$ac_cv_prog_RANLIB
4192 if test -n "$RANLIB"; then
4193 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4194 $as_echo "$RANLIB" >&6; }
4195 else
4196 { $as_echo "$as_me:$LINENO: result: no" >&5
4197 $as_echo "no" >&6; }
4202 if test -z "$ac_cv_prog_RANLIB"; then
4203 ac_ct_RANLIB=$RANLIB
4204 # Extract the first word of "ranlib", so it can be a program name with args.
4205 set dummy ranlib; ac_word=$2
4206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4209 $as_echo_n "(cached) " >&6
4210 else
4211 if test -n "$ac_ct_RANLIB"; then
4212 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4213 else
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215 for as_dir in $PATH
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
4220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4221 ac_cv_prog_ac_ct_RANLIB="ranlib"
4222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4225 done
4226 done
4227 IFS=$as_save_IFS
4231 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4232 if test -n "$ac_ct_RANLIB"; then
4233 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4234 $as_echo "$ac_ct_RANLIB" >&6; }
4235 else
4236 { $as_echo "$as_me:$LINENO: result: no" >&5
4237 $as_echo "no" >&6; }
4240 if test "x$ac_ct_RANLIB" = x; then
4241 RANLIB=":"
4242 else
4243 case $cross_compiling:$ac_tool_warned in
4244 yes:)
4245 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4246 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4247 ac_tool_warned=yes ;;
4248 esac
4249 RANLIB=$ac_ct_RANLIB
4251 else
4252 RANLIB="$ac_cv_prog_RANLIB"
4255 if test -n "$ac_tool_prefix"; then
4256 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4257 set dummy ${ac_tool_prefix}strip; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_STRIP+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$STRIP"; then
4264 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 STRIP=$ac_cv_prog_STRIP
4284 if test -n "$STRIP"; then
4285 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4286 $as_echo "$STRIP" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4294 if test -z "$ac_cv_prog_STRIP"; then
4295 ac_ct_STRIP=$STRIP
4296 # Extract the first word of "strip", so it can be a program name with args.
4297 set dummy strip; ac_word=$2
4298 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 $as_echo_n "checking for $ac_word... " >&6; }
4300 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4301 $as_echo_n "(cached) " >&6
4302 else
4303 if test -n "$ac_ct_STRIP"; then
4304 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4305 else
4306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307 for as_dir in $PATH
4309 IFS=$as_save_IFS
4310 test -z "$as_dir" && as_dir=.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
4312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4313 ac_cv_prog_ac_ct_STRIP="strip"
4314 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4315 break 2
4317 done
4318 done
4319 IFS=$as_save_IFS
4323 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4324 if test -n "$ac_ct_STRIP"; then
4325 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4326 $as_echo "$ac_ct_STRIP" >&6; }
4327 else
4328 { $as_echo "$as_me:$LINENO: result: no" >&5
4329 $as_echo "no" >&6; }
4332 if test "x$ac_ct_STRIP" = x; then
4333 STRIP="strip"
4334 else
4335 case $cross_compiling:$ac_tool_warned in
4336 yes:)
4337 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4338 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4339 ac_tool_warned=yes ;;
4340 esac
4341 STRIP=$ac_ct_STRIP
4343 else
4344 STRIP="$ac_cv_prog_STRIP"
4347 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4348 $as_echo_n "checking whether ln -s works... " >&6; }
4349 LN_S=$as_ln_s
4350 if test "$LN_S" = "ln -s"; then
4351 { $as_echo "$as_me:$LINENO: result: yes" >&5
4352 $as_echo "yes" >&6; }
4353 else
4354 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4355 $as_echo "no, using $LN_S" >&6; }
4358 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4359 $as_echo_n "checking whether ln works... " >&6; }
4360 rm -f conf$$ conf$$.file
4361 echo >conf$$.file
4362 if ln conf$$.file conf$$ 2>/dev/null; then
4363 LN=ln
4365 { $as_echo "$as_me:$LINENO: result: yes" >&5
4366 $as_echo "yes" >&6; }
4367 else
4368 LN="cp -p"
4370 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4371 $as_echo "no, using $LN" >&6; }
4373 rm -f conf$$ conf$$.file
4374 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4375 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4376 if test "${ac_cv_path_GREP+set}" = set; then
4377 $as_echo_n "(cached) " >&6
4378 else
4379 if test -z "$GREP"; then
4380 ac_path_GREP_found=false
4381 # Loop through the user's path and test for each of PROGNAME-LIST
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4385 IFS=$as_save_IFS
4386 test -z "$as_dir" && as_dir=.
4387 for ac_prog in grep ggrep; do
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4390 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4391 # Check for GNU ac_path_GREP and select it if it is found.
4392 # Check for GNU $ac_path_GREP
4393 case `"$ac_path_GREP" --version 2>&1` in
4394 *GNU*)
4395 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4397 ac_count=0
4398 $as_echo_n 0123456789 >"conftest.in"
4399 while :
4401 cat "conftest.in" "conftest.in" >"conftest.tmp"
4402 mv "conftest.tmp" "conftest.in"
4403 cp "conftest.in" "conftest.nl"
4404 $as_echo 'GREP' >> "conftest.nl"
4405 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4406 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4407 ac_count=`expr $ac_count + 1`
4408 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4409 # Best one so far, save it but keep looking for a better one
4410 ac_cv_path_GREP="$ac_path_GREP"
4411 ac_path_GREP_max=$ac_count
4413 # 10*(2^10) chars as input seems more than enough
4414 test $ac_count -gt 10 && break
4415 done
4416 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4417 esac
4419 $ac_path_GREP_found && break 3
4420 done
4421 done
4422 done
4423 IFS=$as_save_IFS
4424 if test -z "$ac_cv_path_GREP"; then
4425 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4426 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4427 { (exit 1); exit 1; }; }
4429 else
4430 ac_cv_path_GREP=$GREP
4434 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4435 $as_echo "$ac_cv_path_GREP" >&6; }
4436 GREP="$ac_cv_path_GREP"
4439 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4440 $as_echo_n "checking for egrep... " >&6; }
4441 if test "${ac_cv_path_EGREP+set}" = set; then
4442 $as_echo_n "(cached) " >&6
4443 else
4444 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4445 then ac_cv_path_EGREP="$GREP -E"
4446 else
4447 if test -z "$EGREP"; then
4448 ac_path_EGREP_found=false
4449 # Loop through the user's path and test for each of PROGNAME-LIST
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4453 IFS=$as_save_IFS
4454 test -z "$as_dir" && as_dir=.
4455 for ac_prog in egrep; do
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4458 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4459 # Check for GNU ac_path_EGREP and select it if it is found.
4460 # Check for GNU $ac_path_EGREP
4461 case `"$ac_path_EGREP" --version 2>&1` in
4462 *GNU*)
4463 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4465 ac_count=0
4466 $as_echo_n 0123456789 >"conftest.in"
4467 while :
4469 cat "conftest.in" "conftest.in" >"conftest.tmp"
4470 mv "conftest.tmp" "conftest.in"
4471 cp "conftest.in" "conftest.nl"
4472 $as_echo 'EGREP' >> "conftest.nl"
4473 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4474 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4475 ac_count=`expr $ac_count + 1`
4476 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4477 # Best one so far, save it but keep looking for a better one
4478 ac_cv_path_EGREP="$ac_path_EGREP"
4479 ac_path_EGREP_max=$ac_count
4481 # 10*(2^10) chars as input seems more than enough
4482 test $ac_count -gt 10 && break
4483 done
4484 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4485 esac
4487 $ac_path_EGREP_found && break 3
4488 done
4489 done
4490 done
4491 IFS=$as_save_IFS
4492 if test -z "$ac_cv_path_EGREP"; then
4493 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4494 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4495 { (exit 1); exit 1; }; }
4497 else
4498 ac_cv_path_EGREP=$EGREP
4503 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4504 $as_echo "$ac_cv_path_EGREP" >&6; }
4505 EGREP="$ac_cv_path_EGREP"
4508 # Extract the first word of "ldconfig", so it can be a program name with args.
4509 set dummy ldconfig; ac_word=$2
4510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4511 $as_echo_n "checking for $ac_word... " >&6; }
4512 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4513 $as_echo_n "(cached) " >&6
4514 else
4515 case $LDCONFIG in
4516 [\\/]* | ?:[\\/]*)
4517 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521 for as_dir in /sbin /usr/sbin $PATH
4523 IFS=$as_save_IFS
4524 test -z "$as_dir" && as_dir=.
4525 for ac_exec_ext in '' $ac_executable_extensions; do
4526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4527 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4529 break 2
4531 done
4532 done
4533 IFS=$as_save_IFS
4535 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4537 esac
4539 LDCONFIG=$ac_cv_path_LDCONFIG
4540 if test -n "$LDCONFIG"; then
4541 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4542 $as_echo "$LDCONFIG" >&6; }
4543 else
4544 { $as_echo "$as_me:$LINENO: result: no" >&5
4545 $as_echo "no" >&6; }
4549 # Find a good install program. We prefer a C program (faster),
4550 # so one script is as good as another. But avoid the broken or
4551 # incompatible versions:
4552 # SysV /etc/install, /usr/sbin/install
4553 # SunOS /usr/etc/install
4554 # IRIX /sbin/install
4555 # AIX /bin/install
4556 # AmigaOS /C/install, which installs bootblocks on floppy discs
4557 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4558 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4559 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4560 # OS/2's system install, which has a completely different semantic
4561 # ./install, which can be erroneously created by make from ./install.sh.
4562 # Reject install programs that cannot install multiple files.
4563 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4564 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4565 if test -z "$INSTALL"; then
4566 if test "${ac_cv_path_install+set}" = set; then
4567 $as_echo_n "(cached) " >&6
4568 else
4569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4570 for as_dir in $PATH
4572 IFS=$as_save_IFS
4573 test -z "$as_dir" && as_dir=.
4574 # Account for people who put trailing slashes in PATH elements.
4575 case $as_dir/ in
4576 ./ | .// | /cC/* | \
4577 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4578 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4579 /usr/ucb/* ) ;;
4581 # OSF1 and SCO ODT 3.0 have their own names for install.
4582 # Don't use installbsd from OSF since it installs stuff as root
4583 # by default.
4584 for ac_prog in ginstall scoinst install; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4587 if test $ac_prog = install &&
4588 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4589 # AIX install. It has an incompatible calling convention.
4591 elif test $ac_prog = install &&
4592 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4593 # program-specific install script used by HP pwplus--don't use.
4595 else
4596 rm -rf conftest.one conftest.two conftest.dir
4597 echo one > conftest.one
4598 echo two > conftest.two
4599 mkdir conftest.dir
4600 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4601 test -s conftest.one && test -s conftest.two &&
4602 test -s conftest.dir/conftest.one &&
4603 test -s conftest.dir/conftest.two
4604 then
4605 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4606 break 3
4610 done
4611 done
4613 esac
4615 done
4616 IFS=$as_save_IFS
4618 rm -rf conftest.one conftest.two conftest.dir
4621 if test "${ac_cv_path_install+set}" = set; then
4622 INSTALL=$ac_cv_path_install
4623 else
4624 # As a last resort, use the slow shell script. Don't cache a
4625 # value for INSTALL within a source directory, because that will
4626 # break other packages using the cache if that directory is
4627 # removed, or if the value is a relative name.
4628 INSTALL=$ac_install_sh
4631 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4632 $as_echo "$INSTALL" >&6; }
4634 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4635 # It thinks the first close brace ends the variable substitution.
4636 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4638 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4640 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4642 case "$INSTALL" in
4643 [\\/$]* | ?:[\\/]* ) ;;
4644 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4645 esac
4647 for ac_prog in lclint lint
4649 # Extract the first word of "$ac_prog", so it can be a program name with args.
4650 set dummy $ac_prog; ac_word=$2
4651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4652 $as_echo_n "checking for $ac_word... " >&6; }
4653 if test "${ac_cv_prog_LINT+set}" = set; then
4654 $as_echo_n "(cached) " >&6
4655 else
4656 if test -n "$LINT"; then
4657 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4658 else
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4666 ac_cv_prog_LINT="$ac_prog"
4667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668 break 2
4670 done
4671 done
4672 IFS=$as_save_IFS
4676 LINT=$ac_cv_prog_LINT
4677 if test -n "$LINT"; then
4678 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4679 $as_echo "$LINT" >&6; }
4680 else
4681 { $as_echo "$as_me:$LINENO: result: no" >&5
4682 $as_echo "no" >&6; }
4686 test -n "$LINT" && break
4687 done
4689 if test "$LINT" = "lint"
4690 then
4691 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4696 for ac_prog in fontforge
4698 # Extract the first word of "$ac_prog", so it can be a program name with args.
4699 set dummy $ac_prog; ac_word=$2
4700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4701 $as_echo_n "checking for $ac_word... " >&6; }
4702 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4703 $as_echo_n "(cached) " >&6
4704 else
4705 if test -n "$FONTFORGE"; then
4706 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4707 else
4708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4709 for as_dir in $PATH
4711 IFS=$as_save_IFS
4712 test -z "$as_dir" && as_dir=.
4713 for ac_exec_ext in '' $ac_executable_extensions; do
4714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4715 ac_cv_prog_FONTFORGE="$ac_prog"
4716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4717 break 2
4719 done
4720 done
4721 IFS=$as_save_IFS
4725 FONTFORGE=$ac_cv_prog_FONTFORGE
4726 if test -n "$FONTFORGE"; then
4727 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4728 $as_echo "$FONTFORGE" >&6; }
4729 else
4730 { $as_echo "$as_me:$LINENO: result: no" >&5
4731 $as_echo "no" >&6; }
4735 test -n "$FONTFORGE" && break
4736 done
4737 test -n "$FONTFORGE" || FONTFORGE="false"
4739 for ac_prog in pkg-config
4741 # Extract the first word of "$ac_prog", so it can be a program name with args.
4742 set dummy $ac_prog; ac_word=$2
4743 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4744 $as_echo_n "checking for $ac_word... " >&6; }
4745 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4746 $as_echo_n "(cached) " >&6
4747 else
4748 if test -n "$PKG_CONFIG"; then
4749 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4750 else
4751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4752 for as_dir in $PATH
4754 IFS=$as_save_IFS
4755 test -z "$as_dir" && as_dir=.
4756 for ac_exec_ext in '' $ac_executable_extensions; do
4757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4758 ac_cv_prog_PKG_CONFIG="$ac_prog"
4759 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4760 break 2
4762 done
4763 done
4764 IFS=$as_save_IFS
4768 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4769 if test -n "$PKG_CONFIG"; then
4770 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4771 $as_echo "$PKG_CONFIG" >&6; }
4772 else
4773 { $as_echo "$as_me:$LINENO: result: no" >&5
4774 $as_echo "no" >&6; }
4778 test -n "$PKG_CONFIG" && break
4779 done
4780 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4782 for ac_prog in rsvg
4784 # Extract the first word of "$ac_prog", so it can be a program name with args.
4785 set dummy $ac_prog; ac_word=$2
4786 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4787 $as_echo_n "checking for $ac_word... " >&6; }
4788 if test "${ac_cv_prog_RSVG+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 if test -n "$RSVG"; then
4792 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4793 else
4794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4795 for as_dir in $PATH
4797 IFS=$as_save_IFS
4798 test -z "$as_dir" && as_dir=.
4799 for ac_exec_ext in '' $ac_executable_extensions; do
4800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4801 ac_cv_prog_RSVG="$ac_prog"
4802 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4803 break 2
4805 done
4806 done
4807 IFS=$as_save_IFS
4811 RSVG=$ac_cv_prog_RSVG
4812 if test -n "$RSVG"; then
4813 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4814 $as_echo "$RSVG" >&6; }
4815 else
4816 { $as_echo "$as_me:$LINENO: result: no" >&5
4817 $as_echo "no" >&6; }
4821 test -n "$RSVG" && break
4822 done
4823 test -n "$RSVG" || RSVG="false"
4825 for ac_prog in icotool
4827 # Extract the first word of "$ac_prog", so it can be a program name with args.
4828 set dummy $ac_prog; ac_word=$2
4829 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4830 $as_echo_n "checking for $ac_word... " >&6; }
4831 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4832 $as_echo_n "(cached) " >&6
4833 else
4834 if test -n "$ICOTOOL"; then
4835 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4836 else
4837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838 for as_dir in $PATH
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_exec_ext in '' $ac_executable_extensions; do
4843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4844 ac_cv_prog_ICOTOOL="$ac_prog"
4845 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4846 break 2
4848 done
4849 done
4850 IFS=$as_save_IFS
4854 ICOTOOL=$ac_cv_prog_ICOTOOL
4855 if test -n "$ICOTOOL"; then
4856 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4857 $as_echo "$ICOTOOL" >&6; }
4858 else
4859 { $as_echo "$as_me:$LINENO: result: no" >&5
4860 $as_echo "no" >&6; }
4864 test -n "$ICOTOOL" && break
4865 done
4866 test -n "$ICOTOOL" || ICOTOOL="false"
4869 if test "${enable_maintainer_mode+set}" = set
4870 then
4871 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4872 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4873 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4876 case $host_cpu in
4877 *i[3456789]86*)
4878 # Extract the first word of "prelink", so it can be a program name with args.
4879 set dummy prelink; ac_word=$2
4880 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4881 $as_echo_n "checking for $ac_word... " >&6; }
4882 if test "${ac_cv_path_PRELINK+set}" = set; then
4883 $as_echo_n "(cached) " >&6
4884 else
4885 case $PRELINK in
4886 [\\/]* | ?:[\\/]*)
4887 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 for as_dir in /sbin /usr/sbin $PATH
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
4896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4897 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4898 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4901 done
4902 done
4903 IFS=$as_save_IFS
4905 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4907 esac
4909 PRELINK=$ac_cv_path_PRELINK
4910 if test -n "$PRELINK"; then
4911 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4912 $as_echo "$PRELINK" >&6; }
4913 else
4914 { $as_echo "$as_me:$LINENO: result: no" >&5
4915 $as_echo "no" >&6; }
4920 esac
4924 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4925 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4926 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4927 $as_echo_n "(cached) " >&6
4928 else
4929 ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-li386 $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h. */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 /* Override any GCC internal prototype to avoid an error.
4939 Use char because int might match the return type of a GCC
4940 builtin and then its argument prototype would still apply. */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char i386_set_ldt ();
4946 main ()
4948 return i386_set_ldt ();
4950 return 0;
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4960 $as_echo "$ac_try_echo") >&5
4961 (eval "$ac_link") 2>conftest.er1
4962 ac_status=$?
4963 grep -v '^ *+' conftest.er1 >conftest.err
4964 rm -f conftest.er1
4965 cat conftest.err >&5
4966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } && {
4968 test -z "$ac_c_werror_flag" ||
4969 test ! -s conftest.err
4970 } && test -s conftest$ac_exeext && {
4971 test "$cross_compiling" = yes ||
4972 $as_test_x conftest$ac_exeext
4973 }; then
4974 ac_cv_lib_i386_i386_set_ldt=yes
4975 else
4976 $as_echo "$as_me: failed program was:" >&5
4977 sed 's/^/| /' conftest.$ac_ext >&5
4979 ac_cv_lib_i386_i386_set_ldt=no
4982 rm -rf conftest.dSYM
4983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4984 conftest$ac_exeext conftest.$ac_ext
4985 LIBS=$ac_check_lib_save_LIBS
4987 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4988 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
4989 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
4990 cat >>confdefs.h <<_ACEOF
4991 #define HAVE_LIBI386 1
4992 _ACEOF
4994 LIBS="-li386 $LIBS"
4999 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5000 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5001 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5002 $as_echo_n "(cached) " >&6
5003 else
5004 ac_check_lib_save_LIBS=$LIBS
5005 LIBS="-lossaudio $LIBS"
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5013 /* Override any GCC internal prototype to avoid an error.
5014 Use char because int might match the return type of a GCC
5015 builtin and then its argument prototype would still apply. */
5016 #ifdef __cplusplus
5017 extern "C"
5018 #endif
5019 char _oss_ioctl ();
5021 main ()
5023 return _oss_ioctl ();
5025 return 0;
5027 _ACEOF
5028 rm -f conftest.$ac_objext conftest$ac_exeext
5029 if { (ac_try="$ac_link"
5030 case "(($ac_try" in
5031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5032 *) ac_try_echo=$ac_try;;
5033 esac
5034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5035 $as_echo "$ac_try_echo") >&5
5036 (eval "$ac_link") 2>conftest.er1
5037 ac_status=$?
5038 grep -v '^ *+' conftest.er1 >conftest.err
5039 rm -f conftest.er1
5040 cat conftest.err >&5
5041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); } && {
5043 test -z "$ac_c_werror_flag" ||
5044 test ! -s conftest.err
5045 } && test -s conftest$ac_exeext && {
5046 test "$cross_compiling" = yes ||
5047 $as_test_x conftest$ac_exeext
5048 }; then
5049 ac_cv_lib_ossaudio__oss_ioctl=yes
5050 else
5051 $as_echo "$as_me: failed program was:" >&5
5052 sed 's/^/| /' conftest.$ac_ext >&5
5054 ac_cv_lib_ossaudio__oss_ioctl=no
5057 rm -rf conftest.dSYM
5058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5059 conftest$ac_exeext conftest.$ac_ext
5060 LIBS=$ac_check_lib_save_LIBS
5062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5063 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5064 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5065 cat >>confdefs.h <<_ACEOF
5066 #define HAVE_LIBOSSAUDIO 1
5067 _ACEOF
5069 LIBS="-lossaudio $LIBS"
5074 XLIB=""
5076 OPENGL_LIBS=""
5080 ac_ext=c
5081 ac_cpp='$CPP $CPPFLAGS'
5082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5085 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5086 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5087 # On Suns, sometimes $CPP names a directory.
5088 if test -n "$CPP" && test -d "$CPP"; then
5089 CPP=
5091 if test -z "$CPP"; then
5092 if test "${ac_cv_prog_CPP+set}" = set; then
5093 $as_echo_n "(cached) " >&6
5094 else
5095 # Double quotes because CPP needs to be expanded
5096 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5098 ac_preproc_ok=false
5099 for ac_c_preproc_warn_flag in '' yes
5101 # Use a header file that comes with gcc, so configuring glibc
5102 # with a fresh cross-compiler works.
5103 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5104 # <limits.h> exists even on freestanding compilers.
5105 # On the NeXT, cc -E runs the code through the compiler's parser,
5106 # not just through cpp. "Syntax error" is here to catch this case.
5107 cat >conftest.$ac_ext <<_ACEOF
5108 /* confdefs.h. */
5109 _ACEOF
5110 cat confdefs.h >>conftest.$ac_ext
5111 cat >>conftest.$ac_ext <<_ACEOF
5112 /* end confdefs.h. */
5113 #ifdef __STDC__
5114 # include <limits.h>
5115 #else
5116 # include <assert.h>
5117 #endif
5118 Syntax error
5119 _ACEOF
5120 if { (ac_try="$ac_cpp conftest.$ac_ext"
5121 case "(($ac_try" in
5122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5123 *) ac_try_echo=$ac_try;;
5124 esac
5125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5126 $as_echo "$ac_try_echo") >&5
5127 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5128 ac_status=$?
5129 grep -v '^ *+' conftest.er1 >conftest.err
5130 rm -f conftest.er1
5131 cat conftest.err >&5
5132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); } >/dev/null && {
5134 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5135 test ! -s conftest.err
5136 }; then
5138 else
5139 $as_echo "$as_me: failed program was:" >&5
5140 sed 's/^/| /' conftest.$ac_ext >&5
5142 # Broken: fails on valid input.
5143 continue
5146 rm -f conftest.err conftest.$ac_ext
5148 # OK, works on sane cases. Now check whether nonexistent headers
5149 # can be detected and how.
5150 cat >conftest.$ac_ext <<_ACEOF
5151 /* confdefs.h. */
5152 _ACEOF
5153 cat confdefs.h >>conftest.$ac_ext
5154 cat >>conftest.$ac_ext <<_ACEOF
5155 /* end confdefs.h. */
5156 #include <ac_nonexistent.h>
5157 _ACEOF
5158 if { (ac_try="$ac_cpp conftest.$ac_ext"
5159 case "(($ac_try" in
5160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5161 *) ac_try_echo=$ac_try;;
5162 esac
5163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5164 $as_echo "$ac_try_echo") >&5
5165 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5166 ac_status=$?
5167 grep -v '^ *+' conftest.er1 >conftest.err
5168 rm -f conftest.er1
5169 cat conftest.err >&5
5170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5171 (exit $ac_status); } >/dev/null && {
5172 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5173 test ! -s conftest.err
5174 }; then
5175 # Broken: success on invalid input.
5176 continue
5177 else
5178 $as_echo "$as_me: failed program was:" >&5
5179 sed 's/^/| /' conftest.$ac_ext >&5
5181 # Passes both tests.
5182 ac_preproc_ok=:
5183 break
5186 rm -f conftest.err conftest.$ac_ext
5188 done
5189 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5190 rm -f conftest.err conftest.$ac_ext
5191 if $ac_preproc_ok; then
5192 break
5195 done
5196 ac_cv_prog_CPP=$CPP
5199 CPP=$ac_cv_prog_CPP
5200 else
5201 ac_cv_prog_CPP=$CPP
5203 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5204 $as_echo "$CPP" >&6; }
5205 ac_preproc_ok=false
5206 for ac_c_preproc_warn_flag in '' yes
5208 # Use a header file that comes with gcc, so configuring glibc
5209 # with a fresh cross-compiler works.
5210 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5211 # <limits.h> exists even on freestanding compilers.
5212 # On the NeXT, cc -E runs the code through the compiler's parser,
5213 # not just through cpp. "Syntax error" is here to catch this case.
5214 cat >conftest.$ac_ext <<_ACEOF
5215 /* confdefs.h. */
5216 _ACEOF
5217 cat confdefs.h >>conftest.$ac_ext
5218 cat >>conftest.$ac_ext <<_ACEOF
5219 /* end confdefs.h. */
5220 #ifdef __STDC__
5221 # include <limits.h>
5222 #else
5223 # include <assert.h>
5224 #endif
5225 Syntax error
5226 _ACEOF
5227 if { (ac_try="$ac_cpp conftest.$ac_ext"
5228 case "(($ac_try" in
5229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5230 *) ac_try_echo=$ac_try;;
5231 esac
5232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5233 $as_echo "$ac_try_echo") >&5
5234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5235 ac_status=$?
5236 grep -v '^ *+' conftest.er1 >conftest.err
5237 rm -f conftest.er1
5238 cat conftest.err >&5
5239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); } >/dev/null && {
5241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5242 test ! -s conftest.err
5243 }; then
5245 else
5246 $as_echo "$as_me: failed program was:" >&5
5247 sed 's/^/| /' conftest.$ac_ext >&5
5249 # Broken: fails on valid input.
5250 continue
5253 rm -f conftest.err conftest.$ac_ext
5255 # OK, works on sane cases. Now check whether nonexistent headers
5256 # can be detected and how.
5257 cat >conftest.$ac_ext <<_ACEOF
5258 /* confdefs.h. */
5259 _ACEOF
5260 cat confdefs.h >>conftest.$ac_ext
5261 cat >>conftest.$ac_ext <<_ACEOF
5262 /* end confdefs.h. */
5263 #include <ac_nonexistent.h>
5264 _ACEOF
5265 if { (ac_try="$ac_cpp conftest.$ac_ext"
5266 case "(($ac_try" in
5267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5268 *) ac_try_echo=$ac_try;;
5269 esac
5270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5271 $as_echo "$ac_try_echo") >&5
5272 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5273 ac_status=$?
5274 grep -v '^ *+' conftest.er1 >conftest.err
5275 rm -f conftest.er1
5276 cat conftest.err >&5
5277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5278 (exit $ac_status); } >/dev/null && {
5279 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5280 test ! -s conftest.err
5281 }; then
5282 # Broken: success on invalid input.
5283 continue
5284 else
5285 $as_echo "$as_me: failed program was:" >&5
5286 sed 's/^/| /' conftest.$ac_ext >&5
5288 # Passes both tests.
5289 ac_preproc_ok=:
5290 break
5293 rm -f conftest.err conftest.$ac_ext
5295 done
5296 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5297 rm -f conftest.err conftest.$ac_ext
5298 if $ac_preproc_ok; then
5300 else
5301 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5303 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5304 See \`config.log' for more details." >&5
5305 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5306 See \`config.log' for more details." >&2;}
5307 { (exit 1); exit 1; }; }; }
5310 ac_ext=c
5311 ac_cpp='$CPP $CPPFLAGS'
5312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5317 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5318 $as_echo_n "checking for ANSI C header files... " >&6; }
5319 if test "${ac_cv_header_stdc+set}" = set; then
5320 $as_echo_n "(cached) " >&6
5321 else
5322 cat >conftest.$ac_ext <<_ACEOF
5323 /* confdefs.h. */
5324 _ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5328 #include <stdlib.h>
5329 #include <stdarg.h>
5330 #include <string.h>
5331 #include <float.h>
5334 main ()
5338 return 0;
5340 _ACEOF
5341 rm -f conftest.$ac_objext
5342 if { (ac_try="$ac_compile"
5343 case "(($ac_try" in
5344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5345 *) ac_try_echo=$ac_try;;
5346 esac
5347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5348 $as_echo "$ac_try_echo") >&5
5349 (eval "$ac_compile") 2>conftest.er1
5350 ac_status=$?
5351 grep -v '^ *+' conftest.er1 >conftest.err
5352 rm -f conftest.er1
5353 cat conftest.err >&5
5354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5355 (exit $ac_status); } && {
5356 test -z "$ac_c_werror_flag" ||
5357 test ! -s conftest.err
5358 } && test -s conftest.$ac_objext; then
5359 ac_cv_header_stdc=yes
5360 else
5361 $as_echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5364 ac_cv_header_stdc=no
5367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5369 if test $ac_cv_header_stdc = yes; then
5370 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5371 cat >conftest.$ac_ext <<_ACEOF
5372 /* confdefs.h. */
5373 _ACEOF
5374 cat confdefs.h >>conftest.$ac_ext
5375 cat >>conftest.$ac_ext <<_ACEOF
5376 /* end confdefs.h. */
5377 #include <string.h>
5379 _ACEOF
5380 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5381 $EGREP "memchr" >/dev/null 2>&1; then
5383 else
5384 ac_cv_header_stdc=no
5386 rm -f conftest*
5390 if test $ac_cv_header_stdc = yes; then
5391 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5392 cat >conftest.$ac_ext <<_ACEOF
5393 /* confdefs.h. */
5394 _ACEOF
5395 cat confdefs.h >>conftest.$ac_ext
5396 cat >>conftest.$ac_ext <<_ACEOF
5397 /* end confdefs.h. */
5398 #include <stdlib.h>
5400 _ACEOF
5401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5402 $EGREP "free" >/dev/null 2>&1; then
5404 else
5405 ac_cv_header_stdc=no
5407 rm -f conftest*
5411 if test $ac_cv_header_stdc = yes; then
5412 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5413 if test "$cross_compiling" = yes; then
5415 else
5416 cat >conftest.$ac_ext <<_ACEOF
5417 /* confdefs.h. */
5418 _ACEOF
5419 cat confdefs.h >>conftest.$ac_ext
5420 cat >>conftest.$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5422 #include <ctype.h>
5423 #include <stdlib.h>
5424 #if ((' ' & 0x0FF) == 0x020)
5425 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5426 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5427 #else
5428 # define ISLOWER(c) \
5429 (('a' <= (c) && (c) <= 'i') \
5430 || ('j' <= (c) && (c) <= 'r') \
5431 || ('s' <= (c) && (c) <= 'z'))
5432 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5433 #endif
5435 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5437 main ()
5439 int i;
5440 for (i = 0; i < 256; i++)
5441 if (XOR (islower (i), ISLOWER (i))
5442 || toupper (i) != TOUPPER (i))
5443 return 2;
5444 return 0;
5446 _ACEOF
5447 rm -f conftest$ac_exeext
5448 if { (ac_try="$ac_link"
5449 case "(($ac_try" in
5450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5451 *) ac_try_echo=$ac_try;;
5452 esac
5453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5454 $as_echo "$ac_try_echo") >&5
5455 (eval "$ac_link") 2>&5
5456 ac_status=$?
5457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5459 { (case "(($ac_try" in
5460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5461 *) ac_try_echo=$ac_try;;
5462 esac
5463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5464 $as_echo "$ac_try_echo") >&5
5465 (eval "$ac_try") 2>&5
5466 ac_status=$?
5467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); }; }; then
5470 else
5471 $as_echo "$as_me: program exited with status $ac_status" >&5
5472 $as_echo "$as_me: failed program was:" >&5
5473 sed 's/^/| /' conftest.$ac_ext >&5
5475 ( exit $ac_status )
5476 ac_cv_header_stdc=no
5478 rm -rf conftest.dSYM
5479 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5485 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5486 $as_echo "$ac_cv_header_stdc" >&6; }
5487 if test $ac_cv_header_stdc = yes; then
5489 cat >>confdefs.h <<\_ACEOF
5490 #define STDC_HEADERS 1
5491 _ACEOF
5495 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5505 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5506 inttypes.h stdint.h unistd.h
5508 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5509 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5510 $as_echo_n "checking for $ac_header... " >&6; }
5511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5512 $as_echo_n "(cached) " >&6
5513 else
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 $ac_includes_default
5522 #include <$ac_header>
5523 _ACEOF
5524 rm -f conftest.$ac_objext
5525 if { (ac_try="$ac_compile"
5526 case "(($ac_try" in
5527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5528 *) ac_try_echo=$ac_try;;
5529 esac
5530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5531 $as_echo "$ac_try_echo") >&5
5532 (eval "$ac_compile") 2>conftest.er1
5533 ac_status=$?
5534 grep -v '^ *+' conftest.er1 >conftest.err
5535 rm -f conftest.er1
5536 cat conftest.err >&5
5537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); } && {
5539 test -z "$ac_c_werror_flag" ||
5540 test ! -s conftest.err
5541 } && test -s conftest.$ac_objext; then
5542 eval "$as_ac_Header=yes"
5543 else
5544 $as_echo "$as_me: failed program was:" >&5
5545 sed 's/^/| /' conftest.$ac_ext >&5
5547 eval "$as_ac_Header=no"
5550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5552 ac_res=`eval 'as_val=${'$as_ac_Header'}
5553 $as_echo "$as_val"'`
5554 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5555 $as_echo "$ac_res" >&6; }
5556 as_val=`eval 'as_val=${'$as_ac_Header'}
5557 $as_echo "$as_val"'`
5558 if test "x$as_val" = x""yes; then
5559 cat >>confdefs.h <<_ACEOF
5560 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5561 _ACEOF
5565 done
5691 for ac_header in \
5692 AudioUnit/AudioUnit.h \
5693 Carbon/Carbon.h \
5694 CoreAudio/CoreAudio.h \
5695 DiskArbitration/DiskArbitration.h \
5696 IOKit/IOKitLib.h \
5697 IOKit/hid/IOHIDLib.h \
5698 alias.h \
5699 alsa/asoundlib.h \
5700 arpa/inet.h \
5701 arpa/nameser.h \
5702 asm/types.h \
5703 capi20.h \
5704 curses.h \
5705 direct.h \
5706 dirent.h \
5707 dlfcn.h \
5708 elf.h \
5709 float.h \
5710 fnmatch.h \
5711 fontconfig/fontconfig.h \
5712 getopt.h \
5713 grp.h \
5714 ieeefp.h \
5715 inet/mib2.h \
5716 io.h \
5717 jack/jack.h \
5718 jpeglib.h \
5719 kstat.h \
5720 lber.h \
5721 lcms.h \
5722 lcms/lcms.h \
5723 ldap.h \
5724 libaudioio.h \
5725 link.h \
5726 linux/cdrom.h \
5727 linux/compiler.h \
5728 linux/hdreg.h \
5729 linux/input.h \
5730 linux/ioctl.h \
5731 linux/joystick.h \
5732 linux/major.h \
5733 linux/param.h \
5734 linux/serial.h \
5735 linux/types.h \
5736 linux/ucdrom.h \
5737 mach-o/dyld_images.h \
5738 mach-o/nlist.h \
5739 mach/mach.h \
5740 mach/machine.h \
5741 machine/cpu.h \
5742 machine/limits.h \
5743 machine/soundcard.h \
5744 mntent.h \
5745 ncurses.h \
5746 netdb.h \
5747 netinet/in.h \
5748 netinet/in_systm.h \
5749 netinet/tcp.h \
5750 netinet/tcp_fsm.h \
5751 openssl/err.h \
5752 openssl/ssl.h \
5753 png.h \
5754 poll.h \
5755 process.h \
5756 pthread.h \
5757 pwd.h \
5758 regex.h \
5759 sched.h \
5760 scsi/scsi.h \
5761 scsi/scsi_ioctl.h \
5762 scsi/sg.h \
5763 soundcard.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/ioctl.h \
5776 sys/ipc.h \
5777 sys/limits.h \
5778 sys/link.h \
5779 sys/mman.h \
5780 sys/modem.h \
5781 sys/msg.h \
5782 sys/mtio.h \
5783 sys/param.h \
5784 sys/poll.h \
5785 sys/prctl.h \
5786 sys/protosw.h \
5787 sys/ptrace.h \
5788 sys/resource.h \
5789 sys/scsiio.h \
5790 sys/shm.h \
5791 sys/signal.h \
5792 sys/socket.h \
5793 sys/socketvar.h \
5794 sys/sockio.h \
5795 sys/soundcard.h \
5796 sys/statvfs.h \
5797 sys/strtio.h \
5798 sys/syscall.h \
5799 sys/tihdr.h \
5800 sys/time.h \
5801 sys/timeout.h \
5802 sys/times.h \
5803 sys/uio.h \
5804 sys/un.h \
5805 sys/utsname.h \
5806 sys/vm86.h \
5807 sys/wait.h \
5808 syscall.h \
5809 termios.h \
5810 unistd.h \
5811 utime.h \
5812 valgrind/memcheck.h \
5813 valgrind/valgrind.h \
5814 zlib.h
5817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5819 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5820 $as_echo_n "checking for $ac_header... " >&6; }
5821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5822 $as_echo_n "(cached) " >&6
5824 ac_res=`eval 'as_val=${'$as_ac_Header'}
5825 $as_echo "$as_val"'`
5826 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5827 $as_echo "$ac_res" >&6; }
5828 else
5829 # Is the header compilable?
5830 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5831 $as_echo_n "checking $ac_header usability... " >&6; }
5832 cat >conftest.$ac_ext <<_ACEOF
5833 /* confdefs.h. */
5834 _ACEOF
5835 cat confdefs.h >>conftest.$ac_ext
5836 cat >>conftest.$ac_ext <<_ACEOF
5837 /* end confdefs.h. */
5838 $ac_includes_default
5839 #include <$ac_header>
5840 _ACEOF
5841 rm -f conftest.$ac_objext
5842 if { (ac_try="$ac_compile"
5843 case "(($ac_try" in
5844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5845 *) ac_try_echo=$ac_try;;
5846 esac
5847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5848 $as_echo "$ac_try_echo") >&5
5849 (eval "$ac_compile") 2>conftest.er1
5850 ac_status=$?
5851 grep -v '^ *+' conftest.er1 >conftest.err
5852 rm -f conftest.er1
5853 cat conftest.err >&5
5854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855 (exit $ac_status); } && {
5856 test -z "$ac_c_werror_flag" ||
5857 test ! -s conftest.err
5858 } && test -s conftest.$ac_objext; then
5859 ac_header_compiler=yes
5860 else
5861 $as_echo "$as_me: failed program was:" >&5
5862 sed 's/^/| /' conftest.$ac_ext >&5
5864 ac_header_compiler=no
5867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5869 $as_echo "$ac_header_compiler" >&6; }
5871 # Is the header present?
5872 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5873 $as_echo_n "checking $ac_header presence... " >&6; }
5874 cat >conftest.$ac_ext <<_ACEOF
5875 /* confdefs.h. */
5876 _ACEOF
5877 cat confdefs.h >>conftest.$ac_ext
5878 cat >>conftest.$ac_ext <<_ACEOF
5879 /* end confdefs.h. */
5880 #include <$ac_header>
5881 _ACEOF
5882 if { (ac_try="$ac_cpp conftest.$ac_ext"
5883 case "(($ac_try" in
5884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5885 *) ac_try_echo=$ac_try;;
5886 esac
5887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5888 $as_echo "$ac_try_echo") >&5
5889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5890 ac_status=$?
5891 grep -v '^ *+' conftest.er1 >conftest.err
5892 rm -f conftest.er1
5893 cat conftest.err >&5
5894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895 (exit $ac_status); } >/dev/null && {
5896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5897 test ! -s conftest.err
5898 }; then
5899 ac_header_preproc=yes
5900 else
5901 $as_echo "$as_me: failed program was:" >&5
5902 sed 's/^/| /' conftest.$ac_ext >&5
5904 ac_header_preproc=no
5907 rm -f conftest.err conftest.$ac_ext
5908 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5909 $as_echo "$ac_header_preproc" >&6; }
5911 # So? What about this header?
5912 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5913 yes:no: )
5914 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5915 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5916 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5917 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5918 ac_header_preproc=yes
5920 no:yes:* )
5921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5922 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5924 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5926 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5928 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5930 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5932 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5933 ( cat <<\_ASBOX
5934 ## ------------------------------------ ##
5935 ## Report this to wine-devel@winehq.org ##
5936 ## ------------------------------------ ##
5937 _ASBOX
5938 ) | sed "s/^/$as_me: WARNING: /" >&2
5940 esac
5941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5942 $as_echo_n "checking for $ac_header... " >&6; }
5943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5944 $as_echo_n "(cached) " >&6
5945 else
5946 eval "$as_ac_Header=\$ac_header_preproc"
5948 ac_res=`eval 'as_val=${'$as_ac_Header'}
5949 $as_echo "$as_val"'`
5950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5951 $as_echo "$ac_res" >&6; }
5954 as_val=`eval 'as_val=${'$as_ac_Header'}
5955 $as_echo "$as_val"'`
5956 if test "x$as_val" = x""yes; then
5957 cat >>confdefs.h <<_ACEOF
5958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5959 _ACEOF
5963 done
5965 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5966 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5967 if test "${ac_cv_header_stat_broken+set}" = set; then
5968 $as_echo_n "(cached) " >&6
5969 else
5970 cat >conftest.$ac_ext <<_ACEOF
5971 /* confdefs.h. */
5972 _ACEOF
5973 cat confdefs.h >>conftest.$ac_ext
5974 cat >>conftest.$ac_ext <<_ACEOF
5975 /* end confdefs.h. */
5976 #include <sys/types.h>
5977 #include <sys/stat.h>
5979 #if defined S_ISBLK && defined S_IFDIR
5980 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5981 #endif
5983 #if defined S_ISBLK && defined S_IFCHR
5984 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5985 #endif
5987 #if defined S_ISLNK && defined S_IFREG
5988 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5989 #endif
5991 #if defined S_ISSOCK && defined S_IFREG
5992 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5993 #endif
5995 _ACEOF
5996 rm -f conftest.$ac_objext
5997 if { (ac_try="$ac_compile"
5998 case "(($ac_try" in
5999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6000 *) ac_try_echo=$ac_try;;
6001 esac
6002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6003 $as_echo "$ac_try_echo") >&5
6004 (eval "$ac_compile") 2>conftest.er1
6005 ac_status=$?
6006 grep -v '^ *+' conftest.er1 >conftest.err
6007 rm -f conftest.er1
6008 cat conftest.err >&5
6009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); } && {
6011 test -z "$ac_c_werror_flag" ||
6012 test ! -s conftest.err
6013 } && test -s conftest.$ac_objext; then
6014 ac_cv_header_stat_broken=no
6015 else
6016 $as_echo "$as_me: failed program was:" >&5
6017 sed 's/^/| /' conftest.$ac_ext >&5
6019 ac_cv_header_stat_broken=yes
6022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6024 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6025 $as_echo "$ac_cv_header_stat_broken" >&6; }
6026 if test $ac_cv_header_stat_broken = yes; then
6028 cat >>confdefs.h <<\_ACEOF
6029 #define STAT_MACROS_BROKEN 1
6030 _ACEOF
6041 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6044 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6045 $as_echo_n "checking for $ac_header... " >&6; }
6046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6047 $as_echo_n "(cached) " >&6
6048 else
6049 cat >conftest.$ac_ext <<_ACEOF
6050 /* confdefs.h. */
6051 _ACEOF
6052 cat confdefs.h >>conftest.$ac_ext
6053 cat >>conftest.$ac_ext <<_ACEOF
6054 /* end confdefs.h. */
6055 #include <sys/types.h>
6056 #ifdef HAVE_SYS_PARAM_H
6057 # include <sys/param.h>
6058 #endif
6060 #include <$ac_header>
6061 _ACEOF
6062 rm -f conftest.$ac_objext
6063 if { (ac_try="$ac_compile"
6064 case "(($ac_try" in
6065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6066 *) ac_try_echo=$ac_try;;
6067 esac
6068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6069 $as_echo "$ac_try_echo") >&5
6070 (eval "$ac_compile") 2>conftest.er1
6071 ac_status=$?
6072 grep -v '^ *+' conftest.er1 >conftest.err
6073 rm -f conftest.er1
6074 cat conftest.err >&5
6075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6076 (exit $ac_status); } && {
6077 test -z "$ac_c_werror_flag" ||
6078 test ! -s conftest.err
6079 } && test -s conftest.$ac_objext; then
6080 eval "$as_ac_Header=yes"
6081 else
6082 $as_echo "$as_me: failed program was:" >&5
6083 sed 's/^/| /' conftest.$ac_ext >&5
6085 eval "$as_ac_Header=no"
6088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6090 ac_res=`eval 'as_val=${'$as_ac_Header'}
6091 $as_echo "$as_val"'`
6092 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6093 $as_echo "$ac_res" >&6; }
6094 as_val=`eval 'as_val=${'$as_ac_Header'}
6095 $as_echo "$as_val"'`
6096 if test "x$as_val" = x""yes; then
6097 cat >>confdefs.h <<_ACEOF
6098 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6099 _ACEOF
6103 done
6119 for ac_header in \
6120 netinet/ip.h \
6121 net/if.h \
6122 net/if_arp.h \
6123 net/if_dl.h \
6124 net/if_types.h \
6125 net/route.h \
6126 netinet/if_ether.h \
6127 netinet/if_inarp.h \
6128 netinet/in_pcb.h \
6129 netinet/ip_icmp.h \
6130 netinet/ip_var.h \
6131 netinet/udp.h \
6132 netipx/ipx.h \
6135 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6136 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6137 $as_echo_n "checking for $ac_header... " >&6; }
6138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6139 $as_echo_n "(cached) " >&6
6140 else
6141 cat >conftest.$ac_ext <<_ACEOF
6142 /* confdefs.h. */
6143 _ACEOF
6144 cat confdefs.h >>conftest.$ac_ext
6145 cat >>conftest.$ac_ext <<_ACEOF
6146 /* end confdefs.h. */
6147 #include <sys/types.h>
6148 #ifdef HAVE_SYS_SOCKET_H
6149 # include <sys/socket.h>
6150 #endif
6151 #ifdef HAVE_SYS_SOCKETVAR_H
6152 # include <sys/socketvar.h>
6153 #endif
6154 #ifdef HAVE_NET_ROUTE_H
6155 # include <net/route.h>
6156 #endif
6157 #ifdef HAVE_NETINET_IN_H
6158 # include <netinet/in.h>
6159 #endif
6160 #ifdef HAVE_NETINET_IN_SYSTM_H
6161 # include <netinet/in_systm.h>
6162 #endif
6163 #ifdef HAVE_NET_IF_H
6164 # include <net/if.h>
6165 #endif
6166 #ifdef HAVE_NETINET_IP_H
6167 # include <netinet/ip.h>
6168 #endif
6170 #include <$ac_header>
6171 _ACEOF
6172 rm -f conftest.$ac_objext
6173 if { (ac_try="$ac_compile"
6174 case "(($ac_try" in
6175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6176 *) ac_try_echo=$ac_try;;
6177 esac
6178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6179 $as_echo "$ac_try_echo") >&5
6180 (eval "$ac_compile") 2>conftest.er1
6181 ac_status=$?
6182 grep -v '^ *+' conftest.er1 >conftest.err
6183 rm -f conftest.er1
6184 cat conftest.err >&5
6185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186 (exit $ac_status); } && {
6187 test -z "$ac_c_werror_flag" ||
6188 test ! -s conftest.err
6189 } && test -s conftest.$ac_objext; then
6190 eval "$as_ac_Header=yes"
6191 else
6192 $as_echo "$as_me: failed program was:" >&5
6193 sed 's/^/| /' conftest.$ac_ext >&5
6195 eval "$as_ac_Header=no"
6198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6200 ac_res=`eval 'as_val=${'$as_ac_Header'}
6201 $as_echo "$as_val"'`
6202 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6203 $as_echo "$ac_res" >&6; }
6204 as_val=`eval 'as_val=${'$as_ac_Header'}
6205 $as_echo "$as_val"'`
6206 if test "x$as_val" = x""yes; then
6207 cat >>confdefs.h <<_ACEOF
6208 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6209 _ACEOF
6213 done
6220 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6223 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6224 $as_echo_n "checking for $ac_header... " >&6; }
6225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6226 $as_echo_n "(cached) " >&6
6227 else
6228 cat >conftest.$ac_ext <<_ACEOF
6229 /* confdefs.h. */
6230 _ACEOF
6231 cat confdefs.h >>conftest.$ac_ext
6232 cat >>conftest.$ac_ext <<_ACEOF
6233 /* end confdefs.h. */
6234 #include <sys/types.h>
6235 #ifdef HAVE_ALIAS_H
6236 # include <alias.h>
6237 #endif
6238 #ifdef HAVE_SYS_SOCKET_H
6239 # include <sys/socket.h>
6240 #endif
6241 #ifdef HAVE_SYS_SOCKETVAR_H
6242 # include <sys/socketvar.h>
6243 #endif
6244 #ifdef HAVE_SYS_TIMEOUT_H
6245 # include <sys/timeout.h>
6246 #endif
6247 #ifdef HAVE_NETINET_IN_H
6248 # include <netinet/in.h>
6249 #endif
6250 #ifdef HAVE_NETINET_IN_SYSTM_H
6251 # include <netinet/in_systm.h>
6252 #endif
6253 #ifdef HAVE_NETINET_IP_H
6254 # include <netinet/ip.h>
6255 #endif
6256 #ifdef HAVE_NETINET_IP_VAR_H
6257 # include <netinet/ip_var.h>
6258 #endif
6259 #ifdef HAVE_NETINET_IP_ICMP_H
6260 # include <netinet/ip_icmp.h>
6261 #endif
6262 #ifdef HAVE_NETINET_UDP_H
6263 # include <netinet/udp.h>
6264 #endif
6265 #ifdef HAVE_NETINET_TCP_H
6266 # include <netinet/tcp.h>
6267 #endif
6268 #ifdef HAVE_NETINET_TCP_TIMER_H
6269 #include <netinet/tcp_timer.h>
6270 #endif
6272 #include <$ac_header>
6273 _ACEOF
6274 rm -f conftest.$ac_objext
6275 if { (ac_try="$ac_compile"
6276 case "(($ac_try" in
6277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6278 *) ac_try_echo=$ac_try;;
6279 esac
6280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6281 $as_echo "$ac_try_echo") >&5
6282 (eval "$ac_compile") 2>conftest.er1
6283 ac_status=$?
6284 grep -v '^ *+' conftest.er1 >conftest.err
6285 rm -f conftest.er1
6286 cat conftest.err >&5
6287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); } && {
6289 test -z "$ac_c_werror_flag" ||
6290 test ! -s conftest.err
6291 } && test -s conftest.$ac_objext; then
6292 eval "$as_ac_Header=yes"
6293 else
6294 $as_echo "$as_me: failed program was:" >&5
6295 sed 's/^/| /' conftest.$ac_ext >&5
6297 eval "$as_ac_Header=no"
6300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6302 ac_res=`eval 'as_val=${'$as_ac_Header'}
6303 $as_echo "$as_val"'`
6304 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6305 $as_echo "$ac_res" >&6; }
6306 as_val=`eval 'as_val=${'$as_ac_Header'}
6307 $as_echo "$as_val"'`
6308 if test "x$as_val" = x""yes; then
6309 cat >>confdefs.h <<_ACEOF
6310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6311 _ACEOF
6315 done
6319 for ac_header in linux/ipx.h
6321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6322 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6323 $as_echo_n "checking for $ac_header... " >&6; }
6324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6325 $as_echo_n "(cached) " >&6
6326 else
6327 cat >conftest.$ac_ext <<_ACEOF
6328 /* confdefs.h. */
6329 _ACEOF
6330 cat confdefs.h >>conftest.$ac_ext
6331 cat >>conftest.$ac_ext <<_ACEOF
6332 /* end confdefs.h. */
6333 #include <sys/types.h>
6334 #ifdef HAVE_ASM_TYPES_H
6335 # include <asm/types.h>
6336 #endif
6337 #ifdef HAVE_SYS_SOCKET_H
6338 # include <sys/socket.h>
6339 #endif
6340 #ifdef HAVE_LINUX_TYPES_H
6341 # include <linux/types.h>
6342 #endif
6344 #include <$ac_header>
6345 _ACEOF
6346 rm -f conftest.$ac_objext
6347 if { (ac_try="$ac_compile"
6348 case "(($ac_try" in
6349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6350 *) ac_try_echo=$ac_try;;
6351 esac
6352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6353 $as_echo "$ac_try_echo") >&5
6354 (eval "$ac_compile") 2>conftest.er1
6355 ac_status=$?
6356 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -f conftest.er1
6358 cat conftest.err >&5
6359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); } && {
6361 test -z "$ac_c_werror_flag" ||
6362 test ! -s conftest.err
6363 } && test -s conftest.$ac_objext; then
6364 eval "$as_ac_Header=yes"
6365 else
6366 $as_echo "$as_me: failed program was:" >&5
6367 sed 's/^/| /' conftest.$ac_ext >&5
6369 eval "$as_ac_Header=no"
6372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6374 ac_res=`eval 'as_val=${'$as_ac_Header'}
6375 $as_echo "$as_val"'`
6376 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6377 $as_echo "$ac_res" >&6; }
6378 as_val=`eval 'as_val=${'$as_ac_Header'}
6379 $as_echo "$as_val"'`
6380 if test "x$as_val" = x""yes; then
6381 cat >>confdefs.h <<_ACEOF
6382 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6383 _ACEOF
6387 done
6391 for ac_header in resolv.h
6393 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6394 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6395 $as_echo_n "checking for $ac_header... " >&6; }
6396 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6397 $as_echo_n "(cached) " >&6
6398 else
6399 cat >conftest.$ac_ext <<_ACEOF
6400 /* confdefs.h. */
6401 _ACEOF
6402 cat confdefs.h >>conftest.$ac_ext
6403 cat >>conftest.$ac_ext <<_ACEOF
6404 /* end confdefs.h. */
6405 #include <sys/types.h>
6406 #ifdef HAVE_SYS_SOCKET_H
6407 # include <sys/socket.h>
6408 #endif
6409 #ifdef HAVE_NETINET_IN_H
6410 # include <netinet/in.h>
6411 #endif
6412 #ifdef HAVE_ARPA_NAMESER_H
6413 # include <arpa/nameser.h>
6414 #endif
6416 #include <$ac_header>
6417 _ACEOF
6418 rm -f conftest.$ac_objext
6419 if { (ac_try="$ac_compile"
6420 case "(($ac_try" in
6421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6422 *) ac_try_echo=$ac_try;;
6423 esac
6424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6425 $as_echo "$ac_try_echo") >&5
6426 (eval "$ac_compile") 2>conftest.er1
6427 ac_status=$?
6428 grep -v '^ *+' conftest.er1 >conftest.err
6429 rm -f conftest.er1
6430 cat conftest.err >&5
6431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); } && {
6433 test -z "$ac_c_werror_flag" ||
6434 test ! -s conftest.err
6435 } && test -s conftest.$ac_objext; then
6436 eval "$as_ac_Header=yes"
6437 else
6438 $as_echo "$as_me: failed program was:" >&5
6439 sed 's/^/| /' conftest.$ac_ext >&5
6441 eval "$as_ac_Header=no"
6444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6446 ac_res=`eval 'as_val=${'$as_ac_Header'}
6447 $as_echo "$as_val"'`
6448 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6449 $as_echo "$ac_res" >&6; }
6450 as_val=`eval 'as_val=${'$as_ac_Header'}
6451 $as_echo "$as_val"'`
6452 if test "x$as_val" = x""yes; then
6453 cat >>confdefs.h <<_ACEOF
6454 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6455 _ACEOF
6459 done
6463 for ac_header in ucontext.h
6465 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6467 $as_echo_n "checking for $ac_header... " >&6; }
6468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6469 $as_echo_n "(cached) " >&6
6470 else
6471 cat >conftest.$ac_ext <<_ACEOF
6472 /* confdefs.h. */
6473 _ACEOF
6474 cat confdefs.h >>conftest.$ac_ext
6475 cat >>conftest.$ac_ext <<_ACEOF
6476 /* end confdefs.h. */
6477 #include <signal.h>
6479 #include <$ac_header>
6480 _ACEOF
6481 rm -f conftest.$ac_objext
6482 if { (ac_try="$ac_compile"
6483 case "(($ac_try" in
6484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6485 *) ac_try_echo=$ac_try;;
6486 esac
6487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6488 $as_echo "$ac_try_echo") >&5
6489 (eval "$ac_compile") 2>conftest.er1
6490 ac_status=$?
6491 grep -v '^ *+' conftest.er1 >conftest.err
6492 rm -f conftest.er1
6493 cat conftest.err >&5
6494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); } && {
6496 test -z "$ac_c_werror_flag" ||
6497 test ! -s conftest.err
6498 } && test -s conftest.$ac_objext; then
6499 eval "$as_ac_Header=yes"
6500 else
6501 $as_echo "$as_me: failed program was:" >&5
6502 sed 's/^/| /' conftest.$ac_ext >&5
6504 eval "$as_ac_Header=no"
6507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6509 ac_res=`eval 'as_val=${'$as_ac_Header'}
6510 $as_echo "$as_val"'`
6511 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6512 $as_echo "$ac_res" >&6; }
6513 as_val=`eval 'as_val=${'$as_ac_Header'}
6514 $as_echo "$as_val"'`
6515 if test "x$as_val" = x""yes; then
6516 cat >>confdefs.h <<_ACEOF
6517 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6518 _ACEOF
6522 done
6526 for ac_header in sys/thr.h
6528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6529 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6530 $as_echo_n "checking for $ac_header... " >&6; }
6531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6532 $as_echo_n "(cached) " >&6
6533 else
6534 cat >conftest.$ac_ext <<_ACEOF
6535 /* confdefs.h. */
6536 _ACEOF
6537 cat confdefs.h >>conftest.$ac_ext
6538 cat >>conftest.$ac_ext <<_ACEOF
6539 /* end confdefs.h. */
6540 #include <sys/types.h>
6541 #ifdef HAVE_UCONTEXT_H
6542 #include <ucontext.h>
6543 #endif
6545 #include <$ac_header>
6546 _ACEOF
6547 rm -f conftest.$ac_objext
6548 if { (ac_try="$ac_compile"
6549 case "(($ac_try" in
6550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6551 *) ac_try_echo=$ac_try;;
6552 esac
6553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6554 $as_echo "$ac_try_echo") >&5
6555 (eval "$ac_compile") 2>conftest.er1
6556 ac_status=$?
6557 grep -v '^ *+' conftest.er1 >conftest.err
6558 rm -f conftest.er1
6559 cat conftest.err >&5
6560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6561 (exit $ac_status); } && {
6562 test -z "$ac_c_werror_flag" ||
6563 test ! -s conftest.err
6564 } && test -s conftest.$ac_objext; then
6565 eval "$as_ac_Header=yes"
6566 else
6567 $as_echo "$as_me: failed program was:" >&5
6568 sed 's/^/| /' conftest.$ac_ext >&5
6570 eval "$as_ac_Header=no"
6573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575 ac_res=`eval 'as_val=${'$as_ac_Header'}
6576 $as_echo "$as_val"'`
6577 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6578 $as_echo "$ac_res" >&6; }
6579 as_val=`eval 'as_val=${'$as_ac_Header'}
6580 $as_echo "$as_val"'`
6581 if test "x$as_val" = x""yes; then
6582 cat >>confdefs.h <<_ACEOF
6583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6584 _ACEOF
6588 done
6592 for ac_header in pthread_np.h
6594 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6595 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6596 $as_echo_n "checking for $ac_header... " >&6; }
6597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6598 $as_echo_n "(cached) " >&6
6599 else
6600 cat >conftest.$ac_ext <<_ACEOF
6601 /* confdefs.h. */
6602 _ACEOF
6603 cat confdefs.h >>conftest.$ac_ext
6604 cat >>conftest.$ac_ext <<_ACEOF
6605 /* end confdefs.h. */
6606 #ifdef HAVE_PTHREAD_H
6607 #include <pthread.h>
6608 #endif
6610 #include <$ac_header>
6611 _ACEOF
6612 rm -f conftest.$ac_objext
6613 if { (ac_try="$ac_compile"
6614 case "(($ac_try" in
6615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6616 *) ac_try_echo=$ac_try;;
6617 esac
6618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6619 $as_echo "$ac_try_echo") >&5
6620 (eval "$ac_compile") 2>conftest.er1
6621 ac_status=$?
6622 grep -v '^ *+' conftest.er1 >conftest.err
6623 rm -f conftest.er1
6624 cat conftest.err >&5
6625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6626 (exit $ac_status); } && {
6627 test -z "$ac_c_werror_flag" ||
6628 test ! -s conftest.err
6629 } && test -s conftest.$ac_objext; then
6630 eval "$as_ac_Header=yes"
6631 else
6632 $as_echo "$as_me: failed program was:" >&5
6633 sed 's/^/| /' conftest.$ac_ext >&5
6635 eval "$as_ac_Header=no"
6638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 ac_res=`eval 'as_val=${'$as_ac_Header'}
6641 $as_echo "$as_val"'`
6642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6643 $as_echo "$ac_res" >&6; }
6644 as_val=`eval 'as_val=${'$as_ac_Header'}
6645 $as_echo "$as_val"'`
6646 if test "x$as_val" = x""yes; then
6647 cat >>confdefs.h <<_ACEOF
6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6649 _ACEOF
6653 done
6657 for ac_header in linux/videodev.h
6659 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6660 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6661 $as_echo_n "checking for $ac_header... " >&6; }
6662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6663 $as_echo_n "(cached) " >&6
6664 else
6665 cat >conftest.$ac_ext <<_ACEOF
6666 /* confdefs.h. */
6667 _ACEOF
6668 cat confdefs.h >>conftest.$ac_ext
6669 cat >>conftest.$ac_ext <<_ACEOF
6670 /* end confdefs.h. */
6671 #ifdef HAVE_SYS_TIME_H
6672 #include <sys/time.h>
6673 #endif
6674 #include <sys/types.h>
6675 #ifdef HAVE_ASM_TYPES_H
6676 #include <asm/types.h>
6677 #endif
6679 #include <$ac_header>
6680 _ACEOF
6681 rm -f conftest.$ac_objext
6682 if { (ac_try="$ac_compile"
6683 case "(($ac_try" in
6684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6686 esac
6687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6688 $as_echo "$ac_try_echo") >&5
6689 (eval "$ac_compile") 2>conftest.er1
6690 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && {
6696 test -z "$ac_c_werror_flag" ||
6697 test ! -s conftest.err
6698 } && test -s conftest.$ac_objext; then
6699 eval "$as_ac_Header=yes"
6700 else
6701 $as_echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 eval "$as_ac_Header=no"
6707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6709 ac_res=`eval 'as_val=${'$as_ac_Header'}
6710 $as_echo "$as_val"'`
6711 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6712 $as_echo "$ac_res" >&6; }
6713 as_val=`eval 'as_val=${'$as_ac_Header'}
6714 $as_echo "$as_val"'`
6715 if test "x$as_val" = x""yes; then
6716 cat >>confdefs.h <<_ACEOF
6717 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6718 _ACEOF
6722 done
6726 for ac_header in linux/capi.h
6728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6729 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6730 $as_echo_n "checking for $ac_header... " >&6; }
6731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6732 $as_echo_n "(cached) " >&6
6733 else
6734 cat >conftest.$ac_ext <<_ACEOF
6735 /* confdefs.h. */
6736 _ACEOF
6737 cat confdefs.h >>conftest.$ac_ext
6738 cat >>conftest.$ac_ext <<_ACEOF
6739 /* end confdefs.h. */
6740 #define __user
6742 #include <$ac_header>
6743 _ACEOF
6744 rm -f conftest.$ac_objext
6745 if { (ac_try="$ac_compile"
6746 case "(($ac_try" in
6747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748 *) ac_try_echo=$ac_try;;
6749 esac
6750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6751 $as_echo "$ac_try_echo") >&5
6752 (eval "$ac_compile") 2>conftest.er1
6753 ac_status=$?
6754 grep -v '^ *+' conftest.er1 >conftest.err
6755 rm -f conftest.er1
6756 cat conftest.err >&5
6757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758 (exit $ac_status); } && {
6759 test -z "$ac_c_werror_flag" ||
6760 test ! -s conftest.err
6761 } && test -s conftest.$ac_objext; then
6762 eval "$as_ac_Header=yes"
6763 else
6764 $as_echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6767 eval "$as_ac_Header=no"
6770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6772 ac_res=`eval 'as_val=${'$as_ac_Header'}
6773 $as_echo "$as_val"'`
6774 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6775 $as_echo "$ac_res" >&6; }
6776 as_val=`eval 'as_val=${'$as_ac_Header'}
6777 $as_echo "$as_val"'`
6778 if test "x$as_val" = x""yes; then
6779 cat >>confdefs.h <<_ACEOF
6780 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 _ACEOF
6785 done
6789 DLLEXT=""
6791 DLLFLAGS="-D_REENTRANT"
6793 LDSHARED=""
6795 LDDLLFLAGS=""
6797 LIBEXT="so"
6799 IMPLIBEXT="def"
6801 LDRPATH_INSTALL=""
6803 LDRPATH_LOCAL=""
6805 # Extract the first word of "ldd", so it can be a program name with args.
6806 set dummy ldd; ac_word=$2
6807 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6808 $as_echo_n "checking for $ac_word... " >&6; }
6809 if test "${ac_cv_path_LDD+set}" = set; then
6810 $as_echo_n "(cached) " >&6
6811 else
6812 case $LDD in
6813 [\\/]* | ?:[\\/]*)
6814 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818 as_dummy="/sbin:/usr/sbin:$PATH"
6819 for as_dir in $as_dummy
6821 IFS=$as_save_IFS
6822 test -z "$as_dir" && as_dir=.
6823 for ac_exec_ext in '' $ac_executable_extensions; do
6824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6827 break 2
6829 done
6830 done
6831 IFS=$as_save_IFS
6833 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6835 esac
6837 LDD=$ac_cv_path_LDD
6838 if test -n "$LDD"; then
6839 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6840 $as_echo "$LDD" >&6; }
6841 else
6842 { $as_echo "$as_me:$LINENO: result: no" >&5
6843 $as_echo "no" >&6; }
6848 case $host_os in
6849 cygwin*|mingw32*)
6850 if test -n "$ac_tool_prefix"; then
6851 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6852 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6853 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6854 $as_echo_n "checking for $ac_word... " >&6; }
6855 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6856 $as_echo_n "(cached) " >&6
6857 else
6858 if test -n "$DLLTOOL"; then
6859 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6860 else
6861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862 for as_dir in $PATH
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6868 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6869 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6872 done
6873 done
6874 IFS=$as_save_IFS
6878 DLLTOOL=$ac_cv_prog_DLLTOOL
6879 if test -n "$DLLTOOL"; then
6880 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6881 $as_echo "$DLLTOOL" >&6; }
6882 else
6883 { $as_echo "$as_me:$LINENO: result: no" >&5
6884 $as_echo "no" >&6; }
6889 if test -z "$ac_cv_prog_DLLTOOL"; then
6890 ac_ct_DLLTOOL=$DLLTOOL
6891 # Extract the first word of "dlltool", so it can be a program name with args.
6892 set dummy dlltool; ac_word=$2
6893 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6894 $as_echo_n "checking for $ac_word... " >&6; }
6895 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6896 $as_echo_n "(cached) " >&6
6897 else
6898 if test -n "$ac_ct_DLLTOOL"; then
6899 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6900 else
6901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902 for as_dir in $PATH
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6909 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6912 done
6913 done
6914 IFS=$as_save_IFS
6918 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6919 if test -n "$ac_ct_DLLTOOL"; then
6920 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6921 $as_echo "$ac_ct_DLLTOOL" >&6; }
6922 else
6923 { $as_echo "$as_me:$LINENO: result: no" >&5
6924 $as_echo "no" >&6; }
6927 if test "x$ac_ct_DLLTOOL" = x; then
6928 DLLTOOL="false"
6929 else
6930 case $cross_compiling:$ac_tool_warned in
6931 yes:)
6932 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6933 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6934 ac_tool_warned=yes ;;
6935 esac
6936 DLLTOOL=$ac_ct_DLLTOOL
6938 else
6939 DLLTOOL="$ac_cv_prog_DLLTOOL"
6942 if test -n "$ac_tool_prefix"; then
6943 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6944 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6945 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6946 $as_echo_n "checking for $ac_word... " >&6; }
6947 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6948 $as_echo_n "(cached) " >&6
6949 else
6950 if test -n "$DLLWRAP"; then
6951 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6952 else
6953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954 for as_dir in $PATH
6956 IFS=$as_save_IFS
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
6959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6960 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6961 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6962 break 2
6964 done
6965 done
6966 IFS=$as_save_IFS
6970 DLLWRAP=$ac_cv_prog_DLLWRAP
6971 if test -n "$DLLWRAP"; then
6972 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6973 $as_echo "$DLLWRAP" >&6; }
6974 else
6975 { $as_echo "$as_me:$LINENO: result: no" >&5
6976 $as_echo "no" >&6; }
6981 if test -z "$ac_cv_prog_DLLWRAP"; then
6982 ac_ct_DLLWRAP=$DLLWRAP
6983 # Extract the first word of "dllwrap", so it can be a program name with args.
6984 set dummy dllwrap; ac_word=$2
6985 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6988 $as_echo_n "(cached) " >&6
6989 else
6990 if test -n "$ac_ct_DLLWRAP"; then
6991 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6996 IFS=$as_save_IFS
6997 test -z "$as_dir" && as_dir=.
6998 for ac_exec_ext in '' $ac_executable_extensions; do
6999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7000 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7001 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 break 2
7004 done
7005 done
7006 IFS=$as_save_IFS
7010 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7011 if test -n "$ac_ct_DLLWRAP"; then
7012 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7013 $as_echo "$ac_ct_DLLWRAP" >&6; }
7014 else
7015 { $as_echo "$as_me:$LINENO: result: no" >&5
7016 $as_echo "no" >&6; }
7019 if test "x$ac_ct_DLLWRAP" = x; then
7020 DLLWRAP="false"
7021 else
7022 case $cross_compiling:$ac_tool_warned in
7023 yes:)
7024 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7026 ac_tool_warned=yes ;;
7027 esac
7028 DLLWRAP=$ac_ct_DLLWRAP
7030 else
7031 DLLWRAP="$ac_cv_prog_DLLWRAP"
7034 if test -n "$ac_tool_prefix"; then
7035 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7036 set dummy ${ac_tool_prefix}ar; ac_word=$2
7037 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7040 $as_echo_n "(cached) " >&6
7041 else
7042 if test -n "$MINGWAR"; then
7043 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7053 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7056 done
7057 done
7058 IFS=$as_save_IFS
7062 MINGWAR=$ac_cv_prog_MINGWAR
7063 if test -n "$MINGWAR"; then
7064 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7065 $as_echo "$MINGWAR" >&6; }
7066 else
7067 { $as_echo "$as_me:$LINENO: result: no" >&5
7068 $as_echo "no" >&6; }
7073 if test -z "$ac_cv_prog_MINGWAR"; then
7074 ac_ct_MINGWAR=$MINGWAR
7075 # Extract the first word of "ar", so it can be a program name with args.
7076 set dummy ar; ac_word=$2
7077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7080 $as_echo_n "(cached) " >&6
7081 else
7082 if test -n "$ac_ct_MINGWAR"; then
7083 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7088 IFS=$as_save_IFS
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 ac_cv_prog_ac_ct_MINGWAR="ar"
7093 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7094 break 2
7096 done
7097 done
7098 IFS=$as_save_IFS
7102 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7103 if test -n "$ac_ct_MINGWAR"; then
7104 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7105 $as_echo "$ac_ct_MINGWAR" >&6; }
7106 else
7107 { $as_echo "$as_me:$LINENO: result: no" >&5
7108 $as_echo "no" >&6; }
7111 if test "x$ac_ct_MINGWAR" = x; then
7112 MINGWAR="false"
7113 else
7114 case $cross_compiling:$ac_tool_warned in
7115 yes:)
7116 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7117 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7118 ac_tool_warned=yes ;;
7119 esac
7120 MINGWAR=$ac_ct_MINGWAR
7122 else
7123 MINGWAR="$ac_cv_prog_MINGWAR"
7126 if test "$DLLWRAP" = "false"; then
7127 LIBEXT="a"
7128 else
7129 LIBEXT="dll"
7131 IMPLIBEXT="a"
7132 enable_iphlpapi=${enable_iphlpapi:-no}
7133 enable_kernel32=${enable_kernel32:-no}
7134 enable_msvcrt=${enable_msvcrt:-no}
7135 enable_ntdll=${enable_ntdll:-no}
7136 enable_ws2_32=${enable_ws2_32:-no}
7137 enable_loader=${enable_loader:-no}
7138 enable_server=${enable_server:-no}
7139 with_x=${with_x:-no}
7140 with_pthread=${with_pthread:-no}
7142 darwin*|macosx*)
7143 DLLEXT=".so"
7144 LIBEXT="dylib"
7145 DLLFLAGS="$DLLFLAGS -fPIC"
7146 LDDLLFLAGS="-bundle -multiply_defined suppress"
7147 LIBWINE_LDFLAGS="-multiply_defined suppress"
7148 LDSHARED="\$(CC) -dynamiclib"
7149 STRIP="$STRIP -x"
7150 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7151 SECURITYLIB="-framework Security -framework CoreFoundation"
7153 COREFOUNDATIONLIB="-framework CoreFoundation"
7155 IOKITLIB="-framework IOKit -framework CoreFoundation"
7157 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7159 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7160 then
7161 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7164 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7165 then
7166 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7169 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7170 then
7171 ac_save_LIBS="$LIBS"
7172 LIBS="$LIBS $IOKITLIB"
7174 for ac_func in IOHIDManagerCreate
7176 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7177 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7178 $as_echo_n "checking for $ac_func... " >&6; }
7179 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7180 $as_echo_n "(cached) " >&6
7181 else
7182 cat >conftest.$ac_ext <<_ACEOF
7183 /* confdefs.h. */
7184 _ACEOF
7185 cat confdefs.h >>conftest.$ac_ext
7186 cat >>conftest.$ac_ext <<_ACEOF
7187 /* end confdefs.h. */
7188 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7190 #define $ac_func innocuous_$ac_func
7192 /* System header to define __stub macros and hopefully few prototypes,
7193 which can conflict with char $ac_func (); below.
7194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7195 <limits.h> exists even on freestanding compilers. */
7197 #ifdef __STDC__
7198 # include <limits.h>
7199 #else
7200 # include <assert.h>
7201 #endif
7203 #undef $ac_func
7205 /* Override any GCC internal prototype to avoid an error.
7206 Use char because int might match the return type of a GCC
7207 builtin and then its argument prototype would still apply. */
7208 #ifdef __cplusplus
7209 extern "C"
7210 #endif
7211 char $ac_func ();
7212 /* The GNU C library defines this for functions which it implements
7213 to always fail with ENOSYS. Some functions are actually named
7214 something starting with __ and the normal name is an alias. */
7215 #if defined __stub_$ac_func || defined __stub___$ac_func
7216 choke me
7217 #endif
7220 main ()
7222 return $ac_func ();
7224 return 0;
7226 _ACEOF
7227 rm -f conftest.$ac_objext conftest$ac_exeext
7228 if { (ac_try="$ac_link"
7229 case "(($ac_try" in
7230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7231 *) ac_try_echo=$ac_try;;
7232 esac
7233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7234 $as_echo "$ac_try_echo") >&5
7235 (eval "$ac_link") 2>conftest.er1
7236 ac_status=$?
7237 grep -v '^ *+' conftest.er1 >conftest.err
7238 rm -f conftest.er1
7239 cat conftest.err >&5
7240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); } && {
7242 test -z "$ac_c_werror_flag" ||
7243 test ! -s conftest.err
7244 } && test -s conftest$ac_exeext && {
7245 test "$cross_compiling" = yes ||
7246 $as_test_x conftest$ac_exeext
7247 }; then
7248 eval "$as_ac_var=yes"
7249 else
7250 $as_echo "$as_me: failed program was:" >&5
7251 sed 's/^/| /' conftest.$ac_ext >&5
7253 eval "$as_ac_var=no"
7256 rm -rf conftest.dSYM
7257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7258 conftest$ac_exeext conftest.$ac_ext
7260 ac_res=`eval 'as_val=${'$as_ac_var'}
7261 $as_echo "$as_val"'`
7262 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7263 $as_echo "$ac_res" >&6; }
7264 as_val=`eval 'as_val=${'$as_ac_var'}
7265 $as_echo "$as_val"'`
7266 if test "x$as_val" = x""yes; then
7267 cat >>confdefs.h <<_ACEOF
7268 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7269 _ACEOF
7272 done
7274 LIBS="$ac_save_LIBS"
7276 case $host_cpu in
7277 *powerpc*)
7278 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7279 esac
7280 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7281 then
7282 CARBONLIB="-framework Carbon"
7284 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7288 DLLFLAGS="$DLLFLAGS -fPIC"
7289 DLLEXT=".so"
7290 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7291 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7292 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7293 $as_echo_n "(cached) " >&6
7294 else
7295 ac_wine_try_cflags_saved=$CFLAGS
7296 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7297 cat >conftest.$ac_ext <<_ACEOF
7298 void myfunc() {}
7299 _ACEOF
7300 rm -f conftest.$ac_objext conftest$ac_exeext
7301 if { (ac_try="$ac_link"
7302 case "(($ac_try" in
7303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7304 *) ac_try_echo=$ac_try;;
7305 esac
7306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7307 $as_echo "$ac_try_echo") >&5
7308 (eval "$ac_link") 2>conftest.er1
7309 ac_status=$?
7310 grep -v '^ *+' conftest.er1 >conftest.err
7311 rm -f conftest.er1
7312 cat conftest.err >&5
7313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7314 (exit $ac_status); } && {
7315 test -z "$ac_c_werror_flag" ||
7316 test ! -s conftest.err
7317 } && test -s conftest$ac_exeext && {
7318 test "$cross_compiling" = yes ||
7319 $as_test_x conftest$ac_exeext
7320 }; then
7321 ac_cv_c_dll_gnuelf="yes"
7322 else
7323 $as_echo "$as_me: failed program was:" >&5
7324 sed 's/^/| /' conftest.$ac_ext >&5
7326 ac_cv_c_dll_gnuelf="no"
7329 rm -rf conftest.dSYM
7330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7331 conftest$ac_exeext conftest.$ac_ext
7332 CFLAGS=$ac_wine_try_cflags_saved
7334 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7335 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7336 if test "$ac_cv_c_dll_gnuelf" = "yes"
7337 then
7338 LDSHARED="\$(CC) -shared"
7339 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7340 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7341 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7342 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7343 $as_echo_n "(cached) " >&6
7344 else
7345 ac_wine_try_cflags_saved=$CFLAGS
7346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7347 cat >conftest.$ac_ext <<_ACEOF
7348 /* confdefs.h. */
7349 _ACEOF
7350 cat confdefs.h >>conftest.$ac_ext
7351 cat >>conftest.$ac_ext <<_ACEOF
7352 /* end confdefs.h. */
7355 main ()
7359 return 0;
7361 _ACEOF
7362 rm -f conftest.$ac_objext conftest$ac_exeext
7363 if { (ac_try="$ac_link"
7364 case "(($ac_try" in
7365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7366 *) ac_try_echo=$ac_try;;
7367 esac
7368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7369 $as_echo "$ac_try_echo") >&5
7370 (eval "$ac_link") 2>conftest.er1
7371 ac_status=$?
7372 grep -v '^ *+' conftest.er1 >conftest.err
7373 rm -f conftest.er1
7374 cat conftest.err >&5
7375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); } && {
7377 test -z "$ac_c_werror_flag" ||
7378 test ! -s conftest.err
7379 } && test -s conftest$ac_exeext && {
7380 test "$cross_compiling" = yes ||
7381 $as_test_x conftest$ac_exeext
7382 }; then
7383 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7384 else
7385 $as_echo "$as_me: failed program was:" >&5
7386 sed 's/^/| /' conftest.$ac_ext >&5
7388 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7391 rm -rf conftest.dSYM
7392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7393 conftest$ac_exeext conftest.$ac_ext
7394 CFLAGS=$ac_wine_try_cflags_saved
7396 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7397 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7398 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7399 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7400 else
7401 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7402 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7403 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7404 $as_echo_n "(cached) " >&6
7405 else
7406 ac_wine_try_cflags_saved=$CFLAGS
7407 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7408 cat >conftest.$ac_ext <<_ACEOF
7409 /* confdefs.h. */
7410 _ACEOF
7411 cat confdefs.h >>conftest.$ac_ext
7412 cat >>conftest.$ac_ext <<_ACEOF
7413 /* end confdefs.h. */
7416 main ()
7420 return 0;
7422 _ACEOF
7423 rm -f conftest.$ac_objext conftest$ac_exeext
7424 if { (ac_try="$ac_link"
7425 case "(($ac_try" in
7426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7427 *) ac_try_echo=$ac_try;;
7428 esac
7429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7430 $as_echo "$ac_try_echo") >&5
7431 (eval "$ac_link") 2>conftest.er1
7432 ac_status=$?
7433 grep -v '^ *+' conftest.er1 >conftest.err
7434 rm -f conftest.er1
7435 cat conftest.err >&5
7436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7437 (exit $ac_status); } && {
7438 test -z "$ac_c_werror_flag" ||
7439 test ! -s conftest.err
7440 } && test -s conftest$ac_exeext && {
7441 test "$cross_compiling" = yes ||
7442 $as_test_x conftest$ac_exeext
7443 }; then
7444 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7445 else
7446 $as_echo "$as_me: failed program was:" >&5
7447 sed 's/^/| /' conftest.$ac_ext >&5
7449 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7452 rm -rf conftest.dSYM
7453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7454 conftest$ac_exeext conftest.$ac_ext
7455 CFLAGS=$ac_wine_try_cflags_saved
7457 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7458 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7459 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7460 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7466 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7468 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7469 $as_echo_n "(cached) " >&6
7470 else
7471 ac_wine_try_cflags_saved=$CFLAGS
7472 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7473 cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h. */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7481 main ()
7485 return 0;
7487 _ACEOF
7488 rm -f conftest.$ac_objext conftest$ac_exeext
7489 if { (ac_try="$ac_link"
7490 case "(($ac_try" in
7491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7492 *) ac_try_echo=$ac_try;;
7493 esac
7494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7495 $as_echo "$ac_try_echo") >&5
7496 (eval "$ac_link") 2>conftest.er1
7497 ac_status=$?
7498 grep -v '^ *+' conftest.er1 >conftest.err
7499 rm -f conftest.er1
7500 cat conftest.err >&5
7501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7502 (exit $ac_status); } && {
7503 test -z "$ac_c_werror_flag" ||
7504 test ! -s conftest.err
7505 } && test -s conftest$ac_exeext && {
7506 test "$cross_compiling" = yes ||
7507 $as_test_x conftest$ac_exeext
7508 }; then
7509 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7510 else
7511 $as_echo "$as_me: failed program was:" >&5
7512 sed 's/^/| /' conftest.$ac_ext >&5
7514 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7517 rm -rf conftest.dSYM
7518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7519 conftest$ac_exeext conftest.$ac_ext
7520 CFLAGS=$ac_wine_try_cflags_saved
7522 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7523 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7524 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7525 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7529 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7530 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7531 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7532 $as_echo_n "(cached) " >&6
7533 else
7534 ac_wine_try_cflags_saved=$CFLAGS
7535 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7536 cat >conftest.$ac_ext <<_ACEOF
7537 /* confdefs.h. */
7538 _ACEOF
7539 cat confdefs.h >>conftest.$ac_ext
7540 cat >>conftest.$ac_ext <<_ACEOF
7541 /* end confdefs.h. */
7544 main ()
7548 return 0;
7550 _ACEOF
7551 rm -f conftest.$ac_objext conftest$ac_exeext
7552 if { (ac_try="$ac_link"
7553 case "(($ac_try" in
7554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7555 *) ac_try_echo=$ac_try;;
7556 esac
7557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7558 $as_echo "$ac_try_echo") >&5
7559 (eval "$ac_link") 2>conftest.er1
7560 ac_status=$?
7561 grep -v '^ *+' conftest.er1 >conftest.err
7562 rm -f conftest.er1
7563 cat conftest.err >&5
7564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 (exit $ac_status); } && {
7566 test -z "$ac_c_werror_flag" ||
7567 test ! -s conftest.err
7568 } && test -s conftest$ac_exeext && {
7569 test "$cross_compiling" = yes ||
7570 $as_test_x conftest$ac_exeext
7571 }; then
7572 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7573 else
7574 $as_echo "$as_me: failed program was:" >&5
7575 sed 's/^/| /' conftest.$ac_ext >&5
7577 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7580 rm -rf conftest.dSYM
7581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7582 conftest$ac_exeext conftest.$ac_ext
7583 CFLAGS=$ac_wine_try_cflags_saved
7585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7586 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7587 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7588 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7592 echo '{ global: *; };' >conftest.map
7593 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7594 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7595 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7596 $as_echo_n "(cached) " >&6
7597 else
7598 ac_wine_try_cflags_saved=$CFLAGS
7599 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7600 cat >conftest.$ac_ext <<_ACEOF
7601 /* confdefs.h. */
7602 _ACEOF
7603 cat confdefs.h >>conftest.$ac_ext
7604 cat >>conftest.$ac_ext <<_ACEOF
7605 /* end confdefs.h. */
7608 main ()
7612 return 0;
7614 _ACEOF
7615 rm -f conftest.$ac_objext conftest$ac_exeext
7616 if { (ac_try="$ac_link"
7617 case "(($ac_try" in
7618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7619 *) ac_try_echo=$ac_try;;
7620 esac
7621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7622 $as_echo "$ac_try_echo") >&5
7623 (eval "$ac_link") 2>conftest.er1
7624 ac_status=$?
7625 grep -v '^ *+' conftest.er1 >conftest.err
7626 rm -f conftest.er1
7627 cat conftest.err >&5
7628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629 (exit $ac_status); } && {
7630 test -z "$ac_c_werror_flag" ||
7631 test ! -s conftest.err
7632 } && test -s conftest$ac_exeext && {
7633 test "$cross_compiling" = yes ||
7634 $as_test_x conftest$ac_exeext
7635 }; then
7636 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7637 else
7638 $as_echo "$as_me: failed program was:" >&5
7639 sed 's/^/| /' conftest.$ac_ext >&5
7641 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7644 rm -rf conftest.dSYM
7645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7646 conftest$ac_exeext conftest.$ac_ext
7647 CFLAGS=$ac_wine_try_cflags_saved
7649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7650 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7651 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7652 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7655 rm -f conftest.map
7657 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7658 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7659 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7660 $as_echo_n "(cached) " >&6
7661 else
7662 ac_wine_try_cflags_saved=$CFLAGS
7663 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7664 cat >conftest.$ac_ext <<_ACEOF
7665 /* confdefs.h. */
7666 _ACEOF
7667 cat confdefs.h >>conftest.$ac_ext
7668 cat >>conftest.$ac_ext <<_ACEOF
7669 /* end confdefs.h. */
7672 main ()
7676 return 0;
7678 _ACEOF
7679 rm -f conftest.$ac_objext conftest$ac_exeext
7680 if { (ac_try="$ac_link"
7681 case "(($ac_try" in
7682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7683 *) ac_try_echo=$ac_try;;
7684 esac
7685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7686 $as_echo "$ac_try_echo") >&5
7687 (eval "$ac_link") 2>conftest.er1
7688 ac_status=$?
7689 grep -v '^ *+' conftest.er1 >conftest.err
7690 rm -f conftest.er1
7691 cat conftest.err >&5
7692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); } && {
7694 test -z "$ac_c_werror_flag" ||
7695 test ! -s conftest.err
7696 } && test -s conftest$ac_exeext && {
7697 test "$cross_compiling" = yes ||
7698 $as_test_x conftest$ac_exeext
7699 }; then
7700 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7701 else
7702 $as_echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7708 rm -rf conftest.dSYM
7709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7710 conftest$ac_exeext conftest.$ac_ext
7711 CFLAGS=$ac_wine_try_cflags_saved
7713 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7714 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7715 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7716 LDEXECFLAGS="-Wl,--export-dynamic"
7721 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7722 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7723 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7724 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7725 $as_echo_n "(cached) " >&6
7726 else
7727 ac_wine_try_cflags_saved=$CFLAGS
7728 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7729 cat >conftest.$ac_ext <<_ACEOF
7730 /* confdefs.h. */
7731 _ACEOF
7732 cat confdefs.h >>conftest.$ac_ext
7733 cat >>conftest.$ac_ext <<_ACEOF
7734 /* end confdefs.h. */
7737 main ()
7741 return 0;
7743 _ACEOF
7744 rm -f conftest.$ac_objext conftest$ac_exeext
7745 if { (ac_try="$ac_link"
7746 case "(($ac_try" in
7747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748 *) ac_try_echo=$ac_try;;
7749 esac
7750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7751 $as_echo "$ac_try_echo") >&5
7752 (eval "$ac_link") 2>conftest.er1
7753 ac_status=$?
7754 grep -v '^ *+' conftest.er1 >conftest.err
7755 rm -f conftest.er1
7756 cat conftest.err >&5
7757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); } && {
7759 test -z "$ac_c_werror_flag" ||
7760 test ! -s conftest.err
7761 } && test -s conftest$ac_exeext && {
7762 test "$cross_compiling" = yes ||
7763 $as_test_x conftest$ac_exeext
7764 }; then
7765 eval "$as_ac_var=yes"
7766 else
7767 $as_echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7770 eval "$as_ac_var=no"
7773 rm -rf conftest.dSYM
7774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7775 conftest$ac_exeext conftest.$ac_ext
7776 CFLAGS=$ac_wine_try_cflags_saved
7778 ac_res=`eval 'as_val=${'$as_ac_var'}
7779 $as_echo "$as_val"'`
7780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7781 $as_echo "$ac_res" >&6; }
7782 if test `eval 'as_val=${'$as_ac_var'}
7783 $as_echo "$as_val"'` = yes; then
7784 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7785 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7786 else
7787 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7788 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7789 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7790 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7791 $as_echo_n "(cached) " >&6
7792 else
7793 ac_wine_try_cflags_saved=$CFLAGS
7794 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7803 main ()
7807 return 0;
7809 _ACEOF
7810 rm -f conftest.$ac_objext conftest$ac_exeext
7811 if { (ac_try="$ac_link"
7812 case "(($ac_try" in
7813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7814 *) ac_try_echo=$ac_try;;
7815 esac
7816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7817 $as_echo "$ac_try_echo") >&5
7818 (eval "$ac_link") 2>conftest.er1
7819 ac_status=$?
7820 grep -v '^ *+' conftest.er1 >conftest.err
7821 rm -f conftest.er1
7822 cat conftest.err >&5
7823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest$ac_exeext && {
7828 test "$cross_compiling" = yes ||
7829 $as_test_x conftest$ac_exeext
7830 }; then
7831 eval "$as_ac_var=yes"
7832 else
7833 $as_echo "$as_me: failed program was:" >&5
7834 sed 's/^/| /' conftest.$ac_ext >&5
7836 eval "$as_ac_var=no"
7839 rm -rf conftest.dSYM
7840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7841 conftest$ac_exeext conftest.$ac_ext
7842 CFLAGS=$ac_wine_try_cflags_saved
7844 ac_res=`eval 'as_val=${'$as_ac_var'}
7845 $as_echo "$as_val"'`
7846 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7847 $as_echo "$ac_res" >&6; }
7848 if test `eval 'as_val=${'$as_ac_var'}
7849 $as_echo "$as_val"'` = yes; then
7850 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7851 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7857 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7858 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7859 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7860 $as_echo_n "(cached) " >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887 (eval "$ac_link") 2>conftest.er1
7888 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1
7891 cat conftest.err >&5
7892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest$ac_exeext && {
7897 test "$cross_compiling" = yes ||
7898 $as_test_x conftest$ac_exeext
7899 }; then
7900 ac_cv_cflags__Wl___enable_new_dtags=yes
7901 else
7902 $as_echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7905 ac_cv_cflags__Wl___enable_new_dtags=no
7908 rm -rf conftest.dSYM
7909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7910 conftest$ac_exeext conftest.$ac_ext
7911 CFLAGS=$ac_wine_try_cflags_saved
7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7914 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7915 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7916 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7920 case $host_cpu in
7921 *i[3456789]86* | x86_64)
7922 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7923 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7924 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7925 $as_echo_n "(cached) " >&6
7926 else
7927 ac_wine_try_cflags_saved=$CFLAGS
7928 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7929 cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h. */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 main ()
7941 return 0;
7943 _ACEOF
7944 rm -f conftest.$ac_objext conftest$ac_exeext
7945 if { (ac_try="$ac_link"
7946 case "(($ac_try" in
7947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7948 *) ac_try_echo=$ac_try;;
7949 esac
7950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7951 $as_echo "$ac_try_echo") >&5
7952 (eval "$ac_link") 2>conftest.er1
7953 ac_status=$?
7954 grep -v '^ *+' conftest.er1 >conftest.err
7955 rm -f conftest.er1
7956 cat conftest.err >&5
7957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); } && {
7959 test -z "$ac_c_werror_flag" ||
7960 test ! -s conftest.err
7961 } && test -s conftest$ac_exeext && {
7962 test "$cross_compiling" = yes ||
7963 $as_test_x conftest$ac_exeext
7964 }; then
7965 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7966 else
7967 $as_echo "$as_me: failed program was:" >&5
7968 sed 's/^/| /' conftest.$ac_ext >&5
7970 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7973 rm -rf conftest.dSYM
7974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7975 conftest$ac_exeext conftest.$ac_ext
7976 CFLAGS=$ac_wine_try_cflags_saved
7978 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7979 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7980 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7981 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7985 esac
7987 else
7988 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7989 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7990 if test "${ac_cv_c_dll_unixware+set}" = set; then
7991 $as_echo_n "(cached) " >&6
7992 else
7993 ac_wine_try_cflags_saved=$CFLAGS
7994 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7995 cat >conftest.$ac_ext <<_ACEOF
7996 void myfunc() {}
7997 _ACEOF
7998 rm -f conftest.$ac_objext conftest$ac_exeext
7999 if { (ac_try="$ac_link"
8000 case "(($ac_try" in
8001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8002 *) ac_try_echo=$ac_try;;
8003 esac
8004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8005 $as_echo "$ac_try_echo") >&5
8006 (eval "$ac_link") 2>conftest.er1
8007 ac_status=$?
8008 grep -v '^ *+' conftest.er1 >conftest.err
8009 rm -f conftest.er1
8010 cat conftest.err >&5
8011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); } && {
8013 test -z "$ac_c_werror_flag" ||
8014 test ! -s conftest.err
8015 } && test -s conftest$ac_exeext && {
8016 test "$cross_compiling" = yes ||
8017 $as_test_x conftest$ac_exeext
8018 }; then
8019 ac_cv_c_dll_unixware="yes"
8020 else
8021 $as_echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 ac_cv_c_dll_unixware="no"
8027 rm -rf conftest.dSYM
8028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8029 conftest$ac_exeext conftest.$ac_ext
8030 CFLAGS=$ac_wine_try_cflags_saved
8032 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8033 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8034 if test "$ac_cv_c_dll_unixware" = "yes"
8035 then
8036 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8037 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8039 else
8040 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8041 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8042 if test "${ac_cv_c_dll_hpux+set}" = set; then
8043 $as_echo_n "(cached) " >&6
8044 else
8045 ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -shared"
8047 cat >conftest.$ac_ext <<_ACEOF
8048 void myfunc() {}
8049 _ACEOF
8050 rm -f conftest.$ac_objext conftest$ac_exeext
8051 if { (ac_try="$ac_link"
8052 case "(($ac_try" in
8053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8054 *) ac_try_echo=$ac_try;;
8055 esac
8056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8057 $as_echo "$ac_try_echo") >&5
8058 (eval "$ac_link") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest$ac_exeext && {
8068 test "$cross_compiling" = yes ||
8069 $as_test_x conftest$ac_exeext
8070 }; then
8071 ac_cv_c_dll_hpux="yes"
8072 else
8073 $as_echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8076 ac_cv_c_dll_hpux="no"
8079 rm -rf conftest.dSYM
8080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8081 conftest$ac_exeext conftest.$ac_ext
8082 CFLAGS=$ac_wine_try_cflags_saved
8084 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8085 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8086 if test "$ac_cv_c_dll_hpux" = "yes"
8087 then
8088 LIBEXT="sl"
8089 DLLEXT=".sl"
8090 LDDLLFLAGS="-shared -fPIC"
8091 LDSHARED="\$(CC) -shared"
8096 esac
8098 enable_winequartz_drv=${enable_winequartz_drv:-no}
8100 if test "$LIBEXT" = "a"; then
8101 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8102 It is currently not possible to build Wine without shared library
8103 (.so) support to allow transparent switch between .so and .dll files.
8104 If you are using Linux, you will need a newer binutils.
8105 " >&5
8106 $as_echo "$as_me: error: could not find a way to build shared libraries.
8107 It is currently not possible to build Wine without shared library
8108 (.so) support to allow transparent switch between .so and .dll files.
8109 If you are using Linux, you will need a newer binutils.
8110 " >&2;}
8111 { (exit 1); exit 1; }; }
8114 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8115 then
8116 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
8118 # Extract the first word of "$ac_prog", so it can be a program name with args.
8119 set dummy $ac_prog; ac_word=$2
8120 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8121 $as_echo_n "checking for $ac_word... " >&6; }
8122 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8123 $as_echo_n "(cached) " >&6
8124 else
8125 if test -n "$CROSSCC"; then
8126 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8127 else
8128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8129 for as_dir in $PATH
8131 IFS=$as_save_IFS
8132 test -z "$as_dir" && as_dir=.
8133 for ac_exec_ext in '' $ac_executable_extensions; do
8134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8135 ac_cv_prog_CROSSCC="$ac_prog"
8136 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8137 break 2
8139 done
8140 done
8141 IFS=$as_save_IFS
8145 CROSSCC=$ac_cv_prog_CROSSCC
8146 if test -n "$CROSSCC"; then
8147 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8148 $as_echo "$CROSSCC" >&6; }
8149 else
8150 { $as_echo "$as_me:$LINENO: result: no" >&5
8151 $as_echo "no" >&6; }
8155 test -n "$CROSSCC" && break
8156 done
8157 test -n "$CROSSCC" || CROSSCC="false"
8159 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
8161 # Extract the first word of "$ac_prog", so it can be a program name with args.
8162 set dummy $ac_prog; ac_word=$2
8163 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8164 $as_echo_n "checking for $ac_word... " >&6; }
8165 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8166 $as_echo_n "(cached) " >&6
8167 else
8168 if test -n "$DLLTOOL"; then
8169 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8170 else
8171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8172 for as_dir in $PATH
8174 IFS=$as_save_IFS
8175 test -z "$as_dir" && as_dir=.
8176 for ac_exec_ext in '' $ac_executable_extensions; do
8177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8178 ac_cv_prog_DLLTOOL="$ac_prog"
8179 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8180 break 2
8182 done
8183 done
8184 IFS=$as_save_IFS
8188 DLLTOOL=$ac_cv_prog_DLLTOOL
8189 if test -n "$DLLTOOL"; then
8190 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8191 $as_echo "$DLLTOOL" >&6; }
8192 else
8193 { $as_echo "$as_me:$LINENO: result: no" >&5
8194 $as_echo "no" >&6; }
8198 test -n "$DLLTOOL" && break
8199 done
8200 test -n "$DLLTOOL" || DLLTOOL="false"
8202 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
8204 # Extract the first word of "$ac_prog", so it can be a program name with args.
8205 set dummy $ac_prog; ac_word=$2
8206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8207 $as_echo_n "checking for $ac_word... " >&6; }
8208 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210 else
8211 if test -n "$MINGWAR"; then
8212 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8213 else
8214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215 for as_dir in $PATH
8217 IFS=$as_save_IFS
8218 test -z "$as_dir" && as_dir=.
8219 for ac_exec_ext in '' $ac_executable_extensions; do
8220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8221 ac_cv_prog_MINGWAR="$ac_prog"
8222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8223 break 2
8225 done
8226 done
8227 IFS=$as_save_IFS
8231 MINGWAR=$ac_cv_prog_MINGWAR
8232 if test -n "$MINGWAR"; then
8233 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8234 $as_echo "$MINGWAR" >&6; }
8235 else
8236 { $as_echo "$as_me:$LINENO: result: no" >&5
8237 $as_echo "no" >&6; }
8241 test -n "$MINGWAR" && break
8242 done
8243 test -n "$MINGWAR" || MINGWAR="false"
8245 if test "$CROSSCC" != "false"
8246 then
8247 CROSSTEST="\$(CROSSTEST)"
8249 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8255 if test "$ac_cv_header_pthread_h" = "yes"
8256 then
8257 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8258 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8259 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8260 $as_echo_n "(cached) " >&6
8261 else
8262 ac_check_lib_save_LIBS=$LIBS
8263 LIBS="-lpthread $LIBS"
8264 cat >conftest.$ac_ext <<_ACEOF
8265 /* confdefs.h. */
8266 _ACEOF
8267 cat confdefs.h >>conftest.$ac_ext
8268 cat >>conftest.$ac_ext <<_ACEOF
8269 /* end confdefs.h. */
8271 /* Override any GCC internal prototype to avoid an error.
8272 Use char because int might match the return type of a GCC
8273 builtin and then its argument prototype would still apply. */
8274 #ifdef __cplusplus
8275 extern "C"
8276 #endif
8277 char pthread_create ();
8279 main ()
8281 return pthread_create ();
8283 return 0;
8285 _ACEOF
8286 rm -f conftest.$ac_objext conftest$ac_exeext
8287 if { (ac_try="$ac_link"
8288 case "(($ac_try" in
8289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8290 *) ac_try_echo=$ac_try;;
8291 esac
8292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8293 $as_echo "$ac_try_echo") >&5
8294 (eval "$ac_link") 2>conftest.er1
8295 ac_status=$?
8296 grep -v '^ *+' conftest.er1 >conftest.err
8297 rm -f conftest.er1
8298 cat conftest.err >&5
8299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8300 (exit $ac_status); } && {
8301 test -z "$ac_c_werror_flag" ||
8302 test ! -s conftest.err
8303 } && test -s conftest$ac_exeext && {
8304 test "$cross_compiling" = yes ||
8305 $as_test_x conftest$ac_exeext
8306 }; then
8307 ac_cv_lib_pthread_pthread_create=yes
8308 else
8309 $as_echo "$as_me: failed program was:" >&5
8310 sed 's/^/| /' conftest.$ac_ext >&5
8312 ac_cv_lib_pthread_pthread_create=no
8315 rm -rf conftest.dSYM
8316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8317 conftest$ac_exeext conftest.$ac_ext
8318 LIBS=$ac_check_lib_save_LIBS
8320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8321 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8322 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8323 LIBPTHREAD="-lpthread"
8328 if test "x$LIBPTHREAD" = "x"; then
8329 case "x$with_pthread" in
8330 xno) ;;
8331 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8332 Wine cannot support threads without libpthread.
8333 Use the --without-pthread option if you really want this." >&5
8334 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8335 Wine cannot support threads without libpthread.
8336 Use the --without-pthread option if you really want this." >&2;}
8337 { (exit 1); exit 1; }; } ;;
8338 esac
8343 { $as_echo "$as_me:$LINENO: checking for X" >&5
8344 $as_echo_n "checking for X... " >&6; }
8347 # Check whether --with-x was given.
8348 if test "${with_x+set}" = set; then
8349 withval=$with_x;
8352 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8353 if test "x$with_x" = xno; then
8354 # The user explicitly disabled X.
8355 have_x=disabled
8356 else
8357 case $x_includes,$x_libraries in #(
8358 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8359 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8360 { (exit 1); exit 1; }; };; #(
8361 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8362 $as_echo_n "(cached) " >&6
8363 else
8364 # One or both of the vars are not set, and there is no cached value.
8365 ac_x_includes=no ac_x_libraries=no
8366 rm -f -r conftest.dir
8367 if mkdir conftest.dir; then
8368 cd conftest.dir
8369 cat >Imakefile <<'_ACEOF'
8370 incroot:
8371 @echo incroot='${INCROOT}'
8372 usrlibdir:
8373 @echo usrlibdir='${USRLIBDIR}'
8374 libdir:
8375 @echo libdir='${LIBDIR}'
8376 _ACEOF
8377 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8378 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8379 for ac_var in incroot usrlibdir libdir; do
8380 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8381 done
8382 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8383 for ac_extension in a so sl dylib la dll; do
8384 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8385 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8386 ac_im_usrlibdir=$ac_im_libdir; break
8388 done
8389 # Screen out bogus values from the imake configuration. They are
8390 # bogus both because they are the default anyway, and because
8391 # using them would break gcc on systems where it needs fixed includes.
8392 case $ac_im_incroot in
8393 /usr/include) ac_x_includes= ;;
8394 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8395 esac
8396 case $ac_im_usrlibdir in
8397 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8398 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8399 esac
8401 cd ..
8402 rm -f -r conftest.dir
8405 # Standard set of common directories for X headers.
8406 # Check X11 before X11Rn because it is often a symlink to the current release.
8407 ac_x_header_dirs='
8408 /usr/X11/include
8409 /usr/X11R6/include
8410 /usr/X11R5/include
8411 /usr/X11R4/include
8413 /usr/include/X11
8414 /usr/include/X11R6
8415 /usr/include/X11R5
8416 /usr/include/X11R4
8418 /usr/local/X11/include
8419 /usr/local/X11R6/include
8420 /usr/local/X11R5/include
8421 /usr/local/X11R4/include
8423 /usr/local/include/X11
8424 /usr/local/include/X11R6
8425 /usr/local/include/X11R5
8426 /usr/local/include/X11R4
8428 /usr/X386/include
8429 /usr/x386/include
8430 /usr/XFree86/include/X11
8432 /usr/include
8433 /usr/local/include
8434 /usr/unsupported/include
8435 /usr/athena/include
8436 /usr/local/x11r5/include
8437 /usr/lpp/Xamples/include
8439 /usr/openwin/include
8440 /usr/openwin/share/include'
8442 if test "$ac_x_includes" = no; then
8443 # Guess where to find include files, by looking for Xlib.h.
8444 # First, try using that file with no special directory specified.
8445 cat >conftest.$ac_ext <<_ACEOF
8446 /* confdefs.h. */
8447 _ACEOF
8448 cat confdefs.h >>conftest.$ac_ext
8449 cat >>conftest.$ac_ext <<_ACEOF
8450 /* end confdefs.h. */
8451 #include <X11/Xlib.h>
8452 _ACEOF
8453 if { (ac_try="$ac_cpp conftest.$ac_ext"
8454 case "(($ac_try" in
8455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8456 *) ac_try_echo=$ac_try;;
8457 esac
8458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8459 $as_echo "$ac_try_echo") >&5
8460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8461 ac_status=$?
8462 grep -v '^ *+' conftest.er1 >conftest.err
8463 rm -f conftest.er1
8464 cat conftest.err >&5
8465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466 (exit $ac_status); } >/dev/null && {
8467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8468 test ! -s conftest.err
8469 }; then
8470 # We can compile using X headers with no special include directory.
8471 ac_x_includes=
8472 else
8473 $as_echo "$as_me: failed program was:" >&5
8474 sed 's/^/| /' conftest.$ac_ext >&5
8476 for ac_dir in $ac_x_header_dirs; do
8477 if test -r "$ac_dir/X11/Xlib.h"; then
8478 ac_x_includes=$ac_dir
8479 break
8481 done
8484 rm -f conftest.err conftest.$ac_ext
8485 fi # $ac_x_includes = no
8487 if test "$ac_x_libraries" = no; then
8488 # Check for the libraries.
8489 # See if we find them without any special options.
8490 # Don't add to $LIBS permanently.
8491 ac_save_LIBS=$LIBS
8492 LIBS="-lX11 $LIBS"
8493 cat >conftest.$ac_ext <<_ACEOF
8494 /* confdefs.h. */
8495 _ACEOF
8496 cat confdefs.h >>conftest.$ac_ext
8497 cat >>conftest.$ac_ext <<_ACEOF
8498 /* end confdefs.h. */
8499 #include <X11/Xlib.h>
8501 main ()
8503 XrmInitialize ()
8505 return 0;
8507 _ACEOF
8508 rm -f conftest.$ac_objext conftest$ac_exeext
8509 if { (ac_try="$ac_link"
8510 case "(($ac_try" in
8511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8512 *) ac_try_echo=$ac_try;;
8513 esac
8514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8515 $as_echo "$ac_try_echo") >&5
8516 (eval "$ac_link") 2>conftest.er1
8517 ac_status=$?
8518 grep -v '^ *+' conftest.er1 >conftest.err
8519 rm -f conftest.er1
8520 cat conftest.err >&5
8521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8522 (exit $ac_status); } && {
8523 test -z "$ac_c_werror_flag" ||
8524 test ! -s conftest.err
8525 } && test -s conftest$ac_exeext && {
8526 test "$cross_compiling" = yes ||
8527 $as_test_x conftest$ac_exeext
8528 }; then
8529 LIBS=$ac_save_LIBS
8530 # We can link X programs with no special library path.
8531 ac_x_libraries=
8532 else
8533 $as_echo "$as_me: failed program was:" >&5
8534 sed 's/^/| /' conftest.$ac_ext >&5
8536 LIBS=$ac_save_LIBS
8537 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8539 # Don't even attempt the hair of trying to link an X program!
8540 for ac_extension in a so sl dylib la dll; do
8541 if test -r "$ac_dir/libX11.$ac_extension"; then
8542 ac_x_libraries=$ac_dir
8543 break 2
8545 done
8546 done
8549 rm -rf conftest.dSYM
8550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8551 conftest$ac_exeext conftest.$ac_ext
8552 fi # $ac_x_libraries = no
8554 case $ac_x_includes,$ac_x_libraries in #(
8555 no,* | *,no | *\'*)
8556 # Didn't find X, or a directory has "'" in its name.
8557 ac_cv_have_x="have_x=no";; #(
8559 # Record where we found X for the cache.
8560 ac_cv_have_x="have_x=yes\
8561 ac_x_includes='$ac_x_includes'\
8562 ac_x_libraries='$ac_x_libraries'"
8563 esac
8565 ;; #(
8566 *) have_x=yes;;
8567 esac
8568 eval "$ac_cv_have_x"
8569 fi # $with_x != no
8571 if test "$have_x" != yes; then
8572 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8573 $as_echo "$have_x" >&6; }
8574 no_x=yes
8575 else
8576 # If each of the values was on the command line, it overrides each guess.
8577 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8578 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8579 # Update the cache value to reflect the command line values.
8580 ac_cv_have_x="have_x=yes\
8581 ac_x_includes='$x_includes'\
8582 ac_x_libraries='$x_libraries'"
8583 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8584 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8587 if test "$no_x" = yes; then
8588 # Not all programs may use this symbol, but it does not hurt to define it.
8590 cat >>confdefs.h <<\_ACEOF
8591 #define X_DISPLAY_MISSING 1
8592 _ACEOF
8594 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8595 else
8596 if test -n "$x_includes"; then
8597 X_CFLAGS="$X_CFLAGS -I$x_includes"
8600 # It would also be nice to do this for all -L options, not just this one.
8601 if test -n "$x_libraries"; then
8602 X_LIBS="$X_LIBS -L$x_libraries"
8603 # For Solaris; some versions of Sun CC require a space after -R and
8604 # others require no space. Words are not sufficient . . . .
8605 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8606 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8607 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8608 ac_xsave_c_werror_flag=$ac_c_werror_flag
8609 ac_c_werror_flag=yes
8610 cat >conftest.$ac_ext <<_ACEOF
8611 /* confdefs.h. */
8612 _ACEOF
8613 cat confdefs.h >>conftest.$ac_ext
8614 cat >>conftest.$ac_ext <<_ACEOF
8615 /* end confdefs.h. */
8618 main ()
8622 return 0;
8624 _ACEOF
8625 rm -f conftest.$ac_objext conftest$ac_exeext
8626 if { (ac_try="$ac_link"
8627 case "(($ac_try" in
8628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8629 *) ac_try_echo=$ac_try;;
8630 esac
8631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8632 $as_echo "$ac_try_echo") >&5
8633 (eval "$ac_link") 2>conftest.er1
8634 ac_status=$?
8635 grep -v '^ *+' conftest.er1 >conftest.err
8636 rm -f conftest.er1
8637 cat conftest.err >&5
8638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8639 (exit $ac_status); } && {
8640 test -z "$ac_c_werror_flag" ||
8641 test ! -s conftest.err
8642 } && test -s conftest$ac_exeext && {
8643 test "$cross_compiling" = yes ||
8644 $as_test_x conftest$ac_exeext
8645 }; then
8646 { $as_echo "$as_me:$LINENO: result: no" >&5
8647 $as_echo "no" >&6; }
8648 X_LIBS="$X_LIBS -R$x_libraries"
8649 else
8650 $as_echo "$as_me: failed program was:" >&5
8651 sed 's/^/| /' conftest.$ac_ext >&5
8653 LIBS="$ac_xsave_LIBS -R $x_libraries"
8654 cat >conftest.$ac_ext <<_ACEOF
8655 /* confdefs.h. */
8656 _ACEOF
8657 cat confdefs.h >>conftest.$ac_ext
8658 cat >>conftest.$ac_ext <<_ACEOF
8659 /* end confdefs.h. */
8662 main ()
8666 return 0;
8668 _ACEOF
8669 rm -f conftest.$ac_objext conftest$ac_exeext
8670 if { (ac_try="$ac_link"
8671 case "(($ac_try" in
8672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8673 *) ac_try_echo=$ac_try;;
8674 esac
8675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8676 $as_echo "$ac_try_echo") >&5
8677 (eval "$ac_link") 2>conftest.er1
8678 ac_status=$?
8679 grep -v '^ *+' conftest.er1 >conftest.err
8680 rm -f conftest.er1
8681 cat conftest.err >&5
8682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8683 (exit $ac_status); } && {
8684 test -z "$ac_c_werror_flag" ||
8685 test ! -s conftest.err
8686 } && test -s conftest$ac_exeext && {
8687 test "$cross_compiling" = yes ||
8688 $as_test_x conftest$ac_exeext
8689 }; then
8690 { $as_echo "$as_me:$LINENO: result: yes" >&5
8691 $as_echo "yes" >&6; }
8692 X_LIBS="$X_LIBS -R $x_libraries"
8693 else
8694 $as_echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.$ac_ext >&5
8697 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8698 $as_echo "neither works" >&6; }
8701 rm -rf conftest.dSYM
8702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8703 conftest$ac_exeext conftest.$ac_ext
8706 rm -rf conftest.dSYM
8707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8708 conftest$ac_exeext conftest.$ac_ext
8709 ac_c_werror_flag=$ac_xsave_c_werror_flag
8710 LIBS=$ac_xsave_LIBS
8713 # Check for system-dependent libraries X programs must link with.
8714 # Do this before checking for the system-independent R6 libraries
8715 # (-lICE), since we may need -lsocket or whatever for X linking.
8717 if test "$ISC" = yes; then
8718 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8719 else
8720 # Martyn Johnson says this is needed for Ultrix, if the X
8721 # libraries were built with DECnet support. And Karl Berry says
8722 # the Alpha needs dnet_stub (dnet does not exist).
8723 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8724 cat >conftest.$ac_ext <<_ACEOF
8725 /* confdefs.h. */
8726 _ACEOF
8727 cat confdefs.h >>conftest.$ac_ext
8728 cat >>conftest.$ac_ext <<_ACEOF
8729 /* end confdefs.h. */
8731 /* Override any GCC internal prototype to avoid an error.
8732 Use char because int might match the return type of a GCC
8733 builtin and then its argument prototype would still apply. */
8734 #ifdef __cplusplus
8735 extern "C"
8736 #endif
8737 char XOpenDisplay ();
8739 main ()
8741 return XOpenDisplay ();
8743 return 0;
8745 _ACEOF
8746 rm -f conftest.$ac_objext conftest$ac_exeext
8747 if { (ac_try="$ac_link"
8748 case "(($ac_try" in
8749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8750 *) ac_try_echo=$ac_try;;
8751 esac
8752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8753 $as_echo "$ac_try_echo") >&5
8754 (eval "$ac_link") 2>conftest.er1
8755 ac_status=$?
8756 grep -v '^ *+' conftest.er1 >conftest.err
8757 rm -f conftest.er1
8758 cat conftest.err >&5
8759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 (exit $ac_status); } && {
8761 test -z "$ac_c_werror_flag" ||
8762 test ! -s conftest.err
8763 } && test -s conftest$ac_exeext && {
8764 test "$cross_compiling" = yes ||
8765 $as_test_x conftest$ac_exeext
8766 }; then
8768 else
8769 $as_echo "$as_me: failed program was:" >&5
8770 sed 's/^/| /' conftest.$ac_ext >&5
8772 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8773 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8774 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8775 $as_echo_n "(cached) " >&6
8776 else
8777 ac_check_lib_save_LIBS=$LIBS
8778 LIBS="-ldnet $LIBS"
8779 cat >conftest.$ac_ext <<_ACEOF
8780 /* confdefs.h. */
8781 _ACEOF
8782 cat confdefs.h >>conftest.$ac_ext
8783 cat >>conftest.$ac_ext <<_ACEOF
8784 /* end confdefs.h. */
8786 /* Override any GCC internal prototype to avoid an error.
8787 Use char because int might match the return type of a GCC
8788 builtin and then its argument prototype would still apply. */
8789 #ifdef __cplusplus
8790 extern "C"
8791 #endif
8792 char dnet_ntoa ();
8794 main ()
8796 return dnet_ntoa ();
8798 return 0;
8800 _ACEOF
8801 rm -f conftest.$ac_objext conftest$ac_exeext
8802 if { (ac_try="$ac_link"
8803 case "(($ac_try" in
8804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8805 *) ac_try_echo=$ac_try;;
8806 esac
8807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8808 $as_echo "$ac_try_echo") >&5
8809 (eval "$ac_link") 2>conftest.er1
8810 ac_status=$?
8811 grep -v '^ *+' conftest.er1 >conftest.err
8812 rm -f conftest.er1
8813 cat conftest.err >&5
8814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8815 (exit $ac_status); } && {
8816 test -z "$ac_c_werror_flag" ||
8817 test ! -s conftest.err
8818 } && test -s conftest$ac_exeext && {
8819 test "$cross_compiling" = yes ||
8820 $as_test_x conftest$ac_exeext
8821 }; then
8822 ac_cv_lib_dnet_dnet_ntoa=yes
8823 else
8824 $as_echo "$as_me: failed program was:" >&5
8825 sed 's/^/| /' conftest.$ac_ext >&5
8827 ac_cv_lib_dnet_dnet_ntoa=no
8830 rm -rf conftest.dSYM
8831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8832 conftest$ac_exeext conftest.$ac_ext
8833 LIBS=$ac_check_lib_save_LIBS
8835 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8836 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8837 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8838 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8841 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8842 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8843 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8844 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8845 $as_echo_n "(cached) " >&6
8846 else
8847 ac_check_lib_save_LIBS=$LIBS
8848 LIBS="-ldnet_stub $LIBS"
8849 cat >conftest.$ac_ext <<_ACEOF
8850 /* confdefs.h. */
8851 _ACEOF
8852 cat confdefs.h >>conftest.$ac_ext
8853 cat >>conftest.$ac_ext <<_ACEOF
8854 /* end confdefs.h. */
8856 /* Override any GCC internal prototype to avoid an error.
8857 Use char because int might match the return type of a GCC
8858 builtin and then its argument prototype would still apply. */
8859 #ifdef __cplusplus
8860 extern "C"
8861 #endif
8862 char dnet_ntoa ();
8864 main ()
8866 return dnet_ntoa ();
8868 return 0;
8870 _ACEOF
8871 rm -f conftest.$ac_objext conftest$ac_exeext
8872 if { (ac_try="$ac_link"
8873 case "(($ac_try" in
8874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8875 *) ac_try_echo=$ac_try;;
8876 esac
8877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8878 $as_echo "$ac_try_echo") >&5
8879 (eval "$ac_link") 2>conftest.er1
8880 ac_status=$?
8881 grep -v '^ *+' conftest.er1 >conftest.err
8882 rm -f conftest.er1
8883 cat conftest.err >&5
8884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885 (exit $ac_status); } && {
8886 test -z "$ac_c_werror_flag" ||
8887 test ! -s conftest.err
8888 } && test -s conftest$ac_exeext && {
8889 test "$cross_compiling" = yes ||
8890 $as_test_x conftest$ac_exeext
8891 }; then
8892 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8893 else
8894 $as_echo "$as_me: failed program was:" >&5
8895 sed 's/^/| /' conftest.$ac_ext >&5
8897 ac_cv_lib_dnet_stub_dnet_ntoa=no
8900 rm -rf conftest.dSYM
8901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8902 conftest$ac_exeext conftest.$ac_ext
8903 LIBS=$ac_check_lib_save_LIBS
8905 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8906 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8907 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
8908 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8914 rm -rf conftest.dSYM
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916 conftest$ac_exeext conftest.$ac_ext
8917 LIBS="$ac_xsave_LIBS"
8919 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8920 # to get the SysV transport functions.
8921 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8922 # needs -lnsl.
8923 # The nsl library prevents programs from opening the X display
8924 # on Irix 5.2, according to T.E. Dickey.
8925 # The functions gethostbyname, getservbyname, and inet_addr are
8926 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8927 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
8928 $as_echo_n "checking for gethostbyname... " >&6; }
8929 if test "${ac_cv_func_gethostbyname+set}" = set; then
8930 $as_echo_n "(cached) " >&6
8931 else
8932 cat >conftest.$ac_ext <<_ACEOF
8933 /* confdefs.h. */
8934 _ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h. */
8938 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8940 #define gethostbyname innocuous_gethostbyname
8942 /* System header to define __stub macros and hopefully few prototypes,
8943 which can conflict with char gethostbyname (); below.
8944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8945 <limits.h> exists even on freestanding compilers. */
8947 #ifdef __STDC__
8948 # include <limits.h>
8949 #else
8950 # include <assert.h>
8951 #endif
8953 #undef gethostbyname
8955 /* Override any GCC internal prototype to avoid an error.
8956 Use char because int might match the return type of a GCC
8957 builtin and then its argument prototype would still apply. */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char gethostbyname ();
8962 /* The GNU C library defines this for functions which it implements
8963 to always fail with ENOSYS. Some functions are actually named
8964 something starting with __ and the normal name is an alias. */
8965 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8966 choke me
8967 #endif
8970 main ()
8972 return gethostbyname ();
8974 return 0;
8976 _ACEOF
8977 rm -f conftest.$ac_objext conftest$ac_exeext
8978 if { (ac_try="$ac_link"
8979 case "(($ac_try" in
8980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8981 *) ac_try_echo=$ac_try;;
8982 esac
8983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8984 $as_echo "$ac_try_echo") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext && {
8995 test "$cross_compiling" = yes ||
8996 $as_test_x conftest$ac_exeext
8997 }; then
8998 ac_cv_func_gethostbyname=yes
8999 else
9000 $as_echo "$as_me: failed program was:" >&5
9001 sed 's/^/| /' conftest.$ac_ext >&5
9003 ac_cv_func_gethostbyname=no
9006 rm -rf conftest.dSYM
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008 conftest$ac_exeext conftest.$ac_ext
9010 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9011 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9013 if test $ac_cv_func_gethostbyname = no; then
9014 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9015 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9016 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9017 $as_echo_n "(cached) " >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lnsl $LIBS"
9021 cat >conftest.$ac_ext <<_ACEOF
9022 /* confdefs.h. */
9023 _ACEOF
9024 cat confdefs.h >>conftest.$ac_ext
9025 cat >>conftest.$ac_ext <<_ACEOF
9026 /* end confdefs.h. */
9028 /* Override any GCC internal prototype to avoid an error.
9029 Use char because int might match the return type of a GCC
9030 builtin and then its argument prototype would still apply. */
9031 #ifdef __cplusplus
9032 extern "C"
9033 #endif
9034 char gethostbyname ();
9036 main ()
9038 return gethostbyname ();
9040 return 0;
9042 _ACEOF
9043 rm -f conftest.$ac_objext conftest$ac_exeext
9044 if { (ac_try="$ac_link"
9045 case "(($ac_try" in
9046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9047 *) ac_try_echo=$ac_try;;
9048 esac
9049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9050 $as_echo "$ac_try_echo") >&5
9051 (eval "$ac_link") 2>conftest.er1
9052 ac_status=$?
9053 grep -v '^ *+' conftest.er1 >conftest.err
9054 rm -f conftest.er1
9055 cat conftest.err >&5
9056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); } && {
9058 test -z "$ac_c_werror_flag" ||
9059 test ! -s conftest.err
9060 } && test -s conftest$ac_exeext && {
9061 test "$cross_compiling" = yes ||
9062 $as_test_x conftest$ac_exeext
9063 }; then
9064 ac_cv_lib_nsl_gethostbyname=yes
9065 else
9066 $as_echo "$as_me: failed program was:" >&5
9067 sed 's/^/| /' conftest.$ac_ext >&5
9069 ac_cv_lib_nsl_gethostbyname=no
9072 rm -rf conftest.dSYM
9073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9074 conftest$ac_exeext conftest.$ac_ext
9075 LIBS=$ac_check_lib_save_LIBS
9077 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9078 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9079 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9080 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9083 if test $ac_cv_lib_nsl_gethostbyname = no; then
9084 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9085 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9086 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9087 $as_echo_n "(cached) " >&6
9088 else
9089 ac_check_lib_save_LIBS=$LIBS
9090 LIBS="-lbsd $LIBS"
9091 cat >conftest.$ac_ext <<_ACEOF
9092 /* confdefs.h. */
9093 _ACEOF
9094 cat confdefs.h >>conftest.$ac_ext
9095 cat >>conftest.$ac_ext <<_ACEOF
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char gethostbyname ();
9106 main ()
9108 return gethostbyname ();
9110 return 0;
9112 _ACEOF
9113 rm -f conftest.$ac_objext conftest$ac_exeext
9114 if { (ac_try="$ac_link"
9115 case "(($ac_try" in
9116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9117 *) ac_try_echo=$ac_try;;
9118 esac
9119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9120 $as_echo "$ac_try_echo") >&5
9121 (eval "$ac_link") 2>conftest.er1
9122 ac_status=$?
9123 grep -v '^ *+' conftest.er1 >conftest.err
9124 rm -f conftest.er1
9125 cat conftest.err >&5
9126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9127 (exit $ac_status); } && {
9128 test -z "$ac_c_werror_flag" ||
9129 test ! -s conftest.err
9130 } && test -s conftest$ac_exeext && {
9131 test "$cross_compiling" = yes ||
9132 $as_test_x conftest$ac_exeext
9133 }; then
9134 ac_cv_lib_bsd_gethostbyname=yes
9135 else
9136 $as_echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.$ac_ext >&5
9139 ac_cv_lib_bsd_gethostbyname=no
9142 rm -rf conftest.dSYM
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144 conftest$ac_exeext conftest.$ac_ext
9145 LIBS=$ac_check_lib_save_LIBS
9147 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9148 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9149 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9150 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9156 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9157 # socket/setsockopt and other routines are undefined under SCO ODT
9158 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9159 # on later versions), says Simon Leinen: it contains gethostby*
9160 # variants that don't use the name server (or something). -lsocket
9161 # must be given before -lnsl if both are needed. We assume that
9162 # if connect needs -lnsl, so does gethostbyname.
9163 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9164 $as_echo_n "checking for connect... " >&6; }
9165 if test "${ac_cv_func_connect+set}" = set; then
9166 $as_echo_n "(cached) " >&6
9167 else
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9174 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9176 #define connect innocuous_connect
9178 /* System header to define __stub macros and hopefully few prototypes,
9179 which can conflict with char connect (); below.
9180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9181 <limits.h> exists even on freestanding compilers. */
9183 #ifdef __STDC__
9184 # include <limits.h>
9185 #else
9186 # include <assert.h>
9187 #endif
9189 #undef connect
9191 /* Override any GCC internal prototype to avoid an error.
9192 Use char because int might match the return type of a GCC
9193 builtin and then its argument prototype would still apply. */
9194 #ifdef __cplusplus
9195 extern "C"
9196 #endif
9197 char connect ();
9198 /* The GNU C library defines this for functions which it implements
9199 to always fail with ENOSYS. Some functions are actually named
9200 something starting with __ and the normal name is an alias. */
9201 #if defined __stub_connect || defined __stub___connect
9202 choke me
9203 #endif
9206 main ()
9208 return connect ();
9210 return 0;
9212 _ACEOF
9213 rm -f conftest.$ac_objext conftest$ac_exeext
9214 if { (ac_try="$ac_link"
9215 case "(($ac_try" in
9216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9217 *) ac_try_echo=$ac_try;;
9218 esac
9219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9220 $as_echo "$ac_try_echo") >&5
9221 (eval "$ac_link") 2>conftest.er1
9222 ac_status=$?
9223 grep -v '^ *+' conftest.er1 >conftest.err
9224 rm -f conftest.er1
9225 cat conftest.err >&5
9226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } && {
9228 test -z "$ac_c_werror_flag" ||
9229 test ! -s conftest.err
9230 } && test -s conftest$ac_exeext && {
9231 test "$cross_compiling" = yes ||
9232 $as_test_x conftest$ac_exeext
9233 }; then
9234 ac_cv_func_connect=yes
9235 else
9236 $as_echo "$as_me: failed program was:" >&5
9237 sed 's/^/| /' conftest.$ac_ext >&5
9239 ac_cv_func_connect=no
9242 rm -rf conftest.dSYM
9243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9244 conftest$ac_exeext conftest.$ac_ext
9246 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9247 $as_echo "$ac_cv_func_connect" >&6; }
9249 if test $ac_cv_func_connect = no; then
9250 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9251 $as_echo_n "checking for connect in -lsocket... " >&6; }
9252 if test "${ac_cv_lib_socket_connect+set}" = set; then
9253 $as_echo_n "(cached) " >&6
9254 else
9255 ac_check_lib_save_LIBS=$LIBS
9256 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9257 cat >conftest.$ac_ext <<_ACEOF
9258 /* confdefs.h. */
9259 _ACEOF
9260 cat confdefs.h >>conftest.$ac_ext
9261 cat >>conftest.$ac_ext <<_ACEOF
9262 /* end confdefs.h. */
9264 /* Override any GCC internal prototype to avoid an error.
9265 Use char because int might match the return type of a GCC
9266 builtin and then its argument prototype would still apply. */
9267 #ifdef __cplusplus
9268 extern "C"
9269 #endif
9270 char connect ();
9272 main ()
9274 return connect ();
9276 return 0;
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283 *) ac_try_echo=$ac_try;;
9284 esac
9285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9286 $as_echo "$ac_try_echo") >&5
9287 (eval "$ac_link") 2>conftest.er1
9288 ac_status=$?
9289 grep -v '^ *+' conftest.er1 >conftest.err
9290 rm -f conftest.er1
9291 cat conftest.err >&5
9292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 (exit $ac_status); } && {
9294 test -z "$ac_c_werror_flag" ||
9295 test ! -s conftest.err
9296 } && test -s conftest$ac_exeext && {
9297 test "$cross_compiling" = yes ||
9298 $as_test_x conftest$ac_exeext
9299 }; then
9300 ac_cv_lib_socket_connect=yes
9301 else
9302 $as_echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_lib_socket_connect=no
9308 rm -rf conftest.dSYM
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9311 LIBS=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9314 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9315 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9316 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9321 # Guillermo Gomez says -lposix is necessary on A/UX.
9322 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9323 $as_echo_n "checking for remove... " >&6; }
9324 if test "${ac_cv_func_remove+set}" = set; then
9325 $as_echo_n "(cached) " >&6
9326 else
9327 cat >conftest.$ac_ext <<_ACEOF
9328 /* confdefs.h. */
9329 _ACEOF
9330 cat confdefs.h >>conftest.$ac_ext
9331 cat >>conftest.$ac_ext <<_ACEOF
9332 /* end confdefs.h. */
9333 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9335 #define remove innocuous_remove
9337 /* System header to define __stub macros and hopefully few prototypes,
9338 which can conflict with char remove (); below.
9339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9340 <limits.h> exists even on freestanding compilers. */
9342 #ifdef __STDC__
9343 # include <limits.h>
9344 #else
9345 # include <assert.h>
9346 #endif
9348 #undef remove
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9353 #ifdef __cplusplus
9354 extern "C"
9355 #endif
9356 char remove ();
9357 /* The GNU C library defines this for functions which it implements
9358 to always fail with ENOSYS. Some functions are actually named
9359 something starting with __ and the normal name is an alias. */
9360 #if defined __stub_remove || defined __stub___remove
9361 choke me
9362 #endif
9365 main ()
9367 return remove ();
9369 return 0;
9371 _ACEOF
9372 rm -f conftest.$ac_objext conftest$ac_exeext
9373 if { (ac_try="$ac_link"
9374 case "(($ac_try" in
9375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9376 *) ac_try_echo=$ac_try;;
9377 esac
9378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9379 $as_echo "$ac_try_echo") >&5
9380 (eval "$ac_link") 2>conftest.er1
9381 ac_status=$?
9382 grep -v '^ *+' conftest.er1 >conftest.err
9383 rm -f conftest.er1
9384 cat conftest.err >&5
9385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext && {
9390 test "$cross_compiling" = yes ||
9391 $as_test_x conftest$ac_exeext
9392 }; then
9393 ac_cv_func_remove=yes
9394 else
9395 $as_echo "$as_me: failed program was:" >&5
9396 sed 's/^/| /' conftest.$ac_ext >&5
9398 ac_cv_func_remove=no
9401 rm -rf conftest.dSYM
9402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9403 conftest$ac_exeext conftest.$ac_ext
9405 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9406 $as_echo "$ac_cv_func_remove" >&6; }
9408 if test $ac_cv_func_remove = no; then
9409 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9410 $as_echo_n "checking for remove in -lposix... " >&6; }
9411 if test "${ac_cv_lib_posix_remove+set}" = set; then
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_lib_save_LIBS=$LIBS
9415 LIBS="-lposix $LIBS"
9416 cat >conftest.$ac_ext <<_ACEOF
9417 /* confdefs.h. */
9418 _ACEOF
9419 cat confdefs.h >>conftest.$ac_ext
9420 cat >>conftest.$ac_ext <<_ACEOF
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9426 #ifdef __cplusplus
9427 extern "C"
9428 #endif
9429 char remove ();
9431 main ()
9433 return remove ();
9435 return 0;
9437 _ACEOF
9438 rm -f conftest.$ac_objext conftest$ac_exeext
9439 if { (ac_try="$ac_link"
9440 case "(($ac_try" in
9441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9442 *) ac_try_echo=$ac_try;;
9443 esac
9444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9445 $as_echo "$ac_try_echo") >&5
9446 (eval "$ac_link") 2>conftest.er1
9447 ac_status=$?
9448 grep -v '^ *+' conftest.er1 >conftest.err
9449 rm -f conftest.er1
9450 cat conftest.err >&5
9451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452 (exit $ac_status); } && {
9453 test -z "$ac_c_werror_flag" ||
9454 test ! -s conftest.err
9455 } && test -s conftest$ac_exeext && {
9456 test "$cross_compiling" = yes ||
9457 $as_test_x conftest$ac_exeext
9458 }; then
9459 ac_cv_lib_posix_remove=yes
9460 else
9461 $as_echo "$as_me: failed program was:" >&5
9462 sed 's/^/| /' conftest.$ac_ext >&5
9464 ac_cv_lib_posix_remove=no
9467 rm -rf conftest.dSYM
9468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9473 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9474 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9475 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9480 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9481 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9482 $as_echo_n "checking for shmat... " >&6; }
9483 if test "${ac_cv_func_shmat+set}" = set; then
9484 $as_echo_n "(cached) " >&6
9485 else
9486 cat >conftest.$ac_ext <<_ACEOF
9487 /* confdefs.h. */
9488 _ACEOF
9489 cat confdefs.h >>conftest.$ac_ext
9490 cat >>conftest.$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9494 #define shmat innocuous_shmat
9496 /* System header to define __stub macros and hopefully few prototypes,
9497 which can conflict with char shmat (); below.
9498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9499 <limits.h> exists even on freestanding compilers. */
9501 #ifdef __STDC__
9502 # include <limits.h>
9503 #else
9504 # include <assert.h>
9505 #endif
9507 #undef shmat
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9512 #ifdef __cplusplus
9513 extern "C"
9514 #endif
9515 char shmat ();
9516 /* The GNU C library defines this for functions which it implements
9517 to always fail with ENOSYS. Some functions are actually named
9518 something starting with __ and the normal name is an alias. */
9519 #if defined __stub_shmat || defined __stub___shmat
9520 choke me
9521 #endif
9524 main ()
9526 return shmat ();
9528 return 0;
9530 _ACEOF
9531 rm -f conftest.$ac_objext conftest$ac_exeext
9532 if { (ac_try="$ac_link"
9533 case "(($ac_try" in
9534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9535 *) ac_try_echo=$ac_try;;
9536 esac
9537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9538 $as_echo "$ac_try_echo") >&5
9539 (eval "$ac_link") 2>conftest.er1
9540 ac_status=$?
9541 grep -v '^ *+' conftest.er1 >conftest.err
9542 rm -f conftest.er1
9543 cat conftest.err >&5
9544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); } && {
9546 test -z "$ac_c_werror_flag" ||
9547 test ! -s conftest.err
9548 } && test -s conftest$ac_exeext && {
9549 test "$cross_compiling" = yes ||
9550 $as_test_x conftest$ac_exeext
9551 }; then
9552 ac_cv_func_shmat=yes
9553 else
9554 $as_echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.$ac_ext >&5
9557 ac_cv_func_shmat=no
9560 rm -rf conftest.dSYM
9561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9562 conftest$ac_exeext conftest.$ac_ext
9564 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9565 $as_echo "$ac_cv_func_shmat" >&6; }
9567 if test $ac_cv_func_shmat = no; then
9568 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9569 $as_echo_n "checking for shmat in -lipc... " >&6; }
9570 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9571 $as_echo_n "(cached) " >&6
9572 else
9573 ac_check_lib_save_LIBS=$LIBS
9574 LIBS="-lipc $LIBS"
9575 cat >conftest.$ac_ext <<_ACEOF
9576 /* confdefs.h. */
9577 _ACEOF
9578 cat confdefs.h >>conftest.$ac_ext
9579 cat >>conftest.$ac_ext <<_ACEOF
9580 /* end confdefs.h. */
9582 /* Override any GCC internal prototype to avoid an error.
9583 Use char because int might match the return type of a GCC
9584 builtin and then its argument prototype would still apply. */
9585 #ifdef __cplusplus
9586 extern "C"
9587 #endif
9588 char shmat ();
9590 main ()
9592 return shmat ();
9594 return 0;
9596 _ACEOF
9597 rm -f conftest.$ac_objext conftest$ac_exeext
9598 if { (ac_try="$ac_link"
9599 case "(($ac_try" in
9600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9601 *) ac_try_echo=$ac_try;;
9602 esac
9603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9604 $as_echo "$ac_try_echo") >&5
9605 (eval "$ac_link") 2>conftest.er1
9606 ac_status=$?
9607 grep -v '^ *+' conftest.er1 >conftest.err
9608 rm -f conftest.er1
9609 cat conftest.err >&5
9610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); } && {
9612 test -z "$ac_c_werror_flag" ||
9613 test ! -s conftest.err
9614 } && test -s conftest$ac_exeext && {
9615 test "$cross_compiling" = yes ||
9616 $as_test_x conftest$ac_exeext
9617 }; then
9618 ac_cv_lib_ipc_shmat=yes
9619 else
9620 $as_echo "$as_me: failed program was:" >&5
9621 sed 's/^/| /' conftest.$ac_ext >&5
9623 ac_cv_lib_ipc_shmat=no
9626 rm -rf conftest.dSYM
9627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9628 conftest$ac_exeext conftest.$ac_ext
9629 LIBS=$ac_check_lib_save_LIBS
9631 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9632 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9633 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9640 # Check for libraries that X11R6 Xt/Xaw programs need.
9641 ac_save_LDFLAGS=$LDFLAGS
9642 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9643 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9644 # check for ICE first), but we must link in the order -lSM -lICE or
9645 # we get undefined symbols. So assume we have SM if we have ICE.
9646 # These have to be linked with before -lX11, unlike the other
9647 # libraries we check for below, so use a different variable.
9648 # John Interrante, Karl Berry
9649 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9650 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9651 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9652 $as_echo_n "(cached) " >&6
9653 else
9654 ac_check_lib_save_LIBS=$LIBS
9655 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9656 cat >conftest.$ac_ext <<_ACEOF
9657 /* confdefs.h. */
9658 _ACEOF
9659 cat confdefs.h >>conftest.$ac_ext
9660 cat >>conftest.$ac_ext <<_ACEOF
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char IceConnectionNumber ();
9671 main ()
9673 return IceConnectionNumber ();
9675 return 0;
9677 _ACEOF
9678 rm -f conftest.$ac_objext conftest$ac_exeext
9679 if { (ac_try="$ac_link"
9680 case "(($ac_try" in
9681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9682 *) ac_try_echo=$ac_try;;
9683 esac
9684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9685 $as_echo "$ac_try_echo") >&5
9686 (eval "$ac_link") 2>conftest.er1
9687 ac_status=$?
9688 grep -v '^ *+' conftest.er1 >conftest.err
9689 rm -f conftest.er1
9690 cat conftest.err >&5
9691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 (exit $ac_status); } && {
9693 test -z "$ac_c_werror_flag" ||
9694 test ! -s conftest.err
9695 } && test -s conftest$ac_exeext && {
9696 test "$cross_compiling" = yes ||
9697 $as_test_x conftest$ac_exeext
9698 }; then
9699 ac_cv_lib_ICE_IceConnectionNumber=yes
9700 else
9701 $as_echo "$as_me: failed program was:" >&5
9702 sed 's/^/| /' conftest.$ac_ext >&5
9704 ac_cv_lib_ICE_IceConnectionNumber=no
9707 rm -rf conftest.dSYM
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709 conftest$ac_exeext conftest.$ac_ext
9710 LIBS=$ac_check_lib_save_LIBS
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9713 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9714 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9715 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9718 LDFLAGS=$ac_save_LDFLAGS
9723 if test "$have_x" = "yes"
9724 then
9725 XLIB="-lXext -lX11"
9726 ac_save_CPPFLAGS="$CPPFLAGS"
9727 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9729 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9730 $as_echo_n "checking for -lX11... " >&6; }
9731 if test "${ac_cv_lib_soname_X11+set}" = set; then
9732 $as_echo_n "(cached) " >&6
9733 else
9734 ac_check_soname_save_LIBS=$LIBS
9735 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9736 cat >conftest.$ac_ext <<_ACEOF
9737 /* confdefs.h. */
9738 _ACEOF
9739 cat confdefs.h >>conftest.$ac_ext
9740 cat >>conftest.$ac_ext <<_ACEOF
9741 /* end confdefs.h. */
9743 /* Override any GCC internal prototype to avoid an error.
9744 Use char because int might match the return type of a GCC
9745 builtin and then its argument prototype would still apply. */
9746 #ifdef __cplusplus
9747 extern "C"
9748 #endif
9749 char XCreateWindow ();
9751 main ()
9753 return XCreateWindow ();
9755 return 0;
9757 _ACEOF
9758 rm -f conftest.$ac_objext conftest$ac_exeext
9759 if { (ac_try="$ac_link"
9760 case "(($ac_try" in
9761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9762 *) ac_try_echo=$ac_try;;
9763 esac
9764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9765 $as_echo "$ac_try_echo") >&5
9766 (eval "$ac_link") 2>conftest.er1
9767 ac_status=$?
9768 grep -v '^ *+' conftest.er1 >conftest.err
9769 rm -f conftest.er1
9770 cat conftest.err >&5
9771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); } && {
9773 test -z "$ac_c_werror_flag" ||
9774 test ! -s conftest.err
9775 } && test -s conftest$ac_exeext && {
9776 test "$cross_compiling" = yes ||
9777 $as_test_x conftest$ac_exeext
9778 }; then
9779 case "$LIBEXT" in
9780 dll) ;;
9781 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'` ;;
9782 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9783 esac
9784 else
9785 $as_echo "$as_me: failed program was:" >&5
9786 sed 's/^/| /' conftest.$ac_ext >&5
9791 rm -rf conftest.dSYM
9792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9793 conftest$ac_exeext conftest.$ac_ext
9794 LIBS=$ac_check_soname_save_LIBS
9796 if test "x$ac_cv_lib_soname_X11" = "x"; then
9797 { $as_echo "$as_me:$LINENO: result: not found" >&5
9798 $as_echo "not found" >&6; }
9800 else
9801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9802 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9804 cat >>confdefs.h <<_ACEOF
9805 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9806 _ACEOF
9811 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9812 $as_echo_n "checking for -lXext... " >&6; }
9813 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9814 $as_echo_n "(cached) " >&6
9815 else
9816 ac_check_soname_save_LIBS=$LIBS
9817 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9818 cat >conftest.$ac_ext <<_ACEOF
9819 /* confdefs.h. */
9820 _ACEOF
9821 cat confdefs.h >>conftest.$ac_ext
9822 cat >>conftest.$ac_ext <<_ACEOF
9823 /* end confdefs.h. */
9825 /* Override any GCC internal prototype to avoid an error.
9826 Use char because int might match the return type of a GCC
9827 builtin and then its argument prototype would still apply. */
9828 #ifdef __cplusplus
9829 extern "C"
9830 #endif
9831 char XextCreateExtension ();
9833 main ()
9835 return XextCreateExtension ();
9837 return 0;
9839 _ACEOF
9840 rm -f conftest.$ac_objext conftest$ac_exeext
9841 if { (ac_try="$ac_link"
9842 case "(($ac_try" in
9843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844 *) ac_try_echo=$ac_try;;
9845 esac
9846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9847 $as_echo "$ac_try_echo") >&5
9848 (eval "$ac_link") 2>conftest.er1
9849 ac_status=$?
9850 grep -v '^ *+' conftest.er1 >conftest.err
9851 rm -f conftest.er1
9852 cat conftest.err >&5
9853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); } && {
9855 test -z "$ac_c_werror_flag" ||
9856 test ! -s conftest.err
9857 } && test -s conftest$ac_exeext && {
9858 test "$cross_compiling" = yes ||
9859 $as_test_x conftest$ac_exeext
9860 }; then
9861 case "$LIBEXT" in
9862 dll) ;;
9863 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'` ;;
9864 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9865 esac
9866 else
9867 $as_echo "$as_me: failed program was:" >&5
9868 sed 's/^/| /' conftest.$ac_ext >&5
9873 rm -rf conftest.dSYM
9874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9875 conftest$ac_exeext conftest.$ac_ext
9876 LIBS=$ac_check_soname_save_LIBS
9878 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9879 { $as_echo "$as_me:$LINENO: result: not found" >&5
9880 $as_echo "not found" >&6; }
9882 else
9883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9884 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9886 cat >>confdefs.h <<_ACEOF
9887 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9888 _ACEOF
9906 for ac_header in X11/Xlib.h \
9907 X11/XKBlib.h \
9908 X11/Xutil.h \
9909 X11/Xcursor/Xcursor.h \
9910 X11/extensions/shape.h \
9911 X11/extensions/XInput.h \
9912 X11/extensions/XShm.h \
9913 X11/extensions/Xcomposite.h \
9914 X11/extensions/Xinerama.h \
9915 X11/extensions/Xrandr.h \
9916 X11/extensions/Xrender.h \
9917 X11/extensions/xf86vmode.h
9919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9920 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9921 $as_echo_n "checking for $ac_header... " >&6; }
9922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9923 $as_echo_n "(cached) " >&6
9924 else
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9931 #ifdef HAVE_X11_XLIB_H
9932 # include <X11/Xlib.h>
9933 #endif
9934 #ifdef HAVE_X11_XUTIL_H
9935 # include <X11/Xutil.h>
9936 #endif
9938 #include <$ac_header>
9939 _ACEOF
9940 rm -f conftest.$ac_objext
9941 if { (ac_try="$ac_compile"
9942 case "(($ac_try" in
9943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9944 *) ac_try_echo=$ac_try;;
9945 esac
9946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9947 $as_echo "$ac_try_echo") >&5
9948 (eval "$ac_compile") 2>conftest.er1
9949 ac_status=$?
9950 grep -v '^ *+' conftest.er1 >conftest.err
9951 rm -f conftest.er1
9952 cat conftest.err >&5
9953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } && {
9955 test -z "$ac_c_werror_flag" ||
9956 test ! -s conftest.err
9957 } && test -s conftest.$ac_objext; then
9958 eval "$as_ac_Header=yes"
9959 else
9960 $as_echo "$as_me: failed program was:" >&5
9961 sed 's/^/| /' conftest.$ac_ext >&5
9963 eval "$as_ac_Header=no"
9966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9968 ac_res=`eval 'as_val=${'$as_ac_Header'}
9969 $as_echo "$as_val"'`
9970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9971 $as_echo "$ac_res" >&6; }
9972 as_val=`eval 'as_val=${'$as_ac_Header'}
9973 $as_echo "$as_val"'`
9974 if test "x$as_val" = x""yes; then
9975 cat >>confdefs.h <<_ACEOF
9976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9977 _ACEOF
9981 done
9984 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9985 then
9986 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9987 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9988 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9989 $as_echo_n "(cached) " >&6
9990 else
9991 ac_check_lib_save_LIBS=$LIBS
9992 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9993 cat >conftest.$ac_ext <<_ACEOF
9994 /* confdefs.h. */
9995 _ACEOF
9996 cat confdefs.h >>conftest.$ac_ext
9997 cat >>conftest.$ac_ext <<_ACEOF
9998 /* end confdefs.h. */
10000 /* Override any GCC internal prototype to avoid an error.
10001 Use char because int might match the return type of a GCC
10002 builtin and then its argument prototype would still apply. */
10003 #ifdef __cplusplus
10004 extern "C"
10005 #endif
10006 char XkbQueryExtension ();
10008 main ()
10010 return XkbQueryExtension ();
10012 return 0;
10014 _ACEOF
10015 rm -f conftest.$ac_objext conftest$ac_exeext
10016 if { (ac_try="$ac_link"
10017 case "(($ac_try" in
10018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10019 *) ac_try_echo=$ac_try;;
10020 esac
10021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10022 $as_echo "$ac_try_echo") >&5
10023 (eval "$ac_link") 2>conftest.er1
10024 ac_status=$?
10025 grep -v '^ *+' conftest.er1 >conftest.err
10026 rm -f conftest.er1
10027 cat conftest.err >&5
10028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10029 (exit $ac_status); } && {
10030 test -z "$ac_c_werror_flag" ||
10031 test ! -s conftest.err
10032 } && test -s conftest$ac_exeext && {
10033 test "$cross_compiling" = yes ||
10034 $as_test_x conftest$ac_exeext
10035 }; then
10036 ac_cv_lib_X11_XkbQueryExtension=yes
10037 else
10038 $as_echo "$as_me: failed program was:" >&5
10039 sed 's/^/| /' conftest.$ac_ext >&5
10041 ac_cv_lib_X11_XkbQueryExtension=no
10044 rm -rf conftest.dSYM
10045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10046 conftest$ac_exeext conftest.$ac_ext
10047 LIBS=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10050 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10051 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10053 cat >>confdefs.h <<\_ACEOF
10054 #define HAVE_XKB 1
10055 _ACEOF
10061 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10062 then
10063 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10064 $as_echo_n "checking for -lXcursor... " >&6; }
10065 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10066 $as_echo_n "(cached) " >&6
10067 else
10068 ac_check_soname_save_LIBS=$LIBS
10069 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10070 cat >conftest.$ac_ext <<_ACEOF
10071 /* confdefs.h. */
10072 _ACEOF
10073 cat confdefs.h >>conftest.$ac_ext
10074 cat >>conftest.$ac_ext <<_ACEOF
10075 /* end confdefs.h. */
10077 /* Override any GCC internal prototype to avoid an error.
10078 Use char because int might match the return type of a GCC
10079 builtin and then its argument prototype would still apply. */
10080 #ifdef __cplusplus
10081 extern "C"
10082 #endif
10083 char XcursorImageLoadCursor ();
10085 main ()
10087 return XcursorImageLoadCursor ();
10089 return 0;
10091 _ACEOF
10092 rm -f conftest.$ac_objext conftest$ac_exeext
10093 if { (ac_try="$ac_link"
10094 case "(($ac_try" in
10095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10096 *) ac_try_echo=$ac_try;;
10097 esac
10098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10099 $as_echo "$ac_try_echo") >&5
10100 (eval "$ac_link") 2>conftest.er1
10101 ac_status=$?
10102 grep -v '^ *+' conftest.er1 >conftest.err
10103 rm -f conftest.er1
10104 cat conftest.err >&5
10105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106 (exit $ac_status); } && {
10107 test -z "$ac_c_werror_flag" ||
10108 test ! -s conftest.err
10109 } && test -s conftest$ac_exeext && {
10110 test "$cross_compiling" = yes ||
10111 $as_test_x conftest$ac_exeext
10112 }; then
10113 case "$LIBEXT" in
10114 dll) ;;
10115 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'` ;;
10116 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10117 esac
10118 else
10119 $as_echo "$as_me: failed program was:" >&5
10120 sed 's/^/| /' conftest.$ac_ext >&5
10125 rm -rf conftest.dSYM
10126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10127 conftest$ac_exeext conftest.$ac_ext
10128 LIBS=$ac_check_soname_save_LIBS
10130 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10131 { $as_echo "$as_me:$LINENO: result: not found" >&5
10132 $as_echo "not found" >&6; }
10134 else
10135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10136 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10138 cat >>confdefs.h <<_ACEOF
10139 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10140 _ACEOF
10146 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10147 case "x$with_xcursor" in
10148 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10149 xno) ;;
10150 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10151 This is an error since --with-xcursor was requested." >&5
10152 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10153 This is an error since --with-xcursor was requested." >&2;}
10154 { (exit 1); exit 1; }; } ;;
10155 esac
10159 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10160 then
10161 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10162 $as_echo_n "checking for -lXi... " >&6; }
10163 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10164 $as_echo_n "(cached) " >&6
10165 else
10166 ac_check_soname_save_LIBS=$LIBS
10167 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10168 cat >conftest.$ac_ext <<_ACEOF
10169 /* confdefs.h. */
10170 _ACEOF
10171 cat confdefs.h >>conftest.$ac_ext
10172 cat >>conftest.$ac_ext <<_ACEOF
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char XOpenDevice ();
10183 main ()
10185 return XOpenDevice ();
10187 return 0;
10189 _ACEOF
10190 rm -f conftest.$ac_objext conftest$ac_exeext
10191 if { (ac_try="$ac_link"
10192 case "(($ac_try" in
10193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10194 *) ac_try_echo=$ac_try;;
10195 esac
10196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10197 $as_echo "$ac_try_echo") >&5
10198 (eval "$ac_link") 2>conftest.er1
10199 ac_status=$?
10200 grep -v '^ *+' conftest.er1 >conftest.err
10201 rm -f conftest.er1
10202 cat conftest.err >&5
10203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); } && {
10205 test -z "$ac_c_werror_flag" ||
10206 test ! -s conftest.err
10207 } && test -s conftest$ac_exeext && {
10208 test "$cross_compiling" = yes ||
10209 $as_test_x conftest$ac_exeext
10210 }; then
10211 case "$LIBEXT" in
10212 dll) ;;
10213 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'` ;;
10214 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10215 esac
10216 else
10217 $as_echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10223 rm -rf conftest.dSYM
10224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10225 conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_soname_save_LIBS
10228 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10229 { $as_echo "$as_me:$LINENO: result: not found" >&5
10230 $as_echo "not found" >&6; }
10232 else
10233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10234 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10236 cat >>confdefs.h <<_ACEOF
10237 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10238 _ACEOF
10244 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10245 case "x$with_xinput" in
10246 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10247 xno) ;;
10248 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10249 This is an error since --with-xinput was requested." >&5
10250 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10251 This is an error since --with-xinput was requested." >&2;}
10252 { (exit 1); exit 1; }; } ;;
10253 esac
10257 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10258 then
10259 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10260 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10261 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10262 $as_echo_n "(cached) " >&6
10263 else
10264 ac_check_lib_save_LIBS=$LIBS
10265 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10266 cat >conftest.$ac_ext <<_ACEOF
10267 /* confdefs.h. */
10268 _ACEOF
10269 cat confdefs.h >>conftest.$ac_ext
10270 cat >>conftest.$ac_ext <<_ACEOF
10271 /* end confdefs.h. */
10273 /* Override any GCC internal prototype to avoid an error.
10274 Use char because int might match the return type of a GCC
10275 builtin and then its argument prototype would still apply. */
10276 #ifdef __cplusplus
10277 extern "C"
10278 #endif
10279 char XShmQueryExtension ();
10281 main ()
10283 return XShmQueryExtension ();
10285 return 0;
10287 _ACEOF
10288 rm -f conftest.$ac_objext conftest$ac_exeext
10289 if { (ac_try="$ac_link"
10290 case "(($ac_try" in
10291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10292 *) ac_try_echo=$ac_try;;
10293 esac
10294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10295 $as_echo "$ac_try_echo") >&5
10296 (eval "$ac_link") 2>conftest.er1
10297 ac_status=$?
10298 grep -v '^ *+' conftest.er1 >conftest.err
10299 rm -f conftest.er1
10300 cat conftest.err >&5
10301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10302 (exit $ac_status); } && {
10303 test -z "$ac_c_werror_flag" ||
10304 test ! -s conftest.err
10305 } && test -s conftest$ac_exeext && {
10306 test "$cross_compiling" = yes ||
10307 $as_test_x conftest$ac_exeext
10308 }; then
10309 ac_cv_lib_Xext_XShmQueryExtension=yes
10310 else
10311 $as_echo "$as_me: failed program was:" >&5
10312 sed 's/^/| /' conftest.$ac_ext >&5
10314 ac_cv_lib_Xext_XShmQueryExtension=no
10317 rm -rf conftest.dSYM
10318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10319 conftest$ac_exeext conftest.$ac_ext
10320 LIBS=$ac_check_lib_save_LIBS
10322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10323 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10324 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10326 cat >>confdefs.h <<\_ACEOF
10327 #define HAVE_LIBXXSHM 1
10328 _ACEOF
10333 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10334 case "x$with_xshm" in
10335 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10336 xno) ;;
10337 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10338 This is an error since --with-xshm was requested." >&5
10339 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10340 This is an error since --with-xshm was requested." >&2;}
10341 { (exit 1); exit 1; }; } ;;
10342 esac
10346 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10347 then
10348 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10349 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10350 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10351 $as_echo_n "(cached) " >&6
10352 else
10353 ac_check_lib_save_LIBS=$LIBS
10354 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10355 cat >conftest.$ac_ext <<_ACEOF
10356 /* confdefs.h. */
10357 _ACEOF
10358 cat confdefs.h >>conftest.$ac_ext
10359 cat >>conftest.$ac_ext <<_ACEOF
10360 /* end confdefs.h. */
10362 /* Override any GCC internal prototype to avoid an error.
10363 Use char because int might match the return type of a GCC
10364 builtin and then its argument prototype would still apply. */
10365 #ifdef __cplusplus
10366 extern "C"
10367 #endif
10368 char XShapeQueryExtension ();
10370 main ()
10372 return XShapeQueryExtension ();
10374 return 0;
10376 _ACEOF
10377 rm -f conftest.$ac_objext conftest$ac_exeext
10378 if { (ac_try="$ac_link"
10379 case "(($ac_try" in
10380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10381 *) ac_try_echo=$ac_try;;
10382 esac
10383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10384 $as_echo "$ac_try_echo") >&5
10385 (eval "$ac_link") 2>conftest.er1
10386 ac_status=$?
10387 grep -v '^ *+' conftest.er1 >conftest.err
10388 rm -f conftest.er1
10389 cat conftest.err >&5
10390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext && {
10395 test "$cross_compiling" = yes ||
10396 $as_test_x conftest$ac_exeext
10397 }; then
10398 ac_cv_lib_Xext_XShapeQueryExtension=yes
10399 else
10400 $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10403 ac_cv_lib_Xext_XShapeQueryExtension=no
10406 rm -rf conftest.dSYM
10407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10408 conftest$ac_exeext conftest.$ac_ext
10409 LIBS=$ac_check_lib_save_LIBS
10411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10412 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10413 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10415 cat >>confdefs.h <<\_ACEOF
10416 #define HAVE_LIBXSHAPE 1
10417 _ACEOF
10422 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10423 case "x$with_xshape" in
10424 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10425 xno) ;;
10426 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10427 This is an error since --with-xshape was requested." >&5
10428 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10429 This is an error since --with-xshape was requested." >&2;}
10430 { (exit 1); exit 1; }; } ;;
10431 esac
10435 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10436 then
10437 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10438 $as_echo_n "checking for -lXxf86vm... " >&6; }
10439 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10440 $as_echo_n "(cached) " >&6
10441 else
10442 ac_check_soname_save_LIBS=$LIBS
10443 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10444 cat >conftest.$ac_ext <<_ACEOF
10445 /* confdefs.h. */
10446 _ACEOF
10447 cat confdefs.h >>conftest.$ac_ext
10448 cat >>conftest.$ac_ext <<_ACEOF
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char XF86VidModeQueryExtension ();
10459 main ()
10461 return XF86VidModeQueryExtension ();
10463 return 0;
10465 _ACEOF
10466 rm -f conftest.$ac_objext conftest$ac_exeext
10467 if { (ac_try="$ac_link"
10468 case "(($ac_try" in
10469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10470 *) ac_try_echo=$ac_try;;
10471 esac
10472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10473 $as_echo "$ac_try_echo") >&5
10474 (eval "$ac_link") 2>conftest.er1
10475 ac_status=$?
10476 grep -v '^ *+' conftest.er1 >conftest.err
10477 rm -f conftest.er1
10478 cat conftest.err >&5
10479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); } && {
10481 test -z "$ac_c_werror_flag" ||
10482 test ! -s conftest.err
10483 } && test -s conftest$ac_exeext && {
10484 test "$cross_compiling" = yes ||
10485 $as_test_x conftest$ac_exeext
10486 }; then
10487 case "$LIBEXT" in
10488 dll) ;;
10489 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'` ;;
10490 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10491 esac
10492 else
10493 $as_echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.$ac_ext >&5
10499 rm -rf conftest.dSYM
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_soname_save_LIBS
10504 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10505 { $as_echo "$as_me:$LINENO: result: not found" >&5
10506 $as_echo "not found" >&6; }
10508 else
10509 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10510 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10512 cat >>confdefs.h <<_ACEOF
10513 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10514 _ACEOF
10520 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10521 case "x$with_xxf86vm" in
10522 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10523 xno) ;;
10524 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10525 This is an error since --with-xxf86vm was requested." >&5
10526 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10527 This is an error since --with-xxf86vm was requested." >&2;}
10528 { (exit 1); exit 1; }; } ;;
10529 esac
10533 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"
10534 then
10535 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10536 $as_echo_n "checking for -lXrender... " >&6; }
10537 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_check_soname_save_LIBS=$LIBS
10541 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10542 cat >conftest.$ac_ext <<_ACEOF
10543 /* confdefs.h. */
10544 _ACEOF
10545 cat confdefs.h >>conftest.$ac_ext
10546 cat >>conftest.$ac_ext <<_ACEOF
10547 /* end confdefs.h. */
10549 /* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552 #ifdef __cplusplus
10553 extern "C"
10554 #endif
10555 char XRenderQueryExtension ();
10557 main ()
10559 return XRenderQueryExtension ();
10561 return 0;
10563 _ACEOF
10564 rm -f conftest.$ac_objext conftest$ac_exeext
10565 if { (ac_try="$ac_link"
10566 case "(($ac_try" in
10567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10568 *) ac_try_echo=$ac_try;;
10569 esac
10570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10571 $as_echo "$ac_try_echo") >&5
10572 (eval "$ac_link") 2>conftest.er1
10573 ac_status=$?
10574 grep -v '^ *+' conftest.er1 >conftest.err
10575 rm -f conftest.er1
10576 cat conftest.err >&5
10577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10578 (exit $ac_status); } && {
10579 test -z "$ac_c_werror_flag" ||
10580 test ! -s conftest.err
10581 } && test -s conftest$ac_exeext && {
10582 test "$cross_compiling" = yes ||
10583 $as_test_x conftest$ac_exeext
10584 }; then
10585 case "$LIBEXT" in
10586 dll) ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10589 esac
10590 else
10591 $as_echo "$as_me: failed program was:" >&5
10592 sed 's/^/| /' conftest.$ac_ext >&5
10597 rm -rf conftest.dSYM
10598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10599 conftest$ac_exeext conftest.$ac_ext
10600 LIBS=$ac_check_soname_save_LIBS
10602 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10603 { $as_echo "$as_me:$LINENO: result: not found" >&5
10604 $as_echo "not found" >&6; }
10606 else
10607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10608 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10610 cat >>confdefs.h <<_ACEOF
10611 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10612 _ACEOF
10614 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10615 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10616 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10617 $as_echo_n "(cached) " >&6
10618 else
10619 ac_check_lib_save_LIBS=$LIBS
10620 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10621 cat >conftest.$ac_ext <<_ACEOF
10622 /* confdefs.h. */
10623 _ACEOF
10624 cat confdefs.h >>conftest.$ac_ext
10625 cat >>conftest.$ac_ext <<_ACEOF
10626 /* end confdefs.h. */
10628 /* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10631 #ifdef __cplusplus
10632 extern "C"
10633 #endif
10634 char XRenderSetPictureTransform ();
10636 main ()
10638 return XRenderSetPictureTransform ();
10640 return 0;
10642 _ACEOF
10643 rm -f conftest.$ac_objext conftest$ac_exeext
10644 if { (ac_try="$ac_link"
10645 case "(($ac_try" in
10646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10647 *) ac_try_echo=$ac_try;;
10648 esac
10649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10650 $as_echo "$ac_try_echo") >&5
10651 (eval "$ac_link") 2>conftest.er1
10652 ac_status=$?
10653 grep -v '^ *+' conftest.er1 >conftest.err
10654 rm -f conftest.er1
10655 cat conftest.err >&5
10656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); } && {
10658 test -z "$ac_c_werror_flag" ||
10659 test ! -s conftest.err
10660 } && test -s conftest$ac_exeext && {
10661 test "$cross_compiling" = yes ||
10662 $as_test_x conftest$ac_exeext
10663 }; then
10664 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10665 else
10666 $as_echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10669 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10672 rm -rf conftest.dSYM
10673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10678 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10679 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10681 cat >>confdefs.h <<\_ACEOF
10682 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10683 _ACEOF
10691 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10692 case "x$with_xrender" in
10693 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10694 xno) ;;
10695 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10696 This is an error since --with-xrender was requested." >&5
10697 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10698 This is an error since --with-xrender was requested." >&2;}
10699 { (exit 1); exit 1; }; } ;;
10700 esac
10704 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10705 then
10706 cat >conftest.$ac_ext <<_ACEOF
10707 /* confdefs.h. */
10708 _ACEOF
10709 cat confdefs.h >>conftest.$ac_ext
10710 cat >>conftest.$ac_ext <<_ACEOF
10711 /* end confdefs.h. */
10712 #include <X11/Xlib.h>
10713 #include <X11/extensions/Xrandr.h>
10715 main ()
10717 static typeof(XRRSetScreenConfigAndRate) * func;
10719 return 0;
10721 _ACEOF
10722 rm -f conftest.$ac_objext
10723 if { (ac_try="$ac_compile"
10724 case "(($ac_try" in
10725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10726 *) ac_try_echo=$ac_try;;
10727 esac
10728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10729 $as_echo "$ac_try_echo") >&5
10730 (eval "$ac_compile") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest.$ac_objext; then
10740 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10741 $as_echo_n "checking for -lXrandr... " >&6; }
10742 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10743 $as_echo_n "(cached) " >&6
10744 else
10745 ac_check_soname_save_LIBS=$LIBS
10746 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10747 cat >conftest.$ac_ext <<_ACEOF
10748 /* confdefs.h. */
10749 _ACEOF
10750 cat confdefs.h >>conftest.$ac_ext
10751 cat >>conftest.$ac_ext <<_ACEOF
10752 /* end confdefs.h. */
10754 /* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10757 #ifdef __cplusplus
10758 extern "C"
10759 #endif
10760 char XRRQueryExtension ();
10762 main ()
10764 return XRRQueryExtension ();
10766 return 0;
10768 _ACEOF
10769 rm -f conftest.$ac_objext conftest$ac_exeext
10770 if { (ac_try="$ac_link"
10771 case "(($ac_try" in
10772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10773 *) ac_try_echo=$ac_try;;
10774 esac
10775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10776 $as_echo "$ac_try_echo") >&5
10777 (eval "$ac_link") 2>conftest.er1
10778 ac_status=$?
10779 grep -v '^ *+' conftest.er1 >conftest.err
10780 rm -f conftest.er1
10781 cat conftest.err >&5
10782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10783 (exit $ac_status); } && {
10784 test -z "$ac_c_werror_flag" ||
10785 test ! -s conftest.err
10786 } && test -s conftest$ac_exeext && {
10787 test "$cross_compiling" = yes ||
10788 $as_test_x conftest$ac_exeext
10789 }; then
10790 case "$LIBEXT" in
10791 dll) ;;
10792 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'` ;;
10793 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10794 esac
10795 else
10796 $as_echo "$as_me: failed program was:" >&5
10797 sed 's/^/| /' conftest.$ac_ext >&5
10802 rm -rf conftest.dSYM
10803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10804 conftest$ac_exeext conftest.$ac_ext
10805 LIBS=$ac_check_soname_save_LIBS
10807 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10808 { $as_echo "$as_me:$LINENO: result: not found" >&5
10809 $as_echo "not found" >&6; }
10811 else
10812 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10813 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10815 cat >>confdefs.h <<_ACEOF
10816 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10817 _ACEOF
10822 else
10823 $as_echo "$as_me: failed program was:" >&5
10824 sed 's/^/| /' conftest.$ac_ext >&5
10829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10831 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10832 case "x$with_xrandr" in
10833 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10834 xno) ;;
10835 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10836 This is an error since --with-xrandr was requested." >&5
10837 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10838 This is an error since --with-xrandr was requested." >&2;}
10839 { (exit 1); exit 1; }; } ;;
10840 esac
10844 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10845 then
10846 cat >conftest.$ac_ext <<_ACEOF
10847 /* confdefs.h. */
10848 _ACEOF
10849 cat confdefs.h >>conftest.$ac_ext
10850 cat >>conftest.$ac_ext <<_ACEOF
10851 /* end confdefs.h. */
10852 #include <X11/Xlib.h>
10853 #include <X11/extensions/Xinerama.h>
10855 main ()
10857 static typeof(XineramaQueryScreens) * func;
10859 return 0;
10861 _ACEOF
10862 rm -f conftest.$ac_objext
10863 if { (ac_try="$ac_compile"
10864 case "(($ac_try" in
10865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10866 *) ac_try_echo=$ac_try;;
10867 esac
10868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10869 $as_echo "$ac_try_echo") >&5
10870 (eval "$ac_compile") 2>conftest.er1
10871 ac_status=$?
10872 grep -v '^ *+' conftest.er1 >conftest.err
10873 rm -f conftest.er1
10874 cat conftest.err >&5
10875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); } && {
10877 test -z "$ac_c_werror_flag" ||
10878 test ! -s conftest.err
10879 } && test -s conftest.$ac_objext; then
10880 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
10881 $as_echo_n "checking for -lXinerama... " >&6; }
10882 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_soname_save_LIBS=$LIBS
10886 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10887 cat >conftest.$ac_ext <<_ACEOF
10888 /* confdefs.h. */
10889 _ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char XineramaQueryScreens ();
10902 main ()
10904 return XineramaQueryScreens ();
10906 return 0;
10908 _ACEOF
10909 rm -f conftest.$ac_objext conftest$ac_exeext
10910 if { (ac_try="$ac_link"
10911 case "(($ac_try" in
10912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10913 *) ac_try_echo=$ac_try;;
10914 esac
10915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10916 $as_echo "$ac_try_echo") >&5
10917 (eval "$ac_link") 2>conftest.er1
10918 ac_status=$?
10919 grep -v '^ *+' conftest.er1 >conftest.err
10920 rm -f conftest.er1
10921 cat conftest.err >&5
10922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10923 (exit $ac_status); } && {
10924 test -z "$ac_c_werror_flag" ||
10925 test ! -s conftest.err
10926 } && test -s conftest$ac_exeext && {
10927 test "$cross_compiling" = yes ||
10928 $as_test_x conftest$ac_exeext
10929 }; then
10930 case "$LIBEXT" in
10931 dll) ;;
10932 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'` ;;
10933 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10934 esac
10935 else
10936 $as_echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.$ac_ext >&5
10942 rm -rf conftest.dSYM
10943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10944 conftest$ac_exeext conftest.$ac_ext
10945 LIBS=$ac_check_soname_save_LIBS
10947 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10948 { $as_echo "$as_me:$LINENO: result: not found" >&5
10949 $as_echo "not found" >&6; }
10951 else
10952 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10953 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10955 cat >>confdefs.h <<_ACEOF
10956 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10957 _ACEOF
10962 else
10963 $as_echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10972 case "x$with_xinerama" in
10973 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10974 xno) ;;
10975 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10976 This is an error since --with-xinerama was requested." >&5
10977 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10978 This is an error since --with-xinerama was requested." >&2;}
10979 { (exit 1); exit 1; }; } ;;
10980 esac
10984 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10985 then
10986 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10987 $as_echo_n "checking for -lXcomposite... " >&6; }
10988 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10989 $as_echo_n "(cached) " >&6
10990 else
10991 ac_check_soname_save_LIBS=$LIBS
10992 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10993 cat >conftest.$ac_ext <<_ACEOF
10994 /* confdefs.h. */
10995 _ACEOF
10996 cat confdefs.h >>conftest.$ac_ext
10997 cat >>conftest.$ac_ext <<_ACEOF
10998 /* end confdefs.h. */
11000 /* Override any GCC internal prototype to avoid an error.
11001 Use char because int might match the return type of a GCC
11002 builtin and then its argument prototype would still apply. */
11003 #ifdef __cplusplus
11004 extern "C"
11005 #endif
11006 char XCompositeRedirectWindow ();
11008 main ()
11010 return XCompositeRedirectWindow ();
11012 return 0;
11014 _ACEOF
11015 rm -f conftest.$ac_objext conftest$ac_exeext
11016 if { (ac_try="$ac_link"
11017 case "(($ac_try" in
11018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11019 *) ac_try_echo=$ac_try;;
11020 esac
11021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11022 $as_echo "$ac_try_echo") >&5
11023 (eval "$ac_link") 2>conftest.er1
11024 ac_status=$?
11025 grep -v '^ *+' conftest.er1 >conftest.err
11026 rm -f conftest.er1
11027 cat conftest.err >&5
11028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); } && {
11030 test -z "$ac_c_werror_flag" ||
11031 test ! -s conftest.err
11032 } && test -s conftest$ac_exeext && {
11033 test "$cross_compiling" = yes ||
11034 $as_test_x conftest$ac_exeext
11035 }; then
11036 case "$LIBEXT" in
11037 dll) ;;
11038 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'` ;;
11039 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11040 esac
11041 else
11042 $as_echo "$as_me: failed program was:" >&5
11043 sed 's/^/| /' conftest.$ac_ext >&5
11048 rm -rf conftest.dSYM
11049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11050 conftest$ac_exeext conftest.$ac_ext
11051 LIBS=$ac_check_soname_save_LIBS
11053 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11054 { $as_echo "$as_me:$LINENO: result: not found" >&5
11055 $as_echo "not found" >&6; }
11057 else
11058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11059 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11061 cat >>confdefs.h <<_ACEOF
11062 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11063 _ACEOF
11069 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11070 case "x$with_xcomposite" in
11071 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11072 xno) ;;
11073 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11074 This is an error since --with-xcomposite was requested." >&5
11075 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11076 This is an error since --with-xcomposite was requested." >&2;}
11077 { (exit 1); exit 1; }; } ;;
11078 esac
11082 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11083 $as_echo_n "checking for XICCallback.callback... " >&6; }
11084 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11085 $as_echo_n "(cached) " >&6
11086 else
11087 cat >conftest.$ac_ext <<_ACEOF
11088 /* confdefs.h. */
11089 _ACEOF
11090 cat confdefs.h >>conftest.$ac_ext
11091 cat >>conftest.$ac_ext <<_ACEOF
11092 /* end confdefs.h. */
11093 #ifdef HAVE_X11_XLIB_H
11094 #include <X11/Xlib.h>
11095 #endif
11098 main ()
11100 static XICCallback ac_aggr;
11101 if (ac_aggr.callback)
11102 return 0;
11104 return 0;
11106 _ACEOF
11107 rm -f conftest.$ac_objext
11108 if { (ac_try="$ac_compile"
11109 case "(($ac_try" in
11110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11111 *) ac_try_echo=$ac_try;;
11112 esac
11113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11114 $as_echo "$ac_try_echo") >&5
11115 (eval "$ac_compile") 2>conftest.er1
11116 ac_status=$?
11117 grep -v '^ *+' conftest.er1 >conftest.err
11118 rm -f conftest.er1
11119 cat conftest.err >&5
11120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); } && {
11122 test -z "$ac_c_werror_flag" ||
11123 test ! -s conftest.err
11124 } && test -s conftest.$ac_objext; then
11125 ac_cv_member_XICCallback_callback=yes
11126 else
11127 $as_echo "$as_me: failed program was:" >&5
11128 sed 's/^/| /' conftest.$ac_ext >&5
11130 cat >conftest.$ac_ext <<_ACEOF
11131 /* confdefs.h. */
11132 _ACEOF
11133 cat confdefs.h >>conftest.$ac_ext
11134 cat >>conftest.$ac_ext <<_ACEOF
11135 /* end confdefs.h. */
11136 #ifdef HAVE_X11_XLIB_H
11137 #include <X11/Xlib.h>
11138 #endif
11141 main ()
11143 static XICCallback ac_aggr;
11144 if (sizeof ac_aggr.callback)
11145 return 0;
11147 return 0;
11149 _ACEOF
11150 rm -f conftest.$ac_objext
11151 if { (ac_try="$ac_compile"
11152 case "(($ac_try" in
11153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11154 *) ac_try_echo=$ac_try;;
11155 esac
11156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11157 $as_echo "$ac_try_echo") >&5
11158 (eval "$ac_compile") 2>conftest.er1
11159 ac_status=$?
11160 grep -v '^ *+' conftest.er1 >conftest.err
11161 rm -f conftest.er1
11162 cat conftest.err >&5
11163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest.$ac_objext; then
11168 ac_cv_member_XICCallback_callback=yes
11169 else
11170 $as_echo "$as_me: failed program was:" >&5
11171 sed 's/^/| /' conftest.$ac_ext >&5
11173 ac_cv_member_XICCallback_callback=no
11176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11181 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11182 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11183 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11185 cat >>confdefs.h <<_ACEOF
11186 #define HAVE_XICCALLBACK_CALLBACK 1
11187 _ACEOF
11194 opengl_msg=""
11195 if test "x$with_opengl" != "xno"
11196 then
11201 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11203 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11204 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11205 $as_echo_n "checking for $ac_header... " >&6; }
11206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11207 $as_echo_n "(cached) " >&6
11208 else
11209 cat >conftest.$ac_ext <<_ACEOF
11210 /* confdefs.h. */
11211 _ACEOF
11212 cat confdefs.h >>conftest.$ac_ext
11213 cat >>conftest.$ac_ext <<_ACEOF
11214 /* end confdefs.h. */
11215 #ifdef HAVE_GL_GLX_H
11216 # include <GL/glx.h>
11217 #endif
11219 #include <$ac_header>
11220 _ACEOF
11221 rm -f conftest.$ac_objext
11222 if { (ac_try="$ac_compile"
11223 case "(($ac_try" in
11224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 *) ac_try_echo=$ac_try;;
11226 esac
11227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11228 $as_echo "$ac_try_echo") >&5
11229 (eval "$ac_compile") 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } && {
11236 test -z "$ac_c_werror_flag" ||
11237 test ! -s conftest.err
11238 } && test -s conftest.$ac_objext; then
11239 eval "$as_ac_Header=yes"
11240 else
11241 $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11244 eval "$as_ac_Header=no"
11247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11249 ac_res=`eval 'as_val=${'$as_ac_Header'}
11250 $as_echo "$as_val"'`
11251 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11252 $as_echo "$ac_res" >&6; }
11253 as_val=`eval 'as_val=${'$as_ac_Header'}
11254 $as_echo "$as_val"'`
11255 if test "x$as_val" = x""yes; then
11256 cat >>confdefs.h <<_ACEOF
11257 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11258 _ACEOF
11262 done
11264 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11265 then
11266 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11267 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11268 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11269 $as_echo_n "(cached) " >&6
11270 else
11271 cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h. */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #include <GL/gl.h>
11279 main ()
11281 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11283 return 0;
11285 _ACEOF
11286 rm -f conftest.$ac_objext
11287 if { (ac_try="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11291 esac
11292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11293 $as_echo "$ac_try_echo") >&5
11294 (eval "$ac_compile") 2>conftest.er1
11295 ac_status=$?
11296 grep -v '^ *+' conftest.er1 >conftest.err
11297 rm -f conftest.er1
11298 cat conftest.err >&5
11299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300 (exit $ac_status); } && {
11301 test -z "$ac_c_werror_flag" ||
11302 test ! -s conftest.err
11303 } && test -s conftest.$ac_objext; then
11304 wine_cv_opengl_header_version_OK="yes"
11305 else
11306 $as_echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.$ac_ext >&5
11309 wine_cv_opengl_header_version_OK="no"
11312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11314 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11315 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11317 if test "$wine_cv_opengl_header_version_OK" = "yes"
11318 then
11319 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11320 $as_echo_n "checking for -lGL... " >&6; }
11321 if test "${ac_cv_lib_soname_GL+set}" = set; then
11322 $as_echo_n "(cached) " >&6
11323 else
11324 ac_check_soname_save_LIBS=$LIBS
11325 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11326 cat >conftest.$ac_ext <<_ACEOF
11327 /* confdefs.h. */
11328 _ACEOF
11329 cat confdefs.h >>conftest.$ac_ext
11330 cat >>conftest.$ac_ext <<_ACEOF
11331 /* end confdefs.h. */
11333 /* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char glXCreateContext ();
11341 main ()
11343 return glXCreateContext ();
11345 return 0;
11347 _ACEOF
11348 rm -f conftest.$ac_objext conftest$ac_exeext
11349 if { (ac_try="$ac_link"
11350 case "(($ac_try" in
11351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11352 *) ac_try_echo=$ac_try;;
11353 esac
11354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11355 $as_echo "$ac_try_echo") >&5
11356 (eval "$ac_link") 2>conftest.er1
11357 ac_status=$?
11358 grep -v '^ *+' conftest.er1 >conftest.err
11359 rm -f conftest.er1
11360 cat conftest.err >&5
11361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362 (exit $ac_status); } && {
11363 test -z "$ac_c_werror_flag" ||
11364 test ! -s conftest.err
11365 } && test -s conftest$ac_exeext && {
11366 test "$cross_compiling" = yes ||
11367 $as_test_x conftest$ac_exeext
11368 }; then
11369 case "$LIBEXT" in
11370 dll) ;;
11371 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'` ;;
11372 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11381 rm -rf conftest.dSYM
11382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11383 conftest$ac_exeext conftest.$ac_ext
11384 LIBS=$ac_check_soname_save_LIBS
11386 if test "x$ac_cv_lib_soname_GL" = "x"; then
11387 { $as_echo "$as_me:$LINENO: result: not found" >&5
11388 $as_echo "not found" >&6; }
11389 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11390 $as_echo_n "checking for -lGL... " >&6; }
11391 if test "${ac_cv_lib_soname_GL+set}" = set; then
11392 $as_echo_n "(cached) " >&6
11393 else
11394 ac_check_soname_save_LIBS=$LIBS
11395 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"
11396 cat >conftest.$ac_ext <<_ACEOF
11397 /* confdefs.h. */
11398 _ACEOF
11399 cat confdefs.h >>conftest.$ac_ext
11400 cat >>conftest.$ac_ext <<_ACEOF
11401 /* end confdefs.h. */
11403 /* Override any GCC internal prototype to avoid an error.
11404 Use char because int might match the return type of a GCC
11405 builtin and then its argument prototype would still apply. */
11406 #ifdef __cplusplus
11407 extern "C"
11408 #endif
11409 char glXCreateContext ();
11411 main ()
11413 return glXCreateContext ();
11415 return 0;
11417 _ACEOF
11418 rm -f conftest.$ac_objext conftest$ac_exeext
11419 if { (ac_try="$ac_link"
11420 case "(($ac_try" in
11421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11422 *) ac_try_echo=$ac_try;;
11423 esac
11424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11425 $as_echo "$ac_try_echo") >&5
11426 (eval "$ac_link") 2>conftest.er1
11427 ac_status=$?
11428 grep -v '^ *+' conftest.er1 >conftest.err
11429 rm -f conftest.er1
11430 cat conftest.err >&5
11431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } && {
11433 test -z "$ac_c_werror_flag" ||
11434 test ! -s conftest.err
11435 } && test -s conftest$ac_exeext && {
11436 test "$cross_compiling" = yes ||
11437 $as_test_x conftest$ac_exeext
11438 }; then
11439 case "$LIBEXT" in
11440 dll) ;;
11441 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'` ;;
11442 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11443 esac
11444 else
11445 $as_echo "$as_me: failed program was:" >&5
11446 sed 's/^/| /' conftest.$ac_ext >&5
11451 rm -rf conftest.dSYM
11452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11453 conftest$ac_exeext conftest.$ac_ext
11454 LIBS=$ac_check_soname_save_LIBS
11456 if test "x$ac_cv_lib_soname_GL" = "x"; then
11457 { $as_echo "$as_me:$LINENO: result: not found" >&5
11458 $as_echo "not found" >&6; }
11459 if test -f /usr/X11R6/lib/libGL.a
11460 then
11461 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11462 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11463 else
11464 opengl_msg="No OpenGL library found on this system."
11466 else
11467 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11468 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11470 cat >>confdefs.h <<_ACEOF
11471 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11472 _ACEOF
11474 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"
11476 cat >>confdefs.h <<\_ACEOF
11477 #define HAVE_OPENGL 1
11478 _ACEOF
11482 else
11483 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11484 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11486 cat >>confdefs.h <<_ACEOF
11487 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11488 _ACEOF
11490 OPENGL_LIBS="-lGL"
11492 cat >>confdefs.h <<\_ACEOF
11493 #define HAVE_OPENGL 1
11494 _ACEOF
11498 if test "$ac_cv_header_GL_glu_h" = "yes"
11499 then
11500 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11501 $as_echo_n "checking for -lGLU... " >&6; }
11502 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11503 $as_echo_n "(cached) " >&6
11504 else
11505 ac_check_soname_save_LIBS=$LIBS
11506 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11507 cat >conftest.$ac_ext <<_ACEOF
11508 /* confdefs.h. */
11509 _ACEOF
11510 cat confdefs.h >>conftest.$ac_ext
11511 cat >>conftest.$ac_ext <<_ACEOF
11512 /* end confdefs.h. */
11514 /* Override any GCC internal prototype to avoid an error.
11515 Use char because int might match the return type of a GCC
11516 builtin and then its argument prototype would still apply. */
11517 #ifdef __cplusplus
11518 extern "C"
11519 #endif
11520 char gluLookAt ();
11522 main ()
11524 return gluLookAt ();
11526 return 0;
11528 _ACEOF
11529 rm -f conftest.$ac_objext conftest$ac_exeext
11530 if { (ac_try="$ac_link"
11531 case "(($ac_try" in
11532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11533 *) ac_try_echo=$ac_try;;
11534 esac
11535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11536 $as_echo "$ac_try_echo") >&5
11537 (eval "$ac_link") 2>conftest.er1
11538 ac_status=$?
11539 grep -v '^ *+' conftest.er1 >conftest.err
11540 rm -f conftest.er1
11541 cat conftest.err >&5
11542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543 (exit $ac_status); } && {
11544 test -z "$ac_c_werror_flag" ||
11545 test ! -s conftest.err
11546 } && test -s conftest$ac_exeext && {
11547 test "$cross_compiling" = yes ||
11548 $as_test_x conftest$ac_exeext
11549 }; then
11550 case "$LIBEXT" in
11551 dll) ;;
11552 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'` ;;
11553 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11554 esac
11555 else
11556 $as_echo "$as_me: failed program was:" >&5
11557 sed 's/^/| /' conftest.$ac_ext >&5
11562 rm -rf conftest.dSYM
11563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11564 conftest$ac_exeext conftest.$ac_ext
11565 LIBS=$ac_check_soname_save_LIBS
11567 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11568 { $as_echo "$as_me:$LINENO: result: not found" >&5
11569 $as_echo "not found" >&6; }
11571 else
11572 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11573 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11575 cat >>confdefs.h <<_ACEOF
11576 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11577 _ACEOF
11583 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11584 case "x$with_glu" in
11585 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11586 xno) ;;
11587 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11588 This is an error since --with-glu was requested." >&5
11589 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11590 This is an error since --with-glu was requested." >&2;}
11591 { (exit 1); exit 1; }; } ;;
11592 esac
11595 else
11596 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11598 else
11599 opengl_msg="OpenGL development headers not found."
11601 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11602 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11603 else
11604 enable_opengl32=${enable_opengl32:-no}
11605 enable_glu32=${enable_glu32:-no}
11607 if test -n "$opengl_msg"; then
11608 case "x$with_opengl" in
11609 x) wine_warnings="$wine_warnings|$opengl_msg
11610 OpenGL and Direct3D won't be supported." ;;
11611 xno) ;;
11612 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11613 OpenGL and Direct3D won't be supported.
11614 This is an error since --with-opengl was requested." >&5
11615 $as_echo "$as_me: error: $opengl_msg
11616 OpenGL and Direct3D won't be supported.
11617 This is an error since --with-opengl was requested." >&2;}
11618 { (exit 1); exit 1; }; } ;;
11619 esac
11623 NASLIBS=""
11626 for ac_header in audio/audiolib.h
11628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11631 $as_echo_n "checking for $ac_header... " >&6; }
11632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11633 $as_echo_n "(cached) " >&6
11635 ac_res=`eval 'as_val=${'$as_ac_Header'}
11636 $as_echo "$as_val"'`
11637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11638 $as_echo "$ac_res" >&6; }
11639 else
11640 # Is the header compilable?
11641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11642 $as_echo_n "checking $ac_header usability... " >&6; }
11643 cat >conftest.$ac_ext <<_ACEOF
11644 /* confdefs.h. */
11645 _ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11649 $ac_includes_default
11650 #include <$ac_header>
11651 _ACEOF
11652 rm -f conftest.$ac_objext
11653 if { (ac_try="$ac_compile"
11654 case "(($ac_try" in
11655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11656 *) ac_try_echo=$ac_try;;
11657 esac
11658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11659 $as_echo "$ac_try_echo") >&5
11660 (eval "$ac_compile") 2>conftest.er1
11661 ac_status=$?
11662 grep -v '^ *+' conftest.er1 >conftest.err
11663 rm -f conftest.er1
11664 cat conftest.err >&5
11665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } && {
11667 test -z "$ac_c_werror_flag" ||
11668 test ! -s conftest.err
11669 } && test -s conftest.$ac_objext; then
11670 ac_header_compiler=yes
11671 else
11672 $as_echo "$as_me: failed program was:" >&5
11673 sed 's/^/| /' conftest.$ac_ext >&5
11675 ac_header_compiler=no
11678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11680 $as_echo "$ac_header_compiler" >&6; }
11682 # Is the header present?
11683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11684 $as_echo_n "checking $ac_header presence... " >&6; }
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11691 #include <$ac_header>
11692 _ACEOF
11693 if { (ac_try="$ac_cpp conftest.$ac_ext"
11694 case "(($ac_try" in
11695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11696 *) ac_try_echo=$ac_try;;
11697 esac
11698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11699 $as_echo "$ac_try_echo") >&5
11700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } >/dev/null && {
11707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11708 test ! -s conftest.err
11709 }; then
11710 ac_header_preproc=yes
11711 else
11712 $as_echo "$as_me: failed program was:" >&5
11713 sed 's/^/| /' conftest.$ac_ext >&5
11715 ac_header_preproc=no
11718 rm -f conftest.err conftest.$ac_ext
11719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11720 $as_echo "$ac_header_preproc" >&6; }
11722 # So? What about this header?
11723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11724 yes:no: )
11725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11729 ac_header_preproc=yes
11731 no:yes:* )
11732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11744 ( cat <<\_ASBOX
11745 ## ------------------------------------ ##
11746 ## Report this to wine-devel@winehq.org ##
11747 ## ------------------------------------ ##
11748 _ASBOX
11749 ) | sed "s/^/$as_me: WARNING: /" >&2
11751 esac
11752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11753 $as_echo_n "checking for $ac_header... " >&6; }
11754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11755 $as_echo_n "(cached) " >&6
11756 else
11757 eval "$as_ac_Header=\$ac_header_preproc"
11759 ac_res=`eval 'as_val=${'$as_ac_Header'}
11760 $as_echo "$as_val"'`
11761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11762 $as_echo "$ac_res" >&6; }
11765 as_val=`eval 'as_val=${'$as_ac_Header'}
11766 $as_echo "$as_val"'`
11767 if test "x$as_val" = x""yes; then
11768 cat >>confdefs.h <<_ACEOF
11769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11770 _ACEOF
11772 for ac_header in audio/soundlib.h
11774 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11775 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11776 $as_echo_n "checking for $ac_header... " >&6; }
11777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11778 $as_echo_n "(cached) " >&6
11779 else
11780 cat >conftest.$ac_ext <<_ACEOF
11781 /* confdefs.h. */
11782 _ACEOF
11783 cat confdefs.h >>conftest.$ac_ext
11784 cat >>conftest.$ac_ext <<_ACEOF
11785 /* end confdefs.h. */
11786 #include <audio/audiolib.h>
11788 #include <$ac_header>
11789 _ACEOF
11790 rm -f conftest.$ac_objext
11791 if { (ac_try="$ac_compile"
11792 case "(($ac_try" in
11793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794 *) ac_try_echo=$ac_try;;
11795 esac
11796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11797 $as_echo "$ac_try_echo") >&5
11798 (eval "$ac_compile") 2>conftest.er1
11799 ac_status=$?
11800 grep -v '^ *+' conftest.er1 >conftest.err
11801 rm -f conftest.er1
11802 cat conftest.err >&5
11803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } && {
11805 test -z "$ac_c_werror_flag" ||
11806 test ! -s conftest.err
11807 } && test -s conftest.$ac_objext; then
11808 eval "$as_ac_Header=yes"
11809 else
11810 $as_echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.$ac_ext >&5
11813 eval "$as_ac_Header=no"
11816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11818 ac_res=`eval 'as_val=${'$as_ac_Header'}
11819 $as_echo "$as_val"'`
11820 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11821 $as_echo "$ac_res" >&6; }
11822 as_val=`eval 'as_val=${'$as_ac_Header'}
11823 $as_echo "$as_val"'`
11824 if test "x$as_val" = x""yes; then
11825 cat >>confdefs.h <<_ACEOF
11826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11827 _ACEOF
11831 done
11833 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11834 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11835 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11836 $as_echo_n "(cached) " >&6
11837 else
11838 ac_check_lib_save_LIBS=$LIBS
11839 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11847 /* Override any GCC internal prototype to avoid an error.
11848 Use char because int might match the return type of a GCC
11849 builtin and then its argument prototype would still apply. */
11850 #ifdef __cplusplus
11851 extern "C"
11852 #endif
11853 char AuCreateFlow ();
11855 main ()
11857 return AuCreateFlow ();
11859 return 0;
11861 _ACEOF
11862 rm -f conftest.$ac_objext conftest$ac_exeext
11863 if { (ac_try="$ac_link"
11864 case "(($ac_try" in
11865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11866 *) ac_try_echo=$ac_try;;
11867 esac
11868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11869 $as_echo "$ac_try_echo") >&5
11870 (eval "$ac_link") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } && {
11877 test -z "$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 } && test -s conftest$ac_exeext && {
11880 test "$cross_compiling" = yes ||
11881 $as_test_x conftest$ac_exeext
11882 }; then
11883 ac_cv_lib_audio_AuCreateFlow=yes
11884 else
11885 $as_echo "$as_me: failed program was:" >&5
11886 sed 's/^/| /' conftest.$ac_ext >&5
11888 ac_cv_lib_audio_AuCreateFlow=no
11891 rm -rf conftest.dSYM
11892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11893 conftest$ac_exeext conftest.$ac_ext
11894 LIBS=$ac_check_lib_save_LIBS
11896 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11897 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
11898 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
11900 cat >>confdefs.h <<\_ACEOF
11901 #define HAVE_NAS 1
11902 _ACEOF
11904 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11905 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
11906 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11907 $as_echo_n "(cached) " >&6
11908 else
11909 ac_check_lib_save_LIBS=$LIBS
11910 LIBS="-lXau $X_LIBS $LIBS"
11911 cat >conftest.$ac_ext <<_ACEOF
11912 /* confdefs.h. */
11913 _ACEOF
11914 cat confdefs.h >>conftest.$ac_ext
11915 cat >>conftest.$ac_ext <<_ACEOF
11916 /* end confdefs.h. */
11918 /* Override any GCC internal prototype to avoid an error.
11919 Use char because int might match the return type of a GCC
11920 builtin and then its argument prototype would still apply. */
11921 #ifdef __cplusplus
11922 extern "C"
11923 #endif
11924 char XauGetBestAuthByAddr ();
11926 main ()
11928 return XauGetBestAuthByAddr ();
11930 return 0;
11932 _ACEOF
11933 rm -f conftest.$ac_objext conftest$ac_exeext
11934 if { (ac_try="$ac_link"
11935 case "(($ac_try" in
11936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11937 *) ac_try_echo=$ac_try;;
11938 esac
11939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11940 $as_echo "$ac_try_echo") >&5
11941 (eval "$ac_link") 2>conftest.er1
11942 ac_status=$?
11943 grep -v '^ *+' conftest.er1 >conftest.err
11944 rm -f conftest.er1
11945 cat conftest.err >&5
11946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); } && {
11948 test -z "$ac_c_werror_flag" ||
11949 test ! -s conftest.err
11950 } && test -s conftest$ac_exeext && {
11951 test "$cross_compiling" = yes ||
11952 $as_test_x conftest$ac_exeext
11953 }; then
11954 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11955 else
11956 $as_echo "$as_me: failed program was:" >&5
11957 sed 's/^/| /' conftest.$ac_ext >&5
11959 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11962 rm -rf conftest.dSYM
11963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11964 conftest$ac_exeext conftest.$ac_ext
11965 LIBS=$ac_check_lib_save_LIBS
11967 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11968 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11969 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
11970 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11971 else
11972 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11980 done
11983 CPPFLAGS="$ac_save_CPPFLAGS"
11984 else
11985 XLIB=""
11986 X_CFLAGS=""
11987 X_LIBS=""
11988 enable_winex11_drv=${enable_winex11_drv:-no}
11989 enable_opengl32=${enable_opengl32:-no}
11990 enable_glu32=${enable_glu32:-no}
11992 if test "x$XLIB" = "x"; then
11993 case "x$with_x" in
11994 xno) ;;
11995 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11996 without X support, which probably isn't what you want. You will need to install
11997 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11998 Use the --without-x option if you really want this." >&5
11999 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12000 without X support, which probably isn't what you want. You will need to install
12001 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12002 Use the --without-x option if you really want this." >&2;}
12003 { (exit 1); exit 1; }; } ;;
12004 esac
12009 XML2LIBS=""
12011 XML2INCL=""
12013 XSLTINCL=""
12015 if test "x$with_xml" != "xno"
12016 then
12017 ac_save_CPPFLAGS="$CPPFLAGS"
12018 if test "$PKG_CONFIG" != "false"
12019 then
12020 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12021 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12022 else
12023 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12024 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12026 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12028 for ac_header in libxml/parser.h
12030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12033 $as_echo_n "checking for $ac_header... " >&6; }
12034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12035 $as_echo_n "(cached) " >&6
12037 ac_res=`eval 'as_val=${'$as_ac_Header'}
12038 $as_echo "$as_val"'`
12039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12040 $as_echo "$ac_res" >&6; }
12041 else
12042 # Is the header compilable?
12043 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12044 $as_echo_n "checking $ac_header usability... " >&6; }
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. */
12051 $ac_includes_default
12052 #include <$ac_header>
12053 _ACEOF
12054 rm -f conftest.$ac_objext
12055 if { (ac_try="$ac_compile"
12056 case "(($ac_try" in
12057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12058 *) ac_try_echo=$ac_try;;
12059 esac
12060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12061 $as_echo "$ac_try_echo") >&5
12062 (eval "$ac_compile") 2>conftest.er1
12063 ac_status=$?
12064 grep -v '^ *+' conftest.er1 >conftest.err
12065 rm -f conftest.er1
12066 cat conftest.err >&5
12067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068 (exit $ac_status); } && {
12069 test -z "$ac_c_werror_flag" ||
12070 test ! -s conftest.err
12071 } && test -s conftest.$ac_objext; then
12072 ac_header_compiler=yes
12073 else
12074 $as_echo "$as_me: failed program was:" >&5
12075 sed 's/^/| /' conftest.$ac_ext >&5
12077 ac_header_compiler=no
12080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12082 $as_echo "$ac_header_compiler" >&6; }
12084 # Is the header present?
12085 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12086 $as_echo_n "checking $ac_header presence... " >&6; }
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h. */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12093 #include <$ac_header>
12094 _ACEOF
12095 if { (ac_try="$ac_cpp conftest.$ac_ext"
12096 case "(($ac_try" in
12097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098 *) ac_try_echo=$ac_try;;
12099 esac
12100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12101 $as_echo "$ac_try_echo") >&5
12102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } >/dev/null && {
12109 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 }; then
12112 ac_header_preproc=yes
12113 else
12114 $as_echo "$as_me: failed program was:" >&5
12115 sed 's/^/| /' conftest.$ac_ext >&5
12117 ac_header_preproc=no
12120 rm -f conftest.err conftest.$ac_ext
12121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12122 $as_echo "$ac_header_preproc" >&6; }
12124 # So? What about this header?
12125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12126 yes:no: )
12127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12128 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12131 ac_header_preproc=yes
12133 no:yes:* )
12134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12135 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12137 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12139 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12141 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12145 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12146 ( cat <<\_ASBOX
12147 ## ------------------------------------ ##
12148 ## Report this to wine-devel@winehq.org ##
12149 ## ------------------------------------ ##
12150 _ASBOX
12151 ) | sed "s/^/$as_me: WARNING: /" >&2
12153 esac
12154 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12155 $as_echo_n "checking for $ac_header... " >&6; }
12156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12157 $as_echo_n "(cached) " >&6
12158 else
12159 eval "$as_ac_Header=\$ac_header_preproc"
12161 ac_res=`eval 'as_val=${'$as_ac_Header'}
12162 $as_echo "$as_val"'`
12163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12164 $as_echo "$ac_res" >&6; }
12167 as_val=`eval 'as_val=${'$as_ac_Header'}
12168 $as_echo "$as_val"'`
12169 if test "x$as_val" = x""yes; then
12170 cat >>confdefs.h <<_ACEOF
12171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12172 _ACEOF
12173 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12174 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12175 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12176 $as_echo_n "(cached) " >&6
12177 else
12178 ac_check_lib_save_LIBS=$LIBS
12179 LIBS="-lxml2 $ac_xml_libs $LIBS"
12180 cat >conftest.$ac_ext <<_ACEOF
12181 /* confdefs.h. */
12182 _ACEOF
12183 cat confdefs.h >>conftest.$ac_ext
12184 cat >>conftest.$ac_ext <<_ACEOF
12185 /* end confdefs.h. */
12187 /* Override any GCC internal prototype to avoid an error.
12188 Use char because int might match the return type of a GCC
12189 builtin and then its argument prototype would still apply. */
12190 #ifdef __cplusplus
12191 extern "C"
12192 #endif
12193 char xmlParseMemory ();
12195 main ()
12197 return xmlParseMemory ();
12199 return 0;
12201 _ACEOF
12202 rm -f conftest.$ac_objext conftest$ac_exeext
12203 if { (ac_try="$ac_link"
12204 case "(($ac_try" in
12205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12207 esac
12208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12209 $as_echo "$ac_try_echo") >&5
12210 (eval "$ac_link") 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } && {
12217 test -z "$ac_c_werror_flag" ||
12218 test ! -s conftest.err
12219 } && test -s conftest$ac_exeext && {
12220 test "$cross_compiling" = yes ||
12221 $as_test_x conftest$ac_exeext
12222 }; then
12223 ac_cv_lib_xml2_xmlParseMemory=yes
12224 else
12225 $as_echo "$as_me: failed program was:" >&5
12226 sed 's/^/| /' conftest.$ac_ext >&5
12228 ac_cv_lib_xml2_xmlParseMemory=no
12231 rm -rf conftest.dSYM
12232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12233 conftest$ac_exeext conftest.$ac_ext
12234 LIBS=$ac_check_lib_save_LIBS
12236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12237 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12238 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12240 cat >>confdefs.h <<\_ACEOF
12241 #define HAVE_LIBXML2 1
12242 _ACEOF
12244 XML2LIBS="$ac_xml_libs"
12245 XML2INCL="$ac_xml_cflags"
12248 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12249 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12250 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12251 $as_echo_n "(cached) " >&6
12252 else
12253 ac_check_lib_save_LIBS=$LIBS
12254 LIBS="-lxml2 $ac_xml_libs $LIBS"
12255 cat >conftest.$ac_ext <<_ACEOF
12256 /* confdefs.h. */
12257 _ACEOF
12258 cat confdefs.h >>conftest.$ac_ext
12259 cat >>conftest.$ac_ext <<_ACEOF
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char xmlReadMemory ();
12270 main ()
12272 return xmlReadMemory ();
12274 return 0;
12276 _ACEOF
12277 rm -f conftest.$ac_objext conftest$ac_exeext
12278 if { (ac_try="$ac_link"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext && {
12295 test "$cross_compiling" = yes ||
12296 $as_test_x conftest$ac_exeext
12297 }; then
12298 ac_cv_lib_xml2_xmlReadMemory=yes
12299 else
12300 $as_echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_xml2_xmlReadMemory=no
12306 rm -rf conftest.dSYM
12307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12308 conftest$ac_exeext conftest.$ac_ext
12309 LIBS=$ac_check_lib_save_LIBS
12311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12312 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12313 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12315 cat >>confdefs.h <<\_ACEOF
12316 #define HAVE_XMLREADMEMORY 1
12317 _ACEOF
12321 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12322 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12323 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 ac_check_lib_save_LIBS=$LIBS
12327 LIBS="-lxml2 $ac_xml_libs $LIBS"
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12335 /* Override any GCC internal prototype to avoid an error.
12336 Use char because int might match the return type of a GCC
12337 builtin and then its argument prototype would still apply. */
12338 #ifdef __cplusplus
12339 extern "C"
12340 #endif
12341 char xmlNewDocPI ();
12343 main ()
12345 return xmlNewDocPI ();
12347 return 0;
12349 _ACEOF
12350 rm -f conftest.$ac_objext conftest$ac_exeext
12351 if { (ac_try="$ac_link"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12357 $as_echo "$ac_try_echo") >&5
12358 (eval "$ac_link") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } && {
12365 test -z "$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 } && test -s conftest$ac_exeext && {
12368 test "$cross_compiling" = yes ||
12369 $as_test_x conftest$ac_exeext
12370 }; then
12371 ac_cv_lib_xml2_xmlNewDocPI=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_xml2_xmlNewDocPI=no
12379 rm -rf conftest.dSYM
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12385 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12386 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12388 cat >>confdefs.h <<\_ACEOF
12389 #define HAVE_XMLNEWDOCPI 1
12390 _ACEOF
12397 done
12399 CPPFLAGS="$ac_save_CPPFLAGS"
12401 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12402 case "x$with_xml" in
12403 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12404 xno) ;;
12405 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12406 This is an error since --with-xml was requested." >&5
12407 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12408 This is an error since --with-xml was requested." >&2;}
12409 { (exit 1); exit 1; }; } ;;
12410 esac
12414 if test "x$with_xslt" != "xno"
12415 then
12416 if test "$PKG_CONFIG" != "false"
12417 then
12418 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12419 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12420 else
12421 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12422 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12424 ac_save_CPPFLAGS="$CPPFLAGS"
12425 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12428 for ac_header in libxslt/pattern.h libxslt/transform.h
12430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434 $as_echo_n "(cached) " >&6
12435 else
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 #ifdef HAVE_LIBXSLT_PATTERN_H
12443 # include <libxslt/pattern.h>
12444 #endif
12446 #include <$ac_header>
12447 _ACEOF
12448 rm -f conftest.$ac_objext
12449 if { (ac_try="$ac_compile"
12450 case "(($ac_try" in
12451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12452 *) ac_try_echo=$ac_try;;
12453 esac
12454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12455 $as_echo "$ac_try_echo") >&5
12456 (eval "$ac_compile") 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } && {
12463 test -z "$ac_c_werror_flag" ||
12464 test ! -s conftest.err
12465 } && test -s conftest.$ac_objext; then
12466 eval "$as_ac_Header=yes"
12467 else
12468 $as_echo "$as_me: failed program was:" >&5
12469 sed 's/^/| /' conftest.$ac_ext >&5
12471 eval "$as_ac_Header=no"
12474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12476 ac_res=`eval 'as_val=${'$as_ac_Header'}
12477 $as_echo "$as_val"'`
12478 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12479 $as_echo "$ac_res" >&6; }
12480 as_val=`eval 'as_val=${'$as_ac_Header'}
12481 $as_echo "$as_val"'`
12482 if test "x$as_val" = x""yes; then
12483 cat >>confdefs.h <<_ACEOF
12484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12485 _ACEOF
12489 done
12491 CPPFLAGS="$ac_save_CPPFLAGS"
12492 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12493 then
12494 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12495 $as_echo_n "checking for -lxslt... " >&6; }
12496 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12497 $as_echo_n "(cached) " >&6
12498 else
12499 ac_check_soname_save_LIBS=$LIBS
12500 LIBS="-lxslt $ac_xslt_libs $LIBS"
12501 cat >conftest.$ac_ext <<_ACEOF
12502 /* confdefs.h. */
12503 _ACEOF
12504 cat confdefs.h >>conftest.$ac_ext
12505 cat >>conftest.$ac_ext <<_ACEOF
12506 /* end confdefs.h. */
12508 /* Override any GCC internal prototype to avoid an error.
12509 Use char because int might match the return type of a GCC
12510 builtin and then its argument prototype would still apply. */
12511 #ifdef __cplusplus
12512 extern "C"
12513 #endif
12514 char xsltCompilePattern ();
12516 main ()
12518 return xsltCompilePattern ();
12520 return 0;
12522 _ACEOF
12523 rm -f conftest.$ac_objext conftest$ac_exeext
12524 if { (ac_try="$ac_link"
12525 case "(($ac_try" in
12526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12527 *) ac_try_echo=$ac_try;;
12528 esac
12529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12530 $as_echo "$ac_try_echo") >&5
12531 (eval "$ac_link") 2>conftest.er1
12532 ac_status=$?
12533 grep -v '^ *+' conftest.er1 >conftest.err
12534 rm -f conftest.er1
12535 cat conftest.err >&5
12536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); } && {
12538 test -z "$ac_c_werror_flag" ||
12539 test ! -s conftest.err
12540 } && test -s conftest$ac_exeext && {
12541 test "$cross_compiling" = yes ||
12542 $as_test_x conftest$ac_exeext
12543 }; then
12544 case "$LIBEXT" in
12545 dll) ;;
12546 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'` ;;
12547 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12548 esac
12549 else
12550 $as_echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12556 rm -rf conftest.dSYM
12557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_soname_save_LIBS
12561 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12562 { $as_echo "$as_me:$LINENO: result: not found" >&5
12563 $as_echo "not found" >&6; }
12565 else
12566 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12567 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12569 cat >>confdefs.h <<_ACEOF
12570 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12571 _ACEOF
12573 XSLTINCL="$ac_xslt_cflags"
12578 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12579 case "x$with_xslt" in
12580 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12581 xno) ;;
12582 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12583 This is an error since --with-xslt was requested." >&5
12584 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12585 This is an error since --with-xslt was requested." >&2;}
12586 { (exit 1); exit 1; }; } ;;
12587 esac
12591 HALINCL=""
12593 if test "x$with_hal" != "xno"
12594 then
12595 ac_save_CPPFLAGS="$CPPFLAGS"
12596 if test "$PKG_CONFIG" != "false"
12597 then
12598 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12599 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12600 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12604 for ac_header in dbus/dbus.h hal/libhal.h
12606 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12608 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12609 $as_echo_n "checking for $ac_header... " >&6; }
12610 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12611 $as_echo_n "(cached) " >&6
12613 ac_res=`eval 'as_val=${'$as_ac_Header'}
12614 $as_echo "$as_val"'`
12615 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12616 $as_echo "$ac_res" >&6; }
12617 else
12618 # Is the header compilable?
12619 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 $as_echo_n "checking $ac_header usability... " >&6; }
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12629 _ACEOF
12630 rm -f conftest.$ac_objext
12631 if { (ac_try="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12637 $as_echo "$ac_try_echo") >&5
12638 (eval "$ac_compile") 2>conftest.er1
12639 ac_status=$?
12640 grep -v '^ *+' conftest.er1 >conftest.err
12641 rm -f conftest.er1
12642 cat conftest.err >&5
12643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12644 (exit $ac_status); } && {
12645 test -z "$ac_c_werror_flag" ||
12646 test ! -s conftest.err
12647 } && test -s conftest.$ac_objext; then
12648 ac_header_compiler=yes
12649 else
12650 $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12653 ac_header_compiler=no
12656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12657 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12658 $as_echo "$ac_header_compiler" >&6; }
12660 # Is the header present?
12661 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12662 $as_echo_n "checking $ac_header presence... " >&6; }
12663 cat >conftest.$ac_ext <<_ACEOF
12664 /* confdefs.h. */
12665 _ACEOF
12666 cat confdefs.h >>conftest.$ac_ext
12667 cat >>conftest.$ac_ext <<_ACEOF
12668 /* end confdefs.h. */
12669 #include <$ac_header>
12670 _ACEOF
12671 if { (ac_try="$ac_cpp conftest.$ac_ext"
12672 case "(($ac_try" in
12673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12674 *) ac_try_echo=$ac_try;;
12675 esac
12676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12677 $as_echo "$ac_try_echo") >&5
12678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12679 ac_status=$?
12680 grep -v '^ *+' conftest.er1 >conftest.err
12681 rm -f conftest.er1
12682 cat conftest.err >&5
12683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12684 (exit $ac_status); } >/dev/null && {
12685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12686 test ! -s conftest.err
12687 }; then
12688 ac_header_preproc=yes
12689 else
12690 $as_echo "$as_me: failed program was:" >&5
12691 sed 's/^/| /' conftest.$ac_ext >&5
12693 ac_header_preproc=no
12696 rm -f conftest.err conftest.$ac_ext
12697 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12698 $as_echo "$ac_header_preproc" >&6; }
12700 # So? What about this header?
12701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12702 yes:no: )
12703 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12704 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12705 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12706 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12707 ac_header_preproc=yes
12709 no:yes:* )
12710 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12711 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12712 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12713 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12714 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12715 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12717 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12719 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12720 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12721 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12722 ( cat <<\_ASBOX
12723 ## ------------------------------------ ##
12724 ## Report this to wine-devel@winehq.org ##
12725 ## ------------------------------------ ##
12726 _ASBOX
12727 ) | sed "s/^/$as_me: WARNING: /" >&2
12729 esac
12730 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12731 $as_echo_n "checking for $ac_header... " >&6; }
12732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12733 $as_echo_n "(cached) " >&6
12734 else
12735 eval "$as_ac_Header=\$ac_header_preproc"
12737 ac_res=`eval 'as_val=${'$as_ac_Header'}
12738 $as_echo "$as_val"'`
12739 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12740 $as_echo "$ac_res" >&6; }
12743 as_val=`eval 'as_val=${'$as_ac_Header'}
12744 $as_echo "$as_val"'`
12745 if test "x$as_val" = x""yes; then
12746 cat >>confdefs.h <<_ACEOF
12747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12748 _ACEOF
12752 done
12754 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12755 then
12756 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12757 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12758 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12759 $as_echo_n "(cached) " >&6
12760 else
12761 ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12763 cat >conftest.$ac_ext <<_ACEOF
12764 /* confdefs.h. */
12765 _ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12770 /* Override any GCC internal prototype to avoid an error.
12771 Use char because int might match the return type of a GCC
12772 builtin and then its argument prototype would still apply. */
12773 #ifdef __cplusplus
12774 extern "C"
12775 #endif
12776 char dbus_connection_close ();
12778 main ()
12780 return dbus_connection_close ();
12782 return 0;
12784 _ACEOF
12785 rm -f conftest.$ac_objext conftest$ac_exeext
12786 if { (ac_try="$ac_link"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12792 $as_echo "$ac_try_echo") >&5
12793 (eval "$ac_link") 2>conftest.er1
12794 ac_status=$?
12795 grep -v '^ *+' conftest.er1 >conftest.err
12796 rm -f conftest.er1
12797 cat conftest.err >&5
12798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); } && {
12800 test -z "$ac_c_werror_flag" ||
12801 test ! -s conftest.err
12802 } && test -s conftest$ac_exeext && {
12803 test "$cross_compiling" = yes ||
12804 $as_test_x conftest$ac_exeext
12805 }; then
12806 ac_cv_lib_dbus_1_dbus_connection_close=yes
12807 else
12808 $as_echo "$as_me: failed program was:" >&5
12809 sed 's/^/| /' conftest.$ac_ext >&5
12811 ac_cv_lib_dbus_1_dbus_connection_close=no
12814 rm -rf conftest.dSYM
12815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12816 conftest$ac_exeext conftest.$ac_ext
12817 LIBS=$ac_check_lib_save_LIBS
12819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12820 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12821 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12822 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12823 $as_echo_n "checking for -lhal... " >&6; }
12824 if test "${ac_cv_lib_soname_hal+set}" = set; then
12825 $as_echo_n "(cached) " >&6
12826 else
12827 ac_check_soname_save_LIBS=$LIBS
12828 LIBS="-lhal $ac_hal_libs $LIBS"
12829 cat >conftest.$ac_ext <<_ACEOF
12830 /* confdefs.h. */
12831 _ACEOF
12832 cat confdefs.h >>conftest.$ac_ext
12833 cat >>conftest.$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12836 /* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839 #ifdef __cplusplus
12840 extern "C"
12841 #endif
12842 char libhal_ctx_new ();
12844 main ()
12846 return libhal_ctx_new ();
12848 return 0;
12850 _ACEOF
12851 rm -f conftest.$ac_objext conftest$ac_exeext
12852 if { (ac_try="$ac_link"
12853 case "(($ac_try" in
12854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12855 *) ac_try_echo=$ac_try;;
12856 esac
12857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12858 $as_echo "$ac_try_echo") >&5
12859 (eval "$ac_link") 2>conftest.er1
12860 ac_status=$?
12861 grep -v '^ *+' conftest.er1 >conftest.err
12862 rm -f conftest.er1
12863 cat conftest.err >&5
12864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); } && {
12866 test -z "$ac_c_werror_flag" ||
12867 test ! -s conftest.err
12868 } && test -s conftest$ac_exeext && {
12869 test "$cross_compiling" = yes ||
12870 $as_test_x conftest$ac_exeext
12871 }; then
12872 case "$LIBEXT" in
12873 dll) ;;
12874 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'` ;;
12875 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12876 esac
12877 else
12878 $as_echo "$as_me: failed program was:" >&5
12879 sed 's/^/| /' conftest.$ac_ext >&5
12884 rm -rf conftest.dSYM
12885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12886 conftest$ac_exeext conftest.$ac_ext
12887 LIBS=$ac_check_soname_save_LIBS
12889 if test "x$ac_cv_lib_soname_hal" = "x"; then
12890 { $as_echo "$as_me:$LINENO: result: not found" >&5
12891 $as_echo "not found" >&6; }
12893 else
12894 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12895 $as_echo "$ac_cv_lib_soname_hal" >&6; }
12897 cat >>confdefs.h <<_ACEOF
12898 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12899 _ACEOF
12901 HALINCL="$ac_hal_cflags"
12907 CPPFLAGS="$ac_save_CPPFLAGS"
12909 if test "x$ac_cv_lib_soname_hal" = "x"; then
12910 case "x$with_hal" in
12911 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12912 xno) ;;
12913 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12914 This is an error since --with-hal was requested." >&5
12915 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12916 This is an error since --with-hal was requested." >&2;}
12917 { (exit 1); exit 1; }; } ;;
12918 esac
12922 if test "x$with_gnutls" != "xno"
12923 then
12924 ac_save_CPPFLAGS="$CPPFLAGS"
12925 if test "$PKG_CONFIG" != "false"
12926 then
12927 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12928 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12929 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12931 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12932 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12933 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
12934 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12935 $as_echo_n "(cached) " >&6
12937 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12938 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
12939 else
12940 # Is the header compilable?
12941 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12942 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h. */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h. */
12949 $ac_includes_default
12950 #include <gnutls/gnutls.h>
12951 _ACEOF
12952 rm -f conftest.$ac_objext
12953 if { (ac_try="$ac_compile"
12954 case "(($ac_try" in
12955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12956 *) ac_try_echo=$ac_try;;
12957 esac
12958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12959 $as_echo "$ac_try_echo") >&5
12960 (eval "$ac_compile") 2>conftest.er1
12961 ac_status=$?
12962 grep -v '^ *+' conftest.er1 >conftest.err
12963 rm -f conftest.er1
12964 cat conftest.err >&5
12965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12966 (exit $ac_status); } && {
12967 test -z "$ac_c_werror_flag" ||
12968 test ! -s conftest.err
12969 } && test -s conftest.$ac_objext; then
12970 ac_header_compiler=yes
12971 else
12972 $as_echo "$as_me: failed program was:" >&5
12973 sed 's/^/| /' conftest.$ac_ext >&5
12975 ac_header_compiler=no
12978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12979 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12980 $as_echo "$ac_header_compiler" >&6; }
12982 # Is the header present?
12983 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12984 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
12985 cat >conftest.$ac_ext <<_ACEOF
12986 /* confdefs.h. */
12987 _ACEOF
12988 cat confdefs.h >>conftest.$ac_ext
12989 cat >>conftest.$ac_ext <<_ACEOF
12990 /* end confdefs.h. */
12991 #include <gnutls/gnutls.h>
12992 _ACEOF
12993 if { (ac_try="$ac_cpp conftest.$ac_ext"
12994 case "(($ac_try" in
12995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12996 *) ac_try_echo=$ac_try;;
12997 esac
12998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12999 $as_echo "$ac_try_echo") >&5
13000 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13001 ac_status=$?
13002 grep -v '^ *+' conftest.er1 >conftest.err
13003 rm -f conftest.er1
13004 cat conftest.err >&5
13005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006 (exit $ac_status); } >/dev/null && {
13007 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13008 test ! -s conftest.err
13009 }; then
13010 ac_header_preproc=yes
13011 else
13012 $as_echo "$as_me: failed program was:" >&5
13013 sed 's/^/| /' conftest.$ac_ext >&5
13015 ac_header_preproc=no
13018 rm -f conftest.err conftest.$ac_ext
13019 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13020 $as_echo "$ac_header_preproc" >&6; }
13022 # So? What about this header?
13023 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13024 yes:no: )
13025 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13026 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13028 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13029 ac_header_preproc=yes
13031 no:yes:* )
13032 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13033 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13034 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13035 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13036 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13037 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13038 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13039 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13040 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13041 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13042 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13043 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13044 ( cat <<\_ASBOX
13045 ## ------------------------------------ ##
13046 ## Report this to wine-devel@winehq.org ##
13047 ## ------------------------------------ ##
13048 _ASBOX
13049 ) | sed "s/^/$as_me: WARNING: /" >&2
13051 esac
13052 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13053 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13054 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13055 $as_echo_n "(cached) " >&6
13056 else
13057 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13059 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13060 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13063 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h. */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13070 #include <gnutls/gnutls.h>
13072 main ()
13074 typeof(gnutls_mac_get_key_size) *pfunc;
13076 return 0;
13078 _ACEOF
13079 rm -f conftest.$ac_objext
13080 if { (ac_try="$ac_compile"
13081 case "(($ac_try" in
13082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13083 *) ac_try_echo=$ac_try;;
13084 esac
13085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13086 $as_echo "$ac_try_echo") >&5
13087 (eval "$ac_compile") 2>conftest.er1
13088 ac_status=$?
13089 grep -v '^ *+' conftest.er1 >conftest.err
13090 rm -f conftest.er1
13091 cat conftest.err >&5
13092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13093 (exit $ac_status); } && {
13094 test -z "$ac_c_werror_flag" ||
13095 test ! -s conftest.err
13096 } && test -s conftest.$ac_objext; then
13097 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13098 $as_echo_n "checking for -lgnutls... " >&6; }
13099 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13100 $as_echo_n "(cached) " >&6
13101 else
13102 ac_check_soname_save_LIBS=$LIBS
13103 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h. */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h. */
13111 /* Override any GCC internal prototype to avoid an error.
13112 Use char because int might match the return type of a GCC
13113 builtin and then its argument prototype would still apply. */
13114 #ifdef __cplusplus
13115 extern "C"
13116 #endif
13117 char gnutls_global_init ();
13119 main ()
13121 return gnutls_global_init ();
13123 return 0;
13125 _ACEOF
13126 rm -f conftest.$ac_objext conftest$ac_exeext
13127 if { (ac_try="$ac_link"
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_link") 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); } && {
13141 test -z "$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 } && test -s conftest$ac_exeext && {
13144 test "$cross_compiling" = yes ||
13145 $as_test_x conftest$ac_exeext
13146 }; then
13147 case "$LIBEXT" in
13148 dll) ;;
13149 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'` ;;
13150 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13151 esac
13152 else
13153 $as_echo "$as_me: failed program was:" >&5
13154 sed 's/^/| /' conftest.$ac_ext >&5
13159 rm -rf conftest.dSYM
13160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13161 conftest$ac_exeext conftest.$ac_ext
13162 LIBS=$ac_check_soname_save_LIBS
13164 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13165 { $as_echo "$as_me:$LINENO: result: not found" >&5
13166 $as_echo "not found" >&6; }
13168 else
13169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13170 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13172 cat >>confdefs.h <<_ACEOF
13173 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13174 _ACEOF
13176 GNUTLSINCL="$ac_gnutls_cflags"
13180 else
13181 $as_echo "$as_me: failed program was:" >&5
13182 sed 's/^/| /' conftest.$ac_ext >&5
13187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13191 CPPFLAGS="$ac_save_CPPFLAGS"
13193 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13194 case "x$with_gnutls" in
13195 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13196 xno) ;;
13197 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13198 This is an error since --with-gnutls was requested." >&5
13199 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13200 This is an error since --with-gnutls was requested." >&2;}
13201 { (exit 1); exit 1; }; } ;;
13202 esac
13206 CURSESLIBS=""
13207 if test "$ac_cv_header_ncurses_h" = "yes"
13208 then
13209 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13210 $as_echo_n "checking for -lncurses... " >&6; }
13211 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13212 $as_echo_n "(cached) " >&6
13213 else
13214 ac_check_soname_save_LIBS=$LIBS
13215 LIBS="-lncurses $LIBS"
13216 cat >conftest.$ac_ext <<_ACEOF
13217 /* confdefs.h. */
13218 _ACEOF
13219 cat confdefs.h >>conftest.$ac_ext
13220 cat >>conftest.$ac_ext <<_ACEOF
13221 /* end confdefs.h. */
13223 /* Override any GCC internal prototype to avoid an error.
13224 Use char because int might match the return type of a GCC
13225 builtin and then its argument prototype would still apply. */
13226 #ifdef __cplusplus
13227 extern "C"
13228 #endif
13229 char waddch ();
13231 main ()
13233 return waddch ();
13235 return 0;
13237 _ACEOF
13238 rm -f conftest.$ac_objext conftest$ac_exeext
13239 if { (ac_try="$ac_link"
13240 case "(($ac_try" in
13241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13242 *) ac_try_echo=$ac_try;;
13243 esac
13244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13245 $as_echo "$ac_try_echo") >&5
13246 (eval "$ac_link") 2>conftest.er1
13247 ac_status=$?
13248 grep -v '^ *+' conftest.er1 >conftest.err
13249 rm -f conftest.er1
13250 cat conftest.err >&5
13251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); } && {
13253 test -z "$ac_c_werror_flag" ||
13254 test ! -s conftest.err
13255 } && test -s conftest$ac_exeext && {
13256 test "$cross_compiling" = yes ||
13257 $as_test_x conftest$ac_exeext
13258 }; then
13259 case "$LIBEXT" in
13260 dll) ;;
13261 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'` ;;
13262 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13263 esac
13264 else
13265 $as_echo "$as_me: failed program was:" >&5
13266 sed 's/^/| /' conftest.$ac_ext >&5
13271 rm -rf conftest.dSYM
13272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13273 conftest$ac_exeext conftest.$ac_ext
13274 LIBS=$ac_check_soname_save_LIBS
13276 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13277 { $as_echo "$as_me:$LINENO: result: not found" >&5
13278 $as_echo "not found" >&6; }
13280 else
13281 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13282 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13284 cat >>confdefs.h <<_ACEOF
13285 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13286 _ACEOF
13288 CURSESLIBS="-lncurses"
13291 elif test "$ac_cv_header_curses_h" = "yes"
13292 then
13293 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13294 $as_echo_n "checking for -lcurses... " >&6; }
13295 if test "${ac_cv_lib_soname_curses+set}" = set; then
13296 $as_echo_n "(cached) " >&6
13297 else
13298 ac_check_soname_save_LIBS=$LIBS
13299 LIBS="-lcurses $LIBS"
13300 cat >conftest.$ac_ext <<_ACEOF
13301 /* confdefs.h. */
13302 _ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h. */
13307 /* Override any GCC internal prototype to avoid an error.
13308 Use char because int might match the return type of a GCC
13309 builtin and then its argument prototype would still apply. */
13310 #ifdef __cplusplus
13311 extern "C"
13312 #endif
13313 char waddch ();
13315 main ()
13317 return waddch ();
13319 return 0;
13321 _ACEOF
13322 rm -f conftest.$ac_objext conftest$ac_exeext
13323 if { (ac_try="$ac_link"
13324 case "(($ac_try" in
13325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13326 *) ac_try_echo=$ac_try;;
13327 esac
13328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13329 $as_echo "$ac_try_echo") >&5
13330 (eval "$ac_link") 2>conftest.er1
13331 ac_status=$?
13332 grep -v '^ *+' conftest.er1 >conftest.err
13333 rm -f conftest.er1
13334 cat conftest.err >&5
13335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13336 (exit $ac_status); } && {
13337 test -z "$ac_c_werror_flag" ||
13338 test ! -s conftest.err
13339 } && test -s conftest$ac_exeext && {
13340 test "$cross_compiling" = yes ||
13341 $as_test_x conftest$ac_exeext
13342 }; then
13343 case "$LIBEXT" in
13344 dll) ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13347 esac
13348 else
13349 $as_echo "$as_me: failed program was:" >&5
13350 sed 's/^/| /' conftest.$ac_ext >&5
13355 rm -rf conftest.dSYM
13356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13357 conftest$ac_exeext conftest.$ac_ext
13358 LIBS=$ac_check_soname_save_LIBS
13360 if test "x$ac_cv_lib_soname_curses" = "x"; then
13361 { $as_echo "$as_me:$LINENO: result: not found" >&5
13362 $as_echo "not found" >&6; }
13364 else
13365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13366 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13368 cat >>confdefs.h <<_ACEOF
13369 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13370 _ACEOF
13372 CURSESLIBS="-lcurses"
13376 ac_save_LIBS="$LIBS"
13377 LIBS="$LIBS $CURSESLIBS"
13379 for ac_func in mousemask
13381 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13382 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13383 $as_echo_n "checking for $ac_func... " >&6; }
13384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13385 $as_echo_n "(cached) " >&6
13386 else
13387 cat >conftest.$ac_ext <<_ACEOF
13388 /* confdefs.h. */
13389 _ACEOF
13390 cat confdefs.h >>conftest.$ac_ext
13391 cat >>conftest.$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13395 #define $ac_func innocuous_$ac_func
13397 /* System header to define __stub macros and hopefully few prototypes,
13398 which can conflict with char $ac_func (); below.
13399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13400 <limits.h> exists even on freestanding compilers. */
13402 #ifdef __STDC__
13403 # include <limits.h>
13404 #else
13405 # include <assert.h>
13406 #endif
13408 #undef $ac_func
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413 #ifdef __cplusplus
13414 extern "C"
13415 #endif
13416 char $ac_func ();
13417 /* The GNU C library defines this for functions which it implements
13418 to always fail with ENOSYS. Some functions are actually named
13419 something starting with __ and the normal name is an alias. */
13420 #if defined __stub_$ac_func || defined __stub___$ac_func
13421 choke me
13422 #endif
13425 main ()
13427 return $ac_func ();
13429 return 0;
13431 _ACEOF
13432 rm -f conftest.$ac_objext conftest$ac_exeext
13433 if { (ac_try="$ac_link"
13434 case "(($ac_try" in
13435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13436 *) ac_try_echo=$ac_try;;
13437 esac
13438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13439 $as_echo "$ac_try_echo") >&5
13440 (eval "$ac_link") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } && {
13447 test -z "$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 } && test -s conftest$ac_exeext && {
13450 test "$cross_compiling" = yes ||
13451 $as_test_x conftest$ac_exeext
13452 }; then
13453 eval "$as_ac_var=yes"
13454 else
13455 $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13458 eval "$as_ac_var=no"
13461 rm -rf conftest.dSYM
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463 conftest$ac_exeext conftest.$ac_ext
13465 ac_res=`eval 'as_val=${'$as_ac_var'}
13466 $as_echo "$as_val"'`
13467 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13468 $as_echo "$ac_res" >&6; }
13469 as_val=`eval 'as_val=${'$as_ac_var'}
13470 $as_echo "$as_val"'`
13471 if test "x$as_val" = x""yes; then
13472 cat >>confdefs.h <<_ACEOF
13473 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13474 _ACEOF
13477 done
13479 LIBS="$ac_save_LIBS"
13480 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13481 case "x$with_curses" in
13482 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13483 xno) ;;
13484 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13485 This is an error since --with-curses was requested." >&5
13486 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13487 This is an error since --with-curses was requested." >&2;}
13488 { (exit 1); exit 1; }; } ;;
13489 esac
13493 if test "x$with_sane" != "xno"
13494 then
13495 ac_save_CPPFLAGS="$CPPFLAGS"
13496 # Extract the first word of "sane-config", so it can be a program name with args.
13497 set dummy sane-config; ac_word=$2
13498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13499 $as_echo_n "checking for $ac_word... " >&6; }
13500 if test "${ac_cv_prog_sane_devel+set}" = set; then
13501 $as_echo_n "(cached) " >&6
13502 else
13503 if test -n "$sane_devel"; then
13504 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13505 else
13506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13507 for as_dir in $PATH
13509 IFS=$as_save_IFS
13510 test -z "$as_dir" && as_dir=.
13511 for ac_exec_ext in '' $ac_executable_extensions; do
13512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13513 ac_cv_prog_sane_devel="sane-config"
13514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13515 break 2
13517 done
13518 done
13519 IFS=$as_save_IFS
13521 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13524 sane_devel=$ac_cv_prog_sane_devel
13525 if test -n "$sane_devel"; then
13526 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13527 $as_echo "$sane_devel" >&6; }
13528 else
13529 { $as_echo "$as_me:$LINENO: result: no" >&5
13530 $as_echo "no" >&6; }
13534 if test "$sane_devel" != "no"
13535 then
13536 ac_sane_incl="`$sane_devel --cflags`"
13537 ac_sane_libs="`$sane_devel --ldflags`"
13538 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13540 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13541 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13542 $as_echo_n "checking for sane/sane.h... " >&6; }
13543 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13544 $as_echo_n "(cached) " >&6
13546 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13547 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13548 else
13549 # Is the header compilable?
13550 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13551 $as_echo_n "checking sane/sane.h usability... " >&6; }
13552 cat >conftest.$ac_ext <<_ACEOF
13553 /* confdefs.h. */
13554 _ACEOF
13555 cat confdefs.h >>conftest.$ac_ext
13556 cat >>conftest.$ac_ext <<_ACEOF
13557 /* end confdefs.h. */
13558 $ac_includes_default
13559 #include <sane/sane.h>
13560 _ACEOF
13561 rm -f conftest.$ac_objext
13562 if { (ac_try="$ac_compile"
13563 case "(($ac_try" in
13564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13565 *) ac_try_echo=$ac_try;;
13566 esac
13567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13568 $as_echo "$ac_try_echo") >&5
13569 (eval "$ac_compile") 2>conftest.er1
13570 ac_status=$?
13571 grep -v '^ *+' conftest.er1 >conftest.err
13572 rm -f conftest.er1
13573 cat conftest.err >&5
13574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } && {
13576 test -z "$ac_c_werror_flag" ||
13577 test ! -s conftest.err
13578 } && test -s conftest.$ac_objext; then
13579 ac_header_compiler=yes
13580 else
13581 $as_echo "$as_me: failed program was:" >&5
13582 sed 's/^/| /' conftest.$ac_ext >&5
13584 ac_header_compiler=no
13587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13588 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13589 $as_echo "$ac_header_compiler" >&6; }
13591 # Is the header present?
13592 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13593 $as_echo_n "checking sane/sane.h presence... " >&6; }
13594 cat >conftest.$ac_ext <<_ACEOF
13595 /* confdefs.h. */
13596 _ACEOF
13597 cat confdefs.h >>conftest.$ac_ext
13598 cat >>conftest.$ac_ext <<_ACEOF
13599 /* end confdefs.h. */
13600 #include <sane/sane.h>
13601 _ACEOF
13602 if { (ac_try="$ac_cpp conftest.$ac_ext"
13603 case "(($ac_try" in
13604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13605 *) ac_try_echo=$ac_try;;
13606 esac
13607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13608 $as_echo "$ac_try_echo") >&5
13609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13610 ac_status=$?
13611 grep -v '^ *+' conftest.er1 >conftest.err
13612 rm -f conftest.er1
13613 cat conftest.err >&5
13614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615 (exit $ac_status); } >/dev/null && {
13616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13617 test ! -s conftest.err
13618 }; then
13619 ac_header_preproc=yes
13620 else
13621 $as_echo "$as_me: failed program was:" >&5
13622 sed 's/^/| /' conftest.$ac_ext >&5
13624 ac_header_preproc=no
13627 rm -f conftest.err conftest.$ac_ext
13628 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13629 $as_echo "$ac_header_preproc" >&6; }
13631 # So? What about this header?
13632 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13633 yes:no: )
13634 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13635 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13636 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13637 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13638 ac_header_preproc=yes
13640 no:yes:* )
13641 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13642 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13643 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13644 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13645 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13646 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13647 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13648 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13649 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13650 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13651 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13652 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13653 ( cat <<\_ASBOX
13654 ## ------------------------------------ ##
13655 ## Report this to wine-devel@winehq.org ##
13656 ## ------------------------------------ ##
13657 _ASBOX
13658 ) | sed "s/^/$as_me: WARNING: /" >&2
13660 esac
13661 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13662 $as_echo_n "checking for sane/sane.h... " >&6; }
13663 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13664 $as_echo_n "(cached) " >&6
13665 else
13666 ac_cv_header_sane_sane_h=$ac_header_preproc
13668 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13669 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13672 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13673 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13674 $as_echo_n "checking for -lsane... " >&6; }
13675 if test "${ac_cv_lib_soname_sane+set}" = set; then
13676 $as_echo_n "(cached) " >&6
13677 else
13678 ac_check_soname_save_LIBS=$LIBS
13679 LIBS="-lsane $ac_sane_libs $LIBS"
13680 cat >conftest.$ac_ext <<_ACEOF
13681 /* confdefs.h. */
13682 _ACEOF
13683 cat confdefs.h >>conftest.$ac_ext
13684 cat >>conftest.$ac_ext <<_ACEOF
13685 /* end confdefs.h. */
13687 /* Override any GCC internal prototype to avoid an error.
13688 Use char because int might match the return type of a GCC
13689 builtin and then its argument prototype would still apply. */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char sane_init ();
13695 main ()
13697 return sane_init ();
13699 return 0;
13701 _ACEOF
13702 rm -f conftest.$ac_objext conftest$ac_exeext
13703 if { (ac_try="$ac_link"
13704 case "(($ac_try" in
13705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13706 *) ac_try_echo=$ac_try;;
13707 esac
13708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13709 $as_echo "$ac_try_echo") >&5
13710 (eval "$ac_link") 2>conftest.er1
13711 ac_status=$?
13712 grep -v '^ *+' conftest.er1 >conftest.err
13713 rm -f conftest.er1
13714 cat conftest.err >&5
13715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); } && {
13717 test -z "$ac_c_werror_flag" ||
13718 test ! -s conftest.err
13719 } && test -s conftest$ac_exeext && {
13720 test "$cross_compiling" = yes ||
13721 $as_test_x conftest$ac_exeext
13722 }; then
13723 case "$LIBEXT" in
13724 dll) ;;
13725 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'` ;;
13726 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13727 esac
13728 else
13729 $as_echo "$as_me: failed program was:" >&5
13730 sed 's/^/| /' conftest.$ac_ext >&5
13735 rm -rf conftest.dSYM
13736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13737 conftest$ac_exeext conftest.$ac_ext
13738 LIBS=$ac_check_soname_save_LIBS
13740 if test "x$ac_cv_lib_soname_sane" = "x"; then
13741 { $as_echo "$as_me:$LINENO: result: not found" >&5
13742 $as_echo "not found" >&6; }
13744 else
13745 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13746 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13748 cat >>confdefs.h <<_ACEOF
13749 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13750 _ACEOF
13752 SANEINCL="$ac_sane_incl"
13759 CPPFLAGS="$ac_save_CPPFLAGS"
13761 if test "x$ac_cv_lib_soname_sane" = "x"; then
13762 case "x$with_sane" in
13763 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13764 xno) ;;
13765 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13766 This is an error since --with-sane was requested." >&5
13767 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13768 This is an error since --with-sane was requested." >&2;}
13769 { (exit 1); exit 1; }; } ;;
13770 esac
13774 if test "x$with_gphoto" != "xno"
13775 then
13776 ac_save_CPPFLAGS="$CPPFLAGS"
13777 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13778 set dummy gphoto2-config; ac_word=$2
13779 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13780 $as_echo_n "checking for $ac_word... " >&6; }
13781 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13782 $as_echo_n "(cached) " >&6
13783 else
13784 if test -n "$gphoto2_devel"; then
13785 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13786 else
13787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13788 for as_dir in $PATH
13790 IFS=$as_save_IFS
13791 test -z "$as_dir" && as_dir=.
13792 for ac_exec_ext in '' $ac_executable_extensions; do
13793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13794 ac_cv_prog_gphoto2_devel="gphoto2-config"
13795 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13796 break 2
13798 done
13799 done
13800 IFS=$as_save_IFS
13802 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13805 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13806 if test -n "$gphoto2_devel"; then
13807 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13808 $as_echo "$gphoto2_devel" >&6; }
13809 else
13810 { $as_echo "$as_me:$LINENO: result: no" >&5
13811 $as_echo "no" >&6; }
13815 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13816 set dummy gphoto2-port-config; ac_word=$2
13817 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13818 $as_echo_n "checking for $ac_word... " >&6; }
13819 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13820 $as_echo_n "(cached) " >&6
13821 else
13822 if test -n "$gphoto2port_devel"; then
13823 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13824 else
13825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13826 for as_dir in $PATH
13828 IFS=$as_save_IFS
13829 test -z "$as_dir" && as_dir=.
13830 for ac_exec_ext in '' $ac_executable_extensions; do
13831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13832 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13833 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13834 break 2
13836 done
13837 done
13838 IFS=$as_save_IFS
13840 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13843 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13844 if test -n "$gphoto2port_devel"; then
13845 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13846 $as_echo "$gphoto2port_devel" >&6; }
13847 else
13848 { $as_echo "$as_me:$LINENO: result: no" >&5
13849 $as_echo "no" >&6; }
13853 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13854 then
13855 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13856 ac_gphoto2_libs=""
13857 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13859 case "$i" in
13860 -L/usr/lib|-L/usr/lib64) ;;
13861 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13862 esac
13863 done
13864 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13866 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13867 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13868 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13869 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13870 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13871 $as_echo_n "(cached) " >&6
13873 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13874 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13875 else
13876 # Is the header compilable?
13877 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13878 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13880 /* confdefs.h. */
13881 _ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 $ac_includes_default
13886 #include <gphoto2-camera.h>
13887 _ACEOF
13888 rm -f conftest.$ac_objext
13889 if { (ac_try="$ac_compile"
13890 case "(($ac_try" in
13891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13892 *) ac_try_echo=$ac_try;;
13893 esac
13894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13895 $as_echo "$ac_try_echo") >&5
13896 (eval "$ac_compile") 2>conftest.er1
13897 ac_status=$?
13898 grep -v '^ *+' conftest.er1 >conftest.err
13899 rm -f conftest.er1
13900 cat conftest.err >&5
13901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); } && {
13903 test -z "$ac_c_werror_flag" ||
13904 test ! -s conftest.err
13905 } && test -s conftest.$ac_objext; then
13906 ac_header_compiler=yes
13907 else
13908 $as_echo "$as_me: failed program was:" >&5
13909 sed 's/^/| /' conftest.$ac_ext >&5
13911 ac_header_compiler=no
13914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13915 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13916 $as_echo "$ac_header_compiler" >&6; }
13918 # Is the header present?
13919 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13920 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
13921 cat >conftest.$ac_ext <<_ACEOF
13922 /* confdefs.h. */
13923 _ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13927 #include <gphoto2-camera.h>
13928 _ACEOF
13929 if { (ac_try="$ac_cpp conftest.$ac_ext"
13930 case "(($ac_try" in
13931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13932 *) ac_try_echo=$ac_try;;
13933 esac
13934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13935 $as_echo "$ac_try_echo") >&5
13936 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13937 ac_status=$?
13938 grep -v '^ *+' conftest.er1 >conftest.err
13939 rm -f conftest.er1
13940 cat conftest.err >&5
13941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); } >/dev/null && {
13943 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13944 test ! -s conftest.err
13945 }; then
13946 ac_header_preproc=yes
13947 else
13948 $as_echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.$ac_ext >&5
13951 ac_header_preproc=no
13954 rm -f conftest.err conftest.$ac_ext
13955 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13956 $as_echo "$ac_header_preproc" >&6; }
13958 # So? What about this header?
13959 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13960 yes:no: )
13961 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13962 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13963 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13964 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13965 ac_header_preproc=yes
13967 no:yes:* )
13968 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13969 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13970 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13971 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13972 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13973 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13974 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13975 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13976 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13977 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13978 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13979 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13980 ( cat <<\_ASBOX
13981 ## ------------------------------------ ##
13982 ## Report this to wine-devel@winehq.org ##
13983 ## ------------------------------------ ##
13984 _ASBOX
13985 ) | sed "s/^/$as_me: WARNING: /" >&2
13987 esac
13988 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13989 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13990 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13995 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13996 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13999 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14000 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14001 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14002 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14003 $as_echo_n "(cached) " >&6
14004 else
14005 ac_check_lib_save_LIBS=$LIBS
14006 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14007 cat >conftest.$ac_ext <<_ACEOF
14008 /* confdefs.h. */
14009 _ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14014 /* Override any GCC internal prototype to avoid an error.
14015 Use char because int might match the return type of a GCC
14016 builtin and then its argument prototype would still apply. */
14017 #ifdef __cplusplus
14018 extern "C"
14019 #endif
14020 char gp_camera_new ();
14022 main ()
14024 return gp_camera_new ();
14026 return 0;
14028 _ACEOF
14029 rm -f conftest.$ac_objext conftest$ac_exeext
14030 if { (ac_try="$ac_link"
14031 case "(($ac_try" in
14032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14033 *) ac_try_echo=$ac_try;;
14034 esac
14035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14036 $as_echo "$ac_try_echo") >&5
14037 (eval "$ac_link") 2>conftest.er1
14038 ac_status=$?
14039 grep -v '^ *+' conftest.er1 >conftest.err
14040 rm -f conftest.er1
14041 cat conftest.err >&5
14042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14043 (exit $ac_status); } && {
14044 test -z "$ac_c_werror_flag" ||
14045 test ! -s conftest.err
14046 } && test -s conftest$ac_exeext && {
14047 test "$cross_compiling" = yes ||
14048 $as_test_x conftest$ac_exeext
14049 }; then
14050 ac_cv_lib_gphoto2_gp_camera_new=yes
14051 else
14052 $as_echo "$as_me: failed program was:" >&5
14053 sed 's/^/| /' conftest.$ac_ext >&5
14055 ac_cv_lib_gphoto2_gp_camera_new=no
14058 rm -rf conftest.dSYM
14059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14060 conftest$ac_exeext conftest.$ac_ext
14061 LIBS=$ac_check_lib_save_LIBS
14063 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14064 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14065 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14067 cat >>confdefs.h <<\_ACEOF
14068 #define HAVE_GPHOTO2 1
14069 _ACEOF
14071 GPHOTO2LIBS="$ac_gphoto2_libs"
14073 GPHOTO2INCL="$ac_gphoto2_incl"
14080 CPPFLAGS="$ac_save_CPPFLAGS"
14082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14083 case "x$with_gphoto" in
14084 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14085 xno) ;;
14086 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14087 This is an error since --with-gphoto was requested." >&5
14088 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14089 This is an error since --with-gphoto was requested." >&2;}
14090 { (exit 1); exit 1; }; } ;;
14091 esac
14096 RESOLVLIBS=""
14098 if test "$ac_cv_header_resolv_h" = "yes"
14099 then
14100 ac_save_LIBS="$LIBS"
14101 LIBS="$LIBS -lresolv"
14102 cat >conftest.$ac_ext <<_ACEOF
14103 /* confdefs.h. */
14104 _ACEOF
14105 cat confdefs.h >>conftest.$ac_ext
14106 cat >>conftest.$ac_ext <<_ACEOF
14107 /* end confdefs.h. */
14108 #ifdef HAVE_NETINET_IN_H
14109 #include <netinet/in.h>
14110 #endif
14111 #include <resolv.h>
14113 main ()
14115 res_init();
14117 return 0;
14119 _ACEOF
14120 rm -f conftest.$ac_objext conftest$ac_exeext
14121 if { (ac_try="$ac_link"
14122 case "(($ac_try" in
14123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14124 *) ac_try_echo=$ac_try;;
14125 esac
14126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14127 $as_echo "$ac_try_echo") >&5
14128 (eval "$ac_link") 2>conftest.er1
14129 ac_status=$?
14130 grep -v '^ *+' conftest.er1 >conftest.err
14131 rm -f conftest.er1
14132 cat conftest.err >&5
14133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext && {
14138 test "$cross_compiling" = yes ||
14139 $as_test_x conftest$ac_exeext
14140 }; then
14142 cat >>confdefs.h <<\_ACEOF
14143 #define HAVE_RESOLV 1
14144 _ACEOF
14146 RESOLVLIBS="-lresolv"
14147 else
14148 $as_echo "$as_me: failed program was:" >&5
14149 sed 's/^/| /' conftest.$ac_ext >&5
14154 rm -rf conftest.dSYM
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14157 LIBS="$ac_save_LIBS"
14160 LCMSLIBS=""
14162 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14163 then
14164 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14165 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14166 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14167 $as_echo_n "(cached) " >&6
14168 else
14169 ac_check_lib_save_LIBS=$LIBS
14170 LIBS="-llcms $LIBS"
14171 cat >conftest.$ac_ext <<_ACEOF
14172 /* confdefs.h. */
14173 _ACEOF
14174 cat confdefs.h >>conftest.$ac_ext
14175 cat >>conftest.$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14178 /* Override any GCC internal prototype to avoid an error.
14179 Use char because int might match the return type of a GCC
14180 builtin and then its argument prototype would still apply. */
14181 #ifdef __cplusplus
14182 extern "C"
14183 #endif
14184 char cmsOpenProfileFromFile ();
14186 main ()
14188 return cmsOpenProfileFromFile ();
14190 return 0;
14192 _ACEOF
14193 rm -f conftest.$ac_objext conftest$ac_exeext
14194 if { (ac_try="$ac_link"
14195 case "(($ac_try" in
14196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14198 esac
14199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14200 $as_echo "$ac_try_echo") >&5
14201 (eval "$ac_link") 2>conftest.er1
14202 ac_status=$?
14203 grep -v '^ *+' conftest.er1 >conftest.err
14204 rm -f conftest.er1
14205 cat conftest.err >&5
14206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207 (exit $ac_status); } && {
14208 test -z "$ac_c_werror_flag" ||
14209 test ! -s conftest.err
14210 } && test -s conftest$ac_exeext && {
14211 test "$cross_compiling" = yes ||
14212 $as_test_x conftest$ac_exeext
14213 }; then
14214 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14215 else
14216 $as_echo "$as_me: failed program was:" >&5
14217 sed 's/^/| /' conftest.$ac_ext >&5
14219 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14222 rm -rf conftest.dSYM
14223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14224 conftest$ac_exeext conftest.$ac_ext
14225 LIBS=$ac_check_lib_save_LIBS
14227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14228 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14229 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14231 cat >>confdefs.h <<\_ACEOF
14232 #define HAVE_LCMS 1
14233 _ACEOF
14235 LCMSLIBS="-llcms"
14239 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14240 case "x$with_cms" in
14241 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14242 xno) ;;
14243 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14244 This is an error since --with-cms was requested." >&5
14245 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14246 This is an error since --with-cms was requested." >&2;}
14247 { (exit 1); exit 1; }; } ;;
14248 esac
14252 if test "x$with_freetype" != "xno"
14253 then
14254 for ac_prog in freetype-config freetype2-config
14256 # Extract the first word of "$ac_prog", so it can be a program name with args.
14257 set dummy $ac_prog; ac_word=$2
14258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14259 $as_echo_n "checking for $ac_word... " >&6; }
14260 if test "${ac_cv_prog_ft_devel+set}" = set; then
14261 $as_echo_n "(cached) " >&6
14262 else
14263 if test -n "$ft_devel"; then
14264 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14265 else
14266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14267 for as_dir in $PATH
14269 IFS=$as_save_IFS
14270 test -z "$as_dir" && as_dir=.
14271 for ac_exec_ext in '' $ac_executable_extensions; do
14272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14273 ac_cv_prog_ft_devel="$ac_prog"
14274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14275 break 2
14277 done
14278 done
14279 IFS=$as_save_IFS
14283 ft_devel=$ac_cv_prog_ft_devel
14284 if test -n "$ft_devel"; then
14285 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14286 $as_echo "$ft_devel" >&6; }
14287 else
14288 { $as_echo "$as_me:$LINENO: result: no" >&5
14289 $as_echo "no" >&6; }
14293 test -n "$ft_devel" && break
14294 done
14295 test -n "$ft_devel" || ft_devel="no"
14297 if test "$ft_devel" != "no"
14298 then
14299 ac_freetype_incl=`$ft_devel --cflags`
14300 ac_freetype_libs=`$ft_devel --libs`
14302 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14303 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14304 $as_echo_n "checking for -lfreetype... " >&6; }
14305 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14306 $as_echo_n "(cached) " >&6
14307 else
14308 ac_check_soname_save_LIBS=$LIBS
14309 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14310 cat >conftest.$ac_ext <<_ACEOF
14311 /* confdefs.h. */
14312 _ACEOF
14313 cat confdefs.h >>conftest.$ac_ext
14314 cat >>conftest.$ac_ext <<_ACEOF
14315 /* end confdefs.h. */
14317 /* Override any GCC internal prototype to avoid an error.
14318 Use char because int might match the return type of a GCC
14319 builtin and then its argument prototype would still apply. */
14320 #ifdef __cplusplus
14321 extern "C"
14322 #endif
14323 char FT_Init_FreeType ();
14325 main ()
14327 return FT_Init_FreeType ();
14329 return 0;
14331 _ACEOF
14332 rm -f conftest.$ac_objext conftest$ac_exeext
14333 if { (ac_try="$ac_link"
14334 case "(($ac_try" in
14335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14336 *) ac_try_echo=$ac_try;;
14337 esac
14338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14339 $as_echo "$ac_try_echo") >&5
14340 (eval "$ac_link") 2>conftest.er1
14341 ac_status=$?
14342 grep -v '^ *+' conftest.er1 >conftest.err
14343 rm -f conftest.er1
14344 cat conftest.err >&5
14345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14346 (exit $ac_status); } && {
14347 test -z "$ac_c_werror_flag" ||
14348 test ! -s conftest.err
14349 } && test -s conftest$ac_exeext && {
14350 test "$cross_compiling" = yes ||
14351 $as_test_x conftest$ac_exeext
14352 }; then
14353 case "$LIBEXT" in
14354 dll) ;;
14355 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'` ;;
14356 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14357 esac
14358 else
14359 $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14365 rm -rf conftest.dSYM
14366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14367 conftest$ac_exeext conftest.$ac_ext
14368 LIBS=$ac_check_soname_save_LIBS
14370 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14371 { $as_echo "$as_me:$LINENO: result: not found" >&5
14372 $as_echo "not found" >&6; }
14373 ft_lib=no
14374 else
14375 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14376 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14378 cat >>confdefs.h <<_ACEOF
14379 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14380 _ACEOF
14382 ft_lib=yes
14385 if test "$ft_lib" = "yes"
14386 then
14387 ac_save_CPPFLAGS="$CPPFLAGS"
14388 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14402 for ac_header in ft2build.h \
14403 freetype/freetype.h \
14404 freetype/ftglyph.h \
14405 freetype/fttypes.h \
14406 freetype/tttables.h \
14407 freetype/ftnames.h \
14408 freetype/ftsnames.h \
14409 freetype/ttnameid.h \
14410 freetype/ftoutln.h \
14411 freetype/ftwinfnt.h \
14412 freetype/ftmodapi.h \
14413 freetype/ftlcdfil.h \
14414 freetype/internal/sfnt.h
14416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14417 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14418 $as_echo_n "checking for $ac_header... " >&6; }
14419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14420 $as_echo_n "(cached) " >&6
14421 else
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14428 #ifdef HAVE_FT2BUILD_H
14429 # include <ft2build.h>
14430 #endif
14432 #include <$ac_header>
14433 _ACEOF
14434 rm -f conftest.$ac_objext
14435 if { (ac_try="$ac_compile"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14441 $as_echo "$ac_try_echo") >&5
14442 (eval "$ac_compile") 2>conftest.er1
14443 ac_status=$?
14444 grep -v '^ *+' conftest.er1 >conftest.err
14445 rm -f conftest.er1
14446 cat conftest.err >&5
14447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } && {
14449 test -z "$ac_c_werror_flag" ||
14450 test ! -s conftest.err
14451 } && test -s conftest.$ac_objext; then
14452 eval "$as_ac_Header=yes"
14453 else
14454 $as_echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.$ac_ext >&5
14457 eval "$as_ac_Header=no"
14460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14462 ac_res=`eval 'as_val=${'$as_ac_Header'}
14463 $as_echo "$as_val"'`
14464 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14465 $as_echo "$ac_res" >&6; }
14466 as_val=`eval 'as_val=${'$as_ac_Header'}
14467 $as_echo "$as_val"'`
14468 if test "x$as_val" = x""yes; then
14469 cat >>confdefs.h <<_ACEOF
14470 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14471 _ACEOF
14475 done
14477 cat >conftest.$ac_ext <<_ACEOF
14478 /* confdefs.h. */
14479 _ACEOF
14480 cat confdefs.h >>conftest.$ac_ext
14481 cat >>conftest.$ac_ext <<_ACEOF
14482 /* end confdefs.h. */
14483 #include <ft2build.h>
14484 #include <freetype/fttrigon.h>
14485 _ACEOF
14486 if { (ac_try="$ac_cpp conftest.$ac_ext"
14487 case "(($ac_try" in
14488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14489 *) ac_try_echo=$ac_try;;
14490 esac
14491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14492 $as_echo "$ac_try_echo") >&5
14493 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14494 ac_status=$?
14495 grep -v '^ *+' conftest.er1 >conftest.err
14496 rm -f conftest.er1
14497 cat conftest.err >&5
14498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499 (exit $ac_status); } >/dev/null && {
14500 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14501 test ! -s conftest.err
14502 }; then
14504 cat >>confdefs.h <<\_ACEOF
14505 #define HAVE_FREETYPE_FTTRIGON_H 1
14506 _ACEOF
14508 wine_cv_fttrigon=yes
14509 else
14510 $as_echo "$as_me: failed program was:" >&5
14511 sed 's/^/| /' conftest.$ac_ext >&5
14513 wine_cv_fttrigon=no
14516 rm -f conftest.err conftest.$ac_ext
14517 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14518 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14519 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_cv_type_FT_TrueTypeEngineType=no
14523 cat >conftest.$ac_ext <<_ACEOF
14524 /* confdefs.h. */
14525 _ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <freetype/ftmodapi.h>
14532 main ()
14534 if (sizeof (FT_TrueTypeEngineType))
14535 return 0;
14537 return 0;
14539 _ACEOF
14540 rm -f conftest.$ac_objext
14541 if { (ac_try="$ac_compile"
14542 case "(($ac_try" in
14543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14544 *) ac_try_echo=$ac_try;;
14545 esac
14546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14547 $as_echo "$ac_try_echo") >&5
14548 (eval "$ac_compile") 2>conftest.er1
14549 ac_status=$?
14550 grep -v '^ *+' conftest.er1 >conftest.err
14551 rm -f conftest.er1
14552 cat conftest.err >&5
14553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14554 (exit $ac_status); } && {
14555 test -z "$ac_c_werror_flag" ||
14556 test ! -s conftest.err
14557 } && test -s conftest.$ac_objext; then
14558 cat >conftest.$ac_ext <<_ACEOF
14559 /* confdefs.h. */
14560 _ACEOF
14561 cat confdefs.h >>conftest.$ac_ext
14562 cat >>conftest.$ac_ext <<_ACEOF
14563 /* end confdefs.h. */
14564 #include <freetype/ftmodapi.h>
14567 main ()
14569 if (sizeof ((FT_TrueTypeEngineType)))
14570 return 0;
14572 return 0;
14574 _ACEOF
14575 rm -f conftest.$ac_objext
14576 if { (ac_try="$ac_compile"
14577 case "(($ac_try" in
14578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14580 esac
14581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14582 $as_echo "$ac_try_echo") >&5
14583 (eval "$ac_compile") 2>conftest.er1
14584 ac_status=$?
14585 grep -v '^ *+' conftest.er1 >conftest.err
14586 rm -f conftest.er1
14587 cat conftest.err >&5
14588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest.$ac_objext; then
14594 else
14595 $as_echo "$as_me: failed program was:" >&5
14596 sed 's/^/| /' conftest.$ac_ext >&5
14598 ac_cv_type_FT_TrueTypeEngineType=yes
14601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14602 else
14603 $as_echo "$as_me: failed program was:" >&5
14604 sed 's/^/| /' conftest.$ac_ext >&5
14609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14611 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14612 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14613 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14615 cat >>confdefs.h <<_ACEOF
14616 #define HAVE_FT_TRUETYPEENGINETYPE 1
14617 _ACEOF
14622 ac_save_CFLAGS="$CFLAGS"
14623 CFLAGS="$CFLAGS $ac_freetype_libs"
14625 for ac_func in FT_Load_Sfnt_Table
14627 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14628 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14629 $as_echo_n "checking for $ac_func... " >&6; }
14630 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14631 $as_echo_n "(cached) " >&6
14632 else
14633 cat >conftest.$ac_ext <<_ACEOF
14634 /* confdefs.h. */
14635 _ACEOF
14636 cat confdefs.h >>conftest.$ac_ext
14637 cat >>conftest.$ac_ext <<_ACEOF
14638 /* end confdefs.h. */
14639 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14641 #define $ac_func innocuous_$ac_func
14643 /* System header to define __stub macros and hopefully few prototypes,
14644 which can conflict with char $ac_func (); below.
14645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14646 <limits.h> exists even on freestanding compilers. */
14648 #ifdef __STDC__
14649 # include <limits.h>
14650 #else
14651 # include <assert.h>
14652 #endif
14654 #undef $ac_func
14656 /* Override any GCC internal prototype to avoid an error.
14657 Use char because int might match the return type of a GCC
14658 builtin and then its argument prototype would still apply. */
14659 #ifdef __cplusplus
14660 extern "C"
14661 #endif
14662 char $ac_func ();
14663 /* The GNU C library defines this for functions which it implements
14664 to always fail with ENOSYS. Some functions are actually named
14665 something starting with __ and the normal name is an alias. */
14666 #if defined __stub_$ac_func || defined __stub___$ac_func
14667 choke me
14668 #endif
14671 main ()
14673 return $ac_func ();
14675 return 0;
14677 _ACEOF
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14685 $as_echo "$ac_try_echo") >&5
14686 (eval "$ac_link") 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } && {
14693 test -z "$ac_c_werror_flag" ||
14694 test ! -s conftest.err
14695 } && test -s conftest$ac_exeext && {
14696 test "$cross_compiling" = yes ||
14697 $as_test_x conftest$ac_exeext
14698 }; then
14699 eval "$as_ac_var=yes"
14700 else
14701 $as_echo "$as_me: failed program was:" >&5
14702 sed 's/^/| /' conftest.$ac_ext >&5
14704 eval "$as_ac_var=no"
14707 rm -rf conftest.dSYM
14708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14709 conftest$ac_exeext conftest.$ac_ext
14711 ac_res=`eval 'as_val=${'$as_ac_var'}
14712 $as_echo "$as_val"'`
14713 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14714 $as_echo "$ac_res" >&6; }
14715 as_val=`eval 'as_val=${'$as_ac_var'}
14716 $as_echo "$as_val"'`
14717 if test "x$as_val" = x""yes; then
14718 cat >>confdefs.h <<_ACEOF
14719 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14720 _ACEOF
14723 done
14725 CFLAGS="$ac_save_CFLAGS"
14726 CPPFLAGS="$ac_save_CPPFLAGS"
14727 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14728 then
14730 cat >>confdefs.h <<\_ACEOF
14731 #define HAVE_FREETYPE 1
14732 _ACEOF
14734 FREETYPELIBS="$ac_freetype_libs"
14736 FREETYPEINCL="$ac_freetype_incl"
14741 if test "x$FREETYPELIBS" = "x"; then
14742 case "x$with_freetype" in
14743 xno) ;;
14744 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14745 Use the --without-freetype option if you really want this." >&5
14746 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14747 Use the --without-freetype option if you really want this." >&2;}
14748 { (exit 1); exit 1; }; } ;;
14749 esac
14752 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14754 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14755 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14756 if test "${ac_cv_c_ppdev+set}" = set; then
14757 $as_echo_n "(cached) " >&6
14758 else
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14765 #include <linux/ppdev.h>
14767 main ()
14769 ioctl (1,PPCLAIM,0)
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext
14775 if { (ac_try="$ac_compile"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14781 $as_echo "$ac_try_echo") >&5
14782 (eval "$ac_compile") 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } && {
14789 test -z "$ac_c_werror_flag" ||
14790 test ! -s conftest.err
14791 } && test -s conftest.$ac_objext; then
14792 ac_cv_c_ppdev="yes"
14793 else
14794 $as_echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_c_ppdev="no"
14800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14802 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14803 $as_echo "$ac_cv_c_ppdev" >&6; }
14804 if test "$ac_cv_c_ppdev" = "yes"
14805 then
14807 cat >>confdefs.h <<\_ACEOF
14808 #define HAVE_PPDEV 1
14809 _ACEOF
14813 ac_wine_check_funcs_save_LIBS="$LIBS"
14814 LIBS="$LIBS $LIBPTHREAD"
14819 for ac_func in \
14820 pthread_attr_get_np \
14821 pthread_getattr_np \
14822 pthread_get_stackaddr_np \
14823 pthread_get_stacksize_np
14825 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14826 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14827 $as_echo_n "checking for $ac_func... " >&6; }
14828 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14829 $as_echo_n "(cached) " >&6
14830 else
14831 cat >conftest.$ac_ext <<_ACEOF
14832 /* confdefs.h. */
14833 _ACEOF
14834 cat confdefs.h >>conftest.$ac_ext
14835 cat >>conftest.$ac_ext <<_ACEOF
14836 /* end confdefs.h. */
14837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14839 #define $ac_func innocuous_$ac_func
14841 /* System header to define __stub macros and hopefully few prototypes,
14842 which can conflict with char $ac_func (); below.
14843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14844 <limits.h> exists even on freestanding compilers. */
14846 #ifdef __STDC__
14847 # include <limits.h>
14848 #else
14849 # include <assert.h>
14850 #endif
14852 #undef $ac_func
14854 /* Override any GCC internal prototype to avoid an error.
14855 Use char because int might match the return type of a GCC
14856 builtin and then its argument prototype would still apply. */
14857 #ifdef __cplusplus
14858 extern "C"
14859 #endif
14860 char $ac_func ();
14861 /* The GNU C library defines this for functions which it implements
14862 to always fail with ENOSYS. Some functions are actually named
14863 something starting with __ and the normal name is an alias. */
14864 #if defined __stub_$ac_func || defined __stub___$ac_func
14865 choke me
14866 #endif
14869 main ()
14871 return $ac_func ();
14873 return 0;
14875 _ACEOF
14876 rm -f conftest.$ac_objext conftest$ac_exeext
14877 if { (ac_try="$ac_link"
14878 case "(($ac_try" in
14879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880 *) ac_try_echo=$ac_try;;
14881 esac
14882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883 $as_echo "$ac_try_echo") >&5
14884 (eval "$ac_link") 2>conftest.er1
14885 ac_status=$?
14886 grep -v '^ *+' conftest.er1 >conftest.err
14887 rm -f conftest.er1
14888 cat conftest.err >&5
14889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest$ac_exeext && {
14894 test "$cross_compiling" = yes ||
14895 $as_test_x conftest$ac_exeext
14896 }; then
14897 eval "$as_ac_var=yes"
14898 else
14899 $as_echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14902 eval "$as_ac_var=no"
14905 rm -rf conftest.dSYM
14906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14907 conftest$ac_exeext conftest.$ac_ext
14909 ac_res=`eval 'as_val=${'$as_ac_var'}
14910 $as_echo "$as_val"'`
14911 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14912 $as_echo "$ac_res" >&6; }
14913 as_val=`eval 'as_val=${'$as_ac_var'}
14914 $as_echo "$as_val"'`
14915 if test "x$as_val" = x""yes; then
14916 cat >>confdefs.h <<_ACEOF
14917 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14918 _ACEOF
14921 done
14923 LIBS="$ac_wine_check_funcs_save_LIBS"
14925 if test "$ac_cv_header_zlib_h" = "yes"
14926 then
14927 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14928 $as_echo_n "checking for inflate in -lz... " >&6; }
14929 if test "${ac_cv_lib_z_inflate+set}" = set; then
14930 $as_echo_n "(cached) " >&6
14931 else
14932 ac_check_lib_save_LIBS=$LIBS
14933 LIBS="-lz $LIBS"
14934 cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h. */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14941 /* Override any GCC internal prototype to avoid an error.
14942 Use char because int might match the return type of a GCC
14943 builtin and then its argument prototype would still apply. */
14944 #ifdef __cplusplus
14945 extern "C"
14946 #endif
14947 char inflate ();
14949 main ()
14951 return inflate ();
14953 return 0;
14955 _ACEOF
14956 rm -f conftest.$ac_objext conftest$ac_exeext
14957 if { (ac_try="$ac_link"
14958 case "(($ac_try" in
14959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14960 *) ac_try_echo=$ac_try;;
14961 esac
14962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14963 $as_echo "$ac_try_echo") >&5
14964 (eval "$ac_link") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } && {
14971 test -z "$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 } && test -s conftest$ac_exeext && {
14974 test "$cross_compiling" = yes ||
14975 $as_test_x conftest$ac_exeext
14976 }; then
14977 ac_cv_lib_z_inflate=yes
14978 else
14979 $as_echo "$as_me: failed program was:" >&5
14980 sed 's/^/| /' conftest.$ac_ext >&5
14982 ac_cv_lib_z_inflate=no
14985 rm -rf conftest.dSYM
14986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14987 conftest$ac_exeext conftest.$ac_ext
14988 LIBS=$ac_check_lib_save_LIBS
14990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14991 $as_echo "$ac_cv_lib_z_inflate" >&6; }
14992 if test "x$ac_cv_lib_z_inflate" = x""yes; then
14994 cat >>confdefs.h <<\_ACEOF
14995 #define HAVE_ZLIB 1
14996 _ACEOF
14998 ZLIB="-lz"
15004 if test "x$with_esd" != xno
15005 then
15006 save_CFLAGS="$CFLAGS"
15007 # Extract the first word of "esd-config", so it can be a program name with args.
15008 set dummy esd-config; ac_word=$2
15009 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15010 $as_echo_n "checking for $ac_word... " >&6; }
15011 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15012 $as_echo_n "(cached) " >&6
15013 else
15014 case $ESDCONFIG in
15015 [\\/]* | ?:[\\/]*)
15016 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15020 for as_dir in $PATH
15022 IFS=$as_save_IFS
15023 test -z "$as_dir" && as_dir=.
15024 for ac_exec_ext in '' $ac_executable_extensions; do
15025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15026 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15027 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15028 break 2
15030 done
15031 done
15032 IFS=$as_save_IFS
15034 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15036 esac
15038 ESDCONFIG=$ac_cv_path_ESDCONFIG
15039 if test -n "$ESDCONFIG"; then
15040 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15041 $as_echo "$ESDCONFIG" >&6; }
15042 else
15043 { $as_echo "$as_me:$LINENO: result: no" >&5
15044 $as_echo "no" >&6; }
15048 if test "x$ESDCONFIG" != "xno"
15049 then
15050 ac_esd_incl=""
15051 for i in `$ESDCONFIG --cflags`
15053 case "$i" in
15054 -I*) ac_esd_incl="$ac_esd_incl $i";;
15055 esac
15056 done
15057 ac_esd_libs=`$ESDCONFIG --libs`
15058 CFLAGS="$CFLAGS $ac_esd_incl"
15060 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15061 if test "${ac_cv_header_esd_h+set}" = set; then
15062 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15063 $as_echo_n "checking for esd.h... " >&6; }
15064 if test "${ac_cv_header_esd_h+set}" = set; then
15065 $as_echo_n "(cached) " >&6
15067 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15068 $as_echo "$ac_cv_header_esd_h" >&6; }
15069 else
15070 # Is the header compilable?
15071 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15072 $as_echo_n "checking esd.h usability... " >&6; }
15073 cat >conftest.$ac_ext <<_ACEOF
15074 /* confdefs.h. */
15075 _ACEOF
15076 cat confdefs.h >>conftest.$ac_ext
15077 cat >>conftest.$ac_ext <<_ACEOF
15078 /* end confdefs.h. */
15079 $ac_includes_default
15080 #include <esd.h>
15081 _ACEOF
15082 rm -f conftest.$ac_objext
15083 if { (ac_try="$ac_compile"
15084 case "(($ac_try" in
15085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15086 *) ac_try_echo=$ac_try;;
15087 esac
15088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15089 $as_echo "$ac_try_echo") >&5
15090 (eval "$ac_compile") 2>conftest.er1
15091 ac_status=$?
15092 grep -v '^ *+' conftest.er1 >conftest.err
15093 rm -f conftest.er1
15094 cat conftest.err >&5
15095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15096 (exit $ac_status); } && {
15097 test -z "$ac_c_werror_flag" ||
15098 test ! -s conftest.err
15099 } && test -s conftest.$ac_objext; then
15100 ac_header_compiler=yes
15101 else
15102 $as_echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.$ac_ext >&5
15105 ac_header_compiler=no
15108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15109 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15110 $as_echo "$ac_header_compiler" >&6; }
15112 # Is the header present?
15113 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15114 $as_echo_n "checking esd.h presence... " >&6; }
15115 cat >conftest.$ac_ext <<_ACEOF
15116 /* confdefs.h. */
15117 _ACEOF
15118 cat confdefs.h >>conftest.$ac_ext
15119 cat >>conftest.$ac_ext <<_ACEOF
15120 /* end confdefs.h. */
15121 #include <esd.h>
15122 _ACEOF
15123 if { (ac_try="$ac_cpp conftest.$ac_ext"
15124 case "(($ac_try" in
15125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15126 *) ac_try_echo=$ac_try;;
15127 esac
15128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15129 $as_echo "$ac_try_echo") >&5
15130 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15131 ac_status=$?
15132 grep -v '^ *+' conftest.er1 >conftest.err
15133 rm -f conftest.er1
15134 cat conftest.err >&5
15135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15136 (exit $ac_status); } >/dev/null && {
15137 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15138 test ! -s conftest.err
15139 }; then
15140 ac_header_preproc=yes
15141 else
15142 $as_echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15145 ac_header_preproc=no
15148 rm -f conftest.err conftest.$ac_ext
15149 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15150 $as_echo "$ac_header_preproc" >&6; }
15152 # So? What about this header?
15153 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15154 yes:no: )
15155 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15156 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15157 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15158 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15159 ac_header_preproc=yes
15161 no:yes:* )
15162 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15163 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15164 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15165 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15166 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15167 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15168 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15169 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15170 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15171 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15172 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15173 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15174 ( cat <<\_ASBOX
15175 ## ------------------------------------ ##
15176 ## Report this to wine-devel@winehq.org ##
15177 ## ------------------------------------ ##
15178 _ASBOX
15179 ) | sed "s/^/$as_me: WARNING: /" >&2
15181 esac
15182 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15183 $as_echo_n "checking for esd.h... " >&6; }
15184 if test "${ac_cv_header_esd_h+set}" = set; then
15185 $as_echo_n "(cached) " >&6
15186 else
15187 ac_cv_header_esd_h=$ac_header_preproc
15189 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15190 $as_echo "$ac_cv_header_esd_h" >&6; }
15193 if test "x$ac_cv_header_esd_h" = x""yes; then
15194 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15195 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15196 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15197 $as_echo_n "(cached) " >&6
15198 else
15199 ac_check_lib_save_LIBS=$LIBS
15200 LIBS="-lesd $ac_esd_libs $LIBS"
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15208 /* Override any GCC internal prototype to avoid an error.
15209 Use char because int might match the return type of a GCC
15210 builtin and then its argument prototype would still apply. */
15211 #ifdef __cplusplus
15212 extern "C"
15213 #endif
15214 char esd_open_sound ();
15216 main ()
15218 return esd_open_sound ();
15220 return 0;
15222 _ACEOF
15223 rm -f conftest.$ac_objext conftest$ac_exeext
15224 if { (ac_try="$ac_link"
15225 case "(($ac_try" in
15226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227 *) ac_try_echo=$ac_try;;
15228 esac
15229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15230 $as_echo "$ac_try_echo") >&5
15231 (eval "$ac_link") 2>conftest.er1
15232 ac_status=$?
15233 grep -v '^ *+' conftest.er1 >conftest.err
15234 rm -f conftest.er1
15235 cat conftest.err >&5
15236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); } && {
15238 test -z "$ac_c_werror_flag" ||
15239 test ! -s conftest.err
15240 } && test -s conftest$ac_exeext && {
15241 test "$cross_compiling" = yes ||
15242 $as_test_x conftest$ac_exeext
15243 }; then
15244 ac_cv_lib_esd_esd_open_sound=yes
15245 else
15246 $as_echo "$as_me: failed program was:" >&5
15247 sed 's/^/| /' conftest.$ac_ext >&5
15249 ac_cv_lib_esd_esd_open_sound=no
15252 rm -rf conftest.dSYM
15253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15254 conftest$ac_exeext conftest.$ac_ext
15255 LIBS=$ac_check_lib_save_LIBS
15257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15258 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15259 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15260 ESDINCL="$ac_esd_incl"
15262 ESDLIBS="$ac_esd_libs"
15265 cat >>confdefs.h <<\_ACEOF
15266 #define HAVE_ESD 1
15267 _ACEOF
15274 CFLAGS="$save_CFLAGS"
15277 ALSALIBS=""
15279 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15280 then
15281 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15282 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15283 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15284 $as_echo_n "(cached) " >&6
15285 else
15286 ac_check_lib_save_LIBS=$LIBS
15287 LIBS="-lasound $LIBS"
15288 cat >conftest.$ac_ext <<_ACEOF
15289 /* confdefs.h. */
15290 _ACEOF
15291 cat confdefs.h >>conftest.$ac_ext
15292 cat >>conftest.$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15295 /* Override any GCC internal prototype to avoid an error.
15296 Use char because int might match the return type of a GCC
15297 builtin and then its argument prototype would still apply. */
15298 #ifdef __cplusplus
15299 extern "C"
15300 #endif
15301 char snd_pcm_hw_params_get_access ();
15303 main ()
15305 return snd_pcm_hw_params_get_access ();
15307 return 0;
15309 _ACEOF
15310 rm -f conftest.$ac_objext conftest$ac_exeext
15311 if { (ac_try="$ac_link"
15312 case "(($ac_try" in
15313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15314 *) ac_try_echo=$ac_try;;
15315 esac
15316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15317 $as_echo "$ac_try_echo") >&5
15318 (eval "$ac_link") 2>conftest.er1
15319 ac_status=$?
15320 grep -v '^ *+' conftest.er1 >conftest.err
15321 rm -f conftest.er1
15322 cat conftest.err >&5
15323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); } && {
15325 test -z "$ac_c_werror_flag" ||
15326 test ! -s conftest.err
15327 } && test -s conftest$ac_exeext && {
15328 test "$cross_compiling" = yes ||
15329 $as_test_x conftest$ac_exeext
15330 }; then
15331 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15332 else
15333 $as_echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15336 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15339 rm -rf conftest.dSYM
15340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15341 conftest$ac_exeext conftest.$ac_ext
15342 LIBS=$ac_check_lib_save_LIBS
15344 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15345 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15346 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15347 cat >conftest.$ac_ext <<_ACEOF
15348 /* confdefs.h. */
15349 _ACEOF
15350 cat confdefs.h >>conftest.$ac_ext
15351 cat >>conftest.$ac_ext <<_ACEOF
15352 /* end confdefs.h. */
15353 #ifdef HAVE_ALSA_ASOUNDLIB_H
15354 #include <alsa/asoundlib.h>
15355 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15356 #include <sys/asoundlib.h>
15357 #endif
15359 main ()
15361 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15363 return 0;
15365 _ACEOF
15366 rm -f conftest.$ac_objext
15367 if { (ac_try="$ac_compile"
15368 case "(($ac_try" in
15369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15370 *) ac_try_echo=$ac_try;;
15371 esac
15372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15373 $as_echo "$ac_try_echo") >&5
15374 (eval "$ac_compile") 2>conftest.er1
15375 ac_status=$?
15376 grep -v '^ *+' conftest.er1 >conftest.err
15377 rm -f conftest.er1
15378 cat conftest.err >&5
15379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } && {
15381 test -z "$ac_c_werror_flag" ||
15382 test ! -s conftest.err
15383 } && test -s conftest.$ac_objext; then
15385 cat >>confdefs.h <<\_ACEOF
15386 #define HAVE_ALSA 1
15387 _ACEOF
15389 ALSALIBS="-lasound"
15390 else
15391 $as_echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.$ac_ext >&5
15397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15402 AUDIOIOLIBS=""
15404 if test "$ac_cv_header_libaudioio_h" = "yes"
15405 then
15406 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15407 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15408 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15409 $as_echo_n "(cached) " >&6
15410 else
15411 ac_check_lib_save_LIBS=$LIBS
15412 LIBS="-laudioio $LIBS"
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15420 /* Override any GCC internal prototype to avoid an error.
15421 Use char because int might match the return type of a GCC
15422 builtin and then its argument prototype would still apply. */
15423 #ifdef __cplusplus
15424 extern "C"
15425 #endif
15426 char AudioIOGetVersion ();
15428 main ()
15430 return AudioIOGetVersion ();
15432 return 0;
15434 _ACEOF
15435 rm -f conftest.$ac_objext conftest$ac_exeext
15436 if { (ac_try="$ac_link"
15437 case "(($ac_try" in
15438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15439 *) ac_try_echo=$ac_try;;
15440 esac
15441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15442 $as_echo "$ac_try_echo") >&5
15443 (eval "$ac_link") 2>conftest.er1
15444 ac_status=$?
15445 grep -v '^ *+' conftest.er1 >conftest.err
15446 rm -f conftest.er1
15447 cat conftest.err >&5
15448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); } && {
15450 test -z "$ac_c_werror_flag" ||
15451 test ! -s conftest.err
15452 } && test -s conftest$ac_exeext && {
15453 test "$cross_compiling" = yes ||
15454 $as_test_x conftest$ac_exeext
15455 }; then
15456 ac_cv_lib_audioio_AudioIOGetVersion=yes
15457 else
15458 $as_echo "$as_me: failed program was:" >&5
15459 sed 's/^/| /' conftest.$ac_ext >&5
15461 ac_cv_lib_audioio_AudioIOGetVersion=no
15464 rm -rf conftest.dSYM
15465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15466 conftest$ac_exeext conftest.$ac_ext
15467 LIBS=$ac_check_lib_save_LIBS
15469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15470 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15471 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15472 AUDIOIOLIBS="-laudioio"
15474 cat >>confdefs.h <<\_ACEOF
15475 #define HAVE_LIBAUDIOIO 1
15476 _ACEOF
15483 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15484 then
15485 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15486 $as_echo_n "checking for -lcapi20... " >&6; }
15487 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15488 $as_echo_n "(cached) " >&6
15489 else
15490 ac_check_soname_save_LIBS=$LIBS
15491 LIBS="-lcapi20 $LIBS"
15492 cat >conftest.$ac_ext <<_ACEOF
15493 /* confdefs.h. */
15494 _ACEOF
15495 cat confdefs.h >>conftest.$ac_ext
15496 cat >>conftest.$ac_ext <<_ACEOF
15497 /* end confdefs.h. */
15499 /* Override any GCC internal prototype to avoid an error.
15500 Use char because int might match the return type of a GCC
15501 builtin and then its argument prototype would still apply. */
15502 #ifdef __cplusplus
15503 extern "C"
15504 #endif
15505 char capi20_register ();
15507 main ()
15509 return capi20_register ();
15511 return 0;
15513 _ACEOF
15514 rm -f conftest.$ac_objext conftest$ac_exeext
15515 if { (ac_try="$ac_link"
15516 case "(($ac_try" in
15517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15518 *) ac_try_echo=$ac_try;;
15519 esac
15520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15521 $as_echo "$ac_try_echo") >&5
15522 (eval "$ac_link") 2>conftest.er1
15523 ac_status=$?
15524 grep -v '^ *+' conftest.er1 >conftest.err
15525 rm -f conftest.er1
15526 cat conftest.err >&5
15527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); } && {
15529 test -z "$ac_c_werror_flag" ||
15530 test ! -s conftest.err
15531 } && test -s conftest$ac_exeext && {
15532 test "$cross_compiling" = yes ||
15533 $as_test_x conftest$ac_exeext
15534 }; then
15535 case "$LIBEXT" in
15536 dll) ;;
15537 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'` ;;
15538 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15539 esac
15540 else
15541 $as_echo "$as_me: failed program was:" >&5
15542 sed 's/^/| /' conftest.$ac_ext >&5
15547 rm -rf conftest.dSYM
15548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_soname_save_LIBS
15552 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15553 { $as_echo "$as_me:$LINENO: result: not found" >&5
15554 $as_echo "not found" >&6; }
15556 else
15557 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15558 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15560 cat >>confdefs.h <<_ACEOF
15561 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15562 _ACEOF
15568 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15569 case "x$with_capi" in
15570 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15571 xno) ;;
15572 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15573 This is an error since --with-capi was requested." >&5
15574 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15575 This is an error since --with-capi was requested." >&2;}
15576 { (exit 1); exit 1; }; } ;;
15577 esac
15581 CUPSINCL=""
15583 if test "x$with_cups" != "xno"
15584 then
15585 ac_save_CPPFLAGS="$CPPFLAGS"
15586 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15587 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15588 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15590 for ac_header in cups/cups.h
15592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15595 $as_echo_n "checking for $ac_header... " >&6; }
15596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15597 $as_echo_n "(cached) " >&6
15599 ac_res=`eval 'as_val=${'$as_ac_Header'}
15600 $as_echo "$as_val"'`
15601 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15602 $as_echo "$ac_res" >&6; }
15603 else
15604 # Is the header compilable?
15605 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15606 $as_echo_n "checking $ac_header usability... " >&6; }
15607 cat >conftest.$ac_ext <<_ACEOF
15608 /* confdefs.h. */
15609 _ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15613 $ac_includes_default
15614 #include <$ac_header>
15615 _ACEOF
15616 rm -f conftest.$ac_objext
15617 if { (ac_try="$ac_compile"
15618 case "(($ac_try" in
15619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15620 *) ac_try_echo=$ac_try;;
15621 esac
15622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15623 $as_echo "$ac_try_echo") >&5
15624 (eval "$ac_compile") 2>conftest.er1
15625 ac_status=$?
15626 grep -v '^ *+' conftest.er1 >conftest.err
15627 rm -f conftest.er1
15628 cat conftest.err >&5
15629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15630 (exit $ac_status); } && {
15631 test -z "$ac_c_werror_flag" ||
15632 test ! -s conftest.err
15633 } && test -s conftest.$ac_objext; then
15634 ac_header_compiler=yes
15635 else
15636 $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15639 ac_header_compiler=no
15642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15643 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15644 $as_echo "$ac_header_compiler" >&6; }
15646 # Is the header present?
15647 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15648 $as_echo_n "checking $ac_header presence... " >&6; }
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h. */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h. */
15655 #include <$ac_header>
15656 _ACEOF
15657 if { (ac_try="$ac_cpp conftest.$ac_ext"
15658 case "(($ac_try" in
15659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15660 *) ac_try_echo=$ac_try;;
15661 esac
15662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15663 $as_echo "$ac_try_echo") >&5
15664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15665 ac_status=$?
15666 grep -v '^ *+' conftest.er1 >conftest.err
15667 rm -f conftest.er1
15668 cat conftest.err >&5
15669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15670 (exit $ac_status); } >/dev/null && {
15671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15672 test ! -s conftest.err
15673 }; then
15674 ac_header_preproc=yes
15675 else
15676 $as_echo "$as_me: failed program was:" >&5
15677 sed 's/^/| /' conftest.$ac_ext >&5
15679 ac_header_preproc=no
15682 rm -f conftest.err conftest.$ac_ext
15683 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15684 $as_echo "$ac_header_preproc" >&6; }
15686 # So? What about this header?
15687 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15688 yes:no: )
15689 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15690 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15691 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15692 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15693 ac_header_preproc=yes
15695 no:yes:* )
15696 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15697 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15698 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15699 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15700 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15701 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15702 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15703 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15704 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15705 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15706 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15707 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15708 ( cat <<\_ASBOX
15709 ## ------------------------------------ ##
15710 ## Report this to wine-devel@winehq.org ##
15711 ## ------------------------------------ ##
15712 _ASBOX
15713 ) | sed "s/^/$as_me: WARNING: /" >&2
15715 esac
15716 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15717 $as_echo_n "checking for $ac_header... " >&6; }
15718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15719 $as_echo_n "(cached) " >&6
15720 else
15721 eval "$as_ac_Header=\$ac_header_preproc"
15723 ac_res=`eval 'as_val=${'$as_ac_Header'}
15724 $as_echo "$as_val"'`
15725 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15726 $as_echo "$ac_res" >&6; }
15729 as_val=`eval 'as_val=${'$as_ac_Header'}
15730 $as_echo "$as_val"'`
15731 if test "x$as_val" = x""yes; then
15732 cat >>confdefs.h <<_ACEOF
15733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15734 _ACEOF
15735 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15736 $as_echo_n "checking for -lcups... " >&6; }
15737 if test "${ac_cv_lib_soname_cups+set}" = set; then
15738 $as_echo_n "(cached) " >&6
15739 else
15740 ac_check_soname_save_LIBS=$LIBS
15741 LIBS="-lcups $ac_cups_libs $LIBS"
15742 cat >conftest.$ac_ext <<_ACEOF
15743 /* confdefs.h. */
15744 _ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h. */
15749 /* Override any GCC internal prototype to avoid an error.
15750 Use char because int might match the return type of a GCC
15751 builtin and then its argument prototype would still apply. */
15752 #ifdef __cplusplus
15753 extern "C"
15754 #endif
15755 char cupsGetDefault ();
15757 main ()
15759 return cupsGetDefault ();
15761 return 0;
15763 _ACEOF
15764 rm -f conftest.$ac_objext conftest$ac_exeext
15765 if { (ac_try="$ac_link"
15766 case "(($ac_try" in
15767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15768 *) ac_try_echo=$ac_try;;
15769 esac
15770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15771 $as_echo "$ac_try_echo") >&5
15772 (eval "$ac_link") 2>conftest.er1
15773 ac_status=$?
15774 grep -v '^ *+' conftest.er1 >conftest.err
15775 rm -f conftest.er1
15776 cat conftest.err >&5
15777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15778 (exit $ac_status); } && {
15779 test -z "$ac_c_werror_flag" ||
15780 test ! -s conftest.err
15781 } && test -s conftest$ac_exeext && {
15782 test "$cross_compiling" = yes ||
15783 $as_test_x conftest$ac_exeext
15784 }; then
15785 case "$LIBEXT" in
15786 dll) ;;
15787 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'` ;;
15788 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15789 esac
15790 else
15791 $as_echo "$as_me: failed program was:" >&5
15792 sed 's/^/| /' conftest.$ac_ext >&5
15797 rm -rf conftest.dSYM
15798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799 conftest$ac_exeext conftest.$ac_ext
15800 LIBS=$ac_check_soname_save_LIBS
15802 if test "x$ac_cv_lib_soname_cups" = "x"; then
15803 { $as_echo "$as_me:$LINENO: result: not found" >&5
15804 $as_echo "not found" >&6; }
15806 else
15807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15808 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15810 cat >>confdefs.h <<_ACEOF
15811 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15812 _ACEOF
15814 CUPSINCL="$ac_cups_cflags"
15819 done
15821 CPPFLAGS="$ac_save_CPPFLAGS"
15823 if test "x$ac_cv_lib_soname_cups" = "x"; then
15824 case "x$with_cups" in
15825 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15826 xno) ;;
15827 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15828 This is an error since --with-cups was requested." >&5
15829 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15830 This is an error since --with-cups was requested." >&2;}
15831 { (exit 1); exit 1; }; } ;;
15832 esac
15836 if test "$ac_cv_header_jack_jack_h" = "yes"
15837 then
15838 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15839 $as_echo_n "checking for -ljack... " >&6; }
15840 if test "${ac_cv_lib_soname_jack+set}" = set; then
15841 $as_echo_n "(cached) " >&6
15842 else
15843 ac_check_soname_save_LIBS=$LIBS
15844 LIBS="-ljack $LIBS"
15845 cat >conftest.$ac_ext <<_ACEOF
15846 /* confdefs.h. */
15847 _ACEOF
15848 cat confdefs.h >>conftest.$ac_ext
15849 cat >>conftest.$ac_ext <<_ACEOF
15850 /* end confdefs.h. */
15852 /* Override any GCC internal prototype to avoid an error.
15853 Use char because int might match the return type of a GCC
15854 builtin and then its argument prototype would still apply. */
15855 #ifdef __cplusplus
15856 extern "C"
15857 #endif
15858 char jack_client_new ();
15860 main ()
15862 return jack_client_new ();
15864 return 0;
15866 _ACEOF
15867 rm -f conftest.$ac_objext conftest$ac_exeext
15868 if { (ac_try="$ac_link"
15869 case "(($ac_try" in
15870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15871 *) ac_try_echo=$ac_try;;
15872 esac
15873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15874 $as_echo "$ac_try_echo") >&5
15875 (eval "$ac_link") 2>conftest.er1
15876 ac_status=$?
15877 grep -v '^ *+' conftest.er1 >conftest.err
15878 rm -f conftest.er1
15879 cat conftest.err >&5
15880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); } && {
15882 test -z "$ac_c_werror_flag" ||
15883 test ! -s conftest.err
15884 } && test -s conftest$ac_exeext && {
15885 test "$cross_compiling" = yes ||
15886 $as_test_x conftest$ac_exeext
15887 }; then
15888 case "$LIBEXT" in
15889 dll) ;;
15890 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'` ;;
15891 *) 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'` ;;
15892 esac
15893 else
15894 $as_echo "$as_me: failed program was:" >&5
15895 sed 's/^/| /' conftest.$ac_ext >&5
15900 rm -rf conftest.dSYM
15901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15902 conftest$ac_exeext conftest.$ac_ext
15903 LIBS=$ac_check_soname_save_LIBS
15905 if test "x$ac_cv_lib_soname_jack" = "x"; then
15906 { $as_echo "$as_me:$LINENO: result: not found" >&5
15907 $as_echo "not found" >&6; }
15909 else
15910 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15911 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15913 cat >>confdefs.h <<_ACEOF
15914 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15915 _ACEOF
15922 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15923 then
15924 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15925 $as_echo_n "checking for -lfontconfig... " >&6; }
15926 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15927 $as_echo_n "(cached) " >&6
15928 else
15929 ac_check_soname_save_LIBS=$LIBS
15930 LIBS="-lfontconfig $LIBS"
15931 cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h. */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h. */
15938 /* Override any GCC internal prototype to avoid an error.
15939 Use char because int might match the return type of a GCC
15940 builtin and then its argument prototype would still apply. */
15941 #ifdef __cplusplus
15942 extern "C"
15943 #endif
15944 char FcInit ();
15946 main ()
15948 return FcInit ();
15950 return 0;
15952 _ACEOF
15953 rm -f conftest.$ac_objext conftest$ac_exeext
15954 if { (ac_try="$ac_link"
15955 case "(($ac_try" in
15956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15957 *) ac_try_echo=$ac_try;;
15958 esac
15959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15960 $as_echo "$ac_try_echo") >&5
15961 (eval "$ac_link") 2>conftest.er1
15962 ac_status=$?
15963 grep -v '^ *+' conftest.er1 >conftest.err
15964 rm -f conftest.er1
15965 cat conftest.err >&5
15966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15967 (exit $ac_status); } && {
15968 test -z "$ac_c_werror_flag" ||
15969 test ! -s conftest.err
15970 } && test -s conftest$ac_exeext && {
15971 test "$cross_compiling" = yes ||
15972 $as_test_x conftest$ac_exeext
15973 }; then
15974 case "$LIBEXT" in
15975 dll) ;;
15976 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'` ;;
15977 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15978 esac
15979 else
15980 $as_echo "$as_me: failed program was:" >&5
15981 sed 's/^/| /' conftest.$ac_ext >&5
15986 rm -rf conftest.dSYM
15987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15988 conftest$ac_exeext conftest.$ac_ext
15989 LIBS=$ac_check_soname_save_LIBS
15991 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15992 { $as_echo "$as_me:$LINENO: result: not found" >&5
15993 $as_echo "not found" >&6; }
15995 else
15996 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15997 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15999 cat >>confdefs.h <<_ACEOF
16000 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16001 _ACEOF
16006 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16007 then
16008 ac_save_CPPFLAGS="$CPPFLAGS"
16009 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16010 $as_unset ac_cv_header_fontconfig_fontconfig_h
16012 for ac_header in fontconfig/fontconfig.h
16014 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16016 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16017 $as_echo_n "checking for $ac_header... " >&6; }
16018 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16019 $as_echo_n "(cached) " >&6
16021 ac_res=`eval 'as_val=${'$as_ac_Header'}
16022 $as_echo "$as_val"'`
16023 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16024 $as_echo "$ac_res" >&6; }
16025 else
16026 # Is the header compilable?
16027 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16028 $as_echo_n "checking $ac_header usability... " >&6; }
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h. */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h. */
16035 $ac_includes_default
16036 #include <$ac_header>
16037 _ACEOF
16038 rm -f conftest.$ac_objext
16039 if { (ac_try="$ac_compile"
16040 case "(($ac_try" in
16041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16042 *) ac_try_echo=$ac_try;;
16043 esac
16044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16045 $as_echo "$ac_try_echo") >&5
16046 (eval "$ac_compile") 2>conftest.er1
16047 ac_status=$?
16048 grep -v '^ *+' conftest.er1 >conftest.err
16049 rm -f conftest.er1
16050 cat conftest.err >&5
16051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16052 (exit $ac_status); } && {
16053 test -z "$ac_c_werror_flag" ||
16054 test ! -s conftest.err
16055 } && test -s conftest.$ac_objext; then
16056 ac_header_compiler=yes
16057 else
16058 $as_echo "$as_me: failed program was:" >&5
16059 sed 's/^/| /' conftest.$ac_ext >&5
16061 ac_header_compiler=no
16064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16065 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16066 $as_echo "$ac_header_compiler" >&6; }
16068 # Is the header present?
16069 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16070 $as_echo_n "checking $ac_header presence... " >&6; }
16071 cat >conftest.$ac_ext <<_ACEOF
16072 /* confdefs.h. */
16073 _ACEOF
16074 cat confdefs.h >>conftest.$ac_ext
16075 cat >>conftest.$ac_ext <<_ACEOF
16076 /* end confdefs.h. */
16077 #include <$ac_header>
16078 _ACEOF
16079 if { (ac_try="$ac_cpp conftest.$ac_ext"
16080 case "(($ac_try" in
16081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16082 *) ac_try_echo=$ac_try;;
16083 esac
16084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16085 $as_echo "$ac_try_echo") >&5
16086 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16087 ac_status=$?
16088 grep -v '^ *+' conftest.er1 >conftest.err
16089 rm -f conftest.er1
16090 cat conftest.err >&5
16091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } >/dev/null && {
16093 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 }; then
16096 ac_header_preproc=yes
16097 else
16098 $as_echo "$as_me: failed program was:" >&5
16099 sed 's/^/| /' conftest.$ac_ext >&5
16101 ac_header_preproc=no
16104 rm -f conftest.err conftest.$ac_ext
16105 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16106 $as_echo "$ac_header_preproc" >&6; }
16108 # So? What about this header?
16109 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16110 yes:no: )
16111 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16112 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16113 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16114 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16115 ac_header_preproc=yes
16117 no:yes:* )
16118 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16121 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16123 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16124 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16125 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16126 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16127 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16128 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16129 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16130 ( cat <<\_ASBOX
16131 ## ------------------------------------ ##
16132 ## Report this to wine-devel@winehq.org ##
16133 ## ------------------------------------ ##
16134 _ASBOX
16135 ) | sed "s/^/$as_me: WARNING: /" >&2
16137 esac
16138 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16139 $as_echo_n "checking for $ac_header... " >&6; }
16140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16141 $as_echo_n "(cached) " >&6
16142 else
16143 eval "$as_ac_Header=\$ac_header_preproc"
16145 ac_res=`eval 'as_val=${'$as_ac_Header'}
16146 $as_echo "$as_val"'`
16147 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16148 $as_echo "$ac_res" >&6; }
16151 as_val=`eval 'as_val=${'$as_ac_Header'}
16152 $as_echo "$as_val"'`
16153 if test "x$as_val" = x""yes; then
16154 cat >>confdefs.h <<_ACEOF
16155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16156 _ACEOF
16160 done
16162 CPPFLAGS="$ac_save_CPPFLAGS"
16163 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16164 then
16165 FONTCONFIGINCL="$X_CFLAGS"
16167 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16168 $as_echo_n "checking for -lfontconfig... " >&6; }
16169 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16170 $as_echo_n "(cached) " >&6
16171 else
16172 ac_check_soname_save_LIBS=$LIBS
16173 LIBS="-lfontconfig $X_LIBS $LIBS"
16174 cat >conftest.$ac_ext <<_ACEOF
16175 /* confdefs.h. */
16176 _ACEOF
16177 cat confdefs.h >>conftest.$ac_ext
16178 cat >>conftest.$ac_ext <<_ACEOF
16179 /* end confdefs.h. */
16181 /* Override any GCC internal prototype to avoid an error.
16182 Use char because int might match the return type of a GCC
16183 builtin and then its argument prototype would still apply. */
16184 #ifdef __cplusplus
16185 extern "C"
16186 #endif
16187 char FcInit ();
16189 main ()
16191 return FcInit ();
16193 return 0;
16195 _ACEOF
16196 rm -f conftest.$ac_objext conftest$ac_exeext
16197 if { (ac_try="$ac_link"
16198 case "(($ac_try" in
16199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16200 *) ac_try_echo=$ac_try;;
16201 esac
16202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16203 $as_echo "$ac_try_echo") >&5
16204 (eval "$ac_link") 2>conftest.er1
16205 ac_status=$?
16206 grep -v '^ *+' conftest.er1 >conftest.err
16207 rm -f conftest.er1
16208 cat conftest.err >&5
16209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210 (exit $ac_status); } && {
16211 test -z "$ac_c_werror_flag" ||
16212 test ! -s conftest.err
16213 } && test -s conftest$ac_exeext && {
16214 test "$cross_compiling" = yes ||
16215 $as_test_x conftest$ac_exeext
16216 }; then
16217 case "$LIBEXT" in
16218 dll) ;;
16219 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'` ;;
16220 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16221 esac
16222 else
16223 $as_echo "$as_me: failed program was:" >&5
16224 sed 's/^/| /' conftest.$ac_ext >&5
16229 rm -rf conftest.dSYM
16230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16231 conftest$ac_exeext conftest.$ac_ext
16232 LIBS=$ac_check_soname_save_LIBS
16234 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16235 { $as_echo "$as_me:$LINENO: result: not found" >&5
16236 $as_echo "not found" >&6; }
16238 else
16239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16240 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16242 cat >>confdefs.h <<_ACEOF
16243 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16244 _ACEOF
16251 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16252 case "x$with_fontconfig" in
16253 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16254 xno) ;;
16255 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16256 This is an error since --with-fontconfig was requested." >&5
16257 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16258 This is an error since --with-fontconfig was requested." >&2;}
16259 { (exit 1); exit 1; }; } ;;
16260 esac
16264 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16265 then
16266 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16267 $as_echo_n "checking for -lssl... " >&6; }
16268 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16269 $as_echo_n "(cached) " >&6
16270 else
16271 ac_check_soname_save_LIBS=$LIBS
16272 LIBS="-lssl $LIBS"
16273 cat >conftest.$ac_ext <<_ACEOF
16274 /* confdefs.h. */
16275 _ACEOF
16276 cat confdefs.h >>conftest.$ac_ext
16277 cat >>conftest.$ac_ext <<_ACEOF
16278 /* end confdefs.h. */
16280 /* Override any GCC internal prototype to avoid an error.
16281 Use char because int might match the return type of a GCC
16282 builtin and then its argument prototype would still apply. */
16283 #ifdef __cplusplus
16284 extern "C"
16285 #endif
16286 char SSL_library_init ();
16288 main ()
16290 return SSL_library_init ();
16292 return 0;
16294 _ACEOF
16295 rm -f conftest.$ac_objext conftest$ac_exeext
16296 if { (ac_try="$ac_link"
16297 case "(($ac_try" in
16298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16299 *) ac_try_echo=$ac_try;;
16300 esac
16301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16302 $as_echo "$ac_try_echo") >&5
16303 (eval "$ac_link") 2>conftest.er1
16304 ac_status=$?
16305 grep -v '^ *+' conftest.er1 >conftest.err
16306 rm -f conftest.er1
16307 cat conftest.err >&5
16308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); } && {
16310 test -z "$ac_c_werror_flag" ||
16311 test ! -s conftest.err
16312 } && test -s conftest$ac_exeext && {
16313 test "$cross_compiling" = yes ||
16314 $as_test_x conftest$ac_exeext
16315 }; then
16316 case "$LIBEXT" in
16317 dll) ;;
16318 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'` ;;
16319 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16320 esac
16321 else
16322 $as_echo "$as_me: failed program was:" >&5
16323 sed 's/^/| /' conftest.$ac_ext >&5
16328 rm -rf conftest.dSYM
16329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16330 conftest$ac_exeext conftest.$ac_ext
16331 LIBS=$ac_check_soname_save_LIBS
16333 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16334 { $as_echo "$as_me:$LINENO: result: not found" >&5
16335 $as_echo "not found" >&6; }
16337 else
16338 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16339 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16341 cat >>confdefs.h <<_ACEOF
16342 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16343 _ACEOF
16348 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16349 $as_echo_n "checking for -lcrypto... " >&6; }
16350 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16351 $as_echo_n "(cached) " >&6
16352 else
16353 ac_check_soname_save_LIBS=$LIBS
16354 LIBS="-lcrypto $LIBS"
16355 cat >conftest.$ac_ext <<_ACEOF
16356 /* confdefs.h. */
16357 _ACEOF
16358 cat confdefs.h >>conftest.$ac_ext
16359 cat >>conftest.$ac_ext <<_ACEOF
16360 /* end confdefs.h. */
16362 /* Override any GCC internal prototype to avoid an error.
16363 Use char because int might match the return type of a GCC
16364 builtin and then its argument prototype would still apply. */
16365 #ifdef __cplusplus
16366 extern "C"
16367 #endif
16368 char BIO_new_socket ();
16370 main ()
16372 return BIO_new_socket ();
16374 return 0;
16376 _ACEOF
16377 rm -f conftest.$ac_objext conftest$ac_exeext
16378 if { (ac_try="$ac_link"
16379 case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382 esac
16383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384 $as_echo "$ac_try_echo") >&5
16385 (eval "$ac_link") 2>conftest.er1
16386 ac_status=$?
16387 grep -v '^ *+' conftest.er1 >conftest.err
16388 rm -f conftest.er1
16389 cat conftest.err >&5
16390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391 (exit $ac_status); } && {
16392 test -z "$ac_c_werror_flag" ||
16393 test ! -s conftest.err
16394 } && test -s conftest$ac_exeext && {
16395 test "$cross_compiling" = yes ||
16396 $as_test_x conftest$ac_exeext
16397 }; then
16398 case "$LIBEXT" in
16399 dll) ;;
16400 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'` ;;
16401 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16402 esac
16403 else
16404 $as_echo "$as_me: failed program was:" >&5
16405 sed 's/^/| /' conftest.$ac_ext >&5
16410 rm -rf conftest.dSYM
16411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16412 conftest$ac_exeext conftest.$ac_ext
16413 LIBS=$ac_check_soname_save_LIBS
16415 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16416 { $as_echo "$as_me:$LINENO: result: not found" >&5
16417 $as_echo "not found" >&6; }
16419 else
16420 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16421 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16423 cat >>confdefs.h <<_ACEOF
16424 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16425 _ACEOF
16431 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16432 case "x$with_openssl" in
16433 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16434 xno) ;;
16435 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16436 This is an error since --with-openssl was requested." >&5
16437 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16438 This is an error since --with-openssl was requested." >&2;}
16439 { (exit 1); exit 1; }; } ;;
16440 esac
16444 if test "$ac_cv_header_jpeglib_h" = "yes"
16445 then
16446 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16447 $as_echo_n "checking for -ljpeg... " >&6; }
16448 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16449 $as_echo_n "(cached) " >&6
16450 else
16451 ac_check_soname_save_LIBS=$LIBS
16452 LIBS="-ljpeg $LIBS"
16453 cat >conftest.$ac_ext <<_ACEOF
16454 /* confdefs.h. */
16455 _ACEOF
16456 cat confdefs.h >>conftest.$ac_ext
16457 cat >>conftest.$ac_ext <<_ACEOF
16458 /* end confdefs.h. */
16460 /* Override any GCC internal prototype to avoid an error.
16461 Use char because int might match the return type of a GCC
16462 builtin and then its argument prototype would still apply. */
16463 #ifdef __cplusplus
16464 extern "C"
16465 #endif
16466 char jpeg_start_decompress ();
16468 main ()
16470 return jpeg_start_decompress ();
16472 return 0;
16474 _ACEOF
16475 rm -f conftest.$ac_objext conftest$ac_exeext
16476 if { (ac_try="$ac_link"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16482 $as_echo "$ac_try_echo") >&5
16483 (eval "$ac_link") 2>conftest.er1
16484 ac_status=$?
16485 grep -v '^ *+' conftest.er1 >conftest.err
16486 rm -f conftest.er1
16487 cat conftest.err >&5
16488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489 (exit $ac_status); } && {
16490 test -z "$ac_c_werror_flag" ||
16491 test ! -s conftest.err
16492 } && test -s conftest$ac_exeext && {
16493 test "$cross_compiling" = yes ||
16494 $as_test_x conftest$ac_exeext
16495 }; then
16496 case "$LIBEXT" in
16497 dll) ;;
16498 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'` ;;
16499 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16500 esac
16501 else
16502 $as_echo "$as_me: failed program was:" >&5
16503 sed 's/^/| /' conftest.$ac_ext >&5
16508 rm -rf conftest.dSYM
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16514 { $as_echo "$as_me:$LINENO: result: not found" >&5
16515 $as_echo "not found" >&6; }
16517 else
16518 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16519 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16523 _ACEOF
16529 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16530 case "x$with_jpeg" in
16531 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16532 xno) ;;
16533 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16534 This is an error since --with-jpeg was requested." >&5
16535 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16536 This is an error since --with-jpeg was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16538 esac
16542 if test "$ac_cv_header_png_h" = "yes"
16543 then
16544 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16545 $as_echo_n "checking for -lpng... " >&6; }
16546 if test "${ac_cv_lib_soname_png+set}" = set; then
16547 $as_echo_n "(cached) " >&6
16548 else
16549 ac_check_soname_save_LIBS=$LIBS
16550 LIBS="-lpng -lm -lz $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16561 #ifdef __cplusplus
16562 extern "C"
16563 #endif
16564 char png_create_read_struct ();
16566 main ()
16568 return png_create_read_struct ();
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
16575 case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16580 $as_echo "$ac_try_echo") >&5
16581 (eval "$ac_link") 2>conftest.er1
16582 ac_status=$?
16583 grep -v '^ *+' conftest.er1 >conftest.err
16584 rm -f conftest.er1
16585 cat conftest.err >&5
16586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587 (exit $ac_status); } && {
16588 test -z "$ac_c_werror_flag" ||
16589 test ! -s conftest.err
16590 } && test -s conftest$ac_exeext && {
16591 test "$cross_compiling" = yes ||
16592 $as_test_x conftest$ac_exeext
16593 }; then
16594 case "$LIBEXT" in
16595 dll) ;;
16596 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'` ;;
16597 *) 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'` ;;
16598 esac
16599 else
16600 $as_echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16606 rm -rf conftest.dSYM
16607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16608 conftest$ac_exeext conftest.$ac_ext
16609 LIBS=$ac_check_soname_save_LIBS
16611 if test "x$ac_cv_lib_soname_png" = "x"; then
16612 { $as_echo "$as_me:$LINENO: result: not found" >&5
16613 $as_echo "not found" >&6; }
16615 else
16616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16617 $as_echo "$ac_cv_lib_soname_png" >&6; }
16619 cat >>confdefs.h <<_ACEOF
16620 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16621 _ACEOF
16626 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16627 then
16628 ac_save_CPPFLAGS="$CPPFLAGS"
16629 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16630 $as_unset ac_cv_header_png_h
16632 for ac_header in png.h
16634 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16636 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16637 $as_echo_n "checking for $ac_header... " >&6; }
16638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16639 $as_echo_n "(cached) " >&6
16641 ac_res=`eval 'as_val=${'$as_ac_Header'}
16642 $as_echo "$as_val"'`
16643 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16644 $as_echo "$ac_res" >&6; }
16645 else
16646 # Is the header compilable?
16647 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16648 $as_echo_n "checking $ac_header usability... " >&6; }
16649 cat >conftest.$ac_ext <<_ACEOF
16650 /* confdefs.h. */
16651 _ACEOF
16652 cat confdefs.h >>conftest.$ac_ext
16653 cat >>conftest.$ac_ext <<_ACEOF
16654 /* end confdefs.h. */
16655 $ac_includes_default
16656 #include <$ac_header>
16657 _ACEOF
16658 rm -f conftest.$ac_objext
16659 if { (ac_try="$ac_compile"
16660 case "(($ac_try" in
16661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16662 *) ac_try_echo=$ac_try;;
16663 esac
16664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16665 $as_echo "$ac_try_echo") >&5
16666 (eval "$ac_compile") 2>conftest.er1
16667 ac_status=$?
16668 grep -v '^ *+' conftest.er1 >conftest.err
16669 rm -f conftest.er1
16670 cat conftest.err >&5
16671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); } && {
16673 test -z "$ac_c_werror_flag" ||
16674 test ! -s conftest.err
16675 } && test -s conftest.$ac_objext; then
16676 ac_header_compiler=yes
16677 else
16678 $as_echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.$ac_ext >&5
16681 ac_header_compiler=no
16684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16685 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16686 $as_echo "$ac_header_compiler" >&6; }
16688 # Is the header present?
16689 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16690 $as_echo_n "checking $ac_header presence... " >&6; }
16691 cat >conftest.$ac_ext <<_ACEOF
16692 /* confdefs.h. */
16693 _ACEOF
16694 cat confdefs.h >>conftest.$ac_ext
16695 cat >>conftest.$ac_ext <<_ACEOF
16696 /* end confdefs.h. */
16697 #include <$ac_header>
16698 _ACEOF
16699 if { (ac_try="$ac_cpp conftest.$ac_ext"
16700 case "(($ac_try" in
16701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16702 *) ac_try_echo=$ac_try;;
16703 esac
16704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16705 $as_echo "$ac_try_echo") >&5
16706 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16707 ac_status=$?
16708 grep -v '^ *+' conftest.er1 >conftest.err
16709 rm -f conftest.er1
16710 cat conftest.err >&5
16711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); } >/dev/null && {
16713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16714 test ! -s conftest.err
16715 }; then
16716 ac_header_preproc=yes
16717 else
16718 $as_echo "$as_me: failed program was:" >&5
16719 sed 's/^/| /' conftest.$ac_ext >&5
16721 ac_header_preproc=no
16724 rm -f conftest.err conftest.$ac_ext
16725 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16726 $as_echo "$ac_header_preproc" >&6; }
16728 # So? What about this header?
16729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16730 yes:no: )
16731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16732 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16734 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16735 ac_header_preproc=yes
16737 no:yes:* )
16738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16739 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16741 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16743 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16744 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16745 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16746 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16747 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16748 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16749 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16750 ( cat <<\_ASBOX
16751 ## ------------------------------------ ##
16752 ## Report this to wine-devel@winehq.org ##
16753 ## ------------------------------------ ##
16754 _ASBOX
16755 ) | sed "s/^/$as_me: WARNING: /" >&2
16757 esac
16758 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16759 $as_echo_n "checking for $ac_header... " >&6; }
16760 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16761 $as_echo_n "(cached) " >&6
16762 else
16763 eval "$as_ac_Header=\$ac_header_preproc"
16765 ac_res=`eval 'as_val=${'$as_ac_Header'}
16766 $as_echo "$as_val"'`
16767 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16768 $as_echo "$ac_res" >&6; }
16771 as_val=`eval 'as_val=${'$as_ac_Header'}
16772 $as_echo "$as_val"'`
16773 if test "x$as_val" = x""yes; then
16774 cat >>confdefs.h <<_ACEOF
16775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16776 _ACEOF
16780 done
16782 CPPFLAGS="$ac_save_CPPFLAGS"
16783 if test "$ac_cv_header_png_h" = "yes"
16784 then
16785 PNGINCL="$X_CFLAGS"
16787 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16788 $as_echo_n "checking for -lpng... " >&6; }
16789 if test "${ac_cv_lib_soname_png+set}" = set; then
16790 $as_echo_n "(cached) " >&6
16791 else
16792 ac_check_soname_save_LIBS=$LIBS
16793 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16794 cat >conftest.$ac_ext <<_ACEOF
16795 /* confdefs.h. */
16796 _ACEOF
16797 cat confdefs.h >>conftest.$ac_ext
16798 cat >>conftest.$ac_ext <<_ACEOF
16799 /* end confdefs.h. */
16801 /* Override any GCC internal prototype to avoid an error.
16802 Use char because int might match the return type of a GCC
16803 builtin and then its argument prototype would still apply. */
16804 #ifdef __cplusplus
16805 extern "C"
16806 #endif
16807 char png_create_read_struct ();
16809 main ()
16811 return png_create_read_struct ();
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16823 $as_echo "$ac_try_echo") >&5
16824 (eval "$ac_link") 2>conftest.er1
16825 ac_status=$?
16826 grep -v '^ *+' conftest.er1 >conftest.err
16827 rm -f conftest.er1
16828 cat conftest.err >&5
16829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16830 (exit $ac_status); } && {
16831 test -z "$ac_c_werror_flag" ||
16832 test ! -s conftest.err
16833 } && test -s conftest$ac_exeext && {
16834 test "$cross_compiling" = yes ||
16835 $as_test_x conftest$ac_exeext
16836 }; then
16837 case "$LIBEXT" in
16838 dll) ;;
16839 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'` ;;
16840 *) 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'` ;;
16841 esac
16842 else
16843 $as_echo "$as_me: failed program was:" >&5
16844 sed 's/^/| /' conftest.$ac_ext >&5
16849 rm -rf conftest.dSYM
16850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16851 conftest$ac_exeext conftest.$ac_ext
16852 LIBS=$ac_check_soname_save_LIBS
16854 if test "x$ac_cv_lib_soname_png" = "x"; then
16855 { $as_echo "$as_me:$LINENO: result: not found" >&5
16856 $as_echo "not found" >&6; }
16858 else
16859 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16860 $as_echo "$ac_cv_lib_soname_png" >&6; }
16862 cat >>confdefs.h <<_ACEOF
16863 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16864 _ACEOF
16871 if test "x$ac_cv_lib_soname_png" = "x"; then
16872 case "x$with_png" in
16873 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16874 xno) ;;
16875 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16876 This is an error since --with-png was requested." >&5
16877 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16878 This is an error since --with-png was requested." >&2;}
16879 { (exit 1); exit 1; }; } ;;
16880 esac
16884 if test "$ac_cv_header_kstat_h" = "yes"
16885 then
16886 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16887 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16888 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16889 $as_echo_n "(cached) " >&6
16890 else
16891 ac_check_lib_save_LIBS=$LIBS
16892 LIBS="-lkstat $LIBS"
16893 cat >conftest.$ac_ext <<_ACEOF
16894 /* confdefs.h. */
16895 _ACEOF
16896 cat confdefs.h >>conftest.$ac_ext
16897 cat >>conftest.$ac_ext <<_ACEOF
16898 /* end confdefs.h. */
16900 /* Override any GCC internal prototype to avoid an error.
16901 Use char because int might match the return type of a GCC
16902 builtin and then its argument prototype would still apply. */
16903 #ifdef __cplusplus
16904 extern "C"
16905 #endif
16906 char kstat_open ();
16908 main ()
16910 return kstat_open ();
16912 return 0;
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919 *) ac_try_echo=$ac_try;;
16920 esac
16921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16922 $as_echo "$ac_try_echo") >&5
16923 (eval "$ac_link") 2>conftest.er1
16924 ac_status=$?
16925 grep -v '^ *+' conftest.er1 >conftest.err
16926 rm -f conftest.er1
16927 cat conftest.err >&5
16928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext && {
16933 test "$cross_compiling" = yes ||
16934 $as_test_x conftest$ac_exeext
16935 }; then
16936 ac_cv_lib_kstat_kstat_open=yes
16937 else
16938 $as_echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16941 ac_cv_lib_kstat_kstat_open=no
16944 rm -rf conftest.dSYM
16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16946 conftest$ac_exeext conftest.$ac_ext
16947 LIBS=$ac_check_lib_save_LIBS
16949 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16950 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16951 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
16953 cat >>confdefs.h <<\_ACEOF
16954 #define HAVE_LIBKSTAT 1
16955 _ACEOF
16957 LIBKSTAT="-lkstat"
16963 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16964 $as_echo_n "checking for -lodbc... " >&6; }
16965 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16966 $as_echo_n "(cached) " >&6
16967 else
16968 ac_check_soname_save_LIBS=$LIBS
16969 LIBS="-lodbc $LIBS"
16970 cat >conftest.$ac_ext <<_ACEOF
16971 /* confdefs.h. */
16972 _ACEOF
16973 cat confdefs.h >>conftest.$ac_ext
16974 cat >>conftest.$ac_ext <<_ACEOF
16975 /* end confdefs.h. */
16977 /* Override any GCC internal prototype to avoid an error.
16978 Use char because int might match the return type of a GCC
16979 builtin and then its argument prototype would still apply. */
16980 #ifdef __cplusplus
16981 extern "C"
16982 #endif
16983 char SQLConnect ();
16985 main ()
16987 return SQLConnect ();
16989 return 0;
16991 _ACEOF
16992 rm -f conftest.$ac_objext conftest$ac_exeext
16993 if { (ac_try="$ac_link"
16994 case "(($ac_try" in
16995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16996 *) ac_try_echo=$ac_try;;
16997 esac
16998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16999 $as_echo "$ac_try_echo") >&5
17000 (eval "$ac_link") 2>conftest.er1
17001 ac_status=$?
17002 grep -v '^ *+' conftest.er1 >conftest.err
17003 rm -f conftest.er1
17004 cat conftest.err >&5
17005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006 (exit $ac_status); } && {
17007 test -z "$ac_c_werror_flag" ||
17008 test ! -s conftest.err
17009 } && test -s conftest$ac_exeext && {
17010 test "$cross_compiling" = yes ||
17011 $as_test_x conftest$ac_exeext
17012 }; then
17013 case "$LIBEXT" in
17014 dll) ;;
17015 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'` ;;
17016 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17017 esac
17018 else
17019 $as_echo "$as_me: failed program was:" >&5
17020 sed 's/^/| /' conftest.$ac_ext >&5
17025 rm -rf conftest.dSYM
17026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17027 conftest$ac_exeext conftest.$ac_ext
17028 LIBS=$ac_check_soname_save_LIBS
17030 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17031 { $as_echo "$as_me:$LINENO: result: not found" >&5
17032 $as_echo "not found" >&6; }
17033 cat >>confdefs.h <<_ACEOF
17034 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17035 _ACEOF
17037 else
17038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17039 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17041 cat >>confdefs.h <<_ACEOF
17042 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17043 _ACEOF
17049 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17050 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17051 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17052 "$ac_cv_header_soundcard_h" != "yes" -a \
17053 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17054 then
17055 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17059 EXTRACFLAGS=""
17061 if test "x${GCC}" = "xyes"
17062 then
17063 EXTRACFLAGS="-Wall -pipe"
17065 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17066 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17067 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17068 $as_echo_n "(cached) " >&6
17069 else
17070 if test "$cross_compiling" = yes; then
17071 ac_cv_c_gcc_strength_bug="yes"
17072 else
17073 cat >conftest.$ac_ext <<_ACEOF
17074 /* confdefs.h. */
17075 _ACEOF
17076 cat confdefs.h >>conftest.$ac_ext
17077 cat >>conftest.$ac_ext <<_ACEOF
17078 /* end confdefs.h. */
17079 int L[4] = {0,1,2,3};
17081 main ()
17083 static int Array[3];
17084 unsigned int B = 3;
17085 int i;
17086 for(i=0; i<B; i++) Array[i] = i - 3;
17087 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17088 L[i] = 4;
17089 return (Array[1] != -2 || L[2] != 3)
17091 return 0;
17093 _ACEOF
17094 rm -f conftest$ac_exeext
17095 if { (ac_try="$ac_link"
17096 case "(($ac_try" in
17097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17098 *) ac_try_echo=$ac_try;;
17099 esac
17100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17101 $as_echo "$ac_try_echo") >&5
17102 (eval "$ac_link") 2>&5
17103 ac_status=$?
17104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17106 { (case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17111 $as_echo "$ac_try_echo") >&5
17112 (eval "$ac_try") 2>&5
17113 ac_status=$?
17114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); }; }; then
17116 ac_cv_c_gcc_strength_bug="no"
17117 else
17118 $as_echo "$as_me: program exited with status $ac_status" >&5
17119 $as_echo "$as_me: failed program was:" >&5
17120 sed 's/^/| /' conftest.$ac_ext >&5
17122 ( exit $ac_status )
17123 ac_cv_c_gcc_strength_bug="yes"
17125 rm -rf conftest.dSYM
17126 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17131 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17132 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17133 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17134 then
17135 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17138 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17139 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17140 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17141 $as_echo_n "(cached) " >&6
17142 else
17143 ac_wine_try_cflags_saved=$CFLAGS
17144 CFLAGS="$CFLAGS -fno-builtin"
17145 cat >conftest.$ac_ext <<_ACEOF
17146 /* confdefs.h. */
17147 _ACEOF
17148 cat confdefs.h >>conftest.$ac_ext
17149 cat >>conftest.$ac_ext <<_ACEOF
17150 /* end confdefs.h. */
17153 main ()
17157 return 0;
17159 _ACEOF
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17164 *) ac_try_echo=$ac_try;;
17165 esac
17166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17167 $as_echo "$ac_try_echo") >&5
17168 (eval "$ac_link") 2>conftest.er1
17169 ac_status=$?
17170 grep -v '^ *+' conftest.er1 >conftest.err
17171 rm -f conftest.er1
17172 cat conftest.err >&5
17173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174 (exit $ac_status); } && {
17175 test -z "$ac_c_werror_flag" ||
17176 test ! -s conftest.err
17177 } && test -s conftest$ac_exeext && {
17178 test "$cross_compiling" = yes ||
17179 $as_test_x conftest$ac_exeext
17180 }; then
17181 ac_cv_cflags__fno_builtin=yes
17182 else
17183 $as_echo "$as_me: failed program was:" >&5
17184 sed 's/^/| /' conftest.$ac_ext >&5
17186 ac_cv_cflags__fno_builtin=no
17189 rm -rf conftest.dSYM
17190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17191 conftest$ac_exeext conftest.$ac_ext
17192 CFLAGS=$ac_wine_try_cflags_saved
17194 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17195 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17196 if test $ac_cv_cflags__fno_builtin = yes; then
17197 BUILTINFLAG="-fno-builtin"
17201 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17202 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17203 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17204 $as_echo_n "(cached) " >&6
17205 else
17206 ac_wine_try_cflags_saved=$CFLAGS
17207 CFLAGS="$CFLAGS -fno-strict-aliasing"
17208 cat >conftest.$ac_ext <<_ACEOF
17209 /* confdefs.h. */
17210 _ACEOF
17211 cat confdefs.h >>conftest.$ac_ext
17212 cat >>conftest.$ac_ext <<_ACEOF
17213 /* end confdefs.h. */
17216 main ()
17220 return 0;
17222 _ACEOF
17223 rm -f conftest.$ac_objext conftest$ac_exeext
17224 if { (ac_try="$ac_link"
17225 case "(($ac_try" in
17226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227 *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231 (eval "$ac_link") 2>conftest.er1
17232 ac_status=$?
17233 grep -v '^ *+' conftest.er1 >conftest.err
17234 rm -f conftest.er1
17235 cat conftest.err >&5
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && {
17238 test -z "$ac_c_werror_flag" ||
17239 test ! -s conftest.err
17240 } && test -s conftest$ac_exeext && {
17241 test "$cross_compiling" = yes ||
17242 $as_test_x conftest$ac_exeext
17243 }; then
17244 ac_cv_cflags__fno_strict_aliasing=yes
17245 else
17246 $as_echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_cflags__fno_strict_aliasing=no
17252 rm -rf conftest.dSYM
17253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17254 conftest$ac_exeext conftest.$ac_ext
17255 CFLAGS=$ac_wine_try_cflags_saved
17257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17258 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17259 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17260 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17263 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17264 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17265 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17266 $as_echo_n "(cached) " >&6
17267 else
17268 ac_wine_try_cflags_saved=$CFLAGS
17269 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17270 cat >conftest.$ac_ext <<_ACEOF
17271 /* confdefs.h. */
17272 _ACEOF
17273 cat confdefs.h >>conftest.$ac_ext
17274 cat >>conftest.$ac_ext <<_ACEOF
17275 /* end confdefs.h. */
17278 main ()
17282 return 0;
17284 _ACEOF
17285 rm -f conftest.$ac_objext conftest$ac_exeext
17286 if { (ac_try="$ac_link"
17287 case "(($ac_try" in
17288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17289 *) ac_try_echo=$ac_try;;
17290 esac
17291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17292 $as_echo "$ac_try_echo") >&5
17293 (eval "$ac_link") 2>conftest.er1
17294 ac_status=$?
17295 grep -v '^ *+' conftest.er1 >conftest.err
17296 rm -f conftest.er1
17297 cat conftest.err >&5
17298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } && {
17300 test -z "$ac_c_werror_flag" ||
17301 test ! -s conftest.err
17302 } && test -s conftest$ac_exeext && {
17303 test "$cross_compiling" = yes ||
17304 $as_test_x conftest$ac_exeext
17305 }; then
17306 ac_cv_cflags__Wdeclaration_after_statement=yes
17307 else
17308 $as_echo "$as_me: failed program was:" >&5
17309 sed 's/^/| /' conftest.$ac_ext >&5
17311 ac_cv_cflags__Wdeclaration_after_statement=no
17314 rm -rf conftest.dSYM
17315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17316 conftest$ac_exeext conftest.$ac_ext
17317 CFLAGS=$ac_wine_try_cflags_saved
17319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17320 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17321 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17322 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17325 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17326 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17327 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17328 $as_echo_n "(cached) " >&6
17329 else
17330 ac_wine_try_cflags_saved=$CFLAGS
17331 CFLAGS="$CFLAGS -Wwrite-strings"
17332 cat >conftest.$ac_ext <<_ACEOF
17333 /* confdefs.h. */
17334 _ACEOF
17335 cat confdefs.h >>conftest.$ac_ext
17336 cat >>conftest.$ac_ext <<_ACEOF
17337 /* end confdefs.h. */
17340 main ()
17344 return 0;
17346 _ACEOF
17347 rm -f conftest.$ac_objext conftest$ac_exeext
17348 if { (ac_try="$ac_link"
17349 case "(($ac_try" in
17350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17351 *) ac_try_echo=$ac_try;;
17352 esac
17353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17354 $as_echo "$ac_try_echo") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext && {
17365 test "$cross_compiling" = yes ||
17366 $as_test_x conftest$ac_exeext
17367 }; then
17368 ac_cv_cflags__Wwrite_strings=yes
17369 else
17370 $as_echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17373 ac_cv_cflags__Wwrite_strings=no
17376 rm -rf conftest.dSYM
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17379 CFLAGS=$ac_wine_try_cflags_saved
17381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17382 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17383 if test $ac_cv_cflags__Wwrite_strings = yes; then
17384 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17387 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17388 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17389 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17390 $as_echo_n "(cached) " >&6
17391 else
17392 ac_wine_try_cflags_saved=$CFLAGS
17393 CFLAGS="$CFLAGS -Wtype-limits"
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17402 main ()
17406 return 0;
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17416 $as_echo "$ac_try_echo") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext && {
17427 test "$cross_compiling" = yes ||
17428 $as_test_x conftest$ac_exeext
17429 }; then
17430 ac_cv_cflags__Wtype_limits=yes
17431 else
17432 $as_echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.$ac_ext >&5
17435 ac_cv_cflags__Wtype_limits=no
17438 rm -rf conftest.dSYM
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17440 conftest$ac_exeext conftest.$ac_ext
17441 CFLAGS=$ac_wine_try_cflags_saved
17443 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17444 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17445 if test $ac_cv_cflags__Wtype_limits = yes; then
17446 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17450 saved_CFLAGS="$CFLAGS"
17451 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17452 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17453 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17454 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17455 $as_echo_n "(cached) " >&6
17456 else
17457 cat >conftest.$ac_ext <<_ACEOF
17458 /* confdefs.h. */
17459 _ACEOF
17460 cat confdefs.h >>conftest.$ac_ext
17461 cat >>conftest.$ac_ext <<_ACEOF
17462 /* end confdefs.h. */
17463 #include <string.h>
17465 main ()
17469 return 0;
17471 _ACEOF
17472 rm -f conftest.$ac_objext
17473 if { (ac_try="$ac_compile"
17474 case "(($ac_try" in
17475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17476 *) ac_try_echo=$ac_try;;
17477 esac
17478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17479 $as_echo "$ac_try_echo") >&5
17480 (eval "$ac_compile") 2>conftest.er1
17481 ac_status=$?
17482 grep -v '^ *+' conftest.er1 >conftest.err
17483 rm -f conftest.er1
17484 cat conftest.err >&5
17485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); } && {
17487 test -z "$ac_c_werror_flag" ||
17488 test ! -s conftest.err
17489 } && test -s conftest.$ac_objext; then
17490 ac_cv_c_string_h_warnings=no
17491 else
17492 $as_echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.$ac_ext >&5
17495 ac_cv_c_string_h_warnings=yes
17498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17501 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17502 CFLAGS="$saved_CFLAGS"
17503 if test "$ac_cv_c_string_h_warnings" = "no"
17504 then
17505 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17510 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17511 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17512 if test "${ac_cv_asm_func_def+set}" = set; then
17513 $as_echo_n "(cached) " >&6
17514 else
17515 cat >conftest.$ac_ext <<_ACEOF
17516 /* confdefs.h. */
17517 _ACEOF
17518 cat confdefs.h >>conftest.$ac_ext
17519 cat >>conftest.$ac_ext <<_ACEOF
17520 /* end confdefs.h. */
17523 main ()
17525 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17527 return 0;
17529 _ACEOF
17530 rm -f conftest.$ac_objext conftest$ac_exeext
17531 if { (ac_try="$ac_link"
17532 case "(($ac_try" in
17533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17534 *) ac_try_echo=$ac_try;;
17535 esac
17536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17537 $as_echo "$ac_try_echo") >&5
17538 (eval "$ac_link") 2>conftest.er1
17539 ac_status=$?
17540 grep -v '^ *+' conftest.er1 >conftest.err
17541 rm -f conftest.er1
17542 cat conftest.err >&5
17543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17544 (exit $ac_status); } && {
17545 test -z "$ac_c_werror_flag" ||
17546 test ! -s conftest.err
17547 } && test -s conftest$ac_exeext && {
17548 test "$cross_compiling" = yes ||
17549 $as_test_x conftest$ac_exeext
17550 }; then
17551 ac_cv_asm_func_def=".def"
17552 else
17553 $as_echo "$as_me: failed program was:" >&5
17554 sed 's/^/| /' conftest.$ac_ext >&5
17556 cat >conftest.$ac_ext <<_ACEOF
17557 /* confdefs.h. */
17558 _ACEOF
17559 cat confdefs.h >>conftest.$ac_ext
17560 cat >>conftest.$ac_ext <<_ACEOF
17561 /* end confdefs.h. */
17564 main ()
17566 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17568 return 0;
17570 _ACEOF
17571 rm -f conftest.$ac_objext conftest$ac_exeext
17572 if { (ac_try="$ac_link"
17573 case "(($ac_try" in
17574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17575 *) ac_try_echo=$ac_try;;
17576 esac
17577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17578 $as_echo "$ac_try_echo") >&5
17579 (eval "$ac_link") 2>conftest.er1
17580 ac_status=$?
17581 grep -v '^ *+' conftest.er1 >conftest.err
17582 rm -f conftest.er1
17583 cat conftest.err >&5
17584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17585 (exit $ac_status); } && {
17586 test -z "$ac_c_werror_flag" ||
17587 test ! -s conftest.err
17588 } && test -s conftest$ac_exeext && {
17589 test "$cross_compiling" = yes ||
17590 $as_test_x conftest$ac_exeext
17591 }; then
17592 ac_cv_asm_func_def=".type @function"
17593 else
17594 $as_echo "$as_me: failed program was:" >&5
17595 sed 's/^/| /' conftest.$ac_ext >&5
17597 cat >conftest.$ac_ext <<_ACEOF
17598 /* confdefs.h. */
17599 _ACEOF
17600 cat confdefs.h >>conftest.$ac_ext
17601 cat >>conftest.$ac_ext <<_ACEOF
17602 /* end confdefs.h. */
17605 main ()
17607 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17609 return 0;
17611 _ACEOF
17612 rm -f conftest.$ac_objext conftest$ac_exeext
17613 if { (ac_try="$ac_link"
17614 case "(($ac_try" in
17615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17616 *) ac_try_echo=$ac_try;;
17617 esac
17618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17619 $as_echo "$ac_try_echo") >&5
17620 (eval "$ac_link") 2>conftest.er1
17621 ac_status=$?
17622 grep -v '^ *+' conftest.er1 >conftest.err
17623 rm -f conftest.er1
17624 cat conftest.err >&5
17625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17626 (exit $ac_status); } && {
17627 test -z "$ac_c_werror_flag" ||
17628 test ! -s conftest.err
17629 } && test -s conftest$ac_exeext && {
17630 test "$cross_compiling" = yes ||
17631 $as_test_x conftest$ac_exeext
17632 }; then
17633 ac_cv_asm_func_def=".type 2"
17634 else
17635 $as_echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.$ac_ext >&5
17638 ac_cv_asm_func_def="unknown"
17641 rm -rf conftest.dSYM
17642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17643 conftest$ac_exeext conftest.$ac_ext
17646 rm -rf conftest.dSYM
17647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17648 conftest$ac_exeext conftest.$ac_ext
17651 rm -rf conftest.dSYM
17652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17653 conftest$ac_exeext conftest.$ac_ext
17655 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17656 $as_echo "$ac_cv_asm_func_def" >&6; }
17660 case "$ac_cv_asm_func_def" in
17661 ".def")
17662 cat >>confdefs.h <<\_ACEOF
17663 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17664 _ACEOF
17666 ".type @function")
17667 cat >>confdefs.h <<\_ACEOF
17668 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17669 _ACEOF
17671 ".type 2")
17672 cat >>confdefs.h <<\_ACEOF
17673 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17674 _ACEOF
17677 cat >>confdefs.h <<\_ACEOF
17678 #define __ASM_FUNC(name) ""
17679 _ACEOF
17681 esac
17684 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17685 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17686 if test "${ac_cv_c_extern_prefix+set}" = set; then
17687 $as_echo_n "(cached) " >&6
17688 else
17689 cat >conftest.$ac_ext <<_ACEOF
17690 /* confdefs.h. */
17691 _ACEOF
17692 cat confdefs.h >>conftest.$ac_ext
17693 cat >>conftest.$ac_ext <<_ACEOF
17694 /* end confdefs.h. */
17695 extern int ac_test;
17697 main ()
17699 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17701 return 0;
17703 _ACEOF
17704 rm -f conftest.$ac_objext conftest$ac_exeext
17705 if { (ac_try="$ac_link"
17706 case "(($ac_try" in
17707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17708 *) ac_try_echo=$ac_try;;
17709 esac
17710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17711 $as_echo "$ac_try_echo") >&5
17712 (eval "$ac_link") 2>conftest.er1
17713 ac_status=$?
17714 grep -v '^ *+' conftest.er1 >conftest.err
17715 rm -f conftest.er1
17716 cat conftest.err >&5
17717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && {
17719 test -z "$ac_c_werror_flag" ||
17720 test ! -s conftest.err
17721 } && test -s conftest$ac_exeext && {
17722 test "$cross_compiling" = yes ||
17723 $as_test_x conftest$ac_exeext
17724 }; then
17725 ac_cv_c_extern_prefix="yes"
17726 else
17727 $as_echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.$ac_ext >&5
17730 ac_cv_c_extern_prefix="no"
17733 rm -rf conftest.dSYM
17734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17735 conftest$ac_exeext conftest.$ac_ext
17737 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17738 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17742 if test "$ac_cv_c_extern_prefix" = "yes"
17743 then
17744 cat >>confdefs.h <<\_ACEOF
17745 #define __ASM_NAME(name) "_" name
17746 _ACEOF
17748 else
17749 cat >>confdefs.h <<\_ACEOF
17750 #define __ASM_NAME(name) name
17751 _ACEOF
17756 LDPATH=""
17758 case $build_os in
17759 cygwin*|mingw32*)
17760 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17762 darwin*|macosx*)
17765 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17767 esac
17769 case $host_os in
17770 mingw32*)
17771 CRTLIBS="-lmsvcrt"
17773 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17776 esac
17778 case $host_cpu in
17779 *i[3456789]86*)
17780 case $host_os in
17781 linux* | k*bsd*-gnu)
17782 EXTRA_BINARIES="wine-preloader"
17784 esac
17786 esac
17789 ac_save_CFLAGS="$CFLAGS"
17790 CFLAGS="$CFLAGS $BUILTINFLAG"
17860 for ac_func in \
17861 _pclose \
17862 _popen \
17863 _snprintf \
17864 _spawnvp \
17865 _strdup \
17866 _stricmp \
17867 _strnicmp \
17868 _strtoi64 \
17869 _strtoui64 \
17870 _vsnprintf \
17871 asctime_r \
17872 chsize \
17873 dlopen \
17874 epoll_create \
17875 ffs \
17876 finite \
17877 fnmatch \
17878 fork \
17879 fpclass \
17880 fstatfs \
17881 fstatvfs \
17882 ftruncate \
17883 futimes \
17884 futimesat \
17885 getdirentries \
17886 getopt_long \
17887 getpagesize \
17888 getpwuid \
17889 gettid \
17890 gettimeofday \
17891 getuid \
17892 kqueue \
17893 lstat \
17894 memmove \
17895 mmap \
17896 pclose \
17897 poll \
17898 popen \
17899 prctl \
17900 pread \
17901 pwrite \
17902 readdir \
17903 readlink \
17904 sched_yield \
17905 select \
17906 setproctitle \
17907 setrlimit \
17908 settimeofday \
17909 sigaltstack \
17910 sigprocmask \
17911 snprintf \
17912 spawnvp \
17913 statfs \
17914 statvfs \
17915 strcasecmp \
17916 strdup \
17917 strerror \
17918 strncasecmp \
17919 strtold \
17920 strtoll \
17921 strtoull \
17922 symlink \
17923 tcgetattr \
17924 thr_kill2 \
17925 timegm \
17926 usleep \
17927 vsnprintf \
17928 wait4 \
17929 waitpid \
17932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17933 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17934 $as_echo_n "checking for $ac_func... " >&6; }
17935 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17936 $as_echo_n "(cached) " >&6
17937 else
17938 cat >conftest.$ac_ext <<_ACEOF
17939 /* confdefs.h. */
17940 _ACEOF
17941 cat confdefs.h >>conftest.$ac_ext
17942 cat >>conftest.$ac_ext <<_ACEOF
17943 /* end confdefs.h. */
17944 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17945 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17946 #define $ac_func innocuous_$ac_func
17948 /* System header to define __stub macros and hopefully few prototypes,
17949 which can conflict with char $ac_func (); below.
17950 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17951 <limits.h> exists even on freestanding compilers. */
17953 #ifdef __STDC__
17954 # include <limits.h>
17955 #else
17956 # include <assert.h>
17957 #endif
17959 #undef $ac_func
17961 /* Override any GCC internal prototype to avoid an error.
17962 Use char because int might match the return type of a GCC
17963 builtin and then its argument prototype would still apply. */
17964 #ifdef __cplusplus
17965 extern "C"
17966 #endif
17967 char $ac_func ();
17968 /* The GNU C library defines this for functions which it implements
17969 to always fail with ENOSYS. Some functions are actually named
17970 something starting with __ and the normal name is an alias. */
17971 #if defined __stub_$ac_func || defined __stub___$ac_func
17972 choke me
17973 #endif
17976 main ()
17978 return $ac_func ();
17980 return 0;
17982 _ACEOF
17983 rm -f conftest.$ac_objext conftest$ac_exeext
17984 if { (ac_try="$ac_link"
17985 case "(($ac_try" in
17986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17987 *) ac_try_echo=$ac_try;;
17988 esac
17989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17990 $as_echo "$ac_try_echo") >&5
17991 (eval "$ac_link") 2>conftest.er1
17992 ac_status=$?
17993 grep -v '^ *+' conftest.er1 >conftest.err
17994 rm -f conftest.er1
17995 cat conftest.err >&5
17996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17997 (exit $ac_status); } && {
17998 test -z "$ac_c_werror_flag" ||
17999 test ! -s conftest.err
18000 } && test -s conftest$ac_exeext && {
18001 test "$cross_compiling" = yes ||
18002 $as_test_x conftest$ac_exeext
18003 }; then
18004 eval "$as_ac_var=yes"
18005 else
18006 $as_echo "$as_me: failed program was:" >&5
18007 sed 's/^/| /' conftest.$ac_ext >&5
18009 eval "$as_ac_var=no"
18012 rm -rf conftest.dSYM
18013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18014 conftest$ac_exeext conftest.$ac_ext
18016 ac_res=`eval 'as_val=${'$as_ac_var'}
18017 $as_echo "$as_val"'`
18018 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18019 $as_echo "$ac_res" >&6; }
18020 as_val=`eval 'as_val=${'$as_ac_var'}
18021 $as_echo "$as_val"'`
18022 if test "x$as_val" = x""yes; then
18023 cat >>confdefs.h <<_ACEOF
18024 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18025 _ACEOF
18028 done
18030 CFLAGS="$ac_save_CFLAGS"
18032 if test "$ac_cv_func_dlopen" = no
18033 then
18034 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18035 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18036 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18037 $as_echo_n "(cached) " >&6
18038 else
18039 ac_check_lib_save_LIBS=$LIBS
18040 LIBS="-ldl $LIBS"
18041 cat >conftest.$ac_ext <<_ACEOF
18042 /* confdefs.h. */
18043 _ACEOF
18044 cat confdefs.h >>conftest.$ac_ext
18045 cat >>conftest.$ac_ext <<_ACEOF
18046 /* end confdefs.h. */
18048 /* Override any GCC internal prototype to avoid an error.
18049 Use char because int might match the return type of a GCC
18050 builtin and then its argument prototype would still apply. */
18051 #ifdef __cplusplus
18052 extern "C"
18053 #endif
18054 char dlopen ();
18056 main ()
18058 return dlopen ();
18060 return 0;
18062 _ACEOF
18063 rm -f conftest.$ac_objext conftest$ac_exeext
18064 if { (ac_try="$ac_link"
18065 case "(($ac_try" in
18066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18067 *) ac_try_echo=$ac_try;;
18068 esac
18069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18070 $as_echo "$ac_try_echo") >&5
18071 (eval "$ac_link") 2>conftest.er1
18072 ac_status=$?
18073 grep -v '^ *+' conftest.er1 >conftest.err
18074 rm -f conftest.er1
18075 cat conftest.err >&5
18076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); } && {
18078 test -z "$ac_c_werror_flag" ||
18079 test ! -s conftest.err
18080 } && test -s conftest$ac_exeext && {
18081 test "$cross_compiling" = yes ||
18082 $as_test_x conftest$ac_exeext
18083 }; then
18084 ac_cv_lib_dl_dlopen=yes
18085 else
18086 $as_echo "$as_me: failed program was:" >&5
18087 sed 's/^/| /' conftest.$ac_ext >&5
18089 ac_cv_lib_dl_dlopen=no
18092 rm -rf conftest.dSYM
18093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18094 conftest$ac_exeext conftest.$ac_ext
18095 LIBS=$ac_check_lib_save_LIBS
18097 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18098 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18099 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18100 cat >>confdefs.h <<\_ACEOF
18101 #define HAVE_DLOPEN 1
18102 _ACEOF
18103 LIBDL="-ldl"
18108 ac_wine_check_funcs_save_LIBS="$LIBS"
18109 LIBS="$LIBS $LIBDL"
18111 for ac_func in dladdr
18113 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18114 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18115 $as_echo_n "checking for $ac_func... " >&6; }
18116 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18117 $as_echo_n "(cached) " >&6
18118 else
18119 cat >conftest.$ac_ext <<_ACEOF
18120 /* confdefs.h. */
18121 _ACEOF
18122 cat confdefs.h >>conftest.$ac_ext
18123 cat >>conftest.$ac_ext <<_ACEOF
18124 /* end confdefs.h. */
18125 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18127 #define $ac_func innocuous_$ac_func
18129 /* System header to define __stub macros and hopefully few prototypes,
18130 which can conflict with char $ac_func (); below.
18131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18132 <limits.h> exists even on freestanding compilers. */
18134 #ifdef __STDC__
18135 # include <limits.h>
18136 #else
18137 # include <assert.h>
18138 #endif
18140 #undef $ac_func
18142 /* Override any GCC internal prototype to avoid an error.
18143 Use char because int might match the return type of a GCC
18144 builtin and then its argument prototype would still apply. */
18145 #ifdef __cplusplus
18146 extern "C"
18147 #endif
18148 char $ac_func ();
18149 /* The GNU C library defines this for functions which it implements
18150 to always fail with ENOSYS. Some functions are actually named
18151 something starting with __ and the normal name is an alias. */
18152 #if defined __stub_$ac_func || defined __stub___$ac_func
18153 choke me
18154 #endif
18157 main ()
18159 return $ac_func ();
18161 return 0;
18163 _ACEOF
18164 rm -f conftest.$ac_objext conftest$ac_exeext
18165 if { (ac_try="$ac_link"
18166 case "(($ac_try" in
18167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18168 *) ac_try_echo=$ac_try;;
18169 esac
18170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18171 $as_echo "$ac_try_echo") >&5
18172 (eval "$ac_link") 2>conftest.er1
18173 ac_status=$?
18174 grep -v '^ *+' conftest.er1 >conftest.err
18175 rm -f conftest.er1
18176 cat conftest.err >&5
18177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18178 (exit $ac_status); } && {
18179 test -z "$ac_c_werror_flag" ||
18180 test ! -s conftest.err
18181 } && test -s conftest$ac_exeext && {
18182 test "$cross_compiling" = yes ||
18183 $as_test_x conftest$ac_exeext
18184 }; then
18185 eval "$as_ac_var=yes"
18186 else
18187 $as_echo "$as_me: failed program was:" >&5
18188 sed 's/^/| /' conftest.$ac_ext >&5
18190 eval "$as_ac_var=no"
18193 rm -rf conftest.dSYM
18194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18195 conftest$ac_exeext conftest.$ac_ext
18197 ac_res=`eval 'as_val=${'$as_ac_var'}
18198 $as_echo "$as_val"'`
18199 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18200 $as_echo "$ac_res" >&6; }
18201 as_val=`eval 'as_val=${'$as_ac_var'}
18202 $as_echo "$as_val"'`
18203 if test "x$as_val" = x""yes; then
18204 cat >>confdefs.h <<_ACEOF
18205 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18206 _ACEOF
18209 done
18211 LIBS="$ac_wine_check_funcs_save_LIBS"
18213 if test "$ac_cv_func_poll" = no
18214 then
18215 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18216 $as_echo_n "checking for poll in -lpoll... " >&6; }
18217 if test "${ac_cv_lib_poll_poll+set}" = set; then
18218 $as_echo_n "(cached) " >&6
18219 else
18220 ac_check_lib_save_LIBS=$LIBS
18221 LIBS="-lpoll $LIBS"
18222 cat >conftest.$ac_ext <<_ACEOF
18223 /* confdefs.h. */
18224 _ACEOF
18225 cat confdefs.h >>conftest.$ac_ext
18226 cat >>conftest.$ac_ext <<_ACEOF
18227 /* end confdefs.h. */
18229 /* Override any GCC internal prototype to avoid an error.
18230 Use char because int might match the return type of a GCC
18231 builtin and then its argument prototype would still apply. */
18232 #ifdef __cplusplus
18233 extern "C"
18234 #endif
18235 char poll ();
18237 main ()
18239 return poll ();
18241 return 0;
18243 _ACEOF
18244 rm -f conftest.$ac_objext conftest$ac_exeext
18245 if { (ac_try="$ac_link"
18246 case "(($ac_try" in
18247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18248 *) ac_try_echo=$ac_try;;
18249 esac
18250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18251 $as_echo "$ac_try_echo") >&5
18252 (eval "$ac_link") 2>conftest.er1
18253 ac_status=$?
18254 grep -v '^ *+' conftest.er1 >conftest.err
18255 rm -f conftest.er1
18256 cat conftest.err >&5
18257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18258 (exit $ac_status); } && {
18259 test -z "$ac_c_werror_flag" ||
18260 test ! -s conftest.err
18261 } && test -s conftest$ac_exeext && {
18262 test "$cross_compiling" = yes ||
18263 $as_test_x conftest$ac_exeext
18264 }; then
18265 ac_cv_lib_poll_poll=yes
18266 else
18267 $as_echo "$as_me: failed program was:" >&5
18268 sed 's/^/| /' conftest.$ac_ext >&5
18270 ac_cv_lib_poll_poll=no
18273 rm -rf conftest.dSYM
18274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18275 conftest$ac_exeext conftest.$ac_ext
18276 LIBS=$ac_check_lib_save_LIBS
18278 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18279 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18280 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18281 cat >>confdefs.h <<\_ACEOF
18282 #define HAVE_POLL 1
18283 _ACEOF
18284 LIBPOLL="-lpoll"
18290 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18291 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18292 if test "${ac_cv_search_gethostbyname+set}" = set; then
18293 $as_echo_n "(cached) " >&6
18294 else
18295 ac_func_search_save_LIBS=$LIBS
18296 cat >conftest.$ac_ext <<_ACEOF
18297 /* confdefs.h. */
18298 _ACEOF
18299 cat confdefs.h >>conftest.$ac_ext
18300 cat >>conftest.$ac_ext <<_ACEOF
18301 /* end confdefs.h. */
18303 /* Override any GCC internal prototype to avoid an error.
18304 Use char because int might match the return type of a GCC
18305 builtin and then its argument prototype would still apply. */
18306 #ifdef __cplusplus
18307 extern "C"
18308 #endif
18309 char gethostbyname ();
18311 main ()
18313 return gethostbyname ();
18315 return 0;
18317 _ACEOF
18318 for ac_lib in '' nsl; do
18319 if test -z "$ac_lib"; then
18320 ac_res="none required"
18321 else
18322 ac_res=-l$ac_lib
18323 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18325 rm -f conftest.$ac_objext conftest$ac_exeext
18326 if { (ac_try="$ac_link"
18327 case "(($ac_try" in
18328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18329 *) ac_try_echo=$ac_try;;
18330 esac
18331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18332 $as_echo "$ac_try_echo") >&5
18333 (eval "$ac_link") 2>conftest.er1
18334 ac_status=$?
18335 grep -v '^ *+' conftest.er1 >conftest.err
18336 rm -f conftest.er1
18337 cat conftest.err >&5
18338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest$ac_exeext && {
18343 test "$cross_compiling" = yes ||
18344 $as_test_x conftest$ac_exeext
18345 }; then
18346 ac_cv_search_gethostbyname=$ac_res
18347 else
18348 $as_echo "$as_me: failed program was:" >&5
18349 sed 's/^/| /' conftest.$ac_ext >&5
18354 rm -rf conftest.dSYM
18355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18356 conftest$ac_exeext
18357 if test "${ac_cv_search_gethostbyname+set}" = set; then
18358 break
18360 done
18361 if test "${ac_cv_search_gethostbyname+set}" = set; then
18363 else
18364 ac_cv_search_gethostbyname=no
18366 rm conftest.$ac_ext
18367 LIBS=$ac_func_search_save_LIBS
18369 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18370 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18371 ac_res=$ac_cv_search_gethostbyname
18372 if test "$ac_res" != no; then
18373 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18378 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18379 $as_echo_n "checking for library containing connect... " >&6; }
18380 if test "${ac_cv_search_connect+set}" = set; then
18381 $as_echo_n "(cached) " >&6
18382 else
18383 ac_func_search_save_LIBS=$LIBS
18384 cat >conftest.$ac_ext <<_ACEOF
18385 /* confdefs.h. */
18386 _ACEOF
18387 cat confdefs.h >>conftest.$ac_ext
18388 cat >>conftest.$ac_ext <<_ACEOF
18389 /* end confdefs.h. */
18391 /* Override any GCC internal prototype to avoid an error.
18392 Use char because int might match the return type of a GCC
18393 builtin and then its argument prototype would still apply. */
18394 #ifdef __cplusplus
18395 extern "C"
18396 #endif
18397 char connect ();
18399 main ()
18401 return connect ();
18403 return 0;
18405 _ACEOF
18406 for ac_lib in '' socket; do
18407 if test -z "$ac_lib"; then
18408 ac_res="none required"
18409 else
18410 ac_res=-l$ac_lib
18411 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18413 rm -f conftest.$ac_objext conftest$ac_exeext
18414 if { (ac_try="$ac_link"
18415 case "(($ac_try" in
18416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18417 *) ac_try_echo=$ac_try;;
18418 esac
18419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18420 $as_echo "$ac_try_echo") >&5
18421 (eval "$ac_link") 2>conftest.er1
18422 ac_status=$?
18423 grep -v '^ *+' conftest.er1 >conftest.err
18424 rm -f conftest.er1
18425 cat conftest.err >&5
18426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18427 (exit $ac_status); } && {
18428 test -z "$ac_c_werror_flag" ||
18429 test ! -s conftest.err
18430 } && test -s conftest$ac_exeext && {
18431 test "$cross_compiling" = yes ||
18432 $as_test_x conftest$ac_exeext
18433 }; then
18434 ac_cv_search_connect=$ac_res
18435 else
18436 $as_echo "$as_me: failed program was:" >&5
18437 sed 's/^/| /' conftest.$ac_ext >&5
18442 rm -rf conftest.dSYM
18443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18444 conftest$ac_exeext
18445 if test "${ac_cv_search_connect+set}" = set; then
18446 break
18448 done
18449 if test "${ac_cv_search_connect+set}" = set; then
18451 else
18452 ac_cv_search_connect=no
18454 rm conftest.$ac_ext
18455 LIBS=$ac_func_search_save_LIBS
18457 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18458 $as_echo "$ac_cv_search_connect" >&6; }
18459 ac_res=$ac_cv_search_connect
18460 if test "$ac_res" != no; then
18461 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18466 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18467 $as_echo_n "checking for library containing inet_aton... " >&6; }
18468 if test "${ac_cv_search_inet_aton+set}" = set; then
18469 $as_echo_n "(cached) " >&6
18470 else
18471 ac_func_search_save_LIBS=$LIBS
18472 cat >conftest.$ac_ext <<_ACEOF
18473 /* confdefs.h. */
18474 _ACEOF
18475 cat confdefs.h >>conftest.$ac_ext
18476 cat >>conftest.$ac_ext <<_ACEOF
18477 /* end confdefs.h. */
18479 /* Override any GCC internal prototype to avoid an error.
18480 Use char because int might match the return type of a GCC
18481 builtin and then its argument prototype would still apply. */
18482 #ifdef __cplusplus
18483 extern "C"
18484 #endif
18485 char inet_aton ();
18487 main ()
18489 return inet_aton ();
18491 return 0;
18493 _ACEOF
18494 for ac_lib in '' resolv; do
18495 if test -z "$ac_lib"; then
18496 ac_res="none required"
18497 else
18498 ac_res=-l$ac_lib
18499 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18501 rm -f conftest.$ac_objext conftest$ac_exeext
18502 if { (ac_try="$ac_link"
18503 case "(($ac_try" in
18504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18505 *) ac_try_echo=$ac_try;;
18506 esac
18507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18508 $as_echo "$ac_try_echo") >&5
18509 (eval "$ac_link") 2>conftest.er1
18510 ac_status=$?
18511 grep -v '^ *+' conftest.er1 >conftest.err
18512 rm -f conftest.er1
18513 cat conftest.err >&5
18514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18515 (exit $ac_status); } && {
18516 test -z "$ac_c_werror_flag" ||
18517 test ! -s conftest.err
18518 } && test -s conftest$ac_exeext && {
18519 test "$cross_compiling" = yes ||
18520 $as_test_x conftest$ac_exeext
18521 }; then
18522 ac_cv_search_inet_aton=$ac_res
18523 else
18524 $as_echo "$as_me: failed program was:" >&5
18525 sed 's/^/| /' conftest.$ac_ext >&5
18530 rm -rf conftest.dSYM
18531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18532 conftest$ac_exeext
18533 if test "${ac_cv_search_inet_aton+set}" = set; then
18534 break
18536 done
18537 if test "${ac_cv_search_inet_aton+set}" = set; then
18539 else
18540 ac_cv_search_inet_aton=no
18542 rm conftest.$ac_ext
18543 LIBS=$ac_func_search_save_LIBS
18545 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18546 $as_echo "$ac_cv_search_inet_aton" >&6; }
18547 ac_res=$ac_cv_search_inet_aton
18548 if test "$ac_res" != no; then
18549 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18565 for ac_func in \
18566 getaddrinfo \
18567 getnameinfo \
18568 getnetbyname \
18569 getprotobyname \
18570 getprotobynumber \
18571 getservbyport \
18572 inet_network \
18573 inet_ntop \
18574 inet_pton \
18575 sendmsg \
18576 socketpair \
18579 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18580 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18581 $as_echo_n "checking for $ac_func... " >&6; }
18582 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18583 $as_echo_n "(cached) " >&6
18584 else
18585 cat >conftest.$ac_ext <<_ACEOF
18586 /* confdefs.h. */
18587 _ACEOF
18588 cat confdefs.h >>conftest.$ac_ext
18589 cat >>conftest.$ac_ext <<_ACEOF
18590 /* end confdefs.h. */
18591 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18593 #define $ac_func innocuous_$ac_func
18595 /* System header to define __stub macros and hopefully few prototypes,
18596 which can conflict with char $ac_func (); below.
18597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18598 <limits.h> exists even on freestanding compilers. */
18600 #ifdef __STDC__
18601 # include <limits.h>
18602 #else
18603 # include <assert.h>
18604 #endif
18606 #undef $ac_func
18608 /* Override any GCC internal prototype to avoid an error.
18609 Use char because int might match the return type of a GCC
18610 builtin and then its argument prototype would still apply. */
18611 #ifdef __cplusplus
18612 extern "C"
18613 #endif
18614 char $ac_func ();
18615 /* The GNU C library defines this for functions which it implements
18616 to always fail with ENOSYS. Some functions are actually named
18617 something starting with __ and the normal name is an alias. */
18618 #if defined __stub_$ac_func || defined __stub___$ac_func
18619 choke me
18620 #endif
18623 main ()
18625 return $ac_func ();
18627 return 0;
18629 _ACEOF
18630 rm -f conftest.$ac_objext conftest$ac_exeext
18631 if { (ac_try="$ac_link"
18632 case "(($ac_try" in
18633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18634 *) ac_try_echo=$ac_try;;
18635 esac
18636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18637 $as_echo "$ac_try_echo") >&5
18638 (eval "$ac_link") 2>conftest.er1
18639 ac_status=$?
18640 grep -v '^ *+' conftest.er1 >conftest.err
18641 rm -f conftest.er1
18642 cat conftest.err >&5
18643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest$ac_exeext && {
18648 test "$cross_compiling" = yes ||
18649 $as_test_x conftest$ac_exeext
18650 }; then
18651 eval "$as_ac_var=yes"
18652 else
18653 $as_echo "$as_me: failed program was:" >&5
18654 sed 's/^/| /' conftest.$ac_ext >&5
18656 eval "$as_ac_var=no"
18659 rm -rf conftest.dSYM
18660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18661 conftest$ac_exeext conftest.$ac_ext
18663 ac_res=`eval 'as_val=${'$as_ac_var'}
18664 $as_echo "$as_val"'`
18665 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18666 $as_echo "$ac_res" >&6; }
18667 as_val=`eval 'as_val=${'$as_ac_var'}
18668 $as_echo "$as_val"'`
18669 if test "x$as_val" = x""yes; then
18670 cat >>confdefs.h <<_ACEOF
18671 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18672 _ACEOF
18675 done
18678 LDAPLIBS=""
18680 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18681 then
18682 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18683 $as_echo_n "checking for LDAPSortKey... " >&6; }
18684 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18685 $as_echo_n "(cached) " >&6
18686 else
18687 ac_cv_type_LDAPSortKey=no
18688 cat >conftest.$ac_ext <<_ACEOF
18689 /* confdefs.h. */
18690 _ACEOF
18691 cat confdefs.h >>conftest.$ac_ext
18692 cat >>conftest.$ac_ext <<_ACEOF
18693 /* end confdefs.h. */
18694 #include <ldap.h>
18697 main ()
18699 if (sizeof (LDAPSortKey))
18700 return 0;
18702 return 0;
18704 _ACEOF
18705 rm -f conftest.$ac_objext
18706 if { (ac_try="$ac_compile"
18707 case "(($ac_try" in
18708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18709 *) ac_try_echo=$ac_try;;
18710 esac
18711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18712 $as_echo "$ac_try_echo") >&5
18713 (eval "$ac_compile") 2>conftest.er1
18714 ac_status=$?
18715 grep -v '^ *+' conftest.er1 >conftest.err
18716 rm -f conftest.er1
18717 cat conftest.err >&5
18718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18719 (exit $ac_status); } && {
18720 test -z "$ac_c_werror_flag" ||
18721 test ! -s conftest.err
18722 } && test -s conftest.$ac_objext; then
18723 cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h. */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h. */
18729 #include <ldap.h>
18732 main ()
18734 if (sizeof ((LDAPSortKey)))
18735 return 0;
18737 return 0;
18739 _ACEOF
18740 rm -f conftest.$ac_objext
18741 if { (ac_try="$ac_compile"
18742 case "(($ac_try" in
18743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18744 *) ac_try_echo=$ac_try;;
18745 esac
18746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18747 $as_echo "$ac_try_echo") >&5
18748 (eval "$ac_compile") 2>conftest.er1
18749 ac_status=$?
18750 grep -v '^ *+' conftest.er1 >conftest.err
18751 rm -f conftest.er1
18752 cat conftest.err >&5
18753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18754 (exit $ac_status); } && {
18755 test -z "$ac_c_werror_flag" ||
18756 test ! -s conftest.err
18757 } && test -s conftest.$ac_objext; then
18759 else
18760 $as_echo "$as_me: failed program was:" >&5
18761 sed 's/^/| /' conftest.$ac_ext >&5
18763 ac_cv_type_LDAPSortKey=yes
18766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18767 else
18768 $as_echo "$as_me: failed program was:" >&5
18769 sed 's/^/| /' conftest.$ac_ext >&5
18774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18776 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18777 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18778 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18779 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18780 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18781 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18782 $as_echo_n "(cached) " >&6
18783 else
18784 ac_check_lib_save_LIBS=$LIBS
18785 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18786 cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h. */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18793 /* Override any GCC internal prototype to avoid an error.
18794 Use char because int might match the return type of a GCC
18795 builtin and then its argument prototype would still apply. */
18796 #ifdef __cplusplus
18797 extern "C"
18798 #endif
18799 char ldap_initialize ();
18801 main ()
18803 return ldap_initialize ();
18805 return 0;
18807 _ACEOF
18808 rm -f conftest.$ac_objext conftest$ac_exeext
18809 if { (ac_try="$ac_link"
18810 case "(($ac_try" in
18811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18812 *) ac_try_echo=$ac_try;;
18813 esac
18814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18815 $as_echo "$ac_try_echo") >&5
18816 (eval "$ac_link") 2>conftest.er1
18817 ac_status=$?
18818 grep -v '^ *+' conftest.er1 >conftest.err
18819 rm -f conftest.er1
18820 cat conftest.err >&5
18821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest$ac_exeext && {
18826 test "$cross_compiling" = yes ||
18827 $as_test_x conftest$ac_exeext
18828 }; then
18829 ac_cv_lib_ldap_r_ldap_initialize=yes
18830 else
18831 $as_echo "$as_me: failed program was:" >&5
18832 sed 's/^/| /' conftest.$ac_ext >&5
18834 ac_cv_lib_ldap_r_ldap_initialize=no
18837 rm -rf conftest.dSYM
18838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18839 conftest$ac_exeext conftest.$ac_ext
18840 LIBS=$ac_check_lib_save_LIBS
18842 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18843 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18844 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18845 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18846 $as_echo_n "checking for ber_init in -llber... " >&6; }
18847 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18848 $as_echo_n "(cached) " >&6
18849 else
18850 ac_check_lib_save_LIBS=$LIBS
18851 LIBS="-llber $LIBPTHREAD $LIBS"
18852 cat >conftest.$ac_ext <<_ACEOF
18853 /* confdefs.h. */
18854 _ACEOF
18855 cat confdefs.h >>conftest.$ac_ext
18856 cat >>conftest.$ac_ext <<_ACEOF
18857 /* end confdefs.h. */
18859 /* Override any GCC internal prototype to avoid an error.
18860 Use char because int might match the return type of a GCC
18861 builtin and then its argument prototype would still apply. */
18862 #ifdef __cplusplus
18863 extern "C"
18864 #endif
18865 char ber_init ();
18867 main ()
18869 return ber_init ();
18871 return 0;
18873 _ACEOF
18874 rm -f conftest.$ac_objext conftest$ac_exeext
18875 if { (ac_try="$ac_link"
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_link") 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_exeext && {
18892 test "$cross_compiling" = yes ||
18893 $as_test_x conftest$ac_exeext
18894 }; then
18895 ac_cv_lib_lber_ber_init=yes
18896 else
18897 $as_echo "$as_me: failed program was:" >&5
18898 sed 's/^/| /' conftest.$ac_ext >&5
18900 ac_cv_lib_lber_ber_init=no
18903 rm -rf conftest.dSYM
18904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18905 conftest$ac_exeext conftest.$ac_ext
18906 LIBS=$ac_check_lib_save_LIBS
18908 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18909 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18910 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18912 cat >>confdefs.h <<\_ACEOF
18913 #define HAVE_LDAP 1
18914 _ACEOF
18916 LDAPLIBS="-lldap_r -llber"
18923 ac_wine_check_funcs_save_LIBS="$LIBS"
18924 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18933 for ac_func in \
18934 ldap_count_references \
18935 ldap_first_reference \
18936 ldap_next_reference \
18937 ldap_parse_reference \
18938 ldap_parse_sort_control \
18939 ldap_parse_sortresponse_control \
18940 ldap_parse_vlv_control \
18941 ldap_parse_vlvresponse_control
18943 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18944 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18945 $as_echo_n "checking for $ac_func... " >&6; }
18946 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18947 $as_echo_n "(cached) " >&6
18948 else
18949 cat >conftest.$ac_ext <<_ACEOF
18950 /* confdefs.h. */
18951 _ACEOF
18952 cat confdefs.h >>conftest.$ac_ext
18953 cat >>conftest.$ac_ext <<_ACEOF
18954 /* end confdefs.h. */
18955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18956 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18957 #define $ac_func innocuous_$ac_func
18959 /* System header to define __stub macros and hopefully few prototypes,
18960 which can conflict with char $ac_func (); below.
18961 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18962 <limits.h> exists even on freestanding compilers. */
18964 #ifdef __STDC__
18965 # include <limits.h>
18966 #else
18967 # include <assert.h>
18968 #endif
18970 #undef $ac_func
18972 /* Override any GCC internal prototype to avoid an error.
18973 Use char because int might match the return type of a GCC
18974 builtin and then its argument prototype would still apply. */
18975 #ifdef __cplusplus
18976 extern "C"
18977 #endif
18978 char $ac_func ();
18979 /* The GNU C library defines this for functions which it implements
18980 to always fail with ENOSYS. Some functions are actually named
18981 something starting with __ and the normal name is an alias. */
18982 #if defined __stub_$ac_func || defined __stub___$ac_func
18983 choke me
18984 #endif
18987 main ()
18989 return $ac_func ();
18991 return 0;
18993 _ACEOF
18994 rm -f conftest.$ac_objext conftest$ac_exeext
18995 if { (ac_try="$ac_link"
18996 case "(($ac_try" in
18997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18998 *) ac_try_echo=$ac_try;;
18999 esac
19000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19001 $as_echo "$ac_try_echo") >&5
19002 (eval "$ac_link") 2>conftest.er1
19003 ac_status=$?
19004 grep -v '^ *+' conftest.er1 >conftest.err
19005 rm -f conftest.er1
19006 cat conftest.err >&5
19007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19008 (exit $ac_status); } && {
19009 test -z "$ac_c_werror_flag" ||
19010 test ! -s conftest.err
19011 } && test -s conftest$ac_exeext && {
19012 test "$cross_compiling" = yes ||
19013 $as_test_x conftest$ac_exeext
19014 }; then
19015 eval "$as_ac_var=yes"
19016 else
19017 $as_echo "$as_me: failed program was:" >&5
19018 sed 's/^/| /' conftest.$ac_ext >&5
19020 eval "$as_ac_var=no"
19023 rm -rf conftest.dSYM
19024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19025 conftest$ac_exeext conftest.$ac_ext
19027 ac_res=`eval 'as_val=${'$as_ac_var'}
19028 $as_echo "$as_val"'`
19029 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19030 $as_echo "$ac_res" >&6; }
19031 as_val=`eval 'as_val=${'$as_ac_var'}
19032 $as_echo "$as_val"'`
19033 if test "x$as_val" = x""yes; then
19034 cat >>confdefs.h <<_ACEOF
19035 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19036 _ACEOF
19039 done
19041 LIBS="$ac_wine_check_funcs_save_LIBS"
19043 if test "x$LDAPLIBS" = "x"; then
19044 case "x$with_ldap" in
19045 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19046 xno) ;;
19047 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19048 This is an error since --with-ldap was requested." >&5
19049 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19050 This is an error since --with-ldap was requested." >&2;}
19051 { (exit 1); exit 1; }; } ;;
19052 esac
19056 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19057 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19058 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19059 $as_echo_n "(cached) " >&6
19060 else
19061 cat >conftest.$ac_ext <<_ACEOF
19062 /* confdefs.h. */
19063 _ACEOF
19064 cat confdefs.h >>conftest.$ac_ext
19065 cat >>conftest.$ac_ext <<_ACEOF
19066 /* end confdefs.h. */
19067 #include <sys/stat.h>
19069 main ()
19071 mkdir("foo");
19073 return 0;
19075 _ACEOF
19076 rm -f conftest.$ac_objext
19077 if { (ac_try="$ac_compile"
19078 case "(($ac_try" in
19079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19080 *) ac_try_echo=$ac_try;;
19081 esac
19082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19083 $as_echo "$ac_try_echo") >&5
19084 (eval "$ac_compile") 2>conftest.er1
19085 ac_status=$?
19086 grep -v '^ *+' conftest.er1 >conftest.err
19087 rm -f conftest.er1
19088 cat conftest.err >&5
19089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19090 (exit $ac_status); } && {
19091 test -z "$ac_c_werror_flag" ||
19092 test ! -s conftest.err
19093 } && test -s conftest.$ac_objext; then
19094 wine_cv_one_arg_mkdir=yes
19095 else
19096 $as_echo "$as_me: failed program was:" >&5
19097 sed 's/^/| /' conftest.$ac_ext >&5
19099 wine_cv_one_arg_mkdir=no
19102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19104 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19105 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19106 if test "$wine_cv_one_arg_mkdir" = "yes"
19107 then
19109 cat >>confdefs.h <<\_ACEOF
19110 #define HAVE_ONE_ARG_MKDIR 1
19111 _ACEOF
19116 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19117 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19118 if test "${ac_cv_c_const+set}" = set; then
19119 $as_echo_n "(cached) " >&6
19120 else
19121 cat >conftest.$ac_ext <<_ACEOF
19122 /* confdefs.h. */
19123 _ACEOF
19124 cat confdefs.h >>conftest.$ac_ext
19125 cat >>conftest.$ac_ext <<_ACEOF
19126 /* end confdefs.h. */
19129 main ()
19131 /* FIXME: Include the comments suggested by Paul. */
19132 #ifndef __cplusplus
19133 /* Ultrix mips cc rejects this. */
19134 typedef int charset[2];
19135 const charset cs;
19136 /* SunOS 4.1.1 cc rejects this. */
19137 char const *const *pcpcc;
19138 char **ppc;
19139 /* NEC SVR4.0.2 mips cc rejects this. */
19140 struct point {int x, y;};
19141 static struct point const zero = {0,0};
19142 /* AIX XL C 1.02.0.0 rejects this.
19143 It does not let you subtract one const X* pointer from another in
19144 an arm of an if-expression whose if-part is not a constant
19145 expression */
19146 const char *g = "string";
19147 pcpcc = &g + (g ? g-g : 0);
19148 /* HPUX 7.0 cc rejects these. */
19149 ++pcpcc;
19150 ppc = (char**) pcpcc;
19151 pcpcc = (char const *const *) ppc;
19152 { /* SCO 3.2v4 cc rejects this. */
19153 char *t;
19154 char const *s = 0 ? (char *) 0 : (char const *) 0;
19156 *t++ = 0;
19157 if (s) return 0;
19159 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19160 int x[] = {25, 17};
19161 const int *foo = &x[0];
19162 ++foo;
19164 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19165 typedef const int *iptr;
19166 iptr p = 0;
19167 ++p;
19169 { /* AIX XL C 1.02.0.0 rejects this saying
19170 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19171 struct s { int j; const int *ap[3]; };
19172 struct s *b; b->j = 5;
19174 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19175 const int foo = 10;
19176 if (!foo) return 0;
19178 return !cs[0] && !zero.x;
19179 #endif
19182 return 0;
19184 _ACEOF
19185 rm -f conftest.$ac_objext
19186 if { (ac_try="$ac_compile"
19187 case "(($ac_try" in
19188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19189 *) ac_try_echo=$ac_try;;
19190 esac
19191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19192 $as_echo "$ac_try_echo") >&5
19193 (eval "$ac_compile") 2>conftest.er1
19194 ac_status=$?
19195 grep -v '^ *+' conftest.er1 >conftest.err
19196 rm -f conftest.er1
19197 cat conftest.err >&5
19198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); } && {
19200 test -z "$ac_c_werror_flag" ||
19201 test ! -s conftest.err
19202 } && test -s conftest.$ac_objext; then
19203 ac_cv_c_const=yes
19204 else
19205 $as_echo "$as_me: failed program was:" >&5
19206 sed 's/^/| /' conftest.$ac_ext >&5
19208 ac_cv_c_const=no
19211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19213 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19214 $as_echo "$ac_cv_c_const" >&6; }
19215 if test $ac_cv_c_const = no; then
19217 cat >>confdefs.h <<\_ACEOF
19218 #define const /**/
19219 _ACEOF
19223 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19224 $as_echo_n "checking for inline... " >&6; }
19225 if test "${ac_cv_c_inline+set}" = set; then
19226 $as_echo_n "(cached) " >&6
19227 else
19228 ac_cv_c_inline=no
19229 for ac_kw in inline __inline__ __inline; do
19230 cat >conftest.$ac_ext <<_ACEOF
19231 /* confdefs.h. */
19232 _ACEOF
19233 cat confdefs.h >>conftest.$ac_ext
19234 cat >>conftest.$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #ifndef __cplusplus
19237 typedef int foo_t;
19238 static $ac_kw foo_t static_foo () {return 0; }
19239 $ac_kw foo_t foo () {return 0; }
19240 #endif
19242 _ACEOF
19243 rm -f conftest.$ac_objext
19244 if { (ac_try="$ac_compile"
19245 case "(($ac_try" in
19246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19247 *) ac_try_echo=$ac_try;;
19248 esac
19249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19250 $as_echo "$ac_try_echo") >&5
19251 (eval "$ac_compile") 2>conftest.er1
19252 ac_status=$?
19253 grep -v '^ *+' conftest.er1 >conftest.err
19254 rm -f conftest.er1
19255 cat conftest.err >&5
19256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); } && {
19258 test -z "$ac_c_werror_flag" ||
19259 test ! -s conftest.err
19260 } && test -s conftest.$ac_objext; then
19261 ac_cv_c_inline=$ac_kw
19262 else
19263 $as_echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19270 test "$ac_cv_c_inline" != no && break
19271 done
19274 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19275 $as_echo "$ac_cv_c_inline" >&6; }
19278 case $ac_cv_c_inline in
19279 inline | yes) ;;
19281 case $ac_cv_c_inline in
19282 no) ac_val=;;
19283 *) ac_val=$ac_cv_c_inline;;
19284 esac
19285 cat >>confdefs.h <<_ACEOF
19286 #ifndef __cplusplus
19287 #define inline $ac_val
19288 #endif
19289 _ACEOF
19291 esac
19293 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19294 $as_echo_n "checking for mode_t... " >&6; }
19295 if test "${ac_cv_type_mode_t+set}" = set; then
19296 $as_echo_n "(cached) " >&6
19297 else
19298 ac_cv_type_mode_t=no
19299 cat >conftest.$ac_ext <<_ACEOF
19300 /* confdefs.h. */
19301 _ACEOF
19302 cat confdefs.h >>conftest.$ac_ext
19303 cat >>conftest.$ac_ext <<_ACEOF
19304 /* end confdefs.h. */
19305 $ac_includes_default
19307 main ()
19309 if (sizeof (mode_t))
19310 return 0;
19312 return 0;
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (ac_try="$ac_compile"
19317 case "(($ac_try" in
19318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19320 esac
19321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19322 $as_echo "$ac_try_echo") >&5
19323 (eval "$ac_compile") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest.$ac_objext; then
19333 cat >conftest.$ac_ext <<_ACEOF
19334 /* confdefs.h. */
19335 _ACEOF
19336 cat confdefs.h >>conftest.$ac_ext
19337 cat >>conftest.$ac_ext <<_ACEOF
19338 /* end confdefs.h. */
19339 $ac_includes_default
19341 main ()
19343 if (sizeof ((mode_t)))
19344 return 0;
19346 return 0;
19348 _ACEOF
19349 rm -f conftest.$ac_objext
19350 if { (ac_try="$ac_compile"
19351 case "(($ac_try" in
19352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19353 *) ac_try_echo=$ac_try;;
19354 esac
19355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19356 $as_echo "$ac_try_echo") >&5
19357 (eval "$ac_compile") 2>conftest.er1
19358 ac_status=$?
19359 grep -v '^ *+' conftest.er1 >conftest.err
19360 rm -f conftest.er1
19361 cat conftest.err >&5
19362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19363 (exit $ac_status); } && {
19364 test -z "$ac_c_werror_flag" ||
19365 test ! -s conftest.err
19366 } && test -s conftest.$ac_objext; then
19368 else
19369 $as_echo "$as_me: failed program was:" >&5
19370 sed 's/^/| /' conftest.$ac_ext >&5
19372 ac_cv_type_mode_t=yes
19375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19376 else
19377 $as_echo "$as_me: failed program was:" >&5
19378 sed 's/^/| /' conftest.$ac_ext >&5
19383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19385 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19386 $as_echo "$ac_cv_type_mode_t" >&6; }
19387 if test "x$ac_cv_type_mode_t" = x""yes; then
19389 cat >>confdefs.h <<_ACEOF
19390 #define HAVE_MODE_T 1
19391 _ACEOF
19395 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19396 $as_echo_n "checking for off_t... " >&6; }
19397 if test "${ac_cv_type_off_t+set}" = set; then
19398 $as_echo_n "(cached) " >&6
19399 else
19400 ac_cv_type_off_t=no
19401 cat >conftest.$ac_ext <<_ACEOF
19402 /* confdefs.h. */
19403 _ACEOF
19404 cat confdefs.h >>conftest.$ac_ext
19405 cat >>conftest.$ac_ext <<_ACEOF
19406 /* end confdefs.h. */
19407 $ac_includes_default
19409 main ()
19411 if (sizeof (off_t))
19412 return 0;
19414 return 0;
19416 _ACEOF
19417 rm -f conftest.$ac_objext
19418 if { (ac_try="$ac_compile"
19419 case "(($ac_try" in
19420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19421 *) ac_try_echo=$ac_try;;
19422 esac
19423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19424 $as_echo "$ac_try_echo") >&5
19425 (eval "$ac_compile") 2>conftest.er1
19426 ac_status=$?
19427 grep -v '^ *+' conftest.er1 >conftest.err
19428 rm -f conftest.er1
19429 cat conftest.err >&5
19430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19431 (exit $ac_status); } && {
19432 test -z "$ac_c_werror_flag" ||
19433 test ! -s conftest.err
19434 } && test -s conftest.$ac_objext; then
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 $ac_includes_default
19443 main ()
19445 if (sizeof ((off_t)))
19446 return 0;
19448 return 0;
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19458 $as_echo "$ac_try_echo") >&5
19459 (eval "$ac_compile") 2>conftest.er1
19460 ac_status=$?
19461 grep -v '^ *+' conftest.er1 >conftest.err
19462 rm -f conftest.er1
19463 cat conftest.err >&5
19464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); } && {
19466 test -z "$ac_c_werror_flag" ||
19467 test ! -s conftest.err
19468 } && test -s conftest.$ac_objext; then
19470 else
19471 $as_echo "$as_me: failed program was:" >&5
19472 sed 's/^/| /' conftest.$ac_ext >&5
19474 ac_cv_type_off_t=yes
19477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19478 else
19479 $as_echo "$as_me: failed program was:" >&5
19480 sed 's/^/| /' conftest.$ac_ext >&5
19485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19487 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19488 $as_echo "$ac_cv_type_off_t" >&6; }
19489 if test "x$ac_cv_type_off_t" = x""yes; then
19491 cat >>confdefs.h <<_ACEOF
19492 #define HAVE_OFF_T 1
19493 _ACEOF
19497 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19498 $as_echo_n "checking for pid_t... " >&6; }
19499 if test "${ac_cv_type_pid_t+set}" = set; then
19500 $as_echo_n "(cached) " >&6
19501 else
19502 ac_cv_type_pid_t=no
19503 cat >conftest.$ac_ext <<_ACEOF
19504 /* confdefs.h. */
19505 _ACEOF
19506 cat confdefs.h >>conftest.$ac_ext
19507 cat >>conftest.$ac_ext <<_ACEOF
19508 /* end confdefs.h. */
19509 $ac_includes_default
19511 main ()
19513 if (sizeof (pid_t))
19514 return 0;
19516 return 0;
19518 _ACEOF
19519 rm -f conftest.$ac_objext
19520 if { (ac_try="$ac_compile"
19521 case "(($ac_try" in
19522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19523 *) ac_try_echo=$ac_try;;
19524 esac
19525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19526 $as_echo "$ac_try_echo") >&5
19527 (eval "$ac_compile") 2>conftest.er1
19528 ac_status=$?
19529 grep -v '^ *+' conftest.er1 >conftest.err
19530 rm -f conftest.er1
19531 cat conftest.err >&5
19532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19533 (exit $ac_status); } && {
19534 test -z "$ac_c_werror_flag" ||
19535 test ! -s conftest.err
19536 } && test -s conftest.$ac_objext; then
19537 cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h. */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 $ac_includes_default
19545 main ()
19547 if (sizeof ((pid_t)))
19548 return 0;
19550 return 0;
19552 _ACEOF
19553 rm -f conftest.$ac_objext
19554 if { (ac_try="$ac_compile"
19555 case "(($ac_try" in
19556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19557 *) ac_try_echo=$ac_try;;
19558 esac
19559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19560 $as_echo "$ac_try_echo") >&5
19561 (eval "$ac_compile") 2>conftest.er1
19562 ac_status=$?
19563 grep -v '^ *+' conftest.er1 >conftest.err
19564 rm -f conftest.er1
19565 cat conftest.err >&5
19566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567 (exit $ac_status); } && {
19568 test -z "$ac_c_werror_flag" ||
19569 test ! -s conftest.err
19570 } && test -s conftest.$ac_objext; then
19572 else
19573 $as_echo "$as_me: failed program was:" >&5
19574 sed 's/^/| /' conftest.$ac_ext >&5
19576 ac_cv_type_pid_t=yes
19579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19580 else
19581 $as_echo "$as_me: failed program was:" >&5
19582 sed 's/^/| /' conftest.$ac_ext >&5
19587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19589 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19590 $as_echo "$ac_cv_type_pid_t" >&6; }
19591 if test "x$ac_cv_type_pid_t" = x""yes; then
19593 cat >>confdefs.h <<_ACEOF
19594 #define HAVE_PID_T 1
19595 _ACEOF
19599 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19600 $as_echo_n "checking for size_t... " >&6; }
19601 if test "${ac_cv_type_size_t+set}" = set; then
19602 $as_echo_n "(cached) " >&6
19603 else
19604 ac_cv_type_size_t=no
19605 cat >conftest.$ac_ext <<_ACEOF
19606 /* confdefs.h. */
19607 _ACEOF
19608 cat confdefs.h >>conftest.$ac_ext
19609 cat >>conftest.$ac_ext <<_ACEOF
19610 /* end confdefs.h. */
19611 $ac_includes_default
19613 main ()
19615 if (sizeof (size_t))
19616 return 0;
19618 return 0;
19620 _ACEOF
19621 rm -f conftest.$ac_objext
19622 if { (ac_try="$ac_compile"
19623 case "(($ac_try" in
19624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19625 *) ac_try_echo=$ac_try;;
19626 esac
19627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19628 $as_echo "$ac_try_echo") >&5
19629 (eval "$ac_compile") 2>conftest.er1
19630 ac_status=$?
19631 grep -v '^ *+' conftest.er1 >conftest.err
19632 rm -f conftest.er1
19633 cat conftest.err >&5
19634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); } && {
19636 test -z "$ac_c_werror_flag" ||
19637 test ! -s conftest.err
19638 } && test -s conftest.$ac_objext; then
19639 cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h. */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h. */
19645 $ac_includes_default
19647 main ()
19649 if (sizeof ((size_t)))
19650 return 0;
19652 return 0;
19654 _ACEOF
19655 rm -f conftest.$ac_objext
19656 if { (ac_try="$ac_compile"
19657 case "(($ac_try" in
19658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19659 *) ac_try_echo=$ac_try;;
19660 esac
19661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19662 $as_echo "$ac_try_echo") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19674 else
19675 $as_echo "$as_me: failed program was:" >&5
19676 sed 's/^/| /' conftest.$ac_ext >&5
19678 ac_cv_type_size_t=yes
19681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19682 else
19683 $as_echo "$as_me: failed program was:" >&5
19684 sed 's/^/| /' conftest.$ac_ext >&5
19689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19691 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19692 $as_echo "$ac_cv_type_size_t" >&6; }
19693 if test "x$ac_cv_type_size_t" = x""yes; then
19695 cat >>confdefs.h <<_ACEOF
19696 #define HAVE_SIZE_T 1
19697 _ACEOF
19701 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19702 $as_echo_n "checking for ssize_t... " >&6; }
19703 if test "${ac_cv_type_ssize_t+set}" = set; then
19704 $as_echo_n "(cached) " >&6
19705 else
19706 ac_cv_type_ssize_t=no
19707 cat >conftest.$ac_ext <<_ACEOF
19708 /* confdefs.h. */
19709 _ACEOF
19710 cat confdefs.h >>conftest.$ac_ext
19711 cat >>conftest.$ac_ext <<_ACEOF
19712 /* end confdefs.h. */
19713 $ac_includes_default
19715 main ()
19717 if (sizeof (ssize_t))
19718 return 0;
19720 return 0;
19722 _ACEOF
19723 rm -f conftest.$ac_objext
19724 if { (ac_try="$ac_compile"
19725 case "(($ac_try" in
19726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19727 *) ac_try_echo=$ac_try;;
19728 esac
19729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19730 $as_echo "$ac_try_echo") >&5
19731 (eval "$ac_compile") 2>conftest.er1
19732 ac_status=$?
19733 grep -v '^ *+' conftest.er1 >conftest.err
19734 rm -f conftest.er1
19735 cat conftest.err >&5
19736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19737 (exit $ac_status); } && {
19738 test -z "$ac_c_werror_flag" ||
19739 test ! -s conftest.err
19740 } && test -s conftest.$ac_objext; then
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 $ac_includes_default
19749 main ()
19751 if (sizeof ((ssize_t)))
19752 return 0;
19754 return 0;
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761 *) ac_try_echo=$ac_try;;
19762 esac
19763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19764 $as_echo "$ac_try_echo") >&5
19765 (eval "$ac_compile") 2>conftest.er1
19766 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && {
19772 test -z "$ac_c_werror_flag" ||
19773 test ! -s conftest.err
19774 } && test -s conftest.$ac_objext; then
19776 else
19777 $as_echo "$as_me: failed program was:" >&5
19778 sed 's/^/| /' conftest.$ac_ext >&5
19780 ac_cv_type_ssize_t=yes
19783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 else
19785 $as_echo "$as_me: failed program was:" >&5
19786 sed 's/^/| /' conftest.$ac_ext >&5
19791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19793 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19794 $as_echo "$ac_cv_type_ssize_t" >&6; }
19795 if test "x$ac_cv_type_ssize_t" = x""yes; then
19797 cat >>confdefs.h <<_ACEOF
19798 #define HAVE_SSIZE_T 1
19799 _ACEOF
19803 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19804 $as_echo_n "checking for long long... " >&6; }
19805 if test "${ac_cv_type_long_long+set}" = set; then
19806 $as_echo_n "(cached) " >&6
19807 else
19808 ac_cv_type_long_long=no
19809 cat >conftest.$ac_ext <<_ACEOF
19810 /* confdefs.h. */
19811 _ACEOF
19812 cat confdefs.h >>conftest.$ac_ext
19813 cat >>conftest.$ac_ext <<_ACEOF
19814 /* end confdefs.h. */
19815 $ac_includes_default
19817 main ()
19819 if (sizeof (long long))
19820 return 0;
19822 return 0;
19824 _ACEOF
19825 rm -f conftest.$ac_objext
19826 if { (ac_try="$ac_compile"
19827 case "(($ac_try" in
19828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19829 *) ac_try_echo=$ac_try;;
19830 esac
19831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19832 $as_echo "$ac_try_echo") >&5
19833 (eval "$ac_compile") 2>conftest.er1
19834 ac_status=$?
19835 grep -v '^ *+' conftest.er1 >conftest.err
19836 rm -f conftest.er1
19837 cat conftest.err >&5
19838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } && {
19840 test -z "$ac_c_werror_flag" ||
19841 test ! -s conftest.err
19842 } && test -s conftest.$ac_objext; then
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19851 main ()
19853 if (sizeof ((long long)))
19854 return 0;
19856 return 0;
19858 _ACEOF
19859 rm -f conftest.$ac_objext
19860 if { (ac_try="$ac_compile"
19861 case "(($ac_try" in
19862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19863 *) ac_try_echo=$ac_try;;
19864 esac
19865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19866 $as_echo "$ac_try_echo") >&5
19867 (eval "$ac_compile") 2>conftest.er1
19868 ac_status=$?
19869 grep -v '^ *+' conftest.er1 >conftest.err
19870 rm -f conftest.er1
19871 cat conftest.err >&5
19872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); } && {
19874 test -z "$ac_c_werror_flag" ||
19875 test ! -s conftest.err
19876 } && test -s conftest.$ac_objext; then
19878 else
19879 $as_echo "$as_me: failed program was:" >&5
19880 sed 's/^/| /' conftest.$ac_ext >&5
19882 ac_cv_type_long_long=yes
19885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19886 else
19887 $as_echo "$as_me: failed program was:" >&5
19888 sed 's/^/| /' conftest.$ac_ext >&5
19893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19895 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19896 $as_echo "$ac_cv_type_long_long" >&6; }
19897 if test "x$ac_cv_type_long_long" = x""yes; then
19899 cat >>confdefs.h <<_ACEOF
19900 #define HAVE_LONG_LONG 1
19901 _ACEOF
19905 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19906 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19907 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19908 $as_echo_n "(cached) " >&6
19909 else
19910 ac_cv_type_fsblkcnt_t=no
19911 cat >conftest.$ac_ext <<_ACEOF
19912 /* confdefs.h. */
19913 _ACEOF
19914 cat confdefs.h >>conftest.$ac_ext
19915 cat >>conftest.$ac_ext <<_ACEOF
19916 /* end confdefs.h. */
19917 $ac_includes_default
19919 main ()
19921 if (sizeof (fsblkcnt_t))
19922 return 0;
19924 return 0;
19926 _ACEOF
19927 rm -f conftest.$ac_objext
19928 if { (ac_try="$ac_compile"
19929 case "(($ac_try" in
19930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19931 *) ac_try_echo=$ac_try;;
19932 esac
19933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19934 $as_echo "$ac_try_echo") >&5
19935 (eval "$ac_compile") 2>conftest.er1
19936 ac_status=$?
19937 grep -v '^ *+' conftest.er1 >conftest.err
19938 rm -f conftest.er1
19939 cat conftest.err >&5
19940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19941 (exit $ac_status); } && {
19942 test -z "$ac_c_werror_flag" ||
19943 test ! -s conftest.err
19944 } && test -s conftest.$ac_objext; then
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 $ac_includes_default
19953 main ()
19955 if (sizeof ((fsblkcnt_t)))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19968 $as_echo "$ac_try_echo") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19980 else
19981 $as_echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19984 ac_cv_type_fsblkcnt_t=yes
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19988 else
19989 $as_echo "$as_me: failed program was:" >&5
19990 sed 's/^/| /' conftest.$ac_ext >&5
19995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19997 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19998 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19999 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20001 cat >>confdefs.h <<_ACEOF
20002 #define HAVE_FSBLKCNT_T 1
20003 _ACEOF
20007 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20008 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20009 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20010 $as_echo_n "(cached) " >&6
20011 else
20012 ac_cv_type_fsfilcnt_t=no
20013 cat >conftest.$ac_ext <<_ACEOF
20014 /* confdefs.h. */
20015 _ACEOF
20016 cat confdefs.h >>conftest.$ac_ext
20017 cat >>conftest.$ac_ext <<_ACEOF
20018 /* end confdefs.h. */
20019 $ac_includes_default
20021 main ()
20023 if (sizeof (fsfilcnt_t))
20024 return 0;
20026 return 0;
20028 _ACEOF
20029 rm -f conftest.$ac_objext
20030 if { (ac_try="$ac_compile"
20031 case "(($ac_try" in
20032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20033 *) ac_try_echo=$ac_try;;
20034 esac
20035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20036 $as_echo "$ac_try_echo") >&5
20037 (eval "$ac_compile") 2>conftest.er1
20038 ac_status=$?
20039 grep -v '^ *+' conftest.er1 >conftest.err
20040 rm -f conftest.er1
20041 cat conftest.err >&5
20042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20043 (exit $ac_status); } && {
20044 test -z "$ac_c_werror_flag" ||
20045 test ! -s conftest.err
20046 } && test -s conftest.$ac_objext; then
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 $ac_includes_default
20055 main ()
20057 if (sizeof ((fsfilcnt_t)))
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20070 $as_echo "$ac_try_echo") >&5
20071 (eval "$ac_compile") 2>conftest.er1
20072 ac_status=$?
20073 grep -v '^ *+' conftest.er1 >conftest.err
20074 rm -f conftest.er1
20075 cat conftest.err >&5
20076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); } && {
20078 test -z "$ac_c_werror_flag" ||
20079 test ! -s conftest.err
20080 } && test -s conftest.$ac_objext; then
20082 else
20083 $as_echo "$as_me: failed program was:" >&5
20084 sed 's/^/| /' conftest.$ac_ext >&5
20086 ac_cv_type_fsfilcnt_t=yes
20089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20090 else
20091 $as_echo "$as_me: failed program was:" >&5
20092 sed 's/^/| /' conftest.$ac_ext >&5
20097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20099 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20100 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20101 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20103 cat >>confdefs.h <<_ACEOF
20104 #define HAVE_FSFILCNT_T 1
20105 _ACEOF
20110 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20111 $as_echo_n "checking for sigset_t... " >&6; }
20112 if test "${ac_cv_type_sigset_t+set}" = set; then
20113 $as_echo_n "(cached) " >&6
20114 else
20115 ac_cv_type_sigset_t=no
20116 cat >conftest.$ac_ext <<_ACEOF
20117 /* confdefs.h. */
20118 _ACEOF
20119 cat confdefs.h >>conftest.$ac_ext
20120 cat >>conftest.$ac_ext <<_ACEOF
20121 /* end confdefs.h. */
20122 #include <sys/types.h>
20123 #include <signal.h>
20126 main ()
20128 if (sizeof (sigset_t))
20129 return 0;
20131 return 0;
20133 _ACEOF
20134 rm -f conftest.$ac_objext
20135 if { (ac_try="$ac_compile"
20136 case "(($ac_try" in
20137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20138 *) ac_try_echo=$ac_try;;
20139 esac
20140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20141 $as_echo "$ac_try_echo") >&5
20142 (eval "$ac_compile") 2>conftest.er1
20143 ac_status=$?
20144 grep -v '^ *+' conftest.er1 >conftest.err
20145 rm -f conftest.er1
20146 cat conftest.err >&5
20147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20148 (exit $ac_status); } && {
20149 test -z "$ac_c_werror_flag" ||
20150 test ! -s conftest.err
20151 } && test -s conftest.$ac_objext; then
20152 cat >conftest.$ac_ext <<_ACEOF
20153 /* confdefs.h. */
20154 _ACEOF
20155 cat confdefs.h >>conftest.$ac_ext
20156 cat >>conftest.$ac_ext <<_ACEOF
20157 /* end confdefs.h. */
20158 #include <sys/types.h>
20159 #include <signal.h>
20162 main ()
20164 if (sizeof ((sigset_t)))
20165 return 0;
20167 return 0;
20169 _ACEOF
20170 rm -f conftest.$ac_objext
20171 if { (ac_try="$ac_compile"
20172 case "(($ac_try" in
20173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20174 *) ac_try_echo=$ac_try;;
20175 esac
20176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20177 $as_echo "$ac_try_echo") >&5
20178 (eval "$ac_compile") 2>conftest.er1
20179 ac_status=$?
20180 grep -v '^ *+' conftest.er1 >conftest.err
20181 rm -f conftest.er1
20182 cat conftest.err >&5
20183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20184 (exit $ac_status); } && {
20185 test -z "$ac_c_werror_flag" ||
20186 test ! -s conftest.err
20187 } && test -s conftest.$ac_objext; then
20189 else
20190 $as_echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.$ac_ext >&5
20193 ac_cv_type_sigset_t=yes
20196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20197 else
20198 $as_echo "$as_me: failed program was:" >&5
20199 sed 's/^/| /' conftest.$ac_ext >&5
20204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20207 $as_echo "$ac_cv_type_sigset_t" >&6; }
20208 if test "x$ac_cv_type_sigset_t" = x""yes; then
20210 cat >>confdefs.h <<_ACEOF
20211 #define HAVE_SIGSET_T 1
20212 _ACEOF
20217 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20218 $as_echo_n "checking for request_sense... " >&6; }
20219 if test "${ac_cv_type_request_sense+set}" = set; then
20220 $as_echo_n "(cached) " >&6
20221 else
20222 ac_cv_type_request_sense=no
20223 cat >conftest.$ac_ext <<_ACEOF
20224 /* confdefs.h. */
20225 _ACEOF
20226 cat confdefs.h >>conftest.$ac_ext
20227 cat >>conftest.$ac_ext <<_ACEOF
20228 /* end confdefs.h. */
20229 #include <linux/cdrom.h>
20232 main ()
20234 if (sizeof (request_sense))
20235 return 0;
20237 return 0;
20239 _ACEOF
20240 rm -f conftest.$ac_objext
20241 if { (ac_try="$ac_compile"
20242 case "(($ac_try" in
20243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20244 *) ac_try_echo=$ac_try;;
20245 esac
20246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20247 $as_echo "$ac_try_echo") >&5
20248 (eval "$ac_compile") 2>conftest.er1
20249 ac_status=$?
20250 grep -v '^ *+' conftest.er1 >conftest.err
20251 rm -f conftest.er1
20252 cat conftest.err >&5
20253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); } && {
20255 test -z "$ac_c_werror_flag" ||
20256 test ! -s conftest.err
20257 } && test -s conftest.$ac_objext; then
20258 cat >conftest.$ac_ext <<_ACEOF
20259 /* confdefs.h. */
20260 _ACEOF
20261 cat confdefs.h >>conftest.$ac_ext
20262 cat >>conftest.$ac_ext <<_ACEOF
20263 /* end confdefs.h. */
20264 #include <linux/cdrom.h>
20267 main ()
20269 if (sizeof ((request_sense)))
20270 return 0;
20272 return 0;
20274 _ACEOF
20275 rm -f conftest.$ac_objext
20276 if { (ac_try="$ac_compile"
20277 case "(($ac_try" in
20278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20279 *) ac_try_echo=$ac_try;;
20280 esac
20281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20282 $as_echo "$ac_try_echo") >&5
20283 (eval "$ac_compile") 2>conftest.er1
20284 ac_status=$?
20285 grep -v '^ *+' conftest.er1 >conftest.err
20286 rm -f conftest.er1
20287 cat conftest.err >&5
20288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20289 (exit $ac_status); } && {
20290 test -z "$ac_c_werror_flag" ||
20291 test ! -s conftest.err
20292 } && test -s conftest.$ac_objext; then
20294 else
20295 $as_echo "$as_me: failed program was:" >&5
20296 sed 's/^/| /' conftest.$ac_ext >&5
20298 ac_cv_type_request_sense=yes
20301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20302 else
20303 $as_echo "$as_me: failed program was:" >&5
20304 sed 's/^/| /' conftest.$ac_ext >&5
20309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20311 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20312 $as_echo "$ac_cv_type_request_sense" >&6; }
20313 if test "x$ac_cv_type_request_sense" = x""yes; then
20315 cat >>confdefs.h <<_ACEOF
20316 #define HAVE_REQUEST_SENSE 1
20317 _ACEOF
20323 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20324 $as_echo_n "checking for struct xinpgen... " >&6; }
20325 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20326 $as_echo_n "(cached) " >&6
20327 else
20328 ac_cv_type_struct_xinpgen=no
20329 cat >conftest.$ac_ext <<_ACEOF
20330 /* confdefs.h. */
20331 _ACEOF
20332 cat confdefs.h >>conftest.$ac_ext
20333 cat >>conftest.$ac_ext <<_ACEOF
20334 /* end confdefs.h. */
20335 #include <sys/types.h>
20336 #ifdef HAVE_SYS_SOCKET_H
20337 #include <sys/socket.h>
20338 #endif
20339 #ifdef HAVE_SYS_SOCKETVAR_H
20340 #include <sys/socketvar.h>
20341 #endif
20342 #ifdef HAVE_NET_ROUTE_H
20343 #include <net/route.h>
20344 #endif
20345 #ifdef HAVE_NETINET_IN_H
20346 #include <netinet/in.h>
20347 #endif
20348 #ifdef HAVE_NETINET_IN_SYSTM_H
20349 #include <netinet/in_systm.h>
20350 #endif
20351 #ifdef HAVE_NETINET_IP_H
20352 #include <netinet/ip.h>
20353 #endif
20354 #ifdef HAVE_NETINET_IN_PCB_H
20355 #include <netinet/in_pcb.h>
20356 #endif
20359 main ()
20361 if (sizeof (struct xinpgen))
20362 return 0;
20364 return 0;
20366 _ACEOF
20367 rm -f conftest.$ac_objext
20368 if { (ac_try="$ac_compile"
20369 case "(($ac_try" in
20370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20371 *) ac_try_echo=$ac_try;;
20372 esac
20373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20374 $as_echo "$ac_try_echo") >&5
20375 (eval "$ac_compile") 2>conftest.er1
20376 ac_status=$?
20377 grep -v '^ *+' conftest.er1 >conftest.err
20378 rm -f conftest.er1
20379 cat conftest.err >&5
20380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20381 (exit $ac_status); } && {
20382 test -z "$ac_c_werror_flag" ||
20383 test ! -s conftest.err
20384 } && test -s conftest.$ac_objext; then
20385 cat >conftest.$ac_ext <<_ACEOF
20386 /* confdefs.h. */
20387 _ACEOF
20388 cat confdefs.h >>conftest.$ac_ext
20389 cat >>conftest.$ac_ext <<_ACEOF
20390 /* end confdefs.h. */
20391 #include <sys/types.h>
20392 #ifdef HAVE_SYS_SOCKET_H
20393 #include <sys/socket.h>
20394 #endif
20395 #ifdef HAVE_SYS_SOCKETVAR_H
20396 #include <sys/socketvar.h>
20397 #endif
20398 #ifdef HAVE_NET_ROUTE_H
20399 #include <net/route.h>
20400 #endif
20401 #ifdef HAVE_NETINET_IN_H
20402 #include <netinet/in.h>
20403 #endif
20404 #ifdef HAVE_NETINET_IN_SYSTM_H
20405 #include <netinet/in_systm.h>
20406 #endif
20407 #ifdef HAVE_NETINET_IP_H
20408 #include <netinet/ip.h>
20409 #endif
20410 #ifdef HAVE_NETINET_IN_PCB_H
20411 #include <netinet/in_pcb.h>
20412 #endif
20415 main ()
20417 if (sizeof ((struct xinpgen)))
20418 return 0;
20420 return 0;
20422 _ACEOF
20423 rm -f conftest.$ac_objext
20424 if { (ac_try="$ac_compile"
20425 case "(($ac_try" in
20426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20427 *) ac_try_echo=$ac_try;;
20428 esac
20429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20430 $as_echo "$ac_try_echo") >&5
20431 (eval "$ac_compile") 2>conftest.er1
20432 ac_status=$?
20433 grep -v '^ *+' conftest.er1 >conftest.err
20434 rm -f conftest.er1
20435 cat conftest.err >&5
20436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20437 (exit $ac_status); } && {
20438 test -z "$ac_c_werror_flag" ||
20439 test ! -s conftest.err
20440 } && test -s conftest.$ac_objext; then
20442 else
20443 $as_echo "$as_me: failed program was:" >&5
20444 sed 's/^/| /' conftest.$ac_ext >&5
20446 ac_cv_type_struct_xinpgen=yes
20449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20450 else
20451 $as_echo "$as_me: failed program was:" >&5
20452 sed 's/^/| /' conftest.$ac_ext >&5
20457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20459 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20460 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20461 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20463 cat >>confdefs.h <<_ACEOF
20464 #define HAVE_STRUCT_XINPGEN 1
20465 _ACEOF
20471 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20472 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20473 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20474 $as_echo_n "(cached) " >&6
20475 else
20476 cat >conftest.$ac_ext <<_ACEOF
20477 /* confdefs.h. */
20478 _ACEOF
20479 cat confdefs.h >>conftest.$ac_ext
20480 cat >>conftest.$ac_ext <<_ACEOF
20481 /* end confdefs.h. */
20482 #ifdef HAVE_LINUX_INPUT_H
20483 #include <linux/input.h>
20484 #endif
20487 main ()
20489 static struct ff_effect ac_aggr;
20490 if (ac_aggr.direction)
20491 return 0;
20493 return 0;
20495 _ACEOF
20496 rm -f conftest.$ac_objext
20497 if { (ac_try="$ac_compile"
20498 case "(($ac_try" in
20499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20500 *) ac_try_echo=$ac_try;;
20501 esac
20502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20503 $as_echo "$ac_try_echo") >&5
20504 (eval "$ac_compile") 2>conftest.er1
20505 ac_status=$?
20506 grep -v '^ *+' conftest.er1 >conftest.err
20507 rm -f conftest.er1
20508 cat conftest.err >&5
20509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); } && {
20511 test -z "$ac_c_werror_flag" ||
20512 test ! -s conftest.err
20513 } && test -s conftest.$ac_objext; then
20514 ac_cv_member_struct_ff_effect_direction=yes
20515 else
20516 $as_echo "$as_me: failed program was:" >&5
20517 sed 's/^/| /' conftest.$ac_ext >&5
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 #ifdef HAVE_LINUX_INPUT_H
20526 #include <linux/input.h>
20527 #endif
20530 main ()
20532 static struct ff_effect ac_aggr;
20533 if (sizeof ac_aggr.direction)
20534 return 0;
20536 return 0;
20538 _ACEOF
20539 rm -f conftest.$ac_objext
20540 if { (ac_try="$ac_compile"
20541 case "(($ac_try" in
20542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20543 *) ac_try_echo=$ac_try;;
20544 esac
20545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20546 $as_echo "$ac_try_echo") >&5
20547 (eval "$ac_compile") 2>conftest.er1
20548 ac_status=$?
20549 grep -v '^ *+' conftest.er1 >conftest.err
20550 rm -f conftest.er1
20551 cat conftest.err >&5
20552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); } && {
20554 test -z "$ac_c_werror_flag" ||
20555 test ! -s conftest.err
20556 } && test -s conftest.$ac_objext; then
20557 ac_cv_member_struct_ff_effect_direction=yes
20558 else
20559 $as_echo "$as_me: failed program was:" >&5
20560 sed 's/^/| /' conftest.$ac_ext >&5
20562 ac_cv_member_struct_ff_effect_direction=no
20565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20570 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20571 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20572 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20574 cat >>confdefs.h <<_ACEOF
20575 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20576 _ACEOF
20582 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20583 $as_echo_n "checking for sigaddset... " >&6; }
20584 if test "${wine_cv_have_sigaddset+set}" = set; then
20585 $as_echo_n "(cached) " >&6
20586 else
20587 cat >conftest.$ac_ext <<_ACEOF
20588 /* confdefs.h. */
20589 _ACEOF
20590 cat confdefs.h >>conftest.$ac_ext
20591 cat >>conftest.$ac_ext <<_ACEOF
20592 /* end confdefs.h. */
20593 #include <signal.h>
20595 main ()
20597 sigset_t set; sigaddset(&set,SIGTERM);
20599 return 0;
20601 _ACEOF
20602 rm -f conftest.$ac_objext conftest$ac_exeext
20603 if { (ac_try="$ac_link"
20604 case "(($ac_try" in
20605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20606 *) ac_try_echo=$ac_try;;
20607 esac
20608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20609 $as_echo "$ac_try_echo") >&5
20610 (eval "$ac_link") 2>conftest.er1
20611 ac_status=$?
20612 grep -v '^ *+' conftest.er1 >conftest.err
20613 rm -f conftest.er1
20614 cat conftest.err >&5
20615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); } && {
20617 test -z "$ac_c_werror_flag" ||
20618 test ! -s conftest.err
20619 } && test -s conftest$ac_exeext && {
20620 test "$cross_compiling" = yes ||
20621 $as_test_x conftest$ac_exeext
20622 }; then
20623 wine_cv_have_sigaddset=yes
20624 else
20625 $as_echo "$as_me: failed program was:" >&5
20626 sed 's/^/| /' conftest.$ac_ext >&5
20628 wine_cv_have_sigaddset=no
20631 rm -rf conftest.dSYM
20632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20633 conftest$ac_exeext conftest.$ac_ext
20635 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20636 $as_echo "$wine_cv_have_sigaddset" >&6; }
20637 if test "$wine_cv_have_sigaddset" = "yes"
20638 then
20640 cat >>confdefs.h <<\_ACEOF
20641 #define HAVE_SIGADDSET 1
20642 _ACEOF
20647 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20648 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20649 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20650 $as_echo_n "(cached) " >&6
20651 else
20652 cat >conftest.$ac_ext <<_ACEOF
20653 /* confdefs.h. */
20654 _ACEOF
20655 cat confdefs.h >>conftest.$ac_ext
20656 cat >>conftest.$ac_ext <<_ACEOF
20657 /* end confdefs.h. */
20658 #include <netdb.h>
20660 main ()
20663 char *name=0;
20664 struct hostent he;
20665 struct hostent *result;
20666 char *buf=0;
20667 int bufsize=0;
20668 int res,errnr;
20669 char *addr=0;
20670 int addrlen=0;
20671 int addrtype=0;
20672 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20673 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20676 return 0;
20678 _ACEOF
20679 rm -f conftest.$ac_objext conftest$ac_exeext
20680 if { (ac_try="$ac_link"
20681 case "(($ac_try" in
20682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20683 *) ac_try_echo=$ac_try;;
20684 esac
20685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20686 $as_echo "$ac_try_echo") >&5
20687 (eval "$ac_link") 2>conftest.er1
20688 ac_status=$?
20689 grep -v '^ *+' conftest.er1 >conftest.err
20690 rm -f conftest.er1
20691 cat conftest.err >&5
20692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693 (exit $ac_status); } && {
20694 test -z "$ac_c_werror_flag" ||
20695 test ! -s conftest.err
20696 } && test -s conftest$ac_exeext && {
20697 test "$cross_compiling" = yes ||
20698 $as_test_x conftest$ac_exeext
20699 }; then
20700 wine_cv_linux_gethostbyname_r_6=yes
20701 else
20702 $as_echo "$as_me: failed program was:" >&5
20703 sed 's/^/| /' conftest.$ac_ext >&5
20705 wine_cv_linux_gethostbyname_r_6=no
20709 rm -rf conftest.dSYM
20710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20711 conftest$ac_exeext conftest.$ac_ext
20714 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20715 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20716 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20717 then
20719 cat >>confdefs.h <<\_ACEOF
20720 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20721 _ACEOF
20725 if test "$ac_cv_header_linux_joystick_h" = "yes"
20726 then
20727 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20728 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20729 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20730 $as_echo_n "(cached) " >&6
20731 else
20732 cat >conftest.$ac_ext <<_ACEOF
20733 /* confdefs.h. */
20734 _ACEOF
20735 cat confdefs.h >>conftest.$ac_ext
20736 cat >>conftest.$ac_ext <<_ACEOF
20737 /* end confdefs.h. */
20739 #include <sys/ioctl.h>
20740 #include <sys/types.h>
20741 #include <linux/joystick.h>
20743 struct js_event blub;
20744 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20745 #error "no 2.2 header"
20746 #endif
20749 main ()
20751 /*empty*/
20753 return 0;
20755 _ACEOF
20756 rm -f conftest.$ac_objext
20757 if { (ac_try="$ac_compile"
20758 case "(($ac_try" in
20759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20760 *) ac_try_echo=$ac_try;;
20761 esac
20762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20763 $as_echo "$ac_try_echo") >&5
20764 (eval "$ac_compile") 2>conftest.er1
20765 ac_status=$?
20766 grep -v '^ *+' conftest.er1 >conftest.err
20767 rm -f conftest.er1
20768 cat conftest.err >&5
20769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } && {
20771 test -z "$ac_c_werror_flag" ||
20772 test ! -s conftest.err
20773 } && test -s conftest.$ac_objext; then
20774 wine_cv_linux_joystick_22_api=yes
20775 else
20776 $as_echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20779 wine_cv_linux_joystick_22_api=no
20782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20785 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20786 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20787 if test "$wine_cv_linux_joystick_22_api" = "yes"
20788 then
20790 cat >>confdefs.h <<\_ACEOF
20791 #define HAVE_LINUX_22_JOYSTICK_API 1
20792 _ACEOF
20798 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20799 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20800 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20801 $as_echo_n "(cached) " >&6
20802 else
20803 cat >conftest.$ac_ext <<_ACEOF
20804 /* confdefs.h. */
20805 _ACEOF
20806 cat confdefs.h >>conftest.$ac_ext
20807 cat >>conftest.$ac_ext <<_ACEOF
20808 /* end confdefs.h. */
20809 #include <sys/types.h>
20810 #ifdef HAVE_SYS_PARAM_H
20811 # include <sys/param.h>
20812 #endif
20813 #ifdef HAVE_SYS_MOUNT_H
20814 # include <sys/mount.h>
20815 #endif
20816 #ifdef HAVE_SYS_VFS_H
20817 # include <sys/vfs.h>
20818 #endif
20819 #ifdef HAVE_SYS_STATFS_H
20820 # include <sys/statfs.h>
20821 #endif
20824 main ()
20826 static struct statfs ac_aggr;
20827 if (ac_aggr.f_bfree)
20828 return 0;
20830 return 0;
20832 _ACEOF
20833 rm -f conftest.$ac_objext
20834 if { (ac_try="$ac_compile"
20835 case "(($ac_try" in
20836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20837 *) ac_try_echo=$ac_try;;
20838 esac
20839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20840 $as_echo "$ac_try_echo") >&5
20841 (eval "$ac_compile") 2>conftest.er1
20842 ac_status=$?
20843 grep -v '^ *+' conftest.er1 >conftest.err
20844 rm -f conftest.er1
20845 cat conftest.err >&5
20846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20847 (exit $ac_status); } && {
20848 test -z "$ac_c_werror_flag" ||
20849 test ! -s conftest.err
20850 } && test -s conftest.$ac_objext; then
20851 ac_cv_member_struct_statfs_f_bfree=yes
20852 else
20853 $as_echo "$as_me: failed program was:" >&5
20854 sed 's/^/| /' conftest.$ac_ext >&5
20856 cat >conftest.$ac_ext <<_ACEOF
20857 /* confdefs.h. */
20858 _ACEOF
20859 cat confdefs.h >>conftest.$ac_ext
20860 cat >>conftest.$ac_ext <<_ACEOF
20861 /* end confdefs.h. */
20862 #include <sys/types.h>
20863 #ifdef HAVE_SYS_PARAM_H
20864 # include <sys/param.h>
20865 #endif
20866 #ifdef HAVE_SYS_MOUNT_H
20867 # include <sys/mount.h>
20868 #endif
20869 #ifdef HAVE_SYS_VFS_H
20870 # include <sys/vfs.h>
20871 #endif
20872 #ifdef HAVE_SYS_STATFS_H
20873 # include <sys/statfs.h>
20874 #endif
20877 main ()
20879 static struct statfs ac_aggr;
20880 if (sizeof ac_aggr.f_bfree)
20881 return 0;
20883 return 0;
20885 _ACEOF
20886 rm -f conftest.$ac_objext
20887 if { (ac_try="$ac_compile"
20888 case "(($ac_try" in
20889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20890 *) ac_try_echo=$ac_try;;
20891 esac
20892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20893 $as_echo "$ac_try_echo") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 ac_cv_member_struct_statfs_f_bfree=yes
20905 else
20906 $as_echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 ac_cv_member_struct_statfs_f_bfree=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20918 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20919 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20921 cat >>confdefs.h <<_ACEOF
20922 #define HAVE_STRUCT_STATFS_F_BFREE 1
20923 _ACEOF
20927 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20928 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20929 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20930 $as_echo_n "(cached) " >&6
20931 else
20932 cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h. */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_PARAM_H
20940 # include <sys/param.h>
20941 #endif
20942 #ifdef HAVE_SYS_MOUNT_H
20943 # include <sys/mount.h>
20944 #endif
20945 #ifdef HAVE_SYS_VFS_H
20946 # include <sys/vfs.h>
20947 #endif
20948 #ifdef HAVE_SYS_STATFS_H
20949 # include <sys/statfs.h>
20950 #endif
20953 main ()
20955 static struct statfs ac_aggr;
20956 if (ac_aggr.f_bavail)
20957 return 0;
20959 return 0;
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20967 esac
20968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20969 $as_echo "$ac_try_echo") >&5
20970 (eval "$ac_compile") 2>conftest.er1
20971 ac_status=$?
20972 grep -v '^ *+' conftest.er1 >conftest.err
20973 rm -f conftest.er1
20974 cat conftest.err >&5
20975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20976 (exit $ac_status); } && {
20977 test -z "$ac_c_werror_flag" ||
20978 test ! -s conftest.err
20979 } && test -s conftest.$ac_objext; then
20980 ac_cv_member_struct_statfs_f_bavail=yes
20981 else
20982 $as_echo "$as_me: failed program was:" >&5
20983 sed 's/^/| /' conftest.$ac_ext >&5
20985 cat >conftest.$ac_ext <<_ACEOF
20986 /* confdefs.h. */
20987 _ACEOF
20988 cat confdefs.h >>conftest.$ac_ext
20989 cat >>conftest.$ac_ext <<_ACEOF
20990 /* end confdefs.h. */
20991 #include <sys/types.h>
20992 #ifdef HAVE_SYS_PARAM_H
20993 # include <sys/param.h>
20994 #endif
20995 #ifdef HAVE_SYS_MOUNT_H
20996 # include <sys/mount.h>
20997 #endif
20998 #ifdef HAVE_SYS_VFS_H
20999 # include <sys/vfs.h>
21000 #endif
21001 #ifdef HAVE_SYS_STATFS_H
21002 # include <sys/statfs.h>
21003 #endif
21006 main ()
21008 static struct statfs ac_aggr;
21009 if (sizeof ac_aggr.f_bavail)
21010 return 0;
21012 return 0;
21014 _ACEOF
21015 rm -f conftest.$ac_objext
21016 if { (ac_try="$ac_compile"
21017 case "(($ac_try" in
21018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019 *) ac_try_echo=$ac_try;;
21020 esac
21021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21022 $as_echo "$ac_try_echo") >&5
21023 (eval "$ac_compile") 2>conftest.er1
21024 ac_status=$?
21025 grep -v '^ *+' conftest.er1 >conftest.err
21026 rm -f conftest.er1
21027 cat conftest.err >&5
21028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21029 (exit $ac_status); } && {
21030 test -z "$ac_c_werror_flag" ||
21031 test ! -s conftest.err
21032 } && test -s conftest.$ac_objext; then
21033 ac_cv_member_struct_statfs_f_bavail=yes
21034 else
21035 $as_echo "$as_me: failed program was:" >&5
21036 sed 's/^/| /' conftest.$ac_ext >&5
21038 ac_cv_member_struct_statfs_f_bavail=no
21041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21046 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21047 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21048 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21050 cat >>confdefs.h <<_ACEOF
21051 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21052 _ACEOF
21056 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21057 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21058 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21059 $as_echo_n "(cached) " >&6
21060 else
21061 cat >conftest.$ac_ext <<_ACEOF
21062 /* confdefs.h. */
21063 _ACEOF
21064 cat confdefs.h >>conftest.$ac_ext
21065 cat >>conftest.$ac_ext <<_ACEOF
21066 /* end confdefs.h. */
21067 #include <sys/types.h>
21068 #ifdef HAVE_SYS_PARAM_H
21069 # include <sys/param.h>
21070 #endif
21071 #ifdef HAVE_SYS_MOUNT_H
21072 # include <sys/mount.h>
21073 #endif
21074 #ifdef HAVE_SYS_VFS_H
21075 # include <sys/vfs.h>
21076 #endif
21077 #ifdef HAVE_SYS_STATFS_H
21078 # include <sys/statfs.h>
21079 #endif
21082 main ()
21084 static struct statfs ac_aggr;
21085 if (ac_aggr.f_frsize)
21086 return 0;
21088 return 0;
21090 _ACEOF
21091 rm -f conftest.$ac_objext
21092 if { (ac_try="$ac_compile"
21093 case "(($ac_try" in
21094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21095 *) ac_try_echo=$ac_try;;
21096 esac
21097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21098 $as_echo "$ac_try_echo") >&5
21099 (eval "$ac_compile") 2>conftest.er1
21100 ac_status=$?
21101 grep -v '^ *+' conftest.er1 >conftest.err
21102 rm -f conftest.er1
21103 cat conftest.err >&5
21104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105 (exit $ac_status); } && {
21106 test -z "$ac_c_werror_flag" ||
21107 test ! -s conftest.err
21108 } && test -s conftest.$ac_objext; then
21109 ac_cv_member_struct_statfs_f_frsize=yes
21110 else
21111 $as_echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5
21114 cat >conftest.$ac_ext <<_ACEOF
21115 /* confdefs.h. */
21116 _ACEOF
21117 cat confdefs.h >>conftest.$ac_ext
21118 cat >>conftest.$ac_ext <<_ACEOF
21119 /* end confdefs.h. */
21120 #include <sys/types.h>
21121 #ifdef HAVE_SYS_PARAM_H
21122 # include <sys/param.h>
21123 #endif
21124 #ifdef HAVE_SYS_MOUNT_H
21125 # include <sys/mount.h>
21126 #endif
21127 #ifdef HAVE_SYS_VFS_H
21128 # include <sys/vfs.h>
21129 #endif
21130 #ifdef HAVE_SYS_STATFS_H
21131 # include <sys/statfs.h>
21132 #endif
21135 main ()
21137 static struct statfs ac_aggr;
21138 if (sizeof ac_aggr.f_frsize)
21139 return 0;
21141 return 0;
21143 _ACEOF
21144 rm -f conftest.$ac_objext
21145 if { (ac_try="$ac_compile"
21146 case "(($ac_try" in
21147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21148 *) ac_try_echo=$ac_try;;
21149 esac
21150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21151 $as_echo "$ac_try_echo") >&5
21152 (eval "$ac_compile") 2>conftest.er1
21153 ac_status=$?
21154 grep -v '^ *+' conftest.er1 >conftest.err
21155 rm -f conftest.er1
21156 cat conftest.err >&5
21157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158 (exit $ac_status); } && {
21159 test -z "$ac_c_werror_flag" ||
21160 test ! -s conftest.err
21161 } && test -s conftest.$ac_objext; then
21162 ac_cv_member_struct_statfs_f_frsize=yes
21163 else
21164 $as_echo "$as_me: failed program was:" >&5
21165 sed 's/^/| /' conftest.$ac_ext >&5
21167 ac_cv_member_struct_statfs_f_frsize=no
21170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21175 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21176 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21177 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21179 cat >>confdefs.h <<_ACEOF
21180 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21181 _ACEOF
21185 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21186 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21187 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21188 $as_echo_n "(cached) " >&6
21189 else
21190 cat >conftest.$ac_ext <<_ACEOF
21191 /* confdefs.h. */
21192 _ACEOF
21193 cat confdefs.h >>conftest.$ac_ext
21194 cat >>conftest.$ac_ext <<_ACEOF
21195 /* end confdefs.h. */
21196 #include <sys/types.h>
21197 #ifdef HAVE_SYS_PARAM_H
21198 # include <sys/param.h>
21199 #endif
21200 #ifdef HAVE_SYS_MOUNT_H
21201 # include <sys/mount.h>
21202 #endif
21203 #ifdef HAVE_SYS_VFS_H
21204 # include <sys/vfs.h>
21205 #endif
21206 #ifdef HAVE_SYS_STATFS_H
21207 # include <sys/statfs.h>
21208 #endif
21211 main ()
21213 static struct statfs ac_aggr;
21214 if (ac_aggr.f_ffree)
21215 return 0;
21217 return 0;
21219 _ACEOF
21220 rm -f conftest.$ac_objext
21221 if { (ac_try="$ac_compile"
21222 case "(($ac_try" in
21223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21224 *) ac_try_echo=$ac_try;;
21225 esac
21226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21227 $as_echo "$ac_try_echo") >&5
21228 (eval "$ac_compile") 2>conftest.er1
21229 ac_status=$?
21230 grep -v '^ *+' conftest.er1 >conftest.err
21231 rm -f conftest.er1
21232 cat conftest.err >&5
21233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } && {
21235 test -z "$ac_c_werror_flag" ||
21236 test ! -s conftest.err
21237 } && test -s conftest.$ac_objext; then
21238 ac_cv_member_struct_statfs_f_ffree=yes
21239 else
21240 $as_echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21243 cat >conftest.$ac_ext <<_ACEOF
21244 /* confdefs.h. */
21245 _ACEOF
21246 cat confdefs.h >>conftest.$ac_ext
21247 cat >>conftest.$ac_ext <<_ACEOF
21248 /* end confdefs.h. */
21249 #include <sys/types.h>
21250 #ifdef HAVE_SYS_PARAM_H
21251 # include <sys/param.h>
21252 #endif
21253 #ifdef HAVE_SYS_MOUNT_H
21254 # include <sys/mount.h>
21255 #endif
21256 #ifdef HAVE_SYS_VFS_H
21257 # include <sys/vfs.h>
21258 #endif
21259 #ifdef HAVE_SYS_STATFS_H
21260 # include <sys/statfs.h>
21261 #endif
21264 main ()
21266 static struct statfs ac_aggr;
21267 if (sizeof ac_aggr.f_ffree)
21268 return 0;
21270 return 0;
21272 _ACEOF
21273 rm -f conftest.$ac_objext
21274 if { (ac_try="$ac_compile"
21275 case "(($ac_try" in
21276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21277 *) ac_try_echo=$ac_try;;
21278 esac
21279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21280 $as_echo "$ac_try_echo") >&5
21281 (eval "$ac_compile") 2>conftest.er1
21282 ac_status=$?
21283 grep -v '^ *+' conftest.er1 >conftest.err
21284 rm -f conftest.er1
21285 cat conftest.err >&5
21286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21287 (exit $ac_status); } && {
21288 test -z "$ac_c_werror_flag" ||
21289 test ! -s conftest.err
21290 } && test -s conftest.$ac_objext; then
21291 ac_cv_member_struct_statfs_f_ffree=yes
21292 else
21293 $as_echo "$as_me: failed program was:" >&5
21294 sed 's/^/| /' conftest.$ac_ext >&5
21296 ac_cv_member_struct_statfs_f_ffree=no
21299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21304 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21305 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21306 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21308 cat >>confdefs.h <<_ACEOF
21309 #define HAVE_STRUCT_STATFS_F_FFREE 1
21310 _ACEOF
21314 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21315 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21316 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21317 $as_echo_n "(cached) " >&6
21318 else
21319 cat >conftest.$ac_ext <<_ACEOF
21320 /* confdefs.h. */
21321 _ACEOF
21322 cat confdefs.h >>conftest.$ac_ext
21323 cat >>conftest.$ac_ext <<_ACEOF
21324 /* end confdefs.h. */
21325 #include <sys/types.h>
21326 #ifdef HAVE_SYS_PARAM_H
21327 # include <sys/param.h>
21328 #endif
21329 #ifdef HAVE_SYS_MOUNT_H
21330 # include <sys/mount.h>
21331 #endif
21332 #ifdef HAVE_SYS_VFS_H
21333 # include <sys/vfs.h>
21334 #endif
21335 #ifdef HAVE_SYS_STATFS_H
21336 # include <sys/statfs.h>
21337 #endif
21340 main ()
21342 static struct statfs ac_aggr;
21343 if (ac_aggr.f_favail)
21344 return 0;
21346 return 0;
21348 _ACEOF
21349 rm -f conftest.$ac_objext
21350 if { (ac_try="$ac_compile"
21351 case "(($ac_try" in
21352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21353 *) ac_try_echo=$ac_try;;
21354 esac
21355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21356 $as_echo "$ac_try_echo") >&5
21357 (eval "$ac_compile") 2>conftest.er1
21358 ac_status=$?
21359 grep -v '^ *+' conftest.er1 >conftest.err
21360 rm -f conftest.er1
21361 cat conftest.err >&5
21362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 (exit $ac_status); } && {
21364 test -z "$ac_c_werror_flag" ||
21365 test ! -s conftest.err
21366 } && test -s conftest.$ac_objext; then
21367 ac_cv_member_struct_statfs_f_favail=yes
21368 else
21369 $as_echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21372 cat >conftest.$ac_ext <<_ACEOF
21373 /* confdefs.h. */
21374 _ACEOF
21375 cat confdefs.h >>conftest.$ac_ext
21376 cat >>conftest.$ac_ext <<_ACEOF
21377 /* end confdefs.h. */
21378 #include <sys/types.h>
21379 #ifdef HAVE_SYS_PARAM_H
21380 # include <sys/param.h>
21381 #endif
21382 #ifdef HAVE_SYS_MOUNT_H
21383 # include <sys/mount.h>
21384 #endif
21385 #ifdef HAVE_SYS_VFS_H
21386 # include <sys/vfs.h>
21387 #endif
21388 #ifdef HAVE_SYS_STATFS_H
21389 # include <sys/statfs.h>
21390 #endif
21393 main ()
21395 static struct statfs ac_aggr;
21396 if (sizeof ac_aggr.f_favail)
21397 return 0;
21399 return 0;
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21407 esac
21408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21409 $as_echo "$ac_try_echo") >&5
21410 (eval "$ac_compile") 2>conftest.er1
21411 ac_status=$?
21412 grep -v '^ *+' conftest.er1 >conftest.err
21413 rm -f conftest.er1
21414 cat conftest.err >&5
21415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); } && {
21417 test -z "$ac_c_werror_flag" ||
21418 test ! -s conftest.err
21419 } && test -s conftest.$ac_objext; then
21420 ac_cv_member_struct_statfs_f_favail=yes
21421 else
21422 $as_echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21425 ac_cv_member_struct_statfs_f_favail=no
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21434 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21435 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21439 _ACEOF
21443 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21444 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21445 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21446 $as_echo_n "(cached) " >&6
21447 else
21448 cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h. */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21454 #include <sys/types.h>
21455 #ifdef HAVE_SYS_PARAM_H
21456 # include <sys/param.h>
21457 #endif
21458 #ifdef HAVE_SYS_MOUNT_H
21459 # include <sys/mount.h>
21460 #endif
21461 #ifdef HAVE_SYS_VFS_H
21462 # include <sys/vfs.h>
21463 #endif
21464 #ifdef HAVE_SYS_STATFS_H
21465 # include <sys/statfs.h>
21466 #endif
21469 main ()
21471 static struct statfs ac_aggr;
21472 if (ac_aggr.f_namelen)
21473 return 0;
21475 return 0;
21477 _ACEOF
21478 rm -f conftest.$ac_objext
21479 if { (ac_try="$ac_compile"
21480 case "(($ac_try" in
21481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21482 *) ac_try_echo=$ac_try;;
21483 esac
21484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21485 $as_echo "$ac_try_echo") >&5
21486 (eval "$ac_compile") 2>conftest.er1
21487 ac_status=$?
21488 grep -v '^ *+' conftest.er1 >conftest.err
21489 rm -f conftest.er1
21490 cat conftest.err >&5
21491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492 (exit $ac_status); } && {
21493 test -z "$ac_c_werror_flag" ||
21494 test ! -s conftest.err
21495 } && test -s conftest.$ac_objext; then
21496 ac_cv_member_struct_statfs_f_namelen=yes
21497 else
21498 $as_echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21501 cat >conftest.$ac_ext <<_ACEOF
21502 /* confdefs.h. */
21503 _ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h. */
21507 #include <sys/types.h>
21508 #ifdef HAVE_SYS_PARAM_H
21509 # include <sys/param.h>
21510 #endif
21511 #ifdef HAVE_SYS_MOUNT_H
21512 # include <sys/mount.h>
21513 #endif
21514 #ifdef HAVE_SYS_VFS_H
21515 # include <sys/vfs.h>
21516 #endif
21517 #ifdef HAVE_SYS_STATFS_H
21518 # include <sys/statfs.h>
21519 #endif
21522 main ()
21524 static struct statfs ac_aggr;
21525 if (sizeof ac_aggr.f_namelen)
21526 return 0;
21528 return 0;
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21536 esac
21537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21538 $as_echo "$ac_try_echo") >&5
21539 (eval "$ac_compile") 2>conftest.er1
21540 ac_status=$?
21541 grep -v '^ *+' conftest.er1 >conftest.err
21542 rm -f conftest.er1
21543 cat conftest.err >&5
21544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545 (exit $ac_status); } && {
21546 test -z "$ac_c_werror_flag" ||
21547 test ! -s conftest.err
21548 } && test -s conftest.$ac_objext; then
21549 ac_cv_member_struct_statfs_f_namelen=yes
21550 else
21551 $as_echo "$as_me: failed program was:" >&5
21552 sed 's/^/| /' conftest.$ac_ext >&5
21554 ac_cv_member_struct_statfs_f_namelen=no
21557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21562 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21563 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21564 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21566 cat >>confdefs.h <<_ACEOF
21567 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21568 _ACEOF
21574 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21575 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21576 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21577 $as_echo_n "(cached) " >&6
21578 else
21579 cat >conftest.$ac_ext <<_ACEOF
21580 /* confdefs.h. */
21581 _ACEOF
21582 cat confdefs.h >>conftest.$ac_ext
21583 cat >>conftest.$ac_ext <<_ACEOF
21584 /* end confdefs.h. */
21585 #ifdef HAVE_SYS_STATVFS_H
21586 #include <sys/statvfs.h>
21587 #endif
21590 main ()
21592 static struct statvfs ac_aggr;
21593 if (ac_aggr.f_blocks)
21594 return 0;
21596 return 0;
21598 _ACEOF
21599 rm -f conftest.$ac_objext
21600 if { (ac_try="$ac_compile"
21601 case "(($ac_try" in
21602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21603 *) ac_try_echo=$ac_try;;
21604 esac
21605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21606 $as_echo "$ac_try_echo") >&5
21607 (eval "$ac_compile") 2>conftest.er1
21608 ac_status=$?
21609 grep -v '^ *+' conftest.er1 >conftest.err
21610 rm -f conftest.er1
21611 cat conftest.err >&5
21612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21613 (exit $ac_status); } && {
21614 test -z "$ac_c_werror_flag" ||
21615 test ! -s conftest.err
21616 } && test -s conftest.$ac_objext; then
21617 ac_cv_member_struct_statvfs_f_blocks=yes
21618 else
21619 $as_echo "$as_me: failed program was:" >&5
21620 sed 's/^/| /' conftest.$ac_ext >&5
21622 cat >conftest.$ac_ext <<_ACEOF
21623 /* confdefs.h. */
21624 _ACEOF
21625 cat confdefs.h >>conftest.$ac_ext
21626 cat >>conftest.$ac_ext <<_ACEOF
21627 /* end confdefs.h. */
21628 #ifdef HAVE_SYS_STATVFS_H
21629 #include <sys/statvfs.h>
21630 #endif
21633 main ()
21635 static struct statvfs ac_aggr;
21636 if (sizeof ac_aggr.f_blocks)
21637 return 0;
21639 return 0;
21641 _ACEOF
21642 rm -f conftest.$ac_objext
21643 if { (ac_try="$ac_compile"
21644 case "(($ac_try" in
21645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21646 *) ac_try_echo=$ac_try;;
21647 esac
21648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21649 $as_echo "$ac_try_echo") >&5
21650 (eval "$ac_compile") 2>conftest.er1
21651 ac_status=$?
21652 grep -v '^ *+' conftest.er1 >conftest.err
21653 rm -f conftest.er1
21654 cat conftest.err >&5
21655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21656 (exit $ac_status); } && {
21657 test -z "$ac_c_werror_flag" ||
21658 test ! -s conftest.err
21659 } && test -s conftest.$ac_objext; then
21660 ac_cv_member_struct_statvfs_f_blocks=yes
21661 else
21662 $as_echo "$as_me: failed program was:" >&5
21663 sed 's/^/| /' conftest.$ac_ext >&5
21665 ac_cv_member_struct_statvfs_f_blocks=no
21668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21673 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21674 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21675 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21677 cat >>confdefs.h <<_ACEOF
21678 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21679 _ACEOF
21685 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21686 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21687 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21688 $as_echo_n "(cached) " >&6
21689 else
21690 cat >conftest.$ac_ext <<_ACEOF
21691 /* confdefs.h. */
21692 _ACEOF
21693 cat confdefs.h >>conftest.$ac_ext
21694 cat >>conftest.$ac_ext <<_ACEOF
21695 /* end confdefs.h. */
21696 #include <sys/types.h>
21697 #ifdef HAVE_SYS_SOCKET_H
21698 # include <sys/socket.h>
21699 #endif
21700 #ifdef HAVE_SYS_UN_H
21701 # include <sys/un.h>
21702 #endif
21705 main ()
21707 static struct msghdr ac_aggr;
21708 if (ac_aggr.msg_accrights)
21709 return 0;
21711 return 0;
21713 _ACEOF
21714 rm -f conftest.$ac_objext
21715 if { (ac_try="$ac_compile"
21716 case "(($ac_try" in
21717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21718 *) ac_try_echo=$ac_try;;
21719 esac
21720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21721 $as_echo "$ac_try_echo") >&5
21722 (eval "$ac_compile") 2>conftest.er1
21723 ac_status=$?
21724 grep -v '^ *+' conftest.er1 >conftest.err
21725 rm -f conftest.er1
21726 cat conftest.err >&5
21727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21728 (exit $ac_status); } && {
21729 test -z "$ac_c_werror_flag" ||
21730 test ! -s conftest.err
21731 } && test -s conftest.$ac_objext; then
21732 ac_cv_member_struct_msghdr_msg_accrights=yes
21733 else
21734 $as_echo "$as_me: failed program was:" >&5
21735 sed 's/^/| /' conftest.$ac_ext >&5
21737 cat >conftest.$ac_ext <<_ACEOF
21738 /* confdefs.h. */
21739 _ACEOF
21740 cat confdefs.h >>conftest.$ac_ext
21741 cat >>conftest.$ac_ext <<_ACEOF
21742 /* end confdefs.h. */
21743 #include <sys/types.h>
21744 #ifdef HAVE_SYS_SOCKET_H
21745 # include <sys/socket.h>
21746 #endif
21747 #ifdef HAVE_SYS_UN_H
21748 # include <sys/un.h>
21749 #endif
21752 main ()
21754 static struct msghdr ac_aggr;
21755 if (sizeof ac_aggr.msg_accrights)
21756 return 0;
21758 return 0;
21760 _ACEOF
21761 rm -f conftest.$ac_objext
21762 if { (ac_try="$ac_compile"
21763 case "(($ac_try" in
21764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21765 *) ac_try_echo=$ac_try;;
21766 esac
21767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21768 $as_echo "$ac_try_echo") >&5
21769 (eval "$ac_compile") 2>conftest.er1
21770 ac_status=$?
21771 grep -v '^ *+' conftest.er1 >conftest.err
21772 rm -f conftest.er1
21773 cat conftest.err >&5
21774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21775 (exit $ac_status); } && {
21776 test -z "$ac_c_werror_flag" ||
21777 test ! -s conftest.err
21778 } && test -s conftest.$ac_objext; then
21779 ac_cv_member_struct_msghdr_msg_accrights=yes
21780 else
21781 $as_echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.$ac_ext >&5
21784 ac_cv_member_struct_msghdr_msg_accrights=no
21787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21793 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21794 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21796 cat >>confdefs.h <<_ACEOF
21797 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21798 _ACEOF
21802 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21803 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21804 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21805 $as_echo_n "(cached) " >&6
21806 else
21807 cat >conftest.$ac_ext <<_ACEOF
21808 /* confdefs.h. */
21809 _ACEOF
21810 cat confdefs.h >>conftest.$ac_ext
21811 cat >>conftest.$ac_ext <<_ACEOF
21812 /* end confdefs.h. */
21813 #include <sys/types.h>
21814 #ifdef HAVE_SYS_SOCKET_H
21815 # include <sys/socket.h>
21816 #endif
21817 #ifdef HAVE_SYS_UN_H
21818 # include <sys/un.h>
21819 #endif
21822 main ()
21824 static struct sockaddr ac_aggr;
21825 if (ac_aggr.sa_len)
21826 return 0;
21828 return 0;
21830 _ACEOF
21831 rm -f conftest.$ac_objext
21832 if { (ac_try="$ac_compile"
21833 case "(($ac_try" in
21834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21835 *) ac_try_echo=$ac_try;;
21836 esac
21837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21838 $as_echo "$ac_try_echo") >&5
21839 (eval "$ac_compile") 2>conftest.er1
21840 ac_status=$?
21841 grep -v '^ *+' conftest.er1 >conftest.err
21842 rm -f conftest.er1
21843 cat conftest.err >&5
21844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } && {
21846 test -z "$ac_c_werror_flag" ||
21847 test ! -s conftest.err
21848 } && test -s conftest.$ac_objext; then
21849 ac_cv_member_struct_sockaddr_sa_len=yes
21850 else
21851 $as_echo "$as_me: failed program was:" >&5
21852 sed 's/^/| /' conftest.$ac_ext >&5
21854 cat >conftest.$ac_ext <<_ACEOF
21855 /* confdefs.h. */
21856 _ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21860 #include <sys/types.h>
21861 #ifdef HAVE_SYS_SOCKET_H
21862 # include <sys/socket.h>
21863 #endif
21864 #ifdef HAVE_SYS_UN_H
21865 # include <sys/un.h>
21866 #endif
21869 main ()
21871 static struct sockaddr ac_aggr;
21872 if (sizeof ac_aggr.sa_len)
21873 return 0;
21875 return 0;
21877 _ACEOF
21878 rm -f conftest.$ac_objext
21879 if { (ac_try="$ac_compile"
21880 case "(($ac_try" in
21881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21882 *) ac_try_echo=$ac_try;;
21883 esac
21884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21885 $as_echo "$ac_try_echo") >&5
21886 (eval "$ac_compile") 2>conftest.er1
21887 ac_status=$?
21888 grep -v '^ *+' conftest.er1 >conftest.err
21889 rm -f conftest.er1
21890 cat conftest.err >&5
21891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21892 (exit $ac_status); } && {
21893 test -z "$ac_c_werror_flag" ||
21894 test ! -s conftest.err
21895 } && test -s conftest.$ac_objext; then
21896 ac_cv_member_struct_sockaddr_sa_len=yes
21897 else
21898 $as_echo "$as_me: failed program was:" >&5
21899 sed 's/^/| /' conftest.$ac_ext >&5
21901 ac_cv_member_struct_sockaddr_sa_len=no
21904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21909 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21910 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21911 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21913 cat >>confdefs.h <<_ACEOF
21914 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21915 _ACEOF
21919 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21920 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21921 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21922 $as_echo_n "(cached) " >&6
21923 else
21924 cat >conftest.$ac_ext <<_ACEOF
21925 /* confdefs.h. */
21926 _ACEOF
21927 cat confdefs.h >>conftest.$ac_ext
21928 cat >>conftest.$ac_ext <<_ACEOF
21929 /* end confdefs.h. */
21930 #include <sys/types.h>
21931 #ifdef HAVE_SYS_SOCKET_H
21932 # include <sys/socket.h>
21933 #endif
21934 #ifdef HAVE_SYS_UN_H
21935 # include <sys/un.h>
21936 #endif
21939 main ()
21941 static struct sockaddr_un ac_aggr;
21942 if (ac_aggr.sun_len)
21943 return 0;
21945 return 0;
21947 _ACEOF
21948 rm -f conftest.$ac_objext
21949 if { (ac_try="$ac_compile"
21950 case "(($ac_try" in
21951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21952 *) ac_try_echo=$ac_try;;
21953 esac
21954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21955 $as_echo "$ac_try_echo") >&5
21956 (eval "$ac_compile") 2>conftest.er1
21957 ac_status=$?
21958 grep -v '^ *+' conftest.er1 >conftest.err
21959 rm -f conftest.er1
21960 cat conftest.err >&5
21961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21962 (exit $ac_status); } && {
21963 test -z "$ac_c_werror_flag" ||
21964 test ! -s conftest.err
21965 } && test -s conftest.$ac_objext; then
21966 ac_cv_member_struct_sockaddr_un_sun_len=yes
21967 else
21968 $as_echo "$as_me: failed program was:" >&5
21969 sed 's/^/| /' conftest.$ac_ext >&5
21971 cat >conftest.$ac_ext <<_ACEOF
21972 /* confdefs.h. */
21973 _ACEOF
21974 cat confdefs.h >>conftest.$ac_ext
21975 cat >>conftest.$ac_ext <<_ACEOF
21976 /* end confdefs.h. */
21977 #include <sys/types.h>
21978 #ifdef HAVE_SYS_SOCKET_H
21979 # include <sys/socket.h>
21980 #endif
21981 #ifdef HAVE_SYS_UN_H
21982 # include <sys/un.h>
21983 #endif
21986 main ()
21988 static struct sockaddr_un ac_aggr;
21989 if (sizeof ac_aggr.sun_len)
21990 return 0;
21992 return 0;
21994 _ACEOF
21995 rm -f conftest.$ac_objext
21996 if { (ac_try="$ac_compile"
21997 case "(($ac_try" in
21998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21999 *) ac_try_echo=$ac_try;;
22000 esac
22001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22002 $as_echo "$ac_try_echo") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22004 ac_status=$?
22005 grep -v '^ *+' conftest.er1 >conftest.err
22006 rm -f conftest.er1
22007 cat conftest.err >&5
22008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.$ac_objext; then
22013 ac_cv_member_struct_sockaddr_un_sun_len=yes
22014 else
22015 $as_echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.$ac_ext >&5
22018 ac_cv_member_struct_sockaddr_un_sun_len=no
22021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22026 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22027 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22028 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22030 cat >>confdefs.h <<_ACEOF
22031 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22032 _ACEOF
22038 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22039 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22040 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22041 $as_echo_n "(cached) " >&6
22042 else
22043 cat >conftest.$ac_ext <<_ACEOF
22044 /* confdefs.h. */
22045 _ACEOF
22046 cat confdefs.h >>conftest.$ac_ext
22047 cat >>conftest.$ac_ext <<_ACEOF
22048 /* end confdefs.h. */
22049 #include <sys/types.h>
22050 #ifdef HAVE_SCSI_SG_H
22051 #include <scsi/sg.h>
22052 #endif
22055 main ()
22057 static scsireq_t ac_aggr;
22058 if (ac_aggr.cmd)
22059 return 0;
22061 return 0;
22063 _ACEOF
22064 rm -f conftest.$ac_objext
22065 if { (ac_try="$ac_compile"
22066 case "(($ac_try" in
22067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22068 *) ac_try_echo=$ac_try;;
22069 esac
22070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22071 $as_echo "$ac_try_echo") >&5
22072 (eval "$ac_compile") 2>conftest.er1
22073 ac_status=$?
22074 grep -v '^ *+' conftest.er1 >conftest.err
22075 rm -f conftest.er1
22076 cat conftest.err >&5
22077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22078 (exit $ac_status); } && {
22079 test -z "$ac_c_werror_flag" ||
22080 test ! -s conftest.err
22081 } && test -s conftest.$ac_objext; then
22082 ac_cv_member_scsireq_t_cmd=yes
22083 else
22084 $as_echo "$as_me: failed program was:" >&5
22085 sed 's/^/| /' conftest.$ac_ext >&5
22087 cat >conftest.$ac_ext <<_ACEOF
22088 /* confdefs.h. */
22089 _ACEOF
22090 cat confdefs.h >>conftest.$ac_ext
22091 cat >>conftest.$ac_ext <<_ACEOF
22092 /* end confdefs.h. */
22093 #include <sys/types.h>
22094 #ifdef HAVE_SCSI_SG_H
22095 #include <scsi/sg.h>
22096 #endif
22099 main ()
22101 static scsireq_t ac_aggr;
22102 if (sizeof ac_aggr.cmd)
22103 return 0;
22105 return 0;
22107 _ACEOF
22108 rm -f conftest.$ac_objext
22109 if { (ac_try="$ac_compile"
22110 case "(($ac_try" in
22111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22112 *) ac_try_echo=$ac_try;;
22113 esac
22114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22115 $as_echo "$ac_try_echo") >&5
22116 (eval "$ac_compile") 2>conftest.er1
22117 ac_status=$?
22118 grep -v '^ *+' conftest.er1 >conftest.err
22119 rm -f conftest.er1
22120 cat conftest.err >&5
22121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22122 (exit $ac_status); } && {
22123 test -z "$ac_c_werror_flag" ||
22124 test ! -s conftest.err
22125 } && test -s conftest.$ac_objext; then
22126 ac_cv_member_scsireq_t_cmd=yes
22127 else
22128 $as_echo "$as_me: failed program was:" >&5
22129 sed 's/^/| /' conftest.$ac_ext >&5
22131 ac_cv_member_scsireq_t_cmd=no
22134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22139 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22140 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22141 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22143 cat >>confdefs.h <<_ACEOF
22144 #define HAVE_SCSIREQ_T_CMD 1
22145 _ACEOF
22149 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22150 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22151 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22152 $as_echo_n "(cached) " >&6
22153 else
22154 cat >conftest.$ac_ext <<_ACEOF
22155 /* confdefs.h. */
22156 _ACEOF
22157 cat confdefs.h >>conftest.$ac_ext
22158 cat >>conftest.$ac_ext <<_ACEOF
22159 /* end confdefs.h. */
22160 #include <sys/types.h>
22161 #ifdef HAVE_SCSI_SG_H
22162 #include <scsi/sg.h>
22163 #endif
22166 main ()
22168 static sg_io_hdr_t ac_aggr;
22169 if (ac_aggr.interface_id)
22170 return 0;
22172 return 0;
22174 _ACEOF
22175 rm -f conftest.$ac_objext
22176 if { (ac_try="$ac_compile"
22177 case "(($ac_try" in
22178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22179 *) ac_try_echo=$ac_try;;
22180 esac
22181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22182 $as_echo "$ac_try_echo") >&5
22183 (eval "$ac_compile") 2>conftest.er1
22184 ac_status=$?
22185 grep -v '^ *+' conftest.er1 >conftest.err
22186 rm -f conftest.er1
22187 cat conftest.err >&5
22188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22189 (exit $ac_status); } && {
22190 test -z "$ac_c_werror_flag" ||
22191 test ! -s conftest.err
22192 } && test -s conftest.$ac_objext; then
22193 ac_cv_member_sg_io_hdr_t_interface_id=yes
22194 else
22195 $as_echo "$as_me: failed program was:" >&5
22196 sed 's/^/| /' conftest.$ac_ext >&5
22198 cat >conftest.$ac_ext <<_ACEOF
22199 /* confdefs.h. */
22200 _ACEOF
22201 cat confdefs.h >>conftest.$ac_ext
22202 cat >>conftest.$ac_ext <<_ACEOF
22203 /* end confdefs.h. */
22204 #include <sys/types.h>
22205 #ifdef HAVE_SCSI_SG_H
22206 #include <scsi/sg.h>
22207 #endif
22210 main ()
22212 static sg_io_hdr_t ac_aggr;
22213 if (sizeof ac_aggr.interface_id)
22214 return 0;
22216 return 0;
22218 _ACEOF
22219 rm -f conftest.$ac_objext
22220 if { (ac_try="$ac_compile"
22221 case "(($ac_try" in
22222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22223 *) ac_try_echo=$ac_try;;
22224 esac
22225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22226 $as_echo "$ac_try_echo") >&5
22227 (eval "$ac_compile") 2>conftest.er1
22228 ac_status=$?
22229 grep -v '^ *+' conftest.er1 >conftest.err
22230 rm -f conftest.er1
22231 cat conftest.err >&5
22232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22233 (exit $ac_status); } && {
22234 test -z "$ac_c_werror_flag" ||
22235 test ! -s conftest.err
22236 } && test -s conftest.$ac_objext; then
22237 ac_cv_member_sg_io_hdr_t_interface_id=yes
22238 else
22239 $as_echo "$as_me: failed program was:" >&5
22240 sed 's/^/| /' conftest.$ac_ext >&5
22242 ac_cv_member_sg_io_hdr_t_interface_id=no
22245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22250 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22251 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22252 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22254 cat >>confdefs.h <<_ACEOF
22255 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22256 _ACEOF
22262 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22263 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22264 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22265 $as_echo_n "(cached) " >&6
22266 else
22267 cat >conftest.$ac_ext <<_ACEOF
22268 /* confdefs.h. */
22269 _ACEOF
22270 cat confdefs.h >>conftest.$ac_ext
22271 cat >>conftest.$ac_ext <<_ACEOF
22272 /* end confdefs.h. */
22273 #include <signal.h>
22276 main ()
22278 static siginfo_t ac_aggr;
22279 if (ac_aggr.si_fd)
22280 return 0;
22282 return 0;
22284 _ACEOF
22285 rm -f conftest.$ac_objext
22286 if { (ac_try="$ac_compile"
22287 case "(($ac_try" in
22288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22289 *) ac_try_echo=$ac_try;;
22290 esac
22291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22292 $as_echo "$ac_try_echo") >&5
22293 (eval "$ac_compile") 2>conftest.er1
22294 ac_status=$?
22295 grep -v '^ *+' conftest.er1 >conftest.err
22296 rm -f conftest.er1
22297 cat conftest.err >&5
22298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22299 (exit $ac_status); } && {
22300 test -z "$ac_c_werror_flag" ||
22301 test ! -s conftest.err
22302 } && test -s conftest.$ac_objext; then
22303 ac_cv_member_siginfo_t_si_fd=yes
22304 else
22305 $as_echo "$as_me: failed program was:" >&5
22306 sed 's/^/| /' conftest.$ac_ext >&5
22308 cat >conftest.$ac_ext <<_ACEOF
22309 /* confdefs.h. */
22310 _ACEOF
22311 cat confdefs.h >>conftest.$ac_ext
22312 cat >>conftest.$ac_ext <<_ACEOF
22313 /* end confdefs.h. */
22314 #include <signal.h>
22317 main ()
22319 static siginfo_t ac_aggr;
22320 if (sizeof ac_aggr.si_fd)
22321 return 0;
22323 return 0;
22325 _ACEOF
22326 rm -f conftest.$ac_objext
22327 if { (ac_try="$ac_compile"
22328 case "(($ac_try" in
22329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22330 *) ac_try_echo=$ac_try;;
22331 esac
22332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22333 $as_echo "$ac_try_echo") >&5
22334 (eval "$ac_compile") 2>conftest.er1
22335 ac_status=$?
22336 grep -v '^ *+' conftest.er1 >conftest.err
22337 rm -f conftest.er1
22338 cat conftest.err >&5
22339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22340 (exit $ac_status); } && {
22341 test -z "$ac_c_werror_flag" ||
22342 test ! -s conftest.err
22343 } && test -s conftest.$ac_objext; then
22344 ac_cv_member_siginfo_t_si_fd=yes
22345 else
22346 $as_echo "$as_me: failed program was:" >&5
22347 sed 's/^/| /' conftest.$ac_ext >&5
22349 ac_cv_member_siginfo_t_si_fd=no
22352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22357 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22358 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22359 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22361 cat >>confdefs.h <<_ACEOF
22362 #define HAVE_SIGINFO_T_SI_FD 1
22363 _ACEOF
22369 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22370 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22371 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22372 $as_echo_n "(cached) " >&6
22373 else
22374 cat >conftest.$ac_ext <<_ACEOF
22375 /* confdefs.h. */
22376 _ACEOF
22377 cat confdefs.h >>conftest.$ac_ext
22378 cat >>conftest.$ac_ext <<_ACEOF
22379 /* end confdefs.h. */
22380 #include <sys/types.h>
22381 #ifdef HAVE_SYS_MTIO_H
22382 #include <sys/mtio.h>
22383 #endif
22386 main ()
22388 static struct mtget ac_aggr;
22389 if (ac_aggr.mt_blksiz)
22390 return 0;
22392 return 0;
22394 _ACEOF
22395 rm -f conftest.$ac_objext
22396 if { (ac_try="$ac_compile"
22397 case "(($ac_try" in
22398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22399 *) ac_try_echo=$ac_try;;
22400 esac
22401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22402 $as_echo "$ac_try_echo") >&5
22403 (eval "$ac_compile") 2>conftest.er1
22404 ac_status=$?
22405 grep -v '^ *+' conftest.er1 >conftest.err
22406 rm -f conftest.er1
22407 cat conftest.err >&5
22408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409 (exit $ac_status); } && {
22410 test -z "$ac_c_werror_flag" ||
22411 test ! -s conftest.err
22412 } && test -s conftest.$ac_objext; then
22413 ac_cv_member_struct_mtget_mt_blksiz=yes
22414 else
22415 $as_echo "$as_me: failed program was:" >&5
22416 sed 's/^/| /' conftest.$ac_ext >&5
22418 cat >conftest.$ac_ext <<_ACEOF
22419 /* confdefs.h. */
22420 _ACEOF
22421 cat confdefs.h >>conftest.$ac_ext
22422 cat >>conftest.$ac_ext <<_ACEOF
22423 /* end confdefs.h. */
22424 #include <sys/types.h>
22425 #ifdef HAVE_SYS_MTIO_H
22426 #include <sys/mtio.h>
22427 #endif
22430 main ()
22432 static struct mtget ac_aggr;
22433 if (sizeof ac_aggr.mt_blksiz)
22434 return 0;
22436 return 0;
22438 _ACEOF
22439 rm -f conftest.$ac_objext
22440 if { (ac_try="$ac_compile"
22441 case "(($ac_try" in
22442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22443 *) ac_try_echo=$ac_try;;
22444 esac
22445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22446 $as_echo "$ac_try_echo") >&5
22447 (eval "$ac_compile") 2>conftest.er1
22448 ac_status=$?
22449 grep -v '^ *+' conftest.er1 >conftest.err
22450 rm -f conftest.er1
22451 cat conftest.err >&5
22452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22453 (exit $ac_status); } && {
22454 test -z "$ac_c_werror_flag" ||
22455 test ! -s conftest.err
22456 } && test -s conftest.$ac_objext; then
22457 ac_cv_member_struct_mtget_mt_blksiz=yes
22458 else
22459 $as_echo "$as_me: failed program was:" >&5
22460 sed 's/^/| /' conftest.$ac_ext >&5
22462 ac_cv_member_struct_mtget_mt_blksiz=no
22465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22470 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22471 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22472 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22474 cat >>confdefs.h <<_ACEOF
22475 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22476 _ACEOF
22480 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22481 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22482 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22483 $as_echo_n "(cached) " >&6
22484 else
22485 cat >conftest.$ac_ext <<_ACEOF
22486 /* confdefs.h. */
22487 _ACEOF
22488 cat confdefs.h >>conftest.$ac_ext
22489 cat >>conftest.$ac_ext <<_ACEOF
22490 /* end confdefs.h. */
22491 #include <sys/types.h>
22492 #ifdef HAVE_SYS_MTIO_H
22493 #include <sys/mtio.h>
22494 #endif
22497 main ()
22499 static struct mtget ac_aggr;
22500 if (ac_aggr.mt_gstat)
22501 return 0;
22503 return 0;
22505 _ACEOF
22506 rm -f conftest.$ac_objext
22507 if { (ac_try="$ac_compile"
22508 case "(($ac_try" in
22509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22510 *) ac_try_echo=$ac_try;;
22511 esac
22512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22513 $as_echo "$ac_try_echo") >&5
22514 (eval "$ac_compile") 2>conftest.er1
22515 ac_status=$?
22516 grep -v '^ *+' conftest.er1 >conftest.err
22517 rm -f conftest.er1
22518 cat conftest.err >&5
22519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22520 (exit $ac_status); } && {
22521 test -z "$ac_c_werror_flag" ||
22522 test ! -s conftest.err
22523 } && test -s conftest.$ac_objext; then
22524 ac_cv_member_struct_mtget_mt_gstat=yes
22525 else
22526 $as_echo "$as_me: failed program was:" >&5
22527 sed 's/^/| /' conftest.$ac_ext >&5
22529 cat >conftest.$ac_ext <<_ACEOF
22530 /* confdefs.h. */
22531 _ACEOF
22532 cat confdefs.h >>conftest.$ac_ext
22533 cat >>conftest.$ac_ext <<_ACEOF
22534 /* end confdefs.h. */
22535 #include <sys/types.h>
22536 #ifdef HAVE_SYS_MTIO_H
22537 #include <sys/mtio.h>
22538 #endif
22541 main ()
22543 static struct mtget ac_aggr;
22544 if (sizeof ac_aggr.mt_gstat)
22545 return 0;
22547 return 0;
22549 _ACEOF
22550 rm -f conftest.$ac_objext
22551 if { (ac_try="$ac_compile"
22552 case "(($ac_try" in
22553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22554 *) ac_try_echo=$ac_try;;
22555 esac
22556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22557 $as_echo "$ac_try_echo") >&5
22558 (eval "$ac_compile") 2>conftest.er1
22559 ac_status=$?
22560 grep -v '^ *+' conftest.er1 >conftest.err
22561 rm -f conftest.er1
22562 cat conftest.err >&5
22563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22564 (exit $ac_status); } && {
22565 test -z "$ac_c_werror_flag" ||
22566 test ! -s conftest.err
22567 } && test -s conftest.$ac_objext; then
22568 ac_cv_member_struct_mtget_mt_gstat=yes
22569 else
22570 $as_echo "$as_me: failed program was:" >&5
22571 sed 's/^/| /' conftest.$ac_ext >&5
22573 ac_cv_member_struct_mtget_mt_gstat=no
22576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22581 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22582 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22583 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22585 cat >>confdefs.h <<_ACEOF
22586 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22587 _ACEOF
22591 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22592 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22593 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22594 $as_echo_n "(cached) " >&6
22595 else
22596 cat >conftest.$ac_ext <<_ACEOF
22597 /* confdefs.h. */
22598 _ACEOF
22599 cat confdefs.h >>conftest.$ac_ext
22600 cat >>conftest.$ac_ext <<_ACEOF
22601 /* end confdefs.h. */
22602 #include <sys/types.h>
22603 #ifdef HAVE_SYS_MTIO_H
22604 #include <sys/mtio.h>
22605 #endif
22608 main ()
22610 static struct mtget ac_aggr;
22611 if (ac_aggr.mt_blkno)
22612 return 0;
22614 return 0;
22616 _ACEOF
22617 rm -f conftest.$ac_objext
22618 if { (ac_try="$ac_compile"
22619 case "(($ac_try" in
22620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22621 *) ac_try_echo=$ac_try;;
22622 esac
22623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22624 $as_echo "$ac_try_echo") >&5
22625 (eval "$ac_compile") 2>conftest.er1
22626 ac_status=$?
22627 grep -v '^ *+' conftest.er1 >conftest.err
22628 rm -f conftest.er1
22629 cat conftest.err >&5
22630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631 (exit $ac_status); } && {
22632 test -z "$ac_c_werror_flag" ||
22633 test ! -s conftest.err
22634 } && test -s conftest.$ac_objext; then
22635 ac_cv_member_struct_mtget_mt_blkno=yes
22636 else
22637 $as_echo "$as_me: failed program was:" >&5
22638 sed 's/^/| /' conftest.$ac_ext >&5
22640 cat >conftest.$ac_ext <<_ACEOF
22641 /* confdefs.h. */
22642 _ACEOF
22643 cat confdefs.h >>conftest.$ac_ext
22644 cat >>conftest.$ac_ext <<_ACEOF
22645 /* end confdefs.h. */
22646 #include <sys/types.h>
22647 #ifdef HAVE_SYS_MTIO_H
22648 #include <sys/mtio.h>
22649 #endif
22652 main ()
22654 static struct mtget ac_aggr;
22655 if (sizeof ac_aggr.mt_blkno)
22656 return 0;
22658 return 0;
22660 _ACEOF
22661 rm -f conftest.$ac_objext
22662 if { (ac_try="$ac_compile"
22663 case "(($ac_try" in
22664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22665 *) ac_try_echo=$ac_try;;
22666 esac
22667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22668 $as_echo "$ac_try_echo") >&5
22669 (eval "$ac_compile") 2>conftest.er1
22670 ac_status=$?
22671 grep -v '^ *+' conftest.er1 >conftest.err
22672 rm -f conftest.er1
22673 cat conftest.err >&5
22674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22675 (exit $ac_status); } && {
22676 test -z "$ac_c_werror_flag" ||
22677 test ! -s conftest.err
22678 } && test -s conftest.$ac_objext; then
22679 ac_cv_member_struct_mtget_mt_blkno=yes
22680 else
22681 $as_echo "$as_me: failed program was:" >&5
22682 sed 's/^/| /' conftest.$ac_ext >&5
22684 ac_cv_member_struct_mtget_mt_blkno=no
22687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22693 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22694 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22696 cat >>confdefs.h <<_ACEOF
22697 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22698 _ACEOF
22704 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22705 $as_echo_n "checking for struct option.name... " >&6; }
22706 if test "${ac_cv_member_struct_option_name+set}" = set; then
22707 $as_echo_n "(cached) " >&6
22708 else
22709 cat >conftest.$ac_ext <<_ACEOF
22710 /* confdefs.h. */
22711 _ACEOF
22712 cat confdefs.h >>conftest.$ac_ext
22713 cat >>conftest.$ac_ext <<_ACEOF
22714 /* end confdefs.h. */
22715 #ifdef HAVE_GETOPT_H
22716 #include <getopt.h>
22717 #endif
22720 main ()
22722 static struct option ac_aggr;
22723 if (ac_aggr.name)
22724 return 0;
22726 return 0;
22728 _ACEOF
22729 rm -f conftest.$ac_objext
22730 if { (ac_try="$ac_compile"
22731 case "(($ac_try" in
22732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22733 *) ac_try_echo=$ac_try;;
22734 esac
22735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22736 $as_echo "$ac_try_echo") >&5
22737 (eval "$ac_compile") 2>conftest.er1
22738 ac_status=$?
22739 grep -v '^ *+' conftest.er1 >conftest.err
22740 rm -f conftest.er1
22741 cat conftest.err >&5
22742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22743 (exit $ac_status); } && {
22744 test -z "$ac_c_werror_flag" ||
22745 test ! -s conftest.err
22746 } && test -s conftest.$ac_objext; then
22747 ac_cv_member_struct_option_name=yes
22748 else
22749 $as_echo "$as_me: failed program was:" >&5
22750 sed 's/^/| /' conftest.$ac_ext >&5
22752 cat >conftest.$ac_ext <<_ACEOF
22753 /* confdefs.h. */
22754 _ACEOF
22755 cat confdefs.h >>conftest.$ac_ext
22756 cat >>conftest.$ac_ext <<_ACEOF
22757 /* end confdefs.h. */
22758 #ifdef HAVE_GETOPT_H
22759 #include <getopt.h>
22760 #endif
22763 main ()
22765 static struct option ac_aggr;
22766 if (sizeof ac_aggr.name)
22767 return 0;
22769 return 0;
22771 _ACEOF
22772 rm -f conftest.$ac_objext
22773 if { (ac_try="$ac_compile"
22774 case "(($ac_try" in
22775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22776 *) ac_try_echo=$ac_try;;
22777 esac
22778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22779 $as_echo "$ac_try_echo") >&5
22780 (eval "$ac_compile") 2>conftest.er1
22781 ac_status=$?
22782 grep -v '^ *+' conftest.er1 >conftest.err
22783 rm -f conftest.er1
22784 cat conftest.err >&5
22785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786 (exit $ac_status); } && {
22787 test -z "$ac_c_werror_flag" ||
22788 test ! -s conftest.err
22789 } && test -s conftest.$ac_objext; then
22790 ac_cv_member_struct_option_name=yes
22791 else
22792 $as_echo "$as_me: failed program was:" >&5
22793 sed 's/^/| /' conftest.$ac_ext >&5
22795 ac_cv_member_struct_option_name=no
22798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22804 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22805 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22807 cat >>confdefs.h <<_ACEOF
22808 #define HAVE_STRUCT_OPTION_NAME 1
22809 _ACEOF
22815 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22816 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22817 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22818 $as_echo_n "(cached) " >&6
22819 else
22820 cat >conftest.$ac_ext <<_ACEOF
22821 /* confdefs.h. */
22822 _ACEOF
22823 cat confdefs.h >>conftest.$ac_ext
22824 cat >>conftest.$ac_ext <<_ACEOF
22825 /* end confdefs.h. */
22826 $ac_includes_default
22828 main ()
22830 static struct stat ac_aggr;
22831 if (ac_aggr.st_blocks)
22832 return 0;
22834 return 0;
22836 _ACEOF
22837 rm -f conftest.$ac_objext
22838 if { (ac_try="$ac_compile"
22839 case "(($ac_try" in
22840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22841 *) ac_try_echo=$ac_try;;
22842 esac
22843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22844 $as_echo "$ac_try_echo") >&5
22845 (eval "$ac_compile") 2>conftest.er1
22846 ac_status=$?
22847 grep -v '^ *+' conftest.er1 >conftest.err
22848 rm -f conftest.er1
22849 cat conftest.err >&5
22850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22851 (exit $ac_status); } && {
22852 test -z "$ac_c_werror_flag" ||
22853 test ! -s conftest.err
22854 } && test -s conftest.$ac_objext; then
22855 ac_cv_member_struct_stat_st_blocks=yes
22856 else
22857 $as_echo "$as_me: failed program was:" >&5
22858 sed 's/^/| /' conftest.$ac_ext >&5
22860 cat >conftest.$ac_ext <<_ACEOF
22861 /* confdefs.h. */
22862 _ACEOF
22863 cat confdefs.h >>conftest.$ac_ext
22864 cat >>conftest.$ac_ext <<_ACEOF
22865 /* end confdefs.h. */
22866 $ac_includes_default
22868 main ()
22870 static struct stat ac_aggr;
22871 if (sizeof ac_aggr.st_blocks)
22872 return 0;
22874 return 0;
22876 _ACEOF
22877 rm -f conftest.$ac_objext
22878 if { (ac_try="$ac_compile"
22879 case "(($ac_try" in
22880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22881 *) ac_try_echo=$ac_try;;
22882 esac
22883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22884 $as_echo "$ac_try_echo") >&5
22885 (eval "$ac_compile") 2>conftest.er1
22886 ac_status=$?
22887 grep -v '^ *+' conftest.er1 >conftest.err
22888 rm -f conftest.er1
22889 cat conftest.err >&5
22890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22891 (exit $ac_status); } && {
22892 test -z "$ac_c_werror_flag" ||
22893 test ! -s conftest.err
22894 } && test -s conftest.$ac_objext; then
22895 ac_cv_member_struct_stat_st_blocks=yes
22896 else
22897 $as_echo "$as_me: failed program was:" >&5
22898 sed 's/^/| /' conftest.$ac_ext >&5
22900 ac_cv_member_struct_stat_st_blocks=no
22903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22908 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22909 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22910 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22912 cat >>confdefs.h <<_ACEOF
22913 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22914 _ACEOF
22918 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22919 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22920 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22921 $as_echo_n "(cached) " >&6
22922 else
22923 cat >conftest.$ac_ext <<_ACEOF
22924 /* confdefs.h. */
22925 _ACEOF
22926 cat confdefs.h >>conftest.$ac_ext
22927 cat >>conftest.$ac_ext <<_ACEOF
22928 /* end confdefs.h. */
22929 $ac_includes_default
22931 main ()
22933 static struct stat ac_aggr;
22934 if (ac_aggr.st_mtim)
22935 return 0;
22937 return 0;
22939 _ACEOF
22940 rm -f conftest.$ac_objext
22941 if { (ac_try="$ac_compile"
22942 case "(($ac_try" in
22943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22944 *) ac_try_echo=$ac_try;;
22945 esac
22946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22947 $as_echo "$ac_try_echo") >&5
22948 (eval "$ac_compile") 2>conftest.er1
22949 ac_status=$?
22950 grep -v '^ *+' conftest.er1 >conftest.err
22951 rm -f conftest.er1
22952 cat conftest.err >&5
22953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22954 (exit $ac_status); } && {
22955 test -z "$ac_c_werror_flag" ||
22956 test ! -s conftest.err
22957 } && test -s conftest.$ac_objext; then
22958 ac_cv_member_struct_stat_st_mtim=yes
22959 else
22960 $as_echo "$as_me: failed program was:" >&5
22961 sed 's/^/| /' conftest.$ac_ext >&5
22963 cat >conftest.$ac_ext <<_ACEOF
22964 /* confdefs.h. */
22965 _ACEOF
22966 cat confdefs.h >>conftest.$ac_ext
22967 cat >>conftest.$ac_ext <<_ACEOF
22968 /* end confdefs.h. */
22969 $ac_includes_default
22971 main ()
22973 static struct stat ac_aggr;
22974 if (sizeof ac_aggr.st_mtim)
22975 return 0;
22977 return 0;
22979 _ACEOF
22980 rm -f conftest.$ac_objext
22981 if { (ac_try="$ac_compile"
22982 case "(($ac_try" in
22983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22984 *) ac_try_echo=$ac_try;;
22985 esac
22986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22987 $as_echo "$ac_try_echo") >&5
22988 (eval "$ac_compile") 2>conftest.er1
22989 ac_status=$?
22990 grep -v '^ *+' conftest.er1 >conftest.err
22991 rm -f conftest.er1
22992 cat conftest.err >&5
22993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22994 (exit $ac_status); } && {
22995 test -z "$ac_c_werror_flag" ||
22996 test ! -s conftest.err
22997 } && test -s conftest.$ac_objext; then
22998 ac_cv_member_struct_stat_st_mtim=yes
22999 else
23000 $as_echo "$as_me: failed program was:" >&5
23001 sed 's/^/| /' conftest.$ac_ext >&5
23003 ac_cv_member_struct_stat_st_mtim=no
23006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23011 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23012 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23013 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23015 cat >>confdefs.h <<_ACEOF
23016 #define HAVE_STRUCT_STAT_ST_MTIM 1
23017 _ACEOF
23021 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23022 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23023 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23024 $as_echo_n "(cached) " >&6
23025 else
23026 cat >conftest.$ac_ext <<_ACEOF
23027 /* confdefs.h. */
23028 _ACEOF
23029 cat confdefs.h >>conftest.$ac_ext
23030 cat >>conftest.$ac_ext <<_ACEOF
23031 /* end confdefs.h. */
23032 $ac_includes_default
23034 main ()
23036 static struct stat ac_aggr;
23037 if (ac_aggr.st_ctim)
23038 return 0;
23040 return 0;
23042 _ACEOF
23043 rm -f conftest.$ac_objext
23044 if { (ac_try="$ac_compile"
23045 case "(($ac_try" in
23046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23047 *) ac_try_echo=$ac_try;;
23048 esac
23049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23050 $as_echo "$ac_try_echo") >&5
23051 (eval "$ac_compile") 2>conftest.er1
23052 ac_status=$?
23053 grep -v '^ *+' conftest.er1 >conftest.err
23054 rm -f conftest.er1
23055 cat conftest.err >&5
23056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23057 (exit $ac_status); } && {
23058 test -z "$ac_c_werror_flag" ||
23059 test ! -s conftest.err
23060 } && test -s conftest.$ac_objext; then
23061 ac_cv_member_struct_stat_st_ctim=yes
23062 else
23063 $as_echo "$as_me: failed program was:" >&5
23064 sed 's/^/| /' conftest.$ac_ext >&5
23066 cat >conftest.$ac_ext <<_ACEOF
23067 /* confdefs.h. */
23068 _ACEOF
23069 cat confdefs.h >>conftest.$ac_ext
23070 cat >>conftest.$ac_ext <<_ACEOF
23071 /* end confdefs.h. */
23072 $ac_includes_default
23074 main ()
23076 static struct stat ac_aggr;
23077 if (sizeof ac_aggr.st_ctim)
23078 return 0;
23080 return 0;
23082 _ACEOF
23083 rm -f conftest.$ac_objext
23084 if { (ac_try="$ac_compile"
23085 case "(($ac_try" in
23086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23087 *) ac_try_echo=$ac_try;;
23088 esac
23089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23090 $as_echo "$ac_try_echo") >&5
23091 (eval "$ac_compile") 2>conftest.er1
23092 ac_status=$?
23093 grep -v '^ *+' conftest.er1 >conftest.err
23094 rm -f conftest.er1
23095 cat conftest.err >&5
23096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23097 (exit $ac_status); } && {
23098 test -z "$ac_c_werror_flag" ||
23099 test ! -s conftest.err
23100 } && test -s conftest.$ac_objext; then
23101 ac_cv_member_struct_stat_st_ctim=yes
23102 else
23103 $as_echo "$as_me: failed program was:" >&5
23104 sed 's/^/| /' conftest.$ac_ext >&5
23106 ac_cv_member_struct_stat_st_ctim=no
23109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23114 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23115 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23116 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23118 cat >>confdefs.h <<_ACEOF
23119 #define HAVE_STRUCT_STAT_ST_CTIM 1
23120 _ACEOF
23124 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23125 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23126 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23127 $as_echo_n "(cached) " >&6
23128 else
23129 cat >conftest.$ac_ext <<_ACEOF
23130 /* confdefs.h. */
23131 _ACEOF
23132 cat confdefs.h >>conftest.$ac_ext
23133 cat >>conftest.$ac_ext <<_ACEOF
23134 /* end confdefs.h. */
23135 $ac_includes_default
23137 main ()
23139 static struct stat ac_aggr;
23140 if (ac_aggr.st_atim)
23141 return 0;
23143 return 0;
23145 _ACEOF
23146 rm -f conftest.$ac_objext
23147 if { (ac_try="$ac_compile"
23148 case "(($ac_try" in
23149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23150 *) ac_try_echo=$ac_try;;
23151 esac
23152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23153 $as_echo "$ac_try_echo") >&5
23154 (eval "$ac_compile") 2>conftest.er1
23155 ac_status=$?
23156 grep -v '^ *+' conftest.er1 >conftest.err
23157 rm -f conftest.er1
23158 cat conftest.err >&5
23159 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23160 (exit $ac_status); } && {
23161 test -z "$ac_c_werror_flag" ||
23162 test ! -s conftest.err
23163 } && test -s conftest.$ac_objext; then
23164 ac_cv_member_struct_stat_st_atim=yes
23165 else
23166 $as_echo "$as_me: failed program was:" >&5
23167 sed 's/^/| /' conftest.$ac_ext >&5
23169 cat >conftest.$ac_ext <<_ACEOF
23170 /* confdefs.h. */
23171 _ACEOF
23172 cat confdefs.h >>conftest.$ac_ext
23173 cat >>conftest.$ac_ext <<_ACEOF
23174 /* end confdefs.h. */
23175 $ac_includes_default
23177 main ()
23179 static struct stat ac_aggr;
23180 if (sizeof ac_aggr.st_atim)
23181 return 0;
23183 return 0;
23185 _ACEOF
23186 rm -f conftest.$ac_objext
23187 if { (ac_try="$ac_compile"
23188 case "(($ac_try" in
23189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23190 *) ac_try_echo=$ac_try;;
23191 esac
23192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23193 $as_echo "$ac_try_echo") >&5
23194 (eval "$ac_compile") 2>conftest.er1
23195 ac_status=$?
23196 grep -v '^ *+' conftest.er1 >conftest.err
23197 rm -f conftest.er1
23198 cat conftest.err >&5
23199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23200 (exit $ac_status); } && {
23201 test -z "$ac_c_werror_flag" ||
23202 test ! -s conftest.err
23203 } && test -s conftest.$ac_objext; then
23204 ac_cv_member_struct_stat_st_atim=yes
23205 else
23206 $as_echo "$as_me: failed program was:" >&5
23207 sed 's/^/| /' conftest.$ac_ext >&5
23209 ac_cv_member_struct_stat_st_atim=no
23212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23217 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23218 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23219 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23221 cat >>confdefs.h <<_ACEOF
23222 #define HAVE_STRUCT_STAT_ST_ATIM 1
23223 _ACEOF
23229 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23230 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23231 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23232 $as_echo_n "(cached) " >&6
23233 else
23234 cat >conftest.$ac_ext <<_ACEOF
23235 /* confdefs.h. */
23236 _ACEOF
23237 cat confdefs.h >>conftest.$ac_ext
23238 cat >>conftest.$ac_ext <<_ACEOF
23239 /* end confdefs.h. */
23240 #ifdef HAVE_SYS_TYPES_H
23241 #include <sys/types.h>
23242 #endif
23243 #ifdef HAVE_NETINET_IN_H
23244 #include <netinet/in.h>
23245 #endif
23248 main ()
23250 static struct sockaddr_in6 ac_aggr;
23251 if (ac_aggr.sin6_scope_id)
23252 return 0;
23254 return 0;
23256 _ACEOF
23257 rm -f conftest.$ac_objext
23258 if { (ac_try="$ac_compile"
23259 case "(($ac_try" in
23260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23261 *) ac_try_echo=$ac_try;;
23262 esac
23263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23264 $as_echo "$ac_try_echo") >&5
23265 (eval "$ac_compile") 2>conftest.er1
23266 ac_status=$?
23267 grep -v '^ *+' conftest.er1 >conftest.err
23268 rm -f conftest.er1
23269 cat conftest.err >&5
23270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23271 (exit $ac_status); } && {
23272 test -z "$ac_c_werror_flag" ||
23273 test ! -s conftest.err
23274 } && test -s conftest.$ac_objext; then
23275 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23276 else
23277 $as_echo "$as_me: failed program was:" >&5
23278 sed 's/^/| /' conftest.$ac_ext >&5
23280 cat >conftest.$ac_ext <<_ACEOF
23281 /* confdefs.h. */
23282 _ACEOF
23283 cat confdefs.h >>conftest.$ac_ext
23284 cat >>conftest.$ac_ext <<_ACEOF
23285 /* end confdefs.h. */
23286 #ifdef HAVE_SYS_TYPES_H
23287 #include <sys/types.h>
23288 #endif
23289 #ifdef HAVE_NETINET_IN_H
23290 #include <netinet/in.h>
23291 #endif
23294 main ()
23296 static struct sockaddr_in6 ac_aggr;
23297 if (sizeof ac_aggr.sin6_scope_id)
23298 return 0;
23300 return 0;
23302 _ACEOF
23303 rm -f conftest.$ac_objext
23304 if { (ac_try="$ac_compile"
23305 case "(($ac_try" in
23306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23307 *) ac_try_echo=$ac_try;;
23308 esac
23309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23310 $as_echo "$ac_try_echo") >&5
23311 (eval "$ac_compile") 2>conftest.er1
23312 ac_status=$?
23313 grep -v '^ *+' conftest.er1 >conftest.err
23314 rm -f conftest.er1
23315 cat conftest.err >&5
23316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23317 (exit $ac_status); } && {
23318 test -z "$ac_c_werror_flag" ||
23319 test ! -s conftest.err
23320 } && test -s conftest.$ac_objext; then
23321 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23322 else
23323 $as_echo "$as_me: failed program was:" >&5
23324 sed 's/^/| /' conftest.$ac_ext >&5
23326 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23334 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23335 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23336 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23338 cat >>confdefs.h <<_ACEOF
23339 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23340 _ACEOF
23346 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23347 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23348 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23349 $as_echo_n "(cached) " >&6
23350 else
23351 cat >conftest.$ac_ext <<_ACEOF
23352 /* confdefs.h. */
23353 _ACEOF
23354 cat confdefs.h >>conftest.$ac_ext
23355 cat >>conftest.$ac_ext <<_ACEOF
23356 /* end confdefs.h. */
23357 #ifdef HAVE_SYS_TYPES_H
23358 #include <sys/types.h>
23359 #endif
23360 #ifdef HAVE_NETINET_IN_H
23361 # include <netinet/in.h>
23362 #endif
23363 #ifdef HAVE_ARPA_NAMESER_H
23364 # include <arpa/nameser.h>
23365 #endif
23368 main ()
23370 static ns_msg ac_aggr;
23371 if (ac_aggr._msg_ptr)
23372 return 0;
23374 return 0;
23376 _ACEOF
23377 rm -f conftest.$ac_objext
23378 if { (ac_try="$ac_compile"
23379 case "(($ac_try" in
23380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23381 *) ac_try_echo=$ac_try;;
23382 esac
23383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23384 $as_echo "$ac_try_echo") >&5
23385 (eval "$ac_compile") 2>conftest.er1
23386 ac_status=$?
23387 grep -v '^ *+' conftest.er1 >conftest.err
23388 rm -f conftest.er1
23389 cat conftest.err >&5
23390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23391 (exit $ac_status); } && {
23392 test -z "$ac_c_werror_flag" ||
23393 test ! -s conftest.err
23394 } && test -s conftest.$ac_objext; then
23395 ac_cv_member_ns_msg__msg_ptr=yes
23396 else
23397 $as_echo "$as_me: failed program was:" >&5
23398 sed 's/^/| /' conftest.$ac_ext >&5
23400 cat >conftest.$ac_ext <<_ACEOF
23401 /* confdefs.h. */
23402 _ACEOF
23403 cat confdefs.h >>conftest.$ac_ext
23404 cat >>conftest.$ac_ext <<_ACEOF
23405 /* end confdefs.h. */
23406 #ifdef HAVE_SYS_TYPES_H
23407 #include <sys/types.h>
23408 #endif
23409 #ifdef HAVE_NETINET_IN_H
23410 # include <netinet/in.h>
23411 #endif
23412 #ifdef HAVE_ARPA_NAMESER_H
23413 # include <arpa/nameser.h>
23414 #endif
23417 main ()
23419 static ns_msg ac_aggr;
23420 if (sizeof ac_aggr._msg_ptr)
23421 return 0;
23423 return 0;
23425 _ACEOF
23426 rm -f conftest.$ac_objext
23427 if { (ac_try="$ac_compile"
23428 case "(($ac_try" in
23429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23430 *) ac_try_echo=$ac_try;;
23431 esac
23432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23433 $as_echo "$ac_try_echo") >&5
23434 (eval "$ac_compile") 2>conftest.er1
23435 ac_status=$?
23436 grep -v '^ *+' conftest.er1 >conftest.err
23437 rm -f conftest.er1
23438 cat conftest.err >&5
23439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23440 (exit $ac_status); } && {
23441 test -z "$ac_c_werror_flag" ||
23442 test ! -s conftest.err
23443 } && test -s conftest.$ac_objext; then
23444 ac_cv_member_ns_msg__msg_ptr=yes
23445 else
23446 $as_echo "$as_me: failed program was:" >&5
23447 sed 's/^/| /' conftest.$ac_ext >&5
23449 ac_cv_member_ns_msg__msg_ptr=no
23452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23457 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23458 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23459 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23461 cat >>confdefs.h <<_ACEOF
23462 #define HAVE_NS_MSG__MSG_PTR 1
23463 _ACEOF
23469 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23470 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23471 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23472 $as_echo_n "(cached) " >&6
23473 else
23474 cat >conftest.$ac_ext <<_ACEOF
23475 /* confdefs.h. */
23476 _ACEOF
23477 cat confdefs.h >>conftest.$ac_ext
23478 cat >>conftest.$ac_ext <<_ACEOF
23479 /* end confdefs.h. */
23480 #ifdef HAVE_SYS_TYPES_H
23481 #include <sys/types.h>
23482 #endif
23483 #ifdef HAVE_ALIAS_H
23484 #include <alias.h>
23485 #endif
23486 #ifdef HAVE_SYS_SOCKET_H
23487 #include <sys/socket.h>
23488 #endif
23489 #ifdef HAVE_SYS_SOCKETVAR_H
23490 #include <sys/socketvar.h>
23491 #endif
23492 #ifdef HAVE_SYS_TIMEOUT_H
23493 #include <sys/timeout.h>
23494 #endif
23495 #ifdef HAVE_NETINET_IN_H
23496 #include <netinet/in.h>
23497 #endif
23498 #ifdef HAVE_NETINET_IN_SYSTM_H
23499 #include <netinet/in_systm.h>
23500 #endif
23501 #ifdef HAVE_NETINET_IP_H
23502 #include <netinet/ip.h>
23503 #endif
23504 #ifdef HAVE_NETINET_IP_VAR_H
23505 #include <netinet/ip_var.h>
23506 #endif
23507 #ifdef HAVE_NETINET_IP_ICMP_H
23508 #include <netinet/ip_icmp.h>
23509 #endif
23510 #ifdef HAVE_NETINET_ICMP_VAR
23511 #include <netinet/icmp_var.h>
23512 #endif
23515 main ()
23517 static struct icmpstat ac_aggr;
23518 if (ac_aggr.icps_outhist)
23519 return 0;
23521 return 0;
23523 _ACEOF
23524 rm -f conftest.$ac_objext
23525 if { (ac_try="$ac_compile"
23526 case "(($ac_try" in
23527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23528 *) ac_try_echo=$ac_try;;
23529 esac
23530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23531 $as_echo "$ac_try_echo") >&5
23532 (eval "$ac_compile") 2>conftest.er1
23533 ac_status=$?
23534 grep -v '^ *+' conftest.er1 >conftest.err
23535 rm -f conftest.er1
23536 cat conftest.err >&5
23537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); } && {
23539 test -z "$ac_c_werror_flag" ||
23540 test ! -s conftest.err
23541 } && test -s conftest.$ac_objext; then
23542 ac_cv_member_struct_icmpstat_icps_outhist=yes
23543 else
23544 $as_echo "$as_me: failed program was:" >&5
23545 sed 's/^/| /' conftest.$ac_ext >&5
23547 cat >conftest.$ac_ext <<_ACEOF
23548 /* confdefs.h. */
23549 _ACEOF
23550 cat confdefs.h >>conftest.$ac_ext
23551 cat >>conftest.$ac_ext <<_ACEOF
23552 /* end confdefs.h. */
23553 #ifdef HAVE_SYS_TYPES_H
23554 #include <sys/types.h>
23555 #endif
23556 #ifdef HAVE_ALIAS_H
23557 #include <alias.h>
23558 #endif
23559 #ifdef HAVE_SYS_SOCKET_H
23560 #include <sys/socket.h>
23561 #endif
23562 #ifdef HAVE_SYS_SOCKETVAR_H
23563 #include <sys/socketvar.h>
23564 #endif
23565 #ifdef HAVE_SYS_TIMEOUT_H
23566 #include <sys/timeout.h>
23567 #endif
23568 #ifdef HAVE_NETINET_IN_H
23569 #include <netinet/in.h>
23570 #endif
23571 #ifdef HAVE_NETINET_IN_SYSTM_H
23572 #include <netinet/in_systm.h>
23573 #endif
23574 #ifdef HAVE_NETINET_IP_H
23575 #include <netinet/ip.h>
23576 #endif
23577 #ifdef HAVE_NETINET_IP_VAR_H
23578 #include <netinet/ip_var.h>
23579 #endif
23580 #ifdef HAVE_NETINET_IP_ICMP_H
23581 #include <netinet/ip_icmp.h>
23582 #endif
23583 #ifdef HAVE_NETINET_ICMP_VAR
23584 #include <netinet/icmp_var.h>
23585 #endif
23588 main ()
23590 static struct icmpstat ac_aggr;
23591 if (sizeof ac_aggr.icps_outhist)
23592 return 0;
23594 return 0;
23596 _ACEOF
23597 rm -f conftest.$ac_objext
23598 if { (ac_try="$ac_compile"
23599 case "(($ac_try" in
23600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23601 *) ac_try_echo=$ac_try;;
23602 esac
23603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23604 $as_echo "$ac_try_echo") >&5
23605 (eval "$ac_compile") 2>conftest.er1
23606 ac_status=$?
23607 grep -v '^ *+' conftest.er1 >conftest.err
23608 rm -f conftest.er1
23609 cat conftest.err >&5
23610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23611 (exit $ac_status); } && {
23612 test -z "$ac_c_werror_flag" ||
23613 test ! -s conftest.err
23614 } && test -s conftest.$ac_objext; then
23615 ac_cv_member_struct_icmpstat_icps_outhist=yes
23616 else
23617 $as_echo "$as_me: failed program was:" >&5
23618 sed 's/^/| /' conftest.$ac_ext >&5
23620 ac_cv_member_struct_icmpstat_icps_outhist=no
23623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23628 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23629 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23630 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23632 cat >>confdefs.h <<_ACEOF
23633 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23634 _ACEOF
23640 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23641 $as_echo_n "checking for timezone variable... " >&6; }
23642 if test "${ac_cv_have_timezone+set}" = set; then
23643 $as_echo_n "(cached) " >&6
23644 else
23645 cat >conftest.$ac_ext <<_ACEOF
23646 /* confdefs.h. */
23647 _ACEOF
23648 cat confdefs.h >>conftest.$ac_ext
23649 cat >>conftest.$ac_ext <<_ACEOF
23650 /* end confdefs.h. */
23651 #include <time.h>
23653 main ()
23655 timezone = 1
23657 return 0;
23659 _ACEOF
23660 rm -f conftest.$ac_objext conftest$ac_exeext
23661 if { (ac_try="$ac_link"
23662 case "(($ac_try" in
23663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23664 *) ac_try_echo=$ac_try;;
23665 esac
23666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23667 $as_echo "$ac_try_echo") >&5
23668 (eval "$ac_link") 2>conftest.er1
23669 ac_status=$?
23670 grep -v '^ *+' conftest.er1 >conftest.err
23671 rm -f conftest.er1
23672 cat conftest.err >&5
23673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23674 (exit $ac_status); } && {
23675 test -z "$ac_c_werror_flag" ||
23676 test ! -s conftest.err
23677 } && test -s conftest$ac_exeext && {
23678 test "$cross_compiling" = yes ||
23679 $as_test_x conftest$ac_exeext
23680 }; then
23681 ac_cv_have_timezone="yes"
23682 else
23683 $as_echo "$as_me: failed program was:" >&5
23684 sed 's/^/| /' conftest.$ac_ext >&5
23686 ac_cv_have_timezone="no"
23689 rm -rf conftest.dSYM
23690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23691 conftest$ac_exeext conftest.$ac_ext
23693 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23694 $as_echo "$ac_cv_have_timezone" >&6; }
23695 if test "$ac_cv_have_timezone" = "yes"
23696 then
23698 cat >>confdefs.h <<\_ACEOF
23699 #define HAVE_TIMEZONE 1
23700 _ACEOF
23703 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23704 $as_echo_n "checking for daylight variable... " >&6; }
23705 if test "${ac_cv_have_daylight+set}" = set; then
23706 $as_echo_n "(cached) " >&6
23707 else
23708 cat >conftest.$ac_ext <<_ACEOF
23709 /* confdefs.h. */
23710 _ACEOF
23711 cat confdefs.h >>conftest.$ac_ext
23712 cat >>conftest.$ac_ext <<_ACEOF
23713 /* end confdefs.h. */
23714 #include <time.h>
23716 main ()
23718 daylight = 1
23720 return 0;
23722 _ACEOF
23723 rm -f conftest.$ac_objext conftest$ac_exeext
23724 if { (ac_try="$ac_link"
23725 case "(($ac_try" in
23726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23727 *) ac_try_echo=$ac_try;;
23728 esac
23729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23730 $as_echo "$ac_try_echo") >&5
23731 (eval "$ac_link") 2>conftest.er1
23732 ac_status=$?
23733 grep -v '^ *+' conftest.er1 >conftest.err
23734 rm -f conftest.er1
23735 cat conftest.err >&5
23736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23737 (exit $ac_status); } && {
23738 test -z "$ac_c_werror_flag" ||
23739 test ! -s conftest.err
23740 } && test -s conftest$ac_exeext && {
23741 test "$cross_compiling" = yes ||
23742 $as_test_x conftest$ac_exeext
23743 }; then
23744 ac_cv_have_daylight="yes"
23745 else
23746 $as_echo "$as_me: failed program was:" >&5
23747 sed 's/^/| /' conftest.$ac_ext >&5
23749 ac_cv_have_daylight="no"
23752 rm -rf conftest.dSYM
23753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23754 conftest$ac_exeext conftest.$ac_ext
23756 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23757 $as_echo "$ac_cv_have_daylight" >&6; }
23758 if test "$ac_cv_have_daylight" = "yes"
23759 then
23761 cat >>confdefs.h <<\_ACEOF
23762 #define HAVE_DAYLIGHT 1
23763 _ACEOF
23767 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23768 $as_echo_n "checking for isinf... " >&6; }
23769 if test "${ac_cv_have_isinf+set}" = set; then
23770 $as_echo_n "(cached) " >&6
23771 else
23772 cat >conftest.$ac_ext <<_ACEOF
23773 /* confdefs.h. */
23774 _ACEOF
23775 cat confdefs.h >>conftest.$ac_ext
23776 cat >>conftest.$ac_ext <<_ACEOF
23777 /* end confdefs.h. */
23778 #include <math.h>
23780 main ()
23782 float f = 0.0; int i=isinf(f)
23784 return 0;
23786 _ACEOF
23787 rm -f conftest.$ac_objext conftest$ac_exeext
23788 if { (ac_try="$ac_link"
23789 case "(($ac_try" in
23790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23791 *) ac_try_echo=$ac_try;;
23792 esac
23793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23794 $as_echo "$ac_try_echo") >&5
23795 (eval "$ac_link") 2>conftest.er1
23796 ac_status=$?
23797 grep -v '^ *+' conftest.er1 >conftest.err
23798 rm -f conftest.er1
23799 cat conftest.err >&5
23800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23801 (exit $ac_status); } && {
23802 test -z "$ac_c_werror_flag" ||
23803 test ! -s conftest.err
23804 } && test -s conftest$ac_exeext && {
23805 test "$cross_compiling" = yes ||
23806 $as_test_x conftest$ac_exeext
23807 }; then
23808 ac_cv_have_isinf="yes"
23809 else
23810 $as_echo "$as_me: failed program was:" >&5
23811 sed 's/^/| /' conftest.$ac_ext >&5
23813 ac_cv_have_isinf="no"
23816 rm -rf conftest.dSYM
23817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23818 conftest$ac_exeext conftest.$ac_ext
23820 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23821 $as_echo "$ac_cv_have_isinf" >&6; }
23822 if test "$ac_cv_have_isinf" = "yes"
23823 then
23825 cat >>confdefs.h <<\_ACEOF
23826 #define HAVE_ISINF 1
23827 _ACEOF
23831 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23832 $as_echo_n "checking for isnan... " >&6; }
23833 if test "${ac_cv_have_isnan+set}" = set; then
23834 $as_echo_n "(cached) " >&6
23835 else
23836 cat >conftest.$ac_ext <<_ACEOF
23837 /* confdefs.h. */
23838 _ACEOF
23839 cat confdefs.h >>conftest.$ac_ext
23840 cat >>conftest.$ac_ext <<_ACEOF
23841 /* end confdefs.h. */
23842 #include <math.h>
23844 main ()
23846 float f = 0.0; int i=isnan(f)
23848 return 0;
23850 _ACEOF
23851 rm -f conftest.$ac_objext conftest$ac_exeext
23852 if { (ac_try="$ac_link"
23853 case "(($ac_try" in
23854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23855 *) ac_try_echo=$ac_try;;
23856 esac
23857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23858 $as_echo "$ac_try_echo") >&5
23859 (eval "$ac_link") 2>conftest.er1
23860 ac_status=$?
23861 grep -v '^ *+' conftest.er1 >conftest.err
23862 rm -f conftest.er1
23863 cat conftest.err >&5
23864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23865 (exit $ac_status); } && {
23866 test -z "$ac_c_werror_flag" ||
23867 test ! -s conftest.err
23868 } && test -s conftest$ac_exeext && {
23869 test "$cross_compiling" = yes ||
23870 $as_test_x conftest$ac_exeext
23871 }; then
23872 ac_cv_have_isnan="yes"
23873 else
23874 $as_echo "$as_me: failed program was:" >&5
23875 sed 's/^/| /' conftest.$ac_ext >&5
23877 ac_cv_have_isnan="no"
23880 rm -rf conftest.dSYM
23881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23882 conftest$ac_exeext conftest.$ac_ext
23884 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23885 $as_echo "$ac_cv_have_isnan" >&6; }
23886 if test "$ac_cv_have_isnan" = "yes"
23887 then
23889 cat >>confdefs.h <<\_ACEOF
23890 #define HAVE_ISNAN 1
23891 _ACEOF
23896 case $host_cpu in
23897 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23898 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23899 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23900 $as_echo_n "(cached) " >&6
23901 else
23902 cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h. */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h. */
23908 #ifndef __i386__
23910 #endif
23911 _ACEOF
23912 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23913 $EGREP "yes" >/dev/null 2>&1; then
23914 ac_cv_cpp_def___i386__=yes
23915 else
23916 ac_cv_cpp_def___i386__=no
23918 rm -f conftest*
23921 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23922 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23923 if test $ac_cv_cpp_def___i386__ = yes; then
23924 CFLAGS="$CFLAGS -D__i386__"
23925 LINTFLAGS="$LINTFLAGS -D__i386__"
23928 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23929 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23930 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23931 $as_echo_n "(cached) " >&6
23932 else
23933 cat >conftest.$ac_ext <<_ACEOF
23934 /* confdefs.h. */
23935 _ACEOF
23936 cat confdefs.h >>conftest.$ac_ext
23937 cat >>conftest.$ac_ext <<_ACEOF
23938 /* end confdefs.h. */
23939 #ifndef __x86_64__
23941 #endif
23942 _ACEOF
23943 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23944 $EGREP "yes" >/dev/null 2>&1; then
23945 ac_cv_cpp_def___x86_64__=yes
23946 else
23947 ac_cv_cpp_def___x86_64__=no
23949 rm -f conftest*
23952 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23953 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23954 if test $ac_cv_cpp_def___x86_64__ = yes; then
23955 CFLAGS="$CFLAGS -D__x86_64__"
23956 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23959 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23960 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23961 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23962 $as_echo_n "(cached) " >&6
23963 else
23964 cat >conftest.$ac_ext <<_ACEOF
23965 /* confdefs.h. */
23966 _ACEOF
23967 cat confdefs.h >>conftest.$ac_ext
23968 cat >>conftest.$ac_ext <<_ACEOF
23969 /* end confdefs.h. */
23970 #ifndef __ALPHA__
23972 #endif
23973 _ACEOF
23974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23975 $EGREP "yes" >/dev/null 2>&1; then
23976 ac_cv_cpp_def___ALPHA__=yes
23977 else
23978 ac_cv_cpp_def___ALPHA__=no
23980 rm -f conftest*
23983 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23984 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23985 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23986 CFLAGS="$CFLAGS -D__ALPHA__"
23987 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23990 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23991 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23992 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23993 $as_echo_n "(cached) " >&6
23994 else
23995 cat >conftest.$ac_ext <<_ACEOF
23996 /* confdefs.h. */
23997 _ACEOF
23998 cat confdefs.h >>conftest.$ac_ext
23999 cat >>conftest.$ac_ext <<_ACEOF
24000 /* end confdefs.h. */
24001 #ifndef __sparc__
24003 #endif
24004 _ACEOF
24005 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24006 $EGREP "yes" >/dev/null 2>&1; then
24007 ac_cv_cpp_def___sparc__=yes
24008 else
24009 ac_cv_cpp_def___sparc__=no
24011 rm -f conftest*
24014 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24015 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24016 if test $ac_cv_cpp_def___sparc__ = yes; then
24017 CFLAGS="$CFLAGS -D__sparc__"
24018 LINTFLAGS="$LINTFLAGS -D__sparc__"
24021 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24022 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24023 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24024 $as_echo_n "(cached) " >&6
24025 else
24026 cat >conftest.$ac_ext <<_ACEOF
24027 /* confdefs.h. */
24028 _ACEOF
24029 cat confdefs.h >>conftest.$ac_ext
24030 cat >>conftest.$ac_ext <<_ACEOF
24031 /* end confdefs.h. */
24032 #ifndef __powerpc__
24034 #endif
24035 _ACEOF
24036 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24037 $EGREP "yes" >/dev/null 2>&1; then
24038 ac_cv_cpp_def___powerpc__=yes
24039 else
24040 ac_cv_cpp_def___powerpc__=no
24042 rm -f conftest*
24045 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24046 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24047 if test $ac_cv_cpp_def___powerpc__ = yes; then
24048 CFLAGS="$CFLAGS -D__powerpc__"
24049 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24052 esac
24054 case $host_vendor in
24055 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24056 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24057 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24058 $as_echo_n "(cached) " >&6
24059 else
24060 cat >conftest.$ac_ext <<_ACEOF
24061 /* confdefs.h. */
24062 _ACEOF
24063 cat confdefs.h >>conftest.$ac_ext
24064 cat >>conftest.$ac_ext <<_ACEOF
24065 /* end confdefs.h. */
24066 #ifndef __sun__
24068 #endif
24069 _ACEOF
24070 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24071 $EGREP "yes" >/dev/null 2>&1; then
24072 ac_cv_cpp_def___sun__=yes
24073 else
24074 ac_cv_cpp_def___sun__=no
24076 rm -f conftest*
24079 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24080 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24081 if test $ac_cv_cpp_def___sun__ = yes; then
24082 CFLAGS="$CFLAGS -D__sun__"
24083 LINTFLAGS="$LINTFLAGS -D__sun__"
24086 esac
24089 DEPENDENCIES="### Dependencies:
24091 .INIT: Makefile
24092 .BEGIN: Makefile
24093 .MAKEFILEDEPS:
24094 Makefile: dummy
24095 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24097 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24098 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24099 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24100 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24101 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24104 ALL_MAKERULES=""
24106 ALL_MAKEFILES=""
24108 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24111 ALL_TOP_DIRS=""
24113 ALL_DLL_DIRS=""
24115 ALL_IMPLIB_DIRS=""
24117 ALL_TEST_DIRS=""
24119 ALL_PROGRAM_DIRS=""
24121 ALL_PROGRAM_INSTALL_DIRS=""
24123 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24129 ac_config_commands="$ac_config_commands include/stamp-h"
24132 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24134 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24136 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24138 ac_config_commands="$ac_config_commands dlls/user32/resources"
24140 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24142 ac_config_commands="$ac_config_commands include/wine"
24145 ALL_MAKERULES="$ALL_MAKERULES \\
24146 Make.rules"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 Make.rules: Make.rules.in"
24149 MAKE_RULES=Make.rules
24150 ac_config_files="$ac_config_files Make.rules"
24152 ALL_MAKERULES="$ALL_MAKERULES \\
24153 dlls/Makedll.rules"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24156 MAKE_DLL_RULES=dlls/Makedll.rules
24157 ac_config_files="$ac_config_files dlls/Makedll.rules"
24159 ALL_MAKERULES="$ALL_MAKERULES \\
24160 dlls/Makeimplib.rules"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24163 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24164 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24166 ALL_MAKERULES="$ALL_MAKERULES \\
24167 dlls/Maketest.rules"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24170 MAKE_TEST_RULES=dlls/Maketest.rules
24171 ac_config_files="$ac_config_files dlls/Maketest.rules"
24173 ALL_MAKERULES="$ALL_MAKERULES \\
24174 programs/Makeprog.rules"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24177 MAKE_PROG_RULES=programs/Makeprog.rules
24178 ac_config_files="$ac_config_files programs/Makeprog.rules"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 Makefile: Makefile.in Make.rules"
24185 ac_config_files="$ac_config_files Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/Makefile"
24189 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24190 dlls"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/Makefile: dlls/Makefile.in Make.rules"
24193 ac_config_files="$ac_config_files dlls/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/acledit/Makefile"
24197 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 acledit"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/aclui/Makefile"
24205 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 aclui"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/activeds/Makefile"
24213 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 activeds"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/actxprxy/Makefile"
24221 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 actxprxy"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/adsiid/Makefile"
24229 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24230 adsiid"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24233 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/advapi32/Makefile"
24237 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 advapi32"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/advapi32/tests/Makefile"
24245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24246 advapi32/tests"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/advpack/Makefile"
24253 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 advpack"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/advpack/tests/Makefile"
24261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24262 advpack/tests"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24265 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/amstream/Makefile"
24269 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 amstream"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/amstream/tests/Makefile"
24277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24278 amstream/tests"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/appwiz.cpl/Makefile"
24285 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 appwiz.cpl"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/atl/Makefile"
24293 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 atl"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/atl/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/authz/Makefile"
24301 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 authz"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/authz/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/avicap32/Makefile"
24309 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 avicap32"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/avifil32/Makefile"
24317 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 avifil32"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/avifile.dll16/Makefile"
24325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 avifile.dll16"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/bcrypt/Makefile"
24333 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 bcrypt"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/browseui/Makefile"
24341 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 browseui"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/browseui/tests/Makefile"
24349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24350 browseui/tests"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/cabinet/Makefile"
24357 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 cabinet"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/cabinet/tests/Makefile"
24365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24366 cabinet/tests"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/capi2032/Makefile"
24373 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 capi2032"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/cards/Makefile"
24381 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 cards"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/cards/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/cfgmgr32/Makefile"
24389 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 cfgmgr32"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/clusapi/Makefile"
24397 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 clusapi"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/comcat/Makefile"
24405 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 comcat"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/comcat/tests/Makefile"
24413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 comcat/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/comctl32/Makefile"
24421 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 comctl32"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/comctl32/tests/Makefile"
24429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 comctl32/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/comdlg32/Makefile"
24437 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 comdlg32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/comdlg32/tests/Makefile"
24445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446 comdlg32/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/comm.drv16/Makefile"
24453 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 comm.drv16"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/compobj.dll16/Makefile"
24461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 compobj.dll16"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/compstui/Makefile"
24469 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 compstui"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/credui/Makefile"
24477 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 credui"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/credui/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/credui/tests/Makefile"
24485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486 credui/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/crtdll/Makefile"
24493 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 crtdll"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/crypt32/Makefile"
24501 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 crypt32"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/crypt32/tests/Makefile"
24509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24510 crypt32/tests"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24513 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/cryptdlg/Makefile"
24517 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 cryptdlg"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/cryptdll/Makefile"
24525 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 cryptdll"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/cryptnet/Makefile"
24533 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 cryptnet"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/cryptnet/tests/Makefile"
24541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24542 cryptnet/tests"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/cryptui/Makefile"
24549 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 cryptui"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/cryptui/tests/Makefile"
24557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 cryptui/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/ctapi32/Makefile"
24565 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 ctapi32"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/ctl3d.dll16/Makefile"
24573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 ctl3d.dll16"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/ctl3d32/Makefile"
24581 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 ctl3d32"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/ctl3dv2.dll16/Makefile"
24589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 ctl3dv2.dll16"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/d3d10/Makefile"
24597 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 d3d10"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/d3d10/tests/Makefile"
24605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606 d3d10/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/d3d10core/Makefile"
24613 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 d3d10core"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/d3d10core/tests/Makefile"
24621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24622 d3d10core/tests"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/d3d8/Makefile"
24629 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 d3d8"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/d3d8/tests/Makefile"
24637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24638 d3d8/tests"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24641 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/d3d9/Makefile"
24645 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 d3d9"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/d3d9/tests/Makefile"
24653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24654 d3d9/tests"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/d3dim/Makefile"
24661 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 d3dim"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/d3drm/Makefile"
24669 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 d3drm"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/d3drm/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 d3drm/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/d3dx8/Makefile"
24685 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 d3dx8"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/d3dx8/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 d3dx8/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/d3dx9_24/Makefile"
24701 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 d3dx9_24"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/d3dx9_25/Makefile"
24709 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 d3dx9_25"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/d3dx9_26/Makefile"
24717 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 d3dx9_26"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/d3dx9_27/Makefile"
24725 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 d3dx9_27"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/d3dx9_28/Makefile"
24733 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 d3dx9_28"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/d3dx9_29/Makefile"
24741 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 d3dx9_29"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/d3dx9_30/Makefile"
24749 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 d3dx9_30"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/d3dx9_31/Makefile"
24757 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 d3dx9_31"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/d3dx9_32/Makefile"
24765 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 d3dx9_32"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/d3dx9_33/Makefile"
24773 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 d3dx9_33"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/d3dx9_34/Makefile"
24781 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 d3dx9_34"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/d3dx9_35/Makefile"
24789 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 d3dx9_35"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/d3dx9_36/Makefile"
24797 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 d3dx9_36"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/d3dx9_36/tests/Makefile"
24805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24806 d3dx9_36/tests"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24809 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/d3dx9_37/Makefile"
24813 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 d3dx9_37"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/d3dx9_38/Makefile"
24821 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 d3dx9_38"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/d3dx9_39/Makefile"
24829 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 d3dx9_39"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/d3dx9_40/Makefile"
24837 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 d3dx9_40"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/d3dx9_41/Makefile"
24845 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 d3dx9_41"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/d3dxof/Makefile"
24853 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 d3dxof"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/d3dxof/tests/Makefile"
24861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862 d3dxof/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/dbghelp/Makefile"
24869 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 dbghelp"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/dciman32/Makefile"
24877 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 dciman32"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/ddeml.dll16/Makefile"
24885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 ddeml.dll16"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/ddraw/Makefile"
24893 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 ddraw"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/ddraw/tests/Makefile"
24901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24902 ddraw/tests"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24905 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/ddrawex/Makefile"
24909 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 ddrawex"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/ddrawex/tests/Makefile"
24917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24918 ddrawex/tests"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24921 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/devenum/Makefile"
24925 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 devenum"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/dinput/Makefile"
24933 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 dinput"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/dinput/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 dinput/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/dinput8/Makefile"
24949 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 dinput8"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/dispdib.dll16/Makefile"
24957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 dispdib.dll16"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/display.drv16/Makefile"
24965 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 display.drv16"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/dmband/Makefile"
24973 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 dmband"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/dmcompos/Makefile"
24981 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 dmcompos"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/dmime/Makefile"
24989 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 dmime"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/dmloader/Makefile"
24997 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 dmloader"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/dmscript/Makefile"
25005 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 dmscript"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/dmstyle/Makefile"
25013 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 dmstyle"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/dmsynth/Makefile"
25021 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 dmsynth"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/dmusic/Makefile"
25029 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 dmusic"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/dmusic32/Makefile"
25037 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 dmusic32"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/dnsapi/Makefile"
25045 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 dnsapi"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/dnsapi/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 dnsapi/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/dplay/Makefile"
25061 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 dplay"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/dplayx/Makefile"
25069 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 dplayx"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/dplayx/tests/Makefile"
25077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25078 dplayx/tests"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25081 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/dpnaddr/Makefile"
25085 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 dpnaddr"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/dpnet/Makefile"
25093 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 dpnet"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/dpnhpast/Makefile"
25101 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 dpnhpast"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/dpnlobby/Makefile"
25109 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 dpnlobby"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/dpwsockx/Makefile"
25117 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 dpwsockx"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/dsound/Makefile"
25125 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 dsound"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/dsound/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134 dsound/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/dssenh/Makefile"
25141 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 dssenh"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dswave/Makefile"
25149 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 dswave"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dwmapi/Makefile"
25157 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dwmapi"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/dxdiagn/Makefile"
25165 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 dxdiagn"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/dxerr8/Makefile"
25173 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25174 dxerr8"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25177 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/dxerr9/Makefile"
25181 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25182 dxerr9"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25185 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/dxgi/Makefile"
25189 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 dxgi"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/dxgi/tests/Makefile"
25197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25198 dxgi/tests"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25201 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dxguid/Makefile"
25205 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25206 dxguid"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25209 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/faultrep/Makefile"
25213 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 faultrep"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/fusion/Makefile"
25221 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 fusion"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/fusion/tests/Makefile"
25229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25230 fusion/tests"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25233 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/gdi32/Makefile"
25237 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 gdi32"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/gdi32/tests/Makefile"
25245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25246 gdi32/tests"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25249 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/gdiplus/Makefile"
25253 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 gdiplus"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/gdiplus/tests/Makefile"
25261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25262 gdiplus/tests"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25265 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/glu32/Makefile"
25269 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 glu32"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/gphoto2.ds/Makefile"
25277 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 gphoto2.ds"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/gpkcsp/Makefile"
25285 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 gpkcsp"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/hal/Makefile"
25293 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 hal"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/hal/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/hhctrl.ocx/Makefile"
25301 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 hhctrl.ocx"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/hid/Makefile"
25309 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 hid"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/hid/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/hlink/Makefile"
25317 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 hlink"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/hlink/tests/Makefile"
25325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25326 hlink/tests"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25329 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/hnetcfg/Makefile"
25333 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 hnetcfg"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/httpapi/Makefile"
25341 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 httpapi"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/iccvid/Makefile"
25349 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 iccvid"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/icmp/Makefile"
25357 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 icmp"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/ifsmgr.vxd/Makefile"
25365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 ifsmgr.vxd"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/imaadp32.acm/Makefile"
25373 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 imaadp32.acm"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/imagehlp/Makefile"
25381 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 imagehlp"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/imm.dll16/Makefile"
25389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 imm.dll16"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/imm32/Makefile"
25397 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 imm32"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/imm32/tests/Makefile"
25405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25406 imm32/tests"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25409 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/inetcomm/Makefile"
25413 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 inetcomm"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/inetcomm/tests/Makefile"
25421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25422 inetcomm/tests"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/inetmib1/Makefile"
25429 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 inetmib1"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/inetmib1/tests/Makefile"
25437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438 inetmib1/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/infosoft/Makefile"
25445 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 infosoft"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/infosoft/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 infosoft/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/initpki/Makefile"
25461 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 initpki"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/inkobj/Makefile"
25469 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 inkobj"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/inseng/Makefile"
25477 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 inseng"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/iphlpapi/Makefile"
25485 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 iphlpapi"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/iphlpapi/tests/Makefile"
25493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25494 iphlpapi/tests"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25497 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/itircl/Makefile"
25501 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 itircl"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/itss/Makefile"
25509 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 itss"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/itss/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/itss/tests/Makefile"
25517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25518 itss/tests"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25521 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/jscript/Makefile"
25525 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 jscript"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/jscript/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534 jscript/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/kernel32/Makefile"
25541 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 kernel32"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/kernel32/tests/Makefile"
25549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25550 kernel32/tests"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25553 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/keyboard.drv16/Makefile"
25557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 keyboard.drv16"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/loadperf/Makefile"
25565 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 loadperf"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/localspl/Makefile"
25573 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 localspl"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/localspl/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582 localspl/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/localui/Makefile"
25589 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 localui"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/localui/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/localui/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 localui/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/lz32/Makefile"
25605 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 lz32"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/lz32/tests/Makefile"
25613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25614 lz32/tests"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25617 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/lzexpand.dll16/Makefile"
25621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 lzexpand.dll16"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/mapi32/Makefile"
25629 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 mapi32"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/mapi32/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638 mapi32/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/mciavi32/Makefile"
25645 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 mciavi32"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/mcicda/Makefile"
25653 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 mcicda"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/mciqtz32/Makefile"
25661 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 mciqtz32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/mciseq/Makefile"
25669 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 mciseq"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/mciwave/Makefile"
25677 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 mciwave"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/midimap/Makefile"
25685 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 midimap"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/mlang/Makefile"
25693 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 mlang"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/mlang/tests/Makefile"
25701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25702 mlang/tests"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25705 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/mmdevldr.vxd/Makefile"
25709 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 mmdevldr.vxd"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/monodebg.vxd/Makefile"
25717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 monodebg.vxd"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/mountmgr.sys/Makefile"
25725 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 mountmgr.sys"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/mouse.drv16/Makefile"
25733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 mouse.drv16"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/mpr/Makefile"
25741 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 mpr"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/mprapi/Makefile"
25749 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 mprapi"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/msacm.dll16/Makefile"
25757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 msacm.dll16"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/msacm32.drv/Makefile"
25765 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 msacm32.drv"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/msacm32/Makefile"
25773 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 msacm32"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/msacm32/tests/Makefile"
25781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25782 msacm32/tests"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25785 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/msadp32.acm/Makefile"
25789 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 msadp32.acm"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/mscat32/Makefile"
25797 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 mscat32"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/mscms/Makefile"
25805 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 mscms"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/mscms/tests/Makefile"
25813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25814 mscms/tests"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25817 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/mscoree/Makefile"
25821 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 mscoree"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/msctf/Makefile"
25829 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 msctf"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/msctf/tests/Makefile"
25837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25838 msctf/tests"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/msdmo/Makefile"
25845 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 msdmo"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/msftedit/Makefile"
25853 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 msftedit"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/msg711.acm/Makefile"
25861 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 msg711.acm"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/mshtml.tlb/Makefile"
25869 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 mshtml.tlb"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/mshtml/Makefile"
25877 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 mshtml"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/mshtml/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886 mshtml/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msi/Makefile"
25893 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 msi"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/msi/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/msi/tests/Makefile"
25901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25902 msi/tests"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25905 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/msimg32/Makefile"
25909 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 msimg32"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/msimtf/Makefile"
25917 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 msimtf"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/msisip/Makefile"
25925 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 msisip"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/msisys.ocx/Makefile"
25933 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 msisys.ocx"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/msnet32/Makefile"
25941 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 msnet32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/msrle32/Makefile"
25949 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 msrle32"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/mssign32/Makefile"
25957 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 mssign32"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/mssip32/Makefile"
25965 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 mssip32"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/mstask/Makefile"
25973 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 mstask"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/mstask/tests/Makefile"
25981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25982 mstask/tests"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25985 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/msvcirt/Makefile"
25989 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 msvcirt"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/msvcr71/Makefile"
25997 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 msvcr71"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/msvcrt/Makefile"
26005 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 msvcrt"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/msvcrt/tests/Makefile"
26013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26014 msvcrt/tests"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26017 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/msvcrt20/Makefile"
26021 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 msvcrt20"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msvcrt40/Makefile"
26029 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 msvcrt40"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msvcrtd/Makefile"
26037 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 msvcrtd"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msvcrtd/tests/Makefile"
26045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26046 msvcrtd/tests"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26049 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msvfw32/Makefile"
26053 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msvfw32"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/msvfw32/tests/Makefile"
26061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26062 msvfw32/tests"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26065 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/msvidc32/Makefile"
26069 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 msvidc32"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msvideo.dll16/Makefile"
26077 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 msvideo.dll16"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/mswsock/Makefile"
26085 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 mswsock"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/msxml3/Makefile"
26093 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 msxml3"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/msxml3/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102 msxml3/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/nddeapi/Makefile"
26109 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 nddeapi"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/netapi32/Makefile"
26117 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 netapi32"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/netapi32/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126 netapi32/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/newdev/Makefile"
26133 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 newdev"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/ntdll/Makefile"
26141 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 ntdll"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/ntdll/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 ntdll/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/ntdsapi/Makefile"
26157 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 ntdsapi"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/ntdsapi/tests/Makefile"
26165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26166 ntdsapi/tests"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26169 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/ntoskrnl.exe/Makefile"
26173 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 ntoskrnl.exe"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/ntprint/Makefile"
26181 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 ntprint"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/ntprint/tests/Makefile"
26189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26190 ntprint/tests"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26193 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/objsel/Makefile"
26197 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 objsel"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/odbc32/Makefile"
26205 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 odbc32"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/odbccp32/Makefile"
26213 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 odbccp32"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/odbccp32/tests/Makefile"
26221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26222 odbccp32/tests"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26225 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/ole2.dll16/Makefile"
26229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 ole2.dll16"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/ole2conv.dll16/Makefile"
26237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 ole2conv.dll16"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/ole2disp.dll16/Makefile"
26245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 ole2disp.dll16"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/ole2nls.dll16/Makefile"
26253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 ole2nls.dll16"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/ole2prox.dll16/Makefile"
26261 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 ole2prox.dll16"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/ole2thk.dll16/Makefile"
26269 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 ole2thk.dll16"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/ole32/Makefile"
26277 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 ole32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/ole32/tests/Makefile"
26285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26286 ole32/tests"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26289 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/oleacc/Makefile"
26293 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 oleacc"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/oleacc/tests/Makefile"
26301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26302 oleacc/tests"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26305 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/oleaut32/Makefile"
26309 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 oleaut32"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/oleaut32/tests/Makefile"
26317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26318 oleaut32/tests"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26321 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/olecli.dll16/Makefile"
26325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 olecli.dll16"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/olecli32/Makefile"
26333 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 olecli32"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/oledlg/Makefile"
26341 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 oledlg"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/olepro32/Makefile"
26349 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 olepro32"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/olesvr.dll16/Makefile"
26357 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 olesvr.dll16"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/olesvr32/Makefile"
26365 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 olesvr32"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/olethk32/Makefile"
26373 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 olethk32"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/opengl32/Makefile"
26381 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 opengl32"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/opengl32/tests/Makefile"
26389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26390 opengl32/tests"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26393 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/pdh/Makefile"
26397 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 pdh"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/pdh/tests/Makefile"
26405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26406 pdh/tests"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26409 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/pidgen/Makefile"
26413 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 pidgen"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/powrprof/Makefile"
26421 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 powrprof"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/printui/Makefile"
26429 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 printui"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/printui/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/propsys/Makefile"
26437 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 propsys"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/psapi/Makefile"
26445 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 psapi"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/psapi/tests/Makefile"
26453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26454 psapi/tests"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/pstorec/Makefile"
26461 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 pstorec"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/qcap/Makefile"
26469 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 qcap"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/qedit/Makefile"
26477 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 qedit"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/qedit/tests/Makefile"
26485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26486 qedit/tests"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26489 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/qmgr/Makefile"
26493 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 qmgr"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/qmgr/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502 qmgr/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/qmgrprxy/Makefile"
26509 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 qmgrprxy"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/quartz/Makefile"
26517 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 quartz"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/quartz/tests/Makefile"
26525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26526 quartz/tests"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26529 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/query/Makefile"
26533 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 query"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/query/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/rasapi16.dll16/Makefile"
26541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 rasapi16.dll16"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/rasapi32/Makefile"
26549 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550 rasapi32"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/rasapi32/tests/Makefile"
26557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26558 rasapi32/tests"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26561 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/rasdlg/Makefile"
26565 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 rasdlg"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/resutils/Makefile"
26573 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 resutils"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/riched20/Makefile"
26581 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 riched20"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/riched20/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590 riched20/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/riched32/Makefile"
26597 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 riched32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/riched32/tests/Makefile"
26605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26606 riched32/tests"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26609 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/rpcrt4/Makefile"
26613 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 rpcrt4"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/rpcrt4/tests/Makefile"
26621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26622 rpcrt4/tests"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26625 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/rsabase/Makefile"
26629 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 rsabase"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/rsaenh/Makefile"
26637 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638 rsaenh"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/rsaenh/tests/Makefile"
26645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26646 rsaenh/tests"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26649 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/sane.ds/Makefile"
26653 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 sane.ds"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/sccbase/Makefile"
26661 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 sccbase"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/schannel/Makefile"
26669 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 schannel"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/schannel/tests/Makefile"
26677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26678 schannel/tests"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26681 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/secur32/Makefile"
26685 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 secur32"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/secur32/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694 secur32/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/security/Makefile"
26701 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 security"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/security/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/sensapi/Makefile"
26709 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 sensapi"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/serialui/Makefile"
26717 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 serialui"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/serialui/tests/Makefile"
26725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26726 serialui/tests"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26729 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/setupapi/Makefile"
26733 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 setupapi"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/setupapi/tests/Makefile"
26741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26742 setupapi/tests"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26745 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/sfc/Makefile"
26749 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 sfc"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/sfc_os/Makefile"
26757 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 sfc_os"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/shdoclc/Makefile"
26765 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 shdoclc"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/shdocvw/Makefile"
26773 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 shdocvw"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/shdocvw/tests/Makefile"
26781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26782 shdocvw/tests"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26785 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/shell.dll16/Makefile"
26789 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 shell.dll16"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/shell32/Makefile"
26797 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 shell32"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/shell32/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806 shell32/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/shfolder/Makefile"
26813 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 shfolder"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/shlwapi/Makefile"
26821 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 shlwapi"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/shlwapi/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830 shlwapi/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/slbcsp/Makefile"
26837 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 slbcsp"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/slc/Makefile"
26845 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 slc"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/slc/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/snmpapi/Makefile"
26853 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 snmpapi"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/snmpapi/tests/Makefile"
26861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26862 snmpapi/tests"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26865 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/softpub/Makefile"
26869 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 softpub"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/sound.drv16/Makefile"
26877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 sound.drv16"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/spoolss/Makefile"
26885 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 spoolss"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/spoolss/tests/Makefile"
26893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26894 spoolss/tests"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26897 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/stdole2.tlb/Makefile"
26901 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 stdole2.tlb"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/stdole32.tlb/Makefile"
26909 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 stdole32.tlb"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/sti/Makefile"
26917 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 sti"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/sti/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/storage.dll16/Makefile"
26925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 storage.dll16"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/stress.dll16/Makefile"
26933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 stress.dll16"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/strmiids/Makefile"
26941 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26942 strmiids"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26945 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/svrapi/Makefile"
26949 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 svrapi"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/sxs/Makefile"
26957 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 sxs"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/t2embed/Makefile"
26965 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 t2embed"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/tapi32/Makefile"
26973 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 tapi32"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/traffic/Makefile"
26981 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 traffic"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/twain.dll16/Makefile"
26989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 twain.dll16"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/twain_32/Makefile"
26997 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 twain_32"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/twain_32/tests/Makefile"
27005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27006 twain_32/tests"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27009 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/typelib.dll16/Makefile"
27013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 typelib.dll16"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/unicows/Makefile"
27021 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 unicows"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/updspapi/Makefile"
27029 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 updspapi"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/url/Makefile"
27037 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 url"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/url/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/urlmon/Makefile"
27045 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 urlmon"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/urlmon/tests/Makefile"
27053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27054 urlmon/tests"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27057 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/user32/Makefile"
27061 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 user32"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/user32/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/user32/tests/Makefile"
27069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27070 user32/tests"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27073 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/userenv/Makefile"
27077 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 userenv"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/userenv/tests/Makefile"
27085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27086 userenv/tests"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27089 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/usp10/Makefile"
27093 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27094 usp10"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27097 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/usp10/tests/Makefile"
27101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27102 usp10/tests"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27105 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/uuid/Makefile"
27109 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27110 uuid"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27113 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/uxtheme/Makefile"
27117 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 uxtheme"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/uxtheme/tests/Makefile"
27125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27126 uxtheme/tests"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27129 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/vdhcp.vxd/Makefile"
27133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 vdhcp.vxd"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/vdmdbg/Makefile"
27141 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 vdmdbg"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/version/Makefile"
27149 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 version"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/version/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/version/tests/Makefile"
27157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27158 version/tests"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27161 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/vmm.vxd/Makefile"
27165 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 vmm.vxd"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/vnbt.vxd/Makefile"
27173 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 vnbt.vxd"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/vnetbios.vxd/Makefile"
27181 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 vnetbios.vxd"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/vtdapi.vxd/Makefile"
27189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 vtdapi.vxd"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/vwin32.vxd/Makefile"
27197 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 vwin32.vxd"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/w32skrnl/Makefile"
27205 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27206 w32skrnl"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27209 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/w32sys.dll16/Makefile"
27213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 w32sys.dll16"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/wbemprox/Makefile"
27221 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 wbemprox"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/win32s16.dll16/Makefile"
27229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 win32s16.dll16"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/win87em.dll16/Makefile"
27237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 win87em.dll16"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/winaspi.dll16/Makefile"
27245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 winaspi.dll16"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/windebug.dll16/Makefile"
27253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 windebug.dll16"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/winealsa.drv/Makefile"
27261 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 winealsa.drv"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/wineaudioio.drv/Makefile"
27269 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 wineaudioio.drv"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/winecoreaudio.drv/Makefile"
27277 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 winecoreaudio.drv"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/winecrt0/Makefile"
27285 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27286 winecrt0"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27289 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/wined3d/Makefile"
27293 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 wined3d"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/winedos/Makefile"
27301 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302 winedos"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/wineesd.drv/Makefile"
27309 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 wineesd.drv"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/winejack.drv/Makefile"
27317 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 winejack.drv"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/winejoystick.drv/Makefile"
27325 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 winejoystick.drv"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/winemp3.acm/Makefile"
27333 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 winemp3.acm"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/winenas.drv/Makefile"
27341 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 winenas.drv"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/wineoss.drv/Makefile"
27349 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 wineoss.drv"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wineps.drv/Makefile"
27357 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 wineps.drv"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/winequartz.drv/Makefile"
27365 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 winequartz.drv"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/winex11.drv/Makefile"
27373 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 winex11.drv"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/wing32/Makefile"
27381 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 wing32"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/winhttp/Makefile"
27389 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 winhttp"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/winhttp/tests/Makefile"
27397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27398 winhttp/tests"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27401 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/wininet/Makefile"
27405 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 wininet"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/wininet/tests/Makefile"
27413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27414 wininet/tests"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27417 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/winmm/Makefile"
27421 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 winmm"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/winmm/tests/Makefile"
27429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27430 winmm/tests"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27433 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/winnls.dll16/Makefile"
27437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 winnls.dll16"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/winnls32/Makefile"
27445 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 winnls32"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/winscard/Makefile"
27453 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27454 winscard"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27457 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/winspool.drv/Makefile"
27461 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 winspool.drv"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/winspool.drv/tests/Makefile"
27469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27470 winspool.drv/tests"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27473 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/wintab.dll16/Makefile"
27477 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 wintab.dll16"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/wintab32/Makefile"
27485 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27486 wintab32"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27489 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/wintrust/Makefile"
27493 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 wintrust"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/wintrust/tests/Makefile"
27501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27502 wintrust/tests"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27505 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/wldap32/Makefile"
27509 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27510 wldap32"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27513 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/wldap32/tests/Makefile"
27517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27518 wldap32/tests"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27521 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/wmi/Makefile"
27525 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27526 wmi"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27529 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/wnaspi32/Makefile"
27533 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 wnaspi32"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/wow32/Makefile"
27541 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27542 wow32"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27545 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/ws2_32/Makefile"
27549 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27550 ws2_32"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27553 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/ws2_32/tests/Makefile"
27557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27558 ws2_32/tests"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27561 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/wsock32/Makefile"
27565 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27566 wsock32"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27569 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/wtsapi32/Makefile"
27573 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27574 wtsapi32"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27577 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/wuapi/Makefile"
27581 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27582 wuapi"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27585 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/xinput1_1/Makefile"
27589 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 xinput1_1"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/xinput1_2/Makefile"
27597 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27598 xinput1_2"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27601 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/xinput1_3/Makefile"
27605 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27606 xinput1_3"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27609 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/xinput1_3/tests/Makefile"
27613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27614 xinput1_3/tests"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27617 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/xinput9_1_0/Makefile"
27621 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27622 xinput9_1_0"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27625 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/xmllite/Makefile"
27629 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27630 xmllite"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27633 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 documentation/Makefile"
27637 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27638 documentation"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 documentation/Makefile: documentation/Makefile.in Make.rules"
27641 ac_config_files="$ac_config_files documentation/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 fonts/Makefile"
27645 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27646 fonts"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 fonts/Makefile: fonts/Makefile.in Make.rules"
27649 ac_config_files="$ac_config_files fonts/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 include/Makefile"
27653 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27654 include"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 include/Makefile: include/Makefile.in Make.rules"
27657 ac_config_files="$ac_config_files include/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 libs/Makefile"
27661 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27662 libs"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 libs/Makefile: libs/Makefile.in Make.rules"
27665 ac_config_files="$ac_config_files libs/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 libs/port/Makefile"
27670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27671 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27672 ac_config_files="$ac_config_files libs/port/Makefile"
27674 ALL_MAKEFILES="$ALL_MAKEFILES \\
27675 libs/wine/Makefile"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27679 ac_config_files="$ac_config_files libs/wine/Makefile"
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682 libs/wpp/Makefile"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27686 ac_config_files="$ac_config_files libs/wpp/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 loader/Makefile"
27690 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27691 loader"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 loader/Makefile: loader/Makefile.in Make.rules"
27694 ac_config_files="$ac_config_files loader/Makefile"
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697 programs/Makefile"
27698 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27699 programs"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 programs/Makefile: programs/Makefile.in Make.rules"
27702 ac_config_files="$ac_config_files programs/Makefile"
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705 programs/cacls/Makefile"
27706 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27707 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27708 cacls"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27711 ac_config_files="$ac_config_files programs/cacls/Makefile"
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714 programs/clock/Makefile"
27715 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27716 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27717 clock"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27720 ac_config_files="$ac_config_files programs/clock/Makefile"
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723 programs/cmd/Makefile"
27724 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27725 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27726 cmd"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27729 ac_config_files="$ac_config_files programs/cmd/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 programs/cmdlgtst/Makefile"
27733 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27734 cmdlgtst"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27737 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 programs/control/Makefile"
27741 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27742 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27743 control"
27744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27745 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27746 ac_config_files="$ac_config_files programs/control/Makefile"
27748 ALL_MAKEFILES="$ALL_MAKEFILES \\
27749 programs/eject/Makefile"
27750 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27751 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27752 eject"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27755 ac_config_files="$ac_config_files programs/eject/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 programs/expand/Makefile"
27759 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27760 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27761 expand"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27764 ac_config_files="$ac_config_files programs/expand/Makefile"
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767 programs/explorer/Makefile"
27768 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27769 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27770 explorer"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27773 ac_config_files="$ac_config_files programs/explorer/Makefile"
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776 programs/hh/Makefile"
27777 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27778 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27782 ac_config_files="$ac_config_files programs/hh/Makefile"
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785 programs/icinfo/Makefile"
27786 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27787 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27788 icinfo"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/iexplore/Makefile"
27795 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27797 iexplore"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27800 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803 programs/lodctr/Makefile"
27804 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27805 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27806 lodctr"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27809 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 programs/msiexec/Makefile"
27813 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27814 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27815 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27816 msiexec"
27817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27818 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27819 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27821 ALL_MAKEFILES="$ALL_MAKEFILES \\
27822 programs/net/Makefile"
27823 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27824 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27825 net"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27828 ac_config_files="$ac_config_files programs/net/Makefile"
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831 programs/notepad/Makefile"
27832 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27833 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27834 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27835 notepad"
27836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27837 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27838 ac_config_files="$ac_config_files programs/notepad/Makefile"
27840 ALL_MAKEFILES="$ALL_MAKEFILES \\
27841 programs/oleview/Makefile"
27842 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27843 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27844 oleview"
27845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27846 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27847 ac_config_files="$ac_config_files programs/oleview/Makefile"
27849 ALL_MAKEFILES="$ALL_MAKEFILES \\
27850 programs/progman/Makefile"
27851 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27852 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27853 progman"
27854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27855 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27856 ac_config_files="$ac_config_files programs/progman/Makefile"
27858 ALL_MAKEFILES="$ALL_MAKEFILES \\
27859 programs/reg/Makefile"
27860 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27861 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27862 reg"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27865 ac_config_files="$ac_config_files programs/reg/Makefile"
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868 programs/regedit/Makefile"
27869 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27870 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27871 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27872 regedit"
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27875 ac_config_files="$ac_config_files programs/regedit/Makefile"
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878 programs/regsvr32/Makefile"
27879 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27880 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27881 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27882 regsvr32"
27883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27884 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27885 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27887 ALL_MAKEFILES="$ALL_MAKEFILES \\
27888 programs/rpcss/Makefile"
27889 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27890 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27891 rpcss"
27892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27893 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27894 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27896 ALL_MAKEFILES="$ALL_MAKEFILES \\
27897 programs/rundll32/Makefile"
27898 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27899 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27900 rundll32"
27901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27902 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27903 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27905 ALL_MAKEFILES="$ALL_MAKEFILES \\
27906 programs/secedit/Makefile"
27907 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27908 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27909 secedit"
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/secedit/Makefile"
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915 programs/services/Makefile"
27916 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918 services"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/services/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 programs/spoolsv/Makefile"
27925 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927 spoolsv"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 programs/start/Makefile"
27934 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27936 start"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27939 ac_config_files="$ac_config_files programs/start/Makefile"
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942 programs/svchost/Makefile"
27943 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27944 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27945 svchost"
27946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27947 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27948 ac_config_files="$ac_config_files programs/svchost/Makefile"
27950 ALL_MAKEFILES="$ALL_MAKEFILES \\
27951 programs/taskmgr/Makefile"
27952 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27953 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27954 taskmgr"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27957 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960 programs/termsv/Makefile"
27961 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27962 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27963 termsv"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27966 ac_config_files="$ac_config_files programs/termsv/Makefile"
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969 programs/uninstaller/Makefile"
27970 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27971 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27972 uninstaller"
27973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27974 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27975 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27977 ALL_MAKEFILES="$ALL_MAKEFILES \\
27978 programs/unlodctr/Makefile"
27979 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27980 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27981 unlodctr"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27984 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27986 ALL_MAKEFILES="$ALL_MAKEFILES \\
27987 programs/view/Makefile"
27988 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27989 view"
27990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27991 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27992 ac_config_files="$ac_config_files programs/view/Makefile"
27994 ALL_MAKEFILES="$ALL_MAKEFILES \\
27995 programs/wineboot/Makefile"
27996 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27997 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27998 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27999 wineboot"
28000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28001 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28002 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28004 ALL_MAKEFILES="$ALL_MAKEFILES \\
28005 programs/winebrowser/Makefile"
28006 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28007 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28008 winebrowser"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28011 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014 programs/winecfg/Makefile"
28015 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28016 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28017 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28018 winecfg"
28019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28020 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28021 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28023 ALL_MAKEFILES="$ALL_MAKEFILES \\
28024 programs/wineconsole/Makefile"
28025 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28026 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28027 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28028 wineconsole"
28029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28030 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28031 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28033 ALL_MAKEFILES="$ALL_MAKEFILES \\
28034 programs/winedbg/Makefile"
28035 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28036 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28037 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28038 winedbg"
28039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28040 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28041 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28043 ALL_MAKEFILES="$ALL_MAKEFILES \\
28044 programs/winedevice/Makefile"
28045 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28046 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28047 winedevice"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28050 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053 programs/winefile/Makefile"
28054 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28055 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28056 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28057 winefile"
28058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28059 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28060 ac_config_files="$ac_config_files programs/winefile/Makefile"
28062 ALL_MAKEFILES="$ALL_MAKEFILES \\
28063 programs/winemenubuilder/Makefile"
28064 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28065 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28066 winemenubuilder"
28067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28068 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28069 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28071 ALL_MAKEFILES="$ALL_MAKEFILES \\
28072 programs/winemine/Makefile"
28073 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28074 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28075 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28076 winemine"
28077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28078 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28079 ac_config_files="$ac_config_files programs/winemine/Makefile"
28081 ALL_MAKEFILES="$ALL_MAKEFILES \\
28082 programs/winepath/Makefile"
28083 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28084 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28085 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28086 winepath"
28087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28088 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28089 ac_config_files="$ac_config_files programs/winepath/Makefile"
28091 ALL_MAKEFILES="$ALL_MAKEFILES \\
28092 programs/winetest/Makefile"
28093 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28094 winetest"
28095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28096 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28097 ac_config_files="$ac_config_files programs/winetest/Makefile"
28099 ALL_MAKEFILES="$ALL_MAKEFILES \\
28100 programs/winevdm/Makefile"
28101 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28102 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28103 winevdm"
28104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28105 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28106 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28108 ALL_MAKEFILES="$ALL_MAKEFILES \\
28109 programs/winhelp.exe16/Makefile"
28110 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28111 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28112 winhelp.exe16"
28113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28114 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28115 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28117 ALL_MAKEFILES="$ALL_MAKEFILES \\
28118 programs/winhlp32/Makefile"
28119 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28120 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28121 winhlp32"
28122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28123 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28124 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28126 ALL_MAKEFILES="$ALL_MAKEFILES \\
28127 programs/winoldap.mod16/Makefile"
28128 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28129 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28130 winoldap.mod16"
28131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28132 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28133 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28135 ALL_MAKEFILES="$ALL_MAKEFILES \\
28136 programs/winver/Makefile"
28137 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28138 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28139 winver"
28140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28141 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28142 ac_config_files="$ac_config_files programs/winver/Makefile"
28144 ALL_MAKEFILES="$ALL_MAKEFILES \\
28145 programs/wordpad/Makefile"
28146 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28147 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28148 wordpad"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28151 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 programs/write/Makefile"
28155 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28156 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28157 write"
28158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28159 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28160 ac_config_files="$ac_config_files programs/write/Makefile"
28162 ALL_MAKEFILES="$ALL_MAKEFILES \\
28163 programs/xcopy/Makefile"
28164 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28165 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28166 xcopy"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28169 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172 server/Makefile"
28173 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28174 server"
28175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28176 server/Makefile: server/Makefile.in Make.rules"
28177 ac_config_files="$ac_config_files server/Makefile"
28179 ALL_MAKEFILES="$ALL_MAKEFILES \\
28180 tools/Makefile"
28181 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28182 tools"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 tools/Makefile: tools/Makefile.in Make.rules"
28185 ac_config_files="$ac_config_files tools/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 tools/widl/Makefile"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28192 ac_config_files="$ac_config_files tools/widl/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 tools/winebuild/Makefile"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28199 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 tools/winedump/Makefile"
28204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28205 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28206 ac_config_files="$ac_config_files tools/winedump/Makefile"
28208 ALL_MAKEFILES="$ALL_MAKEFILES \\
28209 tools/winegcc/Makefile"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28213 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 tools/wmc/Makefile"
28218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28219 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28220 ac_config_files="$ac_config_files tools/wmc/Makefile"
28222 ALL_MAKEFILES="$ALL_MAKEFILES \\
28223 tools/wrc/Makefile"
28225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28226 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28227 ac_config_files="$ac_config_files tools/wrc/Makefile"
28231 ALL_WINETEST_DEPENDS="# Test binaries"
28233 for dir in $ALL_TEST_DIRS
28235 if test "$dir" != "\\"
28236 then
28237 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28238 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28239 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28240 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28242 done
28244 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28246 cat >confcache <<\_ACEOF
28247 # This file is a shell script that caches the results of configure
28248 # tests run on this system so they can be shared between configure
28249 # scripts and configure runs, see configure's option --config-cache.
28250 # It is not useful on other systems. If it contains results you don't
28251 # want to keep, you may remove or edit it.
28253 # config.status only pays attention to the cache file if you give it
28254 # the --recheck option to rerun configure.
28256 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28257 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28258 # following values.
28260 _ACEOF
28262 # The following way of writing the cache mishandles newlines in values,
28263 # but we know of no workaround that is simple, portable, and efficient.
28264 # So, we kill variables containing newlines.
28265 # Ultrix sh set writes to stderr and can't be redirected directly,
28266 # and sets the high bit in the cache file unless we assign to the vars.
28268 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28269 eval ac_val=\$$ac_var
28270 case $ac_val in #(
28271 *${as_nl}*)
28272 case $ac_var in #(
28273 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28274 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28275 esac
28276 case $ac_var in #(
28277 _ | IFS | as_nl) ;; #(
28278 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28279 *) $as_unset $ac_var ;;
28280 esac ;;
28281 esac
28282 done
28284 (set) 2>&1 |
28285 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28286 *${as_nl}ac_space=\ *)
28287 # `set' does not quote correctly, so add quotes (double-quote
28288 # substitution turns \\\\ into \\, and sed turns \\ into \).
28289 sed -n \
28290 "s/'/'\\\\''/g;
28291 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28292 ;; #(
28294 # `set' quotes correctly as required by POSIX, so do not add quotes.
28295 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28297 esac |
28298 sort
28300 sed '
28301 /^ac_cv_env_/b end
28302 t clear
28303 :clear
28304 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28305 t end
28306 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28307 :end' >>confcache
28308 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28309 if test -w "$cache_file"; then
28310 test "x$cache_file" != "x/dev/null" &&
28311 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28312 $as_echo "$as_me: updating cache $cache_file" >&6;}
28313 cat confcache >$cache_file
28314 else
28315 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28316 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28319 rm -f confcache
28321 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28322 # Let make expand exec_prefix.
28323 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28325 DEFS=-DHAVE_CONFIG_H
28327 ac_libobjs=
28328 ac_ltlibobjs=
28329 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28330 # 1. Remove the extension, and $U if already installed.
28331 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28332 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28333 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28334 # will be set to the directory where LIBOBJS objects are built.
28335 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28336 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28337 done
28338 LIBOBJS=$ac_libobjs
28340 LTLIBOBJS=$ac_ltlibobjs
28344 : ${CONFIG_STATUS=./config.status}
28345 ac_write_fail=0
28346 ac_clean_files_save=$ac_clean_files
28347 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28348 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28349 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28350 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28351 #! $SHELL
28352 # Generated by $as_me.
28353 # Run this file to recreate the current configuration.
28354 # Compiler output produced by configure, useful for debugging
28355 # configure, is in config.log if it exists.
28357 debug=false
28358 ac_cs_recheck=false
28359 ac_cs_silent=false
28360 SHELL=\${CONFIG_SHELL-$SHELL}
28361 _ACEOF
28363 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28364 ## --------------------- ##
28365 ## M4sh Initialization. ##
28366 ## --------------------- ##
28368 # Be more Bourne compatible
28369 DUALCASE=1; export DUALCASE # for MKS sh
28370 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28371 emulate sh
28372 NULLCMD=:
28373 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28374 # is contrary to our usage. Disable this feature.
28375 alias -g '${1+"$@"}'='"$@"'
28376 setopt NO_GLOB_SUBST
28377 else
28378 case `(set -o) 2>/dev/null` in
28379 *posix*) set -o posix ;;
28380 esac
28387 # PATH needs CR
28388 # Avoid depending upon Character Ranges.
28389 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28390 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28391 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28392 as_cr_digits='0123456789'
28393 as_cr_alnum=$as_cr_Letters$as_cr_digits
28395 as_nl='
28397 export as_nl
28398 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28399 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28400 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28401 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28402 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28403 as_echo='printf %s\n'
28404 as_echo_n='printf %s'
28405 else
28406 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28407 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28408 as_echo_n='/usr/ucb/echo -n'
28409 else
28410 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28411 as_echo_n_body='eval
28412 arg=$1;
28413 case $arg in
28414 *"$as_nl"*)
28415 expr "X$arg" : "X\\(.*\\)$as_nl";
28416 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28417 esac;
28418 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28420 export as_echo_n_body
28421 as_echo_n='sh -c $as_echo_n_body as_echo'
28423 export as_echo_body
28424 as_echo='sh -c $as_echo_body as_echo'
28427 # The user is always right.
28428 if test "${PATH_SEPARATOR+set}" != set; then
28429 PATH_SEPARATOR=:
28430 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28431 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28432 PATH_SEPARATOR=';'
28436 # Support unset when possible.
28437 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28438 as_unset=unset
28439 else
28440 as_unset=false
28444 # IFS
28445 # We need space, tab and new line, in precisely that order. Quoting is
28446 # there to prevent editors from complaining about space-tab.
28447 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28448 # splitting by setting IFS to empty value.)
28449 IFS=" "" $as_nl"
28451 # Find who we are. Look in the path if we contain no directory separator.
28452 case $0 in
28453 *[\\/]* ) as_myself=$0 ;;
28454 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28455 for as_dir in $PATH
28457 IFS=$as_save_IFS
28458 test -z "$as_dir" && as_dir=.
28459 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28460 done
28461 IFS=$as_save_IFS
28464 esac
28465 # We did not find ourselves, most probably we were run as `sh COMMAND'
28466 # in which case we are not to be found in the path.
28467 if test "x$as_myself" = x; then
28468 as_myself=$0
28470 if test ! -f "$as_myself"; then
28471 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28472 { (exit 1); exit 1; }
28475 # Work around bugs in pre-3.0 UWIN ksh.
28476 for as_var in ENV MAIL MAILPATH
28477 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28478 done
28479 PS1='$ '
28480 PS2='> '
28481 PS4='+ '
28483 # NLS nuisances.
28484 LC_ALL=C
28485 export LC_ALL
28486 LANGUAGE=C
28487 export LANGUAGE
28489 # Required to use basename.
28490 if expr a : '\(a\)' >/dev/null 2>&1 &&
28491 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28492 as_expr=expr
28493 else
28494 as_expr=false
28497 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28498 as_basename=basename
28499 else
28500 as_basename=false
28504 # Name of the executable.
28505 as_me=`$as_basename -- "$0" ||
28506 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28507 X"$0" : 'X\(//\)$' \| \
28508 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28509 $as_echo X/"$0" |
28510 sed '/^.*\/\([^/][^/]*\)\/*$/{
28511 s//\1/
28514 /^X\/\(\/\/\)$/{
28515 s//\1/
28518 /^X\/\(\/\).*/{
28519 s//\1/
28522 s/.*/./; q'`
28524 # CDPATH.
28525 $as_unset CDPATH
28529 as_lineno_1=$LINENO
28530 as_lineno_2=$LINENO
28531 test "x$as_lineno_1" != "x$as_lineno_2" &&
28532 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28534 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28535 # uniformly replaced by the line number. The first 'sed' inserts a
28536 # line-number line after each line using $LINENO; the second 'sed'
28537 # does the real work. The second script uses 'N' to pair each
28538 # line-number line with the line containing $LINENO, and appends
28539 # trailing '-' during substitution so that $LINENO is not a special
28540 # case at line end.
28541 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28542 # scripts with optimization help from Paolo Bonzini. Blame Lee
28543 # E. McMahon (1931-1989) for sed's syntax. :-)
28544 sed -n '
28546 /[$]LINENO/=
28547 ' <$as_myself |
28548 sed '
28549 s/[$]LINENO.*/&-/
28550 t lineno
28552 :lineno
28554 :loop
28555 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28556 t loop
28557 s/-\n.*//
28558 ' >$as_me.lineno &&
28559 chmod +x "$as_me.lineno" ||
28560 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28561 { (exit 1); exit 1; }; }
28563 # Don't try to exec as it changes $[0], causing all sort of problems
28564 # (the dirname of $[0] is not the place where we might find the
28565 # original and so on. Autoconf is especially sensitive to this).
28566 . "./$as_me.lineno"
28567 # Exit status is that of the last command.
28568 exit
28572 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28573 as_dirname=dirname
28574 else
28575 as_dirname=false
28578 ECHO_C= ECHO_N= ECHO_T=
28579 case `echo -n x` in
28580 -n*)
28581 case `echo 'x\c'` in
28582 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28583 *) ECHO_C='\c';;
28584 esac;;
28586 ECHO_N='-n';;
28587 esac
28588 if expr a : '\(a\)' >/dev/null 2>&1 &&
28589 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28590 as_expr=expr
28591 else
28592 as_expr=false
28595 rm -f conf$$ conf$$.exe conf$$.file
28596 if test -d conf$$.dir; then
28597 rm -f conf$$.dir/conf$$.file
28598 else
28599 rm -f conf$$.dir
28600 mkdir conf$$.dir 2>/dev/null
28602 if (echo >conf$$.file) 2>/dev/null; then
28603 if ln -s conf$$.file conf$$ 2>/dev/null; then
28604 as_ln_s='ln -s'
28605 # ... but there are two gotchas:
28606 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28607 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28608 # In both cases, we have to default to `cp -p'.
28609 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28610 as_ln_s='cp -p'
28611 elif ln conf$$.file conf$$ 2>/dev/null; then
28612 as_ln_s=ln
28613 else
28614 as_ln_s='cp -p'
28616 else
28617 as_ln_s='cp -p'
28619 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28620 rmdir conf$$.dir 2>/dev/null
28622 if mkdir -p . 2>/dev/null; then
28623 as_mkdir_p=:
28624 else
28625 test -d ./-p && rmdir ./-p
28626 as_mkdir_p=false
28629 if test -x / >/dev/null 2>&1; then
28630 as_test_x='test -x'
28631 else
28632 if ls -dL / >/dev/null 2>&1; then
28633 as_ls_L_option=L
28634 else
28635 as_ls_L_option=
28637 as_test_x='
28638 eval sh -c '\''
28639 if test -d "$1"; then
28640 test -d "$1/.";
28641 else
28642 case $1 in
28643 -*)set "./$1";;
28644 esac;
28645 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28646 ???[sx]*):;;*)false;;esac;fi
28647 '\'' sh
28650 as_executable_p=$as_test_x
28652 # Sed expression to map a string onto a valid CPP name.
28653 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28655 # Sed expression to map a string onto a valid variable name.
28656 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28659 exec 6>&1
28661 # Save the log message, to keep $[0] and so on meaningful, and to
28662 # report actual input values of CONFIG_FILES etc. instead of their
28663 # values after options handling.
28664 ac_log="
28665 This file was extended by Wine $as_me 1.1.22, which was
28666 generated by GNU Autoconf 2.63. Invocation command line was
28668 CONFIG_FILES = $CONFIG_FILES
28669 CONFIG_HEADERS = $CONFIG_HEADERS
28670 CONFIG_LINKS = $CONFIG_LINKS
28671 CONFIG_COMMANDS = $CONFIG_COMMANDS
28672 $ $0 $@
28674 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28677 _ACEOF
28679 case $ac_config_files in *"
28680 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28681 esac
28683 case $ac_config_headers in *"
28684 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28685 esac
28688 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28689 # Files that config.status was made for.
28690 config_files="$ac_config_files"
28691 config_headers="$ac_config_headers"
28692 config_commands="$ac_config_commands"
28694 _ACEOF
28696 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28697 ac_cs_usage="\
28698 \`$as_me' instantiates files from templates according to the
28699 current configuration.
28701 Usage: $0 [OPTION]... [FILE]...
28703 -h, --help print this help, then exit
28704 -V, --version print version number and configuration settings, then exit
28705 -q, --quiet, --silent
28706 do not print progress messages
28707 -d, --debug don't remove temporary files
28708 --recheck update $as_me by reconfiguring in the same conditions
28709 --file=FILE[:TEMPLATE]
28710 instantiate the configuration file FILE
28711 --header=FILE[:TEMPLATE]
28712 instantiate the configuration header FILE
28714 Configuration files:
28715 $config_files
28717 Configuration headers:
28718 $config_headers
28720 Configuration commands:
28721 $config_commands
28723 Report bugs to <bug-autoconf@gnu.org>."
28725 _ACEOF
28726 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28727 ac_cs_version="\\
28728 Wine config.status 1.1.22
28729 configured by $0, generated by GNU Autoconf 2.63,
28730 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28732 Copyright (C) 2008 Free Software Foundation, Inc.
28733 This config.status script is free software; the Free Software Foundation
28734 gives unlimited permission to copy, distribute and modify it."
28736 ac_pwd='$ac_pwd'
28737 srcdir='$srcdir'
28738 INSTALL='$INSTALL'
28739 test -n "\$AWK" || AWK=awk
28740 _ACEOF
28742 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28743 # The default lists apply if the user does not specify any file.
28744 ac_need_defaults=:
28745 while test $# != 0
28747 case $1 in
28748 --*=*)
28749 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28750 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28751 ac_shift=:
28754 ac_option=$1
28755 ac_optarg=$2
28756 ac_shift=shift
28758 esac
28760 case $ac_option in
28761 # Handling of the options.
28762 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28763 ac_cs_recheck=: ;;
28764 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28765 $as_echo "$ac_cs_version"; exit ;;
28766 --debug | --debu | --deb | --de | --d | -d )
28767 debug=: ;;
28768 --file | --fil | --fi | --f )
28769 $ac_shift
28770 case $ac_optarg in
28771 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28772 esac
28773 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28774 ac_need_defaults=false;;
28775 --header | --heade | --head | --hea )
28776 $ac_shift
28777 case $ac_optarg in
28778 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28779 esac
28780 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28781 ac_need_defaults=false;;
28782 --he | --h)
28783 # Conflict between --help and --header
28784 { $as_echo "$as_me: error: ambiguous option: $1
28785 Try \`$0 --help' for more information." >&2
28786 { (exit 1); exit 1; }; };;
28787 --help | --hel | -h )
28788 $as_echo "$ac_cs_usage"; exit ;;
28789 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28790 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28791 ac_cs_silent=: ;;
28793 # This is an error.
28794 -*) { $as_echo "$as_me: error: unrecognized option: $1
28795 Try \`$0 --help' for more information." >&2
28796 { (exit 1); exit 1; }; } ;;
28798 *) ac_config_targets="$ac_config_targets $1"
28799 ac_need_defaults=false ;;
28801 esac
28802 shift
28803 done
28805 ac_configure_extra_args=
28807 if $ac_cs_silent; then
28808 exec 6>/dev/null
28809 ac_configure_extra_args="$ac_configure_extra_args --silent"
28812 _ACEOF
28813 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28814 if \$ac_cs_recheck; then
28815 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28816 shift
28817 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28818 CONFIG_SHELL='$SHELL'
28819 export CONFIG_SHELL
28820 exec "\$@"
28823 _ACEOF
28824 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28825 exec 5>>config.log
28827 echo
28828 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28829 ## Running $as_me. ##
28830 _ASBOX
28831 $as_echo "$ac_log"
28832 } >&5
28834 _ACEOF
28835 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28836 _ACEOF
28838 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28840 # Handling of arguments.
28841 for ac_config_target in $ac_config_targets
28843 case $ac_config_target in
28844 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28845 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28846 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28847 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28848 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28849 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28850 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28851 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28852 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28853 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28854 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28855 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28856 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28857 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28858 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28859 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28860 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28861 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28862 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28863 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28864 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28865 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28866 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28867 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28868 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28869 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28870 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28871 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28872 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28873 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28874 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28875 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28876 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28877 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28878 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28879 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28880 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28881 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28882 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28883 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28884 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28885 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28886 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28887 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28888 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28889 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28890 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28891 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28892 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28893 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28894 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28895 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28896 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28897 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28898 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28899 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28900 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28901 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28902 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28903 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28904 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28905 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28906 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28907 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28908 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28909 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28910 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28911 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28912 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28913 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28914 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28915 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28916 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28917 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28918 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28919 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28920 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28921 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28922 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28923 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28924 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28925 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28926 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28927 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28928 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28929 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28930 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28931 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28932 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28933 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28934 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28935 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28936 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28937 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28938 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28939 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28940 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28941 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28942 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28943 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28944 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28945 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28946 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28947 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28948 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28949 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28950 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28951 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28952 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28953 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28954 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28955 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28956 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28957 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28958 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28959 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28960 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28961 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28962 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28963 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28964 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28965 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28966 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28967 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28968 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28969 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28970 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28971 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28972 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28973 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28974 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28975 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28976 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28977 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28978 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28979 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28980 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28981 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28982 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28983 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28984 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28985 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28986 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28987 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28988 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28989 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28990 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28991 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28992 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28993 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28994 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28995 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28996 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28997 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28998 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28999 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29000 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29001 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29002 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29003 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29004 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29005 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29006 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29007 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29008 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29009 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29010 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29011 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29012 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29013 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29014 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29015 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29016 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29017 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29018 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29019 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29020 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29021 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29022 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29023 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29024 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29025 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29026 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29027 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29028 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29029 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29030 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29031 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29032 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29033 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29034 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29035 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29036 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29037 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29038 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29039 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29040 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29041 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29042 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29043 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29044 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29045 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29046 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29047 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29048 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29049 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29050 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29051 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29052 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29053 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29054 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29055 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29056 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29057 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29058 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29059 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29060 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29061 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29062 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29063 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29064 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29065 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29066 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29067 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29068 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29069 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29070 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29071 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29072 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29073 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29074 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29075 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29076 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29077 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29078 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29079 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29080 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29081 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29082 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29083 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29084 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29085 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29086 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29087 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29088 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29089 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29090 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29091 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29092 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29093 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29094 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29095 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29096 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29097 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29098 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29099 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29100 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29101 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29102 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29103 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29104 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29105 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29106 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29107 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29108 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29109 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29110 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29111 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29112 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29113 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29114 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29115 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29116 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29117 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29118 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29119 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29120 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29121 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29122 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29123 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29124 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29125 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29126 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29127 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29128 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29129 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29130 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29131 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29132 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29133 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29134 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29135 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29136 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29137 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29138 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29139 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29140 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29141 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29142 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29143 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29144 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29145 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29146 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29147 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29148 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29149 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29150 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29151 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29152 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29153 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29154 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29155 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29156 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29157 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29158 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29159 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29160 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29161 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29162 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29163 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29164 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29165 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29166 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29167 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29168 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29169 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29170 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29171 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29172 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29173 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29174 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29175 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29176 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29177 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29178 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29179 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29180 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29181 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29182 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29183 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29184 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29185 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29186 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29187 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29188 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29189 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29190 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29191 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29192 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29193 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29194 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29195 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29196 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29197 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29198 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29199 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29200 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29201 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29202 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29203 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29204 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29205 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29206 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29207 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29208 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29209 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29210 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29211 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29212 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29213 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29214 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29215 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29216 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29217 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29218 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29219 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29220 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29221 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29222 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29223 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29224 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29225 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29226 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29227 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29228 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29229 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29230 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29231 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29232 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29233 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29234 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29235 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29236 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29237 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29238 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29239 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29240 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29241 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29242 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29243 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29244 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29245 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29246 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29247 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29248 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29249 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29250 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29251 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29252 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29253 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29254 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29255 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29256 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29257 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29258 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29259 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29260 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29261 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29262 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29263 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29264 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29265 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29266 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29267 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29268 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29269 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29270 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29271 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29272 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29273 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29274 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29275 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29276 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29277 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29278 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29279 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29280 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29281 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29282 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29283 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29284 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29285 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29286 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29287 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29288 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29289 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29290 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29291 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29292 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29293 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29294 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29295 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29296 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29297 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29298 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29299 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29300 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29301 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29302 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29303 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29304 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29305 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29306 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29307 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29308 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29309 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29310 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29311 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29312 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29313 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29314 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29315 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29316 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29317 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29318 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29319 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29320 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29321 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29322 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29323 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29324 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29325 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29326 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29327 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29328 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29329 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29330 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29331 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29332 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29333 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29334 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29335 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29336 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29337 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29338 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29339 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29340 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29341 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29342 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29343 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29344 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29345 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29346 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29347 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29348 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29349 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29350 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29351 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29352 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29353 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29354 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29355 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29356 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29358 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29359 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29360 { (exit 1); exit 1; }; };;
29361 esac
29362 done
29365 # If the user did not use the arguments to specify the items to instantiate,
29366 # then the envvar interface is used. Set only those that are not.
29367 # We use the long form for the default assignment because of an extremely
29368 # bizarre bug on SunOS 4.1.3.
29369 if $ac_need_defaults; then
29370 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29371 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29372 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29375 # Have a temporary directory for convenience. Make it in the build tree
29376 # simply because there is no reason against having it here, and in addition,
29377 # creating and moving files from /tmp can sometimes cause problems.
29378 # Hook for its removal unless debugging.
29379 # Note that there is a small window in which the directory will not be cleaned:
29380 # after its creation but before its name has been assigned to `$tmp'.
29381 $debug ||
29383 tmp=
29384 trap 'exit_status=$?
29385 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29387 trap '{ (exit 1); exit 1; }' 1 2 13 15
29389 # Create a (secure) tmp directory for tmp files.
29392 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29393 test -n "$tmp" && test -d "$tmp"
29394 } ||
29396 tmp=./conf$$-$RANDOM
29397 (umask 077 && mkdir "$tmp")
29398 } ||
29400 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29401 { (exit 1); exit 1; }
29404 # Set up the scripts for CONFIG_FILES section.
29405 # No need to generate them if there are no CONFIG_FILES.
29406 # This happens for instance with `./config.status config.h'.
29407 if test -n "$CONFIG_FILES"; then
29409 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29410 ac_cs_awk_getline=:
29411 ac_cs_awk_pipe_init=
29412 ac_cs_awk_read_file='
29413 while ((getline aline < (F[key])) > 0)
29414 print(aline)
29415 close(F[key])'
29416 ac_cs_awk_pipe_fini=
29417 else
29418 ac_cs_awk_getline=false
29419 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29420 ac_cs_awk_read_file='
29421 print "|#_!!_#|"
29422 print "cat " F[key] " &&"
29423 '$ac_cs_awk_pipe_init
29424 # The final `:' finishes the AND list.
29425 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29427 ac_cr=' '
29428 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29429 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29430 ac_cs_awk_cr='\\r'
29431 else
29432 ac_cs_awk_cr=$ac_cr
29435 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29436 _ACEOF
29438 # Create commands to substitute file output variables.
29440 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29441 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29442 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29443 echo "_ACAWK" &&
29444 echo "_ACEOF"
29445 } >conf$$files.sh &&
29446 . ./conf$$files.sh ||
29447 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29448 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29449 { (exit 1); exit 1; }; }
29450 rm -f conf$$files.sh
29453 echo "cat >conf$$subs.awk <<_ACEOF" &&
29454 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29455 echo "_ACEOF"
29456 } >conf$$subs.sh ||
29457 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29458 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29459 { (exit 1); exit 1; }; }
29460 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29461 ac_delim='%!_!# '
29462 for ac_last_try in false false false false false :; do
29463 . ./conf$$subs.sh ||
29464 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29465 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29466 { (exit 1); exit 1; }; }
29468 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29469 if test $ac_delim_n = $ac_delim_num; then
29470 break
29471 elif $ac_last_try; then
29472 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29473 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29474 { (exit 1); exit 1; }; }
29475 else
29476 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29478 done
29479 rm -f conf$$subs.sh
29481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29482 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29483 _ACEOF
29484 sed -n '
29486 s/^/S["/; s/!.*/"]=/
29489 s/^[^!]*!//
29490 :repl
29491 t repl
29492 s/'"$ac_delim"'$//
29493 t delim
29496 s/\(.\{148\}\).*/\1/
29497 t more1
29498 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29501 b repl
29502 :more1
29503 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29506 s/.\{148\}//
29507 t nl
29508 :delim
29510 s/\(.\{148\}\).*/\1/
29511 t more2
29512 s/["\\]/\\&/g; s/^/"/; s/$/"/
29515 :more2
29516 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29519 s/.\{148\}//
29520 t delim
29521 ' <conf$$subs.awk | sed '
29522 /^[^""]/{
29524 s/\n//
29526 ' >>$CONFIG_STATUS || ac_write_fail=1
29527 rm -f conf$$subs.awk
29528 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29529 _ACAWK
29530 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29531 for (key in S) S_is_set[key] = 1
29532 FS = "\a"
29533 \$ac_cs_awk_pipe_init
29536 line = $ 0
29537 nfields = split(line, field, "@")
29538 substed = 0
29539 len = length(field[1])
29540 for (i = 2; i < nfields; i++) {
29541 key = field[i]
29542 keylen = length(key)
29543 if (S_is_set[key]) {
29544 value = S[key]
29545 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29546 len += length(value) + length(field[++i])
29547 substed = 1
29548 } else
29549 len += 1 + keylen
29551 if (nfields == 3 && !substed) {
29552 key = field[2]
29553 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29554 \$ac_cs_awk_read_file
29555 next
29558 print line
29560 \$ac_cs_awk_pipe_fini
29561 _ACAWK
29562 _ACEOF
29563 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29564 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29565 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29566 else
29568 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29569 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29570 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29571 { (exit 1); exit 1; }; }
29572 _ACEOF
29574 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29575 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29576 # trailing colons and then remove the whole line if VPATH becomes empty
29577 # (actually we leave an empty line to preserve line numbers).
29578 if test "x$srcdir" = x.; then
29579 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29580 s/:*\$(srcdir):*/:/
29581 s/:*\${srcdir}:*/:/
29582 s/:*@srcdir@:*/:/
29583 s/^\([^=]*=[ ]*\):*/\1/
29584 s/:*$//
29585 s/^[^=]*=[ ]*$//
29589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29590 fi # test -n "$CONFIG_FILES"
29592 # Set up the scripts for CONFIG_HEADERS section.
29593 # No need to generate them if there are no CONFIG_HEADERS.
29594 # This happens for instance with `./config.status Makefile'.
29595 if test -n "$CONFIG_HEADERS"; then
29596 cat >"$tmp/defines.awk" <<\_ACAWK ||
29597 BEGIN {
29598 _ACEOF
29600 # Transform confdefs.h into an awk script `defines.awk', embedded as
29601 # here-document in config.status, that substitutes the proper values into
29602 # config.h.in to produce config.h.
29604 # Create a delimiter string that does not exist in confdefs.h, to ease
29605 # handling of long lines.
29606 ac_delim='%!_!# '
29607 for ac_last_try in false false :; do
29608 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29609 if test -z "$ac_t"; then
29610 break
29611 elif $ac_last_try; then
29612 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29613 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29614 { (exit 1); exit 1; }; }
29615 else
29616 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29618 done
29620 # For the awk script, D is an array of macro values keyed by name,
29621 # likewise P contains macro parameters if any. Preserve backslash
29622 # newline sequences.
29624 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29625 sed -n '
29626 s/.\{148\}/&'"$ac_delim"'/g
29627 t rset
29628 :rset
29629 s/^[ ]*#[ ]*define[ ][ ]*/ /
29630 t def
29632 :def
29633 s/\\$//
29634 t bsnl
29635 s/["\\]/\\&/g
29636 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29637 D["\1"]=" \3"/p
29638 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29640 :bsnl
29641 s/["\\]/\\&/g
29642 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29643 D["\1"]=" \3\\\\\\n"\\/p
29644 t cont
29645 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29646 t cont
29648 :cont
29650 s/.\{148\}/&'"$ac_delim"'/g
29651 t clear
29652 :clear
29653 s/\\$//
29654 t bsnlc
29655 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29657 :bsnlc
29658 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29659 b cont
29660 ' <confdefs.h | sed '
29661 s/'"$ac_delim"'/"\\\
29662 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29664 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29665 for (key in D) D_is_set[key] = 1
29666 FS = "\a"
29668 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29669 line = \$ 0
29670 split(line, arg, " ")
29671 if (arg[1] == "#") {
29672 defundef = arg[2]
29673 mac1 = arg[3]
29674 } else {
29675 defundef = substr(arg[1], 2)
29676 mac1 = arg[2]
29678 split(mac1, mac2, "(") #)
29679 macro = mac2[1]
29680 prefix = substr(line, 1, index(line, defundef) - 1)
29681 if (D_is_set[macro]) {
29682 # Preserve the white space surrounding the "#".
29683 print prefix "define", macro P[macro] D[macro]
29684 next
29685 } else {
29686 # Replace #undef with comments. This is necessary, for example,
29687 # in the case of _POSIX_SOURCE, which is predefined and required
29688 # on some systems where configure will not decide to define it.
29689 if (defundef == "undef") {
29690 print "/*", prefix defundef, macro, "*/"
29691 next
29695 { print }
29696 _ACAWK
29697 _ACEOF
29698 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29699 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29700 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29701 { (exit 1); exit 1; }; }
29702 fi # test -n "$CONFIG_HEADERS"
29705 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29706 shift
29707 for ac_tag
29709 case $ac_tag in
29710 :[FHLC]) ac_mode=$ac_tag; continue;;
29711 esac
29712 case $ac_mode$ac_tag in
29713 :[FHL]*:*);;
29714 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29715 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29716 { (exit 1); exit 1; }; };;
29717 :[FH]-) ac_tag=-:-;;
29718 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29719 esac
29720 ac_save_IFS=$IFS
29721 IFS=:
29722 set x $ac_tag
29723 IFS=$ac_save_IFS
29724 shift
29725 ac_file=$1
29726 shift
29728 case $ac_mode in
29729 :L) ac_source=$1;;
29730 :[FH])
29731 ac_file_inputs=
29732 for ac_f
29734 case $ac_f in
29735 -) ac_f="$tmp/stdin";;
29736 *) # Look for the file first in the build tree, then in the source tree
29737 # (if the path is not absolute). The absolute path cannot be DOS-style,
29738 # because $ac_f cannot contain `:'.
29739 test -f "$ac_f" ||
29740 case $ac_f in
29741 [\\/$]*) false;;
29742 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29743 esac ||
29744 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29745 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29746 { (exit 1); exit 1; }; };;
29747 esac
29748 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29749 ac_file_inputs="$ac_file_inputs '$ac_f'"
29750 done
29752 # Let's still pretend it is `configure' which instantiates (i.e., don't
29753 # use $as_me), people would be surprised to read:
29754 # /* config.h. Generated by config.status. */
29755 configure_input='Generated from '`
29756 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29757 `' by configure.'
29758 if test x"$ac_file" != x-; then
29759 configure_input="$ac_file. $configure_input"
29760 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29761 $as_echo "$as_me: creating $ac_file" >&6;}
29763 # Neutralize special characters interpreted by sed in replacement strings.
29764 case $configure_input in #(
29765 *\&* | *\|* | *\\* )
29766 ac_sed_conf_input=`$as_echo "$configure_input" |
29767 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29768 *) ac_sed_conf_input=$configure_input;;
29769 esac
29771 case $ac_tag in
29772 *:-:* | *:-) cat >"$tmp/stdin" \
29773 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29774 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29775 { (exit 1); exit 1; }; } ;;
29776 esac
29778 esac
29780 ac_dir=`$as_dirname -- "$ac_file" ||
29781 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29782 X"$ac_file" : 'X\(//\)[^/]' \| \
29783 X"$ac_file" : 'X\(//\)$' \| \
29784 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29785 $as_echo X"$ac_file" |
29786 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29787 s//\1/
29790 /^X\(\/\/\)[^/].*/{
29791 s//\1/
29794 /^X\(\/\/\)$/{
29795 s//\1/
29798 /^X\(\/\).*/{
29799 s//\1/
29802 s/.*/./; q'`
29803 { as_dir="$ac_dir"
29804 case $as_dir in #(
29805 -*) as_dir=./$as_dir;;
29806 esac
29807 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29808 as_dirs=
29809 while :; do
29810 case $as_dir in #(
29811 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29812 *) as_qdir=$as_dir;;
29813 esac
29814 as_dirs="'$as_qdir' $as_dirs"
29815 as_dir=`$as_dirname -- "$as_dir" ||
29816 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29817 X"$as_dir" : 'X\(//\)[^/]' \| \
29818 X"$as_dir" : 'X\(//\)$' \| \
29819 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29820 $as_echo X"$as_dir" |
29821 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29822 s//\1/
29825 /^X\(\/\/\)[^/].*/{
29826 s//\1/
29829 /^X\(\/\/\)$/{
29830 s//\1/
29833 /^X\(\/\).*/{
29834 s//\1/
29837 s/.*/./; q'`
29838 test -d "$as_dir" && break
29839 done
29840 test -z "$as_dirs" || eval "mkdir $as_dirs"
29841 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29842 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29843 { (exit 1); exit 1; }; }; }
29844 ac_builddir=.
29846 case "$ac_dir" in
29847 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29849 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29850 # A ".." for each directory in $ac_dir_suffix.
29851 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29852 case $ac_top_builddir_sub in
29853 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29854 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29855 esac ;;
29856 esac
29857 ac_abs_top_builddir=$ac_pwd
29858 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29859 # for backward compatibility:
29860 ac_top_builddir=$ac_top_build_prefix
29862 case $srcdir in
29863 .) # We are building in place.
29864 ac_srcdir=.
29865 ac_top_srcdir=$ac_top_builddir_sub
29866 ac_abs_top_srcdir=$ac_pwd ;;
29867 [\\/]* | ?:[\\/]* ) # Absolute name.
29868 ac_srcdir=$srcdir$ac_dir_suffix;
29869 ac_top_srcdir=$srcdir
29870 ac_abs_top_srcdir=$srcdir ;;
29871 *) # Relative name.
29872 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29873 ac_top_srcdir=$ac_top_build_prefix$srcdir
29874 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29875 esac
29876 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29879 case $ac_mode in
29882 # CONFIG_FILE
29885 case $INSTALL in
29886 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29887 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29888 esac
29889 _ACEOF
29891 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29892 # If the template does not know about datarootdir, expand it.
29893 # FIXME: This hack should be removed a few years after 2.60.
29894 ac_datarootdir_hack=; ac_datarootdir_seen=
29896 ac_sed_dataroot='
29897 /datarootdir/ {
29901 /@datadir@/p
29902 /@docdir@/p
29903 /@infodir@/p
29904 /@localedir@/p
29905 /@mandir@/p
29907 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29908 *datarootdir*) ac_datarootdir_seen=yes;;
29909 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29910 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29911 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29912 _ACEOF
29913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29914 ac_datarootdir_hack='
29915 s&@datadir@&$datadir&g
29916 s&@docdir@&$docdir&g
29917 s&@infodir@&$infodir&g
29918 s&@localedir@&$localedir&g
29919 s&@mandir@&$mandir&g
29920 s&\\\${datarootdir}&$datarootdir&g' ;;
29921 esac
29922 _ACEOF
29924 # Neutralize VPATH when `$srcdir' = `.'.
29925 # Shell code in configure.ac might set extrasub.
29926 # FIXME: do we really want to maintain this feature?
29927 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29928 ac_sed_extra="$ac_vpsub
29929 $extrasub
29930 _ACEOF
29931 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29933 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29934 s|@configure_input@|$ac_sed_conf_input|;t t
29935 s&@top_builddir@&$ac_top_builddir_sub&;t t
29936 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29937 s&@srcdir@&$ac_srcdir&;t t
29938 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29939 s&@top_srcdir@&$ac_top_srcdir&;t t
29940 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29941 s&@builddir@&$ac_builddir&;t t
29942 s&@abs_builddir@&$ac_abs_builddir&;t t
29943 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29944 s&@INSTALL@&$ac_INSTALL&;t t
29945 $ac_datarootdir_hack
29947 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29948 if $ac_cs_awk_getline; then
29949 $AWK -f "$tmp/subs.awk"
29950 else
29951 $AWK -f "$tmp/subs.awk" | $SHELL
29952 fi >$tmp/out \
29953 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29954 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29955 { (exit 1); exit 1; }; }
29957 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29958 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29959 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29960 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29961 which seems to be undefined. Please make sure it is defined." >&5
29962 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29963 which seems to be undefined. Please make sure it is defined." >&2;}
29965 rm -f "$tmp/stdin"
29966 case $ac_file in
29967 -) cat "$tmp/out" && rm -f "$tmp/out";;
29968 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29969 esac \
29970 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29971 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29972 { (exit 1); exit 1; }; }
29976 # CONFIG_HEADER
29978 if test x"$ac_file" != x-; then
29980 $as_echo "/* $configure_input */" \
29981 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29982 } >"$tmp/config.h" \
29983 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29984 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29985 { (exit 1); exit 1; }; }
29986 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29987 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29988 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29989 else
29990 rm -f "$ac_file"
29991 mv "$tmp/config.h" "$ac_file" \
29992 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29993 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29994 { (exit 1); exit 1; }; }
29996 else
29997 $as_echo "/* $configure_input */" \
29998 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29999 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30000 $as_echo "$as_me: error: could not create -" >&2;}
30001 { (exit 1); exit 1; }; }
30005 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30006 $as_echo "$as_me: executing $ac_file commands" >&6;}
30008 esac
30011 case $ac_file$ac_mode in
30012 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30013 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30014 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30015 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30016 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30017 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30018 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30019 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30020 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30021 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30022 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30023 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30024 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30026 esac
30027 done # for ac_tag
30030 { (exit 0); exit 0; }
30031 _ACEOF
30032 chmod +x $CONFIG_STATUS
30033 ac_clean_files=$ac_clean_files_save
30035 test $ac_write_fail = 0 ||
30036 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30037 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30038 { (exit 1); exit 1; }; }
30041 # configure is writing to config.log, and then calls config.status.
30042 # config.status does its own redirection, appending to config.log.
30043 # Unfortunately, on DOS this fails, as config.log is still kept open
30044 # by configure, so config.status won't be able to write to it; its
30045 # output is simply discarded. So we exec the FD to /dev/null,
30046 # effectively closing config.log, so it can be properly (re)opened and
30047 # appended to by config.status. When coming back to configure, we
30048 # need to make the FD available again.
30049 if test "$no_create" != yes; then
30050 ac_cs_success=:
30051 ac_config_status_args=
30052 test "$silent" = yes &&
30053 ac_config_status_args="$ac_config_status_args --quiet"
30054 exec 5>/dev/null
30055 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30056 exec 5>>config.log
30057 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30058 # would make configure fail if this is the last instruction.
30059 $ac_cs_success || { (exit 1); exit 1; }
30061 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30062 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30063 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30067 if test "$no_create" = "yes"
30068 then
30069 exit 0
30072 ac_save_IFS="$IFS"
30073 if test "x$wine_notices != "x; then
30074 echo >&6
30075 IFS="|"
30076 for msg in $wine_notices; do
30077 IFS="$ac_save_IFS"
30078 if test -n "$msg"; then
30079 { $as_echo "$as_me:$LINENO: $msg" >&5
30080 $as_echo "$as_me: $msg" >&6;}
30082 done
30084 IFS="|"
30085 for msg in $wine_warnings; do
30086 IFS="$ac_save_IFS"
30087 if test -n "$msg"; then
30088 echo >&2
30089 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30090 $as_echo "$as_me: WARNING: $msg" >&2;}
30092 done
30093 IFS="$ac_save_IFS"
30095 echo "
30096 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30097 " >&6