winapi_extract: --spec-files has been broken for a long time and does not seem to...
[wine/multimedia.git] / configure
blob35fb4ac6dad710e71a9823d9482b4d6d7585cf4a
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.22.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.22'
600 PACKAGE_STRING='Wine 1.1.22'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTEST
697 CROSSWINDRES
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 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-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
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_CROSSWINDRES+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210 else
8211 if test -n "$CROSSWINDRES"; then
8212 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # 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_CROSSWINDRES="$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 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8232 if test -n "$CROSSWINDRES"; then
8233 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8234 $as_echo "$CROSSWINDRES" >&6; }
8235 else
8236 { $as_echo "$as_me:$LINENO: result: no" >&5
8237 $as_echo "no" >&6; }
8241 test -n "$CROSSWINDRES" && break
8242 done
8243 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8245 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
8247 # Extract the first word of "$ac_prog", so it can be a program name with args.
8248 set dummy $ac_prog; ac_word=$2
8249 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8250 $as_echo_n "checking for $ac_word... " >&6; }
8251 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8252 $as_echo_n "(cached) " >&6
8253 else
8254 if test -n "$MINGWAR"; then
8255 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8256 else
8257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8258 for as_dir in $PATH
8260 IFS=$as_save_IFS
8261 test -z "$as_dir" && as_dir=.
8262 for ac_exec_ext in '' $ac_executable_extensions; do
8263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8264 ac_cv_prog_MINGWAR="$ac_prog"
8265 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8266 break 2
8268 done
8269 done
8270 IFS=$as_save_IFS
8274 MINGWAR=$ac_cv_prog_MINGWAR
8275 if test -n "$MINGWAR"; then
8276 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8277 $as_echo "$MINGWAR" >&6; }
8278 else
8279 { $as_echo "$as_me:$LINENO: result: no" >&5
8280 $as_echo "no" >&6; }
8284 test -n "$MINGWAR" && break
8285 done
8286 test -n "$MINGWAR" || MINGWAR="false"
8288 if test "$CROSSCC" != "false"
8289 then
8290 CROSSTEST="\$(CROSSTEST)"
8296 if test "$ac_cv_header_pthread_h" = "yes"
8297 then
8298 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8299 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8300 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8301 $as_echo_n "(cached) " >&6
8302 else
8303 ac_check_lib_save_LIBS=$LIBS
8304 LIBS="-lpthread $LIBS"
8305 cat >conftest.$ac_ext <<_ACEOF
8306 /* confdefs.h. */
8307 _ACEOF
8308 cat confdefs.h >>conftest.$ac_ext
8309 cat >>conftest.$ac_ext <<_ACEOF
8310 /* end confdefs.h. */
8312 /* Override any GCC internal prototype to avoid an error.
8313 Use char because int might match the return type of a GCC
8314 builtin and then its argument prototype would still apply. */
8315 #ifdef __cplusplus
8316 extern "C"
8317 #endif
8318 char pthread_create ();
8320 main ()
8322 return pthread_create ();
8324 return 0;
8326 _ACEOF
8327 rm -f conftest.$ac_objext conftest$ac_exeext
8328 if { (ac_try="$ac_link"
8329 case "(($ac_try" in
8330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8331 *) ac_try_echo=$ac_try;;
8332 esac
8333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8334 $as_echo "$ac_try_echo") >&5
8335 (eval "$ac_link") 2>conftest.er1
8336 ac_status=$?
8337 grep -v '^ *+' conftest.er1 >conftest.err
8338 rm -f conftest.er1
8339 cat conftest.err >&5
8340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8341 (exit $ac_status); } && {
8342 test -z "$ac_c_werror_flag" ||
8343 test ! -s conftest.err
8344 } && test -s conftest$ac_exeext && {
8345 test "$cross_compiling" = yes ||
8346 $as_test_x conftest$ac_exeext
8347 }; then
8348 ac_cv_lib_pthread_pthread_create=yes
8349 else
8350 $as_echo "$as_me: failed program was:" >&5
8351 sed 's/^/| /' conftest.$ac_ext >&5
8353 ac_cv_lib_pthread_pthread_create=no
8356 rm -rf conftest.dSYM
8357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8358 conftest$ac_exeext conftest.$ac_ext
8359 LIBS=$ac_check_lib_save_LIBS
8361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8362 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8363 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8364 LIBPTHREAD="-lpthread"
8369 if test "x$LIBPTHREAD" = "x"; then
8370 case "x$with_pthread" in
8371 xno) ;;
8372 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8373 Wine cannot support threads without libpthread.
8374 Use the --without-pthread option if you really want this." >&5
8375 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8376 Wine cannot support threads without libpthread.
8377 Use the --without-pthread option if you really want this." >&2;}
8378 { (exit 1); exit 1; }; } ;;
8379 esac
8384 { $as_echo "$as_me:$LINENO: checking for X" >&5
8385 $as_echo_n "checking for X... " >&6; }
8388 # Check whether --with-x was given.
8389 if test "${with_x+set}" = set; then
8390 withval=$with_x;
8393 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8394 if test "x$with_x" = xno; then
8395 # The user explicitly disabled X.
8396 have_x=disabled
8397 else
8398 case $x_includes,$x_libraries in #(
8399 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8400 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8401 { (exit 1); exit 1; }; };; #(
8402 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8403 $as_echo_n "(cached) " >&6
8404 else
8405 # One or both of the vars are not set, and there is no cached value.
8406 ac_x_includes=no ac_x_libraries=no
8407 rm -f -r conftest.dir
8408 if mkdir conftest.dir; then
8409 cd conftest.dir
8410 cat >Imakefile <<'_ACEOF'
8411 incroot:
8412 @echo incroot='${INCROOT}'
8413 usrlibdir:
8414 @echo usrlibdir='${USRLIBDIR}'
8415 libdir:
8416 @echo libdir='${LIBDIR}'
8417 _ACEOF
8418 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8419 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8420 for ac_var in incroot usrlibdir libdir; do
8421 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8422 done
8423 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8424 for ac_extension in a so sl dylib la dll; do
8425 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8426 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8427 ac_im_usrlibdir=$ac_im_libdir; break
8429 done
8430 # Screen out bogus values from the imake configuration. They are
8431 # bogus both because they are the default anyway, and because
8432 # using them would break gcc on systems where it needs fixed includes.
8433 case $ac_im_incroot in
8434 /usr/include) ac_x_includes= ;;
8435 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8436 esac
8437 case $ac_im_usrlibdir in
8438 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8439 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8440 esac
8442 cd ..
8443 rm -f -r conftest.dir
8446 # Standard set of common directories for X headers.
8447 # Check X11 before X11Rn because it is often a symlink to the current release.
8448 ac_x_header_dirs='
8449 /usr/X11/include
8450 /usr/X11R6/include
8451 /usr/X11R5/include
8452 /usr/X11R4/include
8454 /usr/include/X11
8455 /usr/include/X11R6
8456 /usr/include/X11R5
8457 /usr/include/X11R4
8459 /usr/local/X11/include
8460 /usr/local/X11R6/include
8461 /usr/local/X11R5/include
8462 /usr/local/X11R4/include
8464 /usr/local/include/X11
8465 /usr/local/include/X11R6
8466 /usr/local/include/X11R5
8467 /usr/local/include/X11R4
8469 /usr/X386/include
8470 /usr/x386/include
8471 /usr/XFree86/include/X11
8473 /usr/include
8474 /usr/local/include
8475 /usr/unsupported/include
8476 /usr/athena/include
8477 /usr/local/x11r5/include
8478 /usr/lpp/Xamples/include
8480 /usr/openwin/include
8481 /usr/openwin/share/include'
8483 if test "$ac_x_includes" = no; then
8484 # Guess where to find include files, by looking for Xlib.h.
8485 # First, try using that file with no special directory specified.
8486 cat >conftest.$ac_ext <<_ACEOF
8487 /* confdefs.h. */
8488 _ACEOF
8489 cat confdefs.h >>conftest.$ac_ext
8490 cat >>conftest.$ac_ext <<_ACEOF
8491 /* end confdefs.h. */
8492 #include <X11/Xlib.h>
8493 _ACEOF
8494 if { (ac_try="$ac_cpp conftest.$ac_ext"
8495 case "(($ac_try" in
8496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8497 *) ac_try_echo=$ac_try;;
8498 esac
8499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8500 $as_echo "$ac_try_echo") >&5
8501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8502 ac_status=$?
8503 grep -v '^ *+' conftest.er1 >conftest.err
8504 rm -f conftest.er1
8505 cat conftest.err >&5
8506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507 (exit $ac_status); } >/dev/null && {
8508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8509 test ! -s conftest.err
8510 }; then
8511 # We can compile using X headers with no special include directory.
8512 ac_x_includes=
8513 else
8514 $as_echo "$as_me: failed program was:" >&5
8515 sed 's/^/| /' conftest.$ac_ext >&5
8517 for ac_dir in $ac_x_header_dirs; do
8518 if test -r "$ac_dir/X11/Xlib.h"; then
8519 ac_x_includes=$ac_dir
8520 break
8522 done
8525 rm -f conftest.err conftest.$ac_ext
8526 fi # $ac_x_includes = no
8528 if test "$ac_x_libraries" = no; then
8529 # Check for the libraries.
8530 # See if we find them without any special options.
8531 # Don't add to $LIBS permanently.
8532 ac_save_LIBS=$LIBS
8533 LIBS="-lX11 $LIBS"
8534 cat >conftest.$ac_ext <<_ACEOF
8535 /* confdefs.h. */
8536 _ACEOF
8537 cat confdefs.h >>conftest.$ac_ext
8538 cat >>conftest.$ac_ext <<_ACEOF
8539 /* end confdefs.h. */
8540 #include <X11/Xlib.h>
8542 main ()
8544 XrmInitialize ()
8546 return 0;
8548 _ACEOF
8549 rm -f conftest.$ac_objext conftest$ac_exeext
8550 if { (ac_try="$ac_link"
8551 case "(($ac_try" in
8552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8553 *) ac_try_echo=$ac_try;;
8554 esac
8555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8556 $as_echo "$ac_try_echo") >&5
8557 (eval "$ac_link") 2>conftest.er1
8558 ac_status=$?
8559 grep -v '^ *+' conftest.er1 >conftest.err
8560 rm -f conftest.er1
8561 cat conftest.err >&5
8562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8563 (exit $ac_status); } && {
8564 test -z "$ac_c_werror_flag" ||
8565 test ! -s conftest.err
8566 } && test -s conftest$ac_exeext && {
8567 test "$cross_compiling" = yes ||
8568 $as_test_x conftest$ac_exeext
8569 }; then
8570 LIBS=$ac_save_LIBS
8571 # We can link X programs with no special library path.
8572 ac_x_libraries=
8573 else
8574 $as_echo "$as_me: failed program was:" >&5
8575 sed 's/^/| /' conftest.$ac_ext >&5
8577 LIBS=$ac_save_LIBS
8578 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8580 # Don't even attempt the hair of trying to link an X program!
8581 for ac_extension in a so sl dylib la dll; do
8582 if test -r "$ac_dir/libX11.$ac_extension"; then
8583 ac_x_libraries=$ac_dir
8584 break 2
8586 done
8587 done
8590 rm -rf conftest.dSYM
8591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8592 conftest$ac_exeext conftest.$ac_ext
8593 fi # $ac_x_libraries = no
8595 case $ac_x_includes,$ac_x_libraries in #(
8596 no,* | *,no | *\'*)
8597 # Didn't find X, or a directory has "'" in its name.
8598 ac_cv_have_x="have_x=no";; #(
8600 # Record where we found X for the cache.
8601 ac_cv_have_x="have_x=yes\
8602 ac_x_includes='$ac_x_includes'\
8603 ac_x_libraries='$ac_x_libraries'"
8604 esac
8606 ;; #(
8607 *) have_x=yes;;
8608 esac
8609 eval "$ac_cv_have_x"
8610 fi # $with_x != no
8612 if test "$have_x" != yes; then
8613 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8614 $as_echo "$have_x" >&6; }
8615 no_x=yes
8616 else
8617 # If each of the values was on the command line, it overrides each guess.
8618 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8619 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8620 # Update the cache value to reflect the command line values.
8621 ac_cv_have_x="have_x=yes\
8622 ac_x_includes='$x_includes'\
8623 ac_x_libraries='$x_libraries'"
8624 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8625 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8628 if test "$no_x" = yes; then
8629 # Not all programs may use this symbol, but it does not hurt to define it.
8631 cat >>confdefs.h <<\_ACEOF
8632 #define X_DISPLAY_MISSING 1
8633 _ACEOF
8635 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8636 else
8637 if test -n "$x_includes"; then
8638 X_CFLAGS="$X_CFLAGS -I$x_includes"
8641 # It would also be nice to do this for all -L options, not just this one.
8642 if test -n "$x_libraries"; then
8643 X_LIBS="$X_LIBS -L$x_libraries"
8644 # For Solaris; some versions of Sun CC require a space after -R and
8645 # others require no space. Words are not sufficient . . . .
8646 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8647 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8648 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8649 ac_xsave_c_werror_flag=$ac_c_werror_flag
8650 ac_c_werror_flag=yes
8651 cat >conftest.$ac_ext <<_ACEOF
8652 /* confdefs.h. */
8653 _ACEOF
8654 cat confdefs.h >>conftest.$ac_ext
8655 cat >>conftest.$ac_ext <<_ACEOF
8656 /* end confdefs.h. */
8659 main ()
8663 return 0;
8665 _ACEOF
8666 rm -f conftest.$ac_objext conftest$ac_exeext
8667 if { (ac_try="$ac_link"
8668 case "(($ac_try" in
8669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8670 *) ac_try_echo=$ac_try;;
8671 esac
8672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8673 $as_echo "$ac_try_echo") >&5
8674 (eval "$ac_link") 2>conftest.er1
8675 ac_status=$?
8676 grep -v '^ *+' conftest.er1 >conftest.err
8677 rm -f conftest.er1
8678 cat conftest.err >&5
8679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8680 (exit $ac_status); } && {
8681 test -z "$ac_c_werror_flag" ||
8682 test ! -s conftest.err
8683 } && test -s conftest$ac_exeext && {
8684 test "$cross_compiling" = yes ||
8685 $as_test_x conftest$ac_exeext
8686 }; then
8687 { $as_echo "$as_me:$LINENO: result: no" >&5
8688 $as_echo "no" >&6; }
8689 X_LIBS="$X_LIBS -R$x_libraries"
8690 else
8691 $as_echo "$as_me: failed program was:" >&5
8692 sed 's/^/| /' conftest.$ac_ext >&5
8694 LIBS="$ac_xsave_LIBS -R $x_libraries"
8695 cat >conftest.$ac_ext <<_ACEOF
8696 /* confdefs.h. */
8697 _ACEOF
8698 cat confdefs.h >>conftest.$ac_ext
8699 cat >>conftest.$ac_ext <<_ACEOF
8700 /* end confdefs.h. */
8703 main ()
8707 return 0;
8709 _ACEOF
8710 rm -f conftest.$ac_objext conftest$ac_exeext
8711 if { (ac_try="$ac_link"
8712 case "(($ac_try" in
8713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8714 *) ac_try_echo=$ac_try;;
8715 esac
8716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8717 $as_echo "$ac_try_echo") >&5
8718 (eval "$ac_link") 2>conftest.er1
8719 ac_status=$?
8720 grep -v '^ *+' conftest.er1 >conftest.err
8721 rm -f conftest.er1
8722 cat conftest.err >&5
8723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest$ac_exeext && {
8728 test "$cross_compiling" = yes ||
8729 $as_test_x conftest$ac_exeext
8730 }; then
8731 { $as_echo "$as_me:$LINENO: result: yes" >&5
8732 $as_echo "yes" >&6; }
8733 X_LIBS="$X_LIBS -R $x_libraries"
8734 else
8735 $as_echo "$as_me: failed program was:" >&5
8736 sed 's/^/| /' conftest.$ac_ext >&5
8738 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8739 $as_echo "neither works" >&6; }
8742 rm -rf conftest.dSYM
8743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8744 conftest$ac_exeext conftest.$ac_ext
8747 rm -rf conftest.dSYM
8748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8749 conftest$ac_exeext conftest.$ac_ext
8750 ac_c_werror_flag=$ac_xsave_c_werror_flag
8751 LIBS=$ac_xsave_LIBS
8754 # Check for system-dependent libraries X programs must link with.
8755 # Do this before checking for the system-independent R6 libraries
8756 # (-lICE), since we may need -lsocket or whatever for X linking.
8758 if test "$ISC" = yes; then
8759 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8760 else
8761 # Martyn Johnson says this is needed for Ultrix, if the X
8762 # libraries were built with DECnet support. And Karl Berry says
8763 # the Alpha needs dnet_stub (dnet does not exist).
8764 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8765 cat >conftest.$ac_ext <<_ACEOF
8766 /* confdefs.h. */
8767 _ACEOF
8768 cat confdefs.h >>conftest.$ac_ext
8769 cat >>conftest.$ac_ext <<_ACEOF
8770 /* end confdefs.h. */
8772 /* Override any GCC internal prototype to avoid an error.
8773 Use char because int might match the return type of a GCC
8774 builtin and then its argument prototype would still apply. */
8775 #ifdef __cplusplus
8776 extern "C"
8777 #endif
8778 char XOpenDisplay ();
8780 main ()
8782 return XOpenDisplay ();
8784 return 0;
8786 _ACEOF
8787 rm -f conftest.$ac_objext conftest$ac_exeext
8788 if { (ac_try="$ac_link"
8789 case "(($ac_try" in
8790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8791 *) ac_try_echo=$ac_try;;
8792 esac
8793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8794 $as_echo "$ac_try_echo") >&5
8795 (eval "$ac_link") 2>conftest.er1
8796 ac_status=$?
8797 grep -v '^ *+' conftest.er1 >conftest.err
8798 rm -f conftest.er1
8799 cat conftest.err >&5
8800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8801 (exit $ac_status); } && {
8802 test -z "$ac_c_werror_flag" ||
8803 test ! -s conftest.err
8804 } && test -s conftest$ac_exeext && {
8805 test "$cross_compiling" = yes ||
8806 $as_test_x conftest$ac_exeext
8807 }; then
8809 else
8810 $as_echo "$as_me: failed program was:" >&5
8811 sed 's/^/| /' conftest.$ac_ext >&5
8813 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8814 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8815 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8816 $as_echo_n "(cached) " >&6
8817 else
8818 ac_check_lib_save_LIBS=$LIBS
8819 LIBS="-ldnet $LIBS"
8820 cat >conftest.$ac_ext <<_ACEOF
8821 /* confdefs.h. */
8822 _ACEOF
8823 cat confdefs.h >>conftest.$ac_ext
8824 cat >>conftest.$ac_ext <<_ACEOF
8825 /* end confdefs.h. */
8827 /* Override any GCC internal prototype to avoid an error.
8828 Use char because int might match the return type of a GCC
8829 builtin and then its argument prototype would still apply. */
8830 #ifdef __cplusplus
8831 extern "C"
8832 #endif
8833 char dnet_ntoa ();
8835 main ()
8837 return dnet_ntoa ();
8839 return 0;
8841 _ACEOF
8842 rm -f conftest.$ac_objext conftest$ac_exeext
8843 if { (ac_try="$ac_link"
8844 case "(($ac_try" in
8845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8846 *) ac_try_echo=$ac_try;;
8847 esac
8848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8849 $as_echo "$ac_try_echo") >&5
8850 (eval "$ac_link") 2>conftest.er1
8851 ac_status=$?
8852 grep -v '^ *+' conftest.er1 >conftest.err
8853 rm -f conftest.er1
8854 cat conftest.err >&5
8855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8856 (exit $ac_status); } && {
8857 test -z "$ac_c_werror_flag" ||
8858 test ! -s conftest.err
8859 } && test -s conftest$ac_exeext && {
8860 test "$cross_compiling" = yes ||
8861 $as_test_x conftest$ac_exeext
8862 }; then
8863 ac_cv_lib_dnet_dnet_ntoa=yes
8864 else
8865 $as_echo "$as_me: failed program was:" >&5
8866 sed 's/^/| /' conftest.$ac_ext >&5
8868 ac_cv_lib_dnet_dnet_ntoa=no
8871 rm -rf conftest.dSYM
8872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8873 conftest$ac_exeext conftest.$ac_ext
8874 LIBS=$ac_check_lib_save_LIBS
8876 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8877 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8878 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8879 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8882 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8883 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8884 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8885 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8886 $as_echo_n "(cached) " >&6
8887 else
8888 ac_check_lib_save_LIBS=$LIBS
8889 LIBS="-ldnet_stub $LIBS"
8890 cat >conftest.$ac_ext <<_ACEOF
8891 /* confdefs.h. */
8892 _ACEOF
8893 cat confdefs.h >>conftest.$ac_ext
8894 cat >>conftest.$ac_ext <<_ACEOF
8895 /* end confdefs.h. */
8897 /* Override any GCC internal prototype to avoid an error.
8898 Use char because int might match the return type of a GCC
8899 builtin and then its argument prototype would still apply. */
8900 #ifdef __cplusplus
8901 extern "C"
8902 #endif
8903 char dnet_ntoa ();
8905 main ()
8907 return dnet_ntoa ();
8909 return 0;
8911 _ACEOF
8912 rm -f conftest.$ac_objext conftest$ac_exeext
8913 if { (ac_try="$ac_link"
8914 case "(($ac_try" in
8915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8916 *) ac_try_echo=$ac_try;;
8917 esac
8918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8919 $as_echo "$ac_try_echo") >&5
8920 (eval "$ac_link") 2>conftest.er1
8921 ac_status=$?
8922 grep -v '^ *+' conftest.er1 >conftest.err
8923 rm -f conftest.er1
8924 cat conftest.err >&5
8925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } && {
8927 test -z "$ac_c_werror_flag" ||
8928 test ! -s conftest.err
8929 } && test -s conftest$ac_exeext && {
8930 test "$cross_compiling" = yes ||
8931 $as_test_x conftest$ac_exeext
8932 }; then
8933 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8934 else
8935 $as_echo "$as_me: failed program was:" >&5
8936 sed 's/^/| /' conftest.$ac_ext >&5
8938 ac_cv_lib_dnet_stub_dnet_ntoa=no
8941 rm -rf conftest.dSYM
8942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8943 conftest$ac_exeext conftest.$ac_ext
8944 LIBS=$ac_check_lib_save_LIBS
8946 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8947 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8948 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
8949 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8955 rm -rf conftest.dSYM
8956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8957 conftest$ac_exeext conftest.$ac_ext
8958 LIBS="$ac_xsave_LIBS"
8960 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8961 # to get the SysV transport functions.
8962 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8963 # needs -lnsl.
8964 # The nsl library prevents programs from opening the X display
8965 # on Irix 5.2, according to T.E. Dickey.
8966 # The functions gethostbyname, getservbyname, and inet_addr are
8967 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8968 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
8969 $as_echo_n "checking for gethostbyname... " >&6; }
8970 if test "${ac_cv_func_gethostbyname+set}" = set; then
8971 $as_echo_n "(cached) " >&6
8972 else
8973 cat >conftest.$ac_ext <<_ACEOF
8974 /* confdefs.h. */
8975 _ACEOF
8976 cat confdefs.h >>conftest.$ac_ext
8977 cat >>conftest.$ac_ext <<_ACEOF
8978 /* end confdefs.h. */
8979 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8980 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8981 #define gethostbyname innocuous_gethostbyname
8983 /* System header to define __stub macros and hopefully few prototypes,
8984 which can conflict with char gethostbyname (); below.
8985 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8986 <limits.h> exists even on freestanding compilers. */
8988 #ifdef __STDC__
8989 # include <limits.h>
8990 #else
8991 # include <assert.h>
8992 #endif
8994 #undef gethostbyname
8996 /* Override any GCC internal prototype to avoid an error.
8997 Use char because int might match the return type of a GCC
8998 builtin and then its argument prototype would still apply. */
8999 #ifdef __cplusplus
9000 extern "C"
9001 #endif
9002 char gethostbyname ();
9003 /* The GNU C library defines this for functions which it implements
9004 to always fail with ENOSYS. Some functions are actually named
9005 something starting with __ and the normal name is an alias. */
9006 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9007 choke me
9008 #endif
9011 main ()
9013 return gethostbyname ();
9015 return 0;
9017 _ACEOF
9018 rm -f conftest.$ac_objext conftest$ac_exeext
9019 if { (ac_try="$ac_link"
9020 case "(($ac_try" in
9021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9022 *) ac_try_echo=$ac_try;;
9023 esac
9024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9025 $as_echo "$ac_try_echo") >&5
9026 (eval "$ac_link") 2>conftest.er1
9027 ac_status=$?
9028 grep -v '^ *+' conftest.er1 >conftest.err
9029 rm -f conftest.er1
9030 cat conftest.err >&5
9031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9032 (exit $ac_status); } && {
9033 test -z "$ac_c_werror_flag" ||
9034 test ! -s conftest.err
9035 } && test -s conftest$ac_exeext && {
9036 test "$cross_compiling" = yes ||
9037 $as_test_x conftest$ac_exeext
9038 }; then
9039 ac_cv_func_gethostbyname=yes
9040 else
9041 $as_echo "$as_me: failed program was:" >&5
9042 sed 's/^/| /' conftest.$ac_ext >&5
9044 ac_cv_func_gethostbyname=no
9047 rm -rf conftest.dSYM
9048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9049 conftest$ac_exeext conftest.$ac_ext
9051 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9052 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9054 if test $ac_cv_func_gethostbyname = no; then
9055 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9056 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9057 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9058 $as_echo_n "(cached) " >&6
9059 else
9060 ac_check_lib_save_LIBS=$LIBS
9061 LIBS="-lnsl $LIBS"
9062 cat >conftest.$ac_ext <<_ACEOF
9063 /* confdefs.h. */
9064 _ACEOF
9065 cat confdefs.h >>conftest.$ac_ext
9066 cat >>conftest.$ac_ext <<_ACEOF
9067 /* end confdefs.h. */
9069 /* Override any GCC internal prototype to avoid an error.
9070 Use char because int might match the return type of a GCC
9071 builtin and then its argument prototype would still apply. */
9072 #ifdef __cplusplus
9073 extern "C"
9074 #endif
9075 char gethostbyname ();
9077 main ()
9079 return gethostbyname ();
9081 return 0;
9083 _ACEOF
9084 rm -f conftest.$ac_objext conftest$ac_exeext
9085 if { (ac_try="$ac_link"
9086 case "(($ac_try" in
9087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9088 *) ac_try_echo=$ac_try;;
9089 esac
9090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9091 $as_echo "$ac_try_echo") >&5
9092 (eval "$ac_link") 2>conftest.er1
9093 ac_status=$?
9094 grep -v '^ *+' conftest.er1 >conftest.err
9095 rm -f conftest.er1
9096 cat conftest.err >&5
9097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9098 (exit $ac_status); } && {
9099 test -z "$ac_c_werror_flag" ||
9100 test ! -s conftest.err
9101 } && test -s conftest$ac_exeext && {
9102 test "$cross_compiling" = yes ||
9103 $as_test_x conftest$ac_exeext
9104 }; then
9105 ac_cv_lib_nsl_gethostbyname=yes
9106 else
9107 $as_echo "$as_me: failed program was:" >&5
9108 sed 's/^/| /' conftest.$ac_ext >&5
9110 ac_cv_lib_nsl_gethostbyname=no
9113 rm -rf conftest.dSYM
9114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9115 conftest$ac_exeext conftest.$ac_ext
9116 LIBS=$ac_check_lib_save_LIBS
9118 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9119 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9120 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9121 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9124 if test $ac_cv_lib_nsl_gethostbyname = no; then
9125 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9126 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9127 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9128 $as_echo_n "(cached) " >&6
9129 else
9130 ac_check_lib_save_LIBS=$LIBS
9131 LIBS="-lbsd $LIBS"
9132 cat >conftest.$ac_ext <<_ACEOF
9133 /* confdefs.h. */
9134 _ACEOF
9135 cat confdefs.h >>conftest.$ac_ext
9136 cat >>conftest.$ac_ext <<_ACEOF
9137 /* end confdefs.h. */
9139 /* Override any GCC internal prototype to avoid an error.
9140 Use char because int might match the return type of a GCC
9141 builtin and then its argument prototype would still apply. */
9142 #ifdef __cplusplus
9143 extern "C"
9144 #endif
9145 char gethostbyname ();
9147 main ()
9149 return gethostbyname ();
9151 return 0;
9153 _ACEOF
9154 rm -f conftest.$ac_objext conftest$ac_exeext
9155 if { (ac_try="$ac_link"
9156 case "(($ac_try" in
9157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9158 *) ac_try_echo=$ac_try;;
9159 esac
9160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9161 $as_echo "$ac_try_echo") >&5
9162 (eval "$ac_link") 2>conftest.er1
9163 ac_status=$?
9164 grep -v '^ *+' conftest.er1 >conftest.err
9165 rm -f conftest.er1
9166 cat conftest.err >&5
9167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9168 (exit $ac_status); } && {
9169 test -z "$ac_c_werror_flag" ||
9170 test ! -s conftest.err
9171 } && test -s conftest$ac_exeext && {
9172 test "$cross_compiling" = yes ||
9173 $as_test_x conftest$ac_exeext
9174 }; then
9175 ac_cv_lib_bsd_gethostbyname=yes
9176 else
9177 $as_echo "$as_me: failed program was:" >&5
9178 sed 's/^/| /' conftest.$ac_ext >&5
9180 ac_cv_lib_bsd_gethostbyname=no
9183 rm -rf conftest.dSYM
9184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9185 conftest$ac_exeext conftest.$ac_ext
9186 LIBS=$ac_check_lib_save_LIBS
9188 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9189 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9190 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9191 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9197 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9198 # socket/setsockopt and other routines are undefined under SCO ODT
9199 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9200 # on later versions), says Simon Leinen: it contains gethostby*
9201 # variants that don't use the name server (or something). -lsocket
9202 # must be given before -lnsl if both are needed. We assume that
9203 # if connect needs -lnsl, so does gethostbyname.
9204 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9205 $as_echo_n "checking for connect... " >&6; }
9206 if test "${ac_cv_func_connect+set}" = set; then
9207 $as_echo_n "(cached) " >&6
9208 else
9209 cat >conftest.$ac_ext <<_ACEOF
9210 /* confdefs.h. */
9211 _ACEOF
9212 cat confdefs.h >>conftest.$ac_ext
9213 cat >>conftest.$ac_ext <<_ACEOF
9214 /* end confdefs.h. */
9215 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9217 #define connect innocuous_connect
9219 /* System header to define __stub macros and hopefully few prototypes,
9220 which can conflict with char connect (); below.
9221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9222 <limits.h> exists even on freestanding compilers. */
9224 #ifdef __STDC__
9225 # include <limits.h>
9226 #else
9227 # include <assert.h>
9228 #endif
9230 #undef connect
9232 /* Override any GCC internal prototype to avoid an error.
9233 Use char because int might match the return type of a GCC
9234 builtin and then its argument prototype would still apply. */
9235 #ifdef __cplusplus
9236 extern "C"
9237 #endif
9238 char connect ();
9239 /* The GNU C library defines this for functions which it implements
9240 to always fail with ENOSYS. Some functions are actually named
9241 something starting with __ and the normal name is an alias. */
9242 #if defined __stub_connect || defined __stub___connect
9243 choke me
9244 #endif
9247 main ()
9249 return connect ();
9251 return 0;
9253 _ACEOF
9254 rm -f conftest.$ac_objext conftest$ac_exeext
9255 if { (ac_try="$ac_link"
9256 case "(($ac_try" in
9257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258 *) ac_try_echo=$ac_try;;
9259 esac
9260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9261 $as_echo "$ac_try_echo") >&5
9262 (eval "$ac_link") 2>conftest.er1
9263 ac_status=$?
9264 grep -v '^ *+' conftest.er1 >conftest.err
9265 rm -f conftest.er1
9266 cat conftest.err >&5
9267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9268 (exit $ac_status); } && {
9269 test -z "$ac_c_werror_flag" ||
9270 test ! -s conftest.err
9271 } && test -s conftest$ac_exeext && {
9272 test "$cross_compiling" = yes ||
9273 $as_test_x conftest$ac_exeext
9274 }; then
9275 ac_cv_func_connect=yes
9276 else
9277 $as_echo "$as_me: failed program was:" >&5
9278 sed 's/^/| /' conftest.$ac_ext >&5
9280 ac_cv_func_connect=no
9283 rm -rf conftest.dSYM
9284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9285 conftest$ac_exeext conftest.$ac_ext
9287 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9288 $as_echo "$ac_cv_func_connect" >&6; }
9290 if test $ac_cv_func_connect = no; then
9291 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9292 $as_echo_n "checking for connect in -lsocket... " >&6; }
9293 if test "${ac_cv_lib_socket_connect+set}" = set; then
9294 $as_echo_n "(cached) " >&6
9295 else
9296 ac_check_lib_save_LIBS=$LIBS
9297 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 /* confdefs.h. */
9300 _ACEOF
9301 cat confdefs.h >>conftest.$ac_ext
9302 cat >>conftest.$ac_ext <<_ACEOF
9303 /* end confdefs.h. */
9305 /* Override any GCC internal prototype to avoid an error.
9306 Use char because int might match the return type of a GCC
9307 builtin and then its argument prototype would still apply. */
9308 #ifdef __cplusplus
9309 extern "C"
9310 #endif
9311 char connect ();
9313 main ()
9315 return connect ();
9317 return 0;
9319 _ACEOF
9320 rm -f conftest.$ac_objext conftest$ac_exeext
9321 if { (ac_try="$ac_link"
9322 case "(($ac_try" in
9323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9324 *) ac_try_echo=$ac_try;;
9325 esac
9326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9327 $as_echo "$ac_try_echo") >&5
9328 (eval "$ac_link") 2>conftest.er1
9329 ac_status=$?
9330 grep -v '^ *+' conftest.er1 >conftest.err
9331 rm -f conftest.er1
9332 cat conftest.err >&5
9333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334 (exit $ac_status); } && {
9335 test -z "$ac_c_werror_flag" ||
9336 test ! -s conftest.err
9337 } && test -s conftest$ac_exeext && {
9338 test "$cross_compiling" = yes ||
9339 $as_test_x conftest$ac_exeext
9340 }; then
9341 ac_cv_lib_socket_connect=yes
9342 else
9343 $as_echo "$as_me: failed program was:" >&5
9344 sed 's/^/| /' conftest.$ac_ext >&5
9346 ac_cv_lib_socket_connect=no
9349 rm -rf conftest.dSYM
9350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9351 conftest$ac_exeext conftest.$ac_ext
9352 LIBS=$ac_check_lib_save_LIBS
9354 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9355 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9356 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9357 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9362 # Guillermo Gomez says -lposix is necessary on A/UX.
9363 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9364 $as_echo_n "checking for remove... " >&6; }
9365 if test "${ac_cv_func_remove+set}" = set; then
9366 $as_echo_n "(cached) " >&6
9367 else
9368 cat >conftest.$ac_ext <<_ACEOF
9369 /* confdefs.h. */
9370 _ACEOF
9371 cat confdefs.h >>conftest.$ac_ext
9372 cat >>conftest.$ac_ext <<_ACEOF
9373 /* end confdefs.h. */
9374 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9375 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9376 #define remove innocuous_remove
9378 /* System header to define __stub macros and hopefully few prototypes,
9379 which can conflict with char remove (); below.
9380 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9381 <limits.h> exists even on freestanding compilers. */
9383 #ifdef __STDC__
9384 # include <limits.h>
9385 #else
9386 # include <assert.h>
9387 #endif
9389 #undef remove
9391 /* Override any GCC internal prototype to avoid an error.
9392 Use char because int might match the return type of a GCC
9393 builtin and then its argument prototype would still apply. */
9394 #ifdef __cplusplus
9395 extern "C"
9396 #endif
9397 char remove ();
9398 /* The GNU C library defines this for functions which it implements
9399 to always fail with ENOSYS. Some functions are actually named
9400 something starting with __ and the normal name is an alias. */
9401 #if defined __stub_remove || defined __stub___remove
9402 choke me
9403 #endif
9406 main ()
9408 return remove ();
9410 return 0;
9412 _ACEOF
9413 rm -f conftest.$ac_objext conftest$ac_exeext
9414 if { (ac_try="$ac_link"
9415 case "(($ac_try" in
9416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9417 *) ac_try_echo=$ac_try;;
9418 esac
9419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9420 $as_echo "$ac_try_echo") >&5
9421 (eval "$ac_link") 2>conftest.er1
9422 ac_status=$?
9423 grep -v '^ *+' conftest.er1 >conftest.err
9424 rm -f conftest.er1
9425 cat conftest.err >&5
9426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9427 (exit $ac_status); } && {
9428 test -z "$ac_c_werror_flag" ||
9429 test ! -s conftest.err
9430 } && test -s conftest$ac_exeext && {
9431 test "$cross_compiling" = yes ||
9432 $as_test_x conftest$ac_exeext
9433 }; then
9434 ac_cv_func_remove=yes
9435 else
9436 $as_echo "$as_me: failed program was:" >&5
9437 sed 's/^/| /' conftest.$ac_ext >&5
9439 ac_cv_func_remove=no
9442 rm -rf conftest.dSYM
9443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9444 conftest$ac_exeext conftest.$ac_ext
9446 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9447 $as_echo "$ac_cv_func_remove" >&6; }
9449 if test $ac_cv_func_remove = no; then
9450 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9451 $as_echo_n "checking for remove in -lposix... " >&6; }
9452 if test "${ac_cv_lib_posix_remove+set}" = set; then
9453 $as_echo_n "(cached) " >&6
9454 else
9455 ac_check_lib_save_LIBS=$LIBS
9456 LIBS="-lposix $LIBS"
9457 cat >conftest.$ac_ext <<_ACEOF
9458 /* confdefs.h. */
9459 _ACEOF
9460 cat confdefs.h >>conftest.$ac_ext
9461 cat >>conftest.$ac_ext <<_ACEOF
9462 /* end confdefs.h. */
9464 /* Override any GCC internal prototype to avoid an error.
9465 Use char because int might match the return type of a GCC
9466 builtin and then its argument prototype would still apply. */
9467 #ifdef __cplusplus
9468 extern "C"
9469 #endif
9470 char remove ();
9472 main ()
9474 return remove ();
9476 return 0;
9478 _ACEOF
9479 rm -f conftest.$ac_objext conftest$ac_exeext
9480 if { (ac_try="$ac_link"
9481 case "(($ac_try" in
9482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9483 *) ac_try_echo=$ac_try;;
9484 esac
9485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9486 $as_echo "$ac_try_echo") >&5
9487 (eval "$ac_link") 2>conftest.er1
9488 ac_status=$?
9489 grep -v '^ *+' conftest.er1 >conftest.err
9490 rm -f conftest.er1
9491 cat conftest.err >&5
9492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9493 (exit $ac_status); } && {
9494 test -z "$ac_c_werror_flag" ||
9495 test ! -s conftest.err
9496 } && test -s conftest$ac_exeext && {
9497 test "$cross_compiling" = yes ||
9498 $as_test_x conftest$ac_exeext
9499 }; then
9500 ac_cv_lib_posix_remove=yes
9501 else
9502 $as_echo "$as_me: failed program was:" >&5
9503 sed 's/^/| /' conftest.$ac_ext >&5
9505 ac_cv_lib_posix_remove=no
9508 rm -rf conftest.dSYM
9509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9510 conftest$ac_exeext conftest.$ac_ext
9511 LIBS=$ac_check_lib_save_LIBS
9513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9514 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9515 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9516 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9521 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9522 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9523 $as_echo_n "checking for shmat... " >&6; }
9524 if test "${ac_cv_func_shmat+set}" = set; then
9525 $as_echo_n "(cached) " >&6
9526 else
9527 cat >conftest.$ac_ext <<_ACEOF
9528 /* confdefs.h. */
9529 _ACEOF
9530 cat confdefs.h >>conftest.$ac_ext
9531 cat >>conftest.$ac_ext <<_ACEOF
9532 /* end confdefs.h. */
9533 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9535 #define shmat innocuous_shmat
9537 /* System header to define __stub macros and hopefully few prototypes,
9538 which can conflict with char shmat (); below.
9539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9540 <limits.h> exists even on freestanding compilers. */
9542 #ifdef __STDC__
9543 # include <limits.h>
9544 #else
9545 # include <assert.h>
9546 #endif
9548 #undef shmat
9550 /* Override any GCC internal prototype to avoid an error.
9551 Use char because int might match the return type of a GCC
9552 builtin and then its argument prototype would still apply. */
9553 #ifdef __cplusplus
9554 extern "C"
9555 #endif
9556 char shmat ();
9557 /* The GNU C library defines this for functions which it implements
9558 to always fail with ENOSYS. Some functions are actually named
9559 something starting with __ and the normal name is an alias. */
9560 #if defined __stub_shmat || defined __stub___shmat
9561 choke me
9562 #endif
9565 main ()
9567 return shmat ();
9569 return 0;
9571 _ACEOF
9572 rm -f conftest.$ac_objext conftest$ac_exeext
9573 if { (ac_try="$ac_link"
9574 case "(($ac_try" in
9575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9576 *) ac_try_echo=$ac_try;;
9577 esac
9578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9579 $as_echo "$ac_try_echo") >&5
9580 (eval "$ac_link") 2>conftest.er1
9581 ac_status=$?
9582 grep -v '^ *+' conftest.er1 >conftest.err
9583 rm -f conftest.er1
9584 cat conftest.err >&5
9585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9586 (exit $ac_status); } && {
9587 test -z "$ac_c_werror_flag" ||
9588 test ! -s conftest.err
9589 } && test -s conftest$ac_exeext && {
9590 test "$cross_compiling" = yes ||
9591 $as_test_x conftest$ac_exeext
9592 }; then
9593 ac_cv_func_shmat=yes
9594 else
9595 $as_echo "$as_me: failed program was:" >&5
9596 sed 's/^/| /' conftest.$ac_ext >&5
9598 ac_cv_func_shmat=no
9601 rm -rf conftest.dSYM
9602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9603 conftest$ac_exeext conftest.$ac_ext
9605 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9606 $as_echo "$ac_cv_func_shmat" >&6; }
9608 if test $ac_cv_func_shmat = no; then
9609 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9610 $as_echo_n "checking for shmat in -lipc... " >&6; }
9611 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9612 $as_echo_n "(cached) " >&6
9613 else
9614 ac_check_lib_save_LIBS=$LIBS
9615 LIBS="-lipc $LIBS"
9616 cat >conftest.$ac_ext <<_ACEOF
9617 /* confdefs.h. */
9618 _ACEOF
9619 cat confdefs.h >>conftest.$ac_ext
9620 cat >>conftest.$ac_ext <<_ACEOF
9621 /* end confdefs.h. */
9623 /* Override any GCC internal prototype to avoid an error.
9624 Use char because int might match the return type of a GCC
9625 builtin and then its argument prototype would still apply. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 char shmat ();
9631 main ()
9633 return shmat ();
9635 return 0;
9637 _ACEOF
9638 rm -f conftest.$ac_objext conftest$ac_exeext
9639 if { (ac_try="$ac_link"
9640 case "(($ac_try" in
9641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9642 *) ac_try_echo=$ac_try;;
9643 esac
9644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9645 $as_echo "$ac_try_echo") >&5
9646 (eval "$ac_link") 2>conftest.er1
9647 ac_status=$?
9648 grep -v '^ *+' conftest.er1 >conftest.err
9649 rm -f conftest.er1
9650 cat conftest.err >&5
9651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9652 (exit $ac_status); } && {
9653 test -z "$ac_c_werror_flag" ||
9654 test ! -s conftest.err
9655 } && test -s conftest$ac_exeext && {
9656 test "$cross_compiling" = yes ||
9657 $as_test_x conftest$ac_exeext
9658 }; then
9659 ac_cv_lib_ipc_shmat=yes
9660 else
9661 $as_echo "$as_me: failed program was:" >&5
9662 sed 's/^/| /' conftest.$ac_ext >&5
9664 ac_cv_lib_ipc_shmat=no
9667 rm -rf conftest.dSYM
9668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9669 conftest$ac_exeext conftest.$ac_ext
9670 LIBS=$ac_check_lib_save_LIBS
9672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9673 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9674 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9675 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9681 # Check for libraries that X11R6 Xt/Xaw programs need.
9682 ac_save_LDFLAGS=$LDFLAGS
9683 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9684 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9685 # check for ICE first), but we must link in the order -lSM -lICE or
9686 # we get undefined symbols. So assume we have SM if we have ICE.
9687 # These have to be linked with before -lX11, unlike the other
9688 # libraries we check for below, so use a different variable.
9689 # John Interrante, Karl Berry
9690 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9691 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9692 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9693 $as_echo_n "(cached) " >&6
9694 else
9695 ac_check_lib_save_LIBS=$LIBS
9696 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9697 cat >conftest.$ac_ext <<_ACEOF
9698 /* confdefs.h. */
9699 _ACEOF
9700 cat confdefs.h >>conftest.$ac_ext
9701 cat >>conftest.$ac_ext <<_ACEOF
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9707 #ifdef __cplusplus
9708 extern "C"
9709 #endif
9710 char IceConnectionNumber ();
9712 main ()
9714 return IceConnectionNumber ();
9716 return 0;
9718 _ACEOF
9719 rm -f conftest.$ac_objext conftest$ac_exeext
9720 if { (ac_try="$ac_link"
9721 case "(($ac_try" in
9722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9723 *) ac_try_echo=$ac_try;;
9724 esac
9725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9726 $as_echo "$ac_try_echo") >&5
9727 (eval "$ac_link") 2>conftest.er1
9728 ac_status=$?
9729 grep -v '^ *+' conftest.er1 >conftest.err
9730 rm -f conftest.er1
9731 cat conftest.err >&5
9732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9733 (exit $ac_status); } && {
9734 test -z "$ac_c_werror_flag" ||
9735 test ! -s conftest.err
9736 } && test -s conftest$ac_exeext && {
9737 test "$cross_compiling" = yes ||
9738 $as_test_x conftest$ac_exeext
9739 }; then
9740 ac_cv_lib_ICE_IceConnectionNumber=yes
9741 else
9742 $as_echo "$as_me: failed program was:" >&5
9743 sed 's/^/| /' conftest.$ac_ext >&5
9745 ac_cv_lib_ICE_IceConnectionNumber=no
9748 rm -rf conftest.dSYM
9749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9750 conftest$ac_exeext conftest.$ac_ext
9751 LIBS=$ac_check_lib_save_LIBS
9753 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9754 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9755 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9756 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9759 LDFLAGS=$ac_save_LDFLAGS
9764 if test "$have_x" = "yes"
9765 then
9766 XLIB="-lXext -lX11"
9767 ac_save_CPPFLAGS="$CPPFLAGS"
9768 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9770 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9771 $as_echo_n "checking for -lX11... " >&6; }
9772 if test "${ac_cv_lib_soname_X11+set}" = set; then
9773 $as_echo_n "(cached) " >&6
9774 else
9775 ac_check_soname_save_LIBS=$LIBS
9776 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9777 cat >conftest.$ac_ext <<_ACEOF
9778 /* confdefs.h. */
9779 _ACEOF
9780 cat confdefs.h >>conftest.$ac_ext
9781 cat >>conftest.$ac_ext <<_ACEOF
9782 /* end confdefs.h. */
9784 /* Override any GCC internal prototype to avoid an error.
9785 Use char because int might match the return type of a GCC
9786 builtin and then its argument prototype would still apply. */
9787 #ifdef __cplusplus
9788 extern "C"
9789 #endif
9790 char XCreateWindow ();
9792 main ()
9794 return XCreateWindow ();
9796 return 0;
9798 _ACEOF
9799 rm -f conftest.$ac_objext conftest$ac_exeext
9800 if { (ac_try="$ac_link"
9801 case "(($ac_try" in
9802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9803 *) ac_try_echo=$ac_try;;
9804 esac
9805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9806 $as_echo "$ac_try_echo") >&5
9807 (eval "$ac_link") 2>conftest.er1
9808 ac_status=$?
9809 grep -v '^ *+' conftest.er1 >conftest.err
9810 rm -f conftest.er1
9811 cat conftest.err >&5
9812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); } && {
9814 test -z "$ac_c_werror_flag" ||
9815 test ! -s conftest.err
9816 } && test -s conftest$ac_exeext && {
9817 test "$cross_compiling" = yes ||
9818 $as_test_x conftest$ac_exeext
9819 }; then
9820 case "$LIBEXT" in
9821 dll) ;;
9822 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'` ;;
9823 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9824 esac
9825 else
9826 $as_echo "$as_me: failed program was:" >&5
9827 sed 's/^/| /' conftest.$ac_ext >&5
9832 rm -rf conftest.dSYM
9833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9834 conftest$ac_exeext conftest.$ac_ext
9835 LIBS=$ac_check_soname_save_LIBS
9837 if test "x$ac_cv_lib_soname_X11" = "x"; then
9838 { $as_echo "$as_me:$LINENO: result: not found" >&5
9839 $as_echo "not found" >&6; }
9841 else
9842 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9843 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9845 cat >>confdefs.h <<_ACEOF
9846 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9847 _ACEOF
9852 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9853 $as_echo_n "checking for -lXext... " >&6; }
9854 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9855 $as_echo_n "(cached) " >&6
9856 else
9857 ac_check_soname_save_LIBS=$LIBS
9858 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9859 cat >conftest.$ac_ext <<_ACEOF
9860 /* confdefs.h. */
9861 _ACEOF
9862 cat confdefs.h >>conftest.$ac_ext
9863 cat >>conftest.$ac_ext <<_ACEOF
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9869 #ifdef __cplusplus
9870 extern "C"
9871 #endif
9872 char XextCreateExtension ();
9874 main ()
9876 return XextCreateExtension ();
9878 return 0;
9880 _ACEOF
9881 rm -f conftest.$ac_objext conftest$ac_exeext
9882 if { (ac_try="$ac_link"
9883 case "(($ac_try" in
9884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9885 *) ac_try_echo=$ac_try;;
9886 esac
9887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9888 $as_echo "$ac_try_echo") >&5
9889 (eval "$ac_link") 2>conftest.er1
9890 ac_status=$?
9891 grep -v '^ *+' conftest.er1 >conftest.err
9892 rm -f conftest.er1
9893 cat conftest.err >&5
9894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9895 (exit $ac_status); } && {
9896 test -z "$ac_c_werror_flag" ||
9897 test ! -s conftest.err
9898 } && test -s conftest$ac_exeext && {
9899 test "$cross_compiling" = yes ||
9900 $as_test_x conftest$ac_exeext
9901 }; then
9902 case "$LIBEXT" in
9903 dll) ;;
9904 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'` ;;
9905 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9906 esac
9907 else
9908 $as_echo "$as_me: failed program was:" >&5
9909 sed 's/^/| /' conftest.$ac_ext >&5
9914 rm -rf conftest.dSYM
9915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9916 conftest$ac_exeext conftest.$ac_ext
9917 LIBS=$ac_check_soname_save_LIBS
9919 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9920 { $as_echo "$as_me:$LINENO: result: not found" >&5
9921 $as_echo "not found" >&6; }
9923 else
9924 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9925 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9927 cat >>confdefs.h <<_ACEOF
9928 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9929 _ACEOF
9947 for ac_header in X11/Xlib.h \
9948 X11/XKBlib.h \
9949 X11/Xutil.h \
9950 X11/Xcursor/Xcursor.h \
9951 X11/extensions/shape.h \
9952 X11/extensions/XInput.h \
9953 X11/extensions/XShm.h \
9954 X11/extensions/Xcomposite.h \
9955 X11/extensions/Xinerama.h \
9956 X11/extensions/Xrandr.h \
9957 X11/extensions/Xrender.h \
9958 X11/extensions/xf86vmode.h
9960 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9961 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9962 $as_echo_n "checking for $ac_header... " >&6; }
9963 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9964 $as_echo_n "(cached) " >&6
9965 else
9966 cat >conftest.$ac_ext <<_ACEOF
9967 /* confdefs.h. */
9968 _ACEOF
9969 cat confdefs.h >>conftest.$ac_ext
9970 cat >>conftest.$ac_ext <<_ACEOF
9971 /* end confdefs.h. */
9972 #ifdef HAVE_X11_XLIB_H
9973 # include <X11/Xlib.h>
9974 #endif
9975 #ifdef HAVE_X11_XUTIL_H
9976 # include <X11/Xutil.h>
9977 #endif
9979 #include <$ac_header>
9980 _ACEOF
9981 rm -f conftest.$ac_objext
9982 if { (ac_try="$ac_compile"
9983 case "(($ac_try" in
9984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9985 *) ac_try_echo=$ac_try;;
9986 esac
9987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9988 $as_echo "$ac_try_echo") >&5
9989 (eval "$ac_compile") 2>conftest.er1
9990 ac_status=$?
9991 grep -v '^ *+' conftest.er1 >conftest.err
9992 rm -f conftest.er1
9993 cat conftest.err >&5
9994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9995 (exit $ac_status); } && {
9996 test -z "$ac_c_werror_flag" ||
9997 test ! -s conftest.err
9998 } && test -s conftest.$ac_objext; then
9999 eval "$as_ac_Header=yes"
10000 else
10001 $as_echo "$as_me: failed program was:" >&5
10002 sed 's/^/| /' conftest.$ac_ext >&5
10004 eval "$as_ac_Header=no"
10007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10009 ac_res=`eval 'as_val=${'$as_ac_Header'}
10010 $as_echo "$as_val"'`
10011 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10012 $as_echo "$ac_res" >&6; }
10013 as_val=`eval 'as_val=${'$as_ac_Header'}
10014 $as_echo "$as_val"'`
10015 if test "x$as_val" = x""yes; then
10016 cat >>confdefs.h <<_ACEOF
10017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10018 _ACEOF
10022 done
10025 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10026 then
10027 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10028 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10029 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10030 $as_echo_n "(cached) " >&6
10031 else
10032 ac_check_lib_save_LIBS=$LIBS
10033 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10034 cat >conftest.$ac_ext <<_ACEOF
10035 /* confdefs.h. */
10036 _ACEOF
10037 cat confdefs.h >>conftest.$ac_ext
10038 cat >>conftest.$ac_ext <<_ACEOF
10039 /* end confdefs.h. */
10041 /* Override any GCC internal prototype to avoid an error.
10042 Use char because int might match the return type of a GCC
10043 builtin and then its argument prototype would still apply. */
10044 #ifdef __cplusplus
10045 extern "C"
10046 #endif
10047 char XkbQueryExtension ();
10049 main ()
10051 return XkbQueryExtension ();
10053 return 0;
10055 _ACEOF
10056 rm -f conftest.$ac_objext conftest$ac_exeext
10057 if { (ac_try="$ac_link"
10058 case "(($ac_try" in
10059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10060 *) ac_try_echo=$ac_try;;
10061 esac
10062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10063 $as_echo "$ac_try_echo") >&5
10064 (eval "$ac_link") 2>conftest.er1
10065 ac_status=$?
10066 grep -v '^ *+' conftest.er1 >conftest.err
10067 rm -f conftest.er1
10068 cat conftest.err >&5
10069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10070 (exit $ac_status); } && {
10071 test -z "$ac_c_werror_flag" ||
10072 test ! -s conftest.err
10073 } && test -s conftest$ac_exeext && {
10074 test "$cross_compiling" = yes ||
10075 $as_test_x conftest$ac_exeext
10076 }; then
10077 ac_cv_lib_X11_XkbQueryExtension=yes
10078 else
10079 $as_echo "$as_me: failed program was:" >&5
10080 sed 's/^/| /' conftest.$ac_ext >&5
10082 ac_cv_lib_X11_XkbQueryExtension=no
10085 rm -rf conftest.dSYM
10086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10087 conftest$ac_exeext conftest.$ac_ext
10088 LIBS=$ac_check_lib_save_LIBS
10090 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10091 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10092 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10094 cat >>confdefs.h <<\_ACEOF
10095 #define HAVE_XKB 1
10096 _ACEOF
10102 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10103 then
10104 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10105 $as_echo_n "checking for -lXcursor... " >&6; }
10106 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10107 $as_echo_n "(cached) " >&6
10108 else
10109 ac_check_soname_save_LIBS=$LIBS
10110 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10111 cat >conftest.$ac_ext <<_ACEOF
10112 /* confdefs.h. */
10113 _ACEOF
10114 cat confdefs.h >>conftest.$ac_ext
10115 cat >>conftest.$ac_ext <<_ACEOF
10116 /* end confdefs.h. */
10118 /* Override any GCC internal prototype to avoid an error.
10119 Use char because int might match the return type of a GCC
10120 builtin and then its argument prototype would still apply. */
10121 #ifdef __cplusplus
10122 extern "C"
10123 #endif
10124 char XcursorImageLoadCursor ();
10126 main ()
10128 return XcursorImageLoadCursor ();
10130 return 0;
10132 _ACEOF
10133 rm -f conftest.$ac_objext conftest$ac_exeext
10134 if { (ac_try="$ac_link"
10135 case "(($ac_try" in
10136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10137 *) ac_try_echo=$ac_try;;
10138 esac
10139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10140 $as_echo "$ac_try_echo") >&5
10141 (eval "$ac_link") 2>conftest.er1
10142 ac_status=$?
10143 grep -v '^ *+' conftest.er1 >conftest.err
10144 rm -f conftest.er1
10145 cat conftest.err >&5
10146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147 (exit $ac_status); } && {
10148 test -z "$ac_c_werror_flag" ||
10149 test ! -s conftest.err
10150 } && test -s conftest$ac_exeext && {
10151 test "$cross_compiling" = yes ||
10152 $as_test_x conftest$ac_exeext
10153 }; then
10154 case "$LIBEXT" in
10155 dll) ;;
10156 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'` ;;
10157 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10158 esac
10159 else
10160 $as_echo "$as_me: failed program was:" >&5
10161 sed 's/^/| /' conftest.$ac_ext >&5
10166 rm -rf conftest.dSYM
10167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10168 conftest$ac_exeext conftest.$ac_ext
10169 LIBS=$ac_check_soname_save_LIBS
10171 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10172 { $as_echo "$as_me:$LINENO: result: not found" >&5
10173 $as_echo "not found" >&6; }
10175 else
10176 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10177 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10179 cat >>confdefs.h <<_ACEOF
10180 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10181 _ACEOF
10187 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10188 case "x$with_xcursor" in
10189 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10190 xno) ;;
10191 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10192 This is an error since --with-xcursor was requested." >&5
10193 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10194 This is an error since --with-xcursor was requested." >&2;}
10195 { (exit 1); exit 1; }; } ;;
10196 esac
10200 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10201 then
10202 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10203 $as_echo_n "checking for -lXi... " >&6; }
10204 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10205 $as_echo_n "(cached) " >&6
10206 else
10207 ac_check_soname_save_LIBS=$LIBS
10208 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10209 cat >conftest.$ac_ext <<_ACEOF
10210 /* confdefs.h. */
10211 _ACEOF
10212 cat confdefs.h >>conftest.$ac_ext
10213 cat >>conftest.$ac_ext <<_ACEOF
10214 /* end confdefs.h. */
10216 /* Override any GCC internal prototype to avoid an error.
10217 Use char because int might match the return type of a GCC
10218 builtin and then its argument prototype would still apply. */
10219 #ifdef __cplusplus
10220 extern "C"
10221 #endif
10222 char XOpenDevice ();
10224 main ()
10226 return XOpenDevice ();
10228 return 0;
10230 _ACEOF
10231 rm -f conftest.$ac_objext conftest$ac_exeext
10232 if { (ac_try="$ac_link"
10233 case "(($ac_try" in
10234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10235 *) ac_try_echo=$ac_try;;
10236 esac
10237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10238 $as_echo "$ac_try_echo") >&5
10239 (eval "$ac_link") 2>conftest.er1
10240 ac_status=$?
10241 grep -v '^ *+' conftest.er1 >conftest.err
10242 rm -f conftest.er1
10243 cat conftest.err >&5
10244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10245 (exit $ac_status); } && {
10246 test -z "$ac_c_werror_flag" ||
10247 test ! -s conftest.err
10248 } && test -s conftest$ac_exeext && {
10249 test "$cross_compiling" = yes ||
10250 $as_test_x conftest$ac_exeext
10251 }; then
10252 case "$LIBEXT" in
10253 dll) ;;
10254 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'` ;;
10255 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10256 esac
10257 else
10258 $as_echo "$as_me: failed program was:" >&5
10259 sed 's/^/| /' conftest.$ac_ext >&5
10264 rm -rf conftest.dSYM
10265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_soname_save_LIBS
10269 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10270 { $as_echo "$as_me:$LINENO: result: not found" >&5
10271 $as_echo "not found" >&6; }
10273 else
10274 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10275 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10277 cat >>confdefs.h <<_ACEOF
10278 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10279 _ACEOF
10285 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10286 case "x$with_xinput" in
10287 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10288 xno) ;;
10289 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10290 This is an error since --with-xinput was requested." >&5
10291 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10292 This is an error since --with-xinput was requested." >&2;}
10293 { (exit 1); exit 1; }; } ;;
10294 esac
10298 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10299 then
10300 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10301 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10302 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10303 $as_echo_n "(cached) " >&6
10304 else
10305 ac_check_lib_save_LIBS=$LIBS
10306 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10307 cat >conftest.$ac_ext <<_ACEOF
10308 /* confdefs.h. */
10309 _ACEOF
10310 cat confdefs.h >>conftest.$ac_ext
10311 cat >>conftest.$ac_ext <<_ACEOF
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XShmQueryExtension ();
10322 main ()
10324 return XShmQueryExtension ();
10326 return 0;
10328 _ACEOF
10329 rm -f conftest.$ac_objext conftest$ac_exeext
10330 if { (ac_try="$ac_link"
10331 case "(($ac_try" in
10332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10333 *) ac_try_echo=$ac_try;;
10334 esac
10335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10336 $as_echo "$ac_try_echo") >&5
10337 (eval "$ac_link") 2>conftest.er1
10338 ac_status=$?
10339 grep -v '^ *+' conftest.er1 >conftest.err
10340 rm -f conftest.er1
10341 cat conftest.err >&5
10342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 (exit $ac_status); } && {
10344 test -z "$ac_c_werror_flag" ||
10345 test ! -s conftest.err
10346 } && test -s conftest$ac_exeext && {
10347 test "$cross_compiling" = yes ||
10348 $as_test_x conftest$ac_exeext
10349 }; then
10350 ac_cv_lib_Xext_XShmQueryExtension=yes
10351 else
10352 $as_echo "$as_me: failed program was:" >&5
10353 sed 's/^/| /' conftest.$ac_ext >&5
10355 ac_cv_lib_Xext_XShmQueryExtension=no
10358 rm -rf conftest.dSYM
10359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_lib_save_LIBS
10363 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10364 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10365 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10367 cat >>confdefs.h <<\_ACEOF
10368 #define HAVE_LIBXXSHM 1
10369 _ACEOF
10374 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10375 case "x$with_xshm" in
10376 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10377 xno) ;;
10378 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10379 This is an error since --with-xshm was requested." >&5
10380 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10381 This is an error since --with-xshm was requested." >&2;}
10382 { (exit 1); exit 1; }; } ;;
10383 esac
10387 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10388 then
10389 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10390 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10391 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10392 $as_echo_n "(cached) " >&6
10393 else
10394 ac_check_lib_save_LIBS=$LIBS
10395 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10396 cat >conftest.$ac_ext <<_ACEOF
10397 /* confdefs.h. */
10398 _ACEOF
10399 cat confdefs.h >>conftest.$ac_ext
10400 cat >>conftest.$ac_ext <<_ACEOF
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char XShapeQueryExtension ();
10411 main ()
10413 return XShapeQueryExtension ();
10415 return 0;
10417 _ACEOF
10418 rm -f conftest.$ac_objext conftest$ac_exeext
10419 if { (ac_try="$ac_link"
10420 case "(($ac_try" in
10421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10422 *) ac_try_echo=$ac_try;;
10423 esac
10424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10425 $as_echo "$ac_try_echo") >&5
10426 (eval "$ac_link") 2>conftest.er1
10427 ac_status=$?
10428 grep -v '^ *+' conftest.er1 >conftest.err
10429 rm -f conftest.er1
10430 cat conftest.err >&5
10431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10432 (exit $ac_status); } && {
10433 test -z "$ac_c_werror_flag" ||
10434 test ! -s conftest.err
10435 } && test -s conftest$ac_exeext && {
10436 test "$cross_compiling" = yes ||
10437 $as_test_x conftest$ac_exeext
10438 }; then
10439 ac_cv_lib_Xext_XShapeQueryExtension=yes
10440 else
10441 $as_echo "$as_me: failed program was:" >&5
10442 sed 's/^/| /' conftest.$ac_ext >&5
10444 ac_cv_lib_Xext_XShapeQueryExtension=no
10447 rm -rf conftest.dSYM
10448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10449 conftest$ac_exeext conftest.$ac_ext
10450 LIBS=$ac_check_lib_save_LIBS
10452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10453 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10454 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10456 cat >>confdefs.h <<\_ACEOF
10457 #define HAVE_LIBXSHAPE 1
10458 _ACEOF
10463 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10464 case "x$with_xshape" in
10465 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10466 xno) ;;
10467 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10468 This is an error since --with-xshape was requested." >&5
10469 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10470 This is an error since --with-xshape was requested." >&2;}
10471 { (exit 1); exit 1; }; } ;;
10472 esac
10476 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10477 then
10478 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10479 $as_echo_n "checking for -lXxf86vm... " >&6; }
10480 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10481 $as_echo_n "(cached) " >&6
10482 else
10483 ac_check_soname_save_LIBS=$LIBS
10484 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10485 cat >conftest.$ac_ext <<_ACEOF
10486 /* confdefs.h. */
10487 _ACEOF
10488 cat confdefs.h >>conftest.$ac_ext
10489 cat >>conftest.$ac_ext <<_ACEOF
10490 /* end confdefs.h. */
10492 /* Override any GCC internal prototype to avoid an error.
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
10495 #ifdef __cplusplus
10496 extern "C"
10497 #endif
10498 char XF86VidModeQueryExtension ();
10500 main ()
10502 return XF86VidModeQueryExtension ();
10504 return 0;
10506 _ACEOF
10507 rm -f conftest.$ac_objext conftest$ac_exeext
10508 if { (ac_try="$ac_link"
10509 case "(($ac_try" in
10510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10511 *) ac_try_echo=$ac_try;;
10512 esac
10513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10514 $as_echo "$ac_try_echo") >&5
10515 (eval "$ac_link") 2>conftest.er1
10516 ac_status=$?
10517 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1
10519 cat conftest.err >&5
10520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && {
10522 test -z "$ac_c_werror_flag" ||
10523 test ! -s conftest.err
10524 } && test -s conftest$ac_exeext && {
10525 test "$cross_compiling" = yes ||
10526 $as_test_x conftest$ac_exeext
10527 }; then
10528 case "$LIBEXT" in
10529 dll) ;;
10530 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'` ;;
10531 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10532 esac
10533 else
10534 $as_echo "$as_me: failed program was:" >&5
10535 sed 's/^/| /' conftest.$ac_ext >&5
10540 rm -rf conftest.dSYM
10541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10542 conftest$ac_exeext conftest.$ac_ext
10543 LIBS=$ac_check_soname_save_LIBS
10545 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10546 { $as_echo "$as_me:$LINENO: result: not found" >&5
10547 $as_echo "not found" >&6; }
10549 else
10550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10551 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10553 cat >>confdefs.h <<_ACEOF
10554 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10555 _ACEOF
10561 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10562 case "x$with_xxf86vm" in
10563 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10564 xno) ;;
10565 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10566 This is an error since --with-xxf86vm was requested." >&5
10567 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10568 This is an error since --with-xxf86vm was requested." >&2;}
10569 { (exit 1); exit 1; }; } ;;
10570 esac
10574 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"
10575 then
10576 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10577 $as_echo_n "checking for -lXrender... " >&6; }
10578 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10579 $as_echo_n "(cached) " >&6
10580 else
10581 ac_check_soname_save_LIBS=$LIBS
10582 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10583 cat >conftest.$ac_ext <<_ACEOF
10584 /* confdefs.h. */
10585 _ACEOF
10586 cat confdefs.h >>conftest.$ac_ext
10587 cat >>conftest.$ac_ext <<_ACEOF
10588 /* end confdefs.h. */
10590 /* Override any GCC internal prototype to avoid an error.
10591 Use char because int might match the return type of a GCC
10592 builtin and then its argument prototype would still apply. */
10593 #ifdef __cplusplus
10594 extern "C"
10595 #endif
10596 char XRenderQueryExtension ();
10598 main ()
10600 return XRenderQueryExtension ();
10602 return 0;
10604 _ACEOF
10605 rm -f conftest.$ac_objext conftest$ac_exeext
10606 if { (ac_try="$ac_link"
10607 case "(($ac_try" in
10608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10609 *) ac_try_echo=$ac_try;;
10610 esac
10611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10612 $as_echo "$ac_try_echo") >&5
10613 (eval "$ac_link") 2>conftest.er1
10614 ac_status=$?
10615 grep -v '^ *+' conftest.er1 >conftest.err
10616 rm -f conftest.er1
10617 cat conftest.err >&5
10618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10619 (exit $ac_status); } && {
10620 test -z "$ac_c_werror_flag" ||
10621 test ! -s conftest.err
10622 } && test -s conftest$ac_exeext && {
10623 test "$cross_compiling" = yes ||
10624 $as_test_x conftest$ac_exeext
10625 }; then
10626 case "$LIBEXT" in
10627 dll) ;;
10628 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'` ;;
10629 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10630 esac
10631 else
10632 $as_echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.$ac_ext >&5
10638 rm -rf conftest.dSYM
10639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10640 conftest$ac_exeext conftest.$ac_ext
10641 LIBS=$ac_check_soname_save_LIBS
10643 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10644 { $as_echo "$as_me:$LINENO: result: not found" >&5
10645 $as_echo "not found" >&6; }
10647 else
10648 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10649 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10651 cat >>confdefs.h <<_ACEOF
10652 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10653 _ACEOF
10655 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10656 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10657 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10658 $as_echo_n "(cached) " >&6
10659 else
10660 ac_check_lib_save_LIBS=$LIBS
10661 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10662 cat >conftest.$ac_ext <<_ACEOF
10663 /* confdefs.h. */
10664 _ACEOF
10665 cat confdefs.h >>conftest.$ac_ext
10666 cat >>conftest.$ac_ext <<_ACEOF
10667 /* end confdefs.h. */
10669 /* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
10671 builtin and then its argument prototype would still apply. */
10672 #ifdef __cplusplus
10673 extern "C"
10674 #endif
10675 char XRenderSetPictureTransform ();
10677 main ()
10679 return XRenderSetPictureTransform ();
10681 return 0;
10683 _ACEOF
10684 rm -f conftest.$ac_objext conftest$ac_exeext
10685 if { (ac_try="$ac_link"
10686 case "(($ac_try" in
10687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10689 esac
10690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10691 $as_echo "$ac_try_echo") >&5
10692 (eval "$ac_link") 2>conftest.er1
10693 ac_status=$?
10694 grep -v '^ *+' conftest.er1 >conftest.err
10695 rm -f conftest.er1
10696 cat conftest.err >&5
10697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698 (exit $ac_status); } && {
10699 test -z "$ac_c_werror_flag" ||
10700 test ! -s conftest.err
10701 } && test -s conftest$ac_exeext && {
10702 test "$cross_compiling" = yes ||
10703 $as_test_x conftest$ac_exeext
10704 }; then
10705 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10706 else
10707 $as_echo "$as_me: failed program was:" >&5
10708 sed 's/^/| /' conftest.$ac_ext >&5
10710 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10713 rm -rf conftest.dSYM
10714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10715 conftest$ac_exeext conftest.$ac_ext
10716 LIBS=$ac_check_lib_save_LIBS
10718 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10719 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10720 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10722 cat >>confdefs.h <<\_ACEOF
10723 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10724 _ACEOF
10732 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10733 case "x$with_xrender" in
10734 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10735 xno) ;;
10736 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10737 This is an error since --with-xrender was requested." >&5
10738 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10739 This is an error since --with-xrender was requested." >&2;}
10740 { (exit 1); exit 1; }; } ;;
10741 esac
10745 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10746 then
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. */
10753 #include <X11/Xlib.h>
10754 #include <X11/extensions/Xrandr.h>
10756 main ()
10758 static typeof(XRRSetScreenConfigAndRate) * func;
10760 return 0;
10762 _ACEOF
10763 rm -f conftest.$ac_objext
10764 if { (ac_try="$ac_compile"
10765 case "(($ac_try" in
10766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10767 *) ac_try_echo=$ac_try;;
10768 esac
10769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10770 $as_echo "$ac_try_echo") >&5
10771 (eval "$ac_compile") 2>conftest.er1
10772 ac_status=$?
10773 grep -v '^ *+' conftest.er1 >conftest.err
10774 rm -f conftest.er1
10775 cat conftest.err >&5
10776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10777 (exit $ac_status); } && {
10778 test -z "$ac_c_werror_flag" ||
10779 test ! -s conftest.err
10780 } && test -s conftest.$ac_objext; then
10781 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10782 $as_echo_n "checking for -lXrandr... " >&6; }
10783 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10784 $as_echo_n "(cached) " >&6
10785 else
10786 ac_check_soname_save_LIBS=$LIBS
10787 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10788 cat >conftest.$ac_ext <<_ACEOF
10789 /* confdefs.h. */
10790 _ACEOF
10791 cat confdefs.h >>conftest.$ac_ext
10792 cat >>conftest.$ac_ext <<_ACEOF
10793 /* end confdefs.h. */
10795 /* Override any GCC internal prototype to avoid an error.
10796 Use char because int might match the return type of a GCC
10797 builtin and then its argument prototype would still apply. */
10798 #ifdef __cplusplus
10799 extern "C"
10800 #endif
10801 char XRRQueryExtension ();
10803 main ()
10805 return XRRQueryExtension ();
10807 return 0;
10809 _ACEOF
10810 rm -f conftest.$ac_objext conftest$ac_exeext
10811 if { (ac_try="$ac_link"
10812 case "(($ac_try" in
10813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10814 *) ac_try_echo=$ac_try;;
10815 esac
10816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10817 $as_echo "$ac_try_echo") >&5
10818 (eval "$ac_link") 2>conftest.er1
10819 ac_status=$?
10820 grep -v '^ *+' conftest.er1 >conftest.err
10821 rm -f conftest.er1
10822 cat conftest.err >&5
10823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext && {
10828 test "$cross_compiling" = yes ||
10829 $as_test_x conftest$ac_exeext
10830 }; then
10831 case "$LIBEXT" in
10832 dll) ;;
10833 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'` ;;
10834 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10835 esac
10836 else
10837 $as_echo "$as_me: failed program was:" >&5
10838 sed 's/^/| /' conftest.$ac_ext >&5
10843 rm -rf conftest.dSYM
10844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10845 conftest$ac_exeext conftest.$ac_ext
10846 LIBS=$ac_check_soname_save_LIBS
10848 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10849 { $as_echo "$as_me:$LINENO: result: not found" >&5
10850 $as_echo "not found" >&6; }
10852 else
10853 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10854 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10856 cat >>confdefs.h <<_ACEOF
10857 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10858 _ACEOF
10863 else
10864 $as_echo "$as_me: failed program was:" >&5
10865 sed 's/^/| /' conftest.$ac_ext >&5
10870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10872 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10873 case "x$with_xrandr" in
10874 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10875 xno) ;;
10876 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10877 This is an error since --with-xrandr was requested." >&5
10878 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10879 This is an error since --with-xrandr was requested." >&2;}
10880 { (exit 1); exit 1; }; } ;;
10881 esac
10885 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10886 then
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. */
10893 #include <X11/Xlib.h>
10894 #include <X11/extensions/Xinerama.h>
10896 main ()
10898 static typeof(XineramaQueryScreens) * func;
10900 return 0;
10902 _ACEOF
10903 rm -f conftest.$ac_objext
10904 if { (ac_try="$ac_compile"
10905 case "(($ac_try" in
10906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10907 *) ac_try_echo=$ac_try;;
10908 esac
10909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10910 $as_echo "$ac_try_echo") >&5
10911 (eval "$ac_compile") 2>conftest.er1
10912 ac_status=$?
10913 grep -v '^ *+' conftest.er1 >conftest.err
10914 rm -f conftest.er1
10915 cat conftest.err >&5
10916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10917 (exit $ac_status); } && {
10918 test -z "$ac_c_werror_flag" ||
10919 test ! -s conftest.err
10920 } && test -s conftest.$ac_objext; then
10921 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
10922 $as_echo_n "checking for -lXinerama... " >&6; }
10923 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10924 $as_echo_n "(cached) " >&6
10925 else
10926 ac_check_soname_save_LIBS=$LIBS
10927 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h. */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char XineramaQueryScreens ();
10943 main ()
10945 return XineramaQueryScreens ();
10947 return 0;
10949 _ACEOF
10950 rm -f conftest.$ac_objext conftest$ac_exeext
10951 if { (ac_try="$ac_link"
10952 case "(($ac_try" in
10953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10954 *) ac_try_echo=$ac_try;;
10955 esac
10956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10957 $as_echo "$ac_try_echo") >&5
10958 (eval "$ac_link") 2>conftest.er1
10959 ac_status=$?
10960 grep -v '^ *+' conftest.er1 >conftest.err
10961 rm -f conftest.er1
10962 cat conftest.err >&5
10963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } && {
10965 test -z "$ac_c_werror_flag" ||
10966 test ! -s conftest.err
10967 } && test -s conftest$ac_exeext && {
10968 test "$cross_compiling" = yes ||
10969 $as_test_x conftest$ac_exeext
10970 }; then
10971 case "$LIBEXT" in
10972 dll) ;;
10973 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'` ;;
10974 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10975 esac
10976 else
10977 $as_echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10983 rm -rf conftest.dSYM
10984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10985 conftest$ac_exeext conftest.$ac_ext
10986 LIBS=$ac_check_soname_save_LIBS
10988 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10989 { $as_echo "$as_me:$LINENO: result: not found" >&5
10990 $as_echo "not found" >&6; }
10992 else
10993 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10994 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10996 cat >>confdefs.h <<_ACEOF
10997 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10998 _ACEOF
11003 else
11004 $as_echo "$as_me: failed program was:" >&5
11005 sed 's/^/| /' conftest.$ac_ext >&5
11010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11012 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11013 case "x$with_xinerama" in
11014 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11015 xno) ;;
11016 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11017 This is an error since --with-xinerama was requested." >&5
11018 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11019 This is an error since --with-xinerama was requested." >&2;}
11020 { (exit 1); exit 1; }; } ;;
11021 esac
11025 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11026 then
11027 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11028 $as_echo_n "checking for -lXcomposite... " >&6; }
11029 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11030 $as_echo_n "(cached) " >&6
11031 else
11032 ac_check_soname_save_LIBS=$LIBS
11033 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11034 cat >conftest.$ac_ext <<_ACEOF
11035 /* confdefs.h. */
11036 _ACEOF
11037 cat confdefs.h >>conftest.$ac_ext
11038 cat >>conftest.$ac_ext <<_ACEOF
11039 /* end confdefs.h. */
11041 /* Override any GCC internal prototype to avoid an error.
11042 Use char because int might match the return type of a GCC
11043 builtin and then its argument prototype would still apply. */
11044 #ifdef __cplusplus
11045 extern "C"
11046 #endif
11047 char XCompositeRedirectWindow ();
11049 main ()
11051 return XCompositeRedirectWindow ();
11053 return 0;
11055 _ACEOF
11056 rm -f conftest.$ac_objext conftest$ac_exeext
11057 if { (ac_try="$ac_link"
11058 case "(($ac_try" in
11059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11060 *) ac_try_echo=$ac_try;;
11061 esac
11062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11063 $as_echo "$ac_try_echo") >&5
11064 (eval "$ac_link") 2>conftest.er1
11065 ac_status=$?
11066 grep -v '^ *+' conftest.er1 >conftest.err
11067 rm -f conftest.er1
11068 cat conftest.err >&5
11069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11070 (exit $ac_status); } && {
11071 test -z "$ac_c_werror_flag" ||
11072 test ! -s conftest.err
11073 } && test -s conftest$ac_exeext && {
11074 test "$cross_compiling" = yes ||
11075 $as_test_x conftest$ac_exeext
11076 }; then
11077 case "$LIBEXT" in
11078 dll) ;;
11079 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'` ;;
11080 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11081 esac
11082 else
11083 $as_echo "$as_me: failed program was:" >&5
11084 sed 's/^/| /' conftest.$ac_ext >&5
11089 rm -rf conftest.dSYM
11090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11091 conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_soname_save_LIBS
11094 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11095 { $as_echo "$as_me:$LINENO: result: not found" >&5
11096 $as_echo "not found" >&6; }
11098 else
11099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11100 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11102 cat >>confdefs.h <<_ACEOF
11103 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11104 _ACEOF
11110 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11111 case "x$with_xcomposite" in
11112 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11113 xno) ;;
11114 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11115 This is an error since --with-xcomposite was requested." >&5
11116 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11117 This is an error since --with-xcomposite was requested." >&2;}
11118 { (exit 1); exit 1; }; } ;;
11119 esac
11123 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11124 $as_echo_n "checking for XICCallback.callback... " >&6; }
11125 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11126 $as_echo_n "(cached) " >&6
11127 else
11128 cat >conftest.$ac_ext <<_ACEOF
11129 /* confdefs.h. */
11130 _ACEOF
11131 cat confdefs.h >>conftest.$ac_ext
11132 cat >>conftest.$ac_ext <<_ACEOF
11133 /* end confdefs.h. */
11134 #ifdef HAVE_X11_XLIB_H
11135 #include <X11/Xlib.h>
11136 #endif
11139 main ()
11141 static XICCallback ac_aggr;
11142 if (ac_aggr.callback)
11143 return 0;
11145 return 0;
11147 _ACEOF
11148 rm -f conftest.$ac_objext
11149 if { (ac_try="$ac_compile"
11150 case "(($ac_try" in
11151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11152 *) ac_try_echo=$ac_try;;
11153 esac
11154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11155 $as_echo "$ac_try_echo") >&5
11156 (eval "$ac_compile") 2>conftest.er1
11157 ac_status=$?
11158 grep -v '^ *+' conftest.er1 >conftest.err
11159 rm -f conftest.er1
11160 cat conftest.err >&5
11161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest.$ac_objext; then
11166 ac_cv_member_XICCallback_callback=yes
11167 else
11168 $as_echo "$as_me: failed program was:" >&5
11169 sed 's/^/| /' conftest.$ac_ext >&5
11171 cat >conftest.$ac_ext <<_ACEOF
11172 /* confdefs.h. */
11173 _ACEOF
11174 cat confdefs.h >>conftest.$ac_ext
11175 cat >>conftest.$ac_ext <<_ACEOF
11176 /* end confdefs.h. */
11177 #ifdef HAVE_X11_XLIB_H
11178 #include <X11/Xlib.h>
11179 #endif
11182 main ()
11184 static XICCallback ac_aggr;
11185 if (sizeof ac_aggr.callback)
11186 return 0;
11188 return 0;
11190 _ACEOF
11191 rm -f conftest.$ac_objext
11192 if { (ac_try="$ac_compile"
11193 case "(($ac_try" in
11194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11195 *) ac_try_echo=$ac_try;;
11196 esac
11197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11198 $as_echo "$ac_try_echo") >&5
11199 (eval "$ac_compile") 2>conftest.er1
11200 ac_status=$?
11201 grep -v '^ *+' conftest.er1 >conftest.err
11202 rm -f conftest.er1
11203 cat conftest.err >&5
11204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11205 (exit $ac_status); } && {
11206 test -z "$ac_c_werror_flag" ||
11207 test ! -s conftest.err
11208 } && test -s conftest.$ac_objext; then
11209 ac_cv_member_XICCallback_callback=yes
11210 else
11211 $as_echo "$as_me: failed program was:" >&5
11212 sed 's/^/| /' conftest.$ac_ext >&5
11214 ac_cv_member_XICCallback_callback=no
11217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11222 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11223 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11224 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11226 cat >>confdefs.h <<_ACEOF
11227 #define HAVE_XICCALLBACK_CALLBACK 1
11228 _ACEOF
11235 opengl_msg=""
11236 if test "x$with_opengl" != "xno"
11237 then
11242 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11244 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11245 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11246 $as_echo_n "checking for $ac_header... " >&6; }
11247 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11248 $as_echo_n "(cached) " >&6
11249 else
11250 cat >conftest.$ac_ext <<_ACEOF
11251 /* confdefs.h. */
11252 _ACEOF
11253 cat confdefs.h >>conftest.$ac_ext
11254 cat >>conftest.$ac_ext <<_ACEOF
11255 /* end confdefs.h. */
11256 #ifdef HAVE_GL_GLX_H
11257 # include <GL/glx.h>
11258 #endif
11260 #include <$ac_header>
11261 _ACEOF
11262 rm -f conftest.$ac_objext
11263 if { (ac_try="$ac_compile"
11264 case "(($ac_try" in
11265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11266 *) ac_try_echo=$ac_try;;
11267 esac
11268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11269 $as_echo "$ac_try_echo") >&5
11270 (eval "$ac_compile") 2>conftest.er1
11271 ac_status=$?
11272 grep -v '^ *+' conftest.er1 >conftest.err
11273 rm -f conftest.er1
11274 cat conftest.err >&5
11275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11276 (exit $ac_status); } && {
11277 test -z "$ac_c_werror_flag" ||
11278 test ! -s conftest.err
11279 } && test -s conftest.$ac_objext; then
11280 eval "$as_ac_Header=yes"
11281 else
11282 $as_echo "$as_me: failed program was:" >&5
11283 sed 's/^/| /' conftest.$ac_ext >&5
11285 eval "$as_ac_Header=no"
11288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11290 ac_res=`eval 'as_val=${'$as_ac_Header'}
11291 $as_echo "$as_val"'`
11292 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11293 $as_echo "$ac_res" >&6; }
11294 as_val=`eval 'as_val=${'$as_ac_Header'}
11295 $as_echo "$as_val"'`
11296 if test "x$as_val" = x""yes; then
11297 cat >>confdefs.h <<_ACEOF
11298 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11299 _ACEOF
11303 done
11305 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11306 then
11307 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11308 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11309 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11310 $as_echo_n "(cached) " >&6
11311 else
11312 cat >conftest.$ac_ext <<_ACEOF
11313 /* confdefs.h. */
11314 _ACEOF
11315 cat confdefs.h >>conftest.$ac_ext
11316 cat >>conftest.$ac_ext <<_ACEOF
11317 /* end confdefs.h. */
11318 #include <GL/gl.h>
11320 main ()
11322 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11324 return 0;
11326 _ACEOF
11327 rm -f conftest.$ac_objext
11328 if { (ac_try="$ac_compile"
11329 case "(($ac_try" in
11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11332 esac
11333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11334 $as_echo "$ac_try_echo") >&5
11335 (eval "$ac_compile") 2>conftest.er1
11336 ac_status=$?
11337 grep -v '^ *+' conftest.er1 >conftest.err
11338 rm -f conftest.er1
11339 cat conftest.err >&5
11340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341 (exit $ac_status); } && {
11342 test -z "$ac_c_werror_flag" ||
11343 test ! -s conftest.err
11344 } && test -s conftest.$ac_objext; then
11345 wine_cv_opengl_header_version_OK="yes"
11346 else
11347 $as_echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11350 wine_cv_opengl_header_version_OK="no"
11353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11355 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11356 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11358 if test "$wine_cv_opengl_header_version_OK" = "yes"
11359 then
11360 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11361 $as_echo_n "checking for -lGL... " >&6; }
11362 if test "${ac_cv_lib_soname_GL+set}" = set; then
11363 $as_echo_n "(cached) " >&6
11364 else
11365 ac_check_soname_save_LIBS=$LIBS
11366 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11367 cat >conftest.$ac_ext <<_ACEOF
11368 /* confdefs.h. */
11369 _ACEOF
11370 cat confdefs.h >>conftest.$ac_ext
11371 cat >>conftest.$ac_ext <<_ACEOF
11372 /* end confdefs.h. */
11374 /* Override any GCC internal prototype to avoid an error.
11375 Use char because int might match the return type of a GCC
11376 builtin and then its argument prototype would still apply. */
11377 #ifdef __cplusplus
11378 extern "C"
11379 #endif
11380 char glXCreateContext ();
11382 main ()
11384 return glXCreateContext ();
11386 return 0;
11388 _ACEOF
11389 rm -f conftest.$ac_objext conftest$ac_exeext
11390 if { (ac_try="$ac_link"
11391 case "(($ac_try" in
11392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11393 *) ac_try_echo=$ac_try;;
11394 esac
11395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11396 $as_echo "$ac_try_echo") >&5
11397 (eval "$ac_link") 2>conftest.er1
11398 ac_status=$?
11399 grep -v '^ *+' conftest.er1 >conftest.err
11400 rm -f conftest.er1
11401 cat conftest.err >&5
11402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11403 (exit $ac_status); } && {
11404 test -z "$ac_c_werror_flag" ||
11405 test ! -s conftest.err
11406 } && test -s conftest$ac_exeext && {
11407 test "$cross_compiling" = yes ||
11408 $as_test_x conftest$ac_exeext
11409 }; then
11410 case "$LIBEXT" in
11411 dll) ;;
11412 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'` ;;
11413 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11414 esac
11415 else
11416 $as_echo "$as_me: failed program was:" >&5
11417 sed 's/^/| /' conftest.$ac_ext >&5
11422 rm -rf conftest.dSYM
11423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11424 conftest$ac_exeext conftest.$ac_ext
11425 LIBS=$ac_check_soname_save_LIBS
11427 if test "x$ac_cv_lib_soname_GL" = "x"; then
11428 { $as_echo "$as_me:$LINENO: result: not found" >&5
11429 $as_echo "not found" >&6; }
11430 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11431 $as_echo_n "checking for -lGL... " >&6; }
11432 if test "${ac_cv_lib_soname_GL+set}" = set; then
11433 $as_echo_n "(cached) " >&6
11434 else
11435 ac_check_soname_save_LIBS=$LIBS
11436 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"
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h. */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h. */
11444 /* Override any GCC internal prototype to avoid an error.
11445 Use char because int might match the return type of a GCC
11446 builtin and then its argument prototype would still apply. */
11447 #ifdef __cplusplus
11448 extern "C"
11449 #endif
11450 char glXCreateContext ();
11452 main ()
11454 return glXCreateContext ();
11456 return 0;
11458 _ACEOF
11459 rm -f conftest.$ac_objext conftest$ac_exeext
11460 if { (ac_try="$ac_link"
11461 case "(($ac_try" in
11462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11463 *) ac_try_echo=$ac_try;;
11464 esac
11465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11466 $as_echo "$ac_try_echo") >&5
11467 (eval "$ac_link") 2>conftest.er1
11468 ac_status=$?
11469 grep -v '^ *+' conftest.er1 >conftest.err
11470 rm -f conftest.er1
11471 cat conftest.err >&5
11472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } && {
11474 test -z "$ac_c_werror_flag" ||
11475 test ! -s conftest.err
11476 } && test -s conftest$ac_exeext && {
11477 test "$cross_compiling" = yes ||
11478 $as_test_x conftest$ac_exeext
11479 }; then
11480 case "$LIBEXT" in
11481 dll) ;;
11482 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'` ;;
11483 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11484 esac
11485 else
11486 $as_echo "$as_me: failed program was:" >&5
11487 sed 's/^/| /' conftest.$ac_ext >&5
11492 rm -rf conftest.dSYM
11493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11494 conftest$ac_exeext conftest.$ac_ext
11495 LIBS=$ac_check_soname_save_LIBS
11497 if test "x$ac_cv_lib_soname_GL" = "x"; then
11498 { $as_echo "$as_me:$LINENO: result: not found" >&5
11499 $as_echo "not found" >&6; }
11500 if test -f /usr/X11R6/lib/libGL.a
11501 then
11502 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11503 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11504 else
11505 opengl_msg="No OpenGL library found on this system."
11507 else
11508 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11509 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11511 cat >>confdefs.h <<_ACEOF
11512 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11513 _ACEOF
11515 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"
11517 cat >>confdefs.h <<\_ACEOF
11518 #define HAVE_OPENGL 1
11519 _ACEOF
11523 else
11524 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11525 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11527 cat >>confdefs.h <<_ACEOF
11528 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11529 _ACEOF
11531 OPENGL_LIBS="-lGL"
11533 cat >>confdefs.h <<\_ACEOF
11534 #define HAVE_OPENGL 1
11535 _ACEOF
11539 if test "$ac_cv_header_GL_glu_h" = "yes"
11540 then
11541 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11542 $as_echo_n "checking for -lGLU... " >&6; }
11543 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11544 $as_echo_n "(cached) " >&6
11545 else
11546 ac_check_soname_save_LIBS=$LIBS
11547 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11548 cat >conftest.$ac_ext <<_ACEOF
11549 /* confdefs.h. */
11550 _ACEOF
11551 cat confdefs.h >>conftest.$ac_ext
11552 cat >>conftest.$ac_ext <<_ACEOF
11553 /* end confdefs.h. */
11555 /* Override any GCC internal prototype to avoid an error.
11556 Use char because int might match the return type of a GCC
11557 builtin and then its argument prototype would still apply. */
11558 #ifdef __cplusplus
11559 extern "C"
11560 #endif
11561 char gluLookAt ();
11563 main ()
11565 return gluLookAt ();
11567 return 0;
11569 _ACEOF
11570 rm -f conftest.$ac_objext conftest$ac_exeext
11571 if { (ac_try="$ac_link"
11572 case "(($ac_try" in
11573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11574 *) ac_try_echo=$ac_try;;
11575 esac
11576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11577 $as_echo "$ac_try_echo") >&5
11578 (eval "$ac_link") 2>conftest.er1
11579 ac_status=$?
11580 grep -v '^ *+' conftest.er1 >conftest.err
11581 rm -f conftest.er1
11582 cat conftest.err >&5
11583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); } && {
11585 test -z "$ac_c_werror_flag" ||
11586 test ! -s conftest.err
11587 } && test -s conftest$ac_exeext && {
11588 test "$cross_compiling" = yes ||
11589 $as_test_x conftest$ac_exeext
11590 }; then
11591 case "$LIBEXT" in
11592 dll) ;;
11593 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'` ;;
11594 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11595 esac
11596 else
11597 $as_echo "$as_me: failed program was:" >&5
11598 sed 's/^/| /' conftest.$ac_ext >&5
11603 rm -rf conftest.dSYM
11604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11605 conftest$ac_exeext conftest.$ac_ext
11606 LIBS=$ac_check_soname_save_LIBS
11608 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11609 { $as_echo "$as_me:$LINENO: result: not found" >&5
11610 $as_echo "not found" >&6; }
11612 else
11613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11614 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11616 cat >>confdefs.h <<_ACEOF
11617 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11618 _ACEOF
11624 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11625 case "x$with_glu" in
11626 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11627 xno) ;;
11628 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11629 This is an error since --with-glu was requested." >&5
11630 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11631 This is an error since --with-glu was requested." >&2;}
11632 { (exit 1); exit 1; }; } ;;
11633 esac
11636 else
11637 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11639 else
11640 opengl_msg="OpenGL development headers not found."
11642 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11643 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11644 else
11645 enable_opengl32=${enable_opengl32:-no}
11646 enable_glu32=${enable_glu32:-no}
11648 if test -n "$opengl_msg"; then
11649 case "x$with_opengl" in
11650 x) wine_warnings="$wine_warnings|$opengl_msg
11651 OpenGL and Direct3D won't be supported." ;;
11652 xno) ;;
11653 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11654 OpenGL and Direct3D won't be supported.
11655 This is an error since --with-opengl was requested." >&5
11656 $as_echo "$as_me: error: $opengl_msg
11657 OpenGL and Direct3D won't be supported.
11658 This is an error since --with-opengl was requested." >&2;}
11659 { (exit 1); exit 1; }; } ;;
11660 esac
11664 NASLIBS=""
11667 for ac_header in audio/audiolib.h
11669 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11670 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11671 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11672 $as_echo_n "checking for $ac_header... " >&6; }
11673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11674 $as_echo_n "(cached) " >&6
11676 ac_res=`eval 'as_val=${'$as_ac_Header'}
11677 $as_echo "$as_val"'`
11678 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11679 $as_echo "$ac_res" >&6; }
11680 else
11681 # Is the header compilable?
11682 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11683 $as_echo_n "checking $ac_header usability... " >&6; }
11684 cat >conftest.$ac_ext <<_ACEOF
11685 /* confdefs.h. */
11686 _ACEOF
11687 cat confdefs.h >>conftest.$ac_ext
11688 cat >>conftest.$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11690 $ac_includes_default
11691 #include <$ac_header>
11692 _ACEOF
11693 rm -f conftest.$ac_objext
11694 if { (ac_try="$ac_compile"
11695 case "(($ac_try" in
11696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11697 *) ac_try_echo=$ac_try;;
11698 esac
11699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11700 $as_echo "$ac_try_echo") >&5
11701 (eval "$ac_compile") 2>conftest.er1
11702 ac_status=$?
11703 grep -v '^ *+' conftest.er1 >conftest.err
11704 rm -f conftest.er1
11705 cat conftest.err >&5
11706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11707 (exit $ac_status); } && {
11708 test -z "$ac_c_werror_flag" ||
11709 test ! -s conftest.err
11710 } && test -s conftest.$ac_objext; then
11711 ac_header_compiler=yes
11712 else
11713 $as_echo "$as_me: failed program was:" >&5
11714 sed 's/^/| /' conftest.$ac_ext >&5
11716 ac_header_compiler=no
11719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11720 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11721 $as_echo "$ac_header_compiler" >&6; }
11723 # Is the header present?
11724 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11725 $as_echo_n "checking $ac_header presence... " >&6; }
11726 cat >conftest.$ac_ext <<_ACEOF
11727 /* confdefs.h. */
11728 _ACEOF
11729 cat confdefs.h >>conftest.$ac_ext
11730 cat >>conftest.$ac_ext <<_ACEOF
11731 /* end confdefs.h. */
11732 #include <$ac_header>
11733 _ACEOF
11734 if { (ac_try="$ac_cpp conftest.$ac_ext"
11735 case "(($ac_try" in
11736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11737 *) ac_try_echo=$ac_try;;
11738 esac
11739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11740 $as_echo "$ac_try_echo") >&5
11741 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11742 ac_status=$?
11743 grep -v '^ *+' conftest.er1 >conftest.err
11744 rm -f conftest.er1
11745 cat conftest.err >&5
11746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); } >/dev/null && {
11748 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11749 test ! -s conftest.err
11750 }; then
11751 ac_header_preproc=yes
11752 else
11753 $as_echo "$as_me: failed program was:" >&5
11754 sed 's/^/| /' conftest.$ac_ext >&5
11756 ac_header_preproc=no
11759 rm -f conftest.err conftest.$ac_ext
11760 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11761 $as_echo "$ac_header_preproc" >&6; }
11763 # So? What about this header?
11764 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11765 yes:no: )
11766 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11767 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11768 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11769 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11770 ac_header_preproc=yes
11772 no:yes:* )
11773 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11774 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11775 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11776 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11777 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11778 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11779 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11780 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11781 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11782 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11783 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11784 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11785 ( cat <<\_ASBOX
11786 ## ------------------------------------ ##
11787 ## Report this to wine-devel@winehq.org ##
11788 ## ------------------------------------ ##
11789 _ASBOX
11790 ) | sed "s/^/$as_me: WARNING: /" >&2
11792 esac
11793 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11794 $as_echo_n "checking for $ac_header... " >&6; }
11795 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11796 $as_echo_n "(cached) " >&6
11797 else
11798 eval "$as_ac_Header=\$ac_header_preproc"
11800 ac_res=`eval 'as_val=${'$as_ac_Header'}
11801 $as_echo "$as_val"'`
11802 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11803 $as_echo "$ac_res" >&6; }
11806 as_val=`eval 'as_val=${'$as_ac_Header'}
11807 $as_echo "$as_val"'`
11808 if test "x$as_val" = x""yes; then
11809 cat >>confdefs.h <<_ACEOF
11810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11811 _ACEOF
11813 for ac_header in audio/soundlib.h
11815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11816 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11817 $as_echo_n "checking for $ac_header... " >&6; }
11818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11819 $as_echo_n "(cached) " >&6
11820 else
11821 cat >conftest.$ac_ext <<_ACEOF
11822 /* confdefs.h. */
11823 _ACEOF
11824 cat confdefs.h >>conftest.$ac_ext
11825 cat >>conftest.$ac_ext <<_ACEOF
11826 /* end confdefs.h. */
11827 #include <audio/audiolib.h>
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835 *) ac_try_echo=$ac_try;;
11836 esac
11837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11838 $as_echo "$ac_try_echo") >&5
11839 (eval "$ac_compile") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest.$ac_objext; then
11849 eval "$as_ac_Header=yes"
11850 else
11851 $as_echo "$as_me: failed program was:" >&5
11852 sed 's/^/| /' conftest.$ac_ext >&5
11854 eval "$as_ac_Header=no"
11857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11859 ac_res=`eval 'as_val=${'$as_ac_Header'}
11860 $as_echo "$as_val"'`
11861 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11862 $as_echo "$ac_res" >&6; }
11863 as_val=`eval 'as_val=${'$as_ac_Header'}
11864 $as_echo "$as_val"'`
11865 if test "x$as_val" = x""yes; then
11866 cat >>confdefs.h <<_ACEOF
11867 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11868 _ACEOF
11872 done
11874 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11875 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11876 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11877 $as_echo_n "(cached) " >&6
11878 else
11879 ac_check_lib_save_LIBS=$LIBS
11880 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11881 cat >conftest.$ac_ext <<_ACEOF
11882 /* confdefs.h. */
11883 _ACEOF
11884 cat confdefs.h >>conftest.$ac_ext
11885 cat >>conftest.$ac_ext <<_ACEOF
11886 /* end confdefs.h. */
11888 /* Override any GCC internal prototype to avoid an error.
11889 Use char because int might match the return type of a GCC
11890 builtin and then its argument prototype would still apply. */
11891 #ifdef __cplusplus
11892 extern "C"
11893 #endif
11894 char AuCreateFlow ();
11896 main ()
11898 return AuCreateFlow ();
11900 return 0;
11902 _ACEOF
11903 rm -f conftest.$ac_objext conftest$ac_exeext
11904 if { (ac_try="$ac_link"
11905 case "(($ac_try" in
11906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11907 *) ac_try_echo=$ac_try;;
11908 esac
11909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11910 $as_echo "$ac_try_echo") >&5
11911 (eval "$ac_link") 2>conftest.er1
11912 ac_status=$?
11913 grep -v '^ *+' conftest.er1 >conftest.err
11914 rm -f conftest.er1
11915 cat conftest.err >&5
11916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11917 (exit $ac_status); } && {
11918 test -z "$ac_c_werror_flag" ||
11919 test ! -s conftest.err
11920 } && test -s conftest$ac_exeext && {
11921 test "$cross_compiling" = yes ||
11922 $as_test_x conftest$ac_exeext
11923 }; then
11924 ac_cv_lib_audio_AuCreateFlow=yes
11925 else
11926 $as_echo "$as_me: failed program was:" >&5
11927 sed 's/^/| /' conftest.$ac_ext >&5
11929 ac_cv_lib_audio_AuCreateFlow=no
11932 rm -rf conftest.dSYM
11933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11934 conftest$ac_exeext conftest.$ac_ext
11935 LIBS=$ac_check_lib_save_LIBS
11937 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11938 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
11939 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
11941 cat >>confdefs.h <<\_ACEOF
11942 #define HAVE_NAS 1
11943 _ACEOF
11945 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11946 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
11947 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11948 $as_echo_n "(cached) " >&6
11949 else
11950 ac_check_lib_save_LIBS=$LIBS
11951 LIBS="-lXau $X_LIBS $LIBS"
11952 cat >conftest.$ac_ext <<_ACEOF
11953 /* confdefs.h. */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h. */
11959 /* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char XauGetBestAuthByAddr ();
11967 main ()
11969 return XauGetBestAuthByAddr ();
11971 return 0;
11973 _ACEOF
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978 *) ac_try_echo=$ac_try;;
11979 esac
11980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11981 $as_echo "$ac_try_echo") >&5
11982 (eval "$ac_link") 2>conftest.er1
11983 ac_status=$?
11984 grep -v '^ *+' conftest.er1 >conftest.err
11985 rm -f conftest.er1
11986 cat conftest.err >&5
11987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); } && {
11989 test -z "$ac_c_werror_flag" ||
11990 test ! -s conftest.err
11991 } && test -s conftest$ac_exeext && {
11992 test "$cross_compiling" = yes ||
11993 $as_test_x conftest$ac_exeext
11994 }; then
11995 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11996 else
11997 $as_echo "$as_me: failed program was:" >&5
11998 sed 's/^/| /' conftest.$ac_ext >&5
12000 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12003 rm -rf conftest.dSYM
12004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12005 conftest$ac_exeext conftest.$ac_ext
12006 LIBS=$ac_check_lib_save_LIBS
12008 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12009 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12010 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12011 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12012 else
12013 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12021 done
12024 CPPFLAGS="$ac_save_CPPFLAGS"
12025 else
12026 XLIB=""
12027 X_CFLAGS=""
12028 X_LIBS=""
12029 enable_winex11_drv=${enable_winex11_drv:-no}
12030 enable_opengl32=${enable_opengl32:-no}
12031 enable_glu32=${enable_glu32:-no}
12033 if test "x$XLIB" = "x"; then
12034 case "x$with_x" in
12035 xno) ;;
12036 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12037 without X support, which probably isn't what you want. You will need to install
12038 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12039 Use the --without-x option if you really want this." >&5
12040 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12041 without X support, which probably isn't what you want. You will need to install
12042 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12043 Use the --without-x option if you really want this." >&2;}
12044 { (exit 1); exit 1; }; } ;;
12045 esac
12050 XML2LIBS=""
12052 XML2INCL=""
12054 XSLTINCL=""
12056 if test "x$with_xml" != "xno"
12057 then
12058 ac_save_CPPFLAGS="$CPPFLAGS"
12059 if test "$PKG_CONFIG" != "false"
12060 then
12061 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12062 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12063 else
12064 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12065 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12067 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12069 for ac_header in libxml/parser.h
12071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12072 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12073 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12074 $as_echo_n "checking for $ac_header... " >&6; }
12075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12076 $as_echo_n "(cached) " >&6
12078 ac_res=`eval 'as_val=${'$as_ac_Header'}
12079 $as_echo "$as_val"'`
12080 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12081 $as_echo "$ac_res" >&6; }
12082 else
12083 # Is the header compilable?
12084 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12085 $as_echo_n "checking $ac_header usability... " >&6; }
12086 cat >conftest.$ac_ext <<_ACEOF
12087 /* confdefs.h. */
12088 _ACEOF
12089 cat confdefs.h >>conftest.$ac_ext
12090 cat >>conftest.$ac_ext <<_ACEOF
12091 /* end confdefs.h. */
12092 $ac_includes_default
12093 #include <$ac_header>
12094 _ACEOF
12095 rm -f conftest.$ac_objext
12096 if { (ac_try="$ac_compile"
12097 case "(($ac_try" in
12098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099 *) ac_try_echo=$ac_try;;
12100 esac
12101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12102 $as_echo "$ac_try_echo") >&5
12103 (eval "$ac_compile") 2>conftest.er1
12104 ac_status=$?
12105 grep -v '^ *+' conftest.er1 >conftest.err
12106 rm -f conftest.er1
12107 cat conftest.err >&5
12108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12109 (exit $ac_status); } && {
12110 test -z "$ac_c_werror_flag" ||
12111 test ! -s conftest.err
12112 } && test -s conftest.$ac_objext; then
12113 ac_header_compiler=yes
12114 else
12115 $as_echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.$ac_ext >&5
12118 ac_header_compiler=no
12121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12122 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12123 $as_echo "$ac_header_compiler" >&6; }
12125 # Is the header present?
12126 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12127 $as_echo_n "checking $ac_header presence... " >&6; }
12128 cat >conftest.$ac_ext <<_ACEOF
12129 /* confdefs.h. */
12130 _ACEOF
12131 cat confdefs.h >>conftest.$ac_ext
12132 cat >>conftest.$ac_ext <<_ACEOF
12133 /* end confdefs.h. */
12134 #include <$ac_header>
12135 _ACEOF
12136 if { (ac_try="$ac_cpp conftest.$ac_ext"
12137 case "(($ac_try" in
12138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12139 *) ac_try_echo=$ac_try;;
12140 esac
12141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12142 $as_echo "$ac_try_echo") >&5
12143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12144 ac_status=$?
12145 grep -v '^ *+' conftest.er1 >conftest.err
12146 rm -f conftest.er1
12147 cat conftest.err >&5
12148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12149 (exit $ac_status); } >/dev/null && {
12150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12151 test ! -s conftest.err
12152 }; then
12153 ac_header_preproc=yes
12154 else
12155 $as_echo "$as_me: failed program was:" >&5
12156 sed 's/^/| /' conftest.$ac_ext >&5
12158 ac_header_preproc=no
12161 rm -f conftest.err conftest.$ac_ext
12162 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12163 $as_echo "$ac_header_preproc" >&6; }
12165 # So? What about this header?
12166 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12167 yes:no: )
12168 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12169 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12170 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12171 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12172 ac_header_preproc=yes
12174 no:yes:* )
12175 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12176 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12177 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12178 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12179 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12180 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12181 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12183 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12184 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12185 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12186 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12187 ( cat <<\_ASBOX
12188 ## ------------------------------------ ##
12189 ## Report this to wine-devel@winehq.org ##
12190 ## ------------------------------------ ##
12191 _ASBOX
12192 ) | sed "s/^/$as_me: WARNING: /" >&2
12194 esac
12195 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12196 $as_echo_n "checking for $ac_header... " >&6; }
12197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12198 $as_echo_n "(cached) " >&6
12199 else
12200 eval "$as_ac_Header=\$ac_header_preproc"
12202 ac_res=`eval 'as_val=${'$as_ac_Header'}
12203 $as_echo "$as_val"'`
12204 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12205 $as_echo "$ac_res" >&6; }
12208 as_val=`eval 'as_val=${'$as_ac_Header'}
12209 $as_echo "$as_val"'`
12210 if test "x$as_val" = x""yes; then
12211 cat >>confdefs.h <<_ACEOF
12212 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12213 _ACEOF
12214 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12215 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12216 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12217 $as_echo_n "(cached) " >&6
12218 else
12219 ac_check_lib_save_LIBS=$LIBS
12220 LIBS="-lxml2 $ac_xml_libs $LIBS"
12221 cat >conftest.$ac_ext <<_ACEOF
12222 /* confdefs.h. */
12223 _ACEOF
12224 cat confdefs.h >>conftest.$ac_ext
12225 cat >>conftest.$ac_ext <<_ACEOF
12226 /* end confdefs.h. */
12228 /* Override any GCC internal prototype to avoid an error.
12229 Use char because int might match the return type of a GCC
12230 builtin and then its argument prototype would still apply. */
12231 #ifdef __cplusplus
12232 extern "C"
12233 #endif
12234 char xmlParseMemory ();
12236 main ()
12238 return xmlParseMemory ();
12240 return 0;
12242 _ACEOF
12243 rm -f conftest.$ac_objext conftest$ac_exeext
12244 if { (ac_try="$ac_link"
12245 case "(($ac_try" in
12246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12247 *) ac_try_echo=$ac_try;;
12248 esac
12249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12250 $as_echo "$ac_try_echo") >&5
12251 (eval "$ac_link") 2>conftest.er1
12252 ac_status=$?
12253 grep -v '^ *+' conftest.er1 >conftest.err
12254 rm -f conftest.er1
12255 cat conftest.err >&5
12256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12257 (exit $ac_status); } && {
12258 test -z "$ac_c_werror_flag" ||
12259 test ! -s conftest.err
12260 } && test -s conftest$ac_exeext && {
12261 test "$cross_compiling" = yes ||
12262 $as_test_x conftest$ac_exeext
12263 }; then
12264 ac_cv_lib_xml2_xmlParseMemory=yes
12265 else
12266 $as_echo "$as_me: failed program was:" >&5
12267 sed 's/^/| /' conftest.$ac_ext >&5
12269 ac_cv_lib_xml2_xmlParseMemory=no
12272 rm -rf conftest.dSYM
12273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12274 conftest$ac_exeext conftest.$ac_ext
12275 LIBS=$ac_check_lib_save_LIBS
12277 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12278 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12279 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12281 cat >>confdefs.h <<\_ACEOF
12282 #define HAVE_LIBXML2 1
12283 _ACEOF
12285 XML2LIBS="$ac_xml_libs"
12286 XML2INCL="$ac_xml_cflags"
12289 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12290 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12291 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12292 $as_echo_n "(cached) " >&6
12293 else
12294 ac_check_lib_save_LIBS=$LIBS
12295 LIBS="-lxml2 $ac_xml_libs $LIBS"
12296 cat >conftest.$ac_ext <<_ACEOF
12297 /* confdefs.h. */
12298 _ACEOF
12299 cat confdefs.h >>conftest.$ac_ext
12300 cat >>conftest.$ac_ext <<_ACEOF
12301 /* end confdefs.h. */
12303 /* Override any GCC internal prototype to avoid an error.
12304 Use char because int might match the return type of a GCC
12305 builtin and then its argument prototype would still apply. */
12306 #ifdef __cplusplus
12307 extern "C"
12308 #endif
12309 char xmlReadMemory ();
12311 main ()
12313 return xmlReadMemory ();
12315 return 0;
12317 _ACEOF
12318 rm -f conftest.$ac_objext conftest$ac_exeext
12319 if { (ac_try="$ac_link"
12320 case "(($ac_try" in
12321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12322 *) ac_try_echo=$ac_try;;
12323 esac
12324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12325 $as_echo "$ac_try_echo") >&5
12326 (eval "$ac_link") 2>conftest.er1
12327 ac_status=$?
12328 grep -v '^ *+' conftest.er1 >conftest.err
12329 rm -f conftest.er1
12330 cat conftest.err >&5
12331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12332 (exit $ac_status); } && {
12333 test -z "$ac_c_werror_flag" ||
12334 test ! -s conftest.err
12335 } && test -s conftest$ac_exeext && {
12336 test "$cross_compiling" = yes ||
12337 $as_test_x conftest$ac_exeext
12338 }; then
12339 ac_cv_lib_xml2_xmlReadMemory=yes
12340 else
12341 $as_echo "$as_me: failed program was:" >&5
12342 sed 's/^/| /' conftest.$ac_ext >&5
12344 ac_cv_lib_xml2_xmlReadMemory=no
12347 rm -rf conftest.dSYM
12348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12349 conftest$ac_exeext conftest.$ac_ext
12350 LIBS=$ac_check_lib_save_LIBS
12352 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12353 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12354 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12356 cat >>confdefs.h <<\_ACEOF
12357 #define HAVE_XMLREADMEMORY 1
12358 _ACEOF
12362 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12363 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12364 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12365 $as_echo_n "(cached) " >&6
12366 else
12367 ac_check_lib_save_LIBS=$LIBS
12368 LIBS="-lxml2 $ac_xml_libs $LIBS"
12369 cat >conftest.$ac_ext <<_ACEOF
12370 /* confdefs.h. */
12371 _ACEOF
12372 cat confdefs.h >>conftest.$ac_ext
12373 cat >>conftest.$ac_ext <<_ACEOF
12374 /* end confdefs.h. */
12376 /* Override any GCC internal prototype to avoid an error.
12377 Use char because int might match the return type of a GCC
12378 builtin and then its argument prototype would still apply. */
12379 #ifdef __cplusplus
12380 extern "C"
12381 #endif
12382 char xmlNewDocPI ();
12384 main ()
12386 return xmlNewDocPI ();
12388 return 0;
12390 _ACEOF
12391 rm -f conftest.$ac_objext conftest$ac_exeext
12392 if { (ac_try="$ac_link"
12393 case "(($ac_try" in
12394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12395 *) ac_try_echo=$ac_try;;
12396 esac
12397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12398 $as_echo "$ac_try_echo") >&5
12399 (eval "$ac_link") 2>conftest.er1
12400 ac_status=$?
12401 grep -v '^ *+' conftest.er1 >conftest.err
12402 rm -f conftest.er1
12403 cat conftest.err >&5
12404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12405 (exit $ac_status); } && {
12406 test -z "$ac_c_werror_flag" ||
12407 test ! -s conftest.err
12408 } && test -s conftest$ac_exeext && {
12409 test "$cross_compiling" = yes ||
12410 $as_test_x conftest$ac_exeext
12411 }; then
12412 ac_cv_lib_xml2_xmlNewDocPI=yes
12413 else
12414 $as_echo "$as_me: failed program was:" >&5
12415 sed 's/^/| /' conftest.$ac_ext >&5
12417 ac_cv_lib_xml2_xmlNewDocPI=no
12420 rm -rf conftest.dSYM
12421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12422 conftest$ac_exeext conftest.$ac_ext
12423 LIBS=$ac_check_lib_save_LIBS
12425 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12426 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12427 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12429 cat >>confdefs.h <<\_ACEOF
12430 #define HAVE_XMLNEWDOCPI 1
12431 _ACEOF
12438 done
12440 CPPFLAGS="$ac_save_CPPFLAGS"
12442 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12443 case "x$with_xml" in
12444 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12445 xno) ;;
12446 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12447 This is an error since --with-xml was requested." >&5
12448 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12449 This is an error since --with-xml was requested." >&2;}
12450 { (exit 1); exit 1; }; } ;;
12451 esac
12455 if test "x$with_xslt" != "xno"
12456 then
12457 if test "$PKG_CONFIG" != "false"
12458 then
12459 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12460 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12461 else
12462 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12463 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12465 ac_save_CPPFLAGS="$CPPFLAGS"
12466 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12469 for ac_header in libxslt/pattern.h libxslt/transform.h
12471 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12472 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12473 $as_echo_n "checking for $ac_header... " >&6; }
12474 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12475 $as_echo_n "(cached) " >&6
12476 else
12477 cat >conftest.$ac_ext <<_ACEOF
12478 /* confdefs.h. */
12479 _ACEOF
12480 cat confdefs.h >>conftest.$ac_ext
12481 cat >>conftest.$ac_ext <<_ACEOF
12482 /* end confdefs.h. */
12483 #ifdef HAVE_LIBXSLT_PATTERN_H
12484 # include <libxslt/pattern.h>
12485 #endif
12487 #include <$ac_header>
12488 _ACEOF
12489 rm -f conftest.$ac_objext
12490 if { (ac_try="$ac_compile"
12491 case "(($ac_try" in
12492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12493 *) ac_try_echo=$ac_try;;
12494 esac
12495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12496 $as_echo "$ac_try_echo") >&5
12497 (eval "$ac_compile") 2>conftest.er1
12498 ac_status=$?
12499 grep -v '^ *+' conftest.er1 >conftest.err
12500 rm -f conftest.er1
12501 cat conftest.err >&5
12502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12503 (exit $ac_status); } && {
12504 test -z "$ac_c_werror_flag" ||
12505 test ! -s conftest.err
12506 } && test -s conftest.$ac_objext; then
12507 eval "$as_ac_Header=yes"
12508 else
12509 $as_echo "$as_me: failed program was:" >&5
12510 sed 's/^/| /' conftest.$ac_ext >&5
12512 eval "$as_ac_Header=no"
12515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12517 ac_res=`eval 'as_val=${'$as_ac_Header'}
12518 $as_echo "$as_val"'`
12519 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12520 $as_echo "$ac_res" >&6; }
12521 as_val=`eval 'as_val=${'$as_ac_Header'}
12522 $as_echo "$as_val"'`
12523 if test "x$as_val" = x""yes; then
12524 cat >>confdefs.h <<_ACEOF
12525 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12526 _ACEOF
12530 done
12532 CPPFLAGS="$ac_save_CPPFLAGS"
12533 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12534 then
12535 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12536 $as_echo_n "checking for -lxslt... " >&6; }
12537 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12538 $as_echo_n "(cached) " >&6
12539 else
12540 ac_check_soname_save_LIBS=$LIBS
12541 LIBS="-lxslt $ac_xslt_libs $LIBS"
12542 cat >conftest.$ac_ext <<_ACEOF
12543 /* confdefs.h. */
12544 _ACEOF
12545 cat confdefs.h >>conftest.$ac_ext
12546 cat >>conftest.$ac_ext <<_ACEOF
12547 /* end confdefs.h. */
12549 /* Override any GCC internal prototype to avoid an error.
12550 Use char because int might match the return type of a GCC
12551 builtin and then its argument prototype would still apply. */
12552 #ifdef __cplusplus
12553 extern "C"
12554 #endif
12555 char xsltCompilePattern ();
12557 main ()
12559 return xsltCompilePattern ();
12561 return 0;
12563 _ACEOF
12564 rm -f conftest.$ac_objext conftest$ac_exeext
12565 if { (ac_try="$ac_link"
12566 case "(($ac_try" in
12567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12568 *) ac_try_echo=$ac_try;;
12569 esac
12570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12571 $as_echo "$ac_try_echo") >&5
12572 (eval "$ac_link") 2>conftest.er1
12573 ac_status=$?
12574 grep -v '^ *+' conftest.er1 >conftest.err
12575 rm -f conftest.er1
12576 cat conftest.err >&5
12577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12578 (exit $ac_status); } && {
12579 test -z "$ac_c_werror_flag" ||
12580 test ! -s conftest.err
12581 } && test -s conftest$ac_exeext && {
12582 test "$cross_compiling" = yes ||
12583 $as_test_x conftest$ac_exeext
12584 }; then
12585 case "$LIBEXT" in
12586 dll) ;;
12587 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'` ;;
12588 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12589 esac
12590 else
12591 $as_echo "$as_me: failed program was:" >&5
12592 sed 's/^/| /' conftest.$ac_ext >&5
12597 rm -rf conftest.dSYM
12598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12599 conftest$ac_exeext conftest.$ac_ext
12600 LIBS=$ac_check_soname_save_LIBS
12602 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12603 { $as_echo "$as_me:$LINENO: result: not found" >&5
12604 $as_echo "not found" >&6; }
12606 else
12607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12608 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12610 cat >>confdefs.h <<_ACEOF
12611 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12612 _ACEOF
12614 XSLTINCL="$ac_xslt_cflags"
12619 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12620 case "x$with_xslt" in
12621 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12622 xno) ;;
12623 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12624 This is an error since --with-xslt was requested." >&5
12625 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12626 This is an error since --with-xslt was requested." >&2;}
12627 { (exit 1); exit 1; }; } ;;
12628 esac
12632 HALINCL=""
12634 if test "x$with_hal" != "xno"
12635 then
12636 ac_save_CPPFLAGS="$CPPFLAGS"
12637 if test "$PKG_CONFIG" != "false"
12638 then
12639 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12640 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12641 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12645 for ac_header in dbus/dbus.h hal/libhal.h
12647 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12649 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12650 $as_echo_n "checking for $ac_header... " >&6; }
12651 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12652 $as_echo_n "(cached) " >&6
12654 ac_res=`eval 'as_val=${'$as_ac_Header'}
12655 $as_echo "$as_val"'`
12656 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12657 $as_echo "$ac_res" >&6; }
12658 else
12659 # Is the header compilable?
12660 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12661 $as_echo_n "checking $ac_header usability... " >&6; }
12662 cat >conftest.$ac_ext <<_ACEOF
12663 /* confdefs.h. */
12664 _ACEOF
12665 cat confdefs.h >>conftest.$ac_ext
12666 cat >>conftest.$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12668 $ac_includes_default
12669 #include <$ac_header>
12670 _ACEOF
12671 rm -f conftest.$ac_objext
12672 if { (ac_try="$ac_compile"
12673 case "(($ac_try" in
12674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12675 *) ac_try_echo=$ac_try;;
12676 esac
12677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12678 $as_echo "$ac_try_echo") >&5
12679 (eval "$ac_compile") 2>conftest.er1
12680 ac_status=$?
12681 grep -v '^ *+' conftest.er1 >conftest.err
12682 rm -f conftest.er1
12683 cat conftest.err >&5
12684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12685 (exit $ac_status); } && {
12686 test -z "$ac_c_werror_flag" ||
12687 test ! -s conftest.err
12688 } && test -s conftest.$ac_objext; then
12689 ac_header_compiler=yes
12690 else
12691 $as_echo "$as_me: failed program was:" >&5
12692 sed 's/^/| /' conftest.$ac_ext >&5
12694 ac_header_compiler=no
12697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12698 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12699 $as_echo "$ac_header_compiler" >&6; }
12701 # Is the header present?
12702 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12703 $as_echo_n "checking $ac_header presence... " >&6; }
12704 cat >conftest.$ac_ext <<_ACEOF
12705 /* confdefs.h. */
12706 _ACEOF
12707 cat confdefs.h >>conftest.$ac_ext
12708 cat >>conftest.$ac_ext <<_ACEOF
12709 /* end confdefs.h. */
12710 #include <$ac_header>
12711 _ACEOF
12712 if { (ac_try="$ac_cpp conftest.$ac_ext"
12713 case "(($ac_try" in
12714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12715 *) ac_try_echo=$ac_try;;
12716 esac
12717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12718 $as_echo "$ac_try_echo") >&5
12719 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12720 ac_status=$?
12721 grep -v '^ *+' conftest.er1 >conftest.err
12722 rm -f conftest.er1
12723 cat conftest.err >&5
12724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725 (exit $ac_status); } >/dev/null && {
12726 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12727 test ! -s conftest.err
12728 }; then
12729 ac_header_preproc=yes
12730 else
12731 $as_echo "$as_me: failed program was:" >&5
12732 sed 's/^/| /' conftest.$ac_ext >&5
12734 ac_header_preproc=no
12737 rm -f conftest.err conftest.$ac_ext
12738 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12739 $as_echo "$ac_header_preproc" >&6; }
12741 # So? What about this header?
12742 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12743 yes:no: )
12744 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12745 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12746 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12747 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12748 ac_header_preproc=yes
12750 no:yes:* )
12751 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12752 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12753 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12754 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12755 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12756 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12757 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12758 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12759 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12760 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12761 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12762 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12763 ( cat <<\_ASBOX
12764 ## ------------------------------------ ##
12765 ## Report this to wine-devel@winehq.org ##
12766 ## ------------------------------------ ##
12767 _ASBOX
12768 ) | sed "s/^/$as_me: WARNING: /" >&2
12770 esac
12771 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12772 $as_echo_n "checking for $ac_header... " >&6; }
12773 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12774 $as_echo_n "(cached) " >&6
12775 else
12776 eval "$as_ac_Header=\$ac_header_preproc"
12778 ac_res=`eval 'as_val=${'$as_ac_Header'}
12779 $as_echo "$as_val"'`
12780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12781 $as_echo "$ac_res" >&6; }
12784 as_val=`eval 'as_val=${'$as_ac_Header'}
12785 $as_echo "$as_val"'`
12786 if test "x$as_val" = x""yes; then
12787 cat >>confdefs.h <<_ACEOF
12788 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12789 _ACEOF
12793 done
12795 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12796 then
12797 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12798 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12799 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12800 $as_echo_n "(cached) " >&6
12801 else
12802 ac_check_lib_save_LIBS=$LIBS
12803 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12804 cat >conftest.$ac_ext <<_ACEOF
12805 /* confdefs.h. */
12806 _ACEOF
12807 cat confdefs.h >>conftest.$ac_ext
12808 cat >>conftest.$ac_ext <<_ACEOF
12809 /* end confdefs.h. */
12811 /* Override any GCC internal prototype to avoid an error.
12812 Use char because int might match the return type of a GCC
12813 builtin and then its argument prototype would still apply. */
12814 #ifdef __cplusplus
12815 extern "C"
12816 #endif
12817 char dbus_connection_close ();
12819 main ()
12821 return dbus_connection_close ();
12823 return 0;
12825 _ACEOF
12826 rm -f conftest.$ac_objext conftest$ac_exeext
12827 if { (ac_try="$ac_link"
12828 case "(($ac_try" in
12829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12830 *) ac_try_echo=$ac_try;;
12831 esac
12832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12833 $as_echo "$ac_try_echo") >&5
12834 (eval "$ac_link") 2>conftest.er1
12835 ac_status=$?
12836 grep -v '^ *+' conftest.er1 >conftest.err
12837 rm -f conftest.er1
12838 cat conftest.err >&5
12839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12840 (exit $ac_status); } && {
12841 test -z "$ac_c_werror_flag" ||
12842 test ! -s conftest.err
12843 } && test -s conftest$ac_exeext && {
12844 test "$cross_compiling" = yes ||
12845 $as_test_x conftest$ac_exeext
12846 }; then
12847 ac_cv_lib_dbus_1_dbus_connection_close=yes
12848 else
12849 $as_echo "$as_me: failed program was:" >&5
12850 sed 's/^/| /' conftest.$ac_ext >&5
12852 ac_cv_lib_dbus_1_dbus_connection_close=no
12855 rm -rf conftest.dSYM
12856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12857 conftest$ac_exeext conftest.$ac_ext
12858 LIBS=$ac_check_lib_save_LIBS
12860 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12861 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12862 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12863 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12864 $as_echo_n "checking for -lhal... " >&6; }
12865 if test "${ac_cv_lib_soname_hal+set}" = set; then
12866 $as_echo_n "(cached) " >&6
12867 else
12868 ac_check_soname_save_LIBS=$LIBS
12869 LIBS="-lhal $ac_hal_libs $LIBS"
12870 cat >conftest.$ac_ext <<_ACEOF
12871 /* confdefs.h. */
12872 _ACEOF
12873 cat confdefs.h >>conftest.$ac_ext
12874 cat >>conftest.$ac_ext <<_ACEOF
12875 /* end confdefs.h. */
12877 /* Override any GCC internal prototype to avoid an error.
12878 Use char because int might match the return type of a GCC
12879 builtin and then its argument prototype would still apply. */
12880 #ifdef __cplusplus
12881 extern "C"
12882 #endif
12883 char libhal_ctx_new ();
12885 main ()
12887 return libhal_ctx_new ();
12889 return 0;
12891 _ACEOF
12892 rm -f conftest.$ac_objext conftest$ac_exeext
12893 if { (ac_try="$ac_link"
12894 case "(($ac_try" in
12895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12896 *) ac_try_echo=$ac_try;;
12897 esac
12898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12899 $as_echo "$ac_try_echo") >&5
12900 (eval "$ac_link") 2>conftest.er1
12901 ac_status=$?
12902 grep -v '^ *+' conftest.er1 >conftest.err
12903 rm -f conftest.er1
12904 cat conftest.err >&5
12905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906 (exit $ac_status); } && {
12907 test -z "$ac_c_werror_flag" ||
12908 test ! -s conftest.err
12909 } && test -s conftest$ac_exeext && {
12910 test "$cross_compiling" = yes ||
12911 $as_test_x conftest$ac_exeext
12912 }; then
12913 case "$LIBEXT" in
12914 dll) ;;
12915 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'` ;;
12916 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12917 esac
12918 else
12919 $as_echo "$as_me: failed program was:" >&5
12920 sed 's/^/| /' conftest.$ac_ext >&5
12925 rm -rf conftest.dSYM
12926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12927 conftest$ac_exeext conftest.$ac_ext
12928 LIBS=$ac_check_soname_save_LIBS
12930 if test "x$ac_cv_lib_soname_hal" = "x"; then
12931 { $as_echo "$as_me:$LINENO: result: not found" >&5
12932 $as_echo "not found" >&6; }
12934 else
12935 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12936 $as_echo "$ac_cv_lib_soname_hal" >&6; }
12938 cat >>confdefs.h <<_ACEOF
12939 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12940 _ACEOF
12942 HALINCL="$ac_hal_cflags"
12948 CPPFLAGS="$ac_save_CPPFLAGS"
12950 if test "x$ac_cv_lib_soname_hal" = "x"; then
12951 case "x$with_hal" in
12952 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12953 xno) ;;
12954 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12955 This is an error since --with-hal was requested." >&5
12956 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12957 This is an error since --with-hal was requested." >&2;}
12958 { (exit 1); exit 1; }; } ;;
12959 esac
12963 if test "x$with_gnutls" != "xno"
12964 then
12965 ac_save_CPPFLAGS="$CPPFLAGS"
12966 if test "$PKG_CONFIG" != "false"
12967 then
12968 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12969 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12970 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12972 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12973 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12974 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
12975 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12976 $as_echo_n "(cached) " >&6
12978 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12979 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
12980 else
12981 # Is the header compilable?
12982 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12983 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
12984 cat >conftest.$ac_ext <<_ACEOF
12985 /* confdefs.h. */
12986 _ACEOF
12987 cat confdefs.h >>conftest.$ac_ext
12988 cat >>conftest.$ac_ext <<_ACEOF
12989 /* end confdefs.h. */
12990 $ac_includes_default
12991 #include <gnutls/gnutls.h>
12992 _ACEOF
12993 rm -f conftest.$ac_objext
12994 if { (ac_try="$ac_compile"
12995 case "(($ac_try" in
12996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12997 *) ac_try_echo=$ac_try;;
12998 esac
12999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13000 $as_echo "$ac_try_echo") >&5
13001 (eval "$ac_compile") 2>conftest.er1
13002 ac_status=$?
13003 grep -v '^ *+' conftest.er1 >conftest.err
13004 rm -f conftest.er1
13005 cat conftest.err >&5
13006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13007 (exit $ac_status); } && {
13008 test -z "$ac_c_werror_flag" ||
13009 test ! -s conftest.err
13010 } && test -s conftest.$ac_objext; then
13011 ac_header_compiler=yes
13012 else
13013 $as_echo "$as_me: failed program was:" >&5
13014 sed 's/^/| /' conftest.$ac_ext >&5
13016 ac_header_compiler=no
13019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13020 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13021 $as_echo "$ac_header_compiler" >&6; }
13023 # Is the header present?
13024 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13025 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13026 cat >conftest.$ac_ext <<_ACEOF
13027 /* confdefs.h. */
13028 _ACEOF
13029 cat confdefs.h >>conftest.$ac_ext
13030 cat >>conftest.$ac_ext <<_ACEOF
13031 /* end confdefs.h. */
13032 #include <gnutls/gnutls.h>
13033 _ACEOF
13034 if { (ac_try="$ac_cpp conftest.$ac_ext"
13035 case "(($ac_try" in
13036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13037 *) ac_try_echo=$ac_try;;
13038 esac
13039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13040 $as_echo "$ac_try_echo") >&5
13041 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13042 ac_status=$?
13043 grep -v '^ *+' conftest.er1 >conftest.err
13044 rm -f conftest.er1
13045 cat conftest.err >&5
13046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } >/dev/null && {
13048 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13049 test ! -s conftest.err
13050 }; then
13051 ac_header_preproc=yes
13052 else
13053 $as_echo "$as_me: failed program was:" >&5
13054 sed 's/^/| /' conftest.$ac_ext >&5
13056 ac_header_preproc=no
13059 rm -f conftest.err conftest.$ac_ext
13060 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13061 $as_echo "$ac_header_preproc" >&6; }
13063 # So? What about this header?
13064 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13065 yes:no: )
13066 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13067 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13068 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13069 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13070 ac_header_preproc=yes
13072 no:yes:* )
13073 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13074 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13075 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13076 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13077 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13078 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13079 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13080 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13081 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13082 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13083 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13084 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13085 ( cat <<\_ASBOX
13086 ## ------------------------------------ ##
13087 ## Report this to wine-devel@winehq.org ##
13088 ## ------------------------------------ ##
13089 _ASBOX
13090 ) | sed "s/^/$as_me: WARNING: /" >&2
13092 esac
13093 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13094 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13095 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13096 $as_echo_n "(cached) " >&6
13097 else
13098 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13100 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13101 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13104 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13105 cat >conftest.$ac_ext <<_ACEOF
13106 /* confdefs.h. */
13107 _ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h. */
13111 #include <gnutls/gnutls.h>
13113 main ()
13115 typeof(gnutls_mac_get_key_size) *pfunc;
13117 return 0;
13119 _ACEOF
13120 rm -f conftest.$ac_objext
13121 if { (ac_try="$ac_compile"
13122 case "(($ac_try" in
13123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13124 *) ac_try_echo=$ac_try;;
13125 esac
13126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13127 $as_echo "$ac_try_echo") >&5
13128 (eval "$ac_compile") 2>conftest.er1
13129 ac_status=$?
13130 grep -v '^ *+' conftest.er1 >conftest.err
13131 rm -f conftest.er1
13132 cat conftest.err >&5
13133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13134 (exit $ac_status); } && {
13135 test -z "$ac_c_werror_flag" ||
13136 test ! -s conftest.err
13137 } && test -s conftest.$ac_objext; then
13138 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13139 $as_echo_n "checking for -lgnutls... " >&6; }
13140 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13141 $as_echo_n "(cached) " >&6
13142 else
13143 ac_check_soname_save_LIBS=$LIBS
13144 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13145 cat >conftest.$ac_ext <<_ACEOF
13146 /* confdefs.h. */
13147 _ACEOF
13148 cat confdefs.h >>conftest.$ac_ext
13149 cat >>conftest.$ac_ext <<_ACEOF
13150 /* end confdefs.h. */
13152 /* Override any GCC internal prototype to avoid an error.
13153 Use char because int might match the return type of a GCC
13154 builtin and then its argument prototype would still apply. */
13155 #ifdef __cplusplus
13156 extern "C"
13157 #endif
13158 char gnutls_global_init ();
13160 main ()
13162 return gnutls_global_init ();
13164 return 0;
13166 _ACEOF
13167 rm -f conftest.$ac_objext conftest$ac_exeext
13168 if { (ac_try="$ac_link"
13169 case "(($ac_try" in
13170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13171 *) ac_try_echo=$ac_try;;
13172 esac
13173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13174 $as_echo "$ac_try_echo") >&5
13175 (eval "$ac_link") 2>conftest.er1
13176 ac_status=$?
13177 grep -v '^ *+' conftest.er1 >conftest.err
13178 rm -f conftest.er1
13179 cat conftest.err >&5
13180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13181 (exit $ac_status); } && {
13182 test -z "$ac_c_werror_flag" ||
13183 test ! -s conftest.err
13184 } && test -s conftest$ac_exeext && {
13185 test "$cross_compiling" = yes ||
13186 $as_test_x conftest$ac_exeext
13187 }; then
13188 case "$LIBEXT" in
13189 dll) ;;
13190 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'` ;;
13191 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13192 esac
13193 else
13194 $as_echo "$as_me: failed program was:" >&5
13195 sed 's/^/| /' conftest.$ac_ext >&5
13200 rm -rf conftest.dSYM
13201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13202 conftest$ac_exeext conftest.$ac_ext
13203 LIBS=$ac_check_soname_save_LIBS
13205 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13206 { $as_echo "$as_me:$LINENO: result: not found" >&5
13207 $as_echo "not found" >&6; }
13209 else
13210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13211 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13213 cat >>confdefs.h <<_ACEOF
13214 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13215 _ACEOF
13217 GNUTLSINCL="$ac_gnutls_cflags"
13221 else
13222 $as_echo "$as_me: failed program was:" >&5
13223 sed 's/^/| /' conftest.$ac_ext >&5
13228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13232 CPPFLAGS="$ac_save_CPPFLAGS"
13234 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13235 case "x$with_gnutls" in
13236 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13237 xno) ;;
13238 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13239 This is an error since --with-gnutls was requested." >&5
13240 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13241 This is an error since --with-gnutls was requested." >&2;}
13242 { (exit 1); exit 1; }; } ;;
13243 esac
13247 CURSESLIBS=""
13248 if test "$ac_cv_header_ncurses_h" = "yes"
13249 then
13250 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13251 $as_echo_n "checking for -lncurses... " >&6; }
13252 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13253 $as_echo_n "(cached) " >&6
13254 else
13255 ac_check_soname_save_LIBS=$LIBS
13256 LIBS="-lncurses $LIBS"
13257 cat >conftest.$ac_ext <<_ACEOF
13258 /* confdefs.h. */
13259 _ACEOF
13260 cat confdefs.h >>conftest.$ac_ext
13261 cat >>conftest.$ac_ext <<_ACEOF
13262 /* end confdefs.h. */
13264 /* Override any GCC internal prototype to avoid an error.
13265 Use char because int might match the return type of a GCC
13266 builtin and then its argument prototype would still apply. */
13267 #ifdef __cplusplus
13268 extern "C"
13269 #endif
13270 char waddch ();
13272 main ()
13274 return waddch ();
13276 return 0;
13278 _ACEOF
13279 rm -f conftest.$ac_objext conftest$ac_exeext
13280 if { (ac_try="$ac_link"
13281 case "(($ac_try" in
13282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13283 *) ac_try_echo=$ac_try;;
13284 esac
13285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13286 $as_echo "$ac_try_echo") >&5
13287 (eval "$ac_link") 2>conftest.er1
13288 ac_status=$?
13289 grep -v '^ *+' conftest.er1 >conftest.err
13290 rm -f conftest.er1
13291 cat conftest.err >&5
13292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13293 (exit $ac_status); } && {
13294 test -z "$ac_c_werror_flag" ||
13295 test ! -s conftest.err
13296 } && test -s conftest$ac_exeext && {
13297 test "$cross_compiling" = yes ||
13298 $as_test_x conftest$ac_exeext
13299 }; then
13300 case "$LIBEXT" in
13301 dll) ;;
13302 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'` ;;
13303 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13304 esac
13305 else
13306 $as_echo "$as_me: failed program was:" >&5
13307 sed 's/^/| /' conftest.$ac_ext >&5
13312 rm -rf conftest.dSYM
13313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13314 conftest$ac_exeext conftest.$ac_ext
13315 LIBS=$ac_check_soname_save_LIBS
13317 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13318 { $as_echo "$as_me:$LINENO: result: not found" >&5
13319 $as_echo "not found" >&6; }
13321 else
13322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13323 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13325 cat >>confdefs.h <<_ACEOF
13326 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13327 _ACEOF
13329 CURSESLIBS="-lncurses"
13332 elif test "$ac_cv_header_curses_h" = "yes"
13333 then
13334 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13335 $as_echo_n "checking for -lcurses... " >&6; }
13336 if test "${ac_cv_lib_soname_curses+set}" = set; then
13337 $as_echo_n "(cached) " >&6
13338 else
13339 ac_check_soname_save_LIBS=$LIBS
13340 LIBS="-lcurses $LIBS"
13341 cat >conftest.$ac_ext <<_ACEOF
13342 /* confdefs.h. */
13343 _ACEOF
13344 cat confdefs.h >>conftest.$ac_ext
13345 cat >>conftest.$ac_ext <<_ACEOF
13346 /* end confdefs.h. */
13348 /* Override any GCC internal prototype to avoid an error.
13349 Use char because int might match the return type of a GCC
13350 builtin and then its argument prototype would still apply. */
13351 #ifdef __cplusplus
13352 extern "C"
13353 #endif
13354 char waddch ();
13356 main ()
13358 return waddch ();
13360 return 0;
13362 _ACEOF
13363 rm -f conftest.$ac_objext conftest$ac_exeext
13364 if { (ac_try="$ac_link"
13365 case "(($ac_try" in
13366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13367 *) ac_try_echo=$ac_try;;
13368 esac
13369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13370 $as_echo "$ac_try_echo") >&5
13371 (eval "$ac_link") 2>conftest.er1
13372 ac_status=$?
13373 grep -v '^ *+' conftest.er1 >conftest.err
13374 rm -f conftest.er1
13375 cat conftest.err >&5
13376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13377 (exit $ac_status); } && {
13378 test -z "$ac_c_werror_flag" ||
13379 test ! -s conftest.err
13380 } && test -s conftest$ac_exeext && {
13381 test "$cross_compiling" = yes ||
13382 $as_test_x conftest$ac_exeext
13383 }; then
13384 case "$LIBEXT" in
13385 dll) ;;
13386 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'` ;;
13387 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13388 esac
13389 else
13390 $as_echo "$as_me: failed program was:" >&5
13391 sed 's/^/| /' conftest.$ac_ext >&5
13396 rm -rf conftest.dSYM
13397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13398 conftest$ac_exeext conftest.$ac_ext
13399 LIBS=$ac_check_soname_save_LIBS
13401 if test "x$ac_cv_lib_soname_curses" = "x"; then
13402 { $as_echo "$as_me:$LINENO: result: not found" >&5
13403 $as_echo "not found" >&6; }
13405 else
13406 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13407 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13409 cat >>confdefs.h <<_ACEOF
13410 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13411 _ACEOF
13413 CURSESLIBS="-lcurses"
13417 ac_save_LIBS="$LIBS"
13418 LIBS="$LIBS $CURSESLIBS"
13420 for ac_func in mousemask
13422 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13423 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13424 $as_echo_n "checking for $ac_func... " >&6; }
13425 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13426 $as_echo_n "(cached) " >&6
13427 else
13428 cat >conftest.$ac_ext <<_ACEOF
13429 /* confdefs.h. */
13430 _ACEOF
13431 cat confdefs.h >>conftest.$ac_ext
13432 cat >>conftest.$ac_ext <<_ACEOF
13433 /* end confdefs.h. */
13434 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13435 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13436 #define $ac_func innocuous_$ac_func
13438 /* System header to define __stub macros and hopefully few prototypes,
13439 which can conflict with char $ac_func (); below.
13440 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13441 <limits.h> exists even on freestanding compilers. */
13443 #ifdef __STDC__
13444 # include <limits.h>
13445 #else
13446 # include <assert.h>
13447 #endif
13449 #undef $ac_func
13451 /* Override any GCC internal prototype to avoid an error.
13452 Use char because int might match the return type of a GCC
13453 builtin and then its argument prototype would still apply. */
13454 #ifdef __cplusplus
13455 extern "C"
13456 #endif
13457 char $ac_func ();
13458 /* The GNU C library defines this for functions which it implements
13459 to always fail with ENOSYS. Some functions are actually named
13460 something starting with __ and the normal name is an alias. */
13461 #if defined __stub_$ac_func || defined __stub___$ac_func
13462 choke me
13463 #endif
13466 main ()
13468 return $ac_func ();
13470 return 0;
13472 _ACEOF
13473 rm -f conftest.$ac_objext conftest$ac_exeext
13474 if { (ac_try="$ac_link"
13475 case "(($ac_try" in
13476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13477 *) ac_try_echo=$ac_try;;
13478 esac
13479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13480 $as_echo "$ac_try_echo") >&5
13481 (eval "$ac_link") 2>conftest.er1
13482 ac_status=$?
13483 grep -v '^ *+' conftest.er1 >conftest.err
13484 rm -f conftest.er1
13485 cat conftest.err >&5
13486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); } && {
13488 test -z "$ac_c_werror_flag" ||
13489 test ! -s conftest.err
13490 } && test -s conftest$ac_exeext && {
13491 test "$cross_compiling" = yes ||
13492 $as_test_x conftest$ac_exeext
13493 }; then
13494 eval "$as_ac_var=yes"
13495 else
13496 $as_echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.$ac_ext >&5
13499 eval "$as_ac_var=no"
13502 rm -rf conftest.dSYM
13503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13504 conftest$ac_exeext conftest.$ac_ext
13506 ac_res=`eval 'as_val=${'$as_ac_var'}
13507 $as_echo "$as_val"'`
13508 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13509 $as_echo "$ac_res" >&6; }
13510 as_val=`eval 'as_val=${'$as_ac_var'}
13511 $as_echo "$as_val"'`
13512 if test "x$as_val" = x""yes; then
13513 cat >>confdefs.h <<_ACEOF
13514 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13515 _ACEOF
13518 done
13520 LIBS="$ac_save_LIBS"
13521 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13522 case "x$with_curses" in
13523 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13524 xno) ;;
13525 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13526 This is an error since --with-curses was requested." >&5
13527 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13528 This is an error since --with-curses was requested." >&2;}
13529 { (exit 1); exit 1; }; } ;;
13530 esac
13534 if test "x$with_sane" != "xno"
13535 then
13536 ac_save_CPPFLAGS="$CPPFLAGS"
13537 # Extract the first word of "sane-config", so it can be a program name with args.
13538 set dummy sane-config; ac_word=$2
13539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13540 $as_echo_n "checking for $ac_word... " >&6; }
13541 if test "${ac_cv_prog_sane_devel+set}" = set; then
13542 $as_echo_n "(cached) " >&6
13543 else
13544 if test -n "$sane_devel"; then
13545 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13546 else
13547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13548 for as_dir in $PATH
13550 IFS=$as_save_IFS
13551 test -z "$as_dir" && as_dir=.
13552 for ac_exec_ext in '' $ac_executable_extensions; do
13553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13554 ac_cv_prog_sane_devel="sane-config"
13555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13556 break 2
13558 done
13559 done
13560 IFS=$as_save_IFS
13562 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13565 sane_devel=$ac_cv_prog_sane_devel
13566 if test -n "$sane_devel"; then
13567 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13568 $as_echo "$sane_devel" >&6; }
13569 else
13570 { $as_echo "$as_me:$LINENO: result: no" >&5
13571 $as_echo "no" >&6; }
13575 if test "$sane_devel" != "no"
13576 then
13577 ac_sane_incl="`$sane_devel --cflags`"
13578 ac_sane_libs="`$sane_devel --ldflags`"
13579 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13581 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13582 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13583 $as_echo_n "checking for sane/sane.h... " >&6; }
13584 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13585 $as_echo_n "(cached) " >&6
13587 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13588 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13589 else
13590 # Is the header compilable?
13591 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13592 $as_echo_n "checking sane/sane.h usability... " >&6; }
13593 cat >conftest.$ac_ext <<_ACEOF
13594 /* confdefs.h. */
13595 _ACEOF
13596 cat confdefs.h >>conftest.$ac_ext
13597 cat >>conftest.$ac_ext <<_ACEOF
13598 /* end confdefs.h. */
13599 $ac_includes_default
13600 #include <sane/sane.h>
13601 _ACEOF
13602 rm -f conftest.$ac_objext
13603 if { (ac_try="$ac_compile"
13604 case "(($ac_try" in
13605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13606 *) ac_try_echo=$ac_try;;
13607 esac
13608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13609 $as_echo "$ac_try_echo") >&5
13610 (eval "$ac_compile") 2>conftest.er1
13611 ac_status=$?
13612 grep -v '^ *+' conftest.er1 >conftest.err
13613 rm -f conftest.er1
13614 cat conftest.err >&5
13615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13616 (exit $ac_status); } && {
13617 test -z "$ac_c_werror_flag" ||
13618 test ! -s conftest.err
13619 } && test -s conftest.$ac_objext; then
13620 ac_header_compiler=yes
13621 else
13622 $as_echo "$as_me: failed program was:" >&5
13623 sed 's/^/| /' conftest.$ac_ext >&5
13625 ac_header_compiler=no
13628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13629 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13630 $as_echo "$ac_header_compiler" >&6; }
13632 # Is the header present?
13633 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13634 $as_echo_n "checking sane/sane.h presence... " >&6; }
13635 cat >conftest.$ac_ext <<_ACEOF
13636 /* confdefs.h. */
13637 _ACEOF
13638 cat confdefs.h >>conftest.$ac_ext
13639 cat >>conftest.$ac_ext <<_ACEOF
13640 /* end confdefs.h. */
13641 #include <sane/sane.h>
13642 _ACEOF
13643 if { (ac_try="$ac_cpp conftest.$ac_ext"
13644 case "(($ac_try" in
13645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13646 *) ac_try_echo=$ac_try;;
13647 esac
13648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13649 $as_echo "$ac_try_echo") >&5
13650 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13651 ac_status=$?
13652 grep -v '^ *+' conftest.er1 >conftest.err
13653 rm -f conftest.er1
13654 cat conftest.err >&5
13655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13656 (exit $ac_status); } >/dev/null && {
13657 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13658 test ! -s conftest.err
13659 }; then
13660 ac_header_preproc=yes
13661 else
13662 $as_echo "$as_me: failed program was:" >&5
13663 sed 's/^/| /' conftest.$ac_ext >&5
13665 ac_header_preproc=no
13668 rm -f conftest.err conftest.$ac_ext
13669 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13670 $as_echo "$ac_header_preproc" >&6; }
13672 # So? What about this header?
13673 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13674 yes:no: )
13675 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13676 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13677 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13678 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13679 ac_header_preproc=yes
13681 no:yes:* )
13682 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13683 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13684 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13685 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13686 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13687 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13688 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13689 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13690 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13691 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13692 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13693 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13694 ( cat <<\_ASBOX
13695 ## ------------------------------------ ##
13696 ## Report this to wine-devel@winehq.org ##
13697 ## ------------------------------------ ##
13698 _ASBOX
13699 ) | sed "s/^/$as_me: WARNING: /" >&2
13701 esac
13702 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13703 $as_echo_n "checking for sane/sane.h... " >&6; }
13704 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13705 $as_echo_n "(cached) " >&6
13706 else
13707 ac_cv_header_sane_sane_h=$ac_header_preproc
13709 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13710 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13713 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13714 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13715 $as_echo_n "checking for -lsane... " >&6; }
13716 if test "${ac_cv_lib_soname_sane+set}" = set; then
13717 $as_echo_n "(cached) " >&6
13718 else
13719 ac_check_soname_save_LIBS=$LIBS
13720 LIBS="-lsane $ac_sane_libs $LIBS"
13721 cat >conftest.$ac_ext <<_ACEOF
13722 /* confdefs.h. */
13723 _ACEOF
13724 cat confdefs.h >>conftest.$ac_ext
13725 cat >>conftest.$ac_ext <<_ACEOF
13726 /* end confdefs.h. */
13728 /* Override any GCC internal prototype to avoid an error.
13729 Use char because int might match the return type of a GCC
13730 builtin and then its argument prototype would still apply. */
13731 #ifdef __cplusplus
13732 extern "C"
13733 #endif
13734 char sane_init ();
13736 main ()
13738 return sane_init ();
13740 return 0;
13742 _ACEOF
13743 rm -f conftest.$ac_objext conftest$ac_exeext
13744 if { (ac_try="$ac_link"
13745 case "(($ac_try" in
13746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13747 *) ac_try_echo=$ac_try;;
13748 esac
13749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13750 $as_echo "$ac_try_echo") >&5
13751 (eval "$ac_link") 2>conftest.er1
13752 ac_status=$?
13753 grep -v '^ *+' conftest.er1 >conftest.err
13754 rm -f conftest.er1
13755 cat conftest.err >&5
13756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 (exit $ac_status); } && {
13758 test -z "$ac_c_werror_flag" ||
13759 test ! -s conftest.err
13760 } && test -s conftest$ac_exeext && {
13761 test "$cross_compiling" = yes ||
13762 $as_test_x conftest$ac_exeext
13763 }; then
13764 case "$LIBEXT" in
13765 dll) ;;
13766 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'` ;;
13767 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13768 esac
13769 else
13770 $as_echo "$as_me: failed program was:" >&5
13771 sed 's/^/| /' conftest.$ac_ext >&5
13776 rm -rf conftest.dSYM
13777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13778 conftest$ac_exeext conftest.$ac_ext
13779 LIBS=$ac_check_soname_save_LIBS
13781 if test "x$ac_cv_lib_soname_sane" = "x"; then
13782 { $as_echo "$as_me:$LINENO: result: not found" >&5
13783 $as_echo "not found" >&6; }
13785 else
13786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13787 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13789 cat >>confdefs.h <<_ACEOF
13790 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13791 _ACEOF
13793 SANEINCL="$ac_sane_incl"
13800 CPPFLAGS="$ac_save_CPPFLAGS"
13802 if test "x$ac_cv_lib_soname_sane" = "x"; then
13803 case "x$with_sane" in
13804 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13805 xno) ;;
13806 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13807 This is an error since --with-sane was requested." >&5
13808 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13809 This is an error since --with-sane was requested." >&2;}
13810 { (exit 1); exit 1; }; } ;;
13811 esac
13815 if test "x$with_gphoto" != "xno"
13816 then
13817 ac_save_CPPFLAGS="$CPPFLAGS"
13818 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13819 set dummy gphoto2-config; ac_word=$2
13820 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13821 $as_echo_n "checking for $ac_word... " >&6; }
13822 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13823 $as_echo_n "(cached) " >&6
13824 else
13825 if test -n "$gphoto2_devel"; then
13826 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13827 else
13828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13829 for as_dir in $PATH
13831 IFS=$as_save_IFS
13832 test -z "$as_dir" && as_dir=.
13833 for ac_exec_ext in '' $ac_executable_extensions; do
13834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13835 ac_cv_prog_gphoto2_devel="gphoto2-config"
13836 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13837 break 2
13839 done
13840 done
13841 IFS=$as_save_IFS
13843 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13846 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13847 if test -n "$gphoto2_devel"; then
13848 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13849 $as_echo "$gphoto2_devel" >&6; }
13850 else
13851 { $as_echo "$as_me:$LINENO: result: no" >&5
13852 $as_echo "no" >&6; }
13856 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13857 set dummy gphoto2-port-config; ac_word=$2
13858 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13859 $as_echo_n "checking for $ac_word... " >&6; }
13860 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13861 $as_echo_n "(cached) " >&6
13862 else
13863 if test -n "$gphoto2port_devel"; then
13864 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13865 else
13866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13867 for as_dir in $PATH
13869 IFS=$as_save_IFS
13870 test -z "$as_dir" && as_dir=.
13871 for ac_exec_ext in '' $ac_executable_extensions; do
13872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13873 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13874 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13875 break 2
13877 done
13878 done
13879 IFS=$as_save_IFS
13881 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13884 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13885 if test -n "$gphoto2port_devel"; then
13886 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13887 $as_echo "$gphoto2port_devel" >&6; }
13888 else
13889 { $as_echo "$as_me:$LINENO: result: no" >&5
13890 $as_echo "no" >&6; }
13894 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13895 then
13896 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13897 ac_gphoto2_libs=""
13898 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13900 case "$i" in
13901 -L/usr/lib|-L/usr/lib64) ;;
13902 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13903 esac
13904 done
13905 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13907 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13908 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13909 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13910 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13911 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13912 $as_echo_n "(cached) " >&6
13914 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13915 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13916 else
13917 # Is the header compilable?
13918 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13919 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13920 cat >conftest.$ac_ext <<_ACEOF
13921 /* confdefs.h. */
13922 _ACEOF
13923 cat confdefs.h >>conftest.$ac_ext
13924 cat >>conftest.$ac_ext <<_ACEOF
13925 /* end confdefs.h. */
13926 $ac_includes_default
13927 #include <gphoto2-camera.h>
13928 _ACEOF
13929 rm -f conftest.$ac_objext
13930 if { (ac_try="$ac_compile"
13931 case "(($ac_try" in
13932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13933 *) ac_try_echo=$ac_try;;
13934 esac
13935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13936 $as_echo "$ac_try_echo") >&5
13937 (eval "$ac_compile") 2>conftest.er1
13938 ac_status=$?
13939 grep -v '^ *+' conftest.er1 >conftest.err
13940 rm -f conftest.er1
13941 cat conftest.err >&5
13942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13943 (exit $ac_status); } && {
13944 test -z "$ac_c_werror_flag" ||
13945 test ! -s conftest.err
13946 } && test -s conftest.$ac_objext; then
13947 ac_header_compiler=yes
13948 else
13949 $as_echo "$as_me: failed program was:" >&5
13950 sed 's/^/| /' conftest.$ac_ext >&5
13952 ac_header_compiler=no
13955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13956 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13957 $as_echo "$ac_header_compiler" >&6; }
13959 # Is the header present?
13960 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13961 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
13962 cat >conftest.$ac_ext <<_ACEOF
13963 /* confdefs.h. */
13964 _ACEOF
13965 cat confdefs.h >>conftest.$ac_ext
13966 cat >>conftest.$ac_ext <<_ACEOF
13967 /* end confdefs.h. */
13968 #include <gphoto2-camera.h>
13969 _ACEOF
13970 if { (ac_try="$ac_cpp conftest.$ac_ext"
13971 case "(($ac_try" in
13972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13973 *) ac_try_echo=$ac_try;;
13974 esac
13975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13976 $as_echo "$ac_try_echo") >&5
13977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13978 ac_status=$?
13979 grep -v '^ *+' conftest.er1 >conftest.err
13980 rm -f conftest.er1
13981 cat conftest.err >&5
13982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13983 (exit $ac_status); } >/dev/null && {
13984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13985 test ! -s conftest.err
13986 }; then
13987 ac_header_preproc=yes
13988 else
13989 $as_echo "$as_me: failed program was:" >&5
13990 sed 's/^/| /' conftest.$ac_ext >&5
13992 ac_header_preproc=no
13995 rm -f conftest.err conftest.$ac_ext
13996 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13997 $as_echo "$ac_header_preproc" >&6; }
13999 # So? What about this header?
14000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14001 yes:no: )
14002 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14003 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14004 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14005 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14006 ac_header_preproc=yes
14008 no:yes:* )
14009 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14010 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14011 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14012 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14013 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14014 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14015 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14016 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14017 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14018 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14019 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14020 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14021 ( cat <<\_ASBOX
14022 ## ------------------------------------ ##
14023 ## Report this to wine-devel@winehq.org ##
14024 ## ------------------------------------ ##
14025 _ASBOX
14026 ) | sed "s/^/$as_me: WARNING: /" >&2
14028 esac
14029 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14030 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14031 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14032 $as_echo_n "(cached) " >&6
14033 else
14034 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14036 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14037 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14040 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14041 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14042 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14043 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14044 $as_echo_n "(cached) " >&6
14045 else
14046 ac_check_lib_save_LIBS=$LIBS
14047 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14048 cat >conftest.$ac_ext <<_ACEOF
14049 /* confdefs.h. */
14050 _ACEOF
14051 cat confdefs.h >>conftest.$ac_ext
14052 cat >>conftest.$ac_ext <<_ACEOF
14053 /* end confdefs.h. */
14055 /* Override any GCC internal prototype to avoid an error.
14056 Use char because int might match the return type of a GCC
14057 builtin and then its argument prototype would still apply. */
14058 #ifdef __cplusplus
14059 extern "C"
14060 #endif
14061 char gp_camera_new ();
14063 main ()
14065 return gp_camera_new ();
14067 return 0;
14069 _ACEOF
14070 rm -f conftest.$ac_objext conftest$ac_exeext
14071 if { (ac_try="$ac_link"
14072 case "(($ac_try" in
14073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14074 *) ac_try_echo=$ac_try;;
14075 esac
14076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14077 $as_echo "$ac_try_echo") >&5
14078 (eval "$ac_link") 2>conftest.er1
14079 ac_status=$?
14080 grep -v '^ *+' conftest.er1 >conftest.err
14081 rm -f conftest.er1
14082 cat conftest.err >&5
14083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); } && {
14085 test -z "$ac_c_werror_flag" ||
14086 test ! -s conftest.err
14087 } && test -s conftest$ac_exeext && {
14088 test "$cross_compiling" = yes ||
14089 $as_test_x conftest$ac_exeext
14090 }; then
14091 ac_cv_lib_gphoto2_gp_camera_new=yes
14092 else
14093 $as_echo "$as_me: failed program was:" >&5
14094 sed 's/^/| /' conftest.$ac_ext >&5
14096 ac_cv_lib_gphoto2_gp_camera_new=no
14099 rm -rf conftest.dSYM
14100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14101 conftest$ac_exeext conftest.$ac_ext
14102 LIBS=$ac_check_lib_save_LIBS
14104 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14105 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14106 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14108 cat >>confdefs.h <<\_ACEOF
14109 #define HAVE_GPHOTO2 1
14110 _ACEOF
14112 GPHOTO2LIBS="$ac_gphoto2_libs"
14114 GPHOTO2INCL="$ac_gphoto2_incl"
14121 CPPFLAGS="$ac_save_CPPFLAGS"
14123 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14124 case "x$with_gphoto" in
14125 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14126 xno) ;;
14127 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14128 This is an error since --with-gphoto was requested." >&5
14129 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14130 This is an error since --with-gphoto was requested." >&2;}
14131 { (exit 1); exit 1; }; } ;;
14132 esac
14137 RESOLVLIBS=""
14139 if test "$ac_cv_header_resolv_h" = "yes"
14140 then
14141 ac_save_LIBS="$LIBS"
14142 LIBS="$LIBS -lresolv"
14143 cat >conftest.$ac_ext <<_ACEOF
14144 /* confdefs.h. */
14145 _ACEOF
14146 cat confdefs.h >>conftest.$ac_ext
14147 cat >>conftest.$ac_ext <<_ACEOF
14148 /* end confdefs.h. */
14149 #ifdef HAVE_NETINET_IN_H
14150 #include <netinet/in.h>
14151 #endif
14152 #include <resolv.h>
14154 main ()
14156 res_init();
14158 return 0;
14160 _ACEOF
14161 rm -f conftest.$ac_objext conftest$ac_exeext
14162 if { (ac_try="$ac_link"
14163 case "(($ac_try" in
14164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14165 *) ac_try_echo=$ac_try;;
14166 esac
14167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14168 $as_echo "$ac_try_echo") >&5
14169 (eval "$ac_link") 2>conftest.er1
14170 ac_status=$?
14171 grep -v '^ *+' conftest.er1 >conftest.err
14172 rm -f conftest.er1
14173 cat conftest.err >&5
14174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14175 (exit $ac_status); } && {
14176 test -z "$ac_c_werror_flag" ||
14177 test ! -s conftest.err
14178 } && test -s conftest$ac_exeext && {
14179 test "$cross_compiling" = yes ||
14180 $as_test_x conftest$ac_exeext
14181 }; then
14183 cat >>confdefs.h <<\_ACEOF
14184 #define HAVE_RESOLV 1
14185 _ACEOF
14187 RESOLVLIBS="-lresolv"
14188 else
14189 $as_echo "$as_me: failed program was:" >&5
14190 sed 's/^/| /' conftest.$ac_ext >&5
14195 rm -rf conftest.dSYM
14196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14197 conftest$ac_exeext conftest.$ac_ext
14198 LIBS="$ac_save_LIBS"
14201 LCMSLIBS=""
14203 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14204 then
14205 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14206 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14207 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14208 $as_echo_n "(cached) " >&6
14209 else
14210 ac_check_lib_save_LIBS=$LIBS
14211 LIBS="-llcms $LIBS"
14212 cat >conftest.$ac_ext <<_ACEOF
14213 /* confdefs.h. */
14214 _ACEOF
14215 cat confdefs.h >>conftest.$ac_ext
14216 cat >>conftest.$ac_ext <<_ACEOF
14217 /* end confdefs.h. */
14219 /* Override any GCC internal prototype to avoid an error.
14220 Use char because int might match the return type of a GCC
14221 builtin and then its argument prototype would still apply. */
14222 #ifdef __cplusplus
14223 extern "C"
14224 #endif
14225 char cmsOpenProfileFromFile ();
14227 main ()
14229 return cmsOpenProfileFromFile ();
14231 return 0;
14233 _ACEOF
14234 rm -f conftest.$ac_objext conftest$ac_exeext
14235 if { (ac_try="$ac_link"
14236 case "(($ac_try" in
14237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14238 *) ac_try_echo=$ac_try;;
14239 esac
14240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14241 $as_echo "$ac_try_echo") >&5
14242 (eval "$ac_link") 2>conftest.er1
14243 ac_status=$?
14244 grep -v '^ *+' conftest.er1 >conftest.err
14245 rm -f conftest.er1
14246 cat conftest.err >&5
14247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14248 (exit $ac_status); } && {
14249 test -z "$ac_c_werror_flag" ||
14250 test ! -s conftest.err
14251 } && test -s conftest$ac_exeext && {
14252 test "$cross_compiling" = yes ||
14253 $as_test_x conftest$ac_exeext
14254 }; then
14255 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14256 else
14257 $as_echo "$as_me: failed program was:" >&5
14258 sed 's/^/| /' conftest.$ac_ext >&5
14260 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14263 rm -rf conftest.dSYM
14264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14265 conftest$ac_exeext conftest.$ac_ext
14266 LIBS=$ac_check_lib_save_LIBS
14268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14269 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14270 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14272 cat >>confdefs.h <<\_ACEOF
14273 #define HAVE_LCMS 1
14274 _ACEOF
14276 LCMSLIBS="-llcms"
14280 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14281 case "x$with_cms" in
14282 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14283 xno) ;;
14284 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14285 This is an error since --with-cms was requested." >&5
14286 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14287 This is an error since --with-cms was requested." >&2;}
14288 { (exit 1); exit 1; }; } ;;
14289 esac
14293 if test "x$with_freetype" != "xno"
14294 then
14295 for ac_prog in freetype-config freetype2-config
14297 # Extract the first word of "$ac_prog", so it can be a program name with args.
14298 set dummy $ac_prog; ac_word=$2
14299 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14300 $as_echo_n "checking for $ac_word... " >&6; }
14301 if test "${ac_cv_prog_ft_devel+set}" = set; then
14302 $as_echo_n "(cached) " >&6
14303 else
14304 if test -n "$ft_devel"; then
14305 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14306 else
14307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14308 for as_dir in $PATH
14310 IFS=$as_save_IFS
14311 test -z "$as_dir" && as_dir=.
14312 for ac_exec_ext in '' $ac_executable_extensions; do
14313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14314 ac_cv_prog_ft_devel="$ac_prog"
14315 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14316 break 2
14318 done
14319 done
14320 IFS=$as_save_IFS
14324 ft_devel=$ac_cv_prog_ft_devel
14325 if test -n "$ft_devel"; then
14326 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14327 $as_echo "$ft_devel" >&6; }
14328 else
14329 { $as_echo "$as_me:$LINENO: result: no" >&5
14330 $as_echo "no" >&6; }
14334 test -n "$ft_devel" && break
14335 done
14336 test -n "$ft_devel" || ft_devel="no"
14338 if test "$ft_devel" != "no"
14339 then
14340 ac_freetype_incl=`$ft_devel --cflags`
14341 ac_freetype_libs=`$ft_devel --libs`
14343 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14344 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14345 $as_echo_n "checking for -lfreetype... " >&6; }
14346 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14347 $as_echo_n "(cached) " >&6
14348 else
14349 ac_check_soname_save_LIBS=$LIBS
14350 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14351 cat >conftest.$ac_ext <<_ACEOF
14352 /* confdefs.h. */
14353 _ACEOF
14354 cat confdefs.h >>conftest.$ac_ext
14355 cat >>conftest.$ac_ext <<_ACEOF
14356 /* end confdefs.h. */
14358 /* Override any GCC internal prototype to avoid an error.
14359 Use char because int might match the return type of a GCC
14360 builtin and then its argument prototype would still apply. */
14361 #ifdef __cplusplus
14362 extern "C"
14363 #endif
14364 char FT_Init_FreeType ();
14366 main ()
14368 return FT_Init_FreeType ();
14370 return 0;
14372 _ACEOF
14373 rm -f conftest.$ac_objext conftest$ac_exeext
14374 if { (ac_try="$ac_link"
14375 case "(($ac_try" in
14376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14377 *) ac_try_echo=$ac_try;;
14378 esac
14379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14380 $as_echo "$ac_try_echo") >&5
14381 (eval "$ac_link") 2>conftest.er1
14382 ac_status=$?
14383 grep -v '^ *+' conftest.er1 >conftest.err
14384 rm -f conftest.er1
14385 cat conftest.err >&5
14386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14387 (exit $ac_status); } && {
14388 test -z "$ac_c_werror_flag" ||
14389 test ! -s conftest.err
14390 } && test -s conftest$ac_exeext && {
14391 test "$cross_compiling" = yes ||
14392 $as_test_x conftest$ac_exeext
14393 }; then
14394 case "$LIBEXT" in
14395 dll) ;;
14396 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'` ;;
14397 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14398 esac
14399 else
14400 $as_echo "$as_me: failed program was:" >&5
14401 sed 's/^/| /' conftest.$ac_ext >&5
14406 rm -rf conftest.dSYM
14407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14408 conftest$ac_exeext conftest.$ac_ext
14409 LIBS=$ac_check_soname_save_LIBS
14411 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14412 { $as_echo "$as_me:$LINENO: result: not found" >&5
14413 $as_echo "not found" >&6; }
14414 ft_lib=no
14415 else
14416 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14417 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14419 cat >>confdefs.h <<_ACEOF
14420 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14421 _ACEOF
14423 ft_lib=yes
14426 if test "$ft_lib" = "yes"
14427 then
14428 ac_save_CPPFLAGS="$CPPFLAGS"
14429 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14443 for ac_header in ft2build.h \
14444 freetype/freetype.h \
14445 freetype/ftglyph.h \
14446 freetype/fttypes.h \
14447 freetype/tttables.h \
14448 freetype/ftnames.h \
14449 freetype/ftsnames.h \
14450 freetype/ttnameid.h \
14451 freetype/ftoutln.h \
14452 freetype/ftwinfnt.h \
14453 freetype/ftmodapi.h \
14454 freetype/ftlcdfil.h \
14455 freetype/internal/sfnt.h
14457 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14458 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14459 $as_echo_n "checking for $ac_header... " >&6; }
14460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14461 $as_echo_n "(cached) " >&6
14462 else
14463 cat >conftest.$ac_ext <<_ACEOF
14464 /* confdefs.h. */
14465 _ACEOF
14466 cat confdefs.h >>conftest.$ac_ext
14467 cat >>conftest.$ac_ext <<_ACEOF
14468 /* end confdefs.h. */
14469 #ifdef HAVE_FT2BUILD_H
14470 # include <ft2build.h>
14471 #endif
14473 #include <$ac_header>
14474 _ACEOF
14475 rm -f conftest.$ac_objext
14476 if { (ac_try="$ac_compile"
14477 case "(($ac_try" in
14478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14479 *) ac_try_echo=$ac_try;;
14480 esac
14481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14482 $as_echo "$ac_try_echo") >&5
14483 (eval "$ac_compile") 2>conftest.er1
14484 ac_status=$?
14485 grep -v '^ *+' conftest.er1 >conftest.err
14486 rm -f conftest.er1
14487 cat conftest.err >&5
14488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } && {
14490 test -z "$ac_c_werror_flag" ||
14491 test ! -s conftest.err
14492 } && test -s conftest.$ac_objext; then
14493 eval "$as_ac_Header=yes"
14494 else
14495 $as_echo "$as_me: failed program was:" >&5
14496 sed 's/^/| /' conftest.$ac_ext >&5
14498 eval "$as_ac_Header=no"
14501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503 ac_res=`eval 'as_val=${'$as_ac_Header'}
14504 $as_echo "$as_val"'`
14505 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14506 $as_echo "$ac_res" >&6; }
14507 as_val=`eval 'as_val=${'$as_ac_Header'}
14508 $as_echo "$as_val"'`
14509 if test "x$as_val" = x""yes; then
14510 cat >>confdefs.h <<_ACEOF
14511 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14512 _ACEOF
14516 done
14518 cat >conftest.$ac_ext <<_ACEOF
14519 /* confdefs.h. */
14520 _ACEOF
14521 cat confdefs.h >>conftest.$ac_ext
14522 cat >>conftest.$ac_ext <<_ACEOF
14523 /* end confdefs.h. */
14524 #include <ft2build.h>
14525 #include <freetype/fttrigon.h>
14526 _ACEOF
14527 if { (ac_try="$ac_cpp conftest.$ac_ext"
14528 case "(($ac_try" in
14529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14530 *) ac_try_echo=$ac_try;;
14531 esac
14532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14533 $as_echo "$ac_try_echo") >&5
14534 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14535 ac_status=$?
14536 grep -v '^ *+' conftest.er1 >conftest.err
14537 rm -f conftest.er1
14538 cat conftest.err >&5
14539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); } >/dev/null && {
14541 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14542 test ! -s conftest.err
14543 }; then
14545 cat >>confdefs.h <<\_ACEOF
14546 #define HAVE_FREETYPE_FTTRIGON_H 1
14547 _ACEOF
14549 wine_cv_fttrigon=yes
14550 else
14551 $as_echo "$as_me: failed program was:" >&5
14552 sed 's/^/| /' conftest.$ac_ext >&5
14554 wine_cv_fttrigon=no
14557 rm -f conftest.err conftest.$ac_ext
14558 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14559 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14560 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14561 $as_echo_n "(cached) " >&6
14562 else
14563 ac_cv_type_FT_TrueTypeEngineType=no
14564 cat >conftest.$ac_ext <<_ACEOF
14565 /* confdefs.h. */
14566 _ACEOF
14567 cat confdefs.h >>conftest.$ac_ext
14568 cat >>conftest.$ac_ext <<_ACEOF
14569 /* end confdefs.h. */
14570 #include <freetype/ftmodapi.h>
14573 main ()
14575 if (sizeof (FT_TrueTypeEngineType))
14576 return 0;
14578 return 0;
14580 _ACEOF
14581 rm -f conftest.$ac_objext
14582 if { (ac_try="$ac_compile"
14583 case "(($ac_try" in
14584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14585 *) ac_try_echo=$ac_try;;
14586 esac
14587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14588 $as_echo "$ac_try_echo") >&5
14589 (eval "$ac_compile") 2>conftest.er1
14590 ac_status=$?
14591 grep -v '^ *+' conftest.er1 >conftest.err
14592 rm -f conftest.er1
14593 cat conftest.err >&5
14594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14595 (exit $ac_status); } && {
14596 test -z "$ac_c_werror_flag" ||
14597 test ! -s conftest.err
14598 } && test -s conftest.$ac_objext; then
14599 cat >conftest.$ac_ext <<_ACEOF
14600 /* confdefs.h. */
14601 _ACEOF
14602 cat confdefs.h >>conftest.$ac_ext
14603 cat >>conftest.$ac_ext <<_ACEOF
14604 /* end confdefs.h. */
14605 #include <freetype/ftmodapi.h>
14608 main ()
14610 if (sizeof ((FT_TrueTypeEngineType)))
14611 return 0;
14613 return 0;
14615 _ACEOF
14616 rm -f conftest.$ac_objext
14617 if { (ac_try="$ac_compile"
14618 case "(($ac_try" in
14619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14620 *) ac_try_echo=$ac_try;;
14621 esac
14622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14623 $as_echo "$ac_try_echo") >&5
14624 (eval "$ac_compile") 2>conftest.er1
14625 ac_status=$?
14626 grep -v '^ *+' conftest.er1 >conftest.err
14627 rm -f conftest.er1
14628 cat conftest.err >&5
14629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14630 (exit $ac_status); } && {
14631 test -z "$ac_c_werror_flag" ||
14632 test ! -s conftest.err
14633 } && test -s conftest.$ac_objext; then
14635 else
14636 $as_echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14639 ac_cv_type_FT_TrueTypeEngineType=yes
14642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14643 else
14644 $as_echo "$as_me: failed program was:" >&5
14645 sed 's/^/| /' conftest.$ac_ext >&5
14650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14652 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14653 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14654 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14656 cat >>confdefs.h <<_ACEOF
14657 #define HAVE_FT_TRUETYPEENGINETYPE 1
14658 _ACEOF
14663 ac_save_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS $ac_freetype_libs"
14666 for ac_func in FT_Load_Sfnt_Table
14668 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14669 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14670 $as_echo_n "checking for $ac_func... " >&6; }
14671 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14672 $as_echo_n "(cached) " >&6
14673 else
14674 cat >conftest.$ac_ext <<_ACEOF
14675 /* confdefs.h. */
14676 _ACEOF
14677 cat confdefs.h >>conftest.$ac_ext
14678 cat >>conftest.$ac_ext <<_ACEOF
14679 /* end confdefs.h. */
14680 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14681 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14682 #define $ac_func innocuous_$ac_func
14684 /* System header to define __stub macros and hopefully few prototypes,
14685 which can conflict with char $ac_func (); below.
14686 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14687 <limits.h> exists even on freestanding compilers. */
14689 #ifdef __STDC__
14690 # include <limits.h>
14691 #else
14692 # include <assert.h>
14693 #endif
14695 #undef $ac_func
14697 /* Override any GCC internal prototype to avoid an error.
14698 Use char because int might match the return type of a GCC
14699 builtin and then its argument prototype would still apply. */
14700 #ifdef __cplusplus
14701 extern "C"
14702 #endif
14703 char $ac_func ();
14704 /* The GNU C library defines this for functions which it implements
14705 to always fail with ENOSYS. Some functions are actually named
14706 something starting with __ and the normal name is an alias. */
14707 #if defined __stub_$ac_func || defined __stub___$ac_func
14708 choke me
14709 #endif
14712 main ()
14714 return $ac_func ();
14716 return 0;
14718 _ACEOF
14719 rm -f conftest.$ac_objext conftest$ac_exeext
14720 if { (ac_try="$ac_link"
14721 case "(($ac_try" in
14722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14723 *) ac_try_echo=$ac_try;;
14724 esac
14725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14726 $as_echo "$ac_try_echo") >&5
14727 (eval "$ac_link") 2>conftest.er1
14728 ac_status=$?
14729 grep -v '^ *+' conftest.er1 >conftest.err
14730 rm -f conftest.er1
14731 cat conftest.err >&5
14732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14733 (exit $ac_status); } && {
14734 test -z "$ac_c_werror_flag" ||
14735 test ! -s conftest.err
14736 } && test -s conftest$ac_exeext && {
14737 test "$cross_compiling" = yes ||
14738 $as_test_x conftest$ac_exeext
14739 }; then
14740 eval "$as_ac_var=yes"
14741 else
14742 $as_echo "$as_me: failed program was:" >&5
14743 sed 's/^/| /' conftest.$ac_ext >&5
14745 eval "$as_ac_var=no"
14748 rm -rf conftest.dSYM
14749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14750 conftest$ac_exeext conftest.$ac_ext
14752 ac_res=`eval 'as_val=${'$as_ac_var'}
14753 $as_echo "$as_val"'`
14754 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14755 $as_echo "$ac_res" >&6; }
14756 as_val=`eval 'as_val=${'$as_ac_var'}
14757 $as_echo "$as_val"'`
14758 if test "x$as_val" = x""yes; then
14759 cat >>confdefs.h <<_ACEOF
14760 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14761 _ACEOF
14764 done
14766 CFLAGS="$ac_save_CFLAGS"
14767 CPPFLAGS="$ac_save_CPPFLAGS"
14768 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14769 then
14771 cat >>confdefs.h <<\_ACEOF
14772 #define HAVE_FREETYPE 1
14773 _ACEOF
14775 FREETYPELIBS="$ac_freetype_libs"
14777 FREETYPEINCL="$ac_freetype_incl"
14782 if test "x$FREETYPELIBS" = "x"; then
14783 case "x$with_freetype" in
14784 xno) ;;
14785 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14786 Use the --without-freetype option if you really want this." >&5
14787 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14788 Use the --without-freetype option if you really want this." >&2;}
14789 { (exit 1); exit 1; }; } ;;
14790 esac
14793 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14795 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14796 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14797 if test "${ac_cv_c_ppdev+set}" = set; then
14798 $as_echo_n "(cached) " >&6
14799 else
14800 cat >conftest.$ac_ext <<_ACEOF
14801 /* confdefs.h. */
14802 _ACEOF
14803 cat confdefs.h >>conftest.$ac_ext
14804 cat >>conftest.$ac_ext <<_ACEOF
14805 /* end confdefs.h. */
14806 #include <linux/ppdev.h>
14808 main ()
14810 ioctl (1,PPCLAIM,0)
14812 return 0;
14814 _ACEOF
14815 rm -f conftest.$ac_objext
14816 if { (ac_try="$ac_compile"
14817 case "(($ac_try" in
14818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14819 *) ac_try_echo=$ac_try;;
14820 esac
14821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14822 $as_echo "$ac_try_echo") >&5
14823 (eval "$ac_compile") 2>conftest.er1
14824 ac_status=$?
14825 grep -v '^ *+' conftest.er1 >conftest.err
14826 rm -f conftest.er1
14827 cat conftest.err >&5
14828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14829 (exit $ac_status); } && {
14830 test -z "$ac_c_werror_flag" ||
14831 test ! -s conftest.err
14832 } && test -s conftest.$ac_objext; then
14833 ac_cv_c_ppdev="yes"
14834 else
14835 $as_echo "$as_me: failed program was:" >&5
14836 sed 's/^/| /' conftest.$ac_ext >&5
14838 ac_cv_c_ppdev="no"
14841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14843 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14844 $as_echo "$ac_cv_c_ppdev" >&6; }
14845 if test "$ac_cv_c_ppdev" = "yes"
14846 then
14848 cat >>confdefs.h <<\_ACEOF
14849 #define HAVE_PPDEV 1
14850 _ACEOF
14854 ac_wine_check_funcs_save_LIBS="$LIBS"
14855 LIBS="$LIBS $LIBPTHREAD"
14860 for ac_func in \
14861 pthread_attr_get_np \
14862 pthread_getattr_np \
14863 pthread_get_stackaddr_np \
14864 pthread_get_stacksize_np
14866 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14867 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14868 $as_echo_n "checking for $ac_func... " >&6; }
14869 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14870 $as_echo_n "(cached) " >&6
14871 else
14872 cat >conftest.$ac_ext <<_ACEOF
14873 /* confdefs.h. */
14874 _ACEOF
14875 cat confdefs.h >>conftest.$ac_ext
14876 cat >>conftest.$ac_ext <<_ACEOF
14877 /* end confdefs.h. */
14878 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14880 #define $ac_func innocuous_$ac_func
14882 /* System header to define __stub macros and hopefully few prototypes,
14883 which can conflict with char $ac_func (); below.
14884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14885 <limits.h> exists even on freestanding compilers. */
14887 #ifdef __STDC__
14888 # include <limits.h>
14889 #else
14890 # include <assert.h>
14891 #endif
14893 #undef $ac_func
14895 /* Override any GCC internal prototype to avoid an error.
14896 Use char because int might match the return type of a GCC
14897 builtin and then its argument prototype would still apply. */
14898 #ifdef __cplusplus
14899 extern "C"
14900 #endif
14901 char $ac_func ();
14902 /* The GNU C library defines this for functions which it implements
14903 to always fail with ENOSYS. Some functions are actually named
14904 something starting with __ and the normal name is an alias. */
14905 #if defined __stub_$ac_func || defined __stub___$ac_func
14906 choke me
14907 #endif
14910 main ()
14912 return $ac_func ();
14914 return 0;
14916 _ACEOF
14917 rm -f conftest.$ac_objext conftest$ac_exeext
14918 if { (ac_try="$ac_link"
14919 case "(($ac_try" in
14920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14921 *) ac_try_echo=$ac_try;;
14922 esac
14923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14924 $as_echo "$ac_try_echo") >&5
14925 (eval "$ac_link") 2>conftest.er1
14926 ac_status=$?
14927 grep -v '^ *+' conftest.er1 >conftest.err
14928 rm -f conftest.er1
14929 cat conftest.err >&5
14930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); } && {
14932 test -z "$ac_c_werror_flag" ||
14933 test ! -s conftest.err
14934 } && test -s conftest$ac_exeext && {
14935 test "$cross_compiling" = yes ||
14936 $as_test_x conftest$ac_exeext
14937 }; then
14938 eval "$as_ac_var=yes"
14939 else
14940 $as_echo "$as_me: failed program was:" >&5
14941 sed 's/^/| /' conftest.$ac_ext >&5
14943 eval "$as_ac_var=no"
14946 rm -rf conftest.dSYM
14947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14948 conftest$ac_exeext conftest.$ac_ext
14950 ac_res=`eval 'as_val=${'$as_ac_var'}
14951 $as_echo "$as_val"'`
14952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14953 $as_echo "$ac_res" >&6; }
14954 as_val=`eval 'as_val=${'$as_ac_var'}
14955 $as_echo "$as_val"'`
14956 if test "x$as_val" = x""yes; then
14957 cat >>confdefs.h <<_ACEOF
14958 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14959 _ACEOF
14962 done
14964 LIBS="$ac_wine_check_funcs_save_LIBS"
14966 if test "$ac_cv_header_zlib_h" = "yes"
14967 then
14968 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14969 $as_echo_n "checking for inflate in -lz... " >&6; }
14970 if test "${ac_cv_lib_z_inflate+set}" = set; then
14971 $as_echo_n "(cached) " >&6
14972 else
14973 ac_check_lib_save_LIBS=$LIBS
14974 LIBS="-lz $LIBS"
14975 cat >conftest.$ac_ext <<_ACEOF
14976 /* confdefs.h. */
14977 _ACEOF
14978 cat confdefs.h >>conftest.$ac_ext
14979 cat >>conftest.$ac_ext <<_ACEOF
14980 /* end confdefs.h. */
14982 /* Override any GCC internal prototype to avoid an error.
14983 Use char because int might match the return type of a GCC
14984 builtin and then its argument prototype would still apply. */
14985 #ifdef __cplusplus
14986 extern "C"
14987 #endif
14988 char inflate ();
14990 main ()
14992 return inflate ();
14994 return 0;
14996 _ACEOF
14997 rm -f conftest.$ac_objext conftest$ac_exeext
14998 if { (ac_try="$ac_link"
14999 case "(($ac_try" in
15000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15001 *) ac_try_echo=$ac_try;;
15002 esac
15003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15004 $as_echo "$ac_try_echo") >&5
15005 (eval "$ac_link") 2>conftest.er1
15006 ac_status=$?
15007 grep -v '^ *+' conftest.er1 >conftest.err
15008 rm -f conftest.er1
15009 cat conftest.err >&5
15010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); } && {
15012 test -z "$ac_c_werror_flag" ||
15013 test ! -s conftest.err
15014 } && test -s conftest$ac_exeext && {
15015 test "$cross_compiling" = yes ||
15016 $as_test_x conftest$ac_exeext
15017 }; then
15018 ac_cv_lib_z_inflate=yes
15019 else
15020 $as_echo "$as_me: failed program was:" >&5
15021 sed 's/^/| /' conftest.$ac_ext >&5
15023 ac_cv_lib_z_inflate=no
15026 rm -rf conftest.dSYM
15027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15028 conftest$ac_exeext conftest.$ac_ext
15029 LIBS=$ac_check_lib_save_LIBS
15031 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15032 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15033 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15035 cat >>confdefs.h <<\_ACEOF
15036 #define HAVE_ZLIB 1
15037 _ACEOF
15039 ZLIB="-lz"
15045 if test "x$with_esd" != xno
15046 then
15047 save_CFLAGS="$CFLAGS"
15048 # Extract the first word of "esd-config", so it can be a program name with args.
15049 set dummy esd-config; ac_word=$2
15050 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15051 $as_echo_n "checking for $ac_word... " >&6; }
15052 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15053 $as_echo_n "(cached) " >&6
15054 else
15055 case $ESDCONFIG in
15056 [\\/]* | ?:[\\/]*)
15057 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15061 for as_dir in $PATH
15063 IFS=$as_save_IFS
15064 test -z "$as_dir" && as_dir=.
15065 for ac_exec_ext in '' $ac_executable_extensions; do
15066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15067 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15068 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15069 break 2
15071 done
15072 done
15073 IFS=$as_save_IFS
15075 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15077 esac
15079 ESDCONFIG=$ac_cv_path_ESDCONFIG
15080 if test -n "$ESDCONFIG"; then
15081 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15082 $as_echo "$ESDCONFIG" >&6; }
15083 else
15084 { $as_echo "$as_me:$LINENO: result: no" >&5
15085 $as_echo "no" >&6; }
15089 if test "x$ESDCONFIG" != "xno"
15090 then
15091 ac_esd_incl=""
15092 for i in `$ESDCONFIG --cflags`
15094 case "$i" in
15095 -I*) ac_esd_incl="$ac_esd_incl $i";;
15096 esac
15097 done
15098 ac_esd_libs=`$ESDCONFIG --libs`
15099 CFLAGS="$CFLAGS $ac_esd_incl"
15101 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15102 if test "${ac_cv_header_esd_h+set}" = set; then
15103 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15104 $as_echo_n "checking for esd.h... " >&6; }
15105 if test "${ac_cv_header_esd_h+set}" = set; then
15106 $as_echo_n "(cached) " >&6
15108 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15109 $as_echo "$ac_cv_header_esd_h" >&6; }
15110 else
15111 # Is the header compilable?
15112 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15113 $as_echo_n "checking esd.h usability... " >&6; }
15114 cat >conftest.$ac_ext <<_ACEOF
15115 /* confdefs.h. */
15116 _ACEOF
15117 cat confdefs.h >>conftest.$ac_ext
15118 cat >>conftest.$ac_ext <<_ACEOF
15119 /* end confdefs.h. */
15120 $ac_includes_default
15121 #include <esd.h>
15122 _ACEOF
15123 rm -f conftest.$ac_objext
15124 if { (ac_try="$ac_compile"
15125 case "(($ac_try" in
15126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15127 *) ac_try_echo=$ac_try;;
15128 esac
15129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15130 $as_echo "$ac_try_echo") >&5
15131 (eval "$ac_compile") 2>conftest.er1
15132 ac_status=$?
15133 grep -v '^ *+' conftest.er1 >conftest.err
15134 rm -f conftest.er1
15135 cat conftest.err >&5
15136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15137 (exit $ac_status); } && {
15138 test -z "$ac_c_werror_flag" ||
15139 test ! -s conftest.err
15140 } && test -s conftest.$ac_objext; then
15141 ac_header_compiler=yes
15142 else
15143 $as_echo "$as_me: failed program was:" >&5
15144 sed 's/^/| /' conftest.$ac_ext >&5
15146 ac_header_compiler=no
15149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15150 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15151 $as_echo "$ac_header_compiler" >&6; }
15153 # Is the header present?
15154 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15155 $as_echo_n "checking esd.h presence... " >&6; }
15156 cat >conftest.$ac_ext <<_ACEOF
15157 /* confdefs.h. */
15158 _ACEOF
15159 cat confdefs.h >>conftest.$ac_ext
15160 cat >>conftest.$ac_ext <<_ACEOF
15161 /* end confdefs.h. */
15162 #include <esd.h>
15163 _ACEOF
15164 if { (ac_try="$ac_cpp conftest.$ac_ext"
15165 case "(($ac_try" in
15166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15167 *) ac_try_echo=$ac_try;;
15168 esac
15169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15170 $as_echo "$ac_try_echo") >&5
15171 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15172 ac_status=$?
15173 grep -v '^ *+' conftest.er1 >conftest.err
15174 rm -f conftest.er1
15175 cat conftest.err >&5
15176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); } >/dev/null && {
15178 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15179 test ! -s conftest.err
15180 }; then
15181 ac_header_preproc=yes
15182 else
15183 $as_echo "$as_me: failed program was:" >&5
15184 sed 's/^/| /' conftest.$ac_ext >&5
15186 ac_header_preproc=no
15189 rm -f conftest.err conftest.$ac_ext
15190 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15191 $as_echo "$ac_header_preproc" >&6; }
15193 # So? What about this header?
15194 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15195 yes:no: )
15196 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15197 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15198 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15199 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15200 ac_header_preproc=yes
15202 no:yes:* )
15203 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15204 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15205 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15206 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15207 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15208 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15209 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15210 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15211 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15212 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15213 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15214 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15215 ( cat <<\_ASBOX
15216 ## ------------------------------------ ##
15217 ## Report this to wine-devel@winehq.org ##
15218 ## ------------------------------------ ##
15219 _ASBOX
15220 ) | sed "s/^/$as_me: WARNING: /" >&2
15222 esac
15223 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15224 $as_echo_n "checking for esd.h... " >&6; }
15225 if test "${ac_cv_header_esd_h+set}" = set; then
15226 $as_echo_n "(cached) " >&6
15227 else
15228 ac_cv_header_esd_h=$ac_header_preproc
15230 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15231 $as_echo "$ac_cv_header_esd_h" >&6; }
15234 if test "x$ac_cv_header_esd_h" = x""yes; then
15235 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15236 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15237 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15238 $as_echo_n "(cached) " >&6
15239 else
15240 ac_check_lib_save_LIBS=$LIBS
15241 LIBS="-lesd $ac_esd_libs $LIBS"
15242 cat >conftest.$ac_ext <<_ACEOF
15243 /* confdefs.h. */
15244 _ACEOF
15245 cat confdefs.h >>conftest.$ac_ext
15246 cat >>conftest.$ac_ext <<_ACEOF
15247 /* end confdefs.h. */
15249 /* Override any GCC internal prototype to avoid an error.
15250 Use char because int might match the return type of a GCC
15251 builtin and then its argument prototype would still apply. */
15252 #ifdef __cplusplus
15253 extern "C"
15254 #endif
15255 char esd_open_sound ();
15257 main ()
15259 return esd_open_sound ();
15261 return 0;
15263 _ACEOF
15264 rm -f conftest.$ac_objext conftest$ac_exeext
15265 if { (ac_try="$ac_link"
15266 case "(($ac_try" in
15267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15268 *) ac_try_echo=$ac_try;;
15269 esac
15270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15271 $as_echo "$ac_try_echo") >&5
15272 (eval "$ac_link") 2>conftest.er1
15273 ac_status=$?
15274 grep -v '^ *+' conftest.er1 >conftest.err
15275 rm -f conftest.er1
15276 cat conftest.err >&5
15277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15278 (exit $ac_status); } && {
15279 test -z "$ac_c_werror_flag" ||
15280 test ! -s conftest.err
15281 } && test -s conftest$ac_exeext && {
15282 test "$cross_compiling" = yes ||
15283 $as_test_x conftest$ac_exeext
15284 }; then
15285 ac_cv_lib_esd_esd_open_sound=yes
15286 else
15287 $as_echo "$as_me: failed program was:" >&5
15288 sed 's/^/| /' conftest.$ac_ext >&5
15290 ac_cv_lib_esd_esd_open_sound=no
15293 rm -rf conftest.dSYM
15294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15295 conftest$ac_exeext conftest.$ac_ext
15296 LIBS=$ac_check_lib_save_LIBS
15298 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15299 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15300 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15301 ESDINCL="$ac_esd_incl"
15303 ESDLIBS="$ac_esd_libs"
15306 cat >>confdefs.h <<\_ACEOF
15307 #define HAVE_ESD 1
15308 _ACEOF
15315 CFLAGS="$save_CFLAGS"
15318 ALSALIBS=""
15320 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15321 then
15322 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15323 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15324 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15325 $as_echo_n "(cached) " >&6
15326 else
15327 ac_check_lib_save_LIBS=$LIBS
15328 LIBS="-lasound $LIBS"
15329 cat >conftest.$ac_ext <<_ACEOF
15330 /* confdefs.h. */
15331 _ACEOF
15332 cat confdefs.h >>conftest.$ac_ext
15333 cat >>conftest.$ac_ext <<_ACEOF
15334 /* end confdefs.h. */
15336 /* Override any GCC internal prototype to avoid an error.
15337 Use char because int might match the return type of a GCC
15338 builtin and then its argument prototype would still apply. */
15339 #ifdef __cplusplus
15340 extern "C"
15341 #endif
15342 char snd_pcm_hw_params_get_access ();
15344 main ()
15346 return snd_pcm_hw_params_get_access ();
15348 return 0;
15350 _ACEOF
15351 rm -f conftest.$ac_objext conftest$ac_exeext
15352 if { (ac_try="$ac_link"
15353 case "(($ac_try" in
15354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15355 *) ac_try_echo=$ac_try;;
15356 esac
15357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15358 $as_echo "$ac_try_echo") >&5
15359 (eval "$ac_link") 2>conftest.er1
15360 ac_status=$?
15361 grep -v '^ *+' conftest.er1 >conftest.err
15362 rm -f conftest.er1
15363 cat conftest.err >&5
15364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } && {
15366 test -z "$ac_c_werror_flag" ||
15367 test ! -s conftest.err
15368 } && test -s conftest$ac_exeext && {
15369 test "$cross_compiling" = yes ||
15370 $as_test_x conftest$ac_exeext
15371 }; then
15372 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15373 else
15374 $as_echo "$as_me: failed program was:" >&5
15375 sed 's/^/| /' conftest.$ac_ext >&5
15377 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15380 rm -rf conftest.dSYM
15381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15382 conftest$ac_exeext conftest.$ac_ext
15383 LIBS=$ac_check_lib_save_LIBS
15385 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15386 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15387 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15388 cat >conftest.$ac_ext <<_ACEOF
15389 /* confdefs.h. */
15390 _ACEOF
15391 cat confdefs.h >>conftest.$ac_ext
15392 cat >>conftest.$ac_ext <<_ACEOF
15393 /* end confdefs.h. */
15394 #ifdef HAVE_ALSA_ASOUNDLIB_H
15395 #include <alsa/asoundlib.h>
15396 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15397 #include <sys/asoundlib.h>
15398 #endif
15400 main ()
15402 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15404 return 0;
15406 _ACEOF
15407 rm -f conftest.$ac_objext
15408 if { (ac_try="$ac_compile"
15409 case "(($ac_try" in
15410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15411 *) ac_try_echo=$ac_try;;
15412 esac
15413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15414 $as_echo "$ac_try_echo") >&5
15415 (eval "$ac_compile") 2>conftest.er1
15416 ac_status=$?
15417 grep -v '^ *+' conftest.er1 >conftest.err
15418 rm -f conftest.er1
15419 cat conftest.err >&5
15420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15421 (exit $ac_status); } && {
15422 test -z "$ac_c_werror_flag" ||
15423 test ! -s conftest.err
15424 } && test -s conftest.$ac_objext; then
15426 cat >>confdefs.h <<\_ACEOF
15427 #define HAVE_ALSA 1
15428 _ACEOF
15430 ALSALIBS="-lasound"
15431 else
15432 $as_echo "$as_me: failed program was:" >&5
15433 sed 's/^/| /' conftest.$ac_ext >&5
15438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15443 AUDIOIOLIBS=""
15445 if test "$ac_cv_header_libaudioio_h" = "yes"
15446 then
15447 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15448 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15449 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15450 $as_echo_n "(cached) " >&6
15451 else
15452 ac_check_lib_save_LIBS=$LIBS
15453 LIBS="-laudioio $LIBS"
15454 cat >conftest.$ac_ext <<_ACEOF
15455 /* confdefs.h. */
15456 _ACEOF
15457 cat confdefs.h >>conftest.$ac_ext
15458 cat >>conftest.$ac_ext <<_ACEOF
15459 /* end confdefs.h. */
15461 /* Override any GCC internal prototype to avoid an error.
15462 Use char because int might match the return type of a GCC
15463 builtin and then its argument prototype would still apply. */
15464 #ifdef __cplusplus
15465 extern "C"
15466 #endif
15467 char AudioIOGetVersion ();
15469 main ()
15471 return AudioIOGetVersion ();
15473 return 0;
15475 _ACEOF
15476 rm -f conftest.$ac_objext conftest$ac_exeext
15477 if { (ac_try="$ac_link"
15478 case "(($ac_try" in
15479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480 *) ac_try_echo=$ac_try;;
15481 esac
15482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15483 $as_echo "$ac_try_echo") >&5
15484 (eval "$ac_link") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } && {
15491 test -z "$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 } && test -s conftest$ac_exeext && {
15494 test "$cross_compiling" = yes ||
15495 $as_test_x conftest$ac_exeext
15496 }; then
15497 ac_cv_lib_audioio_AudioIOGetVersion=yes
15498 else
15499 $as_echo "$as_me: failed program was:" >&5
15500 sed 's/^/| /' conftest.$ac_ext >&5
15502 ac_cv_lib_audioio_AudioIOGetVersion=no
15505 rm -rf conftest.dSYM
15506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15507 conftest$ac_exeext conftest.$ac_ext
15508 LIBS=$ac_check_lib_save_LIBS
15510 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15511 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15512 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15513 AUDIOIOLIBS="-laudioio"
15515 cat >>confdefs.h <<\_ACEOF
15516 #define HAVE_LIBAUDIOIO 1
15517 _ACEOF
15524 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15525 then
15526 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15527 $as_echo_n "checking for -lcapi20... " >&6; }
15528 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15529 $as_echo_n "(cached) " >&6
15530 else
15531 ac_check_soname_save_LIBS=$LIBS
15532 LIBS="-lcapi20 $LIBS"
15533 cat >conftest.$ac_ext <<_ACEOF
15534 /* confdefs.h. */
15535 _ACEOF
15536 cat confdefs.h >>conftest.$ac_ext
15537 cat >>conftest.$ac_ext <<_ACEOF
15538 /* end confdefs.h. */
15540 /* Override any GCC internal prototype to avoid an error.
15541 Use char because int might match the return type of a GCC
15542 builtin and then its argument prototype would still apply. */
15543 #ifdef __cplusplus
15544 extern "C"
15545 #endif
15546 char capi20_register ();
15548 main ()
15550 return capi20_register ();
15552 return 0;
15554 _ACEOF
15555 rm -f conftest.$ac_objext conftest$ac_exeext
15556 if { (ac_try="$ac_link"
15557 case "(($ac_try" in
15558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15559 *) ac_try_echo=$ac_try;;
15560 esac
15561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15562 $as_echo "$ac_try_echo") >&5
15563 (eval "$ac_link") 2>conftest.er1
15564 ac_status=$?
15565 grep -v '^ *+' conftest.er1 >conftest.err
15566 rm -f conftest.er1
15567 cat conftest.err >&5
15568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15569 (exit $ac_status); } && {
15570 test -z "$ac_c_werror_flag" ||
15571 test ! -s conftest.err
15572 } && test -s conftest$ac_exeext && {
15573 test "$cross_compiling" = yes ||
15574 $as_test_x conftest$ac_exeext
15575 }; then
15576 case "$LIBEXT" in
15577 dll) ;;
15578 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'` ;;
15579 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15580 esac
15581 else
15582 $as_echo "$as_me: failed program was:" >&5
15583 sed 's/^/| /' conftest.$ac_ext >&5
15588 rm -rf conftest.dSYM
15589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15590 conftest$ac_exeext conftest.$ac_ext
15591 LIBS=$ac_check_soname_save_LIBS
15593 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15594 { $as_echo "$as_me:$LINENO: result: not found" >&5
15595 $as_echo "not found" >&6; }
15597 else
15598 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15599 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15601 cat >>confdefs.h <<_ACEOF
15602 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15603 _ACEOF
15609 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15610 case "x$with_capi" in
15611 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15612 xno) ;;
15613 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15614 This is an error since --with-capi was requested." >&5
15615 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15616 This is an error since --with-capi was requested." >&2;}
15617 { (exit 1); exit 1; }; } ;;
15618 esac
15622 CUPSINCL=""
15624 if test "x$with_cups" != "xno"
15625 then
15626 ac_save_CPPFLAGS="$CPPFLAGS"
15627 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15628 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15629 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15631 for ac_header in cups/cups.h
15633 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15634 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15635 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15636 $as_echo_n "checking for $ac_header... " >&6; }
15637 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15638 $as_echo_n "(cached) " >&6
15640 ac_res=`eval 'as_val=${'$as_ac_Header'}
15641 $as_echo "$as_val"'`
15642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15643 $as_echo "$ac_res" >&6; }
15644 else
15645 # Is the header compilable?
15646 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15647 $as_echo_n "checking $ac_header usability... " >&6; }
15648 cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h. */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h. */
15654 $ac_includes_default
15655 #include <$ac_header>
15656 _ACEOF
15657 rm -f conftest.$ac_objext
15658 if { (ac_try="$ac_compile"
15659 case "(($ac_try" in
15660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15661 *) ac_try_echo=$ac_try;;
15662 esac
15663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15664 $as_echo "$ac_try_echo") >&5
15665 (eval "$ac_compile") 2>conftest.er1
15666 ac_status=$?
15667 grep -v '^ *+' conftest.er1 >conftest.err
15668 rm -f conftest.er1
15669 cat conftest.err >&5
15670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15671 (exit $ac_status); } && {
15672 test -z "$ac_c_werror_flag" ||
15673 test ! -s conftest.err
15674 } && test -s conftest.$ac_objext; then
15675 ac_header_compiler=yes
15676 else
15677 $as_echo "$as_me: failed program was:" >&5
15678 sed 's/^/| /' conftest.$ac_ext >&5
15680 ac_header_compiler=no
15683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15684 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15685 $as_echo "$ac_header_compiler" >&6; }
15687 # Is the header present?
15688 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15689 $as_echo_n "checking $ac_header presence... " >&6; }
15690 cat >conftest.$ac_ext <<_ACEOF
15691 /* confdefs.h. */
15692 _ACEOF
15693 cat confdefs.h >>conftest.$ac_ext
15694 cat >>conftest.$ac_ext <<_ACEOF
15695 /* end confdefs.h. */
15696 #include <$ac_header>
15697 _ACEOF
15698 if { (ac_try="$ac_cpp conftest.$ac_ext"
15699 case "(($ac_try" in
15700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15701 *) ac_try_echo=$ac_try;;
15702 esac
15703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15704 $as_echo "$ac_try_echo") >&5
15705 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15706 ac_status=$?
15707 grep -v '^ *+' conftest.er1 >conftest.err
15708 rm -f conftest.er1
15709 cat conftest.err >&5
15710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15711 (exit $ac_status); } >/dev/null && {
15712 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15713 test ! -s conftest.err
15714 }; then
15715 ac_header_preproc=yes
15716 else
15717 $as_echo "$as_me: failed program was:" >&5
15718 sed 's/^/| /' conftest.$ac_ext >&5
15720 ac_header_preproc=no
15723 rm -f conftest.err conftest.$ac_ext
15724 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15725 $as_echo "$ac_header_preproc" >&6; }
15727 # So? What about this header?
15728 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15729 yes:no: )
15730 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15731 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15733 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15734 ac_header_preproc=yes
15736 no:yes:* )
15737 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15738 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15739 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15740 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15741 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15742 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15743 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15744 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15745 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15746 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15747 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15748 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15749 ( cat <<\_ASBOX
15750 ## ------------------------------------ ##
15751 ## Report this to wine-devel@winehq.org ##
15752 ## ------------------------------------ ##
15753 _ASBOX
15754 ) | sed "s/^/$as_me: WARNING: /" >&2
15756 esac
15757 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15758 $as_echo_n "checking for $ac_header... " >&6; }
15759 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15760 $as_echo_n "(cached) " >&6
15761 else
15762 eval "$as_ac_Header=\$ac_header_preproc"
15764 ac_res=`eval 'as_val=${'$as_ac_Header'}
15765 $as_echo "$as_val"'`
15766 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15767 $as_echo "$ac_res" >&6; }
15770 as_val=`eval 'as_val=${'$as_ac_Header'}
15771 $as_echo "$as_val"'`
15772 if test "x$as_val" = x""yes; then
15773 cat >>confdefs.h <<_ACEOF
15774 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15775 _ACEOF
15776 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15777 $as_echo_n "checking for -lcups... " >&6; }
15778 if test "${ac_cv_lib_soname_cups+set}" = set; then
15779 $as_echo_n "(cached) " >&6
15780 else
15781 ac_check_soname_save_LIBS=$LIBS
15782 LIBS="-lcups $ac_cups_libs $LIBS"
15783 cat >conftest.$ac_ext <<_ACEOF
15784 /* confdefs.h. */
15785 _ACEOF
15786 cat confdefs.h >>conftest.$ac_ext
15787 cat >>conftest.$ac_ext <<_ACEOF
15788 /* end confdefs.h. */
15790 /* Override any GCC internal prototype to avoid an error.
15791 Use char because int might match the return type of a GCC
15792 builtin and then its argument prototype would still apply. */
15793 #ifdef __cplusplus
15794 extern "C"
15795 #endif
15796 char cupsGetDefault ();
15798 main ()
15800 return cupsGetDefault ();
15802 return 0;
15804 _ACEOF
15805 rm -f conftest.$ac_objext conftest$ac_exeext
15806 if { (ac_try="$ac_link"
15807 case "(($ac_try" in
15808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15809 *) ac_try_echo=$ac_try;;
15810 esac
15811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15812 $as_echo "$ac_try_echo") >&5
15813 (eval "$ac_link") 2>conftest.er1
15814 ac_status=$?
15815 grep -v '^ *+' conftest.er1 >conftest.err
15816 rm -f conftest.er1
15817 cat conftest.err >&5
15818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15819 (exit $ac_status); } && {
15820 test -z "$ac_c_werror_flag" ||
15821 test ! -s conftest.err
15822 } && test -s conftest$ac_exeext && {
15823 test "$cross_compiling" = yes ||
15824 $as_test_x conftest$ac_exeext
15825 }; then
15826 case "$LIBEXT" in
15827 dll) ;;
15828 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'` ;;
15829 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15830 esac
15831 else
15832 $as_echo "$as_me: failed program was:" >&5
15833 sed 's/^/| /' conftest.$ac_ext >&5
15838 rm -rf conftest.dSYM
15839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15840 conftest$ac_exeext conftest.$ac_ext
15841 LIBS=$ac_check_soname_save_LIBS
15843 if test "x$ac_cv_lib_soname_cups" = "x"; then
15844 { $as_echo "$as_me:$LINENO: result: not found" >&5
15845 $as_echo "not found" >&6; }
15847 else
15848 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15849 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15851 cat >>confdefs.h <<_ACEOF
15852 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15853 _ACEOF
15855 CUPSINCL="$ac_cups_cflags"
15860 done
15862 CPPFLAGS="$ac_save_CPPFLAGS"
15864 if test "x$ac_cv_lib_soname_cups" = "x"; then
15865 case "x$with_cups" in
15866 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15867 xno) ;;
15868 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15869 This is an error since --with-cups was requested." >&5
15870 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15871 This is an error since --with-cups was requested." >&2;}
15872 { (exit 1); exit 1; }; } ;;
15873 esac
15877 if test "$ac_cv_header_jack_jack_h" = "yes"
15878 then
15879 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15880 $as_echo_n "checking for -ljack... " >&6; }
15881 if test "${ac_cv_lib_soname_jack+set}" = set; then
15882 $as_echo_n "(cached) " >&6
15883 else
15884 ac_check_soname_save_LIBS=$LIBS
15885 LIBS="-ljack $LIBS"
15886 cat >conftest.$ac_ext <<_ACEOF
15887 /* confdefs.h. */
15888 _ACEOF
15889 cat confdefs.h >>conftest.$ac_ext
15890 cat >>conftest.$ac_ext <<_ACEOF
15891 /* end confdefs.h. */
15893 /* Override any GCC internal prototype to avoid an error.
15894 Use char because int might match the return type of a GCC
15895 builtin and then its argument prototype would still apply. */
15896 #ifdef __cplusplus
15897 extern "C"
15898 #endif
15899 char jack_client_new ();
15901 main ()
15903 return jack_client_new ();
15905 return 0;
15907 _ACEOF
15908 rm -f conftest.$ac_objext conftest$ac_exeext
15909 if { (ac_try="$ac_link"
15910 case "(($ac_try" in
15911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15912 *) ac_try_echo=$ac_try;;
15913 esac
15914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15915 $as_echo "$ac_try_echo") >&5
15916 (eval "$ac_link") 2>conftest.er1
15917 ac_status=$?
15918 grep -v '^ *+' conftest.er1 >conftest.err
15919 rm -f conftest.er1
15920 cat conftest.err >&5
15921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); } && {
15923 test -z "$ac_c_werror_flag" ||
15924 test ! -s conftest.err
15925 } && test -s conftest$ac_exeext && {
15926 test "$cross_compiling" = yes ||
15927 $as_test_x conftest$ac_exeext
15928 }; then
15929 case "$LIBEXT" in
15930 dll) ;;
15931 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'` ;;
15932 *) 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'` ;;
15933 esac
15934 else
15935 $as_echo "$as_me: failed program was:" >&5
15936 sed 's/^/| /' conftest.$ac_ext >&5
15941 rm -rf conftest.dSYM
15942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15943 conftest$ac_exeext conftest.$ac_ext
15944 LIBS=$ac_check_soname_save_LIBS
15946 if test "x$ac_cv_lib_soname_jack" = "x"; then
15947 { $as_echo "$as_me:$LINENO: result: not found" >&5
15948 $as_echo "not found" >&6; }
15950 else
15951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15952 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15954 cat >>confdefs.h <<_ACEOF
15955 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15956 _ACEOF
15963 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15964 then
15965 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15966 $as_echo_n "checking for -lfontconfig... " >&6; }
15967 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15968 $as_echo_n "(cached) " >&6
15969 else
15970 ac_check_soname_save_LIBS=$LIBS
15971 LIBS="-lfontconfig $LIBS"
15972 cat >conftest.$ac_ext <<_ACEOF
15973 /* confdefs.h. */
15974 _ACEOF
15975 cat confdefs.h >>conftest.$ac_ext
15976 cat >>conftest.$ac_ext <<_ACEOF
15977 /* end confdefs.h. */
15979 /* Override any GCC internal prototype to avoid an error.
15980 Use char because int might match the return type of a GCC
15981 builtin and then its argument prototype would still apply. */
15982 #ifdef __cplusplus
15983 extern "C"
15984 #endif
15985 char FcInit ();
15987 main ()
15989 return FcInit ();
15991 return 0;
15993 _ACEOF
15994 rm -f conftest.$ac_objext conftest$ac_exeext
15995 if { (ac_try="$ac_link"
15996 case "(($ac_try" in
15997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15998 *) ac_try_echo=$ac_try;;
15999 esac
16000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16001 $as_echo "$ac_try_echo") >&5
16002 (eval "$ac_link") 2>conftest.er1
16003 ac_status=$?
16004 grep -v '^ *+' conftest.er1 >conftest.err
16005 rm -f conftest.er1
16006 cat conftest.err >&5
16007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16008 (exit $ac_status); } && {
16009 test -z "$ac_c_werror_flag" ||
16010 test ! -s conftest.err
16011 } && test -s conftest$ac_exeext && {
16012 test "$cross_compiling" = yes ||
16013 $as_test_x conftest$ac_exeext
16014 }; then
16015 case "$LIBEXT" in
16016 dll) ;;
16017 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'` ;;
16018 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16019 esac
16020 else
16021 $as_echo "$as_me: failed program was:" >&5
16022 sed 's/^/| /' conftest.$ac_ext >&5
16027 rm -rf conftest.dSYM
16028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16029 conftest$ac_exeext conftest.$ac_ext
16030 LIBS=$ac_check_soname_save_LIBS
16032 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16033 { $as_echo "$as_me:$LINENO: result: not found" >&5
16034 $as_echo "not found" >&6; }
16036 else
16037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16038 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16040 cat >>confdefs.h <<_ACEOF
16041 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16042 _ACEOF
16047 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16048 then
16049 ac_save_CPPFLAGS="$CPPFLAGS"
16050 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16051 $as_unset ac_cv_header_fontconfig_fontconfig_h
16053 for ac_header in fontconfig/fontconfig.h
16055 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16057 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16058 $as_echo_n "checking for $ac_header... " >&6; }
16059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16060 $as_echo_n "(cached) " >&6
16062 ac_res=`eval 'as_val=${'$as_ac_Header'}
16063 $as_echo "$as_val"'`
16064 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16065 $as_echo "$ac_res" >&6; }
16066 else
16067 # Is the header compilable?
16068 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16069 $as_echo_n "checking $ac_header usability... " >&6; }
16070 cat >conftest.$ac_ext <<_ACEOF
16071 /* confdefs.h. */
16072 _ACEOF
16073 cat confdefs.h >>conftest.$ac_ext
16074 cat >>conftest.$ac_ext <<_ACEOF
16075 /* end confdefs.h. */
16076 $ac_includes_default
16077 #include <$ac_header>
16078 _ACEOF
16079 rm -f conftest.$ac_objext
16080 if { (ac_try="$ac_compile"
16081 case "(($ac_try" in
16082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16083 *) ac_try_echo=$ac_try;;
16084 esac
16085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16086 $as_echo "$ac_try_echo") >&5
16087 (eval "$ac_compile") 2>conftest.er1
16088 ac_status=$?
16089 grep -v '^ *+' conftest.er1 >conftest.err
16090 rm -f conftest.er1
16091 cat conftest.err >&5
16092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16093 (exit $ac_status); } && {
16094 test -z "$ac_c_werror_flag" ||
16095 test ! -s conftest.err
16096 } && test -s conftest.$ac_objext; then
16097 ac_header_compiler=yes
16098 else
16099 $as_echo "$as_me: failed program was:" >&5
16100 sed 's/^/| /' conftest.$ac_ext >&5
16102 ac_header_compiler=no
16105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16106 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16107 $as_echo "$ac_header_compiler" >&6; }
16109 # Is the header present?
16110 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16111 $as_echo_n "checking $ac_header presence... " >&6; }
16112 cat >conftest.$ac_ext <<_ACEOF
16113 /* confdefs.h. */
16114 _ACEOF
16115 cat confdefs.h >>conftest.$ac_ext
16116 cat >>conftest.$ac_ext <<_ACEOF
16117 /* end confdefs.h. */
16118 #include <$ac_header>
16119 _ACEOF
16120 if { (ac_try="$ac_cpp conftest.$ac_ext"
16121 case "(($ac_try" in
16122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16123 *) ac_try_echo=$ac_try;;
16124 esac
16125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16126 $as_echo "$ac_try_echo") >&5
16127 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16128 ac_status=$?
16129 grep -v '^ *+' conftest.er1 >conftest.err
16130 rm -f conftest.er1
16131 cat conftest.err >&5
16132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16133 (exit $ac_status); } >/dev/null && {
16134 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16135 test ! -s conftest.err
16136 }; then
16137 ac_header_preproc=yes
16138 else
16139 $as_echo "$as_me: failed program was:" >&5
16140 sed 's/^/| /' conftest.$ac_ext >&5
16142 ac_header_preproc=no
16145 rm -f conftest.err conftest.$ac_ext
16146 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16147 $as_echo "$ac_header_preproc" >&6; }
16149 # So? What about this header?
16150 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16151 yes:no: )
16152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16153 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16155 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16156 ac_header_preproc=yes
16158 no:yes:* )
16159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16160 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16161 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16162 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16163 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16164 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16165 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16166 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16167 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16168 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16169 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16170 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16171 ( cat <<\_ASBOX
16172 ## ------------------------------------ ##
16173 ## Report this to wine-devel@winehq.org ##
16174 ## ------------------------------------ ##
16175 _ASBOX
16176 ) | sed "s/^/$as_me: WARNING: /" >&2
16178 esac
16179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16180 $as_echo_n "checking for $ac_header... " >&6; }
16181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16182 $as_echo_n "(cached) " >&6
16183 else
16184 eval "$as_ac_Header=\$ac_header_preproc"
16186 ac_res=`eval 'as_val=${'$as_ac_Header'}
16187 $as_echo "$as_val"'`
16188 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16189 $as_echo "$ac_res" >&6; }
16192 as_val=`eval 'as_val=${'$as_ac_Header'}
16193 $as_echo "$as_val"'`
16194 if test "x$as_val" = x""yes; then
16195 cat >>confdefs.h <<_ACEOF
16196 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16197 _ACEOF
16201 done
16203 CPPFLAGS="$ac_save_CPPFLAGS"
16204 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16205 then
16206 FONTCONFIGINCL="$X_CFLAGS"
16208 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16209 $as_echo_n "checking for -lfontconfig... " >&6; }
16210 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16211 $as_echo_n "(cached) " >&6
16212 else
16213 ac_check_soname_save_LIBS=$LIBS
16214 LIBS="-lfontconfig $X_LIBS $LIBS"
16215 cat >conftest.$ac_ext <<_ACEOF
16216 /* confdefs.h. */
16217 _ACEOF
16218 cat confdefs.h >>conftest.$ac_ext
16219 cat >>conftest.$ac_ext <<_ACEOF
16220 /* end confdefs.h. */
16222 /* Override any GCC internal prototype to avoid an error.
16223 Use char because int might match the return type of a GCC
16224 builtin and then its argument prototype would still apply. */
16225 #ifdef __cplusplus
16226 extern "C"
16227 #endif
16228 char FcInit ();
16230 main ()
16232 return FcInit ();
16234 return 0;
16236 _ACEOF
16237 rm -f conftest.$ac_objext conftest$ac_exeext
16238 if { (ac_try="$ac_link"
16239 case "(($ac_try" in
16240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16241 *) ac_try_echo=$ac_try;;
16242 esac
16243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16244 $as_echo "$ac_try_echo") >&5
16245 (eval "$ac_link") 2>conftest.er1
16246 ac_status=$?
16247 grep -v '^ *+' conftest.er1 >conftest.err
16248 rm -f conftest.er1
16249 cat conftest.err >&5
16250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest$ac_exeext && {
16255 test "$cross_compiling" = yes ||
16256 $as_test_x conftest$ac_exeext
16257 }; then
16258 case "$LIBEXT" in
16259 dll) ;;
16260 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'` ;;
16261 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16262 esac
16263 else
16264 $as_echo "$as_me: failed program was:" >&5
16265 sed 's/^/| /' conftest.$ac_ext >&5
16270 rm -rf conftest.dSYM
16271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16272 conftest$ac_exeext conftest.$ac_ext
16273 LIBS=$ac_check_soname_save_LIBS
16275 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16276 { $as_echo "$as_me:$LINENO: result: not found" >&5
16277 $as_echo "not found" >&6; }
16279 else
16280 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16281 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16283 cat >>confdefs.h <<_ACEOF
16284 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16285 _ACEOF
16292 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16293 case "x$with_fontconfig" in
16294 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16295 xno) ;;
16296 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16297 This is an error since --with-fontconfig was requested." >&5
16298 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16299 This is an error since --with-fontconfig was requested." >&2;}
16300 { (exit 1); exit 1; }; } ;;
16301 esac
16305 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16306 then
16307 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16308 $as_echo_n "checking for -lssl... " >&6; }
16309 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16310 $as_echo_n "(cached) " >&6
16311 else
16312 ac_check_soname_save_LIBS=$LIBS
16313 LIBS="-lssl $LIBS"
16314 cat >conftest.$ac_ext <<_ACEOF
16315 /* confdefs.h. */
16316 _ACEOF
16317 cat confdefs.h >>conftest.$ac_ext
16318 cat >>conftest.$ac_ext <<_ACEOF
16319 /* end confdefs.h. */
16321 /* Override any GCC internal prototype to avoid an error.
16322 Use char because int might match the return type of a GCC
16323 builtin and then its argument prototype would still apply. */
16324 #ifdef __cplusplus
16325 extern "C"
16326 #endif
16327 char SSL_library_init ();
16329 main ()
16331 return SSL_library_init ();
16333 return 0;
16335 _ACEOF
16336 rm -f conftest.$ac_objext conftest$ac_exeext
16337 if { (ac_try="$ac_link"
16338 case "(($ac_try" in
16339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16340 *) ac_try_echo=$ac_try;;
16341 esac
16342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16343 $as_echo "$ac_try_echo") >&5
16344 (eval "$ac_link") 2>conftest.er1
16345 ac_status=$?
16346 grep -v '^ *+' conftest.er1 >conftest.err
16347 rm -f conftest.er1
16348 cat conftest.err >&5
16349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); } && {
16351 test -z "$ac_c_werror_flag" ||
16352 test ! -s conftest.err
16353 } && test -s conftest$ac_exeext && {
16354 test "$cross_compiling" = yes ||
16355 $as_test_x conftest$ac_exeext
16356 }; then
16357 case "$LIBEXT" in
16358 dll) ;;
16359 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'` ;;
16360 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16361 esac
16362 else
16363 $as_echo "$as_me: failed program was:" >&5
16364 sed 's/^/| /' conftest.$ac_ext >&5
16369 rm -rf conftest.dSYM
16370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16371 conftest$ac_exeext conftest.$ac_ext
16372 LIBS=$ac_check_soname_save_LIBS
16374 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16375 { $as_echo "$as_me:$LINENO: result: not found" >&5
16376 $as_echo "not found" >&6; }
16378 else
16379 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16380 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16382 cat >>confdefs.h <<_ACEOF
16383 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16384 _ACEOF
16389 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16390 $as_echo_n "checking for -lcrypto... " >&6; }
16391 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16392 $as_echo_n "(cached) " >&6
16393 else
16394 ac_check_soname_save_LIBS=$LIBS
16395 LIBS="-lcrypto $LIBS"
16396 cat >conftest.$ac_ext <<_ACEOF
16397 /* confdefs.h. */
16398 _ACEOF
16399 cat confdefs.h >>conftest.$ac_ext
16400 cat >>conftest.$ac_ext <<_ACEOF
16401 /* end confdefs.h. */
16403 /* Override any GCC internal prototype to avoid an error.
16404 Use char because int might match the return type of a GCC
16405 builtin and then its argument prototype would still apply. */
16406 #ifdef __cplusplus
16407 extern "C"
16408 #endif
16409 char BIO_new_socket ();
16411 main ()
16413 return BIO_new_socket ();
16415 return 0;
16417 _ACEOF
16418 rm -f conftest.$ac_objext conftest$ac_exeext
16419 if { (ac_try="$ac_link"
16420 case "(($ac_try" in
16421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16422 *) ac_try_echo=$ac_try;;
16423 esac
16424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16425 $as_echo "$ac_try_echo") >&5
16426 (eval "$ac_link") 2>conftest.er1
16427 ac_status=$?
16428 grep -v '^ *+' conftest.er1 >conftest.err
16429 rm -f conftest.er1
16430 cat conftest.err >&5
16431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); } && {
16433 test -z "$ac_c_werror_flag" ||
16434 test ! -s conftest.err
16435 } && test -s conftest$ac_exeext && {
16436 test "$cross_compiling" = yes ||
16437 $as_test_x conftest$ac_exeext
16438 }; then
16439 case "$LIBEXT" in
16440 dll) ;;
16441 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'` ;;
16442 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16443 esac
16444 else
16445 $as_echo "$as_me: failed program was:" >&5
16446 sed 's/^/| /' conftest.$ac_ext >&5
16451 rm -rf conftest.dSYM
16452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16453 conftest$ac_exeext conftest.$ac_ext
16454 LIBS=$ac_check_soname_save_LIBS
16456 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16457 { $as_echo "$as_me:$LINENO: result: not found" >&5
16458 $as_echo "not found" >&6; }
16460 else
16461 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16462 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16464 cat >>confdefs.h <<_ACEOF
16465 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16466 _ACEOF
16472 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16473 case "x$with_openssl" in
16474 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16475 xno) ;;
16476 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16477 This is an error since --with-openssl was requested." >&5
16478 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16479 This is an error since --with-openssl was requested." >&2;}
16480 { (exit 1); exit 1; }; } ;;
16481 esac
16485 if test "$ac_cv_header_jpeglib_h" = "yes"
16486 then
16487 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16488 $as_echo_n "checking for -ljpeg... " >&6; }
16489 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16490 $as_echo_n "(cached) " >&6
16491 else
16492 ac_check_soname_save_LIBS=$LIBS
16493 LIBS="-ljpeg $LIBS"
16494 cat >conftest.$ac_ext <<_ACEOF
16495 /* confdefs.h. */
16496 _ACEOF
16497 cat confdefs.h >>conftest.$ac_ext
16498 cat >>conftest.$ac_ext <<_ACEOF
16499 /* end confdefs.h. */
16501 /* Override any GCC internal prototype to avoid an error.
16502 Use char because int might match the return type of a GCC
16503 builtin and then its argument prototype would still apply. */
16504 #ifdef __cplusplus
16505 extern "C"
16506 #endif
16507 char jpeg_start_decompress ();
16509 main ()
16511 return jpeg_start_decompress ();
16513 return 0;
16515 _ACEOF
16516 rm -f conftest.$ac_objext conftest$ac_exeext
16517 if { (ac_try="$ac_link"
16518 case "(($ac_try" in
16519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16520 *) ac_try_echo=$ac_try;;
16521 esac
16522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16523 $as_echo "$ac_try_echo") >&5
16524 (eval "$ac_link") 2>conftest.er1
16525 ac_status=$?
16526 grep -v '^ *+' conftest.er1 >conftest.err
16527 rm -f conftest.er1
16528 cat conftest.err >&5
16529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530 (exit $ac_status); } && {
16531 test -z "$ac_c_werror_flag" ||
16532 test ! -s conftest.err
16533 } && test -s conftest$ac_exeext && {
16534 test "$cross_compiling" = yes ||
16535 $as_test_x conftest$ac_exeext
16536 }; then
16537 case "$LIBEXT" in
16538 dll) ;;
16539 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'` ;;
16540 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16541 esac
16542 else
16543 $as_echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.$ac_ext >&5
16549 rm -rf conftest.dSYM
16550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16551 conftest$ac_exeext conftest.$ac_ext
16552 LIBS=$ac_check_soname_save_LIBS
16554 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16555 { $as_echo "$as_me:$LINENO: result: not found" >&5
16556 $as_echo "not found" >&6; }
16558 else
16559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16560 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16562 cat >>confdefs.h <<_ACEOF
16563 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16564 _ACEOF
16570 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16571 case "x$with_jpeg" in
16572 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16573 xno) ;;
16574 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16575 This is an error since --with-jpeg was requested." >&5
16576 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16577 This is an error since --with-jpeg was requested." >&2;}
16578 { (exit 1); exit 1; }; } ;;
16579 esac
16583 if test "$ac_cv_header_png_h" = "yes"
16584 then
16585 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16586 $as_echo_n "checking for -lpng... " >&6; }
16587 if test "${ac_cv_lib_soname_png+set}" = set; then
16588 $as_echo_n "(cached) " >&6
16589 else
16590 ac_check_soname_save_LIBS=$LIBS
16591 LIBS="-lpng -lm -lz $LIBS"
16592 cat >conftest.$ac_ext <<_ACEOF
16593 /* confdefs.h. */
16594 _ACEOF
16595 cat confdefs.h >>conftest.$ac_ext
16596 cat >>conftest.$ac_ext <<_ACEOF
16597 /* end confdefs.h. */
16599 /* Override any GCC internal prototype to avoid an error.
16600 Use char because int might match the return type of a GCC
16601 builtin and then its argument prototype would still apply. */
16602 #ifdef __cplusplus
16603 extern "C"
16604 #endif
16605 char png_create_read_struct ();
16607 main ()
16609 return png_create_read_struct ();
16611 return 0;
16613 _ACEOF
16614 rm -f conftest.$ac_objext conftest$ac_exeext
16615 if { (ac_try="$ac_link"
16616 case "(($ac_try" in
16617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16618 *) ac_try_echo=$ac_try;;
16619 esac
16620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16621 $as_echo "$ac_try_echo") >&5
16622 (eval "$ac_link") 2>conftest.er1
16623 ac_status=$?
16624 grep -v '^ *+' conftest.er1 >conftest.err
16625 rm -f conftest.er1
16626 cat conftest.err >&5
16627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); } && {
16629 test -z "$ac_c_werror_flag" ||
16630 test ! -s conftest.err
16631 } && test -s conftest$ac_exeext && {
16632 test "$cross_compiling" = yes ||
16633 $as_test_x conftest$ac_exeext
16634 }; then
16635 case "$LIBEXT" in
16636 dll) ;;
16637 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'` ;;
16638 *) 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'` ;;
16639 esac
16640 else
16641 $as_echo "$as_me: failed program was:" >&5
16642 sed 's/^/| /' conftest.$ac_ext >&5
16647 rm -rf conftest.dSYM
16648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16649 conftest$ac_exeext conftest.$ac_ext
16650 LIBS=$ac_check_soname_save_LIBS
16652 if test "x$ac_cv_lib_soname_png" = "x"; then
16653 { $as_echo "$as_me:$LINENO: result: not found" >&5
16654 $as_echo "not found" >&6; }
16656 else
16657 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16658 $as_echo "$ac_cv_lib_soname_png" >&6; }
16660 cat >>confdefs.h <<_ACEOF
16661 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16662 _ACEOF
16667 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16668 then
16669 ac_save_CPPFLAGS="$CPPFLAGS"
16670 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16671 $as_unset ac_cv_header_png_h
16673 for ac_header in png.h
16675 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16676 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16677 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16678 $as_echo_n "checking for $ac_header... " >&6; }
16679 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16680 $as_echo_n "(cached) " >&6
16682 ac_res=`eval 'as_val=${'$as_ac_Header'}
16683 $as_echo "$as_val"'`
16684 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16685 $as_echo "$ac_res" >&6; }
16686 else
16687 # Is the header compilable?
16688 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16689 $as_echo_n "checking $ac_header usability... " >&6; }
16690 cat >conftest.$ac_ext <<_ACEOF
16691 /* confdefs.h. */
16692 _ACEOF
16693 cat confdefs.h >>conftest.$ac_ext
16694 cat >>conftest.$ac_ext <<_ACEOF
16695 /* end confdefs.h. */
16696 $ac_includes_default
16697 #include <$ac_header>
16698 _ACEOF
16699 rm -f conftest.$ac_objext
16700 if { (ac_try="$ac_compile"
16701 case "(($ac_try" in
16702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16703 *) ac_try_echo=$ac_try;;
16704 esac
16705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16706 $as_echo "$ac_try_echo") >&5
16707 (eval "$ac_compile") 2>conftest.er1
16708 ac_status=$?
16709 grep -v '^ *+' conftest.er1 >conftest.err
16710 rm -f conftest.er1
16711 cat conftest.err >&5
16712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); } && {
16714 test -z "$ac_c_werror_flag" ||
16715 test ! -s conftest.err
16716 } && test -s conftest.$ac_objext; then
16717 ac_header_compiler=yes
16718 else
16719 $as_echo "$as_me: failed program was:" >&5
16720 sed 's/^/| /' conftest.$ac_ext >&5
16722 ac_header_compiler=no
16725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16726 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16727 $as_echo "$ac_header_compiler" >&6; }
16729 # Is the header present?
16730 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16731 $as_echo_n "checking $ac_header presence... " >&6; }
16732 cat >conftest.$ac_ext <<_ACEOF
16733 /* confdefs.h. */
16734 _ACEOF
16735 cat confdefs.h >>conftest.$ac_ext
16736 cat >>conftest.$ac_ext <<_ACEOF
16737 /* end confdefs.h. */
16738 #include <$ac_header>
16739 _ACEOF
16740 if { (ac_try="$ac_cpp conftest.$ac_ext"
16741 case "(($ac_try" in
16742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16743 *) ac_try_echo=$ac_try;;
16744 esac
16745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16746 $as_echo "$ac_try_echo") >&5
16747 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16748 ac_status=$?
16749 grep -v '^ *+' conftest.er1 >conftest.err
16750 rm -f conftest.er1
16751 cat conftest.err >&5
16752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16753 (exit $ac_status); } >/dev/null && {
16754 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16755 test ! -s conftest.err
16756 }; then
16757 ac_header_preproc=yes
16758 else
16759 $as_echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.$ac_ext >&5
16762 ac_header_preproc=no
16765 rm -f conftest.err conftest.$ac_ext
16766 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16767 $as_echo "$ac_header_preproc" >&6; }
16769 # So? What about this header?
16770 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16771 yes:no: )
16772 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16773 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16774 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16775 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16776 ac_header_preproc=yes
16778 no:yes:* )
16779 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16780 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16781 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16782 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16783 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16784 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16785 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16786 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16787 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16788 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16789 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16790 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16791 ( cat <<\_ASBOX
16792 ## ------------------------------------ ##
16793 ## Report this to wine-devel@winehq.org ##
16794 ## ------------------------------------ ##
16795 _ASBOX
16796 ) | sed "s/^/$as_me: WARNING: /" >&2
16798 esac
16799 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16800 $as_echo_n "checking for $ac_header... " >&6; }
16801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16802 $as_echo_n "(cached) " >&6
16803 else
16804 eval "$as_ac_Header=\$ac_header_preproc"
16806 ac_res=`eval 'as_val=${'$as_ac_Header'}
16807 $as_echo "$as_val"'`
16808 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16809 $as_echo "$ac_res" >&6; }
16812 as_val=`eval 'as_val=${'$as_ac_Header'}
16813 $as_echo "$as_val"'`
16814 if test "x$as_val" = x""yes; then
16815 cat >>confdefs.h <<_ACEOF
16816 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16817 _ACEOF
16821 done
16823 CPPFLAGS="$ac_save_CPPFLAGS"
16824 if test "$ac_cv_header_png_h" = "yes"
16825 then
16826 PNGINCL="$X_CFLAGS"
16828 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16829 $as_echo_n "checking for -lpng... " >&6; }
16830 if test "${ac_cv_lib_soname_png+set}" = set; then
16831 $as_echo_n "(cached) " >&6
16832 else
16833 ac_check_soname_save_LIBS=$LIBS
16834 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16835 cat >conftest.$ac_ext <<_ACEOF
16836 /* confdefs.h. */
16837 _ACEOF
16838 cat confdefs.h >>conftest.$ac_ext
16839 cat >>conftest.$ac_ext <<_ACEOF
16840 /* end confdefs.h. */
16842 /* Override any GCC internal prototype to avoid an error.
16843 Use char because int might match the return type of a GCC
16844 builtin and then its argument prototype would still apply. */
16845 #ifdef __cplusplus
16846 extern "C"
16847 #endif
16848 char png_create_read_struct ();
16850 main ()
16852 return png_create_read_struct ();
16854 return 0;
16856 _ACEOF
16857 rm -f conftest.$ac_objext conftest$ac_exeext
16858 if { (ac_try="$ac_link"
16859 case "(($ac_try" in
16860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16861 *) ac_try_echo=$ac_try;;
16862 esac
16863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16864 $as_echo "$ac_try_echo") >&5
16865 (eval "$ac_link") 2>conftest.er1
16866 ac_status=$?
16867 grep -v '^ *+' conftest.er1 >conftest.err
16868 rm -f conftest.er1
16869 cat conftest.err >&5
16870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); } && {
16872 test -z "$ac_c_werror_flag" ||
16873 test ! -s conftest.err
16874 } && test -s conftest$ac_exeext && {
16875 test "$cross_compiling" = yes ||
16876 $as_test_x conftest$ac_exeext
16877 }; then
16878 case "$LIBEXT" in
16879 dll) ;;
16880 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'` ;;
16881 *) 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'` ;;
16882 esac
16883 else
16884 $as_echo "$as_me: failed program was:" >&5
16885 sed 's/^/| /' conftest.$ac_ext >&5
16890 rm -rf conftest.dSYM
16891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16892 conftest$ac_exeext conftest.$ac_ext
16893 LIBS=$ac_check_soname_save_LIBS
16895 if test "x$ac_cv_lib_soname_png" = "x"; then
16896 { $as_echo "$as_me:$LINENO: result: not found" >&5
16897 $as_echo "not found" >&6; }
16899 else
16900 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16901 $as_echo "$ac_cv_lib_soname_png" >&6; }
16903 cat >>confdefs.h <<_ACEOF
16904 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16905 _ACEOF
16912 if test "x$ac_cv_lib_soname_png" = "x"; then
16913 case "x$with_png" in
16914 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16915 xno) ;;
16916 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16917 This is an error since --with-png was requested." >&5
16918 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16919 This is an error since --with-png was requested." >&2;}
16920 { (exit 1); exit 1; }; } ;;
16921 esac
16925 if test "$ac_cv_header_kstat_h" = "yes"
16926 then
16927 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16928 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16929 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16930 $as_echo_n "(cached) " >&6
16931 else
16932 ac_check_lib_save_LIBS=$LIBS
16933 LIBS="-lkstat $LIBS"
16934 cat >conftest.$ac_ext <<_ACEOF
16935 /* confdefs.h. */
16936 _ACEOF
16937 cat confdefs.h >>conftest.$ac_ext
16938 cat >>conftest.$ac_ext <<_ACEOF
16939 /* end confdefs.h. */
16941 /* Override any GCC internal prototype to avoid an error.
16942 Use char because int might match the return type of a GCC
16943 builtin and then its argument prototype would still apply. */
16944 #ifdef __cplusplus
16945 extern "C"
16946 #endif
16947 char kstat_open ();
16949 main ()
16951 return kstat_open ();
16953 return 0;
16955 _ACEOF
16956 rm -f conftest.$ac_objext conftest$ac_exeext
16957 if { (ac_try="$ac_link"
16958 case "(($ac_try" in
16959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16960 *) ac_try_echo=$ac_try;;
16961 esac
16962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16963 $as_echo "$ac_try_echo") >&5
16964 (eval "$ac_link") 2>conftest.er1
16965 ac_status=$?
16966 grep -v '^ *+' conftest.er1 >conftest.err
16967 rm -f conftest.er1
16968 cat conftest.err >&5
16969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16970 (exit $ac_status); } && {
16971 test -z "$ac_c_werror_flag" ||
16972 test ! -s conftest.err
16973 } && test -s conftest$ac_exeext && {
16974 test "$cross_compiling" = yes ||
16975 $as_test_x conftest$ac_exeext
16976 }; then
16977 ac_cv_lib_kstat_kstat_open=yes
16978 else
16979 $as_echo "$as_me: failed program was:" >&5
16980 sed 's/^/| /' conftest.$ac_ext >&5
16982 ac_cv_lib_kstat_kstat_open=no
16985 rm -rf conftest.dSYM
16986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16987 conftest$ac_exeext conftest.$ac_ext
16988 LIBS=$ac_check_lib_save_LIBS
16990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16991 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16992 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
16994 cat >>confdefs.h <<\_ACEOF
16995 #define HAVE_LIBKSTAT 1
16996 _ACEOF
16998 LIBKSTAT="-lkstat"
17004 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17005 $as_echo_n "checking for -lodbc... " >&6; }
17006 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17007 $as_echo_n "(cached) " >&6
17008 else
17009 ac_check_soname_save_LIBS=$LIBS
17010 LIBS="-lodbc $LIBS"
17011 cat >conftest.$ac_ext <<_ACEOF
17012 /* confdefs.h. */
17013 _ACEOF
17014 cat confdefs.h >>conftest.$ac_ext
17015 cat >>conftest.$ac_ext <<_ACEOF
17016 /* end confdefs.h. */
17018 /* Override any GCC internal prototype to avoid an error.
17019 Use char because int might match the return type of a GCC
17020 builtin and then its argument prototype would still apply. */
17021 #ifdef __cplusplus
17022 extern "C"
17023 #endif
17024 char SQLConnect ();
17026 main ()
17028 return SQLConnect ();
17030 return 0;
17032 _ACEOF
17033 rm -f conftest.$ac_objext conftest$ac_exeext
17034 if { (ac_try="$ac_link"
17035 case "(($ac_try" in
17036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17037 *) ac_try_echo=$ac_try;;
17038 esac
17039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17040 $as_echo "$ac_try_echo") >&5
17041 (eval "$ac_link") 2>conftest.er1
17042 ac_status=$?
17043 grep -v '^ *+' conftest.er1 >conftest.err
17044 rm -f conftest.er1
17045 cat conftest.err >&5
17046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17047 (exit $ac_status); } && {
17048 test -z "$ac_c_werror_flag" ||
17049 test ! -s conftest.err
17050 } && test -s conftest$ac_exeext && {
17051 test "$cross_compiling" = yes ||
17052 $as_test_x conftest$ac_exeext
17053 }; then
17054 case "$LIBEXT" in
17055 dll) ;;
17056 dylib) ac_cv_lib_soname_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'` ;;
17057 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17058 esac
17059 else
17060 $as_echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.$ac_ext >&5
17066 rm -rf conftest.dSYM
17067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17068 conftest$ac_exeext conftest.$ac_ext
17069 LIBS=$ac_check_soname_save_LIBS
17071 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17072 { $as_echo "$as_me:$LINENO: result: not found" >&5
17073 $as_echo "not found" >&6; }
17074 cat >>confdefs.h <<_ACEOF
17075 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17076 _ACEOF
17078 else
17079 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17080 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17082 cat >>confdefs.h <<_ACEOF
17083 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17084 _ACEOF
17090 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17091 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17092 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17093 "$ac_cv_header_soundcard_h" != "yes" -a \
17094 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17095 then
17096 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17100 EXTRACFLAGS=""
17102 if test "x${GCC}" = "xyes"
17103 then
17104 EXTRACFLAGS="-Wall -pipe"
17106 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17107 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17108 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17109 $as_echo_n "(cached) " >&6
17110 else
17111 if test "$cross_compiling" = yes; then
17112 ac_cv_c_gcc_strength_bug="yes"
17113 else
17114 cat >conftest.$ac_ext <<_ACEOF
17115 /* confdefs.h. */
17116 _ACEOF
17117 cat confdefs.h >>conftest.$ac_ext
17118 cat >>conftest.$ac_ext <<_ACEOF
17119 /* end confdefs.h. */
17120 int L[4] = {0,1,2,3};
17122 main ()
17124 static int Array[3];
17125 unsigned int B = 3;
17126 int i;
17127 for(i=0; i<B; i++) Array[i] = i - 3;
17128 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17129 L[i] = 4;
17130 return (Array[1] != -2 || L[2] != 3)
17132 return 0;
17134 _ACEOF
17135 rm -f conftest$ac_exeext
17136 if { (ac_try="$ac_link"
17137 case "(($ac_try" in
17138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17139 *) ac_try_echo=$ac_try;;
17140 esac
17141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17142 $as_echo "$ac_try_echo") >&5
17143 (eval "$ac_link") 2>&5
17144 ac_status=$?
17145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17146 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17147 { (case "(($ac_try" in
17148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17149 *) ac_try_echo=$ac_try;;
17150 esac
17151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17152 $as_echo "$ac_try_echo") >&5
17153 (eval "$ac_try") 2>&5
17154 ac_status=$?
17155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); }; }; then
17157 ac_cv_c_gcc_strength_bug="no"
17158 else
17159 $as_echo "$as_me: program exited with status $ac_status" >&5
17160 $as_echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17163 ( exit $ac_status )
17164 ac_cv_c_gcc_strength_bug="yes"
17166 rm -rf conftest.dSYM
17167 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17172 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17173 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17174 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17175 then
17176 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17179 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17180 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17181 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17182 $as_echo_n "(cached) " >&6
17183 else
17184 ac_wine_try_cflags_saved=$CFLAGS
17185 CFLAGS="$CFLAGS -fno-builtin"
17186 cat >conftest.$ac_ext <<_ACEOF
17187 /* confdefs.h. */
17188 _ACEOF
17189 cat confdefs.h >>conftest.$ac_ext
17190 cat >>conftest.$ac_ext <<_ACEOF
17191 /* end confdefs.h. */
17194 main ()
17198 return 0;
17200 _ACEOF
17201 rm -f conftest.$ac_objext conftest$ac_exeext
17202 if { (ac_try="$ac_link"
17203 case "(($ac_try" in
17204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17205 *) ac_try_echo=$ac_try;;
17206 esac
17207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17208 $as_echo "$ac_try_echo") >&5
17209 (eval "$ac_link") 2>conftest.er1
17210 ac_status=$?
17211 grep -v '^ *+' conftest.er1 >conftest.err
17212 rm -f conftest.er1
17213 cat conftest.err >&5
17214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17215 (exit $ac_status); } && {
17216 test -z "$ac_c_werror_flag" ||
17217 test ! -s conftest.err
17218 } && test -s conftest$ac_exeext && {
17219 test "$cross_compiling" = yes ||
17220 $as_test_x conftest$ac_exeext
17221 }; then
17222 ac_cv_cflags__fno_builtin=yes
17223 else
17224 $as_echo "$as_me: failed program was:" >&5
17225 sed 's/^/| /' conftest.$ac_ext >&5
17227 ac_cv_cflags__fno_builtin=no
17230 rm -rf conftest.dSYM
17231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17232 conftest$ac_exeext conftest.$ac_ext
17233 CFLAGS=$ac_wine_try_cflags_saved
17235 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17236 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17237 if test $ac_cv_cflags__fno_builtin = yes; then
17238 BUILTINFLAG="-fno-builtin"
17242 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17243 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17244 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17245 $as_echo_n "(cached) " >&6
17246 else
17247 ac_wine_try_cflags_saved=$CFLAGS
17248 CFLAGS="$CFLAGS -fno-strict-aliasing"
17249 cat >conftest.$ac_ext <<_ACEOF
17250 /* confdefs.h. */
17251 _ACEOF
17252 cat confdefs.h >>conftest.$ac_ext
17253 cat >>conftest.$ac_ext <<_ACEOF
17254 /* end confdefs.h. */
17257 main ()
17261 return 0;
17263 _ACEOF
17264 rm -f conftest.$ac_objext conftest$ac_exeext
17265 if { (ac_try="$ac_link"
17266 case "(($ac_try" in
17267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17268 *) ac_try_echo=$ac_try;;
17269 esac
17270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17271 $as_echo "$ac_try_echo") >&5
17272 (eval "$ac_link") 2>conftest.er1
17273 ac_status=$?
17274 grep -v '^ *+' conftest.er1 >conftest.err
17275 rm -f conftest.er1
17276 cat conftest.err >&5
17277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17278 (exit $ac_status); } && {
17279 test -z "$ac_c_werror_flag" ||
17280 test ! -s conftest.err
17281 } && test -s conftest$ac_exeext && {
17282 test "$cross_compiling" = yes ||
17283 $as_test_x conftest$ac_exeext
17284 }; then
17285 ac_cv_cflags__fno_strict_aliasing=yes
17286 else
17287 $as_echo "$as_me: failed program was:" >&5
17288 sed 's/^/| /' conftest.$ac_ext >&5
17290 ac_cv_cflags__fno_strict_aliasing=no
17293 rm -rf conftest.dSYM
17294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17295 conftest$ac_exeext conftest.$ac_ext
17296 CFLAGS=$ac_wine_try_cflags_saved
17298 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17299 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17300 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17301 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17304 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17305 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17306 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17307 $as_echo_n "(cached) " >&6
17308 else
17309 ac_wine_try_cflags_saved=$CFLAGS
17310 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17311 cat >conftest.$ac_ext <<_ACEOF
17312 /* confdefs.h. */
17313 _ACEOF
17314 cat confdefs.h >>conftest.$ac_ext
17315 cat >>conftest.$ac_ext <<_ACEOF
17316 /* end confdefs.h. */
17319 main ()
17323 return 0;
17325 _ACEOF
17326 rm -f conftest.$ac_objext conftest$ac_exeext
17327 if { (ac_try="$ac_link"
17328 case "(($ac_try" in
17329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17330 *) ac_try_echo=$ac_try;;
17331 esac
17332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17333 $as_echo "$ac_try_echo") >&5
17334 (eval "$ac_link") 2>conftest.er1
17335 ac_status=$?
17336 grep -v '^ *+' conftest.er1 >conftest.err
17337 rm -f conftest.er1
17338 cat conftest.err >&5
17339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } && {
17341 test -z "$ac_c_werror_flag" ||
17342 test ! -s conftest.err
17343 } && test -s conftest$ac_exeext && {
17344 test "$cross_compiling" = yes ||
17345 $as_test_x conftest$ac_exeext
17346 }; then
17347 ac_cv_cflags__Wdeclaration_after_statement=yes
17348 else
17349 $as_echo "$as_me: failed program was:" >&5
17350 sed 's/^/| /' conftest.$ac_ext >&5
17352 ac_cv_cflags__Wdeclaration_after_statement=no
17355 rm -rf conftest.dSYM
17356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17357 conftest$ac_exeext conftest.$ac_ext
17358 CFLAGS=$ac_wine_try_cflags_saved
17360 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17361 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17362 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17363 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17366 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17367 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17368 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17369 $as_echo_n "(cached) " >&6
17370 else
17371 ac_wine_try_cflags_saved=$CFLAGS
17372 CFLAGS="$CFLAGS -Wwrite-strings"
17373 cat >conftest.$ac_ext <<_ACEOF
17374 /* confdefs.h. */
17375 _ACEOF
17376 cat confdefs.h >>conftest.$ac_ext
17377 cat >>conftest.$ac_ext <<_ACEOF
17378 /* end confdefs.h. */
17381 main ()
17385 return 0;
17387 _ACEOF
17388 rm -f conftest.$ac_objext conftest$ac_exeext
17389 if { (ac_try="$ac_link"
17390 case "(($ac_try" in
17391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17392 *) ac_try_echo=$ac_try;;
17393 esac
17394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17395 $as_echo "$ac_try_echo") >&5
17396 (eval "$ac_link") 2>conftest.er1
17397 ac_status=$?
17398 grep -v '^ *+' conftest.er1 >conftest.err
17399 rm -f conftest.er1
17400 cat conftest.err >&5
17401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } && {
17403 test -z "$ac_c_werror_flag" ||
17404 test ! -s conftest.err
17405 } && test -s conftest$ac_exeext && {
17406 test "$cross_compiling" = yes ||
17407 $as_test_x conftest$ac_exeext
17408 }; then
17409 ac_cv_cflags__Wwrite_strings=yes
17410 else
17411 $as_echo "$as_me: failed program was:" >&5
17412 sed 's/^/| /' conftest.$ac_ext >&5
17414 ac_cv_cflags__Wwrite_strings=no
17417 rm -rf conftest.dSYM
17418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17419 conftest$ac_exeext conftest.$ac_ext
17420 CFLAGS=$ac_wine_try_cflags_saved
17422 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17423 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17424 if test $ac_cv_cflags__Wwrite_strings = yes; then
17425 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17428 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17429 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17430 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17431 $as_echo_n "(cached) " >&6
17432 else
17433 ac_wine_try_cflags_saved=$CFLAGS
17434 CFLAGS="$CFLAGS -Wtype-limits"
17435 cat >conftest.$ac_ext <<_ACEOF
17436 /* confdefs.h. */
17437 _ACEOF
17438 cat confdefs.h >>conftest.$ac_ext
17439 cat >>conftest.$ac_ext <<_ACEOF
17440 /* end confdefs.h. */
17443 main ()
17447 return 0;
17449 _ACEOF
17450 rm -f conftest.$ac_objext conftest$ac_exeext
17451 if { (ac_try="$ac_link"
17452 case "(($ac_try" in
17453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454 *) ac_try_echo=$ac_try;;
17455 esac
17456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17457 $as_echo "$ac_try_echo") >&5
17458 (eval "$ac_link") 2>conftest.er1
17459 ac_status=$?
17460 grep -v '^ *+' conftest.er1 >conftest.err
17461 rm -f conftest.er1
17462 cat conftest.err >&5
17463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17464 (exit $ac_status); } && {
17465 test -z "$ac_c_werror_flag" ||
17466 test ! -s conftest.err
17467 } && test -s conftest$ac_exeext && {
17468 test "$cross_compiling" = yes ||
17469 $as_test_x conftest$ac_exeext
17470 }; then
17471 ac_cv_cflags__Wtype_limits=yes
17472 else
17473 $as_echo "$as_me: failed program was:" >&5
17474 sed 's/^/| /' conftest.$ac_ext >&5
17476 ac_cv_cflags__Wtype_limits=no
17479 rm -rf conftest.dSYM
17480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17481 conftest$ac_exeext conftest.$ac_ext
17482 CFLAGS=$ac_wine_try_cflags_saved
17484 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17485 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17486 if test $ac_cv_cflags__Wtype_limits = yes; then
17487 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17491 saved_CFLAGS="$CFLAGS"
17492 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17493 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17494 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17495 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17496 $as_echo_n "(cached) " >&6
17497 else
17498 cat >conftest.$ac_ext <<_ACEOF
17499 /* confdefs.h. */
17500 _ACEOF
17501 cat confdefs.h >>conftest.$ac_ext
17502 cat >>conftest.$ac_ext <<_ACEOF
17503 /* end confdefs.h. */
17504 #include <string.h>
17506 main ()
17510 return 0;
17512 _ACEOF
17513 rm -f conftest.$ac_objext
17514 if { (ac_try="$ac_compile"
17515 case "(($ac_try" in
17516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17517 *) ac_try_echo=$ac_try;;
17518 esac
17519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17520 $as_echo "$ac_try_echo") >&5
17521 (eval "$ac_compile") 2>conftest.er1
17522 ac_status=$?
17523 grep -v '^ *+' conftest.er1 >conftest.err
17524 rm -f conftest.er1
17525 cat conftest.err >&5
17526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17527 (exit $ac_status); } && {
17528 test -z "$ac_c_werror_flag" ||
17529 test ! -s conftest.err
17530 } && test -s conftest.$ac_objext; then
17531 ac_cv_c_string_h_warnings=no
17532 else
17533 $as_echo "$as_me: failed program was:" >&5
17534 sed 's/^/| /' conftest.$ac_ext >&5
17536 ac_cv_c_string_h_warnings=yes
17539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17541 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17542 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17543 CFLAGS="$saved_CFLAGS"
17544 if test "$ac_cv_c_string_h_warnings" = "no"
17545 then
17546 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17551 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17552 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17553 if test "${ac_cv_asm_func_def+set}" = set; then
17554 $as_echo_n "(cached) " >&6
17555 else
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.def _ac_test; .scl 2; .type 32; .endef\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=".def"
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,@function\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 @function"
17634 else
17635 $as_echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.$ac_ext >&5
17638 cat >conftest.$ac_ext <<_ACEOF
17639 /* confdefs.h. */
17640 _ACEOF
17641 cat confdefs.h >>conftest.$ac_ext
17642 cat >>conftest.$ac_ext <<_ACEOF
17643 /* end confdefs.h. */
17646 main ()
17648 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17650 return 0;
17652 _ACEOF
17653 rm -f conftest.$ac_objext conftest$ac_exeext
17654 if { (ac_try="$ac_link"
17655 case "(($ac_try" in
17656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17657 *) ac_try_echo=$ac_try;;
17658 esac
17659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17660 $as_echo "$ac_try_echo") >&5
17661 (eval "$ac_link") 2>conftest.er1
17662 ac_status=$?
17663 grep -v '^ *+' conftest.er1 >conftest.err
17664 rm -f conftest.er1
17665 cat conftest.err >&5
17666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17667 (exit $ac_status); } && {
17668 test -z "$ac_c_werror_flag" ||
17669 test ! -s conftest.err
17670 } && test -s conftest$ac_exeext && {
17671 test "$cross_compiling" = yes ||
17672 $as_test_x conftest$ac_exeext
17673 }; then
17674 ac_cv_asm_func_def=".type 2"
17675 else
17676 $as_echo "$as_me: failed program was:" >&5
17677 sed 's/^/| /' conftest.$ac_ext >&5
17679 ac_cv_asm_func_def="unknown"
17682 rm -rf conftest.dSYM
17683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17684 conftest$ac_exeext conftest.$ac_ext
17687 rm -rf conftest.dSYM
17688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17689 conftest$ac_exeext conftest.$ac_ext
17692 rm -rf conftest.dSYM
17693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17694 conftest$ac_exeext conftest.$ac_ext
17696 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17697 $as_echo "$ac_cv_asm_func_def" >&6; }
17701 case "$ac_cv_asm_func_def" in
17702 ".def")
17703 cat >>confdefs.h <<\_ACEOF
17704 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17705 _ACEOF
17707 ".type @function")
17708 cat >>confdefs.h <<\_ACEOF
17709 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17710 _ACEOF
17712 ".type 2")
17713 cat >>confdefs.h <<\_ACEOF
17714 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17715 _ACEOF
17718 cat >>confdefs.h <<\_ACEOF
17719 #define __ASM_FUNC(name) ""
17720 _ACEOF
17722 esac
17725 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17726 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17727 if test "${ac_cv_c_extern_prefix+set}" = set; then
17728 $as_echo_n "(cached) " >&6
17729 else
17730 cat >conftest.$ac_ext <<_ACEOF
17731 /* confdefs.h. */
17732 _ACEOF
17733 cat confdefs.h >>conftest.$ac_ext
17734 cat >>conftest.$ac_ext <<_ACEOF
17735 /* end confdefs.h. */
17736 extern int ac_test;
17738 main ()
17740 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17742 return 0;
17744 _ACEOF
17745 rm -f conftest.$ac_objext conftest$ac_exeext
17746 if { (ac_try="$ac_link"
17747 case "(($ac_try" in
17748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17749 *) ac_try_echo=$ac_try;;
17750 esac
17751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17752 $as_echo "$ac_try_echo") >&5
17753 (eval "$ac_link") 2>conftest.er1
17754 ac_status=$?
17755 grep -v '^ *+' conftest.er1 >conftest.err
17756 rm -f conftest.er1
17757 cat conftest.err >&5
17758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17759 (exit $ac_status); } && {
17760 test -z "$ac_c_werror_flag" ||
17761 test ! -s conftest.err
17762 } && test -s conftest$ac_exeext && {
17763 test "$cross_compiling" = yes ||
17764 $as_test_x conftest$ac_exeext
17765 }; then
17766 ac_cv_c_extern_prefix="yes"
17767 else
17768 $as_echo "$as_me: failed program was:" >&5
17769 sed 's/^/| /' conftest.$ac_ext >&5
17771 ac_cv_c_extern_prefix="no"
17774 rm -rf conftest.dSYM
17775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17776 conftest$ac_exeext conftest.$ac_ext
17778 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17779 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17783 if test "$ac_cv_c_extern_prefix" = "yes"
17784 then
17785 cat >>confdefs.h <<\_ACEOF
17786 #define __ASM_NAME(name) "_" name
17787 _ACEOF
17789 else
17790 cat >>confdefs.h <<\_ACEOF
17791 #define __ASM_NAME(name) name
17792 _ACEOF
17797 LDPATH=""
17799 case $build_os in
17800 cygwin*|mingw32*)
17801 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17803 darwin*|macosx*)
17806 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17808 esac
17810 case $host_os in
17811 mingw32*)
17812 CRTLIBS="-lmsvcrt"
17814 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17817 esac
17819 case $host_cpu in
17820 *i[3456789]86*)
17821 case $host_os in
17822 linux* | k*bsd*-gnu)
17823 EXTRA_BINARIES="wine-preloader"
17825 esac
17827 esac
17830 ac_save_CFLAGS="$CFLAGS"
17831 CFLAGS="$CFLAGS $BUILTINFLAG"
17901 for ac_func in \
17902 _pclose \
17903 _popen \
17904 _snprintf \
17905 _spawnvp \
17906 _strdup \
17907 _stricmp \
17908 _strnicmp \
17909 _strtoi64 \
17910 _strtoui64 \
17911 _vsnprintf \
17912 asctime_r \
17913 chsize \
17914 dlopen \
17915 epoll_create \
17916 ffs \
17917 finite \
17918 fnmatch \
17919 fork \
17920 fpclass \
17921 fstatfs \
17922 fstatvfs \
17923 ftruncate \
17924 futimes \
17925 futimesat \
17926 getdirentries \
17927 getopt_long \
17928 getpagesize \
17929 getpwuid \
17930 gettid \
17931 gettimeofday \
17932 getuid \
17933 kqueue \
17934 lstat \
17935 memmove \
17936 mmap \
17937 pclose \
17938 poll \
17939 popen \
17940 prctl \
17941 pread \
17942 pwrite \
17943 readdir \
17944 readlink \
17945 sched_yield \
17946 select \
17947 setproctitle \
17948 setrlimit \
17949 settimeofday \
17950 sigaltstack \
17951 sigprocmask \
17952 snprintf \
17953 spawnvp \
17954 statfs \
17955 statvfs \
17956 strcasecmp \
17957 strdup \
17958 strerror \
17959 strncasecmp \
17960 strtold \
17961 strtoll \
17962 strtoull \
17963 symlink \
17964 tcgetattr \
17965 thr_kill2 \
17966 timegm \
17967 usleep \
17968 vsnprintf \
17969 wait4 \
17970 waitpid \
17973 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17974 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17975 $as_echo_n "checking for $ac_func... " >&6; }
17976 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17977 $as_echo_n "(cached) " >&6
17978 else
17979 cat >conftest.$ac_ext <<_ACEOF
17980 /* confdefs.h. */
17981 _ACEOF
17982 cat confdefs.h >>conftest.$ac_ext
17983 cat >>conftest.$ac_ext <<_ACEOF
17984 /* end confdefs.h. */
17985 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17986 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17987 #define $ac_func innocuous_$ac_func
17989 /* System header to define __stub macros and hopefully few prototypes,
17990 which can conflict with char $ac_func (); below.
17991 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17992 <limits.h> exists even on freestanding compilers. */
17994 #ifdef __STDC__
17995 # include <limits.h>
17996 #else
17997 # include <assert.h>
17998 #endif
18000 #undef $ac_func
18002 /* Override any GCC internal prototype to avoid an error.
18003 Use char because int might match the return type of a GCC
18004 builtin and then its argument prototype would still apply. */
18005 #ifdef __cplusplus
18006 extern "C"
18007 #endif
18008 char $ac_func ();
18009 /* The GNU C library defines this for functions which it implements
18010 to always fail with ENOSYS. Some functions are actually named
18011 something starting with __ and the normal name is an alias. */
18012 #if defined __stub_$ac_func || defined __stub___$ac_func
18013 choke me
18014 #endif
18017 main ()
18019 return $ac_func ();
18021 return 0;
18023 _ACEOF
18024 rm -f conftest.$ac_objext conftest$ac_exeext
18025 if { (ac_try="$ac_link"
18026 case "(($ac_try" in
18027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18028 *) ac_try_echo=$ac_try;;
18029 esac
18030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18031 $as_echo "$ac_try_echo") >&5
18032 (eval "$ac_link") 2>conftest.er1
18033 ac_status=$?
18034 grep -v '^ *+' conftest.er1 >conftest.err
18035 rm -f conftest.er1
18036 cat conftest.err >&5
18037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18038 (exit $ac_status); } && {
18039 test -z "$ac_c_werror_flag" ||
18040 test ! -s conftest.err
18041 } && test -s conftest$ac_exeext && {
18042 test "$cross_compiling" = yes ||
18043 $as_test_x conftest$ac_exeext
18044 }; then
18045 eval "$as_ac_var=yes"
18046 else
18047 $as_echo "$as_me: failed program was:" >&5
18048 sed 's/^/| /' conftest.$ac_ext >&5
18050 eval "$as_ac_var=no"
18053 rm -rf conftest.dSYM
18054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18055 conftest$ac_exeext conftest.$ac_ext
18057 ac_res=`eval 'as_val=${'$as_ac_var'}
18058 $as_echo "$as_val"'`
18059 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18060 $as_echo "$ac_res" >&6; }
18061 as_val=`eval 'as_val=${'$as_ac_var'}
18062 $as_echo "$as_val"'`
18063 if test "x$as_val" = x""yes; then
18064 cat >>confdefs.h <<_ACEOF
18065 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18066 _ACEOF
18069 done
18071 CFLAGS="$ac_save_CFLAGS"
18073 if test "$ac_cv_func_dlopen" = no
18074 then
18075 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18076 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18077 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18078 $as_echo_n "(cached) " >&6
18079 else
18080 ac_check_lib_save_LIBS=$LIBS
18081 LIBS="-ldl $LIBS"
18082 cat >conftest.$ac_ext <<_ACEOF
18083 /* confdefs.h. */
18084 _ACEOF
18085 cat confdefs.h >>conftest.$ac_ext
18086 cat >>conftest.$ac_ext <<_ACEOF
18087 /* end confdefs.h. */
18089 /* Override any GCC internal prototype to avoid an error.
18090 Use char because int might match the return type of a GCC
18091 builtin and then its argument prototype would still apply. */
18092 #ifdef __cplusplus
18093 extern "C"
18094 #endif
18095 char dlopen ();
18097 main ()
18099 return dlopen ();
18101 return 0;
18103 _ACEOF
18104 rm -f conftest.$ac_objext conftest$ac_exeext
18105 if { (ac_try="$ac_link"
18106 case "(($ac_try" in
18107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18108 *) ac_try_echo=$ac_try;;
18109 esac
18110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18111 $as_echo "$ac_try_echo") >&5
18112 (eval "$ac_link") 2>conftest.er1
18113 ac_status=$?
18114 grep -v '^ *+' conftest.er1 >conftest.err
18115 rm -f conftest.er1
18116 cat conftest.err >&5
18117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); } && {
18119 test -z "$ac_c_werror_flag" ||
18120 test ! -s conftest.err
18121 } && test -s conftest$ac_exeext && {
18122 test "$cross_compiling" = yes ||
18123 $as_test_x conftest$ac_exeext
18124 }; then
18125 ac_cv_lib_dl_dlopen=yes
18126 else
18127 $as_echo "$as_me: failed program was:" >&5
18128 sed 's/^/| /' conftest.$ac_ext >&5
18130 ac_cv_lib_dl_dlopen=no
18133 rm -rf conftest.dSYM
18134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18135 conftest$ac_exeext conftest.$ac_ext
18136 LIBS=$ac_check_lib_save_LIBS
18138 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18139 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18140 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18141 cat >>confdefs.h <<\_ACEOF
18142 #define HAVE_DLOPEN 1
18143 _ACEOF
18144 LIBDL="-ldl"
18149 ac_wine_check_funcs_save_LIBS="$LIBS"
18150 LIBS="$LIBS $LIBDL"
18152 for ac_func in dladdr
18154 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18155 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18156 $as_echo_n "checking for $ac_func... " >&6; }
18157 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18158 $as_echo_n "(cached) " >&6
18159 else
18160 cat >conftest.$ac_ext <<_ACEOF
18161 /* confdefs.h. */
18162 _ACEOF
18163 cat confdefs.h >>conftest.$ac_ext
18164 cat >>conftest.$ac_ext <<_ACEOF
18165 /* end confdefs.h. */
18166 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18167 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18168 #define $ac_func innocuous_$ac_func
18170 /* System header to define __stub macros and hopefully few prototypes,
18171 which can conflict with char $ac_func (); below.
18172 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18173 <limits.h> exists even on freestanding compilers. */
18175 #ifdef __STDC__
18176 # include <limits.h>
18177 #else
18178 # include <assert.h>
18179 #endif
18181 #undef $ac_func
18183 /* Override any GCC internal prototype to avoid an error.
18184 Use char because int might match the return type of a GCC
18185 builtin and then its argument prototype would still apply. */
18186 #ifdef __cplusplus
18187 extern "C"
18188 #endif
18189 char $ac_func ();
18190 /* The GNU C library defines this for functions which it implements
18191 to always fail with ENOSYS. Some functions are actually named
18192 something starting with __ and the normal name is an alias. */
18193 #if defined __stub_$ac_func || defined __stub___$ac_func
18194 choke me
18195 #endif
18198 main ()
18200 return $ac_func ();
18202 return 0;
18204 _ACEOF
18205 rm -f conftest.$ac_objext conftest$ac_exeext
18206 if { (ac_try="$ac_link"
18207 case "(($ac_try" in
18208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18209 *) ac_try_echo=$ac_try;;
18210 esac
18211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18212 $as_echo "$ac_try_echo") >&5
18213 (eval "$ac_link") 2>conftest.er1
18214 ac_status=$?
18215 grep -v '^ *+' conftest.er1 >conftest.err
18216 rm -f conftest.er1
18217 cat conftest.err >&5
18218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18219 (exit $ac_status); } && {
18220 test -z "$ac_c_werror_flag" ||
18221 test ! -s conftest.err
18222 } && test -s conftest$ac_exeext && {
18223 test "$cross_compiling" = yes ||
18224 $as_test_x conftest$ac_exeext
18225 }; then
18226 eval "$as_ac_var=yes"
18227 else
18228 $as_echo "$as_me: failed program was:" >&5
18229 sed 's/^/| /' conftest.$ac_ext >&5
18231 eval "$as_ac_var=no"
18234 rm -rf conftest.dSYM
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18238 ac_res=`eval 'as_val=${'$as_ac_var'}
18239 $as_echo "$as_val"'`
18240 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18241 $as_echo "$ac_res" >&6; }
18242 as_val=`eval 'as_val=${'$as_ac_var'}
18243 $as_echo "$as_val"'`
18244 if test "x$as_val" = x""yes; then
18245 cat >>confdefs.h <<_ACEOF
18246 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18247 _ACEOF
18250 done
18252 LIBS="$ac_wine_check_funcs_save_LIBS"
18254 if test "$ac_cv_func_poll" = no
18255 then
18256 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18257 $as_echo_n "checking for poll in -lpoll... " >&6; }
18258 if test "${ac_cv_lib_poll_poll+set}" = set; then
18259 $as_echo_n "(cached) " >&6
18260 else
18261 ac_check_lib_save_LIBS=$LIBS
18262 LIBS="-lpoll $LIBS"
18263 cat >conftest.$ac_ext <<_ACEOF
18264 /* confdefs.h. */
18265 _ACEOF
18266 cat confdefs.h >>conftest.$ac_ext
18267 cat >>conftest.$ac_ext <<_ACEOF
18268 /* end confdefs.h. */
18270 /* Override any GCC internal prototype to avoid an error.
18271 Use char because int might match the return type of a GCC
18272 builtin and then its argument prototype would still apply. */
18273 #ifdef __cplusplus
18274 extern "C"
18275 #endif
18276 char poll ();
18278 main ()
18280 return poll ();
18282 return 0;
18284 _ACEOF
18285 rm -f conftest.$ac_objext conftest$ac_exeext
18286 if { (ac_try="$ac_link"
18287 case "(($ac_try" in
18288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18289 *) ac_try_echo=$ac_try;;
18290 esac
18291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18292 $as_echo "$ac_try_echo") >&5
18293 (eval "$ac_link") 2>conftest.er1
18294 ac_status=$?
18295 grep -v '^ *+' conftest.er1 >conftest.err
18296 rm -f conftest.er1
18297 cat conftest.err >&5
18298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18299 (exit $ac_status); } && {
18300 test -z "$ac_c_werror_flag" ||
18301 test ! -s conftest.err
18302 } && test -s conftest$ac_exeext && {
18303 test "$cross_compiling" = yes ||
18304 $as_test_x conftest$ac_exeext
18305 }; then
18306 ac_cv_lib_poll_poll=yes
18307 else
18308 $as_echo "$as_me: failed program was:" >&5
18309 sed 's/^/| /' conftest.$ac_ext >&5
18311 ac_cv_lib_poll_poll=no
18314 rm -rf conftest.dSYM
18315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18316 conftest$ac_exeext conftest.$ac_ext
18317 LIBS=$ac_check_lib_save_LIBS
18319 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18320 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18321 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18322 cat >>confdefs.h <<\_ACEOF
18323 #define HAVE_POLL 1
18324 _ACEOF
18325 LIBPOLL="-lpoll"
18331 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18332 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18333 if test "${ac_cv_search_gethostbyname+set}" = set; then
18334 $as_echo_n "(cached) " >&6
18335 else
18336 ac_func_search_save_LIBS=$LIBS
18337 cat >conftest.$ac_ext <<_ACEOF
18338 /* confdefs.h. */
18339 _ACEOF
18340 cat confdefs.h >>conftest.$ac_ext
18341 cat >>conftest.$ac_ext <<_ACEOF
18342 /* end confdefs.h. */
18344 /* Override any GCC internal prototype to avoid an error.
18345 Use char because int might match the return type of a GCC
18346 builtin and then its argument prototype would still apply. */
18347 #ifdef __cplusplus
18348 extern "C"
18349 #endif
18350 char gethostbyname ();
18352 main ()
18354 return gethostbyname ();
18356 return 0;
18358 _ACEOF
18359 for ac_lib in '' nsl; do
18360 if test -z "$ac_lib"; then
18361 ac_res="none required"
18362 else
18363 ac_res=-l$ac_lib
18364 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18366 rm -f conftest.$ac_objext conftest$ac_exeext
18367 if { (ac_try="$ac_link"
18368 case "(($ac_try" in
18369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18370 *) ac_try_echo=$ac_try;;
18371 esac
18372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18373 $as_echo "$ac_try_echo") >&5
18374 (eval "$ac_link") 2>conftest.er1
18375 ac_status=$?
18376 grep -v '^ *+' conftest.er1 >conftest.err
18377 rm -f conftest.er1
18378 cat conftest.err >&5
18379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); } && {
18381 test -z "$ac_c_werror_flag" ||
18382 test ! -s conftest.err
18383 } && test -s conftest$ac_exeext && {
18384 test "$cross_compiling" = yes ||
18385 $as_test_x conftest$ac_exeext
18386 }; then
18387 ac_cv_search_gethostbyname=$ac_res
18388 else
18389 $as_echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.$ac_ext >&5
18395 rm -rf conftest.dSYM
18396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18397 conftest$ac_exeext
18398 if test "${ac_cv_search_gethostbyname+set}" = set; then
18399 break
18401 done
18402 if test "${ac_cv_search_gethostbyname+set}" = set; then
18404 else
18405 ac_cv_search_gethostbyname=no
18407 rm conftest.$ac_ext
18408 LIBS=$ac_func_search_save_LIBS
18410 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18411 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18412 ac_res=$ac_cv_search_gethostbyname
18413 if test "$ac_res" != no; then
18414 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18419 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18420 $as_echo_n "checking for library containing connect... " >&6; }
18421 if test "${ac_cv_search_connect+set}" = set; then
18422 $as_echo_n "(cached) " >&6
18423 else
18424 ac_func_search_save_LIBS=$LIBS
18425 cat >conftest.$ac_ext <<_ACEOF
18426 /* confdefs.h. */
18427 _ACEOF
18428 cat confdefs.h >>conftest.$ac_ext
18429 cat >>conftest.$ac_ext <<_ACEOF
18430 /* end confdefs.h. */
18432 /* Override any GCC internal prototype to avoid an error.
18433 Use char because int might match the return type of a GCC
18434 builtin and then its argument prototype would still apply. */
18435 #ifdef __cplusplus
18436 extern "C"
18437 #endif
18438 char connect ();
18440 main ()
18442 return connect ();
18444 return 0;
18446 _ACEOF
18447 for ac_lib in '' socket; do
18448 if test -z "$ac_lib"; then
18449 ac_res="none required"
18450 else
18451 ac_res=-l$ac_lib
18452 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18454 rm -f conftest.$ac_objext conftest$ac_exeext
18455 if { (ac_try="$ac_link"
18456 case "(($ac_try" in
18457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18458 *) ac_try_echo=$ac_try;;
18459 esac
18460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18461 $as_echo "$ac_try_echo") >&5
18462 (eval "$ac_link") 2>conftest.er1
18463 ac_status=$?
18464 grep -v '^ *+' conftest.er1 >conftest.err
18465 rm -f conftest.er1
18466 cat conftest.err >&5
18467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18468 (exit $ac_status); } && {
18469 test -z "$ac_c_werror_flag" ||
18470 test ! -s conftest.err
18471 } && test -s conftest$ac_exeext && {
18472 test "$cross_compiling" = yes ||
18473 $as_test_x conftest$ac_exeext
18474 }; then
18475 ac_cv_search_connect=$ac_res
18476 else
18477 $as_echo "$as_me: failed program was:" >&5
18478 sed 's/^/| /' conftest.$ac_ext >&5
18483 rm -rf conftest.dSYM
18484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18485 conftest$ac_exeext
18486 if test "${ac_cv_search_connect+set}" = set; then
18487 break
18489 done
18490 if test "${ac_cv_search_connect+set}" = set; then
18492 else
18493 ac_cv_search_connect=no
18495 rm conftest.$ac_ext
18496 LIBS=$ac_func_search_save_LIBS
18498 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18499 $as_echo "$ac_cv_search_connect" >&6; }
18500 ac_res=$ac_cv_search_connect
18501 if test "$ac_res" != no; then
18502 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18507 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18508 $as_echo_n "checking for library containing inet_aton... " >&6; }
18509 if test "${ac_cv_search_inet_aton+set}" = set; then
18510 $as_echo_n "(cached) " >&6
18511 else
18512 ac_func_search_save_LIBS=$LIBS
18513 cat >conftest.$ac_ext <<_ACEOF
18514 /* confdefs.h. */
18515 _ACEOF
18516 cat confdefs.h >>conftest.$ac_ext
18517 cat >>conftest.$ac_ext <<_ACEOF
18518 /* end confdefs.h. */
18520 /* Override any GCC internal prototype to avoid an error.
18521 Use char because int might match the return type of a GCC
18522 builtin and then its argument prototype would still apply. */
18523 #ifdef __cplusplus
18524 extern "C"
18525 #endif
18526 char inet_aton ();
18528 main ()
18530 return inet_aton ();
18532 return 0;
18534 _ACEOF
18535 for ac_lib in '' resolv; do
18536 if test -z "$ac_lib"; then
18537 ac_res="none required"
18538 else
18539 ac_res=-l$ac_lib
18540 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18542 rm -f conftest.$ac_objext conftest$ac_exeext
18543 if { (ac_try="$ac_link"
18544 case "(($ac_try" in
18545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18546 *) ac_try_echo=$ac_try;;
18547 esac
18548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18549 $as_echo "$ac_try_echo") >&5
18550 (eval "$ac_link") 2>conftest.er1
18551 ac_status=$?
18552 grep -v '^ *+' conftest.er1 >conftest.err
18553 rm -f conftest.er1
18554 cat conftest.err >&5
18555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18556 (exit $ac_status); } && {
18557 test -z "$ac_c_werror_flag" ||
18558 test ! -s conftest.err
18559 } && test -s conftest$ac_exeext && {
18560 test "$cross_compiling" = yes ||
18561 $as_test_x conftest$ac_exeext
18562 }; then
18563 ac_cv_search_inet_aton=$ac_res
18564 else
18565 $as_echo "$as_me: failed program was:" >&5
18566 sed 's/^/| /' conftest.$ac_ext >&5
18571 rm -rf conftest.dSYM
18572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18573 conftest$ac_exeext
18574 if test "${ac_cv_search_inet_aton+set}" = set; then
18575 break
18577 done
18578 if test "${ac_cv_search_inet_aton+set}" = set; then
18580 else
18581 ac_cv_search_inet_aton=no
18583 rm conftest.$ac_ext
18584 LIBS=$ac_func_search_save_LIBS
18586 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18587 $as_echo "$ac_cv_search_inet_aton" >&6; }
18588 ac_res=$ac_cv_search_inet_aton
18589 if test "$ac_res" != no; then
18590 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18606 for ac_func in \
18607 getaddrinfo \
18608 getnameinfo \
18609 getnetbyname \
18610 getprotobyname \
18611 getprotobynumber \
18612 getservbyport \
18613 inet_network \
18614 inet_ntop \
18615 inet_pton \
18616 sendmsg \
18617 socketpair \
18620 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18621 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18622 $as_echo_n "checking for $ac_func... " >&6; }
18623 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18624 $as_echo_n "(cached) " >&6
18625 else
18626 cat >conftest.$ac_ext <<_ACEOF
18627 /* confdefs.h. */
18628 _ACEOF
18629 cat confdefs.h >>conftest.$ac_ext
18630 cat >>conftest.$ac_ext <<_ACEOF
18631 /* end confdefs.h. */
18632 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18633 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18634 #define $ac_func innocuous_$ac_func
18636 /* System header to define __stub macros and hopefully few prototypes,
18637 which can conflict with char $ac_func (); below.
18638 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18639 <limits.h> exists even on freestanding compilers. */
18641 #ifdef __STDC__
18642 # include <limits.h>
18643 #else
18644 # include <assert.h>
18645 #endif
18647 #undef $ac_func
18649 /* Override any GCC internal prototype to avoid an error.
18650 Use char because int might match the return type of a GCC
18651 builtin and then its argument prototype would still apply. */
18652 #ifdef __cplusplus
18653 extern "C"
18654 #endif
18655 char $ac_func ();
18656 /* The GNU C library defines this for functions which it implements
18657 to always fail with ENOSYS. Some functions are actually named
18658 something starting with __ and the normal name is an alias. */
18659 #if defined __stub_$ac_func || defined __stub___$ac_func
18660 choke me
18661 #endif
18664 main ()
18666 return $ac_func ();
18668 return 0;
18670 _ACEOF
18671 rm -f conftest.$ac_objext conftest$ac_exeext
18672 if { (ac_try="$ac_link"
18673 case "(($ac_try" in
18674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18675 *) ac_try_echo=$ac_try;;
18676 esac
18677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18678 $as_echo "$ac_try_echo") >&5
18679 (eval "$ac_link") 2>conftest.er1
18680 ac_status=$?
18681 grep -v '^ *+' conftest.er1 >conftest.err
18682 rm -f conftest.er1
18683 cat conftest.err >&5
18684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); } && {
18686 test -z "$ac_c_werror_flag" ||
18687 test ! -s conftest.err
18688 } && test -s conftest$ac_exeext && {
18689 test "$cross_compiling" = yes ||
18690 $as_test_x conftest$ac_exeext
18691 }; then
18692 eval "$as_ac_var=yes"
18693 else
18694 $as_echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.$ac_ext >&5
18697 eval "$as_ac_var=no"
18700 rm -rf conftest.dSYM
18701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18702 conftest$ac_exeext conftest.$ac_ext
18704 ac_res=`eval 'as_val=${'$as_ac_var'}
18705 $as_echo "$as_val"'`
18706 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18707 $as_echo "$ac_res" >&6; }
18708 as_val=`eval 'as_val=${'$as_ac_var'}
18709 $as_echo "$as_val"'`
18710 if test "x$as_val" = x""yes; then
18711 cat >>confdefs.h <<_ACEOF
18712 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18713 _ACEOF
18716 done
18719 LDAPLIBS=""
18721 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18722 then
18723 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18724 $as_echo_n "checking for LDAPSortKey... " >&6; }
18725 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18726 $as_echo_n "(cached) " >&6
18727 else
18728 ac_cv_type_LDAPSortKey=no
18729 cat >conftest.$ac_ext <<_ACEOF
18730 /* confdefs.h. */
18731 _ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h. */
18735 #include <ldap.h>
18738 main ()
18740 if (sizeof (LDAPSortKey))
18741 return 0;
18743 return 0;
18745 _ACEOF
18746 rm -f conftest.$ac_objext
18747 if { (ac_try="$ac_compile"
18748 case "(($ac_try" in
18749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18750 *) ac_try_echo=$ac_try;;
18751 esac
18752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18753 $as_echo "$ac_try_echo") >&5
18754 (eval "$ac_compile") 2>conftest.er1
18755 ac_status=$?
18756 grep -v '^ *+' conftest.er1 >conftest.err
18757 rm -f conftest.er1
18758 cat conftest.err >&5
18759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760 (exit $ac_status); } && {
18761 test -z "$ac_c_werror_flag" ||
18762 test ! -s conftest.err
18763 } && test -s conftest.$ac_objext; then
18764 cat >conftest.$ac_ext <<_ACEOF
18765 /* confdefs.h. */
18766 _ACEOF
18767 cat confdefs.h >>conftest.$ac_ext
18768 cat >>conftest.$ac_ext <<_ACEOF
18769 /* end confdefs.h. */
18770 #include <ldap.h>
18773 main ()
18775 if (sizeof ((LDAPSortKey)))
18776 return 0;
18778 return 0;
18780 _ACEOF
18781 rm -f conftest.$ac_objext
18782 if { (ac_try="$ac_compile"
18783 case "(($ac_try" in
18784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18785 *) ac_try_echo=$ac_try;;
18786 esac
18787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18788 $as_echo "$ac_try_echo") >&5
18789 (eval "$ac_compile") 2>conftest.er1
18790 ac_status=$?
18791 grep -v '^ *+' conftest.er1 >conftest.err
18792 rm -f conftest.er1
18793 cat conftest.err >&5
18794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18795 (exit $ac_status); } && {
18796 test -z "$ac_c_werror_flag" ||
18797 test ! -s conftest.err
18798 } && test -s conftest.$ac_objext; then
18800 else
18801 $as_echo "$as_me: failed program was:" >&5
18802 sed 's/^/| /' conftest.$ac_ext >&5
18804 ac_cv_type_LDAPSortKey=yes
18807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18808 else
18809 $as_echo "$as_me: failed program was:" >&5
18810 sed 's/^/| /' conftest.$ac_ext >&5
18815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18817 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18818 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18819 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18820 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18821 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18822 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18823 $as_echo_n "(cached) " >&6
18824 else
18825 ac_check_lib_save_LIBS=$LIBS
18826 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18827 cat >conftest.$ac_ext <<_ACEOF
18828 /* confdefs.h. */
18829 _ACEOF
18830 cat confdefs.h >>conftest.$ac_ext
18831 cat >>conftest.$ac_ext <<_ACEOF
18832 /* end confdefs.h. */
18834 /* Override any GCC internal prototype to avoid an error.
18835 Use char because int might match the return type of a GCC
18836 builtin and then its argument prototype would still apply. */
18837 #ifdef __cplusplus
18838 extern "C"
18839 #endif
18840 char ldap_initialize ();
18842 main ()
18844 return ldap_initialize ();
18846 return 0;
18848 _ACEOF
18849 rm -f conftest.$ac_objext conftest$ac_exeext
18850 if { (ac_try="$ac_link"
18851 case "(($ac_try" in
18852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18853 *) ac_try_echo=$ac_try;;
18854 esac
18855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18856 $as_echo "$ac_try_echo") >&5
18857 (eval "$ac_link") 2>conftest.er1
18858 ac_status=$?
18859 grep -v '^ *+' conftest.er1 >conftest.err
18860 rm -f conftest.er1
18861 cat conftest.err >&5
18862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18863 (exit $ac_status); } && {
18864 test -z "$ac_c_werror_flag" ||
18865 test ! -s conftest.err
18866 } && test -s conftest$ac_exeext && {
18867 test "$cross_compiling" = yes ||
18868 $as_test_x conftest$ac_exeext
18869 }; then
18870 ac_cv_lib_ldap_r_ldap_initialize=yes
18871 else
18872 $as_echo "$as_me: failed program was:" >&5
18873 sed 's/^/| /' conftest.$ac_ext >&5
18875 ac_cv_lib_ldap_r_ldap_initialize=no
18878 rm -rf conftest.dSYM
18879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18880 conftest$ac_exeext conftest.$ac_ext
18881 LIBS=$ac_check_lib_save_LIBS
18883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18884 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18885 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18886 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18887 $as_echo_n "checking for ber_init in -llber... " >&6; }
18888 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18889 $as_echo_n "(cached) " >&6
18890 else
18891 ac_check_lib_save_LIBS=$LIBS
18892 LIBS="-llber $LIBPTHREAD $LIBS"
18893 cat >conftest.$ac_ext <<_ACEOF
18894 /* confdefs.h. */
18895 _ACEOF
18896 cat confdefs.h >>conftest.$ac_ext
18897 cat >>conftest.$ac_ext <<_ACEOF
18898 /* end confdefs.h. */
18900 /* Override any GCC internal prototype to avoid an error.
18901 Use char because int might match the return type of a GCC
18902 builtin and then its argument prototype would still apply. */
18903 #ifdef __cplusplus
18904 extern "C"
18905 #endif
18906 char ber_init ();
18908 main ()
18910 return ber_init ();
18912 return 0;
18914 _ACEOF
18915 rm -f conftest.$ac_objext conftest$ac_exeext
18916 if { (ac_try="$ac_link"
18917 case "(($ac_try" in
18918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18919 *) ac_try_echo=$ac_try;;
18920 esac
18921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18922 $as_echo "$ac_try_echo") >&5
18923 (eval "$ac_link") 2>conftest.er1
18924 ac_status=$?
18925 grep -v '^ *+' conftest.er1 >conftest.err
18926 rm -f conftest.er1
18927 cat conftest.err >&5
18928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18929 (exit $ac_status); } && {
18930 test -z "$ac_c_werror_flag" ||
18931 test ! -s conftest.err
18932 } && test -s conftest$ac_exeext && {
18933 test "$cross_compiling" = yes ||
18934 $as_test_x conftest$ac_exeext
18935 }; then
18936 ac_cv_lib_lber_ber_init=yes
18937 else
18938 $as_echo "$as_me: failed program was:" >&5
18939 sed 's/^/| /' conftest.$ac_ext >&5
18941 ac_cv_lib_lber_ber_init=no
18944 rm -rf conftest.dSYM
18945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18946 conftest$ac_exeext conftest.$ac_ext
18947 LIBS=$ac_check_lib_save_LIBS
18949 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18950 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18951 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18953 cat >>confdefs.h <<\_ACEOF
18954 #define HAVE_LDAP 1
18955 _ACEOF
18957 LDAPLIBS="-lldap_r -llber"
18964 ac_wine_check_funcs_save_LIBS="$LIBS"
18965 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18974 for ac_func in \
18975 ldap_count_references \
18976 ldap_first_reference \
18977 ldap_next_reference \
18978 ldap_parse_reference \
18979 ldap_parse_sort_control \
18980 ldap_parse_sortresponse_control \
18981 ldap_parse_vlv_control \
18982 ldap_parse_vlvresponse_control
18984 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18985 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18986 $as_echo_n "checking for $ac_func... " >&6; }
18987 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18988 $as_echo_n "(cached) " >&6
18989 else
18990 cat >conftest.$ac_ext <<_ACEOF
18991 /* confdefs.h. */
18992 _ACEOF
18993 cat confdefs.h >>conftest.$ac_ext
18994 cat >>conftest.$ac_ext <<_ACEOF
18995 /* end confdefs.h. */
18996 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18997 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18998 #define $ac_func innocuous_$ac_func
19000 /* System header to define __stub macros and hopefully few prototypes,
19001 which can conflict with char $ac_func (); below.
19002 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19003 <limits.h> exists even on freestanding compilers. */
19005 #ifdef __STDC__
19006 # include <limits.h>
19007 #else
19008 # include <assert.h>
19009 #endif
19011 #undef $ac_func
19013 /* Override any GCC internal prototype to avoid an error.
19014 Use char because int might match the return type of a GCC
19015 builtin and then its argument prototype would still apply. */
19016 #ifdef __cplusplus
19017 extern "C"
19018 #endif
19019 char $ac_func ();
19020 /* The GNU C library defines this for functions which it implements
19021 to always fail with ENOSYS. Some functions are actually named
19022 something starting with __ and the normal name is an alias. */
19023 #if defined __stub_$ac_func || defined __stub___$ac_func
19024 choke me
19025 #endif
19028 main ()
19030 return $ac_func ();
19032 return 0;
19034 _ACEOF
19035 rm -f conftest.$ac_objext conftest$ac_exeext
19036 if { (ac_try="$ac_link"
19037 case "(($ac_try" in
19038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19039 *) ac_try_echo=$ac_try;;
19040 esac
19041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19042 $as_echo "$ac_try_echo") >&5
19043 (eval "$ac_link") 2>conftest.er1
19044 ac_status=$?
19045 grep -v '^ *+' conftest.er1 >conftest.err
19046 rm -f conftest.er1
19047 cat conftest.err >&5
19048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19049 (exit $ac_status); } && {
19050 test -z "$ac_c_werror_flag" ||
19051 test ! -s conftest.err
19052 } && test -s conftest$ac_exeext && {
19053 test "$cross_compiling" = yes ||
19054 $as_test_x conftest$ac_exeext
19055 }; then
19056 eval "$as_ac_var=yes"
19057 else
19058 $as_echo "$as_me: failed program was:" >&5
19059 sed 's/^/| /' conftest.$ac_ext >&5
19061 eval "$as_ac_var=no"
19064 rm -rf conftest.dSYM
19065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19066 conftest$ac_exeext conftest.$ac_ext
19068 ac_res=`eval 'as_val=${'$as_ac_var'}
19069 $as_echo "$as_val"'`
19070 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19071 $as_echo "$ac_res" >&6; }
19072 as_val=`eval 'as_val=${'$as_ac_var'}
19073 $as_echo "$as_val"'`
19074 if test "x$as_val" = x""yes; then
19075 cat >>confdefs.h <<_ACEOF
19076 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19077 _ACEOF
19080 done
19082 LIBS="$ac_wine_check_funcs_save_LIBS"
19084 if test "x$LDAPLIBS" = "x"; then
19085 case "x$with_ldap" in
19086 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19087 xno) ;;
19088 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19089 This is an error since --with-ldap was requested." >&5
19090 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19091 This is an error since --with-ldap was requested." >&2;}
19092 { (exit 1); exit 1; }; } ;;
19093 esac
19097 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19098 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19099 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19100 $as_echo_n "(cached) " >&6
19101 else
19102 cat >conftest.$ac_ext <<_ACEOF
19103 /* confdefs.h. */
19104 _ACEOF
19105 cat confdefs.h >>conftest.$ac_ext
19106 cat >>conftest.$ac_ext <<_ACEOF
19107 /* end confdefs.h. */
19108 #include <sys/stat.h>
19110 main ()
19112 mkdir("foo");
19114 return 0;
19116 _ACEOF
19117 rm -f conftest.$ac_objext
19118 if { (ac_try="$ac_compile"
19119 case "(($ac_try" in
19120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19121 *) ac_try_echo=$ac_try;;
19122 esac
19123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19124 $as_echo "$ac_try_echo") >&5
19125 (eval "$ac_compile") 2>conftest.er1
19126 ac_status=$?
19127 grep -v '^ *+' conftest.er1 >conftest.err
19128 rm -f conftest.er1
19129 cat conftest.err >&5
19130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); } && {
19132 test -z "$ac_c_werror_flag" ||
19133 test ! -s conftest.err
19134 } && test -s conftest.$ac_objext; then
19135 wine_cv_one_arg_mkdir=yes
19136 else
19137 $as_echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.$ac_ext >&5
19140 wine_cv_one_arg_mkdir=no
19143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19145 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19146 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19147 if test "$wine_cv_one_arg_mkdir" = "yes"
19148 then
19150 cat >>confdefs.h <<\_ACEOF
19151 #define HAVE_ONE_ARG_MKDIR 1
19152 _ACEOF
19157 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19158 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19159 if test "${ac_cv_c_const+set}" = set; then
19160 $as_echo_n "(cached) " >&6
19161 else
19162 cat >conftest.$ac_ext <<_ACEOF
19163 /* confdefs.h. */
19164 _ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h. */
19170 main ()
19172 /* FIXME: Include the comments suggested by Paul. */
19173 #ifndef __cplusplus
19174 /* Ultrix mips cc rejects this. */
19175 typedef int charset[2];
19176 const charset cs;
19177 /* SunOS 4.1.1 cc rejects this. */
19178 char const *const *pcpcc;
19179 char **ppc;
19180 /* NEC SVR4.0.2 mips cc rejects this. */
19181 struct point {int x, y;};
19182 static struct point const zero = {0,0};
19183 /* AIX XL C 1.02.0.0 rejects this.
19184 It does not let you subtract one const X* pointer from another in
19185 an arm of an if-expression whose if-part is not a constant
19186 expression */
19187 const char *g = "string";
19188 pcpcc = &g + (g ? g-g : 0);
19189 /* HPUX 7.0 cc rejects these. */
19190 ++pcpcc;
19191 ppc = (char**) pcpcc;
19192 pcpcc = (char const *const *) ppc;
19193 { /* SCO 3.2v4 cc rejects this. */
19194 char *t;
19195 char const *s = 0 ? (char *) 0 : (char const *) 0;
19197 *t++ = 0;
19198 if (s) return 0;
19200 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19201 int x[] = {25, 17};
19202 const int *foo = &x[0];
19203 ++foo;
19205 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19206 typedef const int *iptr;
19207 iptr p = 0;
19208 ++p;
19210 { /* AIX XL C 1.02.0.0 rejects this saying
19211 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19212 struct s { int j; const int *ap[3]; };
19213 struct s *b; b->j = 5;
19215 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19216 const int foo = 10;
19217 if (!foo) return 0;
19219 return !cs[0] && !zero.x;
19220 #endif
19223 return 0;
19225 _ACEOF
19226 rm -f conftest.$ac_objext
19227 if { (ac_try="$ac_compile"
19228 case "(($ac_try" in
19229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19230 *) ac_try_echo=$ac_try;;
19231 esac
19232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19233 $as_echo "$ac_try_echo") >&5
19234 (eval "$ac_compile") 2>conftest.er1
19235 ac_status=$?
19236 grep -v '^ *+' conftest.er1 >conftest.err
19237 rm -f conftest.er1
19238 cat conftest.err >&5
19239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19240 (exit $ac_status); } && {
19241 test -z "$ac_c_werror_flag" ||
19242 test ! -s conftest.err
19243 } && test -s conftest.$ac_objext; then
19244 ac_cv_c_const=yes
19245 else
19246 $as_echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.$ac_ext >&5
19249 ac_cv_c_const=no
19252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19254 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19255 $as_echo "$ac_cv_c_const" >&6; }
19256 if test $ac_cv_c_const = no; then
19258 cat >>confdefs.h <<\_ACEOF
19259 #define const /**/
19260 _ACEOF
19264 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19265 $as_echo_n "checking for inline... " >&6; }
19266 if test "${ac_cv_c_inline+set}" = set; then
19267 $as_echo_n "(cached) " >&6
19268 else
19269 ac_cv_c_inline=no
19270 for ac_kw in inline __inline__ __inline; do
19271 cat >conftest.$ac_ext <<_ACEOF
19272 /* confdefs.h. */
19273 _ACEOF
19274 cat confdefs.h >>conftest.$ac_ext
19275 cat >>conftest.$ac_ext <<_ACEOF
19276 /* end confdefs.h. */
19277 #ifndef __cplusplus
19278 typedef int foo_t;
19279 static $ac_kw foo_t static_foo () {return 0; }
19280 $ac_kw foo_t foo () {return 0; }
19281 #endif
19283 _ACEOF
19284 rm -f conftest.$ac_objext
19285 if { (ac_try="$ac_compile"
19286 case "(($ac_try" in
19287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19288 *) ac_try_echo=$ac_try;;
19289 esac
19290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19291 $as_echo "$ac_try_echo") >&5
19292 (eval "$ac_compile") 2>conftest.er1
19293 ac_status=$?
19294 grep -v '^ *+' conftest.er1 >conftest.err
19295 rm -f conftest.er1
19296 cat conftest.err >&5
19297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19298 (exit $ac_status); } && {
19299 test -z "$ac_c_werror_flag" ||
19300 test ! -s conftest.err
19301 } && test -s conftest.$ac_objext; then
19302 ac_cv_c_inline=$ac_kw
19303 else
19304 $as_echo "$as_me: failed program was:" >&5
19305 sed 's/^/| /' conftest.$ac_ext >&5
19310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19311 test "$ac_cv_c_inline" != no && break
19312 done
19315 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19316 $as_echo "$ac_cv_c_inline" >&6; }
19319 case $ac_cv_c_inline in
19320 inline | yes) ;;
19322 case $ac_cv_c_inline in
19323 no) ac_val=;;
19324 *) ac_val=$ac_cv_c_inline;;
19325 esac
19326 cat >>confdefs.h <<_ACEOF
19327 #ifndef __cplusplus
19328 #define inline $ac_val
19329 #endif
19330 _ACEOF
19332 esac
19334 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19335 $as_echo_n "checking for mode_t... " >&6; }
19336 if test "${ac_cv_type_mode_t+set}" = set; then
19337 $as_echo_n "(cached) " >&6
19338 else
19339 ac_cv_type_mode_t=no
19340 cat >conftest.$ac_ext <<_ACEOF
19341 /* confdefs.h. */
19342 _ACEOF
19343 cat confdefs.h >>conftest.$ac_ext
19344 cat >>conftest.$ac_ext <<_ACEOF
19345 /* end confdefs.h. */
19346 $ac_includes_default
19348 main ()
19350 if (sizeof (mode_t))
19351 return 0;
19353 return 0;
19355 _ACEOF
19356 rm -f conftest.$ac_objext
19357 if { (ac_try="$ac_compile"
19358 case "(($ac_try" in
19359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19360 *) ac_try_echo=$ac_try;;
19361 esac
19362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19363 $as_echo "$ac_try_echo") >&5
19364 (eval "$ac_compile") 2>conftest.er1
19365 ac_status=$?
19366 grep -v '^ *+' conftest.er1 >conftest.err
19367 rm -f conftest.er1
19368 cat conftest.err >&5
19369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19370 (exit $ac_status); } && {
19371 test -z "$ac_c_werror_flag" ||
19372 test ! -s conftest.err
19373 } && test -s conftest.$ac_objext; then
19374 cat >conftest.$ac_ext <<_ACEOF
19375 /* confdefs.h. */
19376 _ACEOF
19377 cat confdefs.h >>conftest.$ac_ext
19378 cat >>conftest.$ac_ext <<_ACEOF
19379 /* end confdefs.h. */
19380 $ac_includes_default
19382 main ()
19384 if (sizeof ((mode_t)))
19385 return 0;
19387 return 0;
19389 _ACEOF
19390 rm -f conftest.$ac_objext
19391 if { (ac_try="$ac_compile"
19392 case "(($ac_try" in
19393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19394 *) ac_try_echo=$ac_try;;
19395 esac
19396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19397 $as_echo "$ac_try_echo") >&5
19398 (eval "$ac_compile") 2>conftest.er1
19399 ac_status=$?
19400 grep -v '^ *+' conftest.er1 >conftest.err
19401 rm -f conftest.er1
19402 cat conftest.err >&5
19403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19404 (exit $ac_status); } && {
19405 test -z "$ac_c_werror_flag" ||
19406 test ! -s conftest.err
19407 } && test -s conftest.$ac_objext; then
19409 else
19410 $as_echo "$as_me: failed program was:" >&5
19411 sed 's/^/| /' conftest.$ac_ext >&5
19413 ac_cv_type_mode_t=yes
19416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 else
19418 $as_echo "$as_me: failed program was:" >&5
19419 sed 's/^/| /' conftest.$ac_ext >&5
19424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19426 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19427 $as_echo "$ac_cv_type_mode_t" >&6; }
19428 if test "x$ac_cv_type_mode_t" = x""yes; then
19430 cat >>confdefs.h <<_ACEOF
19431 #define HAVE_MODE_T 1
19432 _ACEOF
19436 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19437 $as_echo_n "checking for off_t... " >&6; }
19438 if test "${ac_cv_type_off_t+set}" = set; then
19439 $as_echo_n "(cached) " >&6
19440 else
19441 ac_cv_type_off_t=no
19442 cat >conftest.$ac_ext <<_ACEOF
19443 /* confdefs.h. */
19444 _ACEOF
19445 cat confdefs.h >>conftest.$ac_ext
19446 cat >>conftest.$ac_ext <<_ACEOF
19447 /* end confdefs.h. */
19448 $ac_includes_default
19450 main ()
19452 if (sizeof (off_t))
19453 return 0;
19455 return 0;
19457 _ACEOF
19458 rm -f conftest.$ac_objext
19459 if { (ac_try="$ac_compile"
19460 case "(($ac_try" in
19461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19462 *) ac_try_echo=$ac_try;;
19463 esac
19464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19465 $as_echo "$ac_try_echo") >&5
19466 (eval "$ac_compile") 2>conftest.er1
19467 ac_status=$?
19468 grep -v '^ *+' conftest.er1 >conftest.err
19469 rm -f conftest.er1
19470 cat conftest.err >&5
19471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19472 (exit $ac_status); } && {
19473 test -z "$ac_c_werror_flag" ||
19474 test ! -s conftest.err
19475 } && test -s conftest.$ac_objext; then
19476 cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h. */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h. */
19482 $ac_includes_default
19484 main ()
19486 if (sizeof ((off_t)))
19487 return 0;
19489 return 0;
19491 _ACEOF
19492 rm -f conftest.$ac_objext
19493 if { (ac_try="$ac_compile"
19494 case "(($ac_try" in
19495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19496 *) ac_try_echo=$ac_try;;
19497 esac
19498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19499 $as_echo "$ac_try_echo") >&5
19500 (eval "$ac_compile") 2>conftest.er1
19501 ac_status=$?
19502 grep -v '^ *+' conftest.er1 >conftest.err
19503 rm -f conftest.er1
19504 cat conftest.err >&5
19505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19506 (exit $ac_status); } && {
19507 test -z "$ac_c_werror_flag" ||
19508 test ! -s conftest.err
19509 } && test -s conftest.$ac_objext; then
19511 else
19512 $as_echo "$as_me: failed program was:" >&5
19513 sed 's/^/| /' conftest.$ac_ext >&5
19515 ac_cv_type_off_t=yes
19518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19519 else
19520 $as_echo "$as_me: failed program was:" >&5
19521 sed 's/^/| /' conftest.$ac_ext >&5
19526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19529 $as_echo "$ac_cv_type_off_t" >&6; }
19530 if test "x$ac_cv_type_off_t" = x""yes; then
19532 cat >>confdefs.h <<_ACEOF
19533 #define HAVE_OFF_T 1
19534 _ACEOF
19538 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19539 $as_echo_n "checking for pid_t... " >&6; }
19540 if test "${ac_cv_type_pid_t+set}" = set; then
19541 $as_echo_n "(cached) " >&6
19542 else
19543 ac_cv_type_pid_t=no
19544 cat >conftest.$ac_ext <<_ACEOF
19545 /* confdefs.h. */
19546 _ACEOF
19547 cat confdefs.h >>conftest.$ac_ext
19548 cat >>conftest.$ac_ext <<_ACEOF
19549 /* end confdefs.h. */
19550 $ac_includes_default
19552 main ()
19554 if (sizeof (pid_t))
19555 return 0;
19557 return 0;
19559 _ACEOF
19560 rm -f conftest.$ac_objext
19561 if { (ac_try="$ac_compile"
19562 case "(($ac_try" in
19563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19564 *) ac_try_echo=$ac_try;;
19565 esac
19566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19567 $as_echo "$ac_try_echo") >&5
19568 (eval "$ac_compile") 2>conftest.er1
19569 ac_status=$?
19570 grep -v '^ *+' conftest.er1 >conftest.err
19571 rm -f conftest.er1
19572 cat conftest.err >&5
19573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19574 (exit $ac_status); } && {
19575 test -z "$ac_c_werror_flag" ||
19576 test ! -s conftest.err
19577 } && test -s conftest.$ac_objext; then
19578 cat >conftest.$ac_ext <<_ACEOF
19579 /* confdefs.h. */
19580 _ACEOF
19581 cat confdefs.h >>conftest.$ac_ext
19582 cat >>conftest.$ac_ext <<_ACEOF
19583 /* end confdefs.h. */
19584 $ac_includes_default
19586 main ()
19588 if (sizeof ((pid_t)))
19589 return 0;
19591 return 0;
19593 _ACEOF
19594 rm -f conftest.$ac_objext
19595 if { (ac_try="$ac_compile"
19596 case "(($ac_try" in
19597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19598 *) ac_try_echo=$ac_try;;
19599 esac
19600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19601 $as_echo "$ac_try_echo") >&5
19602 (eval "$ac_compile") 2>conftest.er1
19603 ac_status=$?
19604 grep -v '^ *+' conftest.er1 >conftest.err
19605 rm -f conftest.er1
19606 cat conftest.err >&5
19607 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19608 (exit $ac_status); } && {
19609 test -z "$ac_c_werror_flag" ||
19610 test ! -s conftest.err
19611 } && test -s conftest.$ac_objext; then
19613 else
19614 $as_echo "$as_me: failed program was:" >&5
19615 sed 's/^/| /' conftest.$ac_ext >&5
19617 ac_cv_type_pid_t=yes
19620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 else
19622 $as_echo "$as_me: failed program was:" >&5
19623 sed 's/^/| /' conftest.$ac_ext >&5
19628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19630 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19631 $as_echo "$ac_cv_type_pid_t" >&6; }
19632 if test "x$ac_cv_type_pid_t" = x""yes; then
19634 cat >>confdefs.h <<_ACEOF
19635 #define HAVE_PID_T 1
19636 _ACEOF
19640 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19641 $as_echo_n "checking for size_t... " >&6; }
19642 if test "${ac_cv_type_size_t+set}" = set; then
19643 $as_echo_n "(cached) " >&6
19644 else
19645 ac_cv_type_size_t=no
19646 cat >conftest.$ac_ext <<_ACEOF
19647 /* confdefs.h. */
19648 _ACEOF
19649 cat confdefs.h >>conftest.$ac_ext
19650 cat >>conftest.$ac_ext <<_ACEOF
19651 /* end confdefs.h. */
19652 $ac_includes_default
19654 main ()
19656 if (sizeof (size_t))
19657 return 0;
19659 return 0;
19661 _ACEOF
19662 rm -f conftest.$ac_objext
19663 if { (ac_try="$ac_compile"
19664 case "(($ac_try" in
19665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19666 *) ac_try_echo=$ac_try;;
19667 esac
19668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19669 $as_echo "$ac_try_echo") >&5
19670 (eval "$ac_compile") 2>conftest.er1
19671 ac_status=$?
19672 grep -v '^ *+' conftest.er1 >conftest.err
19673 rm -f conftest.er1
19674 cat conftest.err >&5
19675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19676 (exit $ac_status); } && {
19677 test -z "$ac_c_werror_flag" ||
19678 test ! -s conftest.err
19679 } && test -s conftest.$ac_objext; then
19680 cat >conftest.$ac_ext <<_ACEOF
19681 /* confdefs.h. */
19682 _ACEOF
19683 cat confdefs.h >>conftest.$ac_ext
19684 cat >>conftest.$ac_ext <<_ACEOF
19685 /* end confdefs.h. */
19686 $ac_includes_default
19688 main ()
19690 if (sizeof ((size_t)))
19691 return 0;
19693 return 0;
19695 _ACEOF
19696 rm -f conftest.$ac_objext
19697 if { (ac_try="$ac_compile"
19698 case "(($ac_try" in
19699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19700 *) ac_try_echo=$ac_try;;
19701 esac
19702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19703 $as_echo "$ac_try_echo") >&5
19704 (eval "$ac_compile") 2>conftest.er1
19705 ac_status=$?
19706 grep -v '^ *+' conftest.er1 >conftest.err
19707 rm -f conftest.er1
19708 cat conftest.err >&5
19709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710 (exit $ac_status); } && {
19711 test -z "$ac_c_werror_flag" ||
19712 test ! -s conftest.err
19713 } && test -s conftest.$ac_objext; then
19715 else
19716 $as_echo "$as_me: failed program was:" >&5
19717 sed 's/^/| /' conftest.$ac_ext >&5
19719 ac_cv_type_size_t=yes
19722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19723 else
19724 $as_echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.$ac_ext >&5
19730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19732 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19733 $as_echo "$ac_cv_type_size_t" >&6; }
19734 if test "x$ac_cv_type_size_t" = x""yes; then
19736 cat >>confdefs.h <<_ACEOF
19737 #define HAVE_SIZE_T 1
19738 _ACEOF
19742 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19743 $as_echo_n "checking for ssize_t... " >&6; }
19744 if test "${ac_cv_type_ssize_t+set}" = set; then
19745 $as_echo_n "(cached) " >&6
19746 else
19747 ac_cv_type_ssize_t=no
19748 cat >conftest.$ac_ext <<_ACEOF
19749 /* confdefs.h. */
19750 _ACEOF
19751 cat confdefs.h >>conftest.$ac_ext
19752 cat >>conftest.$ac_ext <<_ACEOF
19753 /* end confdefs.h. */
19754 $ac_includes_default
19756 main ()
19758 if (sizeof (ssize_t))
19759 return 0;
19761 return 0;
19763 _ACEOF
19764 rm -f conftest.$ac_objext
19765 if { (ac_try="$ac_compile"
19766 case "(($ac_try" in
19767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19768 *) ac_try_echo=$ac_try;;
19769 esac
19770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19771 $as_echo "$ac_try_echo") >&5
19772 (eval "$ac_compile") 2>conftest.er1
19773 ac_status=$?
19774 grep -v '^ *+' conftest.er1 >conftest.err
19775 rm -f conftest.er1
19776 cat conftest.err >&5
19777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19778 (exit $ac_status); } && {
19779 test -z "$ac_c_werror_flag" ||
19780 test ! -s conftest.err
19781 } && test -s conftest.$ac_objext; then
19782 cat >conftest.$ac_ext <<_ACEOF
19783 /* confdefs.h. */
19784 _ACEOF
19785 cat confdefs.h >>conftest.$ac_ext
19786 cat >>conftest.$ac_ext <<_ACEOF
19787 /* end confdefs.h. */
19788 $ac_includes_default
19790 main ()
19792 if (sizeof ((ssize_t)))
19793 return 0;
19795 return 0;
19797 _ACEOF
19798 rm -f conftest.$ac_objext
19799 if { (ac_try="$ac_compile"
19800 case "(($ac_try" in
19801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19802 *) ac_try_echo=$ac_try;;
19803 esac
19804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19805 $as_echo "$ac_try_echo") >&5
19806 (eval "$ac_compile") 2>conftest.er1
19807 ac_status=$?
19808 grep -v '^ *+' conftest.er1 >conftest.err
19809 rm -f conftest.er1
19810 cat conftest.err >&5
19811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19812 (exit $ac_status); } && {
19813 test -z "$ac_c_werror_flag" ||
19814 test ! -s conftest.err
19815 } && test -s conftest.$ac_objext; then
19817 else
19818 $as_echo "$as_me: failed program was:" >&5
19819 sed 's/^/| /' conftest.$ac_ext >&5
19821 ac_cv_type_ssize_t=yes
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 else
19826 $as_echo "$as_me: failed program was:" >&5
19827 sed 's/^/| /' conftest.$ac_ext >&5
19832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19834 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19835 $as_echo "$ac_cv_type_ssize_t" >&6; }
19836 if test "x$ac_cv_type_ssize_t" = x""yes; then
19838 cat >>confdefs.h <<_ACEOF
19839 #define HAVE_SSIZE_T 1
19840 _ACEOF
19844 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19845 $as_echo_n "checking for long long... " >&6; }
19846 if test "${ac_cv_type_long_long+set}" = set; then
19847 $as_echo_n "(cached) " >&6
19848 else
19849 ac_cv_type_long_long=no
19850 cat >conftest.$ac_ext <<_ACEOF
19851 /* confdefs.h. */
19852 _ACEOF
19853 cat confdefs.h >>conftest.$ac_ext
19854 cat >>conftest.$ac_ext <<_ACEOF
19855 /* end confdefs.h. */
19856 $ac_includes_default
19858 main ()
19860 if (sizeof (long long))
19861 return 0;
19863 return 0;
19865 _ACEOF
19866 rm -f conftest.$ac_objext
19867 if { (ac_try="$ac_compile"
19868 case "(($ac_try" in
19869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19870 *) ac_try_echo=$ac_try;;
19871 esac
19872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19873 $as_echo "$ac_try_echo") >&5
19874 (eval "$ac_compile") 2>conftest.er1
19875 ac_status=$?
19876 grep -v '^ *+' conftest.er1 >conftest.err
19877 rm -f conftest.er1
19878 cat conftest.err >&5
19879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19880 (exit $ac_status); } && {
19881 test -z "$ac_c_werror_flag" ||
19882 test ! -s conftest.err
19883 } && test -s conftest.$ac_objext; then
19884 cat >conftest.$ac_ext <<_ACEOF
19885 /* confdefs.h. */
19886 _ACEOF
19887 cat confdefs.h >>conftest.$ac_ext
19888 cat >>conftest.$ac_ext <<_ACEOF
19889 /* end confdefs.h. */
19890 $ac_includes_default
19892 main ()
19894 if (sizeof ((long long)))
19895 return 0;
19897 return 0;
19899 _ACEOF
19900 rm -f conftest.$ac_objext
19901 if { (ac_try="$ac_compile"
19902 case "(($ac_try" in
19903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904 *) ac_try_echo=$ac_try;;
19905 esac
19906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19907 $as_echo "$ac_try_echo") >&5
19908 (eval "$ac_compile") 2>conftest.er1
19909 ac_status=$?
19910 grep -v '^ *+' conftest.er1 >conftest.err
19911 rm -f conftest.er1
19912 cat conftest.err >&5
19913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19914 (exit $ac_status); } && {
19915 test -z "$ac_c_werror_flag" ||
19916 test ! -s conftest.err
19917 } && test -s conftest.$ac_objext; then
19919 else
19920 $as_echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19923 ac_cv_type_long_long=yes
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19927 else
19928 $as_echo "$as_me: failed program was:" >&5
19929 sed 's/^/| /' conftest.$ac_ext >&5
19934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19936 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19937 $as_echo "$ac_cv_type_long_long" >&6; }
19938 if test "x$ac_cv_type_long_long" = x""yes; then
19940 cat >>confdefs.h <<_ACEOF
19941 #define HAVE_LONG_LONG 1
19942 _ACEOF
19946 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19947 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19948 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19949 $as_echo_n "(cached) " >&6
19950 else
19951 ac_cv_type_fsblkcnt_t=no
19952 cat >conftest.$ac_ext <<_ACEOF
19953 /* confdefs.h. */
19954 _ACEOF
19955 cat confdefs.h >>conftest.$ac_ext
19956 cat >>conftest.$ac_ext <<_ACEOF
19957 /* end confdefs.h. */
19958 $ac_includes_default
19960 main ()
19962 if (sizeof (fsblkcnt_t))
19963 return 0;
19965 return 0;
19967 _ACEOF
19968 rm -f conftest.$ac_objext
19969 if { (ac_try="$ac_compile"
19970 case "(($ac_try" in
19971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19972 *) ac_try_echo=$ac_try;;
19973 esac
19974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19975 $as_echo "$ac_try_echo") >&5
19976 (eval "$ac_compile") 2>conftest.er1
19977 ac_status=$?
19978 grep -v '^ *+' conftest.er1 >conftest.err
19979 rm -f conftest.er1
19980 cat conftest.err >&5
19981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19982 (exit $ac_status); } && {
19983 test -z "$ac_c_werror_flag" ||
19984 test ! -s conftest.err
19985 } && test -s conftest.$ac_objext; then
19986 cat >conftest.$ac_ext <<_ACEOF
19987 /* confdefs.h. */
19988 _ACEOF
19989 cat confdefs.h >>conftest.$ac_ext
19990 cat >>conftest.$ac_ext <<_ACEOF
19991 /* end confdefs.h. */
19992 $ac_includes_default
19994 main ()
19996 if (sizeof ((fsblkcnt_t)))
19997 return 0;
19999 return 0;
20001 _ACEOF
20002 rm -f conftest.$ac_objext
20003 if { (ac_try="$ac_compile"
20004 case "(($ac_try" in
20005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20006 *) ac_try_echo=$ac_try;;
20007 esac
20008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20009 $as_echo "$ac_try_echo") >&5
20010 (eval "$ac_compile") 2>conftest.er1
20011 ac_status=$?
20012 grep -v '^ *+' conftest.er1 >conftest.err
20013 rm -f conftest.er1
20014 cat conftest.err >&5
20015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20016 (exit $ac_status); } && {
20017 test -z "$ac_c_werror_flag" ||
20018 test ! -s conftest.err
20019 } && test -s conftest.$ac_objext; then
20021 else
20022 $as_echo "$as_me: failed program was:" >&5
20023 sed 's/^/| /' conftest.$ac_ext >&5
20025 ac_cv_type_fsblkcnt_t=yes
20028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20029 else
20030 $as_echo "$as_me: failed program was:" >&5
20031 sed 's/^/| /' conftest.$ac_ext >&5
20036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20038 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20039 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20040 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20042 cat >>confdefs.h <<_ACEOF
20043 #define HAVE_FSBLKCNT_T 1
20044 _ACEOF
20048 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20049 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20050 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20051 $as_echo_n "(cached) " >&6
20052 else
20053 ac_cv_type_fsfilcnt_t=no
20054 cat >conftest.$ac_ext <<_ACEOF
20055 /* confdefs.h. */
20056 _ACEOF
20057 cat confdefs.h >>conftest.$ac_ext
20058 cat >>conftest.$ac_ext <<_ACEOF
20059 /* end confdefs.h. */
20060 $ac_includes_default
20062 main ()
20064 if (sizeof (fsfilcnt_t))
20065 return 0;
20067 return 0;
20069 _ACEOF
20070 rm -f conftest.$ac_objext
20071 if { (ac_try="$ac_compile"
20072 case "(($ac_try" in
20073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20074 *) ac_try_echo=$ac_try;;
20075 esac
20076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20077 $as_echo "$ac_try_echo") >&5
20078 (eval "$ac_compile") 2>conftest.er1
20079 ac_status=$?
20080 grep -v '^ *+' conftest.er1 >conftest.err
20081 rm -f conftest.er1
20082 cat conftest.err >&5
20083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20084 (exit $ac_status); } && {
20085 test -z "$ac_c_werror_flag" ||
20086 test ! -s conftest.err
20087 } && test -s conftest.$ac_objext; then
20088 cat >conftest.$ac_ext <<_ACEOF
20089 /* confdefs.h. */
20090 _ACEOF
20091 cat confdefs.h >>conftest.$ac_ext
20092 cat >>conftest.$ac_ext <<_ACEOF
20093 /* end confdefs.h. */
20094 $ac_includes_default
20096 main ()
20098 if (sizeof ((fsfilcnt_t)))
20099 return 0;
20101 return 0;
20103 _ACEOF
20104 rm -f conftest.$ac_objext
20105 if { (ac_try="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20111 $as_echo "$ac_try_echo") >&5
20112 (eval "$ac_compile") 2>conftest.er1
20113 ac_status=$?
20114 grep -v '^ *+' conftest.er1 >conftest.err
20115 rm -f conftest.er1
20116 cat conftest.err >&5
20117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118 (exit $ac_status); } && {
20119 test -z "$ac_c_werror_flag" ||
20120 test ! -s conftest.err
20121 } && test -s conftest.$ac_objext; then
20123 else
20124 $as_echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20127 ac_cv_type_fsfilcnt_t=yes
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 else
20132 $as_echo "$as_me: failed program was:" >&5
20133 sed 's/^/| /' conftest.$ac_ext >&5
20138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20141 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20142 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20144 cat >>confdefs.h <<_ACEOF
20145 #define HAVE_FSFILCNT_T 1
20146 _ACEOF
20151 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20152 $as_echo_n "checking for sigset_t... " >&6; }
20153 if test "${ac_cv_type_sigset_t+set}" = set; then
20154 $as_echo_n "(cached) " >&6
20155 else
20156 ac_cv_type_sigset_t=no
20157 cat >conftest.$ac_ext <<_ACEOF
20158 /* confdefs.h. */
20159 _ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20163 #include <sys/types.h>
20164 #include <signal.h>
20167 main ()
20169 if (sizeof (sigset_t))
20170 return 0;
20172 return 0;
20174 _ACEOF
20175 rm -f conftest.$ac_objext
20176 if { (ac_try="$ac_compile"
20177 case "(($ac_try" in
20178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20179 *) ac_try_echo=$ac_try;;
20180 esac
20181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20182 $as_echo "$ac_try_echo") >&5
20183 (eval "$ac_compile") 2>conftest.er1
20184 ac_status=$?
20185 grep -v '^ *+' conftest.er1 >conftest.err
20186 rm -f conftest.er1
20187 cat conftest.err >&5
20188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20189 (exit $ac_status); } && {
20190 test -z "$ac_c_werror_flag" ||
20191 test ! -s conftest.err
20192 } && test -s conftest.$ac_objext; then
20193 cat >conftest.$ac_ext <<_ACEOF
20194 /* confdefs.h. */
20195 _ACEOF
20196 cat confdefs.h >>conftest.$ac_ext
20197 cat >>conftest.$ac_ext <<_ACEOF
20198 /* end confdefs.h. */
20199 #include <sys/types.h>
20200 #include <signal.h>
20203 main ()
20205 if (sizeof ((sigset_t)))
20206 return 0;
20208 return 0;
20210 _ACEOF
20211 rm -f conftest.$ac_objext
20212 if { (ac_try="$ac_compile"
20213 case "(($ac_try" in
20214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20215 *) ac_try_echo=$ac_try;;
20216 esac
20217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20218 $as_echo "$ac_try_echo") >&5
20219 (eval "$ac_compile") 2>conftest.er1
20220 ac_status=$?
20221 grep -v '^ *+' conftest.er1 >conftest.err
20222 rm -f conftest.er1
20223 cat conftest.err >&5
20224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20225 (exit $ac_status); } && {
20226 test -z "$ac_c_werror_flag" ||
20227 test ! -s conftest.err
20228 } && test -s conftest.$ac_objext; then
20230 else
20231 $as_echo "$as_me: failed program was:" >&5
20232 sed 's/^/| /' conftest.$ac_ext >&5
20234 ac_cv_type_sigset_t=yes
20237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20238 else
20239 $as_echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.$ac_ext >&5
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20247 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20248 $as_echo "$ac_cv_type_sigset_t" >&6; }
20249 if test "x$ac_cv_type_sigset_t" = x""yes; then
20251 cat >>confdefs.h <<_ACEOF
20252 #define HAVE_SIGSET_T 1
20253 _ACEOF
20258 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20259 $as_echo_n "checking for request_sense... " >&6; }
20260 if test "${ac_cv_type_request_sense+set}" = set; then
20261 $as_echo_n "(cached) " >&6
20262 else
20263 ac_cv_type_request_sense=no
20264 cat >conftest.$ac_ext <<_ACEOF
20265 /* confdefs.h. */
20266 _ACEOF
20267 cat confdefs.h >>conftest.$ac_ext
20268 cat >>conftest.$ac_ext <<_ACEOF
20269 /* end confdefs.h. */
20270 #include <linux/cdrom.h>
20273 main ()
20275 if (sizeof (request_sense))
20276 return 0;
20278 return 0;
20280 _ACEOF
20281 rm -f conftest.$ac_objext
20282 if { (ac_try="$ac_compile"
20283 case "(($ac_try" in
20284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20285 *) ac_try_echo=$ac_try;;
20286 esac
20287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20288 $as_echo "$ac_try_echo") >&5
20289 (eval "$ac_compile") 2>conftest.er1
20290 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && {
20296 test -z "$ac_c_werror_flag" ||
20297 test ! -s conftest.err
20298 } && test -s conftest.$ac_objext; then
20299 cat >conftest.$ac_ext <<_ACEOF
20300 /* confdefs.h. */
20301 _ACEOF
20302 cat confdefs.h >>conftest.$ac_ext
20303 cat >>conftest.$ac_ext <<_ACEOF
20304 /* end confdefs.h. */
20305 #include <linux/cdrom.h>
20308 main ()
20310 if (sizeof ((request_sense)))
20311 return 0;
20313 return 0;
20315 _ACEOF
20316 rm -f conftest.$ac_objext
20317 if { (ac_try="$ac_compile"
20318 case "(($ac_try" in
20319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20320 *) ac_try_echo=$ac_try;;
20321 esac
20322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20323 $as_echo "$ac_try_echo") >&5
20324 (eval "$ac_compile") 2>conftest.er1
20325 ac_status=$?
20326 grep -v '^ *+' conftest.er1 >conftest.err
20327 rm -f conftest.er1
20328 cat conftest.err >&5
20329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20330 (exit $ac_status); } && {
20331 test -z "$ac_c_werror_flag" ||
20332 test ! -s conftest.err
20333 } && test -s conftest.$ac_objext; then
20335 else
20336 $as_echo "$as_me: failed program was:" >&5
20337 sed 's/^/| /' conftest.$ac_ext >&5
20339 ac_cv_type_request_sense=yes
20342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20343 else
20344 $as_echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.$ac_ext >&5
20350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20352 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20353 $as_echo "$ac_cv_type_request_sense" >&6; }
20354 if test "x$ac_cv_type_request_sense" = x""yes; then
20356 cat >>confdefs.h <<_ACEOF
20357 #define HAVE_REQUEST_SENSE 1
20358 _ACEOF
20364 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20365 $as_echo_n "checking for struct xinpgen... " >&6; }
20366 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20367 $as_echo_n "(cached) " >&6
20368 else
20369 ac_cv_type_struct_xinpgen=no
20370 cat >conftest.$ac_ext <<_ACEOF
20371 /* confdefs.h. */
20372 _ACEOF
20373 cat confdefs.h >>conftest.$ac_ext
20374 cat >>conftest.$ac_ext <<_ACEOF
20375 /* end confdefs.h. */
20376 #include <sys/types.h>
20377 #ifdef HAVE_SYS_SOCKET_H
20378 #include <sys/socket.h>
20379 #endif
20380 #ifdef HAVE_SYS_SOCKETVAR_H
20381 #include <sys/socketvar.h>
20382 #endif
20383 #ifdef HAVE_NET_ROUTE_H
20384 #include <net/route.h>
20385 #endif
20386 #ifdef HAVE_NETINET_IN_H
20387 #include <netinet/in.h>
20388 #endif
20389 #ifdef HAVE_NETINET_IN_SYSTM_H
20390 #include <netinet/in_systm.h>
20391 #endif
20392 #ifdef HAVE_NETINET_IP_H
20393 #include <netinet/ip.h>
20394 #endif
20395 #ifdef HAVE_NETINET_IN_PCB_H
20396 #include <netinet/in_pcb.h>
20397 #endif
20400 main ()
20402 if (sizeof (struct xinpgen))
20403 return 0;
20405 return 0;
20407 _ACEOF
20408 rm -f conftest.$ac_objext
20409 if { (ac_try="$ac_compile"
20410 case "(($ac_try" in
20411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20412 *) ac_try_echo=$ac_try;;
20413 esac
20414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20415 $as_echo "$ac_try_echo") >&5
20416 (eval "$ac_compile") 2>conftest.er1
20417 ac_status=$?
20418 grep -v '^ *+' conftest.er1 >conftest.err
20419 rm -f conftest.er1
20420 cat conftest.err >&5
20421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20422 (exit $ac_status); } && {
20423 test -z "$ac_c_werror_flag" ||
20424 test ! -s conftest.err
20425 } && test -s conftest.$ac_objext; then
20426 cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h. */
20428 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext
20430 cat >>conftest.$ac_ext <<_ACEOF
20431 /* end confdefs.h. */
20432 #include <sys/types.h>
20433 #ifdef HAVE_SYS_SOCKET_H
20434 #include <sys/socket.h>
20435 #endif
20436 #ifdef HAVE_SYS_SOCKETVAR_H
20437 #include <sys/socketvar.h>
20438 #endif
20439 #ifdef HAVE_NET_ROUTE_H
20440 #include <net/route.h>
20441 #endif
20442 #ifdef HAVE_NETINET_IN_H
20443 #include <netinet/in.h>
20444 #endif
20445 #ifdef HAVE_NETINET_IN_SYSTM_H
20446 #include <netinet/in_systm.h>
20447 #endif
20448 #ifdef HAVE_NETINET_IP_H
20449 #include <netinet/ip.h>
20450 #endif
20451 #ifdef HAVE_NETINET_IN_PCB_H
20452 #include <netinet/in_pcb.h>
20453 #endif
20456 main ()
20458 if (sizeof ((struct xinpgen)))
20459 return 0;
20461 return 0;
20463 _ACEOF
20464 rm -f conftest.$ac_objext
20465 if { (ac_try="$ac_compile"
20466 case "(($ac_try" in
20467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20468 *) ac_try_echo=$ac_try;;
20469 esac
20470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20471 $as_echo "$ac_try_echo") >&5
20472 (eval "$ac_compile") 2>conftest.er1
20473 ac_status=$?
20474 grep -v '^ *+' conftest.er1 >conftest.err
20475 rm -f conftest.er1
20476 cat conftest.err >&5
20477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478 (exit $ac_status); } && {
20479 test -z "$ac_c_werror_flag" ||
20480 test ! -s conftest.err
20481 } && test -s conftest.$ac_objext; then
20483 else
20484 $as_echo "$as_me: failed program was:" >&5
20485 sed 's/^/| /' conftest.$ac_ext >&5
20487 ac_cv_type_struct_xinpgen=yes
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20491 else
20492 $as_echo "$as_me: failed program was:" >&5
20493 sed 's/^/| /' conftest.$ac_ext >&5
20498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20500 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20501 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20502 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20504 cat >>confdefs.h <<_ACEOF
20505 #define HAVE_STRUCT_XINPGEN 1
20506 _ACEOF
20512 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20513 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20514 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20515 $as_echo_n "(cached) " >&6
20516 else
20517 cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h. */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h. */
20523 #ifdef HAVE_LINUX_INPUT_H
20524 #include <linux/input.h>
20525 #endif
20528 main ()
20530 static struct ff_effect ac_aggr;
20531 if (ac_aggr.direction)
20532 return 0;
20534 return 0;
20536 _ACEOF
20537 rm -f conftest.$ac_objext
20538 if { (ac_try="$ac_compile"
20539 case "(($ac_try" in
20540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20541 *) ac_try_echo=$ac_try;;
20542 esac
20543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20544 $as_echo "$ac_try_echo") >&5
20545 (eval "$ac_compile") 2>conftest.er1
20546 ac_status=$?
20547 grep -v '^ *+' conftest.er1 >conftest.err
20548 rm -f conftest.er1
20549 cat conftest.err >&5
20550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20551 (exit $ac_status); } && {
20552 test -z "$ac_c_werror_flag" ||
20553 test ! -s conftest.err
20554 } && test -s conftest.$ac_objext; then
20555 ac_cv_member_struct_ff_effect_direction=yes
20556 else
20557 $as_echo "$as_me: failed program was:" >&5
20558 sed 's/^/| /' conftest.$ac_ext >&5
20560 cat >conftest.$ac_ext <<_ACEOF
20561 /* confdefs.h. */
20562 _ACEOF
20563 cat confdefs.h >>conftest.$ac_ext
20564 cat >>conftest.$ac_ext <<_ACEOF
20565 /* end confdefs.h. */
20566 #ifdef HAVE_LINUX_INPUT_H
20567 #include <linux/input.h>
20568 #endif
20571 main ()
20573 static struct ff_effect ac_aggr;
20574 if (sizeof ac_aggr.direction)
20575 return 0;
20577 return 0;
20579 _ACEOF
20580 rm -f conftest.$ac_objext
20581 if { (ac_try="$ac_compile"
20582 case "(($ac_try" in
20583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20584 *) ac_try_echo=$ac_try;;
20585 esac
20586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20587 $as_echo "$ac_try_echo") >&5
20588 (eval "$ac_compile") 2>conftest.er1
20589 ac_status=$?
20590 grep -v '^ *+' conftest.er1 >conftest.err
20591 rm -f conftest.er1
20592 cat conftest.err >&5
20593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20594 (exit $ac_status); } && {
20595 test -z "$ac_c_werror_flag" ||
20596 test ! -s conftest.err
20597 } && test -s conftest.$ac_objext; then
20598 ac_cv_member_struct_ff_effect_direction=yes
20599 else
20600 $as_echo "$as_me: failed program was:" >&5
20601 sed 's/^/| /' conftest.$ac_ext >&5
20603 ac_cv_member_struct_ff_effect_direction=no
20606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20611 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20612 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20613 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20615 cat >>confdefs.h <<_ACEOF
20616 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20617 _ACEOF
20623 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20624 $as_echo_n "checking for sigaddset... " >&6; }
20625 if test "${wine_cv_have_sigaddset+set}" = set; then
20626 $as_echo_n "(cached) " >&6
20627 else
20628 cat >conftest.$ac_ext <<_ACEOF
20629 /* confdefs.h. */
20630 _ACEOF
20631 cat confdefs.h >>conftest.$ac_ext
20632 cat >>conftest.$ac_ext <<_ACEOF
20633 /* end confdefs.h. */
20634 #include <signal.h>
20636 main ()
20638 sigset_t set; sigaddset(&set,SIGTERM);
20640 return 0;
20642 _ACEOF
20643 rm -f conftest.$ac_objext conftest$ac_exeext
20644 if { (ac_try="$ac_link"
20645 case "(($ac_try" in
20646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20647 *) ac_try_echo=$ac_try;;
20648 esac
20649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20650 $as_echo "$ac_try_echo") >&5
20651 (eval "$ac_link") 2>conftest.er1
20652 ac_status=$?
20653 grep -v '^ *+' conftest.er1 >conftest.err
20654 rm -f conftest.er1
20655 cat conftest.err >&5
20656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20657 (exit $ac_status); } && {
20658 test -z "$ac_c_werror_flag" ||
20659 test ! -s conftest.err
20660 } && test -s conftest$ac_exeext && {
20661 test "$cross_compiling" = yes ||
20662 $as_test_x conftest$ac_exeext
20663 }; then
20664 wine_cv_have_sigaddset=yes
20665 else
20666 $as_echo "$as_me: failed program was:" >&5
20667 sed 's/^/| /' conftest.$ac_ext >&5
20669 wine_cv_have_sigaddset=no
20672 rm -rf conftest.dSYM
20673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20674 conftest$ac_exeext conftest.$ac_ext
20676 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20677 $as_echo "$wine_cv_have_sigaddset" >&6; }
20678 if test "$wine_cv_have_sigaddset" = "yes"
20679 then
20681 cat >>confdefs.h <<\_ACEOF
20682 #define HAVE_SIGADDSET 1
20683 _ACEOF
20688 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20689 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20690 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20691 $as_echo_n "(cached) " >&6
20692 else
20693 cat >conftest.$ac_ext <<_ACEOF
20694 /* confdefs.h. */
20695 _ACEOF
20696 cat confdefs.h >>conftest.$ac_ext
20697 cat >>conftest.$ac_ext <<_ACEOF
20698 /* end confdefs.h. */
20699 #include <netdb.h>
20701 main ()
20704 char *name=0;
20705 struct hostent he;
20706 struct hostent *result;
20707 char *buf=0;
20708 int bufsize=0;
20709 int res,errnr;
20710 char *addr=0;
20711 int addrlen=0;
20712 int addrtype=0;
20713 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20714 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20717 return 0;
20719 _ACEOF
20720 rm -f conftest.$ac_objext conftest$ac_exeext
20721 if { (ac_try="$ac_link"
20722 case "(($ac_try" in
20723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20724 *) ac_try_echo=$ac_try;;
20725 esac
20726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20727 $as_echo "$ac_try_echo") >&5
20728 (eval "$ac_link") 2>conftest.er1
20729 ac_status=$?
20730 grep -v '^ *+' conftest.er1 >conftest.err
20731 rm -f conftest.er1
20732 cat conftest.err >&5
20733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20734 (exit $ac_status); } && {
20735 test -z "$ac_c_werror_flag" ||
20736 test ! -s conftest.err
20737 } && test -s conftest$ac_exeext && {
20738 test "$cross_compiling" = yes ||
20739 $as_test_x conftest$ac_exeext
20740 }; then
20741 wine_cv_linux_gethostbyname_r_6=yes
20742 else
20743 $as_echo "$as_me: failed program was:" >&5
20744 sed 's/^/| /' conftest.$ac_ext >&5
20746 wine_cv_linux_gethostbyname_r_6=no
20750 rm -rf conftest.dSYM
20751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20752 conftest$ac_exeext conftest.$ac_ext
20755 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20756 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20757 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20758 then
20760 cat >>confdefs.h <<\_ACEOF
20761 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20762 _ACEOF
20766 if test "$ac_cv_header_linux_joystick_h" = "yes"
20767 then
20768 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20769 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20770 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20771 $as_echo_n "(cached) " >&6
20772 else
20773 cat >conftest.$ac_ext <<_ACEOF
20774 /* confdefs.h. */
20775 _ACEOF
20776 cat confdefs.h >>conftest.$ac_ext
20777 cat >>conftest.$ac_ext <<_ACEOF
20778 /* end confdefs.h. */
20780 #include <sys/ioctl.h>
20781 #include <sys/types.h>
20782 #include <linux/joystick.h>
20784 struct js_event blub;
20785 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20786 #error "no 2.2 header"
20787 #endif
20790 main ()
20792 /*empty*/
20794 return 0;
20796 _ACEOF
20797 rm -f conftest.$ac_objext
20798 if { (ac_try="$ac_compile"
20799 case "(($ac_try" in
20800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20801 *) ac_try_echo=$ac_try;;
20802 esac
20803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20804 $as_echo "$ac_try_echo") >&5
20805 (eval "$ac_compile") 2>conftest.er1
20806 ac_status=$?
20807 grep -v '^ *+' conftest.er1 >conftest.err
20808 rm -f conftest.er1
20809 cat conftest.err >&5
20810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20811 (exit $ac_status); } && {
20812 test -z "$ac_c_werror_flag" ||
20813 test ! -s conftest.err
20814 } && test -s conftest.$ac_objext; then
20815 wine_cv_linux_joystick_22_api=yes
20816 else
20817 $as_echo "$as_me: failed program was:" >&5
20818 sed 's/^/| /' conftest.$ac_ext >&5
20820 wine_cv_linux_joystick_22_api=no
20823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20826 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20827 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20828 if test "$wine_cv_linux_joystick_22_api" = "yes"
20829 then
20831 cat >>confdefs.h <<\_ACEOF
20832 #define HAVE_LINUX_22_JOYSTICK_API 1
20833 _ACEOF
20839 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20840 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20841 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20842 $as_echo_n "(cached) " >&6
20843 else
20844 cat >conftest.$ac_ext <<_ACEOF
20845 /* confdefs.h. */
20846 _ACEOF
20847 cat confdefs.h >>conftest.$ac_ext
20848 cat >>conftest.$ac_ext <<_ACEOF
20849 /* end confdefs.h. */
20850 #include <sys/types.h>
20851 #ifdef HAVE_SYS_PARAM_H
20852 # include <sys/param.h>
20853 #endif
20854 #ifdef HAVE_SYS_MOUNT_H
20855 # include <sys/mount.h>
20856 #endif
20857 #ifdef HAVE_SYS_VFS_H
20858 # include <sys/vfs.h>
20859 #endif
20860 #ifdef HAVE_SYS_STATFS_H
20861 # include <sys/statfs.h>
20862 #endif
20865 main ()
20867 static struct statfs ac_aggr;
20868 if (ac_aggr.f_bfree)
20869 return 0;
20871 return 0;
20873 _ACEOF
20874 rm -f conftest.$ac_objext
20875 if { (ac_try="$ac_compile"
20876 case "(($ac_try" in
20877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 *) ac_try_echo=$ac_try;;
20879 esac
20880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20881 $as_echo "$ac_try_echo") >&5
20882 (eval "$ac_compile") 2>conftest.er1
20883 ac_status=$?
20884 grep -v '^ *+' conftest.er1 >conftest.err
20885 rm -f conftest.er1
20886 cat conftest.err >&5
20887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888 (exit $ac_status); } && {
20889 test -z "$ac_c_werror_flag" ||
20890 test ! -s conftest.err
20891 } && test -s conftest.$ac_objext; then
20892 ac_cv_member_struct_statfs_f_bfree=yes
20893 else
20894 $as_echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.$ac_ext >&5
20897 cat >conftest.$ac_ext <<_ACEOF
20898 /* confdefs.h. */
20899 _ACEOF
20900 cat confdefs.h >>conftest.$ac_ext
20901 cat >>conftest.$ac_ext <<_ACEOF
20902 /* end confdefs.h. */
20903 #include <sys/types.h>
20904 #ifdef HAVE_SYS_PARAM_H
20905 # include <sys/param.h>
20906 #endif
20907 #ifdef HAVE_SYS_MOUNT_H
20908 # include <sys/mount.h>
20909 #endif
20910 #ifdef HAVE_SYS_VFS_H
20911 # include <sys/vfs.h>
20912 #endif
20913 #ifdef HAVE_SYS_STATFS_H
20914 # include <sys/statfs.h>
20915 #endif
20918 main ()
20920 static struct statfs ac_aggr;
20921 if (sizeof ac_aggr.f_bfree)
20922 return 0;
20924 return 0;
20926 _ACEOF
20927 rm -f conftest.$ac_objext
20928 if { (ac_try="$ac_compile"
20929 case "(($ac_try" in
20930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20931 *) ac_try_echo=$ac_try;;
20932 esac
20933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20934 $as_echo "$ac_try_echo") >&5
20935 (eval "$ac_compile") 2>conftest.er1
20936 ac_status=$?
20937 grep -v '^ *+' conftest.er1 >conftest.err
20938 rm -f conftest.er1
20939 cat conftest.err >&5
20940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20941 (exit $ac_status); } && {
20942 test -z "$ac_c_werror_flag" ||
20943 test ! -s conftest.err
20944 } && test -s conftest.$ac_objext; then
20945 ac_cv_member_struct_statfs_f_bfree=yes
20946 else
20947 $as_echo "$as_me: failed program was:" >&5
20948 sed 's/^/| /' conftest.$ac_ext >&5
20950 ac_cv_member_struct_statfs_f_bfree=no
20953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20958 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20959 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20960 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20962 cat >>confdefs.h <<_ACEOF
20963 #define HAVE_STRUCT_STATFS_F_BFREE 1
20964 _ACEOF
20968 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20969 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20970 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20971 $as_echo_n "(cached) " >&6
20972 else
20973 cat >conftest.$ac_ext <<_ACEOF
20974 /* confdefs.h. */
20975 _ACEOF
20976 cat confdefs.h >>conftest.$ac_ext
20977 cat >>conftest.$ac_ext <<_ACEOF
20978 /* end confdefs.h. */
20979 #include <sys/types.h>
20980 #ifdef HAVE_SYS_PARAM_H
20981 # include <sys/param.h>
20982 #endif
20983 #ifdef HAVE_SYS_MOUNT_H
20984 # include <sys/mount.h>
20985 #endif
20986 #ifdef HAVE_SYS_VFS_H
20987 # include <sys/vfs.h>
20988 #endif
20989 #ifdef HAVE_SYS_STATFS_H
20990 # include <sys/statfs.h>
20991 #endif
20994 main ()
20996 static struct statfs ac_aggr;
20997 if (ac_aggr.f_bavail)
20998 return 0;
21000 return 0;
21002 _ACEOF
21003 rm -f conftest.$ac_objext
21004 if { (ac_try="$ac_compile"
21005 case "(($ac_try" in
21006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21007 *) ac_try_echo=$ac_try;;
21008 esac
21009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21010 $as_echo "$ac_try_echo") >&5
21011 (eval "$ac_compile") 2>conftest.er1
21012 ac_status=$?
21013 grep -v '^ *+' conftest.er1 >conftest.err
21014 rm -f conftest.er1
21015 cat conftest.err >&5
21016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21017 (exit $ac_status); } && {
21018 test -z "$ac_c_werror_flag" ||
21019 test ! -s conftest.err
21020 } && test -s conftest.$ac_objext; then
21021 ac_cv_member_struct_statfs_f_bavail=yes
21022 else
21023 $as_echo "$as_me: failed program was:" >&5
21024 sed 's/^/| /' conftest.$ac_ext >&5
21026 cat >conftest.$ac_ext <<_ACEOF
21027 /* confdefs.h. */
21028 _ACEOF
21029 cat confdefs.h >>conftest.$ac_ext
21030 cat >>conftest.$ac_ext <<_ACEOF
21031 /* end confdefs.h. */
21032 #include <sys/types.h>
21033 #ifdef HAVE_SYS_PARAM_H
21034 # include <sys/param.h>
21035 #endif
21036 #ifdef HAVE_SYS_MOUNT_H
21037 # include <sys/mount.h>
21038 #endif
21039 #ifdef HAVE_SYS_VFS_H
21040 # include <sys/vfs.h>
21041 #endif
21042 #ifdef HAVE_SYS_STATFS_H
21043 # include <sys/statfs.h>
21044 #endif
21047 main ()
21049 static struct statfs ac_aggr;
21050 if (sizeof ac_aggr.f_bavail)
21051 return 0;
21053 return 0;
21055 _ACEOF
21056 rm -f conftest.$ac_objext
21057 if { (ac_try="$ac_compile"
21058 case "(($ac_try" in
21059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21060 *) ac_try_echo=$ac_try;;
21061 esac
21062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21063 $as_echo "$ac_try_echo") >&5
21064 (eval "$ac_compile") 2>conftest.er1
21065 ac_status=$?
21066 grep -v '^ *+' conftest.er1 >conftest.err
21067 rm -f conftest.er1
21068 cat conftest.err >&5
21069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); } && {
21071 test -z "$ac_c_werror_flag" ||
21072 test ! -s conftest.err
21073 } && test -s conftest.$ac_objext; then
21074 ac_cv_member_struct_statfs_f_bavail=yes
21075 else
21076 $as_echo "$as_me: failed program was:" >&5
21077 sed 's/^/| /' conftest.$ac_ext >&5
21079 ac_cv_member_struct_statfs_f_bavail=no
21082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21087 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21088 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21089 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21091 cat >>confdefs.h <<_ACEOF
21092 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21093 _ACEOF
21097 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21098 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21099 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21100 $as_echo_n "(cached) " >&6
21101 else
21102 cat >conftest.$ac_ext <<_ACEOF
21103 /* confdefs.h. */
21104 _ACEOF
21105 cat confdefs.h >>conftest.$ac_ext
21106 cat >>conftest.$ac_ext <<_ACEOF
21107 /* end confdefs.h. */
21108 #include <sys/types.h>
21109 #ifdef HAVE_SYS_PARAM_H
21110 # include <sys/param.h>
21111 #endif
21112 #ifdef HAVE_SYS_MOUNT_H
21113 # include <sys/mount.h>
21114 #endif
21115 #ifdef HAVE_SYS_VFS_H
21116 # include <sys/vfs.h>
21117 #endif
21118 #ifdef HAVE_SYS_STATFS_H
21119 # include <sys/statfs.h>
21120 #endif
21123 main ()
21125 static struct statfs ac_aggr;
21126 if (ac_aggr.f_frsize)
21127 return 0;
21129 return 0;
21131 _ACEOF
21132 rm -f conftest.$ac_objext
21133 if { (ac_try="$ac_compile"
21134 case "(($ac_try" in
21135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21136 *) ac_try_echo=$ac_try;;
21137 esac
21138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21139 $as_echo "$ac_try_echo") >&5
21140 (eval "$ac_compile") 2>conftest.er1
21141 ac_status=$?
21142 grep -v '^ *+' conftest.er1 >conftest.err
21143 rm -f conftest.er1
21144 cat conftest.err >&5
21145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); } && {
21147 test -z "$ac_c_werror_flag" ||
21148 test ! -s conftest.err
21149 } && test -s conftest.$ac_objext; then
21150 ac_cv_member_struct_statfs_f_frsize=yes
21151 else
21152 $as_echo "$as_me: failed program was:" >&5
21153 sed 's/^/| /' conftest.$ac_ext >&5
21155 cat >conftest.$ac_ext <<_ACEOF
21156 /* confdefs.h. */
21157 _ACEOF
21158 cat confdefs.h >>conftest.$ac_ext
21159 cat >>conftest.$ac_ext <<_ACEOF
21160 /* end confdefs.h. */
21161 #include <sys/types.h>
21162 #ifdef HAVE_SYS_PARAM_H
21163 # include <sys/param.h>
21164 #endif
21165 #ifdef HAVE_SYS_MOUNT_H
21166 # include <sys/mount.h>
21167 #endif
21168 #ifdef HAVE_SYS_VFS_H
21169 # include <sys/vfs.h>
21170 #endif
21171 #ifdef HAVE_SYS_STATFS_H
21172 # include <sys/statfs.h>
21173 #endif
21176 main ()
21178 static struct statfs ac_aggr;
21179 if (sizeof ac_aggr.f_frsize)
21180 return 0;
21182 return 0;
21184 _ACEOF
21185 rm -f conftest.$ac_objext
21186 if { (ac_try="$ac_compile"
21187 case "(($ac_try" in
21188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21189 *) ac_try_echo=$ac_try;;
21190 esac
21191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21192 $as_echo "$ac_try_echo") >&5
21193 (eval "$ac_compile") 2>conftest.er1
21194 ac_status=$?
21195 grep -v '^ *+' conftest.er1 >conftest.err
21196 rm -f conftest.er1
21197 cat conftest.err >&5
21198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21199 (exit $ac_status); } && {
21200 test -z "$ac_c_werror_flag" ||
21201 test ! -s conftest.err
21202 } && test -s conftest.$ac_objext; then
21203 ac_cv_member_struct_statfs_f_frsize=yes
21204 else
21205 $as_echo "$as_me: failed program was:" >&5
21206 sed 's/^/| /' conftest.$ac_ext >&5
21208 ac_cv_member_struct_statfs_f_frsize=no
21211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21216 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21217 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21218 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21220 cat >>confdefs.h <<_ACEOF
21221 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21222 _ACEOF
21226 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21227 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21228 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21229 $as_echo_n "(cached) " >&6
21230 else
21231 cat >conftest.$ac_ext <<_ACEOF
21232 /* confdefs.h. */
21233 _ACEOF
21234 cat confdefs.h >>conftest.$ac_ext
21235 cat >>conftest.$ac_ext <<_ACEOF
21236 /* end confdefs.h. */
21237 #include <sys/types.h>
21238 #ifdef HAVE_SYS_PARAM_H
21239 # include <sys/param.h>
21240 #endif
21241 #ifdef HAVE_SYS_MOUNT_H
21242 # include <sys/mount.h>
21243 #endif
21244 #ifdef HAVE_SYS_VFS_H
21245 # include <sys/vfs.h>
21246 #endif
21247 #ifdef HAVE_SYS_STATFS_H
21248 # include <sys/statfs.h>
21249 #endif
21252 main ()
21254 static struct statfs ac_aggr;
21255 if (ac_aggr.f_ffree)
21256 return 0;
21258 return 0;
21260 _ACEOF
21261 rm -f conftest.$ac_objext
21262 if { (ac_try="$ac_compile"
21263 case "(($ac_try" in
21264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21265 *) ac_try_echo=$ac_try;;
21266 esac
21267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21268 $as_echo "$ac_try_echo") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21270 ac_status=$?
21271 grep -v '^ *+' conftest.er1 >conftest.err
21272 rm -f conftest.er1
21273 cat conftest.err >&5
21274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.$ac_objext; then
21279 ac_cv_member_struct_statfs_f_ffree=yes
21280 else
21281 $as_echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.$ac_ext >&5
21284 cat >conftest.$ac_ext <<_ACEOF
21285 /* confdefs.h. */
21286 _ACEOF
21287 cat confdefs.h >>conftest.$ac_ext
21288 cat >>conftest.$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 #include <sys/types.h>
21291 #ifdef HAVE_SYS_PARAM_H
21292 # include <sys/param.h>
21293 #endif
21294 #ifdef HAVE_SYS_MOUNT_H
21295 # include <sys/mount.h>
21296 #endif
21297 #ifdef HAVE_SYS_VFS_H
21298 # include <sys/vfs.h>
21299 #endif
21300 #ifdef HAVE_SYS_STATFS_H
21301 # include <sys/statfs.h>
21302 #endif
21305 main ()
21307 static struct statfs ac_aggr;
21308 if (sizeof ac_aggr.f_ffree)
21309 return 0;
21311 return 0;
21313 _ACEOF
21314 rm -f conftest.$ac_objext
21315 if { (ac_try="$ac_compile"
21316 case "(($ac_try" in
21317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21318 *) ac_try_echo=$ac_try;;
21319 esac
21320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21321 $as_echo "$ac_try_echo") >&5
21322 (eval "$ac_compile") 2>conftest.er1
21323 ac_status=$?
21324 grep -v '^ *+' conftest.er1 >conftest.err
21325 rm -f conftest.er1
21326 cat conftest.err >&5
21327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21328 (exit $ac_status); } && {
21329 test -z "$ac_c_werror_flag" ||
21330 test ! -s conftest.err
21331 } && test -s conftest.$ac_objext; then
21332 ac_cv_member_struct_statfs_f_ffree=yes
21333 else
21334 $as_echo "$as_me: failed program was:" >&5
21335 sed 's/^/| /' conftest.$ac_ext >&5
21337 ac_cv_member_struct_statfs_f_ffree=no
21340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21345 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21346 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21347 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21349 cat >>confdefs.h <<_ACEOF
21350 #define HAVE_STRUCT_STATFS_F_FFREE 1
21351 _ACEOF
21355 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21356 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21357 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21358 $as_echo_n "(cached) " >&6
21359 else
21360 cat >conftest.$ac_ext <<_ACEOF
21361 /* confdefs.h. */
21362 _ACEOF
21363 cat confdefs.h >>conftest.$ac_ext
21364 cat >>conftest.$ac_ext <<_ACEOF
21365 /* end confdefs.h. */
21366 #include <sys/types.h>
21367 #ifdef HAVE_SYS_PARAM_H
21368 # include <sys/param.h>
21369 #endif
21370 #ifdef HAVE_SYS_MOUNT_H
21371 # include <sys/mount.h>
21372 #endif
21373 #ifdef HAVE_SYS_VFS_H
21374 # include <sys/vfs.h>
21375 #endif
21376 #ifdef HAVE_SYS_STATFS_H
21377 # include <sys/statfs.h>
21378 #endif
21381 main ()
21383 static struct statfs ac_aggr;
21384 if (ac_aggr.f_favail)
21385 return 0;
21387 return 0;
21389 _ACEOF
21390 rm -f conftest.$ac_objext
21391 if { (ac_try="$ac_compile"
21392 case "(($ac_try" in
21393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21394 *) ac_try_echo=$ac_try;;
21395 esac
21396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21397 $as_echo "$ac_try_echo") >&5
21398 (eval "$ac_compile") 2>conftest.er1
21399 ac_status=$?
21400 grep -v '^ *+' conftest.er1 >conftest.err
21401 rm -f conftest.er1
21402 cat conftest.err >&5
21403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21404 (exit $ac_status); } && {
21405 test -z "$ac_c_werror_flag" ||
21406 test ! -s conftest.err
21407 } && test -s conftest.$ac_objext; then
21408 ac_cv_member_struct_statfs_f_favail=yes
21409 else
21410 $as_echo "$as_me: failed program was:" >&5
21411 sed 's/^/| /' conftest.$ac_ext >&5
21413 cat >conftest.$ac_ext <<_ACEOF
21414 /* confdefs.h. */
21415 _ACEOF
21416 cat confdefs.h >>conftest.$ac_ext
21417 cat >>conftest.$ac_ext <<_ACEOF
21418 /* end confdefs.h. */
21419 #include <sys/types.h>
21420 #ifdef HAVE_SYS_PARAM_H
21421 # include <sys/param.h>
21422 #endif
21423 #ifdef HAVE_SYS_MOUNT_H
21424 # include <sys/mount.h>
21425 #endif
21426 #ifdef HAVE_SYS_VFS_H
21427 # include <sys/vfs.h>
21428 #endif
21429 #ifdef HAVE_SYS_STATFS_H
21430 # include <sys/statfs.h>
21431 #endif
21434 main ()
21436 static struct statfs ac_aggr;
21437 if (sizeof ac_aggr.f_favail)
21438 return 0;
21440 return 0;
21442 _ACEOF
21443 rm -f conftest.$ac_objext
21444 if { (ac_try="$ac_compile"
21445 case "(($ac_try" in
21446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21447 *) ac_try_echo=$ac_try;;
21448 esac
21449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21450 $as_echo "$ac_try_echo") >&5
21451 (eval "$ac_compile") 2>conftest.er1
21452 ac_status=$?
21453 grep -v '^ *+' conftest.er1 >conftest.err
21454 rm -f conftest.er1
21455 cat conftest.err >&5
21456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); } && {
21458 test -z "$ac_c_werror_flag" ||
21459 test ! -s conftest.err
21460 } && test -s conftest.$ac_objext; then
21461 ac_cv_member_struct_statfs_f_favail=yes
21462 else
21463 $as_echo "$as_me: failed program was:" >&5
21464 sed 's/^/| /' conftest.$ac_ext >&5
21466 ac_cv_member_struct_statfs_f_favail=no
21469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21474 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21475 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21476 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21478 cat >>confdefs.h <<_ACEOF
21479 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21480 _ACEOF
21484 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21485 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21486 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21487 $as_echo_n "(cached) " >&6
21488 else
21489 cat >conftest.$ac_ext <<_ACEOF
21490 /* confdefs.h. */
21491 _ACEOF
21492 cat confdefs.h >>conftest.$ac_ext
21493 cat >>conftest.$ac_ext <<_ACEOF
21494 /* end confdefs.h. */
21495 #include <sys/types.h>
21496 #ifdef HAVE_SYS_PARAM_H
21497 # include <sys/param.h>
21498 #endif
21499 #ifdef HAVE_SYS_MOUNT_H
21500 # include <sys/mount.h>
21501 #endif
21502 #ifdef HAVE_SYS_VFS_H
21503 # include <sys/vfs.h>
21504 #endif
21505 #ifdef HAVE_SYS_STATFS_H
21506 # include <sys/statfs.h>
21507 #endif
21510 main ()
21512 static struct statfs ac_aggr;
21513 if (ac_aggr.f_namelen)
21514 return 0;
21516 return 0;
21518 _ACEOF
21519 rm -f conftest.$ac_objext
21520 if { (ac_try="$ac_compile"
21521 case "(($ac_try" in
21522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21523 *) ac_try_echo=$ac_try;;
21524 esac
21525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21526 $as_echo "$ac_try_echo") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21528 ac_status=$?
21529 grep -v '^ *+' conftest.er1 >conftest.err
21530 rm -f conftest.er1
21531 cat conftest.err >&5
21532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_statfs_f_namelen=yes
21538 else
21539 $as_echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 cat >conftest.$ac_ext <<_ACEOF
21543 /* confdefs.h. */
21544 _ACEOF
21545 cat confdefs.h >>conftest.$ac_ext
21546 cat >>conftest.$ac_ext <<_ACEOF
21547 /* end confdefs.h. */
21548 #include <sys/types.h>
21549 #ifdef HAVE_SYS_PARAM_H
21550 # include <sys/param.h>
21551 #endif
21552 #ifdef HAVE_SYS_MOUNT_H
21553 # include <sys/mount.h>
21554 #endif
21555 #ifdef HAVE_SYS_VFS_H
21556 # include <sys/vfs.h>
21557 #endif
21558 #ifdef HAVE_SYS_STATFS_H
21559 # include <sys/statfs.h>
21560 #endif
21563 main ()
21565 static struct statfs ac_aggr;
21566 if (sizeof ac_aggr.f_namelen)
21567 return 0;
21569 return 0;
21571 _ACEOF
21572 rm -f conftest.$ac_objext
21573 if { (ac_try="$ac_compile"
21574 case "(($ac_try" in
21575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21576 *) ac_try_echo=$ac_try;;
21577 esac
21578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21579 $as_echo "$ac_try_echo") >&5
21580 (eval "$ac_compile") 2>conftest.er1
21581 ac_status=$?
21582 grep -v '^ *+' conftest.er1 >conftest.err
21583 rm -f conftest.er1
21584 cat conftest.err >&5
21585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } && {
21587 test -z "$ac_c_werror_flag" ||
21588 test ! -s conftest.err
21589 } && test -s conftest.$ac_objext; then
21590 ac_cv_member_struct_statfs_f_namelen=yes
21591 else
21592 $as_echo "$as_me: failed program was:" >&5
21593 sed 's/^/| /' conftest.$ac_ext >&5
21595 ac_cv_member_struct_statfs_f_namelen=no
21598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21604 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21605 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21607 cat >>confdefs.h <<_ACEOF
21608 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21609 _ACEOF
21615 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21616 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21617 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21618 $as_echo_n "(cached) " >&6
21619 else
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 #ifdef HAVE_SYS_STATVFS_H
21627 #include <sys/statvfs.h>
21628 #endif
21631 main ()
21633 static struct statvfs ac_aggr;
21634 if (ac_aggr.f_blocks)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21647 $as_echo "$ac_try_echo") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_statvfs_f_blocks=yes
21659 else
21660 $as_echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 cat >conftest.$ac_ext <<_ACEOF
21664 /* confdefs.h. */
21665 _ACEOF
21666 cat confdefs.h >>conftest.$ac_ext
21667 cat >>conftest.$ac_ext <<_ACEOF
21668 /* end confdefs.h. */
21669 #ifdef HAVE_SYS_STATVFS_H
21670 #include <sys/statvfs.h>
21671 #endif
21674 main ()
21676 static struct statvfs ac_aggr;
21677 if (sizeof ac_aggr.f_blocks)
21678 return 0;
21680 return 0;
21682 _ACEOF
21683 rm -f conftest.$ac_objext
21684 if { (ac_try="$ac_compile"
21685 case "(($ac_try" in
21686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21687 *) ac_try_echo=$ac_try;;
21688 esac
21689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21690 $as_echo "$ac_try_echo") >&5
21691 (eval "$ac_compile") 2>conftest.er1
21692 ac_status=$?
21693 grep -v '^ *+' conftest.er1 >conftest.err
21694 rm -f conftest.er1
21695 cat conftest.err >&5
21696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697 (exit $ac_status); } && {
21698 test -z "$ac_c_werror_flag" ||
21699 test ! -s conftest.err
21700 } && test -s conftest.$ac_objext; then
21701 ac_cv_member_struct_statvfs_f_blocks=yes
21702 else
21703 $as_echo "$as_me: failed program was:" >&5
21704 sed 's/^/| /' conftest.$ac_ext >&5
21706 ac_cv_member_struct_statvfs_f_blocks=no
21709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21714 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21715 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21716 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21718 cat >>confdefs.h <<_ACEOF
21719 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21720 _ACEOF
21726 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21727 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21728 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21729 $as_echo_n "(cached) " >&6
21730 else
21731 cat >conftest.$ac_ext <<_ACEOF
21732 /* confdefs.h. */
21733 _ACEOF
21734 cat confdefs.h >>conftest.$ac_ext
21735 cat >>conftest.$ac_ext <<_ACEOF
21736 /* end confdefs.h. */
21737 #include <sys/types.h>
21738 #ifdef HAVE_SYS_SOCKET_H
21739 # include <sys/socket.h>
21740 #endif
21741 #ifdef HAVE_SYS_UN_H
21742 # include <sys/un.h>
21743 #endif
21746 main ()
21748 static struct msghdr ac_aggr;
21749 if (ac_aggr.msg_accrights)
21750 return 0;
21752 return 0;
21754 _ACEOF
21755 rm -f conftest.$ac_objext
21756 if { (ac_try="$ac_compile"
21757 case "(($ac_try" in
21758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21759 *) ac_try_echo=$ac_try;;
21760 esac
21761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21762 $as_echo "$ac_try_echo") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21764 ac_status=$?
21765 grep -v '^ *+' conftest.er1 >conftest.err
21766 rm -f conftest.er1
21767 cat conftest.err >&5
21768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_struct_msghdr_msg_accrights=yes
21774 else
21775 $as_echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 cat >conftest.$ac_ext <<_ACEOF
21779 /* confdefs.h. */
21780 _ACEOF
21781 cat confdefs.h >>conftest.$ac_ext
21782 cat >>conftest.$ac_ext <<_ACEOF
21783 /* end confdefs.h. */
21784 #include <sys/types.h>
21785 #ifdef HAVE_SYS_SOCKET_H
21786 # include <sys/socket.h>
21787 #endif
21788 #ifdef HAVE_SYS_UN_H
21789 # include <sys/un.h>
21790 #endif
21793 main ()
21795 static struct msghdr ac_aggr;
21796 if (sizeof ac_aggr.msg_accrights)
21797 return 0;
21799 return 0;
21801 _ACEOF
21802 rm -f conftest.$ac_objext
21803 if { (ac_try="$ac_compile"
21804 case "(($ac_try" in
21805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21806 *) ac_try_echo=$ac_try;;
21807 esac
21808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21809 $as_echo "$ac_try_echo") >&5
21810 (eval "$ac_compile") 2>conftest.er1
21811 ac_status=$?
21812 grep -v '^ *+' conftest.er1 >conftest.err
21813 rm -f conftest.er1
21814 cat conftest.err >&5
21815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21816 (exit $ac_status); } && {
21817 test -z "$ac_c_werror_flag" ||
21818 test ! -s conftest.err
21819 } && test -s conftest.$ac_objext; then
21820 ac_cv_member_struct_msghdr_msg_accrights=yes
21821 else
21822 $as_echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21825 ac_cv_member_struct_msghdr_msg_accrights=no
21828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21833 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21834 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21835 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21837 cat >>confdefs.h <<_ACEOF
21838 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21839 _ACEOF
21843 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21844 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21845 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21846 $as_echo_n "(cached) " >&6
21847 else
21848 cat >conftest.$ac_ext <<_ACEOF
21849 /* confdefs.h. */
21850 _ACEOF
21851 cat confdefs.h >>conftest.$ac_ext
21852 cat >>conftest.$ac_ext <<_ACEOF
21853 /* end confdefs.h. */
21854 #include <sys/types.h>
21855 #ifdef HAVE_SYS_SOCKET_H
21856 # include <sys/socket.h>
21857 #endif
21858 #ifdef HAVE_SYS_UN_H
21859 # include <sys/un.h>
21860 #endif
21863 main ()
21865 static struct sockaddr ac_aggr;
21866 if (ac_aggr.sa_len)
21867 return 0;
21869 return 0;
21871 _ACEOF
21872 rm -f conftest.$ac_objext
21873 if { (ac_try="$ac_compile"
21874 case "(($ac_try" in
21875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21876 *) ac_try_echo=$ac_try;;
21877 esac
21878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21879 $as_echo "$ac_try_echo") >&5
21880 (eval "$ac_compile") 2>conftest.er1
21881 ac_status=$?
21882 grep -v '^ *+' conftest.er1 >conftest.err
21883 rm -f conftest.er1
21884 cat conftest.err >&5
21885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21886 (exit $ac_status); } && {
21887 test -z "$ac_c_werror_flag" ||
21888 test ! -s conftest.err
21889 } && test -s conftest.$ac_objext; then
21890 ac_cv_member_struct_sockaddr_sa_len=yes
21891 else
21892 $as_echo "$as_me: failed program was:" >&5
21893 sed 's/^/| /' conftest.$ac_ext >&5
21895 cat >conftest.$ac_ext <<_ACEOF
21896 /* confdefs.h. */
21897 _ACEOF
21898 cat confdefs.h >>conftest.$ac_ext
21899 cat >>conftest.$ac_ext <<_ACEOF
21900 /* end confdefs.h. */
21901 #include <sys/types.h>
21902 #ifdef HAVE_SYS_SOCKET_H
21903 # include <sys/socket.h>
21904 #endif
21905 #ifdef HAVE_SYS_UN_H
21906 # include <sys/un.h>
21907 #endif
21910 main ()
21912 static struct sockaddr ac_aggr;
21913 if (sizeof ac_aggr.sa_len)
21914 return 0;
21916 return 0;
21918 _ACEOF
21919 rm -f conftest.$ac_objext
21920 if { (ac_try="$ac_compile"
21921 case "(($ac_try" in
21922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21923 *) ac_try_echo=$ac_try;;
21924 esac
21925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21926 $as_echo "$ac_try_echo") >&5
21927 (eval "$ac_compile") 2>conftest.er1
21928 ac_status=$?
21929 grep -v '^ *+' conftest.er1 >conftest.err
21930 rm -f conftest.er1
21931 cat conftest.err >&5
21932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21933 (exit $ac_status); } && {
21934 test -z "$ac_c_werror_flag" ||
21935 test ! -s conftest.err
21936 } && test -s conftest.$ac_objext; then
21937 ac_cv_member_struct_sockaddr_sa_len=yes
21938 else
21939 $as_echo "$as_me: failed program was:" >&5
21940 sed 's/^/| /' conftest.$ac_ext >&5
21942 ac_cv_member_struct_sockaddr_sa_len=no
21945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21950 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21951 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21952 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21954 cat >>confdefs.h <<_ACEOF
21955 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21956 _ACEOF
21960 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21961 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21962 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21963 $as_echo_n "(cached) " >&6
21964 else
21965 cat >conftest.$ac_ext <<_ACEOF
21966 /* confdefs.h. */
21967 _ACEOF
21968 cat confdefs.h >>conftest.$ac_ext
21969 cat >>conftest.$ac_ext <<_ACEOF
21970 /* end confdefs.h. */
21971 #include <sys/types.h>
21972 #ifdef HAVE_SYS_SOCKET_H
21973 # include <sys/socket.h>
21974 #endif
21975 #ifdef HAVE_SYS_UN_H
21976 # include <sys/un.h>
21977 #endif
21980 main ()
21982 static struct sockaddr_un ac_aggr;
21983 if (ac_aggr.sun_len)
21984 return 0;
21986 return 0;
21988 _ACEOF
21989 rm -f conftest.$ac_objext
21990 if { (ac_try="$ac_compile"
21991 case "(($ac_try" in
21992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21993 *) ac_try_echo=$ac_try;;
21994 esac
21995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21996 $as_echo "$ac_try_echo") >&5
21997 (eval "$ac_compile") 2>conftest.er1
21998 ac_status=$?
21999 grep -v '^ *+' conftest.er1 >conftest.err
22000 rm -f conftest.er1
22001 cat conftest.err >&5
22002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22003 (exit $ac_status); } && {
22004 test -z "$ac_c_werror_flag" ||
22005 test ! -s conftest.err
22006 } && test -s conftest.$ac_objext; then
22007 ac_cv_member_struct_sockaddr_un_sun_len=yes
22008 else
22009 $as_echo "$as_me: failed program was:" >&5
22010 sed 's/^/| /' conftest.$ac_ext >&5
22012 cat >conftest.$ac_ext <<_ACEOF
22013 /* confdefs.h. */
22014 _ACEOF
22015 cat confdefs.h >>conftest.$ac_ext
22016 cat >>conftest.$ac_ext <<_ACEOF
22017 /* end confdefs.h. */
22018 #include <sys/types.h>
22019 #ifdef HAVE_SYS_SOCKET_H
22020 # include <sys/socket.h>
22021 #endif
22022 #ifdef HAVE_SYS_UN_H
22023 # include <sys/un.h>
22024 #endif
22027 main ()
22029 static struct sockaddr_un ac_aggr;
22030 if (sizeof ac_aggr.sun_len)
22031 return 0;
22033 return 0;
22035 _ACEOF
22036 rm -f conftest.$ac_objext
22037 if { (ac_try="$ac_compile"
22038 case "(($ac_try" in
22039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22040 *) ac_try_echo=$ac_try;;
22041 esac
22042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22043 $as_echo "$ac_try_echo") >&5
22044 (eval "$ac_compile") 2>conftest.er1
22045 ac_status=$?
22046 grep -v '^ *+' conftest.er1 >conftest.err
22047 rm -f conftest.er1
22048 cat conftest.err >&5
22049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22050 (exit $ac_status); } && {
22051 test -z "$ac_c_werror_flag" ||
22052 test ! -s conftest.err
22053 } && test -s conftest.$ac_objext; then
22054 ac_cv_member_struct_sockaddr_un_sun_len=yes
22055 else
22056 $as_echo "$as_me: failed program was:" >&5
22057 sed 's/^/| /' conftest.$ac_ext >&5
22059 ac_cv_member_struct_sockaddr_un_sun_len=no
22062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22067 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22068 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22069 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22071 cat >>confdefs.h <<_ACEOF
22072 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22073 _ACEOF
22079 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22080 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22081 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22082 $as_echo_n "(cached) " >&6
22083 else
22084 cat >conftest.$ac_ext <<_ACEOF
22085 /* confdefs.h. */
22086 _ACEOF
22087 cat confdefs.h >>conftest.$ac_ext
22088 cat >>conftest.$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 #include <sys/types.h>
22091 #ifdef HAVE_SCSI_SG_H
22092 #include <scsi/sg.h>
22093 #endif
22096 main ()
22098 static scsireq_t ac_aggr;
22099 if (ac_aggr.cmd)
22100 return 0;
22102 return 0;
22104 _ACEOF
22105 rm -f conftest.$ac_objext
22106 if { (ac_try="$ac_compile"
22107 case "(($ac_try" in
22108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22109 *) ac_try_echo=$ac_try;;
22110 esac
22111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22112 $as_echo "$ac_try_echo") >&5
22113 (eval "$ac_compile") 2>conftest.er1
22114 ac_status=$?
22115 grep -v '^ *+' conftest.er1 >conftest.err
22116 rm -f conftest.er1
22117 cat conftest.err >&5
22118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22119 (exit $ac_status); } && {
22120 test -z "$ac_c_werror_flag" ||
22121 test ! -s conftest.err
22122 } && test -s conftest.$ac_objext; then
22123 ac_cv_member_scsireq_t_cmd=yes
22124 else
22125 $as_echo "$as_me: failed program was:" >&5
22126 sed 's/^/| /' conftest.$ac_ext >&5
22128 cat >conftest.$ac_ext <<_ACEOF
22129 /* confdefs.h. */
22130 _ACEOF
22131 cat confdefs.h >>conftest.$ac_ext
22132 cat >>conftest.$ac_ext <<_ACEOF
22133 /* end confdefs.h. */
22134 #include <sys/types.h>
22135 #ifdef HAVE_SCSI_SG_H
22136 #include <scsi/sg.h>
22137 #endif
22140 main ()
22142 static scsireq_t ac_aggr;
22143 if (sizeof ac_aggr.cmd)
22144 return 0;
22146 return 0;
22148 _ACEOF
22149 rm -f conftest.$ac_objext
22150 if { (ac_try="$ac_compile"
22151 case "(($ac_try" in
22152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22153 *) ac_try_echo=$ac_try;;
22154 esac
22155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22156 $as_echo "$ac_try_echo") >&5
22157 (eval "$ac_compile") 2>conftest.er1
22158 ac_status=$?
22159 grep -v '^ *+' conftest.er1 >conftest.err
22160 rm -f conftest.er1
22161 cat conftest.err >&5
22162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22163 (exit $ac_status); } && {
22164 test -z "$ac_c_werror_flag" ||
22165 test ! -s conftest.err
22166 } && test -s conftest.$ac_objext; then
22167 ac_cv_member_scsireq_t_cmd=yes
22168 else
22169 $as_echo "$as_me: failed program was:" >&5
22170 sed 's/^/| /' conftest.$ac_ext >&5
22172 ac_cv_member_scsireq_t_cmd=no
22175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22180 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22181 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22182 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22184 cat >>confdefs.h <<_ACEOF
22185 #define HAVE_SCSIREQ_T_CMD 1
22186 _ACEOF
22190 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22191 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22192 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22193 $as_echo_n "(cached) " >&6
22194 else
22195 cat >conftest.$ac_ext <<_ACEOF
22196 /* confdefs.h. */
22197 _ACEOF
22198 cat confdefs.h >>conftest.$ac_ext
22199 cat >>conftest.$ac_ext <<_ACEOF
22200 /* end confdefs.h. */
22201 #include <sys/types.h>
22202 #ifdef HAVE_SCSI_SG_H
22203 #include <scsi/sg.h>
22204 #endif
22207 main ()
22209 static sg_io_hdr_t ac_aggr;
22210 if (ac_aggr.interface_id)
22211 return 0;
22213 return 0;
22215 _ACEOF
22216 rm -f conftest.$ac_objext
22217 if { (ac_try="$ac_compile"
22218 case "(($ac_try" in
22219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22220 *) ac_try_echo=$ac_try;;
22221 esac
22222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22223 $as_echo "$ac_try_echo") >&5
22224 (eval "$ac_compile") 2>conftest.er1
22225 ac_status=$?
22226 grep -v '^ *+' conftest.er1 >conftest.err
22227 rm -f conftest.er1
22228 cat conftest.err >&5
22229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22230 (exit $ac_status); } && {
22231 test -z "$ac_c_werror_flag" ||
22232 test ! -s conftest.err
22233 } && test -s conftest.$ac_objext; then
22234 ac_cv_member_sg_io_hdr_t_interface_id=yes
22235 else
22236 $as_echo "$as_me: failed program was:" >&5
22237 sed 's/^/| /' conftest.$ac_ext >&5
22239 cat >conftest.$ac_ext <<_ACEOF
22240 /* confdefs.h. */
22241 _ACEOF
22242 cat confdefs.h >>conftest.$ac_ext
22243 cat >>conftest.$ac_ext <<_ACEOF
22244 /* end confdefs.h. */
22245 #include <sys/types.h>
22246 #ifdef HAVE_SCSI_SG_H
22247 #include <scsi/sg.h>
22248 #endif
22251 main ()
22253 static sg_io_hdr_t ac_aggr;
22254 if (sizeof ac_aggr.interface_id)
22255 return 0;
22257 return 0;
22259 _ACEOF
22260 rm -f conftest.$ac_objext
22261 if { (ac_try="$ac_compile"
22262 case "(($ac_try" in
22263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22264 *) ac_try_echo=$ac_try;;
22265 esac
22266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22267 $as_echo "$ac_try_echo") >&5
22268 (eval "$ac_compile") 2>conftest.er1
22269 ac_status=$?
22270 grep -v '^ *+' conftest.er1 >conftest.err
22271 rm -f conftest.er1
22272 cat conftest.err >&5
22273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22274 (exit $ac_status); } && {
22275 test -z "$ac_c_werror_flag" ||
22276 test ! -s conftest.err
22277 } && test -s conftest.$ac_objext; then
22278 ac_cv_member_sg_io_hdr_t_interface_id=yes
22279 else
22280 $as_echo "$as_me: failed program was:" >&5
22281 sed 's/^/| /' conftest.$ac_ext >&5
22283 ac_cv_member_sg_io_hdr_t_interface_id=no
22286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22291 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22292 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22293 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22295 cat >>confdefs.h <<_ACEOF
22296 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22297 _ACEOF
22303 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22304 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22305 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22306 $as_echo_n "(cached) " >&6
22307 else
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 (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 cat >conftest.$ac_ext <<_ACEOF
22350 /* confdefs.h. */
22351 _ACEOF
22352 cat confdefs.h >>conftest.$ac_ext
22353 cat >>conftest.$ac_ext <<_ACEOF
22354 /* end confdefs.h. */
22355 #include <signal.h>
22358 main ()
22360 static siginfo_t ac_aggr;
22361 if (sizeof ac_aggr.si_fd)
22362 return 0;
22364 return 0;
22366 _ACEOF
22367 rm -f conftest.$ac_objext
22368 if { (ac_try="$ac_compile"
22369 case "(($ac_try" in
22370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22371 *) ac_try_echo=$ac_try;;
22372 esac
22373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22374 $as_echo "$ac_try_echo") >&5
22375 (eval "$ac_compile") 2>conftest.er1
22376 ac_status=$?
22377 grep -v '^ *+' conftest.er1 >conftest.err
22378 rm -f conftest.er1
22379 cat conftest.err >&5
22380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22381 (exit $ac_status); } && {
22382 test -z "$ac_c_werror_flag" ||
22383 test ! -s conftest.err
22384 } && test -s conftest.$ac_objext; then
22385 ac_cv_member_siginfo_t_si_fd=yes
22386 else
22387 $as_echo "$as_me: failed program was:" >&5
22388 sed 's/^/| /' conftest.$ac_ext >&5
22390 ac_cv_member_siginfo_t_si_fd=no
22393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22398 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22399 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22400 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22402 cat >>confdefs.h <<_ACEOF
22403 #define HAVE_SIGINFO_T_SI_FD 1
22404 _ACEOF
22410 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22411 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22412 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22413 $as_echo_n "(cached) " >&6
22414 else
22415 cat >conftest.$ac_ext <<_ACEOF
22416 /* confdefs.h. */
22417 _ACEOF
22418 cat confdefs.h >>conftest.$ac_ext
22419 cat >>conftest.$ac_ext <<_ACEOF
22420 /* end confdefs.h. */
22421 #include <sys/types.h>
22422 #ifdef HAVE_SYS_MTIO_H
22423 #include <sys/mtio.h>
22424 #endif
22427 main ()
22429 static struct mtget ac_aggr;
22430 if (ac_aggr.mt_blksiz)
22431 return 0;
22433 return 0;
22435 _ACEOF
22436 rm -f conftest.$ac_objext
22437 if { (ac_try="$ac_compile"
22438 case "(($ac_try" in
22439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22440 *) ac_try_echo=$ac_try;;
22441 esac
22442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22443 $as_echo "$ac_try_echo") >&5
22444 (eval "$ac_compile") 2>conftest.er1
22445 ac_status=$?
22446 grep -v '^ *+' conftest.er1 >conftest.err
22447 rm -f conftest.er1
22448 cat conftest.err >&5
22449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); } && {
22451 test -z "$ac_c_werror_flag" ||
22452 test ! -s conftest.err
22453 } && test -s conftest.$ac_objext; then
22454 ac_cv_member_struct_mtget_mt_blksiz=yes
22455 else
22456 $as_echo "$as_me: failed program was:" >&5
22457 sed 's/^/| /' conftest.$ac_ext >&5
22459 cat >conftest.$ac_ext <<_ACEOF
22460 /* confdefs.h. */
22461 _ACEOF
22462 cat confdefs.h >>conftest.$ac_ext
22463 cat >>conftest.$ac_ext <<_ACEOF
22464 /* end confdefs.h. */
22465 #include <sys/types.h>
22466 #ifdef HAVE_SYS_MTIO_H
22467 #include <sys/mtio.h>
22468 #endif
22471 main ()
22473 static struct mtget ac_aggr;
22474 if (sizeof ac_aggr.mt_blksiz)
22475 return 0;
22477 return 0;
22479 _ACEOF
22480 rm -f conftest.$ac_objext
22481 if { (ac_try="$ac_compile"
22482 case "(($ac_try" in
22483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22484 *) ac_try_echo=$ac_try;;
22485 esac
22486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22487 $as_echo "$ac_try_echo") >&5
22488 (eval "$ac_compile") 2>conftest.er1
22489 ac_status=$?
22490 grep -v '^ *+' conftest.er1 >conftest.err
22491 rm -f conftest.er1
22492 cat conftest.err >&5
22493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22494 (exit $ac_status); } && {
22495 test -z "$ac_c_werror_flag" ||
22496 test ! -s conftest.err
22497 } && test -s conftest.$ac_objext; then
22498 ac_cv_member_struct_mtget_mt_blksiz=yes
22499 else
22500 $as_echo "$as_me: failed program was:" >&5
22501 sed 's/^/| /' conftest.$ac_ext >&5
22503 ac_cv_member_struct_mtget_mt_blksiz=no
22506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22511 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22512 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22513 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22515 cat >>confdefs.h <<_ACEOF
22516 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22517 _ACEOF
22521 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22522 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22523 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22524 $as_echo_n "(cached) " >&6
22525 else
22526 cat >conftest.$ac_ext <<_ACEOF
22527 /* confdefs.h. */
22528 _ACEOF
22529 cat confdefs.h >>conftest.$ac_ext
22530 cat >>conftest.$ac_ext <<_ACEOF
22531 /* end confdefs.h. */
22532 #include <sys/types.h>
22533 #ifdef HAVE_SYS_MTIO_H
22534 #include <sys/mtio.h>
22535 #endif
22538 main ()
22540 static struct mtget ac_aggr;
22541 if (ac_aggr.mt_gstat)
22542 return 0;
22544 return 0;
22546 _ACEOF
22547 rm -f conftest.$ac_objext
22548 if { (ac_try="$ac_compile"
22549 case "(($ac_try" in
22550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22551 *) ac_try_echo=$ac_try;;
22552 esac
22553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22554 $as_echo "$ac_try_echo") >&5
22555 (eval "$ac_compile") 2>conftest.er1
22556 ac_status=$?
22557 grep -v '^ *+' conftest.er1 >conftest.err
22558 rm -f conftest.er1
22559 cat conftest.err >&5
22560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22561 (exit $ac_status); } && {
22562 test -z "$ac_c_werror_flag" ||
22563 test ! -s conftest.err
22564 } && test -s conftest.$ac_objext; then
22565 ac_cv_member_struct_mtget_mt_gstat=yes
22566 else
22567 $as_echo "$as_me: failed program was:" >&5
22568 sed 's/^/| /' conftest.$ac_ext >&5
22570 cat >conftest.$ac_ext <<_ACEOF
22571 /* confdefs.h. */
22572 _ACEOF
22573 cat confdefs.h >>conftest.$ac_ext
22574 cat >>conftest.$ac_ext <<_ACEOF
22575 /* end confdefs.h. */
22576 #include <sys/types.h>
22577 #ifdef HAVE_SYS_MTIO_H
22578 #include <sys/mtio.h>
22579 #endif
22582 main ()
22584 static struct mtget ac_aggr;
22585 if (sizeof ac_aggr.mt_gstat)
22586 return 0;
22588 return 0;
22590 _ACEOF
22591 rm -f conftest.$ac_objext
22592 if { (ac_try="$ac_compile"
22593 case "(($ac_try" in
22594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22595 *) ac_try_echo=$ac_try;;
22596 esac
22597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22598 $as_echo "$ac_try_echo") >&5
22599 (eval "$ac_compile") 2>conftest.er1
22600 ac_status=$?
22601 grep -v '^ *+' conftest.er1 >conftest.err
22602 rm -f conftest.er1
22603 cat conftest.err >&5
22604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22605 (exit $ac_status); } && {
22606 test -z "$ac_c_werror_flag" ||
22607 test ! -s conftest.err
22608 } && test -s conftest.$ac_objext; then
22609 ac_cv_member_struct_mtget_mt_gstat=yes
22610 else
22611 $as_echo "$as_me: failed program was:" >&5
22612 sed 's/^/| /' conftest.$ac_ext >&5
22614 ac_cv_member_struct_mtget_mt_gstat=no
22617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22622 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22623 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22624 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22626 cat >>confdefs.h <<_ACEOF
22627 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22628 _ACEOF
22632 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22633 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22634 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22635 $as_echo_n "(cached) " >&6
22636 else
22637 cat >conftest.$ac_ext <<_ACEOF
22638 /* confdefs.h. */
22639 _ACEOF
22640 cat confdefs.h >>conftest.$ac_ext
22641 cat >>conftest.$ac_ext <<_ACEOF
22642 /* end confdefs.h. */
22643 #include <sys/types.h>
22644 #ifdef HAVE_SYS_MTIO_H
22645 #include <sys/mtio.h>
22646 #endif
22649 main ()
22651 static struct mtget ac_aggr;
22652 if (ac_aggr.mt_blkno)
22653 return 0;
22655 return 0;
22657 _ACEOF
22658 rm -f conftest.$ac_objext
22659 if { (ac_try="$ac_compile"
22660 case "(($ac_try" in
22661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22662 *) ac_try_echo=$ac_try;;
22663 esac
22664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22665 $as_echo "$ac_try_echo") >&5
22666 (eval "$ac_compile") 2>conftest.er1
22667 ac_status=$?
22668 grep -v '^ *+' conftest.er1 >conftest.err
22669 rm -f conftest.er1
22670 cat conftest.err >&5
22671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22672 (exit $ac_status); } && {
22673 test -z "$ac_c_werror_flag" ||
22674 test ! -s conftest.err
22675 } && test -s conftest.$ac_objext; then
22676 ac_cv_member_struct_mtget_mt_blkno=yes
22677 else
22678 $as_echo "$as_me: failed program was:" >&5
22679 sed 's/^/| /' conftest.$ac_ext >&5
22681 cat >conftest.$ac_ext <<_ACEOF
22682 /* confdefs.h. */
22683 _ACEOF
22684 cat confdefs.h >>conftest.$ac_ext
22685 cat >>conftest.$ac_ext <<_ACEOF
22686 /* end confdefs.h. */
22687 #include <sys/types.h>
22688 #ifdef HAVE_SYS_MTIO_H
22689 #include <sys/mtio.h>
22690 #endif
22693 main ()
22695 static struct mtget ac_aggr;
22696 if (sizeof ac_aggr.mt_blkno)
22697 return 0;
22699 return 0;
22701 _ACEOF
22702 rm -f conftest.$ac_objext
22703 if { (ac_try="$ac_compile"
22704 case "(($ac_try" in
22705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22706 *) ac_try_echo=$ac_try;;
22707 esac
22708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22709 $as_echo "$ac_try_echo") >&5
22710 (eval "$ac_compile") 2>conftest.er1
22711 ac_status=$?
22712 grep -v '^ *+' conftest.er1 >conftest.err
22713 rm -f conftest.er1
22714 cat conftest.err >&5
22715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22716 (exit $ac_status); } && {
22717 test -z "$ac_c_werror_flag" ||
22718 test ! -s conftest.err
22719 } && test -s conftest.$ac_objext; then
22720 ac_cv_member_struct_mtget_mt_blkno=yes
22721 else
22722 $as_echo "$as_me: failed program was:" >&5
22723 sed 's/^/| /' conftest.$ac_ext >&5
22725 ac_cv_member_struct_mtget_mt_blkno=no
22728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22733 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22734 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22735 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22737 cat >>confdefs.h <<_ACEOF
22738 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22739 _ACEOF
22745 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22746 $as_echo_n "checking for struct option.name... " >&6; }
22747 if test "${ac_cv_member_struct_option_name+set}" = set; then
22748 $as_echo_n "(cached) " >&6
22749 else
22750 cat >conftest.$ac_ext <<_ACEOF
22751 /* confdefs.h. */
22752 _ACEOF
22753 cat confdefs.h >>conftest.$ac_ext
22754 cat >>conftest.$ac_ext <<_ACEOF
22755 /* end confdefs.h. */
22756 #ifdef HAVE_GETOPT_H
22757 #include <getopt.h>
22758 #endif
22761 main ()
22763 static struct option ac_aggr;
22764 if (ac_aggr.name)
22765 return 0;
22767 return 0;
22769 _ACEOF
22770 rm -f conftest.$ac_objext
22771 if { (ac_try="$ac_compile"
22772 case "(($ac_try" in
22773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22774 *) ac_try_echo=$ac_try;;
22775 esac
22776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22777 $as_echo "$ac_try_echo") >&5
22778 (eval "$ac_compile") 2>conftest.er1
22779 ac_status=$?
22780 grep -v '^ *+' conftest.er1 >conftest.err
22781 rm -f conftest.er1
22782 cat conftest.err >&5
22783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } && {
22785 test -z "$ac_c_werror_flag" ||
22786 test ! -s conftest.err
22787 } && test -s conftest.$ac_objext; then
22788 ac_cv_member_struct_option_name=yes
22789 else
22790 $as_echo "$as_me: failed program was:" >&5
22791 sed 's/^/| /' conftest.$ac_ext >&5
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 #ifdef HAVE_GETOPT_H
22800 #include <getopt.h>
22801 #endif
22804 main ()
22806 static struct option ac_aggr;
22807 if (sizeof ac_aggr.name)
22808 return 0;
22810 return 0;
22812 _ACEOF
22813 rm -f conftest.$ac_objext
22814 if { (ac_try="$ac_compile"
22815 case "(($ac_try" in
22816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22817 *) ac_try_echo=$ac_try;;
22818 esac
22819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22820 $as_echo "$ac_try_echo") >&5
22821 (eval "$ac_compile") 2>conftest.er1
22822 ac_status=$?
22823 grep -v '^ *+' conftest.er1 >conftest.err
22824 rm -f conftest.er1
22825 cat conftest.err >&5
22826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); } && {
22828 test -z "$ac_c_werror_flag" ||
22829 test ! -s conftest.err
22830 } && test -s conftest.$ac_objext; then
22831 ac_cv_member_struct_option_name=yes
22832 else
22833 $as_echo "$as_me: failed program was:" >&5
22834 sed 's/^/| /' conftest.$ac_ext >&5
22836 ac_cv_member_struct_option_name=no
22839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22844 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22845 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22846 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22848 cat >>confdefs.h <<_ACEOF
22849 #define HAVE_STRUCT_OPTION_NAME 1
22850 _ACEOF
22856 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22857 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22858 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22859 $as_echo_n "(cached) " >&6
22860 else
22861 cat >conftest.$ac_ext <<_ACEOF
22862 /* confdefs.h. */
22863 _ACEOF
22864 cat confdefs.h >>conftest.$ac_ext
22865 cat >>conftest.$ac_ext <<_ACEOF
22866 /* end confdefs.h. */
22867 $ac_includes_default
22869 main ()
22871 static struct stat ac_aggr;
22872 if (ac_aggr.st_blocks)
22873 return 0;
22875 return 0;
22877 _ACEOF
22878 rm -f conftest.$ac_objext
22879 if { (ac_try="$ac_compile"
22880 case "(($ac_try" in
22881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22882 *) ac_try_echo=$ac_try;;
22883 esac
22884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22885 $as_echo "$ac_try_echo") >&5
22886 (eval "$ac_compile") 2>conftest.er1
22887 ac_status=$?
22888 grep -v '^ *+' conftest.er1 >conftest.err
22889 rm -f conftest.er1
22890 cat conftest.err >&5
22891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22892 (exit $ac_status); } && {
22893 test -z "$ac_c_werror_flag" ||
22894 test ! -s conftest.err
22895 } && test -s conftest.$ac_objext; then
22896 ac_cv_member_struct_stat_st_blocks=yes
22897 else
22898 $as_echo "$as_me: failed program was:" >&5
22899 sed 's/^/| /' conftest.$ac_ext >&5
22901 cat >conftest.$ac_ext <<_ACEOF
22902 /* confdefs.h. */
22903 _ACEOF
22904 cat confdefs.h >>conftest.$ac_ext
22905 cat >>conftest.$ac_ext <<_ACEOF
22906 /* end confdefs.h. */
22907 $ac_includes_default
22909 main ()
22911 static struct stat ac_aggr;
22912 if (sizeof ac_aggr.st_blocks)
22913 return 0;
22915 return 0;
22917 _ACEOF
22918 rm -f conftest.$ac_objext
22919 if { (ac_try="$ac_compile"
22920 case "(($ac_try" in
22921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22922 *) ac_try_echo=$ac_try;;
22923 esac
22924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22925 $as_echo "$ac_try_echo") >&5
22926 (eval "$ac_compile") 2>conftest.er1
22927 ac_status=$?
22928 grep -v '^ *+' conftest.er1 >conftest.err
22929 rm -f conftest.er1
22930 cat conftest.err >&5
22931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); } && {
22933 test -z "$ac_c_werror_flag" ||
22934 test ! -s conftest.err
22935 } && test -s conftest.$ac_objext; then
22936 ac_cv_member_struct_stat_st_blocks=yes
22937 else
22938 $as_echo "$as_me: failed program was:" >&5
22939 sed 's/^/| /' conftest.$ac_ext >&5
22941 ac_cv_member_struct_stat_st_blocks=no
22944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22949 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22950 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22951 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22953 cat >>confdefs.h <<_ACEOF
22954 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22955 _ACEOF
22959 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22960 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22961 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22962 $as_echo_n "(cached) " >&6
22963 else
22964 cat >conftest.$ac_ext <<_ACEOF
22965 /* confdefs.h. */
22966 _ACEOF
22967 cat confdefs.h >>conftest.$ac_ext
22968 cat >>conftest.$ac_ext <<_ACEOF
22969 /* end confdefs.h. */
22970 $ac_includes_default
22972 main ()
22974 static struct stat ac_aggr;
22975 if (ac_aggr.st_mtim)
22976 return 0;
22978 return 0;
22980 _ACEOF
22981 rm -f conftest.$ac_objext
22982 if { (ac_try="$ac_compile"
22983 case "(($ac_try" in
22984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22985 *) ac_try_echo=$ac_try;;
22986 esac
22987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22988 $as_echo "$ac_try_echo") >&5
22989 (eval "$ac_compile") 2>conftest.er1
22990 ac_status=$?
22991 grep -v '^ *+' conftest.er1 >conftest.err
22992 rm -f conftest.er1
22993 cat conftest.err >&5
22994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22995 (exit $ac_status); } && {
22996 test -z "$ac_c_werror_flag" ||
22997 test ! -s conftest.err
22998 } && test -s conftest.$ac_objext; then
22999 ac_cv_member_struct_stat_st_mtim=yes
23000 else
23001 $as_echo "$as_me: failed program was:" >&5
23002 sed 's/^/| /' conftest.$ac_ext >&5
23004 cat >conftest.$ac_ext <<_ACEOF
23005 /* confdefs.h. */
23006 _ACEOF
23007 cat confdefs.h >>conftest.$ac_ext
23008 cat >>conftest.$ac_ext <<_ACEOF
23009 /* end confdefs.h. */
23010 $ac_includes_default
23012 main ()
23014 static struct stat ac_aggr;
23015 if (sizeof ac_aggr.st_mtim)
23016 return 0;
23018 return 0;
23020 _ACEOF
23021 rm -f conftest.$ac_objext
23022 if { (ac_try="$ac_compile"
23023 case "(($ac_try" in
23024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23025 *) ac_try_echo=$ac_try;;
23026 esac
23027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23028 $as_echo "$ac_try_echo") >&5
23029 (eval "$ac_compile") 2>conftest.er1
23030 ac_status=$?
23031 grep -v '^ *+' conftest.er1 >conftest.err
23032 rm -f conftest.er1
23033 cat conftest.err >&5
23034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23035 (exit $ac_status); } && {
23036 test -z "$ac_c_werror_flag" ||
23037 test ! -s conftest.err
23038 } && test -s conftest.$ac_objext; then
23039 ac_cv_member_struct_stat_st_mtim=yes
23040 else
23041 $as_echo "$as_me: failed program was:" >&5
23042 sed 's/^/| /' conftest.$ac_ext >&5
23044 ac_cv_member_struct_stat_st_mtim=no
23047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23052 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23053 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23054 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23056 cat >>confdefs.h <<_ACEOF
23057 #define HAVE_STRUCT_STAT_ST_MTIM 1
23058 _ACEOF
23062 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23063 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23064 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23065 $as_echo_n "(cached) " >&6
23066 else
23067 cat >conftest.$ac_ext <<_ACEOF
23068 /* confdefs.h. */
23069 _ACEOF
23070 cat confdefs.h >>conftest.$ac_ext
23071 cat >>conftest.$ac_ext <<_ACEOF
23072 /* end confdefs.h. */
23073 $ac_includes_default
23075 main ()
23077 static struct stat ac_aggr;
23078 if (ac_aggr.st_ctim)
23079 return 0;
23081 return 0;
23083 _ACEOF
23084 rm -f conftest.$ac_objext
23085 if { (ac_try="$ac_compile"
23086 case "(($ac_try" in
23087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23088 *) ac_try_echo=$ac_try;;
23089 esac
23090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23091 $as_echo "$ac_try_echo") >&5
23092 (eval "$ac_compile") 2>conftest.er1
23093 ac_status=$?
23094 grep -v '^ *+' conftest.er1 >conftest.err
23095 rm -f conftest.er1
23096 cat conftest.err >&5
23097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23098 (exit $ac_status); } && {
23099 test -z "$ac_c_werror_flag" ||
23100 test ! -s conftest.err
23101 } && test -s conftest.$ac_objext; then
23102 ac_cv_member_struct_stat_st_ctim=yes
23103 else
23104 $as_echo "$as_me: failed program was:" >&5
23105 sed 's/^/| /' conftest.$ac_ext >&5
23107 cat >conftest.$ac_ext <<_ACEOF
23108 /* confdefs.h. */
23109 _ACEOF
23110 cat confdefs.h >>conftest.$ac_ext
23111 cat >>conftest.$ac_ext <<_ACEOF
23112 /* end confdefs.h. */
23113 $ac_includes_default
23115 main ()
23117 static struct stat ac_aggr;
23118 if (sizeof ac_aggr.st_ctim)
23119 return 0;
23121 return 0;
23123 _ACEOF
23124 rm -f conftest.$ac_objext
23125 if { (ac_try="$ac_compile"
23126 case "(($ac_try" in
23127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23128 *) ac_try_echo=$ac_try;;
23129 esac
23130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23131 $as_echo "$ac_try_echo") >&5
23132 (eval "$ac_compile") 2>conftest.er1
23133 ac_status=$?
23134 grep -v '^ *+' conftest.er1 >conftest.err
23135 rm -f conftest.er1
23136 cat conftest.err >&5
23137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23138 (exit $ac_status); } && {
23139 test -z "$ac_c_werror_flag" ||
23140 test ! -s conftest.err
23141 } && test -s conftest.$ac_objext; then
23142 ac_cv_member_struct_stat_st_ctim=yes
23143 else
23144 $as_echo "$as_me: failed program was:" >&5
23145 sed 's/^/| /' conftest.$ac_ext >&5
23147 ac_cv_member_struct_stat_st_ctim=no
23150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23155 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23156 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23157 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23159 cat >>confdefs.h <<_ACEOF
23160 #define HAVE_STRUCT_STAT_ST_CTIM 1
23161 _ACEOF
23165 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23166 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23167 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23168 $as_echo_n "(cached) " >&6
23169 else
23170 cat >conftest.$ac_ext <<_ACEOF
23171 /* confdefs.h. */
23172 _ACEOF
23173 cat confdefs.h >>conftest.$ac_ext
23174 cat >>conftest.$ac_ext <<_ACEOF
23175 /* end confdefs.h. */
23176 $ac_includes_default
23178 main ()
23180 static struct stat ac_aggr;
23181 if (ac_aggr.st_atim)
23182 return 0;
23184 return 0;
23186 _ACEOF
23187 rm -f conftest.$ac_objext
23188 if { (ac_try="$ac_compile"
23189 case "(($ac_try" in
23190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23191 *) ac_try_echo=$ac_try;;
23192 esac
23193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23194 $as_echo "$ac_try_echo") >&5
23195 (eval "$ac_compile") 2>conftest.er1
23196 ac_status=$?
23197 grep -v '^ *+' conftest.er1 >conftest.err
23198 rm -f conftest.er1
23199 cat conftest.err >&5
23200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23201 (exit $ac_status); } && {
23202 test -z "$ac_c_werror_flag" ||
23203 test ! -s conftest.err
23204 } && test -s conftest.$ac_objext; then
23205 ac_cv_member_struct_stat_st_atim=yes
23206 else
23207 $as_echo "$as_me: failed program was:" >&5
23208 sed 's/^/| /' conftest.$ac_ext >&5
23210 cat >conftest.$ac_ext <<_ACEOF
23211 /* confdefs.h. */
23212 _ACEOF
23213 cat confdefs.h >>conftest.$ac_ext
23214 cat >>conftest.$ac_ext <<_ACEOF
23215 /* end confdefs.h. */
23216 $ac_includes_default
23218 main ()
23220 static struct stat ac_aggr;
23221 if (sizeof ac_aggr.st_atim)
23222 return 0;
23224 return 0;
23226 _ACEOF
23227 rm -f conftest.$ac_objext
23228 if { (ac_try="$ac_compile"
23229 case "(($ac_try" in
23230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23231 *) ac_try_echo=$ac_try;;
23232 esac
23233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23234 $as_echo "$ac_try_echo") >&5
23235 (eval "$ac_compile") 2>conftest.er1
23236 ac_status=$?
23237 grep -v '^ *+' conftest.er1 >conftest.err
23238 rm -f conftest.er1
23239 cat conftest.err >&5
23240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23241 (exit $ac_status); } && {
23242 test -z "$ac_c_werror_flag" ||
23243 test ! -s conftest.err
23244 } && test -s conftest.$ac_objext; then
23245 ac_cv_member_struct_stat_st_atim=yes
23246 else
23247 $as_echo "$as_me: failed program was:" >&5
23248 sed 's/^/| /' conftest.$ac_ext >&5
23250 ac_cv_member_struct_stat_st_atim=no
23253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23258 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23259 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23260 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23262 cat >>confdefs.h <<_ACEOF
23263 #define HAVE_STRUCT_STAT_ST_ATIM 1
23264 _ACEOF
23270 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23271 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23272 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23273 $as_echo_n "(cached) " >&6
23274 else
23275 cat >conftest.$ac_ext <<_ACEOF
23276 /* confdefs.h. */
23277 _ACEOF
23278 cat confdefs.h >>conftest.$ac_ext
23279 cat >>conftest.$ac_ext <<_ACEOF
23280 /* end confdefs.h. */
23281 #ifdef HAVE_SYS_TYPES_H
23282 #include <sys/types.h>
23283 #endif
23284 #ifdef HAVE_NETINET_IN_H
23285 #include <netinet/in.h>
23286 #endif
23289 main ()
23291 static struct sockaddr_in6 ac_aggr;
23292 if (ac_aggr.sin6_scope_id)
23293 return 0;
23295 return 0;
23297 _ACEOF
23298 rm -f conftest.$ac_objext
23299 if { (ac_try="$ac_compile"
23300 case "(($ac_try" in
23301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23302 *) ac_try_echo=$ac_try;;
23303 esac
23304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23305 $as_echo "$ac_try_echo") >&5
23306 (eval "$ac_compile") 2>conftest.er1
23307 ac_status=$?
23308 grep -v '^ *+' conftest.er1 >conftest.err
23309 rm -f conftest.er1
23310 cat conftest.err >&5
23311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23312 (exit $ac_status); } && {
23313 test -z "$ac_c_werror_flag" ||
23314 test ! -s conftest.err
23315 } && test -s conftest.$ac_objext; then
23316 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23317 else
23318 $as_echo "$as_me: failed program was:" >&5
23319 sed 's/^/| /' conftest.$ac_ext >&5
23321 cat >conftest.$ac_ext <<_ACEOF
23322 /* confdefs.h. */
23323 _ACEOF
23324 cat confdefs.h >>conftest.$ac_ext
23325 cat >>conftest.$ac_ext <<_ACEOF
23326 /* end confdefs.h. */
23327 #ifdef HAVE_SYS_TYPES_H
23328 #include <sys/types.h>
23329 #endif
23330 #ifdef HAVE_NETINET_IN_H
23331 #include <netinet/in.h>
23332 #endif
23335 main ()
23337 static struct sockaddr_in6 ac_aggr;
23338 if (sizeof ac_aggr.sin6_scope_id)
23339 return 0;
23341 return 0;
23343 _ACEOF
23344 rm -f conftest.$ac_objext
23345 if { (ac_try="$ac_compile"
23346 case "(($ac_try" in
23347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23348 *) ac_try_echo=$ac_try;;
23349 esac
23350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23351 $as_echo "$ac_try_echo") >&5
23352 (eval "$ac_compile") 2>conftest.er1
23353 ac_status=$?
23354 grep -v '^ *+' conftest.er1 >conftest.err
23355 rm -f conftest.er1
23356 cat conftest.err >&5
23357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23358 (exit $ac_status); } && {
23359 test -z "$ac_c_werror_flag" ||
23360 test ! -s conftest.err
23361 } && test -s conftest.$ac_objext; then
23362 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23363 else
23364 $as_echo "$as_me: failed program was:" >&5
23365 sed 's/^/| /' conftest.$ac_ext >&5
23367 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23375 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23376 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23377 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23379 cat >>confdefs.h <<_ACEOF
23380 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23381 _ACEOF
23387 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23388 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23389 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23390 $as_echo_n "(cached) " >&6
23391 else
23392 cat >conftest.$ac_ext <<_ACEOF
23393 /* confdefs.h. */
23394 _ACEOF
23395 cat confdefs.h >>conftest.$ac_ext
23396 cat >>conftest.$ac_ext <<_ACEOF
23397 /* end confdefs.h. */
23398 #ifdef HAVE_SYS_TYPES_H
23399 #include <sys/types.h>
23400 #endif
23401 #ifdef HAVE_NETINET_IN_H
23402 # include <netinet/in.h>
23403 #endif
23404 #ifdef HAVE_ARPA_NAMESER_H
23405 # include <arpa/nameser.h>
23406 #endif
23409 main ()
23411 static ns_msg ac_aggr;
23412 if (ac_aggr._msg_ptr)
23413 return 0;
23415 return 0;
23417 _ACEOF
23418 rm -f conftest.$ac_objext
23419 if { (ac_try="$ac_compile"
23420 case "(($ac_try" in
23421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23422 *) ac_try_echo=$ac_try;;
23423 esac
23424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23425 $as_echo "$ac_try_echo") >&5
23426 (eval "$ac_compile") 2>conftest.er1
23427 ac_status=$?
23428 grep -v '^ *+' conftest.er1 >conftest.err
23429 rm -f conftest.er1
23430 cat conftest.err >&5
23431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432 (exit $ac_status); } && {
23433 test -z "$ac_c_werror_flag" ||
23434 test ! -s conftest.err
23435 } && test -s conftest.$ac_objext; then
23436 ac_cv_member_ns_msg__msg_ptr=yes
23437 else
23438 $as_echo "$as_me: failed program was:" >&5
23439 sed 's/^/| /' conftest.$ac_ext >&5
23441 cat >conftest.$ac_ext <<_ACEOF
23442 /* confdefs.h. */
23443 _ACEOF
23444 cat confdefs.h >>conftest.$ac_ext
23445 cat >>conftest.$ac_ext <<_ACEOF
23446 /* end confdefs.h. */
23447 #ifdef HAVE_SYS_TYPES_H
23448 #include <sys/types.h>
23449 #endif
23450 #ifdef HAVE_NETINET_IN_H
23451 # include <netinet/in.h>
23452 #endif
23453 #ifdef HAVE_ARPA_NAMESER_H
23454 # include <arpa/nameser.h>
23455 #endif
23458 main ()
23460 static ns_msg ac_aggr;
23461 if (sizeof ac_aggr._msg_ptr)
23462 return 0;
23464 return 0;
23466 _ACEOF
23467 rm -f conftest.$ac_objext
23468 if { (ac_try="$ac_compile"
23469 case "(($ac_try" in
23470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23471 *) ac_try_echo=$ac_try;;
23472 esac
23473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23474 $as_echo "$ac_try_echo") >&5
23475 (eval "$ac_compile") 2>conftest.er1
23476 ac_status=$?
23477 grep -v '^ *+' conftest.er1 >conftest.err
23478 rm -f conftest.er1
23479 cat conftest.err >&5
23480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23481 (exit $ac_status); } && {
23482 test -z "$ac_c_werror_flag" ||
23483 test ! -s conftest.err
23484 } && test -s conftest.$ac_objext; then
23485 ac_cv_member_ns_msg__msg_ptr=yes
23486 else
23487 $as_echo "$as_me: failed program was:" >&5
23488 sed 's/^/| /' conftest.$ac_ext >&5
23490 ac_cv_member_ns_msg__msg_ptr=no
23493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23498 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23499 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23500 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23502 cat >>confdefs.h <<_ACEOF
23503 #define HAVE_NS_MSG__MSG_PTR 1
23504 _ACEOF
23510 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23511 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23512 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23513 $as_echo_n "(cached) " >&6
23514 else
23515 cat >conftest.$ac_ext <<_ACEOF
23516 /* confdefs.h. */
23517 _ACEOF
23518 cat confdefs.h >>conftest.$ac_ext
23519 cat >>conftest.$ac_ext <<_ACEOF
23520 /* end confdefs.h. */
23521 #ifdef HAVE_SYS_TYPES_H
23522 #include <sys/types.h>
23523 #endif
23524 #ifdef HAVE_ALIAS_H
23525 #include <alias.h>
23526 #endif
23527 #ifdef HAVE_SYS_SOCKET_H
23528 #include <sys/socket.h>
23529 #endif
23530 #ifdef HAVE_SYS_SOCKETVAR_H
23531 #include <sys/socketvar.h>
23532 #endif
23533 #ifdef HAVE_SYS_TIMEOUT_H
23534 #include <sys/timeout.h>
23535 #endif
23536 #ifdef HAVE_NETINET_IN_H
23537 #include <netinet/in.h>
23538 #endif
23539 #ifdef HAVE_NETINET_IN_SYSTM_H
23540 #include <netinet/in_systm.h>
23541 #endif
23542 #ifdef HAVE_NETINET_IP_H
23543 #include <netinet/ip.h>
23544 #endif
23545 #ifdef HAVE_NETINET_IP_VAR_H
23546 #include <netinet/ip_var.h>
23547 #endif
23548 #ifdef HAVE_NETINET_IP_ICMP_H
23549 #include <netinet/ip_icmp.h>
23550 #endif
23551 #ifdef HAVE_NETINET_ICMP_VAR
23552 #include <netinet/icmp_var.h>
23553 #endif
23556 main ()
23558 static struct icmpstat ac_aggr;
23559 if (ac_aggr.icps_outhist)
23560 return 0;
23562 return 0;
23564 _ACEOF
23565 rm -f conftest.$ac_objext
23566 if { (ac_try="$ac_compile"
23567 case "(($ac_try" in
23568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23569 *) ac_try_echo=$ac_try;;
23570 esac
23571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23572 $as_echo "$ac_try_echo") >&5
23573 (eval "$ac_compile") 2>conftest.er1
23574 ac_status=$?
23575 grep -v '^ *+' conftest.er1 >conftest.err
23576 rm -f conftest.er1
23577 cat conftest.err >&5
23578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23579 (exit $ac_status); } && {
23580 test -z "$ac_c_werror_flag" ||
23581 test ! -s conftest.err
23582 } && test -s conftest.$ac_objext; then
23583 ac_cv_member_struct_icmpstat_icps_outhist=yes
23584 else
23585 $as_echo "$as_me: failed program was:" >&5
23586 sed 's/^/| /' conftest.$ac_ext >&5
23588 cat >conftest.$ac_ext <<_ACEOF
23589 /* confdefs.h. */
23590 _ACEOF
23591 cat confdefs.h >>conftest.$ac_ext
23592 cat >>conftest.$ac_ext <<_ACEOF
23593 /* end confdefs.h. */
23594 #ifdef HAVE_SYS_TYPES_H
23595 #include <sys/types.h>
23596 #endif
23597 #ifdef HAVE_ALIAS_H
23598 #include <alias.h>
23599 #endif
23600 #ifdef HAVE_SYS_SOCKET_H
23601 #include <sys/socket.h>
23602 #endif
23603 #ifdef HAVE_SYS_SOCKETVAR_H
23604 #include <sys/socketvar.h>
23605 #endif
23606 #ifdef HAVE_SYS_TIMEOUT_H
23607 #include <sys/timeout.h>
23608 #endif
23609 #ifdef HAVE_NETINET_IN_H
23610 #include <netinet/in.h>
23611 #endif
23612 #ifdef HAVE_NETINET_IN_SYSTM_H
23613 #include <netinet/in_systm.h>
23614 #endif
23615 #ifdef HAVE_NETINET_IP_H
23616 #include <netinet/ip.h>
23617 #endif
23618 #ifdef HAVE_NETINET_IP_VAR_H
23619 #include <netinet/ip_var.h>
23620 #endif
23621 #ifdef HAVE_NETINET_IP_ICMP_H
23622 #include <netinet/ip_icmp.h>
23623 #endif
23624 #ifdef HAVE_NETINET_ICMP_VAR
23625 #include <netinet/icmp_var.h>
23626 #endif
23629 main ()
23631 static struct icmpstat ac_aggr;
23632 if (sizeof ac_aggr.icps_outhist)
23633 return 0;
23635 return 0;
23637 _ACEOF
23638 rm -f conftest.$ac_objext
23639 if { (ac_try="$ac_compile"
23640 case "(($ac_try" in
23641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23642 *) ac_try_echo=$ac_try;;
23643 esac
23644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23645 $as_echo "$ac_try_echo") >&5
23646 (eval "$ac_compile") 2>conftest.er1
23647 ac_status=$?
23648 grep -v '^ *+' conftest.er1 >conftest.err
23649 rm -f conftest.er1
23650 cat conftest.err >&5
23651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23652 (exit $ac_status); } && {
23653 test -z "$ac_c_werror_flag" ||
23654 test ! -s conftest.err
23655 } && test -s conftest.$ac_objext; then
23656 ac_cv_member_struct_icmpstat_icps_outhist=yes
23657 else
23658 $as_echo "$as_me: failed program was:" >&5
23659 sed 's/^/| /' conftest.$ac_ext >&5
23661 ac_cv_member_struct_icmpstat_icps_outhist=no
23664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23669 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23670 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23671 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23673 cat >>confdefs.h <<_ACEOF
23674 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23675 _ACEOF
23681 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23682 $as_echo_n "checking for timezone variable... " >&6; }
23683 if test "${ac_cv_have_timezone+set}" = set; then
23684 $as_echo_n "(cached) " >&6
23685 else
23686 cat >conftest.$ac_ext <<_ACEOF
23687 /* confdefs.h. */
23688 _ACEOF
23689 cat confdefs.h >>conftest.$ac_ext
23690 cat >>conftest.$ac_ext <<_ACEOF
23691 /* end confdefs.h. */
23692 #include <time.h>
23694 main ()
23696 timezone = 1
23698 return 0;
23700 _ACEOF
23701 rm -f conftest.$ac_objext conftest$ac_exeext
23702 if { (ac_try="$ac_link"
23703 case "(($ac_try" in
23704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23705 *) ac_try_echo=$ac_try;;
23706 esac
23707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23708 $as_echo "$ac_try_echo") >&5
23709 (eval "$ac_link") 2>conftest.er1
23710 ac_status=$?
23711 grep -v '^ *+' conftest.er1 >conftest.err
23712 rm -f conftest.er1
23713 cat conftest.err >&5
23714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23715 (exit $ac_status); } && {
23716 test -z "$ac_c_werror_flag" ||
23717 test ! -s conftest.err
23718 } && test -s conftest$ac_exeext && {
23719 test "$cross_compiling" = yes ||
23720 $as_test_x conftest$ac_exeext
23721 }; then
23722 ac_cv_have_timezone="yes"
23723 else
23724 $as_echo "$as_me: failed program was:" >&5
23725 sed 's/^/| /' conftest.$ac_ext >&5
23727 ac_cv_have_timezone="no"
23730 rm -rf conftest.dSYM
23731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23732 conftest$ac_exeext conftest.$ac_ext
23734 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23735 $as_echo "$ac_cv_have_timezone" >&6; }
23736 if test "$ac_cv_have_timezone" = "yes"
23737 then
23739 cat >>confdefs.h <<\_ACEOF
23740 #define HAVE_TIMEZONE 1
23741 _ACEOF
23744 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23745 $as_echo_n "checking for daylight variable... " >&6; }
23746 if test "${ac_cv_have_daylight+set}" = set; then
23747 $as_echo_n "(cached) " >&6
23748 else
23749 cat >conftest.$ac_ext <<_ACEOF
23750 /* confdefs.h. */
23751 _ACEOF
23752 cat confdefs.h >>conftest.$ac_ext
23753 cat >>conftest.$ac_ext <<_ACEOF
23754 /* end confdefs.h. */
23755 #include <time.h>
23757 main ()
23759 daylight = 1
23761 return 0;
23763 _ACEOF
23764 rm -f conftest.$ac_objext conftest$ac_exeext
23765 if { (ac_try="$ac_link"
23766 case "(($ac_try" in
23767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23768 *) ac_try_echo=$ac_try;;
23769 esac
23770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23771 $as_echo "$ac_try_echo") >&5
23772 (eval "$ac_link") 2>conftest.er1
23773 ac_status=$?
23774 grep -v '^ *+' conftest.er1 >conftest.err
23775 rm -f conftest.er1
23776 cat conftest.err >&5
23777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23778 (exit $ac_status); } && {
23779 test -z "$ac_c_werror_flag" ||
23780 test ! -s conftest.err
23781 } && test -s conftest$ac_exeext && {
23782 test "$cross_compiling" = yes ||
23783 $as_test_x conftest$ac_exeext
23784 }; then
23785 ac_cv_have_daylight="yes"
23786 else
23787 $as_echo "$as_me: failed program was:" >&5
23788 sed 's/^/| /' conftest.$ac_ext >&5
23790 ac_cv_have_daylight="no"
23793 rm -rf conftest.dSYM
23794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23795 conftest$ac_exeext conftest.$ac_ext
23797 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23798 $as_echo "$ac_cv_have_daylight" >&6; }
23799 if test "$ac_cv_have_daylight" = "yes"
23800 then
23802 cat >>confdefs.h <<\_ACEOF
23803 #define HAVE_DAYLIGHT 1
23804 _ACEOF
23808 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23809 $as_echo_n "checking for isinf... " >&6; }
23810 if test "${ac_cv_have_isinf+set}" = set; then
23811 $as_echo_n "(cached) " >&6
23812 else
23813 cat >conftest.$ac_ext <<_ACEOF
23814 /* confdefs.h. */
23815 _ACEOF
23816 cat confdefs.h >>conftest.$ac_ext
23817 cat >>conftest.$ac_ext <<_ACEOF
23818 /* end confdefs.h. */
23819 #include <math.h>
23821 main ()
23823 float f = 0.0; int i=isinf(f)
23825 return 0;
23827 _ACEOF
23828 rm -f conftest.$ac_objext conftest$ac_exeext
23829 if { (ac_try="$ac_link"
23830 case "(($ac_try" in
23831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23832 *) ac_try_echo=$ac_try;;
23833 esac
23834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23835 $as_echo "$ac_try_echo") >&5
23836 (eval "$ac_link") 2>conftest.er1
23837 ac_status=$?
23838 grep -v '^ *+' conftest.er1 >conftest.err
23839 rm -f conftest.er1
23840 cat conftest.err >&5
23841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23842 (exit $ac_status); } && {
23843 test -z "$ac_c_werror_flag" ||
23844 test ! -s conftest.err
23845 } && test -s conftest$ac_exeext && {
23846 test "$cross_compiling" = yes ||
23847 $as_test_x conftest$ac_exeext
23848 }; then
23849 ac_cv_have_isinf="yes"
23850 else
23851 $as_echo "$as_me: failed program was:" >&5
23852 sed 's/^/| /' conftest.$ac_ext >&5
23854 ac_cv_have_isinf="no"
23857 rm -rf conftest.dSYM
23858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23859 conftest$ac_exeext conftest.$ac_ext
23861 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23862 $as_echo "$ac_cv_have_isinf" >&6; }
23863 if test "$ac_cv_have_isinf" = "yes"
23864 then
23866 cat >>confdefs.h <<\_ACEOF
23867 #define HAVE_ISINF 1
23868 _ACEOF
23872 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23873 $as_echo_n "checking for isnan... " >&6; }
23874 if test "${ac_cv_have_isnan+set}" = set; then
23875 $as_echo_n "(cached) " >&6
23876 else
23877 cat >conftest.$ac_ext <<_ACEOF
23878 /* confdefs.h. */
23879 _ACEOF
23880 cat confdefs.h >>conftest.$ac_ext
23881 cat >>conftest.$ac_ext <<_ACEOF
23882 /* end confdefs.h. */
23883 #include <math.h>
23885 main ()
23887 float f = 0.0; int i=isnan(f)
23889 return 0;
23891 _ACEOF
23892 rm -f conftest.$ac_objext conftest$ac_exeext
23893 if { (ac_try="$ac_link"
23894 case "(($ac_try" in
23895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23896 *) ac_try_echo=$ac_try;;
23897 esac
23898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23899 $as_echo "$ac_try_echo") >&5
23900 (eval "$ac_link") 2>conftest.er1
23901 ac_status=$?
23902 grep -v '^ *+' conftest.er1 >conftest.err
23903 rm -f conftest.er1
23904 cat conftest.err >&5
23905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23906 (exit $ac_status); } && {
23907 test -z "$ac_c_werror_flag" ||
23908 test ! -s conftest.err
23909 } && test -s conftest$ac_exeext && {
23910 test "$cross_compiling" = yes ||
23911 $as_test_x conftest$ac_exeext
23912 }; then
23913 ac_cv_have_isnan="yes"
23914 else
23915 $as_echo "$as_me: failed program was:" >&5
23916 sed 's/^/| /' conftest.$ac_ext >&5
23918 ac_cv_have_isnan="no"
23921 rm -rf conftest.dSYM
23922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23923 conftest$ac_exeext conftest.$ac_ext
23925 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23926 $as_echo "$ac_cv_have_isnan" >&6; }
23927 if test "$ac_cv_have_isnan" = "yes"
23928 then
23930 cat >>confdefs.h <<\_ACEOF
23931 #define HAVE_ISNAN 1
23932 _ACEOF
23937 case $host_cpu in
23938 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23939 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23940 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23941 $as_echo_n "(cached) " >&6
23942 else
23943 cat >conftest.$ac_ext <<_ACEOF
23944 /* confdefs.h. */
23945 _ACEOF
23946 cat confdefs.h >>conftest.$ac_ext
23947 cat >>conftest.$ac_ext <<_ACEOF
23948 /* end confdefs.h. */
23949 #ifndef __i386__
23951 #endif
23952 _ACEOF
23953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23954 $EGREP "yes" >/dev/null 2>&1; then
23955 ac_cv_cpp_def___i386__=yes
23956 else
23957 ac_cv_cpp_def___i386__=no
23959 rm -f conftest*
23962 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23963 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23964 if test $ac_cv_cpp_def___i386__ = yes; then
23965 CFLAGS="$CFLAGS -D__i386__"
23966 LINTFLAGS="$LINTFLAGS -D__i386__"
23969 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23970 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23971 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23972 $as_echo_n "(cached) " >&6
23973 else
23974 cat >conftest.$ac_ext <<_ACEOF
23975 /* confdefs.h. */
23976 _ACEOF
23977 cat confdefs.h >>conftest.$ac_ext
23978 cat >>conftest.$ac_ext <<_ACEOF
23979 /* end confdefs.h. */
23980 #ifndef __x86_64__
23982 #endif
23983 _ACEOF
23984 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23985 $EGREP "yes" >/dev/null 2>&1; then
23986 ac_cv_cpp_def___x86_64__=yes
23987 else
23988 ac_cv_cpp_def___x86_64__=no
23990 rm -f conftest*
23993 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23994 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23995 if test $ac_cv_cpp_def___x86_64__ = yes; then
23996 CFLAGS="$CFLAGS -D__x86_64__"
23997 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24000 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24001 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24002 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24003 $as_echo_n "(cached) " >&6
24004 else
24005 cat >conftest.$ac_ext <<_ACEOF
24006 /* confdefs.h. */
24007 _ACEOF
24008 cat confdefs.h >>conftest.$ac_ext
24009 cat >>conftest.$ac_ext <<_ACEOF
24010 /* end confdefs.h. */
24011 #ifndef __ALPHA__
24013 #endif
24014 _ACEOF
24015 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24016 $EGREP "yes" >/dev/null 2>&1; then
24017 ac_cv_cpp_def___ALPHA__=yes
24018 else
24019 ac_cv_cpp_def___ALPHA__=no
24021 rm -f conftest*
24024 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24025 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24026 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24027 CFLAGS="$CFLAGS -D__ALPHA__"
24028 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24031 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24032 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24033 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24034 $as_echo_n "(cached) " >&6
24035 else
24036 cat >conftest.$ac_ext <<_ACEOF
24037 /* confdefs.h. */
24038 _ACEOF
24039 cat confdefs.h >>conftest.$ac_ext
24040 cat >>conftest.$ac_ext <<_ACEOF
24041 /* end confdefs.h. */
24042 #ifndef __sparc__
24044 #endif
24045 _ACEOF
24046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24047 $EGREP "yes" >/dev/null 2>&1; then
24048 ac_cv_cpp_def___sparc__=yes
24049 else
24050 ac_cv_cpp_def___sparc__=no
24052 rm -f conftest*
24055 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24056 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24057 if test $ac_cv_cpp_def___sparc__ = yes; then
24058 CFLAGS="$CFLAGS -D__sparc__"
24059 LINTFLAGS="$LINTFLAGS -D__sparc__"
24062 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24063 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24064 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24065 $as_echo_n "(cached) " >&6
24066 else
24067 cat >conftest.$ac_ext <<_ACEOF
24068 /* confdefs.h. */
24069 _ACEOF
24070 cat confdefs.h >>conftest.$ac_ext
24071 cat >>conftest.$ac_ext <<_ACEOF
24072 /* end confdefs.h. */
24073 #ifndef __powerpc__
24075 #endif
24076 _ACEOF
24077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24078 $EGREP "yes" >/dev/null 2>&1; then
24079 ac_cv_cpp_def___powerpc__=yes
24080 else
24081 ac_cv_cpp_def___powerpc__=no
24083 rm -f conftest*
24086 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24087 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24088 if test $ac_cv_cpp_def___powerpc__ = yes; then
24089 CFLAGS="$CFLAGS -D__powerpc__"
24090 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24093 esac
24095 case $host_vendor in
24096 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24097 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24098 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24099 $as_echo_n "(cached) " >&6
24100 else
24101 cat >conftest.$ac_ext <<_ACEOF
24102 /* confdefs.h. */
24103 _ACEOF
24104 cat confdefs.h >>conftest.$ac_ext
24105 cat >>conftest.$ac_ext <<_ACEOF
24106 /* end confdefs.h. */
24107 #ifndef __sun__
24109 #endif
24110 _ACEOF
24111 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24112 $EGREP "yes" >/dev/null 2>&1; then
24113 ac_cv_cpp_def___sun__=yes
24114 else
24115 ac_cv_cpp_def___sun__=no
24117 rm -f conftest*
24120 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24121 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24122 if test $ac_cv_cpp_def___sun__ = yes; then
24123 CFLAGS="$CFLAGS -D__sun__"
24124 LINTFLAGS="$LINTFLAGS -D__sun__"
24127 esac
24130 DEPENDENCIES="### Dependencies:
24132 .INIT: Makefile
24133 .BEGIN: Makefile
24134 .MAKEFILEDEPS:
24135 Makefile: dummy
24136 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24138 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24139 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24140 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24141 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24142 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24145 ALL_MAKERULES=""
24147 ALL_MAKEFILES=""
24149 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24152 ALL_TOP_DIRS=""
24154 ALL_DLL_DIRS=""
24156 ALL_IMPLIB_DIRS=""
24158 ALL_TEST_DIRS=""
24160 ALL_PROGRAM_DIRS=""
24162 ALL_PROGRAM_INSTALL_DIRS=""
24164 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24170 ac_config_commands="$ac_config_commands include/stamp-h"
24173 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24175 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24177 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24179 ac_config_commands="$ac_config_commands dlls/user32/resources"
24181 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24183 ac_config_commands="$ac_config_commands include/wine"
24186 ALL_MAKERULES="$ALL_MAKERULES \\
24187 Make.rules"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 Make.rules: Make.rules.in"
24190 MAKE_RULES=Make.rules
24191 ac_config_files="$ac_config_files Make.rules"
24193 ALL_MAKERULES="$ALL_MAKERULES \\
24194 dlls/Makedll.rules"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24197 MAKE_DLL_RULES=dlls/Makedll.rules
24198 ac_config_files="$ac_config_files dlls/Makedll.rules"
24200 ALL_MAKERULES="$ALL_MAKERULES \\
24201 dlls/Makeimplib.rules"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24204 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24205 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24207 ALL_MAKERULES="$ALL_MAKERULES \\
24208 dlls/Maketest.rules"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24211 MAKE_TEST_RULES=dlls/Maketest.rules
24212 ac_config_files="$ac_config_files dlls/Maketest.rules"
24214 ALL_MAKERULES="$ALL_MAKERULES \\
24215 programs/Makeprog.rules"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24218 MAKE_PROG_RULES=programs/Makeprog.rules
24219 ac_config_files="$ac_config_files programs/Makeprog.rules"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 Makefile: Makefile.in Make.rules"
24226 ac_config_files="$ac_config_files Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/Makefile"
24230 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24231 dlls"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/Makefile: dlls/Makefile.in Make.rules"
24234 ac_config_files="$ac_config_files dlls/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/acledit/Makefile"
24238 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 acledit"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/aclui/Makefile"
24246 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 aclui"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/activeds/Makefile"
24254 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 activeds"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/actxprxy/Makefile"
24262 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 actxprxy"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/adsiid/Makefile"
24270 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24271 adsiid"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24274 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/advapi32/Makefile"
24278 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 advapi32"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/advapi32/tests/Makefile"
24286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24287 advapi32/tests"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24290 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/advpack/Makefile"
24294 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 advpack"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/advpack/tests/Makefile"
24302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303 advpack/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/amstream/Makefile"
24310 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 amstream"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/amstream/tests/Makefile"
24318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 amstream/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/appwiz.cpl/Makefile"
24326 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 appwiz.cpl"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/atl/Makefile"
24334 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 atl"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/atl/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/authz/Makefile"
24342 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 authz"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/authz/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/avicap32/Makefile"
24350 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 avicap32"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/avifil32/Makefile"
24358 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 avifil32"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/avifile.dll16/Makefile"
24366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 avifile.dll16"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/bcrypt/Makefile"
24374 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 bcrypt"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/browseui/Makefile"
24382 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 browseui"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/browseui/tests/Makefile"
24390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24391 browseui/tests"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24394 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/cabinet/Makefile"
24398 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 cabinet"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/cabinet/tests/Makefile"
24406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24407 cabinet/tests"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24410 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/capi2032/Makefile"
24414 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 capi2032"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/cards/Makefile"
24422 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 cards"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/cards/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/cfgmgr32/Makefile"
24430 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 cfgmgr32"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/clusapi/Makefile"
24438 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 clusapi"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/comcat/Makefile"
24446 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 comcat"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/comcat/tests/Makefile"
24454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455 comcat/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/comctl32/Makefile"
24462 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 comctl32"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/comctl32/tests/Makefile"
24470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24471 comctl32/tests"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/comdlg32/Makefile"
24478 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 comdlg32"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/comdlg32/tests/Makefile"
24486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24487 comdlg32/tests"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24490 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/comm.drv16/Makefile"
24494 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 comm.drv16"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/compobj.dll16/Makefile"
24502 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 compobj.dll16"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/compstui/Makefile"
24510 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 compstui"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/credui/Makefile"
24518 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 credui"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/credui/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/credui/tests/Makefile"
24526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24527 credui/tests"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/crtdll/Makefile"
24534 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 crtdll"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/crypt32/Makefile"
24542 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 crypt32"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/crypt32/tests/Makefile"
24550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24551 crypt32/tests"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/cryptdlg/Makefile"
24558 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 cryptdlg"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/cryptdll/Makefile"
24566 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 cryptdll"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/cryptnet/Makefile"
24574 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 cryptnet"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/cryptnet/tests/Makefile"
24582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24583 cryptnet/tests"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24586 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/cryptui/Makefile"
24590 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 cryptui"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/cryptui/tests/Makefile"
24598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24599 cryptui/tests"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24602 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/ctapi32/Makefile"
24606 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 ctapi32"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/ctl3d.dll16/Makefile"
24614 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 ctl3d.dll16"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/ctl3d32/Makefile"
24622 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 ctl3d32"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/ctl3dv2.dll16/Makefile"
24630 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 ctl3dv2.dll16"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/d3d10/Makefile"
24638 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 d3d10"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/d3d10/tests/Makefile"
24646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24647 d3d10/tests"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24650 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/d3d10core/Makefile"
24654 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 d3d10core"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/d3d10core/tests/Makefile"
24662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663 d3d10core/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/d3d8/Makefile"
24670 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 d3d8"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/d3d8/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 d3d8/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/d3d9/Makefile"
24686 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 d3d9"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/d3d9/tests/Makefile"
24694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24695 d3d9/tests"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/d3dim/Makefile"
24702 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 d3dim"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/d3drm/Makefile"
24710 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 d3drm"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/d3drm/tests/Makefile"
24718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24719 d3drm/tests"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24722 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/d3dx8/Makefile"
24726 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 d3dx8"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/d3dx8/tests/Makefile"
24734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24735 d3dx8/tests"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/d3dx9_24/Makefile"
24742 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 d3dx9_24"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/d3dx9_25/Makefile"
24750 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 d3dx9_25"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/d3dx9_26/Makefile"
24758 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 d3dx9_26"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/d3dx9_27/Makefile"
24766 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 d3dx9_27"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/d3dx9_28/Makefile"
24774 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 d3dx9_28"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/d3dx9_29/Makefile"
24782 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 d3dx9_29"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/d3dx9_30/Makefile"
24790 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 d3dx9_30"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/d3dx9_31/Makefile"
24798 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 d3dx9_31"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/d3dx9_32/Makefile"
24806 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 d3dx9_32"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/d3dx9_33/Makefile"
24814 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 d3dx9_33"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/d3dx9_34/Makefile"
24822 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 d3dx9_34"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/d3dx9_35/Makefile"
24830 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 d3dx9_35"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/d3dx9_36/Makefile"
24838 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 d3dx9_36"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/d3dx9_36/tests/Makefile"
24846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24847 d3dx9_36/tests"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24850 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/d3dx9_37/Makefile"
24854 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 d3dx9_37"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/d3dx9_38/Makefile"
24862 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 d3dx9_38"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/d3dx9_39/Makefile"
24870 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 d3dx9_39"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/d3dx9_40/Makefile"
24878 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 d3dx9_40"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/d3dx9_41/Makefile"
24886 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 d3dx9_41"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/d3dxof/Makefile"
24894 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 d3dxof"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/d3dxof/tests/Makefile"
24902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24903 d3dxof/tests"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24906 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/dbghelp/Makefile"
24910 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 dbghelp"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/dciman32/Makefile"
24918 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 dciman32"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/ddeml.dll16/Makefile"
24926 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 ddeml.dll16"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/ddraw/Makefile"
24934 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 ddraw"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/ddraw/tests/Makefile"
24942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24943 ddraw/tests"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24946 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/ddrawex/Makefile"
24950 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 ddrawex"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/ddrawex/tests/Makefile"
24958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 ddrawex/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/devenum/Makefile"
24966 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 devenum"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/dinput/Makefile"
24974 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 dinput"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/dinput/tests/Makefile"
24982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24983 dinput/tests"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/dinput8/Makefile"
24990 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 dinput8"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/dispdib.dll16/Makefile"
24998 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 dispdib.dll16"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/display.drv16/Makefile"
25006 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 display.drv16"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/dmband/Makefile"
25014 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 dmband"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/dmcompos/Makefile"
25022 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 dmcompos"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/dmime/Makefile"
25030 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 dmime"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/dmloader/Makefile"
25038 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 dmloader"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/dmscript/Makefile"
25046 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 dmscript"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/dmstyle/Makefile"
25054 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 dmstyle"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/dmsynth/Makefile"
25062 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 dmsynth"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/dmusic/Makefile"
25070 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 dmusic"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/dmusic32/Makefile"
25078 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 dmusic32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/dnsapi/Makefile"
25086 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 dnsapi"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/dnsapi/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 dnsapi/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/dplay/Makefile"
25102 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 dplay"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/dplayx/Makefile"
25110 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 dplayx"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/dplayx/tests/Makefile"
25118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25119 dplayx/tests"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25122 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/dpnaddr/Makefile"
25126 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 dpnaddr"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/dpnet/Makefile"
25134 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 dpnet"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/dpnhpast/Makefile"
25142 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 dpnhpast"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/dpnlobby/Makefile"
25150 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 dpnlobby"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/dpwsockx/Makefile"
25158 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 dpwsockx"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/dsound/Makefile"
25166 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 dsound"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/dsound/tests/Makefile"
25174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25175 dsound/tests"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25178 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/dssenh/Makefile"
25182 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 dssenh"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/dswave/Makefile"
25190 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 dswave"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/dwmapi/Makefile"
25198 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 dwmapi"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/dxdiagn/Makefile"
25206 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 dxdiagn"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/dxerr8/Makefile"
25214 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25215 dxerr8"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25218 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/dxerr9/Makefile"
25222 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25223 dxerr9"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25226 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/dxgi/Makefile"
25230 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 dxgi"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/dxgi/tests/Makefile"
25238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25239 dxgi/tests"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25242 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/dxguid/Makefile"
25246 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25247 dxguid"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25250 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/faultrep/Makefile"
25254 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 faultrep"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/fusion/Makefile"
25262 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 fusion"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/fusion/tests/Makefile"
25270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 fusion/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/gdi32/Makefile"
25278 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 gdi32"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/gdi32/tests/Makefile"
25286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25287 gdi32/tests"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25290 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/gdiplus/Makefile"
25294 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295 gdiplus"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/gdiplus/tests/Makefile"
25302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25303 gdiplus/tests"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25306 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/glu32/Makefile"
25310 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 glu32"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/gphoto2.ds/Makefile"
25318 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 gphoto2.ds"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/gpkcsp/Makefile"
25326 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327 gpkcsp"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/hal/Makefile"
25334 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 hal"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/hal/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/hhctrl.ocx/Makefile"
25342 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 hhctrl.ocx"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/hid/Makefile"
25350 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 hid"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/hid/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/hlink/Makefile"
25358 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 hlink"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/hlink/tests/Makefile"
25366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25367 hlink/tests"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25370 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/hnetcfg/Makefile"
25374 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375 hnetcfg"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/httpapi/Makefile"
25382 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 httpapi"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/iccvid/Makefile"
25390 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391 iccvid"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/icmp/Makefile"
25398 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 icmp"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/ifsmgr.vxd/Makefile"
25406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407 ifsmgr.vxd"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/imaadp32.acm/Makefile"
25414 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 imaadp32.acm"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/imagehlp/Makefile"
25422 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423 imagehlp"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/imm.dll16/Makefile"
25430 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 imm.dll16"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/imm32/Makefile"
25438 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25439 imm32"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25442 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/imm32/tests/Makefile"
25446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25447 imm32/tests"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25450 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/inetcomm/Makefile"
25454 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25455 inetcomm"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25458 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/inetcomm/tests/Makefile"
25462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25463 inetcomm/tests"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25466 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/inetmib1/Makefile"
25470 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 inetmib1"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/inetmib1/tests/Makefile"
25478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25479 inetmib1/tests"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25482 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/infosoft/Makefile"
25486 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487 infosoft"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/infosoft/tests/Makefile"
25494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25495 infosoft/tests"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25498 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/initpki/Makefile"
25502 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503 initpki"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/inkobj/Makefile"
25510 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 inkobj"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/inseng/Makefile"
25518 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519 inseng"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/iphlpapi/Makefile"
25526 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 iphlpapi"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/iphlpapi/tests/Makefile"
25534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25535 iphlpapi/tests"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25538 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/itircl/Makefile"
25542 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 itircl"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/itss/Makefile"
25550 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 itss"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/itss/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/itss/tests/Makefile"
25558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25559 itss/tests"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25562 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/jscript/Makefile"
25566 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 jscript"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/jscript/tests/Makefile"
25574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25575 jscript/tests"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25578 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/kernel32/Makefile"
25582 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583 kernel32"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/kernel32/tests/Makefile"
25590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25591 kernel32/tests"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25594 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/keyboard.drv16/Makefile"
25598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599 keyboard.drv16"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/loadperf/Makefile"
25606 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25607 loadperf"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25610 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/localspl/Makefile"
25614 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 localspl"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/localspl/tests/Makefile"
25622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25623 localspl/tests"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25626 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/localui/Makefile"
25630 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631 localui"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/localui/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/localui/tests/Makefile"
25638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25639 localui/tests"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25642 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/lz32/Makefile"
25646 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647 lz32"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/lz32/tests/Makefile"
25654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25655 lz32/tests"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25658 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/lzexpand.dll16/Makefile"
25662 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663 lzexpand.dll16"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/mapi32/Makefile"
25670 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671 mapi32"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/mapi32/tests/Makefile"
25678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25679 mapi32/tests"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25682 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/mciavi32/Makefile"
25686 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687 mciavi32"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/mcicda/Makefile"
25694 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 mcicda"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/mciqtz32/Makefile"
25702 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703 mciqtz32"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/mciseq/Makefile"
25710 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 mciseq"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/mciwave/Makefile"
25718 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 mciwave"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/midimap/Makefile"
25726 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727 midimap"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/mlang/Makefile"
25734 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 mlang"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/mlang/tests/Makefile"
25742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25743 mlang/tests"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25746 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/mmdevldr.vxd/Makefile"
25750 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 mmdevldr.vxd"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/monodebg.vxd/Makefile"
25758 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25759 monodebg.vxd"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25762 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/mountmgr.sys/Makefile"
25766 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 mountmgr.sys"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/mouse.drv16/Makefile"
25774 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775 mouse.drv16"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/mpr/Makefile"
25782 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 mpr"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/mprapi/Makefile"
25790 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791 mprapi"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/msacm.dll16/Makefile"
25798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799 msacm.dll16"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/msacm32.drv/Makefile"
25806 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25807 msacm32.drv"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25810 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/msacm32/Makefile"
25814 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815 msacm32"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/msacm32/tests/Makefile"
25822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25823 msacm32/tests"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25826 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/msadp32.acm/Makefile"
25830 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25831 msadp32.acm"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25834 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/mscat32/Makefile"
25838 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839 mscat32"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/mscms/Makefile"
25846 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847 mscms"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/mscms/tests/Makefile"
25854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25855 mscms/tests"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25858 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/mscoree/Makefile"
25862 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 mscoree"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/msctf/Makefile"
25870 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 msctf"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/msctf/tests/Makefile"
25878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25879 msctf/tests"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25882 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/msdmo/Makefile"
25886 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 msdmo"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/msftedit/Makefile"
25894 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25895 msftedit"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25898 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/msg711.acm/Makefile"
25902 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25903 msg711.acm"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25906 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/mshtml.tlb/Makefile"
25910 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 mshtml.tlb"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/mshtml/Makefile"
25918 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25919 mshtml"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25922 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/mshtml/tests/Makefile"
25926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25927 mshtml/tests"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25930 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/msi/Makefile"
25934 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25935 msi"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25938 ac_config_files="$ac_config_files dlls/msi/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/msi/tests/Makefile"
25942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25943 msi/tests"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25946 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/msimg32/Makefile"
25950 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951 msimg32"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/msimtf/Makefile"
25958 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959 msimtf"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/msisip/Makefile"
25966 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967 msisip"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/msisys.ocx/Makefile"
25974 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25975 msisys.ocx"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25978 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/msnet32/Makefile"
25982 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25983 msnet32"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25986 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/msrle32/Makefile"
25990 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 msrle32"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/mssign32/Makefile"
25998 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999 mssign32"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/mssip32/Makefile"
26006 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26007 mssip32"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26010 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/mstask/Makefile"
26014 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26015 mstask"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26018 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/mstask/tests/Makefile"
26022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26023 mstask/tests"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26026 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/msvcirt/Makefile"
26030 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031 msvcirt"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/msvcr71/Makefile"
26038 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26039 msvcr71"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26042 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/msvcrt/Makefile"
26046 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047 msvcrt"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/msvcrt/tests/Makefile"
26054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26055 msvcrt/tests"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26058 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/msvcrt20/Makefile"
26062 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 msvcrt20"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/msvcrt40/Makefile"
26070 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 msvcrt40"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/msvcrtd/Makefile"
26078 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079 msvcrtd"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/msvcrtd/tests/Makefile"
26086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26087 msvcrtd/tests"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26090 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/msvfw32/Makefile"
26094 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26095 msvfw32"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26098 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/msvfw32/tests/Makefile"
26102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26103 msvfw32/tests"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26106 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/msvidc32/Makefile"
26110 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 msvidc32"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/msvideo.dll16/Makefile"
26118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26119 msvideo.dll16"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26122 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/mswsock/Makefile"
26126 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 mswsock"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/msxml3/Makefile"
26134 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 msxml3"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/msxml3/tests/Makefile"
26142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26143 msxml3/tests"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26146 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/nddeapi/Makefile"
26150 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 nddeapi"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/netapi32/Makefile"
26158 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26159 netapi32"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26162 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/netapi32/tests/Makefile"
26166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26167 netapi32/tests"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26170 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/newdev/Makefile"
26174 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175 newdev"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/ntdll/Makefile"
26182 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26183 ntdll"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26186 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/ntdll/tests/Makefile"
26190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26191 ntdll/tests"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26194 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/ntdsapi/Makefile"
26198 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199 ntdsapi"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/ntdsapi/tests/Makefile"
26206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26207 ntdsapi/tests"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26210 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/ntoskrnl.exe/Makefile"
26214 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26215 ntoskrnl.exe"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26218 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/ntprint/Makefile"
26222 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223 ntprint"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/ntprint/tests/Makefile"
26230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26231 ntprint/tests"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26234 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/objsel/Makefile"
26238 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26239 objsel"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26242 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/odbc32/Makefile"
26246 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 odbc32"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/odbccp32/Makefile"
26254 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255 odbccp32"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/odbccp32/tests/Makefile"
26262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26263 odbccp32/tests"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26266 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/ole2.dll16/Makefile"
26270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 ole2.dll16"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/ole2conv.dll16/Makefile"
26278 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279 ole2conv.dll16"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/ole2disp.dll16/Makefile"
26286 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287 ole2disp.dll16"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/ole2nls.dll16/Makefile"
26294 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26295 ole2nls.dll16"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26298 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/ole2prox.dll16/Makefile"
26302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303 ole2prox.dll16"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/ole2thk.dll16/Makefile"
26310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26311 ole2thk.dll16"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26314 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/ole32/Makefile"
26318 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319 ole32"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/ole32/tests/Makefile"
26326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26327 ole32/tests"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26330 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/oleacc/Makefile"
26334 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 oleacc"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/oleacc/tests/Makefile"
26342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26343 oleacc/tests"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26346 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/oleaut32/Makefile"
26350 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351 oleaut32"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/oleaut32/tests/Makefile"
26358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26359 oleaut32/tests"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26362 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/olecli.dll16/Makefile"
26366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367 olecli.dll16"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/olecli32/Makefile"
26374 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 olecli32"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/oledlg/Makefile"
26382 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26383 oledlg"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26386 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/olepro32/Makefile"
26390 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 olepro32"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/olesvr.dll16/Makefile"
26398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399 olesvr.dll16"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/olesvr32/Makefile"
26406 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407 olesvr32"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/olethk32/Makefile"
26414 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26415 olethk32"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26418 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/opengl32/Makefile"
26422 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26423 opengl32"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26426 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/opengl32/tests/Makefile"
26430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26431 opengl32/tests"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26434 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 dlls/pdh/Makefile"
26438 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439 pdh"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 dlls/pdh/tests/Makefile"
26446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26447 pdh/tests"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26450 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 dlls/pidgen/Makefile"
26454 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455 pidgen"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 dlls/powrprof/Makefile"
26462 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26463 powrprof"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26466 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 dlls/printui/Makefile"
26470 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471 printui"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/printui/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 dlls/propsys/Makefile"
26478 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26479 propsys"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26482 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485 dlls/psapi/Makefile"
26486 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487 psapi"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493 dlls/psapi/tests/Makefile"
26494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26495 psapi/tests"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26498 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 dlls/pstorec/Makefile"
26502 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26503 pstorec"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26506 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 dlls/qcap/Makefile"
26510 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26511 qcap"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26514 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517 dlls/qedit/Makefile"
26518 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519 qedit"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 dlls/qedit/tests/Makefile"
26526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26527 qedit/tests"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26530 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 dlls/qmgr/Makefile"
26534 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535 qmgr"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 dlls/qmgr/tests/Makefile"
26542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26543 qmgr/tests"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26546 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 dlls/qmgrprxy/Makefile"
26550 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551 qmgrprxy"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 dlls/quartz/Makefile"
26558 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559 quartz"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 dlls/quartz/tests/Makefile"
26566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26567 quartz/tests"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26570 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 dlls/query/Makefile"
26574 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26575 query"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26578 ac_config_files="$ac_config_files dlls/query/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 dlls/rasapi16.dll16/Makefile"
26582 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26583 rasapi16.dll16"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26586 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 dlls/rasapi32/Makefile"
26590 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591 rasapi32"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 dlls/rasapi32/tests/Makefile"
26598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26599 rasapi32/tests"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26602 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 dlls/rasdlg/Makefile"
26606 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607 rasdlg"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 dlls/resutils/Makefile"
26614 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26615 resutils"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26618 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621 dlls/riched20/Makefile"
26622 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26623 riched20"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26626 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 dlls/riched20/tests/Makefile"
26630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26631 riched20/tests"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26634 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637 dlls/riched32/Makefile"
26638 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639 riched32"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 dlls/riched32/tests/Makefile"
26646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26647 riched32/tests"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26650 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653 dlls/rpcrt4/Makefile"
26654 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655 rpcrt4"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 dlls/rpcrt4/tests/Makefile"
26662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26663 rpcrt4/tests"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26666 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 dlls/rsabase/Makefile"
26670 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671 rsabase"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 dlls/rsaenh/Makefile"
26678 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679 rsaenh"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685 dlls/rsaenh/tests/Makefile"
26686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26687 rsaenh/tests"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26690 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693 dlls/sane.ds/Makefile"
26694 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695 sane.ds"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 dlls/sccbase/Makefile"
26702 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26703 sccbase"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26706 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709 dlls/schannel/Makefile"
26710 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711 schannel"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717 dlls/schannel/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719 schannel/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 dlls/secur32/Makefile"
26726 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727 secur32"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 dlls/secur32/tests/Makefile"
26734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26735 secur32/tests"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26738 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741 dlls/security/Makefile"
26742 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743 security"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/security/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 dlls/sensapi/Makefile"
26750 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26751 sensapi"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26754 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 dlls/serialui/Makefile"
26758 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759 serialui"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765 dlls/serialui/tests/Makefile"
26766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26767 serialui/tests"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26770 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 dlls/setupapi/Makefile"
26774 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26775 setupapi"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26778 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781 dlls/setupapi/tests/Makefile"
26782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26783 setupapi/tests"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26786 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 dlls/sfc/Makefile"
26790 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26791 sfc"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26794 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 dlls/sfc_os/Makefile"
26798 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26799 sfc_os"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26802 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805 dlls/shdoclc/Makefile"
26806 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26807 shdoclc"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26810 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 dlls/shdocvw/Makefile"
26814 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26815 shdocvw"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26818 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 dlls/shdocvw/tests/Makefile"
26822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26823 shdocvw/tests"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26826 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 dlls/shell.dll16/Makefile"
26830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26831 shell.dll16"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26834 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 dlls/shell32/Makefile"
26838 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26839 shell32"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26842 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 dlls/shell32/tests/Makefile"
26846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26847 shell32/tests"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26850 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 dlls/shfolder/Makefile"
26854 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855 shfolder"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 dlls/shlwapi/Makefile"
26862 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863 shlwapi"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 dlls/shlwapi/tests/Makefile"
26870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26871 shlwapi/tests"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26874 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 dlls/slbcsp/Makefile"
26878 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26879 slbcsp"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26882 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 dlls/slc/Makefile"
26886 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26887 slc"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26890 ac_config_files="$ac_config_files dlls/slc/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 dlls/snmpapi/Makefile"
26894 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26895 snmpapi"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26898 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 dlls/snmpapi/tests/Makefile"
26902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26903 snmpapi/tests"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26906 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 dlls/softpub/Makefile"
26910 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911 softpub"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 dlls/sound.drv16/Makefile"
26918 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26919 sound.drv16"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26922 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 dlls/spoolss/Makefile"
26926 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26927 spoolss"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26930 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 dlls/spoolss/tests/Makefile"
26934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26935 spoolss/tests"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26938 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941 dlls/stdole2.tlb/Makefile"
26942 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943 stdole2.tlb"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 dlls/stdole32.tlb/Makefile"
26950 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26951 stdole32.tlb"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26954 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 dlls/sti/Makefile"
26958 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26959 sti"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26962 ac_config_files="$ac_config_files dlls/sti/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 dlls/storage.dll16/Makefile"
26966 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26967 storage.dll16"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26970 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 dlls/stress.dll16/Makefile"
26974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26975 stress.dll16"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26978 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 dlls/strmiids/Makefile"
26982 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26983 strmiids"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26986 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989 dlls/svrapi/Makefile"
26990 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26991 svrapi"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26994 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 dlls/sxs/Makefile"
26998 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26999 sxs"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27002 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 dlls/t2embed/Makefile"
27006 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27007 t2embed"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27010 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013 dlls/tapi32/Makefile"
27014 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27015 tapi32"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27018 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 dlls/traffic/Makefile"
27022 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27023 traffic"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27026 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 dlls/twain.dll16/Makefile"
27030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27031 twain.dll16"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27034 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 dlls/twain_32/Makefile"
27038 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039 twain_32"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045 dlls/twain_32/tests/Makefile"
27046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27047 twain_32/tests"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27050 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 dlls/typelib.dll16/Makefile"
27054 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27055 typelib.dll16"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27058 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 dlls/unicows/Makefile"
27062 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27063 unicows"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27066 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 dlls/updspapi/Makefile"
27070 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071 updspapi"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 dlls/url/Makefile"
27078 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27079 url"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27082 ac_config_files="$ac_config_files dlls/url/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 dlls/urlmon/Makefile"
27086 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27087 urlmon"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27090 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 dlls/urlmon/tests/Makefile"
27094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27095 urlmon/tests"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27098 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101 dlls/user32/Makefile"
27102 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27103 user32"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27106 ac_config_files="$ac_config_files dlls/user32/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 dlls/user32/tests/Makefile"
27110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27111 user32/tests"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27114 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 dlls/userenv/Makefile"
27118 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119 userenv"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 dlls/userenv/tests/Makefile"
27126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27127 userenv/tests"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27130 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 dlls/usp10/Makefile"
27134 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27135 usp10"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27138 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 dlls/usp10/tests/Makefile"
27142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27143 usp10/tests"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27146 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149 dlls/uuid/Makefile"
27150 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27151 uuid"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27154 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 dlls/uxtheme/Makefile"
27158 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27159 uxtheme"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27162 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 dlls/uxtheme/tests/Makefile"
27166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27167 uxtheme/tests"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27170 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 dlls/vdhcp.vxd/Makefile"
27174 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175 vdhcp.vxd"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 dlls/vdmdbg/Makefile"
27182 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27183 vdmdbg"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27186 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 dlls/version/Makefile"
27190 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191 version"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/version/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 dlls/version/tests/Makefile"
27198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27199 version/tests"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27202 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 dlls/vmm.vxd/Makefile"
27206 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27207 vmm.vxd"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27210 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 dlls/vnbt.vxd/Makefile"
27214 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27215 vnbt.vxd"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27218 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 dlls/vnetbios.vxd/Makefile"
27222 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27223 vnetbios.vxd"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27226 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 dlls/vtdapi.vxd/Makefile"
27230 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27231 vtdapi.vxd"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27234 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 dlls/vwin32.vxd/Makefile"
27238 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27239 vwin32.vxd"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27242 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 dlls/w32skrnl/Makefile"
27246 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27247 w32skrnl"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27250 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 dlls/w32sys.dll16/Makefile"
27254 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27255 w32sys.dll16"
27256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27257 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27258 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27260 ALL_MAKEFILES="$ALL_MAKEFILES \\
27261 dlls/wbemprox/Makefile"
27262 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27263 wbemprox"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27266 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269 dlls/win32s16.dll16/Makefile"
27270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27271 win32s16.dll16"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27274 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277 dlls/win87em.dll16/Makefile"
27278 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27279 win87em.dll16"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27282 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 dlls/winaspi.dll16/Makefile"
27286 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27287 winaspi.dll16"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27290 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 dlls/windebug.dll16/Makefile"
27294 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27295 windebug.dll16"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27298 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 dlls/winealsa.drv/Makefile"
27302 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27303 winealsa.drv"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27306 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 dlls/wineaudioio.drv/Makefile"
27310 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27311 wineaudioio.drv"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27314 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317 dlls/winecoreaudio.drv/Makefile"
27318 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27319 winecoreaudio.drv"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27322 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325 dlls/winecrt0/Makefile"
27326 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27327 winecrt0"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27330 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 dlls/wined3d/Makefile"
27334 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27335 wined3d"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27338 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341 dlls/winedos/Makefile"
27342 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27343 winedos"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27346 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349 dlls/wineesd.drv/Makefile"
27350 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27351 wineesd.drv"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27354 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357 dlls/winejack.drv/Makefile"
27358 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27359 winejack.drv"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27362 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365 dlls/winejoystick.drv/Makefile"
27366 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27367 winejoystick.drv"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27370 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373 dlls/winemp3.acm/Makefile"
27374 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27375 winemp3.acm"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27378 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381 dlls/winenas.drv/Makefile"
27382 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27383 winenas.drv"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27386 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389 dlls/wineoss.drv/Makefile"
27390 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27391 wineoss.drv"
27392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27393 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27394 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27396 ALL_MAKEFILES="$ALL_MAKEFILES \\
27397 dlls/wineps.drv/Makefile"
27398 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27399 wineps.drv"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27402 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 dlls/winequartz.drv/Makefile"
27406 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27407 winequartz.drv"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27410 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413 dlls/winex11.drv/Makefile"
27414 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27415 winex11.drv"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27418 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421 dlls/wing32/Makefile"
27422 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27423 wing32"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27426 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429 dlls/winhttp/Makefile"
27430 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27431 winhttp"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27434 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437 dlls/winhttp/tests/Makefile"
27438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27439 winhttp/tests"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27442 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445 dlls/wininet/Makefile"
27446 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27447 wininet"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27450 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453 dlls/wininet/tests/Makefile"
27454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27455 wininet/tests"
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27458 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461 dlls/winmm/Makefile"
27462 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27463 winmm"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27466 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 dlls/winmm/tests/Makefile"
27470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27471 winmm/tests"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27474 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477 dlls/winnls.dll16/Makefile"
27478 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27479 winnls.dll16"
27480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27481 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27482 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27484 ALL_MAKEFILES="$ALL_MAKEFILES \\
27485 dlls/winnls32/Makefile"
27486 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27487 winnls32"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27490 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493 dlls/winscard/Makefile"
27494 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27495 winscard"
27496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27497 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27498 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27500 ALL_MAKEFILES="$ALL_MAKEFILES \\
27501 dlls/winspool.drv/Makefile"
27502 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27503 winspool.drv"
27504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27505 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27506 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27508 ALL_MAKEFILES="$ALL_MAKEFILES \\
27509 dlls/winspool.drv/tests/Makefile"
27510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27511 winspool.drv/tests"
27512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27513 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27514 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27516 ALL_MAKEFILES="$ALL_MAKEFILES \\
27517 dlls/wintab.dll16/Makefile"
27518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27519 wintab.dll16"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27522 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525 dlls/wintab32/Makefile"
27526 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27527 wintab32"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27530 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533 dlls/wintrust/Makefile"
27534 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27535 wintrust"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27538 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 dlls/wintrust/tests/Makefile"
27542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27543 wintrust/tests"
27544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27545 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27546 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27548 ALL_MAKEFILES="$ALL_MAKEFILES \\
27549 dlls/wldap32/Makefile"
27550 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27551 wldap32"
27552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27553 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27554 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27556 ALL_MAKEFILES="$ALL_MAKEFILES \\
27557 dlls/wldap32/tests/Makefile"
27558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27559 wldap32/tests"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27562 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 dlls/wmi/Makefile"
27566 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27567 wmi"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27570 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573 dlls/wnaspi32/Makefile"
27574 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27575 wnaspi32"
27576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27577 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27578 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27580 ALL_MAKEFILES="$ALL_MAKEFILES \\
27581 dlls/wow32/Makefile"
27582 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27583 wow32"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27586 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589 dlls/ws2_32/Makefile"
27590 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27591 ws2_32"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27594 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 dlls/ws2_32/tests/Makefile"
27598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27599 ws2_32/tests"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27602 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605 dlls/wsock32/Makefile"
27606 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27607 wsock32"
27608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27609 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27610 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27612 ALL_MAKEFILES="$ALL_MAKEFILES \\
27613 dlls/wtsapi32/Makefile"
27614 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27615 wtsapi32"
27616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27617 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27618 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27620 ALL_MAKEFILES="$ALL_MAKEFILES \\
27621 dlls/wuapi/Makefile"
27622 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27623 wuapi"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27626 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629 dlls/xinput1_1/Makefile"
27630 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27631 xinput1_1"
27632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27633 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27634 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27636 ALL_MAKEFILES="$ALL_MAKEFILES \\
27637 dlls/xinput1_2/Makefile"
27638 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27639 xinput1_2"
27640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27641 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27642 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27644 ALL_MAKEFILES="$ALL_MAKEFILES \\
27645 dlls/xinput1_3/Makefile"
27646 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27647 xinput1_3"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27650 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 dlls/xinput1_3/tests/Makefile"
27654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27655 xinput1_3/tests"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27658 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 dlls/xinput9_1_0/Makefile"
27662 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27663 xinput9_1_0"
27664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27665 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27666 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27668 ALL_MAKEFILES="$ALL_MAKEFILES \\
27669 dlls/xmllite/Makefile"
27670 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27671 xmllite"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27674 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677 documentation/Makefile"
27678 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27679 documentation"
27680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27681 documentation/Makefile: documentation/Makefile.in Make.rules"
27682 ac_config_files="$ac_config_files documentation/Makefile"
27684 ALL_MAKEFILES="$ALL_MAKEFILES \\
27685 fonts/Makefile"
27686 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27687 fonts"
27688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27689 fonts/Makefile: fonts/Makefile.in Make.rules"
27690 ac_config_files="$ac_config_files fonts/Makefile"
27692 ALL_MAKEFILES="$ALL_MAKEFILES \\
27693 include/Makefile"
27694 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27695 include"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 include/Makefile: include/Makefile.in Make.rules"
27698 ac_config_files="$ac_config_files include/Makefile"
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701 libs/Makefile"
27702 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27703 libs"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 libs/Makefile: libs/Makefile.in Make.rules"
27706 ac_config_files="$ac_config_files libs/Makefile"
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709 libs/port/Makefile"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27713 ac_config_files="$ac_config_files libs/port/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 libs/wine/Makefile"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27720 ac_config_files="$ac_config_files libs/wine/Makefile"
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723 libs/wpp/Makefile"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27727 ac_config_files="$ac_config_files libs/wpp/Makefile"
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730 loader/Makefile"
27731 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27732 loader"
27733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27734 loader/Makefile: loader/Makefile.in Make.rules"
27735 ac_config_files="$ac_config_files loader/Makefile"
27737 ALL_MAKEFILES="$ALL_MAKEFILES \\
27738 programs/Makefile"
27739 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27740 programs"
27741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27742 programs/Makefile: programs/Makefile.in Make.rules"
27743 ac_config_files="$ac_config_files programs/Makefile"
27745 ALL_MAKEFILES="$ALL_MAKEFILES \\
27746 programs/cacls/Makefile"
27747 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27748 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27749 cacls"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27752 ac_config_files="$ac_config_files programs/cacls/Makefile"
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755 programs/clock/Makefile"
27756 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27757 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27758 clock"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27761 ac_config_files="$ac_config_files programs/clock/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 programs/cmd/Makefile"
27765 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27766 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27767 cmd"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27770 ac_config_files="$ac_config_files programs/cmd/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 programs/cmdlgtst/Makefile"
27774 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27775 cmdlgtst"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27778 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 programs/control/Makefile"
27782 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27783 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27784 control"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/control/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/eject/Makefile"
27791 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 eject"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/eject/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/expand/Makefile"
27800 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 expand"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/expand/Makefile"
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808 programs/explorer/Makefile"
27809 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811 explorer"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/explorer/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 programs/hh/Makefile"
27818 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/hh/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 programs/icinfo/Makefile"
27827 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27829 icinfo"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/iexplore/Makefile"
27836 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 iexplore"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/lodctr/Makefile"
27845 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 lodctr"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27850 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 programs/msiexec/Makefile"
27854 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27855 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27856 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27857 msiexec"
27858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27859 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27860 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27862 ALL_MAKEFILES="$ALL_MAKEFILES \\
27863 programs/net/Makefile"
27864 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27865 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27866 net"
27867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27868 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27869 ac_config_files="$ac_config_files programs/net/Makefile"
27871 ALL_MAKEFILES="$ALL_MAKEFILES \\
27872 programs/notepad/Makefile"
27873 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27874 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27875 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27876 notepad"
27877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27878 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27879 ac_config_files="$ac_config_files programs/notepad/Makefile"
27881 ALL_MAKEFILES="$ALL_MAKEFILES \\
27882 programs/oleview/Makefile"
27883 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27884 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27885 oleview"
27886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27887 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27888 ac_config_files="$ac_config_files programs/oleview/Makefile"
27890 ALL_MAKEFILES="$ALL_MAKEFILES \\
27891 programs/progman/Makefile"
27892 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27893 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27894 progman"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27897 ac_config_files="$ac_config_files programs/progman/Makefile"
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900 programs/reg/Makefile"
27901 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27902 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27903 reg"
27904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27905 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27906 ac_config_files="$ac_config_files programs/reg/Makefile"
27908 ALL_MAKEFILES="$ALL_MAKEFILES \\
27909 programs/regedit/Makefile"
27910 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27911 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27912 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27913 regedit"
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27916 ac_config_files="$ac_config_files programs/regedit/Makefile"
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919 programs/regsvr32/Makefile"
27920 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27921 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27922 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27923 regsvr32"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 programs/rpcss/Makefile"
27930 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932 rpcss"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938 programs/rundll32/Makefile"
27939 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 rundll32"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947 programs/secedit/Makefile"
27948 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950 secedit"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/secedit/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 programs/services/Makefile"
27957 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959 services"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27962 ac_config_files="$ac_config_files programs/services/Makefile"
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965 programs/spoolsv/Makefile"
27966 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27967 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27968 spoolsv"
27969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27970 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27971 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27973 ALL_MAKEFILES="$ALL_MAKEFILES \\
27974 programs/start/Makefile"
27975 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27976 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27977 start"
27978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27979 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27980 ac_config_files="$ac_config_files programs/start/Makefile"
27982 ALL_MAKEFILES="$ALL_MAKEFILES \\
27983 programs/svchost/Makefile"
27984 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27985 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27986 svchost"
27987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27988 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27989 ac_config_files="$ac_config_files programs/svchost/Makefile"
27991 ALL_MAKEFILES="$ALL_MAKEFILES \\
27992 programs/taskmgr/Makefile"
27993 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27994 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27995 taskmgr"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27998 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 programs/termsv/Makefile"
28002 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28003 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28004 termsv"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28007 ac_config_files="$ac_config_files programs/termsv/Makefile"
28009 ALL_MAKEFILES="$ALL_MAKEFILES \\
28010 programs/uninstaller/Makefile"
28011 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28012 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28013 uninstaller"
28014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28015 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28016 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28018 ALL_MAKEFILES="$ALL_MAKEFILES \\
28019 programs/unlodctr/Makefile"
28020 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28021 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28022 unlodctr"
28023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28024 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28025 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28027 ALL_MAKEFILES="$ALL_MAKEFILES \\
28028 programs/view/Makefile"
28029 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28030 view"
28031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28032 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28033 ac_config_files="$ac_config_files programs/view/Makefile"
28035 ALL_MAKEFILES="$ALL_MAKEFILES \\
28036 programs/wineboot/Makefile"
28037 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28038 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28039 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28040 wineboot"
28041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28042 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28043 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28045 ALL_MAKEFILES="$ALL_MAKEFILES \\
28046 programs/winebrowser/Makefile"
28047 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28048 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28049 winebrowser"
28050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28051 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28052 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28054 ALL_MAKEFILES="$ALL_MAKEFILES \\
28055 programs/winecfg/Makefile"
28056 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28057 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28058 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28059 winecfg"
28060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28061 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28062 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28064 ALL_MAKEFILES="$ALL_MAKEFILES \\
28065 programs/wineconsole/Makefile"
28066 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28067 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28068 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28069 wineconsole"
28070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28071 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28072 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28074 ALL_MAKEFILES="$ALL_MAKEFILES \\
28075 programs/winedbg/Makefile"
28076 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28077 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28078 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28079 winedbg"
28080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28081 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28082 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28084 ALL_MAKEFILES="$ALL_MAKEFILES \\
28085 programs/winedevice/Makefile"
28086 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28087 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28088 winedevice"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/winefile/Makefile"
28095 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28098 winefile"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/winefile/Makefile"
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104 programs/winemenubuilder/Makefile"
28105 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28107 winemenubuilder"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/winemine/Makefile"
28114 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28117 winemine"
28118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28119 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28120 ac_config_files="$ac_config_files programs/winemine/Makefile"
28122 ALL_MAKEFILES="$ALL_MAKEFILES \\
28123 programs/winepath/Makefile"
28124 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28125 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28126 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28127 winepath"
28128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28129 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28130 ac_config_files="$ac_config_files programs/winepath/Makefile"
28132 ALL_MAKEFILES="$ALL_MAKEFILES \\
28133 programs/winetest/Makefile"
28134 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28135 winetest"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/winetest/Makefile"
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141 programs/winevdm/Makefile"
28142 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28144 winevdm"
28145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28146 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28147 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28149 ALL_MAKEFILES="$ALL_MAKEFILES \\
28150 programs/winhelp.exe16/Makefile"
28151 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28152 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28153 winhelp.exe16"
28154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28155 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28156 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28158 ALL_MAKEFILES="$ALL_MAKEFILES \\
28159 programs/winhlp32/Makefile"
28160 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28161 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28162 winhlp32"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28165 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168 programs/winoldap.mod16/Makefile"
28169 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28170 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28171 winoldap.mod16"
28172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28173 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28174 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28176 ALL_MAKEFILES="$ALL_MAKEFILES \\
28177 programs/winver/Makefile"
28178 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28179 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28180 winver"
28181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28182 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28183 ac_config_files="$ac_config_files programs/winver/Makefile"
28185 ALL_MAKEFILES="$ALL_MAKEFILES \\
28186 programs/wordpad/Makefile"
28187 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28188 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28189 wordpad"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28192 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 programs/write/Makefile"
28196 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28197 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28198 write"
28199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28200 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28201 ac_config_files="$ac_config_files programs/write/Makefile"
28203 ALL_MAKEFILES="$ALL_MAKEFILES \\
28204 programs/xcopy/Makefile"
28205 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28206 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28207 xcopy"
28208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28209 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28210 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28212 ALL_MAKEFILES="$ALL_MAKEFILES \\
28213 server/Makefile"
28214 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28215 server"
28216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28217 server/Makefile: server/Makefile.in Make.rules"
28218 ac_config_files="$ac_config_files server/Makefile"
28220 ALL_MAKEFILES="$ALL_MAKEFILES \\
28221 tools/Makefile"
28222 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28223 tools"
28224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28225 tools/Makefile: tools/Makefile.in Make.rules"
28226 ac_config_files="$ac_config_files tools/Makefile"
28228 ALL_MAKEFILES="$ALL_MAKEFILES \\
28229 tools/widl/Makefile"
28231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28232 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28233 ac_config_files="$ac_config_files tools/widl/Makefile"
28235 ALL_MAKEFILES="$ALL_MAKEFILES \\
28236 tools/winebuild/Makefile"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28240 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 tools/winedump/Makefile"
28245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28246 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28247 ac_config_files="$ac_config_files tools/winedump/Makefile"
28249 ALL_MAKEFILES="$ALL_MAKEFILES \\
28250 tools/winegcc/Makefile"
28252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28253 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28254 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28256 ALL_MAKEFILES="$ALL_MAKEFILES \\
28257 tools/wmc/Makefile"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28261 ac_config_files="$ac_config_files tools/wmc/Makefile"
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264 tools/wrc/Makefile"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28268 ac_config_files="$ac_config_files tools/wrc/Makefile"
28272 ALL_WINETEST_DEPENDS="# Test binaries"
28274 for dir in $ALL_TEST_DIRS
28276 if test "$dir" != "\\"
28277 then
28278 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28279 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28280 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28281 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28283 done
28285 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28287 cat >confcache <<\_ACEOF
28288 # This file is a shell script that caches the results of configure
28289 # tests run on this system so they can be shared between configure
28290 # scripts and configure runs, see configure's option --config-cache.
28291 # It is not useful on other systems. If it contains results you don't
28292 # want to keep, you may remove or edit it.
28294 # config.status only pays attention to the cache file if you give it
28295 # the --recheck option to rerun configure.
28297 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28298 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28299 # following values.
28301 _ACEOF
28303 # The following way of writing the cache mishandles newlines in values,
28304 # but we know of no workaround that is simple, portable, and efficient.
28305 # So, we kill variables containing newlines.
28306 # Ultrix sh set writes to stderr and can't be redirected directly,
28307 # and sets the high bit in the cache file unless we assign to the vars.
28309 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28310 eval ac_val=\$$ac_var
28311 case $ac_val in #(
28312 *${as_nl}*)
28313 case $ac_var in #(
28314 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28315 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28316 esac
28317 case $ac_var in #(
28318 _ | IFS | as_nl) ;; #(
28319 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28320 *) $as_unset $ac_var ;;
28321 esac ;;
28322 esac
28323 done
28325 (set) 2>&1 |
28326 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28327 *${as_nl}ac_space=\ *)
28328 # `set' does not quote correctly, so add quotes (double-quote
28329 # substitution turns \\\\ into \\, and sed turns \\ into \).
28330 sed -n \
28331 "s/'/'\\\\''/g;
28332 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28333 ;; #(
28335 # `set' quotes correctly as required by POSIX, so do not add quotes.
28336 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28338 esac |
28339 sort
28341 sed '
28342 /^ac_cv_env_/b end
28343 t clear
28344 :clear
28345 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28346 t end
28347 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28348 :end' >>confcache
28349 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28350 if test -w "$cache_file"; then
28351 test "x$cache_file" != "x/dev/null" &&
28352 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28353 $as_echo "$as_me: updating cache $cache_file" >&6;}
28354 cat confcache >$cache_file
28355 else
28356 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28357 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28360 rm -f confcache
28362 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28363 # Let make expand exec_prefix.
28364 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28366 DEFS=-DHAVE_CONFIG_H
28368 ac_libobjs=
28369 ac_ltlibobjs=
28370 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28371 # 1. Remove the extension, and $U if already installed.
28372 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28373 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28374 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28375 # will be set to the directory where LIBOBJS objects are built.
28376 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28377 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28378 done
28379 LIBOBJS=$ac_libobjs
28381 LTLIBOBJS=$ac_ltlibobjs
28385 : ${CONFIG_STATUS=./config.status}
28386 ac_write_fail=0
28387 ac_clean_files_save=$ac_clean_files
28388 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28389 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28390 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28391 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28392 #! $SHELL
28393 # Generated by $as_me.
28394 # Run this file to recreate the current configuration.
28395 # Compiler output produced by configure, useful for debugging
28396 # configure, is in config.log if it exists.
28398 debug=false
28399 ac_cs_recheck=false
28400 ac_cs_silent=false
28401 SHELL=\${CONFIG_SHELL-$SHELL}
28402 _ACEOF
28404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28405 ## --------------------- ##
28406 ## M4sh Initialization. ##
28407 ## --------------------- ##
28409 # Be more Bourne compatible
28410 DUALCASE=1; export DUALCASE # for MKS sh
28411 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28412 emulate sh
28413 NULLCMD=:
28414 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28415 # is contrary to our usage. Disable this feature.
28416 alias -g '${1+"$@"}'='"$@"'
28417 setopt NO_GLOB_SUBST
28418 else
28419 case `(set -o) 2>/dev/null` in
28420 *posix*) set -o posix ;;
28421 esac
28428 # PATH needs CR
28429 # Avoid depending upon Character Ranges.
28430 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28431 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28432 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28433 as_cr_digits='0123456789'
28434 as_cr_alnum=$as_cr_Letters$as_cr_digits
28436 as_nl='
28438 export as_nl
28439 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28440 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28441 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28442 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28443 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28444 as_echo='printf %s\n'
28445 as_echo_n='printf %s'
28446 else
28447 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28448 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28449 as_echo_n='/usr/ucb/echo -n'
28450 else
28451 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28452 as_echo_n_body='eval
28453 arg=$1;
28454 case $arg in
28455 *"$as_nl"*)
28456 expr "X$arg" : "X\\(.*\\)$as_nl";
28457 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28458 esac;
28459 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28461 export as_echo_n_body
28462 as_echo_n='sh -c $as_echo_n_body as_echo'
28464 export as_echo_body
28465 as_echo='sh -c $as_echo_body as_echo'
28468 # The user is always right.
28469 if test "${PATH_SEPARATOR+set}" != set; then
28470 PATH_SEPARATOR=:
28471 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28472 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28473 PATH_SEPARATOR=';'
28477 # Support unset when possible.
28478 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28479 as_unset=unset
28480 else
28481 as_unset=false
28485 # IFS
28486 # We need space, tab and new line, in precisely that order. Quoting is
28487 # there to prevent editors from complaining about space-tab.
28488 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28489 # splitting by setting IFS to empty value.)
28490 IFS=" "" $as_nl"
28492 # Find who we are. Look in the path if we contain no directory separator.
28493 case $0 in
28494 *[\\/]* ) as_myself=$0 ;;
28495 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28496 for as_dir in $PATH
28498 IFS=$as_save_IFS
28499 test -z "$as_dir" && as_dir=.
28500 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28501 done
28502 IFS=$as_save_IFS
28505 esac
28506 # We did not find ourselves, most probably we were run as `sh COMMAND'
28507 # in which case we are not to be found in the path.
28508 if test "x$as_myself" = x; then
28509 as_myself=$0
28511 if test ! -f "$as_myself"; then
28512 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28513 { (exit 1); exit 1; }
28516 # Work around bugs in pre-3.0 UWIN ksh.
28517 for as_var in ENV MAIL MAILPATH
28518 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28519 done
28520 PS1='$ '
28521 PS2='> '
28522 PS4='+ '
28524 # NLS nuisances.
28525 LC_ALL=C
28526 export LC_ALL
28527 LANGUAGE=C
28528 export LANGUAGE
28530 # Required to use basename.
28531 if expr a : '\(a\)' >/dev/null 2>&1 &&
28532 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28533 as_expr=expr
28534 else
28535 as_expr=false
28538 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28539 as_basename=basename
28540 else
28541 as_basename=false
28545 # Name of the executable.
28546 as_me=`$as_basename -- "$0" ||
28547 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28548 X"$0" : 'X\(//\)$' \| \
28549 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28550 $as_echo X/"$0" |
28551 sed '/^.*\/\([^/][^/]*\)\/*$/{
28552 s//\1/
28555 /^X\/\(\/\/\)$/{
28556 s//\1/
28559 /^X\/\(\/\).*/{
28560 s//\1/
28563 s/.*/./; q'`
28565 # CDPATH.
28566 $as_unset CDPATH
28570 as_lineno_1=$LINENO
28571 as_lineno_2=$LINENO
28572 test "x$as_lineno_1" != "x$as_lineno_2" &&
28573 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28575 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28576 # uniformly replaced by the line number. The first 'sed' inserts a
28577 # line-number line after each line using $LINENO; the second 'sed'
28578 # does the real work. The second script uses 'N' to pair each
28579 # line-number line with the line containing $LINENO, and appends
28580 # trailing '-' during substitution so that $LINENO is not a special
28581 # case at line end.
28582 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28583 # scripts with optimization help from Paolo Bonzini. Blame Lee
28584 # E. McMahon (1931-1989) for sed's syntax. :-)
28585 sed -n '
28587 /[$]LINENO/=
28588 ' <$as_myself |
28589 sed '
28590 s/[$]LINENO.*/&-/
28591 t lineno
28593 :lineno
28595 :loop
28596 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28597 t loop
28598 s/-\n.*//
28599 ' >$as_me.lineno &&
28600 chmod +x "$as_me.lineno" ||
28601 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28602 { (exit 1); exit 1; }; }
28604 # Don't try to exec as it changes $[0], causing all sort of problems
28605 # (the dirname of $[0] is not the place where we might find the
28606 # original and so on. Autoconf is especially sensitive to this).
28607 . "./$as_me.lineno"
28608 # Exit status is that of the last command.
28609 exit
28613 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28614 as_dirname=dirname
28615 else
28616 as_dirname=false
28619 ECHO_C= ECHO_N= ECHO_T=
28620 case `echo -n x` in
28621 -n*)
28622 case `echo 'x\c'` in
28623 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28624 *) ECHO_C='\c';;
28625 esac;;
28627 ECHO_N='-n';;
28628 esac
28629 if expr a : '\(a\)' >/dev/null 2>&1 &&
28630 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28631 as_expr=expr
28632 else
28633 as_expr=false
28636 rm -f conf$$ conf$$.exe conf$$.file
28637 if test -d conf$$.dir; then
28638 rm -f conf$$.dir/conf$$.file
28639 else
28640 rm -f conf$$.dir
28641 mkdir conf$$.dir 2>/dev/null
28643 if (echo >conf$$.file) 2>/dev/null; then
28644 if ln -s conf$$.file conf$$ 2>/dev/null; then
28645 as_ln_s='ln -s'
28646 # ... but there are two gotchas:
28647 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28648 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28649 # In both cases, we have to default to `cp -p'.
28650 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28651 as_ln_s='cp -p'
28652 elif ln conf$$.file conf$$ 2>/dev/null; then
28653 as_ln_s=ln
28654 else
28655 as_ln_s='cp -p'
28657 else
28658 as_ln_s='cp -p'
28660 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28661 rmdir conf$$.dir 2>/dev/null
28663 if mkdir -p . 2>/dev/null; then
28664 as_mkdir_p=:
28665 else
28666 test -d ./-p && rmdir ./-p
28667 as_mkdir_p=false
28670 if test -x / >/dev/null 2>&1; then
28671 as_test_x='test -x'
28672 else
28673 if ls -dL / >/dev/null 2>&1; then
28674 as_ls_L_option=L
28675 else
28676 as_ls_L_option=
28678 as_test_x='
28679 eval sh -c '\''
28680 if test -d "$1"; then
28681 test -d "$1/.";
28682 else
28683 case $1 in
28684 -*)set "./$1";;
28685 esac;
28686 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28687 ???[sx]*):;;*)false;;esac;fi
28688 '\'' sh
28691 as_executable_p=$as_test_x
28693 # Sed expression to map a string onto a valid CPP name.
28694 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28696 # Sed expression to map a string onto a valid variable name.
28697 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28700 exec 6>&1
28702 # Save the log message, to keep $[0] and so on meaningful, and to
28703 # report actual input values of CONFIG_FILES etc. instead of their
28704 # values after options handling.
28705 ac_log="
28706 This file was extended by Wine $as_me 1.1.22, which was
28707 generated by GNU Autoconf 2.63. Invocation command line was
28709 CONFIG_FILES = $CONFIG_FILES
28710 CONFIG_HEADERS = $CONFIG_HEADERS
28711 CONFIG_LINKS = $CONFIG_LINKS
28712 CONFIG_COMMANDS = $CONFIG_COMMANDS
28713 $ $0 $@
28715 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28718 _ACEOF
28720 case $ac_config_files in *"
28721 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28722 esac
28724 case $ac_config_headers in *"
28725 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28726 esac
28729 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28730 # Files that config.status was made for.
28731 config_files="$ac_config_files"
28732 config_headers="$ac_config_headers"
28733 config_commands="$ac_config_commands"
28735 _ACEOF
28737 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28738 ac_cs_usage="\
28739 \`$as_me' instantiates files from templates according to the
28740 current configuration.
28742 Usage: $0 [OPTION]... [FILE]...
28744 -h, --help print this help, then exit
28745 -V, --version print version number and configuration settings, then exit
28746 -q, --quiet, --silent
28747 do not print progress messages
28748 -d, --debug don't remove temporary files
28749 --recheck update $as_me by reconfiguring in the same conditions
28750 --file=FILE[:TEMPLATE]
28751 instantiate the configuration file FILE
28752 --header=FILE[:TEMPLATE]
28753 instantiate the configuration header FILE
28755 Configuration files:
28756 $config_files
28758 Configuration headers:
28759 $config_headers
28761 Configuration commands:
28762 $config_commands
28764 Report bugs to <bug-autoconf@gnu.org>."
28766 _ACEOF
28767 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28768 ac_cs_version="\\
28769 Wine config.status 1.1.22
28770 configured by $0, generated by GNU Autoconf 2.63,
28771 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28773 Copyright (C) 2008 Free Software Foundation, Inc.
28774 This config.status script is free software; the Free Software Foundation
28775 gives unlimited permission to copy, distribute and modify it."
28777 ac_pwd='$ac_pwd'
28778 srcdir='$srcdir'
28779 INSTALL='$INSTALL'
28780 test -n "\$AWK" || AWK=awk
28781 _ACEOF
28783 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28784 # The default lists apply if the user does not specify any file.
28785 ac_need_defaults=:
28786 while test $# != 0
28788 case $1 in
28789 --*=*)
28790 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28791 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28792 ac_shift=:
28795 ac_option=$1
28796 ac_optarg=$2
28797 ac_shift=shift
28799 esac
28801 case $ac_option in
28802 # Handling of the options.
28803 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28804 ac_cs_recheck=: ;;
28805 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28806 $as_echo "$ac_cs_version"; exit ;;
28807 --debug | --debu | --deb | --de | --d | -d )
28808 debug=: ;;
28809 --file | --fil | --fi | --f )
28810 $ac_shift
28811 case $ac_optarg in
28812 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28813 esac
28814 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28815 ac_need_defaults=false;;
28816 --header | --heade | --head | --hea )
28817 $ac_shift
28818 case $ac_optarg in
28819 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28820 esac
28821 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28822 ac_need_defaults=false;;
28823 --he | --h)
28824 # Conflict between --help and --header
28825 { $as_echo "$as_me: error: ambiguous option: $1
28826 Try \`$0 --help' for more information." >&2
28827 { (exit 1); exit 1; }; };;
28828 --help | --hel | -h )
28829 $as_echo "$ac_cs_usage"; exit ;;
28830 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28831 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28832 ac_cs_silent=: ;;
28834 # This is an error.
28835 -*) { $as_echo "$as_me: error: unrecognized option: $1
28836 Try \`$0 --help' for more information." >&2
28837 { (exit 1); exit 1; }; } ;;
28839 *) ac_config_targets="$ac_config_targets $1"
28840 ac_need_defaults=false ;;
28842 esac
28843 shift
28844 done
28846 ac_configure_extra_args=
28848 if $ac_cs_silent; then
28849 exec 6>/dev/null
28850 ac_configure_extra_args="$ac_configure_extra_args --silent"
28853 _ACEOF
28854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28855 if \$ac_cs_recheck; then
28856 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28857 shift
28858 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28859 CONFIG_SHELL='$SHELL'
28860 export CONFIG_SHELL
28861 exec "\$@"
28864 _ACEOF
28865 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28866 exec 5>>config.log
28868 echo
28869 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28870 ## Running $as_me. ##
28871 _ASBOX
28872 $as_echo "$ac_log"
28873 } >&5
28875 _ACEOF
28876 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28877 _ACEOF
28879 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28881 # Handling of arguments.
28882 for ac_config_target in $ac_config_targets
28884 case $ac_config_target in
28885 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28886 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28887 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28888 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28889 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28890 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28891 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28892 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28893 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28894 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28895 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28896 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28897 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28898 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28899 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28900 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28901 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28902 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28903 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28904 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28905 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28906 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28907 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28908 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28909 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28910 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28911 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28912 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28913 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28914 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28915 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28916 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28917 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28918 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28919 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28920 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28921 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28922 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28923 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28924 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28925 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28926 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28927 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28928 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28929 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28930 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28931 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28932 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28933 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28934 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28935 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28936 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28937 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28938 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28939 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28940 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28941 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28942 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28943 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28944 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28945 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28946 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28947 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28948 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28949 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28950 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28951 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28952 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28953 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28954 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28955 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28956 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28957 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28958 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28959 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28960 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28961 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28962 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28963 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28964 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28965 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28966 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28967 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28968 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28969 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28970 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28971 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28972 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28973 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28974 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28975 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28976 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28977 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28978 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28979 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28980 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28981 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28982 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28983 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28984 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28985 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28986 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28987 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28988 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28989 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28990 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28991 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28992 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28993 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28994 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28995 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28996 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28997 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28998 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28999 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29000 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29001 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29002 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29003 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29004 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29005 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29006 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29007 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29008 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29009 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29010 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29011 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29012 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29013 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29014 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29015 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29016 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29017 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29018 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29019 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29020 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29021 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29022 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29023 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29024 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29025 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29026 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29027 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29028 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29029 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29030 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29031 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29032 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29033 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29034 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29035 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29036 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29037 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29038 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29039 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29040 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29041 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29042 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29043 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29044 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29045 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29046 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29047 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29048 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29049 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29050 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29051 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29052 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29053 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29054 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29055 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29056 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29057 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29058 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29059 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29060 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29061 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29062 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29063 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29064 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29065 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29066 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29067 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29068 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29069 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29070 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29071 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29072 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29073 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29074 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29075 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29076 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29077 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29078 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29079 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29080 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29081 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29082 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29083 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29084 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29085 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29086 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29087 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29088 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29089 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29090 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29091 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29092 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29093 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29094 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29095 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29096 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29097 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29098 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29099 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29100 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29101 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29102 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29103 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29104 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29105 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29106 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29107 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29108 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29109 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29110 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29111 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29112 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29113 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29114 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29115 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29116 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29117 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29118 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29119 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29120 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29121 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29122 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29123 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29124 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29125 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29126 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29127 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29128 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29129 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29130 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29131 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29132 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29133 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29134 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29135 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29136 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29137 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29138 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29139 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29140 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29141 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29142 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29143 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29144 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29145 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29146 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29147 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29148 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29149 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29150 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29151 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29152 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29153 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29154 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29155 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29156 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29157 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29158 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29159 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29160 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29161 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29162 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29163 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29164 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29165 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29166 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29167 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29168 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29169 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29170 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29171 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29172 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29173 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29174 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29175 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29176 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29177 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29178 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29179 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29180 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29181 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29182 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29183 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29184 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29185 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29186 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29187 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29188 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29189 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29190 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29191 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29192 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29193 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29194 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29195 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29196 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29197 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29198 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29199 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29200 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29201 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29202 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29203 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29204 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29205 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29206 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29207 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29208 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29209 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29210 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29211 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29212 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29213 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29214 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29215 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29216 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29217 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29218 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29219 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29220 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29221 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29222 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29223 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29224 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29225 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29226 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29227 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29228 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29229 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29230 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29231 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29232 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29233 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29234 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29235 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29236 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29237 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29238 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29239 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29240 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29241 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29242 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29243 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29244 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29245 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29246 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29247 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29248 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29249 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29250 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29251 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29252 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29253 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29254 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29255 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29256 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29257 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29258 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29259 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29260 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29261 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29262 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29263 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29264 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29265 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29266 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29267 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29268 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29269 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29270 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29271 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29272 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29273 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29274 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29275 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29276 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29277 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29278 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29279 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29280 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29281 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29282 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29283 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29284 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29285 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29286 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29287 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29288 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29289 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29290 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29291 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29292 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29293 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29294 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29295 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29296 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29297 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29298 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29299 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29300 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29301 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29302 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29303 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29304 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29305 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29306 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29307 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29308 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29309 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29310 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29311 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29312 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29313 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29314 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29315 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29316 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29317 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29318 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29319 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29320 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29321 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29322 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29323 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29324 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29325 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29326 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29327 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29328 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29329 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29330 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29331 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29332 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29333 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29334 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29335 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29336 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29337 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29338 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29339 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29340 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29341 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29342 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29343 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29344 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29345 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29346 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29347 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29348 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29349 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29350 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29351 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29352 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29353 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29354 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29355 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29356 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29357 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29358 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29359 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29360 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29361 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29362 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29363 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29364 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29365 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29366 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29367 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29368 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29369 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29370 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29371 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29372 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29373 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29374 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29375 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29376 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29377 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29378 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29379 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29380 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29381 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29382 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29383 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29384 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29385 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29386 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29387 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29388 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29389 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29390 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29391 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29392 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29393 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29394 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29395 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29396 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29397 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29399 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29400 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29401 { (exit 1); exit 1; }; };;
29402 esac
29403 done
29406 # If the user did not use the arguments to specify the items to instantiate,
29407 # then the envvar interface is used. Set only those that are not.
29408 # We use the long form for the default assignment because of an extremely
29409 # bizarre bug on SunOS 4.1.3.
29410 if $ac_need_defaults; then
29411 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29412 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29413 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29416 # Have a temporary directory for convenience. Make it in the build tree
29417 # simply because there is no reason against having it here, and in addition,
29418 # creating and moving files from /tmp can sometimes cause problems.
29419 # Hook for its removal unless debugging.
29420 # Note that there is a small window in which the directory will not be cleaned:
29421 # after its creation but before its name has been assigned to `$tmp'.
29422 $debug ||
29424 tmp=
29425 trap 'exit_status=$?
29426 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29428 trap '{ (exit 1); exit 1; }' 1 2 13 15
29430 # Create a (secure) tmp directory for tmp files.
29433 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29434 test -n "$tmp" && test -d "$tmp"
29435 } ||
29437 tmp=./conf$$-$RANDOM
29438 (umask 077 && mkdir "$tmp")
29439 } ||
29441 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29442 { (exit 1); exit 1; }
29445 # Set up the scripts for CONFIG_FILES section.
29446 # No need to generate them if there are no CONFIG_FILES.
29447 # This happens for instance with `./config.status config.h'.
29448 if test -n "$CONFIG_FILES"; then
29450 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29451 ac_cs_awk_getline=:
29452 ac_cs_awk_pipe_init=
29453 ac_cs_awk_read_file='
29454 while ((getline aline < (F[key])) > 0)
29455 print(aline)
29456 close(F[key])'
29457 ac_cs_awk_pipe_fini=
29458 else
29459 ac_cs_awk_getline=false
29460 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29461 ac_cs_awk_read_file='
29462 print "|#_!!_#|"
29463 print "cat " F[key] " &&"
29464 '$ac_cs_awk_pipe_init
29465 # The final `:' finishes the AND list.
29466 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29468 ac_cr=' '
29469 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29470 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29471 ac_cs_awk_cr='\\r'
29472 else
29473 ac_cs_awk_cr=$ac_cr
29476 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29477 _ACEOF
29479 # Create commands to substitute file output variables.
29481 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29482 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29483 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29484 echo "_ACAWK" &&
29485 echo "_ACEOF"
29486 } >conf$$files.sh &&
29487 . ./conf$$files.sh ||
29488 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29489 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29490 { (exit 1); exit 1; }; }
29491 rm -f conf$$files.sh
29494 echo "cat >conf$$subs.awk <<_ACEOF" &&
29495 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29496 echo "_ACEOF"
29497 } >conf$$subs.sh ||
29498 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29499 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29500 { (exit 1); exit 1; }; }
29501 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29502 ac_delim='%!_!# '
29503 for ac_last_try in false false false false false :; do
29504 . ./conf$$subs.sh ||
29505 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29506 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29507 { (exit 1); exit 1; }; }
29509 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29510 if test $ac_delim_n = $ac_delim_num; then
29511 break
29512 elif $ac_last_try; then
29513 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29514 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29515 { (exit 1); exit 1; }; }
29516 else
29517 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29519 done
29520 rm -f conf$$subs.sh
29522 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29523 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29524 _ACEOF
29525 sed -n '
29527 s/^/S["/; s/!.*/"]=/
29530 s/^[^!]*!//
29531 :repl
29532 t repl
29533 s/'"$ac_delim"'$//
29534 t delim
29537 s/\(.\{148\}\).*/\1/
29538 t more1
29539 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29542 b repl
29543 :more1
29544 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29547 s/.\{148\}//
29548 t nl
29549 :delim
29551 s/\(.\{148\}\).*/\1/
29552 t more2
29553 s/["\\]/\\&/g; s/^/"/; s/$/"/
29556 :more2
29557 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29560 s/.\{148\}//
29561 t delim
29562 ' <conf$$subs.awk | sed '
29563 /^[^""]/{
29565 s/\n//
29567 ' >>$CONFIG_STATUS || ac_write_fail=1
29568 rm -f conf$$subs.awk
29569 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29570 _ACAWK
29571 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29572 for (key in S) S_is_set[key] = 1
29573 FS = "\a"
29574 \$ac_cs_awk_pipe_init
29577 line = $ 0
29578 nfields = split(line, field, "@")
29579 substed = 0
29580 len = length(field[1])
29581 for (i = 2; i < nfields; i++) {
29582 key = field[i]
29583 keylen = length(key)
29584 if (S_is_set[key]) {
29585 value = S[key]
29586 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29587 len += length(value) + length(field[++i])
29588 substed = 1
29589 } else
29590 len += 1 + keylen
29592 if (nfields == 3 && !substed) {
29593 key = field[2]
29594 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29595 \$ac_cs_awk_read_file
29596 next
29599 print line
29601 \$ac_cs_awk_pipe_fini
29602 _ACAWK
29603 _ACEOF
29604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29605 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29606 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29607 else
29609 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29610 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29611 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29612 { (exit 1); exit 1; }; }
29613 _ACEOF
29615 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29616 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29617 # trailing colons and then remove the whole line if VPATH becomes empty
29618 # (actually we leave an empty line to preserve line numbers).
29619 if test "x$srcdir" = x.; then
29620 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29621 s/:*\$(srcdir):*/:/
29622 s/:*\${srcdir}:*/:/
29623 s/:*@srcdir@:*/:/
29624 s/^\([^=]*=[ ]*\):*/\1/
29625 s/:*$//
29626 s/^[^=]*=[ ]*$//
29630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29631 fi # test -n "$CONFIG_FILES"
29633 # Set up the scripts for CONFIG_HEADERS section.
29634 # No need to generate them if there are no CONFIG_HEADERS.
29635 # This happens for instance with `./config.status Makefile'.
29636 if test -n "$CONFIG_HEADERS"; then
29637 cat >"$tmp/defines.awk" <<\_ACAWK ||
29638 BEGIN {
29639 _ACEOF
29641 # Transform confdefs.h into an awk script `defines.awk', embedded as
29642 # here-document in config.status, that substitutes the proper values into
29643 # config.h.in to produce config.h.
29645 # Create a delimiter string that does not exist in confdefs.h, to ease
29646 # handling of long lines.
29647 ac_delim='%!_!# '
29648 for ac_last_try in false false :; do
29649 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29650 if test -z "$ac_t"; then
29651 break
29652 elif $ac_last_try; then
29653 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29654 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29655 { (exit 1); exit 1; }; }
29656 else
29657 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29659 done
29661 # For the awk script, D is an array of macro values keyed by name,
29662 # likewise P contains macro parameters if any. Preserve backslash
29663 # newline sequences.
29665 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29666 sed -n '
29667 s/.\{148\}/&'"$ac_delim"'/g
29668 t rset
29669 :rset
29670 s/^[ ]*#[ ]*define[ ][ ]*/ /
29671 t def
29673 :def
29674 s/\\$//
29675 t bsnl
29676 s/["\\]/\\&/g
29677 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29678 D["\1"]=" \3"/p
29679 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29681 :bsnl
29682 s/["\\]/\\&/g
29683 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29684 D["\1"]=" \3\\\\\\n"\\/p
29685 t cont
29686 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29687 t cont
29689 :cont
29691 s/.\{148\}/&'"$ac_delim"'/g
29692 t clear
29693 :clear
29694 s/\\$//
29695 t bsnlc
29696 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29698 :bsnlc
29699 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29700 b cont
29701 ' <confdefs.h | sed '
29702 s/'"$ac_delim"'/"\\\
29703 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29705 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29706 for (key in D) D_is_set[key] = 1
29707 FS = "\a"
29709 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29710 line = \$ 0
29711 split(line, arg, " ")
29712 if (arg[1] == "#") {
29713 defundef = arg[2]
29714 mac1 = arg[3]
29715 } else {
29716 defundef = substr(arg[1], 2)
29717 mac1 = arg[2]
29719 split(mac1, mac2, "(") #)
29720 macro = mac2[1]
29721 prefix = substr(line, 1, index(line, defundef) - 1)
29722 if (D_is_set[macro]) {
29723 # Preserve the white space surrounding the "#".
29724 print prefix "define", macro P[macro] D[macro]
29725 next
29726 } else {
29727 # Replace #undef with comments. This is necessary, for example,
29728 # in the case of _POSIX_SOURCE, which is predefined and required
29729 # on some systems where configure will not decide to define it.
29730 if (defundef == "undef") {
29731 print "/*", prefix defundef, macro, "*/"
29732 next
29736 { print }
29737 _ACAWK
29738 _ACEOF
29739 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29740 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29741 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29742 { (exit 1); exit 1; }; }
29743 fi # test -n "$CONFIG_HEADERS"
29746 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29747 shift
29748 for ac_tag
29750 case $ac_tag in
29751 :[FHLC]) ac_mode=$ac_tag; continue;;
29752 esac
29753 case $ac_mode$ac_tag in
29754 :[FHL]*:*);;
29755 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29756 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29757 { (exit 1); exit 1; }; };;
29758 :[FH]-) ac_tag=-:-;;
29759 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29760 esac
29761 ac_save_IFS=$IFS
29762 IFS=:
29763 set x $ac_tag
29764 IFS=$ac_save_IFS
29765 shift
29766 ac_file=$1
29767 shift
29769 case $ac_mode in
29770 :L) ac_source=$1;;
29771 :[FH])
29772 ac_file_inputs=
29773 for ac_f
29775 case $ac_f in
29776 -) ac_f="$tmp/stdin";;
29777 *) # Look for the file first in the build tree, then in the source tree
29778 # (if the path is not absolute). The absolute path cannot be DOS-style,
29779 # because $ac_f cannot contain `:'.
29780 test -f "$ac_f" ||
29781 case $ac_f in
29782 [\\/$]*) false;;
29783 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29784 esac ||
29785 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29786 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29787 { (exit 1); exit 1; }; };;
29788 esac
29789 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29790 ac_file_inputs="$ac_file_inputs '$ac_f'"
29791 done
29793 # Let's still pretend it is `configure' which instantiates (i.e., don't
29794 # use $as_me), people would be surprised to read:
29795 # /* config.h. Generated by config.status. */
29796 configure_input='Generated from '`
29797 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29798 `' by configure.'
29799 if test x"$ac_file" != x-; then
29800 configure_input="$ac_file. $configure_input"
29801 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29802 $as_echo "$as_me: creating $ac_file" >&6;}
29804 # Neutralize special characters interpreted by sed in replacement strings.
29805 case $configure_input in #(
29806 *\&* | *\|* | *\\* )
29807 ac_sed_conf_input=`$as_echo "$configure_input" |
29808 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29809 *) ac_sed_conf_input=$configure_input;;
29810 esac
29812 case $ac_tag in
29813 *:-:* | *:-) cat >"$tmp/stdin" \
29814 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29815 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29816 { (exit 1); exit 1; }; } ;;
29817 esac
29819 esac
29821 ac_dir=`$as_dirname -- "$ac_file" ||
29822 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29823 X"$ac_file" : 'X\(//\)[^/]' \| \
29824 X"$ac_file" : 'X\(//\)$' \| \
29825 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29826 $as_echo X"$ac_file" |
29827 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29828 s//\1/
29831 /^X\(\/\/\)[^/].*/{
29832 s//\1/
29835 /^X\(\/\/\)$/{
29836 s//\1/
29839 /^X\(\/\).*/{
29840 s//\1/
29843 s/.*/./; q'`
29844 { as_dir="$ac_dir"
29845 case $as_dir in #(
29846 -*) as_dir=./$as_dir;;
29847 esac
29848 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29849 as_dirs=
29850 while :; do
29851 case $as_dir in #(
29852 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29853 *) as_qdir=$as_dir;;
29854 esac
29855 as_dirs="'$as_qdir' $as_dirs"
29856 as_dir=`$as_dirname -- "$as_dir" ||
29857 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29858 X"$as_dir" : 'X\(//\)[^/]' \| \
29859 X"$as_dir" : 'X\(//\)$' \| \
29860 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29861 $as_echo X"$as_dir" |
29862 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29863 s//\1/
29866 /^X\(\/\/\)[^/].*/{
29867 s//\1/
29870 /^X\(\/\/\)$/{
29871 s//\1/
29874 /^X\(\/\).*/{
29875 s//\1/
29878 s/.*/./; q'`
29879 test -d "$as_dir" && break
29880 done
29881 test -z "$as_dirs" || eval "mkdir $as_dirs"
29882 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29883 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29884 { (exit 1); exit 1; }; }; }
29885 ac_builddir=.
29887 case "$ac_dir" in
29888 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29890 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29891 # A ".." for each directory in $ac_dir_suffix.
29892 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29893 case $ac_top_builddir_sub in
29894 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29895 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29896 esac ;;
29897 esac
29898 ac_abs_top_builddir=$ac_pwd
29899 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29900 # for backward compatibility:
29901 ac_top_builddir=$ac_top_build_prefix
29903 case $srcdir in
29904 .) # We are building in place.
29905 ac_srcdir=.
29906 ac_top_srcdir=$ac_top_builddir_sub
29907 ac_abs_top_srcdir=$ac_pwd ;;
29908 [\\/]* | ?:[\\/]* ) # Absolute name.
29909 ac_srcdir=$srcdir$ac_dir_suffix;
29910 ac_top_srcdir=$srcdir
29911 ac_abs_top_srcdir=$srcdir ;;
29912 *) # Relative name.
29913 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29914 ac_top_srcdir=$ac_top_build_prefix$srcdir
29915 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29916 esac
29917 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29920 case $ac_mode in
29923 # CONFIG_FILE
29926 case $INSTALL in
29927 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29928 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29929 esac
29930 _ACEOF
29932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29933 # If the template does not know about datarootdir, expand it.
29934 # FIXME: This hack should be removed a few years after 2.60.
29935 ac_datarootdir_hack=; ac_datarootdir_seen=
29937 ac_sed_dataroot='
29938 /datarootdir/ {
29942 /@datadir@/p
29943 /@docdir@/p
29944 /@infodir@/p
29945 /@localedir@/p
29946 /@mandir@/p
29948 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29949 *datarootdir*) ac_datarootdir_seen=yes;;
29950 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29951 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29952 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29953 _ACEOF
29954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29955 ac_datarootdir_hack='
29956 s&@datadir@&$datadir&g
29957 s&@docdir@&$docdir&g
29958 s&@infodir@&$infodir&g
29959 s&@localedir@&$localedir&g
29960 s&@mandir@&$mandir&g
29961 s&\\\${datarootdir}&$datarootdir&g' ;;
29962 esac
29963 _ACEOF
29965 # Neutralize VPATH when `$srcdir' = `.'.
29966 # Shell code in configure.ac might set extrasub.
29967 # FIXME: do we really want to maintain this feature?
29968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29969 ac_sed_extra="$ac_vpsub
29970 $extrasub
29971 _ACEOF
29972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29974 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29975 s|@configure_input@|$ac_sed_conf_input|;t t
29976 s&@top_builddir@&$ac_top_builddir_sub&;t t
29977 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29978 s&@srcdir@&$ac_srcdir&;t t
29979 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29980 s&@top_srcdir@&$ac_top_srcdir&;t t
29981 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29982 s&@builddir@&$ac_builddir&;t t
29983 s&@abs_builddir@&$ac_abs_builddir&;t t
29984 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29985 s&@INSTALL@&$ac_INSTALL&;t t
29986 $ac_datarootdir_hack
29988 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29989 if $ac_cs_awk_getline; then
29990 $AWK -f "$tmp/subs.awk"
29991 else
29992 $AWK -f "$tmp/subs.awk" | $SHELL
29993 fi >$tmp/out \
29994 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29995 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29996 { (exit 1); exit 1; }; }
29998 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29999 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30000 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30001 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30002 which seems to be undefined. Please make sure it is defined." >&5
30003 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30004 which seems to be undefined. Please make sure it is defined." >&2;}
30006 rm -f "$tmp/stdin"
30007 case $ac_file in
30008 -) cat "$tmp/out" && rm -f "$tmp/out";;
30009 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30010 esac \
30011 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30012 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30013 { (exit 1); exit 1; }; }
30017 # CONFIG_HEADER
30019 if test x"$ac_file" != x-; then
30021 $as_echo "/* $configure_input */" \
30022 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30023 } >"$tmp/config.h" \
30024 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30025 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30026 { (exit 1); exit 1; }; }
30027 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30028 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30029 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30030 else
30031 rm -f "$ac_file"
30032 mv "$tmp/config.h" "$ac_file" \
30033 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30034 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30035 { (exit 1); exit 1; }; }
30037 else
30038 $as_echo "/* $configure_input */" \
30039 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30040 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30041 $as_echo "$as_me: error: could not create -" >&2;}
30042 { (exit 1); exit 1; }; }
30046 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30047 $as_echo "$as_me: executing $ac_file commands" >&6;}
30049 esac
30052 case $ac_file$ac_mode in
30053 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30054 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30055 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30056 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30057 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30058 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30059 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30060 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30061 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30062 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30063 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30064 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30065 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30067 esac
30068 done # for ac_tag
30071 { (exit 0); exit 0; }
30072 _ACEOF
30073 chmod +x $CONFIG_STATUS
30074 ac_clean_files=$ac_clean_files_save
30076 test $ac_write_fail = 0 ||
30077 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30078 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30079 { (exit 1); exit 1; }; }
30082 # configure is writing to config.log, and then calls config.status.
30083 # config.status does its own redirection, appending to config.log.
30084 # Unfortunately, on DOS this fails, as config.log is still kept open
30085 # by configure, so config.status won't be able to write to it; its
30086 # output is simply discarded. So we exec the FD to /dev/null,
30087 # effectively closing config.log, so it can be properly (re)opened and
30088 # appended to by config.status. When coming back to configure, we
30089 # need to make the FD available again.
30090 if test "$no_create" != yes; then
30091 ac_cs_success=:
30092 ac_config_status_args=
30093 test "$silent" = yes &&
30094 ac_config_status_args="$ac_config_status_args --quiet"
30095 exec 5>/dev/null
30096 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30097 exec 5>>config.log
30098 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30099 # would make configure fail if this is the last instruction.
30100 $ac_cs_success || { (exit 1); exit 1; }
30102 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30103 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30104 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30108 if test "$no_create" = "yes"
30109 then
30110 exit 0
30113 ac_save_IFS="$IFS"
30114 if test "x$wine_notices != "x; then
30115 echo >&6
30116 IFS="|"
30117 for msg in $wine_notices; do
30118 IFS="$ac_save_IFS"
30119 if test -n "$msg"; then
30120 { $as_echo "$as_me:$LINENO: $msg" >&5
30121 $as_echo "$as_me: $msg" >&6;}
30123 done
30125 IFS="|"
30126 for msg in $wine_warnings; do
30127 IFS="$ac_save_IFS"
30128 if test -n "$msg"; then
30129 echo >&2
30130 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30131 $as_echo "$as_me: WARNING: $msg" >&2;}
30133 done
30134 IFS="$ac_save_IFS"
30136 echo "
30137 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30138 " >&6