wined3d: Print a FIXME in tex_coordindex() when NV_TEXGEN_REFLECTION isn't supported.
[wine/multimedia.git] / configure
blobef84565dc71bc9bd94fb6d6bae0ec28a7ac41e49
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.17.
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.17'
600 PACKAGE_STRING='Wine 1.1.17'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.17 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.17:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.17
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.17, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_w32skrnl=${enable_w32skrnl:-no}
3905 enable_winedos=${enable_winedos:-no}
3906 enable_winevdm=${enable_winevdm:-no}
3909 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3910 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3911 if test "${wine_cv_toolsdir+set}" = set; then
3912 $as_echo_n "(cached) " >&6
3913 else
3914 if test -z "$with_wine_tools"; then
3915 if test "$cross_compiling" = "yes"; then
3916 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3917 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3918 { (exit 1); exit 1; }; }
3919 else
3920 wine_cv_toolsdir="\$(TOPOBJDIR)"
3922 elif test -d "$with_wine_tools/tools/winebuild"; then
3923 case $with_wine_tools in
3924 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3925 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3926 esac
3927 else
3928 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3929 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3930 { (exit 1); exit 1; }; }
3933 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3934 $as_echo "$wine_cv_toolsdir" >&6; }
3935 TOOLSDIR=$wine_cv_toolsdir
3937 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3938 then
3939 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3943 for ac_prog in flex
3945 # Extract the first word of "$ac_prog", so it can be a program name with args.
3946 set dummy $ac_prog; ac_word=$2
3947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if test "${ac_cv_prog_FLEX+set}" = set; then
3950 $as_echo_n "(cached) " >&6
3951 else
3952 if test -n "$FLEX"; then
3953 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3954 else
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_exec_ext in '' $ac_executable_extensions; do
3961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3962 ac_cv_prog_FLEX="$ac_prog"
3963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 break 2
3966 done
3967 done
3968 IFS=$as_save_IFS
3972 FLEX=$ac_cv_prog_FLEX
3973 if test -n "$FLEX"; then
3974 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3975 $as_echo "$FLEX" >&6; }
3976 else
3977 { $as_echo "$as_me:$LINENO: result: no" >&5
3978 $as_echo "no" >&6; }
3982 test -n "$FLEX" && break
3983 done
3984 test -n "$FLEX" || FLEX="none"
3986 if test "$FLEX" = "none"
3987 then
3988 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3989 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3990 { (exit 1); exit 1; }; }
3993 for ac_prog in bison
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996 set dummy $ac_prog; ac_word=$2
3997 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3998 $as_echo_n "checking for $ac_word... " >&6; }
3999 if test "${ac_cv_prog_BISON+set}" = set; then
4000 $as_echo_n "(cached) " >&6
4001 else
4002 if test -n "$BISON"; then
4003 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4004 else
4005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 for as_dir in $PATH
4008 IFS=$as_save_IFS
4009 test -z "$as_dir" && as_dir=.
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4012 ac_cv_prog_BISON="$ac_prog"
4013 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 break 2
4016 done
4017 done
4018 IFS=$as_save_IFS
4022 BISON=$ac_cv_prog_BISON
4023 if test -n "$BISON"; then
4024 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4025 $as_echo "$BISON" >&6; }
4026 else
4027 { $as_echo "$as_me:$LINENO: result: no" >&5
4028 $as_echo "no" >&6; }
4032 test -n "$BISON" && break
4033 done
4034 test -n "$BISON" || BISON="none"
4036 if test "$BISON" = "none"
4037 then
4038 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4039 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4040 { (exit 1); exit 1; }; }
4043 if test -n "$ac_tool_prefix"; then
4044 for ac_prog in gas as
4046 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4047 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4048 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4049 $as_echo_n "checking for $ac_word... " >&6; }
4050 if test "${ac_cv_prog_AS+set}" = set; then
4051 $as_echo_n "(cached) " >&6
4052 else
4053 if test -n "$AS"; then
4054 ac_cv_prog_AS="$AS" # Let the user override the test.
4055 else
4056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057 for as_dir in $PATH
4059 IFS=$as_save_IFS
4060 test -z "$as_dir" && as_dir=.
4061 for ac_exec_ext in '' $ac_executable_extensions; do
4062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4063 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4064 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4065 break 2
4067 done
4068 done
4069 IFS=$as_save_IFS
4073 AS=$ac_cv_prog_AS
4074 if test -n "$AS"; then
4075 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4076 $as_echo "$AS" >&6; }
4077 else
4078 { $as_echo "$as_me:$LINENO: result: no" >&5
4079 $as_echo "no" >&6; }
4083 test -n "$AS" && break
4084 done
4086 if test -z "$AS"; then
4087 ac_ct_AS=$AS
4088 for ac_prog in gas as
4090 # Extract the first word of "$ac_prog", so it can be a program name with args.
4091 set dummy $ac_prog; ac_word=$2
4092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4093 $as_echo_n "checking for $ac_word... " >&6; }
4094 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4095 $as_echo_n "(cached) " >&6
4096 else
4097 if test -n "$ac_ct_AS"; then
4098 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4099 else
4100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4101 for as_dir in $PATH
4103 IFS=$as_save_IFS
4104 test -z "$as_dir" && as_dir=.
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4107 ac_cv_prog_ac_ct_AS="$ac_prog"
4108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4109 break 2
4111 done
4112 done
4113 IFS=$as_save_IFS
4117 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4118 if test -n "$ac_ct_AS"; then
4119 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4120 $as_echo "$ac_ct_AS" >&6; }
4121 else
4122 { $as_echo "$as_me:$LINENO: result: no" >&5
4123 $as_echo "no" >&6; }
4127 test -n "$ac_ct_AS" && break
4128 done
4130 if test "x$ac_ct_AS" = x; then
4131 AS="as"
4132 else
4133 case $cross_compiling:$ac_tool_warned in
4134 yes:)
4135 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4137 ac_tool_warned=yes ;;
4138 esac
4139 AS=$ac_ct_AS
4143 if test -n "$ac_tool_prefix"; then
4144 for ac_prog in ld gld
4146 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4147 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4148 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_LD+set}" = set; then
4151 $as_echo_n "(cached) " >&6
4152 else
4153 if test -n "$LD"; then
4154 ac_cv_prog_LD="$LD" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4164 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 break 2
4167 done
4168 done
4169 IFS=$as_save_IFS
4173 LD=$ac_cv_prog_LD
4174 if test -n "$LD"; then
4175 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4176 $as_echo "$LD" >&6; }
4177 else
4178 { $as_echo "$as_me:$LINENO: result: no" >&5
4179 $as_echo "no" >&6; }
4183 test -n "$LD" && break
4184 done
4186 if test -z "$LD"; then
4187 ac_ct_LD=$LD
4188 for ac_prog in ld gld
4190 # Extract the first word of "$ac_prog", so it can be a program name with args.
4191 set dummy $ac_prog; ac_word=$2
4192 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4193 $as_echo_n "checking for $ac_word... " >&6; }
4194 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4195 $as_echo_n "(cached) " >&6
4196 else
4197 if test -n "$ac_ct_LD"; then
4198 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4199 else
4200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4201 for as_dir in $PATH
4203 IFS=$as_save_IFS
4204 test -z "$as_dir" && as_dir=.
4205 for ac_exec_ext in '' $ac_executable_extensions; do
4206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4207 ac_cv_prog_ac_ct_LD="$ac_prog"
4208 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4209 break 2
4211 done
4212 done
4213 IFS=$as_save_IFS
4217 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4218 if test -n "$ac_ct_LD"; then
4219 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4220 $as_echo "$ac_ct_LD" >&6; }
4221 else
4222 { $as_echo "$as_me:$LINENO: result: no" >&5
4223 $as_echo "no" >&6; }
4227 test -n "$ac_ct_LD" && break
4228 done
4230 if test "x$ac_ct_LD" = x; then
4231 LD="ld"
4232 else
4233 case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239 LD=$ac_ct_LD
4243 if test -n "$ac_tool_prefix"; then
4244 for ac_prog in nm gnm
4246 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4247 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4248 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4249 $as_echo_n "checking for $ac_word... " >&6; }
4250 if test "${ac_cv_prog_NM+set}" = set; then
4251 $as_echo_n "(cached) " >&6
4252 else
4253 if test -n "$NM"; then
4254 ac_cv_prog_NM="$NM" # Let the user override the test.
4255 else
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4264 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4267 done
4268 done
4269 IFS=$as_save_IFS
4273 NM=$ac_cv_prog_NM
4274 if test -n "$NM"; then
4275 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4276 $as_echo "$NM" >&6; }
4277 else
4278 { $as_echo "$as_me:$LINENO: result: no" >&5
4279 $as_echo "no" >&6; }
4283 test -n "$NM" && break
4284 done
4286 if test -z "$NM"; then
4287 ac_ct_NM=$NM
4288 for ac_prog in nm gnm
4290 # Extract the first word of "$ac_prog", so it can be a program name with args.
4291 set dummy $ac_prog; ac_word=$2
4292 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -n "$ac_ct_NM"; then
4298 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4299 else
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_ac_ct_NM="$ac_prog"
4308 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4311 done
4312 done
4313 IFS=$as_save_IFS
4317 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4318 if test -n "$ac_ct_NM"; then
4319 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4320 $as_echo "$ac_ct_NM" >&6; }
4321 else
4322 { $as_echo "$as_me:$LINENO: result: no" >&5
4323 $as_echo "no" >&6; }
4327 test -n "$ac_ct_NM" && break
4328 done
4330 if test "x$ac_ct_NM" = x; then
4331 NM="nm"
4332 else
4333 case $cross_compiling:$ac_tool_warned in
4334 yes:)
4335 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337 ac_tool_warned=yes ;;
4338 esac
4339 NM=$ac_ct_NM
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in ar gar
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_AR+set}" = set; then
4351 $as_echo_n "(cached) " >&6
4352 else
4353 if test -n "$AR"; then
4354 ac_cv_prog_AR="$AR" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4365 break 2
4367 done
4368 done
4369 IFS=$as_save_IFS
4373 AR=$ac_cv_prog_AR
4374 if test -n "$AR"; then
4375 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4376 $as_echo "$AR" >&6; }
4377 else
4378 { $as_echo "$as_me:$LINENO: result: no" >&5
4379 $as_echo "no" >&6; }
4383 test -n "$AR" && break
4384 done
4386 if test -z "$AR"; then
4387 ac_ct_AR=$AR
4388 for ac_prog in ar gar
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4395 $as_echo_n "(cached) " >&6
4396 else
4397 if test -n "$ac_ct_AR"; then
4398 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_ac_ct_AR="$ac_prog"
4408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4411 done
4412 done
4413 IFS=$as_save_IFS
4417 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4418 if test -n "$ac_ct_AR"; then
4419 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4420 $as_echo "$ac_ct_AR" >&6; }
4421 else
4422 { $as_echo "$as_me:$LINENO: result: no" >&5
4423 $as_echo "no" >&6; }
4427 test -n "$ac_ct_AR" && break
4428 done
4430 if test "x$ac_ct_AR" = x; then
4431 AR="ar"
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439 AR=$ac_ct_AR
4443 ARFLAGS=rc
4445 if test -n "$ac_tool_prefix"; then
4446 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4447 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4449 $as_echo_n "checking for $ac_word... " >&6; }
4450 if test "${ac_cv_prog_RANLIB+set}" = set; then
4451 $as_echo_n "(cached) " >&6
4452 else
4453 if test -n "$RANLIB"; then
4454 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4455 else
4456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_exec_ext in '' $ac_executable_extensions; do
4462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4463 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 break 2
4467 done
4468 done
4469 IFS=$as_save_IFS
4473 RANLIB=$ac_cv_prog_RANLIB
4474 if test -n "$RANLIB"; then
4475 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4476 $as_echo "$RANLIB" >&6; }
4477 else
4478 { $as_echo "$as_me:$LINENO: result: no" >&5
4479 $as_echo "no" >&6; }
4484 if test -z "$ac_cv_prog_RANLIB"; then
4485 ac_ct_RANLIB=$RANLIB
4486 # Extract the first word of "ranlib", so it can be a program name with args.
4487 set dummy ranlib; ac_word=$2
4488 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4489 $as_echo_n "checking for $ac_word... " >&6; }
4490 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4491 $as_echo_n "(cached) " >&6
4492 else
4493 if test -n "$ac_ct_RANLIB"; then
4494 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4495 else
4496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4497 for as_dir in $PATH
4499 IFS=$as_save_IFS
4500 test -z "$as_dir" && as_dir=.
4501 for ac_exec_ext in '' $ac_executable_extensions; do
4502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4503 ac_cv_prog_ac_ct_RANLIB="ranlib"
4504 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4505 break 2
4507 done
4508 done
4509 IFS=$as_save_IFS
4513 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4514 if test -n "$ac_ct_RANLIB"; then
4515 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4516 $as_echo "$ac_ct_RANLIB" >&6; }
4517 else
4518 { $as_echo "$as_me:$LINENO: result: no" >&5
4519 $as_echo "no" >&6; }
4522 if test "x$ac_ct_RANLIB" = x; then
4523 RANLIB=":"
4524 else
4525 case $cross_compiling:$ac_tool_warned in
4526 yes:)
4527 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4528 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4529 ac_tool_warned=yes ;;
4530 esac
4531 RANLIB=$ac_ct_RANLIB
4533 else
4534 RANLIB="$ac_cv_prog_RANLIB"
4537 if test -n "$ac_tool_prefix"; then
4538 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4539 set dummy ${ac_tool_prefix}strip; ac_word=$2
4540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if test "${ac_cv_prog_STRIP+set}" = set; then
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$STRIP"; then
4546 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 STRIP=$ac_cv_prog_STRIP
4566 if test -n "$STRIP"; then
4567 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4568 $as_echo "$STRIP" >&6; }
4569 else
4570 { $as_echo "$as_me:$LINENO: result: no" >&5
4571 $as_echo "no" >&6; }
4576 if test -z "$ac_cv_prog_STRIP"; then
4577 ac_ct_STRIP=$STRIP
4578 # Extract the first word of "strip", so it can be a program name with args.
4579 set dummy strip; ac_word=$2
4580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -n "$ac_ct_STRIP"; then
4586 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_ac_ct_STRIP="strip"
4596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4606 if test -n "$ac_ct_STRIP"; then
4607 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4608 $as_echo "$ac_ct_STRIP" >&6; }
4609 else
4610 { $as_echo "$as_me:$LINENO: result: no" >&5
4611 $as_echo "no" >&6; }
4614 if test "x$ac_ct_STRIP" = x; then
4615 STRIP="strip"
4616 else
4617 case $cross_compiling:$ac_tool_warned in
4618 yes:)
4619 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4621 ac_tool_warned=yes ;;
4622 esac
4623 STRIP=$ac_ct_STRIP
4625 else
4626 STRIP="$ac_cv_prog_STRIP"
4629 if test -n "$ac_tool_prefix"; then
4630 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4631 set dummy ${ac_tool_prefix}windres; ac_word=$2
4632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4633 $as_echo_n "checking for $ac_word... " >&6; }
4634 if test "${ac_cv_prog_WINDRES+set}" = set; then
4635 $as_echo_n "(cached) " >&6
4636 else
4637 if test -n "$WINDRES"; then
4638 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4639 else
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_exec_ext in '' $ac_executable_extensions; do
4646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4647 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4649 break 2
4651 done
4652 done
4653 IFS=$as_save_IFS
4657 WINDRES=$ac_cv_prog_WINDRES
4658 if test -n "$WINDRES"; then
4659 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4660 $as_echo "$WINDRES" >&6; }
4661 else
4662 { $as_echo "$as_me:$LINENO: result: no" >&5
4663 $as_echo "no" >&6; }
4668 if test -z "$ac_cv_prog_WINDRES"; then
4669 ac_ct_WINDRES=$WINDRES
4670 # Extract the first word of "windres", so it can be a program name with args.
4671 set dummy windres; ac_word=$2
4672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 $as_echo_n "checking for $ac_word... " >&6; }
4674 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4675 $as_echo_n "(cached) " >&6
4676 else
4677 if test -n "$ac_ct_WINDRES"; then
4678 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4679 else
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 for as_dir in $PATH
4683 IFS=$as_save_IFS
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_ac_ct_WINDRES="windres"
4688 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4691 done
4692 done
4693 IFS=$as_save_IFS
4697 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4698 if test -n "$ac_ct_WINDRES"; then
4699 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4700 $as_echo "$ac_ct_WINDRES" >&6; }
4701 else
4702 { $as_echo "$as_me:$LINENO: result: no" >&5
4703 $as_echo "no" >&6; }
4706 if test "x$ac_ct_WINDRES" = x; then
4707 WINDRES="false"
4708 else
4709 case $cross_compiling:$ac_tool_warned in
4710 yes:)
4711 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4713 ac_tool_warned=yes ;;
4714 esac
4715 WINDRES=$ac_ct_WINDRES
4717 else
4718 WINDRES="$ac_cv_prog_WINDRES"
4721 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4722 $as_echo_n "checking whether ln -s works... " >&6; }
4723 LN_S=$as_ln_s
4724 if test "$LN_S" = "ln -s"; then
4725 { $as_echo "$as_me:$LINENO: result: yes" >&5
4726 $as_echo "yes" >&6; }
4727 else
4728 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4729 $as_echo "no, using $LN_S" >&6; }
4732 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4733 $as_echo_n "checking whether ln works... " >&6; }
4734 rm -f conf$$ conf$$.file
4735 echo >conf$$.file
4736 if ln conf$$.file conf$$ 2>/dev/null; then
4737 LN=ln
4739 { $as_echo "$as_me:$LINENO: result: yes" >&5
4740 $as_echo "yes" >&6; }
4741 else
4742 LN="cp -p"
4744 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4745 $as_echo "no, using $LN" >&6; }
4747 rm -f conf$$ conf$$.file
4748 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4749 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4750 if test "${ac_cv_path_GREP+set}" = set; then
4751 $as_echo_n "(cached) " >&6
4752 else
4753 if test -z "$GREP"; then
4754 ac_path_GREP_found=false
4755 # Loop through the user's path and test for each of PROGNAME-LIST
4756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4757 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4759 IFS=$as_save_IFS
4760 test -z "$as_dir" && as_dir=.
4761 for ac_prog in grep ggrep; do
4762 for ac_exec_ext in '' $ac_executable_extensions; do
4763 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4764 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4765 # Check for GNU ac_path_GREP and select it if it is found.
4766 # Check for GNU $ac_path_GREP
4767 case `"$ac_path_GREP" --version 2>&1` in
4768 *GNU*)
4769 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4771 ac_count=0
4772 $as_echo_n 0123456789 >"conftest.in"
4773 while :
4775 cat "conftest.in" "conftest.in" >"conftest.tmp"
4776 mv "conftest.tmp" "conftest.in"
4777 cp "conftest.in" "conftest.nl"
4778 $as_echo 'GREP' >> "conftest.nl"
4779 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4780 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4781 ac_count=`expr $ac_count + 1`
4782 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4783 # Best one so far, save it but keep looking for a better one
4784 ac_cv_path_GREP="$ac_path_GREP"
4785 ac_path_GREP_max=$ac_count
4787 # 10*(2^10) chars as input seems more than enough
4788 test $ac_count -gt 10 && break
4789 done
4790 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4791 esac
4793 $ac_path_GREP_found && break 3
4794 done
4795 done
4796 done
4797 IFS=$as_save_IFS
4798 if test -z "$ac_cv_path_GREP"; then
4799 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4800 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4801 { (exit 1); exit 1; }; }
4803 else
4804 ac_cv_path_GREP=$GREP
4808 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4809 $as_echo "$ac_cv_path_GREP" >&6; }
4810 GREP="$ac_cv_path_GREP"
4813 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4814 $as_echo_n "checking for egrep... " >&6; }
4815 if test "${ac_cv_path_EGREP+set}" = set; then
4816 $as_echo_n "(cached) " >&6
4817 else
4818 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4819 then ac_cv_path_EGREP="$GREP -E"
4820 else
4821 if test -z "$EGREP"; then
4822 ac_path_EGREP_found=false
4823 # Loop through the user's path and test for each of PROGNAME-LIST
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_prog in egrep; do
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4832 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4833 # Check for GNU ac_path_EGREP and select it if it is found.
4834 # Check for GNU $ac_path_EGREP
4835 case `"$ac_path_EGREP" --version 2>&1` in
4836 *GNU*)
4837 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4839 ac_count=0
4840 $as_echo_n 0123456789 >"conftest.in"
4841 while :
4843 cat "conftest.in" "conftest.in" >"conftest.tmp"
4844 mv "conftest.tmp" "conftest.in"
4845 cp "conftest.in" "conftest.nl"
4846 $as_echo 'EGREP' >> "conftest.nl"
4847 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4848 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4849 ac_count=`expr $ac_count + 1`
4850 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4851 # Best one so far, save it but keep looking for a better one
4852 ac_cv_path_EGREP="$ac_path_EGREP"
4853 ac_path_EGREP_max=$ac_count
4855 # 10*(2^10) chars as input seems more than enough
4856 test $ac_count -gt 10 && break
4857 done
4858 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4859 esac
4861 $ac_path_EGREP_found && break 3
4862 done
4863 done
4864 done
4865 IFS=$as_save_IFS
4866 if test -z "$ac_cv_path_EGREP"; then
4867 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4868 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4869 { (exit 1); exit 1; }; }
4871 else
4872 ac_cv_path_EGREP=$EGREP
4877 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4878 $as_echo "$ac_cv_path_EGREP" >&6; }
4879 EGREP="$ac_cv_path_EGREP"
4882 # Extract the first word of "ldconfig", so it can be a program name with args.
4883 set dummy ldconfig; ac_word=$2
4884 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4885 $as_echo_n "checking for $ac_word... " >&6; }
4886 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4887 $as_echo_n "(cached) " >&6
4888 else
4889 case $LDCONFIG in
4890 [\\/]* | ?:[\\/]*)
4891 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4895 for as_dir in /sbin /usr/sbin $PATH
4897 IFS=$as_save_IFS
4898 test -z "$as_dir" && as_dir=.
4899 for ac_exec_ext in '' $ac_executable_extensions; do
4900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4901 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4902 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4903 break 2
4905 done
4906 done
4907 IFS=$as_save_IFS
4909 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4911 esac
4913 LDCONFIG=$ac_cv_path_LDCONFIG
4914 if test -n "$LDCONFIG"; then
4915 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4916 $as_echo "$LDCONFIG" >&6; }
4917 else
4918 { $as_echo "$as_me:$LINENO: result: no" >&5
4919 $as_echo "no" >&6; }
4923 # Find a good install program. We prefer a C program (faster),
4924 # so one script is as good as another. But avoid the broken or
4925 # incompatible versions:
4926 # SysV /etc/install, /usr/sbin/install
4927 # SunOS /usr/etc/install
4928 # IRIX /sbin/install
4929 # AIX /bin/install
4930 # AmigaOS /C/install, which installs bootblocks on floppy discs
4931 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4932 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4933 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4934 # OS/2's system install, which has a completely different semantic
4935 # ./install, which can be erroneously created by make from ./install.sh.
4936 # Reject install programs that cannot install multiple files.
4937 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4938 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4939 if test -z "$INSTALL"; then
4940 if test "${ac_cv_path_install+set}" = set; then
4941 $as_echo_n "(cached) " >&6
4942 else
4943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4944 for as_dir in $PATH
4946 IFS=$as_save_IFS
4947 test -z "$as_dir" && as_dir=.
4948 # Account for people who put trailing slashes in PATH elements.
4949 case $as_dir/ in
4950 ./ | .// | /cC/* | \
4951 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4952 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4953 /usr/ucb/* ) ;;
4955 # OSF1 and SCO ODT 3.0 have their own names for install.
4956 # Don't use installbsd from OSF since it installs stuff as root
4957 # by default.
4958 for ac_prog in ginstall scoinst install; do
4959 for ac_exec_ext in '' $ac_executable_extensions; do
4960 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4961 if test $ac_prog = install &&
4962 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4963 # AIX install. It has an incompatible calling convention.
4965 elif test $ac_prog = install &&
4966 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4967 # program-specific install script used by HP pwplus--don't use.
4969 else
4970 rm -rf conftest.one conftest.two conftest.dir
4971 echo one > conftest.one
4972 echo two > conftest.two
4973 mkdir conftest.dir
4974 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4975 test -s conftest.one && test -s conftest.two &&
4976 test -s conftest.dir/conftest.one &&
4977 test -s conftest.dir/conftest.two
4978 then
4979 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4980 break 3
4984 done
4985 done
4987 esac
4989 done
4990 IFS=$as_save_IFS
4992 rm -rf conftest.one conftest.two conftest.dir
4995 if test "${ac_cv_path_install+set}" = set; then
4996 INSTALL=$ac_cv_path_install
4997 else
4998 # As a last resort, use the slow shell script. Don't cache a
4999 # value for INSTALL within a source directory, because that will
5000 # break other packages using the cache if that directory is
5001 # removed, or if the value is a relative name.
5002 INSTALL=$ac_install_sh
5005 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5006 $as_echo "$INSTALL" >&6; }
5008 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5009 # It thinks the first close brace ends the variable substitution.
5010 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5012 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5014 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5016 case "$INSTALL" in
5017 [\\/$]* | ?:[\\/]* ) ;;
5018 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5019 esac
5021 for ac_prog in lclint lint
5023 # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_LINT+set}" = set; then
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$LINT"; then
5031 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_LINT="$ac_prog"
5041 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 LINT=$ac_cv_prog_LINT
5051 if test -n "$LINT"; then
5052 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5053 $as_echo "$LINT" >&6; }
5054 else
5055 { $as_echo "$as_me:$LINENO: result: no" >&5
5056 $as_echo "no" >&6; }
5060 test -n "$LINT" && break
5061 done
5063 if test "$LINT" = "lint"
5064 then
5065 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5070 for ac_prog in fontforge
5072 # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5077 $as_echo_n "(cached) " >&6
5078 else
5079 if test -n "$FONTFORGE"; then
5080 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_FONTFORGE="$ac_prog"
5090 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 FONTFORGE=$ac_cv_prog_FONTFORGE
5100 if test -n "$FONTFORGE"; then
5101 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5102 $as_echo "$FONTFORGE" >&6; }
5103 else
5104 { $as_echo "$as_me:$LINENO: result: no" >&5
5105 $as_echo "no" >&6; }
5109 test -n "$FONTFORGE" && break
5110 done
5111 test -n "$FONTFORGE" || FONTFORGE="false"
5113 for ac_prog in pkg-config
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy $ac_prog; ac_word=$2
5117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$PKG_CONFIG"; then
5123 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_PKG_CONFIG="$ac_prog"
5133 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5143 if test -n "$PKG_CONFIG"; then
5144 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5145 $as_echo "$PKG_CONFIG" >&6; }
5146 else
5147 { $as_echo "$as_me:$LINENO: result: no" >&5
5148 $as_echo "no" >&6; }
5152 test -n "$PKG_CONFIG" && break
5153 done
5154 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5156 for ac_prog in rsvg
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy $ac_prog; ac_word=$2
5160 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if test "${ac_cv_prog_RSVG+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 if test -n "$RSVG"; then
5166 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5167 else
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in $PATH
5171 IFS=$as_save_IFS
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5175 ac_cv_prog_RSVG="$ac_prog"
5176 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 break 2
5179 done
5180 done
5181 IFS=$as_save_IFS
5185 RSVG=$ac_cv_prog_RSVG
5186 if test -n "$RSVG"; then
5187 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5188 $as_echo "$RSVG" >&6; }
5189 else
5190 { $as_echo "$as_me:$LINENO: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$RSVG" && break
5196 done
5197 test -n "$RSVG" || RSVG="false"
5199 for ac_prog in icotool
5201 # Extract the first word of "$ac_prog", so it can be a program name with args.
5202 set dummy $ac_prog; ac_word=$2
5203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5204 $as_echo_n "checking for $ac_word... " >&6; }
5205 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5206 $as_echo_n "(cached) " >&6
5207 else
5208 if test -n "$ICOTOOL"; then
5209 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5210 else
5211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212 for as_dir in $PATH
5214 IFS=$as_save_IFS
5215 test -z "$as_dir" && as_dir=.
5216 for ac_exec_ext in '' $ac_executable_extensions; do
5217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5218 ac_cv_prog_ICOTOOL="$ac_prog"
5219 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5220 break 2
5222 done
5223 done
5224 IFS=$as_save_IFS
5228 ICOTOOL=$ac_cv_prog_ICOTOOL
5229 if test -n "$ICOTOOL"; then
5230 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5231 $as_echo "$ICOTOOL" >&6; }
5232 else
5233 { $as_echo "$as_me:$LINENO: result: no" >&5
5234 $as_echo "no" >&6; }
5238 test -n "$ICOTOOL" && break
5239 done
5240 test -n "$ICOTOOL" || ICOTOOL="false"
5243 if test "${enable_maintainer_mode+set}" = set
5244 then
5245 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5246 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5247 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5250 case $host_cpu in
5251 *i[3456789]86*)
5252 # Extract the first word of "prelink", so it can be a program name with args.
5253 set dummy prelink; ac_word=$2
5254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5255 $as_echo_n "checking for $ac_word... " >&6; }
5256 if test "${ac_cv_path_PRELINK+set}" = set; then
5257 $as_echo_n "(cached) " >&6
5258 else
5259 case $PRELINK in
5260 [\\/]* | ?:[\\/]*)
5261 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5265 for as_dir in /sbin /usr/sbin $PATH
5267 IFS=$as_save_IFS
5268 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do
5270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5271 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5272 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5273 break 2
5275 done
5276 done
5277 IFS=$as_save_IFS
5279 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5281 esac
5283 PRELINK=$ac_cv_path_PRELINK
5284 if test -n "$PRELINK"; then
5285 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5286 $as_echo "$PRELINK" >&6; }
5287 else
5288 { $as_echo "$as_me:$LINENO: result: no" >&5
5289 $as_echo "no" >&6; }
5294 esac
5298 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5299 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5300 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5301 $as_echo_n "(cached) " >&6
5302 else
5303 ac_check_lib_save_LIBS=$LIBS
5304 LIBS="-li386 $LIBS"
5305 cat >conftest.$ac_ext <<_ACEOF
5306 /* confdefs.h. */
5307 _ACEOF
5308 cat confdefs.h >>conftest.$ac_ext
5309 cat >>conftest.$ac_ext <<_ACEOF
5310 /* end confdefs.h. */
5312 /* Override any GCC internal prototype to avoid an error.
5313 Use char because int might match the return type of a GCC
5314 builtin and then its argument prototype would still apply. */
5315 #ifdef __cplusplus
5316 extern "C"
5317 #endif
5318 char i386_set_ldt ();
5320 main ()
5322 return i386_set_ldt ();
5324 return 0;
5326 _ACEOF
5327 rm -f conftest.$ac_objext conftest$ac_exeext
5328 if { (ac_try="$ac_link"
5329 case "(($ac_try" in
5330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5331 *) ac_try_echo=$ac_try;;
5332 esac
5333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5334 $as_echo "$ac_try_echo") >&5
5335 (eval "$ac_link") 2>conftest.er1
5336 ac_status=$?
5337 grep -v '^ *+' conftest.er1 >conftest.err
5338 rm -f conftest.er1
5339 cat conftest.err >&5
5340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); } && {
5342 test -z "$ac_c_werror_flag" ||
5343 test ! -s conftest.err
5344 } && test -s conftest$ac_exeext && {
5345 test "$cross_compiling" = yes ||
5346 $as_test_x conftest$ac_exeext
5347 }; then
5348 ac_cv_lib_i386_i386_set_ldt=yes
5349 else
5350 $as_echo "$as_me: failed program was:" >&5
5351 sed 's/^/| /' conftest.$ac_ext >&5
5353 ac_cv_lib_i386_i386_set_ldt=no
5356 rm -rf conftest.dSYM
5357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5358 conftest$ac_exeext conftest.$ac_ext
5359 LIBS=$ac_check_lib_save_LIBS
5361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5362 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5363 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5364 cat >>confdefs.h <<_ACEOF
5365 #define HAVE_LIBI386 1
5366 _ACEOF
5368 LIBS="-li386 $LIBS"
5373 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5374 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5375 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5376 $as_echo_n "(cached) " >&6
5377 else
5378 ac_check_lib_save_LIBS=$LIBS
5379 LIBS="-lossaudio $LIBS"
5380 cat >conftest.$ac_ext <<_ACEOF
5381 /* confdefs.h. */
5382 _ACEOF
5383 cat confdefs.h >>conftest.$ac_ext
5384 cat >>conftest.$ac_ext <<_ACEOF
5385 /* end confdefs.h. */
5387 /* Override any GCC internal prototype to avoid an error.
5388 Use char because int might match the return type of a GCC
5389 builtin and then its argument prototype would still apply. */
5390 #ifdef __cplusplus
5391 extern "C"
5392 #endif
5393 char _oss_ioctl ();
5395 main ()
5397 return _oss_ioctl ();
5399 return 0;
5401 _ACEOF
5402 rm -f conftest.$ac_objext conftest$ac_exeext
5403 if { (ac_try="$ac_link"
5404 case "(($ac_try" in
5405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5406 *) ac_try_echo=$ac_try;;
5407 esac
5408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5409 $as_echo "$ac_try_echo") >&5
5410 (eval "$ac_link") 2>conftest.er1
5411 ac_status=$?
5412 grep -v '^ *+' conftest.er1 >conftest.err
5413 rm -f conftest.er1
5414 cat conftest.err >&5
5415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416 (exit $ac_status); } && {
5417 test -z "$ac_c_werror_flag" ||
5418 test ! -s conftest.err
5419 } && test -s conftest$ac_exeext && {
5420 test "$cross_compiling" = yes ||
5421 $as_test_x conftest$ac_exeext
5422 }; then
5423 ac_cv_lib_ossaudio__oss_ioctl=yes
5424 else
5425 $as_echo "$as_me: failed program was:" >&5
5426 sed 's/^/| /' conftest.$ac_ext >&5
5428 ac_cv_lib_ossaudio__oss_ioctl=no
5431 rm -rf conftest.dSYM
5432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5433 conftest$ac_exeext conftest.$ac_ext
5434 LIBS=$ac_check_lib_save_LIBS
5436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5437 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5438 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5439 cat >>confdefs.h <<_ACEOF
5440 #define HAVE_LIBOSSAUDIO 1
5441 _ACEOF
5443 LIBS="-lossaudio $LIBS"
5448 XLIB=""
5450 OPENGL_LIBS=""
5454 ac_ext=c
5455 ac_cpp='$CPP $CPPFLAGS'
5456 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5457 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5458 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5459 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5460 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5461 # On Suns, sometimes $CPP names a directory.
5462 if test -n "$CPP" && test -d "$CPP"; then
5463 CPP=
5465 if test -z "$CPP"; then
5466 if test "${ac_cv_prog_CPP+set}" = set; then
5467 $as_echo_n "(cached) " >&6
5468 else
5469 # Double quotes because CPP needs to be expanded
5470 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5472 ac_preproc_ok=false
5473 for ac_c_preproc_warn_flag in '' yes
5475 # Use a header file that comes with gcc, so configuring glibc
5476 # with a fresh cross-compiler works.
5477 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5478 # <limits.h> exists even on freestanding compilers.
5479 # On the NeXT, cc -E runs the code through the compiler's parser,
5480 # not just through cpp. "Syntax error" is here to catch this case.
5481 cat >conftest.$ac_ext <<_ACEOF
5482 /* confdefs.h. */
5483 _ACEOF
5484 cat confdefs.h >>conftest.$ac_ext
5485 cat >>conftest.$ac_ext <<_ACEOF
5486 /* end confdefs.h. */
5487 #ifdef __STDC__
5488 # include <limits.h>
5489 #else
5490 # include <assert.h>
5491 #endif
5492 Syntax error
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5500 $as_echo "$ac_try_echo") >&5
5501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5502 ac_status=$?
5503 grep -v '^ *+' conftest.er1 >conftest.err
5504 rm -f conftest.er1
5505 cat conftest.err >&5
5506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5507 (exit $ac_status); } >/dev/null && {
5508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5509 test ! -s conftest.err
5510 }; then
5512 else
5513 $as_echo "$as_me: failed program was:" >&5
5514 sed 's/^/| /' conftest.$ac_ext >&5
5516 # Broken: fails on valid input.
5517 continue
5520 rm -f conftest.err conftest.$ac_ext
5522 # OK, works on sane cases. Now check whether nonexistent headers
5523 # can be detected and how.
5524 cat >conftest.$ac_ext <<_ACEOF
5525 /* confdefs.h. */
5526 _ACEOF
5527 cat confdefs.h >>conftest.$ac_ext
5528 cat >>conftest.$ac_ext <<_ACEOF
5529 /* end confdefs.h. */
5530 #include <ac_nonexistent.h>
5531 _ACEOF
5532 if { (ac_try="$ac_cpp conftest.$ac_ext"
5533 case "(($ac_try" in
5534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5535 *) ac_try_echo=$ac_try;;
5536 esac
5537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5538 $as_echo "$ac_try_echo") >&5
5539 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5540 ac_status=$?
5541 grep -v '^ *+' conftest.er1 >conftest.err
5542 rm -f conftest.er1
5543 cat conftest.err >&5
5544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5545 (exit $ac_status); } >/dev/null && {
5546 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5547 test ! -s conftest.err
5548 }; then
5549 # Broken: success on invalid input.
5550 continue
5551 else
5552 $as_echo "$as_me: failed program was:" >&5
5553 sed 's/^/| /' conftest.$ac_ext >&5
5555 # Passes both tests.
5556 ac_preproc_ok=:
5557 break
5560 rm -f conftest.err conftest.$ac_ext
5562 done
5563 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5564 rm -f conftest.err conftest.$ac_ext
5565 if $ac_preproc_ok; then
5566 break
5569 done
5570 ac_cv_prog_CPP=$CPP
5573 CPP=$ac_cv_prog_CPP
5574 else
5575 ac_cv_prog_CPP=$CPP
5577 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5578 $as_echo "$CPP" >&6; }
5579 ac_preproc_ok=false
5580 for ac_c_preproc_warn_flag in '' yes
5582 # Use a header file that comes with gcc, so configuring glibc
5583 # with a fresh cross-compiler works.
5584 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5585 # <limits.h> exists even on freestanding compilers.
5586 # On the NeXT, cc -E runs the code through the compiler's parser,
5587 # not just through cpp. "Syntax error" is here to catch this case.
5588 cat >conftest.$ac_ext <<_ACEOF
5589 /* confdefs.h. */
5590 _ACEOF
5591 cat confdefs.h >>conftest.$ac_ext
5592 cat >>conftest.$ac_ext <<_ACEOF
5593 /* end confdefs.h. */
5594 #ifdef __STDC__
5595 # include <limits.h>
5596 #else
5597 # include <assert.h>
5598 #endif
5599 Syntax error
5600 _ACEOF
5601 if { (ac_try="$ac_cpp conftest.$ac_ext"
5602 case "(($ac_try" in
5603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5604 *) ac_try_echo=$ac_try;;
5605 esac
5606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5607 $as_echo "$ac_try_echo") >&5
5608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5609 ac_status=$?
5610 grep -v '^ *+' conftest.er1 >conftest.err
5611 rm -f conftest.er1
5612 cat conftest.err >&5
5613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } >/dev/null && {
5615 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5616 test ! -s conftest.err
5617 }; then
5619 else
5620 $as_echo "$as_me: failed program was:" >&5
5621 sed 's/^/| /' conftest.$ac_ext >&5
5623 # Broken: fails on valid input.
5624 continue
5627 rm -f conftest.err conftest.$ac_ext
5629 # OK, works on sane cases. Now check whether nonexistent headers
5630 # can be detected and how.
5631 cat >conftest.$ac_ext <<_ACEOF
5632 /* confdefs.h. */
5633 _ACEOF
5634 cat confdefs.h >>conftest.$ac_ext
5635 cat >>conftest.$ac_ext <<_ACEOF
5636 /* end confdefs.h. */
5637 #include <ac_nonexistent.h>
5638 _ACEOF
5639 if { (ac_try="$ac_cpp conftest.$ac_ext"
5640 case "(($ac_try" in
5641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5642 *) ac_try_echo=$ac_try;;
5643 esac
5644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5645 $as_echo "$ac_try_echo") >&5
5646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5647 ac_status=$?
5648 grep -v '^ *+' conftest.er1 >conftest.err
5649 rm -f conftest.er1
5650 cat conftest.err >&5
5651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652 (exit $ac_status); } >/dev/null && {
5653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5654 test ! -s conftest.err
5655 }; then
5656 # Broken: success on invalid input.
5657 continue
5658 else
5659 $as_echo "$as_me: failed program was:" >&5
5660 sed 's/^/| /' conftest.$ac_ext >&5
5662 # Passes both tests.
5663 ac_preproc_ok=:
5664 break
5667 rm -f conftest.err conftest.$ac_ext
5669 done
5670 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5671 rm -f conftest.err conftest.$ac_ext
5672 if $ac_preproc_ok; then
5674 else
5675 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5677 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5678 See \`config.log' for more details." >&5
5679 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5680 See \`config.log' for more details." >&2;}
5681 { (exit 1); exit 1; }; }; }
5684 ac_ext=c
5685 ac_cpp='$CPP $CPPFLAGS'
5686 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5687 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5688 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5691 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5692 $as_echo_n "checking for ANSI C header files... " >&6; }
5693 if test "${ac_cv_header_stdc+set}" = set; then
5694 $as_echo_n "(cached) " >&6
5695 else
5696 cat >conftest.$ac_ext <<_ACEOF
5697 /* confdefs.h. */
5698 _ACEOF
5699 cat confdefs.h >>conftest.$ac_ext
5700 cat >>conftest.$ac_ext <<_ACEOF
5701 /* end confdefs.h. */
5702 #include <stdlib.h>
5703 #include <stdarg.h>
5704 #include <string.h>
5705 #include <float.h>
5708 main ()
5712 return 0;
5714 _ACEOF
5715 rm -f conftest.$ac_objext
5716 if { (ac_try="$ac_compile"
5717 case "(($ac_try" in
5718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5719 *) ac_try_echo=$ac_try;;
5720 esac
5721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5722 $as_echo "$ac_try_echo") >&5
5723 (eval "$ac_compile") 2>conftest.er1
5724 ac_status=$?
5725 grep -v '^ *+' conftest.er1 >conftest.err
5726 rm -f conftest.er1
5727 cat conftest.err >&5
5728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729 (exit $ac_status); } && {
5730 test -z "$ac_c_werror_flag" ||
5731 test ! -s conftest.err
5732 } && test -s conftest.$ac_objext; then
5733 ac_cv_header_stdc=yes
5734 else
5735 $as_echo "$as_me: failed program was:" >&5
5736 sed 's/^/| /' conftest.$ac_ext >&5
5738 ac_cv_header_stdc=no
5741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5743 if test $ac_cv_header_stdc = yes; then
5744 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5745 cat >conftest.$ac_ext <<_ACEOF
5746 /* confdefs.h. */
5747 _ACEOF
5748 cat confdefs.h >>conftest.$ac_ext
5749 cat >>conftest.$ac_ext <<_ACEOF
5750 /* end confdefs.h. */
5751 #include <string.h>
5753 _ACEOF
5754 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5755 $EGREP "memchr" >/dev/null 2>&1; then
5757 else
5758 ac_cv_header_stdc=no
5760 rm -f conftest*
5764 if test $ac_cv_header_stdc = yes; then
5765 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5766 cat >conftest.$ac_ext <<_ACEOF
5767 /* confdefs.h. */
5768 _ACEOF
5769 cat confdefs.h >>conftest.$ac_ext
5770 cat >>conftest.$ac_ext <<_ACEOF
5771 /* end confdefs.h. */
5772 #include <stdlib.h>
5774 _ACEOF
5775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5776 $EGREP "free" >/dev/null 2>&1; then
5778 else
5779 ac_cv_header_stdc=no
5781 rm -f conftest*
5785 if test $ac_cv_header_stdc = yes; then
5786 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5787 if test "$cross_compiling" = yes; then
5789 else
5790 cat >conftest.$ac_ext <<_ACEOF
5791 /* confdefs.h. */
5792 _ACEOF
5793 cat confdefs.h >>conftest.$ac_ext
5794 cat >>conftest.$ac_ext <<_ACEOF
5795 /* end confdefs.h. */
5796 #include <ctype.h>
5797 #include <stdlib.h>
5798 #if ((' ' & 0x0FF) == 0x020)
5799 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5800 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5801 #else
5802 # define ISLOWER(c) \
5803 (('a' <= (c) && (c) <= 'i') \
5804 || ('j' <= (c) && (c) <= 'r') \
5805 || ('s' <= (c) && (c) <= 'z'))
5806 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5807 #endif
5809 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5811 main ()
5813 int i;
5814 for (i = 0; i < 256; i++)
5815 if (XOR (islower (i), ISLOWER (i))
5816 || toupper (i) != TOUPPER (i))
5817 return 2;
5818 return 0;
5820 _ACEOF
5821 rm -f conftest$ac_exeext
5822 if { (ac_try="$ac_link"
5823 case "(($ac_try" in
5824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5825 *) ac_try_echo=$ac_try;;
5826 esac
5827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5828 $as_echo "$ac_try_echo") >&5
5829 (eval "$ac_link") 2>&5
5830 ac_status=$?
5831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5833 { (case "(($ac_try" in
5834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5835 *) ac_try_echo=$ac_try;;
5836 esac
5837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5838 $as_echo "$ac_try_echo") >&5
5839 (eval "$ac_try") 2>&5
5840 ac_status=$?
5841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842 (exit $ac_status); }; }; then
5844 else
5845 $as_echo "$as_me: program exited with status $ac_status" >&5
5846 $as_echo "$as_me: failed program was:" >&5
5847 sed 's/^/| /' conftest.$ac_ext >&5
5849 ( exit $ac_status )
5850 ac_cv_header_stdc=no
5852 rm -rf conftest.dSYM
5853 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5859 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5860 $as_echo "$ac_cv_header_stdc" >&6; }
5861 if test $ac_cv_header_stdc = yes; then
5863 cat >>confdefs.h <<\_ACEOF
5864 #define STDC_HEADERS 1
5865 _ACEOF
5869 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5879 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5880 inttypes.h stdint.h unistd.h
5882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5884 $as_echo_n "checking for $ac_header... " >&6; }
5885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5886 $as_echo_n "(cached) " >&6
5887 else
5888 cat >conftest.$ac_ext <<_ACEOF
5889 /* confdefs.h. */
5890 _ACEOF
5891 cat confdefs.h >>conftest.$ac_ext
5892 cat >>conftest.$ac_ext <<_ACEOF
5893 /* end confdefs.h. */
5894 $ac_includes_default
5896 #include <$ac_header>
5897 _ACEOF
5898 rm -f conftest.$ac_objext
5899 if { (ac_try="$ac_compile"
5900 case "(($ac_try" in
5901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5902 *) ac_try_echo=$ac_try;;
5903 esac
5904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5905 $as_echo "$ac_try_echo") >&5
5906 (eval "$ac_compile") 2>conftest.er1
5907 ac_status=$?
5908 grep -v '^ *+' conftest.er1 >conftest.err
5909 rm -f conftest.er1
5910 cat conftest.err >&5
5911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } && {
5913 test -z "$ac_c_werror_flag" ||
5914 test ! -s conftest.err
5915 } && test -s conftest.$ac_objext; then
5916 eval "$as_ac_Header=yes"
5917 else
5918 $as_echo "$as_me: failed program was:" >&5
5919 sed 's/^/| /' conftest.$ac_ext >&5
5921 eval "$as_ac_Header=no"
5924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 ac_res=`eval 'as_val=${'$as_ac_Header'}
5927 $as_echo "$as_val"'`
5928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5929 $as_echo "$ac_res" >&6; }
5930 as_val=`eval 'as_val=${'$as_ac_Header'}
5931 $as_echo "$as_val"'`
5932 if test "x$as_val" = x""yes; then
5933 cat >>confdefs.h <<_ACEOF
5934 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5935 _ACEOF
5939 done
6065 for ac_header in \
6066 AudioUnit/AudioUnit.h \
6067 Carbon/Carbon.h \
6068 CoreAudio/CoreAudio.h \
6069 DiskArbitration/DiskArbitration.h \
6070 IOKit/IOKitLib.h \
6071 IOKit/hid/IOHIDLib.h \
6072 alias.h \
6073 alsa/asoundlib.h \
6074 arpa/inet.h \
6075 arpa/nameser.h \
6076 asm/types.h \
6077 capi20.h \
6078 curses.h \
6079 direct.h \
6080 dirent.h \
6081 dlfcn.h \
6082 elf.h \
6083 float.h \
6084 fontconfig/fontconfig.h \
6085 getopt.h \
6086 grp.h \
6087 ieeefp.h \
6088 inet/mib2.h \
6089 io.h \
6090 jack/jack.h \
6091 jpeglib.h \
6092 kstat.h \
6093 lber.h \
6094 lcms.h \
6095 lcms/lcms.h \
6096 ldap.h \
6097 libaudioio.h \
6098 link.h \
6099 linux/cdrom.h \
6100 linux/compiler.h \
6101 linux/hdreg.h \
6102 linux/input.h \
6103 linux/ioctl.h \
6104 linux/joystick.h \
6105 linux/major.h \
6106 linux/param.h \
6107 linux/serial.h \
6108 linux/types.h \
6109 linux/ucdrom.h \
6110 mach-o/dyld_images.h \
6111 mach-o/nlist.h \
6112 mach/mach.h \
6113 mach/machine.h \
6114 machine/cpu.h \
6115 machine/limits.h \
6116 machine/soundcard.h \
6117 mntent.h \
6118 ncurses.h \
6119 netdb.h \
6120 netinet/in.h \
6121 netinet/in_systm.h \
6122 netinet/tcp.h \
6123 netinet/tcp_fsm.h \
6124 openssl/err.h \
6125 openssl/ssl.h \
6126 png.h \
6127 poll.h \
6128 process.h \
6129 pthread.h \
6130 pwd.h \
6131 regex.h \
6132 sched.h \
6133 scsi/scsi.h \
6134 scsi/scsi_ioctl.h \
6135 scsi/sg.h \
6136 soundcard.h \
6137 stdint.h \
6138 strings.h \
6139 stropts.h \
6140 sys/asoundlib.h \
6141 sys/cdio.h \
6142 sys/elf32.h \
6143 sys/epoll.h \
6144 sys/errno.h \
6145 sys/event.h \
6146 sys/exec_elf.h \
6147 sys/filio.h \
6148 sys/ioctl.h \
6149 sys/ipc.h \
6150 sys/limits.h \
6151 sys/link.h \
6152 sys/lwp.h \
6153 sys/mman.h \
6154 sys/modem.h \
6155 sys/msg.h \
6156 sys/mtio.h \
6157 sys/param.h \
6158 sys/poll.h \
6159 sys/prctl.h \
6160 sys/protosw.h \
6161 sys/ptrace.h \
6162 sys/reg.h \
6163 sys/resource.h \
6164 sys/scsiio.h \
6165 sys/shm.h \
6166 sys/signal.h \
6167 sys/socket.h \
6168 sys/socketvar.h \
6169 sys/sockio.h \
6170 sys/soundcard.h \
6171 sys/statvfs.h \
6172 sys/strtio.h \
6173 sys/syscall.h \
6174 sys/tihdr.h \
6175 sys/time.h \
6176 sys/timeout.h \
6177 sys/times.h \
6178 sys/uio.h \
6179 sys/un.h \
6180 sys/utsname.h \
6181 sys/vm86.h \
6182 sys/wait.h \
6183 syscall.h \
6184 termios.h \
6185 unistd.h \
6186 utime.h \
6187 valgrind/memcheck.h \
6188 valgrind/valgrind.h
6191 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6193 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6194 $as_echo_n "checking for $ac_header... " >&6; }
6195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6196 $as_echo_n "(cached) " >&6
6198 ac_res=`eval 'as_val=${'$as_ac_Header'}
6199 $as_echo "$as_val"'`
6200 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6201 $as_echo "$ac_res" >&6; }
6202 else
6203 # Is the header compilable?
6204 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6205 $as_echo_n "checking $ac_header usability... " >&6; }
6206 cat >conftest.$ac_ext <<_ACEOF
6207 /* confdefs.h. */
6208 _ACEOF
6209 cat confdefs.h >>conftest.$ac_ext
6210 cat >>conftest.$ac_ext <<_ACEOF
6211 /* end confdefs.h. */
6212 $ac_includes_default
6213 #include <$ac_header>
6214 _ACEOF
6215 rm -f conftest.$ac_objext
6216 if { (ac_try="$ac_compile"
6217 case "(($ac_try" in
6218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6219 *) ac_try_echo=$ac_try;;
6220 esac
6221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6222 $as_echo "$ac_try_echo") >&5
6223 (eval "$ac_compile") 2>conftest.er1
6224 ac_status=$?
6225 grep -v '^ *+' conftest.er1 >conftest.err
6226 rm -f conftest.er1
6227 cat conftest.err >&5
6228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } && {
6230 test -z "$ac_c_werror_flag" ||
6231 test ! -s conftest.err
6232 } && test -s conftest.$ac_objext; then
6233 ac_header_compiler=yes
6234 else
6235 $as_echo "$as_me: failed program was:" >&5
6236 sed 's/^/| /' conftest.$ac_ext >&5
6238 ac_header_compiler=no
6241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6242 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6243 $as_echo "$ac_header_compiler" >&6; }
6245 # Is the header present?
6246 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6247 $as_echo_n "checking $ac_header presence... " >&6; }
6248 cat >conftest.$ac_ext <<_ACEOF
6249 /* confdefs.h. */
6250 _ACEOF
6251 cat confdefs.h >>conftest.$ac_ext
6252 cat >>conftest.$ac_ext <<_ACEOF
6253 /* end confdefs.h. */
6254 #include <$ac_header>
6255 _ACEOF
6256 if { (ac_try="$ac_cpp conftest.$ac_ext"
6257 case "(($ac_try" in
6258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6259 *) ac_try_echo=$ac_try;;
6260 esac
6261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6262 $as_echo "$ac_try_echo") >&5
6263 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6264 ac_status=$?
6265 grep -v '^ *+' conftest.er1 >conftest.err
6266 rm -f conftest.er1
6267 cat conftest.err >&5
6268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); } >/dev/null && {
6270 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6271 test ! -s conftest.err
6272 }; then
6273 ac_header_preproc=yes
6274 else
6275 $as_echo "$as_me: failed program was:" >&5
6276 sed 's/^/| /' conftest.$ac_ext >&5
6278 ac_header_preproc=no
6281 rm -f conftest.err conftest.$ac_ext
6282 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6283 $as_echo "$ac_header_preproc" >&6; }
6285 # So? What about this header?
6286 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6287 yes:no: )
6288 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6289 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6290 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6292 ac_header_preproc=yes
6294 no:yes:* )
6295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6300 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6302 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6304 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6306 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6307 ( cat <<\_ASBOX
6308 ## ------------------------------------ ##
6309 ## Report this to wine-devel@winehq.org ##
6310 ## ------------------------------------ ##
6311 _ASBOX
6312 ) | sed "s/^/$as_me: WARNING: /" >&2
6314 esac
6315 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6316 $as_echo_n "checking for $ac_header... " >&6; }
6317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6318 $as_echo_n "(cached) " >&6
6319 else
6320 eval "$as_ac_Header=\$ac_header_preproc"
6322 ac_res=`eval 'as_val=${'$as_ac_Header'}
6323 $as_echo "$as_val"'`
6324 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6325 $as_echo "$ac_res" >&6; }
6328 as_val=`eval 'as_val=${'$as_ac_Header'}
6329 $as_echo "$as_val"'`
6330 if test "x$as_val" = x""yes; then
6331 cat >>confdefs.h <<_ACEOF
6332 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6333 _ACEOF
6337 done
6339 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6340 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6341 if test "${ac_cv_header_stat_broken+set}" = set; then
6342 $as_echo_n "(cached) " >&6
6343 else
6344 cat >conftest.$ac_ext <<_ACEOF
6345 /* confdefs.h. */
6346 _ACEOF
6347 cat confdefs.h >>conftest.$ac_ext
6348 cat >>conftest.$ac_ext <<_ACEOF
6349 /* end confdefs.h. */
6350 #include <sys/types.h>
6351 #include <sys/stat.h>
6353 #if defined S_ISBLK && defined S_IFDIR
6354 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6355 #endif
6357 #if defined S_ISBLK && defined S_IFCHR
6358 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6359 #endif
6361 #if defined S_ISLNK && defined S_IFREG
6362 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6363 #endif
6365 #if defined S_ISSOCK && defined S_IFREG
6366 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6367 #endif
6369 _ACEOF
6370 rm -f conftest.$ac_objext
6371 if { (ac_try="$ac_compile"
6372 case "(($ac_try" in
6373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6374 *) ac_try_echo=$ac_try;;
6375 esac
6376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6377 $as_echo "$ac_try_echo") >&5
6378 (eval "$ac_compile") 2>conftest.er1
6379 ac_status=$?
6380 grep -v '^ *+' conftest.er1 >conftest.err
6381 rm -f conftest.er1
6382 cat conftest.err >&5
6383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6384 (exit $ac_status); } && {
6385 test -z "$ac_c_werror_flag" ||
6386 test ! -s conftest.err
6387 } && test -s conftest.$ac_objext; then
6388 ac_cv_header_stat_broken=no
6389 else
6390 $as_echo "$as_me: failed program was:" >&5
6391 sed 's/^/| /' conftest.$ac_ext >&5
6393 ac_cv_header_stat_broken=yes
6396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6398 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6399 $as_echo "$ac_cv_header_stat_broken" >&6; }
6400 if test $ac_cv_header_stat_broken = yes; then
6402 cat >>confdefs.h <<\_ACEOF
6403 #define STAT_MACROS_BROKEN 1
6404 _ACEOF
6415 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6417 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6418 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6419 $as_echo_n "checking for $ac_header... " >&6; }
6420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6421 $as_echo_n "(cached) " >&6
6422 else
6423 cat >conftest.$ac_ext <<_ACEOF
6424 /* confdefs.h. */
6425 _ACEOF
6426 cat confdefs.h >>conftest.$ac_ext
6427 cat >>conftest.$ac_ext <<_ACEOF
6428 /* end confdefs.h. */
6429 #include <sys/types.h>
6430 #ifdef HAVE_SYS_PARAM_H
6431 # include <sys/param.h>
6432 #endif
6434 #include <$ac_header>
6435 _ACEOF
6436 rm -f conftest.$ac_objext
6437 if { (ac_try="$ac_compile"
6438 case "(($ac_try" in
6439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6440 *) ac_try_echo=$ac_try;;
6441 esac
6442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6443 $as_echo "$ac_try_echo") >&5
6444 (eval "$ac_compile") 2>conftest.er1
6445 ac_status=$?
6446 grep -v '^ *+' conftest.er1 >conftest.err
6447 rm -f conftest.er1
6448 cat conftest.err >&5
6449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6450 (exit $ac_status); } && {
6451 test -z "$ac_c_werror_flag" ||
6452 test ! -s conftest.err
6453 } && test -s conftest.$ac_objext; then
6454 eval "$as_ac_Header=yes"
6455 else
6456 $as_echo "$as_me: failed program was:" >&5
6457 sed 's/^/| /' conftest.$ac_ext >&5
6459 eval "$as_ac_Header=no"
6462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6464 ac_res=`eval 'as_val=${'$as_ac_Header'}
6465 $as_echo "$as_val"'`
6466 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6467 $as_echo "$ac_res" >&6; }
6468 as_val=`eval 'as_val=${'$as_ac_Header'}
6469 $as_echo "$as_val"'`
6470 if test "x$as_val" = x""yes; then
6471 cat >>confdefs.h <<_ACEOF
6472 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6473 _ACEOF
6477 done
6493 for ac_header in \
6494 netinet/ip.h \
6495 net/if.h \
6496 net/if_arp.h \
6497 net/if_dl.h \
6498 net/if_types.h \
6499 net/route.h \
6500 netinet/if_ether.h \
6501 netinet/if_inarp.h \
6502 netinet/in_pcb.h \
6503 netinet/ip_icmp.h \
6504 netinet/ip_var.h \
6505 netinet/udp.h \
6506 netipx/ipx.h \
6509 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6510 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6511 $as_echo_n "checking for $ac_header... " >&6; }
6512 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6513 $as_echo_n "(cached) " >&6
6514 else
6515 cat >conftest.$ac_ext <<_ACEOF
6516 /* confdefs.h. */
6517 _ACEOF
6518 cat confdefs.h >>conftest.$ac_ext
6519 cat >>conftest.$ac_ext <<_ACEOF
6520 /* end confdefs.h. */
6521 #include <sys/types.h>
6522 #ifdef HAVE_SYS_SOCKET_H
6523 # include <sys/socket.h>
6524 #endif
6525 #ifdef HAVE_SYS_SOCKETVAR_H
6526 # include <sys/socketvar.h>
6527 #endif
6528 #ifdef HAVE_NET_ROUTE_H
6529 # include <net/route.h>
6530 #endif
6531 #ifdef HAVE_NETINET_IN_H
6532 # include <netinet/in.h>
6533 #endif
6534 #ifdef HAVE_NETINET_IN_SYSTM_H
6535 # include <netinet/in_systm.h>
6536 #endif
6537 #ifdef HAVE_NET_IF_H
6538 # include <net/if.h>
6539 #endif
6540 #ifdef HAVE_NETINET_IP_H
6541 # include <netinet/ip.h>
6542 #endif
6544 #include <$ac_header>
6545 _ACEOF
6546 rm -f conftest.$ac_objext
6547 if { (ac_try="$ac_compile"
6548 case "(($ac_try" in
6549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6550 *) ac_try_echo=$ac_try;;
6551 esac
6552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6553 $as_echo "$ac_try_echo") >&5
6554 (eval "$ac_compile") 2>conftest.er1
6555 ac_status=$?
6556 grep -v '^ *+' conftest.er1 >conftest.err
6557 rm -f conftest.er1
6558 cat conftest.err >&5
6559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6560 (exit $ac_status); } && {
6561 test -z "$ac_c_werror_flag" ||
6562 test ! -s conftest.err
6563 } && test -s conftest.$ac_objext; then
6564 eval "$as_ac_Header=yes"
6565 else
6566 $as_echo "$as_me: failed program was:" >&5
6567 sed 's/^/| /' conftest.$ac_ext >&5
6569 eval "$as_ac_Header=no"
6572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6574 ac_res=`eval 'as_val=${'$as_ac_Header'}
6575 $as_echo "$as_val"'`
6576 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6577 $as_echo "$ac_res" >&6; }
6578 as_val=`eval 'as_val=${'$as_ac_Header'}
6579 $as_echo "$as_val"'`
6580 if test "x$as_val" = x""yes; then
6581 cat >>confdefs.h <<_ACEOF
6582 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6583 _ACEOF
6587 done
6594 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6596 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6597 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6598 $as_echo_n "checking for $ac_header... " >&6; }
6599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6600 $as_echo_n "(cached) " >&6
6601 else
6602 cat >conftest.$ac_ext <<_ACEOF
6603 /* confdefs.h. */
6604 _ACEOF
6605 cat confdefs.h >>conftest.$ac_ext
6606 cat >>conftest.$ac_ext <<_ACEOF
6607 /* end confdefs.h. */
6608 #include <sys/types.h>
6609 #ifdef HAVE_ALIAS_H
6610 # include <alias.h>
6611 #endif
6612 #ifdef HAVE_SYS_SOCKET_H
6613 # include <sys/socket.h>
6614 #endif
6615 #ifdef HAVE_SYS_SOCKETVAR_H
6616 # include <sys/socketvar.h>
6617 #endif
6618 #ifdef HAVE_SYS_TIMEOUT_H
6619 # include <sys/timeout.h>
6620 #endif
6621 #ifdef HAVE_NETINET_IN_H
6622 # include <netinet/in.h>
6623 #endif
6624 #ifdef HAVE_NETINET_IN_SYSTM_H
6625 # include <netinet/in_systm.h>
6626 #endif
6627 #ifdef HAVE_NETINET_IP_H
6628 # include <netinet/ip.h>
6629 #endif
6630 #ifdef HAVE_NETINET_IP_VAR_H
6631 # include <netinet/ip_var.h>
6632 #endif
6633 #ifdef HAVE_NETINET_IP_ICMP_H
6634 # include <netinet/ip_icmp.h>
6635 #endif
6636 #ifdef HAVE_NETINET_UDP_H
6637 # include <netinet/udp.h>
6638 #endif
6639 #ifdef HAVE_NETINET_TCP_H
6640 # include <netinet/tcp.h>
6641 #endif
6642 #ifdef HAVE_NETINET_TCP_TIMER_H
6643 #include <netinet/tcp_timer.h>
6644 #endif
6646 #include <$ac_header>
6647 _ACEOF
6648 rm -f conftest.$ac_objext
6649 if { (ac_try="$ac_compile"
6650 case "(($ac_try" in
6651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6652 *) ac_try_echo=$ac_try;;
6653 esac
6654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6655 $as_echo "$ac_try_echo") >&5
6656 (eval "$ac_compile") 2>conftest.er1
6657 ac_status=$?
6658 grep -v '^ *+' conftest.er1 >conftest.err
6659 rm -f conftest.er1
6660 cat conftest.err >&5
6661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6662 (exit $ac_status); } && {
6663 test -z "$ac_c_werror_flag" ||
6664 test ! -s conftest.err
6665 } && test -s conftest.$ac_objext; then
6666 eval "$as_ac_Header=yes"
6667 else
6668 $as_echo "$as_me: failed program was:" >&5
6669 sed 's/^/| /' conftest.$ac_ext >&5
6671 eval "$as_ac_Header=no"
6674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6676 ac_res=`eval 'as_val=${'$as_ac_Header'}
6677 $as_echo "$as_val"'`
6678 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6679 $as_echo "$ac_res" >&6; }
6680 as_val=`eval 'as_val=${'$as_ac_Header'}
6681 $as_echo "$as_val"'`
6682 if test "x$as_val" = x""yes; then
6683 cat >>confdefs.h <<_ACEOF
6684 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6685 _ACEOF
6689 done
6693 for ac_header in linux/ipx.h
6695 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6696 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6697 $as_echo_n "checking for $ac_header... " >&6; }
6698 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6699 $as_echo_n "(cached) " >&6
6700 else
6701 cat >conftest.$ac_ext <<_ACEOF
6702 /* confdefs.h. */
6703 _ACEOF
6704 cat confdefs.h >>conftest.$ac_ext
6705 cat >>conftest.$ac_ext <<_ACEOF
6706 /* end confdefs.h. */
6707 #include <sys/types.h>
6708 #ifdef HAVE_ASM_TYPES_H
6709 # include <asm/types.h>
6710 #endif
6711 #ifdef HAVE_SYS_SOCKET_H
6712 # include <sys/socket.h>
6713 #endif
6714 #ifdef HAVE_LINUX_TYPES_H
6715 # include <linux/types.h>
6716 #endif
6718 #include <$ac_header>
6719 _ACEOF
6720 rm -f conftest.$ac_objext
6721 if { (ac_try="$ac_compile"
6722 case "(($ac_try" in
6723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6724 *) ac_try_echo=$ac_try;;
6725 esac
6726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6727 $as_echo "$ac_try_echo") >&5
6728 (eval "$ac_compile") 2>conftest.er1
6729 ac_status=$?
6730 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -f conftest.er1
6732 cat conftest.err >&5
6733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734 (exit $ac_status); } && {
6735 test -z "$ac_c_werror_flag" ||
6736 test ! -s conftest.err
6737 } && test -s conftest.$ac_objext; then
6738 eval "$as_ac_Header=yes"
6739 else
6740 $as_echo "$as_me: failed program was:" >&5
6741 sed 's/^/| /' conftest.$ac_ext >&5
6743 eval "$as_ac_Header=no"
6746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6748 ac_res=`eval 'as_val=${'$as_ac_Header'}
6749 $as_echo "$as_val"'`
6750 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6751 $as_echo "$ac_res" >&6; }
6752 as_val=`eval 'as_val=${'$as_ac_Header'}
6753 $as_echo "$as_val"'`
6754 if test "x$as_val" = x""yes; then
6755 cat >>confdefs.h <<_ACEOF
6756 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6757 _ACEOF
6761 done
6765 for ac_header in resolv.h
6767 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6769 $as_echo_n "checking for $ac_header... " >&6; }
6770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6771 $as_echo_n "(cached) " >&6
6772 else
6773 cat >conftest.$ac_ext <<_ACEOF
6774 /* confdefs.h. */
6775 _ACEOF
6776 cat confdefs.h >>conftest.$ac_ext
6777 cat >>conftest.$ac_ext <<_ACEOF
6778 /* end confdefs.h. */
6779 #include <sys/types.h>
6780 #ifdef HAVE_SYS_SOCKET_H
6781 # include <sys/socket.h>
6782 #endif
6783 #ifdef HAVE_NETINET_IN_H
6784 # include <netinet/in.h>
6785 #endif
6786 #ifdef HAVE_ARPA_NAMESER_H
6787 # include <arpa/nameser.h>
6788 #endif
6790 #include <$ac_header>
6791 _ACEOF
6792 rm -f conftest.$ac_objext
6793 if { (ac_try="$ac_compile"
6794 case "(($ac_try" in
6795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6796 *) ac_try_echo=$ac_try;;
6797 esac
6798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6799 $as_echo "$ac_try_echo") >&5
6800 (eval "$ac_compile") 2>conftest.er1
6801 ac_status=$?
6802 grep -v '^ *+' conftest.er1 >conftest.err
6803 rm -f conftest.er1
6804 cat conftest.err >&5
6805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 (exit $ac_status); } && {
6807 test -z "$ac_c_werror_flag" ||
6808 test ! -s conftest.err
6809 } && test -s conftest.$ac_objext; then
6810 eval "$as_ac_Header=yes"
6811 else
6812 $as_echo "$as_me: failed program was:" >&5
6813 sed 's/^/| /' conftest.$ac_ext >&5
6815 eval "$as_ac_Header=no"
6818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6820 ac_res=`eval 'as_val=${'$as_ac_Header'}
6821 $as_echo "$as_val"'`
6822 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6823 $as_echo "$ac_res" >&6; }
6824 as_val=`eval 'as_val=${'$as_ac_Header'}
6825 $as_echo "$as_val"'`
6826 if test "x$as_val" = x""yes; then
6827 cat >>confdefs.h <<_ACEOF
6828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6829 _ACEOF
6833 done
6837 for ac_header in ucontext.h
6839 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6840 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6841 $as_echo_n "checking for $ac_header... " >&6; }
6842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6843 $as_echo_n "(cached) " >&6
6844 else
6845 cat >conftest.$ac_ext <<_ACEOF
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6851 #include <signal.h>
6853 #include <$ac_header>
6854 _ACEOF
6855 rm -f conftest.$ac_objext
6856 if { (ac_try="$ac_compile"
6857 case "(($ac_try" in
6858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6859 *) ac_try_echo=$ac_try;;
6860 esac
6861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6862 $as_echo "$ac_try_echo") >&5
6863 (eval "$ac_compile") 2>conftest.er1
6864 ac_status=$?
6865 grep -v '^ *+' conftest.er1 >conftest.err
6866 rm -f conftest.er1
6867 cat conftest.err >&5
6868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6869 (exit $ac_status); } && {
6870 test -z "$ac_c_werror_flag" ||
6871 test ! -s conftest.err
6872 } && test -s conftest.$ac_objext; then
6873 eval "$as_ac_Header=yes"
6874 else
6875 $as_echo "$as_me: failed program was:" >&5
6876 sed 's/^/| /' conftest.$ac_ext >&5
6878 eval "$as_ac_Header=no"
6881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6883 ac_res=`eval 'as_val=${'$as_ac_Header'}
6884 $as_echo "$as_val"'`
6885 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6886 $as_echo "$ac_res" >&6; }
6887 as_val=`eval 'as_val=${'$as_ac_Header'}
6888 $as_echo "$as_val"'`
6889 if test "x$as_val" = x""yes; then
6890 cat >>confdefs.h <<_ACEOF
6891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6892 _ACEOF
6896 done
6900 for ac_header in sys/thr.h
6902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6903 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6904 $as_echo_n "checking for $ac_header... " >&6; }
6905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6906 $as_echo_n "(cached) " >&6
6907 else
6908 cat >conftest.$ac_ext <<_ACEOF
6909 /* confdefs.h. */
6910 _ACEOF
6911 cat confdefs.h >>conftest.$ac_ext
6912 cat >>conftest.$ac_ext <<_ACEOF
6913 /* end confdefs.h. */
6914 #include <sys/types.h>
6915 #ifdef HAVE_UCONTEXT_H
6916 #include <ucontext.h>
6917 #endif
6919 #include <$ac_header>
6920 _ACEOF
6921 rm -f conftest.$ac_objext
6922 if { (ac_try="$ac_compile"
6923 case "(($ac_try" in
6924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6925 *) ac_try_echo=$ac_try;;
6926 esac
6927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6928 $as_echo "$ac_try_echo") >&5
6929 (eval "$ac_compile") 2>conftest.er1
6930 ac_status=$?
6931 grep -v '^ *+' conftest.er1 >conftest.err
6932 rm -f conftest.er1
6933 cat conftest.err >&5
6934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6935 (exit $ac_status); } && {
6936 test -z "$ac_c_werror_flag" ||
6937 test ! -s conftest.err
6938 } && test -s conftest.$ac_objext; then
6939 eval "$as_ac_Header=yes"
6940 else
6941 $as_echo "$as_me: failed program was:" >&5
6942 sed 's/^/| /' conftest.$ac_ext >&5
6944 eval "$as_ac_Header=no"
6947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949 ac_res=`eval 'as_val=${'$as_ac_Header'}
6950 $as_echo "$as_val"'`
6951 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6952 $as_echo "$ac_res" >&6; }
6953 as_val=`eval 'as_val=${'$as_ac_Header'}
6954 $as_echo "$as_val"'`
6955 if test "x$as_val" = x""yes; then
6956 cat >>confdefs.h <<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6958 _ACEOF
6962 done
6966 for ac_header in pthread_np.h
6968 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6969 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6970 $as_echo_n "checking for $ac_header... " >&6; }
6971 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6972 $as_echo_n "(cached) " >&6
6973 else
6974 cat >conftest.$ac_ext <<_ACEOF
6975 /* confdefs.h. */
6976 _ACEOF
6977 cat confdefs.h >>conftest.$ac_ext
6978 cat >>conftest.$ac_ext <<_ACEOF
6979 /* end confdefs.h. */
6980 #ifdef HAVE_PTHREAD_H
6981 #include <pthread.h>
6982 #endif
6984 #include <$ac_header>
6985 _ACEOF
6986 rm -f conftest.$ac_objext
6987 if { (ac_try="$ac_compile"
6988 case "(($ac_try" in
6989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6991 esac
6992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6993 $as_echo "$ac_try_echo") >&5
6994 (eval "$ac_compile") 2>conftest.er1
6995 ac_status=$?
6996 grep -v '^ *+' conftest.er1 >conftest.err
6997 rm -f conftest.er1
6998 cat conftest.err >&5
6999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7000 (exit $ac_status); } && {
7001 test -z "$ac_c_werror_flag" ||
7002 test ! -s conftest.err
7003 } && test -s conftest.$ac_objext; then
7004 eval "$as_ac_Header=yes"
7005 else
7006 $as_echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7009 eval "$as_ac_Header=no"
7012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7014 ac_res=`eval 'as_val=${'$as_ac_Header'}
7015 $as_echo "$as_val"'`
7016 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7017 $as_echo "$ac_res" >&6; }
7018 as_val=`eval 'as_val=${'$as_ac_Header'}
7019 $as_echo "$as_val"'`
7020 if test "x$as_val" = x""yes; then
7021 cat >>confdefs.h <<_ACEOF
7022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7023 _ACEOF
7027 done
7031 for ac_header in linux/videodev.h
7033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7035 $as_echo_n "checking for $ac_header... " >&6; }
7036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7037 $as_echo_n "(cached) " >&6
7038 else
7039 cat >conftest.$ac_ext <<_ACEOF
7040 /* confdefs.h. */
7041 _ACEOF
7042 cat confdefs.h >>conftest.$ac_ext
7043 cat >>conftest.$ac_ext <<_ACEOF
7044 /* end confdefs.h. */
7045 #ifdef HAVE_SYS_TIME_H
7046 #include <sys/time.h>
7047 #endif
7048 #include <sys/types.h>
7049 #ifdef HAVE_ASM_TYPES_H
7050 #include <asm/types.h>
7051 #endif
7053 #include <$ac_header>
7054 _ACEOF
7055 rm -f conftest.$ac_objext
7056 if { (ac_try="$ac_compile"
7057 case "(($ac_try" in
7058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7059 *) ac_try_echo=$ac_try;;
7060 esac
7061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7062 $as_echo "$ac_try_echo") >&5
7063 (eval "$ac_compile") 2>conftest.er1
7064 ac_status=$?
7065 grep -v '^ *+' conftest.er1 >conftest.err
7066 rm -f conftest.er1
7067 cat conftest.err >&5
7068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7069 (exit $ac_status); } && {
7070 test -z "$ac_c_werror_flag" ||
7071 test ! -s conftest.err
7072 } && test -s conftest.$ac_objext; then
7073 eval "$as_ac_Header=yes"
7074 else
7075 $as_echo "$as_me: failed program was:" >&5
7076 sed 's/^/| /' conftest.$ac_ext >&5
7078 eval "$as_ac_Header=no"
7081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 ac_res=`eval 'as_val=${'$as_ac_Header'}
7084 $as_echo "$as_val"'`
7085 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7086 $as_echo "$ac_res" >&6; }
7087 as_val=`eval 'as_val=${'$as_ac_Header'}
7088 $as_echo "$as_val"'`
7089 if test "x$as_val" = x""yes; then
7090 cat >>confdefs.h <<_ACEOF
7091 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7092 _ACEOF
7096 done
7100 for ac_header in linux/capi.h
7102 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7103 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7104 $as_echo_n "checking for $ac_header... " >&6; }
7105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7106 $as_echo_n "(cached) " >&6
7107 else
7108 cat >conftest.$ac_ext <<_ACEOF
7109 /* confdefs.h. */
7110 _ACEOF
7111 cat confdefs.h >>conftest.$ac_ext
7112 cat >>conftest.$ac_ext <<_ACEOF
7113 /* end confdefs.h. */
7114 #define __user
7116 #include <$ac_header>
7117 _ACEOF
7118 rm -f conftest.$ac_objext
7119 if { (ac_try="$ac_compile"
7120 case "(($ac_try" in
7121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7122 *) ac_try_echo=$ac_try;;
7123 esac
7124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7125 $as_echo "$ac_try_echo") >&5
7126 (eval "$ac_compile") 2>conftest.er1
7127 ac_status=$?
7128 grep -v '^ *+' conftest.er1 >conftest.err
7129 rm -f conftest.er1
7130 cat conftest.err >&5
7131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 (exit $ac_status); } && {
7133 test -z "$ac_c_werror_flag" ||
7134 test ! -s conftest.err
7135 } && test -s conftest.$ac_objext; then
7136 eval "$as_ac_Header=yes"
7137 else
7138 $as_echo "$as_me: failed program was:" >&5
7139 sed 's/^/| /' conftest.$ac_ext >&5
7141 eval "$as_ac_Header=no"
7144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7146 ac_res=`eval 'as_val=${'$as_ac_Header'}
7147 $as_echo "$as_val"'`
7148 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7149 $as_echo "$ac_res" >&6; }
7150 as_val=`eval 'as_val=${'$as_ac_Header'}
7151 $as_echo "$as_val"'`
7152 if test "x$as_val" = x""yes; then
7153 cat >>confdefs.h <<_ACEOF
7154 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7155 _ACEOF
7159 done
7163 DLLEXT=""
7165 DLLFLAGS="-D_REENTRANT"
7167 LDSHARED=""
7169 LDDLLFLAGS=""
7171 LIBEXT="so"
7173 IMPLIBEXT="def"
7175 LDRPATH_INSTALL=""
7177 LDRPATH_LOCAL=""
7179 # Extract the first word of "ldd", so it can be a program name with args.
7180 set dummy ldd; ac_word=$2
7181 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7182 $as_echo_n "checking for $ac_word... " >&6; }
7183 if test "${ac_cv_path_LDD+set}" = set; then
7184 $as_echo_n "(cached) " >&6
7185 else
7186 case $LDD in
7187 [\\/]* | ?:[\\/]*)
7188 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7192 as_dummy="/sbin:/usr/sbin:$PATH"
7193 for as_dir in $as_dummy
7195 IFS=$as_save_IFS
7196 test -z "$as_dir" && as_dir=.
7197 for ac_exec_ext in '' $ac_executable_extensions; do
7198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7199 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7201 break 2
7203 done
7204 done
7205 IFS=$as_save_IFS
7207 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7209 esac
7211 LDD=$ac_cv_path_LDD
7212 if test -n "$LDD"; then
7213 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7214 $as_echo "$LDD" >&6; }
7215 else
7216 { $as_echo "$as_me:$LINENO: result: no" >&5
7217 $as_echo "no" >&6; }
7222 case $host_os in
7223 cygwin*|mingw32*)
7224 if test -n "$ac_tool_prefix"; then
7225 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7226 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7227 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7228 $as_echo_n "checking for $ac_word... " >&6; }
7229 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7230 $as_echo_n "(cached) " >&6
7231 else
7232 if test -n "$DLLTOOL"; then
7233 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7234 else
7235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7236 for as_dir in $PATH
7238 IFS=$as_save_IFS
7239 test -z "$as_dir" && as_dir=.
7240 for ac_exec_ext in '' $ac_executable_extensions; do
7241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7242 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7243 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7244 break 2
7246 done
7247 done
7248 IFS=$as_save_IFS
7252 DLLTOOL=$ac_cv_prog_DLLTOOL
7253 if test -n "$DLLTOOL"; then
7254 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7255 $as_echo "$DLLTOOL" >&6; }
7256 else
7257 { $as_echo "$as_me:$LINENO: result: no" >&5
7258 $as_echo "no" >&6; }
7263 if test -z "$ac_cv_prog_DLLTOOL"; then
7264 ac_ct_DLLTOOL=$DLLTOOL
7265 # Extract the first word of "dlltool", so it can be a program name with args.
7266 set dummy dlltool; ac_word=$2
7267 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7268 $as_echo_n "checking for $ac_word... " >&6; }
7269 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7270 $as_echo_n "(cached) " >&6
7271 else
7272 if test -n "$ac_ct_DLLTOOL"; then
7273 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7274 else
7275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7276 for as_dir in $PATH
7278 IFS=$as_save_IFS
7279 test -z "$as_dir" && as_dir=.
7280 for ac_exec_ext in '' $ac_executable_extensions; do
7281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7282 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7284 break 2
7286 done
7287 done
7288 IFS=$as_save_IFS
7292 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7293 if test -n "$ac_ct_DLLTOOL"; then
7294 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7295 $as_echo "$ac_ct_DLLTOOL" >&6; }
7296 else
7297 { $as_echo "$as_me:$LINENO: result: no" >&5
7298 $as_echo "no" >&6; }
7301 if test "x$ac_ct_DLLTOOL" = x; then
7302 DLLTOOL="false"
7303 else
7304 case $cross_compiling:$ac_tool_warned in
7305 yes:)
7306 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7308 ac_tool_warned=yes ;;
7309 esac
7310 DLLTOOL=$ac_ct_DLLTOOL
7312 else
7313 DLLTOOL="$ac_cv_prog_DLLTOOL"
7316 if test -n "$ac_tool_prefix"; then
7317 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7318 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7319 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7320 $as_echo_n "checking for $ac_word... " >&6; }
7321 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7322 $as_echo_n "(cached) " >&6
7323 else
7324 if test -n "$DLLWRAP"; then
7325 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7326 else
7327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7328 for as_dir in $PATH
7330 IFS=$as_save_IFS
7331 test -z "$as_dir" && as_dir=.
7332 for ac_exec_ext in '' $ac_executable_extensions; do
7333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7334 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7335 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7336 break 2
7338 done
7339 done
7340 IFS=$as_save_IFS
7344 DLLWRAP=$ac_cv_prog_DLLWRAP
7345 if test -n "$DLLWRAP"; then
7346 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7347 $as_echo "$DLLWRAP" >&6; }
7348 else
7349 { $as_echo "$as_me:$LINENO: result: no" >&5
7350 $as_echo "no" >&6; }
7355 if test -z "$ac_cv_prog_DLLWRAP"; then
7356 ac_ct_DLLWRAP=$DLLWRAP
7357 # Extract the first word of "dllwrap", so it can be a program name with args.
7358 set dummy dllwrap; ac_word=$2
7359 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7360 $as_echo_n "checking for $ac_word... " >&6; }
7361 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7362 $as_echo_n "(cached) " >&6
7363 else
7364 if test -n "$ac_ct_DLLWRAP"; then
7365 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7366 else
7367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368 for as_dir in $PATH
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7374 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7375 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7376 break 2
7378 done
7379 done
7380 IFS=$as_save_IFS
7384 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7385 if test -n "$ac_ct_DLLWRAP"; then
7386 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7387 $as_echo "$ac_ct_DLLWRAP" >&6; }
7388 else
7389 { $as_echo "$as_me:$LINENO: result: no" >&5
7390 $as_echo "no" >&6; }
7393 if test "x$ac_ct_DLLWRAP" = x; then
7394 DLLWRAP="false"
7395 else
7396 case $cross_compiling:$ac_tool_warned in
7397 yes:)
7398 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7400 ac_tool_warned=yes ;;
7401 esac
7402 DLLWRAP=$ac_ct_DLLWRAP
7404 else
7405 DLLWRAP="$ac_cv_prog_DLLWRAP"
7408 if test -n "$ac_tool_prefix"; then
7409 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7410 set dummy ${ac_tool_prefix}ar; ac_word=$2
7411 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7412 $as_echo_n "checking for $ac_word... " >&6; }
7413 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7414 $as_echo_n "(cached) " >&6
7415 else
7416 if test -n "$MINGWAR"; then
7417 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7418 else
7419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420 for as_dir in $PATH
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
7424 for ac_exec_ext in '' $ac_executable_extensions; do
7425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7426 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7427 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7428 break 2
7430 done
7431 done
7432 IFS=$as_save_IFS
7436 MINGWAR=$ac_cv_prog_MINGWAR
7437 if test -n "$MINGWAR"; then
7438 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7439 $as_echo "$MINGWAR" >&6; }
7440 else
7441 { $as_echo "$as_me:$LINENO: result: no" >&5
7442 $as_echo "no" >&6; }
7447 if test -z "$ac_cv_prog_MINGWAR"; then
7448 ac_ct_MINGWAR=$MINGWAR
7449 # Extract the first word of "ar", so it can be a program name with args.
7450 set dummy ar; ac_word=$2
7451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7452 $as_echo_n "checking for $ac_word... " >&6; }
7453 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7454 $as_echo_n "(cached) " >&6
7455 else
7456 if test -n "$ac_ct_MINGWAR"; then
7457 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7458 else
7459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460 for as_dir in $PATH
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
7464 for ac_exec_ext in '' $ac_executable_extensions; do
7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7466 ac_cv_prog_ac_ct_MINGWAR="ar"
7467 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7468 break 2
7470 done
7471 done
7472 IFS=$as_save_IFS
7476 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7477 if test -n "$ac_ct_MINGWAR"; then
7478 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7479 $as_echo "$ac_ct_MINGWAR" >&6; }
7480 else
7481 { $as_echo "$as_me:$LINENO: result: no" >&5
7482 $as_echo "no" >&6; }
7485 if test "x$ac_ct_MINGWAR" = x; then
7486 MINGWAR="false"
7487 else
7488 case $cross_compiling:$ac_tool_warned in
7489 yes:)
7490 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7492 ac_tool_warned=yes ;;
7493 esac
7494 MINGWAR=$ac_ct_MINGWAR
7496 else
7497 MINGWAR="$ac_cv_prog_MINGWAR"
7500 if test "$DLLWRAP" = "false"; then
7501 LIBEXT="a"
7502 else
7503 LIBEXT="dll"
7505 IMPLIBEXT="a"
7506 WIN16_FILES=""
7507 WIN16_INSTALL=""
7508 enable_iphlpapi=${enable_iphlpapi:-no}
7509 enable_kernel32=${enable_kernel32:-no}
7510 enable_msvcrt=${enable_msvcrt:-no}
7511 enable_ntdll=${enable_ntdll:-no}
7512 enable_ws2_32=${enable_ws2_32:-no}
7513 enable_loader=${enable_loader:-no}
7514 enable_server=${enable_server:-no}
7515 with_x=${with_x:-no}
7516 with_pthread=${with_pthread:-no}
7518 darwin*|macosx*)
7519 DLLEXT=".so"
7520 LIBEXT="dylib"
7521 DLLFLAGS="$DLLFLAGS -fPIC"
7522 LDDLLFLAGS="-bundle -multiply_defined suppress"
7523 LIBWINE_LDFLAGS="-multiply_defined suppress"
7524 LDSHARED="\$(CC) -dynamiclib"
7525 STRIP="$STRIP -x"
7526 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7527 SECURITYLIB="-framework Security -framework CoreFoundation"
7529 COREFOUNDATIONLIB="-framework CoreFoundation"
7531 IOKITLIB="-framework IOKit -framework CoreFoundation"
7533 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7535 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7536 then
7537 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7540 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7541 then
7542 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7545 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7546 then
7547 ac_save_LIBS="$LIBS"
7548 LIBS="$LIBS $IOKITLIB"
7550 for ac_func in IOHIDManagerCreate
7552 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7553 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7554 $as_echo_n "checking for $ac_func... " >&6; }
7555 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7556 $as_echo_n "(cached) " >&6
7557 else
7558 cat >conftest.$ac_ext <<_ACEOF
7559 /* confdefs.h. */
7560 _ACEOF
7561 cat confdefs.h >>conftest.$ac_ext
7562 cat >>conftest.$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7565 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7566 #define $ac_func innocuous_$ac_func
7568 /* System header to define __stub macros and hopefully few prototypes,
7569 which can conflict with char $ac_func (); below.
7570 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7571 <limits.h> exists even on freestanding compilers. */
7573 #ifdef __STDC__
7574 # include <limits.h>
7575 #else
7576 # include <assert.h>
7577 #endif
7579 #undef $ac_func
7581 /* Override any GCC internal prototype to avoid an error.
7582 Use char because int might match the return type of a GCC
7583 builtin and then its argument prototype would still apply. */
7584 #ifdef __cplusplus
7585 extern "C"
7586 #endif
7587 char $ac_func ();
7588 /* The GNU C library defines this for functions which it implements
7589 to always fail with ENOSYS. Some functions are actually named
7590 something starting with __ and the normal name is an alias. */
7591 #if defined __stub_$ac_func || defined __stub___$ac_func
7592 choke me
7593 #endif
7596 main ()
7598 return $ac_func ();
7600 return 0;
7602 _ACEOF
7603 rm -f conftest.$ac_objext conftest$ac_exeext
7604 if { (ac_try="$ac_link"
7605 case "(($ac_try" in
7606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607 *) ac_try_echo=$ac_try;;
7608 esac
7609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7610 $as_echo "$ac_try_echo") >&5
7611 (eval "$ac_link") 2>conftest.er1
7612 ac_status=$?
7613 grep -v '^ *+' conftest.er1 >conftest.err
7614 rm -f conftest.er1
7615 cat conftest.err >&5
7616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617 (exit $ac_status); } && {
7618 test -z "$ac_c_werror_flag" ||
7619 test ! -s conftest.err
7620 } && test -s conftest$ac_exeext && {
7621 test "$cross_compiling" = yes ||
7622 $as_test_x conftest$ac_exeext
7623 }; then
7624 eval "$as_ac_var=yes"
7625 else
7626 $as_echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.$ac_ext >&5
7629 eval "$as_ac_var=no"
7632 rm -rf conftest.dSYM
7633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7634 conftest$ac_exeext conftest.$ac_ext
7636 ac_res=`eval 'as_val=${'$as_ac_var'}
7637 $as_echo "$as_val"'`
7638 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7639 $as_echo "$ac_res" >&6; }
7640 as_val=`eval 'as_val=${'$as_ac_var'}
7641 $as_echo "$as_val"'`
7642 if test "x$as_val" = x""yes; then
7643 cat >>confdefs.h <<_ACEOF
7644 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7645 _ACEOF
7648 done
7650 LIBS="$ac_save_LIBS"
7652 case $host_cpu in
7653 *powerpc*)
7654 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7655 esac
7656 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7657 then
7658 CARBONLIB="-framework Carbon"
7660 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7664 DLLFLAGS="$DLLFLAGS -fPIC"
7665 DLLEXT=".so"
7666 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7667 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7668 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7669 $as_echo_n "(cached) " >&6
7670 else
7671 ac_wine_try_cflags_saved=$CFLAGS
7672 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7673 cat >conftest.$ac_ext <<_ACEOF
7674 void myfunc() {}
7675 _ACEOF
7676 rm -f conftest.$ac_objext conftest$ac_exeext
7677 if { (ac_try="$ac_link"
7678 case "(($ac_try" in
7679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7680 *) ac_try_echo=$ac_try;;
7681 esac
7682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7683 $as_echo "$ac_try_echo") >&5
7684 (eval "$ac_link") 2>conftest.er1
7685 ac_status=$?
7686 grep -v '^ *+' conftest.er1 >conftest.err
7687 rm -f conftest.er1
7688 cat conftest.err >&5
7689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7690 (exit $ac_status); } && {
7691 test -z "$ac_c_werror_flag" ||
7692 test ! -s conftest.err
7693 } && test -s conftest$ac_exeext && {
7694 test "$cross_compiling" = yes ||
7695 $as_test_x conftest$ac_exeext
7696 }; then
7697 ac_cv_c_dll_gnuelf="yes"
7698 else
7699 $as_echo "$as_me: failed program was:" >&5
7700 sed 's/^/| /' conftest.$ac_ext >&5
7702 ac_cv_c_dll_gnuelf="no"
7705 rm -rf conftest.dSYM
7706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7707 conftest$ac_exeext conftest.$ac_ext
7708 CFLAGS=$ac_wine_try_cflags_saved
7710 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7711 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7712 if test "$ac_cv_c_dll_gnuelf" = "yes"
7713 then
7714 LDSHARED="\$(CC) -shared"
7715 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7716 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7717 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7718 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7719 $as_echo_n "(cached) " >&6
7720 else
7721 ac_wine_try_cflags_saved=$CFLAGS
7722 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7723 cat >conftest.$ac_ext <<_ACEOF
7724 /* confdefs.h. */
7725 _ACEOF
7726 cat confdefs.h >>conftest.$ac_ext
7727 cat >>conftest.$ac_ext <<_ACEOF
7728 /* end confdefs.h. */
7731 main ()
7735 return 0;
7737 _ACEOF
7738 rm -f conftest.$ac_objext conftest$ac_exeext
7739 if { (ac_try="$ac_link"
7740 case "(($ac_try" in
7741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7742 *) ac_try_echo=$ac_try;;
7743 esac
7744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7745 $as_echo "$ac_try_echo") >&5
7746 (eval "$ac_link") 2>conftest.er1
7747 ac_status=$?
7748 grep -v '^ *+' conftest.er1 >conftest.err
7749 rm -f conftest.er1
7750 cat conftest.err >&5
7751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752 (exit $ac_status); } && {
7753 test -z "$ac_c_werror_flag" ||
7754 test ! -s conftest.err
7755 } && test -s conftest$ac_exeext && {
7756 test "$cross_compiling" = yes ||
7757 $as_test_x conftest$ac_exeext
7758 }; then
7759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7760 else
7761 $as_echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.$ac_ext >&5
7764 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7767 rm -rf conftest.dSYM
7768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7769 conftest$ac_exeext conftest.$ac_ext
7770 CFLAGS=$ac_wine_try_cflags_saved
7772 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7773 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7774 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7775 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7776 else
7777 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7778 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7779 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7780 $as_echo_n "(cached) " >&6
7781 else
7782 ac_wine_try_cflags_saved=$CFLAGS
7783 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7784 cat >conftest.$ac_ext <<_ACEOF
7785 /* confdefs.h. */
7786 _ACEOF
7787 cat confdefs.h >>conftest.$ac_ext
7788 cat >>conftest.$ac_ext <<_ACEOF
7789 /* end confdefs.h. */
7792 main ()
7796 return 0;
7798 _ACEOF
7799 rm -f conftest.$ac_objext conftest$ac_exeext
7800 if { (ac_try="$ac_link"
7801 case "(($ac_try" in
7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7803 *) ac_try_echo=$ac_try;;
7804 esac
7805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7806 $as_echo "$ac_try_echo") >&5
7807 (eval "$ac_link") 2>conftest.er1
7808 ac_status=$?
7809 grep -v '^ *+' conftest.er1 >conftest.err
7810 rm -f conftest.er1
7811 cat conftest.err >&5
7812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } && {
7814 test -z "$ac_c_werror_flag" ||
7815 test ! -s conftest.err
7816 } && test -s conftest$ac_exeext && {
7817 test "$cross_compiling" = yes ||
7818 $as_test_x conftest$ac_exeext
7819 }; then
7820 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7821 else
7822 $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7828 rm -rf conftest.dSYM
7829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7830 conftest$ac_exeext conftest.$ac_ext
7831 CFLAGS=$ac_wine_try_cflags_saved
7833 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7834 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7835 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7836 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7842 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7843 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7844 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7845 $as_echo_n "(cached) " >&6
7846 else
7847 ac_wine_try_cflags_saved=$CFLAGS
7848 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7849 cat >conftest.$ac_ext <<_ACEOF
7850 /* confdefs.h. */
7851 _ACEOF
7852 cat confdefs.h >>conftest.$ac_ext
7853 cat >>conftest.$ac_ext <<_ACEOF
7854 /* end confdefs.h. */
7857 main ()
7861 return 0;
7863 _ACEOF
7864 rm -f conftest.$ac_objext conftest$ac_exeext
7865 if { (ac_try="$ac_link"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_link") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest$ac_exeext && {
7882 test "$cross_compiling" = yes ||
7883 $as_test_x conftest$ac_exeext
7884 }; then
7885 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7886 else
7887 $as_echo "$as_me: failed program was:" >&5
7888 sed 's/^/| /' conftest.$ac_ext >&5
7890 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7893 rm -rf conftest.dSYM
7894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7895 conftest$ac_exeext conftest.$ac_ext
7896 CFLAGS=$ac_wine_try_cflags_saved
7898 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7899 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7900 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7901 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7905 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7906 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7907 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7908 $as_echo_n "(cached) " >&6
7909 else
7910 ac_wine_try_cflags_saved=$CFLAGS
7911 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7912 cat >conftest.$ac_ext <<_ACEOF
7913 /* confdefs.h. */
7914 _ACEOF
7915 cat confdefs.h >>conftest.$ac_ext
7916 cat >>conftest.$ac_ext <<_ACEOF
7917 /* end confdefs.h. */
7920 main ()
7924 return 0;
7926 _ACEOF
7927 rm -f conftest.$ac_objext conftest$ac_exeext
7928 if { (ac_try="$ac_link"
7929 case "(($ac_try" in
7930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7931 *) ac_try_echo=$ac_try;;
7932 esac
7933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7934 $as_echo "$ac_try_echo") >&5
7935 (eval "$ac_link") 2>conftest.er1
7936 ac_status=$?
7937 grep -v '^ *+' conftest.er1 >conftest.err
7938 rm -f conftest.er1
7939 cat conftest.err >&5
7940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7941 (exit $ac_status); } && {
7942 test -z "$ac_c_werror_flag" ||
7943 test ! -s conftest.err
7944 } && test -s conftest$ac_exeext && {
7945 test "$cross_compiling" = yes ||
7946 $as_test_x conftest$ac_exeext
7947 }; then
7948 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7949 else
7950 $as_echo "$as_me: failed program was:" >&5
7951 sed 's/^/| /' conftest.$ac_ext >&5
7953 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7956 rm -rf conftest.dSYM
7957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7958 conftest$ac_exeext conftest.$ac_ext
7959 CFLAGS=$ac_wine_try_cflags_saved
7961 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7962 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7963 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7964 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7968 echo '{ global: *; };' >conftest.map
7969 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7970 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7971 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7972 $as_echo_n "(cached) " >&6
7973 else
7974 ac_wine_try_cflags_saved=$CFLAGS
7975 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7976 cat >conftest.$ac_ext <<_ACEOF
7977 /* confdefs.h. */
7978 _ACEOF
7979 cat confdefs.h >>conftest.$ac_ext
7980 cat >>conftest.$ac_ext <<_ACEOF
7981 /* end confdefs.h. */
7984 main ()
7988 return 0;
7990 _ACEOF
7991 rm -f conftest.$ac_objext conftest$ac_exeext
7992 if { (ac_try="$ac_link"
7993 case "(($ac_try" in
7994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7995 *) ac_try_echo=$ac_try;;
7996 esac
7997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7998 $as_echo "$ac_try_echo") >&5
7999 (eval "$ac_link") 2>conftest.er1
8000 ac_status=$?
8001 grep -v '^ *+' conftest.er1 >conftest.err
8002 rm -f conftest.er1
8003 cat conftest.err >&5
8004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005 (exit $ac_status); } && {
8006 test -z "$ac_c_werror_flag" ||
8007 test ! -s conftest.err
8008 } && test -s conftest$ac_exeext && {
8009 test "$cross_compiling" = yes ||
8010 $as_test_x conftest$ac_exeext
8011 }; then
8012 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8013 else
8014 $as_echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.$ac_ext >&5
8017 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8020 rm -rf conftest.dSYM
8021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8022 conftest$ac_exeext conftest.$ac_ext
8023 CFLAGS=$ac_wine_try_cflags_saved
8025 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8026 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8027 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8028 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8031 rm -f conftest.map
8033 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8034 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8035 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8036 $as_echo_n "(cached) " >&6
8037 else
8038 ac_wine_try_cflags_saved=$CFLAGS
8039 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8040 cat >conftest.$ac_ext <<_ACEOF
8041 /* confdefs.h. */
8042 _ACEOF
8043 cat confdefs.h >>conftest.$ac_ext
8044 cat >>conftest.$ac_ext <<_ACEOF
8045 /* end confdefs.h. */
8048 main ()
8052 return 0;
8054 _ACEOF
8055 rm -f conftest.$ac_objext conftest$ac_exeext
8056 if { (ac_try="$ac_link"
8057 case "(($ac_try" in
8058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8059 *) ac_try_echo=$ac_try;;
8060 esac
8061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8062 $as_echo "$ac_try_echo") >&5
8063 (eval "$ac_link") 2>conftest.er1
8064 ac_status=$?
8065 grep -v '^ *+' conftest.er1 >conftest.err
8066 rm -f conftest.er1
8067 cat conftest.err >&5
8068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8069 (exit $ac_status); } && {
8070 test -z "$ac_c_werror_flag" ||
8071 test ! -s conftest.err
8072 } && test -s conftest$ac_exeext && {
8073 test "$cross_compiling" = yes ||
8074 $as_test_x conftest$ac_exeext
8075 }; then
8076 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8077 else
8078 $as_echo "$as_me: failed program was:" >&5
8079 sed 's/^/| /' conftest.$ac_ext >&5
8081 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8084 rm -rf conftest.dSYM
8085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8086 conftest$ac_exeext conftest.$ac_ext
8087 CFLAGS=$ac_wine_try_cflags_saved
8089 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8090 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8091 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8092 LDEXECFLAGS="-Wl,--export-dynamic"
8097 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8098 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8099 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8100 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8101 $as_echo_n "(cached) " >&6
8102 else
8103 ac_wine_try_cflags_saved=$CFLAGS
8104 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8105 cat >conftest.$ac_ext <<_ACEOF
8106 /* confdefs.h. */
8107 _ACEOF
8108 cat confdefs.h >>conftest.$ac_ext
8109 cat >>conftest.$ac_ext <<_ACEOF
8110 /* end confdefs.h. */
8113 main ()
8117 return 0;
8119 _ACEOF
8120 rm -f conftest.$ac_objext conftest$ac_exeext
8121 if { (ac_try="$ac_link"
8122 case "(($ac_try" in
8123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8124 *) ac_try_echo=$ac_try;;
8125 esac
8126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8127 $as_echo "$ac_try_echo") >&5
8128 (eval "$ac_link") 2>conftest.er1
8129 ac_status=$?
8130 grep -v '^ *+' conftest.er1 >conftest.err
8131 rm -f conftest.er1
8132 cat conftest.err >&5
8133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8134 (exit $ac_status); } && {
8135 test -z "$ac_c_werror_flag" ||
8136 test ! -s conftest.err
8137 } && test -s conftest$ac_exeext && {
8138 test "$cross_compiling" = yes ||
8139 $as_test_x conftest$ac_exeext
8140 }; then
8141 eval "$as_ac_var=yes"
8142 else
8143 $as_echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.$ac_ext >&5
8146 eval "$as_ac_var=no"
8149 rm -rf conftest.dSYM
8150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8151 conftest$ac_exeext conftest.$ac_ext
8152 CFLAGS=$ac_wine_try_cflags_saved
8154 ac_res=`eval 'as_val=${'$as_ac_var'}
8155 $as_echo "$as_val"'`
8156 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8157 $as_echo "$ac_res" >&6; }
8158 if test `eval 'as_val=${'$as_ac_var'}
8159 $as_echo "$as_val"'` = yes; then
8160 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8161 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8162 else
8163 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8164 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8165 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8166 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8167 $as_echo_n "(cached) " >&6
8168 else
8169 ac_wine_try_cflags_saved=$CFLAGS
8170 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8171 cat >conftest.$ac_ext <<_ACEOF
8172 /* confdefs.h. */
8173 _ACEOF
8174 cat confdefs.h >>conftest.$ac_ext
8175 cat >>conftest.$ac_ext <<_ACEOF
8176 /* end confdefs.h. */
8179 main ()
8183 return 0;
8185 _ACEOF
8186 rm -f conftest.$ac_objext conftest$ac_exeext
8187 if { (ac_try="$ac_link"
8188 case "(($ac_try" in
8189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8190 *) ac_try_echo=$ac_try;;
8191 esac
8192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8193 $as_echo "$ac_try_echo") >&5
8194 (eval "$ac_link") 2>conftest.er1
8195 ac_status=$?
8196 grep -v '^ *+' conftest.er1 >conftest.err
8197 rm -f conftest.er1
8198 cat conftest.err >&5
8199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 (exit $ac_status); } && {
8201 test -z "$ac_c_werror_flag" ||
8202 test ! -s conftest.err
8203 } && test -s conftest$ac_exeext && {
8204 test "$cross_compiling" = yes ||
8205 $as_test_x conftest$ac_exeext
8206 }; then
8207 eval "$as_ac_var=yes"
8208 else
8209 $as_echo "$as_me: failed program was:" >&5
8210 sed 's/^/| /' conftest.$ac_ext >&5
8212 eval "$as_ac_var=no"
8215 rm -rf conftest.dSYM
8216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8217 conftest$ac_exeext conftest.$ac_ext
8218 CFLAGS=$ac_wine_try_cflags_saved
8220 ac_res=`eval 'as_val=${'$as_ac_var'}
8221 $as_echo "$as_val"'`
8222 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8223 $as_echo "$ac_res" >&6; }
8224 if test `eval 'as_val=${'$as_ac_var'}
8225 $as_echo "$as_val"'` = yes; then
8226 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8227 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8233 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8234 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8235 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8236 $as_echo_n "(cached) " >&6
8237 else
8238 ac_wine_try_cflags_saved=$CFLAGS
8239 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8240 cat >conftest.$ac_ext <<_ACEOF
8241 /* confdefs.h. */
8242 _ACEOF
8243 cat confdefs.h >>conftest.$ac_ext
8244 cat >>conftest.$ac_ext <<_ACEOF
8245 /* end confdefs.h. */
8248 main ()
8252 return 0;
8254 _ACEOF
8255 rm -f conftest.$ac_objext conftest$ac_exeext
8256 if { (ac_try="$ac_link"
8257 case "(($ac_try" in
8258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8259 *) ac_try_echo=$ac_try;;
8260 esac
8261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8262 $as_echo "$ac_try_echo") >&5
8263 (eval "$ac_link") 2>conftest.er1
8264 ac_status=$?
8265 grep -v '^ *+' conftest.er1 >conftest.err
8266 rm -f conftest.er1
8267 cat conftest.err >&5
8268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8269 (exit $ac_status); } && {
8270 test -z "$ac_c_werror_flag" ||
8271 test ! -s conftest.err
8272 } && test -s conftest$ac_exeext && {
8273 test "$cross_compiling" = yes ||
8274 $as_test_x conftest$ac_exeext
8275 }; then
8276 ac_cv_cflags__Wl___enable_new_dtags=yes
8277 else
8278 $as_echo "$as_me: failed program was:" >&5
8279 sed 's/^/| /' conftest.$ac_ext >&5
8281 ac_cv_cflags__Wl___enable_new_dtags=no
8284 rm -rf conftest.dSYM
8285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8286 conftest$ac_exeext conftest.$ac_ext
8287 CFLAGS=$ac_wine_try_cflags_saved
8289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8290 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8291 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8292 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8296 case $host_cpu in
8297 *i[3456789]86* | x86_64)
8298 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8299 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8300 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8301 $as_echo_n "(cached) " >&6
8302 else
8303 ac_wine_try_cflags_saved=$CFLAGS
8304 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
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. */
8313 main ()
8317 return 0;
8319 _ACEOF
8320 rm -f conftest.$ac_objext conftest$ac_exeext
8321 if { (ac_try="$ac_link"
8322 case "(($ac_try" in
8323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8324 *) ac_try_echo=$ac_try;;
8325 esac
8326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8327 $as_echo "$ac_try_echo") >&5
8328 (eval "$ac_link") 2>conftest.er1
8329 ac_status=$?
8330 grep -v '^ *+' conftest.er1 >conftest.err
8331 rm -f conftest.er1
8332 cat conftest.err >&5
8333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8334 (exit $ac_status); } && {
8335 test -z "$ac_c_werror_flag" ||
8336 test ! -s conftest.err
8337 } && test -s conftest$ac_exeext && {
8338 test "$cross_compiling" = yes ||
8339 $as_test_x conftest$ac_exeext
8340 }; then
8341 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8342 else
8343 $as_echo "$as_me: failed program was:" >&5
8344 sed 's/^/| /' conftest.$ac_ext >&5
8346 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8349 rm -rf conftest.dSYM
8350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8351 conftest$ac_exeext conftest.$ac_ext
8352 CFLAGS=$ac_wine_try_cflags_saved
8354 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8355 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8356 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8357 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8361 esac
8363 else
8364 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8365 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8366 if test "${ac_cv_c_dll_unixware+set}" = set; then
8367 $as_echo_n "(cached) " >&6
8368 else
8369 ac_wine_try_cflags_saved=$CFLAGS
8370 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8371 cat >conftest.$ac_ext <<_ACEOF
8372 void myfunc() {}
8373 _ACEOF
8374 rm -f conftest.$ac_objext conftest$ac_exeext
8375 if { (ac_try="$ac_link"
8376 case "(($ac_try" in
8377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8378 *) ac_try_echo=$ac_try;;
8379 esac
8380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8381 $as_echo "$ac_try_echo") >&5
8382 (eval "$ac_link") 2>conftest.er1
8383 ac_status=$?
8384 grep -v '^ *+' conftest.er1 >conftest.err
8385 rm -f conftest.er1
8386 cat conftest.err >&5
8387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8388 (exit $ac_status); } && {
8389 test -z "$ac_c_werror_flag" ||
8390 test ! -s conftest.err
8391 } && test -s conftest$ac_exeext && {
8392 test "$cross_compiling" = yes ||
8393 $as_test_x conftest$ac_exeext
8394 }; then
8395 ac_cv_c_dll_unixware="yes"
8396 else
8397 $as_echo "$as_me: failed program was:" >&5
8398 sed 's/^/| /' conftest.$ac_ext >&5
8400 ac_cv_c_dll_unixware="no"
8403 rm -rf conftest.dSYM
8404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8405 conftest$ac_exeext conftest.$ac_ext
8406 CFLAGS=$ac_wine_try_cflags_saved
8408 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8409 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8410 if test "$ac_cv_c_dll_unixware" = "yes"
8411 then
8412 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8413 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8415 else
8416 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8417 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8418 if test "${ac_cv_c_dll_hpux+set}" = set; then
8419 $as_echo_n "(cached) " >&6
8420 else
8421 ac_wine_try_cflags_saved=$CFLAGS
8422 CFLAGS="$CFLAGS -shared"
8423 cat >conftest.$ac_ext <<_ACEOF
8424 void myfunc() {}
8425 _ACEOF
8426 rm -f conftest.$ac_objext conftest$ac_exeext
8427 if { (ac_try="$ac_link"
8428 case "(($ac_try" in
8429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8430 *) ac_try_echo=$ac_try;;
8431 esac
8432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8433 $as_echo "$ac_try_echo") >&5
8434 (eval "$ac_link") 2>conftest.er1
8435 ac_status=$?
8436 grep -v '^ *+' conftest.er1 >conftest.err
8437 rm -f conftest.er1
8438 cat conftest.err >&5
8439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8440 (exit $ac_status); } && {
8441 test -z "$ac_c_werror_flag" ||
8442 test ! -s conftest.err
8443 } && test -s conftest$ac_exeext && {
8444 test "$cross_compiling" = yes ||
8445 $as_test_x conftest$ac_exeext
8446 }; then
8447 ac_cv_c_dll_hpux="yes"
8448 else
8449 $as_echo "$as_me: failed program was:" >&5
8450 sed 's/^/| /' conftest.$ac_ext >&5
8452 ac_cv_c_dll_hpux="no"
8455 rm -rf conftest.dSYM
8456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8457 conftest$ac_exeext conftest.$ac_ext
8458 CFLAGS=$ac_wine_try_cflags_saved
8460 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8461 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8462 if test "$ac_cv_c_dll_hpux" = "yes"
8463 then
8464 LIBEXT="sl"
8465 DLLEXT=".sl"
8466 LDDLLFLAGS="-shared -fPIC"
8467 LDSHARED="\$(CC) -shared"
8472 esac
8474 enable_winequartz_drv=${enable_winequartz_drv:-no}
8476 if test "$LIBEXT" = "a"; then
8477 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8478 It is currently not possible to build Wine without shared library
8479 (.so) support to allow transparent switch between .so and .dll files.
8480 If you are using Linux, you will need a newer binutils.
8481 " >&5
8482 $as_echo "$as_me: error: could not find a way to build shared libraries.
8483 It is currently not possible to build Wine without shared library
8484 (.so) support to allow transparent switch between .so and .dll files.
8485 If you are using Linux, you will need a newer binutils.
8486 " >&2;}
8487 { (exit 1); exit 1; }; }
8490 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8491 then
8492 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
8494 # Extract the first word of "$ac_prog", so it can be a program name with args.
8495 set dummy $ac_prog; ac_word=$2
8496 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8497 $as_echo_n "checking for $ac_word... " >&6; }
8498 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8499 $as_echo_n "(cached) " >&6
8500 else
8501 if test -n "$CROSSCC"; then
8502 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8503 else
8504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505 for as_dir in $PATH
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_CROSSCC="$ac_prog"
8512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8515 done
8516 done
8517 IFS=$as_save_IFS
8521 CROSSCC=$ac_cv_prog_CROSSCC
8522 if test -n "$CROSSCC"; then
8523 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8524 $as_echo "$CROSSCC" >&6; }
8525 else
8526 { $as_echo "$as_me:$LINENO: result: no" >&5
8527 $as_echo "no" >&6; }
8531 test -n "$CROSSCC" && break
8532 done
8533 test -n "$CROSSCC" || CROSSCC="false"
8535 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
8537 # Extract the first word of "$ac_prog", so it can be a program name with args.
8538 set dummy $ac_prog; ac_word=$2
8539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 $as_echo_n "checking for $ac_word... " >&6; }
8541 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8542 $as_echo_n "(cached) " >&6
8543 else
8544 if test -n "$DLLTOOL"; then
8545 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_DLLTOOL="$ac_prog"
8555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 DLLTOOL=$ac_cv_prog_DLLTOOL
8565 if test -n "$DLLTOOL"; then
8566 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8567 $as_echo "$DLLTOOL" >&6; }
8568 else
8569 { $as_echo "$as_me:$LINENO: result: no" >&5
8570 $as_echo "no" >&6; }
8574 test -n "$DLLTOOL" && break
8575 done
8576 test -n "$DLLTOOL" || DLLTOOL="false"
8578 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
8580 # Extract the first word of "$ac_prog", so it can be a program name with args.
8581 set dummy $ac_prog; ac_word=$2
8582 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8583 $as_echo_n "checking for $ac_word... " >&6; }
8584 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8585 $as_echo_n "(cached) " >&6
8586 else
8587 if test -n "$CROSSWINDRES"; then
8588 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8589 else
8590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8591 for as_dir in $PATH
8593 IFS=$as_save_IFS
8594 test -z "$as_dir" && as_dir=.
8595 for ac_exec_ext in '' $ac_executable_extensions; do
8596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8597 ac_cv_prog_CROSSWINDRES="$ac_prog"
8598 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8599 break 2
8601 done
8602 done
8603 IFS=$as_save_IFS
8607 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8608 if test -n "$CROSSWINDRES"; then
8609 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8610 $as_echo "$CROSSWINDRES" >&6; }
8611 else
8612 { $as_echo "$as_me:$LINENO: result: no" >&5
8613 $as_echo "no" >&6; }
8617 test -n "$CROSSWINDRES" && break
8618 done
8619 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8621 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
8623 # Extract the first word of "$ac_prog", so it can be a program name with args.
8624 set dummy $ac_prog; ac_word=$2
8625 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8626 $as_echo_n "checking for $ac_word... " >&6; }
8627 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8628 $as_echo_n "(cached) " >&6
8629 else
8630 if test -n "$MINGWAR"; then
8631 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8632 else
8633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8634 for as_dir in $PATH
8636 IFS=$as_save_IFS
8637 test -z "$as_dir" && as_dir=.
8638 for ac_exec_ext in '' $ac_executable_extensions; do
8639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8640 ac_cv_prog_MINGWAR="$ac_prog"
8641 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8642 break 2
8644 done
8645 done
8646 IFS=$as_save_IFS
8650 MINGWAR=$ac_cv_prog_MINGWAR
8651 if test -n "$MINGWAR"; then
8652 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8653 $as_echo "$MINGWAR" >&6; }
8654 else
8655 { $as_echo "$as_me:$LINENO: result: no" >&5
8656 $as_echo "no" >&6; }
8660 test -n "$MINGWAR" && break
8661 done
8662 test -n "$MINGWAR" || MINGWAR="false"
8664 if test "$CROSSCC" != "false"
8665 then
8666 CROSSTEST="\$(CROSSTEST)"
8672 if test "$ac_cv_header_pthread_h" = "yes"
8673 then
8674 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8675 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8676 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_lib_save_LIBS=$LIBS
8680 LIBS="-lpthread $LIBS"
8681 cat >conftest.$ac_ext <<_ACEOF
8682 /* confdefs.h. */
8683 _ACEOF
8684 cat confdefs.h >>conftest.$ac_ext
8685 cat >>conftest.$ac_ext <<_ACEOF
8686 /* end confdefs.h. */
8688 /* Override any GCC internal prototype to avoid an error.
8689 Use char because int might match the return type of a GCC
8690 builtin and then its argument prototype would still apply. */
8691 #ifdef __cplusplus
8692 extern "C"
8693 #endif
8694 char pthread_create ();
8696 main ()
8698 return pthread_create ();
8700 return 0;
8702 _ACEOF
8703 rm -f conftest.$ac_objext conftest$ac_exeext
8704 if { (ac_try="$ac_link"
8705 case "(($ac_try" in
8706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8707 *) ac_try_echo=$ac_try;;
8708 esac
8709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8710 $as_echo "$ac_try_echo") >&5
8711 (eval "$ac_link") 2>conftest.er1
8712 ac_status=$?
8713 grep -v '^ *+' conftest.er1 >conftest.err
8714 rm -f conftest.er1
8715 cat conftest.err >&5
8716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717 (exit $ac_status); } && {
8718 test -z "$ac_c_werror_flag" ||
8719 test ! -s conftest.err
8720 } && test -s conftest$ac_exeext && {
8721 test "$cross_compiling" = yes ||
8722 $as_test_x conftest$ac_exeext
8723 }; then
8724 ac_cv_lib_pthread_pthread_create=yes
8725 else
8726 $as_echo "$as_me: failed program was:" >&5
8727 sed 's/^/| /' conftest.$ac_ext >&5
8729 ac_cv_lib_pthread_pthread_create=no
8732 rm -rf conftest.dSYM
8733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8734 conftest$ac_exeext conftest.$ac_ext
8735 LIBS=$ac_check_lib_save_LIBS
8737 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8738 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8739 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8740 LIBPTHREAD="-lpthread"
8745 if test "x$LIBPTHREAD" = "x"; then
8746 case "x$with_pthread" in
8747 xno) ;;
8748 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8749 Wine cannot support threads without libpthread.
8750 Use the --without-pthread option if you really want this." >&5
8751 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8752 Wine cannot support threads without libpthread.
8753 Use the --without-pthread option if you really want this." >&2;}
8754 { (exit 1); exit 1; }; } ;;
8755 esac
8760 { $as_echo "$as_me:$LINENO: checking for X" >&5
8761 $as_echo_n "checking for X... " >&6; }
8764 # Check whether --with-x was given.
8765 if test "${with_x+set}" = set; then
8766 withval=$with_x;
8769 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8770 if test "x$with_x" = xno; then
8771 # The user explicitly disabled X.
8772 have_x=disabled
8773 else
8774 case $x_includes,$x_libraries in #(
8775 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8776 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8777 { (exit 1); exit 1; }; };; #(
8778 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8779 $as_echo_n "(cached) " >&6
8780 else
8781 # One or both of the vars are not set, and there is no cached value.
8782 ac_x_includes=no ac_x_libraries=no
8783 rm -f -r conftest.dir
8784 if mkdir conftest.dir; then
8785 cd conftest.dir
8786 cat >Imakefile <<'_ACEOF'
8787 incroot:
8788 @echo incroot='${INCROOT}'
8789 usrlibdir:
8790 @echo usrlibdir='${USRLIBDIR}'
8791 libdir:
8792 @echo libdir='${LIBDIR}'
8793 _ACEOF
8794 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8795 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8796 for ac_var in incroot usrlibdir libdir; do
8797 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8798 done
8799 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8800 for ac_extension in a so sl dylib la dll; do
8801 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8802 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8803 ac_im_usrlibdir=$ac_im_libdir; break
8805 done
8806 # Screen out bogus values from the imake configuration. They are
8807 # bogus both because they are the default anyway, and because
8808 # using them would break gcc on systems where it needs fixed includes.
8809 case $ac_im_incroot in
8810 /usr/include) ac_x_includes= ;;
8811 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8812 esac
8813 case $ac_im_usrlibdir in
8814 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8815 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8816 esac
8818 cd ..
8819 rm -f -r conftest.dir
8822 # Standard set of common directories for X headers.
8823 # Check X11 before X11Rn because it is often a symlink to the current release.
8824 ac_x_header_dirs='
8825 /usr/X11/include
8826 /usr/X11R6/include
8827 /usr/X11R5/include
8828 /usr/X11R4/include
8830 /usr/include/X11
8831 /usr/include/X11R6
8832 /usr/include/X11R5
8833 /usr/include/X11R4
8835 /usr/local/X11/include
8836 /usr/local/X11R6/include
8837 /usr/local/X11R5/include
8838 /usr/local/X11R4/include
8840 /usr/local/include/X11
8841 /usr/local/include/X11R6
8842 /usr/local/include/X11R5
8843 /usr/local/include/X11R4
8845 /usr/X386/include
8846 /usr/x386/include
8847 /usr/XFree86/include/X11
8849 /usr/include
8850 /usr/local/include
8851 /usr/unsupported/include
8852 /usr/athena/include
8853 /usr/local/x11r5/include
8854 /usr/lpp/Xamples/include
8856 /usr/openwin/include
8857 /usr/openwin/share/include'
8859 if test "$ac_x_includes" = no; then
8860 # Guess where to find include files, by looking for Xlib.h.
8861 # First, try using that file with no special directory specified.
8862 cat >conftest.$ac_ext <<_ACEOF
8863 /* confdefs.h. */
8864 _ACEOF
8865 cat confdefs.h >>conftest.$ac_ext
8866 cat >>conftest.$ac_ext <<_ACEOF
8867 /* end confdefs.h. */
8868 #include <X11/Xlib.h>
8869 _ACEOF
8870 if { (ac_try="$ac_cpp conftest.$ac_ext"
8871 case "(($ac_try" in
8872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873 *) ac_try_echo=$ac_try;;
8874 esac
8875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8876 $as_echo "$ac_try_echo") >&5
8877 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8878 ac_status=$?
8879 grep -v '^ *+' conftest.er1 >conftest.err
8880 rm -f conftest.er1
8881 cat conftest.err >&5
8882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } >/dev/null && {
8884 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 }; then
8887 # We can compile using X headers with no special include directory.
8888 ac_x_includes=
8889 else
8890 $as_echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 for ac_dir in $ac_x_header_dirs; do
8894 if test -r "$ac_dir/X11/Xlib.h"; then
8895 ac_x_includes=$ac_dir
8896 break
8898 done
8901 rm -f conftest.err conftest.$ac_ext
8902 fi # $ac_x_includes = no
8904 if test "$ac_x_libraries" = no; then
8905 # Check for the libraries.
8906 # See if we find them without any special options.
8907 # Don't add to $LIBS permanently.
8908 ac_save_LIBS=$LIBS
8909 LIBS="-lX11 $LIBS"
8910 cat >conftest.$ac_ext <<_ACEOF
8911 /* confdefs.h. */
8912 _ACEOF
8913 cat confdefs.h >>conftest.$ac_ext
8914 cat >>conftest.$ac_ext <<_ACEOF
8915 /* end confdefs.h. */
8916 #include <X11/Xlib.h>
8918 main ()
8920 XrmInitialize ()
8922 return 0;
8924 _ACEOF
8925 rm -f conftest.$ac_objext conftest$ac_exeext
8926 if { (ac_try="$ac_link"
8927 case "(($ac_try" in
8928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8929 *) ac_try_echo=$ac_try;;
8930 esac
8931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8932 $as_echo "$ac_try_echo") >&5
8933 (eval "$ac_link") 2>conftest.er1
8934 ac_status=$?
8935 grep -v '^ *+' conftest.er1 >conftest.err
8936 rm -f conftest.er1
8937 cat conftest.err >&5
8938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939 (exit $ac_status); } && {
8940 test -z "$ac_c_werror_flag" ||
8941 test ! -s conftest.err
8942 } && test -s conftest$ac_exeext && {
8943 test "$cross_compiling" = yes ||
8944 $as_test_x conftest$ac_exeext
8945 }; then
8946 LIBS=$ac_save_LIBS
8947 # We can link X programs with no special library path.
8948 ac_x_libraries=
8949 else
8950 $as_echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.$ac_ext >&5
8953 LIBS=$ac_save_LIBS
8954 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8956 # Don't even attempt the hair of trying to link an X program!
8957 for ac_extension in a so sl dylib la dll; do
8958 if test -r "$ac_dir/libX11.$ac_extension"; then
8959 ac_x_libraries=$ac_dir
8960 break 2
8962 done
8963 done
8966 rm -rf conftest.dSYM
8967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8968 conftest$ac_exeext conftest.$ac_ext
8969 fi # $ac_x_libraries = no
8971 case $ac_x_includes,$ac_x_libraries in #(
8972 no,* | *,no | *\'*)
8973 # Didn't find X, or a directory has "'" in its name.
8974 ac_cv_have_x="have_x=no";; #(
8976 # Record where we found X for the cache.
8977 ac_cv_have_x="have_x=yes\
8978 ac_x_includes='$ac_x_includes'\
8979 ac_x_libraries='$ac_x_libraries'"
8980 esac
8982 ;; #(
8983 *) have_x=yes;;
8984 esac
8985 eval "$ac_cv_have_x"
8986 fi # $with_x != no
8988 if test "$have_x" != yes; then
8989 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8990 $as_echo "$have_x" >&6; }
8991 no_x=yes
8992 else
8993 # If each of the values was on the command line, it overrides each guess.
8994 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8995 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8996 # Update the cache value to reflect the command line values.
8997 ac_cv_have_x="have_x=yes\
8998 ac_x_includes='$x_includes'\
8999 ac_x_libraries='$x_libraries'"
9000 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9001 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9004 if test "$no_x" = yes; then
9005 # Not all programs may use this symbol, but it does not hurt to define it.
9007 cat >>confdefs.h <<\_ACEOF
9008 #define X_DISPLAY_MISSING 1
9009 _ACEOF
9011 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9012 else
9013 if test -n "$x_includes"; then
9014 X_CFLAGS="$X_CFLAGS -I$x_includes"
9017 # It would also be nice to do this for all -L options, not just this one.
9018 if test -n "$x_libraries"; then
9019 X_LIBS="$X_LIBS -L$x_libraries"
9020 # For Solaris; some versions of Sun CC require a space after -R and
9021 # others require no space. Words are not sufficient . . . .
9022 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9023 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9024 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9025 ac_xsave_c_werror_flag=$ac_c_werror_flag
9026 ac_c_werror_flag=yes
9027 cat >conftest.$ac_ext <<_ACEOF
9028 /* confdefs.h. */
9029 _ACEOF
9030 cat confdefs.h >>conftest.$ac_ext
9031 cat >>conftest.$ac_ext <<_ACEOF
9032 /* end confdefs.h. */
9035 main ()
9039 return 0;
9041 _ACEOF
9042 rm -f conftest.$ac_objext conftest$ac_exeext
9043 if { (ac_try="$ac_link"
9044 case "(($ac_try" in
9045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9046 *) ac_try_echo=$ac_try;;
9047 esac
9048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9049 $as_echo "$ac_try_echo") >&5
9050 (eval "$ac_link") 2>conftest.er1
9051 ac_status=$?
9052 grep -v '^ *+' conftest.er1 >conftest.err
9053 rm -f conftest.er1
9054 cat conftest.err >&5
9055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056 (exit $ac_status); } && {
9057 test -z "$ac_c_werror_flag" ||
9058 test ! -s conftest.err
9059 } && test -s conftest$ac_exeext && {
9060 test "$cross_compiling" = yes ||
9061 $as_test_x conftest$ac_exeext
9062 }; then
9063 { $as_echo "$as_me:$LINENO: result: no" >&5
9064 $as_echo "no" >&6; }
9065 X_LIBS="$X_LIBS -R$x_libraries"
9066 else
9067 $as_echo "$as_me: failed program was:" >&5
9068 sed 's/^/| /' conftest.$ac_ext >&5
9070 LIBS="$ac_xsave_LIBS -R $x_libraries"
9071 cat >conftest.$ac_ext <<_ACEOF
9072 /* confdefs.h. */
9073 _ACEOF
9074 cat confdefs.h >>conftest.$ac_ext
9075 cat >>conftest.$ac_ext <<_ACEOF
9076 /* end confdefs.h. */
9079 main ()
9083 return 0;
9085 _ACEOF
9086 rm -f conftest.$ac_objext conftest$ac_exeext
9087 if { (ac_try="$ac_link"
9088 case "(($ac_try" in
9089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9090 *) ac_try_echo=$ac_try;;
9091 esac
9092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9093 $as_echo "$ac_try_echo") >&5
9094 (eval "$ac_link") 2>conftest.er1
9095 ac_status=$?
9096 grep -v '^ *+' conftest.er1 >conftest.err
9097 rm -f conftest.er1
9098 cat conftest.err >&5
9099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9100 (exit $ac_status); } && {
9101 test -z "$ac_c_werror_flag" ||
9102 test ! -s conftest.err
9103 } && test -s conftest$ac_exeext && {
9104 test "$cross_compiling" = yes ||
9105 $as_test_x conftest$ac_exeext
9106 }; then
9107 { $as_echo "$as_me:$LINENO: result: yes" >&5
9108 $as_echo "yes" >&6; }
9109 X_LIBS="$X_LIBS -R $x_libraries"
9110 else
9111 $as_echo "$as_me: failed program was:" >&5
9112 sed 's/^/| /' conftest.$ac_ext >&5
9114 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9115 $as_echo "neither works" >&6; }
9118 rm -rf conftest.dSYM
9119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9120 conftest$ac_exeext conftest.$ac_ext
9123 rm -rf conftest.dSYM
9124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9125 conftest$ac_exeext conftest.$ac_ext
9126 ac_c_werror_flag=$ac_xsave_c_werror_flag
9127 LIBS=$ac_xsave_LIBS
9130 # Check for system-dependent libraries X programs must link with.
9131 # Do this before checking for the system-independent R6 libraries
9132 # (-lICE), since we may need -lsocket or whatever for X linking.
9134 if test "$ISC" = yes; then
9135 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9136 else
9137 # Martyn Johnson says this is needed for Ultrix, if the X
9138 # libraries were built with DECnet support. And Karl Berry says
9139 # the Alpha needs dnet_stub (dnet does not exist).
9140 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9141 cat >conftest.$ac_ext <<_ACEOF
9142 /* confdefs.h. */
9143 _ACEOF
9144 cat confdefs.h >>conftest.$ac_ext
9145 cat >>conftest.$ac_ext <<_ACEOF
9146 /* end confdefs.h. */
9148 /* Override any GCC internal prototype to avoid an error.
9149 Use char because int might match the return type of a GCC
9150 builtin and then its argument prototype would still apply. */
9151 #ifdef __cplusplus
9152 extern "C"
9153 #endif
9154 char XOpenDisplay ();
9156 main ()
9158 return XOpenDisplay ();
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$ac_try_echo") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext && {
9181 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9190 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9191 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9192 $as_echo_n "(cached) " >&6
9193 else
9194 ac_check_lib_save_LIBS=$LIBS
9195 LIBS="-ldnet $LIBS"
9196 cat >conftest.$ac_ext <<_ACEOF
9197 /* confdefs.h. */
9198 _ACEOF
9199 cat confdefs.h >>conftest.$ac_ext
9200 cat >>conftest.$ac_ext <<_ACEOF
9201 /* end confdefs.h. */
9203 /* Override any GCC internal prototype to avoid an error.
9204 Use char because int might match the return type of a GCC
9205 builtin and then its argument prototype would still apply. */
9206 #ifdef __cplusplus
9207 extern "C"
9208 #endif
9209 char dnet_ntoa ();
9211 main ()
9213 return dnet_ntoa ();
9215 return 0;
9217 _ACEOF
9218 rm -f conftest.$ac_objext conftest$ac_exeext
9219 if { (ac_try="$ac_link"
9220 case "(($ac_try" in
9221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9222 *) ac_try_echo=$ac_try;;
9223 esac
9224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9225 $as_echo "$ac_try_echo") >&5
9226 (eval "$ac_link") 2>conftest.er1
9227 ac_status=$?
9228 grep -v '^ *+' conftest.er1 >conftest.err
9229 rm -f conftest.er1
9230 cat conftest.err >&5
9231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); } && {
9233 test -z "$ac_c_werror_flag" ||
9234 test ! -s conftest.err
9235 } && test -s conftest$ac_exeext && {
9236 test "$cross_compiling" = yes ||
9237 $as_test_x conftest$ac_exeext
9238 }; then
9239 ac_cv_lib_dnet_dnet_ntoa=yes
9240 else
9241 $as_echo "$as_me: failed program was:" >&5
9242 sed 's/^/| /' conftest.$ac_ext >&5
9244 ac_cv_lib_dnet_dnet_ntoa=no
9247 rm -rf conftest.dSYM
9248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9249 conftest$ac_exeext conftest.$ac_ext
9250 LIBS=$ac_check_lib_save_LIBS
9252 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9253 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9254 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9255 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9258 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9259 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9260 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9261 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9262 $as_echo_n "(cached) " >&6
9263 else
9264 ac_check_lib_save_LIBS=$LIBS
9265 LIBS="-ldnet_stub $LIBS"
9266 cat >conftest.$ac_ext <<_ACEOF
9267 /* confdefs.h. */
9268 _ACEOF
9269 cat confdefs.h >>conftest.$ac_ext
9270 cat >>conftest.$ac_ext <<_ACEOF
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9276 #ifdef __cplusplus
9277 extern "C"
9278 #endif
9279 char dnet_ntoa ();
9281 main ()
9283 return dnet_ntoa ();
9285 return 0;
9287 _ACEOF
9288 rm -f conftest.$ac_objext conftest$ac_exeext
9289 if { (ac_try="$ac_link"
9290 case "(($ac_try" in
9291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9292 *) ac_try_echo=$ac_try;;
9293 esac
9294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9295 $as_echo "$ac_try_echo") >&5
9296 (eval "$ac_link") 2>conftest.er1
9297 ac_status=$?
9298 grep -v '^ *+' conftest.er1 >conftest.err
9299 rm -f conftest.er1
9300 cat conftest.err >&5
9301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9302 (exit $ac_status); } && {
9303 test -z "$ac_c_werror_flag" ||
9304 test ! -s conftest.err
9305 } && test -s conftest$ac_exeext && {
9306 test "$cross_compiling" = yes ||
9307 $as_test_x conftest$ac_exeext
9308 }; then
9309 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9310 else
9311 $as_echo "$as_me: failed program was:" >&5
9312 sed 's/^/| /' conftest.$ac_ext >&5
9314 ac_cv_lib_dnet_stub_dnet_ntoa=no
9317 rm -rf conftest.dSYM
9318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9319 conftest$ac_exeext conftest.$ac_ext
9320 LIBS=$ac_check_lib_save_LIBS
9322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9323 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9324 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9325 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9331 rm -rf conftest.dSYM
9332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9333 conftest$ac_exeext conftest.$ac_ext
9334 LIBS="$ac_xsave_LIBS"
9336 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9337 # to get the SysV transport functions.
9338 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9339 # needs -lnsl.
9340 # The nsl library prevents programs from opening the X display
9341 # on Irix 5.2, according to T.E. Dickey.
9342 # The functions gethostbyname, getservbyname, and inet_addr are
9343 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9344 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9345 $as_echo_n "checking for gethostbyname... " >&6; }
9346 if test "${ac_cv_func_gethostbyname+set}" = set; then
9347 $as_echo_n "(cached) " >&6
9348 else
9349 cat >conftest.$ac_ext <<_ACEOF
9350 /* confdefs.h. */
9351 _ACEOF
9352 cat confdefs.h >>conftest.$ac_ext
9353 cat >>conftest.$ac_ext <<_ACEOF
9354 /* end confdefs.h. */
9355 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9357 #define gethostbyname innocuous_gethostbyname
9359 /* System header to define __stub macros and hopefully few prototypes,
9360 which can conflict with char gethostbyname (); below.
9361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9362 <limits.h> exists even on freestanding compilers. */
9364 #ifdef __STDC__
9365 # include <limits.h>
9366 #else
9367 # include <assert.h>
9368 #endif
9370 #undef gethostbyname
9372 /* Override any GCC internal prototype to avoid an error.
9373 Use char because int might match the return type of a GCC
9374 builtin and then its argument prototype would still apply. */
9375 #ifdef __cplusplus
9376 extern "C"
9377 #endif
9378 char gethostbyname ();
9379 /* The GNU C library defines this for functions which it implements
9380 to always fail with ENOSYS. Some functions are actually named
9381 something starting with __ and the normal name is an alias. */
9382 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9383 choke me
9384 #endif
9387 main ()
9389 return gethostbyname ();
9391 return 0;
9393 _ACEOF
9394 rm -f conftest.$ac_objext conftest$ac_exeext
9395 if { (ac_try="$ac_link"
9396 case "(($ac_try" in
9397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9398 *) ac_try_echo=$ac_try;;
9399 esac
9400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9401 $as_echo "$ac_try_echo") >&5
9402 (eval "$ac_link") 2>conftest.er1
9403 ac_status=$?
9404 grep -v '^ *+' conftest.er1 >conftest.err
9405 rm -f conftest.er1
9406 cat conftest.err >&5
9407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408 (exit $ac_status); } && {
9409 test -z "$ac_c_werror_flag" ||
9410 test ! -s conftest.err
9411 } && test -s conftest$ac_exeext && {
9412 test "$cross_compiling" = yes ||
9413 $as_test_x conftest$ac_exeext
9414 }; then
9415 ac_cv_func_gethostbyname=yes
9416 else
9417 $as_echo "$as_me: failed program was:" >&5
9418 sed 's/^/| /' conftest.$ac_ext >&5
9420 ac_cv_func_gethostbyname=no
9423 rm -rf conftest.dSYM
9424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9425 conftest$ac_exeext conftest.$ac_ext
9427 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9428 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9430 if test $ac_cv_func_gethostbyname = no; then
9431 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9432 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9433 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9434 $as_echo_n "(cached) " >&6
9435 else
9436 ac_check_lib_save_LIBS=$LIBS
9437 LIBS="-lnsl $LIBS"
9438 cat >conftest.$ac_ext <<_ACEOF
9439 /* confdefs.h. */
9440 _ACEOF
9441 cat confdefs.h >>conftest.$ac_ext
9442 cat >>conftest.$ac_ext <<_ACEOF
9443 /* end confdefs.h. */
9445 /* Override any GCC internal prototype to avoid an error.
9446 Use char because int might match the return type of a GCC
9447 builtin and then its argument prototype would still apply. */
9448 #ifdef __cplusplus
9449 extern "C"
9450 #endif
9451 char gethostbyname ();
9453 main ()
9455 return gethostbyname ();
9457 return 0;
9459 _ACEOF
9460 rm -f conftest.$ac_objext conftest$ac_exeext
9461 if { (ac_try="$ac_link"
9462 case "(($ac_try" in
9463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9464 *) ac_try_echo=$ac_try;;
9465 esac
9466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9467 $as_echo "$ac_try_echo") >&5
9468 (eval "$ac_link") 2>conftest.er1
9469 ac_status=$?
9470 grep -v '^ *+' conftest.er1 >conftest.err
9471 rm -f conftest.er1
9472 cat conftest.err >&5
9473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9474 (exit $ac_status); } && {
9475 test -z "$ac_c_werror_flag" ||
9476 test ! -s conftest.err
9477 } && test -s conftest$ac_exeext && {
9478 test "$cross_compiling" = yes ||
9479 $as_test_x conftest$ac_exeext
9480 }; then
9481 ac_cv_lib_nsl_gethostbyname=yes
9482 else
9483 $as_echo "$as_me: failed program was:" >&5
9484 sed 's/^/| /' conftest.$ac_ext >&5
9486 ac_cv_lib_nsl_gethostbyname=no
9489 rm -rf conftest.dSYM
9490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9491 conftest$ac_exeext conftest.$ac_ext
9492 LIBS=$ac_check_lib_save_LIBS
9494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9495 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9496 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9497 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9500 if test $ac_cv_lib_nsl_gethostbyname = no; then
9501 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9502 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9503 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9504 $as_echo_n "(cached) " >&6
9505 else
9506 ac_check_lib_save_LIBS=$LIBS
9507 LIBS="-lbsd $LIBS"
9508 cat >conftest.$ac_ext <<_ACEOF
9509 /* confdefs.h. */
9510 _ACEOF
9511 cat confdefs.h >>conftest.$ac_ext
9512 cat >>conftest.$ac_ext <<_ACEOF
9513 /* end confdefs.h. */
9515 /* Override any GCC internal prototype to avoid an error.
9516 Use char because int might match the return type of a GCC
9517 builtin and then its argument prototype would still apply. */
9518 #ifdef __cplusplus
9519 extern "C"
9520 #endif
9521 char gethostbyname ();
9523 main ()
9525 return gethostbyname ();
9527 return 0;
9529 _ACEOF
9530 rm -f conftest.$ac_objext conftest$ac_exeext
9531 if { (ac_try="$ac_link"
9532 case "(($ac_try" in
9533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9534 *) ac_try_echo=$ac_try;;
9535 esac
9536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9537 $as_echo "$ac_try_echo") >&5
9538 (eval "$ac_link") 2>conftest.er1
9539 ac_status=$?
9540 grep -v '^ *+' conftest.er1 >conftest.err
9541 rm -f conftest.er1
9542 cat conftest.err >&5
9543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); } && {
9545 test -z "$ac_c_werror_flag" ||
9546 test ! -s conftest.err
9547 } && test -s conftest$ac_exeext && {
9548 test "$cross_compiling" = yes ||
9549 $as_test_x conftest$ac_exeext
9550 }; then
9551 ac_cv_lib_bsd_gethostbyname=yes
9552 else
9553 $as_echo "$as_me: failed program was:" >&5
9554 sed 's/^/| /' conftest.$ac_ext >&5
9556 ac_cv_lib_bsd_gethostbyname=no
9559 rm -rf conftest.dSYM
9560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9561 conftest$ac_exeext conftest.$ac_ext
9562 LIBS=$ac_check_lib_save_LIBS
9564 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9565 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9566 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9567 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9573 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9574 # socket/setsockopt and other routines are undefined under SCO ODT
9575 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9576 # on later versions), says Simon Leinen: it contains gethostby*
9577 # variants that don't use the name server (or something). -lsocket
9578 # must be given before -lnsl if both are needed. We assume that
9579 # if connect needs -lnsl, so does gethostbyname.
9580 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9581 $as_echo_n "checking for connect... " >&6; }
9582 if test "${ac_cv_func_connect+set}" = set; then
9583 $as_echo_n "(cached) " >&6
9584 else
9585 cat >conftest.$ac_ext <<_ACEOF
9586 /* confdefs.h. */
9587 _ACEOF
9588 cat confdefs.h >>conftest.$ac_ext
9589 cat >>conftest.$ac_ext <<_ACEOF
9590 /* end confdefs.h. */
9591 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9593 #define connect innocuous_connect
9595 /* System header to define __stub macros and hopefully few prototypes,
9596 which can conflict with char connect (); below.
9597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9598 <limits.h> exists even on freestanding compilers. */
9600 #ifdef __STDC__
9601 # include <limits.h>
9602 #else
9603 # include <assert.h>
9604 #endif
9606 #undef connect
9608 /* Override any GCC internal prototype to avoid an error.
9609 Use char because int might match the return type of a GCC
9610 builtin and then its argument prototype would still apply. */
9611 #ifdef __cplusplus
9612 extern "C"
9613 #endif
9614 char connect ();
9615 /* The GNU C library defines this for functions which it implements
9616 to always fail with ENOSYS. Some functions are actually named
9617 something starting with __ and the normal name is an alias. */
9618 #if defined __stub_connect || defined __stub___connect
9619 choke me
9620 #endif
9623 main ()
9625 return connect ();
9627 return 0;
9629 _ACEOF
9630 rm -f conftest.$ac_objext conftest$ac_exeext
9631 if { (ac_try="$ac_link"
9632 case "(($ac_try" in
9633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9634 *) ac_try_echo=$ac_try;;
9635 esac
9636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9637 $as_echo "$ac_try_echo") >&5
9638 (eval "$ac_link") 2>conftest.er1
9639 ac_status=$?
9640 grep -v '^ *+' conftest.er1 >conftest.err
9641 rm -f conftest.er1
9642 cat conftest.err >&5
9643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); } && {
9645 test -z "$ac_c_werror_flag" ||
9646 test ! -s conftest.err
9647 } && test -s conftest$ac_exeext && {
9648 test "$cross_compiling" = yes ||
9649 $as_test_x conftest$ac_exeext
9650 }; then
9651 ac_cv_func_connect=yes
9652 else
9653 $as_echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9656 ac_cv_func_connect=no
9659 rm -rf conftest.dSYM
9660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9661 conftest$ac_exeext conftest.$ac_ext
9663 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9664 $as_echo "$ac_cv_func_connect" >&6; }
9666 if test $ac_cv_func_connect = no; then
9667 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9668 $as_echo_n "checking for connect in -lsocket... " >&6; }
9669 if test "${ac_cv_lib_socket_connect+set}" = set; then
9670 $as_echo_n "(cached) " >&6
9671 else
9672 ac_check_lib_save_LIBS=$LIBS
9673 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9674 cat >conftest.$ac_ext <<_ACEOF
9675 /* confdefs.h. */
9676 _ACEOF
9677 cat confdefs.h >>conftest.$ac_ext
9678 cat >>conftest.$ac_ext <<_ACEOF
9679 /* end confdefs.h. */
9681 /* Override any GCC internal prototype to avoid an error.
9682 Use char because int might match the return type of a GCC
9683 builtin and then its argument prototype would still apply. */
9684 #ifdef __cplusplus
9685 extern "C"
9686 #endif
9687 char connect ();
9689 main ()
9691 return connect ();
9693 return 0;
9695 _ACEOF
9696 rm -f conftest.$ac_objext conftest$ac_exeext
9697 if { (ac_try="$ac_link"
9698 case "(($ac_try" in
9699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9700 *) ac_try_echo=$ac_try;;
9701 esac
9702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9703 $as_echo "$ac_try_echo") >&5
9704 (eval "$ac_link") 2>conftest.er1
9705 ac_status=$?
9706 grep -v '^ *+' conftest.er1 >conftest.err
9707 rm -f conftest.er1
9708 cat conftest.err >&5
9709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9710 (exit $ac_status); } && {
9711 test -z "$ac_c_werror_flag" ||
9712 test ! -s conftest.err
9713 } && test -s conftest$ac_exeext && {
9714 test "$cross_compiling" = yes ||
9715 $as_test_x conftest$ac_exeext
9716 }; then
9717 ac_cv_lib_socket_connect=yes
9718 else
9719 $as_echo "$as_me: failed program was:" >&5
9720 sed 's/^/| /' conftest.$ac_ext >&5
9722 ac_cv_lib_socket_connect=no
9725 rm -rf conftest.dSYM
9726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9727 conftest$ac_exeext conftest.$ac_ext
9728 LIBS=$ac_check_lib_save_LIBS
9730 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9731 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9732 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9733 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9738 # Guillermo Gomez says -lposix is necessary on A/UX.
9739 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9740 $as_echo_n "checking for remove... " >&6; }
9741 if test "${ac_cv_func_remove+set}" = set; then
9742 $as_echo_n "(cached) " >&6
9743 else
9744 cat >conftest.$ac_ext <<_ACEOF
9745 /* confdefs.h. */
9746 _ACEOF
9747 cat confdefs.h >>conftest.$ac_ext
9748 cat >>conftest.$ac_ext <<_ACEOF
9749 /* end confdefs.h. */
9750 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9752 #define remove innocuous_remove
9754 /* System header to define __stub macros and hopefully few prototypes,
9755 which can conflict with char remove (); below.
9756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9757 <limits.h> exists even on freestanding compilers. */
9759 #ifdef __STDC__
9760 # include <limits.h>
9761 #else
9762 # include <assert.h>
9763 #endif
9765 #undef remove
9767 /* Override any GCC internal prototype to avoid an error.
9768 Use char because int might match the return type of a GCC
9769 builtin and then its argument prototype would still apply. */
9770 #ifdef __cplusplus
9771 extern "C"
9772 #endif
9773 char remove ();
9774 /* The GNU C library defines this for functions which it implements
9775 to always fail with ENOSYS. Some functions are actually named
9776 something starting with __ and the normal name is an alias. */
9777 #if defined __stub_remove || defined __stub___remove
9778 choke me
9779 #endif
9782 main ()
9784 return remove ();
9786 return 0;
9788 _ACEOF
9789 rm -f conftest.$ac_objext conftest$ac_exeext
9790 if { (ac_try="$ac_link"
9791 case "(($ac_try" in
9792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9793 *) ac_try_echo=$ac_try;;
9794 esac
9795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9796 $as_echo "$ac_try_echo") >&5
9797 (eval "$ac_link") 2>conftest.er1
9798 ac_status=$?
9799 grep -v '^ *+' conftest.er1 >conftest.err
9800 rm -f conftest.er1
9801 cat conftest.err >&5
9802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } && {
9804 test -z "$ac_c_werror_flag" ||
9805 test ! -s conftest.err
9806 } && test -s conftest$ac_exeext && {
9807 test "$cross_compiling" = yes ||
9808 $as_test_x conftest$ac_exeext
9809 }; then
9810 ac_cv_func_remove=yes
9811 else
9812 $as_echo "$as_me: failed program was:" >&5
9813 sed 's/^/| /' conftest.$ac_ext >&5
9815 ac_cv_func_remove=no
9818 rm -rf conftest.dSYM
9819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9820 conftest$ac_exeext conftest.$ac_ext
9822 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9823 $as_echo "$ac_cv_func_remove" >&6; }
9825 if test $ac_cv_func_remove = no; then
9826 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9827 $as_echo_n "checking for remove in -lposix... " >&6; }
9828 if test "${ac_cv_lib_posix_remove+set}" = set; then
9829 $as_echo_n "(cached) " >&6
9830 else
9831 ac_check_lib_save_LIBS=$LIBS
9832 LIBS="-lposix $LIBS"
9833 cat >conftest.$ac_ext <<_ACEOF
9834 /* confdefs.h. */
9835 _ACEOF
9836 cat confdefs.h >>conftest.$ac_ext
9837 cat >>conftest.$ac_ext <<_ACEOF
9838 /* end confdefs.h. */
9840 /* Override any GCC internal prototype to avoid an error.
9841 Use char because int might match the return type of a GCC
9842 builtin and then its argument prototype would still apply. */
9843 #ifdef __cplusplus
9844 extern "C"
9845 #endif
9846 char remove ();
9848 main ()
9850 return remove ();
9852 return 0;
9854 _ACEOF
9855 rm -f conftest.$ac_objext conftest$ac_exeext
9856 if { (ac_try="$ac_link"
9857 case "(($ac_try" in
9858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9859 *) ac_try_echo=$ac_try;;
9860 esac
9861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9862 $as_echo "$ac_try_echo") >&5
9863 (eval "$ac_link") 2>conftest.er1
9864 ac_status=$?
9865 grep -v '^ *+' conftest.er1 >conftest.err
9866 rm -f conftest.er1
9867 cat conftest.err >&5
9868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } && {
9870 test -z "$ac_c_werror_flag" ||
9871 test ! -s conftest.err
9872 } && test -s conftest$ac_exeext && {
9873 test "$cross_compiling" = yes ||
9874 $as_test_x conftest$ac_exeext
9875 }; then
9876 ac_cv_lib_posix_remove=yes
9877 else
9878 $as_echo "$as_me: failed program was:" >&5
9879 sed 's/^/| /' conftest.$ac_ext >&5
9881 ac_cv_lib_posix_remove=no
9884 rm -rf conftest.dSYM
9885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9886 conftest$ac_exeext conftest.$ac_ext
9887 LIBS=$ac_check_lib_save_LIBS
9889 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9890 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9891 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9892 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9897 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9898 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9899 $as_echo_n "checking for shmat... " >&6; }
9900 if test "${ac_cv_func_shmat+set}" = set; then
9901 $as_echo_n "(cached) " >&6
9902 else
9903 cat >conftest.$ac_ext <<_ACEOF
9904 /* confdefs.h. */
9905 _ACEOF
9906 cat confdefs.h >>conftest.$ac_ext
9907 cat >>conftest.$ac_ext <<_ACEOF
9908 /* end confdefs.h. */
9909 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9911 #define shmat innocuous_shmat
9913 /* System header to define __stub macros and hopefully few prototypes,
9914 which can conflict with char shmat (); below.
9915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9916 <limits.h> exists even on freestanding compilers. */
9918 #ifdef __STDC__
9919 # include <limits.h>
9920 #else
9921 # include <assert.h>
9922 #endif
9924 #undef shmat
9926 /* Override any GCC internal prototype to avoid an error.
9927 Use char because int might match the return type of a GCC
9928 builtin and then its argument prototype would still apply. */
9929 #ifdef __cplusplus
9930 extern "C"
9931 #endif
9932 char shmat ();
9933 /* The GNU C library defines this for functions which it implements
9934 to always fail with ENOSYS. Some functions are actually named
9935 something starting with __ and the normal name is an alias. */
9936 #if defined __stub_shmat || defined __stub___shmat
9937 choke me
9938 #endif
9941 main ()
9943 return shmat ();
9945 return 0;
9947 _ACEOF
9948 rm -f conftest.$ac_objext conftest$ac_exeext
9949 if { (ac_try="$ac_link"
9950 case "(($ac_try" in
9951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9952 *) ac_try_echo=$ac_try;;
9953 esac
9954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9955 $as_echo "$ac_try_echo") >&5
9956 (eval "$ac_link") 2>conftest.er1
9957 ac_status=$?
9958 grep -v '^ *+' conftest.er1 >conftest.err
9959 rm -f conftest.er1
9960 cat conftest.err >&5
9961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9962 (exit $ac_status); } && {
9963 test -z "$ac_c_werror_flag" ||
9964 test ! -s conftest.err
9965 } && test -s conftest$ac_exeext && {
9966 test "$cross_compiling" = yes ||
9967 $as_test_x conftest$ac_exeext
9968 }; then
9969 ac_cv_func_shmat=yes
9970 else
9971 $as_echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9974 ac_cv_func_shmat=no
9977 rm -rf conftest.dSYM
9978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9979 conftest$ac_exeext conftest.$ac_ext
9981 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9982 $as_echo "$ac_cv_func_shmat" >&6; }
9984 if test $ac_cv_func_shmat = no; then
9985 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9986 $as_echo_n "checking for shmat in -lipc... " >&6; }
9987 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_lib_save_LIBS=$LIBS
9991 LIBS="-lipc $LIBS"
9992 cat >conftest.$ac_ext <<_ACEOF
9993 /* confdefs.h. */
9994 _ACEOF
9995 cat confdefs.h >>conftest.$ac_ext
9996 cat >>conftest.$ac_ext <<_ACEOF
9997 /* end confdefs.h. */
9999 /* Override any GCC internal prototype to avoid an error.
10000 Use char because int might match the return type of a GCC
10001 builtin and then its argument prototype would still apply. */
10002 #ifdef __cplusplus
10003 extern "C"
10004 #endif
10005 char shmat ();
10007 main ()
10009 return shmat ();
10011 return 0;
10013 _ACEOF
10014 rm -f conftest.$ac_objext conftest$ac_exeext
10015 if { (ac_try="$ac_link"
10016 case "(($ac_try" in
10017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10018 *) ac_try_echo=$ac_try;;
10019 esac
10020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10021 $as_echo "$ac_try_echo") >&5
10022 (eval "$ac_link") 2>conftest.er1
10023 ac_status=$?
10024 grep -v '^ *+' conftest.er1 >conftest.err
10025 rm -f conftest.er1
10026 cat conftest.err >&5
10027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); } && {
10029 test -z "$ac_c_werror_flag" ||
10030 test ! -s conftest.err
10031 } && test -s conftest$ac_exeext && {
10032 test "$cross_compiling" = yes ||
10033 $as_test_x conftest$ac_exeext
10034 }; then
10035 ac_cv_lib_ipc_shmat=yes
10036 else
10037 $as_echo "$as_me: failed program was:" >&5
10038 sed 's/^/| /' conftest.$ac_ext >&5
10040 ac_cv_lib_ipc_shmat=no
10043 rm -rf conftest.dSYM
10044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10045 conftest$ac_exeext conftest.$ac_ext
10046 LIBS=$ac_check_lib_save_LIBS
10048 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10049 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10050 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10051 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10057 # Check for libraries that X11R6 Xt/Xaw programs need.
10058 ac_save_LDFLAGS=$LDFLAGS
10059 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10060 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10061 # check for ICE first), but we must link in the order -lSM -lICE or
10062 # we get undefined symbols. So assume we have SM if we have ICE.
10063 # These have to be linked with before -lX11, unlike the other
10064 # libraries we check for below, so use a different variable.
10065 # John Interrante, Karl Berry
10066 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10067 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10068 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10069 $as_echo_n "(cached) " >&6
10070 else
10071 ac_check_lib_save_LIBS=$LIBS
10072 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10073 cat >conftest.$ac_ext <<_ACEOF
10074 /* confdefs.h. */
10075 _ACEOF
10076 cat confdefs.h >>conftest.$ac_ext
10077 cat >>conftest.$ac_ext <<_ACEOF
10078 /* end confdefs.h. */
10080 /* Override any GCC internal prototype to avoid an error.
10081 Use char because int might match the return type of a GCC
10082 builtin and then its argument prototype would still apply. */
10083 #ifdef __cplusplus
10084 extern "C"
10085 #endif
10086 char IceConnectionNumber ();
10088 main ()
10090 return IceConnectionNumber ();
10092 return 0;
10094 _ACEOF
10095 rm -f conftest.$ac_objext conftest$ac_exeext
10096 if { (ac_try="$ac_link"
10097 case "(($ac_try" in
10098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10099 *) ac_try_echo=$ac_try;;
10100 esac
10101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10102 $as_echo "$ac_try_echo") >&5
10103 (eval "$ac_link") 2>conftest.er1
10104 ac_status=$?
10105 grep -v '^ *+' conftest.er1 >conftest.err
10106 rm -f conftest.er1
10107 cat conftest.err >&5
10108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); } && {
10110 test -z "$ac_c_werror_flag" ||
10111 test ! -s conftest.err
10112 } && test -s conftest$ac_exeext && {
10113 test "$cross_compiling" = yes ||
10114 $as_test_x conftest$ac_exeext
10115 }; then
10116 ac_cv_lib_ICE_IceConnectionNumber=yes
10117 else
10118 $as_echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.$ac_ext >&5
10121 ac_cv_lib_ICE_IceConnectionNumber=no
10124 rm -rf conftest.dSYM
10125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10126 conftest$ac_exeext conftest.$ac_ext
10127 LIBS=$ac_check_lib_save_LIBS
10129 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10130 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10131 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10132 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10135 LDFLAGS=$ac_save_LDFLAGS
10140 if test "$have_x" = "yes"
10141 then
10142 XLIB="-lXext -lX11"
10143 ac_save_CPPFLAGS="$CPPFLAGS"
10144 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10146 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10147 $as_echo_n "checking for -lX11... " >&6; }
10148 if test "${ac_cv_lib_soname_X11+set}" = set; then
10149 $as_echo_n "(cached) " >&6
10150 else
10151 ac_check_soname_save_LIBS=$LIBS
10152 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10153 cat >conftest.$ac_ext <<_ACEOF
10154 /* confdefs.h. */
10155 _ACEOF
10156 cat confdefs.h >>conftest.$ac_ext
10157 cat >>conftest.$ac_ext <<_ACEOF
10158 /* end confdefs.h. */
10160 /* Override any GCC internal prototype to avoid an error.
10161 Use char because int might match the return type of a GCC
10162 builtin and then its argument prototype would still apply. */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char XCreateWindow ();
10168 main ()
10170 return XCreateWindow ();
10172 return 0;
10174 _ACEOF
10175 rm -f conftest.$ac_objext conftest$ac_exeext
10176 if { (ac_try="$ac_link"
10177 case "(($ac_try" in
10178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10179 *) ac_try_echo=$ac_try;;
10180 esac
10181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10182 $as_echo "$ac_try_echo") >&5
10183 (eval "$ac_link") 2>conftest.er1
10184 ac_status=$?
10185 grep -v '^ *+' conftest.er1 >conftest.err
10186 rm -f conftest.er1
10187 cat conftest.err >&5
10188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189 (exit $ac_status); } && {
10190 test -z "$ac_c_werror_flag" ||
10191 test ! -s conftest.err
10192 } && test -s conftest$ac_exeext && {
10193 test "$cross_compiling" = yes ||
10194 $as_test_x conftest$ac_exeext
10195 }; then
10196 case "$LIBEXT" in
10197 dll) ;;
10198 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'` ;;
10199 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10200 esac
10201 else
10202 $as_echo "$as_me: failed program was:" >&5
10203 sed 's/^/| /' conftest.$ac_ext >&5
10208 rm -rf conftest.dSYM
10209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10210 conftest$ac_exeext conftest.$ac_ext
10211 LIBS=$ac_check_soname_save_LIBS
10213 if test "x$ac_cv_lib_soname_X11" = "x"; then
10214 { $as_echo "$as_me:$LINENO: result: not found" >&5
10215 $as_echo "not found" >&6; }
10217 else
10218 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10219 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10221 cat >>confdefs.h <<_ACEOF
10222 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10223 _ACEOF
10228 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10229 $as_echo_n "checking for -lXext... " >&6; }
10230 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10231 $as_echo_n "(cached) " >&6
10232 else
10233 ac_check_soname_save_LIBS=$LIBS
10234 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10235 cat >conftest.$ac_ext <<_ACEOF
10236 /* confdefs.h. */
10237 _ACEOF
10238 cat confdefs.h >>conftest.$ac_ext
10239 cat >>conftest.$ac_ext <<_ACEOF
10240 /* end confdefs.h. */
10242 /* Override any GCC internal prototype to avoid an error.
10243 Use char because int might match the return type of a GCC
10244 builtin and then its argument prototype would still apply. */
10245 #ifdef __cplusplus
10246 extern "C"
10247 #endif
10248 char XextCreateExtension ();
10250 main ()
10252 return XextCreateExtension ();
10254 return 0;
10256 _ACEOF
10257 rm -f conftest.$ac_objext conftest$ac_exeext
10258 if { (ac_try="$ac_link"
10259 case "(($ac_try" in
10260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10261 *) ac_try_echo=$ac_try;;
10262 esac
10263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10264 $as_echo "$ac_try_echo") >&5
10265 (eval "$ac_link") 2>conftest.er1
10266 ac_status=$?
10267 grep -v '^ *+' conftest.er1 >conftest.err
10268 rm -f conftest.er1
10269 cat conftest.err >&5
10270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10271 (exit $ac_status); } && {
10272 test -z "$ac_c_werror_flag" ||
10273 test ! -s conftest.err
10274 } && test -s conftest$ac_exeext && {
10275 test "$cross_compiling" = yes ||
10276 $as_test_x conftest$ac_exeext
10277 }; then
10278 case "$LIBEXT" in
10279 dll) ;;
10280 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'` ;;
10281 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10282 esac
10283 else
10284 $as_echo "$as_me: failed program was:" >&5
10285 sed 's/^/| /' conftest.$ac_ext >&5
10290 rm -rf conftest.dSYM
10291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10292 conftest$ac_exeext conftest.$ac_ext
10293 LIBS=$ac_check_soname_save_LIBS
10295 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10296 { $as_echo "$as_me:$LINENO: result: not found" >&5
10297 $as_echo "not found" >&6; }
10299 else
10300 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10301 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10303 cat >>confdefs.h <<_ACEOF
10304 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10305 _ACEOF
10323 for ac_header in X11/Xlib.h \
10324 X11/XKBlib.h \
10325 X11/Xutil.h \
10326 X11/Xcursor/Xcursor.h \
10327 X11/extensions/shape.h \
10328 X11/extensions/XInput.h \
10329 X11/extensions/XShm.h \
10330 X11/extensions/Xcomposite.h \
10331 X11/extensions/Xinerama.h \
10332 X11/extensions/Xrandr.h \
10333 X11/extensions/Xrender.h \
10334 X11/extensions/xf86vmode.h
10336 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10338 $as_echo_n "checking for $ac_header... " >&6; }
10339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10340 $as_echo_n "(cached) " >&6
10341 else
10342 cat >conftest.$ac_ext <<_ACEOF
10343 /* confdefs.h. */
10344 _ACEOF
10345 cat confdefs.h >>conftest.$ac_ext
10346 cat >>conftest.$ac_ext <<_ACEOF
10347 /* end confdefs.h. */
10348 #ifdef HAVE_X11_XLIB_H
10349 # include <X11/Xlib.h>
10350 #endif
10351 #ifdef HAVE_X11_XUTIL_H
10352 # include <X11/Xutil.h>
10353 #endif
10355 #include <$ac_header>
10356 _ACEOF
10357 rm -f conftest.$ac_objext
10358 if { (ac_try="$ac_compile"
10359 case "(($ac_try" in
10360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10361 *) ac_try_echo=$ac_try;;
10362 esac
10363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10364 $as_echo "$ac_try_echo") >&5
10365 (eval "$ac_compile") 2>conftest.er1
10366 ac_status=$?
10367 grep -v '^ *+' conftest.er1 >conftest.err
10368 rm -f conftest.er1
10369 cat conftest.err >&5
10370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10371 (exit $ac_status); } && {
10372 test -z "$ac_c_werror_flag" ||
10373 test ! -s conftest.err
10374 } && test -s conftest.$ac_objext; then
10375 eval "$as_ac_Header=yes"
10376 else
10377 $as_echo "$as_me: failed program was:" >&5
10378 sed 's/^/| /' conftest.$ac_ext >&5
10380 eval "$as_ac_Header=no"
10383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10385 ac_res=`eval 'as_val=${'$as_ac_Header'}
10386 $as_echo "$as_val"'`
10387 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10388 $as_echo "$ac_res" >&6; }
10389 as_val=`eval 'as_val=${'$as_ac_Header'}
10390 $as_echo "$as_val"'`
10391 if test "x$as_val" = x""yes; then
10392 cat >>confdefs.h <<_ACEOF
10393 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10394 _ACEOF
10398 done
10401 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10402 then
10403 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10404 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10405 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10406 $as_echo_n "(cached) " >&6
10407 else
10408 ac_check_lib_save_LIBS=$LIBS
10409 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10410 cat >conftest.$ac_ext <<_ACEOF
10411 /* confdefs.h. */
10412 _ACEOF
10413 cat confdefs.h >>conftest.$ac_ext
10414 cat >>conftest.$ac_ext <<_ACEOF
10415 /* end confdefs.h. */
10417 /* Override any GCC internal prototype to avoid an error.
10418 Use char because int might match the return type of a GCC
10419 builtin and then its argument prototype would still apply. */
10420 #ifdef __cplusplus
10421 extern "C"
10422 #endif
10423 char XkbQueryExtension ();
10425 main ()
10427 return XkbQueryExtension ();
10429 return 0;
10431 _ACEOF
10432 rm -f conftest.$ac_objext conftest$ac_exeext
10433 if { (ac_try="$ac_link"
10434 case "(($ac_try" in
10435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10436 *) ac_try_echo=$ac_try;;
10437 esac
10438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10439 $as_echo "$ac_try_echo") >&5
10440 (eval "$ac_link") 2>conftest.er1
10441 ac_status=$?
10442 grep -v '^ *+' conftest.er1 >conftest.err
10443 rm -f conftest.er1
10444 cat conftest.err >&5
10445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); } && {
10447 test -z "$ac_c_werror_flag" ||
10448 test ! -s conftest.err
10449 } && test -s conftest$ac_exeext && {
10450 test "$cross_compiling" = yes ||
10451 $as_test_x conftest$ac_exeext
10452 }; then
10453 ac_cv_lib_X11_XkbQueryExtension=yes
10454 else
10455 $as_echo "$as_me: failed program was:" >&5
10456 sed 's/^/| /' conftest.$ac_ext >&5
10458 ac_cv_lib_X11_XkbQueryExtension=no
10461 rm -rf conftest.dSYM
10462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10463 conftest$ac_exeext conftest.$ac_ext
10464 LIBS=$ac_check_lib_save_LIBS
10466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10467 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10468 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10470 cat >>confdefs.h <<\_ACEOF
10471 #define HAVE_XKB 1
10472 _ACEOF
10478 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10479 then
10480 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10481 $as_echo_n "checking for -lXcursor... " >&6; }
10482 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10483 $as_echo_n "(cached) " >&6
10484 else
10485 ac_check_soname_save_LIBS=$LIBS
10486 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10487 cat >conftest.$ac_ext <<_ACEOF
10488 /* confdefs.h. */
10489 _ACEOF
10490 cat confdefs.h >>conftest.$ac_ext
10491 cat >>conftest.$ac_ext <<_ACEOF
10492 /* end confdefs.h. */
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497 #ifdef __cplusplus
10498 extern "C"
10499 #endif
10500 char XcursorImageLoadCursor ();
10502 main ()
10504 return XcursorImageLoadCursor ();
10506 return 0;
10508 _ACEOF
10509 rm -f conftest.$ac_objext conftest$ac_exeext
10510 if { (ac_try="$ac_link"
10511 case "(($ac_try" in
10512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10513 *) ac_try_echo=$ac_try;;
10514 esac
10515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10516 $as_echo "$ac_try_echo") >&5
10517 (eval "$ac_link") 2>conftest.er1
10518 ac_status=$?
10519 grep -v '^ *+' conftest.er1 >conftest.err
10520 rm -f conftest.er1
10521 cat conftest.err >&5
10522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10523 (exit $ac_status); } && {
10524 test -z "$ac_c_werror_flag" ||
10525 test ! -s conftest.err
10526 } && test -s conftest$ac_exeext && {
10527 test "$cross_compiling" = yes ||
10528 $as_test_x conftest$ac_exeext
10529 }; then
10530 case "$LIBEXT" in
10531 dll) ;;
10532 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'` ;;
10533 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10534 esac
10535 else
10536 $as_echo "$as_me: failed program was:" >&5
10537 sed 's/^/| /' conftest.$ac_ext >&5
10542 rm -rf conftest.dSYM
10543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10544 conftest$ac_exeext conftest.$ac_ext
10545 LIBS=$ac_check_soname_save_LIBS
10547 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10548 { $as_echo "$as_me:$LINENO: result: not found" >&5
10549 $as_echo "not found" >&6; }
10551 else
10552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10553 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10555 cat >>confdefs.h <<_ACEOF
10556 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10557 _ACEOF
10563 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10564 case "x$with_xcursor" in
10565 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10566 xno) ;;
10567 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10568 This is an error since --with-xcursor was requested." >&5
10569 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10570 This is an error since --with-xcursor was requested." >&2;}
10571 { (exit 1); exit 1; }; } ;;
10572 esac
10576 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10577 then
10578 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10579 $as_echo_n "checking for -lXi... " >&6; }
10580 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10581 $as_echo_n "(cached) " >&6
10582 else
10583 ac_check_soname_save_LIBS=$LIBS
10584 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10585 cat >conftest.$ac_ext <<_ACEOF
10586 /* confdefs.h. */
10587 _ACEOF
10588 cat confdefs.h >>conftest.$ac_ext
10589 cat >>conftest.$ac_ext <<_ACEOF
10590 /* end confdefs.h. */
10592 /* Override any GCC internal prototype to avoid an error.
10593 Use char because int might match the return type of a GCC
10594 builtin and then its argument prototype would still apply. */
10595 #ifdef __cplusplus
10596 extern "C"
10597 #endif
10598 char XOpenDevice ();
10600 main ()
10602 return XOpenDevice ();
10604 return 0;
10606 _ACEOF
10607 rm -f conftest.$ac_objext conftest$ac_exeext
10608 if { (ac_try="$ac_link"
10609 case "(($ac_try" in
10610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10611 *) ac_try_echo=$ac_try;;
10612 esac
10613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10614 $as_echo "$ac_try_echo") >&5
10615 (eval "$ac_link") 2>conftest.er1
10616 ac_status=$?
10617 grep -v '^ *+' conftest.er1 >conftest.err
10618 rm -f conftest.er1
10619 cat conftest.err >&5
10620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10621 (exit $ac_status); } && {
10622 test -z "$ac_c_werror_flag" ||
10623 test ! -s conftest.err
10624 } && test -s conftest$ac_exeext && {
10625 test "$cross_compiling" = yes ||
10626 $as_test_x conftest$ac_exeext
10627 }; then
10628 case "$LIBEXT" in
10629 dll) ;;
10630 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'` ;;
10631 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10632 esac
10633 else
10634 $as_echo "$as_me: failed program was:" >&5
10635 sed 's/^/| /' conftest.$ac_ext >&5
10640 rm -rf conftest.dSYM
10641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10642 conftest$ac_exeext conftest.$ac_ext
10643 LIBS=$ac_check_soname_save_LIBS
10645 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10646 { $as_echo "$as_me:$LINENO: result: not found" >&5
10647 $as_echo "not found" >&6; }
10649 else
10650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10651 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10653 cat >>confdefs.h <<_ACEOF
10654 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10655 _ACEOF
10661 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10662 case "x$with_xinput" in
10663 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10664 xno) ;;
10665 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10666 This is an error since --with-xinput was requested." >&5
10667 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10668 This is an error since --with-xinput was requested." >&2;}
10669 { (exit 1); exit 1; }; } ;;
10670 esac
10674 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10675 then
10676 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10677 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10678 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10679 $as_echo_n "(cached) " >&6
10680 else
10681 ac_check_lib_save_LIBS=$LIBS
10682 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10683 cat >conftest.$ac_ext <<_ACEOF
10684 /* confdefs.h. */
10685 _ACEOF
10686 cat confdefs.h >>conftest.$ac_ext
10687 cat >>conftest.$ac_ext <<_ACEOF
10688 /* end confdefs.h. */
10690 /* Override any GCC internal prototype to avoid an error.
10691 Use char because int might match the return type of a GCC
10692 builtin and then its argument prototype would still apply. */
10693 #ifdef __cplusplus
10694 extern "C"
10695 #endif
10696 char XShmQueryExtension ();
10698 main ()
10700 return XShmQueryExtension ();
10702 return 0;
10704 _ACEOF
10705 rm -f conftest.$ac_objext conftest$ac_exeext
10706 if { (ac_try="$ac_link"
10707 case "(($ac_try" in
10708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10709 *) ac_try_echo=$ac_try;;
10710 esac
10711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10712 $as_echo "$ac_try_echo") >&5
10713 (eval "$ac_link") 2>conftest.er1
10714 ac_status=$?
10715 grep -v '^ *+' conftest.er1 >conftest.err
10716 rm -f conftest.er1
10717 cat conftest.err >&5
10718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10719 (exit $ac_status); } && {
10720 test -z "$ac_c_werror_flag" ||
10721 test ! -s conftest.err
10722 } && test -s conftest$ac_exeext && {
10723 test "$cross_compiling" = yes ||
10724 $as_test_x conftest$ac_exeext
10725 }; then
10726 ac_cv_lib_Xext_XShmQueryExtension=yes
10727 else
10728 $as_echo "$as_me: failed program was:" >&5
10729 sed 's/^/| /' conftest.$ac_ext >&5
10731 ac_cv_lib_Xext_XShmQueryExtension=no
10734 rm -rf conftest.dSYM
10735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10736 conftest$ac_exeext conftest.$ac_ext
10737 LIBS=$ac_check_lib_save_LIBS
10739 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10740 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10741 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10743 cat >>confdefs.h <<\_ACEOF
10744 #define HAVE_LIBXXSHM 1
10745 _ACEOF
10750 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10751 case "x$with_xshm" in
10752 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10753 xno) ;;
10754 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10755 This is an error since --with-xshm was requested." >&5
10756 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10757 This is an error since --with-xshm was requested." >&2;}
10758 { (exit 1); exit 1; }; } ;;
10759 esac
10763 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10764 then
10765 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10766 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10767 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10768 $as_echo_n "(cached) " >&6
10769 else
10770 ac_check_lib_save_LIBS=$LIBS
10771 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10772 cat >conftest.$ac_ext <<_ACEOF
10773 /* confdefs.h. */
10774 _ACEOF
10775 cat confdefs.h >>conftest.$ac_ext
10776 cat >>conftest.$ac_ext <<_ACEOF
10777 /* end confdefs.h. */
10779 /* Override any GCC internal prototype to avoid an error.
10780 Use char because int might match the return type of a GCC
10781 builtin and then its argument prototype would still apply. */
10782 #ifdef __cplusplus
10783 extern "C"
10784 #endif
10785 char XShapeQueryExtension ();
10787 main ()
10789 return XShapeQueryExtension ();
10791 return 0;
10793 _ACEOF
10794 rm -f conftest.$ac_objext conftest$ac_exeext
10795 if { (ac_try="$ac_link"
10796 case "(($ac_try" in
10797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10798 *) ac_try_echo=$ac_try;;
10799 esac
10800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10801 $as_echo "$ac_try_echo") >&5
10802 (eval "$ac_link") 2>conftest.er1
10803 ac_status=$?
10804 grep -v '^ *+' conftest.er1 >conftest.err
10805 rm -f conftest.er1
10806 cat conftest.err >&5
10807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10808 (exit $ac_status); } && {
10809 test -z "$ac_c_werror_flag" ||
10810 test ! -s conftest.err
10811 } && test -s conftest$ac_exeext && {
10812 test "$cross_compiling" = yes ||
10813 $as_test_x conftest$ac_exeext
10814 }; then
10815 ac_cv_lib_Xext_XShapeQueryExtension=yes
10816 else
10817 $as_echo "$as_me: failed program was:" >&5
10818 sed 's/^/| /' conftest.$ac_ext >&5
10820 ac_cv_lib_Xext_XShapeQueryExtension=no
10823 rm -rf conftest.dSYM
10824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10825 conftest$ac_exeext conftest.$ac_ext
10826 LIBS=$ac_check_lib_save_LIBS
10828 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10829 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10830 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10832 cat >>confdefs.h <<\_ACEOF
10833 #define HAVE_LIBXSHAPE 1
10834 _ACEOF
10839 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10840 case "x$with_xshape" in
10841 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10842 xno) ;;
10843 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10844 This is an error since --with-xshape was requested." >&5
10845 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10846 This is an error since --with-xshape was requested." >&2;}
10847 { (exit 1); exit 1; }; } ;;
10848 esac
10852 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10853 then
10854 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10855 $as_echo_n "checking for -lXxf86vm... " >&6; }
10856 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10857 $as_echo_n "(cached) " >&6
10858 else
10859 ac_check_soname_save_LIBS=$LIBS
10860 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10861 cat >conftest.$ac_ext <<_ACEOF
10862 /* confdefs.h. */
10863 _ACEOF
10864 cat confdefs.h >>conftest.$ac_ext
10865 cat >>conftest.$ac_ext <<_ACEOF
10866 /* end confdefs.h. */
10868 /* Override any GCC internal prototype to avoid an error.
10869 Use char because int might match the return type of a GCC
10870 builtin and then its argument prototype would still apply. */
10871 #ifdef __cplusplus
10872 extern "C"
10873 #endif
10874 char XF86VidModeQueryExtension ();
10876 main ()
10878 return XF86VidModeQueryExtension ();
10880 return 0;
10882 _ACEOF
10883 rm -f conftest.$ac_objext conftest$ac_exeext
10884 if { (ac_try="$ac_link"
10885 case "(($ac_try" in
10886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10887 *) ac_try_echo=$ac_try;;
10888 esac
10889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10890 $as_echo "$ac_try_echo") >&5
10891 (eval "$ac_link") 2>conftest.er1
10892 ac_status=$?
10893 grep -v '^ *+' conftest.er1 >conftest.err
10894 rm -f conftest.er1
10895 cat conftest.err >&5
10896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897 (exit $ac_status); } && {
10898 test -z "$ac_c_werror_flag" ||
10899 test ! -s conftest.err
10900 } && test -s conftest$ac_exeext && {
10901 test "$cross_compiling" = yes ||
10902 $as_test_x conftest$ac_exeext
10903 }; then
10904 case "$LIBEXT" in
10905 dll) ;;
10906 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'` ;;
10907 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10908 esac
10909 else
10910 $as_echo "$as_me: failed program was:" >&5
10911 sed 's/^/| /' conftest.$ac_ext >&5
10916 rm -rf conftest.dSYM
10917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10922 { $as_echo "$as_me:$LINENO: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10927 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10931 _ACEOF
10937 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10938 case "x$with_xxf86vm" in
10939 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10940 xno) ;;
10941 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10942 This is an error since --with-xxf86vm was requested." >&5
10943 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10944 This is an error since --with-xxf86vm was requested." >&2;}
10945 { (exit 1); exit 1; }; } ;;
10946 esac
10950 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"
10951 then
10952 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10953 $as_echo_n "checking for -lXrender... " >&6; }
10954 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10955 $as_echo_n "(cached) " >&6
10956 else
10957 ac_check_soname_save_LIBS=$LIBS
10958 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10959 cat >conftest.$ac_ext <<_ACEOF
10960 /* confdefs.h. */
10961 _ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char XRenderQueryExtension ();
10974 main ()
10976 return XRenderQueryExtension ();
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext conftest$ac_exeext
10982 if { (ac_try="$ac_link"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10988 $as_echo "$ac_try_echo") >&5
10989 (eval "$ac_link") 2>conftest.er1
10990 ac_status=$?
10991 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1
10993 cat conftest.err >&5
10994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && {
10996 test -z "$ac_c_werror_flag" ||
10997 test ! -s conftest.err
10998 } && test -s conftest$ac_exeext && {
10999 test "$cross_compiling" = yes ||
11000 $as_test_x conftest$ac_exeext
11001 }; then
11002 case "$LIBEXT" in
11003 dll) ;;
11004 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'` ;;
11005 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11006 esac
11007 else
11008 $as_echo "$as_me: failed program was:" >&5
11009 sed 's/^/| /' conftest.$ac_ext >&5
11014 rm -rf conftest.dSYM
11015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11016 conftest$ac_exeext conftest.$ac_ext
11017 LIBS=$ac_check_soname_save_LIBS
11019 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11020 { $as_echo "$as_me:$LINENO: result: not found" >&5
11021 $as_echo "not found" >&6; }
11023 else
11024 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11025 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11027 cat >>confdefs.h <<_ACEOF
11028 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11029 _ACEOF
11031 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11032 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11033 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11034 $as_echo_n "(cached) " >&6
11035 else
11036 ac_check_lib_save_LIBS=$LIBS
11037 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11038 cat >conftest.$ac_ext <<_ACEOF
11039 /* confdefs.h. */
11040 _ACEOF
11041 cat confdefs.h >>conftest.$ac_ext
11042 cat >>conftest.$ac_ext <<_ACEOF
11043 /* end confdefs.h. */
11045 /* Override any GCC internal prototype to avoid an error.
11046 Use char because int might match the return type of a GCC
11047 builtin and then its argument prototype would still apply. */
11048 #ifdef __cplusplus
11049 extern "C"
11050 #endif
11051 char XRenderSetPictureTransform ();
11053 main ()
11055 return XRenderSetPictureTransform ();
11057 return 0;
11059 _ACEOF
11060 rm -f conftest.$ac_objext conftest$ac_exeext
11061 if { (ac_try="$ac_link"
11062 case "(($ac_try" in
11063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11064 *) ac_try_echo=$ac_try;;
11065 esac
11066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11067 $as_echo "$ac_try_echo") >&5
11068 (eval "$ac_link") 2>conftest.er1
11069 ac_status=$?
11070 grep -v '^ *+' conftest.er1 >conftest.err
11071 rm -f conftest.er1
11072 cat conftest.err >&5
11073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); } && {
11075 test -z "$ac_c_werror_flag" ||
11076 test ! -s conftest.err
11077 } && test -s conftest$ac_exeext && {
11078 test "$cross_compiling" = yes ||
11079 $as_test_x conftest$ac_exeext
11080 }; then
11081 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11082 else
11083 $as_echo "$as_me: failed program was:" >&5
11084 sed 's/^/| /' conftest.$ac_ext >&5
11086 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
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_lib_save_LIBS
11094 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11095 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11096 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11098 cat >>confdefs.h <<\_ACEOF
11099 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11100 _ACEOF
11108 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11109 case "x$with_xrender" in
11110 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11111 xno) ;;
11112 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11113 This is an error since --with-xrender was requested." >&5
11114 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11115 This is an error since --with-xrender was requested." >&2;}
11116 { (exit 1); exit 1; }; } ;;
11117 esac
11121 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11122 then
11123 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h. */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h. */
11129 #include <X11/Xlib.h>
11130 #include <X11/extensions/Xrandr.h>
11132 main ()
11134 static typeof(XRRSetScreenConfigAndRate) * func;
11136 return 0;
11138 _ACEOF
11139 rm -f conftest.$ac_objext
11140 if { (ac_try="$ac_compile"
11141 case "(($ac_try" in
11142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143 *) ac_try_echo=$ac_try;;
11144 esac
11145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11146 $as_echo "$ac_try_echo") >&5
11147 (eval "$ac_compile") 2>conftest.er1
11148 ac_status=$?
11149 grep -v '^ *+' conftest.er1 >conftest.err
11150 rm -f conftest.er1
11151 cat conftest.err >&5
11152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); } && {
11154 test -z "$ac_c_werror_flag" ||
11155 test ! -s conftest.err
11156 } && test -s conftest.$ac_objext; then
11157 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11158 $as_echo_n "checking for -lXrandr... " >&6; }
11159 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11160 $as_echo_n "(cached) " >&6
11161 else
11162 ac_check_soname_save_LIBS=$LIBS
11163 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11164 cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h. */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h. */
11171 /* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char XRRQueryExtension ();
11179 main ()
11181 return XRRQueryExtension ();
11183 return 0;
11185 _ACEOF
11186 rm -f conftest.$ac_objext conftest$ac_exeext
11187 if { (ac_try="$ac_link"
11188 case "(($ac_try" in
11189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11190 *) ac_try_echo=$ac_try;;
11191 esac
11192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11193 $as_echo "$ac_try_echo") >&5
11194 (eval "$ac_link") 2>conftest.er1
11195 ac_status=$?
11196 grep -v '^ *+' conftest.er1 >conftest.err
11197 rm -f conftest.er1
11198 cat conftest.err >&5
11199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); } && {
11201 test -z "$ac_c_werror_flag" ||
11202 test ! -s conftest.err
11203 } && test -s conftest$ac_exeext && {
11204 test "$cross_compiling" = yes ||
11205 $as_test_x conftest$ac_exeext
11206 }; then
11207 case "$LIBEXT" in
11208 dll) ;;
11209 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'` ;;
11210 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11211 esac
11212 else
11213 $as_echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11219 rm -rf conftest.dSYM
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LIBS=$ac_check_soname_save_LIBS
11224 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11225 { $as_echo "$as_me:$LINENO: result: not found" >&5
11226 $as_echo "not found" >&6; }
11228 else
11229 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11230 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11234 _ACEOF
11239 else
11240 $as_echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11248 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11249 case "x$with_xrandr" in
11250 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11251 xno) ;;
11252 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11253 This is an error since --with-xrandr was requested." >&5
11254 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11255 This is an error since --with-xrandr was requested." >&2;}
11256 { (exit 1); exit 1; }; } ;;
11257 esac
11261 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11262 then
11263 cat >conftest.$ac_ext <<_ACEOF
11264 /* confdefs.h. */
11265 _ACEOF
11266 cat confdefs.h >>conftest.$ac_ext
11267 cat >>conftest.$ac_ext <<_ACEOF
11268 /* end confdefs.h. */
11269 #include <X11/Xlib.h>
11270 #include <X11/extensions/Xinerama.h>
11272 main ()
11274 static typeof(XineramaQueryScreens) * func;
11276 return 0;
11278 _ACEOF
11279 rm -f conftest.$ac_objext
11280 if { (ac_try="$ac_compile"
11281 case "(($ac_try" in
11282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11283 *) ac_try_echo=$ac_try;;
11284 esac
11285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11286 $as_echo "$ac_try_echo") >&5
11287 (eval "$ac_compile") 2>conftest.er1
11288 ac_status=$?
11289 grep -v '^ *+' conftest.er1 >conftest.err
11290 rm -f conftest.er1
11291 cat conftest.err >&5
11292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11293 (exit $ac_status); } && {
11294 test -z "$ac_c_werror_flag" ||
11295 test ! -s conftest.err
11296 } && test -s conftest.$ac_objext; then
11297 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11298 $as_echo_n "checking for -lXinerama... " >&6; }
11299 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11300 $as_echo_n "(cached) " >&6
11301 else
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11304 cat >conftest.$ac_ext <<_ACEOF
11305 /* confdefs.h. */
11306 _ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11311 /* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char XineramaQueryScreens ();
11319 main ()
11321 return XineramaQueryScreens ();
11323 return 0;
11325 _ACEOF
11326 rm -f conftest.$ac_objext conftest$ac_exeext
11327 if { (ac_try="$ac_link"
11328 case "(($ac_try" in
11329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11330 *) ac_try_echo=$ac_try;;
11331 esac
11332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11333 $as_echo "$ac_try_echo") >&5
11334 (eval "$ac_link") 2>conftest.er1
11335 ac_status=$?
11336 grep -v '^ *+' conftest.er1 >conftest.err
11337 rm -f conftest.er1
11338 cat conftest.err >&5
11339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest$ac_exeext && {
11344 test "$cross_compiling" = yes ||
11345 $as_test_x conftest$ac_exeext
11346 }; then
11347 case "$LIBEXT" in
11348 dll) ;;
11349 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'` ;;
11350 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11351 esac
11352 else
11353 $as_echo "$as_me: failed program was:" >&5
11354 sed 's/^/| /' conftest.$ac_ext >&5
11359 rm -rf conftest.dSYM
11360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11361 conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_soname_save_LIBS
11364 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11365 { $as_echo "$as_me:$LINENO: result: not found" >&5
11366 $as_echo "not found" >&6; }
11368 else
11369 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11370 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11372 cat >>confdefs.h <<_ACEOF
11373 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11374 _ACEOF
11379 else
11380 $as_echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11388 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11389 case "x$with_xinerama" in
11390 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11391 xno) ;;
11392 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11393 This is an error since --with-xinerama was requested." >&5
11394 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11395 This is an error since --with-xinerama was requested." >&2;}
11396 { (exit 1); exit 1; }; } ;;
11397 esac
11401 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11402 then
11403 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11404 $as_echo_n "checking for -lXcomposite... " >&6; }
11405 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11406 $as_echo_n "(cached) " >&6
11407 else
11408 ac_check_soname_save_LIBS=$LIBS
11409 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11410 cat >conftest.$ac_ext <<_ACEOF
11411 /* confdefs.h. */
11412 _ACEOF
11413 cat confdefs.h >>conftest.$ac_ext
11414 cat >>conftest.$ac_ext <<_ACEOF
11415 /* end confdefs.h. */
11417 /* Override any GCC internal prototype to avoid an error.
11418 Use char because int might match the return type of a GCC
11419 builtin and then its argument prototype would still apply. */
11420 #ifdef __cplusplus
11421 extern "C"
11422 #endif
11423 char XCompositeRedirectWindow ();
11425 main ()
11427 return XCompositeRedirectWindow ();
11429 return 0;
11431 _ACEOF
11432 rm -f conftest.$ac_objext conftest$ac_exeext
11433 if { (ac_try="$ac_link"
11434 case "(($ac_try" in
11435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11436 *) ac_try_echo=$ac_try;;
11437 esac
11438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11439 $as_echo "$ac_try_echo") >&5
11440 (eval "$ac_link") 2>conftest.er1
11441 ac_status=$?
11442 grep -v '^ *+' conftest.er1 >conftest.err
11443 rm -f conftest.er1
11444 cat conftest.err >&5
11445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11446 (exit $ac_status); } && {
11447 test -z "$ac_c_werror_flag" ||
11448 test ! -s conftest.err
11449 } && test -s conftest$ac_exeext && {
11450 test "$cross_compiling" = yes ||
11451 $as_test_x conftest$ac_exeext
11452 }; then
11453 case "$LIBEXT" in
11454 dll) ;;
11455 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'` ;;
11456 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11457 esac
11458 else
11459 $as_echo "$as_me: failed program was:" >&5
11460 sed 's/^/| /' conftest.$ac_ext >&5
11465 rm -rf conftest.dSYM
11466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11467 conftest$ac_exeext conftest.$ac_ext
11468 LIBS=$ac_check_soname_save_LIBS
11470 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11471 { $as_echo "$as_me:$LINENO: result: not found" >&5
11472 $as_echo "not found" >&6; }
11474 else
11475 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11476 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11478 cat >>confdefs.h <<_ACEOF
11479 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11480 _ACEOF
11486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11487 case "x$with_xcomposite" in
11488 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11489 xno) ;;
11490 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11491 This is an error since --with-xcomposite was requested." >&5
11492 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11493 This is an error since --with-xcomposite was requested." >&2;}
11494 { (exit 1); exit 1; }; } ;;
11495 esac
11499 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11500 $as_echo_n "checking for XICCallback.callback... " >&6; }
11501 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11502 $as_echo_n "(cached) " >&6
11503 else
11504 cat >conftest.$ac_ext <<_ACEOF
11505 /* confdefs.h. */
11506 _ACEOF
11507 cat confdefs.h >>conftest.$ac_ext
11508 cat >>conftest.$ac_ext <<_ACEOF
11509 /* end confdefs.h. */
11510 #ifdef HAVE_X11_XLIB_H
11511 #include <X11/Xlib.h>
11512 #endif
11515 main ()
11517 static XICCallback ac_aggr;
11518 if (ac_aggr.callback)
11519 return 0;
11521 return 0;
11523 _ACEOF
11524 rm -f conftest.$ac_objext
11525 if { (ac_try="$ac_compile"
11526 case "(($ac_try" in
11527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11528 *) ac_try_echo=$ac_try;;
11529 esac
11530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11531 $as_echo "$ac_try_echo") >&5
11532 (eval "$ac_compile") 2>conftest.er1
11533 ac_status=$?
11534 grep -v '^ *+' conftest.er1 >conftest.err
11535 rm -f conftest.er1
11536 cat conftest.err >&5
11537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } && {
11539 test -z "$ac_c_werror_flag" ||
11540 test ! -s conftest.err
11541 } && test -s conftest.$ac_objext; then
11542 ac_cv_member_XICCallback_callback=yes
11543 else
11544 $as_echo "$as_me: failed program was:" >&5
11545 sed 's/^/| /' conftest.$ac_ext >&5
11547 cat >conftest.$ac_ext <<_ACEOF
11548 /* confdefs.h. */
11549 _ACEOF
11550 cat confdefs.h >>conftest.$ac_ext
11551 cat >>conftest.$ac_ext <<_ACEOF
11552 /* end confdefs.h. */
11553 #ifdef HAVE_X11_XLIB_H
11554 #include <X11/Xlib.h>
11555 #endif
11558 main ()
11560 static XICCallback ac_aggr;
11561 if (sizeof ac_aggr.callback)
11562 return 0;
11564 return 0;
11566 _ACEOF
11567 rm -f conftest.$ac_objext
11568 if { (ac_try="$ac_compile"
11569 case "(($ac_try" in
11570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11571 *) ac_try_echo=$ac_try;;
11572 esac
11573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11574 $as_echo "$ac_try_echo") >&5
11575 (eval "$ac_compile") 2>conftest.er1
11576 ac_status=$?
11577 grep -v '^ *+' conftest.er1 >conftest.err
11578 rm -f conftest.er1
11579 cat conftest.err >&5
11580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581 (exit $ac_status); } && {
11582 test -z "$ac_c_werror_flag" ||
11583 test ! -s conftest.err
11584 } && test -s conftest.$ac_objext; then
11585 ac_cv_member_XICCallback_callback=yes
11586 else
11587 $as_echo "$as_me: failed program was:" >&5
11588 sed 's/^/| /' conftest.$ac_ext >&5
11590 ac_cv_member_XICCallback_callback=no
11593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11599 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11600 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define HAVE_XICCALLBACK_CALLBACK 1
11604 _ACEOF
11611 opengl_msg=""
11612 if test "x$with_opengl" != "xno"
11613 then
11618 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11620 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11622 $as_echo_n "checking for $ac_header... " >&6; }
11623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11624 $as_echo_n "(cached) " >&6
11625 else
11626 cat >conftest.$ac_ext <<_ACEOF
11627 /* confdefs.h. */
11628 _ACEOF
11629 cat confdefs.h >>conftest.$ac_ext
11630 cat >>conftest.$ac_ext <<_ACEOF
11631 /* end confdefs.h. */
11632 #ifdef HAVE_GL_GLX_H
11633 # include <GL/glx.h>
11634 #endif
11636 #include <$ac_header>
11637 _ACEOF
11638 rm -f conftest.$ac_objext
11639 if { (ac_try="$ac_compile"
11640 case "(($ac_try" in
11641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11642 *) ac_try_echo=$ac_try;;
11643 esac
11644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11645 $as_echo "$ac_try_echo") >&5
11646 (eval "$ac_compile") 2>conftest.er1
11647 ac_status=$?
11648 grep -v '^ *+' conftest.er1 >conftest.err
11649 rm -f conftest.er1
11650 cat conftest.err >&5
11651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest.$ac_objext; then
11656 eval "$as_ac_Header=yes"
11657 else
11658 $as_echo "$as_me: failed program was:" >&5
11659 sed 's/^/| /' conftest.$ac_ext >&5
11661 eval "$as_ac_Header=no"
11664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11666 ac_res=`eval 'as_val=${'$as_ac_Header'}
11667 $as_echo "$as_val"'`
11668 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11669 $as_echo "$ac_res" >&6; }
11670 as_val=`eval 'as_val=${'$as_ac_Header'}
11671 $as_echo "$as_val"'`
11672 if test "x$as_val" = x""yes; then
11673 cat >>confdefs.h <<_ACEOF
11674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11675 _ACEOF
11679 done
11681 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11682 then
11683 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11684 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11685 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11686 $as_echo_n "(cached) " >&6
11687 else
11688 cat >conftest.$ac_ext <<_ACEOF
11689 /* confdefs.h. */
11690 _ACEOF
11691 cat confdefs.h >>conftest.$ac_ext
11692 cat >>conftest.$ac_ext <<_ACEOF
11693 /* end confdefs.h. */
11694 #include <GL/gl.h>
11696 main ()
11698 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11700 return 0;
11702 _ACEOF
11703 rm -f conftest.$ac_objext
11704 if { (ac_try="$ac_compile"
11705 case "(($ac_try" in
11706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11707 *) ac_try_echo=$ac_try;;
11708 esac
11709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11710 $as_echo "$ac_try_echo") >&5
11711 (eval "$ac_compile") 2>conftest.er1
11712 ac_status=$?
11713 grep -v '^ *+' conftest.er1 >conftest.err
11714 rm -f conftest.er1
11715 cat conftest.err >&5
11716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11717 (exit $ac_status); } && {
11718 test -z "$ac_c_werror_flag" ||
11719 test ! -s conftest.err
11720 } && test -s conftest.$ac_objext; then
11721 wine_cv_opengl_header_version_OK="yes"
11722 else
11723 $as_echo "$as_me: failed program was:" >&5
11724 sed 's/^/| /' conftest.$ac_ext >&5
11726 wine_cv_opengl_header_version_OK="no"
11729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11731 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11732 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11734 if test "$wine_cv_opengl_header_version_OK" = "yes"
11735 then
11736 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11737 $as_echo_n "checking for -lGL... " >&6; }
11738 if test "${ac_cv_lib_soname_GL+set}" = set; then
11739 $as_echo_n "(cached) " >&6
11740 else
11741 ac_check_soname_save_LIBS=$LIBS
11742 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11743 cat >conftest.$ac_ext <<_ACEOF
11744 /* confdefs.h. */
11745 _ACEOF
11746 cat confdefs.h >>conftest.$ac_ext
11747 cat >>conftest.$ac_ext <<_ACEOF
11748 /* end confdefs.h. */
11750 /* Override any GCC internal prototype to avoid an error.
11751 Use char because int might match the return type of a GCC
11752 builtin and then its argument prototype would still apply. */
11753 #ifdef __cplusplus
11754 extern "C"
11755 #endif
11756 char glXCreateContext ();
11758 main ()
11760 return glXCreateContext ();
11762 return 0;
11764 _ACEOF
11765 rm -f conftest.$ac_objext conftest$ac_exeext
11766 if { (ac_try="$ac_link"
11767 case "(($ac_try" in
11768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11769 *) ac_try_echo=$ac_try;;
11770 esac
11771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11772 $as_echo "$ac_try_echo") >&5
11773 (eval "$ac_link") 2>conftest.er1
11774 ac_status=$?
11775 grep -v '^ *+' conftest.er1 >conftest.err
11776 rm -f conftest.er1
11777 cat conftest.err >&5
11778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); } && {
11780 test -z "$ac_c_werror_flag" ||
11781 test ! -s conftest.err
11782 } && test -s conftest$ac_exeext && {
11783 test "$cross_compiling" = yes ||
11784 $as_test_x conftest$ac_exeext
11785 }; then
11786 case "$LIBEXT" in
11787 dll) ;;
11788 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'` ;;
11789 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11790 esac
11791 else
11792 $as_echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.$ac_ext >&5
11798 rm -rf conftest.dSYM
11799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11800 conftest$ac_exeext conftest.$ac_ext
11801 LIBS=$ac_check_soname_save_LIBS
11803 if test "x$ac_cv_lib_soname_GL" = "x"; then
11804 { $as_echo "$as_me:$LINENO: result: not found" >&5
11805 $as_echo "not found" >&6; }
11806 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11807 $as_echo_n "checking for -lGL... " >&6; }
11808 if test "${ac_cv_lib_soname_GL+set}" = set; then
11809 $as_echo_n "(cached) " >&6
11810 else
11811 ac_check_soname_save_LIBS=$LIBS
11812 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"
11813 cat >conftest.$ac_ext <<_ACEOF
11814 /* confdefs.h. */
11815 _ACEOF
11816 cat confdefs.h >>conftest.$ac_ext
11817 cat >>conftest.$ac_ext <<_ACEOF
11818 /* end confdefs.h. */
11820 /* Override any GCC internal prototype to avoid an error.
11821 Use char because int might match the return type of a GCC
11822 builtin and then its argument prototype would still apply. */
11823 #ifdef __cplusplus
11824 extern "C"
11825 #endif
11826 char glXCreateContext ();
11828 main ()
11830 return glXCreateContext ();
11832 return 0;
11834 _ACEOF
11835 rm -f conftest.$ac_objext conftest$ac_exeext
11836 if { (ac_try="$ac_link"
11837 case "(($ac_try" in
11838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11839 *) ac_try_echo=$ac_try;;
11840 esac
11841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11842 $as_echo "$ac_try_echo") >&5
11843 (eval "$ac_link") 2>conftest.er1
11844 ac_status=$?
11845 grep -v '^ *+' conftest.er1 >conftest.err
11846 rm -f conftest.er1
11847 cat conftest.err >&5
11848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11849 (exit $ac_status); } && {
11850 test -z "$ac_c_werror_flag" ||
11851 test ! -s conftest.err
11852 } && test -s conftest$ac_exeext && {
11853 test "$cross_compiling" = yes ||
11854 $as_test_x conftest$ac_exeext
11855 }; then
11856 case "$LIBEXT" in
11857 dll) ;;
11858 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'` ;;
11859 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11860 esac
11861 else
11862 $as_echo "$as_me: failed program was:" >&5
11863 sed 's/^/| /' conftest.$ac_ext >&5
11868 rm -rf conftest.dSYM
11869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11870 conftest$ac_exeext conftest.$ac_ext
11871 LIBS=$ac_check_soname_save_LIBS
11873 if test "x$ac_cv_lib_soname_GL" = "x"; then
11874 { $as_echo "$as_me:$LINENO: result: not found" >&5
11875 $as_echo "not found" >&6; }
11876 if test -f /usr/X11R6/lib/libGL.a
11877 then
11878 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11879 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11880 else
11881 opengl_msg="No OpenGL library found on this system."
11883 else
11884 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11885 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11887 cat >>confdefs.h <<_ACEOF
11888 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11889 _ACEOF
11891 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"
11893 cat >>confdefs.h <<\_ACEOF
11894 #define HAVE_OPENGL 1
11895 _ACEOF
11899 else
11900 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11901 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11903 cat >>confdefs.h <<_ACEOF
11904 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11905 _ACEOF
11907 OPENGL_LIBS="-lGL"
11909 cat >>confdefs.h <<\_ACEOF
11910 #define HAVE_OPENGL 1
11911 _ACEOF
11915 if test "$ac_cv_header_GL_glu_h" = "yes"
11916 then
11917 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11918 $as_echo_n "checking for -lGLU... " >&6; }
11919 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11920 $as_echo_n "(cached) " >&6
11921 else
11922 ac_check_soname_save_LIBS=$LIBS
11923 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11924 cat >conftest.$ac_ext <<_ACEOF
11925 /* confdefs.h. */
11926 _ACEOF
11927 cat confdefs.h >>conftest.$ac_ext
11928 cat >>conftest.$ac_ext <<_ACEOF
11929 /* end confdefs.h. */
11931 /* Override any GCC internal prototype to avoid an error.
11932 Use char because int might match the return type of a GCC
11933 builtin and then its argument prototype would still apply. */
11934 #ifdef __cplusplus
11935 extern "C"
11936 #endif
11937 char gluLookAt ();
11939 main ()
11941 return gluLookAt ();
11943 return 0;
11945 _ACEOF
11946 rm -f conftest.$ac_objext conftest$ac_exeext
11947 if { (ac_try="$ac_link"
11948 case "(($ac_try" in
11949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11950 *) ac_try_echo=$ac_try;;
11951 esac
11952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11953 $as_echo "$ac_try_echo") >&5
11954 (eval "$ac_link") 2>conftest.er1
11955 ac_status=$?
11956 grep -v '^ *+' conftest.er1 >conftest.err
11957 rm -f conftest.er1
11958 cat conftest.err >&5
11959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11960 (exit $ac_status); } && {
11961 test -z "$ac_c_werror_flag" ||
11962 test ! -s conftest.err
11963 } && test -s conftest$ac_exeext && {
11964 test "$cross_compiling" = yes ||
11965 $as_test_x conftest$ac_exeext
11966 }; then
11967 case "$LIBEXT" in
11968 dll) ;;
11969 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'` ;;
11970 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11971 esac
11972 else
11973 $as_echo "$as_me: failed program was:" >&5
11974 sed 's/^/| /' conftest.$ac_ext >&5
11979 rm -rf conftest.dSYM
11980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11981 conftest$ac_exeext conftest.$ac_ext
11982 LIBS=$ac_check_soname_save_LIBS
11984 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11985 { $as_echo "$as_me:$LINENO: result: not found" >&5
11986 $as_echo "not found" >&6; }
11988 else
11989 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11990 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11992 cat >>confdefs.h <<_ACEOF
11993 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11994 _ACEOF
12000 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12001 case "x$with_glu" in
12002 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12003 xno) ;;
12004 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12005 This is an error since --with-glu was requested." >&5
12006 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12007 This is an error since --with-glu was requested." >&2;}
12008 { (exit 1); exit 1; }; } ;;
12009 esac
12012 else
12013 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12015 else
12016 opengl_msg="OpenGL development headers not found."
12018 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12019 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12020 else
12021 enable_opengl32=${enable_opengl32:-no}
12022 enable_glu32=${enable_glu32:-no}
12024 if test -n "$opengl_msg"; then
12025 case "x$with_opengl" in
12026 x) wine_warnings="$wine_warnings|$opengl_msg
12027 OpenGL and Direct3D won't be supported." ;;
12028 xno) ;;
12029 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12030 OpenGL and Direct3D won't be supported.
12031 This is an error since --with-opengl was requested." >&5
12032 $as_echo "$as_me: error: $opengl_msg
12033 OpenGL and Direct3D won't be supported.
12034 This is an error since --with-opengl was requested." >&2;}
12035 { (exit 1); exit 1; }; } ;;
12036 esac
12040 NASLIBS=""
12043 for ac_header in audio/audiolib.h
12045 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12047 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12048 $as_echo_n "checking for $ac_header... " >&6; }
12049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12050 $as_echo_n "(cached) " >&6
12052 ac_res=`eval 'as_val=${'$as_ac_Header'}
12053 $as_echo "$as_val"'`
12054 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12055 $as_echo "$ac_res" >&6; }
12056 else
12057 # Is the header compilable?
12058 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12059 $as_echo_n "checking $ac_header usability... " >&6; }
12060 cat >conftest.$ac_ext <<_ACEOF
12061 /* confdefs.h. */
12062 _ACEOF
12063 cat confdefs.h >>conftest.$ac_ext
12064 cat >>conftest.$ac_ext <<_ACEOF
12065 /* end confdefs.h. */
12066 $ac_includes_default
12067 #include <$ac_header>
12068 _ACEOF
12069 rm -f conftest.$ac_objext
12070 if { (ac_try="$ac_compile"
12071 case "(($ac_try" in
12072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12073 *) ac_try_echo=$ac_try;;
12074 esac
12075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12076 $as_echo "$ac_try_echo") >&5
12077 (eval "$ac_compile") 2>conftest.er1
12078 ac_status=$?
12079 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1
12081 cat conftest.err >&5
12082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && {
12084 test -z "$ac_c_werror_flag" ||
12085 test ! -s conftest.err
12086 } && test -s conftest.$ac_objext; then
12087 ac_header_compiler=yes
12088 else
12089 $as_echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12092 ac_header_compiler=no
12095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12096 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12097 $as_echo "$ac_header_compiler" >&6; }
12099 # Is the header present?
12100 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12101 $as_echo_n "checking $ac_header presence... " >&6; }
12102 cat >conftest.$ac_ext <<_ACEOF
12103 /* confdefs.h. */
12104 _ACEOF
12105 cat confdefs.h >>conftest.$ac_ext
12106 cat >>conftest.$ac_ext <<_ACEOF
12107 /* end confdefs.h. */
12108 #include <$ac_header>
12109 _ACEOF
12110 if { (ac_try="$ac_cpp conftest.$ac_ext"
12111 case "(($ac_try" in
12112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12113 *) ac_try_echo=$ac_try;;
12114 esac
12115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12116 $as_echo "$ac_try_echo") >&5
12117 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12118 ac_status=$?
12119 grep -v '^ *+' conftest.er1 >conftest.err
12120 rm -f conftest.er1
12121 cat conftest.err >&5
12122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } >/dev/null && {
12124 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12125 test ! -s conftest.err
12126 }; then
12127 ac_header_preproc=yes
12128 else
12129 $as_echo "$as_me: failed program was:" >&5
12130 sed 's/^/| /' conftest.$ac_ext >&5
12132 ac_header_preproc=no
12135 rm -f conftest.err conftest.$ac_ext
12136 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12137 $as_echo "$ac_header_preproc" >&6; }
12139 # So? What about this header?
12140 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12141 yes:no: )
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12146 ac_header_preproc=yes
12148 no:yes:* )
12149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12150 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12152 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12154 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12155 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12156 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12157 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12158 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12160 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12161 ( cat <<\_ASBOX
12162 ## ------------------------------------ ##
12163 ## Report this to wine-devel@winehq.org ##
12164 ## ------------------------------------ ##
12165 _ASBOX
12166 ) | sed "s/^/$as_me: WARNING: /" >&2
12168 esac
12169 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12170 $as_echo_n "checking for $ac_header... " >&6; }
12171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12172 $as_echo_n "(cached) " >&6
12173 else
12174 eval "$as_ac_Header=\$ac_header_preproc"
12176 ac_res=`eval 'as_val=${'$as_ac_Header'}
12177 $as_echo "$as_val"'`
12178 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12179 $as_echo "$ac_res" >&6; }
12182 as_val=`eval 'as_val=${'$as_ac_Header'}
12183 $as_echo "$as_val"'`
12184 if test "x$as_val" = x""yes; then
12185 cat >>confdefs.h <<_ACEOF
12186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12187 _ACEOF
12189 for ac_header in audio/soundlib.h
12191 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12192 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 $as_echo_n "checking for $ac_header... " >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195 $as_echo_n "(cached) " >&6
12196 else
12197 cat >conftest.$ac_ext <<_ACEOF
12198 /* confdefs.h. */
12199 _ACEOF
12200 cat confdefs.h >>conftest.$ac_ext
12201 cat >>conftest.$ac_ext <<_ACEOF
12202 /* end confdefs.h. */
12203 #include <audio/audiolib.h>
12205 #include <$ac_header>
12206 _ACEOF
12207 rm -f conftest.$ac_objext
12208 if { (ac_try="$ac_compile"
12209 case "(($ac_try" in
12210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12212 esac
12213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12214 $as_echo "$ac_try_echo") >&5
12215 (eval "$ac_compile") 2>conftest.er1
12216 ac_status=$?
12217 grep -v '^ *+' conftest.er1 >conftest.err
12218 rm -f conftest.er1
12219 cat conftest.err >&5
12220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); } && {
12222 test -z "$ac_c_werror_flag" ||
12223 test ! -s conftest.err
12224 } && test -s conftest.$ac_objext; then
12225 eval "$as_ac_Header=yes"
12226 else
12227 $as_echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12230 eval "$as_ac_Header=no"
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12235 ac_res=`eval 'as_val=${'$as_ac_Header'}
12236 $as_echo "$as_val"'`
12237 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12238 $as_echo "$ac_res" >&6; }
12239 as_val=`eval 'as_val=${'$as_ac_Header'}
12240 $as_echo "$as_val"'`
12241 if test "x$as_val" = x""yes; then
12242 cat >>confdefs.h <<_ACEOF
12243 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12244 _ACEOF
12248 done
12250 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12251 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12252 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12253 $as_echo_n "(cached) " >&6
12254 else
12255 ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12258 /* confdefs.h. */
12259 _ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h. */
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char AuCreateFlow ();
12272 main ()
12274 return AuCreateFlow ();
12276 return 0;
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283 *) ac_try_echo=$ac_try;;
12284 esac
12285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12286 $as_echo "$ac_try_echo") >&5
12287 (eval "$ac_link") 2>conftest.er1
12288 ac_status=$?
12289 grep -v '^ *+' conftest.er1 >conftest.err
12290 rm -f conftest.er1
12291 cat conftest.err >&5
12292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12293 (exit $ac_status); } && {
12294 test -z "$ac_c_werror_flag" ||
12295 test ! -s conftest.err
12296 } && test -s conftest$ac_exeext && {
12297 test "$cross_compiling" = yes ||
12298 $as_test_x conftest$ac_exeext
12299 }; then
12300 ac_cv_lib_audio_AuCreateFlow=yes
12301 else
12302 $as_echo "$as_me: failed program was:" >&5
12303 sed 's/^/| /' conftest.$ac_ext >&5
12305 ac_cv_lib_audio_AuCreateFlow=no
12308 rm -rf conftest.dSYM
12309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12310 conftest$ac_exeext conftest.$ac_ext
12311 LIBS=$ac_check_lib_save_LIBS
12313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12314 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12315 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12317 cat >>confdefs.h <<\_ACEOF
12318 #define HAVE_NAS 1
12319 _ACEOF
12321 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12322 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12323 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 ac_check_lib_save_LIBS=$LIBS
12327 LIBS="-lXau $X_LIBS $LIBS"
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12335 /* Override any GCC internal prototype to avoid an error.
12336 Use char because int might match the return type of a GCC
12337 builtin and then its argument prototype would still apply. */
12338 #ifdef __cplusplus
12339 extern "C"
12340 #endif
12341 char XauGetBestAuthByAddr ();
12343 main ()
12345 return XauGetBestAuthByAddr ();
12347 return 0;
12349 _ACEOF
12350 rm -f conftest.$ac_objext conftest$ac_exeext
12351 if { (ac_try="$ac_link"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12357 $as_echo "$ac_try_echo") >&5
12358 (eval "$ac_link") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } && {
12365 test -z "$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 } && test -s conftest$ac_exeext && {
12368 test "$cross_compiling" = yes ||
12369 $as_test_x conftest$ac_exeext
12370 }; then
12371 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12379 rm -rf conftest.dSYM
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12385 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12386 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12387 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12388 else
12389 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12397 done
12400 CPPFLAGS="$ac_save_CPPFLAGS"
12401 else
12402 XLIB=""
12403 X_CFLAGS=""
12404 X_LIBS=""
12405 enable_winex11_drv=${enable_winex11_drv:-no}
12406 enable_opengl32=${enable_opengl32:-no}
12407 enable_glu32=${enable_glu32:-no}
12409 if test "x$XLIB" = "x"; then
12410 case "x$with_x" in
12411 xno) ;;
12412 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12413 without X support, which probably isn't what you want. You will need to install
12414 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12415 Use the --without-x option if you really want this." >&5
12416 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12417 without X support, which probably isn't what you want. You will need to install
12418 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12419 Use the --without-x option if you really want this." >&2;}
12420 { (exit 1); exit 1; }; } ;;
12421 esac
12426 XML2LIBS=""
12428 XML2INCL=""
12430 XSLTINCL=""
12432 if test "x$with_xml" != "xno"
12433 then
12434 ac_save_CPPFLAGS="$CPPFLAGS"
12435 if test "$PKG_CONFIG" != "false"
12436 then
12437 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12438 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12439 else
12440 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12441 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12443 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12445 for ac_header in libxml/parser.h
12447 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12449 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12450 $as_echo_n "checking for $ac_header... " >&6; }
12451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12452 $as_echo_n "(cached) " >&6
12454 ac_res=`eval 'as_val=${'$as_ac_Header'}
12455 $as_echo "$as_val"'`
12456 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12457 $as_echo "$ac_res" >&6; }
12458 else
12459 # Is the header compilable?
12460 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12461 $as_echo_n "checking $ac_header usability... " >&6; }
12462 cat >conftest.$ac_ext <<_ACEOF
12463 /* confdefs.h. */
12464 _ACEOF
12465 cat confdefs.h >>conftest.$ac_ext
12466 cat >>conftest.$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12468 $ac_includes_default
12469 #include <$ac_header>
12470 _ACEOF
12471 rm -f conftest.$ac_objext
12472 if { (ac_try="$ac_compile"
12473 case "(($ac_try" in
12474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12475 *) ac_try_echo=$ac_try;;
12476 esac
12477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12478 $as_echo "$ac_try_echo") >&5
12479 (eval "$ac_compile") 2>conftest.er1
12480 ac_status=$?
12481 grep -v '^ *+' conftest.er1 >conftest.err
12482 rm -f conftest.er1
12483 cat conftest.err >&5
12484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12485 (exit $ac_status); } && {
12486 test -z "$ac_c_werror_flag" ||
12487 test ! -s conftest.err
12488 } && test -s conftest.$ac_objext; then
12489 ac_header_compiler=yes
12490 else
12491 $as_echo "$as_me: failed program was:" >&5
12492 sed 's/^/| /' conftest.$ac_ext >&5
12494 ac_header_compiler=no
12497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12498 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12499 $as_echo "$ac_header_compiler" >&6; }
12501 # Is the header present?
12502 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12503 $as_echo_n "checking $ac_header presence... " >&6; }
12504 cat >conftest.$ac_ext <<_ACEOF
12505 /* confdefs.h. */
12506 _ACEOF
12507 cat confdefs.h >>conftest.$ac_ext
12508 cat >>conftest.$ac_ext <<_ACEOF
12509 /* end confdefs.h. */
12510 #include <$ac_header>
12511 _ACEOF
12512 if { (ac_try="$ac_cpp conftest.$ac_ext"
12513 case "(($ac_try" in
12514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12515 *) ac_try_echo=$ac_try;;
12516 esac
12517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12518 $as_echo "$ac_try_echo") >&5
12519 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12520 ac_status=$?
12521 grep -v '^ *+' conftest.er1 >conftest.err
12522 rm -f conftest.er1
12523 cat conftest.err >&5
12524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12525 (exit $ac_status); } >/dev/null && {
12526 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12527 test ! -s conftest.err
12528 }; then
12529 ac_header_preproc=yes
12530 else
12531 $as_echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.$ac_ext >&5
12534 ac_header_preproc=no
12537 rm -f conftest.err conftest.$ac_ext
12538 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12539 $as_echo "$ac_header_preproc" >&6; }
12541 # So? What about this header?
12542 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12543 yes:no: )
12544 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12545 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12546 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12547 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12548 ac_header_preproc=yes
12550 no:yes:* )
12551 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12552 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12554 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12556 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12557 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12558 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12560 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12562 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12563 ( cat <<\_ASBOX
12564 ## ------------------------------------ ##
12565 ## Report this to wine-devel@winehq.org ##
12566 ## ------------------------------------ ##
12567 _ASBOX
12568 ) | sed "s/^/$as_me: WARNING: /" >&2
12570 esac
12571 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12572 $as_echo_n "checking for $ac_header... " >&6; }
12573 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12574 $as_echo_n "(cached) " >&6
12575 else
12576 eval "$as_ac_Header=\$ac_header_preproc"
12578 ac_res=`eval 'as_val=${'$as_ac_Header'}
12579 $as_echo "$as_val"'`
12580 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12581 $as_echo "$ac_res" >&6; }
12584 as_val=`eval 'as_val=${'$as_ac_Header'}
12585 $as_echo "$as_val"'`
12586 if test "x$as_val" = x""yes; then
12587 cat >>confdefs.h <<_ACEOF
12588 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12589 _ACEOF
12590 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12591 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12592 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12593 $as_echo_n "(cached) " >&6
12594 else
12595 ac_check_lib_save_LIBS=$LIBS
12596 LIBS="-lxml2 $ac_xml_libs $LIBS"
12597 cat >conftest.$ac_ext <<_ACEOF
12598 /* confdefs.h. */
12599 _ACEOF
12600 cat confdefs.h >>conftest.$ac_ext
12601 cat >>conftest.$ac_ext <<_ACEOF
12602 /* end confdefs.h. */
12604 /* Override any GCC internal prototype to avoid an error.
12605 Use char because int might match the return type of a GCC
12606 builtin and then its argument prototype would still apply. */
12607 #ifdef __cplusplus
12608 extern "C"
12609 #endif
12610 char xmlParseMemory ();
12612 main ()
12614 return xmlParseMemory ();
12616 return 0;
12618 _ACEOF
12619 rm -f conftest.$ac_objext conftest$ac_exeext
12620 if { (ac_try="$ac_link"
12621 case "(($ac_try" in
12622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12623 *) ac_try_echo=$ac_try;;
12624 esac
12625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12626 $as_echo "$ac_try_echo") >&5
12627 (eval "$ac_link") 2>conftest.er1
12628 ac_status=$?
12629 grep -v '^ *+' conftest.er1 >conftest.err
12630 rm -f conftest.er1
12631 cat conftest.err >&5
12632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12633 (exit $ac_status); } && {
12634 test -z "$ac_c_werror_flag" ||
12635 test ! -s conftest.err
12636 } && test -s conftest$ac_exeext && {
12637 test "$cross_compiling" = yes ||
12638 $as_test_x conftest$ac_exeext
12639 }; then
12640 ac_cv_lib_xml2_xmlParseMemory=yes
12641 else
12642 $as_echo "$as_me: failed program was:" >&5
12643 sed 's/^/| /' conftest.$ac_ext >&5
12645 ac_cv_lib_xml2_xmlParseMemory=no
12648 rm -rf conftest.dSYM
12649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12650 conftest$ac_exeext conftest.$ac_ext
12651 LIBS=$ac_check_lib_save_LIBS
12653 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12654 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12655 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12657 cat >>confdefs.h <<\_ACEOF
12658 #define HAVE_LIBXML2 1
12659 _ACEOF
12661 XML2LIBS="$ac_xml_libs"
12662 XML2INCL="$ac_xml_cflags"
12665 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12666 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12667 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12668 $as_echo_n "(cached) " >&6
12669 else
12670 ac_check_lib_save_LIBS=$LIBS
12671 LIBS="-lxml2 $ac_xml_libs $LIBS"
12672 cat >conftest.$ac_ext <<_ACEOF
12673 /* confdefs.h. */
12674 _ACEOF
12675 cat confdefs.h >>conftest.$ac_ext
12676 cat >>conftest.$ac_ext <<_ACEOF
12677 /* end confdefs.h. */
12679 /* Override any GCC internal prototype to avoid an error.
12680 Use char because int might match the return type of a GCC
12681 builtin and then its argument prototype would still apply. */
12682 #ifdef __cplusplus
12683 extern "C"
12684 #endif
12685 char xmlReadMemory ();
12687 main ()
12689 return xmlReadMemory ();
12691 return 0;
12693 _ACEOF
12694 rm -f conftest.$ac_objext conftest$ac_exeext
12695 if { (ac_try="$ac_link"
12696 case "(($ac_try" in
12697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12698 *) ac_try_echo=$ac_try;;
12699 esac
12700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12701 $as_echo "$ac_try_echo") >&5
12702 (eval "$ac_link") 2>conftest.er1
12703 ac_status=$?
12704 grep -v '^ *+' conftest.er1 >conftest.err
12705 rm -f conftest.er1
12706 cat conftest.err >&5
12707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); } && {
12709 test -z "$ac_c_werror_flag" ||
12710 test ! -s conftest.err
12711 } && test -s conftest$ac_exeext && {
12712 test "$cross_compiling" = yes ||
12713 $as_test_x conftest$ac_exeext
12714 }; then
12715 ac_cv_lib_xml2_xmlReadMemory=yes
12716 else
12717 $as_echo "$as_me: failed program was:" >&5
12718 sed 's/^/| /' conftest.$ac_ext >&5
12720 ac_cv_lib_xml2_xmlReadMemory=no
12723 rm -rf conftest.dSYM
12724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12725 conftest$ac_exeext conftest.$ac_ext
12726 LIBS=$ac_check_lib_save_LIBS
12728 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12729 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12730 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12732 cat >>confdefs.h <<\_ACEOF
12733 #define HAVE_XMLREADMEMORY 1
12734 _ACEOF
12738 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12739 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12740 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12741 $as_echo_n "(cached) " >&6
12742 else
12743 ac_check_lib_save_LIBS=$LIBS
12744 LIBS="-lxml2 $ac_xml_libs $LIBS"
12745 cat >conftest.$ac_ext <<_ACEOF
12746 /* confdefs.h. */
12747 _ACEOF
12748 cat confdefs.h >>conftest.$ac_ext
12749 cat >>conftest.$ac_ext <<_ACEOF
12750 /* end confdefs.h. */
12752 /* Override any GCC internal prototype to avoid an error.
12753 Use char because int might match the return type of a GCC
12754 builtin and then its argument prototype would still apply. */
12755 #ifdef __cplusplus
12756 extern "C"
12757 #endif
12758 char xmlNewDocPI ();
12760 main ()
12762 return xmlNewDocPI ();
12764 return 0;
12766 _ACEOF
12767 rm -f conftest.$ac_objext conftest$ac_exeext
12768 if { (ac_try="$ac_link"
12769 case "(($ac_try" in
12770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12771 *) ac_try_echo=$ac_try;;
12772 esac
12773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12774 $as_echo "$ac_try_echo") >&5
12775 (eval "$ac_link") 2>conftest.er1
12776 ac_status=$?
12777 grep -v '^ *+' conftest.er1 >conftest.err
12778 rm -f conftest.er1
12779 cat conftest.err >&5
12780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12781 (exit $ac_status); } && {
12782 test -z "$ac_c_werror_flag" ||
12783 test ! -s conftest.err
12784 } && test -s conftest$ac_exeext && {
12785 test "$cross_compiling" = yes ||
12786 $as_test_x conftest$ac_exeext
12787 }; then
12788 ac_cv_lib_xml2_xmlNewDocPI=yes
12789 else
12790 $as_echo "$as_me: failed program was:" >&5
12791 sed 's/^/| /' conftest.$ac_ext >&5
12793 ac_cv_lib_xml2_xmlNewDocPI=no
12796 rm -rf conftest.dSYM
12797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12798 conftest$ac_exeext conftest.$ac_ext
12799 LIBS=$ac_check_lib_save_LIBS
12801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12802 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12803 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12805 cat >>confdefs.h <<\_ACEOF
12806 #define HAVE_XMLNEWDOCPI 1
12807 _ACEOF
12814 done
12816 CPPFLAGS="$ac_save_CPPFLAGS"
12818 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12819 case "x$with_xml" in
12820 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12821 xno) ;;
12822 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12823 This is an error since --with-xml was requested." >&5
12824 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12825 This is an error since --with-xml was requested." >&2;}
12826 { (exit 1); exit 1; }; } ;;
12827 esac
12831 if test "x$with_xslt" != "xno"
12832 then
12833 if test "$PKG_CONFIG" != "false"
12834 then
12835 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12836 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12837 else
12838 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12839 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12841 ac_save_CPPFLAGS="$CPPFLAGS"
12842 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12845 for ac_header in libxslt/pattern.h libxslt/transform.h
12847 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12848 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12849 $as_echo_n "checking for $ac_header... " >&6; }
12850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12851 $as_echo_n "(cached) " >&6
12852 else
12853 cat >conftest.$ac_ext <<_ACEOF
12854 /* confdefs.h. */
12855 _ACEOF
12856 cat confdefs.h >>conftest.$ac_ext
12857 cat >>conftest.$ac_ext <<_ACEOF
12858 /* end confdefs.h. */
12859 #ifdef HAVE_LIBXSLT_PATTERN_H
12860 # include <libxslt/pattern.h>
12861 #endif
12863 #include <$ac_header>
12864 _ACEOF
12865 rm -f conftest.$ac_objext
12866 if { (ac_try="$ac_compile"
12867 case "(($ac_try" in
12868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12869 *) ac_try_echo=$ac_try;;
12870 esac
12871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12872 $as_echo "$ac_try_echo") >&5
12873 (eval "$ac_compile") 2>conftest.er1
12874 ac_status=$?
12875 grep -v '^ *+' conftest.er1 >conftest.err
12876 rm -f conftest.er1
12877 cat conftest.err >&5
12878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12879 (exit $ac_status); } && {
12880 test -z "$ac_c_werror_flag" ||
12881 test ! -s conftest.err
12882 } && test -s conftest.$ac_objext; then
12883 eval "$as_ac_Header=yes"
12884 else
12885 $as_echo "$as_me: failed program was:" >&5
12886 sed 's/^/| /' conftest.$ac_ext >&5
12888 eval "$as_ac_Header=no"
12891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12893 ac_res=`eval 'as_val=${'$as_ac_Header'}
12894 $as_echo "$as_val"'`
12895 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12896 $as_echo "$ac_res" >&6; }
12897 as_val=`eval 'as_val=${'$as_ac_Header'}
12898 $as_echo "$as_val"'`
12899 if test "x$as_val" = x""yes; then
12900 cat >>confdefs.h <<_ACEOF
12901 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12902 _ACEOF
12906 done
12908 CPPFLAGS="$ac_save_CPPFLAGS"
12909 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12910 then
12911 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12912 $as_echo_n "checking for -lxslt... " >&6; }
12913 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12914 $as_echo_n "(cached) " >&6
12915 else
12916 ac_check_soname_save_LIBS=$LIBS
12917 LIBS="-lxslt $ac_xslt_libs $LIBS"
12918 cat >conftest.$ac_ext <<_ACEOF
12919 /* confdefs.h. */
12920 _ACEOF
12921 cat confdefs.h >>conftest.$ac_ext
12922 cat >>conftest.$ac_ext <<_ACEOF
12923 /* end confdefs.h. */
12925 /* Override any GCC internal prototype to avoid an error.
12926 Use char because int might match the return type of a GCC
12927 builtin and then its argument prototype would still apply. */
12928 #ifdef __cplusplus
12929 extern "C"
12930 #endif
12931 char xsltCompilePattern ();
12933 main ()
12935 return xsltCompilePattern ();
12937 return 0;
12939 _ACEOF
12940 rm -f conftest.$ac_objext conftest$ac_exeext
12941 if { (ac_try="$ac_link"
12942 case "(($ac_try" in
12943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12944 *) ac_try_echo=$ac_try;;
12945 esac
12946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12947 $as_echo "$ac_try_echo") >&5
12948 (eval "$ac_link") 2>conftest.er1
12949 ac_status=$?
12950 grep -v '^ *+' conftest.er1 >conftest.err
12951 rm -f conftest.er1
12952 cat conftest.err >&5
12953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12954 (exit $ac_status); } && {
12955 test -z "$ac_c_werror_flag" ||
12956 test ! -s conftest.err
12957 } && test -s conftest$ac_exeext && {
12958 test "$cross_compiling" = yes ||
12959 $as_test_x conftest$ac_exeext
12960 }; then
12961 case "$LIBEXT" in
12962 dll) ;;
12963 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'` ;;
12964 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12965 esac
12966 else
12967 $as_echo "$as_me: failed program was:" >&5
12968 sed 's/^/| /' conftest.$ac_ext >&5
12973 rm -rf conftest.dSYM
12974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12975 conftest$ac_exeext conftest.$ac_ext
12976 LIBS=$ac_check_soname_save_LIBS
12978 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12979 { $as_echo "$as_me:$LINENO: result: not found" >&5
12980 $as_echo "not found" >&6; }
12982 else
12983 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12984 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12986 cat >>confdefs.h <<_ACEOF
12987 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12988 _ACEOF
12990 XSLTINCL="$ac_xslt_cflags"
12995 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12996 case "x$with_xslt" in
12997 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12998 xno) ;;
12999 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13000 This is an error since --with-xslt was requested." >&5
13001 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13002 This is an error since --with-xslt was requested." >&2;}
13003 { (exit 1); exit 1; }; } ;;
13004 esac
13008 HALINCL=""
13010 if test "x$with_hal" != "xno"
13011 then
13012 ac_save_CPPFLAGS="$CPPFLAGS"
13013 if test "$PKG_CONFIG" != "false"
13014 then
13015 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13016 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13017 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13021 for ac_header in dbus/dbus.h hal/libhal.h
13023 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13024 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13025 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13026 $as_echo_n "checking for $ac_header... " >&6; }
13027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13028 $as_echo_n "(cached) " >&6
13030 ac_res=`eval 'as_val=${'$as_ac_Header'}
13031 $as_echo "$as_val"'`
13032 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13033 $as_echo "$ac_res" >&6; }
13034 else
13035 # Is the header compilable?
13036 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13037 $as_echo_n "checking $ac_header usability... " >&6; }
13038 cat >conftest.$ac_ext <<_ACEOF
13039 /* confdefs.h. */
13040 _ACEOF
13041 cat confdefs.h >>conftest.$ac_ext
13042 cat >>conftest.$ac_ext <<_ACEOF
13043 /* end confdefs.h. */
13044 $ac_includes_default
13045 #include <$ac_header>
13046 _ACEOF
13047 rm -f conftest.$ac_objext
13048 if { (ac_try="$ac_compile"
13049 case "(($ac_try" in
13050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13051 *) ac_try_echo=$ac_try;;
13052 esac
13053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13054 $as_echo "$ac_try_echo") >&5
13055 (eval "$ac_compile") 2>conftest.er1
13056 ac_status=$?
13057 grep -v '^ *+' conftest.er1 >conftest.err
13058 rm -f conftest.er1
13059 cat conftest.err >&5
13060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13061 (exit $ac_status); } && {
13062 test -z "$ac_c_werror_flag" ||
13063 test ! -s conftest.err
13064 } && test -s conftest.$ac_objext; then
13065 ac_header_compiler=yes
13066 else
13067 $as_echo "$as_me: failed program was:" >&5
13068 sed 's/^/| /' conftest.$ac_ext >&5
13070 ac_header_compiler=no
13073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13074 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13075 $as_echo "$ac_header_compiler" >&6; }
13077 # Is the header present?
13078 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13079 $as_echo_n "checking $ac_header presence... " >&6; }
13080 cat >conftest.$ac_ext <<_ACEOF
13081 /* confdefs.h. */
13082 _ACEOF
13083 cat confdefs.h >>conftest.$ac_ext
13084 cat >>conftest.$ac_ext <<_ACEOF
13085 /* end confdefs.h. */
13086 #include <$ac_header>
13087 _ACEOF
13088 if { (ac_try="$ac_cpp conftest.$ac_ext"
13089 case "(($ac_try" in
13090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091 *) ac_try_echo=$ac_try;;
13092 esac
13093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13094 $as_echo "$ac_try_echo") >&5
13095 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13096 ac_status=$?
13097 grep -v '^ *+' conftest.er1 >conftest.err
13098 rm -f conftest.er1
13099 cat conftest.err >&5
13100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101 (exit $ac_status); } >/dev/null && {
13102 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13103 test ! -s conftest.err
13104 }; then
13105 ac_header_preproc=yes
13106 else
13107 $as_echo "$as_me: failed program was:" >&5
13108 sed 's/^/| /' conftest.$ac_ext >&5
13110 ac_header_preproc=no
13113 rm -f conftest.err conftest.$ac_ext
13114 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13115 $as_echo "$ac_header_preproc" >&6; }
13117 # So? What about this header?
13118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13119 yes:no: )
13120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13121 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13123 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13124 ac_header_preproc=yes
13126 no:yes:* )
13127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13128 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13130 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13132 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13134 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13135 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13136 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13138 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13139 ( cat <<\_ASBOX
13140 ## ------------------------------------ ##
13141 ## Report this to wine-devel@winehq.org ##
13142 ## ------------------------------------ ##
13143 _ASBOX
13144 ) | sed "s/^/$as_me: WARNING: /" >&2
13146 esac
13147 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13148 $as_echo_n "checking for $ac_header... " >&6; }
13149 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13150 $as_echo_n "(cached) " >&6
13151 else
13152 eval "$as_ac_Header=\$ac_header_preproc"
13154 ac_res=`eval 'as_val=${'$as_ac_Header'}
13155 $as_echo "$as_val"'`
13156 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13157 $as_echo "$ac_res" >&6; }
13160 as_val=`eval 'as_val=${'$as_ac_Header'}
13161 $as_echo "$as_val"'`
13162 if test "x$as_val" = x""yes; then
13163 cat >>confdefs.h <<_ACEOF
13164 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13165 _ACEOF
13169 done
13171 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13172 then
13173 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13174 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13175 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13176 $as_echo_n "(cached) " >&6
13177 else
13178 ac_check_lib_save_LIBS=$LIBS
13179 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13180 cat >conftest.$ac_ext <<_ACEOF
13181 /* confdefs.h. */
13182 _ACEOF
13183 cat confdefs.h >>conftest.$ac_ext
13184 cat >>conftest.$ac_ext <<_ACEOF
13185 /* end confdefs.h. */
13187 /* Override any GCC internal prototype to avoid an error.
13188 Use char because int might match the return type of a GCC
13189 builtin and then its argument prototype would still apply. */
13190 #ifdef __cplusplus
13191 extern "C"
13192 #endif
13193 char dbus_connection_close ();
13195 main ()
13197 return dbus_connection_close ();
13199 return 0;
13201 _ACEOF
13202 rm -f conftest.$ac_objext conftest$ac_exeext
13203 if { (ac_try="$ac_link"
13204 case "(($ac_try" in
13205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13206 *) ac_try_echo=$ac_try;;
13207 esac
13208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13209 $as_echo "$ac_try_echo") >&5
13210 (eval "$ac_link") 2>conftest.er1
13211 ac_status=$?
13212 grep -v '^ *+' conftest.er1 >conftest.err
13213 rm -f conftest.er1
13214 cat conftest.err >&5
13215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13216 (exit $ac_status); } && {
13217 test -z "$ac_c_werror_flag" ||
13218 test ! -s conftest.err
13219 } && test -s conftest$ac_exeext && {
13220 test "$cross_compiling" = yes ||
13221 $as_test_x conftest$ac_exeext
13222 }; then
13223 ac_cv_lib_dbus_1_dbus_connection_close=yes
13224 else
13225 $as_echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13228 ac_cv_lib_dbus_1_dbus_connection_close=no
13231 rm -rf conftest.dSYM
13232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13233 conftest$ac_exeext conftest.$ac_ext
13234 LIBS=$ac_check_lib_save_LIBS
13236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13237 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13238 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13239 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13240 $as_echo_n "checking for -lhal... " >&6; }
13241 if test "${ac_cv_lib_soname_hal+set}" = set; then
13242 $as_echo_n "(cached) " >&6
13243 else
13244 ac_check_soname_save_LIBS=$LIBS
13245 LIBS="-lhal $ac_hal_libs $LIBS"
13246 cat >conftest.$ac_ext <<_ACEOF
13247 /* confdefs.h. */
13248 _ACEOF
13249 cat confdefs.h >>conftest.$ac_ext
13250 cat >>conftest.$ac_ext <<_ACEOF
13251 /* end confdefs.h. */
13253 /* Override any GCC internal prototype to avoid an error.
13254 Use char because int might match the return type of a GCC
13255 builtin and then its argument prototype would still apply. */
13256 #ifdef __cplusplus
13257 extern "C"
13258 #endif
13259 char libhal_ctx_new ();
13261 main ()
13263 return libhal_ctx_new ();
13265 return 0;
13267 _ACEOF
13268 rm -f conftest.$ac_objext conftest$ac_exeext
13269 if { (ac_try="$ac_link"
13270 case "(($ac_try" in
13271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13272 *) ac_try_echo=$ac_try;;
13273 esac
13274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13275 $as_echo "$ac_try_echo") >&5
13276 (eval "$ac_link") 2>conftest.er1
13277 ac_status=$?
13278 grep -v '^ *+' conftest.er1 >conftest.err
13279 rm -f conftest.er1
13280 cat conftest.err >&5
13281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13282 (exit $ac_status); } && {
13283 test -z "$ac_c_werror_flag" ||
13284 test ! -s conftest.err
13285 } && test -s conftest$ac_exeext && {
13286 test "$cross_compiling" = yes ||
13287 $as_test_x conftest$ac_exeext
13288 }; then
13289 case "$LIBEXT" in
13290 dll) ;;
13291 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'` ;;
13292 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13293 esac
13294 else
13295 $as_echo "$as_me: failed program was:" >&5
13296 sed 's/^/| /' conftest.$ac_ext >&5
13301 rm -rf conftest.dSYM
13302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13303 conftest$ac_exeext conftest.$ac_ext
13304 LIBS=$ac_check_soname_save_LIBS
13306 if test "x$ac_cv_lib_soname_hal" = "x"; then
13307 { $as_echo "$as_me:$LINENO: result: not found" >&5
13308 $as_echo "not found" >&6; }
13310 else
13311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13312 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13314 cat >>confdefs.h <<_ACEOF
13315 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13316 _ACEOF
13318 HALINCL="$ac_hal_cflags"
13324 CPPFLAGS="$ac_save_CPPFLAGS"
13326 if test "x$ac_cv_lib_soname_hal" = "x"; then
13327 case "x$with_hal" in
13328 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13329 xno) ;;
13330 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13331 This is an error since --with-hal was requested." >&5
13332 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13333 This is an error since --with-hal was requested." >&2;}
13334 { (exit 1); exit 1; }; } ;;
13335 esac
13339 if test "x$with_gnutls" != "xno"
13340 then
13341 ac_save_CPPFLAGS="$CPPFLAGS"
13342 if test "$PKG_CONFIG" != "false"
13343 then
13344 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13345 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13346 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13348 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13349 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13350 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13351 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13352 $as_echo_n "(cached) " >&6
13354 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13355 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13356 else
13357 # Is the header compilable?
13358 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13359 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13360 cat >conftest.$ac_ext <<_ACEOF
13361 /* confdefs.h. */
13362 _ACEOF
13363 cat confdefs.h >>conftest.$ac_ext
13364 cat >>conftest.$ac_ext <<_ACEOF
13365 /* end confdefs.h. */
13366 $ac_includes_default
13367 #include <gnutls/gnutls.h>
13368 _ACEOF
13369 rm -f conftest.$ac_objext
13370 if { (ac_try="$ac_compile"
13371 case "(($ac_try" in
13372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13373 *) ac_try_echo=$ac_try;;
13374 esac
13375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13376 $as_echo "$ac_try_echo") >&5
13377 (eval "$ac_compile") 2>conftest.er1
13378 ac_status=$?
13379 grep -v '^ *+' conftest.er1 >conftest.err
13380 rm -f conftest.er1
13381 cat conftest.err >&5
13382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); } && {
13384 test -z "$ac_c_werror_flag" ||
13385 test ! -s conftest.err
13386 } && test -s conftest.$ac_objext; then
13387 ac_header_compiler=yes
13388 else
13389 $as_echo "$as_me: failed program was:" >&5
13390 sed 's/^/| /' conftest.$ac_ext >&5
13392 ac_header_compiler=no
13395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13396 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13397 $as_echo "$ac_header_compiler" >&6; }
13399 # Is the header present?
13400 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13401 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13402 cat >conftest.$ac_ext <<_ACEOF
13403 /* confdefs.h. */
13404 _ACEOF
13405 cat confdefs.h >>conftest.$ac_ext
13406 cat >>conftest.$ac_ext <<_ACEOF
13407 /* end confdefs.h. */
13408 #include <gnutls/gnutls.h>
13409 _ACEOF
13410 if { (ac_try="$ac_cpp conftest.$ac_ext"
13411 case "(($ac_try" in
13412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13413 *) ac_try_echo=$ac_try;;
13414 esac
13415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13416 $as_echo "$ac_try_echo") >&5
13417 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13418 ac_status=$?
13419 grep -v '^ *+' conftest.er1 >conftest.err
13420 rm -f conftest.er1
13421 cat conftest.err >&5
13422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13423 (exit $ac_status); } >/dev/null && {
13424 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13425 test ! -s conftest.err
13426 }; then
13427 ac_header_preproc=yes
13428 else
13429 $as_echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.$ac_ext >&5
13432 ac_header_preproc=no
13435 rm -f conftest.err conftest.$ac_ext
13436 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13437 $as_echo "$ac_header_preproc" >&6; }
13439 # So? What about this header?
13440 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13441 yes:no: )
13442 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13443 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13444 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13445 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13446 ac_header_preproc=yes
13448 no:yes:* )
13449 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13450 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13451 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13452 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13453 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13454 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13455 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13456 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13457 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13458 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13459 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13460 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13461 ( cat <<\_ASBOX
13462 ## ------------------------------------ ##
13463 ## Report this to wine-devel@winehq.org ##
13464 ## ------------------------------------ ##
13465 _ASBOX
13466 ) | sed "s/^/$as_me: WARNING: /" >&2
13468 esac
13469 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13470 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13471 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13472 $as_echo_n "(cached) " >&6
13473 else
13474 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13476 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13477 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13480 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13481 cat >conftest.$ac_ext <<_ACEOF
13482 /* confdefs.h. */
13483 _ACEOF
13484 cat confdefs.h >>conftest.$ac_ext
13485 cat >>conftest.$ac_ext <<_ACEOF
13486 /* end confdefs.h. */
13487 #include <gnutls/gnutls.h>
13489 main ()
13491 typeof(gnutls_mac_get_key_size) *pfunc;
13493 return 0;
13495 _ACEOF
13496 rm -f conftest.$ac_objext
13497 if { (ac_try="$ac_compile"
13498 case "(($ac_try" in
13499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13500 *) ac_try_echo=$ac_try;;
13501 esac
13502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13503 $as_echo "$ac_try_echo") >&5
13504 (eval "$ac_compile") 2>conftest.er1
13505 ac_status=$?
13506 grep -v '^ *+' conftest.er1 >conftest.err
13507 rm -f conftest.er1
13508 cat conftest.err >&5
13509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && {
13511 test -z "$ac_c_werror_flag" ||
13512 test ! -s conftest.err
13513 } && test -s conftest.$ac_objext; then
13514 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13515 $as_echo_n "checking for -lgnutls... " >&6; }
13516 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13517 $as_echo_n "(cached) " >&6
13518 else
13519 ac_check_soname_save_LIBS=$LIBS
13520 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13521 cat >conftest.$ac_ext <<_ACEOF
13522 /* confdefs.h. */
13523 _ACEOF
13524 cat confdefs.h >>conftest.$ac_ext
13525 cat >>conftest.$ac_ext <<_ACEOF
13526 /* end confdefs.h. */
13528 /* Override any GCC internal prototype to avoid an error.
13529 Use char because int might match the return type of a GCC
13530 builtin and then its argument prototype would still apply. */
13531 #ifdef __cplusplus
13532 extern "C"
13533 #endif
13534 char gnutls_global_init ();
13536 main ()
13538 return gnutls_global_init ();
13540 return 0;
13542 _ACEOF
13543 rm -f conftest.$ac_objext conftest$ac_exeext
13544 if { (ac_try="$ac_link"
13545 case "(($ac_try" in
13546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13547 *) ac_try_echo=$ac_try;;
13548 esac
13549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13550 $as_echo "$ac_try_echo") >&5
13551 (eval "$ac_link") 2>conftest.er1
13552 ac_status=$?
13553 grep -v '^ *+' conftest.er1 >conftest.err
13554 rm -f conftest.er1
13555 cat conftest.err >&5
13556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13557 (exit $ac_status); } && {
13558 test -z "$ac_c_werror_flag" ||
13559 test ! -s conftest.err
13560 } && test -s conftest$ac_exeext && {
13561 test "$cross_compiling" = yes ||
13562 $as_test_x conftest$ac_exeext
13563 }; then
13564 case "$LIBEXT" in
13565 dll) ;;
13566 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'` ;;
13567 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13568 esac
13569 else
13570 $as_echo "$as_me: failed program was:" >&5
13571 sed 's/^/| /' conftest.$ac_ext >&5
13576 rm -rf conftest.dSYM
13577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13578 conftest$ac_exeext conftest.$ac_ext
13579 LIBS=$ac_check_soname_save_LIBS
13581 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13582 { $as_echo "$as_me:$LINENO: result: not found" >&5
13583 $as_echo "not found" >&6; }
13585 else
13586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13587 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13589 cat >>confdefs.h <<_ACEOF
13590 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13591 _ACEOF
13593 GNUTLSINCL="$ac_gnutls_cflags"
13597 else
13598 $as_echo "$as_me: failed program was:" >&5
13599 sed 's/^/| /' conftest.$ac_ext >&5
13604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13608 CPPFLAGS="$ac_save_CPPFLAGS"
13610 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13611 case "x$with_gnutls" in
13612 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13613 xno) ;;
13614 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13615 This is an error since --with-gnutls was requested." >&5
13616 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13617 This is an error since --with-gnutls was requested." >&2;}
13618 { (exit 1); exit 1; }; } ;;
13619 esac
13623 CURSESLIBS=""
13624 if test "$ac_cv_header_ncurses_h" = "yes"
13625 then
13626 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13627 $as_echo_n "checking for -lncurses... " >&6; }
13628 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13629 $as_echo_n "(cached) " >&6
13630 else
13631 ac_check_soname_save_LIBS=$LIBS
13632 LIBS="-lncurses $LIBS"
13633 cat >conftest.$ac_ext <<_ACEOF
13634 /* confdefs.h. */
13635 _ACEOF
13636 cat confdefs.h >>conftest.$ac_ext
13637 cat >>conftest.$ac_ext <<_ACEOF
13638 /* end confdefs.h. */
13640 /* Override any GCC internal prototype to avoid an error.
13641 Use char because int might match the return type of a GCC
13642 builtin and then its argument prototype would still apply. */
13643 #ifdef __cplusplus
13644 extern "C"
13645 #endif
13646 char waddch ();
13648 main ()
13650 return waddch ();
13652 return 0;
13654 _ACEOF
13655 rm -f conftest.$ac_objext conftest$ac_exeext
13656 if { (ac_try="$ac_link"
13657 case "(($ac_try" in
13658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13659 *) ac_try_echo=$ac_try;;
13660 esac
13661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13662 $as_echo "$ac_try_echo") >&5
13663 (eval "$ac_link") 2>conftest.er1
13664 ac_status=$?
13665 grep -v '^ *+' conftest.er1 >conftest.err
13666 rm -f conftest.er1
13667 cat conftest.err >&5
13668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13669 (exit $ac_status); } && {
13670 test -z "$ac_c_werror_flag" ||
13671 test ! -s conftest.err
13672 } && test -s conftest$ac_exeext && {
13673 test "$cross_compiling" = yes ||
13674 $as_test_x conftest$ac_exeext
13675 }; then
13676 case "$LIBEXT" in
13677 dll) ;;
13678 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'` ;;
13679 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13680 esac
13681 else
13682 $as_echo "$as_me: failed program was:" >&5
13683 sed 's/^/| /' conftest.$ac_ext >&5
13688 rm -rf conftest.dSYM
13689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13690 conftest$ac_exeext conftest.$ac_ext
13691 LIBS=$ac_check_soname_save_LIBS
13693 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13694 { $as_echo "$as_me:$LINENO: result: not found" >&5
13695 $as_echo "not found" >&6; }
13697 else
13698 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13699 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13701 cat >>confdefs.h <<_ACEOF
13702 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13703 _ACEOF
13705 CURSESLIBS="-lncurses"
13708 elif test "$ac_cv_header_curses_h" = "yes"
13709 then
13710 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13711 $as_echo_n "checking for -lcurses... " >&6; }
13712 if test "${ac_cv_lib_soname_curses+set}" = set; then
13713 $as_echo_n "(cached) " >&6
13714 else
13715 ac_check_soname_save_LIBS=$LIBS
13716 LIBS="-lcurses $LIBS"
13717 cat >conftest.$ac_ext <<_ACEOF
13718 /* confdefs.h. */
13719 _ACEOF
13720 cat confdefs.h >>conftest.$ac_ext
13721 cat >>conftest.$ac_ext <<_ACEOF
13722 /* end confdefs.h. */
13724 /* Override any GCC internal prototype to avoid an error.
13725 Use char because int might match the return type of a GCC
13726 builtin and then its argument prototype would still apply. */
13727 #ifdef __cplusplus
13728 extern "C"
13729 #endif
13730 char waddch ();
13732 main ()
13734 return waddch ();
13736 return 0;
13738 _ACEOF
13739 rm -f conftest.$ac_objext conftest$ac_exeext
13740 if { (ac_try="$ac_link"
13741 case "(($ac_try" in
13742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13743 *) ac_try_echo=$ac_try;;
13744 esac
13745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13746 $as_echo "$ac_try_echo") >&5
13747 (eval "$ac_link") 2>conftest.er1
13748 ac_status=$?
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
13752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } && {
13754 test -z "$ac_c_werror_flag" ||
13755 test ! -s conftest.err
13756 } && test -s conftest$ac_exeext && {
13757 test "$cross_compiling" = yes ||
13758 $as_test_x conftest$ac_exeext
13759 }; then
13760 case "$LIBEXT" in
13761 dll) ;;
13762 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'` ;;
13763 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13764 esac
13765 else
13766 $as_echo "$as_me: failed program was:" >&5
13767 sed 's/^/| /' conftest.$ac_ext >&5
13772 rm -rf conftest.dSYM
13773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13774 conftest$ac_exeext conftest.$ac_ext
13775 LIBS=$ac_check_soname_save_LIBS
13777 if test "x$ac_cv_lib_soname_curses" = "x"; then
13778 { $as_echo "$as_me:$LINENO: result: not found" >&5
13779 $as_echo "not found" >&6; }
13781 else
13782 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13783 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13785 cat >>confdefs.h <<_ACEOF
13786 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13787 _ACEOF
13789 CURSESLIBS="-lcurses"
13793 ac_save_LIBS="$LIBS"
13794 LIBS="$LIBS $CURSESLIBS"
13796 for ac_func in mousemask
13798 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13799 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13800 $as_echo_n "checking for $ac_func... " >&6; }
13801 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13802 $as_echo_n "(cached) " >&6
13803 else
13804 cat >conftest.$ac_ext <<_ACEOF
13805 /* confdefs.h. */
13806 _ACEOF
13807 cat confdefs.h >>conftest.$ac_ext
13808 cat >>conftest.$ac_ext <<_ACEOF
13809 /* end confdefs.h. */
13810 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13812 #define $ac_func innocuous_$ac_func
13814 /* System header to define __stub macros and hopefully few prototypes,
13815 which can conflict with char $ac_func (); below.
13816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13817 <limits.h> exists even on freestanding compilers. */
13819 #ifdef __STDC__
13820 # include <limits.h>
13821 #else
13822 # include <assert.h>
13823 #endif
13825 #undef $ac_func
13827 /* Override any GCC internal prototype to avoid an error.
13828 Use char because int might match the return type of a GCC
13829 builtin and then its argument prototype would still apply. */
13830 #ifdef __cplusplus
13831 extern "C"
13832 #endif
13833 char $ac_func ();
13834 /* The GNU C library defines this for functions which it implements
13835 to always fail with ENOSYS. Some functions are actually named
13836 something starting with __ and the normal name is an alias. */
13837 #if defined __stub_$ac_func || defined __stub___$ac_func
13838 choke me
13839 #endif
13842 main ()
13844 return $ac_func ();
13846 return 0;
13848 _ACEOF
13849 rm -f conftest.$ac_objext conftest$ac_exeext
13850 if { (ac_try="$ac_link"
13851 case "(($ac_try" in
13852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13853 *) ac_try_echo=$ac_try;;
13854 esac
13855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13856 $as_echo "$ac_try_echo") >&5
13857 (eval "$ac_link") 2>conftest.er1
13858 ac_status=$?
13859 grep -v '^ *+' conftest.er1 >conftest.err
13860 rm -f conftest.er1
13861 cat conftest.err >&5
13862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13863 (exit $ac_status); } && {
13864 test -z "$ac_c_werror_flag" ||
13865 test ! -s conftest.err
13866 } && test -s conftest$ac_exeext && {
13867 test "$cross_compiling" = yes ||
13868 $as_test_x conftest$ac_exeext
13869 }; then
13870 eval "$as_ac_var=yes"
13871 else
13872 $as_echo "$as_me: failed program was:" >&5
13873 sed 's/^/| /' conftest.$ac_ext >&5
13875 eval "$as_ac_var=no"
13878 rm -rf conftest.dSYM
13879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13880 conftest$ac_exeext conftest.$ac_ext
13882 ac_res=`eval 'as_val=${'$as_ac_var'}
13883 $as_echo "$as_val"'`
13884 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13885 $as_echo "$ac_res" >&6; }
13886 as_val=`eval 'as_val=${'$as_ac_var'}
13887 $as_echo "$as_val"'`
13888 if test "x$as_val" = x""yes; then
13889 cat >>confdefs.h <<_ACEOF
13890 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13891 _ACEOF
13894 done
13896 LIBS="$ac_save_LIBS"
13897 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13898 case "x$with_curses" in
13899 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13900 xno) ;;
13901 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13902 This is an error since --with-curses was requested." >&5
13903 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13904 This is an error since --with-curses was requested." >&2;}
13905 { (exit 1); exit 1; }; } ;;
13906 esac
13910 if test "x$with_sane" != "xno"
13911 then
13912 ac_save_CPPFLAGS="$CPPFLAGS"
13913 # Extract the first word of "sane-config", so it can be a program name with args.
13914 set dummy sane-config; ac_word=$2
13915 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13916 $as_echo_n "checking for $ac_word... " >&6; }
13917 if test "${ac_cv_prog_sane_devel+set}" = set; then
13918 $as_echo_n "(cached) " >&6
13919 else
13920 if test -n "$sane_devel"; then
13921 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13922 else
13923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13924 for as_dir in $PATH
13926 IFS=$as_save_IFS
13927 test -z "$as_dir" && as_dir=.
13928 for ac_exec_ext in '' $ac_executable_extensions; do
13929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13930 ac_cv_prog_sane_devel="sane-config"
13931 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13932 break 2
13934 done
13935 done
13936 IFS=$as_save_IFS
13938 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13941 sane_devel=$ac_cv_prog_sane_devel
13942 if test -n "$sane_devel"; then
13943 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13944 $as_echo "$sane_devel" >&6; }
13945 else
13946 { $as_echo "$as_me:$LINENO: result: no" >&5
13947 $as_echo "no" >&6; }
13951 if test "$sane_devel" != "no"
13952 then
13953 ac_sane_incl="`$sane_devel --cflags`"
13954 ac_sane_libs="`$sane_devel --ldflags`"
13955 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13957 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13958 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13959 $as_echo_n "checking for sane/sane.h... " >&6; }
13960 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13961 $as_echo_n "(cached) " >&6
13963 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13964 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13965 else
13966 # Is the header compilable?
13967 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13968 $as_echo_n "checking sane/sane.h usability... " >&6; }
13969 cat >conftest.$ac_ext <<_ACEOF
13970 /* confdefs.h. */
13971 _ACEOF
13972 cat confdefs.h >>conftest.$ac_ext
13973 cat >>conftest.$ac_ext <<_ACEOF
13974 /* end confdefs.h. */
13975 $ac_includes_default
13976 #include <sane/sane.h>
13977 _ACEOF
13978 rm -f conftest.$ac_objext
13979 if { (ac_try="$ac_compile"
13980 case "(($ac_try" in
13981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13982 *) ac_try_echo=$ac_try;;
13983 esac
13984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13985 $as_echo "$ac_try_echo") >&5
13986 (eval "$ac_compile") 2>conftest.er1
13987 ac_status=$?
13988 grep -v '^ *+' conftest.er1 >conftest.err
13989 rm -f conftest.er1
13990 cat conftest.err >&5
13991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } && {
13993 test -z "$ac_c_werror_flag" ||
13994 test ! -s conftest.err
13995 } && test -s conftest.$ac_objext; then
13996 ac_header_compiler=yes
13997 else
13998 $as_echo "$as_me: failed program was:" >&5
13999 sed 's/^/| /' conftest.$ac_ext >&5
14001 ac_header_compiler=no
14004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14005 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14006 $as_echo "$ac_header_compiler" >&6; }
14008 # Is the header present?
14009 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14010 $as_echo_n "checking sane/sane.h presence... " >&6; }
14011 cat >conftest.$ac_ext <<_ACEOF
14012 /* confdefs.h. */
14013 _ACEOF
14014 cat confdefs.h >>conftest.$ac_ext
14015 cat >>conftest.$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 #include <sane/sane.h>
14018 _ACEOF
14019 if { (ac_try="$ac_cpp conftest.$ac_ext"
14020 case "(($ac_try" in
14021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14022 *) ac_try_echo=$ac_try;;
14023 esac
14024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14025 $as_echo "$ac_try_echo") >&5
14026 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14027 ac_status=$?
14028 grep -v '^ *+' conftest.er1 >conftest.err
14029 rm -f conftest.er1
14030 cat conftest.err >&5
14031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } >/dev/null && {
14033 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 }; then
14036 ac_header_preproc=yes
14037 else
14038 $as_echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.$ac_ext >&5
14041 ac_header_preproc=no
14044 rm -f conftest.err conftest.$ac_ext
14045 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14046 $as_echo "$ac_header_preproc" >&6; }
14048 # So? What about this header?
14049 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14050 yes:no: )
14051 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14052 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14053 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14054 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14055 ac_header_preproc=yes
14057 no:yes:* )
14058 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14059 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14060 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14061 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14062 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14063 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14064 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14065 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14066 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14067 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14068 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14069 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14070 ( cat <<\_ASBOX
14071 ## ------------------------------------ ##
14072 ## Report this to wine-devel@winehq.org ##
14073 ## ------------------------------------ ##
14074 _ASBOX
14075 ) | sed "s/^/$as_me: WARNING: /" >&2
14077 esac
14078 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14079 $as_echo_n "checking for sane/sane.h... " >&6; }
14080 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14081 $as_echo_n "(cached) " >&6
14082 else
14083 ac_cv_header_sane_sane_h=$ac_header_preproc
14085 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14086 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14089 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14090 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14091 $as_echo_n "checking for -lsane... " >&6; }
14092 if test "${ac_cv_lib_soname_sane+set}" = set; then
14093 $as_echo_n "(cached) " >&6
14094 else
14095 ac_check_soname_save_LIBS=$LIBS
14096 LIBS="-lsane $ac_sane_libs $LIBS"
14097 cat >conftest.$ac_ext <<_ACEOF
14098 /* confdefs.h. */
14099 _ACEOF
14100 cat confdefs.h >>conftest.$ac_ext
14101 cat >>conftest.$ac_ext <<_ACEOF
14102 /* end confdefs.h. */
14104 /* Override any GCC internal prototype to avoid an error.
14105 Use char because int might match the return type of a GCC
14106 builtin and then its argument prototype would still apply. */
14107 #ifdef __cplusplus
14108 extern "C"
14109 #endif
14110 char sane_init ();
14112 main ()
14114 return sane_init ();
14116 return 0;
14118 _ACEOF
14119 rm -f conftest.$ac_objext conftest$ac_exeext
14120 if { (ac_try="$ac_link"
14121 case "(($ac_try" in
14122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14123 *) ac_try_echo=$ac_try;;
14124 esac
14125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14126 $as_echo "$ac_try_echo") >&5
14127 (eval "$ac_link") 2>conftest.er1
14128 ac_status=$?
14129 grep -v '^ *+' conftest.er1 >conftest.err
14130 rm -f conftest.er1
14131 cat conftest.err >&5
14132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14133 (exit $ac_status); } && {
14134 test -z "$ac_c_werror_flag" ||
14135 test ! -s conftest.err
14136 } && test -s conftest$ac_exeext && {
14137 test "$cross_compiling" = yes ||
14138 $as_test_x conftest$ac_exeext
14139 }; then
14140 case "$LIBEXT" in
14141 dll) ;;
14142 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'` ;;
14143 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14144 esac
14145 else
14146 $as_echo "$as_me: failed program was:" >&5
14147 sed 's/^/| /' conftest.$ac_ext >&5
14152 rm -rf conftest.dSYM
14153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14154 conftest$ac_exeext conftest.$ac_ext
14155 LIBS=$ac_check_soname_save_LIBS
14157 if test "x$ac_cv_lib_soname_sane" = "x"; then
14158 { $as_echo "$as_me:$LINENO: result: not found" >&5
14159 $as_echo "not found" >&6; }
14161 else
14162 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14163 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14165 cat >>confdefs.h <<_ACEOF
14166 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14167 _ACEOF
14169 SANEINCL="$ac_sane_incl"
14176 CPPFLAGS="$ac_save_CPPFLAGS"
14178 if test "x$ac_cv_lib_soname_sane" = "x"; then
14179 case "x$with_sane" in
14180 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14181 xno) ;;
14182 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14183 This is an error since --with-sane was requested." >&5
14184 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14185 This is an error since --with-sane was requested." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14187 esac
14191 if test "x$with_gphoto" != "xno"
14192 then
14193 ac_save_CPPFLAGS="$CPPFLAGS"
14194 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14195 set dummy gphoto2-config; ac_word=$2
14196 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14197 $as_echo_n "checking for $ac_word... " >&6; }
14198 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14199 $as_echo_n "(cached) " >&6
14200 else
14201 if test -n "$gphoto2_devel"; then
14202 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14203 else
14204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14205 for as_dir in $PATH
14207 IFS=$as_save_IFS
14208 test -z "$as_dir" && as_dir=.
14209 for ac_exec_ext in '' $ac_executable_extensions; do
14210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14211 ac_cv_prog_gphoto2_devel="gphoto2-config"
14212 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14213 break 2
14215 done
14216 done
14217 IFS=$as_save_IFS
14219 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14222 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14223 if test -n "$gphoto2_devel"; then
14224 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14225 $as_echo "$gphoto2_devel" >&6; }
14226 else
14227 { $as_echo "$as_me:$LINENO: result: no" >&5
14228 $as_echo "no" >&6; }
14232 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14233 set dummy gphoto2-port-config; ac_word=$2
14234 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14235 $as_echo_n "checking for $ac_word... " >&6; }
14236 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14237 $as_echo_n "(cached) " >&6
14238 else
14239 if test -n "$gphoto2port_devel"; then
14240 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14241 else
14242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14243 for as_dir in $PATH
14245 IFS=$as_save_IFS
14246 test -z "$as_dir" && as_dir=.
14247 for ac_exec_ext in '' $ac_executable_extensions; do
14248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14249 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14250 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14251 break 2
14253 done
14254 done
14255 IFS=$as_save_IFS
14257 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14260 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14261 if test -n "$gphoto2port_devel"; then
14262 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14263 $as_echo "$gphoto2port_devel" >&6; }
14264 else
14265 { $as_echo "$as_me:$LINENO: result: no" >&5
14266 $as_echo "no" >&6; }
14270 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14271 then
14272 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14273 ac_gphoto2_libs=""
14274 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14276 case "$i" in
14277 -L/usr/lib|-L/usr/lib64) ;;
14278 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14279 esac
14280 done
14281 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14283 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14284 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14285 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14286 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14287 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14288 $as_echo_n "(cached) " >&6
14290 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14291 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14292 else
14293 # Is the header compilable?
14294 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14295 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14296 cat >conftest.$ac_ext <<_ACEOF
14297 /* confdefs.h. */
14298 _ACEOF
14299 cat confdefs.h >>conftest.$ac_ext
14300 cat >>conftest.$ac_ext <<_ACEOF
14301 /* end confdefs.h. */
14302 $ac_includes_default
14303 #include <gphoto2-camera.h>
14304 _ACEOF
14305 rm -f conftest.$ac_objext
14306 if { (ac_try="$ac_compile"
14307 case "(($ac_try" in
14308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14309 *) ac_try_echo=$ac_try;;
14310 esac
14311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14312 $as_echo "$ac_try_echo") >&5
14313 (eval "$ac_compile") 2>conftest.er1
14314 ac_status=$?
14315 grep -v '^ *+' conftest.er1 >conftest.err
14316 rm -f conftest.er1
14317 cat conftest.err >&5
14318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14319 (exit $ac_status); } && {
14320 test -z "$ac_c_werror_flag" ||
14321 test ! -s conftest.err
14322 } && test -s conftest.$ac_objext; then
14323 ac_header_compiler=yes
14324 else
14325 $as_echo "$as_me: failed program was:" >&5
14326 sed 's/^/| /' conftest.$ac_ext >&5
14328 ac_header_compiler=no
14331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14332 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14333 $as_echo "$ac_header_compiler" >&6; }
14335 # Is the header present?
14336 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14337 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14338 cat >conftest.$ac_ext <<_ACEOF
14339 /* confdefs.h. */
14340 _ACEOF
14341 cat confdefs.h >>conftest.$ac_ext
14342 cat >>conftest.$ac_ext <<_ACEOF
14343 /* end confdefs.h. */
14344 #include <gphoto2-camera.h>
14345 _ACEOF
14346 if { (ac_try="$ac_cpp conftest.$ac_ext"
14347 case "(($ac_try" in
14348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14349 *) ac_try_echo=$ac_try;;
14350 esac
14351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14352 $as_echo "$ac_try_echo") >&5
14353 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14354 ac_status=$?
14355 grep -v '^ *+' conftest.er1 >conftest.err
14356 rm -f conftest.er1
14357 cat conftest.err >&5
14358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } >/dev/null && {
14360 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14361 test ! -s conftest.err
14362 }; then
14363 ac_header_preproc=yes
14364 else
14365 $as_echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 ac_header_preproc=no
14371 rm -f conftest.err conftest.$ac_ext
14372 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14373 $as_echo "$ac_header_preproc" >&6; }
14375 # So? What about this header?
14376 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14377 yes:no: )
14378 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14379 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14380 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14381 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14382 ac_header_preproc=yes
14384 no:yes:* )
14385 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14386 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14387 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14388 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14389 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14390 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14391 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14392 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14393 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14394 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14395 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14396 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14397 ( cat <<\_ASBOX
14398 ## ------------------------------------ ##
14399 ## Report this to wine-devel@winehq.org ##
14400 ## ------------------------------------ ##
14401 _ASBOX
14402 ) | sed "s/^/$as_me: WARNING: /" >&2
14404 esac
14405 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14406 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14407 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14408 $as_echo_n "(cached) " >&6
14409 else
14410 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14412 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14413 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14416 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14417 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14418 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14419 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14420 $as_echo_n "(cached) " >&6
14421 else
14422 ac_check_lib_save_LIBS=$LIBS
14423 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14424 cat >conftest.$ac_ext <<_ACEOF
14425 /* confdefs.h. */
14426 _ACEOF
14427 cat confdefs.h >>conftest.$ac_ext
14428 cat >>conftest.$ac_ext <<_ACEOF
14429 /* end confdefs.h. */
14431 /* Override any GCC internal prototype to avoid an error.
14432 Use char because int might match the return type of a GCC
14433 builtin and then its argument prototype would still apply. */
14434 #ifdef __cplusplus
14435 extern "C"
14436 #endif
14437 char gp_camera_new ();
14439 main ()
14441 return gp_camera_new ();
14443 return 0;
14445 _ACEOF
14446 rm -f conftest.$ac_objext conftest$ac_exeext
14447 if { (ac_try="$ac_link"
14448 case "(($ac_try" in
14449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14450 *) ac_try_echo=$ac_try;;
14451 esac
14452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14453 $as_echo "$ac_try_echo") >&5
14454 (eval "$ac_link") 2>conftest.er1
14455 ac_status=$?
14456 grep -v '^ *+' conftest.er1 >conftest.err
14457 rm -f conftest.er1
14458 cat conftest.err >&5
14459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); } && {
14461 test -z "$ac_c_werror_flag" ||
14462 test ! -s conftest.err
14463 } && test -s conftest$ac_exeext && {
14464 test "$cross_compiling" = yes ||
14465 $as_test_x conftest$ac_exeext
14466 }; then
14467 ac_cv_lib_gphoto2_gp_camera_new=yes
14468 else
14469 $as_echo "$as_me: failed program was:" >&5
14470 sed 's/^/| /' conftest.$ac_ext >&5
14472 ac_cv_lib_gphoto2_gp_camera_new=no
14475 rm -rf conftest.dSYM
14476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14477 conftest$ac_exeext conftest.$ac_ext
14478 LIBS=$ac_check_lib_save_LIBS
14480 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14481 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14482 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14484 cat >>confdefs.h <<\_ACEOF
14485 #define HAVE_GPHOTO2 1
14486 _ACEOF
14488 GPHOTO2LIBS="$ac_gphoto2_libs"
14490 GPHOTO2INCL="$ac_gphoto2_incl"
14497 CPPFLAGS="$ac_save_CPPFLAGS"
14499 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14500 case "x$with_gphoto" in
14501 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14502 xno) ;;
14503 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14504 This is an error since --with-gphoto was requested." >&5
14505 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14506 This is an error since --with-gphoto was requested." >&2;}
14507 { (exit 1); exit 1; }; } ;;
14508 esac
14513 RESOLVLIBS=""
14515 if test "$ac_cv_header_resolv_h" = "yes"
14516 then
14517 ac_save_LIBS="$LIBS"
14518 LIBS="$LIBS -lresolv"
14519 cat >conftest.$ac_ext <<_ACEOF
14520 /* confdefs.h. */
14521 _ACEOF
14522 cat confdefs.h >>conftest.$ac_ext
14523 cat >>conftest.$ac_ext <<_ACEOF
14524 /* end confdefs.h. */
14525 #ifdef HAVE_NETINET_IN_H
14526 #include <netinet/in.h>
14527 #endif
14528 #include <resolv.h>
14530 main ()
14532 res_init();
14534 return 0;
14536 _ACEOF
14537 rm -f conftest.$ac_objext conftest$ac_exeext
14538 if { (ac_try="$ac_link"
14539 case "(($ac_try" in
14540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14541 *) ac_try_echo=$ac_try;;
14542 esac
14543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14544 $as_echo "$ac_try_echo") >&5
14545 (eval "$ac_link") 2>conftest.er1
14546 ac_status=$?
14547 grep -v '^ *+' conftest.er1 >conftest.err
14548 rm -f conftest.er1
14549 cat conftest.err >&5
14550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && {
14552 test -z "$ac_c_werror_flag" ||
14553 test ! -s conftest.err
14554 } && test -s conftest$ac_exeext && {
14555 test "$cross_compiling" = yes ||
14556 $as_test_x conftest$ac_exeext
14557 }; then
14559 cat >>confdefs.h <<\_ACEOF
14560 #define HAVE_RESOLV 1
14561 _ACEOF
14563 RESOLVLIBS="-lresolv"
14564 else
14565 $as_echo "$as_me: failed program was:" >&5
14566 sed 's/^/| /' conftest.$ac_ext >&5
14571 rm -rf conftest.dSYM
14572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14573 conftest$ac_exeext conftest.$ac_ext
14574 LIBS="$ac_save_LIBS"
14577 LCMSLIBS=""
14579 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14580 then
14581 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14582 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14583 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14584 $as_echo_n "(cached) " >&6
14585 else
14586 ac_check_lib_save_LIBS=$LIBS
14587 LIBS="-llcms $LIBS"
14588 cat >conftest.$ac_ext <<_ACEOF
14589 /* confdefs.h. */
14590 _ACEOF
14591 cat confdefs.h >>conftest.$ac_ext
14592 cat >>conftest.$ac_ext <<_ACEOF
14593 /* end confdefs.h. */
14595 /* Override any GCC internal prototype to avoid an error.
14596 Use char because int might match the return type of a GCC
14597 builtin and then its argument prototype would still apply. */
14598 #ifdef __cplusplus
14599 extern "C"
14600 #endif
14601 char cmsOpenProfileFromFile ();
14603 main ()
14605 return cmsOpenProfileFromFile ();
14607 return 0;
14609 _ACEOF
14610 rm -f conftest.$ac_objext conftest$ac_exeext
14611 if { (ac_try="$ac_link"
14612 case "(($ac_try" in
14613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14614 *) ac_try_echo=$ac_try;;
14615 esac
14616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14617 $as_echo "$ac_try_echo") >&5
14618 (eval "$ac_link") 2>conftest.er1
14619 ac_status=$?
14620 grep -v '^ *+' conftest.er1 >conftest.err
14621 rm -f conftest.er1
14622 cat conftest.err >&5
14623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); } && {
14625 test -z "$ac_c_werror_flag" ||
14626 test ! -s conftest.err
14627 } && test -s conftest$ac_exeext && {
14628 test "$cross_compiling" = yes ||
14629 $as_test_x conftest$ac_exeext
14630 }; then
14631 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14632 else
14633 $as_echo "$as_me: failed program was:" >&5
14634 sed 's/^/| /' conftest.$ac_ext >&5
14636 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14639 rm -rf conftest.dSYM
14640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14641 conftest$ac_exeext conftest.$ac_ext
14642 LIBS=$ac_check_lib_save_LIBS
14644 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14645 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14646 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14648 cat >>confdefs.h <<\_ACEOF
14649 #define HAVE_LCMS 1
14650 _ACEOF
14652 LCMSLIBS="-llcms"
14656 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14657 case "x$with_cms" in
14658 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14659 xno) ;;
14660 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14661 This is an error since --with-cms was requested." >&5
14662 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14663 This is an error since --with-cms was requested." >&2;}
14664 { (exit 1); exit 1; }; } ;;
14665 esac
14669 if test "x$with_freetype" != "xno"
14670 then
14671 for ac_prog in freetype-config freetype2-config
14673 # Extract the first word of "$ac_prog", so it can be a program name with args.
14674 set dummy $ac_prog; ac_word=$2
14675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14676 $as_echo_n "checking for $ac_word... " >&6; }
14677 if test "${ac_cv_prog_ft_devel+set}" = set; then
14678 $as_echo_n "(cached) " >&6
14679 else
14680 if test -n "$ft_devel"; then
14681 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14682 else
14683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14684 for as_dir in $PATH
14686 IFS=$as_save_IFS
14687 test -z "$as_dir" && as_dir=.
14688 for ac_exec_ext in '' $ac_executable_extensions; do
14689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14690 ac_cv_prog_ft_devel="$ac_prog"
14691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14692 break 2
14694 done
14695 done
14696 IFS=$as_save_IFS
14700 ft_devel=$ac_cv_prog_ft_devel
14701 if test -n "$ft_devel"; then
14702 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14703 $as_echo "$ft_devel" >&6; }
14704 else
14705 { $as_echo "$as_me:$LINENO: result: no" >&5
14706 $as_echo "no" >&6; }
14710 test -n "$ft_devel" && break
14711 done
14712 test -n "$ft_devel" || ft_devel="no"
14714 if test "$ft_devel" != "no"
14715 then
14716 ac_freetype_incl=`$ft_devel --cflags`
14717 ac_freetype_libs=`$ft_devel --libs`
14719 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14720 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14721 $as_echo_n "checking for -lfreetype... " >&6; }
14722 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14723 $as_echo_n "(cached) " >&6
14724 else
14725 ac_check_soname_save_LIBS=$LIBS
14726 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14727 cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h. */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h. */
14734 /* Override any GCC internal prototype to avoid an error.
14735 Use char because int might match the return type of a GCC
14736 builtin and then its argument prototype would still apply. */
14737 #ifdef __cplusplus
14738 extern "C"
14739 #endif
14740 char FT_Init_FreeType ();
14742 main ()
14744 return FT_Init_FreeType ();
14746 return 0;
14748 _ACEOF
14749 rm -f conftest.$ac_objext conftest$ac_exeext
14750 if { (ac_try="$ac_link"
14751 case "(($ac_try" in
14752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14753 *) ac_try_echo=$ac_try;;
14754 esac
14755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14756 $as_echo "$ac_try_echo") >&5
14757 (eval "$ac_link") 2>conftest.er1
14758 ac_status=$?
14759 grep -v '^ *+' conftest.er1 >conftest.err
14760 rm -f conftest.er1
14761 cat conftest.err >&5
14762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); } && {
14764 test -z "$ac_c_werror_flag" ||
14765 test ! -s conftest.err
14766 } && test -s conftest$ac_exeext && {
14767 test "$cross_compiling" = yes ||
14768 $as_test_x conftest$ac_exeext
14769 }; then
14770 case "$LIBEXT" in
14771 dll) ;;
14772 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'` ;;
14773 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14774 esac
14775 else
14776 $as_echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14782 rm -rf conftest.dSYM
14783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14784 conftest$ac_exeext conftest.$ac_ext
14785 LIBS=$ac_check_soname_save_LIBS
14787 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14788 { $as_echo "$as_me:$LINENO: result: not found" >&5
14789 $as_echo "not found" >&6; }
14790 ft_lib=no
14791 else
14792 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14793 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14795 cat >>confdefs.h <<_ACEOF
14796 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14797 _ACEOF
14799 ft_lib=yes
14802 if test "$ft_lib" = "yes"
14803 then
14804 ac_save_CPPFLAGS="$CPPFLAGS"
14805 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14819 for ac_header in ft2build.h \
14820 freetype/freetype.h \
14821 freetype/ftglyph.h \
14822 freetype/fttypes.h \
14823 freetype/tttables.h \
14824 freetype/ftnames.h \
14825 freetype/ftsnames.h \
14826 freetype/ttnameid.h \
14827 freetype/ftoutln.h \
14828 freetype/ftwinfnt.h \
14829 freetype/ftmodapi.h \
14830 freetype/ftlcdfil.h \
14831 freetype/internal/sfnt.h
14833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14834 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14835 $as_echo_n "checking for $ac_header... " >&6; }
14836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14837 $as_echo_n "(cached) " >&6
14838 else
14839 cat >conftest.$ac_ext <<_ACEOF
14840 /* confdefs.h. */
14841 _ACEOF
14842 cat confdefs.h >>conftest.$ac_ext
14843 cat >>conftest.$ac_ext <<_ACEOF
14844 /* end confdefs.h. */
14845 #ifdef HAVE_FT2BUILD_H
14846 # include <ft2build.h>
14847 #endif
14849 #include <$ac_header>
14850 _ACEOF
14851 rm -f conftest.$ac_objext
14852 if { (ac_try="$ac_compile"
14853 case "(($ac_try" in
14854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855 *) ac_try_echo=$ac_try;;
14856 esac
14857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14858 $as_echo "$ac_try_echo") >&5
14859 (eval "$ac_compile") 2>conftest.er1
14860 ac_status=$?
14861 grep -v '^ *+' conftest.er1 >conftest.err
14862 rm -f conftest.er1
14863 cat conftest.err >&5
14864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14865 (exit $ac_status); } && {
14866 test -z "$ac_c_werror_flag" ||
14867 test ! -s conftest.err
14868 } && test -s conftest.$ac_objext; then
14869 eval "$as_ac_Header=yes"
14870 else
14871 $as_echo "$as_me: failed program was:" >&5
14872 sed 's/^/| /' conftest.$ac_ext >&5
14874 eval "$as_ac_Header=no"
14877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 ac_res=`eval 'as_val=${'$as_ac_Header'}
14880 $as_echo "$as_val"'`
14881 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14882 $as_echo "$ac_res" >&6; }
14883 as_val=`eval 'as_val=${'$as_ac_Header'}
14884 $as_echo "$as_val"'`
14885 if test "x$as_val" = x""yes; then
14886 cat >>confdefs.h <<_ACEOF
14887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14888 _ACEOF
14892 done
14894 cat >conftest.$ac_ext <<_ACEOF
14895 /* confdefs.h. */
14896 _ACEOF
14897 cat confdefs.h >>conftest.$ac_ext
14898 cat >>conftest.$ac_ext <<_ACEOF
14899 /* end confdefs.h. */
14900 #include <ft2build.h>
14901 #include <freetype/fttrigon.h>
14902 _ACEOF
14903 if { (ac_try="$ac_cpp conftest.$ac_ext"
14904 case "(($ac_try" in
14905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14906 *) ac_try_echo=$ac_try;;
14907 esac
14908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14909 $as_echo "$ac_try_echo") >&5
14910 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14911 ac_status=$?
14912 grep -v '^ *+' conftest.er1 >conftest.err
14913 rm -f conftest.er1
14914 cat conftest.err >&5
14915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14916 (exit $ac_status); } >/dev/null && {
14917 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14918 test ! -s conftest.err
14919 }; then
14921 cat >>confdefs.h <<\_ACEOF
14922 #define HAVE_FREETYPE_FTTRIGON_H 1
14923 _ACEOF
14925 wine_cv_fttrigon=yes
14926 else
14927 $as_echo "$as_me: failed program was:" >&5
14928 sed 's/^/| /' conftest.$ac_ext >&5
14930 wine_cv_fttrigon=no
14933 rm -f conftest.err conftest.$ac_ext
14934 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14935 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14936 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14937 $as_echo_n "(cached) " >&6
14938 else
14939 ac_cv_type_FT_TrueTypeEngineType=no
14940 cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h. */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h. */
14946 #include <freetype/ftmodapi.h>
14949 main ()
14951 if (sizeof (FT_TrueTypeEngineType))
14952 return 0;
14954 return 0;
14956 _ACEOF
14957 rm -f conftest.$ac_objext
14958 if { (ac_try="$ac_compile"
14959 case "(($ac_try" in
14960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14961 *) ac_try_echo=$ac_try;;
14962 esac
14963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14964 $as_echo "$ac_try_echo") >&5
14965 (eval "$ac_compile") 2>conftest.er1
14966 ac_status=$?
14967 grep -v '^ *+' conftest.er1 >conftest.err
14968 rm -f conftest.er1
14969 cat conftest.err >&5
14970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); } && {
14972 test -z "$ac_c_werror_flag" ||
14973 test ! -s conftest.err
14974 } && test -s conftest.$ac_objext; then
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. */
14981 #include <freetype/ftmodapi.h>
14984 main ()
14986 if (sizeof ((FT_TrueTypeEngineType)))
14987 return 0;
14989 return 0;
14991 _ACEOF
14992 rm -f conftest.$ac_objext
14993 if { (ac_try="$ac_compile"
14994 case "(($ac_try" in
14995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14996 *) ac_try_echo=$ac_try;;
14997 esac
14998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14999 $as_echo "$ac_try_echo") >&5
15000 (eval "$ac_compile") 2>conftest.er1
15001 ac_status=$?
15002 grep -v '^ *+' conftest.er1 >conftest.err
15003 rm -f conftest.er1
15004 cat conftest.err >&5
15005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006 (exit $ac_status); } && {
15007 test -z "$ac_c_werror_flag" ||
15008 test ! -s conftest.err
15009 } && test -s conftest.$ac_objext; then
15011 else
15012 $as_echo "$as_me: failed program was:" >&5
15013 sed 's/^/| /' conftest.$ac_ext >&5
15015 ac_cv_type_FT_TrueTypeEngineType=yes
15018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15019 else
15020 $as_echo "$as_me: failed program was:" >&5
15021 sed 's/^/| /' conftest.$ac_ext >&5
15026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15028 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15029 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15030 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15032 cat >>confdefs.h <<_ACEOF
15033 #define HAVE_FT_TRUETYPEENGINETYPE 1
15034 _ACEOF
15039 ac_save_CFLAGS="$CFLAGS"
15040 CFLAGS="$CFLAGS $ac_freetype_libs"
15042 for ac_func in FT_Load_Sfnt_Table
15044 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15045 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15046 $as_echo_n "checking for $ac_func... " >&6; }
15047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15048 $as_echo_n "(cached) " >&6
15049 else
15050 cat >conftest.$ac_ext <<_ACEOF
15051 /* confdefs.h. */
15052 _ACEOF
15053 cat confdefs.h >>conftest.$ac_ext
15054 cat >>conftest.$ac_ext <<_ACEOF
15055 /* end confdefs.h. */
15056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15058 #define $ac_func innocuous_$ac_func
15060 /* System header to define __stub macros and hopefully few prototypes,
15061 which can conflict with char $ac_func (); below.
15062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15063 <limits.h> exists even on freestanding compilers. */
15065 #ifdef __STDC__
15066 # include <limits.h>
15067 #else
15068 # include <assert.h>
15069 #endif
15071 #undef $ac_func
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char $ac_func ();
15080 /* The GNU C library defines this for functions which it implements
15081 to always fail with ENOSYS. Some functions are actually named
15082 something starting with __ and the normal name is an alias. */
15083 #if defined __stub_$ac_func || defined __stub___$ac_func
15084 choke me
15085 #endif
15088 main ()
15090 return $ac_func ();
15092 return 0;
15094 _ACEOF
15095 rm -f conftest.$ac_objext conftest$ac_exeext
15096 if { (ac_try="$ac_link"
15097 case "(($ac_try" in
15098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15099 *) ac_try_echo=$ac_try;;
15100 esac
15101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15102 $as_echo "$ac_try_echo") >&5
15103 (eval "$ac_link") 2>conftest.er1
15104 ac_status=$?
15105 grep -v '^ *+' conftest.er1 >conftest.err
15106 rm -f conftest.er1
15107 cat conftest.err >&5
15108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } && {
15110 test -z "$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15112 } && test -s conftest$ac_exeext && {
15113 test "$cross_compiling" = yes ||
15114 $as_test_x conftest$ac_exeext
15115 }; then
15116 eval "$as_ac_var=yes"
15117 else
15118 $as_echo "$as_me: failed program was:" >&5
15119 sed 's/^/| /' conftest.$ac_ext >&5
15121 eval "$as_ac_var=no"
15124 rm -rf conftest.dSYM
15125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15126 conftest$ac_exeext conftest.$ac_ext
15128 ac_res=`eval 'as_val=${'$as_ac_var'}
15129 $as_echo "$as_val"'`
15130 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15131 $as_echo "$ac_res" >&6; }
15132 as_val=`eval 'as_val=${'$as_ac_var'}
15133 $as_echo "$as_val"'`
15134 if test "x$as_val" = x""yes; then
15135 cat >>confdefs.h <<_ACEOF
15136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15137 _ACEOF
15140 done
15142 CFLAGS="$ac_save_CFLAGS"
15143 CPPFLAGS="$ac_save_CPPFLAGS"
15144 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15145 then
15147 cat >>confdefs.h <<\_ACEOF
15148 #define HAVE_FREETYPE 1
15149 _ACEOF
15151 FREETYPELIBS="$ac_freetype_libs"
15153 FREETYPEINCL="$ac_freetype_incl"
15158 if test "x$FREETYPELIBS" = "x"; then
15159 case "x$with_freetype" in
15160 xno) ;;
15161 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15162 Use the --without-freetype option if you really want this." >&5
15163 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15164 Use the --without-freetype option if you really want this." >&2;}
15165 { (exit 1); exit 1; }; } ;;
15166 esac
15169 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15171 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15172 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15173 if test "${ac_cv_c_ppdev+set}" = set; then
15174 $as_echo_n "(cached) " >&6
15175 else
15176 cat >conftest.$ac_ext <<_ACEOF
15177 /* confdefs.h. */
15178 _ACEOF
15179 cat confdefs.h >>conftest.$ac_ext
15180 cat >>conftest.$ac_ext <<_ACEOF
15181 /* end confdefs.h. */
15182 #include <linux/ppdev.h>
15184 main ()
15186 ioctl (1,PPCLAIM,0)
15188 return 0;
15190 _ACEOF
15191 rm -f conftest.$ac_objext
15192 if { (ac_try="$ac_compile"
15193 case "(($ac_try" in
15194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15195 *) ac_try_echo=$ac_try;;
15196 esac
15197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15198 $as_echo "$ac_try_echo") >&5
15199 (eval "$ac_compile") 2>conftest.er1
15200 ac_status=$?
15201 grep -v '^ *+' conftest.er1 >conftest.err
15202 rm -f conftest.er1
15203 cat conftest.err >&5
15204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15205 (exit $ac_status); } && {
15206 test -z "$ac_c_werror_flag" ||
15207 test ! -s conftest.err
15208 } && test -s conftest.$ac_objext; then
15209 ac_cv_c_ppdev="yes"
15210 else
15211 $as_echo "$as_me: failed program was:" >&5
15212 sed 's/^/| /' conftest.$ac_ext >&5
15214 ac_cv_c_ppdev="no"
15217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15219 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15220 $as_echo "$ac_cv_c_ppdev" >&6; }
15221 if test "$ac_cv_c_ppdev" = "yes"
15222 then
15224 cat >>confdefs.h <<\_ACEOF
15225 #define HAVE_PPDEV 1
15226 _ACEOF
15230 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15231 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15232 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15233 $as_echo_n "(cached) " >&6
15234 else
15235 ac_cv_type_pthread_rwlock_t=no
15236 cat >conftest.$ac_ext <<_ACEOF
15237 /* confdefs.h. */
15238 _ACEOF
15239 cat confdefs.h >>conftest.$ac_ext
15240 cat >>conftest.$ac_ext <<_ACEOF
15241 /* end confdefs.h. */
15242 #define _GNU_SOURCE
15243 #include <pthread.h>
15246 main ()
15248 if (sizeof (pthread_rwlock_t))
15249 return 0;
15251 return 0;
15253 _ACEOF
15254 rm -f conftest.$ac_objext
15255 if { (ac_try="$ac_compile"
15256 case "(($ac_try" in
15257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258 *) ac_try_echo=$ac_try;;
15259 esac
15260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15261 $as_echo "$ac_try_echo") >&5
15262 (eval "$ac_compile") 2>conftest.er1
15263 ac_status=$?
15264 grep -v '^ *+' conftest.er1 >conftest.err
15265 rm -f conftest.er1
15266 cat conftest.err >&5
15267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268 (exit $ac_status); } && {
15269 test -z "$ac_c_werror_flag" ||
15270 test ! -s conftest.err
15271 } && test -s conftest.$ac_objext; then
15272 cat >conftest.$ac_ext <<_ACEOF
15273 /* confdefs.h. */
15274 _ACEOF
15275 cat confdefs.h >>conftest.$ac_ext
15276 cat >>conftest.$ac_ext <<_ACEOF
15277 /* end confdefs.h. */
15278 #define _GNU_SOURCE
15279 #include <pthread.h>
15282 main ()
15284 if (sizeof ((pthread_rwlock_t)))
15285 return 0;
15287 return 0;
15289 _ACEOF
15290 rm -f conftest.$ac_objext
15291 if { (ac_try="$ac_compile"
15292 case "(($ac_try" in
15293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15294 *) ac_try_echo=$ac_try;;
15295 esac
15296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15297 $as_echo "$ac_try_echo") >&5
15298 (eval "$ac_compile") 2>conftest.er1
15299 ac_status=$?
15300 grep -v '^ *+' conftest.er1 >conftest.err
15301 rm -f conftest.er1
15302 cat conftest.err >&5
15303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304 (exit $ac_status); } && {
15305 test -z "$ac_c_werror_flag" ||
15306 test ! -s conftest.err
15307 } && test -s conftest.$ac_objext; then
15309 else
15310 $as_echo "$as_me: failed program was:" >&5
15311 sed 's/^/| /' conftest.$ac_ext >&5
15313 ac_cv_type_pthread_rwlock_t=yes
15316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15317 else
15318 $as_echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.$ac_ext >&5
15324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15326 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15327 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15328 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15330 cat >>confdefs.h <<_ACEOF
15331 #define HAVE_PTHREAD_RWLOCK_T 1
15332 _ACEOF
15336 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15337 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15338 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15339 $as_echo_n "(cached) " >&6
15340 else
15341 ac_cv_type_pthread_rwlockattr_t=no
15342 cat >conftest.$ac_ext <<_ACEOF
15343 /* confdefs.h. */
15344 _ACEOF
15345 cat confdefs.h >>conftest.$ac_ext
15346 cat >>conftest.$ac_ext <<_ACEOF
15347 /* end confdefs.h. */
15348 #define _GNU_SOURCE
15349 #include <pthread.h>
15352 main ()
15354 if (sizeof (pthread_rwlockattr_t))
15355 return 0;
15357 return 0;
15359 _ACEOF
15360 rm -f conftest.$ac_objext
15361 if { (ac_try="$ac_compile"
15362 case "(($ac_try" in
15363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15364 *) ac_try_echo=$ac_try;;
15365 esac
15366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15367 $as_echo "$ac_try_echo") >&5
15368 (eval "$ac_compile") 2>conftest.er1
15369 ac_status=$?
15370 grep -v '^ *+' conftest.er1 >conftest.err
15371 rm -f conftest.er1
15372 cat conftest.err >&5
15373 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15374 (exit $ac_status); } && {
15375 test -z "$ac_c_werror_flag" ||
15376 test ! -s conftest.err
15377 } && test -s conftest.$ac_objext; then
15378 cat >conftest.$ac_ext <<_ACEOF
15379 /* confdefs.h. */
15380 _ACEOF
15381 cat confdefs.h >>conftest.$ac_ext
15382 cat >>conftest.$ac_ext <<_ACEOF
15383 /* end confdefs.h. */
15384 #define _GNU_SOURCE
15385 #include <pthread.h>
15388 main ()
15390 if (sizeof ((pthread_rwlockattr_t)))
15391 return 0;
15393 return 0;
15395 _ACEOF
15396 rm -f conftest.$ac_objext
15397 if { (ac_try="$ac_compile"
15398 case "(($ac_try" in
15399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15400 *) ac_try_echo=$ac_try;;
15401 esac
15402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15403 $as_echo "$ac_try_echo") >&5
15404 (eval "$ac_compile") 2>conftest.er1
15405 ac_status=$?
15406 grep -v '^ *+' conftest.er1 >conftest.err
15407 rm -f conftest.er1
15408 cat conftest.err >&5
15409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410 (exit $ac_status); } && {
15411 test -z "$ac_c_werror_flag" ||
15412 test ! -s conftest.err
15413 } && test -s conftest.$ac_objext; then
15415 else
15416 $as_echo "$as_me: failed program was:" >&5
15417 sed 's/^/| /' conftest.$ac_ext >&5
15419 ac_cv_type_pthread_rwlockattr_t=yes
15422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15423 else
15424 $as_echo "$as_me: failed program was:" >&5
15425 sed 's/^/| /' conftest.$ac_ext >&5
15430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15432 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15433 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15434 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15436 cat >>confdefs.h <<_ACEOF
15437 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15438 _ACEOF
15444 ac_wine_check_funcs_save_LIBS="$LIBS"
15445 LIBS="$LIBS $LIBPTHREAD"
15450 for ac_func in \
15451 pthread_attr_get_np \
15452 pthread_getattr_np \
15453 pthread_get_stackaddr_np \
15454 pthread_get_stacksize_np
15456 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15457 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15458 $as_echo_n "checking for $ac_func... " >&6; }
15459 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15460 $as_echo_n "(cached) " >&6
15461 else
15462 cat >conftest.$ac_ext <<_ACEOF
15463 /* confdefs.h. */
15464 _ACEOF
15465 cat confdefs.h >>conftest.$ac_ext
15466 cat >>conftest.$ac_ext <<_ACEOF
15467 /* end confdefs.h. */
15468 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15469 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15470 #define $ac_func innocuous_$ac_func
15472 /* System header to define __stub macros and hopefully few prototypes,
15473 which can conflict with char $ac_func (); below.
15474 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15475 <limits.h> exists even on freestanding compilers. */
15477 #ifdef __STDC__
15478 # include <limits.h>
15479 #else
15480 # include <assert.h>
15481 #endif
15483 #undef $ac_func
15485 /* Override any GCC internal prototype to avoid an error.
15486 Use char because int might match the return type of a GCC
15487 builtin and then its argument prototype would still apply. */
15488 #ifdef __cplusplus
15489 extern "C"
15490 #endif
15491 char $ac_func ();
15492 /* The GNU C library defines this for functions which it implements
15493 to always fail with ENOSYS. Some functions are actually named
15494 something starting with __ and the normal name is an alias. */
15495 #if defined __stub_$ac_func || defined __stub___$ac_func
15496 choke me
15497 #endif
15500 main ()
15502 return $ac_func ();
15504 return 0;
15506 _ACEOF
15507 rm -f conftest.$ac_objext conftest$ac_exeext
15508 if { (ac_try="$ac_link"
15509 case "(($ac_try" in
15510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15511 *) ac_try_echo=$ac_try;;
15512 esac
15513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15514 $as_echo "$ac_try_echo") >&5
15515 (eval "$ac_link") 2>conftest.er1
15516 ac_status=$?
15517 grep -v '^ *+' conftest.er1 >conftest.err
15518 rm -f conftest.er1
15519 cat conftest.err >&5
15520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15521 (exit $ac_status); } && {
15522 test -z "$ac_c_werror_flag" ||
15523 test ! -s conftest.err
15524 } && test -s conftest$ac_exeext && {
15525 test "$cross_compiling" = yes ||
15526 $as_test_x conftest$ac_exeext
15527 }; then
15528 eval "$as_ac_var=yes"
15529 else
15530 $as_echo "$as_me: failed program was:" >&5
15531 sed 's/^/| /' conftest.$ac_ext >&5
15533 eval "$as_ac_var=no"
15536 rm -rf conftest.dSYM
15537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15538 conftest$ac_exeext conftest.$ac_ext
15540 ac_res=`eval 'as_val=${'$as_ac_var'}
15541 $as_echo "$as_val"'`
15542 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15543 $as_echo "$ac_res" >&6; }
15544 as_val=`eval 'as_val=${'$as_ac_var'}
15545 $as_echo "$as_val"'`
15546 if test "x$as_val" = x""yes; then
15547 cat >>confdefs.h <<_ACEOF
15548 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15549 _ACEOF
15552 done
15554 LIBS="$ac_wine_check_funcs_save_LIBS"
15556 if test "x$with_esd" != xno
15557 then
15558 save_CFLAGS="$CFLAGS"
15559 # Extract the first word of "esd-config", so it can be a program name with args.
15560 set dummy esd-config; ac_word=$2
15561 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15562 $as_echo_n "checking for $ac_word... " >&6; }
15563 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15564 $as_echo_n "(cached) " >&6
15565 else
15566 case $ESDCONFIG in
15567 [\\/]* | ?:[\\/]*)
15568 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15572 for as_dir in $PATH
15574 IFS=$as_save_IFS
15575 test -z "$as_dir" && as_dir=.
15576 for ac_exec_ext in '' $ac_executable_extensions; do
15577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15578 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15579 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15580 break 2
15582 done
15583 done
15584 IFS=$as_save_IFS
15586 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15588 esac
15590 ESDCONFIG=$ac_cv_path_ESDCONFIG
15591 if test -n "$ESDCONFIG"; then
15592 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15593 $as_echo "$ESDCONFIG" >&6; }
15594 else
15595 { $as_echo "$as_me:$LINENO: result: no" >&5
15596 $as_echo "no" >&6; }
15600 if test "x$ESDCONFIG" != "xno"
15601 then
15602 ac_esd_incl=""
15603 for i in `$ESDCONFIG --cflags`
15605 case "$i" in
15606 -I*) ac_esd_incl="$ac_esd_incl $i";;
15607 esac
15608 done
15609 ac_esd_libs=`$ESDCONFIG --libs`
15610 CFLAGS="$CFLAGS $ac_esd_incl"
15612 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15613 if test "${ac_cv_header_esd_h+set}" = set; then
15614 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15615 $as_echo_n "checking for esd.h... " >&6; }
15616 if test "${ac_cv_header_esd_h+set}" = set; then
15617 $as_echo_n "(cached) " >&6
15619 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15620 $as_echo "$ac_cv_header_esd_h" >&6; }
15621 else
15622 # Is the header compilable?
15623 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15624 $as_echo_n "checking esd.h usability... " >&6; }
15625 cat >conftest.$ac_ext <<_ACEOF
15626 /* confdefs.h. */
15627 _ACEOF
15628 cat confdefs.h >>conftest.$ac_ext
15629 cat >>conftest.$ac_ext <<_ACEOF
15630 /* end confdefs.h. */
15631 $ac_includes_default
15632 #include <esd.h>
15633 _ACEOF
15634 rm -f conftest.$ac_objext
15635 if { (ac_try="$ac_compile"
15636 case "(($ac_try" in
15637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15638 *) ac_try_echo=$ac_try;;
15639 esac
15640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15641 $as_echo "$ac_try_echo") >&5
15642 (eval "$ac_compile") 2>conftest.er1
15643 ac_status=$?
15644 grep -v '^ *+' conftest.er1 >conftest.err
15645 rm -f conftest.er1
15646 cat conftest.err >&5
15647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15648 (exit $ac_status); } && {
15649 test -z "$ac_c_werror_flag" ||
15650 test ! -s conftest.err
15651 } && test -s conftest.$ac_objext; then
15652 ac_header_compiler=yes
15653 else
15654 $as_echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.$ac_ext >&5
15657 ac_header_compiler=no
15660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15661 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15662 $as_echo "$ac_header_compiler" >&6; }
15664 # Is the header present?
15665 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15666 $as_echo_n "checking esd.h presence... " >&6; }
15667 cat >conftest.$ac_ext <<_ACEOF
15668 /* confdefs.h. */
15669 _ACEOF
15670 cat confdefs.h >>conftest.$ac_ext
15671 cat >>conftest.$ac_ext <<_ACEOF
15672 /* end confdefs.h. */
15673 #include <esd.h>
15674 _ACEOF
15675 if { (ac_try="$ac_cpp conftest.$ac_ext"
15676 case "(($ac_try" in
15677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15678 *) ac_try_echo=$ac_try;;
15679 esac
15680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15681 $as_echo "$ac_try_echo") >&5
15682 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15683 ac_status=$?
15684 grep -v '^ *+' conftest.er1 >conftest.err
15685 rm -f conftest.er1
15686 cat conftest.err >&5
15687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15688 (exit $ac_status); } >/dev/null && {
15689 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15690 test ! -s conftest.err
15691 }; then
15692 ac_header_preproc=yes
15693 else
15694 $as_echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15697 ac_header_preproc=no
15700 rm -f conftest.err conftest.$ac_ext
15701 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15702 $as_echo "$ac_header_preproc" >&6; }
15704 # So? What about this header?
15705 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15706 yes:no: )
15707 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15708 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15709 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15710 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15711 ac_header_preproc=yes
15713 no:yes:* )
15714 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15715 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15716 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15717 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15718 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15719 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15720 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15721 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15722 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15723 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15724 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15725 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15726 ( cat <<\_ASBOX
15727 ## ------------------------------------ ##
15728 ## Report this to wine-devel@winehq.org ##
15729 ## ------------------------------------ ##
15730 _ASBOX
15731 ) | sed "s/^/$as_me: WARNING: /" >&2
15733 esac
15734 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15735 $as_echo_n "checking for esd.h... " >&6; }
15736 if test "${ac_cv_header_esd_h+set}" = set; then
15737 $as_echo_n "(cached) " >&6
15738 else
15739 ac_cv_header_esd_h=$ac_header_preproc
15741 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15742 $as_echo "$ac_cv_header_esd_h" >&6; }
15745 if test "x$ac_cv_header_esd_h" = x""yes; then
15746 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15747 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15748 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15749 $as_echo_n "(cached) " >&6
15750 else
15751 ac_check_lib_save_LIBS=$LIBS
15752 LIBS="-lesd $ac_esd_libs $LIBS"
15753 cat >conftest.$ac_ext <<_ACEOF
15754 /* confdefs.h. */
15755 _ACEOF
15756 cat confdefs.h >>conftest.$ac_ext
15757 cat >>conftest.$ac_ext <<_ACEOF
15758 /* end confdefs.h. */
15760 /* Override any GCC internal prototype to avoid an error.
15761 Use char because int might match the return type of a GCC
15762 builtin and then its argument prototype would still apply. */
15763 #ifdef __cplusplus
15764 extern "C"
15765 #endif
15766 char esd_open_sound ();
15768 main ()
15770 return esd_open_sound ();
15772 return 0;
15774 _ACEOF
15775 rm -f conftest.$ac_objext conftest$ac_exeext
15776 if { (ac_try="$ac_link"
15777 case "(($ac_try" in
15778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15779 *) ac_try_echo=$ac_try;;
15780 esac
15781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15782 $as_echo "$ac_try_echo") >&5
15783 (eval "$ac_link") 2>conftest.er1
15784 ac_status=$?
15785 grep -v '^ *+' conftest.er1 >conftest.err
15786 rm -f conftest.er1
15787 cat conftest.err >&5
15788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); } && {
15790 test -z "$ac_c_werror_flag" ||
15791 test ! -s conftest.err
15792 } && test -s conftest$ac_exeext && {
15793 test "$cross_compiling" = yes ||
15794 $as_test_x conftest$ac_exeext
15795 }; then
15796 ac_cv_lib_esd_esd_open_sound=yes
15797 else
15798 $as_echo "$as_me: failed program was:" >&5
15799 sed 's/^/| /' conftest.$ac_ext >&5
15801 ac_cv_lib_esd_esd_open_sound=no
15804 rm -rf conftest.dSYM
15805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15806 conftest$ac_exeext conftest.$ac_ext
15807 LIBS=$ac_check_lib_save_LIBS
15809 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15810 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15811 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15812 ESDINCL="$ac_esd_incl"
15814 ESDLIBS="$ac_esd_libs"
15817 cat >>confdefs.h <<\_ACEOF
15818 #define HAVE_ESD 1
15819 _ACEOF
15826 CFLAGS="$save_CFLAGS"
15829 ALSALIBS=""
15831 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15832 then
15833 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15834 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15835 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15836 $as_echo_n "(cached) " >&6
15837 else
15838 ac_check_lib_save_LIBS=$LIBS
15839 LIBS="-lasound $LIBS"
15840 cat >conftest.$ac_ext <<_ACEOF
15841 /* confdefs.h. */
15842 _ACEOF
15843 cat confdefs.h >>conftest.$ac_ext
15844 cat >>conftest.$ac_ext <<_ACEOF
15845 /* end confdefs.h. */
15847 /* Override any GCC internal prototype to avoid an error.
15848 Use char because int might match the return type of a GCC
15849 builtin and then its argument prototype would still apply. */
15850 #ifdef __cplusplus
15851 extern "C"
15852 #endif
15853 char snd_pcm_hw_params_get_access ();
15855 main ()
15857 return snd_pcm_hw_params_get_access ();
15859 return 0;
15861 _ACEOF
15862 rm -f conftest.$ac_objext conftest$ac_exeext
15863 if { (ac_try="$ac_link"
15864 case "(($ac_try" in
15865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15866 *) ac_try_echo=$ac_try;;
15867 esac
15868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15869 $as_echo "$ac_try_echo") >&5
15870 (eval "$ac_link") 2>conftest.er1
15871 ac_status=$?
15872 grep -v '^ *+' conftest.er1 >conftest.err
15873 rm -f conftest.er1
15874 cat conftest.err >&5
15875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876 (exit $ac_status); } && {
15877 test -z "$ac_c_werror_flag" ||
15878 test ! -s conftest.err
15879 } && test -s conftest$ac_exeext && {
15880 test "$cross_compiling" = yes ||
15881 $as_test_x conftest$ac_exeext
15882 }; then
15883 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15884 else
15885 $as_echo "$as_me: failed program was:" >&5
15886 sed 's/^/| /' conftest.$ac_ext >&5
15888 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15891 rm -rf conftest.dSYM
15892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15893 conftest$ac_exeext conftest.$ac_ext
15894 LIBS=$ac_check_lib_save_LIBS
15896 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15897 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15898 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15899 cat >conftest.$ac_ext <<_ACEOF
15900 /* confdefs.h. */
15901 _ACEOF
15902 cat confdefs.h >>conftest.$ac_ext
15903 cat >>conftest.$ac_ext <<_ACEOF
15904 /* end confdefs.h. */
15905 #ifdef HAVE_ALSA_ASOUNDLIB_H
15906 #include <alsa/asoundlib.h>
15907 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15908 #include <sys/asoundlib.h>
15909 #endif
15911 main ()
15913 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15915 return 0;
15917 _ACEOF
15918 rm -f conftest.$ac_objext
15919 if { (ac_try="$ac_compile"
15920 case "(($ac_try" in
15921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15922 *) ac_try_echo=$ac_try;;
15923 esac
15924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15925 $as_echo "$ac_try_echo") >&5
15926 (eval "$ac_compile") 2>conftest.er1
15927 ac_status=$?
15928 grep -v '^ *+' conftest.er1 >conftest.err
15929 rm -f conftest.er1
15930 cat conftest.err >&5
15931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15932 (exit $ac_status); } && {
15933 test -z "$ac_c_werror_flag" ||
15934 test ! -s conftest.err
15935 } && test -s conftest.$ac_objext; then
15937 cat >>confdefs.h <<\_ACEOF
15938 #define HAVE_ALSA 1
15939 _ACEOF
15941 ALSALIBS="-lasound"
15942 else
15943 $as_echo "$as_me: failed program was:" >&5
15944 sed 's/^/| /' conftest.$ac_ext >&5
15949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15954 AUDIOIOLIBS=""
15956 if test "$ac_cv_header_libaudioio_h" = "yes"
15957 then
15958 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15959 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15960 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15961 $as_echo_n "(cached) " >&6
15962 else
15963 ac_check_lib_save_LIBS=$LIBS
15964 LIBS="-laudioio $LIBS"
15965 cat >conftest.$ac_ext <<_ACEOF
15966 /* confdefs.h. */
15967 _ACEOF
15968 cat confdefs.h >>conftest.$ac_ext
15969 cat >>conftest.$ac_ext <<_ACEOF
15970 /* end confdefs.h. */
15972 /* Override any GCC internal prototype to avoid an error.
15973 Use char because int might match the return type of a GCC
15974 builtin and then its argument prototype would still apply. */
15975 #ifdef __cplusplus
15976 extern "C"
15977 #endif
15978 char AudioIOGetVersion ();
15980 main ()
15982 return AudioIOGetVersion ();
15984 return 0;
15986 _ACEOF
15987 rm -f conftest.$ac_objext conftest$ac_exeext
15988 if { (ac_try="$ac_link"
15989 case "(($ac_try" in
15990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15991 *) ac_try_echo=$ac_try;;
15992 esac
15993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15994 $as_echo "$ac_try_echo") >&5
15995 (eval "$ac_link") 2>conftest.er1
15996 ac_status=$?
15997 grep -v '^ *+' conftest.er1 >conftest.err
15998 rm -f conftest.er1
15999 cat conftest.err >&5
16000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16001 (exit $ac_status); } && {
16002 test -z "$ac_c_werror_flag" ||
16003 test ! -s conftest.err
16004 } && test -s conftest$ac_exeext && {
16005 test "$cross_compiling" = yes ||
16006 $as_test_x conftest$ac_exeext
16007 }; then
16008 ac_cv_lib_audioio_AudioIOGetVersion=yes
16009 else
16010 $as_echo "$as_me: failed program was:" >&5
16011 sed 's/^/| /' conftest.$ac_ext >&5
16013 ac_cv_lib_audioio_AudioIOGetVersion=no
16016 rm -rf conftest.dSYM
16017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16018 conftest$ac_exeext conftest.$ac_ext
16019 LIBS=$ac_check_lib_save_LIBS
16021 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16022 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16023 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16024 AUDIOIOLIBS="-laudioio"
16026 cat >>confdefs.h <<\_ACEOF
16027 #define HAVE_LIBAUDIOIO 1
16028 _ACEOF
16035 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16036 then
16037 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16038 $as_echo_n "checking for -lcapi20... " >&6; }
16039 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16040 $as_echo_n "(cached) " >&6
16041 else
16042 ac_check_soname_save_LIBS=$LIBS
16043 LIBS="-lcapi20 $LIBS"
16044 cat >conftest.$ac_ext <<_ACEOF
16045 /* confdefs.h. */
16046 _ACEOF
16047 cat confdefs.h >>conftest.$ac_ext
16048 cat >>conftest.$ac_ext <<_ACEOF
16049 /* end confdefs.h. */
16051 /* Override any GCC internal prototype to avoid an error.
16052 Use char because int might match the return type of a GCC
16053 builtin and then its argument prototype would still apply. */
16054 #ifdef __cplusplus
16055 extern "C"
16056 #endif
16057 char capi20_register ();
16059 main ()
16061 return capi20_register ();
16063 return 0;
16065 _ACEOF
16066 rm -f conftest.$ac_objext conftest$ac_exeext
16067 if { (ac_try="$ac_link"
16068 case "(($ac_try" in
16069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16070 *) ac_try_echo=$ac_try;;
16071 esac
16072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16073 $as_echo "$ac_try_echo") >&5
16074 (eval "$ac_link") 2>conftest.er1
16075 ac_status=$?
16076 grep -v '^ *+' conftest.er1 >conftest.err
16077 rm -f conftest.er1
16078 cat conftest.err >&5
16079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && {
16081 test -z "$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 } && test -s conftest$ac_exeext && {
16084 test "$cross_compiling" = yes ||
16085 $as_test_x conftest$ac_exeext
16086 }; then
16087 case "$LIBEXT" in
16088 dll) ;;
16089 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'` ;;
16090 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16091 esac
16092 else
16093 $as_echo "$as_me: failed program was:" >&5
16094 sed 's/^/| /' conftest.$ac_ext >&5
16099 rm -rf conftest.dSYM
16100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16101 conftest$ac_exeext conftest.$ac_ext
16102 LIBS=$ac_check_soname_save_LIBS
16104 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16105 { $as_echo "$as_me:$LINENO: result: not found" >&5
16106 $as_echo "not found" >&6; }
16108 else
16109 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16110 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16114 _ACEOF
16120 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16121 case "x$with_capi" in
16122 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16123 xno) ;;
16124 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16125 This is an error since --with-capi was requested." >&5
16126 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16127 This is an error since --with-capi was requested." >&2;}
16128 { (exit 1); exit 1; }; } ;;
16129 esac
16133 CUPSINCL=""
16135 if test "x$with_cups" != "xno"
16136 then
16137 ac_save_CPPFLAGS="$CPPFLAGS"
16138 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16139 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16140 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16142 for ac_header in cups/cups.h
16144 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16145 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16146 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16147 $as_echo_n "checking for $ac_header... " >&6; }
16148 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16149 $as_echo_n "(cached) " >&6
16151 ac_res=`eval 'as_val=${'$as_ac_Header'}
16152 $as_echo "$as_val"'`
16153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16154 $as_echo "$ac_res" >&6; }
16155 else
16156 # Is the header compilable?
16157 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16158 $as_echo_n "checking $ac_header usability... " >&6; }
16159 cat >conftest.$ac_ext <<_ACEOF
16160 /* confdefs.h. */
16161 _ACEOF
16162 cat confdefs.h >>conftest.$ac_ext
16163 cat >>conftest.$ac_ext <<_ACEOF
16164 /* end confdefs.h. */
16165 $ac_includes_default
16166 #include <$ac_header>
16167 _ACEOF
16168 rm -f conftest.$ac_objext
16169 if { (ac_try="$ac_compile"
16170 case "(($ac_try" in
16171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16172 *) ac_try_echo=$ac_try;;
16173 esac
16174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16175 $as_echo "$ac_try_echo") >&5
16176 (eval "$ac_compile") 2>conftest.er1
16177 ac_status=$?
16178 grep -v '^ *+' conftest.er1 >conftest.err
16179 rm -f conftest.er1
16180 cat conftest.err >&5
16181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16182 (exit $ac_status); } && {
16183 test -z "$ac_c_werror_flag" ||
16184 test ! -s conftest.err
16185 } && test -s conftest.$ac_objext; then
16186 ac_header_compiler=yes
16187 else
16188 $as_echo "$as_me: failed program was:" >&5
16189 sed 's/^/| /' conftest.$ac_ext >&5
16191 ac_header_compiler=no
16194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16195 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16196 $as_echo "$ac_header_compiler" >&6; }
16198 # Is the header present?
16199 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16200 $as_echo_n "checking $ac_header presence... " >&6; }
16201 cat >conftest.$ac_ext <<_ACEOF
16202 /* confdefs.h. */
16203 _ACEOF
16204 cat confdefs.h >>conftest.$ac_ext
16205 cat >>conftest.$ac_ext <<_ACEOF
16206 /* end confdefs.h. */
16207 #include <$ac_header>
16208 _ACEOF
16209 if { (ac_try="$ac_cpp conftest.$ac_ext"
16210 case "(($ac_try" in
16211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16212 *) ac_try_echo=$ac_try;;
16213 esac
16214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16215 $as_echo "$ac_try_echo") >&5
16216 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16217 ac_status=$?
16218 grep -v '^ *+' conftest.er1 >conftest.err
16219 rm -f conftest.er1
16220 cat conftest.err >&5
16221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16222 (exit $ac_status); } >/dev/null && {
16223 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16224 test ! -s conftest.err
16225 }; then
16226 ac_header_preproc=yes
16227 else
16228 $as_echo "$as_me: failed program was:" >&5
16229 sed 's/^/| /' conftest.$ac_ext >&5
16231 ac_header_preproc=no
16234 rm -f conftest.err conftest.$ac_ext
16235 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16236 $as_echo "$ac_header_preproc" >&6; }
16238 # So? What about this header?
16239 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16240 yes:no: )
16241 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16242 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16243 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16244 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16245 ac_header_preproc=yes
16247 no:yes:* )
16248 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16249 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16250 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16251 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16252 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16253 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16254 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16255 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16257 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16259 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16260 ( cat <<\_ASBOX
16261 ## ------------------------------------ ##
16262 ## Report this to wine-devel@winehq.org ##
16263 ## ------------------------------------ ##
16264 _ASBOX
16265 ) | sed "s/^/$as_me: WARNING: /" >&2
16267 esac
16268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16269 $as_echo_n "checking for $ac_header... " >&6; }
16270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16271 $as_echo_n "(cached) " >&6
16272 else
16273 eval "$as_ac_Header=\$ac_header_preproc"
16275 ac_res=`eval 'as_val=${'$as_ac_Header'}
16276 $as_echo "$as_val"'`
16277 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16278 $as_echo "$ac_res" >&6; }
16281 as_val=`eval 'as_val=${'$as_ac_Header'}
16282 $as_echo "$as_val"'`
16283 if test "x$as_val" = x""yes; then
16284 cat >>confdefs.h <<_ACEOF
16285 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16286 _ACEOF
16287 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16288 $as_echo_n "checking for -lcups... " >&6; }
16289 if test "${ac_cv_lib_soname_cups+set}" = set; then
16290 $as_echo_n "(cached) " >&6
16291 else
16292 ac_check_soname_save_LIBS=$LIBS
16293 LIBS="-lcups $ac_cups_libs $LIBS"
16294 cat >conftest.$ac_ext <<_ACEOF
16295 /* confdefs.h. */
16296 _ACEOF
16297 cat confdefs.h >>conftest.$ac_ext
16298 cat >>conftest.$ac_ext <<_ACEOF
16299 /* end confdefs.h. */
16301 /* Override any GCC internal prototype to avoid an error.
16302 Use char because int might match the return type of a GCC
16303 builtin and then its argument prototype would still apply. */
16304 #ifdef __cplusplus
16305 extern "C"
16306 #endif
16307 char cupsGetDefault ();
16309 main ()
16311 return cupsGetDefault ();
16313 return 0;
16315 _ACEOF
16316 rm -f conftest.$ac_objext conftest$ac_exeext
16317 if { (ac_try="$ac_link"
16318 case "(($ac_try" in
16319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16320 *) ac_try_echo=$ac_try;;
16321 esac
16322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16323 $as_echo "$ac_try_echo") >&5
16324 (eval "$ac_link") 2>conftest.er1
16325 ac_status=$?
16326 grep -v '^ *+' conftest.er1 >conftest.err
16327 rm -f conftest.er1
16328 cat conftest.err >&5
16329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16330 (exit $ac_status); } && {
16331 test -z "$ac_c_werror_flag" ||
16332 test ! -s conftest.err
16333 } && test -s conftest$ac_exeext && {
16334 test "$cross_compiling" = yes ||
16335 $as_test_x conftest$ac_exeext
16336 }; then
16337 case "$LIBEXT" in
16338 dll) ;;
16339 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'` ;;
16340 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16341 esac
16342 else
16343 $as_echo "$as_me: failed program was:" >&5
16344 sed 's/^/| /' conftest.$ac_ext >&5
16349 rm -rf conftest.dSYM
16350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16351 conftest$ac_exeext conftest.$ac_ext
16352 LIBS=$ac_check_soname_save_LIBS
16354 if test "x$ac_cv_lib_soname_cups" = "x"; then
16355 { $as_echo "$as_me:$LINENO: result: not found" >&5
16356 $as_echo "not found" >&6; }
16358 else
16359 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16360 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16362 cat >>confdefs.h <<_ACEOF
16363 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16364 _ACEOF
16366 CUPSINCL="$ac_cups_cflags"
16371 done
16373 CPPFLAGS="$ac_save_CPPFLAGS"
16375 if test "x$ac_cv_lib_soname_cups" = "x"; then
16376 case "x$with_cups" in
16377 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16378 xno) ;;
16379 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16380 This is an error since --with-cups was requested." >&5
16381 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16382 This is an error since --with-cups was requested." >&2;}
16383 { (exit 1); exit 1; }; } ;;
16384 esac
16388 if test "$ac_cv_header_jack_jack_h" = "yes"
16389 then
16390 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16391 $as_echo_n "checking for -ljack... " >&6; }
16392 if test "${ac_cv_lib_soname_jack+set}" = set; then
16393 $as_echo_n "(cached) " >&6
16394 else
16395 ac_check_soname_save_LIBS=$LIBS
16396 LIBS="-ljack $LIBS"
16397 cat >conftest.$ac_ext <<_ACEOF
16398 /* confdefs.h. */
16399 _ACEOF
16400 cat confdefs.h >>conftest.$ac_ext
16401 cat >>conftest.$ac_ext <<_ACEOF
16402 /* end confdefs.h. */
16404 /* Override any GCC internal prototype to avoid an error.
16405 Use char because int might match the return type of a GCC
16406 builtin and then its argument prototype would still apply. */
16407 #ifdef __cplusplus
16408 extern "C"
16409 #endif
16410 char jack_client_new ();
16412 main ()
16414 return jack_client_new ();
16416 return 0;
16418 _ACEOF
16419 rm -f conftest.$ac_objext conftest$ac_exeext
16420 if { (ac_try="$ac_link"
16421 case "(($ac_try" in
16422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16423 *) ac_try_echo=$ac_try;;
16424 esac
16425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16426 $as_echo "$ac_try_echo") >&5
16427 (eval "$ac_link") 2>conftest.er1
16428 ac_status=$?
16429 grep -v '^ *+' conftest.er1 >conftest.err
16430 rm -f conftest.er1
16431 cat conftest.err >&5
16432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16433 (exit $ac_status); } && {
16434 test -z "$ac_c_werror_flag" ||
16435 test ! -s conftest.err
16436 } && test -s conftest$ac_exeext && {
16437 test "$cross_compiling" = yes ||
16438 $as_test_x conftest$ac_exeext
16439 }; then
16440 case "$LIBEXT" in
16441 dll) ;;
16442 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'` ;;
16443 *) 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'` ;;
16444 esac
16445 else
16446 $as_echo "$as_me: failed program was:" >&5
16447 sed 's/^/| /' conftest.$ac_ext >&5
16452 rm -rf conftest.dSYM
16453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16454 conftest$ac_exeext conftest.$ac_ext
16455 LIBS=$ac_check_soname_save_LIBS
16457 if test "x$ac_cv_lib_soname_jack" = "x"; then
16458 { $as_echo "$as_me:$LINENO: result: not found" >&5
16459 $as_echo "not found" >&6; }
16461 else
16462 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16463 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16465 cat >>confdefs.h <<_ACEOF
16466 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16467 _ACEOF
16474 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16475 then
16476 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16477 $as_echo_n "checking for -lfontconfig... " >&6; }
16478 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16479 $as_echo_n "(cached) " >&6
16480 else
16481 ac_check_soname_save_LIBS=$LIBS
16482 LIBS="-lfontconfig $LIBS"
16483 cat >conftest.$ac_ext <<_ACEOF
16484 /* confdefs.h. */
16485 _ACEOF
16486 cat confdefs.h >>conftest.$ac_ext
16487 cat >>conftest.$ac_ext <<_ACEOF
16488 /* end confdefs.h. */
16490 /* Override any GCC internal prototype to avoid an error.
16491 Use char because int might match the return type of a GCC
16492 builtin and then its argument prototype would still apply. */
16493 #ifdef __cplusplus
16494 extern "C"
16495 #endif
16496 char FcInit ();
16498 main ()
16500 return FcInit ();
16502 return 0;
16504 _ACEOF
16505 rm -f conftest.$ac_objext conftest$ac_exeext
16506 if { (ac_try="$ac_link"
16507 case "(($ac_try" in
16508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16509 *) ac_try_echo=$ac_try;;
16510 esac
16511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16512 $as_echo "$ac_try_echo") >&5
16513 (eval "$ac_link") 2>conftest.er1
16514 ac_status=$?
16515 grep -v '^ *+' conftest.er1 >conftest.err
16516 rm -f conftest.er1
16517 cat conftest.err >&5
16518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16519 (exit $ac_status); } && {
16520 test -z "$ac_c_werror_flag" ||
16521 test ! -s conftest.err
16522 } && test -s conftest$ac_exeext && {
16523 test "$cross_compiling" = yes ||
16524 $as_test_x conftest$ac_exeext
16525 }; then
16526 case "$LIBEXT" in
16527 dll) ;;
16528 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'` ;;
16529 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16530 esac
16531 else
16532 $as_echo "$as_me: failed program was:" >&5
16533 sed 's/^/| /' conftest.$ac_ext >&5
16538 rm -rf conftest.dSYM
16539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16540 conftest$ac_exeext conftest.$ac_ext
16541 LIBS=$ac_check_soname_save_LIBS
16543 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16544 { $as_echo "$as_me:$LINENO: result: not found" >&5
16545 $as_echo "not found" >&6; }
16547 else
16548 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16549 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16551 cat >>confdefs.h <<_ACEOF
16552 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16553 _ACEOF
16558 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16559 then
16560 ac_save_CPPFLAGS="$CPPFLAGS"
16561 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16562 $as_unset ac_cv_header_fontconfig_fontconfig_h
16564 for ac_header in fontconfig/fontconfig.h
16566 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16568 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16569 $as_echo_n "checking for $ac_header... " >&6; }
16570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16571 $as_echo_n "(cached) " >&6
16573 ac_res=`eval 'as_val=${'$as_ac_Header'}
16574 $as_echo "$as_val"'`
16575 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16576 $as_echo "$ac_res" >&6; }
16577 else
16578 # Is the header compilable?
16579 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16580 $as_echo_n "checking $ac_header usability... " >&6; }
16581 cat >conftest.$ac_ext <<_ACEOF
16582 /* confdefs.h. */
16583 _ACEOF
16584 cat confdefs.h >>conftest.$ac_ext
16585 cat >>conftest.$ac_ext <<_ACEOF
16586 /* end confdefs.h. */
16587 $ac_includes_default
16588 #include <$ac_header>
16589 _ACEOF
16590 rm -f conftest.$ac_objext
16591 if { (ac_try="$ac_compile"
16592 case "(($ac_try" in
16593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16594 *) ac_try_echo=$ac_try;;
16595 esac
16596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16597 $as_echo "$ac_try_echo") >&5
16598 (eval "$ac_compile") 2>conftest.er1
16599 ac_status=$?
16600 grep -v '^ *+' conftest.er1 >conftest.err
16601 rm -f conftest.er1
16602 cat conftest.err >&5
16603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } && {
16605 test -z "$ac_c_werror_flag" ||
16606 test ! -s conftest.err
16607 } && test -s conftest.$ac_objext; then
16608 ac_header_compiler=yes
16609 else
16610 $as_echo "$as_me: failed program was:" >&5
16611 sed 's/^/| /' conftest.$ac_ext >&5
16613 ac_header_compiler=no
16616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16617 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16618 $as_echo "$ac_header_compiler" >&6; }
16620 # Is the header present?
16621 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16622 $as_echo_n "checking $ac_header presence... " >&6; }
16623 cat >conftest.$ac_ext <<_ACEOF
16624 /* confdefs.h. */
16625 _ACEOF
16626 cat confdefs.h >>conftest.$ac_ext
16627 cat >>conftest.$ac_ext <<_ACEOF
16628 /* end confdefs.h. */
16629 #include <$ac_header>
16630 _ACEOF
16631 if { (ac_try="$ac_cpp conftest.$ac_ext"
16632 case "(($ac_try" in
16633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16634 *) ac_try_echo=$ac_try;;
16635 esac
16636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16637 $as_echo "$ac_try_echo") >&5
16638 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16639 ac_status=$?
16640 grep -v '^ *+' conftest.er1 >conftest.err
16641 rm -f conftest.er1
16642 cat conftest.err >&5
16643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16644 (exit $ac_status); } >/dev/null && {
16645 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16646 test ! -s conftest.err
16647 }; then
16648 ac_header_preproc=yes
16649 else
16650 $as_echo "$as_me: failed program was:" >&5
16651 sed 's/^/| /' conftest.$ac_ext >&5
16653 ac_header_preproc=no
16656 rm -f conftest.err conftest.$ac_ext
16657 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16658 $as_echo "$ac_header_preproc" >&6; }
16660 # So? What about this header?
16661 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16662 yes:no: )
16663 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16664 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16665 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16666 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16667 ac_header_preproc=yes
16669 no:yes:* )
16670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16671 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16673 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16675 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16676 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16677 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16678 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16679 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16680 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16681 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16682 ( cat <<\_ASBOX
16683 ## ------------------------------------ ##
16684 ## Report this to wine-devel@winehq.org ##
16685 ## ------------------------------------ ##
16686 _ASBOX
16687 ) | sed "s/^/$as_me: WARNING: /" >&2
16689 esac
16690 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16691 $as_echo_n "checking for $ac_header... " >&6; }
16692 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16693 $as_echo_n "(cached) " >&6
16694 else
16695 eval "$as_ac_Header=\$ac_header_preproc"
16697 ac_res=`eval 'as_val=${'$as_ac_Header'}
16698 $as_echo "$as_val"'`
16699 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16700 $as_echo "$ac_res" >&6; }
16703 as_val=`eval 'as_val=${'$as_ac_Header'}
16704 $as_echo "$as_val"'`
16705 if test "x$as_val" = x""yes; then
16706 cat >>confdefs.h <<_ACEOF
16707 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16708 _ACEOF
16712 done
16714 CPPFLAGS="$ac_save_CPPFLAGS"
16715 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16716 then
16717 FONTCONFIGINCL="$X_CFLAGS"
16719 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16720 $as_echo_n "checking for -lfontconfig... " >&6; }
16721 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16722 $as_echo_n "(cached) " >&6
16723 else
16724 ac_check_soname_save_LIBS=$LIBS
16725 LIBS="-lfontconfig $X_LIBS $LIBS"
16726 cat >conftest.$ac_ext <<_ACEOF
16727 /* confdefs.h. */
16728 _ACEOF
16729 cat confdefs.h >>conftest.$ac_ext
16730 cat >>conftest.$ac_ext <<_ACEOF
16731 /* end confdefs.h. */
16733 /* Override any GCC internal prototype to avoid an error.
16734 Use char because int might match the return type of a GCC
16735 builtin and then its argument prototype would still apply. */
16736 #ifdef __cplusplus
16737 extern "C"
16738 #endif
16739 char FcInit ();
16741 main ()
16743 return FcInit ();
16745 return 0;
16747 _ACEOF
16748 rm -f conftest.$ac_objext conftest$ac_exeext
16749 if { (ac_try="$ac_link"
16750 case "(($ac_try" in
16751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16752 *) ac_try_echo=$ac_try;;
16753 esac
16754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16755 $as_echo "$ac_try_echo") >&5
16756 (eval "$ac_link") 2>conftest.er1
16757 ac_status=$?
16758 grep -v '^ *+' conftest.er1 >conftest.err
16759 rm -f conftest.er1
16760 cat conftest.err >&5
16761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); } && {
16763 test -z "$ac_c_werror_flag" ||
16764 test ! -s conftest.err
16765 } && test -s conftest$ac_exeext && {
16766 test "$cross_compiling" = yes ||
16767 $as_test_x conftest$ac_exeext
16768 }; then
16769 case "$LIBEXT" in
16770 dll) ;;
16771 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'` ;;
16772 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16773 esac
16774 else
16775 $as_echo "$as_me: failed program was:" >&5
16776 sed 's/^/| /' conftest.$ac_ext >&5
16781 rm -rf conftest.dSYM
16782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16783 conftest$ac_exeext conftest.$ac_ext
16784 LIBS=$ac_check_soname_save_LIBS
16786 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16787 { $as_echo "$as_me:$LINENO: result: not found" >&5
16788 $as_echo "not found" >&6; }
16790 else
16791 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16792 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16794 cat >>confdefs.h <<_ACEOF
16795 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16796 _ACEOF
16803 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16804 case "x$with_fontconfig" in
16805 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16806 xno) ;;
16807 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16808 This is an error since --with-fontconfig was requested." >&5
16809 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16810 This is an error since --with-fontconfig was requested." >&2;}
16811 { (exit 1); exit 1; }; } ;;
16812 esac
16816 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16817 then
16818 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16819 $as_echo_n "checking for -lssl... " >&6; }
16820 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16821 $as_echo_n "(cached) " >&6
16822 else
16823 ac_check_soname_save_LIBS=$LIBS
16824 LIBS="-lssl $LIBS"
16825 cat >conftest.$ac_ext <<_ACEOF
16826 /* confdefs.h. */
16827 _ACEOF
16828 cat confdefs.h >>conftest.$ac_ext
16829 cat >>conftest.$ac_ext <<_ACEOF
16830 /* end confdefs.h. */
16832 /* Override any GCC internal prototype to avoid an error.
16833 Use char because int might match the return type of a GCC
16834 builtin and then its argument prototype would still apply. */
16835 #ifdef __cplusplus
16836 extern "C"
16837 #endif
16838 char SSL_library_init ();
16840 main ()
16842 return SSL_library_init ();
16844 return 0;
16846 _ACEOF
16847 rm -f conftest.$ac_objext conftest$ac_exeext
16848 if { (ac_try="$ac_link"
16849 case "(($ac_try" in
16850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16851 *) ac_try_echo=$ac_try;;
16852 esac
16853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16854 $as_echo "$ac_try_echo") >&5
16855 (eval "$ac_link") 2>conftest.er1
16856 ac_status=$?
16857 grep -v '^ *+' conftest.er1 >conftest.err
16858 rm -f conftest.er1
16859 cat conftest.err >&5
16860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16861 (exit $ac_status); } && {
16862 test -z "$ac_c_werror_flag" ||
16863 test ! -s conftest.err
16864 } && test -s conftest$ac_exeext && {
16865 test "$cross_compiling" = yes ||
16866 $as_test_x conftest$ac_exeext
16867 }; then
16868 case "$LIBEXT" in
16869 dll) ;;
16870 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'` ;;
16871 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16872 esac
16873 else
16874 $as_echo "$as_me: failed program was:" >&5
16875 sed 's/^/| /' conftest.$ac_ext >&5
16880 rm -rf conftest.dSYM
16881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16882 conftest$ac_exeext conftest.$ac_ext
16883 LIBS=$ac_check_soname_save_LIBS
16885 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16886 { $as_echo "$as_me:$LINENO: result: not found" >&5
16887 $as_echo "not found" >&6; }
16889 else
16890 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16891 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16893 cat >>confdefs.h <<_ACEOF
16894 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16895 _ACEOF
16900 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16901 $as_echo_n "checking for -lcrypto... " >&6; }
16902 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16903 $as_echo_n "(cached) " >&6
16904 else
16905 ac_check_soname_save_LIBS=$LIBS
16906 LIBS="-lcrypto $LIBS"
16907 cat >conftest.$ac_ext <<_ACEOF
16908 /* confdefs.h. */
16909 _ACEOF
16910 cat confdefs.h >>conftest.$ac_ext
16911 cat >>conftest.$ac_ext <<_ACEOF
16912 /* end confdefs.h. */
16914 /* Override any GCC internal prototype to avoid an error.
16915 Use char because int might match the return type of a GCC
16916 builtin and then its argument prototype would still apply. */
16917 #ifdef __cplusplus
16918 extern "C"
16919 #endif
16920 char BIO_new_socket ();
16922 main ()
16924 return BIO_new_socket ();
16926 return 0;
16928 _ACEOF
16929 rm -f conftest.$ac_objext conftest$ac_exeext
16930 if { (ac_try="$ac_link"
16931 case "(($ac_try" in
16932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16933 *) ac_try_echo=$ac_try;;
16934 esac
16935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16936 $as_echo "$ac_try_echo") >&5
16937 (eval "$ac_link") 2>conftest.er1
16938 ac_status=$?
16939 grep -v '^ *+' conftest.er1 >conftest.err
16940 rm -f conftest.er1
16941 cat conftest.err >&5
16942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16943 (exit $ac_status); } && {
16944 test -z "$ac_c_werror_flag" ||
16945 test ! -s conftest.err
16946 } && test -s conftest$ac_exeext && {
16947 test "$cross_compiling" = yes ||
16948 $as_test_x conftest$ac_exeext
16949 }; then
16950 case "$LIBEXT" in
16951 dll) ;;
16952 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'` ;;
16953 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16954 esac
16955 else
16956 $as_echo "$as_me: failed program was:" >&5
16957 sed 's/^/| /' conftest.$ac_ext >&5
16962 rm -rf conftest.dSYM
16963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16964 conftest$ac_exeext conftest.$ac_ext
16965 LIBS=$ac_check_soname_save_LIBS
16967 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16968 { $as_echo "$as_me:$LINENO: result: not found" >&5
16969 $as_echo "not found" >&6; }
16971 else
16972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16973 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16975 cat >>confdefs.h <<_ACEOF
16976 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16977 _ACEOF
16983 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16984 case "x$with_openssl" in
16985 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16986 xno) ;;
16987 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16988 This is an error since --with-openssl was requested." >&5
16989 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16990 This is an error since --with-openssl was requested." >&2;}
16991 { (exit 1); exit 1; }; } ;;
16992 esac
16996 if test "$ac_cv_header_jpeglib_h" = "yes"
16997 then
16998 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16999 $as_echo_n "checking for -ljpeg... " >&6; }
17000 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17001 $as_echo_n "(cached) " >&6
17002 else
17003 ac_check_soname_save_LIBS=$LIBS
17004 LIBS="-ljpeg $LIBS"
17005 cat >conftest.$ac_ext <<_ACEOF
17006 /* confdefs.h. */
17007 _ACEOF
17008 cat confdefs.h >>conftest.$ac_ext
17009 cat >>conftest.$ac_ext <<_ACEOF
17010 /* end confdefs.h. */
17012 /* Override any GCC internal prototype to avoid an error.
17013 Use char because int might match the return type of a GCC
17014 builtin and then its argument prototype would still apply. */
17015 #ifdef __cplusplus
17016 extern "C"
17017 #endif
17018 char jpeg_start_decompress ();
17020 main ()
17022 return jpeg_start_decompress ();
17024 return 0;
17026 _ACEOF
17027 rm -f conftest.$ac_objext conftest$ac_exeext
17028 if { (ac_try="$ac_link"
17029 case "(($ac_try" in
17030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17031 *) ac_try_echo=$ac_try;;
17032 esac
17033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17034 $as_echo "$ac_try_echo") >&5
17035 (eval "$ac_link") 2>conftest.er1
17036 ac_status=$?
17037 grep -v '^ *+' conftest.er1 >conftest.err
17038 rm -f conftest.er1
17039 cat conftest.err >&5
17040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); } && {
17042 test -z "$ac_c_werror_flag" ||
17043 test ! -s conftest.err
17044 } && test -s conftest$ac_exeext && {
17045 test "$cross_compiling" = yes ||
17046 $as_test_x conftest$ac_exeext
17047 }; then
17048 case "$LIBEXT" in
17049 dll) ;;
17050 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'` ;;
17051 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17052 esac
17053 else
17054 $as_echo "$as_me: failed program was:" >&5
17055 sed 's/^/| /' conftest.$ac_ext >&5
17060 rm -rf conftest.dSYM
17061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17062 conftest$ac_exeext conftest.$ac_ext
17063 LIBS=$ac_check_soname_save_LIBS
17065 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17066 { $as_echo "$as_me:$LINENO: result: not found" >&5
17067 $as_echo "not found" >&6; }
17069 else
17070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17071 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17073 cat >>confdefs.h <<_ACEOF
17074 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17075 _ACEOF
17081 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17082 case "x$with_jpeg" in
17083 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17084 xno) ;;
17085 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17086 This is an error since --with-jpeg was requested." >&5
17087 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17088 This is an error since --with-jpeg was requested." >&2;}
17089 { (exit 1); exit 1; }; } ;;
17090 esac
17094 if test "$ac_cv_header_png_h" = "yes"
17095 then
17096 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17097 $as_echo_n "checking for -lpng... " >&6; }
17098 if test "${ac_cv_lib_soname_png+set}" = set; then
17099 $as_echo_n "(cached) " >&6
17100 else
17101 ac_check_soname_save_LIBS=$LIBS
17102 LIBS="-lpng -lm -lz $LIBS"
17103 cat >conftest.$ac_ext <<_ACEOF
17104 /* confdefs.h. */
17105 _ACEOF
17106 cat confdefs.h >>conftest.$ac_ext
17107 cat >>conftest.$ac_ext <<_ACEOF
17108 /* end confdefs.h. */
17110 /* Override any GCC internal prototype to avoid an error.
17111 Use char because int might match the return type of a GCC
17112 builtin and then its argument prototype would still apply. */
17113 #ifdef __cplusplus
17114 extern "C"
17115 #endif
17116 char png_create_read_struct ();
17118 main ()
17120 return png_create_read_struct ();
17122 return 0;
17124 _ACEOF
17125 rm -f conftest.$ac_objext conftest$ac_exeext
17126 if { (ac_try="$ac_link"
17127 case "(($ac_try" in
17128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17129 *) ac_try_echo=$ac_try;;
17130 esac
17131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17132 $as_echo "$ac_try_echo") >&5
17133 (eval "$ac_link") 2>conftest.er1
17134 ac_status=$?
17135 grep -v '^ *+' conftest.er1 >conftest.err
17136 rm -f conftest.er1
17137 cat conftest.err >&5
17138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); } && {
17140 test -z "$ac_c_werror_flag" ||
17141 test ! -s conftest.err
17142 } && test -s conftest$ac_exeext && {
17143 test "$cross_compiling" = yes ||
17144 $as_test_x conftest$ac_exeext
17145 }; then
17146 case "$LIBEXT" in
17147 dll) ;;
17148 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'` ;;
17149 *) 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'` ;;
17150 esac
17151 else
17152 $as_echo "$as_me: failed program was:" >&5
17153 sed 's/^/| /' conftest.$ac_ext >&5
17158 rm -rf conftest.dSYM
17159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17160 conftest$ac_exeext conftest.$ac_ext
17161 LIBS=$ac_check_soname_save_LIBS
17163 if test "x$ac_cv_lib_soname_png" = "x"; then
17164 { $as_echo "$as_me:$LINENO: result: not found" >&5
17165 $as_echo "not found" >&6; }
17167 else
17168 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17169 $as_echo "$ac_cv_lib_soname_png" >&6; }
17171 cat >>confdefs.h <<_ACEOF
17172 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17173 _ACEOF
17179 if test "x$ac_cv_lib_soname_png" = "x"; then
17180 case "x$with_png" in
17181 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17182 xno) ;;
17183 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17184 This is an error since --with-png was requested." >&5
17185 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17186 This is an error since --with-png was requested." >&2;}
17187 { (exit 1); exit 1; }; } ;;
17188 esac
17192 if test "$ac_cv_header_kstat_h" = "yes"
17193 then
17194 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17195 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17196 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17197 $as_echo_n "(cached) " >&6
17198 else
17199 ac_check_lib_save_LIBS=$LIBS
17200 LIBS="-lkstat $LIBS"
17201 cat >conftest.$ac_ext <<_ACEOF
17202 /* confdefs.h. */
17203 _ACEOF
17204 cat confdefs.h >>conftest.$ac_ext
17205 cat >>conftest.$ac_ext <<_ACEOF
17206 /* end confdefs.h. */
17208 /* Override any GCC internal prototype to avoid an error.
17209 Use char because int might match the return type of a GCC
17210 builtin and then its argument prototype would still apply. */
17211 #ifdef __cplusplus
17212 extern "C"
17213 #endif
17214 char kstat_open ();
17216 main ()
17218 return kstat_open ();
17220 return 0;
17222 _ACEOF
17223 rm -f conftest.$ac_objext conftest$ac_exeext
17224 if { (ac_try="$ac_link"
17225 case "(($ac_try" in
17226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227 *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231 (eval "$ac_link") 2>conftest.er1
17232 ac_status=$?
17233 grep -v '^ *+' conftest.er1 >conftest.err
17234 rm -f conftest.er1
17235 cat conftest.err >&5
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && {
17238 test -z "$ac_c_werror_flag" ||
17239 test ! -s conftest.err
17240 } && test -s conftest$ac_exeext && {
17241 test "$cross_compiling" = yes ||
17242 $as_test_x conftest$ac_exeext
17243 }; then
17244 ac_cv_lib_kstat_kstat_open=yes
17245 else
17246 $as_echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_lib_kstat_kstat_open=no
17252 rm -rf conftest.dSYM
17253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17254 conftest$ac_exeext conftest.$ac_ext
17255 LIBS=$ac_check_lib_save_LIBS
17257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17258 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17259 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17261 cat >>confdefs.h <<\_ACEOF
17262 #define HAVE_LIBKSTAT 1
17263 _ACEOF
17265 LIBKSTAT="-lkstat"
17271 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17272 $as_echo_n "checking for -lodbc... " >&6; }
17273 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17274 $as_echo_n "(cached) " >&6
17275 else
17276 ac_check_soname_save_LIBS=$LIBS
17277 LIBS="-lodbc $LIBS"
17278 cat >conftest.$ac_ext <<_ACEOF
17279 /* confdefs.h. */
17280 _ACEOF
17281 cat confdefs.h >>conftest.$ac_ext
17282 cat >>conftest.$ac_ext <<_ACEOF
17283 /* end confdefs.h. */
17285 /* Override any GCC internal prototype to avoid an error.
17286 Use char because int might match the return type of a GCC
17287 builtin and then its argument prototype would still apply. */
17288 #ifdef __cplusplus
17289 extern "C"
17290 #endif
17291 char SQLConnect ();
17293 main ()
17295 return SQLConnect ();
17297 return 0;
17299 _ACEOF
17300 rm -f conftest.$ac_objext conftest$ac_exeext
17301 if { (ac_try="$ac_link"
17302 case "(($ac_try" in
17303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17304 *) ac_try_echo=$ac_try;;
17305 esac
17306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17307 $as_echo "$ac_try_echo") >&5
17308 (eval "$ac_link") 2>conftest.er1
17309 ac_status=$?
17310 grep -v '^ *+' conftest.er1 >conftest.err
17311 rm -f conftest.er1
17312 cat conftest.err >&5
17313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314 (exit $ac_status); } && {
17315 test -z "$ac_c_werror_flag" ||
17316 test ! -s conftest.err
17317 } && test -s conftest$ac_exeext && {
17318 test "$cross_compiling" = yes ||
17319 $as_test_x conftest$ac_exeext
17320 }; then
17321 case "$LIBEXT" in
17322 dll) ;;
17323 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'` ;;
17324 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17325 esac
17326 else
17327 $as_echo "$as_me: failed program was:" >&5
17328 sed 's/^/| /' conftest.$ac_ext >&5
17333 rm -rf conftest.dSYM
17334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17335 conftest$ac_exeext conftest.$ac_ext
17336 LIBS=$ac_check_soname_save_LIBS
17338 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17339 { $as_echo "$as_me:$LINENO: result: not found" >&5
17340 $as_echo "not found" >&6; }
17341 cat >>confdefs.h <<_ACEOF
17342 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17343 _ACEOF
17345 else
17346 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17347 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17349 cat >>confdefs.h <<_ACEOF
17350 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17351 _ACEOF
17357 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17358 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17359 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17360 "$ac_cv_header_soundcard_h" != "yes" -a \
17361 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17362 then
17363 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17367 EXTRACFLAGS=""
17369 if test "x${GCC}" = "xyes"
17370 then
17371 EXTRACFLAGS="-Wall -pipe"
17373 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17374 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17375 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17376 $as_echo_n "(cached) " >&6
17377 else
17378 if test "$cross_compiling" = yes; then
17379 ac_cv_c_gcc_strength_bug="yes"
17380 else
17381 cat >conftest.$ac_ext <<_ACEOF
17382 /* confdefs.h. */
17383 _ACEOF
17384 cat confdefs.h >>conftest.$ac_ext
17385 cat >>conftest.$ac_ext <<_ACEOF
17386 /* end confdefs.h. */
17387 int L[4] = {0,1,2,3};
17389 main ()
17391 static int Array[3];
17392 unsigned int B = 3;
17393 int i;
17394 for(i=0; i<B; i++) Array[i] = i - 3;
17395 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17396 L[i] = 4;
17397 return (Array[1] != -2 || L[2] != 3)
17399 return 0;
17401 _ACEOF
17402 rm -f conftest$ac_exeext
17403 if { (ac_try="$ac_link"
17404 case "(($ac_try" in
17405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17406 *) ac_try_echo=$ac_try;;
17407 esac
17408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17409 $as_echo "$ac_try_echo") >&5
17410 (eval "$ac_link") 2>&5
17411 ac_status=$?
17412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17414 { (case "(($ac_try" in
17415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17416 *) ac_try_echo=$ac_try;;
17417 esac
17418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17419 $as_echo "$ac_try_echo") >&5
17420 (eval "$ac_try") 2>&5
17421 ac_status=$?
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); }; }; then
17424 ac_cv_c_gcc_strength_bug="no"
17425 else
17426 $as_echo "$as_me: program exited with status $ac_status" >&5
17427 $as_echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17430 ( exit $ac_status )
17431 ac_cv_c_gcc_strength_bug="yes"
17433 rm -rf conftest.dSYM
17434 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17439 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17440 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17441 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17442 then
17443 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17446 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17447 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17448 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17449 $as_echo_n "(cached) " >&6
17450 else
17451 ac_wine_try_cflags_saved=$CFLAGS
17452 CFLAGS="$CFLAGS -fno-builtin"
17453 cat >conftest.$ac_ext <<_ACEOF
17454 /* confdefs.h. */
17455 _ACEOF
17456 cat confdefs.h >>conftest.$ac_ext
17457 cat >>conftest.$ac_ext <<_ACEOF
17458 /* end confdefs.h. */
17461 main ()
17465 return 0;
17467 _ACEOF
17468 rm -f conftest.$ac_objext conftest$ac_exeext
17469 if { (ac_try="$ac_link"
17470 case "(($ac_try" in
17471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17472 *) ac_try_echo=$ac_try;;
17473 esac
17474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17475 $as_echo "$ac_try_echo") >&5
17476 (eval "$ac_link") 2>conftest.er1
17477 ac_status=$?
17478 grep -v '^ *+' conftest.er1 >conftest.err
17479 rm -f conftest.er1
17480 cat conftest.err >&5
17481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17482 (exit $ac_status); } && {
17483 test -z "$ac_c_werror_flag" ||
17484 test ! -s conftest.err
17485 } && test -s conftest$ac_exeext && {
17486 test "$cross_compiling" = yes ||
17487 $as_test_x conftest$ac_exeext
17488 }; then
17489 ac_cv_cflags__fno_builtin=yes
17490 else
17491 $as_echo "$as_me: failed program was:" >&5
17492 sed 's/^/| /' conftest.$ac_ext >&5
17494 ac_cv_cflags__fno_builtin=no
17497 rm -rf conftest.dSYM
17498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17499 conftest$ac_exeext conftest.$ac_ext
17500 CFLAGS=$ac_wine_try_cflags_saved
17502 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17503 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17504 if test $ac_cv_cflags__fno_builtin = yes; then
17505 BUILTINFLAG="-fno-builtin"
17509 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17510 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17511 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17512 $as_echo_n "(cached) " >&6
17513 else
17514 ac_wine_try_cflags_saved=$CFLAGS
17515 CFLAGS="$CFLAGS -fno-strict-aliasing"
17516 cat >conftest.$ac_ext <<_ACEOF
17517 /* confdefs.h. */
17518 _ACEOF
17519 cat confdefs.h >>conftest.$ac_ext
17520 cat >>conftest.$ac_ext <<_ACEOF
17521 /* end confdefs.h. */
17524 main ()
17528 return 0;
17530 _ACEOF
17531 rm -f conftest.$ac_objext conftest$ac_exeext
17532 if { (ac_try="$ac_link"
17533 case "(($ac_try" in
17534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17535 *) ac_try_echo=$ac_try;;
17536 esac
17537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17538 $as_echo "$ac_try_echo") >&5
17539 (eval "$ac_link") 2>conftest.er1
17540 ac_status=$?
17541 grep -v '^ *+' conftest.er1 >conftest.err
17542 rm -f conftest.er1
17543 cat conftest.err >&5
17544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17545 (exit $ac_status); } && {
17546 test -z "$ac_c_werror_flag" ||
17547 test ! -s conftest.err
17548 } && test -s conftest$ac_exeext && {
17549 test "$cross_compiling" = yes ||
17550 $as_test_x conftest$ac_exeext
17551 }; then
17552 ac_cv_cflags__fno_strict_aliasing=yes
17553 else
17554 $as_echo "$as_me: failed program was:" >&5
17555 sed 's/^/| /' conftest.$ac_ext >&5
17557 ac_cv_cflags__fno_strict_aliasing=no
17560 rm -rf conftest.dSYM
17561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17562 conftest$ac_exeext conftest.$ac_ext
17563 CFLAGS=$ac_wine_try_cflags_saved
17565 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17566 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17567 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17568 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17571 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17572 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17573 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17574 $as_echo_n "(cached) " >&6
17575 else
17576 ac_wine_try_cflags_saved=$CFLAGS
17577 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17578 cat >conftest.$ac_ext <<_ACEOF
17579 /* confdefs.h. */
17580 _ACEOF
17581 cat confdefs.h >>conftest.$ac_ext
17582 cat >>conftest.$ac_ext <<_ACEOF
17583 /* end confdefs.h. */
17586 main ()
17590 return 0;
17592 _ACEOF
17593 rm -f conftest.$ac_objext conftest$ac_exeext
17594 if { (ac_try="$ac_link"
17595 case "(($ac_try" in
17596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17597 *) ac_try_echo=$ac_try;;
17598 esac
17599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17600 $as_echo "$ac_try_echo") >&5
17601 (eval "$ac_link") 2>conftest.er1
17602 ac_status=$?
17603 grep -v '^ *+' conftest.er1 >conftest.err
17604 rm -f conftest.er1
17605 cat conftest.err >&5
17606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17607 (exit $ac_status); } && {
17608 test -z "$ac_c_werror_flag" ||
17609 test ! -s conftest.err
17610 } && test -s conftest$ac_exeext && {
17611 test "$cross_compiling" = yes ||
17612 $as_test_x conftest$ac_exeext
17613 }; then
17614 ac_cv_cflags__Wdeclaration_after_statement=yes
17615 else
17616 $as_echo "$as_me: failed program was:" >&5
17617 sed 's/^/| /' conftest.$ac_ext >&5
17619 ac_cv_cflags__Wdeclaration_after_statement=no
17622 rm -rf conftest.dSYM
17623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17624 conftest$ac_exeext conftest.$ac_ext
17625 CFLAGS=$ac_wine_try_cflags_saved
17627 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17628 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17629 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17630 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17633 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17634 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17635 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17636 $as_echo_n "(cached) " >&6
17637 else
17638 ac_wine_try_cflags_saved=$CFLAGS
17639 CFLAGS="$CFLAGS -Wwrite-strings"
17640 cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h. */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h. */
17648 main ()
17652 return 0;
17654 _ACEOF
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659 *) ac_try_echo=$ac_try;;
17660 esac
17661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17662 $as_echo "$ac_try_echo") >&5
17663 (eval "$ac_link") 2>conftest.er1
17664 ac_status=$?
17665 grep -v '^ *+' conftest.er1 >conftest.err
17666 rm -f conftest.er1
17667 cat conftest.err >&5
17668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17669 (exit $ac_status); } && {
17670 test -z "$ac_c_werror_flag" ||
17671 test ! -s conftest.err
17672 } && test -s conftest$ac_exeext && {
17673 test "$cross_compiling" = yes ||
17674 $as_test_x conftest$ac_exeext
17675 }; then
17676 ac_cv_cflags__Wwrite_strings=yes
17677 else
17678 $as_echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17681 ac_cv_cflags__Wwrite_strings=no
17684 rm -rf conftest.dSYM
17685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17686 conftest$ac_exeext conftest.$ac_ext
17687 CFLAGS=$ac_wine_try_cflags_saved
17689 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17690 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17691 if test $ac_cv_cflags__Wwrite_strings = yes; then
17692 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17695 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17696 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17697 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17698 $as_echo_n "(cached) " >&6
17699 else
17700 ac_wine_try_cflags_saved=$CFLAGS
17701 CFLAGS="$CFLAGS -Wtype-limits"
17702 cat >conftest.$ac_ext <<_ACEOF
17703 /* confdefs.h. */
17704 _ACEOF
17705 cat confdefs.h >>conftest.$ac_ext
17706 cat >>conftest.$ac_ext <<_ACEOF
17707 /* end confdefs.h. */
17710 main ()
17714 return 0;
17716 _ACEOF
17717 rm -f conftest.$ac_objext conftest$ac_exeext
17718 if { (ac_try="$ac_link"
17719 case "(($ac_try" in
17720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17721 *) ac_try_echo=$ac_try;;
17722 esac
17723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17724 $as_echo "$ac_try_echo") >&5
17725 (eval "$ac_link") 2>conftest.er1
17726 ac_status=$?
17727 grep -v '^ *+' conftest.er1 >conftest.err
17728 rm -f conftest.er1
17729 cat conftest.err >&5
17730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17731 (exit $ac_status); } && {
17732 test -z "$ac_c_werror_flag" ||
17733 test ! -s conftest.err
17734 } && test -s conftest$ac_exeext && {
17735 test "$cross_compiling" = yes ||
17736 $as_test_x conftest$ac_exeext
17737 }; then
17738 ac_cv_cflags__Wtype_limits=yes
17739 else
17740 $as_echo "$as_me: failed program was:" >&5
17741 sed 's/^/| /' conftest.$ac_ext >&5
17743 ac_cv_cflags__Wtype_limits=no
17746 rm -rf conftest.dSYM
17747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17748 conftest$ac_exeext conftest.$ac_ext
17749 CFLAGS=$ac_wine_try_cflags_saved
17751 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17752 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17753 if test $ac_cv_cflags__Wtype_limits = yes; then
17754 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17758 saved_CFLAGS="$CFLAGS"
17759 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17760 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17761 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17762 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17763 $as_echo_n "(cached) " >&6
17764 else
17765 cat >conftest.$ac_ext <<_ACEOF
17766 /* confdefs.h. */
17767 _ACEOF
17768 cat confdefs.h >>conftest.$ac_ext
17769 cat >>conftest.$ac_ext <<_ACEOF
17770 /* end confdefs.h. */
17771 #include <string.h>
17773 main ()
17777 return 0;
17779 _ACEOF
17780 rm -f conftest.$ac_objext
17781 if { (ac_try="$ac_compile"
17782 case "(($ac_try" in
17783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17784 *) ac_try_echo=$ac_try;;
17785 esac
17786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17787 $as_echo "$ac_try_echo") >&5
17788 (eval "$ac_compile") 2>conftest.er1
17789 ac_status=$?
17790 grep -v '^ *+' conftest.er1 >conftest.err
17791 rm -f conftest.er1
17792 cat conftest.err >&5
17793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17794 (exit $ac_status); } && {
17795 test -z "$ac_c_werror_flag" ||
17796 test ! -s conftest.err
17797 } && test -s conftest.$ac_objext; then
17798 ac_cv_c_string_h_warnings=no
17799 else
17800 $as_echo "$as_me: failed program was:" >&5
17801 sed 's/^/| /' conftest.$ac_ext >&5
17803 ac_cv_c_string_h_warnings=yes
17806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17808 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17809 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17810 CFLAGS="$saved_CFLAGS"
17811 if test "$ac_cv_c_string_h_warnings" = "no"
17812 then
17813 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17818 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17819 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17820 if test "${ac_cv_asm_func_def+set}" = set; then
17821 $as_echo_n "(cached) " >&6
17822 else
17823 cat >conftest.$ac_ext <<_ACEOF
17824 /* confdefs.h. */
17825 _ACEOF
17826 cat confdefs.h >>conftest.$ac_ext
17827 cat >>conftest.$ac_ext <<_ACEOF
17828 /* end confdefs.h. */
17831 main ()
17833 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17835 return 0;
17837 _ACEOF
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17845 $as_echo "$ac_try_echo") >&5
17846 (eval "$ac_link") 2>conftest.er1
17847 ac_status=$?
17848 grep -v '^ *+' conftest.er1 >conftest.err
17849 rm -f conftest.er1
17850 cat conftest.err >&5
17851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest$ac_exeext && {
17856 test "$cross_compiling" = yes ||
17857 $as_test_x conftest$ac_exeext
17858 }; then
17859 ac_cv_asm_func_def=".def"
17860 else
17861 $as_echo "$as_me: failed program was:" >&5
17862 sed 's/^/| /' conftest.$ac_ext >&5
17864 cat >conftest.$ac_ext <<_ACEOF
17865 /* confdefs.h. */
17866 _ACEOF
17867 cat confdefs.h >>conftest.$ac_ext
17868 cat >>conftest.$ac_ext <<_ACEOF
17869 /* end confdefs.h. */
17872 main ()
17874 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17876 return 0;
17878 _ACEOF
17879 rm -f conftest.$ac_objext conftest$ac_exeext
17880 if { (ac_try="$ac_link"
17881 case "(($ac_try" in
17882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883 *) ac_try_echo=$ac_try;;
17884 esac
17885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17886 $as_echo "$ac_try_echo") >&5
17887 (eval "$ac_link") 2>conftest.er1
17888 ac_status=$?
17889 grep -v '^ *+' conftest.er1 >conftest.err
17890 rm -f conftest.er1
17891 cat conftest.err >&5
17892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17893 (exit $ac_status); } && {
17894 test -z "$ac_c_werror_flag" ||
17895 test ! -s conftest.err
17896 } && test -s conftest$ac_exeext && {
17897 test "$cross_compiling" = yes ||
17898 $as_test_x conftest$ac_exeext
17899 }; then
17900 ac_cv_asm_func_def=".type @function"
17901 else
17902 $as_echo "$as_me: failed program was:" >&5
17903 sed 's/^/| /' conftest.$ac_ext >&5
17905 cat >conftest.$ac_ext <<_ACEOF
17906 /* confdefs.h. */
17907 _ACEOF
17908 cat confdefs.h >>conftest.$ac_ext
17909 cat >>conftest.$ac_ext <<_ACEOF
17910 /* end confdefs.h. */
17913 main ()
17915 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17917 return 0;
17919 _ACEOF
17920 rm -f conftest.$ac_objext conftest$ac_exeext
17921 if { (ac_try="$ac_link"
17922 case "(($ac_try" in
17923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17924 *) ac_try_echo=$ac_try;;
17925 esac
17926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17927 $as_echo "$ac_try_echo") >&5
17928 (eval "$ac_link") 2>conftest.er1
17929 ac_status=$?
17930 grep -v '^ *+' conftest.er1 >conftest.err
17931 rm -f conftest.er1
17932 cat conftest.err >&5
17933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17934 (exit $ac_status); } && {
17935 test -z "$ac_c_werror_flag" ||
17936 test ! -s conftest.err
17937 } && test -s conftest$ac_exeext && {
17938 test "$cross_compiling" = yes ||
17939 $as_test_x conftest$ac_exeext
17940 }; then
17941 ac_cv_asm_func_def=".type 2"
17942 else
17943 $as_echo "$as_me: failed program was:" >&5
17944 sed 's/^/| /' conftest.$ac_ext >&5
17946 ac_cv_asm_func_def="unknown"
17949 rm -rf conftest.dSYM
17950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17951 conftest$ac_exeext conftest.$ac_ext
17954 rm -rf conftest.dSYM
17955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17956 conftest$ac_exeext conftest.$ac_ext
17959 rm -rf conftest.dSYM
17960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17961 conftest$ac_exeext conftest.$ac_ext
17963 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17964 $as_echo "$ac_cv_asm_func_def" >&6; }
17968 case "$ac_cv_asm_func_def" in
17969 ".def")
17970 cat >>confdefs.h <<\_ACEOF
17971 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17972 _ACEOF
17974 ".type @function")
17975 cat >>confdefs.h <<\_ACEOF
17976 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17977 _ACEOF
17979 ".type 2")
17980 cat >>confdefs.h <<\_ACEOF
17981 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17982 _ACEOF
17985 cat >>confdefs.h <<\_ACEOF
17986 #define __ASM_FUNC(name) ""
17987 _ACEOF
17989 esac
17992 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17993 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17994 if test "${ac_cv_c_extern_prefix+set}" = set; then
17995 $as_echo_n "(cached) " >&6
17996 else
17997 cat >conftest.$ac_ext <<_ACEOF
17998 /* confdefs.h. */
17999 _ACEOF
18000 cat confdefs.h >>conftest.$ac_ext
18001 cat >>conftest.$ac_ext <<_ACEOF
18002 /* end confdefs.h. */
18003 extern int ac_test;
18005 main ()
18007 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18009 return 0;
18011 _ACEOF
18012 rm -f conftest.$ac_objext conftest$ac_exeext
18013 if { (ac_try="$ac_link"
18014 case "(($ac_try" in
18015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18016 *) ac_try_echo=$ac_try;;
18017 esac
18018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18019 $as_echo "$ac_try_echo") >&5
18020 (eval "$ac_link") 2>conftest.er1
18021 ac_status=$?
18022 grep -v '^ *+' conftest.er1 >conftest.err
18023 rm -f conftest.er1
18024 cat conftest.err >&5
18025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18026 (exit $ac_status); } && {
18027 test -z "$ac_c_werror_flag" ||
18028 test ! -s conftest.err
18029 } && test -s conftest$ac_exeext && {
18030 test "$cross_compiling" = yes ||
18031 $as_test_x conftest$ac_exeext
18032 }; then
18033 ac_cv_c_extern_prefix="yes"
18034 else
18035 $as_echo "$as_me: failed program was:" >&5
18036 sed 's/^/| /' conftest.$ac_ext >&5
18038 ac_cv_c_extern_prefix="no"
18041 rm -rf conftest.dSYM
18042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18043 conftest$ac_exeext conftest.$ac_ext
18045 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18046 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18050 if test "$ac_cv_c_extern_prefix" = "yes"
18051 then
18052 cat >>confdefs.h <<\_ACEOF
18053 #define __ASM_NAME(name) "_" name
18054 _ACEOF
18056 else
18057 cat >>confdefs.h <<\_ACEOF
18058 #define __ASM_NAME(name) name
18059 _ACEOF
18064 LDPATH=""
18066 case $build_os in
18067 cygwin*|mingw32*)
18068 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18070 darwin*|macosx*)
18073 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18075 esac
18077 case $host_os in
18078 mingw32*)
18079 CRTLIBS="-lmsvcrt"
18081 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18084 esac
18086 case $host_cpu in
18087 *i[3456789]86*)
18088 case $host_os in
18089 linux* | k*bsd*-gnu)
18090 EXTRA_BINARIES="wine-preloader"
18092 esac
18094 esac
18097 ac_save_CFLAGS="$CFLAGS"
18098 CFLAGS="$CFLAGS $BUILTINFLAG"
18170 for ac_func in \
18171 _pclose \
18172 _popen \
18173 _snprintf \
18174 _spawnvp \
18175 _strdup \
18176 _stricmp \
18177 _strnicmp \
18178 _strtoi64 \
18179 _strtoui64 \
18180 _vsnprintf \
18181 asctime_r \
18182 chsize \
18183 dlopen \
18184 epoll_create \
18185 ffs \
18186 finite \
18187 fork \
18188 fpclass \
18189 fstatfs \
18190 fstatvfs \
18191 ftruncate \
18192 futimes \
18193 futimesat \
18194 getdirentries \
18195 getopt_long \
18196 getpagesize \
18197 getpwuid \
18198 gettid \
18199 gettimeofday \
18200 getuid \
18201 inet_ntop \
18202 inet_pton \
18203 kqueue \
18204 lstat \
18205 memmove \
18206 mmap \
18207 pclose \
18208 poll \
18209 popen \
18210 prctl \
18211 pread \
18212 pwrite \
18213 readdir \
18214 readlink \
18215 sched_yield \
18216 select \
18217 setproctitle \
18218 setrlimit \
18219 settimeofday \
18220 sigaltstack \
18221 sigprocmask \
18222 snprintf \
18223 socketpair \
18224 spawnvp \
18225 statfs \
18226 statvfs \
18227 strcasecmp \
18228 strdup \
18229 strerror \
18230 strncasecmp \
18231 strtold \
18232 strtoll \
18233 strtoull \
18234 symlink \
18235 tcgetattr \
18236 thr_kill2 \
18237 timegm \
18238 usleep \
18239 vsnprintf \
18240 wait4 \
18241 waitpid \
18244 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18245 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18246 $as_echo_n "checking for $ac_func... " >&6; }
18247 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18248 $as_echo_n "(cached) " >&6
18249 else
18250 cat >conftest.$ac_ext <<_ACEOF
18251 /* confdefs.h. */
18252 _ACEOF
18253 cat confdefs.h >>conftest.$ac_ext
18254 cat >>conftest.$ac_ext <<_ACEOF
18255 /* end confdefs.h. */
18256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18258 #define $ac_func innocuous_$ac_func
18260 /* System header to define __stub macros and hopefully few prototypes,
18261 which can conflict with char $ac_func (); below.
18262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18263 <limits.h> exists even on freestanding compilers. */
18265 #ifdef __STDC__
18266 # include <limits.h>
18267 #else
18268 # include <assert.h>
18269 #endif
18271 #undef $ac_func
18273 /* Override any GCC internal prototype to avoid an error.
18274 Use char because int might match the return type of a GCC
18275 builtin and then its argument prototype would still apply. */
18276 #ifdef __cplusplus
18277 extern "C"
18278 #endif
18279 char $ac_func ();
18280 /* The GNU C library defines this for functions which it implements
18281 to always fail with ENOSYS. Some functions are actually named
18282 something starting with __ and the normal name is an alias. */
18283 #if defined __stub_$ac_func || defined __stub___$ac_func
18284 choke me
18285 #endif
18288 main ()
18290 return $ac_func ();
18292 return 0;
18294 _ACEOF
18295 rm -f conftest.$ac_objext conftest$ac_exeext
18296 if { (ac_try="$ac_link"
18297 case "(($ac_try" in
18298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18299 *) ac_try_echo=$ac_try;;
18300 esac
18301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18302 $as_echo "$ac_try_echo") >&5
18303 (eval "$ac_link") 2>conftest.er1
18304 ac_status=$?
18305 grep -v '^ *+' conftest.er1 >conftest.err
18306 rm -f conftest.er1
18307 cat conftest.err >&5
18308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18309 (exit $ac_status); } && {
18310 test -z "$ac_c_werror_flag" ||
18311 test ! -s conftest.err
18312 } && test -s conftest$ac_exeext && {
18313 test "$cross_compiling" = yes ||
18314 $as_test_x conftest$ac_exeext
18315 }; then
18316 eval "$as_ac_var=yes"
18317 else
18318 $as_echo "$as_me: failed program was:" >&5
18319 sed 's/^/| /' conftest.$ac_ext >&5
18321 eval "$as_ac_var=no"
18324 rm -rf conftest.dSYM
18325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18326 conftest$ac_exeext conftest.$ac_ext
18328 ac_res=`eval 'as_val=${'$as_ac_var'}
18329 $as_echo "$as_val"'`
18330 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18331 $as_echo "$ac_res" >&6; }
18332 as_val=`eval 'as_val=${'$as_ac_var'}
18333 $as_echo "$as_val"'`
18334 if test "x$as_val" = x""yes; then
18335 cat >>confdefs.h <<_ACEOF
18336 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18337 _ACEOF
18340 done
18342 CFLAGS="$ac_save_CFLAGS"
18344 if test "$ac_cv_func_dlopen" = no
18345 then
18346 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18347 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18348 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18349 $as_echo_n "(cached) " >&6
18350 else
18351 ac_check_lib_save_LIBS=$LIBS
18352 LIBS="-ldl $LIBS"
18353 cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h. */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h. */
18360 /* Override any GCC internal prototype to avoid an error.
18361 Use char because int might match the return type of a GCC
18362 builtin and then its argument prototype would still apply. */
18363 #ifdef __cplusplus
18364 extern "C"
18365 #endif
18366 char dlopen ();
18368 main ()
18370 return dlopen ();
18372 return 0;
18374 _ACEOF
18375 rm -f conftest.$ac_objext conftest$ac_exeext
18376 if { (ac_try="$ac_link"
18377 case "(($ac_try" in
18378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18379 *) ac_try_echo=$ac_try;;
18380 esac
18381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18382 $as_echo "$ac_try_echo") >&5
18383 (eval "$ac_link") 2>conftest.er1
18384 ac_status=$?
18385 grep -v '^ *+' conftest.er1 >conftest.err
18386 rm -f conftest.er1
18387 cat conftest.err >&5
18388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); } && {
18390 test -z "$ac_c_werror_flag" ||
18391 test ! -s conftest.err
18392 } && test -s conftest$ac_exeext && {
18393 test "$cross_compiling" = yes ||
18394 $as_test_x conftest$ac_exeext
18395 }; then
18396 ac_cv_lib_dl_dlopen=yes
18397 else
18398 $as_echo "$as_me: failed program was:" >&5
18399 sed 's/^/| /' conftest.$ac_ext >&5
18401 ac_cv_lib_dl_dlopen=no
18404 rm -rf conftest.dSYM
18405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18406 conftest$ac_exeext conftest.$ac_ext
18407 LIBS=$ac_check_lib_save_LIBS
18409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18410 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18411 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18412 cat >>confdefs.h <<\_ACEOF
18413 #define HAVE_DLOPEN 1
18414 _ACEOF
18415 LIBDL="-ldl"
18420 ac_wine_check_funcs_save_LIBS="$LIBS"
18421 LIBS="$LIBS $LIBDL"
18423 for ac_func in dladdr
18425 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18426 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18427 $as_echo_n "checking for $ac_func... " >&6; }
18428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18429 $as_echo_n "(cached) " >&6
18430 else
18431 cat >conftest.$ac_ext <<_ACEOF
18432 /* confdefs.h. */
18433 _ACEOF
18434 cat confdefs.h >>conftest.$ac_ext
18435 cat >>conftest.$ac_ext <<_ACEOF
18436 /* end confdefs.h. */
18437 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18439 #define $ac_func innocuous_$ac_func
18441 /* System header to define __stub macros and hopefully few prototypes,
18442 which can conflict with char $ac_func (); below.
18443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18444 <limits.h> exists even on freestanding compilers. */
18446 #ifdef __STDC__
18447 # include <limits.h>
18448 #else
18449 # include <assert.h>
18450 #endif
18452 #undef $ac_func
18454 /* Override any GCC internal prototype to avoid an error.
18455 Use char because int might match the return type of a GCC
18456 builtin and then its argument prototype would still apply. */
18457 #ifdef __cplusplus
18458 extern "C"
18459 #endif
18460 char $ac_func ();
18461 /* The GNU C library defines this for functions which it implements
18462 to always fail with ENOSYS. Some functions are actually named
18463 something starting with __ and the normal name is an alias. */
18464 #if defined __stub_$ac_func || defined __stub___$ac_func
18465 choke me
18466 #endif
18469 main ()
18471 return $ac_func ();
18473 return 0;
18475 _ACEOF
18476 rm -f conftest.$ac_objext conftest$ac_exeext
18477 if { (ac_try="$ac_link"
18478 case "(($ac_try" in
18479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18480 *) ac_try_echo=$ac_try;;
18481 esac
18482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18483 $as_echo "$ac_try_echo") >&5
18484 (eval "$ac_link") 2>conftest.er1
18485 ac_status=$?
18486 grep -v '^ *+' conftest.er1 >conftest.err
18487 rm -f conftest.er1
18488 cat conftest.err >&5
18489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18490 (exit $ac_status); } && {
18491 test -z "$ac_c_werror_flag" ||
18492 test ! -s conftest.err
18493 } && test -s conftest$ac_exeext && {
18494 test "$cross_compiling" = yes ||
18495 $as_test_x conftest$ac_exeext
18496 }; then
18497 eval "$as_ac_var=yes"
18498 else
18499 $as_echo "$as_me: failed program was:" >&5
18500 sed 's/^/| /' conftest.$ac_ext >&5
18502 eval "$as_ac_var=no"
18505 rm -rf conftest.dSYM
18506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18507 conftest$ac_exeext conftest.$ac_ext
18509 ac_res=`eval 'as_val=${'$as_ac_var'}
18510 $as_echo "$as_val"'`
18511 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18512 $as_echo "$ac_res" >&6; }
18513 as_val=`eval 'as_val=${'$as_ac_var'}
18514 $as_echo "$as_val"'`
18515 if test "x$as_val" = x""yes; then
18516 cat >>confdefs.h <<_ACEOF
18517 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18518 _ACEOF
18521 done
18523 LIBS="$ac_wine_check_funcs_save_LIBS"
18525 if test "$ac_cv_func_poll" = no
18526 then
18527 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18528 $as_echo_n "checking for poll in -lpoll... " >&6; }
18529 if test "${ac_cv_lib_poll_poll+set}" = set; then
18530 $as_echo_n "(cached) " >&6
18531 else
18532 ac_check_lib_save_LIBS=$LIBS
18533 LIBS="-lpoll $LIBS"
18534 cat >conftest.$ac_ext <<_ACEOF
18535 /* confdefs.h. */
18536 _ACEOF
18537 cat confdefs.h >>conftest.$ac_ext
18538 cat >>conftest.$ac_ext <<_ACEOF
18539 /* end confdefs.h. */
18541 /* Override any GCC internal prototype to avoid an error.
18542 Use char because int might match the return type of a GCC
18543 builtin and then its argument prototype would still apply. */
18544 #ifdef __cplusplus
18545 extern "C"
18546 #endif
18547 char poll ();
18549 main ()
18551 return poll ();
18553 return 0;
18555 _ACEOF
18556 rm -f conftest.$ac_objext conftest$ac_exeext
18557 if { (ac_try="$ac_link"
18558 case "(($ac_try" in
18559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18560 *) ac_try_echo=$ac_try;;
18561 esac
18562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18563 $as_echo "$ac_try_echo") >&5
18564 (eval "$ac_link") 2>conftest.er1
18565 ac_status=$?
18566 grep -v '^ *+' conftest.er1 >conftest.err
18567 rm -f conftest.er1
18568 cat conftest.err >&5
18569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); } && {
18571 test -z "$ac_c_werror_flag" ||
18572 test ! -s conftest.err
18573 } && test -s conftest$ac_exeext && {
18574 test "$cross_compiling" = yes ||
18575 $as_test_x conftest$ac_exeext
18576 }; then
18577 ac_cv_lib_poll_poll=yes
18578 else
18579 $as_echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18582 ac_cv_lib_poll_poll=no
18585 rm -rf conftest.dSYM
18586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18587 conftest$ac_exeext conftest.$ac_ext
18588 LIBS=$ac_check_lib_save_LIBS
18590 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18591 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18592 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18593 cat >>confdefs.h <<\_ACEOF
18594 #define HAVE_POLL 1
18595 _ACEOF
18596 LIBPOLL="-lpoll"
18602 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18603 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18604 if test "${ac_cv_search_gethostbyname+set}" = set; then
18605 $as_echo_n "(cached) " >&6
18606 else
18607 ac_func_search_save_LIBS=$LIBS
18608 cat >conftest.$ac_ext <<_ACEOF
18609 /* confdefs.h. */
18610 _ACEOF
18611 cat confdefs.h >>conftest.$ac_ext
18612 cat >>conftest.$ac_ext <<_ACEOF
18613 /* end confdefs.h. */
18615 /* Override any GCC internal prototype to avoid an error.
18616 Use char because int might match the return type of a GCC
18617 builtin and then its argument prototype would still apply. */
18618 #ifdef __cplusplus
18619 extern "C"
18620 #endif
18621 char gethostbyname ();
18623 main ()
18625 return gethostbyname ();
18627 return 0;
18629 _ACEOF
18630 for ac_lib in '' nsl; do
18631 if test -z "$ac_lib"; then
18632 ac_res="none required"
18633 else
18634 ac_res=-l$ac_lib
18635 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18637 rm -f conftest.$ac_objext conftest$ac_exeext
18638 if { (ac_try="$ac_link"
18639 case "(($ac_try" in
18640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18641 *) ac_try_echo=$ac_try;;
18642 esac
18643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18644 $as_echo "$ac_try_echo") >&5
18645 (eval "$ac_link") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest$ac_exeext && {
18655 test "$cross_compiling" = yes ||
18656 $as_test_x conftest$ac_exeext
18657 }; then
18658 ac_cv_search_gethostbyname=$ac_res
18659 else
18660 $as_echo "$as_me: failed program was:" >&5
18661 sed 's/^/| /' conftest.$ac_ext >&5
18666 rm -rf conftest.dSYM
18667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18668 conftest$ac_exeext
18669 if test "${ac_cv_search_gethostbyname+set}" = set; then
18670 break
18672 done
18673 if test "${ac_cv_search_gethostbyname+set}" = set; then
18675 else
18676 ac_cv_search_gethostbyname=no
18678 rm conftest.$ac_ext
18679 LIBS=$ac_func_search_save_LIBS
18681 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18682 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18683 ac_res=$ac_cv_search_gethostbyname
18684 if test "$ac_res" != no; then
18685 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18690 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18691 $as_echo_n "checking for library containing connect... " >&6; }
18692 if test "${ac_cv_search_connect+set}" = set; then
18693 $as_echo_n "(cached) " >&6
18694 else
18695 ac_func_search_save_LIBS=$LIBS
18696 cat >conftest.$ac_ext <<_ACEOF
18697 /* confdefs.h. */
18698 _ACEOF
18699 cat confdefs.h >>conftest.$ac_ext
18700 cat >>conftest.$ac_ext <<_ACEOF
18701 /* end confdefs.h. */
18703 /* Override any GCC internal prototype to avoid an error.
18704 Use char because int might match the return type of a GCC
18705 builtin and then its argument prototype would still apply. */
18706 #ifdef __cplusplus
18707 extern "C"
18708 #endif
18709 char connect ();
18711 main ()
18713 return connect ();
18715 return 0;
18717 _ACEOF
18718 for ac_lib in '' socket; do
18719 if test -z "$ac_lib"; then
18720 ac_res="none required"
18721 else
18722 ac_res=-l$ac_lib
18723 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18725 rm -f conftest.$ac_objext conftest$ac_exeext
18726 if { (ac_try="$ac_link"
18727 case "(($ac_try" in
18728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18729 *) ac_try_echo=$ac_try;;
18730 esac
18731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18732 $as_echo "$ac_try_echo") >&5
18733 (eval "$ac_link") 2>conftest.er1
18734 ac_status=$?
18735 grep -v '^ *+' conftest.er1 >conftest.err
18736 rm -f conftest.er1
18737 cat conftest.err >&5
18738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18739 (exit $ac_status); } && {
18740 test -z "$ac_c_werror_flag" ||
18741 test ! -s conftest.err
18742 } && test -s conftest$ac_exeext && {
18743 test "$cross_compiling" = yes ||
18744 $as_test_x conftest$ac_exeext
18745 }; then
18746 ac_cv_search_connect=$ac_res
18747 else
18748 $as_echo "$as_me: failed program was:" >&5
18749 sed 's/^/| /' conftest.$ac_ext >&5
18754 rm -rf conftest.dSYM
18755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18756 conftest$ac_exeext
18757 if test "${ac_cv_search_connect+set}" = set; then
18758 break
18760 done
18761 if test "${ac_cv_search_connect+set}" = set; then
18763 else
18764 ac_cv_search_connect=no
18766 rm conftest.$ac_ext
18767 LIBS=$ac_func_search_save_LIBS
18769 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18770 $as_echo "$ac_cv_search_connect" >&6; }
18771 ac_res=$ac_cv_search_connect
18772 if test "$ac_res" != no; then
18773 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18778 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18779 $as_echo_n "checking for library containing inet_aton... " >&6; }
18780 if test "${ac_cv_search_inet_aton+set}" = set; then
18781 $as_echo_n "(cached) " >&6
18782 else
18783 ac_func_search_save_LIBS=$LIBS
18784 cat >conftest.$ac_ext <<_ACEOF
18785 /* confdefs.h. */
18786 _ACEOF
18787 cat confdefs.h >>conftest.$ac_ext
18788 cat >>conftest.$ac_ext <<_ACEOF
18789 /* end confdefs.h. */
18791 /* Override any GCC internal prototype to avoid an error.
18792 Use char because int might match the return type of a GCC
18793 builtin and then its argument prototype would still apply. */
18794 #ifdef __cplusplus
18795 extern "C"
18796 #endif
18797 char inet_aton ();
18799 main ()
18801 return inet_aton ();
18803 return 0;
18805 _ACEOF
18806 for ac_lib in '' resolv; do
18807 if test -z "$ac_lib"; then
18808 ac_res="none required"
18809 else
18810 ac_res=-l$ac_lib
18811 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18813 rm -f conftest.$ac_objext conftest$ac_exeext
18814 if { (ac_try="$ac_link"
18815 case "(($ac_try" in
18816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18817 *) ac_try_echo=$ac_try;;
18818 esac
18819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18820 $as_echo "$ac_try_echo") >&5
18821 (eval "$ac_link") 2>conftest.er1
18822 ac_status=$?
18823 grep -v '^ *+' conftest.er1 >conftest.err
18824 rm -f conftest.er1
18825 cat conftest.err >&5
18826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18827 (exit $ac_status); } && {
18828 test -z "$ac_c_werror_flag" ||
18829 test ! -s conftest.err
18830 } && test -s conftest$ac_exeext && {
18831 test "$cross_compiling" = yes ||
18832 $as_test_x conftest$ac_exeext
18833 }; then
18834 ac_cv_search_inet_aton=$ac_res
18835 else
18836 $as_echo "$as_me: failed program was:" >&5
18837 sed 's/^/| /' conftest.$ac_ext >&5
18842 rm -rf conftest.dSYM
18843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18844 conftest$ac_exeext
18845 if test "${ac_cv_search_inet_aton+set}" = set; then
18846 break
18848 done
18849 if test "${ac_cv_search_inet_aton+set}" = set; then
18851 else
18852 ac_cv_search_inet_aton=no
18854 rm conftest.$ac_ext
18855 LIBS=$ac_func_search_save_LIBS
18857 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18858 $as_echo "$ac_cv_search_inet_aton" >&6; }
18859 ac_res=$ac_cv_search_inet_aton
18860 if test "$ac_res" != no; then
18861 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18874 for ac_func in \
18875 getaddrinfo \
18876 getnameinfo \
18877 getnetbyname \
18878 getprotobyname \
18879 getprotobynumber \
18880 getservbyport \
18881 inet_network \
18882 sendmsg \
18885 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18886 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18887 $as_echo_n "checking for $ac_func... " >&6; }
18888 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18889 $as_echo_n "(cached) " >&6
18890 else
18891 cat >conftest.$ac_ext <<_ACEOF
18892 /* confdefs.h. */
18893 _ACEOF
18894 cat confdefs.h >>conftest.$ac_ext
18895 cat >>conftest.$ac_ext <<_ACEOF
18896 /* end confdefs.h. */
18897 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18898 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18899 #define $ac_func innocuous_$ac_func
18901 /* System header to define __stub macros and hopefully few prototypes,
18902 which can conflict with char $ac_func (); below.
18903 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18904 <limits.h> exists even on freestanding compilers. */
18906 #ifdef __STDC__
18907 # include <limits.h>
18908 #else
18909 # include <assert.h>
18910 #endif
18912 #undef $ac_func
18914 /* Override any GCC internal prototype to avoid an error.
18915 Use char because int might match the return type of a GCC
18916 builtin and then its argument prototype would still apply. */
18917 #ifdef __cplusplus
18918 extern "C"
18919 #endif
18920 char $ac_func ();
18921 /* The GNU C library defines this for functions which it implements
18922 to always fail with ENOSYS. Some functions are actually named
18923 something starting with __ and the normal name is an alias. */
18924 #if defined __stub_$ac_func || defined __stub___$ac_func
18925 choke me
18926 #endif
18929 main ()
18931 return $ac_func ();
18933 return 0;
18935 _ACEOF
18936 rm -f conftest.$ac_objext conftest$ac_exeext
18937 if { (ac_try="$ac_link"
18938 case "(($ac_try" in
18939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18940 *) ac_try_echo=$ac_try;;
18941 esac
18942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18943 $as_echo "$ac_try_echo") >&5
18944 (eval "$ac_link") 2>conftest.er1
18945 ac_status=$?
18946 grep -v '^ *+' conftest.er1 >conftest.err
18947 rm -f conftest.er1
18948 cat conftest.err >&5
18949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950 (exit $ac_status); } && {
18951 test -z "$ac_c_werror_flag" ||
18952 test ! -s conftest.err
18953 } && test -s conftest$ac_exeext && {
18954 test "$cross_compiling" = yes ||
18955 $as_test_x conftest$ac_exeext
18956 }; then
18957 eval "$as_ac_var=yes"
18958 else
18959 $as_echo "$as_me: failed program was:" >&5
18960 sed 's/^/| /' conftest.$ac_ext >&5
18962 eval "$as_ac_var=no"
18965 rm -rf conftest.dSYM
18966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18967 conftest$ac_exeext conftest.$ac_ext
18969 ac_res=`eval 'as_val=${'$as_ac_var'}
18970 $as_echo "$as_val"'`
18971 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18972 $as_echo "$ac_res" >&6; }
18973 as_val=`eval 'as_val=${'$as_ac_var'}
18974 $as_echo "$as_val"'`
18975 if test "x$as_val" = x""yes; then
18976 cat >>confdefs.h <<_ACEOF
18977 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18978 _ACEOF
18981 done
18984 LDAPLIBS=""
18986 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18987 then
18988 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18989 $as_echo_n "checking for LDAPSortKey... " >&6; }
18990 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18991 $as_echo_n "(cached) " >&6
18992 else
18993 ac_cv_type_LDAPSortKey=no
18994 cat >conftest.$ac_ext <<_ACEOF
18995 /* confdefs.h. */
18996 _ACEOF
18997 cat confdefs.h >>conftest.$ac_ext
18998 cat >>conftest.$ac_ext <<_ACEOF
18999 /* end confdefs.h. */
19000 #include <ldap.h>
19003 main ()
19005 if (sizeof (LDAPSortKey))
19006 return 0;
19008 return 0;
19010 _ACEOF
19011 rm -f conftest.$ac_objext
19012 if { (ac_try="$ac_compile"
19013 case "(($ac_try" in
19014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19015 *) ac_try_echo=$ac_try;;
19016 esac
19017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19018 $as_echo "$ac_try_echo") >&5
19019 (eval "$ac_compile") 2>conftest.er1
19020 ac_status=$?
19021 grep -v '^ *+' conftest.er1 >conftest.err
19022 rm -f conftest.er1
19023 cat conftest.err >&5
19024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); } && {
19026 test -z "$ac_c_werror_flag" ||
19027 test ! -s conftest.err
19028 } && test -s conftest.$ac_objext; then
19029 cat >conftest.$ac_ext <<_ACEOF
19030 /* confdefs.h. */
19031 _ACEOF
19032 cat confdefs.h >>conftest.$ac_ext
19033 cat >>conftest.$ac_ext <<_ACEOF
19034 /* end confdefs.h. */
19035 #include <ldap.h>
19038 main ()
19040 if (sizeof ((LDAPSortKey)))
19041 return 0;
19043 return 0;
19045 _ACEOF
19046 rm -f conftest.$ac_objext
19047 if { (ac_try="$ac_compile"
19048 case "(($ac_try" in
19049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19050 *) ac_try_echo=$ac_try;;
19051 esac
19052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19053 $as_echo "$ac_try_echo") >&5
19054 (eval "$ac_compile") 2>conftest.er1
19055 ac_status=$?
19056 grep -v '^ *+' conftest.er1 >conftest.err
19057 rm -f conftest.er1
19058 cat conftest.err >&5
19059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19060 (exit $ac_status); } && {
19061 test -z "$ac_c_werror_flag" ||
19062 test ! -s conftest.err
19063 } && test -s conftest.$ac_objext; then
19065 else
19066 $as_echo "$as_me: failed program was:" >&5
19067 sed 's/^/| /' conftest.$ac_ext >&5
19069 ac_cv_type_LDAPSortKey=yes
19072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19073 else
19074 $as_echo "$as_me: failed program was:" >&5
19075 sed 's/^/| /' conftest.$ac_ext >&5
19080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19082 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19083 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19084 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19085 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19086 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19087 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19088 $as_echo_n "(cached) " >&6
19089 else
19090 ac_check_lib_save_LIBS=$LIBS
19091 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19092 cat >conftest.$ac_ext <<_ACEOF
19093 /* confdefs.h. */
19094 _ACEOF
19095 cat confdefs.h >>conftest.$ac_ext
19096 cat >>conftest.$ac_ext <<_ACEOF
19097 /* end confdefs.h. */
19099 /* Override any GCC internal prototype to avoid an error.
19100 Use char because int might match the return type of a GCC
19101 builtin and then its argument prototype would still apply. */
19102 #ifdef __cplusplus
19103 extern "C"
19104 #endif
19105 char ldap_initialize ();
19107 main ()
19109 return ldap_initialize ();
19111 return 0;
19113 _ACEOF
19114 rm -f conftest.$ac_objext conftest$ac_exeext
19115 if { (ac_try="$ac_link"
19116 case "(($ac_try" in
19117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19118 *) ac_try_echo=$ac_try;;
19119 esac
19120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19121 $as_echo "$ac_try_echo") >&5
19122 (eval "$ac_link") 2>conftest.er1
19123 ac_status=$?
19124 grep -v '^ *+' conftest.er1 >conftest.err
19125 rm -f conftest.er1
19126 cat conftest.err >&5
19127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19128 (exit $ac_status); } && {
19129 test -z "$ac_c_werror_flag" ||
19130 test ! -s conftest.err
19131 } && test -s conftest$ac_exeext && {
19132 test "$cross_compiling" = yes ||
19133 $as_test_x conftest$ac_exeext
19134 }; then
19135 ac_cv_lib_ldap_r_ldap_initialize=yes
19136 else
19137 $as_echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.$ac_ext >&5
19140 ac_cv_lib_ldap_r_ldap_initialize=no
19143 rm -rf conftest.dSYM
19144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19145 conftest$ac_exeext conftest.$ac_ext
19146 LIBS=$ac_check_lib_save_LIBS
19148 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19149 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19150 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19151 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19152 $as_echo_n "checking for ber_init in -llber... " >&6; }
19153 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19154 $as_echo_n "(cached) " >&6
19155 else
19156 ac_check_lib_save_LIBS=$LIBS
19157 LIBS="-llber $LIBPTHREAD $LIBS"
19158 cat >conftest.$ac_ext <<_ACEOF
19159 /* confdefs.h. */
19160 _ACEOF
19161 cat confdefs.h >>conftest.$ac_ext
19162 cat >>conftest.$ac_ext <<_ACEOF
19163 /* end confdefs.h. */
19165 /* Override any GCC internal prototype to avoid an error.
19166 Use char because int might match the return type of a GCC
19167 builtin and then its argument prototype would still apply. */
19168 #ifdef __cplusplus
19169 extern "C"
19170 #endif
19171 char ber_init ();
19173 main ()
19175 return ber_init ();
19177 return 0;
19179 _ACEOF
19180 rm -f conftest.$ac_objext conftest$ac_exeext
19181 if { (ac_try="$ac_link"
19182 case "(($ac_try" in
19183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19184 *) ac_try_echo=$ac_try;;
19185 esac
19186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19187 $as_echo "$ac_try_echo") >&5
19188 (eval "$ac_link") 2>conftest.er1
19189 ac_status=$?
19190 grep -v '^ *+' conftest.er1 >conftest.err
19191 rm -f conftest.er1
19192 cat conftest.err >&5
19193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } && {
19195 test -z "$ac_c_werror_flag" ||
19196 test ! -s conftest.err
19197 } && test -s conftest$ac_exeext && {
19198 test "$cross_compiling" = yes ||
19199 $as_test_x conftest$ac_exeext
19200 }; then
19201 ac_cv_lib_lber_ber_init=yes
19202 else
19203 $as_echo "$as_me: failed program was:" >&5
19204 sed 's/^/| /' conftest.$ac_ext >&5
19206 ac_cv_lib_lber_ber_init=no
19209 rm -rf conftest.dSYM
19210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19211 conftest$ac_exeext conftest.$ac_ext
19212 LIBS=$ac_check_lib_save_LIBS
19214 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19215 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19216 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19218 cat >>confdefs.h <<\_ACEOF
19219 #define HAVE_LDAP 1
19220 _ACEOF
19222 LDAPLIBS="-lldap_r -llber"
19229 ac_wine_check_funcs_save_LIBS="$LIBS"
19230 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19239 for ac_func in \
19240 ldap_count_references \
19241 ldap_first_reference \
19242 ldap_next_reference \
19243 ldap_parse_reference \
19244 ldap_parse_sort_control \
19245 ldap_parse_sortresponse_control \
19246 ldap_parse_vlv_control \
19247 ldap_parse_vlvresponse_control
19249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19250 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19251 $as_echo_n "checking for $ac_func... " >&6; }
19252 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19253 $as_echo_n "(cached) " >&6
19254 else
19255 cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h. */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h. */
19261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19263 #define $ac_func innocuous_$ac_func
19265 /* System header to define __stub macros and hopefully few prototypes,
19266 which can conflict with char $ac_func (); below.
19267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19268 <limits.h> exists even on freestanding compilers. */
19270 #ifdef __STDC__
19271 # include <limits.h>
19272 #else
19273 # include <assert.h>
19274 #endif
19276 #undef $ac_func
19278 /* Override any GCC internal prototype to avoid an error.
19279 Use char because int might match the return type of a GCC
19280 builtin and then its argument prototype would still apply. */
19281 #ifdef __cplusplus
19282 extern "C"
19283 #endif
19284 char $ac_func ();
19285 /* The GNU C library defines this for functions which it implements
19286 to always fail with ENOSYS. Some functions are actually named
19287 something starting with __ and the normal name is an alias. */
19288 #if defined __stub_$ac_func || defined __stub___$ac_func
19289 choke me
19290 #endif
19293 main ()
19295 return $ac_func ();
19297 return 0;
19299 _ACEOF
19300 rm -f conftest.$ac_objext conftest$ac_exeext
19301 if { (ac_try="$ac_link"
19302 case "(($ac_try" in
19303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19304 *) ac_try_echo=$ac_try;;
19305 esac
19306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19307 $as_echo "$ac_try_echo") >&5
19308 (eval "$ac_link") 2>conftest.er1
19309 ac_status=$?
19310 grep -v '^ *+' conftest.er1 >conftest.err
19311 rm -f conftest.er1
19312 cat conftest.err >&5
19313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19314 (exit $ac_status); } && {
19315 test -z "$ac_c_werror_flag" ||
19316 test ! -s conftest.err
19317 } && test -s conftest$ac_exeext && {
19318 test "$cross_compiling" = yes ||
19319 $as_test_x conftest$ac_exeext
19320 }; then
19321 eval "$as_ac_var=yes"
19322 else
19323 $as_echo "$as_me: failed program was:" >&5
19324 sed 's/^/| /' conftest.$ac_ext >&5
19326 eval "$as_ac_var=no"
19329 rm -rf conftest.dSYM
19330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19331 conftest$ac_exeext conftest.$ac_ext
19333 ac_res=`eval 'as_val=${'$as_ac_var'}
19334 $as_echo "$as_val"'`
19335 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19336 $as_echo "$ac_res" >&6; }
19337 as_val=`eval 'as_val=${'$as_ac_var'}
19338 $as_echo "$as_val"'`
19339 if test "x$as_val" = x""yes; then
19340 cat >>confdefs.h <<_ACEOF
19341 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19342 _ACEOF
19345 done
19347 LIBS="$ac_wine_check_funcs_save_LIBS"
19349 if test "x$LDAPLIBS" = "x"; then
19350 case "x$with_ldap" in
19351 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19352 xno) ;;
19353 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19354 This is an error since --with-ldap was requested." >&5
19355 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19356 This is an error since --with-ldap was requested." >&2;}
19357 { (exit 1); exit 1; }; } ;;
19358 esac
19362 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19363 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19364 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19365 $as_echo_n "(cached) " >&6
19366 else
19367 cat >conftest.$ac_ext <<_ACEOF
19368 /* confdefs.h. */
19369 _ACEOF
19370 cat confdefs.h >>conftest.$ac_ext
19371 cat >>conftest.$ac_ext <<_ACEOF
19372 /* end confdefs.h. */
19373 #include <sys/stat.h>
19375 main ()
19377 mkdir("foo");
19379 return 0;
19381 _ACEOF
19382 rm -f conftest.$ac_objext
19383 if { (ac_try="$ac_compile"
19384 case "(($ac_try" in
19385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19386 *) ac_try_echo=$ac_try;;
19387 esac
19388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19389 $as_echo "$ac_try_echo") >&5
19390 (eval "$ac_compile") 2>conftest.er1
19391 ac_status=$?
19392 grep -v '^ *+' conftest.er1 >conftest.err
19393 rm -f conftest.er1
19394 cat conftest.err >&5
19395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396 (exit $ac_status); } && {
19397 test -z "$ac_c_werror_flag" ||
19398 test ! -s conftest.err
19399 } && test -s conftest.$ac_objext; then
19400 wine_cv_one_arg_mkdir=yes
19401 else
19402 $as_echo "$as_me: failed program was:" >&5
19403 sed 's/^/| /' conftest.$ac_ext >&5
19405 wine_cv_one_arg_mkdir=no
19408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19410 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19411 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19412 if test "$wine_cv_one_arg_mkdir" = "yes"
19413 then
19415 cat >>confdefs.h <<\_ACEOF
19416 #define HAVE_ONE_ARG_MKDIR 1
19417 _ACEOF
19422 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19423 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19424 if test "${ac_cv_c_const+set}" = set; then
19425 $as_echo_n "(cached) " >&6
19426 else
19427 cat >conftest.$ac_ext <<_ACEOF
19428 /* confdefs.h. */
19429 _ACEOF
19430 cat confdefs.h >>conftest.$ac_ext
19431 cat >>conftest.$ac_ext <<_ACEOF
19432 /* end confdefs.h. */
19435 main ()
19437 /* FIXME: Include the comments suggested by Paul. */
19438 #ifndef __cplusplus
19439 /* Ultrix mips cc rejects this. */
19440 typedef int charset[2];
19441 const charset cs;
19442 /* SunOS 4.1.1 cc rejects this. */
19443 char const *const *pcpcc;
19444 char **ppc;
19445 /* NEC SVR4.0.2 mips cc rejects this. */
19446 struct point {int x, y;};
19447 static struct point const zero = {0,0};
19448 /* AIX XL C 1.02.0.0 rejects this.
19449 It does not let you subtract one const X* pointer from another in
19450 an arm of an if-expression whose if-part is not a constant
19451 expression */
19452 const char *g = "string";
19453 pcpcc = &g + (g ? g-g : 0);
19454 /* HPUX 7.0 cc rejects these. */
19455 ++pcpcc;
19456 ppc = (char**) pcpcc;
19457 pcpcc = (char const *const *) ppc;
19458 { /* SCO 3.2v4 cc rejects this. */
19459 char *t;
19460 char const *s = 0 ? (char *) 0 : (char const *) 0;
19462 *t++ = 0;
19463 if (s) return 0;
19465 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19466 int x[] = {25, 17};
19467 const int *foo = &x[0];
19468 ++foo;
19470 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19471 typedef const int *iptr;
19472 iptr p = 0;
19473 ++p;
19475 { /* AIX XL C 1.02.0.0 rejects this saying
19476 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19477 struct s { int j; const int *ap[3]; };
19478 struct s *b; b->j = 5;
19480 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19481 const int foo = 10;
19482 if (!foo) return 0;
19484 return !cs[0] && !zero.x;
19485 #endif
19488 return 0;
19490 _ACEOF
19491 rm -f conftest.$ac_objext
19492 if { (ac_try="$ac_compile"
19493 case "(($ac_try" in
19494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19495 *) ac_try_echo=$ac_try;;
19496 esac
19497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19498 $as_echo "$ac_try_echo") >&5
19499 (eval "$ac_compile") 2>conftest.er1
19500 ac_status=$?
19501 grep -v '^ *+' conftest.er1 >conftest.err
19502 rm -f conftest.er1
19503 cat conftest.err >&5
19504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19505 (exit $ac_status); } && {
19506 test -z "$ac_c_werror_flag" ||
19507 test ! -s conftest.err
19508 } && test -s conftest.$ac_objext; then
19509 ac_cv_c_const=yes
19510 else
19511 $as_echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19514 ac_cv_c_const=no
19517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19519 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19520 $as_echo "$ac_cv_c_const" >&6; }
19521 if test $ac_cv_c_const = no; then
19523 cat >>confdefs.h <<\_ACEOF
19524 #define const /**/
19525 _ACEOF
19529 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19530 $as_echo_n "checking for inline... " >&6; }
19531 if test "${ac_cv_c_inline+set}" = set; then
19532 $as_echo_n "(cached) " >&6
19533 else
19534 ac_cv_c_inline=no
19535 for ac_kw in inline __inline__ __inline; do
19536 cat >conftest.$ac_ext <<_ACEOF
19537 /* confdefs.h. */
19538 _ACEOF
19539 cat confdefs.h >>conftest.$ac_ext
19540 cat >>conftest.$ac_ext <<_ACEOF
19541 /* end confdefs.h. */
19542 #ifndef __cplusplus
19543 typedef int foo_t;
19544 static $ac_kw foo_t static_foo () {return 0; }
19545 $ac_kw foo_t foo () {return 0; }
19546 #endif
19548 _ACEOF
19549 rm -f conftest.$ac_objext
19550 if { (ac_try="$ac_compile"
19551 case "(($ac_try" in
19552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19553 *) ac_try_echo=$ac_try;;
19554 esac
19555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19556 $as_echo "$ac_try_echo") >&5
19557 (eval "$ac_compile") 2>conftest.er1
19558 ac_status=$?
19559 grep -v '^ *+' conftest.er1 >conftest.err
19560 rm -f conftest.er1
19561 cat conftest.err >&5
19562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563 (exit $ac_status); } && {
19564 test -z "$ac_c_werror_flag" ||
19565 test ! -s conftest.err
19566 } && test -s conftest.$ac_objext; then
19567 ac_cv_c_inline=$ac_kw
19568 else
19569 $as_echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.$ac_ext >&5
19575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19576 test "$ac_cv_c_inline" != no && break
19577 done
19580 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19581 $as_echo "$ac_cv_c_inline" >&6; }
19584 case $ac_cv_c_inline in
19585 inline | yes) ;;
19587 case $ac_cv_c_inline in
19588 no) ac_val=;;
19589 *) ac_val=$ac_cv_c_inline;;
19590 esac
19591 cat >>confdefs.h <<_ACEOF
19592 #ifndef __cplusplus
19593 #define inline $ac_val
19594 #endif
19595 _ACEOF
19597 esac
19599 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19600 $as_echo_n "checking for mode_t... " >&6; }
19601 if test "${ac_cv_type_mode_t+set}" = set; then
19602 $as_echo_n "(cached) " >&6
19603 else
19604 ac_cv_type_mode_t=no
19605 cat >conftest.$ac_ext <<_ACEOF
19606 /* confdefs.h. */
19607 _ACEOF
19608 cat confdefs.h >>conftest.$ac_ext
19609 cat >>conftest.$ac_ext <<_ACEOF
19610 /* end confdefs.h. */
19611 $ac_includes_default
19613 main ()
19615 if (sizeof (mode_t))
19616 return 0;
19618 return 0;
19620 _ACEOF
19621 rm -f conftest.$ac_objext
19622 if { (ac_try="$ac_compile"
19623 case "(($ac_try" in
19624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19625 *) ac_try_echo=$ac_try;;
19626 esac
19627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19628 $as_echo "$ac_try_echo") >&5
19629 (eval "$ac_compile") 2>conftest.er1
19630 ac_status=$?
19631 grep -v '^ *+' conftest.er1 >conftest.err
19632 rm -f conftest.er1
19633 cat conftest.err >&5
19634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); } && {
19636 test -z "$ac_c_werror_flag" ||
19637 test ! -s conftest.err
19638 } && test -s conftest.$ac_objext; then
19639 cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h. */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h. */
19645 $ac_includes_default
19647 main ()
19649 if (sizeof ((mode_t)))
19650 return 0;
19652 return 0;
19654 _ACEOF
19655 rm -f conftest.$ac_objext
19656 if { (ac_try="$ac_compile"
19657 case "(($ac_try" in
19658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19659 *) ac_try_echo=$ac_try;;
19660 esac
19661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19662 $as_echo "$ac_try_echo") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19674 else
19675 $as_echo "$as_me: failed program was:" >&5
19676 sed 's/^/| /' conftest.$ac_ext >&5
19678 ac_cv_type_mode_t=yes
19681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19682 else
19683 $as_echo "$as_me: failed program was:" >&5
19684 sed 's/^/| /' conftest.$ac_ext >&5
19689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19691 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19692 $as_echo "$ac_cv_type_mode_t" >&6; }
19693 if test "x$ac_cv_type_mode_t" = x""yes; then
19695 cat >>confdefs.h <<_ACEOF
19696 #define HAVE_MODE_T 1
19697 _ACEOF
19701 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19702 $as_echo_n "checking for off_t... " >&6; }
19703 if test "${ac_cv_type_off_t+set}" = set; then
19704 $as_echo_n "(cached) " >&6
19705 else
19706 ac_cv_type_off_t=no
19707 cat >conftest.$ac_ext <<_ACEOF
19708 /* confdefs.h. */
19709 _ACEOF
19710 cat confdefs.h >>conftest.$ac_ext
19711 cat >>conftest.$ac_ext <<_ACEOF
19712 /* end confdefs.h. */
19713 $ac_includes_default
19715 main ()
19717 if (sizeof (off_t))
19718 return 0;
19720 return 0;
19722 _ACEOF
19723 rm -f conftest.$ac_objext
19724 if { (ac_try="$ac_compile"
19725 case "(($ac_try" in
19726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19727 *) ac_try_echo=$ac_try;;
19728 esac
19729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19730 $as_echo "$ac_try_echo") >&5
19731 (eval "$ac_compile") 2>conftest.er1
19732 ac_status=$?
19733 grep -v '^ *+' conftest.er1 >conftest.err
19734 rm -f conftest.er1
19735 cat conftest.err >&5
19736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19737 (exit $ac_status); } && {
19738 test -z "$ac_c_werror_flag" ||
19739 test ! -s conftest.err
19740 } && test -s conftest.$ac_objext; then
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 $ac_includes_default
19749 main ()
19751 if (sizeof ((off_t)))
19752 return 0;
19754 return 0;
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761 *) ac_try_echo=$ac_try;;
19762 esac
19763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19764 $as_echo "$ac_try_echo") >&5
19765 (eval "$ac_compile") 2>conftest.er1
19766 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && {
19772 test -z "$ac_c_werror_flag" ||
19773 test ! -s conftest.err
19774 } && test -s conftest.$ac_objext; then
19776 else
19777 $as_echo "$as_me: failed program was:" >&5
19778 sed 's/^/| /' conftest.$ac_ext >&5
19780 ac_cv_type_off_t=yes
19783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 else
19785 $as_echo "$as_me: failed program was:" >&5
19786 sed 's/^/| /' conftest.$ac_ext >&5
19791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19793 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19794 $as_echo "$ac_cv_type_off_t" >&6; }
19795 if test "x$ac_cv_type_off_t" = x""yes; then
19797 cat >>confdefs.h <<_ACEOF
19798 #define HAVE_OFF_T 1
19799 _ACEOF
19803 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19804 $as_echo_n "checking for pid_t... " >&6; }
19805 if test "${ac_cv_type_pid_t+set}" = set; then
19806 $as_echo_n "(cached) " >&6
19807 else
19808 ac_cv_type_pid_t=no
19809 cat >conftest.$ac_ext <<_ACEOF
19810 /* confdefs.h. */
19811 _ACEOF
19812 cat confdefs.h >>conftest.$ac_ext
19813 cat >>conftest.$ac_ext <<_ACEOF
19814 /* end confdefs.h. */
19815 $ac_includes_default
19817 main ()
19819 if (sizeof (pid_t))
19820 return 0;
19822 return 0;
19824 _ACEOF
19825 rm -f conftest.$ac_objext
19826 if { (ac_try="$ac_compile"
19827 case "(($ac_try" in
19828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19829 *) ac_try_echo=$ac_try;;
19830 esac
19831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19832 $as_echo "$ac_try_echo") >&5
19833 (eval "$ac_compile") 2>conftest.er1
19834 ac_status=$?
19835 grep -v '^ *+' conftest.er1 >conftest.err
19836 rm -f conftest.er1
19837 cat conftest.err >&5
19838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } && {
19840 test -z "$ac_c_werror_flag" ||
19841 test ! -s conftest.err
19842 } && test -s conftest.$ac_objext; then
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19851 main ()
19853 if (sizeof ((pid_t)))
19854 return 0;
19856 return 0;
19858 _ACEOF
19859 rm -f conftest.$ac_objext
19860 if { (ac_try="$ac_compile"
19861 case "(($ac_try" in
19862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19863 *) ac_try_echo=$ac_try;;
19864 esac
19865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19866 $as_echo "$ac_try_echo") >&5
19867 (eval "$ac_compile") 2>conftest.er1
19868 ac_status=$?
19869 grep -v '^ *+' conftest.er1 >conftest.err
19870 rm -f conftest.er1
19871 cat conftest.err >&5
19872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); } && {
19874 test -z "$ac_c_werror_flag" ||
19875 test ! -s conftest.err
19876 } && test -s conftest.$ac_objext; then
19878 else
19879 $as_echo "$as_me: failed program was:" >&5
19880 sed 's/^/| /' conftest.$ac_ext >&5
19882 ac_cv_type_pid_t=yes
19885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19886 else
19887 $as_echo "$as_me: failed program was:" >&5
19888 sed 's/^/| /' conftest.$ac_ext >&5
19893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19895 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19896 $as_echo "$ac_cv_type_pid_t" >&6; }
19897 if test "x$ac_cv_type_pid_t" = x""yes; then
19899 cat >>confdefs.h <<_ACEOF
19900 #define HAVE_PID_T 1
19901 _ACEOF
19905 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19906 $as_echo_n "checking for size_t... " >&6; }
19907 if test "${ac_cv_type_size_t+set}" = set; then
19908 $as_echo_n "(cached) " >&6
19909 else
19910 ac_cv_type_size_t=no
19911 cat >conftest.$ac_ext <<_ACEOF
19912 /* confdefs.h. */
19913 _ACEOF
19914 cat confdefs.h >>conftest.$ac_ext
19915 cat >>conftest.$ac_ext <<_ACEOF
19916 /* end confdefs.h. */
19917 $ac_includes_default
19919 main ()
19921 if (sizeof (size_t))
19922 return 0;
19924 return 0;
19926 _ACEOF
19927 rm -f conftest.$ac_objext
19928 if { (ac_try="$ac_compile"
19929 case "(($ac_try" in
19930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19931 *) ac_try_echo=$ac_try;;
19932 esac
19933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19934 $as_echo "$ac_try_echo") >&5
19935 (eval "$ac_compile") 2>conftest.er1
19936 ac_status=$?
19937 grep -v '^ *+' conftest.er1 >conftest.err
19938 rm -f conftest.er1
19939 cat conftest.err >&5
19940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19941 (exit $ac_status); } && {
19942 test -z "$ac_c_werror_flag" ||
19943 test ! -s conftest.err
19944 } && test -s conftest.$ac_objext; then
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 $ac_includes_default
19953 main ()
19955 if (sizeof ((size_t)))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19968 $as_echo "$ac_try_echo") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19980 else
19981 $as_echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19984 ac_cv_type_size_t=yes
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19988 else
19989 $as_echo "$as_me: failed program was:" >&5
19990 sed 's/^/| /' conftest.$ac_ext >&5
19995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19997 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19998 $as_echo "$ac_cv_type_size_t" >&6; }
19999 if test "x$ac_cv_type_size_t" = x""yes; then
20001 cat >>confdefs.h <<_ACEOF
20002 #define HAVE_SIZE_T 1
20003 _ACEOF
20007 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20008 $as_echo_n "checking for ssize_t... " >&6; }
20009 if test "${ac_cv_type_ssize_t+set}" = set; then
20010 $as_echo_n "(cached) " >&6
20011 else
20012 ac_cv_type_ssize_t=no
20013 cat >conftest.$ac_ext <<_ACEOF
20014 /* confdefs.h. */
20015 _ACEOF
20016 cat confdefs.h >>conftest.$ac_ext
20017 cat >>conftest.$ac_ext <<_ACEOF
20018 /* end confdefs.h. */
20019 $ac_includes_default
20021 main ()
20023 if (sizeof (ssize_t))
20024 return 0;
20026 return 0;
20028 _ACEOF
20029 rm -f conftest.$ac_objext
20030 if { (ac_try="$ac_compile"
20031 case "(($ac_try" in
20032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20033 *) ac_try_echo=$ac_try;;
20034 esac
20035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20036 $as_echo "$ac_try_echo") >&5
20037 (eval "$ac_compile") 2>conftest.er1
20038 ac_status=$?
20039 grep -v '^ *+' conftest.er1 >conftest.err
20040 rm -f conftest.er1
20041 cat conftest.err >&5
20042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20043 (exit $ac_status); } && {
20044 test -z "$ac_c_werror_flag" ||
20045 test ! -s conftest.err
20046 } && test -s conftest.$ac_objext; then
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 $ac_includes_default
20055 main ()
20057 if (sizeof ((ssize_t)))
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20070 $as_echo "$ac_try_echo") >&5
20071 (eval "$ac_compile") 2>conftest.er1
20072 ac_status=$?
20073 grep -v '^ *+' conftest.er1 >conftest.err
20074 rm -f conftest.er1
20075 cat conftest.err >&5
20076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); } && {
20078 test -z "$ac_c_werror_flag" ||
20079 test ! -s conftest.err
20080 } && test -s conftest.$ac_objext; then
20082 else
20083 $as_echo "$as_me: failed program was:" >&5
20084 sed 's/^/| /' conftest.$ac_ext >&5
20086 ac_cv_type_ssize_t=yes
20089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20090 else
20091 $as_echo "$as_me: failed program was:" >&5
20092 sed 's/^/| /' conftest.$ac_ext >&5
20097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20099 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20100 $as_echo "$ac_cv_type_ssize_t" >&6; }
20101 if test "x$ac_cv_type_ssize_t" = x""yes; then
20103 cat >>confdefs.h <<_ACEOF
20104 #define HAVE_SSIZE_T 1
20105 _ACEOF
20109 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20110 $as_echo_n "checking for long long... " >&6; }
20111 if test "${ac_cv_type_long_long+set}" = set; then
20112 $as_echo_n "(cached) " >&6
20113 else
20114 ac_cv_type_long_long=no
20115 cat >conftest.$ac_ext <<_ACEOF
20116 /* confdefs.h. */
20117 _ACEOF
20118 cat confdefs.h >>conftest.$ac_ext
20119 cat >>conftest.$ac_ext <<_ACEOF
20120 /* end confdefs.h. */
20121 $ac_includes_default
20123 main ()
20125 if (sizeof (long long))
20126 return 0;
20128 return 0;
20130 _ACEOF
20131 rm -f conftest.$ac_objext
20132 if { (ac_try="$ac_compile"
20133 case "(($ac_try" in
20134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20135 *) ac_try_echo=$ac_try;;
20136 esac
20137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20138 $as_echo "$ac_try_echo") >&5
20139 (eval "$ac_compile") 2>conftest.er1
20140 ac_status=$?
20141 grep -v '^ *+' conftest.er1 >conftest.err
20142 rm -f conftest.er1
20143 cat conftest.err >&5
20144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20145 (exit $ac_status); } && {
20146 test -z "$ac_c_werror_flag" ||
20147 test ! -s conftest.err
20148 } && test -s conftest.$ac_objext; then
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 $ac_includes_default
20157 main ()
20159 if (sizeof ((long long)))
20160 return 0;
20162 return 0;
20164 _ACEOF
20165 rm -f conftest.$ac_objext
20166 if { (ac_try="$ac_compile"
20167 case "(($ac_try" in
20168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20169 *) ac_try_echo=$ac_try;;
20170 esac
20171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20172 $as_echo "$ac_try_echo") >&5
20173 (eval "$ac_compile") 2>conftest.er1
20174 ac_status=$?
20175 grep -v '^ *+' conftest.er1 >conftest.err
20176 rm -f conftest.er1
20177 cat conftest.err >&5
20178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20179 (exit $ac_status); } && {
20180 test -z "$ac_c_werror_flag" ||
20181 test ! -s conftest.err
20182 } && test -s conftest.$ac_objext; then
20184 else
20185 $as_echo "$as_me: failed program was:" >&5
20186 sed 's/^/| /' conftest.$ac_ext >&5
20188 ac_cv_type_long_long=yes
20191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20192 else
20193 $as_echo "$as_me: failed program was:" >&5
20194 sed 's/^/| /' conftest.$ac_ext >&5
20199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20201 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20202 $as_echo "$ac_cv_type_long_long" >&6; }
20203 if test "x$ac_cv_type_long_long" = x""yes; then
20205 cat >>confdefs.h <<_ACEOF
20206 #define HAVE_LONG_LONG 1
20207 _ACEOF
20211 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20212 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20213 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20214 $as_echo_n "(cached) " >&6
20215 else
20216 ac_cv_type_fsblkcnt_t=no
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h. */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 $ac_includes_default
20225 main ()
20227 if (sizeof (fsblkcnt_t))
20228 return 0;
20230 return 0;
20232 _ACEOF
20233 rm -f conftest.$ac_objext
20234 if { (ac_try="$ac_compile"
20235 case "(($ac_try" in
20236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20237 *) ac_try_echo=$ac_try;;
20238 esac
20239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20240 $as_echo "$ac_try_echo") >&5
20241 (eval "$ac_compile") 2>conftest.er1
20242 ac_status=$?
20243 grep -v '^ *+' conftest.er1 >conftest.err
20244 rm -f conftest.er1
20245 cat conftest.err >&5
20246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); } && {
20248 test -z "$ac_c_werror_flag" ||
20249 test ! -s conftest.err
20250 } && test -s conftest.$ac_objext; then
20251 cat >conftest.$ac_ext <<_ACEOF
20252 /* confdefs.h. */
20253 _ACEOF
20254 cat confdefs.h >>conftest.$ac_ext
20255 cat >>conftest.$ac_ext <<_ACEOF
20256 /* end confdefs.h. */
20257 $ac_includes_default
20259 main ()
20261 if (sizeof ((fsblkcnt_t)))
20262 return 0;
20264 return 0;
20266 _ACEOF
20267 rm -f conftest.$ac_objext
20268 if { (ac_try="$ac_compile"
20269 case "(($ac_try" in
20270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20271 *) ac_try_echo=$ac_try;;
20272 esac
20273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20274 $as_echo "$ac_try_echo") >&5
20275 (eval "$ac_compile") 2>conftest.er1
20276 ac_status=$?
20277 grep -v '^ *+' conftest.er1 >conftest.err
20278 rm -f conftest.er1
20279 cat conftest.err >&5
20280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20281 (exit $ac_status); } && {
20282 test -z "$ac_c_werror_flag" ||
20283 test ! -s conftest.err
20284 } && test -s conftest.$ac_objext; then
20286 else
20287 $as_echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20290 ac_cv_type_fsblkcnt_t=yes
20293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20294 else
20295 $as_echo "$as_me: failed program was:" >&5
20296 sed 's/^/| /' conftest.$ac_ext >&5
20301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20303 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20304 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20305 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20307 cat >>confdefs.h <<_ACEOF
20308 #define HAVE_FSBLKCNT_T 1
20309 _ACEOF
20313 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20314 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20315 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20316 $as_echo_n "(cached) " >&6
20317 else
20318 ac_cv_type_fsfilcnt_t=no
20319 cat >conftest.$ac_ext <<_ACEOF
20320 /* confdefs.h. */
20321 _ACEOF
20322 cat confdefs.h >>conftest.$ac_ext
20323 cat >>conftest.$ac_ext <<_ACEOF
20324 /* end confdefs.h. */
20325 $ac_includes_default
20327 main ()
20329 if (sizeof (fsfilcnt_t))
20330 return 0;
20332 return 0;
20334 _ACEOF
20335 rm -f conftest.$ac_objext
20336 if { (ac_try="$ac_compile"
20337 case "(($ac_try" in
20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20339 *) ac_try_echo=$ac_try;;
20340 esac
20341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20342 $as_echo "$ac_try_echo") >&5
20343 (eval "$ac_compile") 2>conftest.er1
20344 ac_status=$?
20345 grep -v '^ *+' conftest.er1 >conftest.err
20346 rm -f conftest.er1
20347 cat conftest.err >&5
20348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20349 (exit $ac_status); } && {
20350 test -z "$ac_c_werror_flag" ||
20351 test ! -s conftest.err
20352 } && test -s conftest.$ac_objext; then
20353 cat >conftest.$ac_ext <<_ACEOF
20354 /* confdefs.h. */
20355 _ACEOF
20356 cat confdefs.h >>conftest.$ac_ext
20357 cat >>conftest.$ac_ext <<_ACEOF
20358 /* end confdefs.h. */
20359 $ac_includes_default
20361 main ()
20363 if (sizeof ((fsfilcnt_t)))
20364 return 0;
20366 return 0;
20368 _ACEOF
20369 rm -f conftest.$ac_objext
20370 if { (ac_try="$ac_compile"
20371 case "(($ac_try" in
20372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373 *) ac_try_echo=$ac_try;;
20374 esac
20375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20376 $as_echo "$ac_try_echo") >&5
20377 (eval "$ac_compile") 2>conftest.er1
20378 ac_status=$?
20379 grep -v '^ *+' conftest.er1 >conftest.err
20380 rm -f conftest.er1
20381 cat conftest.err >&5
20382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20383 (exit $ac_status); } && {
20384 test -z "$ac_c_werror_flag" ||
20385 test ! -s conftest.err
20386 } && test -s conftest.$ac_objext; then
20388 else
20389 $as_echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20392 ac_cv_type_fsfilcnt_t=yes
20395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20396 else
20397 $as_echo "$as_me: failed program was:" >&5
20398 sed 's/^/| /' conftest.$ac_ext >&5
20403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20405 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20406 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20407 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20409 cat >>confdefs.h <<_ACEOF
20410 #define HAVE_FSFILCNT_T 1
20411 _ACEOF
20416 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20417 $as_echo_n "checking for sigset_t... " >&6; }
20418 if test "${ac_cv_type_sigset_t+set}" = set; then
20419 $as_echo_n "(cached) " >&6
20420 else
20421 ac_cv_type_sigset_t=no
20422 cat >conftest.$ac_ext <<_ACEOF
20423 /* confdefs.h. */
20424 _ACEOF
20425 cat confdefs.h >>conftest.$ac_ext
20426 cat >>conftest.$ac_ext <<_ACEOF
20427 /* end confdefs.h. */
20428 #include <sys/types.h>
20429 #include <signal.h>
20432 main ()
20434 if (sizeof (sigset_t))
20435 return 0;
20437 return 0;
20439 _ACEOF
20440 rm -f conftest.$ac_objext
20441 if { (ac_try="$ac_compile"
20442 case "(($ac_try" in
20443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20444 *) ac_try_echo=$ac_try;;
20445 esac
20446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20447 $as_echo "$ac_try_echo") >&5
20448 (eval "$ac_compile") 2>conftest.er1
20449 ac_status=$?
20450 grep -v '^ *+' conftest.er1 >conftest.err
20451 rm -f conftest.er1
20452 cat conftest.err >&5
20453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20454 (exit $ac_status); } && {
20455 test -z "$ac_c_werror_flag" ||
20456 test ! -s conftest.err
20457 } && test -s conftest.$ac_objext; then
20458 cat >conftest.$ac_ext <<_ACEOF
20459 /* confdefs.h. */
20460 _ACEOF
20461 cat confdefs.h >>conftest.$ac_ext
20462 cat >>conftest.$ac_ext <<_ACEOF
20463 /* end confdefs.h. */
20464 #include <sys/types.h>
20465 #include <signal.h>
20468 main ()
20470 if (sizeof ((sigset_t)))
20471 return 0;
20473 return 0;
20475 _ACEOF
20476 rm -f conftest.$ac_objext
20477 if { (ac_try="$ac_compile"
20478 case "(($ac_try" in
20479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20480 *) ac_try_echo=$ac_try;;
20481 esac
20482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20483 $as_echo "$ac_try_echo") >&5
20484 (eval "$ac_compile") 2>conftest.er1
20485 ac_status=$?
20486 grep -v '^ *+' conftest.er1 >conftest.err
20487 rm -f conftest.er1
20488 cat conftest.err >&5
20489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20490 (exit $ac_status); } && {
20491 test -z "$ac_c_werror_flag" ||
20492 test ! -s conftest.err
20493 } && test -s conftest.$ac_objext; then
20495 else
20496 $as_echo "$as_me: failed program was:" >&5
20497 sed 's/^/| /' conftest.$ac_ext >&5
20499 ac_cv_type_sigset_t=yes
20502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20503 else
20504 $as_echo "$as_me: failed program was:" >&5
20505 sed 's/^/| /' conftest.$ac_ext >&5
20510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20512 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20513 $as_echo "$ac_cv_type_sigset_t" >&6; }
20514 if test "x$ac_cv_type_sigset_t" = x""yes; then
20516 cat >>confdefs.h <<_ACEOF
20517 #define HAVE_SIGSET_T 1
20518 _ACEOF
20523 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20524 $as_echo_n "checking for request_sense... " >&6; }
20525 if test "${ac_cv_type_request_sense+set}" = set; then
20526 $as_echo_n "(cached) " >&6
20527 else
20528 ac_cv_type_request_sense=no
20529 cat >conftest.$ac_ext <<_ACEOF
20530 /* confdefs.h. */
20531 _ACEOF
20532 cat confdefs.h >>conftest.$ac_ext
20533 cat >>conftest.$ac_ext <<_ACEOF
20534 /* end confdefs.h. */
20535 #include <linux/cdrom.h>
20538 main ()
20540 if (sizeof (request_sense))
20541 return 0;
20543 return 0;
20545 _ACEOF
20546 rm -f conftest.$ac_objext
20547 if { (ac_try="$ac_compile"
20548 case "(($ac_try" in
20549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20550 *) ac_try_echo=$ac_try;;
20551 esac
20552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20553 $as_echo "$ac_try_echo") >&5
20554 (eval "$ac_compile") 2>conftest.er1
20555 ac_status=$?
20556 grep -v '^ *+' conftest.er1 >conftest.err
20557 rm -f conftest.er1
20558 cat conftest.err >&5
20559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20560 (exit $ac_status); } && {
20561 test -z "$ac_c_werror_flag" ||
20562 test ! -s conftest.err
20563 } && test -s conftest.$ac_objext; then
20564 cat >conftest.$ac_ext <<_ACEOF
20565 /* confdefs.h. */
20566 _ACEOF
20567 cat confdefs.h >>conftest.$ac_ext
20568 cat >>conftest.$ac_ext <<_ACEOF
20569 /* end confdefs.h. */
20570 #include <linux/cdrom.h>
20573 main ()
20575 if (sizeof ((request_sense)))
20576 return 0;
20578 return 0;
20580 _ACEOF
20581 rm -f conftest.$ac_objext
20582 if { (ac_try="$ac_compile"
20583 case "(($ac_try" in
20584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20585 *) ac_try_echo=$ac_try;;
20586 esac
20587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20588 $as_echo "$ac_try_echo") >&5
20589 (eval "$ac_compile") 2>conftest.er1
20590 ac_status=$?
20591 grep -v '^ *+' conftest.er1 >conftest.err
20592 rm -f conftest.er1
20593 cat conftest.err >&5
20594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20595 (exit $ac_status); } && {
20596 test -z "$ac_c_werror_flag" ||
20597 test ! -s conftest.err
20598 } && test -s conftest.$ac_objext; then
20600 else
20601 $as_echo "$as_me: failed program was:" >&5
20602 sed 's/^/| /' conftest.$ac_ext >&5
20604 ac_cv_type_request_sense=yes
20607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20608 else
20609 $as_echo "$as_me: failed program was:" >&5
20610 sed 's/^/| /' conftest.$ac_ext >&5
20615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20617 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20618 $as_echo "$ac_cv_type_request_sense" >&6; }
20619 if test "x$ac_cv_type_request_sense" = x""yes; then
20621 cat >>confdefs.h <<_ACEOF
20622 #define HAVE_REQUEST_SENSE 1
20623 _ACEOF
20629 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20630 $as_echo_n "checking for struct xinpgen... " >&6; }
20631 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20632 $as_echo_n "(cached) " >&6
20633 else
20634 ac_cv_type_struct_xinpgen=no
20635 cat >conftest.$ac_ext <<_ACEOF
20636 /* confdefs.h. */
20637 _ACEOF
20638 cat confdefs.h >>conftest.$ac_ext
20639 cat >>conftest.$ac_ext <<_ACEOF
20640 /* end confdefs.h. */
20641 #include <sys/types.h>
20642 #ifdef HAVE_SYS_SOCKET_H
20643 #include <sys/socket.h>
20644 #endif
20645 #ifdef HAVE_SYS_SOCKETVAR_H
20646 #include <sys/socketvar.h>
20647 #endif
20648 #ifdef HAVE_NET_ROUTE_H
20649 #include <net/route.h>
20650 #endif
20651 #ifdef HAVE_NETINET_IN_H
20652 #include <netinet/in.h>
20653 #endif
20654 #ifdef HAVE_NETINET_IN_SYSTM_H
20655 #include <netinet/in_systm.h>
20656 #endif
20657 #ifdef HAVE_NETINET_IP_H
20658 #include <netinet/ip.h>
20659 #endif
20660 #ifdef HAVE_NETINET_IN_PCB_H
20661 #include <netinet/in_pcb.h>
20662 #endif
20665 main ()
20667 if (sizeof (struct xinpgen))
20668 return 0;
20670 return 0;
20672 _ACEOF
20673 rm -f conftest.$ac_objext
20674 if { (ac_try="$ac_compile"
20675 case "(($ac_try" in
20676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20677 *) ac_try_echo=$ac_try;;
20678 esac
20679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20680 $as_echo "$ac_try_echo") >&5
20681 (eval "$ac_compile") 2>conftest.er1
20682 ac_status=$?
20683 grep -v '^ *+' conftest.er1 >conftest.err
20684 rm -f conftest.er1
20685 cat conftest.err >&5
20686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); } && {
20688 test -z "$ac_c_werror_flag" ||
20689 test ! -s conftest.err
20690 } && test -s conftest.$ac_objext; then
20691 cat >conftest.$ac_ext <<_ACEOF
20692 /* confdefs.h. */
20693 _ACEOF
20694 cat confdefs.h >>conftest.$ac_ext
20695 cat >>conftest.$ac_ext <<_ACEOF
20696 /* end confdefs.h. */
20697 #include <sys/types.h>
20698 #ifdef HAVE_SYS_SOCKET_H
20699 #include <sys/socket.h>
20700 #endif
20701 #ifdef HAVE_SYS_SOCKETVAR_H
20702 #include <sys/socketvar.h>
20703 #endif
20704 #ifdef HAVE_NET_ROUTE_H
20705 #include <net/route.h>
20706 #endif
20707 #ifdef HAVE_NETINET_IN_H
20708 #include <netinet/in.h>
20709 #endif
20710 #ifdef HAVE_NETINET_IN_SYSTM_H
20711 #include <netinet/in_systm.h>
20712 #endif
20713 #ifdef HAVE_NETINET_IP_H
20714 #include <netinet/ip.h>
20715 #endif
20716 #ifdef HAVE_NETINET_IN_PCB_H
20717 #include <netinet/in_pcb.h>
20718 #endif
20721 main ()
20723 if (sizeof ((struct xinpgen)))
20724 return 0;
20726 return 0;
20728 _ACEOF
20729 rm -f conftest.$ac_objext
20730 if { (ac_try="$ac_compile"
20731 case "(($ac_try" in
20732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20733 *) ac_try_echo=$ac_try;;
20734 esac
20735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20736 $as_echo "$ac_try_echo") >&5
20737 (eval "$ac_compile") 2>conftest.er1
20738 ac_status=$?
20739 grep -v '^ *+' conftest.er1 >conftest.err
20740 rm -f conftest.er1
20741 cat conftest.err >&5
20742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20743 (exit $ac_status); } && {
20744 test -z "$ac_c_werror_flag" ||
20745 test ! -s conftest.err
20746 } && test -s conftest.$ac_objext; then
20748 else
20749 $as_echo "$as_me: failed program was:" >&5
20750 sed 's/^/| /' conftest.$ac_ext >&5
20752 ac_cv_type_struct_xinpgen=yes
20755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20756 else
20757 $as_echo "$as_me: failed program was:" >&5
20758 sed 's/^/| /' conftest.$ac_ext >&5
20763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20765 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20766 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20767 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20769 cat >>confdefs.h <<_ACEOF
20770 #define HAVE_STRUCT_XINPGEN 1
20771 _ACEOF
20777 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20778 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20779 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20780 $as_echo_n "(cached) " >&6
20781 else
20782 cat >conftest.$ac_ext <<_ACEOF
20783 /* confdefs.h. */
20784 _ACEOF
20785 cat confdefs.h >>conftest.$ac_ext
20786 cat >>conftest.$ac_ext <<_ACEOF
20787 /* end confdefs.h. */
20788 #ifdef HAVE_LINUX_INPUT_H
20789 #include <linux/input.h>
20790 #endif
20793 main ()
20795 static struct ff_effect ac_aggr;
20796 if (ac_aggr.direction)
20797 return 0;
20799 return 0;
20801 _ACEOF
20802 rm -f conftest.$ac_objext
20803 if { (ac_try="$ac_compile"
20804 case "(($ac_try" in
20805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20806 *) ac_try_echo=$ac_try;;
20807 esac
20808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20809 $as_echo "$ac_try_echo") >&5
20810 (eval "$ac_compile") 2>conftest.er1
20811 ac_status=$?
20812 grep -v '^ *+' conftest.er1 >conftest.err
20813 rm -f conftest.er1
20814 cat conftest.err >&5
20815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20816 (exit $ac_status); } && {
20817 test -z "$ac_c_werror_flag" ||
20818 test ! -s conftest.err
20819 } && test -s conftest.$ac_objext; then
20820 ac_cv_member_struct_ff_effect_direction=yes
20821 else
20822 $as_echo "$as_me: failed program was:" >&5
20823 sed 's/^/| /' conftest.$ac_ext >&5
20825 cat >conftest.$ac_ext <<_ACEOF
20826 /* confdefs.h. */
20827 _ACEOF
20828 cat confdefs.h >>conftest.$ac_ext
20829 cat >>conftest.$ac_ext <<_ACEOF
20830 /* end confdefs.h. */
20831 #ifdef HAVE_LINUX_INPUT_H
20832 #include <linux/input.h>
20833 #endif
20836 main ()
20838 static struct ff_effect ac_aggr;
20839 if (sizeof ac_aggr.direction)
20840 return 0;
20842 return 0;
20844 _ACEOF
20845 rm -f conftest.$ac_objext
20846 if { (ac_try="$ac_compile"
20847 case "(($ac_try" in
20848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20849 *) ac_try_echo=$ac_try;;
20850 esac
20851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20852 $as_echo "$ac_try_echo") >&5
20853 (eval "$ac_compile") 2>conftest.er1
20854 ac_status=$?
20855 grep -v '^ *+' conftest.er1 >conftest.err
20856 rm -f conftest.er1
20857 cat conftest.err >&5
20858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20859 (exit $ac_status); } && {
20860 test -z "$ac_c_werror_flag" ||
20861 test ! -s conftest.err
20862 } && test -s conftest.$ac_objext; then
20863 ac_cv_member_struct_ff_effect_direction=yes
20864 else
20865 $as_echo "$as_me: failed program was:" >&5
20866 sed 's/^/| /' conftest.$ac_ext >&5
20868 ac_cv_member_struct_ff_effect_direction=no
20871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20876 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20877 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20878 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20880 cat >>confdefs.h <<_ACEOF
20881 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20882 _ACEOF
20888 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20889 $as_echo_n "checking for sigaddset... " >&6; }
20890 if test "${wine_cv_have_sigaddset+set}" = set; then
20891 $as_echo_n "(cached) " >&6
20892 else
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <signal.h>
20901 main ()
20903 sigset_t set; sigaddset(&set,SIGTERM);
20905 return 0;
20907 _ACEOF
20908 rm -f conftest.$ac_objext conftest$ac_exeext
20909 if { (ac_try="$ac_link"
20910 case "(($ac_try" in
20911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20912 *) ac_try_echo=$ac_try;;
20913 esac
20914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20915 $as_echo "$ac_try_echo") >&5
20916 (eval "$ac_link") 2>conftest.er1
20917 ac_status=$?
20918 grep -v '^ *+' conftest.er1 >conftest.err
20919 rm -f conftest.er1
20920 cat conftest.err >&5
20921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20922 (exit $ac_status); } && {
20923 test -z "$ac_c_werror_flag" ||
20924 test ! -s conftest.err
20925 } && test -s conftest$ac_exeext && {
20926 test "$cross_compiling" = yes ||
20927 $as_test_x conftest$ac_exeext
20928 }; then
20929 wine_cv_have_sigaddset=yes
20930 else
20931 $as_echo "$as_me: failed program was:" >&5
20932 sed 's/^/| /' conftest.$ac_ext >&5
20934 wine_cv_have_sigaddset=no
20937 rm -rf conftest.dSYM
20938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20939 conftest$ac_exeext conftest.$ac_ext
20941 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20942 $as_echo "$wine_cv_have_sigaddset" >&6; }
20943 if test "$wine_cv_have_sigaddset" = "yes"
20944 then
20946 cat >>confdefs.h <<\_ACEOF
20947 #define HAVE_SIGADDSET 1
20948 _ACEOF
20953 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20954 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20955 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20956 $as_echo_n "(cached) " >&6
20957 else
20958 cat >conftest.$ac_ext <<_ACEOF
20959 /* confdefs.h. */
20960 _ACEOF
20961 cat confdefs.h >>conftest.$ac_ext
20962 cat >>conftest.$ac_ext <<_ACEOF
20963 /* end confdefs.h. */
20964 #include <netdb.h>
20966 main ()
20969 char *name=0;
20970 struct hostent he;
20971 struct hostent *result;
20972 char *buf=0;
20973 int bufsize=0;
20974 int res,errnr;
20975 char *addr=0;
20976 int addrlen=0;
20977 int addrtype=0;
20978 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20979 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20982 return 0;
20984 _ACEOF
20985 rm -f conftest.$ac_objext conftest$ac_exeext
20986 if { (ac_try="$ac_link"
20987 case "(($ac_try" in
20988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20989 *) ac_try_echo=$ac_try;;
20990 esac
20991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20992 $as_echo "$ac_try_echo") >&5
20993 (eval "$ac_link") 2>conftest.er1
20994 ac_status=$?
20995 grep -v '^ *+' conftest.er1 >conftest.err
20996 rm -f conftest.er1
20997 cat conftest.err >&5
20998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); } && {
21000 test -z "$ac_c_werror_flag" ||
21001 test ! -s conftest.err
21002 } && test -s conftest$ac_exeext && {
21003 test "$cross_compiling" = yes ||
21004 $as_test_x conftest$ac_exeext
21005 }; then
21006 wine_cv_linux_gethostbyname_r_6=yes
21007 else
21008 $as_echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21011 wine_cv_linux_gethostbyname_r_6=no
21015 rm -rf conftest.dSYM
21016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21017 conftest$ac_exeext conftest.$ac_ext
21020 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21021 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21022 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21023 then
21025 cat >>confdefs.h <<\_ACEOF
21026 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21027 _ACEOF
21031 if test "$ac_cv_header_linux_joystick_h" = "yes"
21032 then
21033 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21034 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21035 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21036 $as_echo_n "(cached) " >&6
21037 else
21038 cat >conftest.$ac_ext <<_ACEOF
21039 /* confdefs.h. */
21040 _ACEOF
21041 cat confdefs.h >>conftest.$ac_ext
21042 cat >>conftest.$ac_ext <<_ACEOF
21043 /* end confdefs.h. */
21045 #include <sys/ioctl.h>
21046 #include <sys/types.h>
21047 #include <linux/joystick.h>
21049 struct js_event blub;
21050 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21051 #error "no 2.2 header"
21052 #endif
21055 main ()
21057 /*empty*/
21059 return 0;
21061 _ACEOF
21062 rm -f conftest.$ac_objext
21063 if { (ac_try="$ac_compile"
21064 case "(($ac_try" in
21065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21066 *) ac_try_echo=$ac_try;;
21067 esac
21068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21069 $as_echo "$ac_try_echo") >&5
21070 (eval "$ac_compile") 2>conftest.er1
21071 ac_status=$?
21072 grep -v '^ *+' conftest.er1 >conftest.err
21073 rm -f conftest.er1
21074 cat conftest.err >&5
21075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } && {
21077 test -z "$ac_c_werror_flag" ||
21078 test ! -s conftest.err
21079 } && test -s conftest.$ac_objext; then
21080 wine_cv_linux_joystick_22_api=yes
21081 else
21082 $as_echo "$as_me: failed program was:" >&5
21083 sed 's/^/| /' conftest.$ac_ext >&5
21085 wine_cv_linux_joystick_22_api=no
21088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21091 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21092 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21093 if test "$wine_cv_linux_joystick_22_api" = "yes"
21094 then
21096 cat >>confdefs.h <<\_ACEOF
21097 #define HAVE_LINUX_22_JOYSTICK_API 1
21098 _ACEOF
21104 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21105 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21106 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21107 $as_echo_n "(cached) " >&6
21108 else
21109 cat >conftest.$ac_ext <<_ACEOF
21110 /* confdefs.h. */
21111 _ACEOF
21112 cat confdefs.h >>conftest.$ac_ext
21113 cat >>conftest.$ac_ext <<_ACEOF
21114 /* end confdefs.h. */
21115 #include <sys/types.h>
21116 #ifdef HAVE_SYS_PARAM_H
21117 # include <sys/param.h>
21118 #endif
21119 #ifdef HAVE_SYS_MOUNT_H
21120 # include <sys/mount.h>
21121 #endif
21122 #ifdef HAVE_SYS_VFS_H
21123 # include <sys/vfs.h>
21124 #endif
21125 #ifdef HAVE_SYS_STATFS_H
21126 # include <sys/statfs.h>
21127 #endif
21130 main ()
21132 static struct statfs ac_aggr;
21133 if (ac_aggr.f_bfree)
21134 return 0;
21136 return 0;
21138 _ACEOF
21139 rm -f conftest.$ac_objext
21140 if { (ac_try="$ac_compile"
21141 case "(($ac_try" in
21142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21143 *) ac_try_echo=$ac_try;;
21144 esac
21145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21146 $as_echo "$ac_try_echo") >&5
21147 (eval "$ac_compile") 2>conftest.er1
21148 ac_status=$?
21149 grep -v '^ *+' conftest.er1 >conftest.err
21150 rm -f conftest.er1
21151 cat conftest.err >&5
21152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21153 (exit $ac_status); } && {
21154 test -z "$ac_c_werror_flag" ||
21155 test ! -s conftest.err
21156 } && test -s conftest.$ac_objext; then
21157 ac_cv_member_struct_statfs_f_bfree=yes
21158 else
21159 $as_echo "$as_me: failed program was:" >&5
21160 sed 's/^/| /' conftest.$ac_ext >&5
21162 cat >conftest.$ac_ext <<_ACEOF
21163 /* confdefs.h. */
21164 _ACEOF
21165 cat confdefs.h >>conftest.$ac_ext
21166 cat >>conftest.$ac_ext <<_ACEOF
21167 /* end confdefs.h. */
21168 #include <sys/types.h>
21169 #ifdef HAVE_SYS_PARAM_H
21170 # include <sys/param.h>
21171 #endif
21172 #ifdef HAVE_SYS_MOUNT_H
21173 # include <sys/mount.h>
21174 #endif
21175 #ifdef HAVE_SYS_VFS_H
21176 # include <sys/vfs.h>
21177 #endif
21178 #ifdef HAVE_SYS_STATFS_H
21179 # include <sys/statfs.h>
21180 #endif
21183 main ()
21185 static struct statfs ac_aggr;
21186 if (sizeof ac_aggr.f_bfree)
21187 return 0;
21189 return 0;
21191 _ACEOF
21192 rm -f conftest.$ac_objext
21193 if { (ac_try="$ac_compile"
21194 case "(($ac_try" in
21195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21196 *) ac_try_echo=$ac_try;;
21197 esac
21198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21199 $as_echo "$ac_try_echo") >&5
21200 (eval "$ac_compile") 2>conftest.er1
21201 ac_status=$?
21202 grep -v '^ *+' conftest.er1 >conftest.err
21203 rm -f conftest.er1
21204 cat conftest.err >&5
21205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 (exit $ac_status); } && {
21207 test -z "$ac_c_werror_flag" ||
21208 test ! -s conftest.err
21209 } && test -s conftest.$ac_objext; then
21210 ac_cv_member_struct_statfs_f_bfree=yes
21211 else
21212 $as_echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21215 ac_cv_member_struct_statfs_f_bfree=no
21218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21223 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21224 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21225 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21227 cat >>confdefs.h <<_ACEOF
21228 #define HAVE_STRUCT_STATFS_F_BFREE 1
21229 _ACEOF
21233 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21234 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21235 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21236 $as_echo_n "(cached) " >&6
21237 else
21238 cat >conftest.$ac_ext <<_ACEOF
21239 /* confdefs.h. */
21240 _ACEOF
21241 cat confdefs.h >>conftest.$ac_ext
21242 cat >>conftest.$ac_ext <<_ACEOF
21243 /* end confdefs.h. */
21244 #include <sys/types.h>
21245 #ifdef HAVE_SYS_PARAM_H
21246 # include <sys/param.h>
21247 #endif
21248 #ifdef HAVE_SYS_MOUNT_H
21249 # include <sys/mount.h>
21250 #endif
21251 #ifdef HAVE_SYS_VFS_H
21252 # include <sys/vfs.h>
21253 #endif
21254 #ifdef HAVE_SYS_STATFS_H
21255 # include <sys/statfs.h>
21256 #endif
21259 main ()
21261 static struct statfs ac_aggr;
21262 if (ac_aggr.f_bavail)
21263 return 0;
21265 return 0;
21267 _ACEOF
21268 rm -f conftest.$ac_objext
21269 if { (ac_try="$ac_compile"
21270 case "(($ac_try" in
21271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21272 *) ac_try_echo=$ac_try;;
21273 esac
21274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21275 $as_echo "$ac_try_echo") >&5
21276 (eval "$ac_compile") 2>conftest.er1
21277 ac_status=$?
21278 grep -v '^ *+' conftest.er1 >conftest.err
21279 rm -f conftest.er1
21280 cat conftest.err >&5
21281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); } && {
21283 test -z "$ac_c_werror_flag" ||
21284 test ! -s conftest.err
21285 } && test -s conftest.$ac_objext; then
21286 ac_cv_member_struct_statfs_f_bavail=yes
21287 else
21288 $as_echo "$as_me: failed program was:" >&5
21289 sed 's/^/| /' conftest.$ac_ext >&5
21291 cat >conftest.$ac_ext <<_ACEOF
21292 /* confdefs.h. */
21293 _ACEOF
21294 cat confdefs.h >>conftest.$ac_ext
21295 cat >>conftest.$ac_ext <<_ACEOF
21296 /* end confdefs.h. */
21297 #include <sys/types.h>
21298 #ifdef HAVE_SYS_PARAM_H
21299 # include <sys/param.h>
21300 #endif
21301 #ifdef HAVE_SYS_MOUNT_H
21302 # include <sys/mount.h>
21303 #endif
21304 #ifdef HAVE_SYS_VFS_H
21305 # include <sys/vfs.h>
21306 #endif
21307 #ifdef HAVE_SYS_STATFS_H
21308 # include <sys/statfs.h>
21309 #endif
21312 main ()
21314 static struct statfs ac_aggr;
21315 if (sizeof ac_aggr.f_bavail)
21316 return 0;
21318 return 0;
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325 *) ac_try_echo=$ac_try;;
21326 esac
21327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21328 $as_echo "$ac_try_echo") >&5
21329 (eval "$ac_compile") 2>conftest.er1
21330 ac_status=$?
21331 grep -v '^ *+' conftest.er1 >conftest.err
21332 rm -f conftest.er1
21333 cat conftest.err >&5
21334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21335 (exit $ac_status); } && {
21336 test -z "$ac_c_werror_flag" ||
21337 test ! -s conftest.err
21338 } && test -s conftest.$ac_objext; then
21339 ac_cv_member_struct_statfs_f_bavail=yes
21340 else
21341 $as_echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21344 ac_cv_member_struct_statfs_f_bavail=no
21347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21352 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21353 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21354 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21356 cat >>confdefs.h <<_ACEOF
21357 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21358 _ACEOF
21362 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21363 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21364 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21365 $as_echo_n "(cached) " >&6
21366 else
21367 cat >conftest.$ac_ext <<_ACEOF
21368 /* confdefs.h. */
21369 _ACEOF
21370 cat confdefs.h >>conftest.$ac_ext
21371 cat >>conftest.$ac_ext <<_ACEOF
21372 /* end confdefs.h. */
21373 #include <sys/types.h>
21374 #ifdef HAVE_SYS_PARAM_H
21375 # include <sys/param.h>
21376 #endif
21377 #ifdef HAVE_SYS_MOUNT_H
21378 # include <sys/mount.h>
21379 #endif
21380 #ifdef HAVE_SYS_VFS_H
21381 # include <sys/vfs.h>
21382 #endif
21383 #ifdef HAVE_SYS_STATFS_H
21384 # include <sys/statfs.h>
21385 #endif
21388 main ()
21390 static struct statfs ac_aggr;
21391 if (ac_aggr.f_frsize)
21392 return 0;
21394 return 0;
21396 _ACEOF
21397 rm -f conftest.$ac_objext
21398 if { (ac_try="$ac_compile"
21399 case "(($ac_try" in
21400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21401 *) ac_try_echo=$ac_try;;
21402 esac
21403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21404 $as_echo "$ac_try_echo") >&5
21405 (eval "$ac_compile") 2>conftest.er1
21406 ac_status=$?
21407 grep -v '^ *+' conftest.er1 >conftest.err
21408 rm -f conftest.er1
21409 cat conftest.err >&5
21410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21411 (exit $ac_status); } && {
21412 test -z "$ac_c_werror_flag" ||
21413 test ! -s conftest.err
21414 } && test -s conftest.$ac_objext; then
21415 ac_cv_member_struct_statfs_f_frsize=yes
21416 else
21417 $as_echo "$as_me: failed program was:" >&5
21418 sed 's/^/| /' conftest.$ac_ext >&5
21420 cat >conftest.$ac_ext <<_ACEOF
21421 /* confdefs.h. */
21422 _ACEOF
21423 cat confdefs.h >>conftest.$ac_ext
21424 cat >>conftest.$ac_ext <<_ACEOF
21425 /* end confdefs.h. */
21426 #include <sys/types.h>
21427 #ifdef HAVE_SYS_PARAM_H
21428 # include <sys/param.h>
21429 #endif
21430 #ifdef HAVE_SYS_MOUNT_H
21431 # include <sys/mount.h>
21432 #endif
21433 #ifdef HAVE_SYS_VFS_H
21434 # include <sys/vfs.h>
21435 #endif
21436 #ifdef HAVE_SYS_STATFS_H
21437 # include <sys/statfs.h>
21438 #endif
21441 main ()
21443 static struct statfs ac_aggr;
21444 if (sizeof ac_aggr.f_frsize)
21445 return 0;
21447 return 0;
21449 _ACEOF
21450 rm -f conftest.$ac_objext
21451 if { (ac_try="$ac_compile"
21452 case "(($ac_try" in
21453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21454 *) ac_try_echo=$ac_try;;
21455 esac
21456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21457 $as_echo "$ac_try_echo") >&5
21458 (eval "$ac_compile") 2>conftest.er1
21459 ac_status=$?
21460 grep -v '^ *+' conftest.er1 >conftest.err
21461 rm -f conftest.er1
21462 cat conftest.err >&5
21463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21464 (exit $ac_status); } && {
21465 test -z "$ac_c_werror_flag" ||
21466 test ! -s conftest.err
21467 } && test -s conftest.$ac_objext; then
21468 ac_cv_member_struct_statfs_f_frsize=yes
21469 else
21470 $as_echo "$as_me: failed program was:" >&5
21471 sed 's/^/| /' conftest.$ac_ext >&5
21473 ac_cv_member_struct_statfs_f_frsize=no
21476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21481 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21482 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21483 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21485 cat >>confdefs.h <<_ACEOF
21486 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21487 _ACEOF
21491 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21492 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21493 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21494 $as_echo_n "(cached) " >&6
21495 else
21496 cat >conftest.$ac_ext <<_ACEOF
21497 /* confdefs.h. */
21498 _ACEOF
21499 cat confdefs.h >>conftest.$ac_ext
21500 cat >>conftest.$ac_ext <<_ACEOF
21501 /* end confdefs.h. */
21502 #include <sys/types.h>
21503 #ifdef HAVE_SYS_PARAM_H
21504 # include <sys/param.h>
21505 #endif
21506 #ifdef HAVE_SYS_MOUNT_H
21507 # include <sys/mount.h>
21508 #endif
21509 #ifdef HAVE_SYS_VFS_H
21510 # include <sys/vfs.h>
21511 #endif
21512 #ifdef HAVE_SYS_STATFS_H
21513 # include <sys/statfs.h>
21514 #endif
21517 main ()
21519 static struct statfs ac_aggr;
21520 if (ac_aggr.f_ffree)
21521 return 0;
21523 return 0;
21525 _ACEOF
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21530 *) ac_try_echo=$ac_try;;
21531 esac
21532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21533 $as_echo "$ac_try_echo") >&5
21534 (eval "$ac_compile") 2>conftest.er1
21535 ac_status=$?
21536 grep -v '^ *+' conftest.er1 >conftest.err
21537 rm -f conftest.er1
21538 cat conftest.err >&5
21539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21540 (exit $ac_status); } && {
21541 test -z "$ac_c_werror_flag" ||
21542 test ! -s conftest.err
21543 } && test -s conftest.$ac_objext; then
21544 ac_cv_member_struct_statfs_f_ffree=yes
21545 else
21546 $as_echo "$as_me: failed program was:" >&5
21547 sed 's/^/| /' conftest.$ac_ext >&5
21549 cat >conftest.$ac_ext <<_ACEOF
21550 /* confdefs.h. */
21551 _ACEOF
21552 cat confdefs.h >>conftest.$ac_ext
21553 cat >>conftest.$ac_ext <<_ACEOF
21554 /* end confdefs.h. */
21555 #include <sys/types.h>
21556 #ifdef HAVE_SYS_PARAM_H
21557 # include <sys/param.h>
21558 #endif
21559 #ifdef HAVE_SYS_MOUNT_H
21560 # include <sys/mount.h>
21561 #endif
21562 #ifdef HAVE_SYS_VFS_H
21563 # include <sys/vfs.h>
21564 #endif
21565 #ifdef HAVE_SYS_STATFS_H
21566 # include <sys/statfs.h>
21567 #endif
21570 main ()
21572 static struct statfs ac_aggr;
21573 if (sizeof ac_aggr.f_ffree)
21574 return 0;
21576 return 0;
21578 _ACEOF
21579 rm -f conftest.$ac_objext
21580 if { (ac_try="$ac_compile"
21581 case "(($ac_try" in
21582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21583 *) ac_try_echo=$ac_try;;
21584 esac
21585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21586 $as_echo "$ac_try_echo") >&5
21587 (eval "$ac_compile") 2>conftest.er1
21588 ac_status=$?
21589 grep -v '^ *+' conftest.er1 >conftest.err
21590 rm -f conftest.er1
21591 cat conftest.err >&5
21592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); } && {
21594 test -z "$ac_c_werror_flag" ||
21595 test ! -s conftest.err
21596 } && test -s conftest.$ac_objext; then
21597 ac_cv_member_struct_statfs_f_ffree=yes
21598 else
21599 $as_echo "$as_me: failed program was:" >&5
21600 sed 's/^/| /' conftest.$ac_ext >&5
21602 ac_cv_member_struct_statfs_f_ffree=no
21605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21610 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21611 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21612 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21614 cat >>confdefs.h <<_ACEOF
21615 #define HAVE_STRUCT_STATFS_F_FFREE 1
21616 _ACEOF
21620 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21621 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21622 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21623 $as_echo_n "(cached) " >&6
21624 else
21625 cat >conftest.$ac_ext <<_ACEOF
21626 /* confdefs.h. */
21627 _ACEOF
21628 cat confdefs.h >>conftest.$ac_ext
21629 cat >>conftest.$ac_ext <<_ACEOF
21630 /* end confdefs.h. */
21631 #include <sys/types.h>
21632 #ifdef HAVE_SYS_PARAM_H
21633 # include <sys/param.h>
21634 #endif
21635 #ifdef HAVE_SYS_MOUNT_H
21636 # include <sys/mount.h>
21637 #endif
21638 #ifdef HAVE_SYS_VFS_H
21639 # include <sys/vfs.h>
21640 #endif
21641 #ifdef HAVE_SYS_STATFS_H
21642 # include <sys/statfs.h>
21643 #endif
21646 main ()
21648 static struct statfs ac_aggr;
21649 if (ac_aggr.f_favail)
21650 return 0;
21652 return 0;
21654 _ACEOF
21655 rm -f conftest.$ac_objext
21656 if { (ac_try="$ac_compile"
21657 case "(($ac_try" in
21658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21659 *) ac_try_echo=$ac_try;;
21660 esac
21661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21662 $as_echo "$ac_try_echo") >&5
21663 (eval "$ac_compile") 2>conftest.er1
21664 ac_status=$?
21665 grep -v '^ *+' conftest.er1 >conftest.err
21666 rm -f conftest.er1
21667 cat conftest.err >&5
21668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21669 (exit $ac_status); } && {
21670 test -z "$ac_c_werror_flag" ||
21671 test ! -s conftest.err
21672 } && test -s conftest.$ac_objext; then
21673 ac_cv_member_struct_statfs_f_favail=yes
21674 else
21675 $as_echo "$as_me: failed program was:" >&5
21676 sed 's/^/| /' conftest.$ac_ext >&5
21678 cat >conftest.$ac_ext <<_ACEOF
21679 /* confdefs.h. */
21680 _ACEOF
21681 cat confdefs.h >>conftest.$ac_ext
21682 cat >>conftest.$ac_ext <<_ACEOF
21683 /* end confdefs.h. */
21684 #include <sys/types.h>
21685 #ifdef HAVE_SYS_PARAM_H
21686 # include <sys/param.h>
21687 #endif
21688 #ifdef HAVE_SYS_MOUNT_H
21689 # include <sys/mount.h>
21690 #endif
21691 #ifdef HAVE_SYS_VFS_H
21692 # include <sys/vfs.h>
21693 #endif
21694 #ifdef HAVE_SYS_STATFS_H
21695 # include <sys/statfs.h>
21696 #endif
21699 main ()
21701 static struct statfs ac_aggr;
21702 if (sizeof ac_aggr.f_favail)
21703 return 0;
21705 return 0;
21707 _ACEOF
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21712 *) ac_try_echo=$ac_try;;
21713 esac
21714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21715 $as_echo "$ac_try_echo") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_statfs_f_favail=yes
21727 else
21728 $as_echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 ac_cv_member_struct_statfs_f_favail=no
21734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21739 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21740 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21741 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21743 cat >>confdefs.h <<_ACEOF
21744 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21745 _ACEOF
21749 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21750 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21751 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21752 $as_echo_n "(cached) " >&6
21753 else
21754 cat >conftest.$ac_ext <<_ACEOF
21755 /* confdefs.h. */
21756 _ACEOF
21757 cat confdefs.h >>conftest.$ac_ext
21758 cat >>conftest.$ac_ext <<_ACEOF
21759 /* end confdefs.h. */
21760 #include <sys/types.h>
21761 #ifdef HAVE_SYS_PARAM_H
21762 # include <sys/param.h>
21763 #endif
21764 #ifdef HAVE_SYS_MOUNT_H
21765 # include <sys/mount.h>
21766 #endif
21767 #ifdef HAVE_SYS_VFS_H
21768 # include <sys/vfs.h>
21769 #endif
21770 #ifdef HAVE_SYS_STATFS_H
21771 # include <sys/statfs.h>
21772 #endif
21775 main ()
21777 static struct statfs ac_aggr;
21778 if (ac_aggr.f_namelen)
21779 return 0;
21781 return 0;
21783 _ACEOF
21784 rm -f conftest.$ac_objext
21785 if { (ac_try="$ac_compile"
21786 case "(($ac_try" in
21787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21788 *) ac_try_echo=$ac_try;;
21789 esac
21790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21791 $as_echo "$ac_try_echo") >&5
21792 (eval "$ac_compile") 2>conftest.er1
21793 ac_status=$?
21794 grep -v '^ *+' conftest.er1 >conftest.err
21795 rm -f conftest.er1
21796 cat conftest.err >&5
21797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21798 (exit $ac_status); } && {
21799 test -z "$ac_c_werror_flag" ||
21800 test ! -s conftest.err
21801 } && test -s conftest.$ac_objext; then
21802 ac_cv_member_struct_statfs_f_namelen=yes
21803 else
21804 $as_echo "$as_me: failed program was:" >&5
21805 sed 's/^/| /' conftest.$ac_ext >&5
21807 cat >conftest.$ac_ext <<_ACEOF
21808 /* confdefs.h. */
21809 _ACEOF
21810 cat confdefs.h >>conftest.$ac_ext
21811 cat >>conftest.$ac_ext <<_ACEOF
21812 /* end confdefs.h. */
21813 #include <sys/types.h>
21814 #ifdef HAVE_SYS_PARAM_H
21815 # include <sys/param.h>
21816 #endif
21817 #ifdef HAVE_SYS_MOUNT_H
21818 # include <sys/mount.h>
21819 #endif
21820 #ifdef HAVE_SYS_VFS_H
21821 # include <sys/vfs.h>
21822 #endif
21823 #ifdef HAVE_SYS_STATFS_H
21824 # include <sys/statfs.h>
21825 #endif
21828 main ()
21830 static struct statfs ac_aggr;
21831 if (sizeof ac_aggr.f_namelen)
21832 return 0;
21834 return 0;
21836 _ACEOF
21837 rm -f conftest.$ac_objext
21838 if { (ac_try="$ac_compile"
21839 case "(($ac_try" in
21840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21841 *) ac_try_echo=$ac_try;;
21842 esac
21843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21844 $as_echo "$ac_try_echo") >&5
21845 (eval "$ac_compile") 2>conftest.er1
21846 ac_status=$?
21847 grep -v '^ *+' conftest.er1 >conftest.err
21848 rm -f conftest.er1
21849 cat conftest.err >&5
21850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21851 (exit $ac_status); } && {
21852 test -z "$ac_c_werror_flag" ||
21853 test ! -s conftest.err
21854 } && test -s conftest.$ac_objext; then
21855 ac_cv_member_struct_statfs_f_namelen=yes
21856 else
21857 $as_echo "$as_me: failed program was:" >&5
21858 sed 's/^/| /' conftest.$ac_ext >&5
21860 ac_cv_member_struct_statfs_f_namelen=no
21863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21868 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21869 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21870 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21872 cat >>confdefs.h <<_ACEOF
21873 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21874 _ACEOF
21880 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21881 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21882 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21883 $as_echo_n "(cached) " >&6
21884 else
21885 cat >conftest.$ac_ext <<_ACEOF
21886 /* confdefs.h. */
21887 _ACEOF
21888 cat confdefs.h >>conftest.$ac_ext
21889 cat >>conftest.$ac_ext <<_ACEOF
21890 /* end confdefs.h. */
21891 #ifdef HAVE_SYS_STATVFS_H
21892 #include <sys/statvfs.h>
21893 #endif
21896 main ()
21898 static struct statvfs ac_aggr;
21899 if (ac_aggr.f_blocks)
21900 return 0;
21902 return 0;
21904 _ACEOF
21905 rm -f conftest.$ac_objext
21906 if { (ac_try="$ac_compile"
21907 case "(($ac_try" in
21908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21909 *) ac_try_echo=$ac_try;;
21910 esac
21911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21912 $as_echo "$ac_try_echo") >&5
21913 (eval "$ac_compile") 2>conftest.er1
21914 ac_status=$?
21915 grep -v '^ *+' conftest.er1 >conftest.err
21916 rm -f conftest.er1
21917 cat conftest.err >&5
21918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21919 (exit $ac_status); } && {
21920 test -z "$ac_c_werror_flag" ||
21921 test ! -s conftest.err
21922 } && test -s conftest.$ac_objext; then
21923 ac_cv_member_struct_statvfs_f_blocks=yes
21924 else
21925 $as_echo "$as_me: failed program was:" >&5
21926 sed 's/^/| /' conftest.$ac_ext >&5
21928 cat >conftest.$ac_ext <<_ACEOF
21929 /* confdefs.h. */
21930 _ACEOF
21931 cat confdefs.h >>conftest.$ac_ext
21932 cat >>conftest.$ac_ext <<_ACEOF
21933 /* end confdefs.h. */
21934 #ifdef HAVE_SYS_STATVFS_H
21935 #include <sys/statvfs.h>
21936 #endif
21939 main ()
21941 static struct statvfs ac_aggr;
21942 if (sizeof ac_aggr.f_blocks)
21943 return 0;
21945 return 0;
21947 _ACEOF
21948 rm -f conftest.$ac_objext
21949 if { (ac_try="$ac_compile"
21950 case "(($ac_try" in
21951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21952 *) ac_try_echo=$ac_try;;
21953 esac
21954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21955 $as_echo "$ac_try_echo") >&5
21956 (eval "$ac_compile") 2>conftest.er1
21957 ac_status=$?
21958 grep -v '^ *+' conftest.er1 >conftest.err
21959 rm -f conftest.er1
21960 cat conftest.err >&5
21961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21962 (exit $ac_status); } && {
21963 test -z "$ac_c_werror_flag" ||
21964 test ! -s conftest.err
21965 } && test -s conftest.$ac_objext; then
21966 ac_cv_member_struct_statvfs_f_blocks=yes
21967 else
21968 $as_echo "$as_me: failed program was:" >&5
21969 sed 's/^/| /' conftest.$ac_ext >&5
21971 ac_cv_member_struct_statvfs_f_blocks=no
21974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21979 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21980 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21981 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21983 cat >>confdefs.h <<_ACEOF
21984 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21985 _ACEOF
21991 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21992 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21993 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21994 $as_echo_n "(cached) " >&6
21995 else
21996 cat >conftest.$ac_ext <<_ACEOF
21997 /* confdefs.h. */
21998 _ACEOF
21999 cat confdefs.h >>conftest.$ac_ext
22000 cat >>conftest.$ac_ext <<_ACEOF
22001 /* end confdefs.h. */
22002 #include <sys/types.h>
22003 #ifdef HAVE_SYS_SOCKET_H
22004 # include <sys/socket.h>
22005 #endif
22006 #ifdef HAVE_SYS_UN_H
22007 # include <sys/un.h>
22008 #endif
22011 main ()
22013 static struct msghdr ac_aggr;
22014 if (ac_aggr.msg_accrights)
22015 return 0;
22017 return 0;
22019 _ACEOF
22020 rm -f conftest.$ac_objext
22021 if { (ac_try="$ac_compile"
22022 case "(($ac_try" in
22023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22024 *) ac_try_echo=$ac_try;;
22025 esac
22026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22027 $as_echo "$ac_try_echo") >&5
22028 (eval "$ac_compile") 2>conftest.er1
22029 ac_status=$?
22030 grep -v '^ *+' conftest.er1 >conftest.err
22031 rm -f conftest.er1
22032 cat conftest.err >&5
22033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22034 (exit $ac_status); } && {
22035 test -z "$ac_c_werror_flag" ||
22036 test ! -s conftest.err
22037 } && test -s conftest.$ac_objext; then
22038 ac_cv_member_struct_msghdr_msg_accrights=yes
22039 else
22040 $as_echo "$as_me: failed program was:" >&5
22041 sed 's/^/| /' conftest.$ac_ext >&5
22043 cat >conftest.$ac_ext <<_ACEOF
22044 /* confdefs.h. */
22045 _ACEOF
22046 cat confdefs.h >>conftest.$ac_ext
22047 cat >>conftest.$ac_ext <<_ACEOF
22048 /* end confdefs.h. */
22049 #include <sys/types.h>
22050 #ifdef HAVE_SYS_SOCKET_H
22051 # include <sys/socket.h>
22052 #endif
22053 #ifdef HAVE_SYS_UN_H
22054 # include <sys/un.h>
22055 #endif
22058 main ()
22060 static struct msghdr ac_aggr;
22061 if (sizeof ac_aggr.msg_accrights)
22062 return 0;
22064 return 0;
22066 _ACEOF
22067 rm -f conftest.$ac_objext
22068 if { (ac_try="$ac_compile"
22069 case "(($ac_try" in
22070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22071 *) ac_try_echo=$ac_try;;
22072 esac
22073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22074 $as_echo "$ac_try_echo") >&5
22075 (eval "$ac_compile") 2>conftest.er1
22076 ac_status=$?
22077 grep -v '^ *+' conftest.er1 >conftest.err
22078 rm -f conftest.er1
22079 cat conftest.err >&5
22080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22081 (exit $ac_status); } && {
22082 test -z "$ac_c_werror_flag" ||
22083 test ! -s conftest.err
22084 } && test -s conftest.$ac_objext; then
22085 ac_cv_member_struct_msghdr_msg_accrights=yes
22086 else
22087 $as_echo "$as_me: failed program was:" >&5
22088 sed 's/^/| /' conftest.$ac_ext >&5
22090 ac_cv_member_struct_msghdr_msg_accrights=no
22093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22098 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22099 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22100 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22102 cat >>confdefs.h <<_ACEOF
22103 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22104 _ACEOF
22108 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22109 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22110 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22111 $as_echo_n "(cached) " >&6
22112 else
22113 cat >conftest.$ac_ext <<_ACEOF
22114 /* confdefs.h. */
22115 _ACEOF
22116 cat confdefs.h >>conftest.$ac_ext
22117 cat >>conftest.$ac_ext <<_ACEOF
22118 /* end confdefs.h. */
22119 #include <sys/types.h>
22120 #ifdef HAVE_SYS_SOCKET_H
22121 # include <sys/socket.h>
22122 #endif
22123 #ifdef HAVE_SYS_UN_H
22124 # include <sys/un.h>
22125 #endif
22128 main ()
22130 static struct sockaddr ac_aggr;
22131 if (ac_aggr.sa_len)
22132 return 0;
22134 return 0;
22136 _ACEOF
22137 rm -f conftest.$ac_objext
22138 if { (ac_try="$ac_compile"
22139 case "(($ac_try" in
22140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22141 *) ac_try_echo=$ac_try;;
22142 esac
22143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22144 $as_echo "$ac_try_echo") >&5
22145 (eval "$ac_compile") 2>conftest.er1
22146 ac_status=$?
22147 grep -v '^ *+' conftest.er1 >conftest.err
22148 rm -f conftest.er1
22149 cat conftest.err >&5
22150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22151 (exit $ac_status); } && {
22152 test -z "$ac_c_werror_flag" ||
22153 test ! -s conftest.err
22154 } && test -s conftest.$ac_objext; then
22155 ac_cv_member_struct_sockaddr_sa_len=yes
22156 else
22157 $as_echo "$as_me: failed program was:" >&5
22158 sed 's/^/| /' conftest.$ac_ext >&5
22160 cat >conftest.$ac_ext <<_ACEOF
22161 /* confdefs.h. */
22162 _ACEOF
22163 cat confdefs.h >>conftest.$ac_ext
22164 cat >>conftest.$ac_ext <<_ACEOF
22165 /* end confdefs.h. */
22166 #include <sys/types.h>
22167 #ifdef HAVE_SYS_SOCKET_H
22168 # include <sys/socket.h>
22169 #endif
22170 #ifdef HAVE_SYS_UN_H
22171 # include <sys/un.h>
22172 #endif
22175 main ()
22177 static struct sockaddr ac_aggr;
22178 if (sizeof ac_aggr.sa_len)
22179 return 0;
22181 return 0;
22183 _ACEOF
22184 rm -f conftest.$ac_objext
22185 if { (ac_try="$ac_compile"
22186 case "(($ac_try" in
22187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22188 *) ac_try_echo=$ac_try;;
22189 esac
22190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22191 $as_echo "$ac_try_echo") >&5
22192 (eval "$ac_compile") 2>conftest.er1
22193 ac_status=$?
22194 grep -v '^ *+' conftest.er1 >conftest.err
22195 rm -f conftest.er1
22196 cat conftest.err >&5
22197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22198 (exit $ac_status); } && {
22199 test -z "$ac_c_werror_flag" ||
22200 test ! -s conftest.err
22201 } && test -s conftest.$ac_objext; then
22202 ac_cv_member_struct_sockaddr_sa_len=yes
22203 else
22204 $as_echo "$as_me: failed program was:" >&5
22205 sed 's/^/| /' conftest.$ac_ext >&5
22207 ac_cv_member_struct_sockaddr_sa_len=no
22210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22215 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22216 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22217 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22219 cat >>confdefs.h <<_ACEOF
22220 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22221 _ACEOF
22225 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22226 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22227 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22228 $as_echo_n "(cached) " >&6
22229 else
22230 cat >conftest.$ac_ext <<_ACEOF
22231 /* confdefs.h. */
22232 _ACEOF
22233 cat confdefs.h >>conftest.$ac_ext
22234 cat >>conftest.$ac_ext <<_ACEOF
22235 /* end confdefs.h. */
22236 #include <sys/types.h>
22237 #ifdef HAVE_SYS_SOCKET_H
22238 # include <sys/socket.h>
22239 #endif
22240 #ifdef HAVE_SYS_UN_H
22241 # include <sys/un.h>
22242 #endif
22245 main ()
22247 static struct sockaddr_un ac_aggr;
22248 if (ac_aggr.sun_len)
22249 return 0;
22251 return 0;
22253 _ACEOF
22254 rm -f conftest.$ac_objext
22255 if { (ac_try="$ac_compile"
22256 case "(($ac_try" in
22257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22258 *) ac_try_echo=$ac_try;;
22259 esac
22260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22261 $as_echo "$ac_try_echo") >&5
22262 (eval "$ac_compile") 2>conftest.er1
22263 ac_status=$?
22264 grep -v '^ *+' conftest.er1 >conftest.err
22265 rm -f conftest.er1
22266 cat conftest.err >&5
22267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22268 (exit $ac_status); } && {
22269 test -z "$ac_c_werror_flag" ||
22270 test ! -s conftest.err
22271 } && test -s conftest.$ac_objext; then
22272 ac_cv_member_struct_sockaddr_un_sun_len=yes
22273 else
22274 $as_echo "$as_me: failed program was:" >&5
22275 sed 's/^/| /' conftest.$ac_ext >&5
22277 cat >conftest.$ac_ext <<_ACEOF
22278 /* confdefs.h. */
22279 _ACEOF
22280 cat confdefs.h >>conftest.$ac_ext
22281 cat >>conftest.$ac_ext <<_ACEOF
22282 /* end confdefs.h. */
22283 #include <sys/types.h>
22284 #ifdef HAVE_SYS_SOCKET_H
22285 # include <sys/socket.h>
22286 #endif
22287 #ifdef HAVE_SYS_UN_H
22288 # include <sys/un.h>
22289 #endif
22292 main ()
22294 static struct sockaddr_un ac_aggr;
22295 if (sizeof ac_aggr.sun_len)
22296 return 0;
22298 return 0;
22300 _ACEOF
22301 rm -f conftest.$ac_objext
22302 if { (ac_try="$ac_compile"
22303 case "(($ac_try" in
22304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22305 *) ac_try_echo=$ac_try;;
22306 esac
22307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22308 $as_echo "$ac_try_echo") >&5
22309 (eval "$ac_compile") 2>conftest.er1
22310 ac_status=$?
22311 grep -v '^ *+' conftest.er1 >conftest.err
22312 rm -f conftest.er1
22313 cat conftest.err >&5
22314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } && {
22316 test -z "$ac_c_werror_flag" ||
22317 test ! -s conftest.err
22318 } && test -s conftest.$ac_objext; then
22319 ac_cv_member_struct_sockaddr_un_sun_len=yes
22320 else
22321 $as_echo "$as_me: failed program was:" >&5
22322 sed 's/^/| /' conftest.$ac_ext >&5
22324 ac_cv_member_struct_sockaddr_un_sun_len=no
22327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22332 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22333 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22334 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22336 cat >>confdefs.h <<_ACEOF
22337 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22338 _ACEOF
22344 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22345 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22346 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22347 $as_echo_n "(cached) " >&6
22348 else
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 <sys/types.h>
22356 #ifdef HAVE_SCSI_SG_H
22357 #include <scsi/sg.h>
22358 #endif
22361 main ()
22363 static scsireq_t ac_aggr;
22364 if (ac_aggr.cmd)
22365 return 0;
22367 return 0;
22369 _ACEOF
22370 rm -f conftest.$ac_objext
22371 if { (ac_try="$ac_compile"
22372 case "(($ac_try" in
22373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22374 *) ac_try_echo=$ac_try;;
22375 esac
22376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22377 $as_echo "$ac_try_echo") >&5
22378 (eval "$ac_compile") 2>conftest.er1
22379 ac_status=$?
22380 grep -v '^ *+' conftest.er1 >conftest.err
22381 rm -f conftest.er1
22382 cat conftest.err >&5
22383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22384 (exit $ac_status); } && {
22385 test -z "$ac_c_werror_flag" ||
22386 test ! -s conftest.err
22387 } && test -s conftest.$ac_objext; then
22388 ac_cv_member_scsireq_t_cmd=yes
22389 else
22390 $as_echo "$as_me: failed program was:" >&5
22391 sed 's/^/| /' conftest.$ac_ext >&5
22393 cat >conftest.$ac_ext <<_ACEOF
22394 /* confdefs.h. */
22395 _ACEOF
22396 cat confdefs.h >>conftest.$ac_ext
22397 cat >>conftest.$ac_ext <<_ACEOF
22398 /* end confdefs.h. */
22399 #include <sys/types.h>
22400 #ifdef HAVE_SCSI_SG_H
22401 #include <scsi/sg.h>
22402 #endif
22405 main ()
22407 static scsireq_t ac_aggr;
22408 if (sizeof ac_aggr.cmd)
22409 return 0;
22411 return 0;
22413 _ACEOF
22414 rm -f conftest.$ac_objext
22415 if { (ac_try="$ac_compile"
22416 case "(($ac_try" in
22417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418 *) ac_try_echo=$ac_try;;
22419 esac
22420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22421 $as_echo "$ac_try_echo") >&5
22422 (eval "$ac_compile") 2>conftest.er1
22423 ac_status=$?
22424 grep -v '^ *+' conftest.er1 >conftest.err
22425 rm -f conftest.er1
22426 cat conftest.err >&5
22427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22428 (exit $ac_status); } && {
22429 test -z "$ac_c_werror_flag" ||
22430 test ! -s conftest.err
22431 } && test -s conftest.$ac_objext; then
22432 ac_cv_member_scsireq_t_cmd=yes
22433 else
22434 $as_echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.$ac_ext >&5
22437 ac_cv_member_scsireq_t_cmd=no
22440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22445 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22446 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22447 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22449 cat >>confdefs.h <<_ACEOF
22450 #define HAVE_SCSIREQ_T_CMD 1
22451 _ACEOF
22455 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22456 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22457 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22458 $as_echo_n "(cached) " >&6
22459 else
22460 cat >conftest.$ac_ext <<_ACEOF
22461 /* confdefs.h. */
22462 _ACEOF
22463 cat confdefs.h >>conftest.$ac_ext
22464 cat >>conftest.$ac_ext <<_ACEOF
22465 /* end confdefs.h. */
22466 #include <sys/types.h>
22467 #ifdef HAVE_SCSI_SG_H
22468 #include <scsi/sg.h>
22469 #endif
22472 main ()
22474 static sg_io_hdr_t ac_aggr;
22475 if (ac_aggr.interface_id)
22476 return 0;
22478 return 0;
22480 _ACEOF
22481 rm -f conftest.$ac_objext
22482 if { (ac_try="$ac_compile"
22483 case "(($ac_try" in
22484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22485 *) ac_try_echo=$ac_try;;
22486 esac
22487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22488 $as_echo "$ac_try_echo") >&5
22489 (eval "$ac_compile") 2>conftest.er1
22490 ac_status=$?
22491 grep -v '^ *+' conftest.er1 >conftest.err
22492 rm -f conftest.er1
22493 cat conftest.err >&5
22494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22495 (exit $ac_status); } && {
22496 test -z "$ac_c_werror_flag" ||
22497 test ! -s conftest.err
22498 } && test -s conftest.$ac_objext; then
22499 ac_cv_member_sg_io_hdr_t_interface_id=yes
22500 else
22501 $as_echo "$as_me: failed program was:" >&5
22502 sed 's/^/| /' conftest.$ac_ext >&5
22504 cat >conftest.$ac_ext <<_ACEOF
22505 /* confdefs.h. */
22506 _ACEOF
22507 cat confdefs.h >>conftest.$ac_ext
22508 cat >>conftest.$ac_ext <<_ACEOF
22509 /* end confdefs.h. */
22510 #include <sys/types.h>
22511 #ifdef HAVE_SCSI_SG_H
22512 #include <scsi/sg.h>
22513 #endif
22516 main ()
22518 static sg_io_hdr_t ac_aggr;
22519 if (sizeof ac_aggr.interface_id)
22520 return 0;
22522 return 0;
22524 _ACEOF
22525 rm -f conftest.$ac_objext
22526 if { (ac_try="$ac_compile"
22527 case "(($ac_try" in
22528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22529 *) ac_try_echo=$ac_try;;
22530 esac
22531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22532 $as_echo "$ac_try_echo") >&5
22533 (eval "$ac_compile") 2>conftest.er1
22534 ac_status=$?
22535 grep -v '^ *+' conftest.er1 >conftest.err
22536 rm -f conftest.er1
22537 cat conftest.err >&5
22538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); } && {
22540 test -z "$ac_c_werror_flag" ||
22541 test ! -s conftest.err
22542 } && test -s conftest.$ac_objext; then
22543 ac_cv_member_sg_io_hdr_t_interface_id=yes
22544 else
22545 $as_echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.$ac_ext >&5
22548 ac_cv_member_sg_io_hdr_t_interface_id=no
22551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22556 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22557 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22558 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22560 cat >>confdefs.h <<_ACEOF
22561 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22562 _ACEOF
22568 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22569 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22570 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22571 $as_echo_n "(cached) " >&6
22572 else
22573 cat >conftest.$ac_ext <<_ACEOF
22574 /* confdefs.h. */
22575 _ACEOF
22576 cat confdefs.h >>conftest.$ac_ext
22577 cat >>conftest.$ac_ext <<_ACEOF
22578 /* end confdefs.h. */
22579 #include <signal.h>
22582 main ()
22584 static siginfo_t ac_aggr;
22585 if (ac_aggr.si_fd)
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_siginfo_t_si_fd=yes
22610 else
22611 $as_echo "$as_me: failed program was:" >&5
22612 sed 's/^/| /' conftest.$ac_ext >&5
22614 cat >conftest.$ac_ext <<_ACEOF
22615 /* confdefs.h. */
22616 _ACEOF
22617 cat confdefs.h >>conftest.$ac_ext
22618 cat >>conftest.$ac_ext <<_ACEOF
22619 /* end confdefs.h. */
22620 #include <signal.h>
22623 main ()
22625 static siginfo_t ac_aggr;
22626 if (sizeof ac_aggr.si_fd)
22627 return 0;
22629 return 0;
22631 _ACEOF
22632 rm -f conftest.$ac_objext
22633 if { (ac_try="$ac_compile"
22634 case "(($ac_try" in
22635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22637 esac
22638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22639 $as_echo "$ac_try_echo") >&5
22640 (eval "$ac_compile") 2>conftest.er1
22641 ac_status=$?
22642 grep -v '^ *+' conftest.er1 >conftest.err
22643 rm -f conftest.er1
22644 cat conftest.err >&5
22645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22646 (exit $ac_status); } && {
22647 test -z "$ac_c_werror_flag" ||
22648 test ! -s conftest.err
22649 } && test -s conftest.$ac_objext; then
22650 ac_cv_member_siginfo_t_si_fd=yes
22651 else
22652 $as_echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22655 ac_cv_member_siginfo_t_si_fd=no
22658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22663 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22664 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22665 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22667 cat >>confdefs.h <<_ACEOF
22668 #define HAVE_SIGINFO_T_SI_FD 1
22669 _ACEOF
22675 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22676 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22677 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22678 $as_echo_n "(cached) " >&6
22679 else
22680 cat >conftest.$ac_ext <<_ACEOF
22681 /* confdefs.h. */
22682 _ACEOF
22683 cat confdefs.h >>conftest.$ac_ext
22684 cat >>conftest.$ac_ext <<_ACEOF
22685 /* end confdefs.h. */
22686 #include <sys/types.h>
22687 #ifdef HAVE_SYS_MTIO_H
22688 #include <sys/mtio.h>
22689 #endif
22692 main ()
22694 static struct mtget ac_aggr;
22695 if (ac_aggr.mt_blksiz)
22696 return 0;
22698 return 0;
22700 _ACEOF
22701 rm -f conftest.$ac_objext
22702 if { (ac_try="$ac_compile"
22703 case "(($ac_try" in
22704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22705 *) ac_try_echo=$ac_try;;
22706 esac
22707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22708 $as_echo "$ac_try_echo") >&5
22709 (eval "$ac_compile") 2>conftest.er1
22710 ac_status=$?
22711 grep -v '^ *+' conftest.er1 >conftest.err
22712 rm -f conftest.er1
22713 cat conftest.err >&5
22714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22715 (exit $ac_status); } && {
22716 test -z "$ac_c_werror_flag" ||
22717 test ! -s conftest.err
22718 } && test -s conftest.$ac_objext; then
22719 ac_cv_member_struct_mtget_mt_blksiz=yes
22720 else
22721 $as_echo "$as_me: failed program was:" >&5
22722 sed 's/^/| /' conftest.$ac_ext >&5
22724 cat >conftest.$ac_ext <<_ACEOF
22725 /* confdefs.h. */
22726 _ACEOF
22727 cat confdefs.h >>conftest.$ac_ext
22728 cat >>conftest.$ac_ext <<_ACEOF
22729 /* end confdefs.h. */
22730 #include <sys/types.h>
22731 #ifdef HAVE_SYS_MTIO_H
22732 #include <sys/mtio.h>
22733 #endif
22736 main ()
22738 static struct mtget ac_aggr;
22739 if (sizeof ac_aggr.mt_blksiz)
22740 return 0;
22742 return 0;
22744 _ACEOF
22745 rm -f conftest.$ac_objext
22746 if { (ac_try="$ac_compile"
22747 case "(($ac_try" in
22748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22749 *) ac_try_echo=$ac_try;;
22750 esac
22751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22752 $as_echo "$ac_try_echo") >&5
22753 (eval "$ac_compile") 2>conftest.er1
22754 ac_status=$?
22755 grep -v '^ *+' conftest.er1 >conftest.err
22756 rm -f conftest.er1
22757 cat conftest.err >&5
22758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22759 (exit $ac_status); } && {
22760 test -z "$ac_c_werror_flag" ||
22761 test ! -s conftest.err
22762 } && test -s conftest.$ac_objext; then
22763 ac_cv_member_struct_mtget_mt_blksiz=yes
22764 else
22765 $as_echo "$as_me: failed program was:" >&5
22766 sed 's/^/| /' conftest.$ac_ext >&5
22768 ac_cv_member_struct_mtget_mt_blksiz=no
22771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22776 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22777 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22778 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22780 cat >>confdefs.h <<_ACEOF
22781 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22782 _ACEOF
22786 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22787 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22788 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22789 $as_echo_n "(cached) " >&6
22790 else
22791 cat >conftest.$ac_ext <<_ACEOF
22792 /* confdefs.h. */
22793 _ACEOF
22794 cat confdefs.h >>conftest.$ac_ext
22795 cat >>conftest.$ac_ext <<_ACEOF
22796 /* end confdefs.h. */
22797 #include <sys/types.h>
22798 #ifdef HAVE_SYS_MTIO_H
22799 #include <sys/mtio.h>
22800 #endif
22803 main ()
22805 static struct mtget ac_aggr;
22806 if (ac_aggr.mt_gstat)
22807 return 0;
22809 return 0;
22811 _ACEOF
22812 rm -f conftest.$ac_objext
22813 if { (ac_try="$ac_compile"
22814 case "(($ac_try" in
22815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22816 *) ac_try_echo=$ac_try;;
22817 esac
22818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22819 $as_echo "$ac_try_echo") >&5
22820 (eval "$ac_compile") 2>conftest.er1
22821 ac_status=$?
22822 grep -v '^ *+' conftest.er1 >conftest.err
22823 rm -f conftest.er1
22824 cat conftest.err >&5
22825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22826 (exit $ac_status); } && {
22827 test -z "$ac_c_werror_flag" ||
22828 test ! -s conftest.err
22829 } && test -s conftest.$ac_objext; then
22830 ac_cv_member_struct_mtget_mt_gstat=yes
22831 else
22832 $as_echo "$as_me: failed program was:" >&5
22833 sed 's/^/| /' conftest.$ac_ext >&5
22835 cat >conftest.$ac_ext <<_ACEOF
22836 /* confdefs.h. */
22837 _ACEOF
22838 cat confdefs.h >>conftest.$ac_ext
22839 cat >>conftest.$ac_ext <<_ACEOF
22840 /* end confdefs.h. */
22841 #include <sys/types.h>
22842 #ifdef HAVE_SYS_MTIO_H
22843 #include <sys/mtio.h>
22844 #endif
22847 main ()
22849 static struct mtget ac_aggr;
22850 if (sizeof ac_aggr.mt_gstat)
22851 return 0;
22853 return 0;
22855 _ACEOF
22856 rm -f conftest.$ac_objext
22857 if { (ac_try="$ac_compile"
22858 case "(($ac_try" in
22859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22860 *) ac_try_echo=$ac_try;;
22861 esac
22862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22863 $as_echo "$ac_try_echo") >&5
22864 (eval "$ac_compile") 2>conftest.er1
22865 ac_status=$?
22866 grep -v '^ *+' conftest.er1 >conftest.err
22867 rm -f conftest.er1
22868 cat conftest.err >&5
22869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22870 (exit $ac_status); } && {
22871 test -z "$ac_c_werror_flag" ||
22872 test ! -s conftest.err
22873 } && test -s conftest.$ac_objext; then
22874 ac_cv_member_struct_mtget_mt_gstat=yes
22875 else
22876 $as_echo "$as_me: failed program was:" >&5
22877 sed 's/^/| /' conftest.$ac_ext >&5
22879 ac_cv_member_struct_mtget_mt_gstat=no
22882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22887 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22888 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22889 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22891 cat >>confdefs.h <<_ACEOF
22892 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22893 _ACEOF
22897 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22898 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22899 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22900 $as_echo_n "(cached) " >&6
22901 else
22902 cat >conftest.$ac_ext <<_ACEOF
22903 /* confdefs.h. */
22904 _ACEOF
22905 cat confdefs.h >>conftest.$ac_ext
22906 cat >>conftest.$ac_ext <<_ACEOF
22907 /* end confdefs.h. */
22908 #include <sys/types.h>
22909 #ifdef HAVE_SYS_MTIO_H
22910 #include <sys/mtio.h>
22911 #endif
22914 main ()
22916 static struct mtget ac_aggr;
22917 if (ac_aggr.mt_blkno)
22918 return 0;
22920 return 0;
22922 _ACEOF
22923 rm -f conftest.$ac_objext
22924 if { (ac_try="$ac_compile"
22925 case "(($ac_try" in
22926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22927 *) ac_try_echo=$ac_try;;
22928 esac
22929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22930 $as_echo "$ac_try_echo") >&5
22931 (eval "$ac_compile") 2>conftest.er1
22932 ac_status=$?
22933 grep -v '^ *+' conftest.er1 >conftest.err
22934 rm -f conftest.er1
22935 cat conftest.err >&5
22936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22937 (exit $ac_status); } && {
22938 test -z "$ac_c_werror_flag" ||
22939 test ! -s conftest.err
22940 } && test -s conftest.$ac_objext; then
22941 ac_cv_member_struct_mtget_mt_blkno=yes
22942 else
22943 $as_echo "$as_me: failed program was:" >&5
22944 sed 's/^/| /' conftest.$ac_ext >&5
22946 cat >conftest.$ac_ext <<_ACEOF
22947 /* confdefs.h. */
22948 _ACEOF
22949 cat confdefs.h >>conftest.$ac_ext
22950 cat >>conftest.$ac_ext <<_ACEOF
22951 /* end confdefs.h. */
22952 #include <sys/types.h>
22953 #ifdef HAVE_SYS_MTIO_H
22954 #include <sys/mtio.h>
22955 #endif
22958 main ()
22960 static struct mtget ac_aggr;
22961 if (sizeof ac_aggr.mt_blkno)
22962 return 0;
22964 return 0;
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22972 esac
22973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22974 $as_echo "$ac_try_echo") >&5
22975 (eval "$ac_compile") 2>conftest.er1
22976 ac_status=$?
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
22980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } && {
22982 test -z "$ac_c_werror_flag" ||
22983 test ! -s conftest.err
22984 } && test -s conftest.$ac_objext; then
22985 ac_cv_member_struct_mtget_mt_blkno=yes
22986 else
22987 $as_echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22990 ac_cv_member_struct_mtget_mt_blkno=no
22993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22998 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22999 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23000 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23002 cat >>confdefs.h <<_ACEOF
23003 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23004 _ACEOF
23010 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23011 $as_echo_n "checking for struct option.name... " >&6; }
23012 if test "${ac_cv_member_struct_option_name+set}" = set; then
23013 $as_echo_n "(cached) " >&6
23014 else
23015 cat >conftest.$ac_ext <<_ACEOF
23016 /* confdefs.h. */
23017 _ACEOF
23018 cat confdefs.h >>conftest.$ac_ext
23019 cat >>conftest.$ac_ext <<_ACEOF
23020 /* end confdefs.h. */
23021 #ifdef HAVE_GETOPT_H
23022 #include <getopt.h>
23023 #endif
23026 main ()
23028 static struct option ac_aggr;
23029 if (ac_aggr.name)
23030 return 0;
23032 return 0;
23034 _ACEOF
23035 rm -f conftest.$ac_objext
23036 if { (ac_try="$ac_compile"
23037 case "(($ac_try" in
23038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23039 *) ac_try_echo=$ac_try;;
23040 esac
23041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23042 $as_echo "$ac_try_echo") >&5
23043 (eval "$ac_compile") 2>conftest.er1
23044 ac_status=$?
23045 grep -v '^ *+' conftest.er1 >conftest.err
23046 rm -f conftest.er1
23047 cat conftest.err >&5
23048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23049 (exit $ac_status); } && {
23050 test -z "$ac_c_werror_flag" ||
23051 test ! -s conftest.err
23052 } && test -s conftest.$ac_objext; then
23053 ac_cv_member_struct_option_name=yes
23054 else
23055 $as_echo "$as_me: failed program was:" >&5
23056 sed 's/^/| /' conftest.$ac_ext >&5
23058 cat >conftest.$ac_ext <<_ACEOF
23059 /* confdefs.h. */
23060 _ACEOF
23061 cat confdefs.h >>conftest.$ac_ext
23062 cat >>conftest.$ac_ext <<_ACEOF
23063 /* end confdefs.h. */
23064 #ifdef HAVE_GETOPT_H
23065 #include <getopt.h>
23066 #endif
23069 main ()
23071 static struct option ac_aggr;
23072 if (sizeof ac_aggr.name)
23073 return 0;
23075 return 0;
23077 _ACEOF
23078 rm -f conftest.$ac_objext
23079 if { (ac_try="$ac_compile"
23080 case "(($ac_try" in
23081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23082 *) ac_try_echo=$ac_try;;
23083 esac
23084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23085 $as_echo "$ac_try_echo") >&5
23086 (eval "$ac_compile") 2>conftest.er1
23087 ac_status=$?
23088 grep -v '^ *+' conftest.er1 >conftest.err
23089 rm -f conftest.er1
23090 cat conftest.err >&5
23091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23092 (exit $ac_status); } && {
23093 test -z "$ac_c_werror_flag" ||
23094 test ! -s conftest.err
23095 } && test -s conftest.$ac_objext; then
23096 ac_cv_member_struct_option_name=yes
23097 else
23098 $as_echo "$as_me: failed program was:" >&5
23099 sed 's/^/| /' conftest.$ac_ext >&5
23101 ac_cv_member_struct_option_name=no
23104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23109 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23110 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23111 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23113 cat >>confdefs.h <<_ACEOF
23114 #define HAVE_STRUCT_OPTION_NAME 1
23115 _ACEOF
23121 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23122 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23123 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23124 $as_echo_n "(cached) " >&6
23125 else
23126 cat >conftest.$ac_ext <<_ACEOF
23127 /* confdefs.h. */
23128 _ACEOF
23129 cat confdefs.h >>conftest.$ac_ext
23130 cat >>conftest.$ac_ext <<_ACEOF
23131 /* end confdefs.h. */
23132 $ac_includes_default
23134 main ()
23136 static struct stat ac_aggr;
23137 if (ac_aggr.st_blocks)
23138 return 0;
23140 return 0;
23142 _ACEOF
23143 rm -f conftest.$ac_objext
23144 if { (ac_try="$ac_compile"
23145 case "(($ac_try" in
23146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23147 *) ac_try_echo=$ac_try;;
23148 esac
23149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23150 $as_echo "$ac_try_echo") >&5
23151 (eval "$ac_compile") 2>conftest.er1
23152 ac_status=$?
23153 grep -v '^ *+' conftest.er1 >conftest.err
23154 rm -f conftest.er1
23155 cat conftest.err >&5
23156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23157 (exit $ac_status); } && {
23158 test -z "$ac_c_werror_flag" ||
23159 test ! -s conftest.err
23160 } && test -s conftest.$ac_objext; then
23161 ac_cv_member_struct_stat_st_blocks=yes
23162 else
23163 $as_echo "$as_me: failed program was:" >&5
23164 sed 's/^/| /' conftest.$ac_ext >&5
23166 cat >conftest.$ac_ext <<_ACEOF
23167 /* confdefs.h. */
23168 _ACEOF
23169 cat confdefs.h >>conftest.$ac_ext
23170 cat >>conftest.$ac_ext <<_ACEOF
23171 /* end confdefs.h. */
23172 $ac_includes_default
23174 main ()
23176 static struct stat ac_aggr;
23177 if (sizeof ac_aggr.st_blocks)
23178 return 0;
23180 return 0;
23182 _ACEOF
23183 rm -f conftest.$ac_objext
23184 if { (ac_try="$ac_compile"
23185 case "(($ac_try" in
23186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23187 *) ac_try_echo=$ac_try;;
23188 esac
23189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23190 $as_echo "$ac_try_echo") >&5
23191 (eval "$ac_compile") 2>conftest.er1
23192 ac_status=$?
23193 grep -v '^ *+' conftest.er1 >conftest.err
23194 rm -f conftest.er1
23195 cat conftest.err >&5
23196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23197 (exit $ac_status); } && {
23198 test -z "$ac_c_werror_flag" ||
23199 test ! -s conftest.err
23200 } && test -s conftest.$ac_objext; then
23201 ac_cv_member_struct_stat_st_blocks=yes
23202 else
23203 $as_echo "$as_me: failed program was:" >&5
23204 sed 's/^/| /' conftest.$ac_ext >&5
23206 ac_cv_member_struct_stat_st_blocks=no
23209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23214 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23215 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23216 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23218 cat >>confdefs.h <<_ACEOF
23219 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23220 _ACEOF
23224 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23225 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23226 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23227 $as_echo_n "(cached) " >&6
23228 else
23229 cat >conftest.$ac_ext <<_ACEOF
23230 /* confdefs.h. */
23231 _ACEOF
23232 cat confdefs.h >>conftest.$ac_ext
23233 cat >>conftest.$ac_ext <<_ACEOF
23234 /* end confdefs.h. */
23235 $ac_includes_default
23237 main ()
23239 static struct stat ac_aggr;
23240 if (ac_aggr.st_mtim)
23241 return 0;
23243 return 0;
23245 _ACEOF
23246 rm -f conftest.$ac_objext
23247 if { (ac_try="$ac_compile"
23248 case "(($ac_try" in
23249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23250 *) ac_try_echo=$ac_try;;
23251 esac
23252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23253 $as_echo "$ac_try_echo") >&5
23254 (eval "$ac_compile") 2>conftest.er1
23255 ac_status=$?
23256 grep -v '^ *+' conftest.er1 >conftest.err
23257 rm -f conftest.er1
23258 cat conftest.err >&5
23259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23260 (exit $ac_status); } && {
23261 test -z "$ac_c_werror_flag" ||
23262 test ! -s conftest.err
23263 } && test -s conftest.$ac_objext; then
23264 ac_cv_member_struct_stat_st_mtim=yes
23265 else
23266 $as_echo "$as_me: failed program was:" >&5
23267 sed 's/^/| /' conftest.$ac_ext >&5
23269 cat >conftest.$ac_ext <<_ACEOF
23270 /* confdefs.h. */
23271 _ACEOF
23272 cat confdefs.h >>conftest.$ac_ext
23273 cat >>conftest.$ac_ext <<_ACEOF
23274 /* end confdefs.h. */
23275 $ac_includes_default
23277 main ()
23279 static struct stat ac_aggr;
23280 if (sizeof ac_aggr.st_mtim)
23281 return 0;
23283 return 0;
23285 _ACEOF
23286 rm -f conftest.$ac_objext
23287 if { (ac_try="$ac_compile"
23288 case "(($ac_try" in
23289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23290 *) ac_try_echo=$ac_try;;
23291 esac
23292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23293 $as_echo "$ac_try_echo") >&5
23294 (eval "$ac_compile") 2>conftest.er1
23295 ac_status=$?
23296 grep -v '^ *+' conftest.er1 >conftest.err
23297 rm -f conftest.er1
23298 cat conftest.err >&5
23299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23300 (exit $ac_status); } && {
23301 test -z "$ac_c_werror_flag" ||
23302 test ! -s conftest.err
23303 } && test -s conftest.$ac_objext; then
23304 ac_cv_member_struct_stat_st_mtim=yes
23305 else
23306 $as_echo "$as_me: failed program was:" >&5
23307 sed 's/^/| /' conftest.$ac_ext >&5
23309 ac_cv_member_struct_stat_st_mtim=no
23312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23317 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23318 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23319 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23321 cat >>confdefs.h <<_ACEOF
23322 #define HAVE_STRUCT_STAT_ST_MTIM 1
23323 _ACEOF
23327 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23328 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23329 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23330 $as_echo_n "(cached) " >&6
23331 else
23332 cat >conftest.$ac_ext <<_ACEOF
23333 /* confdefs.h. */
23334 _ACEOF
23335 cat confdefs.h >>conftest.$ac_ext
23336 cat >>conftest.$ac_ext <<_ACEOF
23337 /* end confdefs.h. */
23338 $ac_includes_default
23340 main ()
23342 static struct stat ac_aggr;
23343 if (ac_aggr.st_ctim)
23344 return 0;
23346 return 0;
23348 _ACEOF
23349 rm -f conftest.$ac_objext
23350 if { (ac_try="$ac_compile"
23351 case "(($ac_try" in
23352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23353 *) ac_try_echo=$ac_try;;
23354 esac
23355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23356 $as_echo "$ac_try_echo") >&5
23357 (eval "$ac_compile") 2>conftest.er1
23358 ac_status=$?
23359 grep -v '^ *+' conftest.er1 >conftest.err
23360 rm -f conftest.er1
23361 cat conftest.err >&5
23362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23363 (exit $ac_status); } && {
23364 test -z "$ac_c_werror_flag" ||
23365 test ! -s conftest.err
23366 } && test -s conftest.$ac_objext; then
23367 ac_cv_member_struct_stat_st_ctim=yes
23368 else
23369 $as_echo "$as_me: failed program was:" >&5
23370 sed 's/^/| /' conftest.$ac_ext >&5
23372 cat >conftest.$ac_ext <<_ACEOF
23373 /* confdefs.h. */
23374 _ACEOF
23375 cat confdefs.h >>conftest.$ac_ext
23376 cat >>conftest.$ac_ext <<_ACEOF
23377 /* end confdefs.h. */
23378 $ac_includes_default
23380 main ()
23382 static struct stat ac_aggr;
23383 if (sizeof ac_aggr.st_ctim)
23384 return 0;
23386 return 0;
23388 _ACEOF
23389 rm -f conftest.$ac_objext
23390 if { (ac_try="$ac_compile"
23391 case "(($ac_try" in
23392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23393 *) ac_try_echo=$ac_try;;
23394 esac
23395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23396 $as_echo "$ac_try_echo") >&5
23397 (eval "$ac_compile") 2>conftest.er1
23398 ac_status=$?
23399 grep -v '^ *+' conftest.er1 >conftest.err
23400 rm -f conftest.er1
23401 cat conftest.err >&5
23402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23403 (exit $ac_status); } && {
23404 test -z "$ac_c_werror_flag" ||
23405 test ! -s conftest.err
23406 } && test -s conftest.$ac_objext; then
23407 ac_cv_member_struct_stat_st_ctim=yes
23408 else
23409 $as_echo "$as_me: failed program was:" >&5
23410 sed 's/^/| /' conftest.$ac_ext >&5
23412 ac_cv_member_struct_stat_st_ctim=no
23415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23420 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23421 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23422 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23424 cat >>confdefs.h <<_ACEOF
23425 #define HAVE_STRUCT_STAT_ST_CTIM 1
23426 _ACEOF
23430 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23431 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23432 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23433 $as_echo_n "(cached) " >&6
23434 else
23435 cat >conftest.$ac_ext <<_ACEOF
23436 /* confdefs.h. */
23437 _ACEOF
23438 cat confdefs.h >>conftest.$ac_ext
23439 cat >>conftest.$ac_ext <<_ACEOF
23440 /* end confdefs.h. */
23441 $ac_includes_default
23443 main ()
23445 static struct stat ac_aggr;
23446 if (ac_aggr.st_atim)
23447 return 0;
23449 return 0;
23451 _ACEOF
23452 rm -f conftest.$ac_objext
23453 if { (ac_try="$ac_compile"
23454 case "(($ac_try" in
23455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23456 *) ac_try_echo=$ac_try;;
23457 esac
23458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23459 $as_echo "$ac_try_echo") >&5
23460 (eval "$ac_compile") 2>conftest.er1
23461 ac_status=$?
23462 grep -v '^ *+' conftest.er1 >conftest.err
23463 rm -f conftest.er1
23464 cat conftest.err >&5
23465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23466 (exit $ac_status); } && {
23467 test -z "$ac_c_werror_flag" ||
23468 test ! -s conftest.err
23469 } && test -s conftest.$ac_objext; then
23470 ac_cv_member_struct_stat_st_atim=yes
23471 else
23472 $as_echo "$as_me: failed program was:" >&5
23473 sed 's/^/| /' conftest.$ac_ext >&5
23475 cat >conftest.$ac_ext <<_ACEOF
23476 /* confdefs.h. */
23477 _ACEOF
23478 cat confdefs.h >>conftest.$ac_ext
23479 cat >>conftest.$ac_ext <<_ACEOF
23480 /* end confdefs.h. */
23481 $ac_includes_default
23483 main ()
23485 static struct stat ac_aggr;
23486 if (sizeof ac_aggr.st_atim)
23487 return 0;
23489 return 0;
23491 _ACEOF
23492 rm -f conftest.$ac_objext
23493 if { (ac_try="$ac_compile"
23494 case "(($ac_try" in
23495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23496 *) ac_try_echo=$ac_try;;
23497 esac
23498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23499 $as_echo "$ac_try_echo") >&5
23500 (eval "$ac_compile") 2>conftest.er1
23501 ac_status=$?
23502 grep -v '^ *+' conftest.er1 >conftest.err
23503 rm -f conftest.er1
23504 cat conftest.err >&5
23505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23506 (exit $ac_status); } && {
23507 test -z "$ac_c_werror_flag" ||
23508 test ! -s conftest.err
23509 } && test -s conftest.$ac_objext; then
23510 ac_cv_member_struct_stat_st_atim=yes
23511 else
23512 $as_echo "$as_me: failed program was:" >&5
23513 sed 's/^/| /' conftest.$ac_ext >&5
23515 ac_cv_member_struct_stat_st_atim=no
23518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23523 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23524 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23525 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23527 cat >>confdefs.h <<_ACEOF
23528 #define HAVE_STRUCT_STAT_ST_ATIM 1
23529 _ACEOF
23535 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23536 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23537 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23538 $as_echo_n "(cached) " >&6
23539 else
23540 cat >conftest.$ac_ext <<_ACEOF
23541 /* confdefs.h. */
23542 _ACEOF
23543 cat confdefs.h >>conftest.$ac_ext
23544 cat >>conftest.$ac_ext <<_ACEOF
23545 /* end confdefs.h. */
23546 #ifdef HAVE_SYS_TYPES_H
23547 #include <sys/types.h>
23548 #endif
23549 #ifdef HAVE_NETINET_IN_H
23550 #include <netinet/in.h>
23551 #endif
23554 main ()
23556 static struct sockaddr_in6 ac_aggr;
23557 if (ac_aggr.sin6_scope_id)
23558 return 0;
23560 return 0;
23562 _ACEOF
23563 rm -f conftest.$ac_objext
23564 if { (ac_try="$ac_compile"
23565 case "(($ac_try" in
23566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23567 *) ac_try_echo=$ac_try;;
23568 esac
23569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23570 $as_echo "$ac_try_echo") >&5
23571 (eval "$ac_compile") 2>conftest.er1
23572 ac_status=$?
23573 grep -v '^ *+' conftest.er1 >conftest.err
23574 rm -f conftest.er1
23575 cat conftest.err >&5
23576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23577 (exit $ac_status); } && {
23578 test -z "$ac_c_werror_flag" ||
23579 test ! -s conftest.err
23580 } && test -s conftest.$ac_objext; then
23581 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23582 else
23583 $as_echo "$as_me: failed program was:" >&5
23584 sed 's/^/| /' conftest.$ac_ext >&5
23586 cat >conftest.$ac_ext <<_ACEOF
23587 /* confdefs.h. */
23588 _ACEOF
23589 cat confdefs.h >>conftest.$ac_ext
23590 cat >>conftest.$ac_ext <<_ACEOF
23591 /* end confdefs.h. */
23592 #ifdef HAVE_SYS_TYPES_H
23593 #include <sys/types.h>
23594 #endif
23595 #ifdef HAVE_NETINET_IN_H
23596 #include <netinet/in.h>
23597 #endif
23600 main ()
23602 static struct sockaddr_in6 ac_aggr;
23603 if (sizeof ac_aggr.sin6_scope_id)
23604 return 0;
23606 return 0;
23608 _ACEOF
23609 rm -f conftest.$ac_objext
23610 if { (ac_try="$ac_compile"
23611 case "(($ac_try" in
23612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23613 *) ac_try_echo=$ac_try;;
23614 esac
23615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23616 $as_echo "$ac_try_echo") >&5
23617 (eval "$ac_compile") 2>conftest.er1
23618 ac_status=$?
23619 grep -v '^ *+' conftest.er1 >conftest.err
23620 rm -f conftest.er1
23621 cat conftest.err >&5
23622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23623 (exit $ac_status); } && {
23624 test -z "$ac_c_werror_flag" ||
23625 test ! -s conftest.err
23626 } && test -s conftest.$ac_objext; then
23627 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23628 else
23629 $as_echo "$as_me: failed program was:" >&5
23630 sed 's/^/| /' conftest.$ac_ext >&5
23632 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23640 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23641 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23642 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23644 cat >>confdefs.h <<_ACEOF
23645 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23646 _ACEOF
23652 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23653 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23654 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23655 $as_echo_n "(cached) " >&6
23656 else
23657 cat >conftest.$ac_ext <<_ACEOF
23658 /* confdefs.h. */
23659 _ACEOF
23660 cat confdefs.h >>conftest.$ac_ext
23661 cat >>conftest.$ac_ext <<_ACEOF
23662 /* end confdefs.h. */
23663 #ifdef HAVE_SYS_TYPES_H
23664 #include <sys/types.h>
23665 #endif
23666 #ifdef HAVE_NETINET_IN_H
23667 # include <netinet/in.h>
23668 #endif
23669 #ifdef HAVE_ARPA_NAMESER_H
23670 # include <arpa/nameser.h>
23671 #endif
23674 main ()
23676 static ns_msg ac_aggr;
23677 if (ac_aggr._msg_ptr)
23678 return 0;
23680 return 0;
23682 _ACEOF
23683 rm -f conftest.$ac_objext
23684 if { (ac_try="$ac_compile"
23685 case "(($ac_try" in
23686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23687 *) ac_try_echo=$ac_try;;
23688 esac
23689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23690 $as_echo "$ac_try_echo") >&5
23691 (eval "$ac_compile") 2>conftest.er1
23692 ac_status=$?
23693 grep -v '^ *+' conftest.er1 >conftest.err
23694 rm -f conftest.er1
23695 cat conftest.err >&5
23696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23697 (exit $ac_status); } && {
23698 test -z "$ac_c_werror_flag" ||
23699 test ! -s conftest.err
23700 } && test -s conftest.$ac_objext; then
23701 ac_cv_member_ns_msg__msg_ptr=yes
23702 else
23703 $as_echo "$as_me: failed program was:" >&5
23704 sed 's/^/| /' conftest.$ac_ext >&5
23706 cat >conftest.$ac_ext <<_ACEOF
23707 /* confdefs.h. */
23708 _ACEOF
23709 cat confdefs.h >>conftest.$ac_ext
23710 cat >>conftest.$ac_ext <<_ACEOF
23711 /* end confdefs.h. */
23712 #ifdef HAVE_SYS_TYPES_H
23713 #include <sys/types.h>
23714 #endif
23715 #ifdef HAVE_NETINET_IN_H
23716 # include <netinet/in.h>
23717 #endif
23718 #ifdef HAVE_ARPA_NAMESER_H
23719 # include <arpa/nameser.h>
23720 #endif
23723 main ()
23725 static ns_msg ac_aggr;
23726 if (sizeof ac_aggr._msg_ptr)
23727 return 0;
23729 return 0;
23731 _ACEOF
23732 rm -f conftest.$ac_objext
23733 if { (ac_try="$ac_compile"
23734 case "(($ac_try" in
23735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23736 *) ac_try_echo=$ac_try;;
23737 esac
23738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23739 $as_echo "$ac_try_echo") >&5
23740 (eval "$ac_compile") 2>conftest.er1
23741 ac_status=$?
23742 grep -v '^ *+' conftest.er1 >conftest.err
23743 rm -f conftest.er1
23744 cat conftest.err >&5
23745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23746 (exit $ac_status); } && {
23747 test -z "$ac_c_werror_flag" ||
23748 test ! -s conftest.err
23749 } && test -s conftest.$ac_objext; then
23750 ac_cv_member_ns_msg__msg_ptr=yes
23751 else
23752 $as_echo "$as_me: failed program was:" >&5
23753 sed 's/^/| /' conftest.$ac_ext >&5
23755 ac_cv_member_ns_msg__msg_ptr=no
23758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23763 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23764 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23765 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23767 cat >>confdefs.h <<_ACEOF
23768 #define HAVE_NS_MSG__MSG_PTR 1
23769 _ACEOF
23775 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23776 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23777 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23778 $as_echo_n "(cached) " >&6
23779 else
23780 cat >conftest.$ac_ext <<_ACEOF
23781 /* confdefs.h. */
23782 _ACEOF
23783 cat confdefs.h >>conftest.$ac_ext
23784 cat >>conftest.$ac_ext <<_ACEOF
23785 /* end confdefs.h. */
23786 #ifdef HAVE_SYS_TYPES_H
23787 #include <sys/types.h>
23788 #endif
23789 #ifdef HAVE_ALIAS_H
23790 #include <alias.h>
23791 #endif
23792 #ifdef HAVE_SYS_SOCKET_H
23793 #include <sys/socket.h>
23794 #endif
23795 #ifdef HAVE_SYS_SOCKETVAR_H
23796 #include <sys/socketvar.h>
23797 #endif
23798 #ifdef HAVE_SYS_TIMEOUT_H
23799 #include <sys/timeout.h>
23800 #endif
23801 #ifdef HAVE_NETINET_IN_H
23802 #include <netinet/in.h>
23803 #endif
23804 #ifdef HAVE_NETINET_IN_SYSTM_H
23805 #include <netinet/in_systm.h>
23806 #endif
23807 #ifdef HAVE_NETINET_IP_H
23808 #include <netinet/ip.h>
23809 #endif
23810 #ifdef HAVE_NETINET_IP_VAR_H
23811 #include <netinet/ip_var.h>
23812 #endif
23813 #ifdef HAVE_NETINET_IP_ICMP_H
23814 #include <netinet/ip_icmp.h>
23815 #endif
23816 #ifdef HAVE_NETINET_ICMP_VAR
23817 #include <netinet/icmp_var.h>
23818 #endif
23821 main ()
23823 static struct icmpstat ac_aggr;
23824 if (ac_aggr.icps_outhist)
23825 return 0;
23827 return 0;
23829 _ACEOF
23830 rm -f conftest.$ac_objext
23831 if { (ac_try="$ac_compile"
23832 case "(($ac_try" in
23833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23834 *) ac_try_echo=$ac_try;;
23835 esac
23836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23837 $as_echo "$ac_try_echo") >&5
23838 (eval "$ac_compile") 2>conftest.er1
23839 ac_status=$?
23840 grep -v '^ *+' conftest.er1 >conftest.err
23841 rm -f conftest.er1
23842 cat conftest.err >&5
23843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23844 (exit $ac_status); } && {
23845 test -z "$ac_c_werror_flag" ||
23846 test ! -s conftest.err
23847 } && test -s conftest.$ac_objext; then
23848 ac_cv_member_struct_icmpstat_icps_outhist=yes
23849 else
23850 $as_echo "$as_me: failed program was:" >&5
23851 sed 's/^/| /' conftest.$ac_ext >&5
23853 cat >conftest.$ac_ext <<_ACEOF
23854 /* confdefs.h. */
23855 _ACEOF
23856 cat confdefs.h >>conftest.$ac_ext
23857 cat >>conftest.$ac_ext <<_ACEOF
23858 /* end confdefs.h. */
23859 #ifdef HAVE_SYS_TYPES_H
23860 #include <sys/types.h>
23861 #endif
23862 #ifdef HAVE_ALIAS_H
23863 #include <alias.h>
23864 #endif
23865 #ifdef HAVE_SYS_SOCKET_H
23866 #include <sys/socket.h>
23867 #endif
23868 #ifdef HAVE_SYS_SOCKETVAR_H
23869 #include <sys/socketvar.h>
23870 #endif
23871 #ifdef HAVE_SYS_TIMEOUT_H
23872 #include <sys/timeout.h>
23873 #endif
23874 #ifdef HAVE_NETINET_IN_H
23875 #include <netinet/in.h>
23876 #endif
23877 #ifdef HAVE_NETINET_IN_SYSTM_H
23878 #include <netinet/in_systm.h>
23879 #endif
23880 #ifdef HAVE_NETINET_IP_H
23881 #include <netinet/ip.h>
23882 #endif
23883 #ifdef HAVE_NETINET_IP_VAR_H
23884 #include <netinet/ip_var.h>
23885 #endif
23886 #ifdef HAVE_NETINET_IP_ICMP_H
23887 #include <netinet/ip_icmp.h>
23888 #endif
23889 #ifdef HAVE_NETINET_ICMP_VAR
23890 #include <netinet/icmp_var.h>
23891 #endif
23894 main ()
23896 static struct icmpstat ac_aggr;
23897 if (sizeof ac_aggr.icps_outhist)
23898 return 0;
23900 return 0;
23902 _ACEOF
23903 rm -f conftest.$ac_objext
23904 if { (ac_try="$ac_compile"
23905 case "(($ac_try" in
23906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23907 *) ac_try_echo=$ac_try;;
23908 esac
23909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23910 $as_echo "$ac_try_echo") >&5
23911 (eval "$ac_compile") 2>conftest.er1
23912 ac_status=$?
23913 grep -v '^ *+' conftest.er1 >conftest.err
23914 rm -f conftest.er1
23915 cat conftest.err >&5
23916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23917 (exit $ac_status); } && {
23918 test -z "$ac_c_werror_flag" ||
23919 test ! -s conftest.err
23920 } && test -s conftest.$ac_objext; then
23921 ac_cv_member_struct_icmpstat_icps_outhist=yes
23922 else
23923 $as_echo "$as_me: failed program was:" >&5
23924 sed 's/^/| /' conftest.$ac_ext >&5
23926 ac_cv_member_struct_icmpstat_icps_outhist=no
23929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23934 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23935 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23936 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23938 cat >>confdefs.h <<_ACEOF
23939 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23940 _ACEOF
23946 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23947 $as_echo_n "checking for timezone variable... " >&6; }
23948 if test "${ac_cv_have_timezone+set}" = set; then
23949 $as_echo_n "(cached) " >&6
23950 else
23951 cat >conftest.$ac_ext <<_ACEOF
23952 /* confdefs.h. */
23953 _ACEOF
23954 cat confdefs.h >>conftest.$ac_ext
23955 cat >>conftest.$ac_ext <<_ACEOF
23956 /* end confdefs.h. */
23957 #include <time.h>
23959 main ()
23961 timezone = 1
23963 return 0;
23965 _ACEOF
23966 rm -f conftest.$ac_objext conftest$ac_exeext
23967 if { (ac_try="$ac_link"
23968 case "(($ac_try" in
23969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23970 *) ac_try_echo=$ac_try;;
23971 esac
23972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23973 $as_echo "$ac_try_echo") >&5
23974 (eval "$ac_link") 2>conftest.er1
23975 ac_status=$?
23976 grep -v '^ *+' conftest.er1 >conftest.err
23977 rm -f conftest.er1
23978 cat conftest.err >&5
23979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23980 (exit $ac_status); } && {
23981 test -z "$ac_c_werror_flag" ||
23982 test ! -s conftest.err
23983 } && test -s conftest$ac_exeext && {
23984 test "$cross_compiling" = yes ||
23985 $as_test_x conftest$ac_exeext
23986 }; then
23987 ac_cv_have_timezone="yes"
23988 else
23989 $as_echo "$as_me: failed program was:" >&5
23990 sed 's/^/| /' conftest.$ac_ext >&5
23992 ac_cv_have_timezone="no"
23995 rm -rf conftest.dSYM
23996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23997 conftest$ac_exeext conftest.$ac_ext
23999 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24000 $as_echo "$ac_cv_have_timezone" >&6; }
24001 if test "$ac_cv_have_timezone" = "yes"
24002 then
24004 cat >>confdefs.h <<\_ACEOF
24005 #define HAVE_TIMEZONE 1
24006 _ACEOF
24009 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24010 $as_echo_n "checking for daylight variable... " >&6; }
24011 if test "${ac_cv_have_daylight+set}" = set; then
24012 $as_echo_n "(cached) " >&6
24013 else
24014 cat >conftest.$ac_ext <<_ACEOF
24015 /* confdefs.h. */
24016 _ACEOF
24017 cat confdefs.h >>conftest.$ac_ext
24018 cat >>conftest.$ac_ext <<_ACEOF
24019 /* end confdefs.h. */
24020 #include <time.h>
24022 main ()
24024 daylight = 1
24026 return 0;
24028 _ACEOF
24029 rm -f conftest.$ac_objext conftest$ac_exeext
24030 if { (ac_try="$ac_link"
24031 case "(($ac_try" in
24032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24033 *) ac_try_echo=$ac_try;;
24034 esac
24035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24036 $as_echo "$ac_try_echo") >&5
24037 (eval "$ac_link") 2>conftest.er1
24038 ac_status=$?
24039 grep -v '^ *+' conftest.er1 >conftest.err
24040 rm -f conftest.er1
24041 cat conftest.err >&5
24042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24043 (exit $ac_status); } && {
24044 test -z "$ac_c_werror_flag" ||
24045 test ! -s conftest.err
24046 } && test -s conftest$ac_exeext && {
24047 test "$cross_compiling" = yes ||
24048 $as_test_x conftest$ac_exeext
24049 }; then
24050 ac_cv_have_daylight="yes"
24051 else
24052 $as_echo "$as_me: failed program was:" >&5
24053 sed 's/^/| /' conftest.$ac_ext >&5
24055 ac_cv_have_daylight="no"
24058 rm -rf conftest.dSYM
24059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24060 conftest$ac_exeext conftest.$ac_ext
24062 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24063 $as_echo "$ac_cv_have_daylight" >&6; }
24064 if test "$ac_cv_have_daylight" = "yes"
24065 then
24067 cat >>confdefs.h <<\_ACEOF
24068 #define HAVE_DAYLIGHT 1
24069 _ACEOF
24073 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24074 $as_echo_n "checking for isinf... " >&6; }
24075 if test "${ac_cv_have_isinf+set}" = set; then
24076 $as_echo_n "(cached) " >&6
24077 else
24078 cat >conftest.$ac_ext <<_ACEOF
24079 /* confdefs.h. */
24080 _ACEOF
24081 cat confdefs.h >>conftest.$ac_ext
24082 cat >>conftest.$ac_ext <<_ACEOF
24083 /* end confdefs.h. */
24084 #include <math.h>
24086 main ()
24088 float f = 0.0; int i=isinf(f)
24090 return 0;
24092 _ACEOF
24093 rm -f conftest.$ac_objext conftest$ac_exeext
24094 if { (ac_try="$ac_link"
24095 case "(($ac_try" in
24096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24097 *) ac_try_echo=$ac_try;;
24098 esac
24099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24100 $as_echo "$ac_try_echo") >&5
24101 (eval "$ac_link") 2>conftest.er1
24102 ac_status=$?
24103 grep -v '^ *+' conftest.er1 >conftest.err
24104 rm -f conftest.er1
24105 cat conftest.err >&5
24106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24107 (exit $ac_status); } && {
24108 test -z "$ac_c_werror_flag" ||
24109 test ! -s conftest.err
24110 } && test -s conftest$ac_exeext && {
24111 test "$cross_compiling" = yes ||
24112 $as_test_x conftest$ac_exeext
24113 }; then
24114 ac_cv_have_isinf="yes"
24115 else
24116 $as_echo "$as_me: failed program was:" >&5
24117 sed 's/^/| /' conftest.$ac_ext >&5
24119 ac_cv_have_isinf="no"
24122 rm -rf conftest.dSYM
24123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24124 conftest$ac_exeext conftest.$ac_ext
24126 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24127 $as_echo "$ac_cv_have_isinf" >&6; }
24128 if test "$ac_cv_have_isinf" = "yes"
24129 then
24131 cat >>confdefs.h <<\_ACEOF
24132 #define HAVE_ISINF 1
24133 _ACEOF
24137 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24138 $as_echo_n "checking for isnan... " >&6; }
24139 if test "${ac_cv_have_isnan+set}" = set; then
24140 $as_echo_n "(cached) " >&6
24141 else
24142 cat >conftest.$ac_ext <<_ACEOF
24143 /* confdefs.h. */
24144 _ACEOF
24145 cat confdefs.h >>conftest.$ac_ext
24146 cat >>conftest.$ac_ext <<_ACEOF
24147 /* end confdefs.h. */
24148 #include <math.h>
24150 main ()
24152 float f = 0.0; int i=isnan(f)
24154 return 0;
24156 _ACEOF
24157 rm -f conftest.$ac_objext conftest$ac_exeext
24158 if { (ac_try="$ac_link"
24159 case "(($ac_try" in
24160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24161 *) ac_try_echo=$ac_try;;
24162 esac
24163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24164 $as_echo "$ac_try_echo") >&5
24165 (eval "$ac_link") 2>conftest.er1
24166 ac_status=$?
24167 grep -v '^ *+' conftest.er1 >conftest.err
24168 rm -f conftest.er1
24169 cat conftest.err >&5
24170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24171 (exit $ac_status); } && {
24172 test -z "$ac_c_werror_flag" ||
24173 test ! -s conftest.err
24174 } && test -s conftest$ac_exeext && {
24175 test "$cross_compiling" = yes ||
24176 $as_test_x conftest$ac_exeext
24177 }; then
24178 ac_cv_have_isnan="yes"
24179 else
24180 $as_echo "$as_me: failed program was:" >&5
24181 sed 's/^/| /' conftest.$ac_ext >&5
24183 ac_cv_have_isnan="no"
24186 rm -rf conftest.dSYM
24187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24188 conftest$ac_exeext conftest.$ac_ext
24190 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24191 $as_echo "$ac_cv_have_isnan" >&6; }
24192 if test "$ac_cv_have_isnan" = "yes"
24193 then
24195 cat >>confdefs.h <<\_ACEOF
24196 #define HAVE_ISNAN 1
24197 _ACEOF
24202 case $host_cpu in
24203 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24204 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24205 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24206 $as_echo_n "(cached) " >&6
24207 else
24208 cat >conftest.$ac_ext <<_ACEOF
24209 /* confdefs.h. */
24210 _ACEOF
24211 cat confdefs.h >>conftest.$ac_ext
24212 cat >>conftest.$ac_ext <<_ACEOF
24213 /* end confdefs.h. */
24214 #ifndef __i386__
24216 #endif
24217 _ACEOF
24218 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24219 $EGREP "yes" >/dev/null 2>&1; then
24220 ac_cv_cpp_def___i386__=yes
24221 else
24222 ac_cv_cpp_def___i386__=no
24224 rm -f conftest*
24227 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24228 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24229 if test $ac_cv_cpp_def___i386__ = yes; then
24230 CFLAGS="$CFLAGS -D__i386__"
24231 LINTFLAGS="$LINTFLAGS -D__i386__"
24234 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24235 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24236 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24237 $as_echo_n "(cached) " >&6
24238 else
24239 cat >conftest.$ac_ext <<_ACEOF
24240 /* confdefs.h. */
24241 _ACEOF
24242 cat confdefs.h >>conftest.$ac_ext
24243 cat >>conftest.$ac_ext <<_ACEOF
24244 /* end confdefs.h. */
24245 #ifndef __x86_64__
24247 #endif
24248 _ACEOF
24249 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24250 $EGREP "yes" >/dev/null 2>&1; then
24251 ac_cv_cpp_def___x86_64__=yes
24252 else
24253 ac_cv_cpp_def___x86_64__=no
24255 rm -f conftest*
24258 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24259 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24260 if test $ac_cv_cpp_def___x86_64__ = yes; then
24261 CFLAGS="$CFLAGS -D__x86_64__"
24262 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24265 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24266 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24267 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24268 $as_echo_n "(cached) " >&6
24269 else
24270 cat >conftest.$ac_ext <<_ACEOF
24271 /* confdefs.h. */
24272 _ACEOF
24273 cat confdefs.h >>conftest.$ac_ext
24274 cat >>conftest.$ac_ext <<_ACEOF
24275 /* end confdefs.h. */
24276 #ifndef __ALPHA__
24278 #endif
24279 _ACEOF
24280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24281 $EGREP "yes" >/dev/null 2>&1; then
24282 ac_cv_cpp_def___ALPHA__=yes
24283 else
24284 ac_cv_cpp_def___ALPHA__=no
24286 rm -f conftest*
24289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24290 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24291 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24292 CFLAGS="$CFLAGS -D__ALPHA__"
24293 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24296 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24297 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24298 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24299 $as_echo_n "(cached) " >&6
24300 else
24301 cat >conftest.$ac_ext <<_ACEOF
24302 /* confdefs.h. */
24303 _ACEOF
24304 cat confdefs.h >>conftest.$ac_ext
24305 cat >>conftest.$ac_ext <<_ACEOF
24306 /* end confdefs.h. */
24307 #ifndef __sparc__
24309 #endif
24310 _ACEOF
24311 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24312 $EGREP "yes" >/dev/null 2>&1; then
24313 ac_cv_cpp_def___sparc__=yes
24314 else
24315 ac_cv_cpp_def___sparc__=no
24317 rm -f conftest*
24320 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24321 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24322 if test $ac_cv_cpp_def___sparc__ = yes; then
24323 CFLAGS="$CFLAGS -D__sparc__"
24324 LINTFLAGS="$LINTFLAGS -D__sparc__"
24327 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24328 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24329 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24330 $as_echo_n "(cached) " >&6
24331 else
24332 cat >conftest.$ac_ext <<_ACEOF
24333 /* confdefs.h. */
24334 _ACEOF
24335 cat confdefs.h >>conftest.$ac_ext
24336 cat >>conftest.$ac_ext <<_ACEOF
24337 /* end confdefs.h. */
24338 #ifndef __powerpc__
24340 #endif
24341 _ACEOF
24342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24343 $EGREP "yes" >/dev/null 2>&1; then
24344 ac_cv_cpp_def___powerpc__=yes
24345 else
24346 ac_cv_cpp_def___powerpc__=no
24348 rm -f conftest*
24351 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24352 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24353 if test $ac_cv_cpp_def___powerpc__ = yes; then
24354 CFLAGS="$CFLAGS -D__powerpc__"
24355 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24358 esac
24360 case $host_vendor in
24361 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24362 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24363 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24364 $as_echo_n "(cached) " >&6
24365 else
24366 cat >conftest.$ac_ext <<_ACEOF
24367 /* confdefs.h. */
24368 _ACEOF
24369 cat confdefs.h >>conftest.$ac_ext
24370 cat >>conftest.$ac_ext <<_ACEOF
24371 /* end confdefs.h. */
24372 #ifndef __sun__
24374 #endif
24375 _ACEOF
24376 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24377 $EGREP "yes" >/dev/null 2>&1; then
24378 ac_cv_cpp_def___sun__=yes
24379 else
24380 ac_cv_cpp_def___sun__=no
24382 rm -f conftest*
24385 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24386 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24387 if test $ac_cv_cpp_def___sun__ = yes; then
24388 CFLAGS="$CFLAGS -D__sun__"
24389 LINTFLAGS="$LINTFLAGS -D__sun__"
24392 esac
24395 DEPENDENCIES="### Dependencies:
24397 .INIT: Makefile
24398 .BEGIN: Makefile
24399 .MAKEFILEDEPS:
24400 Makefile: dummy
24401 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24403 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24404 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24405 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24406 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24407 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24410 ALL_MAKERULES=""
24412 ALL_MAKEFILES=""
24414 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24417 ALL_TOP_DIRS=""
24419 ALL_DLL_DIRS=""
24421 ALL_IMPLIB_DIRS=""
24423 ALL_TEST_DIRS=""
24425 ALL_PROGRAM_DIRS=""
24427 ALL_PROGRAM_INSTALL_DIRS=""
24429 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24435 ac_config_commands="$ac_config_commands include/stamp-h"
24438 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24440 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24442 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24444 ac_config_commands="$ac_config_commands dlls/user32/resources"
24446 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24448 ac_config_commands="$ac_config_commands include/wine"
24451 ALL_MAKERULES="$ALL_MAKERULES \\
24452 Make.rules"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 Make.rules: Make.rules.in"
24455 MAKE_RULES=Make.rules
24456 ac_config_files="$ac_config_files Make.rules"
24458 ALL_MAKERULES="$ALL_MAKERULES \\
24459 dlls/Makedll.rules"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24462 MAKE_DLL_RULES=dlls/Makedll.rules
24463 ac_config_files="$ac_config_files dlls/Makedll.rules"
24465 ALL_MAKERULES="$ALL_MAKERULES \\
24466 dlls/Makeimplib.rules"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24469 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24470 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24472 ALL_MAKERULES="$ALL_MAKERULES \\
24473 dlls/Maketest.rules"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24476 MAKE_TEST_RULES=dlls/Maketest.rules
24477 ac_config_files="$ac_config_files dlls/Maketest.rules"
24479 ALL_MAKERULES="$ALL_MAKERULES \\
24480 programs/Makeprog.rules"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24483 MAKE_PROG_RULES=programs/Makeprog.rules
24484 ac_config_files="$ac_config_files programs/Makeprog.rules"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 Makefile: Makefile.in Make.rules"
24491 ac_config_files="$ac_config_files Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/Makefile"
24495 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24496 dlls"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/Makefile: dlls/Makefile.in Make.rules"
24499 ac_config_files="$ac_config_files dlls/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/acledit/Makefile"
24503 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 acledit"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/aclui/Makefile"
24511 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 aclui"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/activeds/Makefile"
24519 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 activeds"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/actxprxy/Makefile"
24527 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 actxprxy"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/adsiid/Makefile"
24535 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24536 adsiid"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24539 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/advapi32/Makefile"
24543 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 advapi32"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/advapi32/tests/Makefile"
24551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24552 advapi32/tests"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24555 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/advpack/Makefile"
24559 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 advpack"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/advpack/tests/Makefile"
24567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24568 advpack/tests"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24571 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/amstream/Makefile"
24575 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 amstream"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/appwiz.cpl/Makefile"
24583 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 appwiz.cpl"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/atl/Makefile"
24591 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 atl"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/atl/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/authz/Makefile"
24599 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 authz"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/authz/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/avicap32/Makefile"
24607 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 avicap32"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/avifil32/Makefile"
24615 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 avifil32"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/avifile.dll16/Makefile"
24623 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 avifile.dll16"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/browseui/Makefile"
24631 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 browseui"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/browseui/tests/Makefile"
24639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24640 browseui/tests"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24643 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/cabinet/Makefile"
24647 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 cabinet"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/cabinet/tests/Makefile"
24655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24656 cabinet/tests"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24659 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/capi2032/Makefile"
24663 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 capi2032"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/cards/Makefile"
24671 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 cards"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/cards/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/cfgmgr32/Makefile"
24679 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 cfgmgr32"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/clusapi/Makefile"
24687 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 clusapi"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/comcat/Makefile"
24695 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 comcat"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/comcat/tests/Makefile"
24703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24704 comcat/tests"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24707 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/comctl32/Makefile"
24711 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 comctl32"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/comctl32/tests/Makefile"
24719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24720 comctl32/tests"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24723 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/comdlg32/Makefile"
24727 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 comdlg32"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/comdlg32/tests/Makefile"
24735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24736 comdlg32/tests"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24739 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/comm.drv16/Makefile"
24743 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 comm.drv16"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/compobj.dll16/Makefile"
24751 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 compobj.dll16"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/compstui/Makefile"
24759 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 compstui"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/credui/Makefile"
24767 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 credui"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24771 ac_config_files="$ac_config_files dlls/credui/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/credui/tests/Makefile"
24775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24776 credui/tests"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24779 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/crtdll/Makefile"
24783 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 crtdll"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24787 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/crypt32/Makefile"
24791 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 crypt32"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/crypt32/tests/Makefile"
24799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24800 crypt32/tests"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24803 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/cryptdlg/Makefile"
24807 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 cryptdlg"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/cryptdll/Makefile"
24815 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 cryptdll"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/cryptnet/Makefile"
24823 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 cryptnet"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/cryptnet/tests/Makefile"
24831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24832 cryptnet/tests"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24835 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/cryptui/Makefile"
24839 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 cryptui"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/cryptui/tests/Makefile"
24847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24848 cryptui/tests"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24851 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/ctapi32/Makefile"
24855 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 ctapi32"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/ctl3d.dll16/Makefile"
24863 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 ctl3d.dll16"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/ctl3d32/Makefile"
24871 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 ctl3d32"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/ctl3dv2.dll16/Makefile"
24879 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 ctl3dv2.dll16"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/d3d10/Makefile"
24887 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 d3d10"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/d3d10/tests/Makefile"
24895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24896 d3d10/tests"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24899 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/d3d10core/Makefile"
24903 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 d3d10core"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/d3d10core/tests/Makefile"
24911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24912 d3d10core/tests"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24915 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/d3d8/Makefile"
24919 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 d3d8"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/d3d8/tests/Makefile"
24927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 d3d8/tests"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24931 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/d3d9/Makefile"
24935 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 d3d9"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/d3d9/tests/Makefile"
24943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24944 d3d9/tests"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24947 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/d3dim/Makefile"
24951 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 d3dim"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/d3drm/Makefile"
24959 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 d3drm"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/d3drm/tests/Makefile"
24967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24968 d3drm/tests"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24971 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/d3dx8/Makefile"
24975 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 d3dx8"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/d3dx8/tests/Makefile"
24983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24984 d3dx8/tests"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24987 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/d3dx9_24/Makefile"
24991 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 d3dx9_24"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/d3dx9_25/Makefile"
24999 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 d3dx9_25"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/d3dx9_26/Makefile"
25007 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 d3dx9_26"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/d3dx9_27/Makefile"
25015 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 d3dx9_27"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/d3dx9_28/Makefile"
25023 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 d3dx9_28"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/d3dx9_29/Makefile"
25031 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 d3dx9_29"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/d3dx9_30/Makefile"
25039 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 d3dx9_30"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/d3dx9_31/Makefile"
25047 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 d3dx9_31"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/d3dx9_32/Makefile"
25055 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 d3dx9_32"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/d3dx9_33/Makefile"
25063 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 d3dx9_33"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/d3dx9_34/Makefile"
25071 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 d3dx9_34"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/d3dx9_35/Makefile"
25079 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 d3dx9_35"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/d3dx9_36/Makefile"
25087 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 d3dx9_36"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/d3dx9_36/tests/Makefile"
25095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25096 d3dx9_36/tests"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25099 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/d3dx9_37/Makefile"
25103 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 d3dx9_37"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/d3dx9_38/Makefile"
25111 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 d3dx9_38"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/d3dx9_39/Makefile"
25119 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 d3dx9_39"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/d3dx9_40/Makefile"
25127 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 d3dx9_40"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/d3dxof/Makefile"
25135 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 d3dxof"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/d3dxof/tests/Makefile"
25143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25144 d3dxof/tests"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25147 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/dbghelp/Makefile"
25151 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 dbghelp"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/dciman32/Makefile"
25159 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 dciman32"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/ddraw/Makefile"
25167 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 ddraw"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/ddraw/tests/Makefile"
25175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25176 ddraw/tests"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25179 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/ddrawex/Makefile"
25183 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 ddrawex"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/ddrawex/tests/Makefile"
25191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25192 ddrawex/tests"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25195 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/devenum/Makefile"
25199 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 devenum"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/dinput/Makefile"
25207 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 dinput"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/dinput/tests/Makefile"
25215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25216 dinput/tests"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25219 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dinput8/Makefile"
25223 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 dinput8"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dispdib.dll16/Makefile"
25231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dispdib.dll16"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/display.drv16/Makefile"
25239 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 display.drv16"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/dmband/Makefile"
25247 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 dmband"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/dmcompos/Makefile"
25255 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 dmcompos"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/dmime/Makefile"
25263 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 dmime"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/dmloader/Makefile"
25271 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 dmloader"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/dmscript/Makefile"
25279 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 dmscript"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/dmstyle/Makefile"
25287 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 dmstyle"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/dmsynth/Makefile"
25295 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 dmsynth"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/dmusic/Makefile"
25303 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 dmusic"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/dmusic32/Makefile"
25311 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 dmusic32"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/dnsapi/Makefile"
25319 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 dnsapi"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/dnsapi/tests/Makefile"
25327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25328 dnsapi/tests"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25331 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/dplay/Makefile"
25335 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 dplay"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/dplayx/Makefile"
25343 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 dplayx"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/dplayx/tests/Makefile"
25351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25352 dplayx/tests"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25355 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/dpnaddr/Makefile"
25359 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 dpnaddr"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/dpnet/Makefile"
25367 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 dpnet"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/dpnhpast/Makefile"
25375 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 dpnhpast"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/dpnlobby/Makefile"
25383 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 dpnlobby"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/dpwsockx/Makefile"
25391 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 dpwsockx"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/dsound/Makefile"
25399 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 dsound"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/dsound/tests/Makefile"
25407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25408 dsound/tests"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25411 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/dssenh/Makefile"
25415 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 dssenh"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/dswave/Makefile"
25423 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 dswave"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/dwmapi/Makefile"
25431 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 dwmapi"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/dxdiagn/Makefile"
25439 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 dxdiagn"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/dxerr8/Makefile"
25447 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25448 dxerr8"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25451 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/dxerr9/Makefile"
25455 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25456 dxerr9"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25459 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/dxgi/Makefile"
25463 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 dxgi"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/dxgi/tests/Makefile"
25471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25472 dxgi/tests"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25475 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/dxguid/Makefile"
25479 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25480 dxguid"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25483 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/faultrep/Makefile"
25487 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 faultrep"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/fusion/Makefile"
25495 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 fusion"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/fusion/tests/Makefile"
25503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25504 fusion/tests"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25507 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/gdi32/Makefile"
25511 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 gdi32"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/gdi32/tests/Makefile"
25519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25520 gdi32/tests"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25523 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/gdiplus/Makefile"
25527 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 gdiplus"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/gdiplus/tests/Makefile"
25535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25536 gdiplus/tests"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25539 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/glu32/Makefile"
25543 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 glu32"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/gphoto2.ds/Makefile"
25551 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 gphoto2.ds"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/gpkcsp/Makefile"
25559 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 gpkcsp"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/hal/Makefile"
25567 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 hal"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/hal/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/hhctrl.ocx/Makefile"
25575 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 hhctrl.ocx"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/hid/Makefile"
25583 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25584 hid"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25587 ac_config_files="$ac_config_files dlls/hid/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/hlink/Makefile"
25591 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 hlink"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/hlink/tests/Makefile"
25599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25600 hlink/tests"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25603 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/hnetcfg/Makefile"
25607 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 hnetcfg"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/httpapi/Makefile"
25615 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 httpapi"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/iccvid/Makefile"
25623 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 iccvid"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/icmp/Makefile"
25631 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 icmp"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/ifsmgr.vxd/Makefile"
25639 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 ifsmgr.vxd"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/imaadp32.acm/Makefile"
25647 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 imaadp32.acm"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/imagehlp/Makefile"
25655 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 imagehlp"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/imm.dll16/Makefile"
25663 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 imm.dll16"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/imm32/Makefile"
25671 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 imm32"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/imm32/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 imm32/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/inetcomm/Makefile"
25687 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 inetcomm"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/inetcomm/tests/Makefile"
25695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25696 inetcomm/tests"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25699 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/inetmib1/Makefile"
25703 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 inetmib1"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/inetmib1/tests/Makefile"
25711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25712 inetmib1/tests"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25715 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/infosoft/Makefile"
25719 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 infosoft"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/infosoft/tests/Makefile"
25727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25728 infosoft/tests"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25731 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/initpki/Makefile"
25735 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 initpki"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/inkobj/Makefile"
25743 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 inkobj"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/inseng/Makefile"
25751 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 inseng"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/iphlpapi/Makefile"
25759 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 iphlpapi"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/iphlpapi/tests/Makefile"
25767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25768 iphlpapi/tests"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25771 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/itircl/Makefile"
25775 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 itircl"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/itss/Makefile"
25783 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 itss"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/itss/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/itss/tests/Makefile"
25791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25792 itss/tests"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25795 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/jscript/Makefile"
25799 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 jscript"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/jscript/tests/Makefile"
25807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25808 jscript/tests"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25811 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/kernel32/Makefile"
25815 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 kernel32"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/kernel32/tests/Makefile"
25823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25824 kernel32/tests"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25827 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/keyboard.drv16/Makefile"
25831 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 keyboard.drv16"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/loadperf/Makefile"
25839 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 loadperf"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/localspl/Makefile"
25847 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 localspl"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/localspl/tests/Makefile"
25855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25856 localspl/tests"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25859 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/localui/Makefile"
25863 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 localui"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/localui/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/localui/tests/Makefile"
25871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25872 localui/tests"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25875 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/lz32/Makefile"
25879 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 lz32"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/lz32/tests/Makefile"
25887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25888 lz32/tests"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25891 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/lzexpand.dll16/Makefile"
25895 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 lzexpand.dll16"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/mapi32/Makefile"
25903 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 mapi32"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/mapi32/tests/Makefile"
25911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25912 mapi32/tests"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25915 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/mciavi32/Makefile"
25919 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 mciavi32"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/mcicda/Makefile"
25927 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 mcicda"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/mciqtz32/Makefile"
25935 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 mciqtz32"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/mciseq/Makefile"
25943 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 mciseq"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/mciwave/Makefile"
25951 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 mciwave"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/midimap/Makefile"
25959 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 midimap"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/mlang/Makefile"
25967 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 mlang"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/mlang/tests/Makefile"
25975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25976 mlang/tests"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25979 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/mmdevldr.vxd/Makefile"
25983 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 mmdevldr.vxd"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/monodebg.vxd/Makefile"
25991 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 monodebg.vxd"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/mountmgr.sys/Makefile"
25999 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 mountmgr.sys"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/mouse.drv16/Makefile"
26007 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 mouse.drv16"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/mpr/Makefile"
26015 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 mpr"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/mprapi/Makefile"
26023 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 mprapi"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/msacm.dll16/Makefile"
26031 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 msacm.dll16"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/msacm32.drv/Makefile"
26039 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 msacm32.drv"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/msacm32/Makefile"
26047 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 msacm32"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/msacm32/tests/Makefile"
26055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26056 msacm32/tests"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26059 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/msadp32.acm/Makefile"
26063 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 msadp32.acm"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/mscat32/Makefile"
26071 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 mscat32"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/mscms/Makefile"
26079 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 mscms"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/mscms/tests/Makefile"
26087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26088 mscms/tests"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26091 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/mscoree/Makefile"
26095 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 mscoree"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/msctf/Makefile"
26103 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 msctf"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/msctf/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 msctf/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/msdmo/Makefile"
26119 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 msdmo"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/msftedit/Makefile"
26127 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 msftedit"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/msg711.acm/Makefile"
26135 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 msg711.acm"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/mshtml.tlb/Makefile"
26143 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 mshtml.tlb"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/mshtml/Makefile"
26151 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 mshtml"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/mshtml/tests/Makefile"
26159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26160 mshtml/tests"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26163 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/msi/Makefile"
26167 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 msi"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/msi/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/msi/tests/Makefile"
26175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26176 msi/tests"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26179 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/msimg32/Makefile"
26183 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 msimg32"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/msimtf/Makefile"
26191 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 msimtf"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/msisip/Makefile"
26199 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 msisip"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/msisys.ocx/Makefile"
26207 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 msisys.ocx"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/msnet32/Makefile"
26215 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 msnet32"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/msrle32/Makefile"
26223 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 msrle32"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/mssign32/Makefile"
26231 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 mssign32"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/mssip32/Makefile"
26239 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 mssip32"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/mstask/Makefile"
26247 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 mstask"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/mstask/tests/Makefile"
26255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26256 mstask/tests"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26259 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/msvcirt/Makefile"
26263 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 msvcirt"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/msvcr71/Makefile"
26271 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 msvcr71"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/msvcrt/Makefile"
26279 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 msvcrt"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/msvcrt/tests/Makefile"
26287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26288 msvcrt/tests"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26291 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/msvcrt20/Makefile"
26295 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 msvcrt20"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/msvcrt40/Makefile"
26303 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 msvcrt40"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/msvcrtd/Makefile"
26311 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 msvcrtd"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/msvcrtd/tests/Makefile"
26319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26320 msvcrtd/tests"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26323 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/msvfw32/Makefile"
26327 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 msvfw32"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/msvfw32/tests/Makefile"
26335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26336 msvfw32/tests"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26339 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/msvidc32/Makefile"
26343 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 msvidc32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/mswsock/Makefile"
26351 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 mswsock"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/msxml3/Makefile"
26359 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 msxml3"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/msxml3/tests/Makefile"
26367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26368 msxml3/tests"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26371 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/nddeapi/Makefile"
26375 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 nddeapi"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/netapi32/Makefile"
26383 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 netapi32"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/netapi32/tests/Makefile"
26391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26392 netapi32/tests"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26395 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/newdev/Makefile"
26399 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 newdev"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/ntdll/Makefile"
26407 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 ntdll"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/ntdll/tests/Makefile"
26415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26416 ntdll/tests"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26419 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/ntdsapi/Makefile"
26423 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 ntdsapi"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/ntdsapi/tests/Makefile"
26431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26432 ntdsapi/tests"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26435 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/ntoskrnl.exe/Makefile"
26439 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 ntoskrnl.exe"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/ntprint/Makefile"
26447 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 ntprint"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/ntprint/tests/Makefile"
26455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26456 ntprint/tests"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26459 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/objsel/Makefile"
26463 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 objsel"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/odbc32/Makefile"
26471 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 odbc32"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/odbccp32/Makefile"
26479 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 odbccp32"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/odbccp32/tests/Makefile"
26487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26488 odbccp32/tests"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26491 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/ole2.dll16/Makefile"
26495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 ole2.dll16"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/ole2conv.dll16/Makefile"
26503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 ole2conv.dll16"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/ole2disp.dll16/Makefile"
26511 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 ole2disp.dll16"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/ole2nls.dll16/Makefile"
26519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 ole2nls.dll16"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/ole2prox.dll16/Makefile"
26527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 ole2prox.dll16"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/ole2thk.dll16/Makefile"
26535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 ole2thk.dll16"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/ole32/Makefile"
26543 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 ole32"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/ole32/tests/Makefile"
26551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26552 ole32/tests"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26555 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/oleacc/Makefile"
26559 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 oleacc"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/oleacc/tests/Makefile"
26567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26568 oleacc/tests"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26571 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/oleaut32/Makefile"
26575 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26576 oleaut32"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26579 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/oleaut32/tests/Makefile"
26583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26584 oleaut32/tests"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26587 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/olecli.dll16/Makefile"
26591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 olecli.dll16"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/olecli32/Makefile"
26599 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 olecli32"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/oledlg/Makefile"
26607 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 oledlg"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/olepro32/Makefile"
26615 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26616 olepro32"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26619 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/olesvr.dll16/Makefile"
26623 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 olesvr.dll16"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/olesvr32/Makefile"
26631 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26632 olesvr32"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26635 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/olethk32/Makefile"
26639 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 olethk32"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/opengl32/Makefile"
26647 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 opengl32"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/opengl32/tests/Makefile"
26655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26656 opengl32/tests"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26659 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/pdh/Makefile"
26663 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 pdh"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/pdh/tests/Makefile"
26671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26672 pdh/tests"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26675 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/pidgen/Makefile"
26679 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 pidgen"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/powrprof/Makefile"
26687 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 powrprof"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/printui/Makefile"
26695 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 printui"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/printui/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/propsys/Makefile"
26703 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 propsys"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/psapi/Makefile"
26711 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 psapi"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/psapi/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 psapi/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/pstorec/Makefile"
26727 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 pstorec"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/qcap/Makefile"
26735 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 qcap"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/qedit/Makefile"
26743 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 qedit"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/qedit/tests/Makefile"
26751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26752 qedit/tests"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26755 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/qmgr/Makefile"
26759 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 qmgr"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/qmgr/tests/Makefile"
26767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26768 qmgr/tests"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26771 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/qmgrprxy/Makefile"
26775 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 qmgrprxy"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/quartz/Makefile"
26783 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 quartz"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/quartz/tests/Makefile"
26791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26792 quartz/tests"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26795 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/query/Makefile"
26799 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 query"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/query/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/rasapi16.dll16/Makefile"
26807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26808 rasapi16.dll16"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26811 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/rasapi32/Makefile"
26815 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 rasapi32"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/rasapi32/tests/Makefile"
26823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26824 rasapi32/tests"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26827 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/rasdlg/Makefile"
26831 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 rasdlg"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/resutils/Makefile"
26839 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 resutils"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/riched20/Makefile"
26847 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 riched20"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/riched20/tests/Makefile"
26855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26856 riched20/tests"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26859 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/riched32/Makefile"
26863 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 riched32"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/riched32/tests/Makefile"
26871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26872 riched32/tests"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26875 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/rpcrt4/Makefile"
26879 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26880 rpcrt4"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26883 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/rpcrt4/tests/Makefile"
26887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26888 rpcrt4/tests"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26891 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/rsabase/Makefile"
26895 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 rsabase"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/rsaenh/Makefile"
26903 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 rsaenh"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/rsaenh/tests/Makefile"
26911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26912 rsaenh/tests"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26915 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/sane.ds/Makefile"
26919 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 sane.ds"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/sccbase/Makefile"
26927 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 sccbase"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/schannel/Makefile"
26935 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26936 schannel"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26939 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/schannel/tests/Makefile"
26943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26944 schannel/tests"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26947 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/secur32/Makefile"
26951 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 secur32"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/secur32/tests/Makefile"
26959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26960 secur32/tests"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26963 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/security/Makefile"
26967 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26968 security"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26971 ac_config_files="$ac_config_files dlls/security/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/sensapi/Makefile"
26975 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26976 sensapi"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26979 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/serialui/Makefile"
26983 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 serialui"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/serialui/tests/Makefile"
26991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26992 serialui/tests"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26995 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/setupapi/Makefile"
26999 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 setupapi"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/setupapi/tests/Makefile"
27007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27008 setupapi/tests"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27011 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/sfc/Makefile"
27015 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 sfc"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/sfc_os/Makefile"
27023 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27024 sfc_os"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27027 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/shdoclc/Makefile"
27031 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27032 shdoclc"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27035 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/shdocvw/Makefile"
27039 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 shdocvw"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/shdocvw/tests/Makefile"
27047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27048 shdocvw/tests"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27051 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/shell32/Makefile"
27055 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 shell32"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/shell32/tests/Makefile"
27063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27064 shell32/tests"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27067 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/shfolder/Makefile"
27071 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27072 shfolder"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27075 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/shlwapi/Makefile"
27079 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27080 shlwapi"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27083 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/shlwapi/tests/Makefile"
27087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27088 shlwapi/tests"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27091 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/slbcsp/Makefile"
27095 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27096 slbcsp"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27099 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/slc/Makefile"
27103 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 slc"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/slc/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/snmpapi/Makefile"
27111 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 snmpapi"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/snmpapi/tests/Makefile"
27119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27120 snmpapi/tests"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27123 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/softpub/Makefile"
27127 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 softpub"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/sound.drv16/Makefile"
27135 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27136 sound.drv16"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27139 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/spoolss/Makefile"
27143 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 spoolss"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/spoolss/tests/Makefile"
27151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27152 spoolss/tests"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27155 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/stdole2.tlb/Makefile"
27159 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 stdole2.tlb"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/stdole32.tlb/Makefile"
27167 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 stdole32.tlb"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/sti/Makefile"
27175 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27176 sti"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27179 ac_config_files="$ac_config_files dlls/sti/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/storage.dll16/Makefile"
27183 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27184 storage.dll16"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27187 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/stress.dll16/Makefile"
27191 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27192 stress.dll16"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27195 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/strmiids/Makefile"
27199 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27200 strmiids"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27203 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/svrapi/Makefile"
27207 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 svrapi"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/sxs/Makefile"
27215 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27216 sxs"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27219 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/tapi32/Makefile"
27223 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 tapi32"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/traffic/Makefile"
27231 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27232 traffic"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27235 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/twain.dll16/Makefile"
27239 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 twain.dll16"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/twain_32/Makefile"
27247 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27248 twain_32"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27251 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/twain_32/tests/Makefile"
27255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27256 twain_32/tests"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27259 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/typelib.dll16/Makefile"
27263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 typelib.dll16"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/unicows/Makefile"
27271 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 unicows"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/updspapi/Makefile"
27279 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 updspapi"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/url/Makefile"
27287 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27288 url"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27291 ac_config_files="$ac_config_files dlls/url/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/urlmon/Makefile"
27295 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 urlmon"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/urlmon/tests/Makefile"
27303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27304 urlmon/tests"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27307 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/user32/Makefile"
27311 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 user32"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/user32/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/user32/tests/Makefile"
27319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27320 user32/tests"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27323 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/userenv/Makefile"
27327 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 userenv"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/userenv/tests/Makefile"
27335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27336 userenv/tests"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27339 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/usp10/Makefile"
27343 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 usp10"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/usp10/tests/Makefile"
27351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27352 usp10/tests"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27355 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/uuid/Makefile"
27359 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27360 uuid"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27363 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/uxtheme/Makefile"
27367 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 uxtheme"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/uxtheme/tests/Makefile"
27375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27376 uxtheme/tests"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27379 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/vdhcp.vxd/Makefile"
27383 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 vdhcp.vxd"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/vdmdbg/Makefile"
27391 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 vdmdbg"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/version/Makefile"
27399 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 version"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/version/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/version/tests/Makefile"
27407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27408 version/tests"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27411 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/vmm.vxd/Makefile"
27415 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27416 vmm.vxd"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27419 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/vnbt.vxd/Makefile"
27423 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 vnbt.vxd"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/vnetbios.vxd/Makefile"
27431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27432 vnetbios.vxd"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27435 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/vtdapi.vxd/Makefile"
27439 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27440 vtdapi.vxd"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27443 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/vwin32.vxd/Makefile"
27447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 vwin32.vxd"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/w32skrnl/Makefile"
27455 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27456 w32skrnl"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27459 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/w32sys.dll16/Makefile"
27463 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27464 w32sys.dll16"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27467 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/win32s16.dll16/Makefile"
27471 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27472 win32s16.dll16"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27475 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/win87em.dll16/Makefile"
27479 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27480 win87em.dll16"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27483 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/winaspi.dll16/Makefile"
27487 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27488 winaspi.dll16"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27491 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/windebug.dll16/Makefile"
27495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 windebug.dll16"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 dlls/winealsa.drv/Makefile"
27503 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27504 winealsa.drv"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27507 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 dlls/wineaudioio.drv/Makefile"
27511 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27512 wineaudioio.drv"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27515 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 dlls/winecoreaudio.drv/Makefile"
27519 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27520 winecoreaudio.drv"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27523 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 dlls/winecrt0/Makefile"
27527 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27528 winecrt0"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27531 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 dlls/wined3d/Makefile"
27535 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27536 wined3d"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27539 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 dlls/winedos/Makefile"
27543 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27544 winedos"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27547 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550 dlls/wineesd.drv/Makefile"
27551 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27552 wineesd.drv"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27555 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 dlls/winejack.drv/Makefile"
27559 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27560 winejack.drv"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27563 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 dlls/winejoystick.drv/Makefile"
27567 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27568 winejoystick.drv"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27571 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 dlls/winemp3.acm/Makefile"
27575 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27576 winemp3.acm"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27579 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582 dlls/winenas.drv/Makefile"
27583 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27584 winenas.drv"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27587 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27589 ALL_MAKEFILES="$ALL_MAKEFILES \\
27590 dlls/wineoss.drv/Makefile"
27591 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27592 wineoss.drv"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27595 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 dlls/wineps.drv/Makefile"
27599 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27600 wineps.drv"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27603 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 dlls/winequartz.drv/Makefile"
27607 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27608 winequartz.drv"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27611 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614 dlls/winex11.drv/Makefile"
27615 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27616 winex11.drv"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27619 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 dlls/wing32/Makefile"
27623 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27624 wing32"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27627 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 dlls/winhttp/Makefile"
27631 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27632 winhttp"
27633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27634 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27635 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27637 ALL_MAKEFILES="$ALL_MAKEFILES \\
27638 dlls/winhttp/tests/Makefile"
27639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27640 winhttp/tests"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27643 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646 dlls/wininet/Makefile"
27647 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27648 wininet"
27649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27650 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27651 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27653 ALL_MAKEFILES="$ALL_MAKEFILES \\
27654 dlls/wininet/tests/Makefile"
27655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27656 wininet/tests"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27659 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 dlls/winmm/Makefile"
27663 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27664 winmm"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27667 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 dlls/winmm/tests/Makefile"
27671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27672 winmm/tests"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27675 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 dlls/winnls.dll16/Makefile"
27679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27680 winnls.dll16"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27683 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 dlls/winnls32/Makefile"
27687 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27688 winnls32"
27689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27690 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27691 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27693 ALL_MAKEFILES="$ALL_MAKEFILES \\
27694 dlls/winscard/Makefile"
27695 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27696 winscard"
27697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27698 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27699 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27701 ALL_MAKEFILES="$ALL_MAKEFILES \\
27702 dlls/winspool.drv/Makefile"
27703 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27704 winspool.drv"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27707 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 dlls/winspool.drv/tests/Makefile"
27711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27712 winspool.drv/tests"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27715 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 dlls/wintab.dll16/Makefile"
27719 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27720 wintab.dll16"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27723 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 dlls/wintab32/Makefile"
27727 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27728 wintab32"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27731 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734 dlls/wintrust/Makefile"
27735 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27736 wintrust"
27737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27738 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27739 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27741 ALL_MAKEFILES="$ALL_MAKEFILES \\
27742 dlls/wintrust/tests/Makefile"
27743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27744 wintrust/tests"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27747 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 dlls/wldap32/Makefile"
27751 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27752 wldap32"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27755 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 dlls/wldap32/tests/Makefile"
27759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27760 wldap32/tests"
27761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27762 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27763 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27765 ALL_MAKEFILES="$ALL_MAKEFILES \\
27766 dlls/wmi/Makefile"
27767 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27768 wmi"
27769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27770 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27771 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27773 ALL_MAKEFILES="$ALL_MAKEFILES \\
27774 dlls/wnaspi32/Makefile"
27775 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27776 wnaspi32"
27777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27778 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27779 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27781 ALL_MAKEFILES="$ALL_MAKEFILES \\
27782 dlls/wow32/Makefile"
27783 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27784 wow32"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27787 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 dlls/ws2_32/Makefile"
27791 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27792 ws2_32"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27795 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798 dlls/ws2_32/tests/Makefile"
27799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27800 ws2_32/tests"
27801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27802 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27803 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27805 ALL_MAKEFILES="$ALL_MAKEFILES \\
27806 dlls/wsock32/Makefile"
27807 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27808 wsock32"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27811 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814 dlls/wtsapi32/Makefile"
27815 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27816 wtsapi32"
27817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27818 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27819 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27821 ALL_MAKEFILES="$ALL_MAKEFILES \\
27822 dlls/wuapi/Makefile"
27823 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27824 wuapi"
27825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27826 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27827 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27829 ALL_MAKEFILES="$ALL_MAKEFILES \\
27830 dlls/xinput1_1/Makefile"
27831 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27832 xinput1_1"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27835 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 dlls/xinput1_2/Makefile"
27839 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27840 xinput1_2"
27841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27842 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27843 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27845 ALL_MAKEFILES="$ALL_MAKEFILES \\
27846 dlls/xinput1_3/Makefile"
27847 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27848 xinput1_3"
27849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27850 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27851 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27853 ALL_MAKEFILES="$ALL_MAKEFILES \\
27854 dlls/xinput1_3/tests/Makefile"
27855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27856 xinput1_3/tests"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27859 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 dlls/xinput9_1_0/Makefile"
27863 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27864 xinput9_1_0"
27865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27866 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27867 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27869 ALL_MAKEFILES="$ALL_MAKEFILES \\
27870 documentation/Makefile"
27871 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27872 documentation"
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 documentation/Makefile: documentation/Makefile.in Make.rules"
27875 ac_config_files="$ac_config_files documentation/Makefile"
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878 fonts/Makefile"
27879 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27880 fonts"
27881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27882 fonts/Makefile: fonts/Makefile.in Make.rules"
27883 ac_config_files="$ac_config_files fonts/Makefile"
27885 ALL_MAKEFILES="$ALL_MAKEFILES \\
27886 include/Makefile"
27887 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27888 include"
27889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27890 include/Makefile: include/Makefile.in Make.rules"
27891 ac_config_files="$ac_config_files include/Makefile"
27893 ALL_MAKEFILES="$ALL_MAKEFILES \\
27894 libs/Makefile"
27895 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27896 libs"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 libs/Makefile: libs/Makefile.in Make.rules"
27899 ac_config_files="$ac_config_files libs/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 libs/port/Makefile"
27904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27905 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27906 ac_config_files="$ac_config_files libs/port/Makefile"
27908 ALL_MAKEFILES="$ALL_MAKEFILES \\
27909 libs/wine/Makefile"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27913 ac_config_files="$ac_config_files libs/wine/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 libs/wpp/Makefile"
27918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27919 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27920 ac_config_files="$ac_config_files libs/wpp/Makefile"
27922 ALL_MAKEFILES="$ALL_MAKEFILES \\
27923 loader/Makefile"
27924 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27925 loader"
27926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27927 loader/Makefile: loader/Makefile.in Make.rules"
27928 ac_config_files="$ac_config_files loader/Makefile"
27930 ALL_MAKEFILES="$ALL_MAKEFILES \\
27931 programs/Makefile"
27932 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27933 programs"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/Makefile: programs/Makefile.in Make.rules"
27936 ac_config_files="$ac_config_files programs/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/cacls/Makefile"
27940 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 cacls"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/cacls/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/clock/Makefile"
27949 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 clock"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/clock/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/cmd/Makefile"
27958 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 cmd"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/cmd/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/cmdlgtst/Makefile"
27967 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 cmdlgtst"
27969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27970 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27971 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27973 ALL_MAKEFILES="$ALL_MAKEFILES \\
27974 programs/control/Makefile"
27975 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27976 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27977 control"
27978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27979 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27980 ac_config_files="$ac_config_files programs/control/Makefile"
27982 ALL_MAKEFILES="$ALL_MAKEFILES \\
27983 programs/eject/Makefile"
27984 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27985 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27986 eject"
27987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27988 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27989 ac_config_files="$ac_config_files programs/eject/Makefile"
27991 ALL_MAKEFILES="$ALL_MAKEFILES \\
27992 programs/expand/Makefile"
27993 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27994 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27995 expand"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27998 ac_config_files="$ac_config_files programs/expand/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 programs/explorer/Makefile"
28002 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28003 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28004 explorer"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28007 ac_config_files="$ac_config_files programs/explorer/Makefile"
28009 ALL_MAKEFILES="$ALL_MAKEFILES \\
28010 programs/hh/Makefile"
28011 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28012 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28015 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28016 ac_config_files="$ac_config_files programs/hh/Makefile"
28018 ALL_MAKEFILES="$ALL_MAKEFILES \\
28019 programs/icinfo/Makefile"
28020 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28021 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28022 icinfo"
28023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28024 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28025 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28027 ALL_MAKEFILES="$ALL_MAKEFILES \\
28028 programs/iexplore/Makefile"
28029 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28030 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28031 iexplore"
28032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28033 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28034 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28036 ALL_MAKEFILES="$ALL_MAKEFILES \\
28037 programs/lodctr/Makefile"
28038 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28039 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28040 lodctr"
28041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28042 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28043 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28045 ALL_MAKEFILES="$ALL_MAKEFILES \\
28046 programs/msiexec/Makefile"
28047 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28048 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28049 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28050 msiexec"
28051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28052 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28053 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28055 ALL_MAKEFILES="$ALL_MAKEFILES \\
28056 programs/net/Makefile"
28057 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28058 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28059 net"
28060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28061 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28062 ac_config_files="$ac_config_files programs/net/Makefile"
28064 ALL_MAKEFILES="$ALL_MAKEFILES \\
28065 programs/notepad/Makefile"
28066 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28067 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28068 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28069 notepad"
28070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28071 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28072 ac_config_files="$ac_config_files programs/notepad/Makefile"
28074 ALL_MAKEFILES="$ALL_MAKEFILES \\
28075 programs/oleview/Makefile"
28076 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28077 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28078 oleview"
28079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28080 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28081 ac_config_files="$ac_config_files programs/oleview/Makefile"
28083 ALL_MAKEFILES="$ALL_MAKEFILES \\
28084 programs/progman/Makefile"
28085 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28086 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28087 progman"
28088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28089 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28090 ac_config_files="$ac_config_files programs/progman/Makefile"
28092 ALL_MAKEFILES="$ALL_MAKEFILES \\
28093 programs/reg/Makefile"
28094 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28095 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28096 reg"
28097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28098 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28099 ac_config_files="$ac_config_files programs/reg/Makefile"
28101 ALL_MAKEFILES="$ALL_MAKEFILES \\
28102 programs/regedit/Makefile"
28103 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28104 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28105 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28106 regedit"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/regedit/Makefile"
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112 programs/regsvr32/Makefile"
28113 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28116 regsvr32"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122 programs/rpcss/Makefile"
28123 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125 rpcss"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131 programs/rundll32/Makefile"
28132 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134 rundll32"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 programs/secedit/Makefile"
28141 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28143 secedit"
28144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28145 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28146 ac_config_files="$ac_config_files programs/secedit/Makefile"
28148 ALL_MAKEFILES="$ALL_MAKEFILES \\
28149 programs/services/Makefile"
28150 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28151 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28152 services"
28153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28154 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28155 ac_config_files="$ac_config_files programs/services/Makefile"
28157 ALL_MAKEFILES="$ALL_MAKEFILES \\
28158 programs/spoolsv/Makefile"
28159 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28160 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28161 spoolsv"
28162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28163 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28164 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28166 ALL_MAKEFILES="$ALL_MAKEFILES \\
28167 programs/start/Makefile"
28168 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28169 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28170 start"
28171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28172 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28173 ac_config_files="$ac_config_files programs/start/Makefile"
28175 ALL_MAKEFILES="$ALL_MAKEFILES \\
28176 programs/svchost/Makefile"
28177 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28178 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28179 svchost"
28180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28181 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28182 ac_config_files="$ac_config_files programs/svchost/Makefile"
28184 ALL_MAKEFILES="$ALL_MAKEFILES \\
28185 programs/taskmgr/Makefile"
28186 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28187 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28188 taskmgr"
28189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28190 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28191 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28193 ALL_MAKEFILES="$ALL_MAKEFILES \\
28194 programs/uninstaller/Makefile"
28195 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28196 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28197 uninstaller"
28198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28199 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28200 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28202 ALL_MAKEFILES="$ALL_MAKEFILES \\
28203 programs/unlodctr/Makefile"
28204 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28205 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28206 unlodctr"
28207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28208 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28209 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28211 ALL_MAKEFILES="$ALL_MAKEFILES \\
28212 programs/view/Makefile"
28213 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28214 view"
28215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28216 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28217 ac_config_files="$ac_config_files programs/view/Makefile"
28219 ALL_MAKEFILES="$ALL_MAKEFILES \\
28220 programs/wineboot/Makefile"
28221 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28222 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28223 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28224 wineboot"
28225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28226 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28227 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28229 ALL_MAKEFILES="$ALL_MAKEFILES \\
28230 programs/winebrowser/Makefile"
28231 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28232 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28233 winebrowser"
28234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28235 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28236 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28238 ALL_MAKEFILES="$ALL_MAKEFILES \\
28239 programs/winecfg/Makefile"
28240 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28241 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28242 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28243 winecfg"
28244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28245 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28246 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28248 ALL_MAKEFILES="$ALL_MAKEFILES \\
28249 programs/wineconsole/Makefile"
28250 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28251 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28252 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28253 wineconsole"
28254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28255 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28256 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28258 ALL_MAKEFILES="$ALL_MAKEFILES \\
28259 programs/winedbg/Makefile"
28260 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28261 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28262 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28263 winedbg"
28264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28265 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28266 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28268 ALL_MAKEFILES="$ALL_MAKEFILES \\
28269 programs/winedevice/Makefile"
28270 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28271 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28272 winedevice"
28273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28274 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28275 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28277 ALL_MAKEFILES="$ALL_MAKEFILES \\
28278 programs/winefile/Makefile"
28279 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28280 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28281 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28282 winefile"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28285 ac_config_files="$ac_config_files programs/winefile/Makefile"
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288 programs/winemenubuilder/Makefile"
28289 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28290 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28291 winemenubuilder"
28292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28293 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28294 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28296 ALL_MAKEFILES="$ALL_MAKEFILES \\
28297 programs/winemine/Makefile"
28298 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28299 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28300 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28301 winemine"
28302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28303 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28304 ac_config_files="$ac_config_files programs/winemine/Makefile"
28306 ALL_MAKEFILES="$ALL_MAKEFILES \\
28307 programs/winepath/Makefile"
28308 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28309 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28310 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28311 winepath"
28312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28313 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28314 ac_config_files="$ac_config_files programs/winepath/Makefile"
28316 ALL_MAKEFILES="$ALL_MAKEFILES \\
28317 programs/winetest/Makefile"
28318 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28319 winetest"
28320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28321 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28322 ac_config_files="$ac_config_files programs/winetest/Makefile"
28324 ALL_MAKEFILES="$ALL_MAKEFILES \\
28325 programs/winevdm/Makefile"
28326 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28327 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28328 winevdm"
28329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28330 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28331 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28333 ALL_MAKEFILES="$ALL_MAKEFILES \\
28334 programs/winhelp.exe16/Makefile"
28335 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28336 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28337 winhelp.exe16"
28338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28339 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28340 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28342 ALL_MAKEFILES="$ALL_MAKEFILES \\
28343 programs/winhlp32/Makefile"
28344 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28345 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28346 winhlp32"
28347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28348 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28349 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28351 ALL_MAKEFILES="$ALL_MAKEFILES \\
28352 programs/winoldap.mod16/Makefile"
28353 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28354 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28355 winoldap.mod16"
28356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28357 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28358 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28360 ALL_MAKEFILES="$ALL_MAKEFILES \\
28361 programs/winver/Makefile"
28362 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28363 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28364 winver"
28365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28366 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28367 ac_config_files="$ac_config_files programs/winver/Makefile"
28369 ALL_MAKEFILES="$ALL_MAKEFILES \\
28370 programs/wordpad/Makefile"
28371 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28372 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28373 wordpad"
28374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28375 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28376 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28378 ALL_MAKEFILES="$ALL_MAKEFILES \\
28379 programs/write/Makefile"
28380 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28381 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28382 write"
28383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28384 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28385 ac_config_files="$ac_config_files programs/write/Makefile"
28387 ALL_MAKEFILES="$ALL_MAKEFILES \\
28388 programs/xcopy/Makefile"
28389 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28390 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28391 xcopy"
28392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28393 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28394 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28396 ALL_MAKEFILES="$ALL_MAKEFILES \\
28397 server/Makefile"
28398 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28399 server"
28400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28401 server/Makefile: server/Makefile.in Make.rules"
28402 ac_config_files="$ac_config_files server/Makefile"
28404 ALL_MAKEFILES="$ALL_MAKEFILES \\
28405 tools/Makefile"
28406 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28407 tools"
28408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28409 tools/Makefile: tools/Makefile.in Make.rules"
28410 ac_config_files="$ac_config_files tools/Makefile"
28412 ALL_MAKEFILES="$ALL_MAKEFILES \\
28413 tools/widl/Makefile"
28415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28416 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28417 ac_config_files="$ac_config_files tools/widl/Makefile"
28419 ALL_MAKEFILES="$ALL_MAKEFILES \\
28420 tools/winebuild/Makefile"
28422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28423 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28424 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28426 ALL_MAKEFILES="$ALL_MAKEFILES \\
28427 tools/winedump/Makefile"
28429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28430 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28431 ac_config_files="$ac_config_files tools/winedump/Makefile"
28433 ALL_MAKEFILES="$ALL_MAKEFILES \\
28434 tools/winegcc/Makefile"
28436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28437 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28438 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28440 ALL_MAKEFILES="$ALL_MAKEFILES \\
28441 tools/wmc/Makefile"
28443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28444 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28445 ac_config_files="$ac_config_files tools/wmc/Makefile"
28447 ALL_MAKEFILES="$ALL_MAKEFILES \\
28448 tools/wrc/Makefile"
28450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28451 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28452 ac_config_files="$ac_config_files tools/wrc/Makefile"
28456 ALL_WINETEST_DEPENDS="# Test binaries"
28458 for dir in $ALL_TEST_DIRS
28460 if test "$dir" != "\\"
28461 then
28462 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28463 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28464 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28465 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28467 done
28469 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28471 cat >confcache <<\_ACEOF
28472 # This file is a shell script that caches the results of configure
28473 # tests run on this system so they can be shared between configure
28474 # scripts and configure runs, see configure's option --config-cache.
28475 # It is not useful on other systems. If it contains results you don't
28476 # want to keep, you may remove or edit it.
28478 # config.status only pays attention to the cache file if you give it
28479 # the --recheck option to rerun configure.
28481 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28482 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28483 # following values.
28485 _ACEOF
28487 # The following way of writing the cache mishandles newlines in values,
28488 # but we know of no workaround that is simple, portable, and efficient.
28489 # So, we kill variables containing newlines.
28490 # Ultrix sh set writes to stderr and can't be redirected directly,
28491 # and sets the high bit in the cache file unless we assign to the vars.
28493 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28494 eval ac_val=\$$ac_var
28495 case $ac_val in #(
28496 *${as_nl}*)
28497 case $ac_var in #(
28498 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28499 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28500 esac
28501 case $ac_var in #(
28502 _ | IFS | as_nl) ;; #(
28503 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28504 *) $as_unset $ac_var ;;
28505 esac ;;
28506 esac
28507 done
28509 (set) 2>&1 |
28510 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28511 *${as_nl}ac_space=\ *)
28512 # `set' does not quote correctly, so add quotes (double-quote
28513 # substitution turns \\\\ into \\, and sed turns \\ into \).
28514 sed -n \
28515 "s/'/'\\\\''/g;
28516 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28517 ;; #(
28519 # `set' quotes correctly as required by POSIX, so do not add quotes.
28520 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28522 esac |
28523 sort
28525 sed '
28526 /^ac_cv_env_/b end
28527 t clear
28528 :clear
28529 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28530 t end
28531 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28532 :end' >>confcache
28533 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28534 if test -w "$cache_file"; then
28535 test "x$cache_file" != "x/dev/null" &&
28536 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28537 $as_echo "$as_me: updating cache $cache_file" >&6;}
28538 cat confcache >$cache_file
28539 else
28540 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28541 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28544 rm -f confcache
28546 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28547 # Let make expand exec_prefix.
28548 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28550 DEFS=-DHAVE_CONFIG_H
28552 ac_libobjs=
28553 ac_ltlibobjs=
28554 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28555 # 1. Remove the extension, and $U if already installed.
28556 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28557 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28558 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28559 # will be set to the directory where LIBOBJS objects are built.
28560 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28561 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28562 done
28563 LIBOBJS=$ac_libobjs
28565 LTLIBOBJS=$ac_ltlibobjs
28569 : ${CONFIG_STATUS=./config.status}
28570 ac_write_fail=0
28571 ac_clean_files_save=$ac_clean_files
28572 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28573 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28574 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28575 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28576 #! $SHELL
28577 # Generated by $as_me.
28578 # Run this file to recreate the current configuration.
28579 # Compiler output produced by configure, useful for debugging
28580 # configure, is in config.log if it exists.
28582 debug=false
28583 ac_cs_recheck=false
28584 ac_cs_silent=false
28585 SHELL=\${CONFIG_SHELL-$SHELL}
28586 _ACEOF
28588 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28589 ## --------------------- ##
28590 ## M4sh Initialization. ##
28591 ## --------------------- ##
28593 # Be more Bourne compatible
28594 DUALCASE=1; export DUALCASE # for MKS sh
28595 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28596 emulate sh
28597 NULLCMD=:
28598 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28599 # is contrary to our usage. Disable this feature.
28600 alias -g '${1+"$@"}'='"$@"'
28601 setopt NO_GLOB_SUBST
28602 else
28603 case `(set -o) 2>/dev/null` in
28604 *posix*) set -o posix ;;
28605 esac
28612 # PATH needs CR
28613 # Avoid depending upon Character Ranges.
28614 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28615 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28616 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28617 as_cr_digits='0123456789'
28618 as_cr_alnum=$as_cr_Letters$as_cr_digits
28620 as_nl='
28622 export as_nl
28623 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28624 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28625 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28626 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28627 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28628 as_echo='printf %s\n'
28629 as_echo_n='printf %s'
28630 else
28631 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28632 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28633 as_echo_n='/usr/ucb/echo -n'
28634 else
28635 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28636 as_echo_n_body='eval
28637 arg=$1;
28638 case $arg in
28639 *"$as_nl"*)
28640 expr "X$arg" : "X\\(.*\\)$as_nl";
28641 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28642 esac;
28643 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28645 export as_echo_n_body
28646 as_echo_n='sh -c $as_echo_n_body as_echo'
28648 export as_echo_body
28649 as_echo='sh -c $as_echo_body as_echo'
28652 # The user is always right.
28653 if test "${PATH_SEPARATOR+set}" != set; then
28654 PATH_SEPARATOR=:
28655 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28656 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28657 PATH_SEPARATOR=';'
28661 # Support unset when possible.
28662 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28663 as_unset=unset
28664 else
28665 as_unset=false
28669 # IFS
28670 # We need space, tab and new line, in precisely that order. Quoting is
28671 # there to prevent editors from complaining about space-tab.
28672 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28673 # splitting by setting IFS to empty value.)
28674 IFS=" "" $as_nl"
28676 # Find who we are. Look in the path if we contain no directory separator.
28677 case $0 in
28678 *[\\/]* ) as_myself=$0 ;;
28679 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28680 for as_dir in $PATH
28682 IFS=$as_save_IFS
28683 test -z "$as_dir" && as_dir=.
28684 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28685 done
28686 IFS=$as_save_IFS
28689 esac
28690 # We did not find ourselves, most probably we were run as `sh COMMAND'
28691 # in which case we are not to be found in the path.
28692 if test "x$as_myself" = x; then
28693 as_myself=$0
28695 if test ! -f "$as_myself"; then
28696 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28697 { (exit 1); exit 1; }
28700 # Work around bugs in pre-3.0 UWIN ksh.
28701 for as_var in ENV MAIL MAILPATH
28702 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28703 done
28704 PS1='$ '
28705 PS2='> '
28706 PS4='+ '
28708 # NLS nuisances.
28709 LC_ALL=C
28710 export LC_ALL
28711 LANGUAGE=C
28712 export LANGUAGE
28714 # Required to use basename.
28715 if expr a : '\(a\)' >/dev/null 2>&1 &&
28716 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28717 as_expr=expr
28718 else
28719 as_expr=false
28722 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28723 as_basename=basename
28724 else
28725 as_basename=false
28729 # Name of the executable.
28730 as_me=`$as_basename -- "$0" ||
28731 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28732 X"$0" : 'X\(//\)$' \| \
28733 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28734 $as_echo X/"$0" |
28735 sed '/^.*\/\([^/][^/]*\)\/*$/{
28736 s//\1/
28739 /^X\/\(\/\/\)$/{
28740 s//\1/
28743 /^X\/\(\/\).*/{
28744 s//\1/
28747 s/.*/./; q'`
28749 # CDPATH.
28750 $as_unset CDPATH
28754 as_lineno_1=$LINENO
28755 as_lineno_2=$LINENO
28756 test "x$as_lineno_1" != "x$as_lineno_2" &&
28757 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28759 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28760 # uniformly replaced by the line number. The first 'sed' inserts a
28761 # line-number line after each line using $LINENO; the second 'sed'
28762 # does the real work. The second script uses 'N' to pair each
28763 # line-number line with the line containing $LINENO, and appends
28764 # trailing '-' during substitution so that $LINENO is not a special
28765 # case at line end.
28766 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28767 # scripts with optimization help from Paolo Bonzini. Blame Lee
28768 # E. McMahon (1931-1989) for sed's syntax. :-)
28769 sed -n '
28771 /[$]LINENO/=
28772 ' <$as_myself |
28773 sed '
28774 s/[$]LINENO.*/&-/
28775 t lineno
28777 :lineno
28779 :loop
28780 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28781 t loop
28782 s/-\n.*//
28783 ' >$as_me.lineno &&
28784 chmod +x "$as_me.lineno" ||
28785 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28786 { (exit 1); exit 1; }; }
28788 # Don't try to exec as it changes $[0], causing all sort of problems
28789 # (the dirname of $[0] is not the place where we might find the
28790 # original and so on. Autoconf is especially sensitive to this).
28791 . "./$as_me.lineno"
28792 # Exit status is that of the last command.
28793 exit
28797 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28798 as_dirname=dirname
28799 else
28800 as_dirname=false
28803 ECHO_C= ECHO_N= ECHO_T=
28804 case `echo -n x` in
28805 -n*)
28806 case `echo 'x\c'` in
28807 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28808 *) ECHO_C='\c';;
28809 esac;;
28811 ECHO_N='-n';;
28812 esac
28813 if expr a : '\(a\)' >/dev/null 2>&1 &&
28814 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28815 as_expr=expr
28816 else
28817 as_expr=false
28820 rm -f conf$$ conf$$.exe conf$$.file
28821 if test -d conf$$.dir; then
28822 rm -f conf$$.dir/conf$$.file
28823 else
28824 rm -f conf$$.dir
28825 mkdir conf$$.dir 2>/dev/null
28827 if (echo >conf$$.file) 2>/dev/null; then
28828 if ln -s conf$$.file conf$$ 2>/dev/null; then
28829 as_ln_s='ln -s'
28830 # ... but there are two gotchas:
28831 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28832 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28833 # In both cases, we have to default to `cp -p'.
28834 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28835 as_ln_s='cp -p'
28836 elif ln conf$$.file conf$$ 2>/dev/null; then
28837 as_ln_s=ln
28838 else
28839 as_ln_s='cp -p'
28841 else
28842 as_ln_s='cp -p'
28844 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28845 rmdir conf$$.dir 2>/dev/null
28847 if mkdir -p . 2>/dev/null; then
28848 as_mkdir_p=:
28849 else
28850 test -d ./-p && rmdir ./-p
28851 as_mkdir_p=false
28854 if test -x / >/dev/null 2>&1; then
28855 as_test_x='test -x'
28856 else
28857 if ls -dL / >/dev/null 2>&1; then
28858 as_ls_L_option=L
28859 else
28860 as_ls_L_option=
28862 as_test_x='
28863 eval sh -c '\''
28864 if test -d "$1"; then
28865 test -d "$1/.";
28866 else
28867 case $1 in
28868 -*)set "./$1";;
28869 esac;
28870 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28871 ???[sx]*):;;*)false;;esac;fi
28872 '\'' sh
28875 as_executable_p=$as_test_x
28877 # Sed expression to map a string onto a valid CPP name.
28878 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28880 # Sed expression to map a string onto a valid variable name.
28881 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28884 exec 6>&1
28886 # Save the log message, to keep $[0] and so on meaningful, and to
28887 # report actual input values of CONFIG_FILES etc. instead of their
28888 # values after options handling.
28889 ac_log="
28890 This file was extended by Wine $as_me 1.1.17, which was
28891 generated by GNU Autoconf 2.63. Invocation command line was
28893 CONFIG_FILES = $CONFIG_FILES
28894 CONFIG_HEADERS = $CONFIG_HEADERS
28895 CONFIG_LINKS = $CONFIG_LINKS
28896 CONFIG_COMMANDS = $CONFIG_COMMANDS
28897 $ $0 $@
28899 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28902 _ACEOF
28904 case $ac_config_files in *"
28905 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28906 esac
28908 case $ac_config_headers in *"
28909 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28910 esac
28913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28914 # Files that config.status was made for.
28915 config_files="$ac_config_files"
28916 config_headers="$ac_config_headers"
28917 config_commands="$ac_config_commands"
28919 _ACEOF
28921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28922 ac_cs_usage="\
28923 \`$as_me' instantiates files from templates according to the
28924 current configuration.
28926 Usage: $0 [OPTION]... [FILE]...
28928 -h, --help print this help, then exit
28929 -V, --version print version number and configuration settings, then exit
28930 -q, --quiet, --silent
28931 do not print progress messages
28932 -d, --debug don't remove temporary files
28933 --recheck update $as_me by reconfiguring in the same conditions
28934 --file=FILE[:TEMPLATE]
28935 instantiate the configuration file FILE
28936 --header=FILE[:TEMPLATE]
28937 instantiate the configuration header FILE
28939 Configuration files:
28940 $config_files
28942 Configuration headers:
28943 $config_headers
28945 Configuration commands:
28946 $config_commands
28948 Report bugs to <bug-autoconf@gnu.org>."
28950 _ACEOF
28951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28952 ac_cs_version="\\
28953 Wine config.status 1.1.17
28954 configured by $0, generated by GNU Autoconf 2.63,
28955 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28957 Copyright (C) 2008 Free Software Foundation, Inc.
28958 This config.status script is free software; the Free Software Foundation
28959 gives unlimited permission to copy, distribute and modify it."
28961 ac_pwd='$ac_pwd'
28962 srcdir='$srcdir'
28963 INSTALL='$INSTALL'
28964 test -n "\$AWK" || AWK=awk
28965 _ACEOF
28967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28968 # The default lists apply if the user does not specify any file.
28969 ac_need_defaults=:
28970 while test $# != 0
28972 case $1 in
28973 --*=*)
28974 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28975 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28976 ac_shift=:
28979 ac_option=$1
28980 ac_optarg=$2
28981 ac_shift=shift
28983 esac
28985 case $ac_option in
28986 # Handling of the options.
28987 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28988 ac_cs_recheck=: ;;
28989 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28990 $as_echo "$ac_cs_version"; exit ;;
28991 --debug | --debu | --deb | --de | --d | -d )
28992 debug=: ;;
28993 --file | --fil | --fi | --f )
28994 $ac_shift
28995 case $ac_optarg in
28996 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28997 esac
28998 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28999 ac_need_defaults=false;;
29000 --header | --heade | --head | --hea )
29001 $ac_shift
29002 case $ac_optarg in
29003 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29004 esac
29005 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29006 ac_need_defaults=false;;
29007 --he | --h)
29008 # Conflict between --help and --header
29009 { $as_echo "$as_me: error: ambiguous option: $1
29010 Try \`$0 --help' for more information." >&2
29011 { (exit 1); exit 1; }; };;
29012 --help | --hel | -h )
29013 $as_echo "$ac_cs_usage"; exit ;;
29014 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29015 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29016 ac_cs_silent=: ;;
29018 # This is an error.
29019 -*) { $as_echo "$as_me: error: unrecognized option: $1
29020 Try \`$0 --help' for more information." >&2
29021 { (exit 1); exit 1; }; } ;;
29023 *) ac_config_targets="$ac_config_targets $1"
29024 ac_need_defaults=false ;;
29026 esac
29027 shift
29028 done
29030 ac_configure_extra_args=
29032 if $ac_cs_silent; then
29033 exec 6>/dev/null
29034 ac_configure_extra_args="$ac_configure_extra_args --silent"
29037 _ACEOF
29038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29039 if \$ac_cs_recheck; then
29040 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29041 shift
29042 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29043 CONFIG_SHELL='$SHELL'
29044 export CONFIG_SHELL
29045 exec "\$@"
29048 _ACEOF
29049 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29050 exec 5>>config.log
29052 echo
29053 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29054 ## Running $as_me. ##
29055 _ASBOX
29056 $as_echo "$ac_log"
29057 } >&5
29059 _ACEOF
29060 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29061 _ACEOF
29063 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29065 # Handling of arguments.
29066 for ac_config_target in $ac_config_targets
29068 case $ac_config_target in
29069 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29070 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29071 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29072 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29073 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29074 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29075 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29076 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29077 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29078 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29079 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29080 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29081 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29082 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29083 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29084 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29085 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29086 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29087 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29088 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29089 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29090 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29091 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29092 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29093 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29094 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29095 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29096 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29097 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29098 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29099 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29100 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29101 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29102 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29103 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29104 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29105 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29106 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29107 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29108 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29109 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29110 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29111 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29112 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29113 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29114 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29115 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29116 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29117 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29118 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29119 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29120 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29121 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29122 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29123 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29124 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29125 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29126 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29127 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29128 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29129 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29130 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29131 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29132 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29133 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29134 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29135 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29136 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29137 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29138 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29139 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29140 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29141 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29142 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29143 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29144 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29145 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29146 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29147 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29148 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29149 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29150 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29151 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29152 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29153 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29154 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29155 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29156 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29157 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29158 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29159 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29160 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29161 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29162 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29163 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29164 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29165 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29166 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29167 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29168 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29169 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29170 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29171 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29172 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29173 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29174 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29175 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29176 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29177 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29178 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29179 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29180 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29181 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29182 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29183 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29184 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29185 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29186 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29187 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29188 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29189 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29190 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29191 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29192 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29193 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29194 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29195 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29196 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29197 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29198 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29199 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29200 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29201 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29202 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29203 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29204 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29205 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29206 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29207 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29208 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29209 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29210 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29211 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29212 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29213 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29214 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29215 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29216 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29217 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29218 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29219 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29220 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29221 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29222 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29223 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29224 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29225 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29226 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29227 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29228 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29229 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29230 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29231 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29232 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29233 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29234 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29235 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29236 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29237 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29238 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29239 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29240 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29241 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29242 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29243 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29244 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29245 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29246 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29247 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29248 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29249 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29250 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29251 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29252 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29253 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29254 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29255 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29256 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29257 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29258 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29259 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29260 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29261 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29262 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29263 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29264 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29265 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29266 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29267 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29268 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29269 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29270 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29271 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29272 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29273 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29274 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29275 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29276 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29277 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29278 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29279 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29280 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29281 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29282 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29283 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29284 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29285 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29286 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29287 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29288 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29289 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29290 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29291 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29292 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29293 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29294 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29295 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29296 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29297 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29298 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29299 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29300 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29301 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29302 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29303 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29304 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29305 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29306 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29307 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29308 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29309 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29310 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29311 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29312 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29313 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29314 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29315 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29316 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29317 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29318 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29319 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29320 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29321 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29322 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29323 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29324 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29325 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29326 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29327 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29328 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29329 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29330 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29331 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29332 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29333 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29334 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29335 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29336 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29337 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29338 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29339 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29340 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29341 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29342 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29343 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29344 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29345 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29346 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29347 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29348 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29349 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29350 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29351 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29352 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29353 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29354 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29355 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29356 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29357 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29358 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29359 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29360 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29361 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29362 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29363 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29364 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29365 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29366 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29367 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29368 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29369 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29370 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29371 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29372 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29373 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29374 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29375 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29376 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29377 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29378 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29379 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29380 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29381 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29382 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29383 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29384 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29385 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29386 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29387 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29388 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29389 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29390 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29391 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29392 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29393 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29394 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29395 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29396 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29397 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29398 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29399 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29400 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29401 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29402 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29403 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29404 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29405 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29406 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29407 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29408 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29409 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29410 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29411 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29412 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29413 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29414 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29415 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29416 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29417 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29418 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29419 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29420 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29421 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29422 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29423 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29424 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29425 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29426 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29427 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29428 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29429 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29430 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29431 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29432 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29433 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29434 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29435 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29436 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29437 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29438 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29439 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29440 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29441 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29442 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29443 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29444 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29445 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29446 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29447 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29448 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29449 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29450 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29451 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29452 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29453 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29454 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29455 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29456 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29457 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29458 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29459 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29460 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29461 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29462 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29463 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29464 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29465 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29466 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29467 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29468 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29469 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29470 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29471 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29472 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29473 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29474 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29475 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29476 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29477 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29478 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29479 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29480 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29481 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29482 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29483 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29484 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29485 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29486 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29487 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29488 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29489 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29490 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29491 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29492 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29493 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29494 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29495 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29496 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29497 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29498 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29499 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29500 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29501 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29502 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29503 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29504 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29505 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29506 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29507 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29508 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29509 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29510 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29511 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29512 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29513 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29514 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29515 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29516 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29517 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29518 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29519 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29520 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29521 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29522 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29523 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29524 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29525 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29526 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29527 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29528 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29529 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29530 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29531 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29532 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29533 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29534 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29535 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29536 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29537 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29538 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29539 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29540 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29541 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29542 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29543 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29544 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29545 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29546 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29547 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29548 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29549 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29550 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29551 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29552 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29553 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29554 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29555 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29556 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29557 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29558 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29559 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29560 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29561 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29562 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29563 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29564 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29565 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29566 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29567 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29568 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29569 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29570 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29571 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29573 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29574 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29575 { (exit 1); exit 1; }; };;
29576 esac
29577 done
29580 # If the user did not use the arguments to specify the items to instantiate,
29581 # then the envvar interface is used. Set only those that are not.
29582 # We use the long form for the default assignment because of an extremely
29583 # bizarre bug on SunOS 4.1.3.
29584 if $ac_need_defaults; then
29585 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29586 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29587 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29590 # Have a temporary directory for convenience. Make it in the build tree
29591 # simply because there is no reason against having it here, and in addition,
29592 # creating and moving files from /tmp can sometimes cause problems.
29593 # Hook for its removal unless debugging.
29594 # Note that there is a small window in which the directory will not be cleaned:
29595 # after its creation but before its name has been assigned to `$tmp'.
29596 $debug ||
29598 tmp=
29599 trap 'exit_status=$?
29600 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29602 trap '{ (exit 1); exit 1; }' 1 2 13 15
29604 # Create a (secure) tmp directory for tmp files.
29607 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29608 test -n "$tmp" && test -d "$tmp"
29609 } ||
29611 tmp=./conf$$-$RANDOM
29612 (umask 077 && mkdir "$tmp")
29613 } ||
29615 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29616 { (exit 1); exit 1; }
29619 # Set up the scripts for CONFIG_FILES section.
29620 # No need to generate them if there are no CONFIG_FILES.
29621 # This happens for instance with `./config.status config.h'.
29622 if test -n "$CONFIG_FILES"; then
29624 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29625 ac_cs_awk_getline=:
29626 ac_cs_awk_pipe_init=
29627 ac_cs_awk_read_file='
29628 while ((getline aline < (F[key])) > 0)
29629 print(aline)
29630 close(F[key])'
29631 ac_cs_awk_pipe_fini=
29632 else
29633 ac_cs_awk_getline=false
29634 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29635 ac_cs_awk_read_file='
29636 print "|#_!!_#|"
29637 print "cat " F[key] " &&"
29638 '$ac_cs_awk_pipe_init
29639 # The final `:' finishes the AND list.
29640 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29642 ac_cr=' '
29643 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29644 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29645 ac_cs_awk_cr='\\r'
29646 else
29647 ac_cs_awk_cr=$ac_cr
29650 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29651 _ACEOF
29653 # Create commands to substitute file output variables.
29655 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29656 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29657 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29658 echo "_ACAWK" &&
29659 echo "_ACEOF"
29660 } >conf$$files.sh &&
29661 . ./conf$$files.sh ||
29662 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29663 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29664 { (exit 1); exit 1; }; }
29665 rm -f conf$$files.sh
29668 echo "cat >conf$$subs.awk <<_ACEOF" &&
29669 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29670 echo "_ACEOF"
29671 } >conf$$subs.sh ||
29672 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29673 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29674 { (exit 1); exit 1; }; }
29675 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29676 ac_delim='%!_!# '
29677 for ac_last_try in false false false false false :; do
29678 . ./conf$$subs.sh ||
29679 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29680 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29681 { (exit 1); exit 1; }; }
29683 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29684 if test $ac_delim_n = $ac_delim_num; then
29685 break
29686 elif $ac_last_try; then
29687 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29688 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29689 { (exit 1); exit 1; }; }
29690 else
29691 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29693 done
29694 rm -f conf$$subs.sh
29696 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29697 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29698 _ACEOF
29699 sed -n '
29701 s/^/S["/; s/!.*/"]=/
29704 s/^[^!]*!//
29705 :repl
29706 t repl
29707 s/'"$ac_delim"'$//
29708 t delim
29711 s/\(.\{148\}\).*/\1/
29712 t more1
29713 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29716 b repl
29717 :more1
29718 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29721 s/.\{148\}//
29722 t nl
29723 :delim
29725 s/\(.\{148\}\).*/\1/
29726 t more2
29727 s/["\\]/\\&/g; s/^/"/; s/$/"/
29730 :more2
29731 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29734 s/.\{148\}//
29735 t delim
29736 ' <conf$$subs.awk | sed '
29737 /^[^""]/{
29739 s/\n//
29741 ' >>$CONFIG_STATUS || ac_write_fail=1
29742 rm -f conf$$subs.awk
29743 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29744 _ACAWK
29745 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29746 for (key in S) S_is_set[key] = 1
29747 FS = "\a"
29748 \$ac_cs_awk_pipe_init
29751 line = $ 0
29752 nfields = split(line, field, "@")
29753 substed = 0
29754 len = length(field[1])
29755 for (i = 2; i < nfields; i++) {
29756 key = field[i]
29757 keylen = length(key)
29758 if (S_is_set[key]) {
29759 value = S[key]
29760 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29761 len += length(value) + length(field[++i])
29762 substed = 1
29763 } else
29764 len += 1 + keylen
29766 if (nfields == 3 && !substed) {
29767 key = field[2]
29768 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29769 \$ac_cs_awk_read_file
29770 next
29773 print line
29775 \$ac_cs_awk_pipe_fini
29776 _ACAWK
29777 _ACEOF
29778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29779 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29780 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29781 else
29783 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29784 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29785 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29786 { (exit 1); exit 1; }; }
29787 _ACEOF
29789 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29790 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29791 # trailing colons and then remove the whole line if VPATH becomes empty
29792 # (actually we leave an empty line to preserve line numbers).
29793 if test "x$srcdir" = x.; then
29794 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29795 s/:*\$(srcdir):*/:/
29796 s/:*\${srcdir}:*/:/
29797 s/:*@srcdir@:*/:/
29798 s/^\([^=]*=[ ]*\):*/\1/
29799 s/:*$//
29800 s/^[^=]*=[ ]*$//
29804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29805 fi # test -n "$CONFIG_FILES"
29807 # Set up the scripts for CONFIG_HEADERS section.
29808 # No need to generate them if there are no CONFIG_HEADERS.
29809 # This happens for instance with `./config.status Makefile'.
29810 if test -n "$CONFIG_HEADERS"; then
29811 cat >"$tmp/defines.awk" <<\_ACAWK ||
29812 BEGIN {
29813 _ACEOF
29815 # Transform confdefs.h into an awk script `defines.awk', embedded as
29816 # here-document in config.status, that substitutes the proper values into
29817 # config.h.in to produce config.h.
29819 # Create a delimiter string that does not exist in confdefs.h, to ease
29820 # handling of long lines.
29821 ac_delim='%!_!# '
29822 for ac_last_try in false false :; do
29823 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29824 if test -z "$ac_t"; then
29825 break
29826 elif $ac_last_try; then
29827 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29828 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29829 { (exit 1); exit 1; }; }
29830 else
29831 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29833 done
29835 # For the awk script, D is an array of macro values keyed by name,
29836 # likewise P contains macro parameters if any. Preserve backslash
29837 # newline sequences.
29839 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29840 sed -n '
29841 s/.\{148\}/&'"$ac_delim"'/g
29842 t rset
29843 :rset
29844 s/^[ ]*#[ ]*define[ ][ ]*/ /
29845 t def
29847 :def
29848 s/\\$//
29849 t bsnl
29850 s/["\\]/\\&/g
29851 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29852 D["\1"]=" \3"/p
29853 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29855 :bsnl
29856 s/["\\]/\\&/g
29857 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29858 D["\1"]=" \3\\\\\\n"\\/p
29859 t cont
29860 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29861 t cont
29863 :cont
29865 s/.\{148\}/&'"$ac_delim"'/g
29866 t clear
29867 :clear
29868 s/\\$//
29869 t bsnlc
29870 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29872 :bsnlc
29873 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29874 b cont
29875 ' <confdefs.h | sed '
29876 s/'"$ac_delim"'/"\\\
29877 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29880 for (key in D) D_is_set[key] = 1
29881 FS = "\a"
29883 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29884 line = \$ 0
29885 split(line, arg, " ")
29886 if (arg[1] == "#") {
29887 defundef = arg[2]
29888 mac1 = arg[3]
29889 } else {
29890 defundef = substr(arg[1], 2)
29891 mac1 = arg[2]
29893 split(mac1, mac2, "(") #)
29894 macro = mac2[1]
29895 prefix = substr(line, 1, index(line, defundef) - 1)
29896 if (D_is_set[macro]) {
29897 # Preserve the white space surrounding the "#".
29898 print prefix "define", macro P[macro] D[macro]
29899 next
29900 } else {
29901 # Replace #undef with comments. This is necessary, for example,
29902 # in the case of _POSIX_SOURCE, which is predefined and required
29903 # on some systems where configure will not decide to define it.
29904 if (defundef == "undef") {
29905 print "/*", prefix defundef, macro, "*/"
29906 next
29910 { print }
29911 _ACAWK
29912 _ACEOF
29913 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29914 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29915 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29916 { (exit 1); exit 1; }; }
29917 fi # test -n "$CONFIG_HEADERS"
29920 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29921 shift
29922 for ac_tag
29924 case $ac_tag in
29925 :[FHLC]) ac_mode=$ac_tag; continue;;
29926 esac
29927 case $ac_mode$ac_tag in
29928 :[FHL]*:*);;
29929 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29930 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29931 { (exit 1); exit 1; }; };;
29932 :[FH]-) ac_tag=-:-;;
29933 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29934 esac
29935 ac_save_IFS=$IFS
29936 IFS=:
29937 set x $ac_tag
29938 IFS=$ac_save_IFS
29939 shift
29940 ac_file=$1
29941 shift
29943 case $ac_mode in
29944 :L) ac_source=$1;;
29945 :[FH])
29946 ac_file_inputs=
29947 for ac_f
29949 case $ac_f in
29950 -) ac_f="$tmp/stdin";;
29951 *) # Look for the file first in the build tree, then in the source tree
29952 # (if the path is not absolute). The absolute path cannot be DOS-style,
29953 # because $ac_f cannot contain `:'.
29954 test -f "$ac_f" ||
29955 case $ac_f in
29956 [\\/$]*) false;;
29957 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29958 esac ||
29959 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29960 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29961 { (exit 1); exit 1; }; };;
29962 esac
29963 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29964 ac_file_inputs="$ac_file_inputs '$ac_f'"
29965 done
29967 # Let's still pretend it is `configure' which instantiates (i.e., don't
29968 # use $as_me), people would be surprised to read:
29969 # /* config.h. Generated by config.status. */
29970 configure_input='Generated from '`
29971 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29972 `' by configure.'
29973 if test x"$ac_file" != x-; then
29974 configure_input="$ac_file. $configure_input"
29975 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29976 $as_echo "$as_me: creating $ac_file" >&6;}
29978 # Neutralize special characters interpreted by sed in replacement strings.
29979 case $configure_input in #(
29980 *\&* | *\|* | *\\* )
29981 ac_sed_conf_input=`$as_echo "$configure_input" |
29982 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29983 *) ac_sed_conf_input=$configure_input;;
29984 esac
29986 case $ac_tag in
29987 *:-:* | *:-) cat >"$tmp/stdin" \
29988 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29989 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29990 { (exit 1); exit 1; }; } ;;
29991 esac
29993 esac
29995 ac_dir=`$as_dirname -- "$ac_file" ||
29996 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29997 X"$ac_file" : 'X\(//\)[^/]' \| \
29998 X"$ac_file" : 'X\(//\)$' \| \
29999 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30000 $as_echo X"$ac_file" |
30001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30002 s//\1/
30005 /^X\(\/\/\)[^/].*/{
30006 s//\1/
30009 /^X\(\/\/\)$/{
30010 s//\1/
30013 /^X\(\/\).*/{
30014 s//\1/
30017 s/.*/./; q'`
30018 { as_dir="$ac_dir"
30019 case $as_dir in #(
30020 -*) as_dir=./$as_dir;;
30021 esac
30022 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30023 as_dirs=
30024 while :; do
30025 case $as_dir in #(
30026 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30027 *) as_qdir=$as_dir;;
30028 esac
30029 as_dirs="'$as_qdir' $as_dirs"
30030 as_dir=`$as_dirname -- "$as_dir" ||
30031 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30032 X"$as_dir" : 'X\(//\)[^/]' \| \
30033 X"$as_dir" : 'X\(//\)$' \| \
30034 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30035 $as_echo X"$as_dir" |
30036 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30037 s//\1/
30040 /^X\(\/\/\)[^/].*/{
30041 s//\1/
30044 /^X\(\/\/\)$/{
30045 s//\1/
30048 /^X\(\/\).*/{
30049 s//\1/
30052 s/.*/./; q'`
30053 test -d "$as_dir" && break
30054 done
30055 test -z "$as_dirs" || eval "mkdir $as_dirs"
30056 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30057 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30058 { (exit 1); exit 1; }; }; }
30059 ac_builddir=.
30061 case "$ac_dir" in
30062 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30064 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30065 # A ".." for each directory in $ac_dir_suffix.
30066 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30067 case $ac_top_builddir_sub in
30068 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30069 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30070 esac ;;
30071 esac
30072 ac_abs_top_builddir=$ac_pwd
30073 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30074 # for backward compatibility:
30075 ac_top_builddir=$ac_top_build_prefix
30077 case $srcdir in
30078 .) # We are building in place.
30079 ac_srcdir=.
30080 ac_top_srcdir=$ac_top_builddir_sub
30081 ac_abs_top_srcdir=$ac_pwd ;;
30082 [\\/]* | ?:[\\/]* ) # Absolute name.
30083 ac_srcdir=$srcdir$ac_dir_suffix;
30084 ac_top_srcdir=$srcdir
30085 ac_abs_top_srcdir=$srcdir ;;
30086 *) # Relative name.
30087 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30088 ac_top_srcdir=$ac_top_build_prefix$srcdir
30089 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30090 esac
30091 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30094 case $ac_mode in
30097 # CONFIG_FILE
30100 case $INSTALL in
30101 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30102 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30103 esac
30104 _ACEOF
30106 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30107 # If the template does not know about datarootdir, expand it.
30108 # FIXME: This hack should be removed a few years after 2.60.
30109 ac_datarootdir_hack=; ac_datarootdir_seen=
30111 ac_sed_dataroot='
30112 /datarootdir/ {
30116 /@datadir@/p
30117 /@docdir@/p
30118 /@infodir@/p
30119 /@localedir@/p
30120 /@mandir@/p
30122 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30123 *datarootdir*) ac_datarootdir_seen=yes;;
30124 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30125 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30126 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30127 _ACEOF
30128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30129 ac_datarootdir_hack='
30130 s&@datadir@&$datadir&g
30131 s&@docdir@&$docdir&g
30132 s&@infodir@&$infodir&g
30133 s&@localedir@&$localedir&g
30134 s&@mandir@&$mandir&g
30135 s&\\\${datarootdir}&$datarootdir&g' ;;
30136 esac
30137 _ACEOF
30139 # Neutralize VPATH when `$srcdir' = `.'.
30140 # Shell code in configure.ac might set extrasub.
30141 # FIXME: do we really want to maintain this feature?
30142 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30143 ac_sed_extra="$ac_vpsub
30144 $extrasub
30145 _ACEOF
30146 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30148 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30149 s|@configure_input@|$ac_sed_conf_input|;t t
30150 s&@top_builddir@&$ac_top_builddir_sub&;t t
30151 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30152 s&@srcdir@&$ac_srcdir&;t t
30153 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30154 s&@top_srcdir@&$ac_top_srcdir&;t t
30155 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30156 s&@builddir@&$ac_builddir&;t t
30157 s&@abs_builddir@&$ac_abs_builddir&;t t
30158 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30159 s&@INSTALL@&$ac_INSTALL&;t t
30160 $ac_datarootdir_hack
30162 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30163 if $ac_cs_awk_getline; then
30164 $AWK -f "$tmp/subs.awk"
30165 else
30166 $AWK -f "$tmp/subs.awk" | $SHELL
30167 fi >$tmp/out \
30168 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30169 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30170 { (exit 1); exit 1; }; }
30172 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30173 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30174 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30175 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30176 which seems to be undefined. Please make sure it is defined." >&5
30177 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30178 which seems to be undefined. Please make sure it is defined." >&2;}
30180 rm -f "$tmp/stdin"
30181 case $ac_file in
30182 -) cat "$tmp/out" && rm -f "$tmp/out";;
30183 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30184 esac \
30185 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30186 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30187 { (exit 1); exit 1; }; }
30191 # CONFIG_HEADER
30193 if test x"$ac_file" != x-; then
30195 $as_echo "/* $configure_input */" \
30196 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30197 } >"$tmp/config.h" \
30198 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30199 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30200 { (exit 1); exit 1; }; }
30201 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30202 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30203 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30204 else
30205 rm -f "$ac_file"
30206 mv "$tmp/config.h" "$ac_file" \
30207 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30208 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30209 { (exit 1); exit 1; }; }
30211 else
30212 $as_echo "/* $configure_input */" \
30213 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30214 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30215 $as_echo "$as_me: error: could not create -" >&2;}
30216 { (exit 1); exit 1; }; }
30220 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30221 $as_echo "$as_me: executing $ac_file commands" >&6;}
30223 esac
30226 case $ac_file$ac_mode in
30227 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30228 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30229 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30230 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30231 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30232 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30233 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30234 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30235 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30236 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30237 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30238 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30239 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30241 esac
30242 done # for ac_tag
30245 { (exit 0); exit 0; }
30246 _ACEOF
30247 chmod +x $CONFIG_STATUS
30248 ac_clean_files=$ac_clean_files_save
30250 test $ac_write_fail = 0 ||
30251 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30252 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30253 { (exit 1); exit 1; }; }
30256 # configure is writing to config.log, and then calls config.status.
30257 # config.status does its own redirection, appending to config.log.
30258 # Unfortunately, on DOS this fails, as config.log is still kept open
30259 # by configure, so config.status won't be able to write to it; its
30260 # output is simply discarded. So we exec the FD to /dev/null,
30261 # effectively closing config.log, so it can be properly (re)opened and
30262 # appended to by config.status. When coming back to configure, we
30263 # need to make the FD available again.
30264 if test "$no_create" != yes; then
30265 ac_cs_success=:
30266 ac_config_status_args=
30267 test "$silent" = yes &&
30268 ac_config_status_args="$ac_config_status_args --quiet"
30269 exec 5>/dev/null
30270 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30271 exec 5>>config.log
30272 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30273 # would make configure fail if this is the last instruction.
30274 $ac_cs_success || { (exit 1); exit 1; }
30276 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30277 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30278 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30282 if test "$no_create" = "yes"
30283 then
30284 exit 0
30287 ac_save_IFS="$IFS"
30288 if test "x$wine_notices != "x; then
30289 echo >&6
30290 IFS="|"
30291 for msg in $wine_notices; do
30292 IFS="$ac_save_IFS"
30293 if test -n "$msg"; then
30294 { $as_echo "$as_me:$LINENO: $msg" >&5
30295 $as_echo "$as_me: $msg" >&6;}
30297 done
30299 IFS="|"
30300 for msg in $wine_warnings; do
30301 IFS="$ac_save_IFS"
30302 if test -n "$msg"; then
30303 echo >&2
30304 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30305 $as_echo "$as_me: WARNING: $msg" >&2;}
30307 done
30308 IFS="$ac_save_IFS"
30310 echo "
30311 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30312 " >&6