user32: Make mouse.drv into a stand-alone 16-bit module.
[wine/hacks.git] / configure
blobf182c34797defeee609224f5ebbedbca3250349e
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_comm_drv16=${enable_comm_drv16:-no}
3905 enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3906 enable_display_drv16=${enable_display_drv16:-no}
3907 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3908 enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3909 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3910 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3911 enable_mouse_drv16=${enable_mouse_drv16:-no}
3912 enable_stress_dll16=${enable_stress_dll16:-no}
3913 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3914 enable_vmm_vxd=${enable_vmm_vxd:-no}
3915 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3916 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3917 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3918 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3919 enable_w32skrnl=${enable_w32skrnl:-no}
3920 enable_win87em_dll16=${enable_win87em_dll16:-no}
3921 enable_windebug_dll16=${enable_windebug_dll16:-no}
3922 enable_winedos=${enable_winedos:-no}
3923 enable_winevdm=${enable_winevdm:-no}
3924 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3925 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3928 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3929 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3930 if test "${wine_cv_toolsdir+set}" = set; then
3931 $as_echo_n "(cached) " >&6
3932 else
3933 if test -z "$with_wine_tools"; then
3934 if test "$cross_compiling" = "yes"; then
3935 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3936 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3937 { (exit 1); exit 1; }; }
3938 else
3939 wine_cv_toolsdir="\$(TOPOBJDIR)"
3941 elif test -d "$with_wine_tools/tools/winebuild"; then
3942 case $with_wine_tools in
3943 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3944 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3945 esac
3946 else
3947 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3948 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3949 { (exit 1); exit 1; }; }
3952 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3953 $as_echo "$wine_cv_toolsdir" >&6; }
3954 TOOLSDIR=$wine_cv_toolsdir
3956 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3957 then
3958 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3962 for ac_prog in flex
3964 # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_FLEX+set}" = set; then
3969 $as_echo_n "(cached) " >&6
3970 else
3971 if test -n "$FLEX"; then
3972 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_FLEX="$ac_prog"
3982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 break 2
3985 done
3986 done
3987 IFS=$as_save_IFS
3991 FLEX=$ac_cv_prog_FLEX
3992 if test -n "$FLEX"; then
3993 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3994 $as_echo "$FLEX" >&6; }
3995 else
3996 { $as_echo "$as_me:$LINENO: result: no" >&5
3997 $as_echo "no" >&6; }
4001 test -n "$FLEX" && break
4002 done
4003 test -n "$FLEX" || FLEX="none"
4005 if test "$FLEX" = "none"
4006 then
4007 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4008 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4009 { (exit 1); exit 1; }; }
4012 for ac_prog in bison
4014 # Extract the first word of "$ac_prog", so it can be a program name with args.
4015 set dummy $ac_prog; ac_word=$2
4016 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4017 $as_echo_n "checking for $ac_word... " >&6; }
4018 if test "${ac_cv_prog_BISON+set}" = set; then
4019 $as_echo_n "(cached) " >&6
4020 else
4021 if test -n "$BISON"; then
4022 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4023 else
4024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4025 for as_dir in $PATH
4027 IFS=$as_save_IFS
4028 test -z "$as_dir" && as_dir=.
4029 for ac_exec_ext in '' $ac_executable_extensions; do
4030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4031 ac_cv_prog_BISON="$ac_prog"
4032 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4033 break 2
4035 done
4036 done
4037 IFS=$as_save_IFS
4041 BISON=$ac_cv_prog_BISON
4042 if test -n "$BISON"; then
4043 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4044 $as_echo "$BISON" >&6; }
4045 else
4046 { $as_echo "$as_me:$LINENO: result: no" >&5
4047 $as_echo "no" >&6; }
4051 test -n "$BISON" && break
4052 done
4053 test -n "$BISON" || BISON="none"
4055 if test "$BISON" = "none"
4056 then
4057 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4058 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4059 { (exit 1); exit 1; }; }
4062 if test -n "$ac_tool_prefix"; then
4063 for ac_prog in gas as
4065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_AS+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$AS"; then
4073 ac_cv_prog_AS="$AS" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 AS=$ac_cv_prog_AS
4093 if test -n "$AS"; then
4094 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4095 $as_echo "$AS" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$AS" && break
4103 done
4105 if test -z "$AS"; then
4106 ac_ct_AS=$AS
4107 for ac_prog in gas as
4109 # Extract the first word of "$ac_prog", so it can be a program name with args.
4110 set dummy $ac_prog; ac_word=$2
4111 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4112 $as_echo_n "checking for $ac_word... " >&6; }
4113 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4114 $as_echo_n "(cached) " >&6
4115 else
4116 if test -n "$ac_ct_AS"; then
4117 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4118 else
4119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120 for as_dir in $PATH
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_AS="$ac_prog"
4127 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4130 done
4131 done
4132 IFS=$as_save_IFS
4136 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4137 if test -n "$ac_ct_AS"; then
4138 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4139 $as_echo "$ac_ct_AS" >&6; }
4140 else
4141 { $as_echo "$as_me:$LINENO: result: no" >&5
4142 $as_echo "no" >&6; }
4146 test -n "$ac_ct_AS" && break
4147 done
4149 if test "x$ac_ct_AS" = x; then
4150 AS="as"
4151 else
4152 case $cross_compiling:$ac_tool_warned in
4153 yes:)
4154 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4156 ac_tool_warned=yes ;;
4157 esac
4158 AS=$ac_ct_AS
4162 if test -n "$ac_tool_prefix"; then
4163 for ac_prog in ld gld
4165 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4166 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4167 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4168 $as_echo_n "checking for $ac_word... " >&6; }
4169 if test "${ac_cv_prog_LD+set}" = set; then
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -n "$LD"; then
4173 ac_cv_prog_LD="$LD" # Let the user override the test.
4174 else
4175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176 for as_dir in $PATH
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
4180 for ac_exec_ext in '' $ac_executable_extensions; do
4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4182 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4183 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4184 break 2
4186 done
4187 done
4188 IFS=$as_save_IFS
4192 LD=$ac_cv_prog_LD
4193 if test -n "$LD"; then
4194 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4195 $as_echo "$LD" >&6; }
4196 else
4197 { $as_echo "$as_me:$LINENO: result: no" >&5
4198 $as_echo "no" >&6; }
4202 test -n "$LD" && break
4203 done
4205 if test -z "$LD"; then
4206 ac_ct_LD=$LD
4207 for ac_prog in ld gld
4209 # Extract the first word of "$ac_prog", so it can be a program name with args.
4210 set dummy $ac_prog; ac_word=$2
4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4212 $as_echo_n "checking for $ac_word... " >&6; }
4213 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4214 $as_echo_n "(cached) " >&6
4215 else
4216 if test -n "$ac_ct_LD"; then
4217 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4218 else
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220 for as_dir in $PATH
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_ac_ct_LD="$ac_prog"
4227 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4230 done
4231 done
4232 IFS=$as_save_IFS
4236 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4237 if test -n "$ac_ct_LD"; then
4238 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4239 $as_echo "$ac_ct_LD" >&6; }
4240 else
4241 { $as_echo "$as_me:$LINENO: result: no" >&5
4242 $as_echo "no" >&6; }
4246 test -n "$ac_ct_LD" && break
4247 done
4249 if test "x$ac_ct_LD" = x; then
4250 LD="ld"
4251 else
4252 case $cross_compiling:$ac_tool_warned in
4253 yes:)
4254 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4255 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4256 ac_tool_warned=yes ;;
4257 esac
4258 LD=$ac_ct_LD
4262 if test -n "$ac_tool_prefix"; then
4263 for ac_prog in nm gnm
4265 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4266 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4267 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4268 $as_echo_n "checking for $ac_word... " >&6; }
4269 if test "${ac_cv_prog_NM+set}" = set; then
4270 $as_echo_n "(cached) " >&6
4271 else
4272 if test -n "$NM"; then
4273 ac_cv_prog_NM="$NM" # Let the user override the test.
4274 else
4275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4276 for as_dir in $PATH
4278 IFS=$as_save_IFS
4279 test -z "$as_dir" && as_dir=.
4280 for ac_exec_ext in '' $ac_executable_extensions; do
4281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4282 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4284 break 2
4286 done
4287 done
4288 IFS=$as_save_IFS
4292 NM=$ac_cv_prog_NM
4293 if test -n "$NM"; then
4294 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4295 $as_echo "$NM" >&6; }
4296 else
4297 { $as_echo "$as_me:$LINENO: result: no" >&5
4298 $as_echo "no" >&6; }
4302 test -n "$NM" && break
4303 done
4305 if test -z "$NM"; then
4306 ac_ct_NM=$NM
4307 for ac_prog in nm gnm
4309 # Extract the first word of "$ac_prog", so it can be a program name with args.
4310 set dummy $ac_prog; ac_word=$2
4311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4312 $as_echo_n "checking for $ac_word... " >&6; }
4313 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4314 $as_echo_n "(cached) " >&6
4315 else
4316 if test -n "$ac_ct_NM"; then
4317 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4318 else
4319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4320 for as_dir in $PATH
4322 IFS=$as_save_IFS
4323 test -z "$as_dir" && as_dir=.
4324 for ac_exec_ext in '' $ac_executable_extensions; do
4325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4326 ac_cv_prog_ac_ct_NM="$ac_prog"
4327 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4328 break 2
4330 done
4331 done
4332 IFS=$as_save_IFS
4336 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4337 if test -n "$ac_ct_NM"; then
4338 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4339 $as_echo "$ac_ct_NM" >&6; }
4340 else
4341 { $as_echo "$as_me:$LINENO: result: no" >&5
4342 $as_echo "no" >&6; }
4346 test -n "$ac_ct_NM" && break
4347 done
4349 if test "x$ac_ct_NM" = x; then
4350 NM="nm"
4351 else
4352 case $cross_compiling:$ac_tool_warned in
4353 yes:)
4354 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4355 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4356 ac_tool_warned=yes ;;
4357 esac
4358 NM=$ac_ct_NM
4362 if test -n "$ac_tool_prefix"; then
4363 for ac_prog in ar gar
4365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4367 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_AR+set}" = set; then
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if test -n "$AR"; then
4373 ac_cv_prog_AR="$AR" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4378 IFS=$as_save_IFS
4379 test -z "$as_dir" && as_dir=.
4380 for ac_exec_ext in '' $ac_executable_extensions; do
4381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4382 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4383 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4384 break 2
4386 done
4387 done
4388 IFS=$as_save_IFS
4392 AR=$ac_cv_prog_AR
4393 if test -n "$AR"; then
4394 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4395 $as_echo "$AR" >&6; }
4396 else
4397 { $as_echo "$as_me:$LINENO: result: no" >&5
4398 $as_echo "no" >&6; }
4402 test -n "$AR" && break
4403 done
4405 if test -z "$AR"; then
4406 ac_ct_AR=$AR
4407 for ac_prog in ar gar
4409 # Extract the first word of "$ac_prog", so it can be a program name with args.
4410 set dummy $ac_prog; ac_word=$2
4411 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4412 $as_echo_n "checking for $ac_word... " >&6; }
4413 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4414 $as_echo_n "(cached) " >&6
4415 else
4416 if test -n "$ac_ct_AR"; then
4417 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_ac_ct_AR="$ac_prog"
4427 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4430 done
4431 done
4432 IFS=$as_save_IFS
4436 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4437 if test -n "$ac_ct_AR"; then
4438 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4439 $as_echo "$ac_ct_AR" >&6; }
4440 else
4441 { $as_echo "$as_me:$LINENO: result: no" >&5
4442 $as_echo "no" >&6; }
4446 test -n "$ac_ct_AR" && break
4447 done
4449 if test "x$ac_ct_AR" = x; then
4450 AR="ar"
4451 else
4452 case $cross_compiling:$ac_tool_warned in
4453 yes:)
4454 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4455 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4456 ac_tool_warned=yes ;;
4457 esac
4458 AR=$ac_ct_AR
4462 ARFLAGS=rc
4464 if test -n "$ac_tool_prefix"; then
4465 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4466 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if test "${ac_cv_prog_RANLIB+set}" = set; then
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -n "$RANLIB"; then
4473 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4483 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4484 break 2
4486 done
4487 done
4488 IFS=$as_save_IFS
4492 RANLIB=$ac_cv_prog_RANLIB
4493 if test -n "$RANLIB"; then
4494 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4495 $as_echo "$RANLIB" >&6; }
4496 else
4497 { $as_echo "$as_me:$LINENO: result: no" >&5
4498 $as_echo "no" >&6; }
4503 if test -z "$ac_cv_prog_RANLIB"; then
4504 ac_ct_RANLIB=$RANLIB
4505 # Extract the first word of "ranlib", so it can be a program name with args.
4506 set dummy ranlib; ac_word=$2
4507 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4508 $as_echo_n "checking for $ac_word... " >&6; }
4509 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4510 $as_echo_n "(cached) " >&6
4511 else
4512 if test -n "$ac_ct_RANLIB"; then
4513 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_ac_ct_RANLIB="ranlib"
4523 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4533 if test -n "$ac_ct_RANLIB"; then
4534 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4535 $as_echo "$ac_ct_RANLIB" >&6; }
4536 else
4537 { $as_echo "$as_me:$LINENO: result: no" >&5
4538 $as_echo "no" >&6; }
4541 if test "x$ac_ct_RANLIB" = x; then
4542 RANLIB=":"
4543 else
4544 case $cross_compiling:$ac_tool_warned in
4545 yes:)
4546 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4548 ac_tool_warned=yes ;;
4549 esac
4550 RANLIB=$ac_ct_RANLIB
4552 else
4553 RANLIB="$ac_cv_prog_RANLIB"
4556 if test -n "$ac_tool_prefix"; then
4557 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4558 set dummy ${ac_tool_prefix}strip; ac_word=$2
4559 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4560 $as_echo_n "checking for $ac_word... " >&6; }
4561 if test "${ac_cv_prog_STRIP+set}" = set; then
4562 $as_echo_n "(cached) " >&6
4563 else
4564 if test -n "$STRIP"; then
4565 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4566 else
4567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 for as_dir in $PATH
4570 IFS=$as_save_IFS
4571 test -z "$as_dir" && as_dir=.
4572 for ac_exec_ext in '' $ac_executable_extensions; do
4573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4574 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4575 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4576 break 2
4578 done
4579 done
4580 IFS=$as_save_IFS
4584 STRIP=$ac_cv_prog_STRIP
4585 if test -n "$STRIP"; then
4586 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4587 $as_echo "$STRIP" >&6; }
4588 else
4589 { $as_echo "$as_me:$LINENO: result: no" >&5
4590 $as_echo "no" >&6; }
4595 if test -z "$ac_cv_prog_STRIP"; then
4596 ac_ct_STRIP=$STRIP
4597 # Extract the first word of "strip", so it can be a program name with args.
4598 set dummy strip; ac_word=$2
4599 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4600 $as_echo_n "checking for $ac_word... " >&6; }
4601 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4602 $as_echo_n "(cached) " >&6
4603 else
4604 if test -n "$ac_ct_STRIP"; then
4605 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4606 else
4607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4608 for as_dir in $PATH
4610 IFS=$as_save_IFS
4611 test -z "$as_dir" && as_dir=.
4612 for ac_exec_ext in '' $ac_executable_extensions; do
4613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4614 ac_cv_prog_ac_ct_STRIP="strip"
4615 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4616 break 2
4618 done
4619 done
4620 IFS=$as_save_IFS
4624 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4625 if test -n "$ac_ct_STRIP"; then
4626 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4627 $as_echo "$ac_ct_STRIP" >&6; }
4628 else
4629 { $as_echo "$as_me:$LINENO: result: no" >&5
4630 $as_echo "no" >&6; }
4633 if test "x$ac_ct_STRIP" = x; then
4634 STRIP="strip"
4635 else
4636 case $cross_compiling:$ac_tool_warned in
4637 yes:)
4638 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4639 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4640 ac_tool_warned=yes ;;
4641 esac
4642 STRIP=$ac_ct_STRIP
4644 else
4645 STRIP="$ac_cv_prog_STRIP"
4648 if test -n "$ac_tool_prefix"; then
4649 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4650 set dummy ${ac_tool_prefix}windres; ac_word=$2
4651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4652 $as_echo_n "checking for $ac_word... " >&6; }
4653 if test "${ac_cv_prog_WINDRES+set}" = set; then
4654 $as_echo_n "(cached) " >&6
4655 else
4656 if test -n "$WINDRES"; then
4657 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4658 else
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4666 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668 break 2
4670 done
4671 done
4672 IFS=$as_save_IFS
4676 WINDRES=$ac_cv_prog_WINDRES
4677 if test -n "$WINDRES"; then
4678 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4679 $as_echo "$WINDRES" >&6; }
4680 else
4681 { $as_echo "$as_me:$LINENO: result: no" >&5
4682 $as_echo "no" >&6; }
4687 if test -z "$ac_cv_prog_WINDRES"; then
4688 ac_ct_WINDRES=$WINDRES
4689 # Extract the first word of "windres", so it can be a program name with args.
4690 set dummy windres; ac_word=$2
4691 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4692 $as_echo_n "checking for $ac_word... " >&6; }
4693 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4694 $as_echo_n "(cached) " >&6
4695 else
4696 if test -n "$ac_ct_WINDRES"; then
4697 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4698 else
4699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700 for as_dir in $PATH
4702 IFS=$as_save_IFS
4703 test -z "$as_dir" && as_dir=.
4704 for ac_exec_ext in '' $ac_executable_extensions; do
4705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4706 ac_cv_prog_ac_ct_WINDRES="windres"
4707 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4708 break 2
4710 done
4711 done
4712 IFS=$as_save_IFS
4716 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4717 if test -n "$ac_ct_WINDRES"; then
4718 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4719 $as_echo "$ac_ct_WINDRES" >&6; }
4720 else
4721 { $as_echo "$as_me:$LINENO: result: no" >&5
4722 $as_echo "no" >&6; }
4725 if test "x$ac_ct_WINDRES" = x; then
4726 WINDRES="false"
4727 else
4728 case $cross_compiling:$ac_tool_warned in
4729 yes:)
4730 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4732 ac_tool_warned=yes ;;
4733 esac
4734 WINDRES=$ac_ct_WINDRES
4736 else
4737 WINDRES="$ac_cv_prog_WINDRES"
4740 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4741 $as_echo_n "checking whether ln -s works... " >&6; }
4742 LN_S=$as_ln_s
4743 if test "$LN_S" = "ln -s"; then
4744 { $as_echo "$as_me:$LINENO: result: yes" >&5
4745 $as_echo "yes" >&6; }
4746 else
4747 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4748 $as_echo "no, using $LN_S" >&6; }
4751 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4752 $as_echo_n "checking whether ln works... " >&6; }
4753 rm -f conf$$ conf$$.file
4754 echo >conf$$.file
4755 if ln conf$$.file conf$$ 2>/dev/null; then
4756 LN=ln
4758 { $as_echo "$as_me:$LINENO: result: yes" >&5
4759 $as_echo "yes" >&6; }
4760 else
4761 LN="cp -p"
4763 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4764 $as_echo "no, using $LN" >&6; }
4766 rm -f conf$$ conf$$.file
4767 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4768 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4769 if test "${ac_cv_path_GREP+set}" = set; then
4770 $as_echo_n "(cached) " >&6
4771 else
4772 if test -z "$GREP"; then
4773 ac_path_GREP_found=false
4774 # Loop through the user's path and test for each of PROGNAME-LIST
4775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4778 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=.
4780 for ac_prog in grep ggrep; do
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4783 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4784 # Check for GNU ac_path_GREP and select it if it is found.
4785 # Check for GNU $ac_path_GREP
4786 case `"$ac_path_GREP" --version 2>&1` in
4787 *GNU*)
4788 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4790 ac_count=0
4791 $as_echo_n 0123456789 >"conftest.in"
4792 while :
4794 cat "conftest.in" "conftest.in" >"conftest.tmp"
4795 mv "conftest.tmp" "conftest.in"
4796 cp "conftest.in" "conftest.nl"
4797 $as_echo 'GREP' >> "conftest.nl"
4798 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4799 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4800 ac_count=`expr $ac_count + 1`
4801 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4802 # Best one so far, save it but keep looking for a better one
4803 ac_cv_path_GREP="$ac_path_GREP"
4804 ac_path_GREP_max=$ac_count
4806 # 10*(2^10) chars as input seems more than enough
4807 test $ac_count -gt 10 && break
4808 done
4809 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4810 esac
4812 $ac_path_GREP_found && break 3
4813 done
4814 done
4815 done
4816 IFS=$as_save_IFS
4817 if test -z "$ac_cv_path_GREP"; then
4818 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4819 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4820 { (exit 1); exit 1; }; }
4822 else
4823 ac_cv_path_GREP=$GREP
4827 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4828 $as_echo "$ac_cv_path_GREP" >&6; }
4829 GREP="$ac_cv_path_GREP"
4832 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4833 $as_echo_n "checking for egrep... " >&6; }
4834 if test "${ac_cv_path_EGREP+set}" = set; then
4835 $as_echo_n "(cached) " >&6
4836 else
4837 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4838 then ac_cv_path_EGREP="$GREP -E"
4839 else
4840 if test -z "$EGREP"; then
4841 ac_path_EGREP_found=false
4842 # Loop through the user's path and test for each of PROGNAME-LIST
4843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4846 IFS=$as_save_IFS
4847 test -z "$as_dir" && as_dir=.
4848 for ac_prog in egrep; do
4849 for ac_exec_ext in '' $ac_executable_extensions; do
4850 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4851 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4852 # Check for GNU ac_path_EGREP and select it if it is found.
4853 # Check for GNU $ac_path_EGREP
4854 case `"$ac_path_EGREP" --version 2>&1` in
4855 *GNU*)
4856 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4858 ac_count=0
4859 $as_echo_n 0123456789 >"conftest.in"
4860 while :
4862 cat "conftest.in" "conftest.in" >"conftest.tmp"
4863 mv "conftest.tmp" "conftest.in"
4864 cp "conftest.in" "conftest.nl"
4865 $as_echo 'EGREP' >> "conftest.nl"
4866 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4867 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4868 ac_count=`expr $ac_count + 1`
4869 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4870 # Best one so far, save it but keep looking for a better one
4871 ac_cv_path_EGREP="$ac_path_EGREP"
4872 ac_path_EGREP_max=$ac_count
4874 # 10*(2^10) chars as input seems more than enough
4875 test $ac_count -gt 10 && break
4876 done
4877 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4878 esac
4880 $ac_path_EGREP_found && break 3
4881 done
4882 done
4883 done
4884 IFS=$as_save_IFS
4885 if test -z "$ac_cv_path_EGREP"; then
4886 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4887 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4888 { (exit 1); exit 1; }; }
4890 else
4891 ac_cv_path_EGREP=$EGREP
4896 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4897 $as_echo "$ac_cv_path_EGREP" >&6; }
4898 EGREP="$ac_cv_path_EGREP"
4901 # Extract the first word of "ldconfig", so it can be a program name with args.
4902 set dummy ldconfig; ac_word=$2
4903 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4904 $as_echo_n "checking for $ac_word... " >&6; }
4905 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4906 $as_echo_n "(cached) " >&6
4907 else
4908 case $LDCONFIG in
4909 [\\/]* | ?:[\\/]*)
4910 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914 for as_dir in /sbin /usr/sbin $PATH
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4920 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4921 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4924 done
4925 done
4926 IFS=$as_save_IFS
4928 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4930 esac
4932 LDCONFIG=$ac_cv_path_LDCONFIG
4933 if test -n "$LDCONFIG"; then
4934 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4935 $as_echo "$LDCONFIG" >&6; }
4936 else
4937 { $as_echo "$as_me:$LINENO: result: no" >&5
4938 $as_echo "no" >&6; }
4942 # Find a good install program. We prefer a C program (faster),
4943 # so one script is as good as another. But avoid the broken or
4944 # incompatible versions:
4945 # SysV /etc/install, /usr/sbin/install
4946 # SunOS /usr/etc/install
4947 # IRIX /sbin/install
4948 # AIX /bin/install
4949 # AmigaOS /C/install, which installs bootblocks on floppy discs
4950 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4951 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4952 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4953 # OS/2's system install, which has a completely different semantic
4954 # ./install, which can be erroneously created by make from ./install.sh.
4955 # Reject install programs that cannot install multiple files.
4956 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4957 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4958 if test -z "$INSTALL"; then
4959 if test "${ac_cv_path_install+set}" = set; then
4960 $as_echo_n "(cached) " >&6
4961 else
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963 for as_dir in $PATH
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 # Account for people who put trailing slashes in PATH elements.
4968 case $as_dir/ in
4969 ./ | .// | /cC/* | \
4970 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4971 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4972 /usr/ucb/* ) ;;
4974 # OSF1 and SCO ODT 3.0 have their own names for install.
4975 # Don't use installbsd from OSF since it installs stuff as root
4976 # by default.
4977 for ac_prog in ginstall scoinst install; do
4978 for ac_exec_ext in '' $ac_executable_extensions; do
4979 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4980 if test $ac_prog = install &&
4981 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4982 # AIX install. It has an incompatible calling convention.
4984 elif test $ac_prog = install &&
4985 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4986 # program-specific install script used by HP pwplus--don't use.
4988 else
4989 rm -rf conftest.one conftest.two conftest.dir
4990 echo one > conftest.one
4991 echo two > conftest.two
4992 mkdir conftest.dir
4993 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4994 test -s conftest.one && test -s conftest.two &&
4995 test -s conftest.dir/conftest.one &&
4996 test -s conftest.dir/conftest.two
4997 then
4998 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4999 break 3
5003 done
5004 done
5006 esac
5008 done
5009 IFS=$as_save_IFS
5011 rm -rf conftest.one conftest.two conftest.dir
5014 if test "${ac_cv_path_install+set}" = set; then
5015 INSTALL=$ac_cv_path_install
5016 else
5017 # As a last resort, use the slow shell script. Don't cache a
5018 # value for INSTALL within a source directory, because that will
5019 # break other packages using the cache if that directory is
5020 # removed, or if the value is a relative name.
5021 INSTALL=$ac_install_sh
5024 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5025 $as_echo "$INSTALL" >&6; }
5027 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5028 # It thinks the first close brace ends the variable substitution.
5029 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5031 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5033 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5035 case "$INSTALL" in
5036 [\\/$]* | ?:[\\/]* ) ;;
5037 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5038 esac
5040 for ac_prog in lclint lint
5042 # Extract the first word of "$ac_prog", so it can be a program name with args.
5043 set dummy $ac_prog; ac_word=$2
5044 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_LINT+set}" = set; then
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -n "$LINT"; then
5050 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5051 else
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_exec_ext in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_LINT="$ac_prog"
5060 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5061 break 2
5063 done
5064 done
5065 IFS=$as_save_IFS
5069 LINT=$ac_cv_prog_LINT
5070 if test -n "$LINT"; then
5071 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5072 $as_echo "$LINT" >&6; }
5073 else
5074 { $as_echo "$as_me:$LINENO: result: no" >&5
5075 $as_echo "no" >&6; }
5079 test -n "$LINT" && break
5080 done
5082 if test "$LINT" = "lint"
5083 then
5084 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5089 for ac_prog in fontforge
5091 # Extract the first word of "$ac_prog", so it can be a program name with args.
5092 set dummy $ac_prog; ac_word=$2
5093 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5094 $as_echo_n "checking for $ac_word... " >&6; }
5095 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5096 $as_echo_n "(cached) " >&6
5097 else
5098 if test -n "$FONTFORGE"; then
5099 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5100 else
5101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5102 for as_dir in $PATH
5104 IFS=$as_save_IFS
5105 test -z "$as_dir" && as_dir=.
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5108 ac_cv_prog_FONTFORGE="$ac_prog"
5109 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5110 break 2
5112 done
5113 done
5114 IFS=$as_save_IFS
5118 FONTFORGE=$ac_cv_prog_FONTFORGE
5119 if test -n "$FONTFORGE"; then
5120 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5121 $as_echo "$FONTFORGE" >&6; }
5122 else
5123 { $as_echo "$as_me:$LINENO: result: no" >&5
5124 $as_echo "no" >&6; }
5128 test -n "$FONTFORGE" && break
5129 done
5130 test -n "$FONTFORGE" || FONTFORGE="false"
5132 for ac_prog in pkg-config
5134 # Extract the first word of "$ac_prog", so it can be a program name with args.
5135 set dummy $ac_prog; ac_word=$2
5136 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5139 $as_echo_n "(cached) " >&6
5140 else
5141 if test -n "$PKG_CONFIG"; then
5142 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5143 else
5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5145 for as_dir in $PATH
5147 IFS=$as_save_IFS
5148 test -z "$as_dir" && as_dir=.
5149 for ac_exec_ext in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_PKG_CONFIG="$ac_prog"
5152 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5153 break 2
5155 done
5156 done
5157 IFS=$as_save_IFS
5161 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5162 if test -n "$PKG_CONFIG"; then
5163 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5164 $as_echo "$PKG_CONFIG" >&6; }
5165 else
5166 { $as_echo "$as_me:$LINENO: result: no" >&5
5167 $as_echo "no" >&6; }
5171 test -n "$PKG_CONFIG" && break
5172 done
5173 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5175 for ac_prog in rsvg
5177 # Extract the first word of "$ac_prog", so it can be a program name with args.
5178 set dummy $ac_prog; ac_word=$2
5179 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5180 $as_echo_n "checking for $ac_word... " >&6; }
5181 if test "${ac_cv_prog_RSVG+set}" = set; then
5182 $as_echo_n "(cached) " >&6
5183 else
5184 if test -n "$RSVG"; then
5185 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5186 else
5187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188 for as_dir in $PATH
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
5193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5194 ac_cv_prog_RSVG="$ac_prog"
5195 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5198 done
5199 done
5200 IFS=$as_save_IFS
5204 RSVG=$ac_cv_prog_RSVG
5205 if test -n "$RSVG"; then
5206 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5207 $as_echo "$RSVG" >&6; }
5208 else
5209 { $as_echo "$as_me:$LINENO: result: no" >&5
5210 $as_echo "no" >&6; }
5214 test -n "$RSVG" && break
5215 done
5216 test -n "$RSVG" || RSVG="false"
5218 for ac_prog in icotool
5220 # Extract the first word of "$ac_prog", so it can be a program name with args.
5221 set dummy $ac_prog; ac_word=$2
5222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5223 $as_echo_n "checking for $ac_word... " >&6; }
5224 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5225 $as_echo_n "(cached) " >&6
5226 else
5227 if test -n "$ICOTOOL"; then
5228 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5229 else
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 for as_dir in $PATH
5233 IFS=$as_save_IFS
5234 test -z "$as_dir" && as_dir=.
5235 for ac_exec_ext in '' $ac_executable_extensions; do
5236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5237 ac_cv_prog_ICOTOOL="$ac_prog"
5238 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 break 2
5241 done
5242 done
5243 IFS=$as_save_IFS
5247 ICOTOOL=$ac_cv_prog_ICOTOOL
5248 if test -n "$ICOTOOL"; then
5249 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5250 $as_echo "$ICOTOOL" >&6; }
5251 else
5252 { $as_echo "$as_me:$LINENO: result: no" >&5
5253 $as_echo "no" >&6; }
5257 test -n "$ICOTOOL" && break
5258 done
5259 test -n "$ICOTOOL" || ICOTOOL="false"
5262 if test "${enable_maintainer_mode+set}" = set
5263 then
5264 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5265 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5266 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5269 case $host_cpu in
5270 *i[3456789]86*)
5271 # Extract the first word of "prelink", so it can be a program name with args.
5272 set dummy prelink; ac_word=$2
5273 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5274 $as_echo_n "checking for $ac_word... " >&6; }
5275 if test "${ac_cv_path_PRELINK+set}" = set; then
5276 $as_echo_n "(cached) " >&6
5277 else
5278 case $PRELINK in
5279 [\\/]* | ?:[\\/]*)
5280 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5284 for as_dir in /sbin /usr/sbin $PATH
5286 IFS=$as_save_IFS
5287 test -z "$as_dir" && as_dir=.
5288 for ac_exec_ext in '' $ac_executable_extensions; do
5289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5290 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5291 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5292 break 2
5294 done
5295 done
5296 IFS=$as_save_IFS
5298 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5300 esac
5302 PRELINK=$ac_cv_path_PRELINK
5303 if test -n "$PRELINK"; then
5304 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5305 $as_echo "$PRELINK" >&6; }
5306 else
5307 { $as_echo "$as_me:$LINENO: result: no" >&5
5308 $as_echo "no" >&6; }
5313 esac
5317 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5318 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5319 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5320 $as_echo_n "(cached) " >&6
5321 else
5322 ac_check_lib_save_LIBS=$LIBS
5323 LIBS="-li386 $LIBS"
5324 cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h. */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h. */
5331 /* Override any GCC internal prototype to avoid an error.
5332 Use char because int might match the return type of a GCC
5333 builtin and then its argument prototype would still apply. */
5334 #ifdef __cplusplus
5335 extern "C"
5336 #endif
5337 char i386_set_ldt ();
5339 main ()
5341 return i386_set_ldt ();
5343 return 0;
5345 _ACEOF
5346 rm -f conftest.$ac_objext conftest$ac_exeext
5347 if { (ac_try="$ac_link"
5348 case "(($ac_try" in
5349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5350 *) ac_try_echo=$ac_try;;
5351 esac
5352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5353 $as_echo "$ac_try_echo") >&5
5354 (eval "$ac_link") 2>conftest.er1
5355 ac_status=$?
5356 grep -v '^ *+' conftest.er1 >conftest.err
5357 rm -f conftest.er1
5358 cat conftest.err >&5
5359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5360 (exit $ac_status); } && {
5361 test -z "$ac_c_werror_flag" ||
5362 test ! -s conftest.err
5363 } && test -s conftest$ac_exeext && {
5364 test "$cross_compiling" = yes ||
5365 $as_test_x conftest$ac_exeext
5366 }; then
5367 ac_cv_lib_i386_i386_set_ldt=yes
5368 else
5369 $as_echo "$as_me: failed program was:" >&5
5370 sed 's/^/| /' conftest.$ac_ext >&5
5372 ac_cv_lib_i386_i386_set_ldt=no
5375 rm -rf conftest.dSYM
5376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5377 conftest$ac_exeext conftest.$ac_ext
5378 LIBS=$ac_check_lib_save_LIBS
5380 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5381 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5382 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5383 cat >>confdefs.h <<_ACEOF
5384 #define HAVE_LIBI386 1
5385 _ACEOF
5387 LIBS="-li386 $LIBS"
5392 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5393 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5394 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5395 $as_echo_n "(cached) " >&6
5396 else
5397 ac_check_lib_save_LIBS=$LIBS
5398 LIBS="-lossaudio $LIBS"
5399 cat >conftest.$ac_ext <<_ACEOF
5400 /* confdefs.h. */
5401 _ACEOF
5402 cat confdefs.h >>conftest.$ac_ext
5403 cat >>conftest.$ac_ext <<_ACEOF
5404 /* end confdefs.h. */
5406 /* Override any GCC internal prototype to avoid an error.
5407 Use char because int might match the return type of a GCC
5408 builtin and then its argument prototype would still apply. */
5409 #ifdef __cplusplus
5410 extern "C"
5411 #endif
5412 char _oss_ioctl ();
5414 main ()
5416 return _oss_ioctl ();
5418 return 0;
5420 _ACEOF
5421 rm -f conftest.$ac_objext conftest$ac_exeext
5422 if { (ac_try="$ac_link"
5423 case "(($ac_try" in
5424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5425 *) ac_try_echo=$ac_try;;
5426 esac
5427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5428 $as_echo "$ac_try_echo") >&5
5429 (eval "$ac_link") 2>conftest.er1
5430 ac_status=$?
5431 grep -v '^ *+' conftest.er1 >conftest.err
5432 rm -f conftest.er1
5433 cat conftest.err >&5
5434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435 (exit $ac_status); } && {
5436 test -z "$ac_c_werror_flag" ||
5437 test ! -s conftest.err
5438 } && test -s conftest$ac_exeext && {
5439 test "$cross_compiling" = yes ||
5440 $as_test_x conftest$ac_exeext
5441 }; then
5442 ac_cv_lib_ossaudio__oss_ioctl=yes
5443 else
5444 $as_echo "$as_me: failed program was:" >&5
5445 sed 's/^/| /' conftest.$ac_ext >&5
5447 ac_cv_lib_ossaudio__oss_ioctl=no
5450 rm -rf conftest.dSYM
5451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5452 conftest$ac_exeext conftest.$ac_ext
5453 LIBS=$ac_check_lib_save_LIBS
5455 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5456 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5457 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5458 cat >>confdefs.h <<_ACEOF
5459 #define HAVE_LIBOSSAUDIO 1
5460 _ACEOF
5462 LIBS="-lossaudio $LIBS"
5467 XLIB=""
5469 OPENGL_LIBS=""
5473 ac_ext=c
5474 ac_cpp='$CPP $CPPFLAGS'
5475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5478 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5479 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5480 # On Suns, sometimes $CPP names a directory.
5481 if test -n "$CPP" && test -d "$CPP"; then
5482 CPP=
5484 if test -z "$CPP"; then
5485 if test "${ac_cv_prog_CPP+set}" = set; then
5486 $as_echo_n "(cached) " >&6
5487 else
5488 # Double quotes because CPP needs to be expanded
5489 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5491 ac_preproc_ok=false
5492 for ac_c_preproc_warn_flag in '' yes
5494 # Use a header file that comes with gcc, so configuring glibc
5495 # with a fresh cross-compiler works.
5496 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5497 # <limits.h> exists even on freestanding compilers.
5498 # On the NeXT, cc -E runs the code through the compiler's parser,
5499 # not just through cpp. "Syntax error" is here to catch this case.
5500 cat >conftest.$ac_ext <<_ACEOF
5501 /* confdefs.h. */
5502 _ACEOF
5503 cat confdefs.h >>conftest.$ac_ext
5504 cat >>conftest.$ac_ext <<_ACEOF
5505 /* end confdefs.h. */
5506 #ifdef __STDC__
5507 # include <limits.h>
5508 #else
5509 # include <assert.h>
5510 #endif
5511 Syntax error
5512 _ACEOF
5513 if { (ac_try="$ac_cpp conftest.$ac_ext"
5514 case "(($ac_try" in
5515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5516 *) ac_try_echo=$ac_try;;
5517 esac
5518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5519 $as_echo "$ac_try_echo") >&5
5520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5521 ac_status=$?
5522 grep -v '^ *+' conftest.er1 >conftest.err
5523 rm -f conftest.er1
5524 cat conftest.err >&5
5525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5526 (exit $ac_status); } >/dev/null && {
5527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5528 test ! -s conftest.err
5529 }; then
5531 else
5532 $as_echo "$as_me: failed program was:" >&5
5533 sed 's/^/| /' conftest.$ac_ext >&5
5535 # Broken: fails on valid input.
5536 continue
5539 rm -f conftest.err conftest.$ac_ext
5541 # OK, works on sane cases. Now check whether nonexistent headers
5542 # can be detected and how.
5543 cat >conftest.$ac_ext <<_ACEOF
5544 /* confdefs.h. */
5545 _ACEOF
5546 cat confdefs.h >>conftest.$ac_ext
5547 cat >>conftest.$ac_ext <<_ACEOF
5548 /* end confdefs.h. */
5549 #include <ac_nonexistent.h>
5550 _ACEOF
5551 if { (ac_try="$ac_cpp conftest.$ac_ext"
5552 case "(($ac_try" in
5553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5554 *) ac_try_echo=$ac_try;;
5555 esac
5556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5557 $as_echo "$ac_try_echo") >&5
5558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5559 ac_status=$?
5560 grep -v '^ *+' conftest.er1 >conftest.err
5561 rm -f conftest.er1
5562 cat conftest.err >&5
5563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); } >/dev/null && {
5565 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5566 test ! -s conftest.err
5567 }; then
5568 # Broken: success on invalid input.
5569 continue
5570 else
5571 $as_echo "$as_me: failed program was:" >&5
5572 sed 's/^/| /' conftest.$ac_ext >&5
5574 # Passes both tests.
5575 ac_preproc_ok=:
5576 break
5579 rm -f conftest.err conftest.$ac_ext
5581 done
5582 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5583 rm -f conftest.err conftest.$ac_ext
5584 if $ac_preproc_ok; then
5585 break
5588 done
5589 ac_cv_prog_CPP=$CPP
5592 CPP=$ac_cv_prog_CPP
5593 else
5594 ac_cv_prog_CPP=$CPP
5596 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5597 $as_echo "$CPP" >&6; }
5598 ac_preproc_ok=false
5599 for ac_c_preproc_warn_flag in '' yes
5601 # Use a header file that comes with gcc, so configuring glibc
5602 # with a fresh cross-compiler works.
5603 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5604 # <limits.h> exists even on freestanding compilers.
5605 # On the NeXT, cc -E runs the code through the compiler's parser,
5606 # not just through cpp. "Syntax error" is here to catch this case.
5607 cat >conftest.$ac_ext <<_ACEOF
5608 /* confdefs.h. */
5609 _ACEOF
5610 cat confdefs.h >>conftest.$ac_ext
5611 cat >>conftest.$ac_ext <<_ACEOF
5612 /* end confdefs.h. */
5613 #ifdef __STDC__
5614 # include <limits.h>
5615 #else
5616 # include <assert.h>
5617 #endif
5618 Syntax error
5619 _ACEOF
5620 if { (ac_try="$ac_cpp conftest.$ac_ext"
5621 case "(($ac_try" in
5622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5623 *) ac_try_echo=$ac_try;;
5624 esac
5625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5626 $as_echo "$ac_try_echo") >&5
5627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5628 ac_status=$?
5629 grep -v '^ *+' conftest.er1 >conftest.err
5630 rm -f conftest.er1
5631 cat conftest.err >&5
5632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5633 (exit $ac_status); } >/dev/null && {
5634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5635 test ! -s conftest.err
5636 }; then
5638 else
5639 $as_echo "$as_me: failed program was:" >&5
5640 sed 's/^/| /' conftest.$ac_ext >&5
5642 # Broken: fails on valid input.
5643 continue
5646 rm -f conftest.err conftest.$ac_ext
5648 # OK, works on sane cases. Now check whether nonexistent headers
5649 # can be detected and how.
5650 cat >conftest.$ac_ext <<_ACEOF
5651 /* confdefs.h. */
5652 _ACEOF
5653 cat confdefs.h >>conftest.$ac_ext
5654 cat >>conftest.$ac_ext <<_ACEOF
5655 /* end confdefs.h. */
5656 #include <ac_nonexistent.h>
5657 _ACEOF
5658 if { (ac_try="$ac_cpp conftest.$ac_ext"
5659 case "(($ac_try" in
5660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5661 *) ac_try_echo=$ac_try;;
5662 esac
5663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5664 $as_echo "$ac_try_echo") >&5
5665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5666 ac_status=$?
5667 grep -v '^ *+' conftest.er1 >conftest.err
5668 rm -f conftest.er1
5669 cat conftest.err >&5
5670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671 (exit $ac_status); } >/dev/null && {
5672 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5673 test ! -s conftest.err
5674 }; then
5675 # Broken: success on invalid input.
5676 continue
5677 else
5678 $as_echo "$as_me: failed program was:" >&5
5679 sed 's/^/| /' conftest.$ac_ext >&5
5681 # Passes both tests.
5682 ac_preproc_ok=:
5683 break
5686 rm -f conftest.err conftest.$ac_ext
5688 done
5689 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5690 rm -f conftest.err conftest.$ac_ext
5691 if $ac_preproc_ok; then
5693 else
5694 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5695 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5696 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5697 See \`config.log' for more details." >&5
5698 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5699 See \`config.log' for more details." >&2;}
5700 { (exit 1); exit 1; }; }; }
5703 ac_ext=c
5704 ac_cpp='$CPP $CPPFLAGS'
5705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5710 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5711 $as_echo_n "checking for ANSI C header files... " >&6; }
5712 if test "${ac_cv_header_stdc+set}" = set; then
5713 $as_echo_n "(cached) " >&6
5714 else
5715 cat >conftest.$ac_ext <<_ACEOF
5716 /* confdefs.h. */
5717 _ACEOF
5718 cat confdefs.h >>conftest.$ac_ext
5719 cat >>conftest.$ac_ext <<_ACEOF
5720 /* end confdefs.h. */
5721 #include <stdlib.h>
5722 #include <stdarg.h>
5723 #include <string.h>
5724 #include <float.h>
5727 main ()
5731 return 0;
5733 _ACEOF
5734 rm -f conftest.$ac_objext
5735 if { (ac_try="$ac_compile"
5736 case "(($ac_try" in
5737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5738 *) ac_try_echo=$ac_try;;
5739 esac
5740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5741 $as_echo "$ac_try_echo") >&5
5742 (eval "$ac_compile") 2>conftest.er1
5743 ac_status=$?
5744 grep -v '^ *+' conftest.er1 >conftest.err
5745 rm -f conftest.er1
5746 cat conftest.err >&5
5747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); } && {
5749 test -z "$ac_c_werror_flag" ||
5750 test ! -s conftest.err
5751 } && test -s conftest.$ac_objext; then
5752 ac_cv_header_stdc=yes
5753 else
5754 $as_echo "$as_me: failed program was:" >&5
5755 sed 's/^/| /' conftest.$ac_ext >&5
5757 ac_cv_header_stdc=no
5760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5762 if test $ac_cv_header_stdc = yes; then
5763 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5764 cat >conftest.$ac_ext <<_ACEOF
5765 /* confdefs.h. */
5766 _ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 #include <string.h>
5772 _ACEOF
5773 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5774 $EGREP "memchr" >/dev/null 2>&1; then
5776 else
5777 ac_cv_header_stdc=no
5779 rm -f conftest*
5783 if test $ac_cv_header_stdc = yes; then
5784 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5785 cat >conftest.$ac_ext <<_ACEOF
5786 /* confdefs.h. */
5787 _ACEOF
5788 cat confdefs.h >>conftest.$ac_ext
5789 cat >>conftest.$ac_ext <<_ACEOF
5790 /* end confdefs.h. */
5791 #include <stdlib.h>
5793 _ACEOF
5794 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5795 $EGREP "free" >/dev/null 2>&1; then
5797 else
5798 ac_cv_header_stdc=no
5800 rm -f conftest*
5804 if test $ac_cv_header_stdc = yes; then
5805 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5806 if test "$cross_compiling" = yes; then
5808 else
5809 cat >conftest.$ac_ext <<_ACEOF
5810 /* confdefs.h. */
5811 _ACEOF
5812 cat confdefs.h >>conftest.$ac_ext
5813 cat >>conftest.$ac_ext <<_ACEOF
5814 /* end confdefs.h. */
5815 #include <ctype.h>
5816 #include <stdlib.h>
5817 #if ((' ' & 0x0FF) == 0x020)
5818 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5819 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5820 #else
5821 # define ISLOWER(c) \
5822 (('a' <= (c) && (c) <= 'i') \
5823 || ('j' <= (c) && (c) <= 'r') \
5824 || ('s' <= (c) && (c) <= 'z'))
5825 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5826 #endif
5828 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5830 main ()
5832 int i;
5833 for (i = 0; i < 256; i++)
5834 if (XOR (islower (i), ISLOWER (i))
5835 || toupper (i) != TOUPPER (i))
5836 return 2;
5837 return 0;
5839 _ACEOF
5840 rm -f conftest$ac_exeext
5841 if { (ac_try="$ac_link"
5842 case "(($ac_try" in
5843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844 *) ac_try_echo=$ac_try;;
5845 esac
5846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5847 $as_echo "$ac_try_echo") >&5
5848 (eval "$ac_link") 2>&5
5849 ac_status=$?
5850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5852 { (case "(($ac_try" in
5853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5854 *) ac_try_echo=$ac_try;;
5855 esac
5856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5857 $as_echo "$ac_try_echo") >&5
5858 (eval "$ac_try") 2>&5
5859 ac_status=$?
5860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861 (exit $ac_status); }; }; then
5863 else
5864 $as_echo "$as_me: program exited with status $ac_status" >&5
5865 $as_echo "$as_me: failed program was:" >&5
5866 sed 's/^/| /' conftest.$ac_ext >&5
5868 ( exit $ac_status )
5869 ac_cv_header_stdc=no
5871 rm -rf conftest.dSYM
5872 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5878 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5879 $as_echo "$ac_cv_header_stdc" >&6; }
5880 if test $ac_cv_header_stdc = yes; then
5882 cat >>confdefs.h <<\_ACEOF
5883 #define STDC_HEADERS 1
5884 _ACEOF
5888 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5898 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5899 inttypes.h stdint.h unistd.h
5901 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5902 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5903 $as_echo_n "checking for $ac_header... " >&6; }
5904 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5905 $as_echo_n "(cached) " >&6
5906 else
5907 cat >conftest.$ac_ext <<_ACEOF
5908 /* confdefs.h. */
5909 _ACEOF
5910 cat confdefs.h >>conftest.$ac_ext
5911 cat >>conftest.$ac_ext <<_ACEOF
5912 /* end confdefs.h. */
5913 $ac_includes_default
5915 #include <$ac_header>
5916 _ACEOF
5917 rm -f conftest.$ac_objext
5918 if { (ac_try="$ac_compile"
5919 case "(($ac_try" in
5920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5921 *) ac_try_echo=$ac_try;;
5922 esac
5923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5924 $as_echo "$ac_try_echo") >&5
5925 (eval "$ac_compile") 2>conftest.er1
5926 ac_status=$?
5927 grep -v '^ *+' conftest.er1 >conftest.err
5928 rm -f conftest.er1
5929 cat conftest.err >&5
5930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5931 (exit $ac_status); } && {
5932 test -z "$ac_c_werror_flag" ||
5933 test ! -s conftest.err
5934 } && test -s conftest.$ac_objext; then
5935 eval "$as_ac_Header=yes"
5936 else
5937 $as_echo "$as_me: failed program was:" >&5
5938 sed 's/^/| /' conftest.$ac_ext >&5
5940 eval "$as_ac_Header=no"
5943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5945 ac_res=`eval 'as_val=${'$as_ac_Header'}
5946 $as_echo "$as_val"'`
5947 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5948 $as_echo "$ac_res" >&6; }
5949 as_val=`eval 'as_val=${'$as_ac_Header'}
5950 $as_echo "$as_val"'`
5951 if test "x$as_val" = x""yes; then
5952 cat >>confdefs.h <<_ACEOF
5953 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5954 _ACEOF
5958 done
6077 for ac_header in \
6078 AudioUnit/AudioUnit.h \
6079 Carbon/Carbon.h \
6080 CoreAudio/CoreAudio.h \
6081 DiskArbitration/DiskArbitration.h \
6082 IOKit/IOKitLib.h \
6083 alias.h \
6084 alsa/asoundlib.h \
6085 arpa/inet.h \
6086 arpa/nameser.h \
6087 asm/types.h \
6088 capi20.h \
6089 curses.h \
6090 direct.h \
6091 dirent.h \
6092 dlfcn.h \
6093 elf.h \
6094 float.h \
6095 fontconfig/fontconfig.h \
6096 getopt.h \
6097 grp.h \
6098 ieeefp.h \
6099 io.h \
6100 jack/jack.h \
6101 jpeglib.h \
6102 lber.h \
6103 lcms.h \
6104 lcms/lcms.h \
6105 ldap.h \
6106 libaudioio.h \
6107 link.h \
6108 linux/cdrom.h \
6109 linux/compiler.h \
6110 linux/hdreg.h \
6111 linux/input.h \
6112 linux/ioctl.h \
6113 linux/joystick.h \
6114 linux/major.h \
6115 linux/param.h \
6116 linux/serial.h \
6117 linux/types.h \
6118 linux/ucdrom.h \
6119 mach/mach.h \
6120 mach/machine.h \
6121 machine/cpu.h \
6122 machine/limits.h \
6123 machine/soundcard.h \
6124 mntent.h \
6125 ncurses.h \
6126 netdb.h \
6127 netinet/in.h \
6128 netinet/in_systm.h \
6129 netinet/tcp.h \
6130 netinet/tcp_fsm.h \
6131 openssl/err.h \
6132 openssl/ssl.h \
6133 png.h \
6134 poll.h \
6135 process.h \
6136 pthread.h \
6137 pwd.h \
6138 regex.h \
6139 sched.h \
6140 scsi/scsi.h \
6141 scsi/scsi_ioctl.h \
6142 scsi/sg.h \
6143 soundcard.h \
6144 stdint.h \
6145 strings.h \
6146 sys/asoundlib.h \
6147 sys/cdio.h \
6148 sys/elf32.h \
6149 sys/epoll.h \
6150 sys/errno.h \
6151 sys/event.h \
6152 sys/exec_elf.h \
6153 sys/filio.h \
6154 sys/ioctl.h \
6155 sys/ipc.h \
6156 sys/limits.h \
6157 sys/link.h \
6158 sys/lwp.h \
6159 sys/mman.h \
6160 sys/modem.h \
6161 sys/msg.h \
6162 sys/mtio.h \
6163 sys/param.h \
6164 sys/poll.h \
6165 sys/prctl.h \
6166 sys/protosw.h \
6167 sys/ptrace.h \
6168 sys/reg.h \
6169 sys/resource.h \
6170 sys/scsiio.h \
6171 sys/shm.h \
6172 sys/signal.h \
6173 sys/socket.h \
6174 sys/socketvar.h \
6175 sys/sockio.h \
6176 sys/soundcard.h \
6177 sys/statvfs.h \
6178 sys/strtio.h \
6179 sys/syscall.h \
6180 sys/time.h \
6181 sys/timeout.h \
6182 sys/times.h \
6183 sys/uio.h \
6184 sys/un.h \
6185 sys/utsname.h \
6186 sys/vm86.h \
6187 sys/wait.h \
6188 syscall.h \
6189 termios.h \
6190 unistd.h \
6191 utime.h \
6192 valgrind/memcheck.h \
6193 valgrind/valgrind.h
6196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6198 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6199 $as_echo_n "checking for $ac_header... " >&6; }
6200 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6201 $as_echo_n "(cached) " >&6
6203 ac_res=`eval 'as_val=${'$as_ac_Header'}
6204 $as_echo "$as_val"'`
6205 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6206 $as_echo "$ac_res" >&6; }
6207 else
6208 # Is the header compilable?
6209 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6210 $as_echo_n "checking $ac_header usability... " >&6; }
6211 cat >conftest.$ac_ext <<_ACEOF
6212 /* confdefs.h. */
6213 _ACEOF
6214 cat confdefs.h >>conftest.$ac_ext
6215 cat >>conftest.$ac_ext <<_ACEOF
6216 /* end confdefs.h. */
6217 $ac_includes_default
6218 #include <$ac_header>
6219 _ACEOF
6220 rm -f conftest.$ac_objext
6221 if { (ac_try="$ac_compile"
6222 case "(($ac_try" in
6223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6224 *) ac_try_echo=$ac_try;;
6225 esac
6226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6227 $as_echo "$ac_try_echo") >&5
6228 (eval "$ac_compile") 2>conftest.er1
6229 ac_status=$?
6230 grep -v '^ *+' conftest.er1 >conftest.err
6231 rm -f conftest.er1
6232 cat conftest.err >&5
6233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6234 (exit $ac_status); } && {
6235 test -z "$ac_c_werror_flag" ||
6236 test ! -s conftest.err
6237 } && test -s conftest.$ac_objext; then
6238 ac_header_compiler=yes
6239 else
6240 $as_echo "$as_me: failed program was:" >&5
6241 sed 's/^/| /' conftest.$ac_ext >&5
6243 ac_header_compiler=no
6246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6247 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6248 $as_echo "$ac_header_compiler" >&6; }
6250 # Is the header present?
6251 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6252 $as_echo_n "checking $ac_header presence... " >&6; }
6253 cat >conftest.$ac_ext <<_ACEOF
6254 /* confdefs.h. */
6255 _ACEOF
6256 cat confdefs.h >>conftest.$ac_ext
6257 cat >>conftest.$ac_ext <<_ACEOF
6258 /* end confdefs.h. */
6259 #include <$ac_header>
6260 _ACEOF
6261 if { (ac_try="$ac_cpp conftest.$ac_ext"
6262 case "(($ac_try" in
6263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6264 *) ac_try_echo=$ac_try;;
6265 esac
6266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6267 $as_echo "$ac_try_echo") >&5
6268 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6269 ac_status=$?
6270 grep -v '^ *+' conftest.er1 >conftest.err
6271 rm -f conftest.er1
6272 cat conftest.err >&5
6273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6274 (exit $ac_status); } >/dev/null && {
6275 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6276 test ! -s conftest.err
6277 }; then
6278 ac_header_preproc=yes
6279 else
6280 $as_echo "$as_me: failed program was:" >&5
6281 sed 's/^/| /' conftest.$ac_ext >&5
6283 ac_header_preproc=no
6286 rm -f conftest.err conftest.$ac_ext
6287 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6288 $as_echo "$ac_header_preproc" >&6; }
6290 # So? What about this header?
6291 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6292 yes:no: )
6293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6294 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6297 ac_header_preproc=yes
6299 no:yes:* )
6300 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6302 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6303 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6304 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6305 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6306 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6307 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6308 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6309 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6310 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6311 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6312 ( cat <<\_ASBOX
6313 ## ------------------------------------ ##
6314 ## Report this to wine-devel@winehq.org ##
6315 ## ------------------------------------ ##
6316 _ASBOX
6317 ) | sed "s/^/$as_me: WARNING: /" >&2
6319 esac
6320 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6321 $as_echo_n "checking for $ac_header... " >&6; }
6322 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6323 $as_echo_n "(cached) " >&6
6324 else
6325 eval "$as_ac_Header=\$ac_header_preproc"
6327 ac_res=`eval 'as_val=${'$as_ac_Header'}
6328 $as_echo "$as_val"'`
6329 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6330 $as_echo "$ac_res" >&6; }
6333 as_val=`eval 'as_val=${'$as_ac_Header'}
6334 $as_echo "$as_val"'`
6335 if test "x$as_val" = x""yes; then
6336 cat >>confdefs.h <<_ACEOF
6337 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6338 _ACEOF
6342 done
6344 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6345 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6346 if test "${ac_cv_header_stat_broken+set}" = set; then
6347 $as_echo_n "(cached) " >&6
6348 else
6349 cat >conftest.$ac_ext <<_ACEOF
6350 /* confdefs.h. */
6351 _ACEOF
6352 cat confdefs.h >>conftest.$ac_ext
6353 cat >>conftest.$ac_ext <<_ACEOF
6354 /* end confdefs.h. */
6355 #include <sys/types.h>
6356 #include <sys/stat.h>
6358 #if defined S_ISBLK && defined S_IFDIR
6359 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6360 #endif
6362 #if defined S_ISBLK && defined S_IFCHR
6363 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6364 #endif
6366 #if defined S_ISLNK && defined S_IFREG
6367 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6368 #endif
6370 #if defined S_ISSOCK && defined S_IFREG
6371 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6372 #endif
6374 _ACEOF
6375 rm -f conftest.$ac_objext
6376 if { (ac_try="$ac_compile"
6377 case "(($ac_try" in
6378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6379 *) ac_try_echo=$ac_try;;
6380 esac
6381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6382 $as_echo "$ac_try_echo") >&5
6383 (eval "$ac_compile") 2>conftest.er1
6384 ac_status=$?
6385 grep -v '^ *+' conftest.er1 >conftest.err
6386 rm -f conftest.er1
6387 cat conftest.err >&5
6388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6389 (exit $ac_status); } && {
6390 test -z "$ac_c_werror_flag" ||
6391 test ! -s conftest.err
6392 } && test -s conftest.$ac_objext; then
6393 ac_cv_header_stat_broken=no
6394 else
6395 $as_echo "$as_me: failed program was:" >&5
6396 sed 's/^/| /' conftest.$ac_ext >&5
6398 ac_cv_header_stat_broken=yes
6401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6403 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6404 $as_echo "$ac_cv_header_stat_broken" >&6; }
6405 if test $ac_cv_header_stat_broken = yes; then
6407 cat >>confdefs.h <<\_ACEOF
6408 #define STAT_MACROS_BROKEN 1
6409 _ACEOF
6420 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6422 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6423 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6424 $as_echo_n "checking for $ac_header... " >&6; }
6425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6426 $as_echo_n "(cached) " >&6
6427 else
6428 cat >conftest.$ac_ext <<_ACEOF
6429 /* confdefs.h. */
6430 _ACEOF
6431 cat confdefs.h >>conftest.$ac_ext
6432 cat >>conftest.$ac_ext <<_ACEOF
6433 /* end confdefs.h. */
6434 #include <sys/types.h>
6435 #ifdef HAVE_SYS_PARAM_H
6436 # include <sys/param.h>
6437 #endif
6439 #include <$ac_header>
6440 _ACEOF
6441 rm -f conftest.$ac_objext
6442 if { (ac_try="$ac_compile"
6443 case "(($ac_try" in
6444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6445 *) ac_try_echo=$ac_try;;
6446 esac
6447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6448 $as_echo "$ac_try_echo") >&5
6449 (eval "$ac_compile") 2>conftest.er1
6450 ac_status=$?
6451 grep -v '^ *+' conftest.er1 >conftest.err
6452 rm -f conftest.er1
6453 cat conftest.err >&5
6454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455 (exit $ac_status); } && {
6456 test -z "$ac_c_werror_flag" ||
6457 test ! -s conftest.err
6458 } && test -s conftest.$ac_objext; then
6459 eval "$as_ac_Header=yes"
6460 else
6461 $as_echo "$as_me: failed program was:" >&5
6462 sed 's/^/| /' conftest.$ac_ext >&5
6464 eval "$as_ac_Header=no"
6467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6469 ac_res=`eval 'as_val=${'$as_ac_Header'}
6470 $as_echo "$as_val"'`
6471 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6472 $as_echo "$ac_res" >&6; }
6473 as_val=`eval 'as_val=${'$as_ac_Header'}
6474 $as_echo "$as_val"'`
6475 if test "x$as_val" = x""yes; then
6476 cat >>confdefs.h <<_ACEOF
6477 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6478 _ACEOF
6482 done
6498 for ac_header in \
6499 netinet/ip.h \
6500 net/if.h \
6501 net/if_arp.h \
6502 net/if_dl.h \
6503 net/if_types.h \
6504 net/route.h \
6505 netinet/if_ether.h \
6506 netinet/if_inarp.h \
6507 netinet/in_pcb.h \
6508 netinet/ip_icmp.h \
6509 netinet/ip_var.h \
6510 netinet/udp.h \
6511 netipx/ipx.h \
6514 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6515 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6516 $as_echo_n "checking for $ac_header... " >&6; }
6517 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6518 $as_echo_n "(cached) " >&6
6519 else
6520 cat >conftest.$ac_ext <<_ACEOF
6521 /* confdefs.h. */
6522 _ACEOF
6523 cat confdefs.h >>conftest.$ac_ext
6524 cat >>conftest.$ac_ext <<_ACEOF
6525 /* end confdefs.h. */
6526 #include <sys/types.h>
6527 #ifdef HAVE_SYS_SOCKET_H
6528 # include <sys/socket.h>
6529 #endif
6530 #ifdef HAVE_SYS_SOCKETVAR_H
6531 # include <sys/socketvar.h>
6532 #endif
6533 #ifdef HAVE_NET_ROUTE_H
6534 # include <net/route.h>
6535 #endif
6536 #ifdef HAVE_NETINET_IN_H
6537 # include <netinet/in.h>
6538 #endif
6539 #ifdef HAVE_NETINET_IN_SYSTM_H
6540 # include <netinet/in_systm.h>
6541 #endif
6542 #ifdef HAVE_NET_IF_H
6543 # include <net/if.h>
6544 #endif
6545 #ifdef HAVE_NETINET_IP_H
6546 # include <netinet/ip.h>
6547 #endif
6549 #include <$ac_header>
6550 _ACEOF
6551 rm -f conftest.$ac_objext
6552 if { (ac_try="$ac_compile"
6553 case "(($ac_try" in
6554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6555 *) ac_try_echo=$ac_try;;
6556 esac
6557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6558 $as_echo "$ac_try_echo") >&5
6559 (eval "$ac_compile") 2>conftest.er1
6560 ac_status=$?
6561 grep -v '^ *+' conftest.er1 >conftest.err
6562 rm -f conftest.er1
6563 cat conftest.err >&5
6564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6565 (exit $ac_status); } && {
6566 test -z "$ac_c_werror_flag" ||
6567 test ! -s conftest.err
6568 } && test -s conftest.$ac_objext; then
6569 eval "$as_ac_Header=yes"
6570 else
6571 $as_echo "$as_me: failed program was:" >&5
6572 sed 's/^/| /' conftest.$ac_ext >&5
6574 eval "$as_ac_Header=no"
6577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6579 ac_res=`eval 'as_val=${'$as_ac_Header'}
6580 $as_echo "$as_val"'`
6581 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6582 $as_echo "$ac_res" >&6; }
6583 as_val=`eval 'as_val=${'$as_ac_Header'}
6584 $as_echo "$as_val"'`
6585 if test "x$as_val" = x""yes; then
6586 cat >>confdefs.h <<_ACEOF
6587 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6588 _ACEOF
6592 done
6599 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6601 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6602 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6603 $as_echo_n "checking for $ac_header... " >&6; }
6604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6605 $as_echo_n "(cached) " >&6
6606 else
6607 cat >conftest.$ac_ext <<_ACEOF
6608 /* confdefs.h. */
6609 _ACEOF
6610 cat confdefs.h >>conftest.$ac_ext
6611 cat >>conftest.$ac_ext <<_ACEOF
6612 /* end confdefs.h. */
6613 #include <sys/types.h>
6614 #ifdef HAVE_ALIAS_H
6615 # include <alias.h>
6616 #endif
6617 #ifdef HAVE_SYS_SOCKET_H
6618 # include <sys/socket.h>
6619 #endif
6620 #ifdef HAVE_SYS_SOCKETVAR_H
6621 # include <sys/socketvar.h>
6622 #endif
6623 #ifdef HAVE_SYS_TIMEOUT_H
6624 # include <sys/timeout.h>
6625 #endif
6626 #ifdef HAVE_NETINET_IN_H
6627 # include <netinet/in.h>
6628 #endif
6629 #ifdef HAVE_NETINET_IN_SYSTM_H
6630 # include <netinet/in_systm.h>
6631 #endif
6632 #ifdef HAVE_NETINET_IP_H
6633 # include <netinet/ip.h>
6634 #endif
6635 #ifdef HAVE_NETINET_IP_VAR_H
6636 # include <netinet/ip_var.h>
6637 #endif
6638 #ifdef HAVE_NETINET_IP_ICMP_H
6639 # include <netinet/ip_icmp.h>
6640 #endif
6641 #ifdef HAVE_NETINET_UDP_H
6642 # include <netinet/udp.h>
6643 #endif
6644 #ifdef HAVE_NETINET_TCP_H
6645 # include <netinet/tcp.h>
6646 #endif
6647 #ifdef HAVE_NETINET_TCP_TIMER_H
6648 #include <netinet/tcp_timer.h>
6649 #endif
6651 #include <$ac_header>
6652 _ACEOF
6653 rm -f conftest.$ac_objext
6654 if { (ac_try="$ac_compile"
6655 case "(($ac_try" in
6656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6657 *) ac_try_echo=$ac_try;;
6658 esac
6659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6660 $as_echo "$ac_try_echo") >&5
6661 (eval "$ac_compile") 2>conftest.er1
6662 ac_status=$?
6663 grep -v '^ *+' conftest.er1 >conftest.err
6664 rm -f conftest.er1
6665 cat conftest.err >&5
6666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6667 (exit $ac_status); } && {
6668 test -z "$ac_c_werror_flag" ||
6669 test ! -s conftest.err
6670 } && test -s conftest.$ac_objext; then
6671 eval "$as_ac_Header=yes"
6672 else
6673 $as_echo "$as_me: failed program was:" >&5
6674 sed 's/^/| /' conftest.$ac_ext >&5
6676 eval "$as_ac_Header=no"
6679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6681 ac_res=`eval 'as_val=${'$as_ac_Header'}
6682 $as_echo "$as_val"'`
6683 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6684 $as_echo "$ac_res" >&6; }
6685 as_val=`eval 'as_val=${'$as_ac_Header'}
6686 $as_echo "$as_val"'`
6687 if test "x$as_val" = x""yes; then
6688 cat >>confdefs.h <<_ACEOF
6689 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6690 _ACEOF
6694 done
6698 for ac_header in linux/ipx.h
6700 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6701 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6702 $as_echo_n "checking for $ac_header... " >&6; }
6703 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6704 $as_echo_n "(cached) " >&6
6705 else
6706 cat >conftest.$ac_ext <<_ACEOF
6707 /* confdefs.h. */
6708 _ACEOF
6709 cat confdefs.h >>conftest.$ac_ext
6710 cat >>conftest.$ac_ext <<_ACEOF
6711 /* end confdefs.h. */
6712 #include <sys/types.h>
6713 #ifdef HAVE_ASM_TYPES_H
6714 # include <asm/types.h>
6715 #endif
6716 #ifdef HAVE_SYS_SOCKET_H
6717 # include <sys/socket.h>
6718 #endif
6719 #ifdef HAVE_LINUX_TYPES_H
6720 # include <linux/types.h>
6721 #endif
6723 #include <$ac_header>
6724 _ACEOF
6725 rm -f conftest.$ac_objext
6726 if { (ac_try="$ac_compile"
6727 case "(($ac_try" in
6728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6729 *) ac_try_echo=$ac_try;;
6730 esac
6731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6732 $as_echo "$ac_try_echo") >&5
6733 (eval "$ac_compile") 2>conftest.er1
6734 ac_status=$?
6735 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1
6737 cat conftest.err >&5
6738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && {
6740 test -z "$ac_c_werror_flag" ||
6741 test ! -s conftest.err
6742 } && test -s conftest.$ac_objext; then
6743 eval "$as_ac_Header=yes"
6744 else
6745 $as_echo "$as_me: failed program was:" >&5
6746 sed 's/^/| /' conftest.$ac_ext >&5
6748 eval "$as_ac_Header=no"
6751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6753 ac_res=`eval 'as_val=${'$as_ac_Header'}
6754 $as_echo "$as_val"'`
6755 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6756 $as_echo "$ac_res" >&6; }
6757 as_val=`eval 'as_val=${'$as_ac_Header'}
6758 $as_echo "$as_val"'`
6759 if test "x$as_val" = x""yes; then
6760 cat >>confdefs.h <<_ACEOF
6761 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6762 _ACEOF
6766 done
6770 for ac_header in resolv.h
6772 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6773 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6774 $as_echo_n "checking for $ac_header... " >&6; }
6775 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6776 $as_echo_n "(cached) " >&6
6777 else
6778 cat >conftest.$ac_ext <<_ACEOF
6779 /* confdefs.h. */
6780 _ACEOF
6781 cat confdefs.h >>conftest.$ac_ext
6782 cat >>conftest.$ac_ext <<_ACEOF
6783 /* end confdefs.h. */
6784 #include <sys/types.h>
6785 #ifdef HAVE_SYS_SOCKET_H
6786 # include <sys/socket.h>
6787 #endif
6788 #ifdef HAVE_NETINET_IN_H
6789 # include <netinet/in.h>
6790 #endif
6791 #ifdef HAVE_ARPA_NAMESER_H
6792 # include <arpa/nameser.h>
6793 #endif
6795 #include <$ac_header>
6796 _ACEOF
6797 rm -f conftest.$ac_objext
6798 if { (ac_try="$ac_compile"
6799 case "(($ac_try" in
6800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6801 *) ac_try_echo=$ac_try;;
6802 esac
6803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6804 $as_echo "$ac_try_echo") >&5
6805 (eval "$ac_compile") 2>conftest.er1
6806 ac_status=$?
6807 grep -v '^ *+' conftest.er1 >conftest.err
6808 rm -f conftest.er1
6809 cat conftest.err >&5
6810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6811 (exit $ac_status); } && {
6812 test -z "$ac_c_werror_flag" ||
6813 test ! -s conftest.err
6814 } && test -s conftest.$ac_objext; then
6815 eval "$as_ac_Header=yes"
6816 else
6817 $as_echo "$as_me: failed program was:" >&5
6818 sed 's/^/| /' conftest.$ac_ext >&5
6820 eval "$as_ac_Header=no"
6823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6825 ac_res=`eval 'as_val=${'$as_ac_Header'}
6826 $as_echo "$as_val"'`
6827 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6828 $as_echo "$ac_res" >&6; }
6829 as_val=`eval 'as_val=${'$as_ac_Header'}
6830 $as_echo "$as_val"'`
6831 if test "x$as_val" = x""yes; then
6832 cat >>confdefs.h <<_ACEOF
6833 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6834 _ACEOF
6838 done
6842 for ac_header in ucontext.h
6844 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6845 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6846 $as_echo_n "checking for $ac_header... " >&6; }
6847 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6848 $as_echo_n "(cached) " >&6
6849 else
6850 cat >conftest.$ac_ext <<_ACEOF
6851 /* confdefs.h. */
6852 _ACEOF
6853 cat confdefs.h >>conftest.$ac_ext
6854 cat >>conftest.$ac_ext <<_ACEOF
6855 /* end confdefs.h. */
6856 #include <signal.h>
6858 #include <$ac_header>
6859 _ACEOF
6860 rm -f conftest.$ac_objext
6861 if { (ac_try="$ac_compile"
6862 case "(($ac_try" in
6863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6864 *) ac_try_echo=$ac_try;;
6865 esac
6866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6867 $as_echo "$ac_try_echo") >&5
6868 (eval "$ac_compile") 2>conftest.er1
6869 ac_status=$?
6870 grep -v '^ *+' conftest.er1 >conftest.err
6871 rm -f conftest.er1
6872 cat conftest.err >&5
6873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6874 (exit $ac_status); } && {
6875 test -z "$ac_c_werror_flag" ||
6876 test ! -s conftest.err
6877 } && test -s conftest.$ac_objext; then
6878 eval "$as_ac_Header=yes"
6879 else
6880 $as_echo "$as_me: failed program was:" >&5
6881 sed 's/^/| /' conftest.$ac_ext >&5
6883 eval "$as_ac_Header=no"
6886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6888 ac_res=`eval 'as_val=${'$as_ac_Header'}
6889 $as_echo "$as_val"'`
6890 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6891 $as_echo "$ac_res" >&6; }
6892 as_val=`eval 'as_val=${'$as_ac_Header'}
6893 $as_echo "$as_val"'`
6894 if test "x$as_val" = x""yes; then
6895 cat >>confdefs.h <<_ACEOF
6896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6897 _ACEOF
6901 done
6905 for ac_header in sys/thr.h
6907 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6908 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6909 $as_echo_n "checking for $ac_header... " >&6; }
6910 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6911 $as_echo_n "(cached) " >&6
6912 else
6913 cat >conftest.$ac_ext <<_ACEOF
6914 /* confdefs.h. */
6915 _ACEOF
6916 cat confdefs.h >>conftest.$ac_ext
6917 cat >>conftest.$ac_ext <<_ACEOF
6918 /* end confdefs.h. */
6919 #include <sys/types.h>
6920 #ifdef HAVE_UCONTEXT_H
6921 #include <ucontext.h>
6922 #endif
6924 #include <$ac_header>
6925 _ACEOF
6926 rm -f conftest.$ac_objext
6927 if { (ac_try="$ac_compile"
6928 case "(($ac_try" in
6929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6930 *) ac_try_echo=$ac_try;;
6931 esac
6932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6933 $as_echo "$ac_try_echo") >&5
6934 (eval "$ac_compile") 2>conftest.er1
6935 ac_status=$?
6936 grep -v '^ *+' conftest.er1 >conftest.err
6937 rm -f conftest.er1
6938 cat conftest.err >&5
6939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6940 (exit $ac_status); } && {
6941 test -z "$ac_c_werror_flag" ||
6942 test ! -s conftest.err
6943 } && test -s conftest.$ac_objext; then
6944 eval "$as_ac_Header=yes"
6945 else
6946 $as_echo "$as_me: failed program was:" >&5
6947 sed 's/^/| /' conftest.$ac_ext >&5
6949 eval "$as_ac_Header=no"
6952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6954 ac_res=`eval 'as_val=${'$as_ac_Header'}
6955 $as_echo "$as_val"'`
6956 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6957 $as_echo "$ac_res" >&6; }
6958 as_val=`eval 'as_val=${'$as_ac_Header'}
6959 $as_echo "$as_val"'`
6960 if test "x$as_val" = x""yes; then
6961 cat >>confdefs.h <<_ACEOF
6962 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6963 _ACEOF
6967 done
6971 for ac_header in pthread_np.h
6973 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6974 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6975 $as_echo_n "checking for $ac_header... " >&6; }
6976 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6977 $as_echo_n "(cached) " >&6
6978 else
6979 cat >conftest.$ac_ext <<_ACEOF
6980 /* confdefs.h. */
6981 _ACEOF
6982 cat confdefs.h >>conftest.$ac_ext
6983 cat >>conftest.$ac_ext <<_ACEOF
6984 /* end confdefs.h. */
6985 #ifdef HAVE_PTHREAD_H
6986 #include <pthread.h>
6987 #endif
6989 #include <$ac_header>
6990 _ACEOF
6991 rm -f conftest.$ac_objext
6992 if { (ac_try="$ac_compile"
6993 case "(($ac_try" in
6994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6995 *) ac_try_echo=$ac_try;;
6996 esac
6997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6998 $as_echo "$ac_try_echo") >&5
6999 (eval "$ac_compile") 2>conftest.er1
7000 ac_status=$?
7001 grep -v '^ *+' conftest.er1 >conftest.err
7002 rm -f conftest.er1
7003 cat conftest.err >&5
7004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && {
7006 test -z "$ac_c_werror_flag" ||
7007 test ! -s conftest.err
7008 } && test -s conftest.$ac_objext; then
7009 eval "$as_ac_Header=yes"
7010 else
7011 $as_echo "$as_me: failed program was:" >&5
7012 sed 's/^/| /' conftest.$ac_ext >&5
7014 eval "$as_ac_Header=no"
7017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7019 ac_res=`eval 'as_val=${'$as_ac_Header'}
7020 $as_echo "$as_val"'`
7021 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7022 $as_echo "$ac_res" >&6; }
7023 as_val=`eval 'as_val=${'$as_ac_Header'}
7024 $as_echo "$as_val"'`
7025 if test "x$as_val" = x""yes; then
7026 cat >>confdefs.h <<_ACEOF
7027 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7028 _ACEOF
7032 done
7036 for ac_header in linux/videodev.h
7038 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7039 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7040 $as_echo_n "checking for $ac_header... " >&6; }
7041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7042 $as_echo_n "(cached) " >&6
7043 else
7044 cat >conftest.$ac_ext <<_ACEOF
7045 /* confdefs.h. */
7046 _ACEOF
7047 cat confdefs.h >>conftest.$ac_ext
7048 cat >>conftest.$ac_ext <<_ACEOF
7049 /* end confdefs.h. */
7050 #ifdef HAVE_SYS_TIME_H
7051 #include <sys/time.h>
7052 #endif
7053 #include <sys/types.h>
7054 #ifdef HAVE_ASM_TYPES_H
7055 #include <asm/types.h>
7056 #endif
7058 #include <$ac_header>
7059 _ACEOF
7060 rm -f conftest.$ac_objext
7061 if { (ac_try="$ac_compile"
7062 case "(($ac_try" in
7063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7065 esac
7066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7067 $as_echo "$ac_try_echo") >&5
7068 (eval "$ac_compile") 2>conftest.er1
7069 ac_status=$?
7070 grep -v '^ *+' conftest.er1 >conftest.err
7071 rm -f conftest.er1
7072 cat conftest.err >&5
7073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } && {
7075 test -z "$ac_c_werror_flag" ||
7076 test ! -s conftest.err
7077 } && test -s conftest.$ac_objext; then
7078 eval "$as_ac_Header=yes"
7079 else
7080 $as_echo "$as_me: failed program was:" >&5
7081 sed 's/^/| /' conftest.$ac_ext >&5
7083 eval "$as_ac_Header=no"
7086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7088 ac_res=`eval 'as_val=${'$as_ac_Header'}
7089 $as_echo "$as_val"'`
7090 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7091 $as_echo "$ac_res" >&6; }
7092 as_val=`eval 'as_val=${'$as_ac_Header'}
7093 $as_echo "$as_val"'`
7094 if test "x$as_val" = x""yes; then
7095 cat >>confdefs.h <<_ACEOF
7096 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7097 _ACEOF
7101 done
7105 for ac_header in linux/capi.h
7107 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7108 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7109 $as_echo_n "checking for $ac_header... " >&6; }
7110 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7111 $as_echo_n "(cached) " >&6
7112 else
7113 cat >conftest.$ac_ext <<_ACEOF
7114 /* confdefs.h. */
7115 _ACEOF
7116 cat confdefs.h >>conftest.$ac_ext
7117 cat >>conftest.$ac_ext <<_ACEOF
7118 /* end confdefs.h. */
7119 #define __user
7121 #include <$ac_header>
7122 _ACEOF
7123 rm -f conftest.$ac_objext
7124 if { (ac_try="$ac_compile"
7125 case "(($ac_try" in
7126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7127 *) ac_try_echo=$ac_try;;
7128 esac
7129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7130 $as_echo "$ac_try_echo") >&5
7131 (eval "$ac_compile") 2>conftest.er1
7132 ac_status=$?
7133 grep -v '^ *+' conftest.er1 >conftest.err
7134 rm -f conftest.er1
7135 cat conftest.err >&5
7136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7137 (exit $ac_status); } && {
7138 test -z "$ac_c_werror_flag" ||
7139 test ! -s conftest.err
7140 } && test -s conftest.$ac_objext; then
7141 eval "$as_ac_Header=yes"
7142 else
7143 $as_echo "$as_me: failed program was:" >&5
7144 sed 's/^/| /' conftest.$ac_ext >&5
7146 eval "$as_ac_Header=no"
7149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7151 ac_res=`eval 'as_val=${'$as_ac_Header'}
7152 $as_echo "$as_val"'`
7153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7154 $as_echo "$ac_res" >&6; }
7155 as_val=`eval 'as_val=${'$as_ac_Header'}
7156 $as_echo "$as_val"'`
7157 if test "x$as_val" = x""yes; then
7158 cat >>confdefs.h <<_ACEOF
7159 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7160 _ACEOF
7164 done
7168 DLLEXT=""
7170 DLLFLAGS="-D_REENTRANT"
7172 LDSHARED=""
7174 LDDLLFLAGS=""
7176 LIBEXT="so"
7178 IMPLIBEXT="def"
7180 LDRPATH_INSTALL=""
7182 LDRPATH_LOCAL=""
7184 # Extract the first word of "ldd", so it can be a program name with args.
7185 set dummy ldd; ac_word=$2
7186 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7187 $as_echo_n "checking for $ac_word... " >&6; }
7188 if test "${ac_cv_path_LDD+set}" = set; then
7189 $as_echo_n "(cached) " >&6
7190 else
7191 case $LDD in
7192 [\\/]* | ?:[\\/]*)
7193 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 as_dummy="/sbin:/usr/sbin:$PATH"
7198 for as_dir in $as_dummy
7200 IFS=$as_save_IFS
7201 test -z "$as_dir" && as_dir=.
7202 for ac_exec_ext in '' $ac_executable_extensions; do
7203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7204 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7205 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7206 break 2
7208 done
7209 done
7210 IFS=$as_save_IFS
7212 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7214 esac
7216 LDD=$ac_cv_path_LDD
7217 if test -n "$LDD"; then
7218 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7219 $as_echo "$LDD" >&6; }
7220 else
7221 { $as_echo "$as_me:$LINENO: result: no" >&5
7222 $as_echo "no" >&6; }
7227 case $host_os in
7228 cygwin*|mingw32*)
7229 if test -n "$ac_tool_prefix"; then
7230 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7231 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7232 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7233 $as_echo_n "checking for $ac_word... " >&6; }
7234 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7235 $as_echo_n "(cached) " >&6
7236 else
7237 if test -n "$DLLTOOL"; then
7238 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7239 else
7240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7241 for as_dir in $PATH
7243 IFS=$as_save_IFS
7244 test -z "$as_dir" && as_dir=.
7245 for ac_exec_ext in '' $ac_executable_extensions; do
7246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7247 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7248 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7249 break 2
7251 done
7252 done
7253 IFS=$as_save_IFS
7257 DLLTOOL=$ac_cv_prog_DLLTOOL
7258 if test -n "$DLLTOOL"; then
7259 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7260 $as_echo "$DLLTOOL" >&6; }
7261 else
7262 { $as_echo "$as_me:$LINENO: result: no" >&5
7263 $as_echo "no" >&6; }
7268 if test -z "$ac_cv_prog_DLLTOOL"; then
7269 ac_ct_DLLTOOL=$DLLTOOL
7270 # Extract the first word of "dlltool", so it can be a program name with args.
7271 set dummy dlltool; ac_word=$2
7272 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7273 $as_echo_n "checking for $ac_word... " >&6; }
7274 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7275 $as_echo_n "(cached) " >&6
7276 else
7277 if test -n "$ac_ct_DLLTOOL"; then
7278 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7279 else
7280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7281 for as_dir in $PATH
7283 IFS=$as_save_IFS
7284 test -z "$as_dir" && as_dir=.
7285 for ac_exec_ext in '' $ac_executable_extensions; do
7286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7287 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7288 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7289 break 2
7291 done
7292 done
7293 IFS=$as_save_IFS
7297 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7298 if test -n "$ac_ct_DLLTOOL"; then
7299 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7300 $as_echo "$ac_ct_DLLTOOL" >&6; }
7301 else
7302 { $as_echo "$as_me:$LINENO: result: no" >&5
7303 $as_echo "no" >&6; }
7306 if test "x$ac_ct_DLLTOOL" = x; then
7307 DLLTOOL="false"
7308 else
7309 case $cross_compiling:$ac_tool_warned in
7310 yes:)
7311 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7312 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7313 ac_tool_warned=yes ;;
7314 esac
7315 DLLTOOL=$ac_ct_DLLTOOL
7317 else
7318 DLLTOOL="$ac_cv_prog_DLLTOOL"
7321 if test -n "$ac_tool_prefix"; then
7322 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7323 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7324 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7325 $as_echo_n "checking for $ac_word... " >&6; }
7326 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7327 $as_echo_n "(cached) " >&6
7328 else
7329 if test -n "$DLLWRAP"; then
7330 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7331 else
7332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7333 for as_dir in $PATH
7335 IFS=$as_save_IFS
7336 test -z "$as_dir" && as_dir=.
7337 for ac_exec_ext in '' $ac_executable_extensions; do
7338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7339 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7340 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7341 break 2
7343 done
7344 done
7345 IFS=$as_save_IFS
7349 DLLWRAP=$ac_cv_prog_DLLWRAP
7350 if test -n "$DLLWRAP"; then
7351 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7352 $as_echo "$DLLWRAP" >&6; }
7353 else
7354 { $as_echo "$as_me:$LINENO: result: no" >&5
7355 $as_echo "no" >&6; }
7360 if test -z "$ac_cv_prog_DLLWRAP"; then
7361 ac_ct_DLLWRAP=$DLLWRAP
7362 # Extract the first word of "dllwrap", so it can be a program name with args.
7363 set dummy dllwrap; ac_word=$2
7364 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7365 $as_echo_n "checking for $ac_word... " >&6; }
7366 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7367 $as_echo_n "(cached) " >&6
7368 else
7369 if test -n "$ac_ct_DLLWRAP"; then
7370 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7371 else
7372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7373 for as_dir in $PATH
7375 IFS=$as_save_IFS
7376 test -z "$as_dir" && as_dir=.
7377 for ac_exec_ext in '' $ac_executable_extensions; do
7378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7379 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7380 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7381 break 2
7383 done
7384 done
7385 IFS=$as_save_IFS
7389 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7390 if test -n "$ac_ct_DLLWRAP"; then
7391 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7392 $as_echo "$ac_ct_DLLWRAP" >&6; }
7393 else
7394 { $as_echo "$as_me:$LINENO: result: no" >&5
7395 $as_echo "no" >&6; }
7398 if test "x$ac_ct_DLLWRAP" = x; then
7399 DLLWRAP="false"
7400 else
7401 case $cross_compiling:$ac_tool_warned in
7402 yes:)
7403 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7405 ac_tool_warned=yes ;;
7406 esac
7407 DLLWRAP=$ac_ct_DLLWRAP
7409 else
7410 DLLWRAP="$ac_cv_prog_DLLWRAP"
7413 if test -n "$ac_tool_prefix"; then
7414 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7415 set dummy ${ac_tool_prefix}ar; ac_word=$2
7416 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7417 $as_echo_n "checking for $ac_word... " >&6; }
7418 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7419 $as_echo_n "(cached) " >&6
7420 else
7421 if test -n "$MINGWAR"; then
7422 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7423 else
7424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7425 for as_dir in $PATH
7427 IFS=$as_save_IFS
7428 test -z "$as_dir" && as_dir=.
7429 for ac_exec_ext in '' $ac_executable_extensions; do
7430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7431 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7432 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7433 break 2
7435 done
7436 done
7437 IFS=$as_save_IFS
7441 MINGWAR=$ac_cv_prog_MINGWAR
7442 if test -n "$MINGWAR"; then
7443 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7444 $as_echo "$MINGWAR" >&6; }
7445 else
7446 { $as_echo "$as_me:$LINENO: result: no" >&5
7447 $as_echo "no" >&6; }
7452 if test -z "$ac_cv_prog_MINGWAR"; then
7453 ac_ct_MINGWAR=$MINGWAR
7454 # Extract the first word of "ar", so it can be a program name with args.
7455 set dummy ar; ac_word=$2
7456 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7457 $as_echo_n "checking for $ac_word... " >&6; }
7458 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7459 $as_echo_n "(cached) " >&6
7460 else
7461 if test -n "$ac_ct_MINGWAR"; then
7462 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7463 else
7464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7465 for as_dir in $PATH
7467 IFS=$as_save_IFS
7468 test -z "$as_dir" && as_dir=.
7469 for ac_exec_ext in '' $ac_executable_extensions; do
7470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7471 ac_cv_prog_ac_ct_MINGWAR="ar"
7472 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7473 break 2
7475 done
7476 done
7477 IFS=$as_save_IFS
7481 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7482 if test -n "$ac_ct_MINGWAR"; then
7483 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7484 $as_echo "$ac_ct_MINGWAR" >&6; }
7485 else
7486 { $as_echo "$as_me:$LINENO: result: no" >&5
7487 $as_echo "no" >&6; }
7490 if test "x$ac_ct_MINGWAR" = x; then
7491 MINGWAR="false"
7492 else
7493 case $cross_compiling:$ac_tool_warned in
7494 yes:)
7495 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7497 ac_tool_warned=yes ;;
7498 esac
7499 MINGWAR=$ac_ct_MINGWAR
7501 else
7502 MINGWAR="$ac_cv_prog_MINGWAR"
7505 if test "$DLLWRAP" = "false"; then
7506 LIBEXT="a"
7507 else
7508 LIBEXT="dll"
7510 IMPLIBEXT="a"
7511 WIN16_FILES=""
7512 WIN16_INSTALL=""
7513 enable_iphlpapi=${enable_iphlpapi:-no}
7514 enable_kernel32=${enable_kernel32:-no}
7515 enable_msvcrt=${enable_msvcrt:-no}
7516 enable_ntdll=${enable_ntdll:-no}
7517 enable_ws2_32=${enable_ws2_32:-no}
7518 enable_loader=${enable_loader:-no}
7519 enable_server=${enable_server:-no}
7520 with_x=${with_x:-no}
7521 with_pthread=${with_pthread:-no}
7523 darwin*|macosx*)
7524 DLLEXT=".so"
7525 LIBEXT="dylib"
7526 DLLFLAGS="$DLLFLAGS -fPIC"
7527 LDDLLFLAGS="-bundle -multiply_defined suppress"
7528 LIBWINE_LDFLAGS="-multiply_defined suppress"
7529 LDSHARED="\$(CC) -dynamiclib"
7530 STRIP="$STRIP -x"
7531 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7532 SECURITYLIB="-framework Security -framework CoreFoundation"
7534 COREFOUNDATIONLIB="-framework CoreFoundation"
7536 IOKITLIB="-framework IOKit -framework CoreFoundation"
7538 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7540 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7541 then
7542 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7545 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7546 then
7547 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7550 case $host_cpu in
7551 *powerpc*)
7552 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7553 esac
7554 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7555 then
7556 CARBONLIB="-framework Carbon"
7558 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7562 DLLFLAGS="$DLLFLAGS -fPIC"
7563 DLLEXT=".so"
7564 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7565 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7566 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7567 $as_echo_n "(cached) " >&6
7568 else
7569 ac_wine_try_cflags_saved=$CFLAGS
7570 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7571 cat >conftest.$ac_ext <<_ACEOF
7572 void myfunc() {}
7573 _ACEOF
7574 rm -f conftest.$ac_objext conftest$ac_exeext
7575 if { (ac_try="$ac_link"
7576 case "(($ac_try" in
7577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7578 *) ac_try_echo=$ac_try;;
7579 esac
7580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7581 $as_echo "$ac_try_echo") >&5
7582 (eval "$ac_link") 2>conftest.er1
7583 ac_status=$?
7584 grep -v '^ *+' conftest.er1 >conftest.err
7585 rm -f conftest.er1
7586 cat conftest.err >&5
7587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588 (exit $ac_status); } && {
7589 test -z "$ac_c_werror_flag" ||
7590 test ! -s conftest.err
7591 } && test -s conftest$ac_exeext && {
7592 test "$cross_compiling" = yes ||
7593 $as_test_x conftest$ac_exeext
7594 }; then
7595 ac_cv_c_dll_gnuelf="yes"
7596 else
7597 $as_echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7600 ac_cv_c_dll_gnuelf="no"
7603 rm -rf conftest.dSYM
7604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7605 conftest$ac_exeext conftest.$ac_ext
7606 CFLAGS=$ac_wine_try_cflags_saved
7608 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7609 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7610 if test "$ac_cv_c_dll_gnuelf" = "yes"
7611 then
7612 LDSHARED="\$(CC) -shared"
7613 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7614 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7615 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7616 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7617 $as_echo_n "(cached) " >&6
7618 else
7619 ac_wine_try_cflags_saved=$CFLAGS
7620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7621 cat >conftest.$ac_ext <<_ACEOF
7622 /* confdefs.h. */
7623 _ACEOF
7624 cat confdefs.h >>conftest.$ac_ext
7625 cat >>conftest.$ac_ext <<_ACEOF
7626 /* end confdefs.h. */
7629 main ()
7633 return 0;
7635 _ACEOF
7636 rm -f conftest.$ac_objext conftest$ac_exeext
7637 if { (ac_try="$ac_link"
7638 case "(($ac_try" in
7639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7640 *) ac_try_echo=$ac_try;;
7641 esac
7642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7643 $as_echo "$ac_try_echo") >&5
7644 (eval "$ac_link") 2>conftest.er1
7645 ac_status=$?
7646 grep -v '^ *+' conftest.er1 >conftest.err
7647 rm -f conftest.er1
7648 cat conftest.err >&5
7649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7650 (exit $ac_status); } && {
7651 test -z "$ac_c_werror_flag" ||
7652 test ! -s conftest.err
7653 } && test -s conftest$ac_exeext && {
7654 test "$cross_compiling" = yes ||
7655 $as_test_x conftest$ac_exeext
7656 }; then
7657 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7658 else
7659 $as_echo "$as_me: failed program was:" >&5
7660 sed 's/^/| /' conftest.$ac_ext >&5
7662 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7665 rm -rf conftest.dSYM
7666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7667 conftest$ac_exeext conftest.$ac_ext
7668 CFLAGS=$ac_wine_try_cflags_saved
7670 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7671 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7672 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7673 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7674 else
7675 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7676 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7677 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7678 $as_echo_n "(cached) " >&6
7679 else
7680 ac_wine_try_cflags_saved=$CFLAGS
7681 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7682 cat >conftest.$ac_ext <<_ACEOF
7683 /* confdefs.h. */
7684 _ACEOF
7685 cat confdefs.h >>conftest.$ac_ext
7686 cat >>conftest.$ac_ext <<_ACEOF
7687 /* end confdefs.h. */
7690 main ()
7694 return 0;
7696 _ACEOF
7697 rm -f conftest.$ac_objext conftest$ac_exeext
7698 if { (ac_try="$ac_link"
7699 case "(($ac_try" in
7700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7701 *) ac_try_echo=$ac_try;;
7702 esac
7703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7704 $as_echo "$ac_try_echo") >&5
7705 (eval "$ac_link") 2>conftest.er1
7706 ac_status=$?
7707 grep -v '^ *+' conftest.er1 >conftest.err
7708 rm -f conftest.er1
7709 cat conftest.err >&5
7710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); } && {
7712 test -z "$ac_c_werror_flag" ||
7713 test ! -s conftest.err
7714 } && test -s conftest$ac_exeext && {
7715 test "$cross_compiling" = yes ||
7716 $as_test_x conftest$ac_exeext
7717 }; then
7718 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7719 else
7720 $as_echo "$as_me: failed program was:" >&5
7721 sed 's/^/| /' conftest.$ac_ext >&5
7723 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7726 rm -rf conftest.dSYM
7727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7728 conftest$ac_exeext conftest.$ac_ext
7729 CFLAGS=$ac_wine_try_cflags_saved
7731 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7732 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7733 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7734 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7740 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7741 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7742 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7743 $as_echo_n "(cached) " >&6
7744 else
7745 ac_wine_try_cflags_saved=$CFLAGS
7746 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7747 cat >conftest.$ac_ext <<_ACEOF
7748 /* confdefs.h. */
7749 _ACEOF
7750 cat confdefs.h >>conftest.$ac_ext
7751 cat >>conftest.$ac_ext <<_ACEOF
7752 /* end confdefs.h. */
7755 main ()
7759 return 0;
7761 _ACEOF
7762 rm -f conftest.$ac_objext conftest$ac_exeext
7763 if { (ac_try="$ac_link"
7764 case "(($ac_try" in
7765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7766 *) ac_try_echo=$ac_try;;
7767 esac
7768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7769 $as_echo "$ac_try_echo") >&5
7770 (eval "$ac_link") 2>conftest.er1
7771 ac_status=$?
7772 grep -v '^ *+' conftest.er1 >conftest.err
7773 rm -f conftest.er1
7774 cat conftest.err >&5
7775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && {
7777 test -z "$ac_c_werror_flag" ||
7778 test ! -s conftest.err
7779 } && test -s conftest$ac_exeext && {
7780 test "$cross_compiling" = yes ||
7781 $as_test_x conftest$ac_exeext
7782 }; then
7783 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7784 else
7785 $as_echo "$as_me: failed program was:" >&5
7786 sed 's/^/| /' conftest.$ac_ext >&5
7788 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7791 rm -rf conftest.dSYM
7792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7793 conftest$ac_exeext conftest.$ac_ext
7794 CFLAGS=$ac_wine_try_cflags_saved
7796 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7797 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7798 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7799 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7803 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7804 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7805 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7806 $as_echo_n "(cached) " >&6
7807 else
7808 ac_wine_try_cflags_saved=$CFLAGS
7809 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7810 cat >conftest.$ac_ext <<_ACEOF
7811 /* confdefs.h. */
7812 _ACEOF
7813 cat confdefs.h >>conftest.$ac_ext
7814 cat >>conftest.$ac_ext <<_ACEOF
7815 /* end confdefs.h. */
7818 main ()
7822 return 0;
7824 _ACEOF
7825 rm -f conftest.$ac_objext conftest$ac_exeext
7826 if { (ac_try="$ac_link"
7827 case "(($ac_try" in
7828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7829 *) ac_try_echo=$ac_try;;
7830 esac
7831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7832 $as_echo "$ac_try_echo") >&5
7833 (eval "$ac_link") 2>conftest.er1
7834 ac_status=$?
7835 grep -v '^ *+' conftest.er1 >conftest.err
7836 rm -f conftest.er1
7837 cat conftest.err >&5
7838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7839 (exit $ac_status); } && {
7840 test -z "$ac_c_werror_flag" ||
7841 test ! -s conftest.err
7842 } && test -s conftest$ac_exeext && {
7843 test "$cross_compiling" = yes ||
7844 $as_test_x conftest$ac_exeext
7845 }; then
7846 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7847 else
7848 $as_echo "$as_me: failed program was:" >&5
7849 sed 's/^/| /' conftest.$ac_ext >&5
7851 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7854 rm -rf conftest.dSYM
7855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7856 conftest$ac_exeext conftest.$ac_ext
7857 CFLAGS=$ac_wine_try_cflags_saved
7859 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7860 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7861 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7862 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7866 echo '{ global: *; };' >conftest.map
7867 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7868 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7869 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7870 $as_echo_n "(cached) " >&6
7871 else
7872 ac_wine_try_cflags_saved=$CFLAGS
7873 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7874 cat >conftest.$ac_ext <<_ACEOF
7875 /* confdefs.h. */
7876 _ACEOF
7877 cat confdefs.h >>conftest.$ac_ext
7878 cat >>conftest.$ac_ext <<_ACEOF
7879 /* end confdefs.h. */
7882 main ()
7886 return 0;
7888 _ACEOF
7889 rm -f conftest.$ac_objext conftest$ac_exeext
7890 if { (ac_try="$ac_link"
7891 case "(($ac_try" in
7892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7893 *) ac_try_echo=$ac_try;;
7894 esac
7895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7896 $as_echo "$ac_try_echo") >&5
7897 (eval "$ac_link") 2>conftest.er1
7898 ac_status=$?
7899 grep -v '^ *+' conftest.er1 >conftest.err
7900 rm -f conftest.er1
7901 cat conftest.err >&5
7902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest$ac_exeext && {
7907 test "$cross_compiling" = yes ||
7908 $as_test_x conftest$ac_exeext
7909 }; then
7910 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7911 else
7912 $as_echo "$as_me: failed program was:" >&5
7913 sed 's/^/| /' conftest.$ac_ext >&5
7915 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7918 rm -rf conftest.dSYM
7919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7920 conftest$ac_exeext conftest.$ac_ext
7921 CFLAGS=$ac_wine_try_cflags_saved
7923 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7924 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7925 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7926 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7929 rm -f conftest.map
7931 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7932 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7933 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7934 $as_echo_n "(cached) " >&6
7935 else
7936 ac_wine_try_cflags_saved=$CFLAGS
7937 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7938 cat >conftest.$ac_ext <<_ACEOF
7939 /* confdefs.h. */
7940 _ACEOF
7941 cat confdefs.h >>conftest.$ac_ext
7942 cat >>conftest.$ac_ext <<_ACEOF
7943 /* end confdefs.h. */
7946 main ()
7950 return 0;
7952 _ACEOF
7953 rm -f conftest.$ac_objext conftest$ac_exeext
7954 if { (ac_try="$ac_link"
7955 case "(($ac_try" in
7956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7957 *) ac_try_echo=$ac_try;;
7958 esac
7959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7960 $as_echo "$ac_try_echo") >&5
7961 (eval "$ac_link") 2>conftest.er1
7962 ac_status=$?
7963 grep -v '^ *+' conftest.er1 >conftest.err
7964 rm -f conftest.er1
7965 cat conftest.err >&5
7966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7967 (exit $ac_status); } && {
7968 test -z "$ac_c_werror_flag" ||
7969 test ! -s conftest.err
7970 } && test -s conftest$ac_exeext && {
7971 test "$cross_compiling" = yes ||
7972 $as_test_x conftest$ac_exeext
7973 }; then
7974 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7975 else
7976 $as_echo "$as_me: failed program was:" >&5
7977 sed 's/^/| /' conftest.$ac_ext >&5
7979 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7982 rm -rf conftest.dSYM
7983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7984 conftest$ac_exeext conftest.$ac_ext
7985 CFLAGS=$ac_wine_try_cflags_saved
7987 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7988 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7989 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7990 LDEXECFLAGS="-Wl,--export-dynamic"
7995 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7996 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7997 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7998 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7999 $as_echo_n "(cached) " >&6
8000 else
8001 ac_wine_try_cflags_saved=$CFLAGS
8002 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8003 cat >conftest.$ac_ext <<_ACEOF
8004 /* confdefs.h. */
8005 _ACEOF
8006 cat confdefs.h >>conftest.$ac_ext
8007 cat >>conftest.$ac_ext <<_ACEOF
8008 /* end confdefs.h. */
8011 main ()
8015 return 0;
8017 _ACEOF
8018 rm -f conftest.$ac_objext conftest$ac_exeext
8019 if { (ac_try="$ac_link"
8020 case "(($ac_try" in
8021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8022 *) ac_try_echo=$ac_try;;
8023 esac
8024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8025 $as_echo "$ac_try_echo") >&5
8026 (eval "$ac_link") 2>conftest.er1
8027 ac_status=$?
8028 grep -v '^ *+' conftest.er1 >conftest.err
8029 rm -f conftest.er1
8030 cat conftest.err >&5
8031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8032 (exit $ac_status); } && {
8033 test -z "$ac_c_werror_flag" ||
8034 test ! -s conftest.err
8035 } && test -s conftest$ac_exeext && {
8036 test "$cross_compiling" = yes ||
8037 $as_test_x conftest$ac_exeext
8038 }; then
8039 eval "$as_ac_var=yes"
8040 else
8041 $as_echo "$as_me: failed program was:" >&5
8042 sed 's/^/| /' conftest.$ac_ext >&5
8044 eval "$as_ac_var=no"
8047 rm -rf conftest.dSYM
8048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8049 conftest$ac_exeext conftest.$ac_ext
8050 CFLAGS=$ac_wine_try_cflags_saved
8052 ac_res=`eval 'as_val=${'$as_ac_var'}
8053 $as_echo "$as_val"'`
8054 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8055 $as_echo "$ac_res" >&6; }
8056 if test `eval 'as_val=${'$as_ac_var'}
8057 $as_echo "$as_val"'` = yes; then
8058 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8059 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8060 else
8061 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8062 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8063 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8064 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8065 $as_echo_n "(cached) " >&6
8066 else
8067 ac_wine_try_cflags_saved=$CFLAGS
8068 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8069 cat >conftest.$ac_ext <<_ACEOF
8070 /* confdefs.h. */
8071 _ACEOF
8072 cat confdefs.h >>conftest.$ac_ext
8073 cat >>conftest.$ac_ext <<_ACEOF
8074 /* end confdefs.h. */
8077 main ()
8081 return 0;
8083 _ACEOF
8084 rm -f conftest.$ac_objext conftest$ac_exeext
8085 if { (ac_try="$ac_link"
8086 case "(($ac_try" in
8087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8088 *) ac_try_echo=$ac_try;;
8089 esac
8090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8091 $as_echo "$ac_try_echo") >&5
8092 (eval "$ac_link") 2>conftest.er1
8093 ac_status=$?
8094 grep -v '^ *+' conftest.er1 >conftest.err
8095 rm -f conftest.er1
8096 cat conftest.err >&5
8097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8098 (exit $ac_status); } && {
8099 test -z "$ac_c_werror_flag" ||
8100 test ! -s conftest.err
8101 } && test -s conftest$ac_exeext && {
8102 test "$cross_compiling" = yes ||
8103 $as_test_x conftest$ac_exeext
8104 }; then
8105 eval "$as_ac_var=yes"
8106 else
8107 $as_echo "$as_me: failed program was:" >&5
8108 sed 's/^/| /' conftest.$ac_ext >&5
8110 eval "$as_ac_var=no"
8113 rm -rf conftest.dSYM
8114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8115 conftest$ac_exeext conftest.$ac_ext
8116 CFLAGS=$ac_wine_try_cflags_saved
8118 ac_res=`eval 'as_val=${'$as_ac_var'}
8119 $as_echo "$as_val"'`
8120 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8121 $as_echo "$ac_res" >&6; }
8122 if test `eval 'as_val=${'$as_ac_var'}
8123 $as_echo "$as_val"'` = yes; then
8124 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8125 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8131 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8132 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8133 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8134 $as_echo_n "(cached) " >&6
8135 else
8136 ac_wine_try_cflags_saved=$CFLAGS
8137 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8138 cat >conftest.$ac_ext <<_ACEOF
8139 /* confdefs.h. */
8140 _ACEOF
8141 cat confdefs.h >>conftest.$ac_ext
8142 cat >>conftest.$ac_ext <<_ACEOF
8143 /* end confdefs.h. */
8146 main ()
8150 return 0;
8152 _ACEOF
8153 rm -f conftest.$ac_objext conftest$ac_exeext
8154 if { (ac_try="$ac_link"
8155 case "(($ac_try" in
8156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8157 *) ac_try_echo=$ac_try;;
8158 esac
8159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8160 $as_echo "$ac_try_echo") >&5
8161 (eval "$ac_link") 2>conftest.er1
8162 ac_status=$?
8163 grep -v '^ *+' conftest.er1 >conftest.err
8164 rm -f conftest.er1
8165 cat conftest.err >&5
8166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8167 (exit $ac_status); } && {
8168 test -z "$ac_c_werror_flag" ||
8169 test ! -s conftest.err
8170 } && test -s conftest$ac_exeext && {
8171 test "$cross_compiling" = yes ||
8172 $as_test_x conftest$ac_exeext
8173 }; then
8174 ac_cv_cflags__Wl___enable_new_dtags=yes
8175 else
8176 $as_echo "$as_me: failed program was:" >&5
8177 sed 's/^/| /' conftest.$ac_ext >&5
8179 ac_cv_cflags__Wl___enable_new_dtags=no
8182 rm -rf conftest.dSYM
8183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8184 conftest$ac_exeext conftest.$ac_ext
8185 CFLAGS=$ac_wine_try_cflags_saved
8187 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8188 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8189 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8190 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8194 case $host_cpu in
8195 *i[3456789]86* | x86_64)
8196 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8197 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8198 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8199 $as_echo_n "(cached) " >&6
8200 else
8201 ac_wine_try_cflags_saved=$CFLAGS
8202 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8203 cat >conftest.$ac_ext <<_ACEOF
8204 /* confdefs.h. */
8205 _ACEOF
8206 cat confdefs.h >>conftest.$ac_ext
8207 cat >>conftest.$ac_ext <<_ACEOF
8208 /* end confdefs.h. */
8211 main ()
8215 return 0;
8217 _ACEOF
8218 rm -f conftest.$ac_objext conftest$ac_exeext
8219 if { (ac_try="$ac_link"
8220 case "(($ac_try" in
8221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8222 *) ac_try_echo=$ac_try;;
8223 esac
8224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8225 $as_echo "$ac_try_echo") >&5
8226 (eval "$ac_link") 2>conftest.er1
8227 ac_status=$?
8228 grep -v '^ *+' conftest.er1 >conftest.err
8229 rm -f conftest.er1
8230 cat conftest.err >&5
8231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232 (exit $ac_status); } && {
8233 test -z "$ac_c_werror_flag" ||
8234 test ! -s conftest.err
8235 } && test -s conftest$ac_exeext && {
8236 test "$cross_compiling" = yes ||
8237 $as_test_x conftest$ac_exeext
8238 }; then
8239 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8240 else
8241 $as_echo "$as_me: failed program was:" >&5
8242 sed 's/^/| /' conftest.$ac_ext >&5
8244 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8247 rm -rf conftest.dSYM
8248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8249 conftest$ac_exeext conftest.$ac_ext
8250 CFLAGS=$ac_wine_try_cflags_saved
8252 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8253 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8254 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8255 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8259 esac
8261 else
8262 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8263 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8264 if test "${ac_cv_c_dll_unixware+set}" = set; then
8265 $as_echo_n "(cached) " >&6
8266 else
8267 ac_wine_try_cflags_saved=$CFLAGS
8268 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8269 cat >conftest.$ac_ext <<_ACEOF
8270 void myfunc() {}
8271 _ACEOF
8272 rm -f conftest.$ac_objext conftest$ac_exeext
8273 if { (ac_try="$ac_link"
8274 case "(($ac_try" in
8275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8276 *) ac_try_echo=$ac_try;;
8277 esac
8278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8279 $as_echo "$ac_try_echo") >&5
8280 (eval "$ac_link") 2>conftest.er1
8281 ac_status=$?
8282 grep -v '^ *+' conftest.er1 >conftest.err
8283 rm -f conftest.er1
8284 cat conftest.err >&5
8285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); } && {
8287 test -z "$ac_c_werror_flag" ||
8288 test ! -s conftest.err
8289 } && test -s conftest$ac_exeext && {
8290 test "$cross_compiling" = yes ||
8291 $as_test_x conftest$ac_exeext
8292 }; then
8293 ac_cv_c_dll_unixware="yes"
8294 else
8295 $as_echo "$as_me: failed program was:" >&5
8296 sed 's/^/| /' conftest.$ac_ext >&5
8298 ac_cv_c_dll_unixware="no"
8301 rm -rf conftest.dSYM
8302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8303 conftest$ac_exeext conftest.$ac_ext
8304 CFLAGS=$ac_wine_try_cflags_saved
8306 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8307 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8308 if test "$ac_cv_c_dll_unixware" = "yes"
8309 then
8310 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8311 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8313 else
8314 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8315 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8316 if test "${ac_cv_c_dll_hpux+set}" = set; then
8317 $as_echo_n "(cached) " >&6
8318 else
8319 ac_wine_try_cflags_saved=$CFLAGS
8320 CFLAGS="$CFLAGS -shared"
8321 cat >conftest.$ac_ext <<_ACEOF
8322 void myfunc() {}
8323 _ACEOF
8324 rm -f conftest.$ac_objext conftest$ac_exeext
8325 if { (ac_try="$ac_link"
8326 case "(($ac_try" in
8327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8328 *) ac_try_echo=$ac_try;;
8329 esac
8330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8331 $as_echo "$ac_try_echo") >&5
8332 (eval "$ac_link") 2>conftest.er1
8333 ac_status=$?
8334 grep -v '^ *+' conftest.er1 >conftest.err
8335 rm -f conftest.er1
8336 cat conftest.err >&5
8337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8338 (exit $ac_status); } && {
8339 test -z "$ac_c_werror_flag" ||
8340 test ! -s conftest.err
8341 } && test -s conftest$ac_exeext && {
8342 test "$cross_compiling" = yes ||
8343 $as_test_x conftest$ac_exeext
8344 }; then
8345 ac_cv_c_dll_hpux="yes"
8346 else
8347 $as_echo "$as_me: failed program was:" >&5
8348 sed 's/^/| /' conftest.$ac_ext >&5
8350 ac_cv_c_dll_hpux="no"
8353 rm -rf conftest.dSYM
8354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8355 conftest$ac_exeext conftest.$ac_ext
8356 CFLAGS=$ac_wine_try_cflags_saved
8358 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8359 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8360 if test "$ac_cv_c_dll_hpux" = "yes"
8361 then
8362 LIBEXT="sl"
8363 DLLEXT=".sl"
8364 LDDLLFLAGS="-shared -fPIC"
8365 LDSHARED="\$(CC) -shared"
8370 esac
8372 enable_winequartz_drv=${enable_winequartz_drv:-no}
8374 if test "$LIBEXT" = "a"; then
8375 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8376 It is currently not possible to build Wine without shared library
8377 (.so) support to allow transparent switch between .so and .dll files.
8378 If you are using Linux, you will need a newer binutils.
8379 " >&5
8380 $as_echo "$as_me: error: could not find a way to build shared libraries.
8381 It is currently not possible to build Wine without shared library
8382 (.so) support to allow transparent switch between .so and .dll files.
8383 If you are using Linux, you will need a newer binutils.
8384 " >&2;}
8385 { (exit 1); exit 1; }; }
8388 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8389 then
8390 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
8392 # Extract the first word of "$ac_prog", so it can be a program name with args.
8393 set dummy $ac_prog; ac_word=$2
8394 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8395 $as_echo_n "checking for $ac_word... " >&6; }
8396 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8397 $as_echo_n "(cached) " >&6
8398 else
8399 if test -n "$CROSSCC"; then
8400 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8401 else
8402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8403 for as_dir in $PATH
8405 IFS=$as_save_IFS
8406 test -z "$as_dir" && as_dir=.
8407 for ac_exec_ext in '' $ac_executable_extensions; do
8408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8409 ac_cv_prog_CROSSCC="$ac_prog"
8410 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8411 break 2
8413 done
8414 done
8415 IFS=$as_save_IFS
8419 CROSSCC=$ac_cv_prog_CROSSCC
8420 if test -n "$CROSSCC"; then
8421 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8422 $as_echo "$CROSSCC" >&6; }
8423 else
8424 { $as_echo "$as_me:$LINENO: result: no" >&5
8425 $as_echo "no" >&6; }
8429 test -n "$CROSSCC" && break
8430 done
8431 test -n "$CROSSCC" || CROSSCC="false"
8433 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
8435 # Extract the first word of "$ac_prog", so it can be a program name with args.
8436 set dummy $ac_prog; ac_word=$2
8437 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8438 $as_echo_n "checking for $ac_word... " >&6; }
8439 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8440 $as_echo_n "(cached) " >&6
8441 else
8442 if test -n "$DLLTOOL"; then
8443 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8444 else
8445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8446 for as_dir in $PATH
8448 IFS=$as_save_IFS
8449 test -z "$as_dir" && as_dir=.
8450 for ac_exec_ext in '' $ac_executable_extensions; do
8451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8452 ac_cv_prog_DLLTOOL="$ac_prog"
8453 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8454 break 2
8456 done
8457 done
8458 IFS=$as_save_IFS
8462 DLLTOOL=$ac_cv_prog_DLLTOOL
8463 if test -n "$DLLTOOL"; then
8464 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8465 $as_echo "$DLLTOOL" >&6; }
8466 else
8467 { $as_echo "$as_me:$LINENO: result: no" >&5
8468 $as_echo "no" >&6; }
8472 test -n "$DLLTOOL" && break
8473 done
8474 test -n "$DLLTOOL" || DLLTOOL="false"
8476 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
8478 # Extract the first word of "$ac_prog", so it can be a program name with args.
8479 set dummy $ac_prog; ac_word=$2
8480 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8481 $as_echo_n "checking for $ac_word... " >&6; }
8482 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8483 $as_echo_n "(cached) " >&6
8484 else
8485 if test -n "$CROSSWINDRES"; then
8486 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8487 else
8488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8489 for as_dir in $PATH
8491 IFS=$as_save_IFS
8492 test -z "$as_dir" && as_dir=.
8493 for ac_exec_ext in '' $ac_executable_extensions; do
8494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8495 ac_cv_prog_CROSSWINDRES="$ac_prog"
8496 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8497 break 2
8499 done
8500 done
8501 IFS=$as_save_IFS
8505 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8506 if test -n "$CROSSWINDRES"; then
8507 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8508 $as_echo "$CROSSWINDRES" >&6; }
8509 else
8510 { $as_echo "$as_me:$LINENO: result: no" >&5
8511 $as_echo "no" >&6; }
8515 test -n "$CROSSWINDRES" && break
8516 done
8517 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8519 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
8521 # Extract the first word of "$ac_prog", so it can be a program name with args.
8522 set dummy $ac_prog; ac_word=$2
8523 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 $as_echo_n "checking for $ac_word... " >&6; }
8525 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8526 $as_echo_n "(cached) " >&6
8527 else
8528 if test -n "$MINGWAR"; then
8529 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8530 else
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532 for as_dir in $PATH
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_MINGWAR="$ac_prog"
8539 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8542 done
8543 done
8544 IFS=$as_save_IFS
8548 MINGWAR=$ac_cv_prog_MINGWAR
8549 if test -n "$MINGWAR"; then
8550 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8551 $as_echo "$MINGWAR" >&6; }
8552 else
8553 { $as_echo "$as_me:$LINENO: result: no" >&5
8554 $as_echo "no" >&6; }
8558 test -n "$MINGWAR" && break
8559 done
8560 test -n "$MINGWAR" || MINGWAR="false"
8562 if test "$CROSSCC" != "false"
8563 then
8564 CROSSTEST="\$(CROSSTEST)"
8570 if test "$ac_cv_header_pthread_h" = "yes"
8571 then
8572 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8573 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8574 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8575 $as_echo_n "(cached) " >&6
8576 else
8577 ac_check_lib_save_LIBS=$LIBS
8578 LIBS="-lpthread $LIBS"
8579 cat >conftest.$ac_ext <<_ACEOF
8580 /* confdefs.h. */
8581 _ACEOF
8582 cat confdefs.h >>conftest.$ac_ext
8583 cat >>conftest.$ac_ext <<_ACEOF
8584 /* end confdefs.h. */
8586 /* Override any GCC internal prototype to avoid an error.
8587 Use char because int might match the return type of a GCC
8588 builtin and then its argument prototype would still apply. */
8589 #ifdef __cplusplus
8590 extern "C"
8591 #endif
8592 char pthread_create ();
8594 main ()
8596 return pthread_create ();
8598 return 0;
8600 _ACEOF
8601 rm -f conftest.$ac_objext conftest$ac_exeext
8602 if { (ac_try="$ac_link"
8603 case "(($ac_try" in
8604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8605 *) ac_try_echo=$ac_try;;
8606 esac
8607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8608 $as_echo "$ac_try_echo") >&5
8609 (eval "$ac_link") 2>conftest.er1
8610 ac_status=$?
8611 grep -v '^ *+' conftest.er1 >conftest.err
8612 rm -f conftest.er1
8613 cat conftest.err >&5
8614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8615 (exit $ac_status); } && {
8616 test -z "$ac_c_werror_flag" ||
8617 test ! -s conftest.err
8618 } && test -s conftest$ac_exeext && {
8619 test "$cross_compiling" = yes ||
8620 $as_test_x conftest$ac_exeext
8621 }; then
8622 ac_cv_lib_pthread_pthread_create=yes
8623 else
8624 $as_echo "$as_me: failed program was:" >&5
8625 sed 's/^/| /' conftest.$ac_ext >&5
8627 ac_cv_lib_pthread_pthread_create=no
8630 rm -rf conftest.dSYM
8631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_lib_save_LIBS
8635 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8636 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8637 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8638 LIBPTHREAD="-lpthread"
8643 if test "x$LIBPTHREAD" = "x"; then
8644 case "x$with_pthread" in
8645 xno) ;;
8646 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8647 Wine cannot support threads without libpthread.
8648 Use the --without-pthread option if you really want this." >&5
8649 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8650 Wine cannot support threads without libpthread.
8651 Use the --without-pthread option if you really want this." >&2;}
8652 { (exit 1); exit 1; }; } ;;
8653 esac
8658 { $as_echo "$as_me:$LINENO: checking for X" >&5
8659 $as_echo_n "checking for X... " >&6; }
8662 # Check whether --with-x was given.
8663 if test "${with_x+set}" = set; then
8664 withval=$with_x;
8667 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8668 if test "x$with_x" = xno; then
8669 # The user explicitly disabled X.
8670 have_x=disabled
8671 else
8672 case $x_includes,$x_libraries in #(
8673 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8674 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8675 { (exit 1); exit 1; }; };; #(
8676 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8677 $as_echo_n "(cached) " >&6
8678 else
8679 # One or both of the vars are not set, and there is no cached value.
8680 ac_x_includes=no ac_x_libraries=no
8681 rm -f -r conftest.dir
8682 if mkdir conftest.dir; then
8683 cd conftest.dir
8684 cat >Imakefile <<'_ACEOF'
8685 incroot:
8686 @echo incroot='${INCROOT}'
8687 usrlibdir:
8688 @echo usrlibdir='${USRLIBDIR}'
8689 libdir:
8690 @echo libdir='${LIBDIR}'
8691 _ACEOF
8692 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8693 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8694 for ac_var in incroot usrlibdir libdir; do
8695 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8696 done
8697 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8698 for ac_extension in a so sl dylib la dll; do
8699 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8700 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8701 ac_im_usrlibdir=$ac_im_libdir; break
8703 done
8704 # Screen out bogus values from the imake configuration. They are
8705 # bogus both because they are the default anyway, and because
8706 # using them would break gcc on systems where it needs fixed includes.
8707 case $ac_im_incroot in
8708 /usr/include) ac_x_includes= ;;
8709 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8710 esac
8711 case $ac_im_usrlibdir in
8712 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8713 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8714 esac
8716 cd ..
8717 rm -f -r conftest.dir
8720 # Standard set of common directories for X headers.
8721 # Check X11 before X11Rn because it is often a symlink to the current release.
8722 ac_x_header_dirs='
8723 /usr/X11/include
8724 /usr/X11R6/include
8725 /usr/X11R5/include
8726 /usr/X11R4/include
8728 /usr/include/X11
8729 /usr/include/X11R6
8730 /usr/include/X11R5
8731 /usr/include/X11R4
8733 /usr/local/X11/include
8734 /usr/local/X11R6/include
8735 /usr/local/X11R5/include
8736 /usr/local/X11R4/include
8738 /usr/local/include/X11
8739 /usr/local/include/X11R6
8740 /usr/local/include/X11R5
8741 /usr/local/include/X11R4
8743 /usr/X386/include
8744 /usr/x386/include
8745 /usr/XFree86/include/X11
8747 /usr/include
8748 /usr/local/include
8749 /usr/unsupported/include
8750 /usr/athena/include
8751 /usr/local/x11r5/include
8752 /usr/lpp/Xamples/include
8754 /usr/openwin/include
8755 /usr/openwin/share/include'
8757 if test "$ac_x_includes" = no; then
8758 # Guess where to find include files, by looking for Xlib.h.
8759 # First, try using that file with no special directory specified.
8760 cat >conftest.$ac_ext <<_ACEOF
8761 /* confdefs.h. */
8762 _ACEOF
8763 cat confdefs.h >>conftest.$ac_ext
8764 cat >>conftest.$ac_ext <<_ACEOF
8765 /* end confdefs.h. */
8766 #include <X11/Xlib.h>
8767 _ACEOF
8768 if { (ac_try="$ac_cpp conftest.$ac_ext"
8769 case "(($ac_try" in
8770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8771 *) ac_try_echo=$ac_try;;
8772 esac
8773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8774 $as_echo "$ac_try_echo") >&5
8775 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8776 ac_status=$?
8777 grep -v '^ *+' conftest.er1 >conftest.err
8778 rm -f conftest.er1
8779 cat conftest.err >&5
8780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } >/dev/null && {
8782 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 }; then
8785 # We can compile using X headers with no special include directory.
8786 ac_x_includes=
8787 else
8788 $as_echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 for ac_dir in $ac_x_header_dirs; do
8792 if test -r "$ac_dir/X11/Xlib.h"; then
8793 ac_x_includes=$ac_dir
8794 break
8796 done
8799 rm -f conftest.err conftest.$ac_ext
8800 fi # $ac_x_includes = no
8802 if test "$ac_x_libraries" = no; then
8803 # Check for the libraries.
8804 # See if we find them without any special options.
8805 # Don't add to $LIBS permanently.
8806 ac_save_LIBS=$LIBS
8807 LIBS="-lX11 $LIBS"
8808 cat >conftest.$ac_ext <<_ACEOF
8809 /* confdefs.h. */
8810 _ACEOF
8811 cat confdefs.h >>conftest.$ac_ext
8812 cat >>conftest.$ac_ext <<_ACEOF
8813 /* end confdefs.h. */
8814 #include <X11/Xlib.h>
8816 main ()
8818 XrmInitialize ()
8820 return 0;
8822 _ACEOF
8823 rm -f conftest.$ac_objext conftest$ac_exeext
8824 if { (ac_try="$ac_link"
8825 case "(($ac_try" in
8826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8827 *) ac_try_echo=$ac_try;;
8828 esac
8829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8830 $as_echo "$ac_try_echo") >&5
8831 (eval "$ac_link") 2>conftest.er1
8832 ac_status=$?
8833 grep -v '^ *+' conftest.er1 >conftest.err
8834 rm -f conftest.er1
8835 cat conftest.err >&5
8836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); } && {
8838 test -z "$ac_c_werror_flag" ||
8839 test ! -s conftest.err
8840 } && test -s conftest$ac_exeext && {
8841 test "$cross_compiling" = yes ||
8842 $as_test_x conftest$ac_exeext
8843 }; then
8844 LIBS=$ac_save_LIBS
8845 # We can link X programs with no special library path.
8846 ac_x_libraries=
8847 else
8848 $as_echo "$as_me: failed program was:" >&5
8849 sed 's/^/| /' conftest.$ac_ext >&5
8851 LIBS=$ac_save_LIBS
8852 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8854 # Don't even attempt the hair of trying to link an X program!
8855 for ac_extension in a so sl dylib la dll; do
8856 if test -r "$ac_dir/libX11.$ac_extension"; then
8857 ac_x_libraries=$ac_dir
8858 break 2
8860 done
8861 done
8864 rm -rf conftest.dSYM
8865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8866 conftest$ac_exeext conftest.$ac_ext
8867 fi # $ac_x_libraries = no
8869 case $ac_x_includes,$ac_x_libraries in #(
8870 no,* | *,no | *\'*)
8871 # Didn't find X, or a directory has "'" in its name.
8872 ac_cv_have_x="have_x=no";; #(
8874 # Record where we found X for the cache.
8875 ac_cv_have_x="have_x=yes\
8876 ac_x_includes='$ac_x_includes'\
8877 ac_x_libraries='$ac_x_libraries'"
8878 esac
8880 ;; #(
8881 *) have_x=yes;;
8882 esac
8883 eval "$ac_cv_have_x"
8884 fi # $with_x != no
8886 if test "$have_x" != yes; then
8887 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8888 $as_echo "$have_x" >&6; }
8889 no_x=yes
8890 else
8891 # If each of the values was on the command line, it overrides each guess.
8892 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8893 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8894 # Update the cache value to reflect the command line values.
8895 ac_cv_have_x="have_x=yes\
8896 ac_x_includes='$x_includes'\
8897 ac_x_libraries='$x_libraries'"
8898 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8899 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8902 if test "$no_x" = yes; then
8903 # Not all programs may use this symbol, but it does not hurt to define it.
8905 cat >>confdefs.h <<\_ACEOF
8906 #define X_DISPLAY_MISSING 1
8907 _ACEOF
8909 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8910 else
8911 if test -n "$x_includes"; then
8912 X_CFLAGS="$X_CFLAGS -I$x_includes"
8915 # It would also be nice to do this for all -L options, not just this one.
8916 if test -n "$x_libraries"; then
8917 X_LIBS="$X_LIBS -L$x_libraries"
8918 # For Solaris; some versions of Sun CC require a space after -R and
8919 # others require no space. Words are not sufficient . . . .
8920 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8921 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8922 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8923 ac_xsave_c_werror_flag=$ac_c_werror_flag
8924 ac_c_werror_flag=yes
8925 cat >conftest.$ac_ext <<_ACEOF
8926 /* confdefs.h. */
8927 _ACEOF
8928 cat confdefs.h >>conftest.$ac_ext
8929 cat >>conftest.$ac_ext <<_ACEOF
8930 /* end confdefs.h. */
8933 main ()
8937 return 0;
8939 _ACEOF
8940 rm -f conftest.$ac_objext conftest$ac_exeext
8941 if { (ac_try="$ac_link"
8942 case "(($ac_try" in
8943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8944 *) ac_try_echo=$ac_try;;
8945 esac
8946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8947 $as_echo "$ac_try_echo") >&5
8948 (eval "$ac_link") 2>conftest.er1
8949 ac_status=$?
8950 grep -v '^ *+' conftest.er1 >conftest.err
8951 rm -f conftest.er1
8952 cat conftest.err >&5
8953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8954 (exit $ac_status); } && {
8955 test -z "$ac_c_werror_flag" ||
8956 test ! -s conftest.err
8957 } && test -s conftest$ac_exeext && {
8958 test "$cross_compiling" = yes ||
8959 $as_test_x conftest$ac_exeext
8960 }; then
8961 { $as_echo "$as_me:$LINENO: result: no" >&5
8962 $as_echo "no" >&6; }
8963 X_LIBS="$X_LIBS -R$x_libraries"
8964 else
8965 $as_echo "$as_me: failed program was:" >&5
8966 sed 's/^/| /' conftest.$ac_ext >&5
8968 LIBS="$ac_xsave_LIBS -R $x_libraries"
8969 cat >conftest.$ac_ext <<_ACEOF
8970 /* confdefs.h. */
8971 _ACEOF
8972 cat confdefs.h >>conftest.$ac_ext
8973 cat >>conftest.$ac_ext <<_ACEOF
8974 /* end confdefs.h. */
8977 main ()
8981 return 0;
8983 _ACEOF
8984 rm -f conftest.$ac_objext conftest$ac_exeext
8985 if { (ac_try="$ac_link"
8986 case "(($ac_try" in
8987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8988 *) ac_try_echo=$ac_try;;
8989 esac
8990 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8991 $as_echo "$ac_try_echo") >&5
8992 (eval "$ac_link") 2>conftest.er1
8993 ac_status=$?
8994 grep -v '^ *+' conftest.er1 >conftest.err
8995 rm -f conftest.er1
8996 cat conftest.err >&5
8997 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8998 (exit $ac_status); } && {
8999 test -z "$ac_c_werror_flag" ||
9000 test ! -s conftest.err
9001 } && test -s conftest$ac_exeext && {
9002 test "$cross_compiling" = yes ||
9003 $as_test_x conftest$ac_exeext
9004 }; then
9005 { $as_echo "$as_me:$LINENO: result: yes" >&5
9006 $as_echo "yes" >&6; }
9007 X_LIBS="$X_LIBS -R $x_libraries"
9008 else
9009 $as_echo "$as_me: failed program was:" >&5
9010 sed 's/^/| /' conftest.$ac_ext >&5
9012 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9013 $as_echo "neither works" >&6; }
9016 rm -rf conftest.dSYM
9017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9018 conftest$ac_exeext conftest.$ac_ext
9021 rm -rf conftest.dSYM
9022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9023 conftest$ac_exeext conftest.$ac_ext
9024 ac_c_werror_flag=$ac_xsave_c_werror_flag
9025 LIBS=$ac_xsave_LIBS
9028 # Check for system-dependent libraries X programs must link with.
9029 # Do this before checking for the system-independent R6 libraries
9030 # (-lICE), since we may need -lsocket or whatever for X linking.
9032 if test "$ISC" = yes; then
9033 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9034 else
9035 # Martyn Johnson says this is needed for Ultrix, if the X
9036 # libraries were built with DECnet support. And Karl Berry says
9037 # the Alpha needs dnet_stub (dnet does not exist).
9038 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9039 cat >conftest.$ac_ext <<_ACEOF
9040 /* confdefs.h. */
9041 _ACEOF
9042 cat confdefs.h >>conftest.$ac_ext
9043 cat >>conftest.$ac_ext <<_ACEOF
9044 /* end confdefs.h. */
9046 /* Override any GCC internal prototype to avoid an error.
9047 Use char because int might match the return type of a GCC
9048 builtin and then its argument prototype would still apply. */
9049 #ifdef __cplusplus
9050 extern "C"
9051 #endif
9052 char XOpenDisplay ();
9054 main ()
9056 return XOpenDisplay ();
9058 return 0;
9060 _ACEOF
9061 rm -f conftest.$ac_objext conftest$ac_exeext
9062 if { (ac_try="$ac_link"
9063 case "(($ac_try" in
9064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9065 *) ac_try_echo=$ac_try;;
9066 esac
9067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9068 $as_echo "$ac_try_echo") >&5
9069 (eval "$ac_link") 2>conftest.er1
9070 ac_status=$?
9071 grep -v '^ *+' conftest.er1 >conftest.err
9072 rm -f conftest.er1
9073 cat conftest.err >&5
9074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9075 (exit $ac_status); } && {
9076 test -z "$ac_c_werror_flag" ||
9077 test ! -s conftest.err
9078 } && test -s conftest$ac_exeext && {
9079 test "$cross_compiling" = yes ||
9080 $as_test_x conftest$ac_exeext
9081 }; then
9083 else
9084 $as_echo "$as_me: failed program was:" >&5
9085 sed 's/^/| /' conftest.$ac_ext >&5
9087 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9088 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9089 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9090 $as_echo_n "(cached) " >&6
9091 else
9092 ac_check_lib_save_LIBS=$LIBS
9093 LIBS="-ldnet $LIBS"
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9101 /* Override any GCC internal prototype to avoid an error.
9102 Use char because int might match the return type of a GCC
9103 builtin and then its argument prototype would still apply. */
9104 #ifdef __cplusplus
9105 extern "C"
9106 #endif
9107 char dnet_ntoa ();
9109 main ()
9111 return dnet_ntoa ();
9113 return 0;
9115 _ACEOF
9116 rm -f conftest.$ac_objext conftest$ac_exeext
9117 if { (ac_try="$ac_link"
9118 case "(($ac_try" in
9119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9120 *) ac_try_echo=$ac_try;;
9121 esac
9122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9123 $as_echo "$ac_try_echo") >&5
9124 (eval "$ac_link") 2>conftest.er1
9125 ac_status=$?
9126 grep -v '^ *+' conftest.er1 >conftest.err
9127 rm -f conftest.er1
9128 cat conftest.err >&5
9129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9130 (exit $ac_status); } && {
9131 test -z "$ac_c_werror_flag" ||
9132 test ! -s conftest.err
9133 } && test -s conftest$ac_exeext && {
9134 test "$cross_compiling" = yes ||
9135 $as_test_x conftest$ac_exeext
9136 }; then
9137 ac_cv_lib_dnet_dnet_ntoa=yes
9138 else
9139 $as_echo "$as_me: failed program was:" >&5
9140 sed 's/^/| /' conftest.$ac_ext >&5
9142 ac_cv_lib_dnet_dnet_ntoa=no
9145 rm -rf conftest.dSYM
9146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9147 conftest$ac_exeext conftest.$ac_ext
9148 LIBS=$ac_check_lib_save_LIBS
9150 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9151 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9152 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9153 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9156 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9157 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9158 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9159 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9160 $as_echo_n "(cached) " >&6
9161 else
9162 ac_check_lib_save_LIBS=$LIBS
9163 LIBS="-ldnet_stub $LIBS"
9164 cat >conftest.$ac_ext <<_ACEOF
9165 /* confdefs.h. */
9166 _ACEOF
9167 cat confdefs.h >>conftest.$ac_ext
9168 cat >>conftest.$ac_ext <<_ACEOF
9169 /* end confdefs.h. */
9171 /* Override any GCC internal prototype to avoid an error.
9172 Use char because int might match the return type of a GCC
9173 builtin and then its argument prototype would still apply. */
9174 #ifdef __cplusplus
9175 extern "C"
9176 #endif
9177 char dnet_ntoa ();
9179 main ()
9181 return dnet_ntoa ();
9183 return 0;
9185 _ACEOF
9186 rm -f conftest.$ac_objext conftest$ac_exeext
9187 if { (ac_try="$ac_link"
9188 case "(($ac_try" in
9189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9190 *) ac_try_echo=$ac_try;;
9191 esac
9192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9193 $as_echo "$ac_try_echo") >&5
9194 (eval "$ac_link") 2>conftest.er1
9195 ac_status=$?
9196 grep -v '^ *+' conftest.er1 >conftest.err
9197 rm -f conftest.er1
9198 cat conftest.err >&5
9199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9200 (exit $ac_status); } && {
9201 test -z "$ac_c_werror_flag" ||
9202 test ! -s conftest.err
9203 } && test -s conftest$ac_exeext && {
9204 test "$cross_compiling" = yes ||
9205 $as_test_x conftest$ac_exeext
9206 }; then
9207 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9208 else
9209 $as_echo "$as_me: failed program was:" >&5
9210 sed 's/^/| /' conftest.$ac_ext >&5
9212 ac_cv_lib_dnet_stub_dnet_ntoa=no
9215 rm -rf conftest.dSYM
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217 conftest$ac_exeext conftest.$ac_ext
9218 LIBS=$ac_check_lib_save_LIBS
9220 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9221 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9222 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9223 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9229 rm -rf conftest.dSYM
9230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9231 conftest$ac_exeext conftest.$ac_ext
9232 LIBS="$ac_xsave_LIBS"
9234 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9235 # to get the SysV transport functions.
9236 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9237 # needs -lnsl.
9238 # The nsl library prevents programs from opening the X display
9239 # on Irix 5.2, according to T.E. Dickey.
9240 # The functions gethostbyname, getservbyname, and inet_addr are
9241 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9242 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9243 $as_echo_n "checking for gethostbyname... " >&6; }
9244 if test "${ac_cv_func_gethostbyname+set}" = set; then
9245 $as_echo_n "(cached) " >&6
9246 else
9247 cat >conftest.$ac_ext <<_ACEOF
9248 /* confdefs.h. */
9249 _ACEOF
9250 cat confdefs.h >>conftest.$ac_ext
9251 cat >>conftest.$ac_ext <<_ACEOF
9252 /* end confdefs.h. */
9253 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9254 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9255 #define gethostbyname innocuous_gethostbyname
9257 /* System header to define __stub macros and hopefully few prototypes,
9258 which can conflict with char gethostbyname (); below.
9259 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9260 <limits.h> exists even on freestanding compilers. */
9262 #ifdef __STDC__
9263 # include <limits.h>
9264 #else
9265 # include <assert.h>
9266 #endif
9268 #undef gethostbyname
9270 /* Override any GCC internal prototype to avoid an error.
9271 Use char because int might match the return type of a GCC
9272 builtin and then its argument prototype would still apply. */
9273 #ifdef __cplusplus
9274 extern "C"
9275 #endif
9276 char gethostbyname ();
9277 /* The GNU C library defines this for functions which it implements
9278 to always fail with ENOSYS. Some functions are actually named
9279 something starting with __ and the normal name is an alias. */
9280 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9281 choke me
9282 #endif
9285 main ()
9287 return gethostbyname ();
9289 return 0;
9291 _ACEOF
9292 rm -f conftest.$ac_objext conftest$ac_exeext
9293 if { (ac_try="$ac_link"
9294 case "(($ac_try" in
9295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9296 *) ac_try_echo=$ac_try;;
9297 esac
9298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9299 $as_echo "$ac_try_echo") >&5
9300 (eval "$ac_link") 2>conftest.er1
9301 ac_status=$?
9302 grep -v '^ *+' conftest.er1 >conftest.err
9303 rm -f conftest.er1
9304 cat conftest.err >&5
9305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest$ac_exeext && {
9310 test "$cross_compiling" = yes ||
9311 $as_test_x conftest$ac_exeext
9312 }; then
9313 ac_cv_func_gethostbyname=yes
9314 else
9315 $as_echo "$as_me: failed program was:" >&5
9316 sed 's/^/| /' conftest.$ac_ext >&5
9318 ac_cv_func_gethostbyname=no
9321 rm -rf conftest.dSYM
9322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9323 conftest$ac_exeext conftest.$ac_ext
9325 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9326 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9328 if test $ac_cv_func_gethostbyname = no; then
9329 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9330 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9331 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9332 $as_echo_n "(cached) " >&6
9333 else
9334 ac_check_lib_save_LIBS=$LIBS
9335 LIBS="-lnsl $LIBS"
9336 cat >conftest.$ac_ext <<_ACEOF
9337 /* confdefs.h. */
9338 _ACEOF
9339 cat confdefs.h >>conftest.$ac_ext
9340 cat >>conftest.$ac_ext <<_ACEOF
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9346 #ifdef __cplusplus
9347 extern "C"
9348 #endif
9349 char gethostbyname ();
9351 main ()
9353 return gethostbyname ();
9355 return 0;
9357 _ACEOF
9358 rm -f conftest.$ac_objext conftest$ac_exeext
9359 if { (ac_try="$ac_link"
9360 case "(($ac_try" in
9361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9362 *) ac_try_echo=$ac_try;;
9363 esac
9364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9365 $as_echo "$ac_try_echo") >&5
9366 (eval "$ac_link") 2>conftest.er1
9367 ac_status=$?
9368 grep -v '^ *+' conftest.er1 >conftest.err
9369 rm -f conftest.er1
9370 cat conftest.err >&5
9371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9372 (exit $ac_status); } && {
9373 test -z "$ac_c_werror_flag" ||
9374 test ! -s conftest.err
9375 } && test -s conftest$ac_exeext && {
9376 test "$cross_compiling" = yes ||
9377 $as_test_x conftest$ac_exeext
9378 }; then
9379 ac_cv_lib_nsl_gethostbyname=yes
9380 else
9381 $as_echo "$as_me: failed program was:" >&5
9382 sed 's/^/| /' conftest.$ac_ext >&5
9384 ac_cv_lib_nsl_gethostbyname=no
9387 rm -rf conftest.dSYM
9388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9389 conftest$ac_exeext conftest.$ac_ext
9390 LIBS=$ac_check_lib_save_LIBS
9392 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9393 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9394 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9395 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9398 if test $ac_cv_lib_nsl_gethostbyname = no; then
9399 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9400 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9401 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9402 $as_echo_n "(cached) " >&6
9403 else
9404 ac_check_lib_save_LIBS=$LIBS
9405 LIBS="-lbsd $LIBS"
9406 cat >conftest.$ac_ext <<_ACEOF
9407 /* confdefs.h. */
9408 _ACEOF
9409 cat confdefs.h >>conftest.$ac_ext
9410 cat >>conftest.$ac_ext <<_ACEOF
9411 /* end confdefs.h. */
9413 /* Override any GCC internal prototype to avoid an error.
9414 Use char because int might match the return type of a GCC
9415 builtin and then its argument prototype would still apply. */
9416 #ifdef __cplusplus
9417 extern "C"
9418 #endif
9419 char gethostbyname ();
9421 main ()
9423 return gethostbyname ();
9425 return 0;
9427 _ACEOF
9428 rm -f conftest.$ac_objext conftest$ac_exeext
9429 if { (ac_try="$ac_link"
9430 case "(($ac_try" in
9431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9432 *) ac_try_echo=$ac_try;;
9433 esac
9434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9435 $as_echo "$ac_try_echo") >&5
9436 (eval "$ac_link") 2>conftest.er1
9437 ac_status=$?
9438 grep -v '^ *+' conftest.er1 >conftest.err
9439 rm -f conftest.er1
9440 cat conftest.err >&5
9441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9442 (exit $ac_status); } && {
9443 test -z "$ac_c_werror_flag" ||
9444 test ! -s conftest.err
9445 } && test -s conftest$ac_exeext && {
9446 test "$cross_compiling" = yes ||
9447 $as_test_x conftest$ac_exeext
9448 }; then
9449 ac_cv_lib_bsd_gethostbyname=yes
9450 else
9451 $as_echo "$as_me: failed program was:" >&5
9452 sed 's/^/| /' conftest.$ac_ext >&5
9454 ac_cv_lib_bsd_gethostbyname=no
9457 rm -rf conftest.dSYM
9458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9459 conftest$ac_exeext conftest.$ac_ext
9460 LIBS=$ac_check_lib_save_LIBS
9462 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9463 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9464 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9465 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9471 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9472 # socket/setsockopt and other routines are undefined under SCO ODT
9473 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9474 # on later versions), says Simon Leinen: it contains gethostby*
9475 # variants that don't use the name server (or something). -lsocket
9476 # must be given before -lnsl if both are needed. We assume that
9477 # if connect needs -lnsl, so does gethostbyname.
9478 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9479 $as_echo_n "checking for connect... " >&6; }
9480 if test "${ac_cv_func_connect+set}" = set; then
9481 $as_echo_n "(cached) " >&6
9482 else
9483 cat >conftest.$ac_ext <<_ACEOF
9484 /* confdefs.h. */
9485 _ACEOF
9486 cat confdefs.h >>conftest.$ac_ext
9487 cat >>conftest.$ac_ext <<_ACEOF
9488 /* end confdefs.h. */
9489 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9490 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9491 #define connect innocuous_connect
9493 /* System header to define __stub macros and hopefully few prototypes,
9494 which can conflict with char connect (); below.
9495 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9496 <limits.h> exists even on freestanding compilers. */
9498 #ifdef __STDC__
9499 # include <limits.h>
9500 #else
9501 # include <assert.h>
9502 #endif
9504 #undef connect
9506 /* Override any GCC internal prototype to avoid an error.
9507 Use char because int might match the return type of a GCC
9508 builtin and then its argument prototype would still apply. */
9509 #ifdef __cplusplus
9510 extern "C"
9511 #endif
9512 char connect ();
9513 /* The GNU C library defines this for functions which it implements
9514 to always fail with ENOSYS. Some functions are actually named
9515 something starting with __ and the normal name is an alias. */
9516 #if defined __stub_connect || defined __stub___connect
9517 choke me
9518 #endif
9521 main ()
9523 return connect ();
9525 return 0;
9527 _ACEOF
9528 rm -f conftest.$ac_objext conftest$ac_exeext
9529 if { (ac_try="$ac_link"
9530 case "(($ac_try" in
9531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9532 *) ac_try_echo=$ac_try;;
9533 esac
9534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9535 $as_echo "$ac_try_echo") >&5
9536 (eval "$ac_link") 2>conftest.er1
9537 ac_status=$?
9538 grep -v '^ *+' conftest.er1 >conftest.err
9539 rm -f conftest.er1
9540 cat conftest.err >&5
9541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9542 (exit $ac_status); } && {
9543 test -z "$ac_c_werror_flag" ||
9544 test ! -s conftest.err
9545 } && test -s conftest$ac_exeext && {
9546 test "$cross_compiling" = yes ||
9547 $as_test_x conftest$ac_exeext
9548 }; then
9549 ac_cv_func_connect=yes
9550 else
9551 $as_echo "$as_me: failed program was:" >&5
9552 sed 's/^/| /' conftest.$ac_ext >&5
9554 ac_cv_func_connect=no
9557 rm -rf conftest.dSYM
9558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9559 conftest$ac_exeext conftest.$ac_ext
9561 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9562 $as_echo "$ac_cv_func_connect" >&6; }
9564 if test $ac_cv_func_connect = no; then
9565 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9566 $as_echo_n "checking for connect in -lsocket... " >&6; }
9567 if test "${ac_cv_lib_socket_connect+set}" = set; then
9568 $as_echo_n "(cached) " >&6
9569 else
9570 ac_check_lib_save_LIBS=$LIBS
9571 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9572 cat >conftest.$ac_ext <<_ACEOF
9573 /* confdefs.h. */
9574 _ACEOF
9575 cat confdefs.h >>conftest.$ac_ext
9576 cat >>conftest.$ac_ext <<_ACEOF
9577 /* end confdefs.h. */
9579 /* Override any GCC internal prototype to avoid an error.
9580 Use char because int might match the return type of a GCC
9581 builtin and then its argument prototype would still apply. */
9582 #ifdef __cplusplus
9583 extern "C"
9584 #endif
9585 char connect ();
9587 main ()
9589 return connect ();
9591 return 0;
9593 _ACEOF
9594 rm -f conftest.$ac_objext conftest$ac_exeext
9595 if { (ac_try="$ac_link"
9596 case "(($ac_try" in
9597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9598 *) ac_try_echo=$ac_try;;
9599 esac
9600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9601 $as_echo "$ac_try_echo") >&5
9602 (eval "$ac_link") 2>conftest.er1
9603 ac_status=$?
9604 grep -v '^ *+' conftest.er1 >conftest.err
9605 rm -f conftest.er1
9606 cat conftest.err >&5
9607 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9608 (exit $ac_status); } && {
9609 test -z "$ac_c_werror_flag" ||
9610 test ! -s conftest.err
9611 } && test -s conftest$ac_exeext && {
9612 test "$cross_compiling" = yes ||
9613 $as_test_x conftest$ac_exeext
9614 }; then
9615 ac_cv_lib_socket_connect=yes
9616 else
9617 $as_echo "$as_me: failed program was:" >&5
9618 sed 's/^/| /' conftest.$ac_ext >&5
9620 ac_cv_lib_socket_connect=no
9623 rm -rf conftest.dSYM
9624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9625 conftest$ac_exeext conftest.$ac_ext
9626 LIBS=$ac_check_lib_save_LIBS
9628 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9629 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9630 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9631 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9636 # Guillermo Gomez says -lposix is necessary on A/UX.
9637 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9638 $as_echo_n "checking for remove... " >&6; }
9639 if test "${ac_cv_func_remove+set}" = set; then
9640 $as_echo_n "(cached) " >&6
9641 else
9642 cat >conftest.$ac_ext <<_ACEOF
9643 /* confdefs.h. */
9644 _ACEOF
9645 cat confdefs.h >>conftest.$ac_ext
9646 cat >>conftest.$ac_ext <<_ACEOF
9647 /* end confdefs.h. */
9648 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9650 #define remove innocuous_remove
9652 /* System header to define __stub macros and hopefully few prototypes,
9653 which can conflict with char remove (); below.
9654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9655 <limits.h> exists even on freestanding compilers. */
9657 #ifdef __STDC__
9658 # include <limits.h>
9659 #else
9660 # include <assert.h>
9661 #endif
9663 #undef remove
9665 /* Override any GCC internal prototype to avoid an error.
9666 Use char because int might match the return type of a GCC
9667 builtin and then its argument prototype would still apply. */
9668 #ifdef __cplusplus
9669 extern "C"
9670 #endif
9671 char remove ();
9672 /* The GNU C library defines this for functions which it implements
9673 to always fail with ENOSYS. Some functions are actually named
9674 something starting with __ and the normal name is an alias. */
9675 #if defined __stub_remove || defined __stub___remove
9676 choke me
9677 #endif
9680 main ()
9682 return remove ();
9684 return 0;
9686 _ACEOF
9687 rm -f conftest.$ac_objext conftest$ac_exeext
9688 if { (ac_try="$ac_link"
9689 case "(($ac_try" in
9690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9691 *) ac_try_echo=$ac_try;;
9692 esac
9693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9694 $as_echo "$ac_try_echo") >&5
9695 (eval "$ac_link") 2>conftest.er1
9696 ac_status=$?
9697 grep -v '^ *+' conftest.er1 >conftest.err
9698 rm -f conftest.er1
9699 cat conftest.err >&5
9700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9701 (exit $ac_status); } && {
9702 test -z "$ac_c_werror_flag" ||
9703 test ! -s conftest.err
9704 } && test -s conftest$ac_exeext && {
9705 test "$cross_compiling" = yes ||
9706 $as_test_x conftest$ac_exeext
9707 }; then
9708 ac_cv_func_remove=yes
9709 else
9710 $as_echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9713 ac_cv_func_remove=no
9716 rm -rf conftest.dSYM
9717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9718 conftest$ac_exeext conftest.$ac_ext
9720 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9721 $as_echo "$ac_cv_func_remove" >&6; }
9723 if test $ac_cv_func_remove = no; then
9724 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9725 $as_echo_n "checking for remove in -lposix... " >&6; }
9726 if test "${ac_cv_lib_posix_remove+set}" = set; then
9727 $as_echo_n "(cached) " >&6
9728 else
9729 ac_check_lib_save_LIBS=$LIBS
9730 LIBS="-lposix $LIBS"
9731 cat >conftest.$ac_ext <<_ACEOF
9732 /* confdefs.h. */
9733 _ACEOF
9734 cat confdefs.h >>conftest.$ac_ext
9735 cat >>conftest.$ac_ext <<_ACEOF
9736 /* end confdefs.h. */
9738 /* Override any GCC internal prototype to avoid an error.
9739 Use char because int might match the return type of a GCC
9740 builtin and then its argument prototype would still apply. */
9741 #ifdef __cplusplus
9742 extern "C"
9743 #endif
9744 char remove ();
9746 main ()
9748 return remove ();
9750 return 0;
9752 _ACEOF
9753 rm -f conftest.$ac_objext conftest$ac_exeext
9754 if { (ac_try="$ac_link"
9755 case "(($ac_try" in
9756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9757 *) ac_try_echo=$ac_try;;
9758 esac
9759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9760 $as_echo "$ac_try_echo") >&5
9761 (eval "$ac_link") 2>conftest.er1
9762 ac_status=$?
9763 grep -v '^ *+' conftest.er1 >conftest.err
9764 rm -f conftest.er1
9765 cat conftest.err >&5
9766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9767 (exit $ac_status); } && {
9768 test -z "$ac_c_werror_flag" ||
9769 test ! -s conftest.err
9770 } && test -s conftest$ac_exeext && {
9771 test "$cross_compiling" = yes ||
9772 $as_test_x conftest$ac_exeext
9773 }; then
9774 ac_cv_lib_posix_remove=yes
9775 else
9776 $as_echo "$as_me: failed program was:" >&5
9777 sed 's/^/| /' conftest.$ac_ext >&5
9779 ac_cv_lib_posix_remove=no
9782 rm -rf conftest.dSYM
9783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9784 conftest$ac_exeext conftest.$ac_ext
9785 LIBS=$ac_check_lib_save_LIBS
9787 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9788 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9789 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9790 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9795 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9796 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9797 $as_echo_n "checking for shmat... " >&6; }
9798 if test "${ac_cv_func_shmat+set}" = set; then
9799 $as_echo_n "(cached) " >&6
9800 else
9801 cat >conftest.$ac_ext <<_ACEOF
9802 /* confdefs.h. */
9803 _ACEOF
9804 cat confdefs.h >>conftest.$ac_ext
9805 cat >>conftest.$ac_ext <<_ACEOF
9806 /* end confdefs.h. */
9807 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9808 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9809 #define shmat innocuous_shmat
9811 /* System header to define __stub macros and hopefully few prototypes,
9812 which can conflict with char shmat (); below.
9813 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9814 <limits.h> exists even on freestanding compilers. */
9816 #ifdef __STDC__
9817 # include <limits.h>
9818 #else
9819 # include <assert.h>
9820 #endif
9822 #undef shmat
9824 /* Override any GCC internal prototype to avoid an error.
9825 Use char because int might match the return type of a GCC
9826 builtin and then its argument prototype would still apply. */
9827 #ifdef __cplusplus
9828 extern "C"
9829 #endif
9830 char shmat ();
9831 /* The GNU C library defines this for functions which it implements
9832 to always fail with ENOSYS. Some functions are actually named
9833 something starting with __ and the normal name is an alias. */
9834 #if defined __stub_shmat || defined __stub___shmat
9835 choke me
9836 #endif
9839 main ()
9841 return shmat ();
9843 return 0;
9845 _ACEOF
9846 rm -f conftest.$ac_objext conftest$ac_exeext
9847 if { (ac_try="$ac_link"
9848 case "(($ac_try" in
9849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9850 *) ac_try_echo=$ac_try;;
9851 esac
9852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9853 $as_echo "$ac_try_echo") >&5
9854 (eval "$ac_link") 2>conftest.er1
9855 ac_status=$?
9856 grep -v '^ *+' conftest.er1 >conftest.err
9857 rm -f conftest.er1
9858 cat conftest.err >&5
9859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); } && {
9861 test -z "$ac_c_werror_flag" ||
9862 test ! -s conftest.err
9863 } && test -s conftest$ac_exeext && {
9864 test "$cross_compiling" = yes ||
9865 $as_test_x conftest$ac_exeext
9866 }; then
9867 ac_cv_func_shmat=yes
9868 else
9869 $as_echo "$as_me: failed program was:" >&5
9870 sed 's/^/| /' conftest.$ac_ext >&5
9872 ac_cv_func_shmat=no
9875 rm -rf conftest.dSYM
9876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9877 conftest$ac_exeext conftest.$ac_ext
9879 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9880 $as_echo "$ac_cv_func_shmat" >&6; }
9882 if test $ac_cv_func_shmat = no; then
9883 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9884 $as_echo_n "checking for shmat in -lipc... " >&6; }
9885 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9886 $as_echo_n "(cached) " >&6
9887 else
9888 ac_check_lib_save_LIBS=$LIBS
9889 LIBS="-lipc $LIBS"
9890 cat >conftest.$ac_ext <<_ACEOF
9891 /* confdefs.h. */
9892 _ACEOF
9893 cat confdefs.h >>conftest.$ac_ext
9894 cat >>conftest.$ac_ext <<_ACEOF
9895 /* end confdefs.h. */
9897 /* Override any GCC internal prototype to avoid an error.
9898 Use char because int might match the return type of a GCC
9899 builtin and then its argument prototype would still apply. */
9900 #ifdef __cplusplus
9901 extern "C"
9902 #endif
9903 char shmat ();
9905 main ()
9907 return shmat ();
9909 return 0;
9911 _ACEOF
9912 rm -f conftest.$ac_objext conftest$ac_exeext
9913 if { (ac_try="$ac_link"
9914 case "(($ac_try" in
9915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9916 *) ac_try_echo=$ac_try;;
9917 esac
9918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9919 $as_echo "$ac_try_echo") >&5
9920 (eval "$ac_link") 2>conftest.er1
9921 ac_status=$?
9922 grep -v '^ *+' conftest.er1 >conftest.err
9923 rm -f conftest.er1
9924 cat conftest.err >&5
9925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); } && {
9927 test -z "$ac_c_werror_flag" ||
9928 test ! -s conftest.err
9929 } && test -s conftest$ac_exeext && {
9930 test "$cross_compiling" = yes ||
9931 $as_test_x conftest$ac_exeext
9932 }; then
9933 ac_cv_lib_ipc_shmat=yes
9934 else
9935 $as_echo "$as_me: failed program was:" >&5
9936 sed 's/^/| /' conftest.$ac_ext >&5
9938 ac_cv_lib_ipc_shmat=no
9941 rm -rf conftest.dSYM
9942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9943 conftest$ac_exeext conftest.$ac_ext
9944 LIBS=$ac_check_lib_save_LIBS
9946 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9947 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9948 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9949 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9955 # Check for libraries that X11R6 Xt/Xaw programs need.
9956 ac_save_LDFLAGS=$LDFLAGS
9957 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9958 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9959 # check for ICE first), but we must link in the order -lSM -lICE or
9960 # we get undefined symbols. So assume we have SM if we have ICE.
9961 # These have to be linked with before -lX11, unlike the other
9962 # libraries we check for below, so use a different variable.
9963 # John Interrante, Karl Berry
9964 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9965 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9966 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9967 $as_echo_n "(cached) " >&6
9968 else
9969 ac_check_lib_save_LIBS=$LIBS
9970 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9971 cat >conftest.$ac_ext <<_ACEOF
9972 /* confdefs.h. */
9973 _ACEOF
9974 cat confdefs.h >>conftest.$ac_ext
9975 cat >>conftest.$ac_ext <<_ACEOF
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char IceConnectionNumber ();
9986 main ()
9988 return IceConnectionNumber ();
9990 return 0;
9992 _ACEOF
9993 rm -f conftest.$ac_objext conftest$ac_exeext
9994 if { (ac_try="$ac_link"
9995 case "(($ac_try" in
9996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9997 *) ac_try_echo=$ac_try;;
9998 esac
9999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10000 $as_echo "$ac_try_echo") >&5
10001 (eval "$ac_link") 2>conftest.er1
10002 ac_status=$?
10003 grep -v '^ *+' conftest.er1 >conftest.err
10004 rm -f conftest.er1
10005 cat conftest.err >&5
10006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10007 (exit $ac_status); } && {
10008 test -z "$ac_c_werror_flag" ||
10009 test ! -s conftest.err
10010 } && test -s conftest$ac_exeext && {
10011 test "$cross_compiling" = yes ||
10012 $as_test_x conftest$ac_exeext
10013 }; then
10014 ac_cv_lib_ICE_IceConnectionNumber=yes
10015 else
10016 $as_echo "$as_me: failed program was:" >&5
10017 sed 's/^/| /' conftest.$ac_ext >&5
10019 ac_cv_lib_ICE_IceConnectionNumber=no
10022 rm -rf conftest.dSYM
10023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10024 conftest$ac_exeext conftest.$ac_ext
10025 LIBS=$ac_check_lib_save_LIBS
10027 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10028 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10029 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10030 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10033 LDFLAGS=$ac_save_LDFLAGS
10038 if test "$have_x" = "yes"
10039 then
10040 XLIB="-lXext -lX11"
10041 ac_save_CPPFLAGS="$CPPFLAGS"
10042 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10044 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10045 $as_echo_n "checking for -lX11... " >&6; }
10046 if test "${ac_cv_lib_soname_X11+set}" = set; then
10047 $as_echo_n "(cached) " >&6
10048 else
10049 ac_check_soname_save_LIBS=$LIBS
10050 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10051 cat >conftest.$ac_ext <<_ACEOF
10052 /* confdefs.h. */
10053 _ACEOF
10054 cat confdefs.h >>conftest.$ac_ext
10055 cat >>conftest.$ac_ext <<_ACEOF
10056 /* end confdefs.h. */
10058 /* Override any GCC internal prototype to avoid an error.
10059 Use char because int might match the return type of a GCC
10060 builtin and then its argument prototype would still apply. */
10061 #ifdef __cplusplus
10062 extern "C"
10063 #endif
10064 char XCreateWindow ();
10066 main ()
10068 return XCreateWindow ();
10070 return 0;
10072 _ACEOF
10073 rm -f conftest.$ac_objext conftest$ac_exeext
10074 if { (ac_try="$ac_link"
10075 case "(($ac_try" in
10076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10077 *) ac_try_echo=$ac_try;;
10078 esac
10079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10080 $as_echo "$ac_try_echo") >&5
10081 (eval "$ac_link") 2>conftest.er1
10082 ac_status=$?
10083 grep -v '^ *+' conftest.er1 >conftest.err
10084 rm -f conftest.er1
10085 cat conftest.err >&5
10086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10087 (exit $ac_status); } && {
10088 test -z "$ac_c_werror_flag" ||
10089 test ! -s conftest.err
10090 } && test -s conftest$ac_exeext && {
10091 test "$cross_compiling" = yes ||
10092 $as_test_x conftest$ac_exeext
10093 }; then
10094 case "$LIBEXT" in
10095 dll) ;;
10096 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'` ;;
10097 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10098 esac
10099 else
10100 $as_echo "$as_me: failed program was:" >&5
10101 sed 's/^/| /' conftest.$ac_ext >&5
10106 rm -rf conftest.dSYM
10107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10108 conftest$ac_exeext conftest.$ac_ext
10109 LIBS=$ac_check_soname_save_LIBS
10111 if test "x$ac_cv_lib_soname_X11" = "x"; then
10112 { $as_echo "$as_me:$LINENO: result: not found" >&5
10113 $as_echo "not found" >&6; }
10115 else
10116 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10117 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10119 cat >>confdefs.h <<_ACEOF
10120 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10121 _ACEOF
10126 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10127 $as_echo_n "checking for -lXext... " >&6; }
10128 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10129 $as_echo_n "(cached) " >&6
10130 else
10131 ac_check_soname_save_LIBS=$LIBS
10132 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10133 cat >conftest.$ac_ext <<_ACEOF
10134 /* confdefs.h. */
10135 _ACEOF
10136 cat confdefs.h >>conftest.$ac_ext
10137 cat >>conftest.$ac_ext <<_ACEOF
10138 /* end confdefs.h. */
10140 /* Override any GCC internal prototype to avoid an error.
10141 Use char because int might match the return type of a GCC
10142 builtin and then its argument prototype would still apply. */
10143 #ifdef __cplusplus
10144 extern "C"
10145 #endif
10146 char XextCreateExtension ();
10148 main ()
10150 return XextCreateExtension ();
10152 return 0;
10154 _ACEOF
10155 rm -f conftest.$ac_objext conftest$ac_exeext
10156 if { (ac_try="$ac_link"
10157 case "(($ac_try" in
10158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10159 *) ac_try_echo=$ac_try;;
10160 esac
10161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10162 $as_echo "$ac_try_echo") >&5
10163 (eval "$ac_link") 2>conftest.er1
10164 ac_status=$?
10165 grep -v '^ *+' conftest.er1 >conftest.err
10166 rm -f conftest.er1
10167 cat conftest.err >&5
10168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10169 (exit $ac_status); } && {
10170 test -z "$ac_c_werror_flag" ||
10171 test ! -s conftest.err
10172 } && test -s conftest$ac_exeext && {
10173 test "$cross_compiling" = yes ||
10174 $as_test_x conftest$ac_exeext
10175 }; then
10176 case "$LIBEXT" in
10177 dll) ;;
10178 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'` ;;
10179 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10180 esac
10181 else
10182 $as_echo "$as_me: failed program was:" >&5
10183 sed 's/^/| /' conftest.$ac_ext >&5
10188 rm -rf conftest.dSYM
10189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10190 conftest$ac_exeext conftest.$ac_ext
10191 LIBS=$ac_check_soname_save_LIBS
10193 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10194 { $as_echo "$as_me:$LINENO: result: not found" >&5
10195 $as_echo "not found" >&6; }
10197 else
10198 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10199 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10201 cat >>confdefs.h <<_ACEOF
10202 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10203 _ACEOF
10221 for ac_header in X11/Xlib.h \
10222 X11/XKBlib.h \
10223 X11/Xutil.h \
10224 X11/Xcursor/Xcursor.h \
10225 X11/extensions/shape.h \
10226 X11/extensions/XInput.h \
10227 X11/extensions/XShm.h \
10228 X11/extensions/Xcomposite.h \
10229 X11/extensions/Xinerama.h \
10230 X11/extensions/Xrandr.h \
10231 X11/extensions/Xrender.h \
10232 X11/extensions/xf86vmode.h
10234 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10235 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10236 $as_echo_n "checking for $ac_header... " >&6; }
10237 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10238 $as_echo_n "(cached) " >&6
10239 else
10240 cat >conftest.$ac_ext <<_ACEOF
10241 /* confdefs.h. */
10242 _ACEOF
10243 cat confdefs.h >>conftest.$ac_ext
10244 cat >>conftest.$ac_ext <<_ACEOF
10245 /* end confdefs.h. */
10246 #ifdef HAVE_X11_XLIB_H
10247 # include <X11/Xlib.h>
10248 #endif
10249 #ifdef HAVE_X11_XUTIL_H
10250 # include <X11/Xutil.h>
10251 #endif
10253 #include <$ac_header>
10254 _ACEOF
10255 rm -f conftest.$ac_objext
10256 if { (ac_try="$ac_compile"
10257 case "(($ac_try" in
10258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10259 *) ac_try_echo=$ac_try;;
10260 esac
10261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10262 $as_echo "$ac_try_echo") >&5
10263 (eval "$ac_compile") 2>conftest.er1
10264 ac_status=$?
10265 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1
10267 cat conftest.err >&5
10268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && {
10270 test -z "$ac_c_werror_flag" ||
10271 test ! -s conftest.err
10272 } && test -s conftest.$ac_objext; then
10273 eval "$as_ac_Header=yes"
10274 else
10275 $as_echo "$as_me: failed program was:" >&5
10276 sed 's/^/| /' conftest.$ac_ext >&5
10278 eval "$as_ac_Header=no"
10281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10283 ac_res=`eval 'as_val=${'$as_ac_Header'}
10284 $as_echo "$as_val"'`
10285 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10286 $as_echo "$ac_res" >&6; }
10287 as_val=`eval 'as_val=${'$as_ac_Header'}
10288 $as_echo "$as_val"'`
10289 if test "x$as_val" = x""yes; then
10290 cat >>confdefs.h <<_ACEOF
10291 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10292 _ACEOF
10296 done
10299 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10300 then
10301 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10302 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10303 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10304 $as_echo_n "(cached) " >&6
10305 else
10306 ac_check_lib_save_LIBS=$LIBS
10307 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10308 cat >conftest.$ac_ext <<_ACEOF
10309 /* confdefs.h. */
10310 _ACEOF
10311 cat confdefs.h >>conftest.$ac_ext
10312 cat >>conftest.$ac_ext <<_ACEOF
10313 /* end confdefs.h. */
10315 /* Override any GCC internal prototype to avoid an error.
10316 Use char because int might match the return type of a GCC
10317 builtin and then its argument prototype would still apply. */
10318 #ifdef __cplusplus
10319 extern "C"
10320 #endif
10321 char XkbQueryExtension ();
10323 main ()
10325 return XkbQueryExtension ();
10327 return 0;
10329 _ACEOF
10330 rm -f conftest.$ac_objext conftest$ac_exeext
10331 if { (ac_try="$ac_link"
10332 case "(($ac_try" in
10333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10334 *) ac_try_echo=$ac_try;;
10335 esac
10336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10337 $as_echo "$ac_try_echo") >&5
10338 (eval "$ac_link") 2>conftest.er1
10339 ac_status=$?
10340 grep -v '^ *+' conftest.er1 >conftest.err
10341 rm -f conftest.er1
10342 cat conftest.err >&5
10343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10344 (exit $ac_status); } && {
10345 test -z "$ac_c_werror_flag" ||
10346 test ! -s conftest.err
10347 } && test -s conftest$ac_exeext && {
10348 test "$cross_compiling" = yes ||
10349 $as_test_x conftest$ac_exeext
10350 }; then
10351 ac_cv_lib_X11_XkbQueryExtension=yes
10352 else
10353 $as_echo "$as_me: failed program was:" >&5
10354 sed 's/^/| /' conftest.$ac_ext >&5
10356 ac_cv_lib_X11_XkbQueryExtension=no
10359 rm -rf conftest.dSYM
10360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10361 conftest$ac_exeext conftest.$ac_ext
10362 LIBS=$ac_check_lib_save_LIBS
10364 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10365 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10366 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10368 cat >>confdefs.h <<\_ACEOF
10369 #define HAVE_XKB 1
10370 _ACEOF
10376 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10377 then
10378 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10379 $as_echo_n "checking for -lXcursor... " >&6; }
10380 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10381 $as_echo_n "(cached) " >&6
10382 else
10383 ac_check_soname_save_LIBS=$LIBS
10384 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10385 cat >conftest.$ac_ext <<_ACEOF
10386 /* confdefs.h. */
10387 _ACEOF
10388 cat confdefs.h >>conftest.$ac_ext
10389 cat >>conftest.$ac_ext <<_ACEOF
10390 /* end confdefs.h. */
10392 /* Override any GCC internal prototype to avoid an error.
10393 Use char because int might match the return type of a GCC
10394 builtin and then its argument prototype would still apply. */
10395 #ifdef __cplusplus
10396 extern "C"
10397 #endif
10398 char XcursorImageLoadCursor ();
10400 main ()
10402 return XcursorImageLoadCursor ();
10404 return 0;
10406 _ACEOF
10407 rm -f conftest.$ac_objext conftest$ac_exeext
10408 if { (ac_try="$ac_link"
10409 case "(($ac_try" in
10410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10411 *) ac_try_echo=$ac_try;;
10412 esac
10413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10414 $as_echo "$ac_try_echo") >&5
10415 (eval "$ac_link") 2>conftest.er1
10416 ac_status=$?
10417 grep -v '^ *+' conftest.er1 >conftest.err
10418 rm -f conftest.er1
10419 cat conftest.err >&5
10420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10421 (exit $ac_status); } && {
10422 test -z "$ac_c_werror_flag" ||
10423 test ! -s conftest.err
10424 } && test -s conftest$ac_exeext && {
10425 test "$cross_compiling" = yes ||
10426 $as_test_x conftest$ac_exeext
10427 }; then
10428 case "$LIBEXT" in
10429 dll) ;;
10430 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'` ;;
10431 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10432 esac
10433 else
10434 $as_echo "$as_me: failed program was:" >&5
10435 sed 's/^/| /' conftest.$ac_ext >&5
10440 rm -rf conftest.dSYM
10441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10442 conftest$ac_exeext conftest.$ac_ext
10443 LIBS=$ac_check_soname_save_LIBS
10445 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10446 { $as_echo "$as_me:$LINENO: result: not found" >&5
10447 $as_echo "not found" >&6; }
10449 else
10450 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10451 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10453 cat >>confdefs.h <<_ACEOF
10454 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10455 _ACEOF
10461 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10462 case "x$with_xcursor" in
10463 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10464 xno) ;;
10465 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10466 This is an error since --with-xcursor was requested." >&5
10467 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10468 This is an error since --with-xcursor was requested." >&2;}
10469 { (exit 1); exit 1; }; } ;;
10470 esac
10474 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10475 then
10476 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10477 $as_echo_n "checking for -lXi... " >&6; }
10478 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10479 $as_echo_n "(cached) " >&6
10480 else
10481 ac_check_soname_save_LIBS=$LIBS
10482 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10483 cat >conftest.$ac_ext <<_ACEOF
10484 /* confdefs.h. */
10485 _ACEOF
10486 cat confdefs.h >>conftest.$ac_ext
10487 cat >>conftest.$ac_ext <<_ACEOF
10488 /* end confdefs.h. */
10490 /* Override any GCC internal prototype to avoid an error.
10491 Use char because int might match the return type of a GCC
10492 builtin and then its argument prototype would still apply. */
10493 #ifdef __cplusplus
10494 extern "C"
10495 #endif
10496 char XOpenDevice ();
10498 main ()
10500 return XOpenDevice ();
10502 return 0;
10504 _ACEOF
10505 rm -f conftest.$ac_objext conftest$ac_exeext
10506 if { (ac_try="$ac_link"
10507 case "(($ac_try" in
10508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10509 *) ac_try_echo=$ac_try;;
10510 esac
10511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10512 $as_echo "$ac_try_echo") >&5
10513 (eval "$ac_link") 2>conftest.er1
10514 ac_status=$?
10515 grep -v '^ *+' conftest.er1 >conftest.err
10516 rm -f conftest.er1
10517 cat conftest.err >&5
10518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10519 (exit $ac_status); } && {
10520 test -z "$ac_c_werror_flag" ||
10521 test ! -s conftest.err
10522 } && test -s conftest$ac_exeext && {
10523 test "$cross_compiling" = yes ||
10524 $as_test_x conftest$ac_exeext
10525 }; then
10526 case "$LIBEXT" in
10527 dll) ;;
10528 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'` ;;
10529 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10530 esac
10531 else
10532 $as_echo "$as_me: failed program was:" >&5
10533 sed 's/^/| /' conftest.$ac_ext >&5
10538 rm -rf conftest.dSYM
10539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10540 conftest$ac_exeext conftest.$ac_ext
10541 LIBS=$ac_check_soname_save_LIBS
10543 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10544 { $as_echo "$as_me:$LINENO: result: not found" >&5
10545 $as_echo "not found" >&6; }
10547 else
10548 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10549 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10551 cat >>confdefs.h <<_ACEOF
10552 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10553 _ACEOF
10559 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10560 case "x$with_xinput" in
10561 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10562 xno) ;;
10563 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10564 This is an error since --with-xinput was requested." >&5
10565 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10566 This is an error since --with-xinput was requested." >&2;}
10567 { (exit 1); exit 1; }; } ;;
10568 esac
10572 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10573 then
10574 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10575 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10576 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10577 $as_echo_n "(cached) " >&6
10578 else
10579 ac_check_lib_save_LIBS=$LIBS
10580 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10581 cat >conftest.$ac_ext <<_ACEOF
10582 /* confdefs.h. */
10583 _ACEOF
10584 cat confdefs.h >>conftest.$ac_ext
10585 cat >>conftest.$ac_ext <<_ACEOF
10586 /* end confdefs.h. */
10588 /* Override any GCC internal prototype to avoid an error.
10589 Use char because int might match the return type of a GCC
10590 builtin and then its argument prototype would still apply. */
10591 #ifdef __cplusplus
10592 extern "C"
10593 #endif
10594 char XShmQueryExtension ();
10596 main ()
10598 return XShmQueryExtension ();
10600 return 0;
10602 _ACEOF
10603 rm -f conftest.$ac_objext conftest$ac_exeext
10604 if { (ac_try="$ac_link"
10605 case "(($ac_try" in
10606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10607 *) ac_try_echo=$ac_try;;
10608 esac
10609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10610 $as_echo "$ac_try_echo") >&5
10611 (eval "$ac_link") 2>conftest.er1
10612 ac_status=$?
10613 grep -v '^ *+' conftest.er1 >conftest.err
10614 rm -f conftest.er1
10615 cat conftest.err >&5
10616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); } && {
10618 test -z "$ac_c_werror_flag" ||
10619 test ! -s conftest.err
10620 } && test -s conftest$ac_exeext && {
10621 test "$cross_compiling" = yes ||
10622 $as_test_x conftest$ac_exeext
10623 }; then
10624 ac_cv_lib_Xext_XShmQueryExtension=yes
10625 else
10626 $as_echo "$as_me: failed program was:" >&5
10627 sed 's/^/| /' conftest.$ac_ext >&5
10629 ac_cv_lib_Xext_XShmQueryExtension=no
10632 rm -rf conftest.dSYM
10633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10634 conftest$ac_exeext conftest.$ac_ext
10635 LIBS=$ac_check_lib_save_LIBS
10637 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10638 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10639 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10641 cat >>confdefs.h <<\_ACEOF
10642 #define HAVE_LIBXXSHM 1
10643 _ACEOF
10648 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10649 case "x$with_xshm" in
10650 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10651 xno) ;;
10652 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10653 This is an error since --with-xshm was requested." >&5
10654 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10655 This is an error since --with-xshm was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10657 esac
10661 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10662 then
10663 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10664 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10665 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10666 $as_echo_n "(cached) " >&6
10667 else
10668 ac_check_lib_save_LIBS=$LIBS
10669 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10670 cat >conftest.$ac_ext <<_ACEOF
10671 /* confdefs.h. */
10672 _ACEOF
10673 cat confdefs.h >>conftest.$ac_ext
10674 cat >>conftest.$ac_ext <<_ACEOF
10675 /* end confdefs.h. */
10677 /* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
10679 builtin and then its argument prototype would still apply. */
10680 #ifdef __cplusplus
10681 extern "C"
10682 #endif
10683 char XShapeQueryExtension ();
10685 main ()
10687 return XShapeQueryExtension ();
10689 return 0;
10691 _ACEOF
10692 rm -f conftest.$ac_objext conftest$ac_exeext
10693 if { (ac_try="$ac_link"
10694 case "(($ac_try" in
10695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10696 *) ac_try_echo=$ac_try;;
10697 esac
10698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10699 $as_echo "$ac_try_echo") >&5
10700 (eval "$ac_link") 2>conftest.er1
10701 ac_status=$?
10702 grep -v '^ *+' conftest.er1 >conftest.err
10703 rm -f conftest.er1
10704 cat conftest.err >&5
10705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10706 (exit $ac_status); } && {
10707 test -z "$ac_c_werror_flag" ||
10708 test ! -s conftest.err
10709 } && test -s conftest$ac_exeext && {
10710 test "$cross_compiling" = yes ||
10711 $as_test_x conftest$ac_exeext
10712 }; then
10713 ac_cv_lib_Xext_XShapeQueryExtension=yes
10714 else
10715 $as_echo "$as_me: failed program was:" >&5
10716 sed 's/^/| /' conftest.$ac_ext >&5
10718 ac_cv_lib_Xext_XShapeQueryExtension=no
10721 rm -rf conftest.dSYM
10722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10723 conftest$ac_exeext conftest.$ac_ext
10724 LIBS=$ac_check_lib_save_LIBS
10726 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10727 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10728 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10730 cat >>confdefs.h <<\_ACEOF
10731 #define HAVE_LIBXSHAPE 1
10732 _ACEOF
10737 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10738 case "x$with_xshape" in
10739 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10740 xno) ;;
10741 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10742 This is an error since --with-xshape was requested." >&5
10743 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10744 This is an error since --with-xshape was requested." >&2;}
10745 { (exit 1); exit 1; }; } ;;
10746 esac
10750 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10751 then
10752 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10753 $as_echo_n "checking for -lXxf86vm... " >&6; }
10754 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10755 $as_echo_n "(cached) " >&6
10756 else
10757 ac_check_soname_save_LIBS=$LIBS
10758 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10759 cat >conftest.$ac_ext <<_ACEOF
10760 /* confdefs.h. */
10761 _ACEOF
10762 cat confdefs.h >>conftest.$ac_ext
10763 cat >>conftest.$ac_ext <<_ACEOF
10764 /* end confdefs.h. */
10766 /* Override any GCC internal prototype to avoid an error.
10767 Use char because int might match the return type of a GCC
10768 builtin and then its argument prototype would still apply. */
10769 #ifdef __cplusplus
10770 extern "C"
10771 #endif
10772 char XF86VidModeQueryExtension ();
10774 main ()
10776 return XF86VidModeQueryExtension ();
10778 return 0;
10780 _ACEOF
10781 rm -f conftest.$ac_objext conftest$ac_exeext
10782 if { (ac_try="$ac_link"
10783 case "(($ac_try" in
10784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10785 *) ac_try_echo=$ac_try;;
10786 esac
10787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10788 $as_echo "$ac_try_echo") >&5
10789 (eval "$ac_link") 2>conftest.er1
10790 ac_status=$?
10791 grep -v '^ *+' conftest.er1 >conftest.err
10792 rm -f conftest.er1
10793 cat conftest.err >&5
10794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10795 (exit $ac_status); } && {
10796 test -z "$ac_c_werror_flag" ||
10797 test ! -s conftest.err
10798 } && test -s conftest$ac_exeext && {
10799 test "$cross_compiling" = yes ||
10800 $as_test_x conftest$ac_exeext
10801 }; then
10802 case "$LIBEXT" in
10803 dll) ;;
10804 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'` ;;
10805 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10806 esac
10807 else
10808 $as_echo "$as_me: failed program was:" >&5
10809 sed 's/^/| /' conftest.$ac_ext >&5
10814 rm -rf conftest.dSYM
10815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10816 conftest$ac_exeext conftest.$ac_ext
10817 LIBS=$ac_check_soname_save_LIBS
10819 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10820 { $as_echo "$as_me:$LINENO: result: not found" >&5
10821 $as_echo "not found" >&6; }
10823 else
10824 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10825 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10827 cat >>confdefs.h <<_ACEOF
10828 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10829 _ACEOF
10835 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10836 case "x$with_xxf86vm" in
10837 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10838 xno) ;;
10839 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10840 This is an error since --with-xxf86vm was requested." >&5
10841 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10842 This is an error since --with-xxf86vm was requested." >&2;}
10843 { (exit 1); exit 1; }; } ;;
10844 esac
10848 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"
10849 then
10850 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10851 $as_echo_n "checking for -lXrender... " >&6; }
10852 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10853 $as_echo_n "(cached) " >&6
10854 else
10855 ac_check_soname_save_LIBS=$LIBS
10856 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10857 cat >conftest.$ac_ext <<_ACEOF
10858 /* confdefs.h. */
10859 _ACEOF
10860 cat confdefs.h >>conftest.$ac_ext
10861 cat >>conftest.$ac_ext <<_ACEOF
10862 /* end confdefs.h. */
10864 /* Override any GCC internal prototype to avoid an error.
10865 Use char because int might match the return type of a GCC
10866 builtin and then its argument prototype would still apply. */
10867 #ifdef __cplusplus
10868 extern "C"
10869 #endif
10870 char XRenderQueryExtension ();
10872 main ()
10874 return XRenderQueryExtension ();
10876 return 0;
10878 _ACEOF
10879 rm -f conftest.$ac_objext conftest$ac_exeext
10880 if { (ac_try="$ac_link"
10881 case "(($ac_try" in
10882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10883 *) ac_try_echo=$ac_try;;
10884 esac
10885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10886 $as_echo "$ac_try_echo") >&5
10887 (eval "$ac_link") 2>conftest.er1
10888 ac_status=$?
10889 grep -v '^ *+' conftest.er1 >conftest.err
10890 rm -f conftest.er1
10891 cat conftest.err >&5
10892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10893 (exit $ac_status); } && {
10894 test -z "$ac_c_werror_flag" ||
10895 test ! -s conftest.err
10896 } && test -s conftest$ac_exeext && {
10897 test "$cross_compiling" = yes ||
10898 $as_test_x conftest$ac_exeext
10899 }; then
10900 case "$LIBEXT" in
10901 dll) ;;
10902 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'` ;;
10903 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10904 esac
10905 else
10906 $as_echo "$as_me: failed program was:" >&5
10907 sed 's/^/| /' conftest.$ac_ext >&5
10912 rm -rf conftest.dSYM
10913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10914 conftest$ac_exeext conftest.$ac_ext
10915 LIBS=$ac_check_soname_save_LIBS
10917 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10918 { $as_echo "$as_me:$LINENO: result: not found" >&5
10919 $as_echo "not found" >&6; }
10921 else
10922 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10923 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10925 cat >>confdefs.h <<_ACEOF
10926 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10927 _ACEOF
10929 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10930 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10931 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10932 $as_echo_n "(cached) " >&6
10933 else
10934 ac_check_lib_save_LIBS=$LIBS
10935 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10936 cat >conftest.$ac_ext <<_ACEOF
10937 /* confdefs.h. */
10938 _ACEOF
10939 cat confdefs.h >>conftest.$ac_ext
10940 cat >>conftest.$ac_ext <<_ACEOF
10941 /* end confdefs.h. */
10943 /* Override any GCC internal prototype to avoid an error.
10944 Use char because int might match the return type of a GCC
10945 builtin and then its argument prototype would still apply. */
10946 #ifdef __cplusplus
10947 extern "C"
10948 #endif
10949 char XRenderSetPictureTransform ();
10951 main ()
10953 return XRenderSetPictureTransform ();
10955 return 0;
10957 _ACEOF
10958 rm -f conftest.$ac_objext conftest$ac_exeext
10959 if { (ac_try="$ac_link"
10960 case "(($ac_try" in
10961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10962 *) ac_try_echo=$ac_try;;
10963 esac
10964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10965 $as_echo "$ac_try_echo") >&5
10966 (eval "$ac_link") 2>conftest.er1
10967 ac_status=$?
10968 grep -v '^ *+' conftest.er1 >conftest.err
10969 rm -f conftest.er1
10970 cat conftest.err >&5
10971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && {
10973 test -z "$ac_c_werror_flag" ||
10974 test ! -s conftest.err
10975 } && test -s conftest$ac_exeext && {
10976 test "$cross_compiling" = yes ||
10977 $as_test_x conftest$ac_exeext
10978 }; then
10979 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10980 else
10981 $as_echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10984 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10987 rm -rf conftest.dSYM
10988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10989 conftest$ac_exeext conftest.$ac_ext
10990 LIBS=$ac_check_lib_save_LIBS
10992 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10993 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10994 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10996 cat >>confdefs.h <<\_ACEOF
10997 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10998 _ACEOF
11006 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11007 case "x$with_xrender" in
11008 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11009 xno) ;;
11010 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11011 This is an error since --with-xrender was requested." >&5
11012 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11013 This is an error since --with-xrender was requested." >&2;}
11014 { (exit 1); exit 1; }; } ;;
11015 esac
11019 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11020 then
11021 cat >conftest.$ac_ext <<_ACEOF
11022 /* confdefs.h. */
11023 _ACEOF
11024 cat confdefs.h >>conftest.$ac_ext
11025 cat >>conftest.$ac_ext <<_ACEOF
11026 /* end confdefs.h. */
11027 #include <X11/Xlib.h>
11028 #include <X11/extensions/Xrandr.h>
11030 main ()
11032 static typeof(XRRSetScreenConfigAndRate) * func;
11034 return 0;
11036 _ACEOF
11037 rm -f conftest.$ac_objext
11038 if { (ac_try="$ac_compile"
11039 case "(($ac_try" in
11040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11041 *) ac_try_echo=$ac_try;;
11042 esac
11043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11044 $as_echo "$ac_try_echo") >&5
11045 (eval "$ac_compile") 2>conftest.er1
11046 ac_status=$?
11047 grep -v '^ *+' conftest.er1 >conftest.err
11048 rm -f conftest.er1
11049 cat conftest.err >&5
11050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11051 (exit $ac_status); } && {
11052 test -z "$ac_c_werror_flag" ||
11053 test ! -s conftest.err
11054 } && test -s conftest.$ac_objext; then
11055 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11056 $as_echo_n "checking for -lXrandr... " >&6; }
11057 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11058 $as_echo_n "(cached) " >&6
11059 else
11060 ac_check_soname_save_LIBS=$LIBS
11061 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11062 cat >conftest.$ac_ext <<_ACEOF
11063 /* confdefs.h. */
11064 _ACEOF
11065 cat confdefs.h >>conftest.$ac_ext
11066 cat >>conftest.$ac_ext <<_ACEOF
11067 /* end confdefs.h. */
11069 /* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
11071 builtin and then its argument prototype would still apply. */
11072 #ifdef __cplusplus
11073 extern "C"
11074 #endif
11075 char XRRQueryExtension ();
11077 main ()
11079 return XRRQueryExtension ();
11081 return 0;
11083 _ACEOF
11084 rm -f conftest.$ac_objext conftest$ac_exeext
11085 if { (ac_try="$ac_link"
11086 case "(($ac_try" in
11087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11088 *) ac_try_echo=$ac_try;;
11089 esac
11090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11091 $as_echo "$ac_try_echo") >&5
11092 (eval "$ac_link") 2>conftest.er1
11093 ac_status=$?
11094 grep -v '^ *+' conftest.er1 >conftest.err
11095 rm -f conftest.er1
11096 cat conftest.err >&5
11097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098 (exit $ac_status); } && {
11099 test -z "$ac_c_werror_flag" ||
11100 test ! -s conftest.err
11101 } && test -s conftest$ac_exeext && {
11102 test "$cross_compiling" = yes ||
11103 $as_test_x conftest$ac_exeext
11104 }; then
11105 case "$LIBEXT" in
11106 dll) ;;
11107 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'` ;;
11108 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11109 esac
11110 else
11111 $as_echo "$as_me: failed program was:" >&5
11112 sed 's/^/| /' conftest.$ac_ext >&5
11117 rm -rf conftest.dSYM
11118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11119 conftest$ac_exeext conftest.$ac_ext
11120 LIBS=$ac_check_soname_save_LIBS
11122 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11123 { $as_echo "$as_me:$LINENO: result: not found" >&5
11124 $as_echo "not found" >&6; }
11126 else
11127 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11128 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11130 cat >>confdefs.h <<_ACEOF
11131 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11132 _ACEOF
11137 else
11138 $as_echo "$as_me: failed program was:" >&5
11139 sed 's/^/| /' conftest.$ac_ext >&5
11144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11146 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11147 case "x$with_xrandr" in
11148 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11149 xno) ;;
11150 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11151 This is an error since --with-xrandr was requested." >&5
11152 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11153 This is an error since --with-xrandr was requested." >&2;}
11154 { (exit 1); exit 1; }; } ;;
11155 esac
11159 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11160 then
11161 cat >conftest.$ac_ext <<_ACEOF
11162 /* confdefs.h. */
11163 _ACEOF
11164 cat confdefs.h >>conftest.$ac_ext
11165 cat >>conftest.$ac_ext <<_ACEOF
11166 /* end confdefs.h. */
11167 #include <X11/Xlib.h>
11168 #include <X11/extensions/Xinerama.h>
11170 main ()
11172 static typeof(XineramaQueryScreens) * func;
11174 return 0;
11176 _ACEOF
11177 rm -f conftest.$ac_objext
11178 if { (ac_try="$ac_compile"
11179 case "(($ac_try" in
11180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11181 *) ac_try_echo=$ac_try;;
11182 esac
11183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11184 $as_echo "$ac_try_echo") >&5
11185 (eval "$ac_compile") 2>conftest.er1
11186 ac_status=$?
11187 grep -v '^ *+' conftest.er1 >conftest.err
11188 rm -f conftest.er1
11189 cat conftest.err >&5
11190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 (exit $ac_status); } && {
11192 test -z "$ac_c_werror_flag" ||
11193 test ! -s conftest.err
11194 } && test -s conftest.$ac_objext; then
11195 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11196 $as_echo_n "checking for -lXinerama... " >&6; }
11197 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11198 $as_echo_n "(cached) " >&6
11199 else
11200 ac_check_soname_save_LIBS=$LIBS
11201 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11202 cat >conftest.$ac_ext <<_ACEOF
11203 /* confdefs.h. */
11204 _ACEOF
11205 cat confdefs.h >>conftest.$ac_ext
11206 cat >>conftest.$ac_ext <<_ACEOF
11207 /* end confdefs.h. */
11209 /* Override any GCC internal prototype to avoid an error.
11210 Use char because int might match the return type of a GCC
11211 builtin and then its argument prototype would still apply. */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char XineramaQueryScreens ();
11217 main ()
11219 return XineramaQueryScreens ();
11221 return 0;
11223 _ACEOF
11224 rm -f conftest.$ac_objext conftest$ac_exeext
11225 if { (ac_try="$ac_link"
11226 case "(($ac_try" in
11227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11228 *) ac_try_echo=$ac_try;;
11229 esac
11230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11231 $as_echo "$ac_try_echo") >&5
11232 (eval "$ac_link") 2>conftest.er1
11233 ac_status=$?
11234 grep -v '^ *+' conftest.er1 >conftest.err
11235 rm -f conftest.er1
11236 cat conftest.err >&5
11237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11238 (exit $ac_status); } && {
11239 test -z "$ac_c_werror_flag" ||
11240 test ! -s conftest.err
11241 } && test -s conftest$ac_exeext && {
11242 test "$cross_compiling" = yes ||
11243 $as_test_x conftest$ac_exeext
11244 }; then
11245 case "$LIBEXT" in
11246 dll) ;;
11247 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'` ;;
11248 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11249 esac
11250 else
11251 $as_echo "$as_me: failed program was:" >&5
11252 sed 's/^/| /' conftest.$ac_ext >&5
11257 rm -rf conftest.dSYM
11258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11259 conftest$ac_exeext conftest.$ac_ext
11260 LIBS=$ac_check_soname_save_LIBS
11262 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11263 { $as_echo "$as_me:$LINENO: result: not found" >&5
11264 $as_echo "not found" >&6; }
11266 else
11267 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11268 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11270 cat >>confdefs.h <<_ACEOF
11271 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11272 _ACEOF
11277 else
11278 $as_echo "$as_me: failed program was:" >&5
11279 sed 's/^/| /' conftest.$ac_ext >&5
11284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11286 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11287 case "x$with_xinerama" in
11288 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11289 xno) ;;
11290 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11291 This is an error since --with-xinerama was requested." >&5
11292 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11293 This is an error since --with-xinerama was requested." >&2;}
11294 { (exit 1); exit 1; }; } ;;
11295 esac
11299 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11300 then
11301 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11302 $as_echo_n "checking for -lXcomposite... " >&6; }
11303 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11304 $as_echo_n "(cached) " >&6
11305 else
11306 ac_check_soname_save_LIBS=$LIBS
11307 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11308 cat >conftest.$ac_ext <<_ACEOF
11309 /* confdefs.h. */
11310 _ACEOF
11311 cat confdefs.h >>conftest.$ac_ext
11312 cat >>conftest.$ac_ext <<_ACEOF
11313 /* end confdefs.h. */
11315 /* Override any GCC internal prototype to avoid an error.
11316 Use char because int might match the return type of a GCC
11317 builtin and then its argument prototype would still apply. */
11318 #ifdef __cplusplus
11319 extern "C"
11320 #endif
11321 char XCompositeRedirectWindow ();
11323 main ()
11325 return XCompositeRedirectWindow ();
11327 return 0;
11329 _ACEOF
11330 rm -f conftest.$ac_objext conftest$ac_exeext
11331 if { (ac_try="$ac_link"
11332 case "(($ac_try" in
11333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11334 *) ac_try_echo=$ac_try;;
11335 esac
11336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11337 $as_echo "$ac_try_echo") >&5
11338 (eval "$ac_link") 2>conftest.er1
11339 ac_status=$?
11340 grep -v '^ *+' conftest.er1 >conftest.err
11341 rm -f conftest.er1
11342 cat conftest.err >&5
11343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11344 (exit $ac_status); } && {
11345 test -z "$ac_c_werror_flag" ||
11346 test ! -s conftest.err
11347 } && test -s conftest$ac_exeext && {
11348 test "$cross_compiling" = yes ||
11349 $as_test_x conftest$ac_exeext
11350 }; then
11351 case "$LIBEXT" in
11352 dll) ;;
11353 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'` ;;
11354 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11355 esac
11356 else
11357 $as_echo "$as_me: failed program was:" >&5
11358 sed 's/^/| /' conftest.$ac_ext >&5
11363 rm -rf conftest.dSYM
11364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11365 conftest$ac_exeext conftest.$ac_ext
11366 LIBS=$ac_check_soname_save_LIBS
11368 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11369 { $as_echo "$as_me:$LINENO: result: not found" >&5
11370 $as_echo "not found" >&6; }
11372 else
11373 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11374 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11376 cat >>confdefs.h <<_ACEOF
11377 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11378 _ACEOF
11384 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11385 case "x$with_xcomposite" in
11386 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11387 xno) ;;
11388 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11389 This is an error since --with-xcomposite was requested." >&5
11390 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11391 This is an error since --with-xcomposite was requested." >&2;}
11392 { (exit 1); exit 1; }; } ;;
11393 esac
11397 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11398 $as_echo_n "checking for XICCallback.callback... " >&6; }
11399 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11400 $as_echo_n "(cached) " >&6
11401 else
11402 cat >conftest.$ac_ext <<_ACEOF
11403 /* confdefs.h. */
11404 _ACEOF
11405 cat confdefs.h >>conftest.$ac_ext
11406 cat >>conftest.$ac_ext <<_ACEOF
11407 /* end confdefs.h. */
11408 #ifdef HAVE_X11_XLIB_H
11409 #include <X11/Xlib.h>
11410 #endif
11413 main ()
11415 static XICCallback ac_aggr;
11416 if (ac_aggr.callback)
11417 return 0;
11419 return 0;
11421 _ACEOF
11422 rm -f conftest.$ac_objext
11423 if { (ac_try="$ac_compile"
11424 case "(($ac_try" in
11425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11427 esac
11428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11429 $as_echo "$ac_try_echo") >&5
11430 (eval "$ac_compile") 2>conftest.er1
11431 ac_status=$?
11432 grep -v '^ *+' conftest.er1 >conftest.err
11433 rm -f conftest.er1
11434 cat conftest.err >&5
11435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436 (exit $ac_status); } && {
11437 test -z "$ac_c_werror_flag" ||
11438 test ! -s conftest.err
11439 } && test -s conftest.$ac_objext; then
11440 ac_cv_member_XICCallback_callback=yes
11441 else
11442 $as_echo "$as_me: failed program was:" >&5
11443 sed 's/^/| /' conftest.$ac_ext >&5
11445 cat >conftest.$ac_ext <<_ACEOF
11446 /* confdefs.h. */
11447 _ACEOF
11448 cat confdefs.h >>conftest.$ac_ext
11449 cat >>conftest.$ac_ext <<_ACEOF
11450 /* end confdefs.h. */
11451 #ifdef HAVE_X11_XLIB_H
11452 #include <X11/Xlib.h>
11453 #endif
11456 main ()
11458 static XICCallback ac_aggr;
11459 if (sizeof ac_aggr.callback)
11460 return 0;
11462 return 0;
11464 _ACEOF
11465 rm -f conftest.$ac_objext
11466 if { (ac_try="$ac_compile"
11467 case "(($ac_try" in
11468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11469 *) ac_try_echo=$ac_try;;
11470 esac
11471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11472 $as_echo "$ac_try_echo") >&5
11473 (eval "$ac_compile") 2>conftest.er1
11474 ac_status=$?
11475 grep -v '^ *+' conftest.er1 >conftest.err
11476 rm -f conftest.er1
11477 cat conftest.err >&5
11478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); } && {
11480 test -z "$ac_c_werror_flag" ||
11481 test ! -s conftest.err
11482 } && test -s conftest.$ac_objext; then
11483 ac_cv_member_XICCallback_callback=yes
11484 else
11485 $as_echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11488 ac_cv_member_XICCallback_callback=no
11491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11496 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11497 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11498 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11500 cat >>confdefs.h <<_ACEOF
11501 #define HAVE_XICCALLBACK_CALLBACK 1
11502 _ACEOF
11509 opengl_msg=""
11510 if test "x$with_opengl" != "xno"
11511 then
11516 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11518 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11519 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11520 $as_echo_n "checking for $ac_header... " >&6; }
11521 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11522 $as_echo_n "(cached) " >&6
11523 else
11524 cat >conftest.$ac_ext <<_ACEOF
11525 /* confdefs.h. */
11526 _ACEOF
11527 cat confdefs.h >>conftest.$ac_ext
11528 cat >>conftest.$ac_ext <<_ACEOF
11529 /* end confdefs.h. */
11530 #ifdef HAVE_GL_GLX_H
11531 # include <GL/glx.h>
11532 #endif
11534 #include <$ac_header>
11535 _ACEOF
11536 rm -f conftest.$ac_objext
11537 if { (ac_try="$ac_compile"
11538 case "(($ac_try" in
11539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11540 *) ac_try_echo=$ac_try;;
11541 esac
11542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11543 $as_echo "$ac_try_echo") >&5
11544 (eval "$ac_compile") 2>conftest.er1
11545 ac_status=$?
11546 grep -v '^ *+' conftest.er1 >conftest.err
11547 rm -f conftest.er1
11548 cat conftest.err >&5
11549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11550 (exit $ac_status); } && {
11551 test -z "$ac_c_werror_flag" ||
11552 test ! -s conftest.err
11553 } && test -s conftest.$ac_objext; then
11554 eval "$as_ac_Header=yes"
11555 else
11556 $as_echo "$as_me: failed program was:" >&5
11557 sed 's/^/| /' conftest.$ac_ext >&5
11559 eval "$as_ac_Header=no"
11562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11564 ac_res=`eval 'as_val=${'$as_ac_Header'}
11565 $as_echo "$as_val"'`
11566 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11567 $as_echo "$ac_res" >&6; }
11568 as_val=`eval 'as_val=${'$as_ac_Header'}
11569 $as_echo "$as_val"'`
11570 if test "x$as_val" = x""yes; then
11571 cat >>confdefs.h <<_ACEOF
11572 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11573 _ACEOF
11577 done
11579 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11580 then
11581 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11582 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11583 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11584 $as_echo_n "(cached) " >&6
11585 else
11586 cat >conftest.$ac_ext <<_ACEOF
11587 /* confdefs.h. */
11588 _ACEOF
11589 cat confdefs.h >>conftest.$ac_ext
11590 cat >>conftest.$ac_ext <<_ACEOF
11591 /* end confdefs.h. */
11592 #include <GL/gl.h>
11594 main ()
11596 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11598 return 0;
11600 _ACEOF
11601 rm -f conftest.$ac_objext
11602 if { (ac_try="$ac_compile"
11603 case "(($ac_try" in
11604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605 *) ac_try_echo=$ac_try;;
11606 esac
11607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11608 $as_echo "$ac_try_echo") >&5
11609 (eval "$ac_compile") 2>conftest.er1
11610 ac_status=$?
11611 grep -v '^ *+' conftest.er1 >conftest.err
11612 rm -f conftest.er1
11613 cat conftest.err >&5
11614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615 (exit $ac_status); } && {
11616 test -z "$ac_c_werror_flag" ||
11617 test ! -s conftest.err
11618 } && test -s conftest.$ac_objext; then
11619 wine_cv_opengl_header_version_OK="yes"
11620 else
11621 $as_echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11624 wine_cv_opengl_header_version_OK="no"
11627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11629 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11630 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11632 if test "$wine_cv_opengl_header_version_OK" = "yes"
11633 then
11634 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11635 $as_echo_n "checking for -lGL... " >&6; }
11636 if test "${ac_cv_lib_soname_GL+set}" = set; then
11637 $as_echo_n "(cached) " >&6
11638 else
11639 ac_check_soname_save_LIBS=$LIBS
11640 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11641 cat >conftest.$ac_ext <<_ACEOF
11642 /* confdefs.h. */
11643 _ACEOF
11644 cat confdefs.h >>conftest.$ac_ext
11645 cat >>conftest.$ac_ext <<_ACEOF
11646 /* end confdefs.h. */
11648 /* Override any GCC internal prototype to avoid an error.
11649 Use char because int might match the return type of a GCC
11650 builtin and then its argument prototype would still apply. */
11651 #ifdef __cplusplus
11652 extern "C"
11653 #endif
11654 char glXCreateContext ();
11656 main ()
11658 return glXCreateContext ();
11660 return 0;
11662 _ACEOF
11663 rm -f conftest.$ac_objext conftest$ac_exeext
11664 if { (ac_try="$ac_link"
11665 case "(($ac_try" in
11666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11667 *) ac_try_echo=$ac_try;;
11668 esac
11669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11670 $as_echo "$ac_try_echo") >&5
11671 (eval "$ac_link") 2>conftest.er1
11672 ac_status=$?
11673 grep -v '^ *+' conftest.er1 >conftest.err
11674 rm -f conftest.er1
11675 cat conftest.err >&5
11676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); } && {
11678 test -z "$ac_c_werror_flag" ||
11679 test ! -s conftest.err
11680 } && test -s conftest$ac_exeext && {
11681 test "$cross_compiling" = yes ||
11682 $as_test_x conftest$ac_exeext
11683 }; then
11684 case "$LIBEXT" in
11685 dll) ;;
11686 dylib) ac_cv_lib_soname_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'` ;;
11687 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11688 esac
11689 else
11690 $as_echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.$ac_ext >&5
11696 rm -rf conftest.dSYM
11697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11698 conftest$ac_exeext conftest.$ac_ext
11699 LIBS=$ac_check_soname_save_LIBS
11701 if test "x$ac_cv_lib_soname_GL" = "x"; then
11702 { $as_echo "$as_me:$LINENO: result: not found" >&5
11703 $as_echo "not found" >&6; }
11704 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11705 $as_echo_n "checking for -lGL... " >&6; }
11706 if test "${ac_cv_lib_soname_GL+set}" = set; then
11707 $as_echo_n "(cached) " >&6
11708 else
11709 ac_check_soname_save_LIBS=$LIBS
11710 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"
11711 cat >conftest.$ac_ext <<_ACEOF
11712 /* confdefs.h. */
11713 _ACEOF
11714 cat confdefs.h >>conftest.$ac_ext
11715 cat >>conftest.$ac_ext <<_ACEOF
11716 /* end confdefs.h. */
11718 /* Override any GCC internal prototype to avoid an error.
11719 Use char because int might match the return type of a GCC
11720 builtin and then its argument prototype would still apply. */
11721 #ifdef __cplusplus
11722 extern "C"
11723 #endif
11724 char glXCreateContext ();
11726 main ()
11728 return glXCreateContext ();
11730 return 0;
11732 _ACEOF
11733 rm -f conftest.$ac_objext conftest$ac_exeext
11734 if { (ac_try="$ac_link"
11735 case "(($ac_try" in
11736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11737 *) ac_try_echo=$ac_try;;
11738 esac
11739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11740 $as_echo "$ac_try_echo") >&5
11741 (eval "$ac_link") 2>conftest.er1
11742 ac_status=$?
11743 grep -v '^ *+' conftest.er1 >conftest.err
11744 rm -f conftest.er1
11745 cat conftest.err >&5
11746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); } && {
11748 test -z "$ac_c_werror_flag" ||
11749 test ! -s conftest.err
11750 } && test -s conftest$ac_exeext && {
11751 test "$cross_compiling" = yes ||
11752 $as_test_x conftest$ac_exeext
11753 }; then
11754 case "$LIBEXT" in
11755 dll) ;;
11756 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'` ;;
11757 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11758 esac
11759 else
11760 $as_echo "$as_me: failed program was:" >&5
11761 sed 's/^/| /' conftest.$ac_ext >&5
11766 rm -rf conftest.dSYM
11767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11768 conftest$ac_exeext conftest.$ac_ext
11769 LIBS=$ac_check_soname_save_LIBS
11771 if test "x$ac_cv_lib_soname_GL" = "x"; then
11772 { $as_echo "$as_me:$LINENO: result: not found" >&5
11773 $as_echo "not found" >&6; }
11774 if test -f /usr/X11R6/lib/libGL.a
11775 then
11776 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11777 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11778 else
11779 opengl_msg="No OpenGL library found on this system."
11781 else
11782 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11783 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11785 cat >>confdefs.h <<_ACEOF
11786 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11787 _ACEOF
11789 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"
11791 cat >>confdefs.h <<\_ACEOF
11792 #define HAVE_OPENGL 1
11793 _ACEOF
11797 else
11798 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11799 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11801 cat >>confdefs.h <<_ACEOF
11802 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11803 _ACEOF
11805 OPENGL_LIBS="-lGL"
11807 cat >>confdefs.h <<\_ACEOF
11808 #define HAVE_OPENGL 1
11809 _ACEOF
11813 if test "$ac_cv_header_GL_glu_h" = "yes"
11814 then
11815 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11816 $as_echo_n "checking for -lGLU... " >&6; }
11817 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11818 $as_echo_n "(cached) " >&6
11819 else
11820 ac_check_soname_save_LIBS=$LIBS
11821 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h. */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h. */
11829 /* Override any GCC internal prototype to avoid an error.
11830 Use char because int might match the return type of a GCC
11831 builtin and then its argument prototype would still apply. */
11832 #ifdef __cplusplus
11833 extern "C"
11834 #endif
11835 char gluLookAt ();
11837 main ()
11839 return gluLookAt ();
11841 return 0;
11843 _ACEOF
11844 rm -f conftest.$ac_objext conftest$ac_exeext
11845 if { (ac_try="$ac_link"
11846 case "(($ac_try" in
11847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11848 *) ac_try_echo=$ac_try;;
11849 esac
11850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11851 $as_echo "$ac_try_echo") >&5
11852 (eval "$ac_link") 2>conftest.er1
11853 ac_status=$?
11854 grep -v '^ *+' conftest.er1 >conftest.err
11855 rm -f conftest.er1
11856 cat conftest.err >&5
11857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } && {
11859 test -z "$ac_c_werror_flag" ||
11860 test ! -s conftest.err
11861 } && test -s conftest$ac_exeext && {
11862 test "$cross_compiling" = yes ||
11863 $as_test_x conftest$ac_exeext
11864 }; then
11865 case "$LIBEXT" in
11866 dll) ;;
11867 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'` ;;
11868 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11869 esac
11870 else
11871 $as_echo "$as_me: failed program was:" >&5
11872 sed 's/^/| /' conftest.$ac_ext >&5
11877 rm -rf conftest.dSYM
11878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11879 conftest$ac_exeext conftest.$ac_ext
11880 LIBS=$ac_check_soname_save_LIBS
11882 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11883 { $as_echo "$as_me:$LINENO: result: not found" >&5
11884 $as_echo "not found" >&6; }
11886 else
11887 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11888 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11890 cat >>confdefs.h <<_ACEOF
11891 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11892 _ACEOF
11898 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11899 case "x$with_glu" in
11900 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11901 xno) ;;
11902 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11903 This is an error since --with-glu was requested." >&5
11904 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11905 This is an error since --with-glu was requested." >&2;}
11906 { (exit 1); exit 1; }; } ;;
11907 esac
11910 else
11911 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11913 else
11914 opengl_msg="OpenGL development headers not found."
11916 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11917 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11918 else
11919 enable_opengl32=${enable_opengl32:-no}
11920 enable_glu32=${enable_glu32:-no}
11922 if test -n "$opengl_msg"; then
11923 case "x$with_opengl" in
11924 x) wine_warnings="$wine_warnings|$opengl_msg
11925 OpenGL and Direct3D won't be supported." ;;
11926 xno) ;;
11927 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11928 OpenGL and Direct3D won't be supported.
11929 This is an error since --with-opengl was requested." >&5
11930 $as_echo "$as_me: error: $opengl_msg
11931 OpenGL and Direct3D won't be supported.
11932 This is an error since --with-opengl was requested." >&2;}
11933 { (exit 1); exit 1; }; } ;;
11934 esac
11938 NASLIBS=""
11941 for ac_header in audio/audiolib.h
11943 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11944 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11945 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11946 $as_echo_n "checking for $ac_header... " >&6; }
11947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11948 $as_echo_n "(cached) " >&6
11950 ac_res=`eval 'as_val=${'$as_ac_Header'}
11951 $as_echo "$as_val"'`
11952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11953 $as_echo "$ac_res" >&6; }
11954 else
11955 # Is the header compilable?
11956 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11957 $as_echo_n "checking $ac_header usability... " >&6; }
11958 cat >conftest.$ac_ext <<_ACEOF
11959 /* confdefs.h. */
11960 _ACEOF
11961 cat confdefs.h >>conftest.$ac_ext
11962 cat >>conftest.$ac_ext <<_ACEOF
11963 /* end confdefs.h. */
11964 $ac_includes_default
11965 #include <$ac_header>
11966 _ACEOF
11967 rm -f conftest.$ac_objext
11968 if { (ac_try="$ac_compile"
11969 case "(($ac_try" in
11970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11971 *) ac_try_echo=$ac_try;;
11972 esac
11973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11974 $as_echo "$ac_try_echo") >&5
11975 (eval "$ac_compile") 2>conftest.er1
11976 ac_status=$?
11977 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1
11979 cat conftest.err >&5
11980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && {
11982 test -z "$ac_c_werror_flag" ||
11983 test ! -s conftest.err
11984 } && test -s conftest.$ac_objext; then
11985 ac_header_compiler=yes
11986 else
11987 $as_echo "$as_me: failed program was:" >&5
11988 sed 's/^/| /' conftest.$ac_ext >&5
11990 ac_header_compiler=no
11993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11994 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11995 $as_echo "$ac_header_compiler" >&6; }
11997 # Is the header present?
11998 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11999 $as_echo_n "checking $ac_header presence... " >&6; }
12000 cat >conftest.$ac_ext <<_ACEOF
12001 /* confdefs.h. */
12002 _ACEOF
12003 cat confdefs.h >>conftest.$ac_ext
12004 cat >>conftest.$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12006 #include <$ac_header>
12007 _ACEOF
12008 if { (ac_try="$ac_cpp conftest.$ac_ext"
12009 case "(($ac_try" in
12010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12011 *) ac_try_echo=$ac_try;;
12012 esac
12013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12014 $as_echo "$ac_try_echo") >&5
12015 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12016 ac_status=$?
12017 grep -v '^ *+' conftest.er1 >conftest.err
12018 rm -f conftest.er1
12019 cat conftest.err >&5
12020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12021 (exit $ac_status); } >/dev/null && {
12022 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12023 test ! -s conftest.err
12024 }; then
12025 ac_header_preproc=yes
12026 else
12027 $as_echo "$as_me: failed program was:" >&5
12028 sed 's/^/| /' conftest.$ac_ext >&5
12030 ac_header_preproc=no
12033 rm -f conftest.err conftest.$ac_ext
12034 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12035 $as_echo "$ac_header_preproc" >&6; }
12037 # So? What about this header?
12038 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12039 yes:no: )
12040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12041 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12042 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12043 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12044 ac_header_preproc=yes
12046 no:yes:* )
12047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12050 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12052 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12053 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12054 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12055 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12056 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12057 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12058 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12059 ( cat <<\_ASBOX
12060 ## ------------------------------------ ##
12061 ## Report this to wine-devel@winehq.org ##
12062 ## ------------------------------------ ##
12063 _ASBOX
12064 ) | sed "s/^/$as_me: WARNING: /" >&2
12066 esac
12067 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12068 $as_echo_n "checking for $ac_header... " >&6; }
12069 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12070 $as_echo_n "(cached) " >&6
12071 else
12072 eval "$as_ac_Header=\$ac_header_preproc"
12074 ac_res=`eval 'as_val=${'$as_ac_Header'}
12075 $as_echo "$as_val"'`
12076 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12077 $as_echo "$ac_res" >&6; }
12080 as_val=`eval 'as_val=${'$as_ac_Header'}
12081 $as_echo "$as_val"'`
12082 if test "x$as_val" = x""yes; then
12083 cat >>confdefs.h <<_ACEOF
12084 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12085 _ACEOF
12087 for ac_header in audio/soundlib.h
12089 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12090 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12091 $as_echo_n "checking for $ac_header... " >&6; }
12092 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12093 $as_echo_n "(cached) " >&6
12094 else
12095 cat >conftest.$ac_ext <<_ACEOF
12096 /* confdefs.h. */
12097 _ACEOF
12098 cat confdefs.h >>conftest.$ac_ext
12099 cat >>conftest.$ac_ext <<_ACEOF
12100 /* end confdefs.h. */
12101 #include <audio/audiolib.h>
12103 #include <$ac_header>
12104 _ACEOF
12105 rm -f conftest.$ac_objext
12106 if { (ac_try="$ac_compile"
12107 case "(($ac_try" in
12108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12109 *) ac_try_echo=$ac_try;;
12110 esac
12111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12112 $as_echo "$ac_try_echo") >&5
12113 (eval "$ac_compile") 2>conftest.er1
12114 ac_status=$?
12115 grep -v '^ *+' conftest.er1 >conftest.err
12116 rm -f conftest.er1
12117 cat conftest.err >&5
12118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12119 (exit $ac_status); } && {
12120 test -z "$ac_c_werror_flag" ||
12121 test ! -s conftest.err
12122 } && test -s conftest.$ac_objext; then
12123 eval "$as_ac_Header=yes"
12124 else
12125 $as_echo "$as_me: failed program was:" >&5
12126 sed 's/^/| /' conftest.$ac_ext >&5
12128 eval "$as_ac_Header=no"
12131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12133 ac_res=`eval 'as_val=${'$as_ac_Header'}
12134 $as_echo "$as_val"'`
12135 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12136 $as_echo "$ac_res" >&6; }
12137 as_val=`eval 'as_val=${'$as_ac_Header'}
12138 $as_echo "$as_val"'`
12139 if test "x$as_val" = x""yes; then
12140 cat >>confdefs.h <<_ACEOF
12141 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12142 _ACEOF
12146 done
12148 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12149 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12150 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12151 $as_echo_n "(cached) " >&6
12152 else
12153 ac_check_lib_save_LIBS=$LIBS
12154 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12155 cat >conftest.$ac_ext <<_ACEOF
12156 /* confdefs.h. */
12157 _ACEOF
12158 cat confdefs.h >>conftest.$ac_ext
12159 cat >>conftest.$ac_ext <<_ACEOF
12160 /* end confdefs.h. */
12162 /* Override any GCC internal prototype to avoid an error.
12163 Use char because int might match the return type of a GCC
12164 builtin and then its argument prototype would still apply. */
12165 #ifdef __cplusplus
12166 extern "C"
12167 #endif
12168 char AuCreateFlow ();
12170 main ()
12172 return AuCreateFlow ();
12174 return 0;
12176 _ACEOF
12177 rm -f conftest.$ac_objext conftest$ac_exeext
12178 if { (ac_try="$ac_link"
12179 case "(($ac_try" in
12180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12181 *) ac_try_echo=$ac_try;;
12182 esac
12183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12184 $as_echo "$ac_try_echo") >&5
12185 (eval "$ac_link") 2>conftest.er1
12186 ac_status=$?
12187 grep -v '^ *+' conftest.er1 >conftest.err
12188 rm -f conftest.er1
12189 cat conftest.err >&5
12190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); } && {
12192 test -z "$ac_c_werror_flag" ||
12193 test ! -s conftest.err
12194 } && test -s conftest$ac_exeext && {
12195 test "$cross_compiling" = yes ||
12196 $as_test_x conftest$ac_exeext
12197 }; then
12198 ac_cv_lib_audio_AuCreateFlow=yes
12199 else
12200 $as_echo "$as_me: failed program was:" >&5
12201 sed 's/^/| /' conftest.$ac_ext >&5
12203 ac_cv_lib_audio_AuCreateFlow=no
12206 rm -rf conftest.dSYM
12207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12208 conftest$ac_exeext conftest.$ac_ext
12209 LIBS=$ac_check_lib_save_LIBS
12211 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12212 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12213 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12215 cat >>confdefs.h <<\_ACEOF
12216 #define HAVE_NAS 1
12217 _ACEOF
12219 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12220 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12221 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12222 $as_echo_n "(cached) " >&6
12223 else
12224 ac_check_lib_save_LIBS=$LIBS
12225 LIBS="-lXau $X_LIBS $LIBS"
12226 cat >conftest.$ac_ext <<_ACEOF
12227 /* confdefs.h. */
12228 _ACEOF
12229 cat confdefs.h >>conftest.$ac_ext
12230 cat >>conftest.$ac_ext <<_ACEOF
12231 /* end confdefs.h. */
12233 /* Override any GCC internal prototype to avoid an error.
12234 Use char because int might match the return type of a GCC
12235 builtin and then its argument prototype would still apply. */
12236 #ifdef __cplusplus
12237 extern "C"
12238 #endif
12239 char XauGetBestAuthByAddr ();
12241 main ()
12243 return XauGetBestAuthByAddr ();
12245 return 0;
12247 _ACEOF
12248 rm -f conftest.$ac_objext conftest$ac_exeext
12249 if { (ac_try="$ac_link"
12250 case "(($ac_try" in
12251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12252 *) ac_try_echo=$ac_try;;
12253 esac
12254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12255 $as_echo "$ac_try_echo") >&5
12256 (eval "$ac_link") 2>conftest.er1
12257 ac_status=$?
12258 grep -v '^ *+' conftest.er1 >conftest.err
12259 rm -f conftest.er1
12260 cat conftest.err >&5
12261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12262 (exit $ac_status); } && {
12263 test -z "$ac_c_werror_flag" ||
12264 test ! -s conftest.err
12265 } && test -s conftest$ac_exeext && {
12266 test "$cross_compiling" = yes ||
12267 $as_test_x conftest$ac_exeext
12268 }; then
12269 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12270 else
12271 $as_echo "$as_me: failed program was:" >&5
12272 sed 's/^/| /' conftest.$ac_ext >&5
12274 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12277 rm -rf conftest.dSYM
12278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12279 conftest$ac_exeext conftest.$ac_ext
12280 LIBS=$ac_check_lib_save_LIBS
12282 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12283 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12284 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12285 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12286 else
12287 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12295 done
12298 CPPFLAGS="$ac_save_CPPFLAGS"
12299 else
12300 XLIB=""
12301 X_CFLAGS=""
12302 X_LIBS=""
12303 enable_winex11_drv=${enable_winex11_drv:-no}
12304 enable_opengl32=${enable_opengl32:-no}
12305 enable_glu32=${enable_glu32:-no}
12307 if test "x$XLIB" = "x"; then
12308 case "x$with_x" in
12309 xno) ;;
12310 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12311 without X support, which probably isn't what you want. You will need to install
12312 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12313 Use the --without-x option if you really want this." >&5
12314 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12315 without X support, which probably isn't what you want. You will need to install
12316 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12317 Use the --without-x option if you really want this." >&2;}
12318 { (exit 1); exit 1; }; } ;;
12319 esac
12324 XML2LIBS=""
12326 XML2INCL=""
12328 XSLTINCL=""
12330 if test "x$with_xml" != "xno"
12331 then
12332 ac_save_CPPFLAGS="$CPPFLAGS"
12333 if test "$PKG_CONFIG" != "false"
12334 then
12335 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12336 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12337 else
12338 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12339 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12341 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12343 for ac_header in libxml/parser.h
12345 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12347 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12348 $as_echo_n "checking for $ac_header... " >&6; }
12349 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12350 $as_echo_n "(cached) " >&6
12352 ac_res=`eval 'as_val=${'$as_ac_Header'}
12353 $as_echo "$as_val"'`
12354 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12355 $as_echo "$ac_res" >&6; }
12356 else
12357 # Is the header compilable?
12358 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12359 $as_echo_n "checking $ac_header usability... " >&6; }
12360 cat >conftest.$ac_ext <<_ACEOF
12361 /* confdefs.h. */
12362 _ACEOF
12363 cat confdefs.h >>conftest.$ac_ext
12364 cat >>conftest.$ac_ext <<_ACEOF
12365 /* end confdefs.h. */
12366 $ac_includes_default
12367 #include <$ac_header>
12368 _ACEOF
12369 rm -f conftest.$ac_objext
12370 if { (ac_try="$ac_compile"
12371 case "(($ac_try" in
12372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12373 *) ac_try_echo=$ac_try;;
12374 esac
12375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12376 $as_echo "$ac_try_echo") >&5
12377 (eval "$ac_compile") 2>conftest.er1
12378 ac_status=$?
12379 grep -v '^ *+' conftest.er1 >conftest.err
12380 rm -f conftest.er1
12381 cat conftest.err >&5
12382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383 (exit $ac_status); } && {
12384 test -z "$ac_c_werror_flag" ||
12385 test ! -s conftest.err
12386 } && test -s conftest.$ac_objext; then
12387 ac_header_compiler=yes
12388 else
12389 $as_echo "$as_me: failed program was:" >&5
12390 sed 's/^/| /' conftest.$ac_ext >&5
12392 ac_header_compiler=no
12395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12396 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12397 $as_echo "$ac_header_compiler" >&6; }
12399 # Is the header present?
12400 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12401 $as_echo_n "checking $ac_header presence... " >&6; }
12402 cat >conftest.$ac_ext <<_ACEOF
12403 /* confdefs.h. */
12404 _ACEOF
12405 cat confdefs.h >>conftest.$ac_ext
12406 cat >>conftest.$ac_ext <<_ACEOF
12407 /* end confdefs.h. */
12408 #include <$ac_header>
12409 _ACEOF
12410 if { (ac_try="$ac_cpp conftest.$ac_ext"
12411 case "(($ac_try" in
12412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12413 *) ac_try_echo=$ac_try;;
12414 esac
12415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12416 $as_echo "$ac_try_echo") >&5
12417 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12418 ac_status=$?
12419 grep -v '^ *+' conftest.er1 >conftest.err
12420 rm -f conftest.er1
12421 cat conftest.err >&5
12422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); } >/dev/null && {
12424 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12425 test ! -s conftest.err
12426 }; then
12427 ac_header_preproc=yes
12428 else
12429 $as_echo "$as_me: failed program was:" >&5
12430 sed 's/^/| /' conftest.$ac_ext >&5
12432 ac_header_preproc=no
12435 rm -f conftest.err conftest.$ac_ext
12436 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12437 $as_echo "$ac_header_preproc" >&6; }
12439 # So? What about this header?
12440 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12441 yes:no: )
12442 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12443 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12444 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12445 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12446 ac_header_preproc=yes
12448 no:yes:* )
12449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12451 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12452 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12453 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12454 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12455 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12456 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12457 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12458 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12459 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12460 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12461 ( cat <<\_ASBOX
12462 ## ------------------------------------ ##
12463 ## Report this to wine-devel@winehq.org ##
12464 ## ------------------------------------ ##
12465 _ASBOX
12466 ) | sed "s/^/$as_me: WARNING: /" >&2
12468 esac
12469 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12470 $as_echo_n "checking for $ac_header... " >&6; }
12471 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12472 $as_echo_n "(cached) " >&6
12473 else
12474 eval "$as_ac_Header=\$ac_header_preproc"
12476 ac_res=`eval 'as_val=${'$as_ac_Header'}
12477 $as_echo "$as_val"'`
12478 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12479 $as_echo "$ac_res" >&6; }
12482 as_val=`eval 'as_val=${'$as_ac_Header'}
12483 $as_echo "$as_val"'`
12484 if test "x$as_val" = x""yes; then
12485 cat >>confdefs.h <<_ACEOF
12486 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12487 _ACEOF
12488 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12489 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12490 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12491 $as_echo_n "(cached) " >&6
12492 else
12493 ac_check_lib_save_LIBS=$LIBS
12494 LIBS="-lxml2 $ac_xml_libs $LIBS"
12495 cat >conftest.$ac_ext <<_ACEOF
12496 /* confdefs.h. */
12497 _ACEOF
12498 cat confdefs.h >>conftest.$ac_ext
12499 cat >>conftest.$ac_ext <<_ACEOF
12500 /* end confdefs.h. */
12502 /* Override any GCC internal prototype to avoid an error.
12503 Use char because int might match the return type of a GCC
12504 builtin and then its argument prototype would still apply. */
12505 #ifdef __cplusplus
12506 extern "C"
12507 #endif
12508 char xmlParseMemory ();
12510 main ()
12512 return xmlParseMemory ();
12514 return 0;
12516 _ACEOF
12517 rm -f conftest.$ac_objext conftest$ac_exeext
12518 if { (ac_try="$ac_link"
12519 case "(($ac_try" in
12520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12521 *) ac_try_echo=$ac_try;;
12522 esac
12523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12524 $as_echo "$ac_try_echo") >&5
12525 (eval "$ac_link") 2>conftest.er1
12526 ac_status=$?
12527 grep -v '^ *+' conftest.er1 >conftest.err
12528 rm -f conftest.er1
12529 cat conftest.err >&5
12530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } && {
12532 test -z "$ac_c_werror_flag" ||
12533 test ! -s conftest.err
12534 } && test -s conftest$ac_exeext && {
12535 test "$cross_compiling" = yes ||
12536 $as_test_x conftest$ac_exeext
12537 }; then
12538 ac_cv_lib_xml2_xmlParseMemory=yes
12539 else
12540 $as_echo "$as_me: failed program was:" >&5
12541 sed 's/^/| /' conftest.$ac_ext >&5
12543 ac_cv_lib_xml2_xmlParseMemory=no
12546 rm -rf conftest.dSYM
12547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12548 conftest$ac_exeext conftest.$ac_ext
12549 LIBS=$ac_check_lib_save_LIBS
12551 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12552 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12553 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12555 cat >>confdefs.h <<\_ACEOF
12556 #define HAVE_LIBXML2 1
12557 _ACEOF
12559 XML2LIBS="$ac_xml_libs"
12560 XML2INCL="$ac_xml_cflags"
12563 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12564 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12565 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12566 $as_echo_n "(cached) " >&6
12567 else
12568 ac_check_lib_save_LIBS=$LIBS
12569 LIBS="-lxml2 $ac_xml_libs $LIBS"
12570 cat >conftest.$ac_ext <<_ACEOF
12571 /* confdefs.h. */
12572 _ACEOF
12573 cat confdefs.h >>conftest.$ac_ext
12574 cat >>conftest.$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12577 /* Override any GCC internal prototype to avoid an error.
12578 Use char because int might match the return type of a GCC
12579 builtin and then its argument prototype would still apply. */
12580 #ifdef __cplusplus
12581 extern "C"
12582 #endif
12583 char xmlReadMemory ();
12585 main ()
12587 return xmlReadMemory ();
12589 return 0;
12591 _ACEOF
12592 rm -f conftest.$ac_objext conftest$ac_exeext
12593 if { (ac_try="$ac_link"
12594 case "(($ac_try" in
12595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12596 *) ac_try_echo=$ac_try;;
12597 esac
12598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12599 $as_echo "$ac_try_echo") >&5
12600 (eval "$ac_link") 2>conftest.er1
12601 ac_status=$?
12602 grep -v '^ *+' conftest.er1 >conftest.err
12603 rm -f conftest.er1
12604 cat conftest.err >&5
12605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12606 (exit $ac_status); } && {
12607 test -z "$ac_c_werror_flag" ||
12608 test ! -s conftest.err
12609 } && test -s conftest$ac_exeext && {
12610 test "$cross_compiling" = yes ||
12611 $as_test_x conftest$ac_exeext
12612 }; then
12613 ac_cv_lib_xml2_xmlReadMemory=yes
12614 else
12615 $as_echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.$ac_ext >&5
12618 ac_cv_lib_xml2_xmlReadMemory=no
12621 rm -rf conftest.dSYM
12622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12623 conftest$ac_exeext conftest.$ac_ext
12624 LIBS=$ac_check_lib_save_LIBS
12626 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12627 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12628 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12630 cat >>confdefs.h <<\_ACEOF
12631 #define HAVE_XMLREADMEMORY 1
12632 _ACEOF
12636 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12637 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12638 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12639 $as_echo_n "(cached) " >&6
12640 else
12641 ac_check_lib_save_LIBS=$LIBS
12642 LIBS="-lxml2 $ac_xml_libs $LIBS"
12643 cat >conftest.$ac_ext <<_ACEOF
12644 /* confdefs.h. */
12645 _ACEOF
12646 cat confdefs.h >>conftest.$ac_ext
12647 cat >>conftest.$ac_ext <<_ACEOF
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12653 #ifdef __cplusplus
12654 extern "C"
12655 #endif
12656 char xmlNewDocPI ();
12658 main ()
12660 return xmlNewDocPI ();
12662 return 0;
12664 _ACEOF
12665 rm -f conftest.$ac_objext conftest$ac_exeext
12666 if { (ac_try="$ac_link"
12667 case "(($ac_try" in
12668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12669 *) ac_try_echo=$ac_try;;
12670 esac
12671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12672 $as_echo "$ac_try_echo") >&5
12673 (eval "$ac_link") 2>conftest.er1
12674 ac_status=$?
12675 grep -v '^ *+' conftest.er1 >conftest.err
12676 rm -f conftest.er1
12677 cat conftest.err >&5
12678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12679 (exit $ac_status); } && {
12680 test -z "$ac_c_werror_flag" ||
12681 test ! -s conftest.err
12682 } && test -s conftest$ac_exeext && {
12683 test "$cross_compiling" = yes ||
12684 $as_test_x conftest$ac_exeext
12685 }; then
12686 ac_cv_lib_xml2_xmlNewDocPI=yes
12687 else
12688 $as_echo "$as_me: failed program was:" >&5
12689 sed 's/^/| /' conftest.$ac_ext >&5
12691 ac_cv_lib_xml2_xmlNewDocPI=no
12694 rm -rf conftest.dSYM
12695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12696 conftest$ac_exeext conftest.$ac_ext
12697 LIBS=$ac_check_lib_save_LIBS
12699 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12700 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12701 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12703 cat >>confdefs.h <<\_ACEOF
12704 #define HAVE_XMLNEWDOCPI 1
12705 _ACEOF
12712 done
12714 CPPFLAGS="$ac_save_CPPFLAGS"
12716 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12717 case "x$with_xml" in
12718 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12719 xno) ;;
12720 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12721 This is an error since --with-xml was requested." >&5
12722 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12723 This is an error since --with-xml was requested." >&2;}
12724 { (exit 1); exit 1; }; } ;;
12725 esac
12729 if test "x$with_xslt" != "xno"
12730 then
12731 if test "$PKG_CONFIG" != "false"
12732 then
12733 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12734 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12735 else
12736 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12737 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12739 ac_save_CPPFLAGS="$CPPFLAGS"
12740 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12743 for ac_header in libxslt/pattern.h libxslt/transform.h
12745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12746 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12747 $as_echo_n "checking for $ac_header... " >&6; }
12748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12749 $as_echo_n "(cached) " >&6
12750 else
12751 cat >conftest.$ac_ext <<_ACEOF
12752 /* confdefs.h. */
12753 _ACEOF
12754 cat confdefs.h >>conftest.$ac_ext
12755 cat >>conftest.$ac_ext <<_ACEOF
12756 /* end confdefs.h. */
12757 #ifdef HAVE_LIBXSLT_PATTERN_H
12758 # include <libxslt/pattern.h>
12759 #endif
12761 #include <$ac_header>
12762 _ACEOF
12763 rm -f conftest.$ac_objext
12764 if { (ac_try="$ac_compile"
12765 case "(($ac_try" in
12766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12767 *) ac_try_echo=$ac_try;;
12768 esac
12769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12770 $as_echo "$ac_try_echo") >&5
12771 (eval "$ac_compile") 2>conftest.er1
12772 ac_status=$?
12773 grep -v '^ *+' conftest.er1 >conftest.err
12774 rm -f conftest.er1
12775 cat conftest.err >&5
12776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && {
12778 test -z "$ac_c_werror_flag" ||
12779 test ! -s conftest.err
12780 } && test -s conftest.$ac_objext; then
12781 eval "$as_ac_Header=yes"
12782 else
12783 $as_echo "$as_me: failed program was:" >&5
12784 sed 's/^/| /' conftest.$ac_ext >&5
12786 eval "$as_ac_Header=no"
12789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12791 ac_res=`eval 'as_val=${'$as_ac_Header'}
12792 $as_echo "$as_val"'`
12793 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12794 $as_echo "$ac_res" >&6; }
12795 as_val=`eval 'as_val=${'$as_ac_Header'}
12796 $as_echo "$as_val"'`
12797 if test "x$as_val" = x""yes; then
12798 cat >>confdefs.h <<_ACEOF
12799 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12800 _ACEOF
12804 done
12806 CPPFLAGS="$ac_save_CPPFLAGS"
12807 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12808 then
12809 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12810 $as_echo_n "checking for -lxslt... " >&6; }
12811 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12812 $as_echo_n "(cached) " >&6
12813 else
12814 ac_check_soname_save_LIBS=$LIBS
12815 LIBS="-lxslt $ac_xslt_libs $LIBS"
12816 cat >conftest.$ac_ext <<_ACEOF
12817 /* confdefs.h. */
12818 _ACEOF
12819 cat confdefs.h >>conftest.$ac_ext
12820 cat >>conftest.$ac_ext <<_ACEOF
12821 /* end confdefs.h. */
12823 /* Override any GCC internal prototype to avoid an error.
12824 Use char because int might match the return type of a GCC
12825 builtin and then its argument prototype would still apply. */
12826 #ifdef __cplusplus
12827 extern "C"
12828 #endif
12829 char xsltCompilePattern ();
12831 main ()
12833 return xsltCompilePattern ();
12835 return 0;
12837 _ACEOF
12838 rm -f conftest.$ac_objext conftest$ac_exeext
12839 if { (ac_try="$ac_link"
12840 case "(($ac_try" in
12841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12842 *) ac_try_echo=$ac_try;;
12843 esac
12844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12845 $as_echo "$ac_try_echo") >&5
12846 (eval "$ac_link") 2>conftest.er1
12847 ac_status=$?
12848 grep -v '^ *+' conftest.er1 >conftest.err
12849 rm -f conftest.er1
12850 cat conftest.err >&5
12851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12852 (exit $ac_status); } && {
12853 test -z "$ac_c_werror_flag" ||
12854 test ! -s conftest.err
12855 } && test -s conftest$ac_exeext && {
12856 test "$cross_compiling" = yes ||
12857 $as_test_x conftest$ac_exeext
12858 }; then
12859 case "$LIBEXT" in
12860 dll) ;;
12861 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'` ;;
12862 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12863 esac
12864 else
12865 $as_echo "$as_me: failed program was:" >&5
12866 sed 's/^/| /' conftest.$ac_ext >&5
12871 rm -rf conftest.dSYM
12872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12873 conftest$ac_exeext conftest.$ac_ext
12874 LIBS=$ac_check_soname_save_LIBS
12876 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12877 { $as_echo "$as_me:$LINENO: result: not found" >&5
12878 $as_echo "not found" >&6; }
12880 else
12881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12882 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12884 cat >>confdefs.h <<_ACEOF
12885 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12886 _ACEOF
12888 XSLTINCL="$ac_xslt_cflags"
12893 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12894 case "x$with_xslt" in
12895 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12896 xno) ;;
12897 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12898 This is an error since --with-xslt was requested." >&5
12899 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12900 This is an error since --with-xslt was requested." >&2;}
12901 { (exit 1); exit 1; }; } ;;
12902 esac
12906 HALINCL=""
12908 if test "x$with_hal" != "xno"
12909 then
12910 ac_save_CPPFLAGS="$CPPFLAGS"
12911 if test "$PKG_CONFIG" != "false"
12912 then
12913 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12914 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12915 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12919 for ac_header in dbus/dbus.h hal/libhal.h
12921 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12923 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12924 $as_echo_n "checking for $ac_header... " >&6; }
12925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12926 $as_echo_n "(cached) " >&6
12928 ac_res=`eval 'as_val=${'$as_ac_Header'}
12929 $as_echo "$as_val"'`
12930 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12931 $as_echo "$ac_res" >&6; }
12932 else
12933 # Is the header compilable?
12934 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12935 $as_echo_n "checking $ac_header usability... " >&6; }
12936 cat >conftest.$ac_ext <<_ACEOF
12937 /* confdefs.h. */
12938 _ACEOF
12939 cat confdefs.h >>conftest.$ac_ext
12940 cat >>conftest.$ac_ext <<_ACEOF
12941 /* end confdefs.h. */
12942 $ac_includes_default
12943 #include <$ac_header>
12944 _ACEOF
12945 rm -f conftest.$ac_objext
12946 if { (ac_try="$ac_compile"
12947 case "(($ac_try" in
12948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12949 *) ac_try_echo=$ac_try;;
12950 esac
12951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12952 $as_echo "$ac_try_echo") >&5
12953 (eval "$ac_compile") 2>conftest.er1
12954 ac_status=$?
12955 grep -v '^ *+' conftest.er1 >conftest.err
12956 rm -f conftest.er1
12957 cat conftest.err >&5
12958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); } && {
12960 test -z "$ac_c_werror_flag" ||
12961 test ! -s conftest.err
12962 } && test -s conftest.$ac_objext; then
12963 ac_header_compiler=yes
12964 else
12965 $as_echo "$as_me: failed program was:" >&5
12966 sed 's/^/| /' conftest.$ac_ext >&5
12968 ac_header_compiler=no
12971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12972 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12973 $as_echo "$ac_header_compiler" >&6; }
12975 # Is the header present?
12976 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12977 $as_echo_n "checking $ac_header presence... " >&6; }
12978 cat >conftest.$ac_ext <<_ACEOF
12979 /* confdefs.h. */
12980 _ACEOF
12981 cat confdefs.h >>conftest.$ac_ext
12982 cat >>conftest.$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12984 #include <$ac_header>
12985 _ACEOF
12986 if { (ac_try="$ac_cpp conftest.$ac_ext"
12987 case "(($ac_try" in
12988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12989 *) ac_try_echo=$ac_try;;
12990 esac
12991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12992 $as_echo "$ac_try_echo") >&5
12993 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12994 ac_status=$?
12995 grep -v '^ *+' conftest.er1 >conftest.err
12996 rm -f conftest.er1
12997 cat conftest.err >&5
12998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12999 (exit $ac_status); } >/dev/null && {
13000 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13001 test ! -s conftest.err
13002 }; then
13003 ac_header_preproc=yes
13004 else
13005 $as_echo "$as_me: failed program was:" >&5
13006 sed 's/^/| /' conftest.$ac_ext >&5
13008 ac_header_preproc=no
13011 rm -f conftest.err conftest.$ac_ext
13012 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13013 $as_echo "$ac_header_preproc" >&6; }
13015 # So? What about this header?
13016 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13017 yes:no: )
13018 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13019 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13020 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13021 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13022 ac_header_preproc=yes
13024 no:yes:* )
13025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13028 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13029 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13030 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13031 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13032 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13033 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13034 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13035 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13036 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13037 ( cat <<\_ASBOX
13038 ## ------------------------------------ ##
13039 ## Report this to wine-devel@winehq.org ##
13040 ## ------------------------------------ ##
13041 _ASBOX
13042 ) | sed "s/^/$as_me: WARNING: /" >&2
13044 esac
13045 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13046 $as_echo_n "checking for $ac_header... " >&6; }
13047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13048 $as_echo_n "(cached) " >&6
13049 else
13050 eval "$as_ac_Header=\$ac_header_preproc"
13052 ac_res=`eval 'as_val=${'$as_ac_Header'}
13053 $as_echo "$as_val"'`
13054 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13055 $as_echo "$ac_res" >&6; }
13058 as_val=`eval 'as_val=${'$as_ac_Header'}
13059 $as_echo "$as_val"'`
13060 if test "x$as_val" = x""yes; then
13061 cat >>confdefs.h <<_ACEOF
13062 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13063 _ACEOF
13067 done
13069 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13070 then
13071 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13072 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13073 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13074 $as_echo_n "(cached) " >&6
13075 else
13076 ac_check_lib_save_LIBS=$LIBS
13077 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13078 cat >conftest.$ac_ext <<_ACEOF
13079 /* confdefs.h. */
13080 _ACEOF
13081 cat confdefs.h >>conftest.$ac_ext
13082 cat >>conftest.$ac_ext <<_ACEOF
13083 /* end confdefs.h. */
13085 /* Override any GCC internal prototype to avoid an error.
13086 Use char because int might match the return type of a GCC
13087 builtin and then its argument prototype would still apply. */
13088 #ifdef __cplusplus
13089 extern "C"
13090 #endif
13091 char dbus_connection_close ();
13093 main ()
13095 return dbus_connection_close ();
13097 return 0;
13099 _ACEOF
13100 rm -f conftest.$ac_objext conftest$ac_exeext
13101 if { (ac_try="$ac_link"
13102 case "(($ac_try" in
13103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13104 *) ac_try_echo=$ac_try;;
13105 esac
13106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13107 $as_echo "$ac_try_echo") >&5
13108 (eval "$ac_link") 2>conftest.er1
13109 ac_status=$?
13110 grep -v '^ *+' conftest.er1 >conftest.err
13111 rm -f conftest.er1
13112 cat conftest.err >&5
13113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13114 (exit $ac_status); } && {
13115 test -z "$ac_c_werror_flag" ||
13116 test ! -s conftest.err
13117 } && test -s conftest$ac_exeext && {
13118 test "$cross_compiling" = yes ||
13119 $as_test_x conftest$ac_exeext
13120 }; then
13121 ac_cv_lib_dbus_1_dbus_connection_close=yes
13122 else
13123 $as_echo "$as_me: failed program was:" >&5
13124 sed 's/^/| /' conftest.$ac_ext >&5
13126 ac_cv_lib_dbus_1_dbus_connection_close=no
13129 rm -rf conftest.dSYM
13130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13131 conftest$ac_exeext conftest.$ac_ext
13132 LIBS=$ac_check_lib_save_LIBS
13134 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13135 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13136 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13137 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13138 $as_echo_n "checking for -lhal... " >&6; }
13139 if test "${ac_cv_lib_soname_hal+set}" = set; then
13140 $as_echo_n "(cached) " >&6
13141 else
13142 ac_check_soname_save_LIBS=$LIBS
13143 LIBS="-lhal $ac_hal_libs $LIBS"
13144 cat >conftest.$ac_ext <<_ACEOF
13145 /* confdefs.h. */
13146 _ACEOF
13147 cat confdefs.h >>conftest.$ac_ext
13148 cat >>conftest.$ac_ext <<_ACEOF
13149 /* end confdefs.h. */
13151 /* Override any GCC internal prototype to avoid an error.
13152 Use char because int might match the return type of a GCC
13153 builtin and then its argument prototype would still apply. */
13154 #ifdef __cplusplus
13155 extern "C"
13156 #endif
13157 char libhal_ctx_new ();
13159 main ()
13161 return libhal_ctx_new ();
13163 return 0;
13165 _ACEOF
13166 rm -f conftest.$ac_objext conftest$ac_exeext
13167 if { (ac_try="$ac_link"
13168 case "(($ac_try" in
13169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13170 *) ac_try_echo=$ac_try;;
13171 esac
13172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13173 $as_echo "$ac_try_echo") >&5
13174 (eval "$ac_link") 2>conftest.er1
13175 ac_status=$?
13176 grep -v '^ *+' conftest.er1 >conftest.err
13177 rm -f conftest.er1
13178 cat conftest.err >&5
13179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); } && {
13181 test -z "$ac_c_werror_flag" ||
13182 test ! -s conftest.err
13183 } && test -s conftest$ac_exeext && {
13184 test "$cross_compiling" = yes ||
13185 $as_test_x conftest$ac_exeext
13186 }; then
13187 case "$LIBEXT" in
13188 dll) ;;
13189 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'` ;;
13190 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13191 esac
13192 else
13193 $as_echo "$as_me: failed program was:" >&5
13194 sed 's/^/| /' conftest.$ac_ext >&5
13199 rm -rf conftest.dSYM
13200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13201 conftest$ac_exeext conftest.$ac_ext
13202 LIBS=$ac_check_soname_save_LIBS
13204 if test "x$ac_cv_lib_soname_hal" = "x"; then
13205 { $as_echo "$as_me:$LINENO: result: not found" >&5
13206 $as_echo "not found" >&6; }
13208 else
13209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13210 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13212 cat >>confdefs.h <<_ACEOF
13213 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13214 _ACEOF
13216 HALINCL="$ac_hal_cflags"
13222 CPPFLAGS="$ac_save_CPPFLAGS"
13224 if test "x$ac_cv_lib_soname_hal" = "x"; then
13225 case "x$with_hal" in
13226 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13227 xno) ;;
13228 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13229 This is an error since --with-hal was requested." >&5
13230 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13231 This is an error since --with-hal was requested." >&2;}
13232 { (exit 1); exit 1; }; } ;;
13233 esac
13237 if test "x$with_gnutls" != "xno"
13238 then
13239 ac_save_CPPFLAGS="$CPPFLAGS"
13240 if test "$PKG_CONFIG" != "false"
13241 then
13242 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13243 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13244 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13246 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13247 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13248 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13249 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13250 $as_echo_n "(cached) " >&6
13252 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13253 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13254 else
13255 # Is the header compilable?
13256 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13257 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13258 cat >conftest.$ac_ext <<_ACEOF
13259 /* confdefs.h. */
13260 _ACEOF
13261 cat confdefs.h >>conftest.$ac_ext
13262 cat >>conftest.$ac_ext <<_ACEOF
13263 /* end confdefs.h. */
13264 $ac_includes_default
13265 #include <gnutls/gnutls.h>
13266 _ACEOF
13267 rm -f conftest.$ac_objext
13268 if { (ac_try="$ac_compile"
13269 case "(($ac_try" in
13270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13271 *) ac_try_echo=$ac_try;;
13272 esac
13273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13274 $as_echo "$ac_try_echo") >&5
13275 (eval "$ac_compile") 2>conftest.er1
13276 ac_status=$?
13277 grep -v '^ *+' conftest.er1 >conftest.err
13278 rm -f conftest.er1
13279 cat conftest.err >&5
13280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13281 (exit $ac_status); } && {
13282 test -z "$ac_c_werror_flag" ||
13283 test ! -s conftest.err
13284 } && test -s conftest.$ac_objext; then
13285 ac_header_compiler=yes
13286 else
13287 $as_echo "$as_me: failed program was:" >&5
13288 sed 's/^/| /' conftest.$ac_ext >&5
13290 ac_header_compiler=no
13293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13294 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13295 $as_echo "$ac_header_compiler" >&6; }
13297 # Is the header present?
13298 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13299 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13300 cat >conftest.$ac_ext <<_ACEOF
13301 /* confdefs.h. */
13302 _ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h. */
13306 #include <gnutls/gnutls.h>
13307 _ACEOF
13308 if { (ac_try="$ac_cpp conftest.$ac_ext"
13309 case "(($ac_try" in
13310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13311 *) ac_try_echo=$ac_try;;
13312 esac
13313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13314 $as_echo "$ac_try_echo") >&5
13315 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13316 ac_status=$?
13317 grep -v '^ *+' conftest.er1 >conftest.err
13318 rm -f conftest.er1
13319 cat conftest.err >&5
13320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13321 (exit $ac_status); } >/dev/null && {
13322 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13323 test ! -s conftest.err
13324 }; then
13325 ac_header_preproc=yes
13326 else
13327 $as_echo "$as_me: failed program was:" >&5
13328 sed 's/^/| /' conftest.$ac_ext >&5
13330 ac_header_preproc=no
13333 rm -f conftest.err conftest.$ac_ext
13334 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13335 $as_echo "$ac_header_preproc" >&6; }
13337 # So? What about this header?
13338 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13339 yes:no: )
13340 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13341 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13342 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13343 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13344 ac_header_preproc=yes
13346 no:yes:* )
13347 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13349 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13350 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13351 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13352 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13353 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13354 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13355 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13356 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13357 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13358 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13359 ( cat <<\_ASBOX
13360 ## ------------------------------------ ##
13361 ## Report this to wine-devel@winehq.org ##
13362 ## ------------------------------------ ##
13363 _ASBOX
13364 ) | sed "s/^/$as_me: WARNING: /" >&2
13366 esac
13367 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13368 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13369 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13370 $as_echo_n "(cached) " >&6
13371 else
13372 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13374 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13375 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13378 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13379 cat >conftest.$ac_ext <<_ACEOF
13380 /* confdefs.h. */
13381 _ACEOF
13382 cat confdefs.h >>conftest.$ac_ext
13383 cat >>conftest.$ac_ext <<_ACEOF
13384 /* end confdefs.h. */
13385 #include <gnutls/gnutls.h>
13387 main ()
13389 typeof(gnutls_mac_get_key_size) *pfunc;
13391 return 0;
13393 _ACEOF
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398 *) ac_try_echo=$ac_try;;
13399 esac
13400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13401 $as_echo "$ac_try_echo") >&5
13402 (eval "$ac_compile") 2>conftest.er1
13403 ac_status=$?
13404 grep -v '^ *+' conftest.er1 >conftest.err
13405 rm -f conftest.er1
13406 cat conftest.err >&5
13407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408 (exit $ac_status); } && {
13409 test -z "$ac_c_werror_flag" ||
13410 test ! -s conftest.err
13411 } && test -s conftest.$ac_objext; then
13412 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13413 $as_echo_n "checking for -lgnutls... " >&6; }
13414 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13415 $as_echo_n "(cached) " >&6
13416 else
13417 ac_check_soname_save_LIBS=$LIBS
13418 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13419 cat >conftest.$ac_ext <<_ACEOF
13420 /* confdefs.h. */
13421 _ACEOF
13422 cat confdefs.h >>conftest.$ac_ext
13423 cat >>conftest.$ac_ext <<_ACEOF
13424 /* end confdefs.h. */
13426 /* Override any GCC internal prototype to avoid an error.
13427 Use char because int might match the return type of a GCC
13428 builtin and then its argument prototype would still apply. */
13429 #ifdef __cplusplus
13430 extern "C"
13431 #endif
13432 char gnutls_global_init ();
13434 main ()
13436 return gnutls_global_init ();
13438 return 0;
13440 _ACEOF
13441 rm -f conftest.$ac_objext conftest$ac_exeext
13442 if { (ac_try="$ac_link"
13443 case "(($ac_try" in
13444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13445 *) ac_try_echo=$ac_try;;
13446 esac
13447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13448 $as_echo "$ac_try_echo") >&5
13449 (eval "$ac_link") 2>conftest.er1
13450 ac_status=$?
13451 grep -v '^ *+' conftest.er1 >conftest.err
13452 rm -f conftest.er1
13453 cat conftest.err >&5
13454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13455 (exit $ac_status); } && {
13456 test -z "$ac_c_werror_flag" ||
13457 test ! -s conftest.err
13458 } && test -s conftest$ac_exeext && {
13459 test "$cross_compiling" = yes ||
13460 $as_test_x conftest$ac_exeext
13461 }; then
13462 case "$LIBEXT" in
13463 dll) ;;
13464 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'` ;;
13465 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13466 esac
13467 else
13468 $as_echo "$as_me: failed program was:" >&5
13469 sed 's/^/| /' conftest.$ac_ext >&5
13474 rm -rf conftest.dSYM
13475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13476 conftest$ac_exeext conftest.$ac_ext
13477 LIBS=$ac_check_soname_save_LIBS
13479 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13480 { $as_echo "$as_me:$LINENO: result: not found" >&5
13481 $as_echo "not found" >&6; }
13483 else
13484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13485 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13487 cat >>confdefs.h <<_ACEOF
13488 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13489 _ACEOF
13491 GNUTLSINCL="$ac_gnutls_cflags"
13495 else
13496 $as_echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.$ac_ext >&5
13502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13506 CPPFLAGS="$ac_save_CPPFLAGS"
13508 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13509 case "x$with_gnutls" in
13510 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13511 xno) ;;
13512 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13513 This is an error since --with-gnutls was requested." >&5
13514 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13515 This is an error since --with-gnutls was requested." >&2;}
13516 { (exit 1); exit 1; }; } ;;
13517 esac
13521 CURSESLIBS=""
13522 if test "$ac_cv_header_ncurses_h" = "yes"
13523 then
13524 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13525 $as_echo_n "checking for -lncurses... " >&6; }
13526 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13527 $as_echo_n "(cached) " >&6
13528 else
13529 ac_check_soname_save_LIBS=$LIBS
13530 LIBS="-lncurses $LIBS"
13531 cat >conftest.$ac_ext <<_ACEOF
13532 /* confdefs.h. */
13533 _ACEOF
13534 cat confdefs.h >>conftest.$ac_ext
13535 cat >>conftest.$ac_ext <<_ACEOF
13536 /* end confdefs.h. */
13538 /* Override any GCC internal prototype to avoid an error.
13539 Use char because int might match the return type of a GCC
13540 builtin and then its argument prototype would still apply. */
13541 #ifdef __cplusplus
13542 extern "C"
13543 #endif
13544 char waddch ();
13546 main ()
13548 return waddch ();
13550 return 0;
13552 _ACEOF
13553 rm -f conftest.$ac_objext conftest$ac_exeext
13554 if { (ac_try="$ac_link"
13555 case "(($ac_try" in
13556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13557 *) ac_try_echo=$ac_try;;
13558 esac
13559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13560 $as_echo "$ac_try_echo") >&5
13561 (eval "$ac_link") 2>conftest.er1
13562 ac_status=$?
13563 grep -v '^ *+' conftest.er1 >conftest.err
13564 rm -f conftest.er1
13565 cat conftest.err >&5
13566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13567 (exit $ac_status); } && {
13568 test -z "$ac_c_werror_flag" ||
13569 test ! -s conftest.err
13570 } && test -s conftest$ac_exeext && {
13571 test "$cross_compiling" = yes ||
13572 $as_test_x conftest$ac_exeext
13573 }; then
13574 case "$LIBEXT" in
13575 dll) ;;
13576 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'` ;;
13577 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13578 esac
13579 else
13580 $as_echo "$as_me: failed program was:" >&5
13581 sed 's/^/| /' conftest.$ac_ext >&5
13586 rm -rf conftest.dSYM
13587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13588 conftest$ac_exeext conftest.$ac_ext
13589 LIBS=$ac_check_soname_save_LIBS
13591 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13592 { $as_echo "$as_me:$LINENO: result: not found" >&5
13593 $as_echo "not found" >&6; }
13595 else
13596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13597 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13599 cat >>confdefs.h <<_ACEOF
13600 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13601 _ACEOF
13603 CURSESLIBS="-lncurses"
13606 elif test "$ac_cv_header_curses_h" = "yes"
13607 then
13608 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13609 $as_echo_n "checking for -lcurses... " >&6; }
13610 if test "${ac_cv_lib_soname_curses+set}" = set; then
13611 $as_echo_n "(cached) " >&6
13612 else
13613 ac_check_soname_save_LIBS=$LIBS
13614 LIBS="-lcurses $LIBS"
13615 cat >conftest.$ac_ext <<_ACEOF
13616 /* confdefs.h. */
13617 _ACEOF
13618 cat confdefs.h >>conftest.$ac_ext
13619 cat >>conftest.$ac_ext <<_ACEOF
13620 /* end confdefs.h. */
13622 /* Override any GCC internal prototype to avoid an error.
13623 Use char because int might match the return type of a GCC
13624 builtin and then its argument prototype would still apply. */
13625 #ifdef __cplusplus
13626 extern "C"
13627 #endif
13628 char waddch ();
13630 main ()
13632 return waddch ();
13634 return 0;
13636 _ACEOF
13637 rm -f conftest.$ac_objext conftest$ac_exeext
13638 if { (ac_try="$ac_link"
13639 case "(($ac_try" in
13640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13641 *) ac_try_echo=$ac_try;;
13642 esac
13643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13644 $as_echo "$ac_try_echo") >&5
13645 (eval "$ac_link") 2>conftest.er1
13646 ac_status=$?
13647 grep -v '^ *+' conftest.er1 >conftest.err
13648 rm -f conftest.er1
13649 cat conftest.err >&5
13650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); } && {
13652 test -z "$ac_c_werror_flag" ||
13653 test ! -s conftest.err
13654 } && test -s conftest$ac_exeext && {
13655 test "$cross_compiling" = yes ||
13656 $as_test_x conftest$ac_exeext
13657 }; then
13658 case "$LIBEXT" in
13659 dll) ;;
13660 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'` ;;
13661 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13662 esac
13663 else
13664 $as_echo "$as_me: failed program was:" >&5
13665 sed 's/^/| /' conftest.$ac_ext >&5
13670 rm -rf conftest.dSYM
13671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13672 conftest$ac_exeext conftest.$ac_ext
13673 LIBS=$ac_check_soname_save_LIBS
13675 if test "x$ac_cv_lib_soname_curses" = "x"; then
13676 { $as_echo "$as_me:$LINENO: result: not found" >&5
13677 $as_echo "not found" >&6; }
13679 else
13680 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13681 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13683 cat >>confdefs.h <<_ACEOF
13684 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13685 _ACEOF
13687 CURSESLIBS="-lcurses"
13691 ac_save_LIBS="$LIBS"
13692 LIBS="$LIBS $CURSESLIBS"
13694 for ac_func in mousemask
13696 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13697 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13698 $as_echo_n "checking for $ac_func... " >&6; }
13699 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13700 $as_echo_n "(cached) " >&6
13701 else
13702 cat >conftest.$ac_ext <<_ACEOF
13703 /* confdefs.h. */
13704 _ACEOF
13705 cat confdefs.h >>conftest.$ac_ext
13706 cat >>conftest.$ac_ext <<_ACEOF
13707 /* end confdefs.h. */
13708 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13709 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13710 #define $ac_func innocuous_$ac_func
13712 /* System header to define __stub macros and hopefully few prototypes,
13713 which can conflict with char $ac_func (); below.
13714 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13715 <limits.h> exists even on freestanding compilers. */
13717 #ifdef __STDC__
13718 # include <limits.h>
13719 #else
13720 # include <assert.h>
13721 #endif
13723 #undef $ac_func
13725 /* Override any GCC internal prototype to avoid an error.
13726 Use char because int might match the return type of a GCC
13727 builtin and then its argument prototype would still apply. */
13728 #ifdef __cplusplus
13729 extern "C"
13730 #endif
13731 char $ac_func ();
13732 /* The GNU C library defines this for functions which it implements
13733 to always fail with ENOSYS. Some functions are actually named
13734 something starting with __ and the normal name is an alias. */
13735 #if defined __stub_$ac_func || defined __stub___$ac_func
13736 choke me
13737 #endif
13740 main ()
13742 return $ac_func ();
13744 return 0;
13746 _ACEOF
13747 rm -f conftest.$ac_objext conftest$ac_exeext
13748 if { (ac_try="$ac_link"
13749 case "(($ac_try" in
13750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13751 *) ac_try_echo=$ac_try;;
13752 esac
13753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13754 $as_echo "$ac_try_echo") >&5
13755 (eval "$ac_link") 2>conftest.er1
13756 ac_status=$?
13757 grep -v '^ *+' conftest.er1 >conftest.err
13758 rm -f conftest.er1
13759 cat conftest.err >&5
13760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13761 (exit $ac_status); } && {
13762 test -z "$ac_c_werror_flag" ||
13763 test ! -s conftest.err
13764 } && test -s conftest$ac_exeext && {
13765 test "$cross_compiling" = yes ||
13766 $as_test_x conftest$ac_exeext
13767 }; then
13768 eval "$as_ac_var=yes"
13769 else
13770 $as_echo "$as_me: failed program was:" >&5
13771 sed 's/^/| /' conftest.$ac_ext >&5
13773 eval "$as_ac_var=no"
13776 rm -rf conftest.dSYM
13777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13778 conftest$ac_exeext conftest.$ac_ext
13780 ac_res=`eval 'as_val=${'$as_ac_var'}
13781 $as_echo "$as_val"'`
13782 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13783 $as_echo "$ac_res" >&6; }
13784 as_val=`eval 'as_val=${'$as_ac_var'}
13785 $as_echo "$as_val"'`
13786 if test "x$as_val" = x""yes; then
13787 cat >>confdefs.h <<_ACEOF
13788 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13789 _ACEOF
13792 done
13794 LIBS="$ac_save_LIBS"
13795 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13796 case "x$with_curses" in
13797 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13798 xno) ;;
13799 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13800 This is an error since --with-curses was requested." >&5
13801 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13802 This is an error since --with-curses was requested." >&2;}
13803 { (exit 1); exit 1; }; } ;;
13804 esac
13808 if test "x$with_sane" != "xno"
13809 then
13810 ac_save_CPPFLAGS="$CPPFLAGS"
13811 # Extract the first word of "sane-config", so it can be a program name with args.
13812 set dummy sane-config; ac_word=$2
13813 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13814 $as_echo_n "checking for $ac_word... " >&6; }
13815 if test "${ac_cv_prog_sane_devel+set}" = set; then
13816 $as_echo_n "(cached) " >&6
13817 else
13818 if test -n "$sane_devel"; then
13819 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13820 else
13821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13822 for as_dir in $PATH
13824 IFS=$as_save_IFS
13825 test -z "$as_dir" && as_dir=.
13826 for ac_exec_ext in '' $ac_executable_extensions; do
13827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13828 ac_cv_prog_sane_devel="sane-config"
13829 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13830 break 2
13832 done
13833 done
13834 IFS=$as_save_IFS
13836 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13839 sane_devel=$ac_cv_prog_sane_devel
13840 if test -n "$sane_devel"; then
13841 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13842 $as_echo "$sane_devel" >&6; }
13843 else
13844 { $as_echo "$as_me:$LINENO: result: no" >&5
13845 $as_echo "no" >&6; }
13849 if test "$sane_devel" != "no"
13850 then
13851 ac_sane_incl="`$sane_devel --cflags`"
13852 ac_sane_libs="`$sane_devel --ldflags`"
13853 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13855 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13856 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13857 $as_echo_n "checking for sane/sane.h... " >&6; }
13858 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13859 $as_echo_n "(cached) " >&6
13861 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13862 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13863 else
13864 # Is the header compilable?
13865 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13866 $as_echo_n "checking sane/sane.h usability... " >&6; }
13867 cat >conftest.$ac_ext <<_ACEOF
13868 /* confdefs.h. */
13869 _ACEOF
13870 cat confdefs.h >>conftest.$ac_ext
13871 cat >>conftest.$ac_ext <<_ACEOF
13872 /* end confdefs.h. */
13873 $ac_includes_default
13874 #include <sane/sane.h>
13875 _ACEOF
13876 rm -f conftest.$ac_objext
13877 if { (ac_try="$ac_compile"
13878 case "(($ac_try" in
13879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13880 *) ac_try_echo=$ac_try;;
13881 esac
13882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13883 $as_echo "$ac_try_echo") >&5
13884 (eval "$ac_compile") 2>conftest.er1
13885 ac_status=$?
13886 grep -v '^ *+' conftest.er1 >conftest.err
13887 rm -f conftest.er1
13888 cat conftest.err >&5
13889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13890 (exit $ac_status); } && {
13891 test -z "$ac_c_werror_flag" ||
13892 test ! -s conftest.err
13893 } && test -s conftest.$ac_objext; then
13894 ac_header_compiler=yes
13895 else
13896 $as_echo "$as_me: failed program was:" >&5
13897 sed 's/^/| /' conftest.$ac_ext >&5
13899 ac_header_compiler=no
13902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13903 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13904 $as_echo "$ac_header_compiler" >&6; }
13906 # Is the header present?
13907 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13908 $as_echo_n "checking sane/sane.h presence... " >&6; }
13909 cat >conftest.$ac_ext <<_ACEOF
13910 /* confdefs.h. */
13911 _ACEOF
13912 cat confdefs.h >>conftest.$ac_ext
13913 cat >>conftest.$ac_ext <<_ACEOF
13914 /* end confdefs.h. */
13915 #include <sane/sane.h>
13916 _ACEOF
13917 if { (ac_try="$ac_cpp conftest.$ac_ext"
13918 case "(($ac_try" in
13919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13920 *) ac_try_echo=$ac_try;;
13921 esac
13922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13923 $as_echo "$ac_try_echo") >&5
13924 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13925 ac_status=$?
13926 grep -v '^ *+' conftest.er1 >conftest.err
13927 rm -f conftest.er1
13928 cat conftest.err >&5
13929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13930 (exit $ac_status); } >/dev/null && {
13931 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13932 test ! -s conftest.err
13933 }; then
13934 ac_header_preproc=yes
13935 else
13936 $as_echo "$as_me: failed program was:" >&5
13937 sed 's/^/| /' conftest.$ac_ext >&5
13939 ac_header_preproc=no
13942 rm -f conftest.err conftest.$ac_ext
13943 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13944 $as_echo "$ac_header_preproc" >&6; }
13946 # So? What about this header?
13947 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13948 yes:no: )
13949 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13950 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13951 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13952 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13953 ac_header_preproc=yes
13955 no:yes:* )
13956 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13958 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13959 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13960 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13961 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13962 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13963 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13964 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13965 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13966 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13967 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13968 ( cat <<\_ASBOX
13969 ## ------------------------------------ ##
13970 ## Report this to wine-devel@winehq.org ##
13971 ## ------------------------------------ ##
13972 _ASBOX
13973 ) | sed "s/^/$as_me: WARNING: /" >&2
13975 esac
13976 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13977 $as_echo_n "checking for sane/sane.h... " >&6; }
13978 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13979 $as_echo_n "(cached) " >&6
13980 else
13981 ac_cv_header_sane_sane_h=$ac_header_preproc
13983 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13984 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13987 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13988 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13989 $as_echo_n "checking for -lsane... " >&6; }
13990 if test "${ac_cv_lib_soname_sane+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_check_soname_save_LIBS=$LIBS
13994 LIBS="-lsane $ac_sane_libs $LIBS"
13995 cat >conftest.$ac_ext <<_ACEOF
13996 /* confdefs.h. */
13997 _ACEOF
13998 cat confdefs.h >>conftest.$ac_ext
13999 cat >>conftest.$ac_ext <<_ACEOF
14000 /* end confdefs.h. */
14002 /* Override any GCC internal prototype to avoid an error.
14003 Use char because int might match the return type of a GCC
14004 builtin and then its argument prototype would still apply. */
14005 #ifdef __cplusplus
14006 extern "C"
14007 #endif
14008 char sane_init ();
14010 main ()
14012 return sane_init ();
14014 return 0;
14016 _ACEOF
14017 rm -f conftest.$ac_objext conftest$ac_exeext
14018 if { (ac_try="$ac_link"
14019 case "(($ac_try" in
14020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14021 *) ac_try_echo=$ac_try;;
14022 esac
14023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14024 $as_echo "$ac_try_echo") >&5
14025 (eval "$ac_link") 2>conftest.er1
14026 ac_status=$?
14027 grep -v '^ *+' conftest.er1 >conftest.err
14028 rm -f conftest.er1
14029 cat conftest.err >&5
14030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14031 (exit $ac_status); } && {
14032 test -z "$ac_c_werror_flag" ||
14033 test ! -s conftest.err
14034 } && test -s conftest$ac_exeext && {
14035 test "$cross_compiling" = yes ||
14036 $as_test_x conftest$ac_exeext
14037 }; then
14038 case "$LIBEXT" in
14039 dll) ;;
14040 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'` ;;
14041 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14042 esac
14043 else
14044 $as_echo "$as_me: failed program was:" >&5
14045 sed 's/^/| /' conftest.$ac_ext >&5
14050 rm -rf conftest.dSYM
14051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14052 conftest$ac_exeext conftest.$ac_ext
14053 LIBS=$ac_check_soname_save_LIBS
14055 if test "x$ac_cv_lib_soname_sane" = "x"; then
14056 { $as_echo "$as_me:$LINENO: result: not found" >&5
14057 $as_echo "not found" >&6; }
14059 else
14060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14061 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14063 cat >>confdefs.h <<_ACEOF
14064 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14065 _ACEOF
14067 SANEINCL="$ac_sane_incl"
14074 CPPFLAGS="$ac_save_CPPFLAGS"
14076 if test "x$ac_cv_lib_soname_sane" = "x"; then
14077 case "x$with_sane" in
14078 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14079 xno) ;;
14080 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14081 This is an error since --with-sane was requested." >&5
14082 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14083 This is an error since --with-sane was requested." >&2;}
14084 { (exit 1); exit 1; }; } ;;
14085 esac
14089 if test "x$with_gphoto" != "xno"
14090 then
14091 ac_save_CPPFLAGS="$CPPFLAGS"
14092 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14093 set dummy gphoto2-config; ac_word=$2
14094 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14095 $as_echo_n "checking for $ac_word... " >&6; }
14096 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14097 $as_echo_n "(cached) " >&6
14098 else
14099 if test -n "$gphoto2_devel"; then
14100 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14101 else
14102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14103 for as_dir in $PATH
14105 IFS=$as_save_IFS
14106 test -z "$as_dir" && as_dir=.
14107 for ac_exec_ext in '' $ac_executable_extensions; do
14108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14109 ac_cv_prog_gphoto2_devel="gphoto2-config"
14110 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14111 break 2
14113 done
14114 done
14115 IFS=$as_save_IFS
14117 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14120 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14121 if test -n "$gphoto2_devel"; then
14122 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14123 $as_echo "$gphoto2_devel" >&6; }
14124 else
14125 { $as_echo "$as_me:$LINENO: result: no" >&5
14126 $as_echo "no" >&6; }
14130 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14131 set dummy gphoto2-port-config; ac_word=$2
14132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14133 $as_echo_n "checking for $ac_word... " >&6; }
14134 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14135 $as_echo_n "(cached) " >&6
14136 else
14137 if test -n "$gphoto2port_devel"; then
14138 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14139 else
14140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14141 for as_dir in $PATH
14143 IFS=$as_save_IFS
14144 test -z "$as_dir" && as_dir=.
14145 for ac_exec_ext in '' $ac_executable_extensions; do
14146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14147 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14149 break 2
14151 done
14152 done
14153 IFS=$as_save_IFS
14155 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14158 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14159 if test -n "$gphoto2port_devel"; then
14160 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14161 $as_echo "$gphoto2port_devel" >&6; }
14162 else
14163 { $as_echo "$as_me:$LINENO: result: no" >&5
14164 $as_echo "no" >&6; }
14168 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14169 then
14170 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14171 ac_gphoto2_libs=""
14172 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14174 case "$i" in
14175 -L/usr/lib|-L/usr/lib64) ;;
14176 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14177 esac
14178 done
14179 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14181 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14182 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14183 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14184 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14185 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14186 $as_echo_n "(cached) " >&6
14188 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14189 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14190 else
14191 # Is the header compilable?
14192 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14193 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14194 cat >conftest.$ac_ext <<_ACEOF
14195 /* confdefs.h. */
14196 _ACEOF
14197 cat confdefs.h >>conftest.$ac_ext
14198 cat >>conftest.$ac_ext <<_ACEOF
14199 /* end confdefs.h. */
14200 $ac_includes_default
14201 #include <gphoto2-camera.h>
14202 _ACEOF
14203 rm -f conftest.$ac_objext
14204 if { (ac_try="$ac_compile"
14205 case "(($ac_try" in
14206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14207 *) ac_try_echo=$ac_try;;
14208 esac
14209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14210 $as_echo "$ac_try_echo") >&5
14211 (eval "$ac_compile") 2>conftest.er1
14212 ac_status=$?
14213 grep -v '^ *+' conftest.er1 >conftest.err
14214 rm -f conftest.er1
14215 cat conftest.err >&5
14216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14217 (exit $ac_status); } && {
14218 test -z "$ac_c_werror_flag" ||
14219 test ! -s conftest.err
14220 } && test -s conftest.$ac_objext; then
14221 ac_header_compiler=yes
14222 else
14223 $as_echo "$as_me: failed program was:" >&5
14224 sed 's/^/| /' conftest.$ac_ext >&5
14226 ac_header_compiler=no
14229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14230 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14231 $as_echo "$ac_header_compiler" >&6; }
14233 # Is the header present?
14234 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14235 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14236 cat >conftest.$ac_ext <<_ACEOF
14237 /* confdefs.h. */
14238 _ACEOF
14239 cat confdefs.h >>conftest.$ac_ext
14240 cat >>conftest.$ac_ext <<_ACEOF
14241 /* end confdefs.h. */
14242 #include <gphoto2-camera.h>
14243 _ACEOF
14244 if { (ac_try="$ac_cpp conftest.$ac_ext"
14245 case "(($ac_try" in
14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14247 *) ac_try_echo=$ac_try;;
14248 esac
14249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14250 $as_echo "$ac_try_echo") >&5
14251 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14252 ac_status=$?
14253 grep -v '^ *+' conftest.er1 >conftest.err
14254 rm -f conftest.er1
14255 cat conftest.err >&5
14256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14257 (exit $ac_status); } >/dev/null && {
14258 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14259 test ! -s conftest.err
14260 }; then
14261 ac_header_preproc=yes
14262 else
14263 $as_echo "$as_me: failed program was:" >&5
14264 sed 's/^/| /' conftest.$ac_ext >&5
14266 ac_header_preproc=no
14269 rm -f conftest.err conftest.$ac_ext
14270 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14271 $as_echo "$ac_header_preproc" >&6; }
14273 # So? What about this header?
14274 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14275 yes:no: )
14276 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14277 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14278 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14279 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14280 ac_header_preproc=yes
14282 no:yes:* )
14283 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14285 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14286 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14287 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14288 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14289 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14290 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14291 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14292 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14293 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14294 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14295 ( cat <<\_ASBOX
14296 ## ------------------------------------ ##
14297 ## Report this to wine-devel@winehq.org ##
14298 ## ------------------------------------ ##
14299 _ASBOX
14300 ) | sed "s/^/$as_me: WARNING: /" >&2
14302 esac
14303 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14304 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14305 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14306 $as_echo_n "(cached) " >&6
14307 else
14308 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14311 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14314 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14315 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14316 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14317 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14318 $as_echo_n "(cached) " >&6
14319 else
14320 ac_check_lib_save_LIBS=$LIBS
14321 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14322 cat >conftest.$ac_ext <<_ACEOF
14323 /* confdefs.h. */
14324 _ACEOF
14325 cat confdefs.h >>conftest.$ac_ext
14326 cat >>conftest.$ac_ext <<_ACEOF
14327 /* end confdefs.h. */
14329 /* Override any GCC internal prototype to avoid an error.
14330 Use char because int might match the return type of a GCC
14331 builtin and then its argument prototype would still apply. */
14332 #ifdef __cplusplus
14333 extern "C"
14334 #endif
14335 char gp_camera_new ();
14337 main ()
14339 return gp_camera_new ();
14341 return 0;
14343 _ACEOF
14344 rm -f conftest.$ac_objext conftest$ac_exeext
14345 if { (ac_try="$ac_link"
14346 case "(($ac_try" in
14347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14348 *) ac_try_echo=$ac_try;;
14349 esac
14350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14351 $as_echo "$ac_try_echo") >&5
14352 (eval "$ac_link") 2>conftest.er1
14353 ac_status=$?
14354 grep -v '^ *+' conftest.er1 >conftest.err
14355 rm -f conftest.er1
14356 cat conftest.err >&5
14357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14358 (exit $ac_status); } && {
14359 test -z "$ac_c_werror_flag" ||
14360 test ! -s conftest.err
14361 } && test -s conftest$ac_exeext && {
14362 test "$cross_compiling" = yes ||
14363 $as_test_x conftest$ac_exeext
14364 }; then
14365 ac_cv_lib_gphoto2_gp_camera_new=yes
14366 else
14367 $as_echo "$as_me: failed program was:" >&5
14368 sed 's/^/| /' conftest.$ac_ext >&5
14370 ac_cv_lib_gphoto2_gp_camera_new=no
14373 rm -rf conftest.dSYM
14374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14375 conftest$ac_exeext conftest.$ac_ext
14376 LIBS=$ac_check_lib_save_LIBS
14378 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14379 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14380 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14382 cat >>confdefs.h <<\_ACEOF
14383 #define HAVE_GPHOTO2 1
14384 _ACEOF
14386 GPHOTO2LIBS="$ac_gphoto2_libs"
14388 GPHOTO2INCL="$ac_gphoto2_incl"
14395 CPPFLAGS="$ac_save_CPPFLAGS"
14397 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14398 case "x$with_gphoto" in
14399 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14400 xno) ;;
14401 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14402 This is an error since --with-gphoto was requested." >&5
14403 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14404 This is an error since --with-gphoto was requested." >&2;}
14405 { (exit 1); exit 1; }; } ;;
14406 esac
14411 RESOLVLIBS=""
14413 if test "$ac_cv_header_resolv_h" = "yes"
14414 then
14415 ac_save_LIBS="$LIBS"
14416 LIBS="$LIBS -lresolv"
14417 cat >conftest.$ac_ext <<_ACEOF
14418 /* confdefs.h. */
14419 _ACEOF
14420 cat confdefs.h >>conftest.$ac_ext
14421 cat >>conftest.$ac_ext <<_ACEOF
14422 /* end confdefs.h. */
14423 #ifdef HAVE_NETINET_IN_H
14424 #include <netinet/in.h>
14425 #endif
14426 #include <resolv.h>
14428 main ()
14430 res_init();
14432 return 0;
14434 _ACEOF
14435 rm -f conftest.$ac_objext conftest$ac_exeext
14436 if { (ac_try="$ac_link"
14437 case "(($ac_try" in
14438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14439 *) ac_try_echo=$ac_try;;
14440 esac
14441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14442 $as_echo "$ac_try_echo") >&5
14443 (eval "$ac_link") 2>conftest.er1
14444 ac_status=$?
14445 grep -v '^ *+' conftest.er1 >conftest.err
14446 rm -f conftest.er1
14447 cat conftest.err >&5
14448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); } && {
14450 test -z "$ac_c_werror_flag" ||
14451 test ! -s conftest.err
14452 } && test -s conftest$ac_exeext && {
14453 test "$cross_compiling" = yes ||
14454 $as_test_x conftest$ac_exeext
14455 }; then
14457 cat >>confdefs.h <<\_ACEOF
14458 #define HAVE_RESOLV 1
14459 _ACEOF
14461 RESOLVLIBS="-lresolv"
14462 else
14463 $as_echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14469 rm -rf conftest.dSYM
14470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14471 conftest$ac_exeext conftest.$ac_ext
14472 LIBS="$ac_save_LIBS"
14475 LCMSLIBS=""
14477 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14478 then
14479 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14480 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14481 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14482 $as_echo_n "(cached) " >&6
14483 else
14484 ac_check_lib_save_LIBS=$LIBS
14485 LIBS="-llcms $LIBS"
14486 cat >conftest.$ac_ext <<_ACEOF
14487 /* confdefs.h. */
14488 _ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h. */
14493 /* Override any GCC internal prototype to avoid an error.
14494 Use char because int might match the return type of a GCC
14495 builtin and then its argument prototype would still apply. */
14496 #ifdef __cplusplus
14497 extern "C"
14498 #endif
14499 char cmsOpenProfileFromFile ();
14501 main ()
14503 return cmsOpenProfileFromFile ();
14505 return 0;
14507 _ACEOF
14508 rm -f conftest.$ac_objext conftest$ac_exeext
14509 if { (ac_try="$ac_link"
14510 case "(($ac_try" in
14511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14512 *) ac_try_echo=$ac_try;;
14513 esac
14514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14515 $as_echo "$ac_try_echo") >&5
14516 (eval "$ac_link") 2>conftest.er1
14517 ac_status=$?
14518 grep -v '^ *+' conftest.er1 >conftest.err
14519 rm -f conftest.er1
14520 cat conftest.err >&5
14521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14522 (exit $ac_status); } && {
14523 test -z "$ac_c_werror_flag" ||
14524 test ! -s conftest.err
14525 } && test -s conftest$ac_exeext && {
14526 test "$cross_compiling" = yes ||
14527 $as_test_x conftest$ac_exeext
14528 }; then
14529 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14530 else
14531 $as_echo "$as_me: failed program was:" >&5
14532 sed 's/^/| /' conftest.$ac_ext >&5
14534 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14537 rm -rf conftest.dSYM
14538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14539 conftest$ac_exeext conftest.$ac_ext
14540 LIBS=$ac_check_lib_save_LIBS
14542 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14543 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14544 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14546 cat >>confdefs.h <<\_ACEOF
14547 #define HAVE_LCMS 1
14548 _ACEOF
14550 LCMSLIBS="-llcms"
14554 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14555 case "x$with_cms" in
14556 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14557 xno) ;;
14558 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14559 This is an error since --with-cms was requested." >&5
14560 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14561 This is an error since --with-cms was requested." >&2;}
14562 { (exit 1); exit 1; }; } ;;
14563 esac
14567 if test "x$with_freetype" != "xno"
14568 then
14569 for ac_prog in freetype-config freetype2-config
14571 # Extract the first word of "$ac_prog", so it can be a program name with args.
14572 set dummy $ac_prog; ac_word=$2
14573 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14574 $as_echo_n "checking for $ac_word... " >&6; }
14575 if test "${ac_cv_prog_ft_devel+set}" = set; then
14576 $as_echo_n "(cached) " >&6
14577 else
14578 if test -n "$ft_devel"; then
14579 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14580 else
14581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14582 for as_dir in $PATH
14584 IFS=$as_save_IFS
14585 test -z "$as_dir" && as_dir=.
14586 for ac_exec_ext in '' $ac_executable_extensions; do
14587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14588 ac_cv_prog_ft_devel="$ac_prog"
14589 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14590 break 2
14592 done
14593 done
14594 IFS=$as_save_IFS
14598 ft_devel=$ac_cv_prog_ft_devel
14599 if test -n "$ft_devel"; then
14600 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14601 $as_echo "$ft_devel" >&6; }
14602 else
14603 { $as_echo "$as_me:$LINENO: result: no" >&5
14604 $as_echo "no" >&6; }
14608 test -n "$ft_devel" && break
14609 done
14610 test -n "$ft_devel" || ft_devel="no"
14612 if test "$ft_devel" != "no"
14613 then
14614 ac_freetype_incl=`$ft_devel --cflags`
14615 ac_freetype_libs=`$ft_devel --libs`
14617 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14618 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14619 $as_echo_n "checking for -lfreetype... " >&6; }
14620 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14621 $as_echo_n "(cached) " >&6
14622 else
14623 ac_check_soname_save_LIBS=$LIBS
14624 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14625 cat >conftest.$ac_ext <<_ACEOF
14626 /* confdefs.h. */
14627 _ACEOF
14628 cat confdefs.h >>conftest.$ac_ext
14629 cat >>conftest.$ac_ext <<_ACEOF
14630 /* end confdefs.h. */
14632 /* Override any GCC internal prototype to avoid an error.
14633 Use char because int might match the return type of a GCC
14634 builtin and then its argument prototype would still apply. */
14635 #ifdef __cplusplus
14636 extern "C"
14637 #endif
14638 char FT_Init_FreeType ();
14640 main ()
14642 return FT_Init_FreeType ();
14644 return 0;
14646 _ACEOF
14647 rm -f conftest.$ac_objext conftest$ac_exeext
14648 if { (ac_try="$ac_link"
14649 case "(($ac_try" in
14650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14651 *) ac_try_echo=$ac_try;;
14652 esac
14653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14654 $as_echo "$ac_try_echo") >&5
14655 (eval "$ac_link") 2>conftest.er1
14656 ac_status=$?
14657 grep -v '^ *+' conftest.er1 >conftest.err
14658 rm -f conftest.er1
14659 cat conftest.err >&5
14660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14661 (exit $ac_status); } && {
14662 test -z "$ac_c_werror_flag" ||
14663 test ! -s conftest.err
14664 } && test -s conftest$ac_exeext && {
14665 test "$cross_compiling" = yes ||
14666 $as_test_x conftest$ac_exeext
14667 }; then
14668 case "$LIBEXT" in
14669 dll) ;;
14670 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'` ;;
14671 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14672 esac
14673 else
14674 $as_echo "$as_me: failed program was:" >&5
14675 sed 's/^/| /' conftest.$ac_ext >&5
14680 rm -rf conftest.dSYM
14681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14682 conftest$ac_exeext conftest.$ac_ext
14683 LIBS=$ac_check_soname_save_LIBS
14685 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14686 { $as_echo "$as_me:$LINENO: result: not found" >&5
14687 $as_echo "not found" >&6; }
14688 ft_lib=no
14689 else
14690 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14691 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14693 cat >>confdefs.h <<_ACEOF
14694 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14695 _ACEOF
14697 ft_lib=yes
14700 if test "$ft_lib" = "yes"
14701 then
14702 ac_save_CPPFLAGS="$CPPFLAGS"
14703 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14717 for ac_header in ft2build.h \
14718 freetype/freetype.h \
14719 freetype/ftglyph.h \
14720 freetype/fttypes.h \
14721 freetype/tttables.h \
14722 freetype/ftnames.h \
14723 freetype/ftsnames.h \
14724 freetype/ttnameid.h \
14725 freetype/ftoutln.h \
14726 freetype/ftwinfnt.h \
14727 freetype/ftmodapi.h \
14728 freetype/ftlcdfil.h \
14729 freetype/internal/sfnt.h
14731 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14732 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14733 $as_echo_n "checking for $ac_header... " >&6; }
14734 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14735 $as_echo_n "(cached) " >&6
14736 else
14737 cat >conftest.$ac_ext <<_ACEOF
14738 /* confdefs.h. */
14739 _ACEOF
14740 cat confdefs.h >>conftest.$ac_ext
14741 cat >>conftest.$ac_ext <<_ACEOF
14742 /* end confdefs.h. */
14743 #ifdef HAVE_FT2BUILD_H
14744 # include <ft2build.h>
14745 #endif
14747 #include <$ac_header>
14748 _ACEOF
14749 rm -f conftest.$ac_objext
14750 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
14767 eval "$as_ac_Header=yes"
14768 else
14769 $as_echo "$as_me: failed program was:" >&5
14770 sed 's/^/| /' conftest.$ac_ext >&5
14772 eval "$as_ac_Header=no"
14775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14777 ac_res=`eval 'as_val=${'$as_ac_Header'}
14778 $as_echo "$as_val"'`
14779 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14780 $as_echo "$ac_res" >&6; }
14781 as_val=`eval 'as_val=${'$as_ac_Header'}
14782 $as_echo "$as_val"'`
14783 if test "x$as_val" = x""yes; then
14784 cat >>confdefs.h <<_ACEOF
14785 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14786 _ACEOF
14790 done
14792 cat >conftest.$ac_ext <<_ACEOF
14793 /* confdefs.h. */
14794 _ACEOF
14795 cat confdefs.h >>conftest.$ac_ext
14796 cat >>conftest.$ac_ext <<_ACEOF
14797 /* end confdefs.h. */
14798 #include <ft2build.h>
14799 #include <freetype/fttrigon.h>
14800 _ACEOF
14801 if { (ac_try="$ac_cpp conftest.$ac_ext"
14802 case "(($ac_try" in
14803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14804 *) ac_try_echo=$ac_try;;
14805 esac
14806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14807 $as_echo "$ac_try_echo") >&5
14808 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14809 ac_status=$?
14810 grep -v '^ *+' conftest.er1 >conftest.err
14811 rm -f conftest.er1
14812 cat conftest.err >&5
14813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); } >/dev/null && {
14815 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14816 test ! -s conftest.err
14817 }; then
14819 cat >>confdefs.h <<\_ACEOF
14820 #define HAVE_FREETYPE_FTTRIGON_H 1
14821 _ACEOF
14823 wine_cv_fttrigon=yes
14824 else
14825 $as_echo "$as_me: failed program was:" >&5
14826 sed 's/^/| /' conftest.$ac_ext >&5
14828 wine_cv_fttrigon=no
14831 rm -f conftest.err conftest.$ac_ext
14832 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14833 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14834 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14835 $as_echo_n "(cached) " >&6
14836 else
14837 ac_cv_type_FT_TrueTypeEngineType=no
14838 cat >conftest.$ac_ext <<_ACEOF
14839 /* confdefs.h. */
14840 _ACEOF
14841 cat confdefs.h >>conftest.$ac_ext
14842 cat >>conftest.$ac_ext <<_ACEOF
14843 /* end confdefs.h. */
14844 #include <freetype/ftmodapi.h>
14847 main ()
14849 if (sizeof (FT_TrueTypeEngineType))
14850 return 0;
14852 return 0;
14854 _ACEOF
14855 rm -f conftest.$ac_objext
14856 if { (ac_try="$ac_compile"
14857 case "(($ac_try" in
14858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14859 *) ac_try_echo=$ac_try;;
14860 esac
14861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14862 $as_echo "$ac_try_echo") >&5
14863 (eval "$ac_compile") 2>conftest.er1
14864 ac_status=$?
14865 grep -v '^ *+' conftest.er1 >conftest.err
14866 rm -f conftest.er1
14867 cat conftest.err >&5
14868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); } && {
14870 test -z "$ac_c_werror_flag" ||
14871 test ! -s conftest.err
14872 } && test -s conftest.$ac_objext; then
14873 cat >conftest.$ac_ext <<_ACEOF
14874 /* confdefs.h. */
14875 _ACEOF
14876 cat confdefs.h >>conftest.$ac_ext
14877 cat >>conftest.$ac_ext <<_ACEOF
14878 /* end confdefs.h. */
14879 #include <freetype/ftmodapi.h>
14882 main ()
14884 if (sizeof ((FT_TrueTypeEngineType)))
14885 return 0;
14887 return 0;
14889 _ACEOF
14890 rm -f conftest.$ac_objext
14891 if { (ac_try="$ac_compile"
14892 case "(($ac_try" in
14893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14894 *) ac_try_echo=$ac_try;;
14895 esac
14896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14897 $as_echo "$ac_try_echo") >&5
14898 (eval "$ac_compile") 2>conftest.er1
14899 ac_status=$?
14900 grep -v '^ *+' conftest.er1 >conftest.err
14901 rm -f conftest.er1
14902 cat conftest.err >&5
14903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); } && {
14905 test -z "$ac_c_werror_flag" ||
14906 test ! -s conftest.err
14907 } && test -s conftest.$ac_objext; then
14909 else
14910 $as_echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14913 ac_cv_type_FT_TrueTypeEngineType=yes
14916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14917 else
14918 $as_echo "$as_me: failed program was:" >&5
14919 sed 's/^/| /' conftest.$ac_ext >&5
14924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14926 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14927 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14928 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14930 cat >>confdefs.h <<_ACEOF
14931 #define HAVE_FT_TRUETYPEENGINETYPE 1
14932 _ACEOF
14937 ac_save_CFLAGS="$CFLAGS"
14938 CFLAGS="$CFLAGS $ac_freetype_libs"
14940 for ac_func in FT_Load_Sfnt_Table
14942 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14943 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14944 $as_echo_n "checking for $ac_func... " >&6; }
14945 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14946 $as_echo_n "(cached) " >&6
14947 else
14948 cat >conftest.$ac_ext <<_ACEOF
14949 /* confdefs.h. */
14950 _ACEOF
14951 cat confdefs.h >>conftest.$ac_ext
14952 cat >>conftest.$ac_ext <<_ACEOF
14953 /* end confdefs.h. */
14954 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14956 #define $ac_func innocuous_$ac_func
14958 /* System header to define __stub macros and hopefully few prototypes,
14959 which can conflict with char $ac_func (); below.
14960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14961 <limits.h> exists even on freestanding compilers. */
14963 #ifdef __STDC__
14964 # include <limits.h>
14965 #else
14966 # include <assert.h>
14967 #endif
14969 #undef $ac_func
14971 /* Override any GCC internal prototype to avoid an error.
14972 Use char because int might match the return type of a GCC
14973 builtin and then its argument prototype would still apply. */
14974 #ifdef __cplusplus
14975 extern "C"
14976 #endif
14977 char $ac_func ();
14978 /* The GNU C library defines this for functions which it implements
14979 to always fail with ENOSYS. Some functions are actually named
14980 something starting with __ and the normal name is an alias. */
14981 #if defined __stub_$ac_func || defined __stub___$ac_func
14982 choke me
14983 #endif
14986 main ()
14988 return $ac_func ();
14990 return 0;
14992 _ACEOF
14993 rm -f conftest.$ac_objext conftest$ac_exeext
14994 if { (ac_try="$ac_link"
14995 case "(($ac_try" in
14996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14997 *) ac_try_echo=$ac_try;;
14998 esac
14999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15000 $as_echo "$ac_try_echo") >&5
15001 (eval "$ac_link") 2>conftest.er1
15002 ac_status=$?
15003 grep -v '^ *+' conftest.er1 >conftest.err
15004 rm -f conftest.er1
15005 cat conftest.err >&5
15006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15007 (exit $ac_status); } && {
15008 test -z "$ac_c_werror_flag" ||
15009 test ! -s conftest.err
15010 } && test -s conftest$ac_exeext && {
15011 test "$cross_compiling" = yes ||
15012 $as_test_x conftest$ac_exeext
15013 }; then
15014 eval "$as_ac_var=yes"
15015 else
15016 $as_echo "$as_me: failed program was:" >&5
15017 sed 's/^/| /' conftest.$ac_ext >&5
15019 eval "$as_ac_var=no"
15022 rm -rf conftest.dSYM
15023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15024 conftest$ac_exeext conftest.$ac_ext
15026 ac_res=`eval 'as_val=${'$as_ac_var'}
15027 $as_echo "$as_val"'`
15028 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15029 $as_echo "$ac_res" >&6; }
15030 as_val=`eval 'as_val=${'$as_ac_var'}
15031 $as_echo "$as_val"'`
15032 if test "x$as_val" = x""yes; then
15033 cat >>confdefs.h <<_ACEOF
15034 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15035 _ACEOF
15038 done
15040 CFLAGS="$ac_save_CFLAGS"
15041 CPPFLAGS="$ac_save_CPPFLAGS"
15042 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15043 then
15045 cat >>confdefs.h <<\_ACEOF
15046 #define HAVE_FREETYPE 1
15047 _ACEOF
15049 FREETYPELIBS="$ac_freetype_libs"
15051 FREETYPEINCL="$ac_freetype_incl"
15056 if test "x$FREETYPELIBS" = "x"; then
15057 case "x$with_freetype" in
15058 xno) ;;
15059 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15060 Use the --without-freetype option if you really want this." >&5
15061 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15062 Use the --without-freetype option if you really want this." >&2;}
15063 { (exit 1); exit 1; }; } ;;
15064 esac
15067 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15069 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15070 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15071 if test "${ac_cv_c_ppdev+set}" = set; then
15072 $as_echo_n "(cached) " >&6
15073 else
15074 cat >conftest.$ac_ext <<_ACEOF
15075 /* confdefs.h. */
15076 _ACEOF
15077 cat confdefs.h >>conftest.$ac_ext
15078 cat >>conftest.$ac_ext <<_ACEOF
15079 /* end confdefs.h. */
15080 #include <linux/ppdev.h>
15082 main ()
15084 ioctl (1,PPCLAIM,0)
15086 return 0;
15088 _ACEOF
15089 rm -f conftest.$ac_objext
15090 if { (ac_try="$ac_compile"
15091 case "(($ac_try" in
15092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15093 *) ac_try_echo=$ac_try;;
15094 esac
15095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15096 $as_echo "$ac_try_echo") >&5
15097 (eval "$ac_compile") 2>conftest.er1
15098 ac_status=$?
15099 grep -v '^ *+' conftest.er1 >conftest.err
15100 rm -f conftest.er1
15101 cat conftest.err >&5
15102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103 (exit $ac_status); } && {
15104 test -z "$ac_c_werror_flag" ||
15105 test ! -s conftest.err
15106 } && test -s conftest.$ac_objext; then
15107 ac_cv_c_ppdev="yes"
15108 else
15109 $as_echo "$as_me: failed program was:" >&5
15110 sed 's/^/| /' conftest.$ac_ext >&5
15112 ac_cv_c_ppdev="no"
15115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15117 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15118 $as_echo "$ac_cv_c_ppdev" >&6; }
15119 if test "$ac_cv_c_ppdev" = "yes"
15120 then
15122 cat >>confdefs.h <<\_ACEOF
15123 #define HAVE_PPDEV 1
15124 _ACEOF
15128 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15129 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15130 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15131 $as_echo_n "(cached) " >&6
15132 else
15133 ac_cv_type_pthread_rwlock_t=no
15134 cat >conftest.$ac_ext <<_ACEOF
15135 /* confdefs.h. */
15136 _ACEOF
15137 cat confdefs.h >>conftest.$ac_ext
15138 cat >>conftest.$ac_ext <<_ACEOF
15139 /* end confdefs.h. */
15140 #define _GNU_SOURCE
15141 #include <pthread.h>
15144 main ()
15146 if (sizeof (pthread_rwlock_t))
15147 return 0;
15149 return 0;
15151 _ACEOF
15152 rm -f conftest.$ac_objext
15153 if { (ac_try="$ac_compile"
15154 case "(($ac_try" in
15155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15156 *) ac_try_echo=$ac_try;;
15157 esac
15158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15159 $as_echo "$ac_try_echo") >&5
15160 (eval "$ac_compile") 2>conftest.er1
15161 ac_status=$?
15162 grep -v '^ *+' conftest.er1 >conftest.err
15163 rm -f conftest.er1
15164 cat conftest.err >&5
15165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); } && {
15167 test -z "$ac_c_werror_flag" ||
15168 test ! -s conftest.err
15169 } && test -s conftest.$ac_objext; then
15170 cat >conftest.$ac_ext <<_ACEOF
15171 /* confdefs.h. */
15172 _ACEOF
15173 cat confdefs.h >>conftest.$ac_ext
15174 cat >>conftest.$ac_ext <<_ACEOF
15175 /* end confdefs.h. */
15176 #define _GNU_SOURCE
15177 #include <pthread.h>
15180 main ()
15182 if (sizeof ((pthread_rwlock_t)))
15183 return 0;
15185 return 0;
15187 _ACEOF
15188 rm -f conftest.$ac_objext
15189 if { (ac_try="$ac_compile"
15190 case "(($ac_try" in
15191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15192 *) ac_try_echo=$ac_try;;
15193 esac
15194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15195 $as_echo "$ac_try_echo") >&5
15196 (eval "$ac_compile") 2>conftest.er1
15197 ac_status=$?
15198 grep -v '^ *+' conftest.er1 >conftest.err
15199 rm -f conftest.er1
15200 cat conftest.err >&5
15201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15202 (exit $ac_status); } && {
15203 test -z "$ac_c_werror_flag" ||
15204 test ! -s conftest.err
15205 } && test -s conftest.$ac_objext; then
15207 else
15208 $as_echo "$as_me: failed program was:" >&5
15209 sed 's/^/| /' conftest.$ac_ext >&5
15211 ac_cv_type_pthread_rwlock_t=yes
15214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15215 else
15216 $as_echo "$as_me: failed program was:" >&5
15217 sed 's/^/| /' conftest.$ac_ext >&5
15222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15224 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15225 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15226 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15228 cat >>confdefs.h <<_ACEOF
15229 #define HAVE_PTHREAD_RWLOCK_T 1
15230 _ACEOF
15234 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15235 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15236 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15237 $as_echo_n "(cached) " >&6
15238 else
15239 ac_cv_type_pthread_rwlockattr_t=no
15240 cat >conftest.$ac_ext <<_ACEOF
15241 /* confdefs.h. */
15242 _ACEOF
15243 cat confdefs.h >>conftest.$ac_ext
15244 cat >>conftest.$ac_ext <<_ACEOF
15245 /* end confdefs.h. */
15246 #define _GNU_SOURCE
15247 #include <pthread.h>
15250 main ()
15252 if (sizeof (pthread_rwlockattr_t))
15253 return 0;
15255 return 0;
15257 _ACEOF
15258 rm -f conftest.$ac_objext
15259 if { (ac_try="$ac_compile"
15260 case "(($ac_try" in
15261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15262 *) ac_try_echo=$ac_try;;
15263 esac
15264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15265 $as_echo "$ac_try_echo") >&5
15266 (eval "$ac_compile") 2>conftest.er1
15267 ac_status=$?
15268 grep -v '^ *+' conftest.er1 >conftest.err
15269 rm -f conftest.er1
15270 cat conftest.err >&5
15271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15272 (exit $ac_status); } && {
15273 test -z "$ac_c_werror_flag" ||
15274 test ! -s conftest.err
15275 } && test -s conftest.$ac_objext; then
15276 cat >conftest.$ac_ext <<_ACEOF
15277 /* confdefs.h. */
15278 _ACEOF
15279 cat confdefs.h >>conftest.$ac_ext
15280 cat >>conftest.$ac_ext <<_ACEOF
15281 /* end confdefs.h. */
15282 #define _GNU_SOURCE
15283 #include <pthread.h>
15286 main ()
15288 if (sizeof ((pthread_rwlockattr_t)))
15289 return 0;
15291 return 0;
15293 _ACEOF
15294 rm -f conftest.$ac_objext
15295 if { (ac_try="$ac_compile"
15296 case "(($ac_try" in
15297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15298 *) ac_try_echo=$ac_try;;
15299 esac
15300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15301 $as_echo "$ac_try_echo") >&5
15302 (eval "$ac_compile") 2>conftest.er1
15303 ac_status=$?
15304 grep -v '^ *+' conftest.er1 >conftest.err
15305 rm -f conftest.er1
15306 cat conftest.err >&5
15307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15308 (exit $ac_status); } && {
15309 test -z "$ac_c_werror_flag" ||
15310 test ! -s conftest.err
15311 } && test -s conftest.$ac_objext; then
15313 else
15314 $as_echo "$as_me: failed program was:" >&5
15315 sed 's/^/| /' conftest.$ac_ext >&5
15317 ac_cv_type_pthread_rwlockattr_t=yes
15320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15321 else
15322 $as_echo "$as_me: failed program was:" >&5
15323 sed 's/^/| /' conftest.$ac_ext >&5
15328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15330 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15331 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15332 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15334 cat >>confdefs.h <<_ACEOF
15335 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15336 _ACEOF
15342 ac_wine_check_funcs_save_LIBS="$LIBS"
15343 LIBS="$LIBS $LIBPTHREAD"
15348 for ac_func in \
15349 pthread_attr_get_np \
15350 pthread_getattr_np \
15351 pthread_get_stackaddr_np \
15352 pthread_get_stacksize_np
15354 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15355 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15356 $as_echo_n "checking for $ac_func... " >&6; }
15357 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15358 $as_echo_n "(cached) " >&6
15359 else
15360 cat >conftest.$ac_ext <<_ACEOF
15361 /* confdefs.h. */
15362 _ACEOF
15363 cat confdefs.h >>conftest.$ac_ext
15364 cat >>conftest.$ac_ext <<_ACEOF
15365 /* end confdefs.h. */
15366 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15367 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15368 #define $ac_func innocuous_$ac_func
15370 /* System header to define __stub macros and hopefully few prototypes,
15371 which can conflict with char $ac_func (); below.
15372 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15373 <limits.h> exists even on freestanding compilers. */
15375 #ifdef __STDC__
15376 # include <limits.h>
15377 #else
15378 # include <assert.h>
15379 #endif
15381 #undef $ac_func
15383 /* Override any GCC internal prototype to avoid an error.
15384 Use char because int might match the return type of a GCC
15385 builtin and then its argument prototype would still apply. */
15386 #ifdef __cplusplus
15387 extern "C"
15388 #endif
15389 char $ac_func ();
15390 /* The GNU C library defines this for functions which it implements
15391 to always fail with ENOSYS. Some functions are actually named
15392 something starting with __ and the normal name is an alias. */
15393 #if defined __stub_$ac_func || defined __stub___$ac_func
15394 choke me
15395 #endif
15398 main ()
15400 return $ac_func ();
15402 return 0;
15404 _ACEOF
15405 rm -f conftest.$ac_objext conftest$ac_exeext
15406 if { (ac_try="$ac_link"
15407 case "(($ac_try" in
15408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15409 *) ac_try_echo=$ac_try;;
15410 esac
15411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15412 $as_echo "$ac_try_echo") >&5
15413 (eval "$ac_link") 2>conftest.er1
15414 ac_status=$?
15415 grep -v '^ *+' conftest.er1 >conftest.err
15416 rm -f conftest.er1
15417 cat conftest.err >&5
15418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15419 (exit $ac_status); } && {
15420 test -z "$ac_c_werror_flag" ||
15421 test ! -s conftest.err
15422 } && test -s conftest$ac_exeext && {
15423 test "$cross_compiling" = yes ||
15424 $as_test_x conftest$ac_exeext
15425 }; then
15426 eval "$as_ac_var=yes"
15427 else
15428 $as_echo "$as_me: failed program was:" >&5
15429 sed 's/^/| /' conftest.$ac_ext >&5
15431 eval "$as_ac_var=no"
15434 rm -rf conftest.dSYM
15435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15436 conftest$ac_exeext conftest.$ac_ext
15438 ac_res=`eval 'as_val=${'$as_ac_var'}
15439 $as_echo "$as_val"'`
15440 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15441 $as_echo "$ac_res" >&6; }
15442 as_val=`eval 'as_val=${'$as_ac_var'}
15443 $as_echo "$as_val"'`
15444 if test "x$as_val" = x""yes; then
15445 cat >>confdefs.h <<_ACEOF
15446 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15447 _ACEOF
15450 done
15452 LIBS="$ac_wine_check_funcs_save_LIBS"
15454 if test "x$with_esd" != xno
15455 then
15456 save_CFLAGS="$CFLAGS"
15457 # Extract the first word of "esd-config", so it can be a program name with args.
15458 set dummy esd-config; ac_word=$2
15459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15460 $as_echo_n "checking for $ac_word... " >&6; }
15461 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15462 $as_echo_n "(cached) " >&6
15463 else
15464 case $ESDCONFIG in
15465 [\\/]* | ?:[\\/]*)
15466 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15470 for as_dir in $PATH
15472 IFS=$as_save_IFS
15473 test -z "$as_dir" && as_dir=.
15474 for ac_exec_ext in '' $ac_executable_extensions; do
15475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15476 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15477 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15478 break 2
15480 done
15481 done
15482 IFS=$as_save_IFS
15484 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15486 esac
15488 ESDCONFIG=$ac_cv_path_ESDCONFIG
15489 if test -n "$ESDCONFIG"; then
15490 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15491 $as_echo "$ESDCONFIG" >&6; }
15492 else
15493 { $as_echo "$as_me:$LINENO: result: no" >&5
15494 $as_echo "no" >&6; }
15498 if test "x$ESDCONFIG" != "xno"
15499 then
15500 ac_esd_incl=""
15501 for i in `$ESDCONFIG --cflags`
15503 case "$i" in
15504 -I*) ac_esd_incl="$ac_esd_incl $i";;
15505 esac
15506 done
15507 ac_esd_libs=`$ESDCONFIG --libs`
15508 CFLAGS="$CFLAGS $ac_esd_incl"
15510 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15511 if test "${ac_cv_header_esd_h+set}" = set; then
15512 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15513 $as_echo_n "checking for esd.h... " >&6; }
15514 if test "${ac_cv_header_esd_h+set}" = set; then
15515 $as_echo_n "(cached) " >&6
15517 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15518 $as_echo "$ac_cv_header_esd_h" >&6; }
15519 else
15520 # Is the header compilable?
15521 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15522 $as_echo_n "checking esd.h usability... " >&6; }
15523 cat >conftest.$ac_ext <<_ACEOF
15524 /* confdefs.h. */
15525 _ACEOF
15526 cat confdefs.h >>conftest.$ac_ext
15527 cat >>conftest.$ac_ext <<_ACEOF
15528 /* end confdefs.h. */
15529 $ac_includes_default
15530 #include <esd.h>
15531 _ACEOF
15532 rm -f conftest.$ac_objext
15533 if { (ac_try="$ac_compile"
15534 case "(($ac_try" in
15535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15536 *) ac_try_echo=$ac_try;;
15537 esac
15538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15539 $as_echo "$ac_try_echo") >&5
15540 (eval "$ac_compile") 2>conftest.er1
15541 ac_status=$?
15542 grep -v '^ *+' conftest.er1 >conftest.err
15543 rm -f conftest.er1
15544 cat conftest.err >&5
15545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15546 (exit $ac_status); } && {
15547 test -z "$ac_c_werror_flag" ||
15548 test ! -s conftest.err
15549 } && test -s conftest.$ac_objext; then
15550 ac_header_compiler=yes
15551 else
15552 $as_echo "$as_me: failed program was:" >&5
15553 sed 's/^/| /' conftest.$ac_ext >&5
15555 ac_header_compiler=no
15558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15559 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15560 $as_echo "$ac_header_compiler" >&6; }
15562 # Is the header present?
15563 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15564 $as_echo_n "checking esd.h presence... " >&6; }
15565 cat >conftest.$ac_ext <<_ACEOF
15566 /* confdefs.h. */
15567 _ACEOF
15568 cat confdefs.h >>conftest.$ac_ext
15569 cat >>conftest.$ac_ext <<_ACEOF
15570 /* end confdefs.h. */
15571 #include <esd.h>
15572 _ACEOF
15573 if { (ac_try="$ac_cpp conftest.$ac_ext"
15574 case "(($ac_try" in
15575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15576 *) ac_try_echo=$ac_try;;
15577 esac
15578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15579 $as_echo "$ac_try_echo") >&5
15580 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15581 ac_status=$?
15582 grep -v '^ *+' conftest.er1 >conftest.err
15583 rm -f conftest.er1
15584 cat conftest.err >&5
15585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15586 (exit $ac_status); } >/dev/null && {
15587 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15588 test ! -s conftest.err
15589 }; then
15590 ac_header_preproc=yes
15591 else
15592 $as_echo "$as_me: failed program was:" >&5
15593 sed 's/^/| /' conftest.$ac_ext >&5
15595 ac_header_preproc=no
15598 rm -f conftest.err conftest.$ac_ext
15599 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15600 $as_echo "$ac_header_preproc" >&6; }
15602 # So? What about this header?
15603 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15604 yes:no: )
15605 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15606 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15607 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15608 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15609 ac_header_preproc=yes
15611 no:yes:* )
15612 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15613 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15614 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15615 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15616 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15617 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15618 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15619 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15620 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15621 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15622 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15623 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15624 ( cat <<\_ASBOX
15625 ## ------------------------------------ ##
15626 ## Report this to wine-devel@winehq.org ##
15627 ## ------------------------------------ ##
15628 _ASBOX
15629 ) | sed "s/^/$as_me: WARNING: /" >&2
15631 esac
15632 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15633 $as_echo_n "checking for esd.h... " >&6; }
15634 if test "${ac_cv_header_esd_h+set}" = set; then
15635 $as_echo_n "(cached) " >&6
15636 else
15637 ac_cv_header_esd_h=$ac_header_preproc
15639 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15640 $as_echo "$ac_cv_header_esd_h" >&6; }
15643 if test "x$ac_cv_header_esd_h" = x""yes; then
15644 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15645 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15646 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15647 $as_echo_n "(cached) " >&6
15648 else
15649 ac_check_lib_save_LIBS=$LIBS
15650 LIBS="-lesd $ac_esd_libs $LIBS"
15651 cat >conftest.$ac_ext <<_ACEOF
15652 /* confdefs.h. */
15653 _ACEOF
15654 cat confdefs.h >>conftest.$ac_ext
15655 cat >>conftest.$ac_ext <<_ACEOF
15656 /* end confdefs.h. */
15658 /* Override any GCC internal prototype to avoid an error.
15659 Use char because int might match the return type of a GCC
15660 builtin and then its argument prototype would still apply. */
15661 #ifdef __cplusplus
15662 extern "C"
15663 #endif
15664 char esd_open_sound ();
15666 main ()
15668 return esd_open_sound ();
15670 return 0;
15672 _ACEOF
15673 rm -f conftest.$ac_objext conftest$ac_exeext
15674 if { (ac_try="$ac_link"
15675 case "(($ac_try" in
15676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15677 *) ac_try_echo=$ac_try;;
15678 esac
15679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15680 $as_echo "$ac_try_echo") >&5
15681 (eval "$ac_link") 2>conftest.er1
15682 ac_status=$?
15683 grep -v '^ *+' conftest.er1 >conftest.err
15684 rm -f conftest.er1
15685 cat conftest.err >&5
15686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15687 (exit $ac_status); } && {
15688 test -z "$ac_c_werror_flag" ||
15689 test ! -s conftest.err
15690 } && test -s conftest$ac_exeext && {
15691 test "$cross_compiling" = yes ||
15692 $as_test_x conftest$ac_exeext
15693 }; then
15694 ac_cv_lib_esd_esd_open_sound=yes
15695 else
15696 $as_echo "$as_me: failed program was:" >&5
15697 sed 's/^/| /' conftest.$ac_ext >&5
15699 ac_cv_lib_esd_esd_open_sound=no
15702 rm -rf conftest.dSYM
15703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15704 conftest$ac_exeext conftest.$ac_ext
15705 LIBS=$ac_check_lib_save_LIBS
15707 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15708 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15709 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15710 ESDINCL="$ac_esd_incl"
15712 ESDLIBS="$ac_esd_libs"
15715 cat >>confdefs.h <<\_ACEOF
15716 #define HAVE_ESD 1
15717 _ACEOF
15724 CFLAGS="$save_CFLAGS"
15727 ALSALIBS=""
15729 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15730 then
15731 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15732 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15733 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15734 $as_echo_n "(cached) " >&6
15735 else
15736 ac_check_lib_save_LIBS=$LIBS
15737 LIBS="-lasound $LIBS"
15738 cat >conftest.$ac_ext <<_ACEOF
15739 /* confdefs.h. */
15740 _ACEOF
15741 cat confdefs.h >>conftest.$ac_ext
15742 cat >>conftest.$ac_ext <<_ACEOF
15743 /* end confdefs.h. */
15745 /* Override any GCC internal prototype to avoid an error.
15746 Use char because int might match the return type of a GCC
15747 builtin and then its argument prototype would still apply. */
15748 #ifdef __cplusplus
15749 extern "C"
15750 #endif
15751 char snd_pcm_hw_params_get_access ();
15753 main ()
15755 return snd_pcm_hw_params_get_access ();
15757 return 0;
15759 _ACEOF
15760 rm -f conftest.$ac_objext conftest$ac_exeext
15761 if { (ac_try="$ac_link"
15762 case "(($ac_try" in
15763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15764 *) ac_try_echo=$ac_try;;
15765 esac
15766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15767 $as_echo "$ac_try_echo") >&5
15768 (eval "$ac_link") 2>conftest.er1
15769 ac_status=$?
15770 grep -v '^ *+' conftest.er1 >conftest.err
15771 rm -f conftest.er1
15772 cat conftest.err >&5
15773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } && {
15775 test -z "$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 } && test -s conftest$ac_exeext && {
15778 test "$cross_compiling" = yes ||
15779 $as_test_x conftest$ac_exeext
15780 }; then
15781 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15782 else
15783 $as_echo "$as_me: failed program was:" >&5
15784 sed 's/^/| /' conftest.$ac_ext >&5
15786 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15789 rm -rf conftest.dSYM
15790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15791 conftest$ac_exeext conftest.$ac_ext
15792 LIBS=$ac_check_lib_save_LIBS
15794 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15795 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15796 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15797 cat >conftest.$ac_ext <<_ACEOF
15798 /* confdefs.h. */
15799 _ACEOF
15800 cat confdefs.h >>conftest.$ac_ext
15801 cat >>conftest.$ac_ext <<_ACEOF
15802 /* end confdefs.h. */
15803 #ifdef HAVE_ALSA_ASOUNDLIB_H
15804 #include <alsa/asoundlib.h>
15805 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15806 #include <sys/asoundlib.h>
15807 #endif
15809 main ()
15811 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15813 return 0;
15815 _ACEOF
15816 rm -f conftest.$ac_objext
15817 if { (ac_try="$ac_compile"
15818 case "(($ac_try" in
15819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15820 *) ac_try_echo=$ac_try;;
15821 esac
15822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15823 $as_echo "$ac_try_echo") >&5
15824 (eval "$ac_compile") 2>conftest.er1
15825 ac_status=$?
15826 grep -v '^ *+' conftest.er1 >conftest.err
15827 rm -f conftest.er1
15828 cat conftest.err >&5
15829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); } && {
15831 test -z "$ac_c_werror_flag" ||
15832 test ! -s conftest.err
15833 } && test -s conftest.$ac_objext; then
15835 cat >>confdefs.h <<\_ACEOF
15836 #define HAVE_ALSA 1
15837 _ACEOF
15839 ALSALIBS="-lasound"
15840 else
15841 $as_echo "$as_me: failed program was:" >&5
15842 sed 's/^/| /' conftest.$ac_ext >&5
15847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15852 AUDIOIOLIBS=""
15854 if test "$ac_cv_header_libaudioio_h" = "yes"
15855 then
15856 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15857 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15858 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15859 $as_echo_n "(cached) " >&6
15860 else
15861 ac_check_lib_save_LIBS=$LIBS
15862 LIBS="-laudioio $LIBS"
15863 cat >conftest.$ac_ext <<_ACEOF
15864 /* confdefs.h. */
15865 _ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h. */
15870 /* Override any GCC internal prototype to avoid an error.
15871 Use char because int might match the return type of a GCC
15872 builtin and then its argument prototype would still apply. */
15873 #ifdef __cplusplus
15874 extern "C"
15875 #endif
15876 char AudioIOGetVersion ();
15878 main ()
15880 return AudioIOGetVersion ();
15882 return 0;
15884 _ACEOF
15885 rm -f conftest.$ac_objext conftest$ac_exeext
15886 if { (ac_try="$ac_link"
15887 case "(($ac_try" in
15888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15889 *) ac_try_echo=$ac_try;;
15890 esac
15891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15892 $as_echo "$ac_try_echo") >&5
15893 (eval "$ac_link") 2>conftest.er1
15894 ac_status=$?
15895 grep -v '^ *+' conftest.er1 >conftest.err
15896 rm -f conftest.er1
15897 cat conftest.err >&5
15898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); } && {
15900 test -z "$ac_c_werror_flag" ||
15901 test ! -s conftest.err
15902 } && test -s conftest$ac_exeext && {
15903 test "$cross_compiling" = yes ||
15904 $as_test_x conftest$ac_exeext
15905 }; then
15906 ac_cv_lib_audioio_AudioIOGetVersion=yes
15907 else
15908 $as_echo "$as_me: failed program was:" >&5
15909 sed 's/^/| /' conftest.$ac_ext >&5
15911 ac_cv_lib_audioio_AudioIOGetVersion=no
15914 rm -rf conftest.dSYM
15915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15916 conftest$ac_exeext conftest.$ac_ext
15917 LIBS=$ac_check_lib_save_LIBS
15919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15920 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15921 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15922 AUDIOIOLIBS="-laudioio"
15924 cat >>confdefs.h <<\_ACEOF
15925 #define HAVE_LIBAUDIOIO 1
15926 _ACEOF
15933 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15934 then
15935 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15936 $as_echo_n "checking for -lcapi20... " >&6; }
15937 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15938 $as_echo_n "(cached) " >&6
15939 else
15940 ac_check_soname_save_LIBS=$LIBS
15941 LIBS="-lcapi20 $LIBS"
15942 cat >conftest.$ac_ext <<_ACEOF
15943 /* confdefs.h. */
15944 _ACEOF
15945 cat confdefs.h >>conftest.$ac_ext
15946 cat >>conftest.$ac_ext <<_ACEOF
15947 /* end confdefs.h. */
15949 /* Override any GCC internal prototype to avoid an error.
15950 Use char because int might match the return type of a GCC
15951 builtin and then its argument prototype would still apply. */
15952 #ifdef __cplusplus
15953 extern "C"
15954 #endif
15955 char capi20_register ();
15957 main ()
15959 return capi20_register ();
15961 return 0;
15963 _ACEOF
15964 rm -f conftest.$ac_objext conftest$ac_exeext
15965 if { (ac_try="$ac_link"
15966 case "(($ac_try" in
15967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15968 *) ac_try_echo=$ac_try;;
15969 esac
15970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15971 $as_echo "$ac_try_echo") >&5
15972 (eval "$ac_link") 2>conftest.er1
15973 ac_status=$?
15974 grep -v '^ *+' conftest.er1 >conftest.err
15975 rm -f conftest.er1
15976 cat conftest.err >&5
15977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && {
15979 test -z "$ac_c_werror_flag" ||
15980 test ! -s conftest.err
15981 } && test -s conftest$ac_exeext && {
15982 test "$cross_compiling" = yes ||
15983 $as_test_x conftest$ac_exeext
15984 }; then
15985 case "$LIBEXT" in
15986 dll) ;;
15987 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'` ;;
15988 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15989 esac
15990 else
15991 $as_echo "$as_me: failed program was:" >&5
15992 sed 's/^/| /' conftest.$ac_ext >&5
15997 rm -rf conftest.dSYM
15998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15999 conftest$ac_exeext conftest.$ac_ext
16000 LIBS=$ac_check_soname_save_LIBS
16002 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16003 { $as_echo "$as_me:$LINENO: result: not found" >&5
16004 $as_echo "not found" >&6; }
16006 else
16007 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16008 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16010 cat >>confdefs.h <<_ACEOF
16011 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16012 _ACEOF
16018 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16019 case "x$with_capi" in
16020 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16021 xno) ;;
16022 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16023 This is an error since --with-capi was requested." >&5
16024 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16025 This is an error since --with-capi was requested." >&2;}
16026 { (exit 1); exit 1; }; } ;;
16027 esac
16031 CUPSINCL=""
16033 if test "x$with_cups" != "xno"
16034 then
16035 ac_save_CPPFLAGS="$CPPFLAGS"
16036 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16037 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16038 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16040 for ac_header in cups/cups.h
16042 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16044 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16045 $as_echo_n "checking for $ac_header... " >&6; }
16046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16047 $as_echo_n "(cached) " >&6
16049 ac_res=`eval 'as_val=${'$as_ac_Header'}
16050 $as_echo "$as_val"'`
16051 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16052 $as_echo "$ac_res" >&6; }
16053 else
16054 # Is the header compilable?
16055 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16056 $as_echo_n "checking $ac_header usability... " >&6; }
16057 cat >conftest.$ac_ext <<_ACEOF
16058 /* confdefs.h. */
16059 _ACEOF
16060 cat confdefs.h >>conftest.$ac_ext
16061 cat >>conftest.$ac_ext <<_ACEOF
16062 /* end confdefs.h. */
16063 $ac_includes_default
16064 #include <$ac_header>
16065 _ACEOF
16066 rm -f conftest.$ac_objext
16067 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
16084 ac_header_compiler=yes
16085 else
16086 $as_echo "$as_me: failed program was:" >&5
16087 sed 's/^/| /' conftest.$ac_ext >&5
16089 ac_header_compiler=no
16092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16093 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16094 $as_echo "$ac_header_compiler" >&6; }
16096 # Is the header present?
16097 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16098 $as_echo_n "checking $ac_header presence... " >&6; }
16099 cat >conftest.$ac_ext <<_ACEOF
16100 /* confdefs.h. */
16101 _ACEOF
16102 cat confdefs.h >>conftest.$ac_ext
16103 cat >>conftest.$ac_ext <<_ACEOF
16104 /* end confdefs.h. */
16105 #include <$ac_header>
16106 _ACEOF
16107 if { (ac_try="$ac_cpp conftest.$ac_ext"
16108 case "(($ac_try" in
16109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16110 *) ac_try_echo=$ac_try;;
16111 esac
16112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16113 $as_echo "$ac_try_echo") >&5
16114 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16115 ac_status=$?
16116 grep -v '^ *+' conftest.er1 >conftest.err
16117 rm -f conftest.er1
16118 cat conftest.err >&5
16119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16120 (exit $ac_status); } >/dev/null && {
16121 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16122 test ! -s conftest.err
16123 }; then
16124 ac_header_preproc=yes
16125 else
16126 $as_echo "$as_me: failed program was:" >&5
16127 sed 's/^/| /' conftest.$ac_ext >&5
16129 ac_header_preproc=no
16132 rm -f conftest.err conftest.$ac_ext
16133 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16134 $as_echo "$ac_header_preproc" >&6; }
16136 # So? What about this header?
16137 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16138 yes:no: )
16139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16140 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16141 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16142 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16143 ac_header_preproc=yes
16145 no:yes:* )
16146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16149 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16150 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16151 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16153 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16155 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16156 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16157 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16158 ( cat <<\_ASBOX
16159 ## ------------------------------------ ##
16160 ## Report this to wine-devel@winehq.org ##
16161 ## ------------------------------------ ##
16162 _ASBOX
16163 ) | sed "s/^/$as_me: WARNING: /" >&2
16165 esac
16166 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16167 $as_echo_n "checking for $ac_header... " >&6; }
16168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16169 $as_echo_n "(cached) " >&6
16170 else
16171 eval "$as_ac_Header=\$ac_header_preproc"
16173 ac_res=`eval 'as_val=${'$as_ac_Header'}
16174 $as_echo "$as_val"'`
16175 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16176 $as_echo "$ac_res" >&6; }
16179 as_val=`eval 'as_val=${'$as_ac_Header'}
16180 $as_echo "$as_val"'`
16181 if test "x$as_val" = x""yes; then
16182 cat >>confdefs.h <<_ACEOF
16183 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16184 _ACEOF
16185 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16186 $as_echo_n "checking for -lcups... " >&6; }
16187 if test "${ac_cv_lib_soname_cups+set}" = set; then
16188 $as_echo_n "(cached) " >&6
16189 else
16190 ac_check_soname_save_LIBS=$LIBS
16191 LIBS="-lcups $ac_cups_libs $LIBS"
16192 cat >conftest.$ac_ext <<_ACEOF
16193 /* confdefs.h. */
16194 _ACEOF
16195 cat confdefs.h >>conftest.$ac_ext
16196 cat >>conftest.$ac_ext <<_ACEOF
16197 /* end confdefs.h. */
16199 /* Override any GCC internal prototype to avoid an error.
16200 Use char because int might match the return type of a GCC
16201 builtin and then its argument prototype would still apply. */
16202 #ifdef __cplusplus
16203 extern "C"
16204 #endif
16205 char cupsGetDefault ();
16207 main ()
16209 return cupsGetDefault ();
16211 return 0;
16213 _ACEOF
16214 rm -f conftest.$ac_objext conftest$ac_exeext
16215 if { (ac_try="$ac_link"
16216 case "(($ac_try" in
16217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16218 *) ac_try_echo=$ac_try;;
16219 esac
16220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16221 $as_echo "$ac_try_echo") >&5
16222 (eval "$ac_link") 2>conftest.er1
16223 ac_status=$?
16224 grep -v '^ *+' conftest.er1 >conftest.err
16225 rm -f conftest.er1
16226 cat conftest.err >&5
16227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16228 (exit $ac_status); } && {
16229 test -z "$ac_c_werror_flag" ||
16230 test ! -s conftest.err
16231 } && test -s conftest$ac_exeext && {
16232 test "$cross_compiling" = yes ||
16233 $as_test_x conftest$ac_exeext
16234 }; then
16235 case "$LIBEXT" in
16236 dll) ;;
16237 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'` ;;
16238 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16239 esac
16240 else
16241 $as_echo "$as_me: failed program was:" >&5
16242 sed 's/^/| /' conftest.$ac_ext >&5
16247 rm -rf conftest.dSYM
16248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16249 conftest$ac_exeext conftest.$ac_ext
16250 LIBS=$ac_check_soname_save_LIBS
16252 if test "x$ac_cv_lib_soname_cups" = "x"; then
16253 { $as_echo "$as_me:$LINENO: result: not found" >&5
16254 $as_echo "not found" >&6; }
16256 else
16257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16258 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16260 cat >>confdefs.h <<_ACEOF
16261 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16262 _ACEOF
16264 CUPSINCL="$ac_cups_cflags"
16269 done
16271 CPPFLAGS="$ac_save_CPPFLAGS"
16273 if test "x$ac_cv_lib_soname_cups" = "x"; then
16274 case "x$with_cups" in
16275 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16276 xno) ;;
16277 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16278 This is an error since --with-cups was requested." >&5
16279 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16280 This is an error since --with-cups was requested." >&2;}
16281 { (exit 1); exit 1; }; } ;;
16282 esac
16286 if test "$ac_cv_header_jack_jack_h" = "yes"
16287 then
16288 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16289 $as_echo_n "checking for -ljack... " >&6; }
16290 if test "${ac_cv_lib_soname_jack+set}" = set; then
16291 $as_echo_n "(cached) " >&6
16292 else
16293 ac_check_soname_save_LIBS=$LIBS
16294 LIBS="-ljack $LIBS"
16295 cat >conftest.$ac_ext <<_ACEOF
16296 /* confdefs.h. */
16297 _ACEOF
16298 cat confdefs.h >>conftest.$ac_ext
16299 cat >>conftest.$ac_ext <<_ACEOF
16300 /* end confdefs.h. */
16302 /* Override any GCC internal prototype to avoid an error.
16303 Use char because int might match the return type of a GCC
16304 builtin and then its argument prototype would still apply. */
16305 #ifdef __cplusplus
16306 extern "C"
16307 #endif
16308 char jack_client_new ();
16310 main ()
16312 return jack_client_new ();
16314 return 0;
16316 _ACEOF
16317 rm -f conftest.$ac_objext conftest$ac_exeext
16318 if { (ac_try="$ac_link"
16319 case "(($ac_try" in
16320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16321 *) ac_try_echo=$ac_try;;
16322 esac
16323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16324 $as_echo "$ac_try_echo") >&5
16325 (eval "$ac_link") 2>conftest.er1
16326 ac_status=$?
16327 grep -v '^ *+' conftest.er1 >conftest.err
16328 rm -f conftest.er1
16329 cat conftest.err >&5
16330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16331 (exit $ac_status); } && {
16332 test -z "$ac_c_werror_flag" ||
16333 test ! -s conftest.err
16334 } && test -s conftest$ac_exeext && {
16335 test "$cross_compiling" = yes ||
16336 $as_test_x conftest$ac_exeext
16337 }; then
16338 case "$LIBEXT" in
16339 dll) ;;
16340 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'` ;;
16341 *) 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'` ;;
16342 esac
16343 else
16344 $as_echo "$as_me: failed program was:" >&5
16345 sed 's/^/| /' conftest.$ac_ext >&5
16350 rm -rf conftest.dSYM
16351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16352 conftest$ac_exeext conftest.$ac_ext
16353 LIBS=$ac_check_soname_save_LIBS
16355 if test "x$ac_cv_lib_soname_jack" = "x"; then
16356 { $as_echo "$as_me:$LINENO: result: not found" >&5
16357 $as_echo "not found" >&6; }
16359 else
16360 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16361 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16363 cat >>confdefs.h <<_ACEOF
16364 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16365 _ACEOF
16372 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16373 then
16374 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16375 $as_echo_n "checking for -lfontconfig... " >&6; }
16376 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16377 $as_echo_n "(cached) " >&6
16378 else
16379 ac_check_soname_save_LIBS=$LIBS
16380 LIBS="-lfontconfig $LIBS"
16381 cat >conftest.$ac_ext <<_ACEOF
16382 /* confdefs.h. */
16383 _ACEOF
16384 cat confdefs.h >>conftest.$ac_ext
16385 cat >>conftest.$ac_ext <<_ACEOF
16386 /* end confdefs.h. */
16388 /* Override any GCC internal prototype to avoid an error.
16389 Use char because int might match the return type of a GCC
16390 builtin and then its argument prototype would still apply. */
16391 #ifdef __cplusplus
16392 extern "C"
16393 #endif
16394 char FcInit ();
16396 main ()
16398 return FcInit ();
16400 return 0;
16402 _ACEOF
16403 rm -f conftest.$ac_objext conftest$ac_exeext
16404 if { (ac_try="$ac_link"
16405 case "(($ac_try" in
16406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16407 *) ac_try_echo=$ac_try;;
16408 esac
16409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16410 $as_echo "$ac_try_echo") >&5
16411 (eval "$ac_link") 2>conftest.er1
16412 ac_status=$?
16413 grep -v '^ *+' conftest.er1 >conftest.err
16414 rm -f conftest.er1
16415 cat conftest.err >&5
16416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } && {
16418 test -z "$ac_c_werror_flag" ||
16419 test ! -s conftest.err
16420 } && test -s conftest$ac_exeext && {
16421 test "$cross_compiling" = yes ||
16422 $as_test_x conftest$ac_exeext
16423 }; then
16424 case "$LIBEXT" in
16425 dll) ;;
16426 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'` ;;
16427 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16428 esac
16429 else
16430 $as_echo "$as_me: failed program was:" >&5
16431 sed 's/^/| /' conftest.$ac_ext >&5
16436 rm -rf conftest.dSYM
16437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16438 conftest$ac_exeext conftest.$ac_ext
16439 LIBS=$ac_check_soname_save_LIBS
16441 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16442 { $as_echo "$as_me:$LINENO: result: not found" >&5
16443 $as_echo "not found" >&6; }
16445 else
16446 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16447 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16449 cat >>confdefs.h <<_ACEOF
16450 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16451 _ACEOF
16456 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16457 then
16458 ac_save_CPPFLAGS="$CPPFLAGS"
16459 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16460 $as_unset ac_cv_header_fontconfig_fontconfig_h
16462 for ac_header in fontconfig/fontconfig.h
16464 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16467 $as_echo_n "checking for $ac_header... " >&6; }
16468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16469 $as_echo_n "(cached) " >&6
16471 ac_res=`eval 'as_val=${'$as_ac_Header'}
16472 $as_echo "$as_val"'`
16473 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16474 $as_echo "$ac_res" >&6; }
16475 else
16476 # Is the header compilable?
16477 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16478 $as_echo_n "checking $ac_header usability... " >&6; }
16479 cat >conftest.$ac_ext <<_ACEOF
16480 /* confdefs.h. */
16481 _ACEOF
16482 cat confdefs.h >>conftest.$ac_ext
16483 cat >>conftest.$ac_ext <<_ACEOF
16484 /* end confdefs.h. */
16485 $ac_includes_default
16486 #include <$ac_header>
16487 _ACEOF
16488 rm -f conftest.$ac_objext
16489 if { (ac_try="$ac_compile"
16490 case "(($ac_try" in
16491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16492 *) ac_try_echo=$ac_try;;
16493 esac
16494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16495 $as_echo "$ac_try_echo") >&5
16496 (eval "$ac_compile") 2>conftest.er1
16497 ac_status=$?
16498 grep -v '^ *+' conftest.er1 >conftest.err
16499 rm -f conftest.er1
16500 cat conftest.err >&5
16501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); } && {
16503 test -z "$ac_c_werror_flag" ||
16504 test ! -s conftest.err
16505 } && test -s conftest.$ac_objext; then
16506 ac_header_compiler=yes
16507 else
16508 $as_echo "$as_me: failed program was:" >&5
16509 sed 's/^/| /' conftest.$ac_ext >&5
16511 ac_header_compiler=no
16514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16515 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16516 $as_echo "$ac_header_compiler" >&6; }
16518 # Is the header present?
16519 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16520 $as_echo_n "checking $ac_header presence... " >&6; }
16521 cat >conftest.$ac_ext <<_ACEOF
16522 /* confdefs.h. */
16523 _ACEOF
16524 cat confdefs.h >>conftest.$ac_ext
16525 cat >>conftest.$ac_ext <<_ACEOF
16526 /* end confdefs.h. */
16527 #include <$ac_header>
16528 _ACEOF
16529 if { (ac_try="$ac_cpp conftest.$ac_ext"
16530 case "(($ac_try" in
16531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16532 *) ac_try_echo=$ac_try;;
16533 esac
16534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16535 $as_echo "$ac_try_echo") >&5
16536 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16537 ac_status=$?
16538 grep -v '^ *+' conftest.er1 >conftest.err
16539 rm -f conftest.er1
16540 cat conftest.err >&5
16541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); } >/dev/null && {
16543 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16544 test ! -s conftest.err
16545 }; then
16546 ac_header_preproc=yes
16547 else
16548 $as_echo "$as_me: failed program was:" >&5
16549 sed 's/^/| /' conftest.$ac_ext >&5
16551 ac_header_preproc=no
16554 rm -f conftest.err conftest.$ac_ext
16555 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16556 $as_echo "$ac_header_preproc" >&6; }
16558 # So? What about this header?
16559 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16560 yes:no: )
16561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16562 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16563 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16564 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16565 ac_header_preproc=yes
16567 no:yes:* )
16568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16570 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16571 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16572 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16573 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16574 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16575 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16576 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16577 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16578 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16579 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16580 ( cat <<\_ASBOX
16581 ## ------------------------------------ ##
16582 ## Report this to wine-devel@winehq.org ##
16583 ## ------------------------------------ ##
16584 _ASBOX
16585 ) | sed "s/^/$as_me: WARNING: /" >&2
16587 esac
16588 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16589 $as_echo_n "checking for $ac_header... " >&6; }
16590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16591 $as_echo_n "(cached) " >&6
16592 else
16593 eval "$as_ac_Header=\$ac_header_preproc"
16595 ac_res=`eval 'as_val=${'$as_ac_Header'}
16596 $as_echo "$as_val"'`
16597 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16598 $as_echo "$ac_res" >&6; }
16601 as_val=`eval 'as_val=${'$as_ac_Header'}
16602 $as_echo "$as_val"'`
16603 if test "x$as_val" = x""yes; then
16604 cat >>confdefs.h <<_ACEOF
16605 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16606 _ACEOF
16610 done
16612 CPPFLAGS="$ac_save_CPPFLAGS"
16613 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16614 then
16615 FONTCONFIGINCL="$X_CFLAGS"
16617 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16618 $as_echo_n "checking for -lfontconfig... " >&6; }
16619 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16620 $as_echo_n "(cached) " >&6
16621 else
16622 ac_check_soname_save_LIBS=$LIBS
16623 LIBS="-lfontconfig $X_LIBS $LIBS"
16624 cat >conftest.$ac_ext <<_ACEOF
16625 /* confdefs.h. */
16626 _ACEOF
16627 cat confdefs.h >>conftest.$ac_ext
16628 cat >>conftest.$ac_ext <<_ACEOF
16629 /* end confdefs.h. */
16631 /* Override any GCC internal prototype to avoid an error.
16632 Use char because int might match the return type of a GCC
16633 builtin and then its argument prototype would still apply. */
16634 #ifdef __cplusplus
16635 extern "C"
16636 #endif
16637 char FcInit ();
16639 main ()
16641 return FcInit ();
16643 return 0;
16645 _ACEOF
16646 rm -f conftest.$ac_objext conftest$ac_exeext
16647 if { (ac_try="$ac_link"
16648 case "(($ac_try" in
16649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16651 esac
16652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16653 $as_echo "$ac_try_echo") >&5
16654 (eval "$ac_link") 2>conftest.er1
16655 ac_status=$?
16656 grep -v '^ *+' conftest.er1 >conftest.err
16657 rm -f conftest.er1
16658 cat conftest.err >&5
16659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16660 (exit $ac_status); } && {
16661 test -z "$ac_c_werror_flag" ||
16662 test ! -s conftest.err
16663 } && test -s conftest$ac_exeext && {
16664 test "$cross_compiling" = yes ||
16665 $as_test_x conftest$ac_exeext
16666 }; then
16667 case "$LIBEXT" in
16668 dll) ;;
16669 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'` ;;
16670 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16671 esac
16672 else
16673 $as_echo "$as_me: failed program was:" >&5
16674 sed 's/^/| /' conftest.$ac_ext >&5
16679 rm -rf conftest.dSYM
16680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16681 conftest$ac_exeext conftest.$ac_ext
16682 LIBS=$ac_check_soname_save_LIBS
16684 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16685 { $as_echo "$as_me:$LINENO: result: not found" >&5
16686 $as_echo "not found" >&6; }
16688 else
16689 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16690 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16692 cat >>confdefs.h <<_ACEOF
16693 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16694 _ACEOF
16701 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16702 case "x$with_fontconfig" in
16703 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16704 xno) ;;
16705 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16706 This is an error since --with-fontconfig was requested." >&5
16707 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16708 This is an error since --with-fontconfig was requested." >&2;}
16709 { (exit 1); exit 1; }; } ;;
16710 esac
16714 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16715 then
16716 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16717 $as_echo_n "checking for -lssl... " >&6; }
16718 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16719 $as_echo_n "(cached) " >&6
16720 else
16721 ac_check_soname_save_LIBS=$LIBS
16722 LIBS="-lssl $LIBS"
16723 cat >conftest.$ac_ext <<_ACEOF
16724 /* confdefs.h. */
16725 _ACEOF
16726 cat confdefs.h >>conftest.$ac_ext
16727 cat >>conftest.$ac_ext <<_ACEOF
16728 /* end confdefs.h. */
16730 /* Override any GCC internal prototype to avoid an error.
16731 Use char because int might match the return type of a GCC
16732 builtin and then its argument prototype would still apply. */
16733 #ifdef __cplusplus
16734 extern "C"
16735 #endif
16736 char SSL_library_init ();
16738 main ()
16740 return SSL_library_init ();
16742 return 0;
16744 _ACEOF
16745 rm -f conftest.$ac_objext conftest$ac_exeext
16746 if { (ac_try="$ac_link"
16747 case "(($ac_try" in
16748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16749 *) ac_try_echo=$ac_try;;
16750 esac
16751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16752 $as_echo "$ac_try_echo") >&5
16753 (eval "$ac_link") 2>conftest.er1
16754 ac_status=$?
16755 grep -v '^ *+' conftest.er1 >conftest.err
16756 rm -f conftest.er1
16757 cat conftest.err >&5
16758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16759 (exit $ac_status); } && {
16760 test -z "$ac_c_werror_flag" ||
16761 test ! -s conftest.err
16762 } && test -s conftest$ac_exeext && {
16763 test "$cross_compiling" = yes ||
16764 $as_test_x conftest$ac_exeext
16765 }; then
16766 case "$LIBEXT" in
16767 dll) ;;
16768 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'` ;;
16769 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16770 esac
16771 else
16772 $as_echo "$as_me: failed program was:" >&5
16773 sed 's/^/| /' conftest.$ac_ext >&5
16778 rm -rf conftest.dSYM
16779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16780 conftest$ac_exeext conftest.$ac_ext
16781 LIBS=$ac_check_soname_save_LIBS
16783 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16784 { $as_echo "$as_me:$LINENO: result: not found" >&5
16785 $as_echo "not found" >&6; }
16787 else
16788 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16789 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16791 cat >>confdefs.h <<_ACEOF
16792 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16793 _ACEOF
16798 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16799 $as_echo_n "checking for -lcrypto... " >&6; }
16800 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16801 $as_echo_n "(cached) " >&6
16802 else
16803 ac_check_soname_save_LIBS=$LIBS
16804 LIBS="-lcrypto $LIBS"
16805 cat >conftest.$ac_ext <<_ACEOF
16806 /* confdefs.h. */
16807 _ACEOF
16808 cat confdefs.h >>conftest.$ac_ext
16809 cat >>conftest.$ac_ext <<_ACEOF
16810 /* end confdefs.h. */
16812 /* Override any GCC internal prototype to avoid an error.
16813 Use char because int might match the return type of a GCC
16814 builtin and then its argument prototype would still apply. */
16815 #ifdef __cplusplus
16816 extern "C"
16817 #endif
16818 char BIO_new_socket ();
16820 main ()
16822 return BIO_new_socket ();
16824 return 0;
16826 _ACEOF
16827 rm -f conftest.$ac_objext conftest$ac_exeext
16828 if { (ac_try="$ac_link"
16829 case "(($ac_try" in
16830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16831 *) ac_try_echo=$ac_try;;
16832 esac
16833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16834 $as_echo "$ac_try_echo") >&5
16835 (eval "$ac_link") 2>conftest.er1
16836 ac_status=$?
16837 grep -v '^ *+' conftest.er1 >conftest.err
16838 rm -f conftest.er1
16839 cat conftest.err >&5
16840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841 (exit $ac_status); } && {
16842 test -z "$ac_c_werror_flag" ||
16843 test ! -s conftest.err
16844 } && test -s conftest$ac_exeext && {
16845 test "$cross_compiling" = yes ||
16846 $as_test_x conftest$ac_exeext
16847 }; then
16848 case "$LIBEXT" in
16849 dll) ;;
16850 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'` ;;
16851 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16852 esac
16853 else
16854 $as_echo "$as_me: failed program was:" >&5
16855 sed 's/^/| /' conftest.$ac_ext >&5
16860 rm -rf conftest.dSYM
16861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16862 conftest$ac_exeext conftest.$ac_ext
16863 LIBS=$ac_check_soname_save_LIBS
16865 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16866 { $as_echo "$as_me:$LINENO: result: not found" >&5
16867 $as_echo "not found" >&6; }
16869 else
16870 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16871 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16873 cat >>confdefs.h <<_ACEOF
16874 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16875 _ACEOF
16881 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16882 case "x$with_openssl" in
16883 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16884 xno) ;;
16885 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16886 This is an error since --with-openssl was requested." >&5
16887 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16888 This is an error since --with-openssl was requested." >&2;}
16889 { (exit 1); exit 1; }; } ;;
16890 esac
16894 if test "$ac_cv_header_jpeglib_h" = "yes"
16895 then
16896 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16897 $as_echo_n "checking for -ljpeg... " >&6; }
16898 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16899 $as_echo_n "(cached) " >&6
16900 else
16901 ac_check_soname_save_LIBS=$LIBS
16902 LIBS="-ljpeg $LIBS"
16903 cat >conftest.$ac_ext <<_ACEOF
16904 /* confdefs.h. */
16905 _ACEOF
16906 cat confdefs.h >>conftest.$ac_ext
16907 cat >>conftest.$ac_ext <<_ACEOF
16908 /* end confdefs.h. */
16910 /* Override any GCC internal prototype to avoid an error.
16911 Use char because int might match the return type of a GCC
16912 builtin and then its argument prototype would still apply. */
16913 #ifdef __cplusplus
16914 extern "C"
16915 #endif
16916 char jpeg_start_decompress ();
16918 main ()
16920 return jpeg_start_decompress ();
16922 return 0;
16924 _ACEOF
16925 rm -f conftest.$ac_objext conftest$ac_exeext
16926 if { (ac_try="$ac_link"
16927 case "(($ac_try" in
16928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16929 *) ac_try_echo=$ac_try;;
16930 esac
16931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16932 $as_echo "$ac_try_echo") >&5
16933 (eval "$ac_link") 2>conftest.er1
16934 ac_status=$?
16935 grep -v '^ *+' conftest.er1 >conftest.err
16936 rm -f conftest.er1
16937 cat conftest.err >&5
16938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16939 (exit $ac_status); } && {
16940 test -z "$ac_c_werror_flag" ||
16941 test ! -s conftest.err
16942 } && test -s conftest$ac_exeext && {
16943 test "$cross_compiling" = yes ||
16944 $as_test_x conftest$ac_exeext
16945 }; then
16946 case "$LIBEXT" in
16947 dll) ;;
16948 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'` ;;
16949 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16950 esac
16951 else
16952 $as_echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.$ac_ext >&5
16958 rm -rf conftest.dSYM
16959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16960 conftest$ac_exeext conftest.$ac_ext
16961 LIBS=$ac_check_soname_save_LIBS
16963 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16964 { $as_echo "$as_me:$LINENO: result: not found" >&5
16965 $as_echo "not found" >&6; }
16967 else
16968 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16969 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16971 cat >>confdefs.h <<_ACEOF
16972 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16973 _ACEOF
16979 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16980 case "x$with_jpeg" in
16981 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16982 xno) ;;
16983 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16984 This is an error since --with-jpeg was requested." >&5
16985 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16986 This is an error since --with-jpeg was requested." >&2;}
16987 { (exit 1); exit 1; }; } ;;
16988 esac
16992 if test "$ac_cv_header_png_h" = "yes"
16993 then
16994 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16995 $as_echo_n "checking for -lpng... " >&6; }
16996 if test "${ac_cv_lib_soname_png+set}" = set; then
16997 $as_echo_n "(cached) " >&6
16998 else
16999 ac_check_soname_save_LIBS=$LIBS
17000 LIBS="-lpng -lm -lz $LIBS"
17001 cat >conftest.$ac_ext <<_ACEOF
17002 /* confdefs.h. */
17003 _ACEOF
17004 cat confdefs.h >>conftest.$ac_ext
17005 cat >>conftest.$ac_ext <<_ACEOF
17006 /* end confdefs.h. */
17008 /* Override any GCC internal prototype to avoid an error.
17009 Use char because int might match the return type of a GCC
17010 builtin and then its argument prototype would still apply. */
17011 #ifdef __cplusplus
17012 extern "C"
17013 #endif
17014 char png_create_read_struct ();
17016 main ()
17018 return png_create_read_struct ();
17020 return 0;
17022 _ACEOF
17023 rm -f conftest.$ac_objext conftest$ac_exeext
17024 if { (ac_try="$ac_link"
17025 case "(($ac_try" in
17026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17027 *) ac_try_echo=$ac_try;;
17028 esac
17029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17030 $as_echo "$ac_try_echo") >&5
17031 (eval "$ac_link") 2>conftest.er1
17032 ac_status=$?
17033 grep -v '^ *+' conftest.er1 >conftest.err
17034 rm -f conftest.er1
17035 cat conftest.err >&5
17036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17037 (exit $ac_status); } && {
17038 test -z "$ac_c_werror_flag" ||
17039 test ! -s conftest.err
17040 } && test -s conftest$ac_exeext && {
17041 test "$cross_compiling" = yes ||
17042 $as_test_x conftest$ac_exeext
17043 }; then
17044 case "$LIBEXT" in
17045 dll) ;;
17046 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'` ;;
17047 *) 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'` ;;
17048 esac
17049 else
17050 $as_echo "$as_me: failed program was:" >&5
17051 sed 's/^/| /' conftest.$ac_ext >&5
17056 rm -rf conftest.dSYM
17057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17058 conftest$ac_exeext conftest.$ac_ext
17059 LIBS=$ac_check_soname_save_LIBS
17061 if test "x$ac_cv_lib_soname_png" = "x"; then
17062 { $as_echo "$as_me:$LINENO: result: not found" >&5
17063 $as_echo "not found" >&6; }
17065 else
17066 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17067 $as_echo "$ac_cv_lib_soname_png" >&6; }
17069 cat >>confdefs.h <<_ACEOF
17070 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17071 _ACEOF
17077 if test "x$ac_cv_lib_soname_png" = "x"; then
17078 case "x$with_png" in
17079 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17080 xno) ;;
17081 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17082 This is an error since --with-png was requested." >&5
17083 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17084 This is an error since --with-png was requested." >&2;}
17085 { (exit 1); exit 1; }; } ;;
17086 esac
17090 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17091 $as_echo_n "checking for -lodbc... " >&6; }
17092 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17093 $as_echo_n "(cached) " >&6
17094 else
17095 ac_check_soname_save_LIBS=$LIBS
17096 LIBS="-lodbc $LIBS"
17097 cat >conftest.$ac_ext <<_ACEOF
17098 /* confdefs.h. */
17099 _ACEOF
17100 cat confdefs.h >>conftest.$ac_ext
17101 cat >>conftest.$ac_ext <<_ACEOF
17102 /* end confdefs.h. */
17104 /* Override any GCC internal prototype to avoid an error.
17105 Use char because int might match the return type of a GCC
17106 builtin and then its argument prototype would still apply. */
17107 #ifdef __cplusplus
17108 extern "C"
17109 #endif
17110 char SQLConnect ();
17112 main ()
17114 return SQLConnect ();
17116 return 0;
17118 _ACEOF
17119 rm -f conftest.$ac_objext conftest$ac_exeext
17120 if { (ac_try="$ac_link"
17121 case "(($ac_try" in
17122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17123 *) ac_try_echo=$ac_try;;
17124 esac
17125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17126 $as_echo "$ac_try_echo") >&5
17127 (eval "$ac_link") 2>conftest.er1
17128 ac_status=$?
17129 grep -v '^ *+' conftest.er1 >conftest.err
17130 rm -f conftest.er1
17131 cat conftest.err >&5
17132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17133 (exit $ac_status); } && {
17134 test -z "$ac_c_werror_flag" ||
17135 test ! -s conftest.err
17136 } && test -s conftest$ac_exeext && {
17137 test "$cross_compiling" = yes ||
17138 $as_test_x conftest$ac_exeext
17139 }; then
17140 case "$LIBEXT" in
17141 dll) ;;
17142 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'` ;;
17143 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17144 esac
17145 else
17146 $as_echo "$as_me: failed program was:" >&5
17147 sed 's/^/| /' conftest.$ac_ext >&5
17152 rm -rf conftest.dSYM
17153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17154 conftest$ac_exeext conftest.$ac_ext
17155 LIBS=$ac_check_soname_save_LIBS
17157 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17158 { $as_echo "$as_me:$LINENO: result: not found" >&5
17159 $as_echo "not found" >&6; }
17160 cat >>confdefs.h <<_ACEOF
17161 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17162 _ACEOF
17164 else
17165 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17166 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17168 cat >>confdefs.h <<_ACEOF
17169 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17170 _ACEOF
17176 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17177 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17178 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17179 "$ac_cv_header_soundcard_h" != "yes" -a \
17180 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17181 then
17182 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17186 EXTRACFLAGS=""
17188 if test "x${GCC}" = "xyes"
17189 then
17190 EXTRACFLAGS="-Wall -pipe"
17192 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17193 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17194 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17195 $as_echo_n "(cached) " >&6
17196 else
17197 if test "$cross_compiling" = yes; then
17198 ac_cv_c_gcc_strength_bug="yes"
17199 else
17200 cat >conftest.$ac_ext <<_ACEOF
17201 /* confdefs.h. */
17202 _ACEOF
17203 cat confdefs.h >>conftest.$ac_ext
17204 cat >>conftest.$ac_ext <<_ACEOF
17205 /* end confdefs.h. */
17206 int L[4] = {0,1,2,3};
17208 main ()
17210 static int Array[3];
17211 unsigned int B = 3;
17212 int i;
17213 for(i=0; i<B; i++) Array[i] = i - 3;
17214 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17215 L[i] = 4;
17216 return (Array[1] != -2 || L[2] != 3)
17218 return 0;
17220 _ACEOF
17221 rm -f conftest$ac_exeext
17222 if { (ac_try="$ac_link"
17223 case "(($ac_try" in
17224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17225 *) ac_try_echo=$ac_try;;
17226 esac
17227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17228 $as_echo "$ac_try_echo") >&5
17229 (eval "$ac_link") 2>&5
17230 ac_status=$?
17231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17233 { (case "(($ac_try" in
17234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17235 *) ac_try_echo=$ac_try;;
17236 esac
17237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17238 $as_echo "$ac_try_echo") >&5
17239 (eval "$ac_try") 2>&5
17240 ac_status=$?
17241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); }; }; then
17243 ac_cv_c_gcc_strength_bug="no"
17244 else
17245 $as_echo "$as_me: program exited with status $ac_status" >&5
17246 $as_echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ( exit $ac_status )
17250 ac_cv_c_gcc_strength_bug="yes"
17252 rm -rf conftest.dSYM
17253 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17258 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17259 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17260 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17261 then
17262 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17265 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17266 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17267 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17268 $as_echo_n "(cached) " >&6
17269 else
17270 ac_wine_try_cflags_saved=$CFLAGS
17271 CFLAGS="$CFLAGS -fno-builtin"
17272 cat >conftest.$ac_ext <<_ACEOF
17273 /* confdefs.h. */
17274 _ACEOF
17275 cat confdefs.h >>conftest.$ac_ext
17276 cat >>conftest.$ac_ext <<_ACEOF
17277 /* end confdefs.h. */
17280 main ()
17284 return 0;
17286 _ACEOF
17287 rm -f conftest.$ac_objext conftest$ac_exeext
17288 if { (ac_try="$ac_link"
17289 case "(($ac_try" in
17290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17291 *) ac_try_echo=$ac_try;;
17292 esac
17293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17294 $as_echo "$ac_try_echo") >&5
17295 (eval "$ac_link") 2>conftest.er1
17296 ac_status=$?
17297 grep -v '^ *+' conftest.er1 >conftest.err
17298 rm -f conftest.er1
17299 cat conftest.err >&5
17300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17301 (exit $ac_status); } && {
17302 test -z "$ac_c_werror_flag" ||
17303 test ! -s conftest.err
17304 } && test -s conftest$ac_exeext && {
17305 test "$cross_compiling" = yes ||
17306 $as_test_x conftest$ac_exeext
17307 }; then
17308 ac_cv_cflags__fno_builtin=yes
17309 else
17310 $as_echo "$as_me: failed program was:" >&5
17311 sed 's/^/| /' conftest.$ac_ext >&5
17313 ac_cv_cflags__fno_builtin=no
17316 rm -rf conftest.dSYM
17317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17318 conftest$ac_exeext conftest.$ac_ext
17319 CFLAGS=$ac_wine_try_cflags_saved
17321 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17322 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17323 if test $ac_cv_cflags__fno_builtin = yes; then
17324 BUILTINFLAG="-fno-builtin"
17328 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17329 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17330 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17331 $as_echo_n "(cached) " >&6
17332 else
17333 ac_wine_try_cflags_saved=$CFLAGS
17334 CFLAGS="$CFLAGS -fno-strict-aliasing"
17335 cat >conftest.$ac_ext <<_ACEOF
17336 /* confdefs.h. */
17337 _ACEOF
17338 cat confdefs.h >>conftest.$ac_ext
17339 cat >>conftest.$ac_ext <<_ACEOF
17340 /* end confdefs.h. */
17343 main ()
17347 return 0;
17349 _ACEOF
17350 rm -f conftest.$ac_objext conftest$ac_exeext
17351 if { (ac_try="$ac_link"
17352 case "(($ac_try" in
17353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17354 *) ac_try_echo=$ac_try;;
17355 esac
17356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17357 $as_echo "$ac_try_echo") >&5
17358 (eval "$ac_link") 2>conftest.er1
17359 ac_status=$?
17360 grep -v '^ *+' conftest.er1 >conftest.err
17361 rm -f conftest.er1
17362 cat conftest.err >&5
17363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17364 (exit $ac_status); } && {
17365 test -z "$ac_c_werror_flag" ||
17366 test ! -s conftest.err
17367 } && test -s conftest$ac_exeext && {
17368 test "$cross_compiling" = yes ||
17369 $as_test_x conftest$ac_exeext
17370 }; then
17371 ac_cv_cflags__fno_strict_aliasing=yes
17372 else
17373 $as_echo "$as_me: failed program was:" >&5
17374 sed 's/^/| /' conftest.$ac_ext >&5
17376 ac_cv_cflags__fno_strict_aliasing=no
17379 rm -rf conftest.dSYM
17380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17381 conftest$ac_exeext conftest.$ac_ext
17382 CFLAGS=$ac_wine_try_cflags_saved
17384 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17385 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17386 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17387 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17390 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17391 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17392 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17393 $as_echo_n "(cached) " >&6
17394 else
17395 ac_wine_try_cflags_saved=$CFLAGS
17396 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17397 cat >conftest.$ac_ext <<_ACEOF
17398 /* confdefs.h. */
17399 _ACEOF
17400 cat confdefs.h >>conftest.$ac_ext
17401 cat >>conftest.$ac_ext <<_ACEOF
17402 /* end confdefs.h. */
17405 main ()
17409 return 0;
17411 _ACEOF
17412 rm -f conftest.$ac_objext conftest$ac_exeext
17413 if { (ac_try="$ac_link"
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_link") 2>conftest.er1
17421 ac_status=$?
17422 grep -v '^ *+' conftest.er1 >conftest.err
17423 rm -f conftest.er1
17424 cat conftest.err >&5
17425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17426 (exit $ac_status); } && {
17427 test -z "$ac_c_werror_flag" ||
17428 test ! -s conftest.err
17429 } && test -s conftest$ac_exeext && {
17430 test "$cross_compiling" = yes ||
17431 $as_test_x conftest$ac_exeext
17432 }; then
17433 ac_cv_cflags__Wdeclaration_after_statement=yes
17434 else
17435 $as_echo "$as_me: failed program was:" >&5
17436 sed 's/^/| /' conftest.$ac_ext >&5
17438 ac_cv_cflags__Wdeclaration_after_statement=no
17441 rm -rf conftest.dSYM
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17443 conftest$ac_exeext conftest.$ac_ext
17444 CFLAGS=$ac_wine_try_cflags_saved
17446 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17447 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17448 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17449 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17452 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17453 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17454 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17455 $as_echo_n "(cached) " >&6
17456 else
17457 ac_wine_try_cflags_saved=$CFLAGS
17458 CFLAGS="$CFLAGS -Wwrite-strings"
17459 cat >conftest.$ac_ext <<_ACEOF
17460 /* confdefs.h. */
17461 _ACEOF
17462 cat confdefs.h >>conftest.$ac_ext
17463 cat >>conftest.$ac_ext <<_ACEOF
17464 /* end confdefs.h. */
17467 main ()
17471 return 0;
17473 _ACEOF
17474 rm -f conftest.$ac_objext conftest$ac_exeext
17475 if { (ac_try="$ac_link"
17476 case "(($ac_try" in
17477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17478 *) ac_try_echo=$ac_try;;
17479 esac
17480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17481 $as_echo "$ac_try_echo") >&5
17482 (eval "$ac_link") 2>conftest.er1
17483 ac_status=$?
17484 grep -v '^ *+' conftest.er1 >conftest.err
17485 rm -f conftest.er1
17486 cat conftest.err >&5
17487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17488 (exit $ac_status); } && {
17489 test -z "$ac_c_werror_flag" ||
17490 test ! -s conftest.err
17491 } && test -s conftest$ac_exeext && {
17492 test "$cross_compiling" = yes ||
17493 $as_test_x conftest$ac_exeext
17494 }; then
17495 ac_cv_cflags__Wwrite_strings=yes
17496 else
17497 $as_echo "$as_me: failed program was:" >&5
17498 sed 's/^/| /' conftest.$ac_ext >&5
17500 ac_cv_cflags__Wwrite_strings=no
17503 rm -rf conftest.dSYM
17504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17505 conftest$ac_exeext conftest.$ac_ext
17506 CFLAGS=$ac_wine_try_cflags_saved
17508 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17509 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17510 if test $ac_cv_cflags__Wwrite_strings = yes; then
17511 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17514 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17515 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17516 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17517 $as_echo_n "(cached) " >&6
17518 else
17519 ac_wine_try_cflags_saved=$CFLAGS
17520 CFLAGS="$CFLAGS -Wtype-limits"
17521 cat >conftest.$ac_ext <<_ACEOF
17522 /* confdefs.h. */
17523 _ACEOF
17524 cat confdefs.h >>conftest.$ac_ext
17525 cat >>conftest.$ac_ext <<_ACEOF
17526 /* end confdefs.h. */
17529 main ()
17533 return 0;
17535 _ACEOF
17536 rm -f conftest.$ac_objext conftest$ac_exeext
17537 if { (ac_try="$ac_link"
17538 case "(($ac_try" in
17539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17540 *) ac_try_echo=$ac_try;;
17541 esac
17542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17543 $as_echo "$ac_try_echo") >&5
17544 (eval "$ac_link") 2>conftest.er1
17545 ac_status=$?
17546 grep -v '^ *+' conftest.er1 >conftest.err
17547 rm -f conftest.er1
17548 cat conftest.err >&5
17549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17550 (exit $ac_status); } && {
17551 test -z "$ac_c_werror_flag" ||
17552 test ! -s conftest.err
17553 } && test -s conftest$ac_exeext && {
17554 test "$cross_compiling" = yes ||
17555 $as_test_x conftest$ac_exeext
17556 }; then
17557 ac_cv_cflags__Wtype_limits=yes
17558 else
17559 $as_echo "$as_me: failed program was:" >&5
17560 sed 's/^/| /' conftest.$ac_ext >&5
17562 ac_cv_cflags__Wtype_limits=no
17565 rm -rf conftest.dSYM
17566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17567 conftest$ac_exeext conftest.$ac_ext
17568 CFLAGS=$ac_wine_try_cflags_saved
17570 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17571 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17572 if test $ac_cv_cflags__Wtype_limits = yes; then
17573 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17577 saved_CFLAGS="$CFLAGS"
17578 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17579 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17580 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17581 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17582 $as_echo_n "(cached) " >&6
17583 else
17584 cat >conftest.$ac_ext <<_ACEOF
17585 /* confdefs.h. */
17586 _ACEOF
17587 cat confdefs.h >>conftest.$ac_ext
17588 cat >>conftest.$ac_ext <<_ACEOF
17589 /* end confdefs.h. */
17590 #include <string.h>
17592 main ()
17596 return 0;
17598 _ACEOF
17599 rm -f conftest.$ac_objext
17600 if { (ac_try="$ac_compile"
17601 case "(($ac_try" in
17602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17603 *) ac_try_echo=$ac_try;;
17604 esac
17605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17606 $as_echo "$ac_try_echo") >&5
17607 (eval "$ac_compile") 2>conftest.er1
17608 ac_status=$?
17609 grep -v '^ *+' conftest.er1 >conftest.err
17610 rm -f conftest.er1
17611 cat conftest.err >&5
17612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17613 (exit $ac_status); } && {
17614 test -z "$ac_c_werror_flag" ||
17615 test ! -s conftest.err
17616 } && test -s conftest.$ac_objext; then
17617 ac_cv_c_string_h_warnings=no
17618 else
17619 $as_echo "$as_me: failed program was:" >&5
17620 sed 's/^/| /' conftest.$ac_ext >&5
17622 ac_cv_c_string_h_warnings=yes
17625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17627 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17628 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17629 CFLAGS="$saved_CFLAGS"
17630 if test "$ac_cv_c_string_h_warnings" = "no"
17631 then
17632 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17637 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17638 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17639 if test "${ac_cv_asm_func_def+set}" = set; then
17640 $as_echo_n "(cached) " >&6
17641 else
17642 cat >conftest.$ac_ext <<_ACEOF
17643 /* confdefs.h. */
17644 _ACEOF
17645 cat confdefs.h >>conftest.$ac_ext
17646 cat >>conftest.$ac_ext <<_ACEOF
17647 /* end confdefs.h. */
17650 main ()
17652 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17654 return 0;
17656 _ACEOF
17657 rm -f conftest.$ac_objext conftest$ac_exeext
17658 if { (ac_try="$ac_link"
17659 case "(($ac_try" in
17660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17661 *) ac_try_echo=$ac_try;;
17662 esac
17663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17664 $as_echo "$ac_try_echo") >&5
17665 (eval "$ac_link") 2>conftest.er1
17666 ac_status=$?
17667 grep -v '^ *+' conftest.er1 >conftest.err
17668 rm -f conftest.er1
17669 cat conftest.err >&5
17670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); } && {
17672 test -z "$ac_c_werror_flag" ||
17673 test ! -s conftest.err
17674 } && test -s conftest$ac_exeext && {
17675 test "$cross_compiling" = yes ||
17676 $as_test_x conftest$ac_exeext
17677 }; then
17678 ac_cv_asm_func_def=".def"
17679 else
17680 $as_echo "$as_me: failed program was:" >&5
17681 sed 's/^/| /' conftest.$ac_ext >&5
17683 cat >conftest.$ac_ext <<_ACEOF
17684 /* confdefs.h. */
17685 _ACEOF
17686 cat confdefs.h >>conftest.$ac_ext
17687 cat >>conftest.$ac_ext <<_ACEOF
17688 /* end confdefs.h. */
17691 main ()
17693 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17695 return 0;
17697 _ACEOF
17698 rm -f conftest.$ac_objext conftest$ac_exeext
17699 if { (ac_try="$ac_link"
17700 case "(($ac_try" in
17701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17702 *) ac_try_echo=$ac_try;;
17703 esac
17704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17705 $as_echo "$ac_try_echo") >&5
17706 (eval "$ac_link") 2>conftest.er1
17707 ac_status=$?
17708 grep -v '^ *+' conftest.er1 >conftest.err
17709 rm -f conftest.er1
17710 cat conftest.err >&5
17711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); } && {
17713 test -z "$ac_c_werror_flag" ||
17714 test ! -s conftest.err
17715 } && test -s conftest$ac_exeext && {
17716 test "$cross_compiling" = yes ||
17717 $as_test_x conftest$ac_exeext
17718 }; then
17719 ac_cv_asm_func_def=".type @function"
17720 else
17721 $as_echo "$as_me: failed program was:" >&5
17722 sed 's/^/| /' conftest.$ac_ext >&5
17724 cat >conftest.$ac_ext <<_ACEOF
17725 /* confdefs.h. */
17726 _ACEOF
17727 cat confdefs.h >>conftest.$ac_ext
17728 cat >>conftest.$ac_ext <<_ACEOF
17729 /* end confdefs.h. */
17732 main ()
17734 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17736 return 0;
17738 _ACEOF
17739 rm -f conftest.$ac_objext conftest$ac_exeext
17740 if { (ac_try="$ac_link"
17741 case "(($ac_try" in
17742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17743 *) ac_try_echo=$ac_try;;
17744 esac
17745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17746 $as_echo "$ac_try_echo") >&5
17747 (eval "$ac_link") 2>conftest.er1
17748 ac_status=$?
17749 grep -v '^ *+' conftest.er1 >conftest.err
17750 rm -f conftest.er1
17751 cat conftest.err >&5
17752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17753 (exit $ac_status); } && {
17754 test -z "$ac_c_werror_flag" ||
17755 test ! -s conftest.err
17756 } && test -s conftest$ac_exeext && {
17757 test "$cross_compiling" = yes ||
17758 $as_test_x conftest$ac_exeext
17759 }; then
17760 ac_cv_asm_func_def=".type 2"
17761 else
17762 $as_echo "$as_me: failed program was:" >&5
17763 sed 's/^/| /' conftest.$ac_ext >&5
17765 ac_cv_asm_func_def="unknown"
17768 rm -rf conftest.dSYM
17769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17770 conftest$ac_exeext conftest.$ac_ext
17773 rm -rf conftest.dSYM
17774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17775 conftest$ac_exeext conftest.$ac_ext
17778 rm -rf conftest.dSYM
17779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17780 conftest$ac_exeext conftest.$ac_ext
17782 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17783 $as_echo "$ac_cv_asm_func_def" >&6; }
17787 case "$ac_cv_asm_func_def" in
17788 ".def")
17789 cat >>confdefs.h <<\_ACEOF
17790 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17791 _ACEOF
17793 ".type @function")
17794 cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17796 _ACEOF
17798 ".type 2")
17799 cat >>confdefs.h <<\_ACEOF
17800 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17801 _ACEOF
17804 cat >>confdefs.h <<\_ACEOF
17805 #define __ASM_FUNC(name) ""
17806 _ACEOF
17808 esac
17811 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17812 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17813 if test "${ac_cv_c_extern_prefix+set}" = set; then
17814 $as_echo_n "(cached) " >&6
17815 else
17816 cat >conftest.$ac_ext <<_ACEOF
17817 /* confdefs.h. */
17818 _ACEOF
17819 cat confdefs.h >>conftest.$ac_ext
17820 cat >>conftest.$ac_ext <<_ACEOF
17821 /* end confdefs.h. */
17822 extern int ac_test;
17824 main ()
17826 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17828 return 0;
17830 _ACEOF
17831 rm -f conftest.$ac_objext conftest$ac_exeext
17832 if { (ac_try="$ac_link"
17833 case "(($ac_try" in
17834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17835 *) ac_try_echo=$ac_try;;
17836 esac
17837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17838 $as_echo "$ac_try_echo") >&5
17839 (eval "$ac_link") 2>conftest.er1
17840 ac_status=$?
17841 grep -v '^ *+' conftest.er1 >conftest.err
17842 rm -f conftest.er1
17843 cat conftest.err >&5
17844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } && {
17846 test -z "$ac_c_werror_flag" ||
17847 test ! -s conftest.err
17848 } && test -s conftest$ac_exeext && {
17849 test "$cross_compiling" = yes ||
17850 $as_test_x conftest$ac_exeext
17851 }; then
17852 ac_cv_c_extern_prefix="yes"
17853 else
17854 $as_echo "$as_me: failed program was:" >&5
17855 sed 's/^/| /' conftest.$ac_ext >&5
17857 ac_cv_c_extern_prefix="no"
17860 rm -rf conftest.dSYM
17861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17862 conftest$ac_exeext conftest.$ac_ext
17864 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17865 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17869 if test "$ac_cv_c_extern_prefix" = "yes"
17870 then
17871 cat >>confdefs.h <<\_ACEOF
17872 #define __ASM_NAME(name) "_" name
17873 _ACEOF
17875 else
17876 cat >>confdefs.h <<\_ACEOF
17877 #define __ASM_NAME(name) name
17878 _ACEOF
17883 LDPATH=""
17885 case $build_os in
17886 cygwin*|mingw32*)
17887 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17889 darwin*|macosx*)
17891 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17892 then
17893 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17897 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17899 esac
17901 case $host_os in
17902 mingw32*)
17903 CRTLIBS="-lmsvcrt"
17905 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17908 esac
17910 MAIN_BINARY="wine-pthread"
17911 case $host_cpu in
17912 *i[3456789]86*)
17913 case $host_os in
17914 linux* | k*bsd*-gnu)
17915 MAIN_BINARY="wine-glibc"
17917 EXTRA_BINARIES="wine-pthread wine-preloader"
17919 freebsd*)
17920 MAIN_BINARY="wine-freebsd"
17922 EXTRA_BINARIES="wine-pthread"
17924 esac
17926 esac
17929 ac_save_CFLAGS="$CFLAGS"
17930 CFLAGS="$CFLAGS $BUILTINFLAG"
18002 for ac_func in \
18003 _pclose \
18004 _popen \
18005 _snprintf \
18006 _spawnvp \
18007 _strdup \
18008 _stricmp \
18009 _strnicmp \
18010 _strtoi64 \
18011 _strtoui64 \
18012 _vsnprintf \
18013 asctime_r \
18014 chsize \
18015 dlopen \
18016 epoll_create \
18017 ffs \
18018 finite \
18019 fork \
18020 fpclass \
18021 fstatfs \
18022 fstatvfs \
18023 ftruncate \
18024 futimes \
18025 futimesat \
18026 getdirentries \
18027 getopt_long \
18028 getpagesize \
18029 getpwuid \
18030 gettid \
18031 gettimeofday \
18032 getuid \
18033 inet_ntop \
18034 inet_pton \
18035 kqueue \
18036 lstat \
18037 memmove \
18038 mmap \
18039 pclose \
18040 poll \
18041 popen \
18042 prctl \
18043 pread \
18044 pwrite \
18045 readdir \
18046 readlink \
18047 sched_yield \
18048 select \
18049 setproctitle \
18050 setrlimit \
18051 settimeofday \
18052 sigaltstack \
18053 sigprocmask \
18054 snprintf \
18055 socketpair \
18056 spawnvp \
18057 statfs \
18058 statvfs \
18059 strcasecmp \
18060 strdup \
18061 strerror \
18062 strncasecmp \
18063 strtold \
18064 strtoll \
18065 strtoull \
18066 symlink \
18067 tcgetattr \
18068 thr_kill2 \
18069 timegm \
18070 usleep \
18071 vsnprintf \
18072 wait4 \
18073 waitpid \
18076 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18077 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18078 $as_echo_n "checking for $ac_func... " >&6; }
18079 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18080 $as_echo_n "(cached) " >&6
18081 else
18082 cat >conftest.$ac_ext <<_ACEOF
18083 /* confdefs.h. */
18084 _ACEOF
18085 cat confdefs.h >>conftest.$ac_ext
18086 cat >>conftest.$ac_ext <<_ACEOF
18087 /* end confdefs.h. */
18088 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18089 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18090 #define $ac_func innocuous_$ac_func
18092 /* System header to define __stub macros and hopefully few prototypes,
18093 which can conflict with char $ac_func (); below.
18094 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18095 <limits.h> exists even on freestanding compilers. */
18097 #ifdef __STDC__
18098 # include <limits.h>
18099 #else
18100 # include <assert.h>
18101 #endif
18103 #undef $ac_func
18105 /* Override any GCC internal prototype to avoid an error.
18106 Use char because int might match the return type of a GCC
18107 builtin and then its argument prototype would still apply. */
18108 #ifdef __cplusplus
18109 extern "C"
18110 #endif
18111 char $ac_func ();
18112 /* The GNU C library defines this for functions which it implements
18113 to always fail with ENOSYS. Some functions are actually named
18114 something starting with __ and the normal name is an alias. */
18115 #if defined __stub_$ac_func || defined __stub___$ac_func
18116 choke me
18117 #endif
18120 main ()
18122 return $ac_func ();
18124 return 0;
18126 _ACEOF
18127 rm -f conftest.$ac_objext conftest$ac_exeext
18128 if { (ac_try="$ac_link"
18129 case "(($ac_try" in
18130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18131 *) ac_try_echo=$ac_try;;
18132 esac
18133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18134 $as_echo "$ac_try_echo") >&5
18135 (eval "$ac_link") 2>conftest.er1
18136 ac_status=$?
18137 grep -v '^ *+' conftest.er1 >conftest.err
18138 rm -f conftest.er1
18139 cat conftest.err >&5
18140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18141 (exit $ac_status); } && {
18142 test -z "$ac_c_werror_flag" ||
18143 test ! -s conftest.err
18144 } && test -s conftest$ac_exeext && {
18145 test "$cross_compiling" = yes ||
18146 $as_test_x conftest$ac_exeext
18147 }; then
18148 eval "$as_ac_var=yes"
18149 else
18150 $as_echo "$as_me: failed program was:" >&5
18151 sed 's/^/| /' conftest.$ac_ext >&5
18153 eval "$as_ac_var=no"
18156 rm -rf conftest.dSYM
18157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18158 conftest$ac_exeext conftest.$ac_ext
18160 ac_res=`eval 'as_val=${'$as_ac_var'}
18161 $as_echo "$as_val"'`
18162 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18163 $as_echo "$ac_res" >&6; }
18164 as_val=`eval 'as_val=${'$as_ac_var'}
18165 $as_echo "$as_val"'`
18166 if test "x$as_val" = x""yes; then
18167 cat >>confdefs.h <<_ACEOF
18168 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18169 _ACEOF
18172 done
18174 CFLAGS="$ac_save_CFLAGS"
18176 if test "$ac_cv_func_dlopen" = no
18177 then
18178 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18179 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18180 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18181 $as_echo_n "(cached) " >&6
18182 else
18183 ac_check_lib_save_LIBS=$LIBS
18184 LIBS="-ldl $LIBS"
18185 cat >conftest.$ac_ext <<_ACEOF
18186 /* confdefs.h. */
18187 _ACEOF
18188 cat confdefs.h >>conftest.$ac_ext
18189 cat >>conftest.$ac_ext <<_ACEOF
18190 /* end confdefs.h. */
18192 /* Override any GCC internal prototype to avoid an error.
18193 Use char because int might match the return type of a GCC
18194 builtin and then its argument prototype would still apply. */
18195 #ifdef __cplusplus
18196 extern "C"
18197 #endif
18198 char dlopen ();
18200 main ()
18202 return dlopen ();
18204 return 0;
18206 _ACEOF
18207 rm -f conftest.$ac_objext conftest$ac_exeext
18208 if { (ac_try="$ac_link"
18209 case "(($ac_try" in
18210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18211 *) ac_try_echo=$ac_try;;
18212 esac
18213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18214 $as_echo "$ac_try_echo") >&5
18215 (eval "$ac_link") 2>conftest.er1
18216 ac_status=$?
18217 grep -v '^ *+' conftest.er1 >conftest.err
18218 rm -f conftest.er1
18219 cat conftest.err >&5
18220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18221 (exit $ac_status); } && {
18222 test -z "$ac_c_werror_flag" ||
18223 test ! -s conftest.err
18224 } && test -s conftest$ac_exeext && {
18225 test "$cross_compiling" = yes ||
18226 $as_test_x conftest$ac_exeext
18227 }; then
18228 ac_cv_lib_dl_dlopen=yes
18229 else
18230 $as_echo "$as_me: failed program was:" >&5
18231 sed 's/^/| /' conftest.$ac_ext >&5
18233 ac_cv_lib_dl_dlopen=no
18236 rm -rf conftest.dSYM
18237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18238 conftest$ac_exeext conftest.$ac_ext
18239 LIBS=$ac_check_lib_save_LIBS
18241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18242 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18243 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18244 cat >>confdefs.h <<\_ACEOF
18245 #define HAVE_DLOPEN 1
18246 _ACEOF
18247 LIBDL="-ldl"
18252 ac_wine_check_funcs_save_LIBS="$LIBS"
18253 LIBS="$LIBS $LIBDL"
18255 for ac_func in dladdr
18257 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18258 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18259 $as_echo_n "checking for $ac_func... " >&6; }
18260 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18261 $as_echo_n "(cached) " >&6
18262 else
18263 cat >conftest.$ac_ext <<_ACEOF
18264 /* confdefs.h. */
18265 _ACEOF
18266 cat confdefs.h >>conftest.$ac_ext
18267 cat >>conftest.$ac_ext <<_ACEOF
18268 /* end confdefs.h. */
18269 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18271 #define $ac_func innocuous_$ac_func
18273 /* System header to define __stub macros and hopefully few prototypes,
18274 which can conflict with char $ac_func (); below.
18275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18276 <limits.h> exists even on freestanding compilers. */
18278 #ifdef __STDC__
18279 # include <limits.h>
18280 #else
18281 # include <assert.h>
18282 #endif
18284 #undef $ac_func
18286 /* Override any GCC internal prototype to avoid an error.
18287 Use char because int might match the return type of a GCC
18288 builtin and then its argument prototype would still apply. */
18289 #ifdef __cplusplus
18290 extern "C"
18291 #endif
18292 char $ac_func ();
18293 /* The GNU C library defines this for functions which it implements
18294 to always fail with ENOSYS. Some functions are actually named
18295 something starting with __ and the normal name is an alias. */
18296 #if defined __stub_$ac_func || defined __stub___$ac_func
18297 choke me
18298 #endif
18301 main ()
18303 return $ac_func ();
18305 return 0;
18307 _ACEOF
18308 rm -f conftest.$ac_objext conftest$ac_exeext
18309 if { (ac_try="$ac_link"
18310 case "(($ac_try" in
18311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18312 *) ac_try_echo=$ac_try;;
18313 esac
18314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18315 $as_echo "$ac_try_echo") >&5
18316 (eval "$ac_link") 2>conftest.er1
18317 ac_status=$?
18318 grep -v '^ *+' conftest.er1 >conftest.err
18319 rm -f conftest.er1
18320 cat conftest.err >&5
18321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18322 (exit $ac_status); } && {
18323 test -z "$ac_c_werror_flag" ||
18324 test ! -s conftest.err
18325 } && test -s conftest$ac_exeext && {
18326 test "$cross_compiling" = yes ||
18327 $as_test_x conftest$ac_exeext
18328 }; then
18329 eval "$as_ac_var=yes"
18330 else
18331 $as_echo "$as_me: failed program was:" >&5
18332 sed 's/^/| /' conftest.$ac_ext >&5
18334 eval "$as_ac_var=no"
18337 rm -rf conftest.dSYM
18338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18339 conftest$ac_exeext conftest.$ac_ext
18341 ac_res=`eval 'as_val=${'$as_ac_var'}
18342 $as_echo "$as_val"'`
18343 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18344 $as_echo "$ac_res" >&6; }
18345 as_val=`eval 'as_val=${'$as_ac_var'}
18346 $as_echo "$as_val"'`
18347 if test "x$as_val" = x""yes; then
18348 cat >>confdefs.h <<_ACEOF
18349 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18350 _ACEOF
18353 done
18355 LIBS="$ac_wine_check_funcs_save_LIBS"
18357 if test "$ac_cv_func_poll" = no
18358 then
18359 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18360 $as_echo_n "checking for poll in -lpoll... " >&6; }
18361 if test "${ac_cv_lib_poll_poll+set}" = set; then
18362 $as_echo_n "(cached) " >&6
18363 else
18364 ac_check_lib_save_LIBS=$LIBS
18365 LIBS="-lpoll $LIBS"
18366 cat >conftest.$ac_ext <<_ACEOF
18367 /* confdefs.h. */
18368 _ACEOF
18369 cat confdefs.h >>conftest.$ac_ext
18370 cat >>conftest.$ac_ext <<_ACEOF
18371 /* end confdefs.h. */
18373 /* Override any GCC internal prototype to avoid an error.
18374 Use char because int might match the return type of a GCC
18375 builtin and then its argument prototype would still apply. */
18376 #ifdef __cplusplus
18377 extern "C"
18378 #endif
18379 char poll ();
18381 main ()
18383 return poll ();
18385 return 0;
18387 _ACEOF
18388 rm -f conftest.$ac_objext conftest$ac_exeext
18389 if { (ac_try="$ac_link"
18390 case "(($ac_try" in
18391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18392 *) ac_try_echo=$ac_try;;
18393 esac
18394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18395 $as_echo "$ac_try_echo") >&5
18396 (eval "$ac_link") 2>conftest.er1
18397 ac_status=$?
18398 grep -v '^ *+' conftest.er1 >conftest.err
18399 rm -f conftest.er1
18400 cat conftest.err >&5
18401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); } && {
18403 test -z "$ac_c_werror_flag" ||
18404 test ! -s conftest.err
18405 } && test -s conftest$ac_exeext && {
18406 test "$cross_compiling" = yes ||
18407 $as_test_x conftest$ac_exeext
18408 }; then
18409 ac_cv_lib_poll_poll=yes
18410 else
18411 $as_echo "$as_me: failed program was:" >&5
18412 sed 's/^/| /' conftest.$ac_ext >&5
18414 ac_cv_lib_poll_poll=no
18417 rm -rf conftest.dSYM
18418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18419 conftest$ac_exeext conftest.$ac_ext
18420 LIBS=$ac_check_lib_save_LIBS
18422 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18423 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18424 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18425 cat >>confdefs.h <<\_ACEOF
18426 #define HAVE_POLL 1
18427 _ACEOF
18428 LIBPOLL="-lpoll"
18434 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18435 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18436 if test "${ac_cv_search_gethostbyname+set}" = set; then
18437 $as_echo_n "(cached) " >&6
18438 else
18439 ac_func_search_save_LIBS=$LIBS
18440 cat >conftest.$ac_ext <<_ACEOF
18441 /* confdefs.h. */
18442 _ACEOF
18443 cat confdefs.h >>conftest.$ac_ext
18444 cat >>conftest.$ac_ext <<_ACEOF
18445 /* end confdefs.h. */
18447 /* Override any GCC internal prototype to avoid an error.
18448 Use char because int might match the return type of a GCC
18449 builtin and then its argument prototype would still apply. */
18450 #ifdef __cplusplus
18451 extern "C"
18452 #endif
18453 char gethostbyname ();
18455 main ()
18457 return gethostbyname ();
18459 return 0;
18461 _ACEOF
18462 for ac_lib in '' nsl; do
18463 if test -z "$ac_lib"; then
18464 ac_res="none required"
18465 else
18466 ac_res=-l$ac_lib
18467 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18469 rm -f conftest.$ac_objext conftest$ac_exeext
18470 if { (ac_try="$ac_link"
18471 case "(($ac_try" in
18472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18473 *) ac_try_echo=$ac_try;;
18474 esac
18475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18476 $as_echo "$ac_try_echo") >&5
18477 (eval "$ac_link") 2>conftest.er1
18478 ac_status=$?
18479 grep -v '^ *+' conftest.er1 >conftest.err
18480 rm -f conftest.er1
18481 cat conftest.err >&5
18482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18483 (exit $ac_status); } && {
18484 test -z "$ac_c_werror_flag" ||
18485 test ! -s conftest.err
18486 } && test -s conftest$ac_exeext && {
18487 test "$cross_compiling" = yes ||
18488 $as_test_x conftest$ac_exeext
18489 }; then
18490 ac_cv_search_gethostbyname=$ac_res
18491 else
18492 $as_echo "$as_me: failed program was:" >&5
18493 sed 's/^/| /' conftest.$ac_ext >&5
18498 rm -rf conftest.dSYM
18499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18500 conftest$ac_exeext
18501 if test "${ac_cv_search_gethostbyname+set}" = set; then
18502 break
18504 done
18505 if test "${ac_cv_search_gethostbyname+set}" = set; then
18507 else
18508 ac_cv_search_gethostbyname=no
18510 rm conftest.$ac_ext
18511 LIBS=$ac_func_search_save_LIBS
18513 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18514 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18515 ac_res=$ac_cv_search_gethostbyname
18516 if test "$ac_res" != no; then
18517 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18522 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18523 $as_echo_n "checking for library containing connect... " >&6; }
18524 if test "${ac_cv_search_connect+set}" = set; then
18525 $as_echo_n "(cached) " >&6
18526 else
18527 ac_func_search_save_LIBS=$LIBS
18528 cat >conftest.$ac_ext <<_ACEOF
18529 /* confdefs.h. */
18530 _ACEOF
18531 cat confdefs.h >>conftest.$ac_ext
18532 cat >>conftest.$ac_ext <<_ACEOF
18533 /* end confdefs.h. */
18535 /* Override any GCC internal prototype to avoid an error.
18536 Use char because int might match the return type of a GCC
18537 builtin and then its argument prototype would still apply. */
18538 #ifdef __cplusplus
18539 extern "C"
18540 #endif
18541 char connect ();
18543 main ()
18545 return connect ();
18547 return 0;
18549 _ACEOF
18550 for ac_lib in '' socket; do
18551 if test -z "$ac_lib"; then
18552 ac_res="none required"
18553 else
18554 ac_res=-l$ac_lib
18555 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18557 rm -f conftest.$ac_objext conftest$ac_exeext
18558 if { (ac_try="$ac_link"
18559 case "(($ac_try" in
18560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18561 *) ac_try_echo=$ac_try;;
18562 esac
18563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18564 $as_echo "$ac_try_echo") >&5
18565 (eval "$ac_link") 2>conftest.er1
18566 ac_status=$?
18567 grep -v '^ *+' conftest.er1 >conftest.err
18568 rm -f conftest.er1
18569 cat conftest.err >&5
18570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); } && {
18572 test -z "$ac_c_werror_flag" ||
18573 test ! -s conftest.err
18574 } && test -s conftest$ac_exeext && {
18575 test "$cross_compiling" = yes ||
18576 $as_test_x conftest$ac_exeext
18577 }; then
18578 ac_cv_search_connect=$ac_res
18579 else
18580 $as_echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18586 rm -rf conftest.dSYM
18587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18588 conftest$ac_exeext
18589 if test "${ac_cv_search_connect+set}" = set; then
18590 break
18592 done
18593 if test "${ac_cv_search_connect+set}" = set; then
18595 else
18596 ac_cv_search_connect=no
18598 rm conftest.$ac_ext
18599 LIBS=$ac_func_search_save_LIBS
18601 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18602 $as_echo "$ac_cv_search_connect" >&6; }
18603 ac_res=$ac_cv_search_connect
18604 if test "$ac_res" != no; then
18605 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18610 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18611 $as_echo_n "checking for library containing inet_aton... " >&6; }
18612 if test "${ac_cv_search_inet_aton+set}" = set; then
18613 $as_echo_n "(cached) " >&6
18614 else
18615 ac_func_search_save_LIBS=$LIBS
18616 cat >conftest.$ac_ext <<_ACEOF
18617 /* confdefs.h. */
18618 _ACEOF
18619 cat confdefs.h >>conftest.$ac_ext
18620 cat >>conftest.$ac_ext <<_ACEOF
18621 /* end confdefs.h. */
18623 /* Override any GCC internal prototype to avoid an error.
18624 Use char because int might match the return type of a GCC
18625 builtin and then its argument prototype would still apply. */
18626 #ifdef __cplusplus
18627 extern "C"
18628 #endif
18629 char inet_aton ();
18631 main ()
18633 return inet_aton ();
18635 return 0;
18637 _ACEOF
18638 for ac_lib in '' resolv; do
18639 if test -z "$ac_lib"; then
18640 ac_res="none required"
18641 else
18642 ac_res=-l$ac_lib
18643 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18645 rm -f conftest.$ac_objext conftest$ac_exeext
18646 if { (ac_try="$ac_link"
18647 case "(($ac_try" in
18648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18649 *) ac_try_echo=$ac_try;;
18650 esac
18651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18652 $as_echo "$ac_try_echo") >&5
18653 (eval "$ac_link") 2>conftest.er1
18654 ac_status=$?
18655 grep -v '^ *+' conftest.er1 >conftest.err
18656 rm -f conftest.er1
18657 cat conftest.err >&5
18658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18659 (exit $ac_status); } && {
18660 test -z "$ac_c_werror_flag" ||
18661 test ! -s conftest.err
18662 } && test -s conftest$ac_exeext && {
18663 test "$cross_compiling" = yes ||
18664 $as_test_x conftest$ac_exeext
18665 }; then
18666 ac_cv_search_inet_aton=$ac_res
18667 else
18668 $as_echo "$as_me: failed program was:" >&5
18669 sed 's/^/| /' conftest.$ac_ext >&5
18674 rm -rf conftest.dSYM
18675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18676 conftest$ac_exeext
18677 if test "${ac_cv_search_inet_aton+set}" = set; then
18678 break
18680 done
18681 if test "${ac_cv_search_inet_aton+set}" = set; then
18683 else
18684 ac_cv_search_inet_aton=no
18686 rm conftest.$ac_ext
18687 LIBS=$ac_func_search_save_LIBS
18689 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18690 $as_echo "$ac_cv_search_inet_aton" >&6; }
18691 ac_res=$ac_cv_search_inet_aton
18692 if test "$ac_res" != no; then
18693 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18706 for ac_func in \
18707 getaddrinfo \
18708 getnameinfo \
18709 getnetbyname \
18710 getprotobyname \
18711 getprotobynumber \
18712 getservbyport \
18713 inet_network \
18714 sendmsg \
18717 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18718 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18719 $as_echo_n "checking for $ac_func... " >&6; }
18720 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18721 $as_echo_n "(cached) " >&6
18722 else
18723 cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h. */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h. */
18729 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18730 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18731 #define $ac_func innocuous_$ac_func
18733 /* System header to define __stub macros and hopefully few prototypes,
18734 which can conflict with char $ac_func (); below.
18735 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18736 <limits.h> exists even on freestanding compilers. */
18738 #ifdef __STDC__
18739 # include <limits.h>
18740 #else
18741 # include <assert.h>
18742 #endif
18744 #undef $ac_func
18746 /* Override any GCC internal prototype to avoid an error.
18747 Use char because int might match the return type of a GCC
18748 builtin and then its argument prototype would still apply. */
18749 #ifdef __cplusplus
18750 extern "C"
18751 #endif
18752 char $ac_func ();
18753 /* The GNU C library defines this for functions which it implements
18754 to always fail with ENOSYS. Some functions are actually named
18755 something starting with __ and the normal name is an alias. */
18756 #if defined __stub_$ac_func || defined __stub___$ac_func
18757 choke me
18758 #endif
18761 main ()
18763 return $ac_func ();
18765 return 0;
18767 _ACEOF
18768 rm -f conftest.$ac_objext conftest$ac_exeext
18769 if { (ac_try="$ac_link"
18770 case "(($ac_try" in
18771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18772 *) ac_try_echo=$ac_try;;
18773 esac
18774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18775 $as_echo "$ac_try_echo") >&5
18776 (eval "$ac_link") 2>conftest.er1
18777 ac_status=$?
18778 grep -v '^ *+' conftest.er1 >conftest.err
18779 rm -f conftest.er1
18780 cat conftest.err >&5
18781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18782 (exit $ac_status); } && {
18783 test -z "$ac_c_werror_flag" ||
18784 test ! -s conftest.err
18785 } && test -s conftest$ac_exeext && {
18786 test "$cross_compiling" = yes ||
18787 $as_test_x conftest$ac_exeext
18788 }; then
18789 eval "$as_ac_var=yes"
18790 else
18791 $as_echo "$as_me: failed program was:" >&5
18792 sed 's/^/| /' conftest.$ac_ext >&5
18794 eval "$as_ac_var=no"
18797 rm -rf conftest.dSYM
18798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18799 conftest$ac_exeext conftest.$ac_ext
18801 ac_res=`eval 'as_val=${'$as_ac_var'}
18802 $as_echo "$as_val"'`
18803 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18804 $as_echo "$ac_res" >&6; }
18805 as_val=`eval 'as_val=${'$as_ac_var'}
18806 $as_echo "$as_val"'`
18807 if test "x$as_val" = x""yes; then
18808 cat >>confdefs.h <<_ACEOF
18809 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18810 _ACEOF
18813 done
18816 LDAPLIBS=""
18818 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18819 then
18820 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18821 $as_echo_n "checking for LDAPSortKey... " >&6; }
18822 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18823 $as_echo_n "(cached) " >&6
18824 else
18825 ac_cv_type_LDAPSortKey=no
18826 cat >conftest.$ac_ext <<_ACEOF
18827 /* confdefs.h. */
18828 _ACEOF
18829 cat confdefs.h >>conftest.$ac_ext
18830 cat >>conftest.$ac_ext <<_ACEOF
18831 /* end confdefs.h. */
18832 #include <ldap.h>
18835 main ()
18837 if (sizeof (LDAPSortKey))
18838 return 0;
18840 return 0;
18842 _ACEOF
18843 rm -f conftest.$ac_objext
18844 if { (ac_try="$ac_compile"
18845 case "(($ac_try" in
18846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18847 *) ac_try_echo=$ac_try;;
18848 esac
18849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18850 $as_echo "$ac_try_echo") >&5
18851 (eval "$ac_compile") 2>conftest.er1
18852 ac_status=$?
18853 grep -v '^ *+' conftest.er1 >conftest.err
18854 rm -f conftest.er1
18855 cat conftest.err >&5
18856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18857 (exit $ac_status); } && {
18858 test -z "$ac_c_werror_flag" ||
18859 test ! -s conftest.err
18860 } && test -s conftest.$ac_objext; then
18861 cat >conftest.$ac_ext <<_ACEOF
18862 /* confdefs.h. */
18863 _ACEOF
18864 cat confdefs.h >>conftest.$ac_ext
18865 cat >>conftest.$ac_ext <<_ACEOF
18866 /* end confdefs.h. */
18867 #include <ldap.h>
18870 main ()
18872 if (sizeof ((LDAPSortKey)))
18873 return 0;
18875 return 0;
18877 _ACEOF
18878 rm -f conftest.$ac_objext
18879 if { (ac_try="$ac_compile"
18880 case "(($ac_try" in
18881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18882 *) ac_try_echo=$ac_try;;
18883 esac
18884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18885 $as_echo "$ac_try_echo") >&5
18886 (eval "$ac_compile") 2>conftest.er1
18887 ac_status=$?
18888 grep -v '^ *+' conftest.er1 >conftest.err
18889 rm -f conftest.er1
18890 cat conftest.err >&5
18891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18892 (exit $ac_status); } && {
18893 test -z "$ac_c_werror_flag" ||
18894 test ! -s conftest.err
18895 } && test -s conftest.$ac_objext; then
18897 else
18898 $as_echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18901 ac_cv_type_LDAPSortKey=yes
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18905 else
18906 $as_echo "$as_me: failed program was:" >&5
18907 sed 's/^/| /' conftest.$ac_ext >&5
18912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18914 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18915 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18916 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18917 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18918 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18919 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18920 $as_echo_n "(cached) " >&6
18921 else
18922 ac_check_lib_save_LIBS=$LIBS
18923 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18924 cat >conftest.$ac_ext <<_ACEOF
18925 /* confdefs.h. */
18926 _ACEOF
18927 cat confdefs.h >>conftest.$ac_ext
18928 cat >>conftest.$ac_ext <<_ACEOF
18929 /* end confdefs.h. */
18931 /* Override any GCC internal prototype to avoid an error.
18932 Use char because int might match the return type of a GCC
18933 builtin and then its argument prototype would still apply. */
18934 #ifdef __cplusplus
18935 extern "C"
18936 #endif
18937 char ldap_initialize ();
18939 main ()
18941 return ldap_initialize ();
18943 return 0;
18945 _ACEOF
18946 rm -f conftest.$ac_objext conftest$ac_exeext
18947 if { (ac_try="$ac_link"
18948 case "(($ac_try" in
18949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18950 *) ac_try_echo=$ac_try;;
18951 esac
18952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18953 $as_echo "$ac_try_echo") >&5
18954 (eval "$ac_link") 2>conftest.er1
18955 ac_status=$?
18956 grep -v '^ *+' conftest.er1 >conftest.err
18957 rm -f conftest.er1
18958 cat conftest.err >&5
18959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); } && {
18961 test -z "$ac_c_werror_flag" ||
18962 test ! -s conftest.err
18963 } && test -s conftest$ac_exeext && {
18964 test "$cross_compiling" = yes ||
18965 $as_test_x conftest$ac_exeext
18966 }; then
18967 ac_cv_lib_ldap_r_ldap_initialize=yes
18968 else
18969 $as_echo "$as_me: failed program was:" >&5
18970 sed 's/^/| /' conftest.$ac_ext >&5
18972 ac_cv_lib_ldap_r_ldap_initialize=no
18975 rm -rf conftest.dSYM
18976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18977 conftest$ac_exeext conftest.$ac_ext
18978 LIBS=$ac_check_lib_save_LIBS
18980 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18981 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18982 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18983 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18984 $as_echo_n "checking for ber_init in -llber... " >&6; }
18985 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18986 $as_echo_n "(cached) " >&6
18987 else
18988 ac_check_lib_save_LIBS=$LIBS
18989 LIBS="-llber $LIBPTHREAD $LIBS"
18990 cat >conftest.$ac_ext <<_ACEOF
18991 /* confdefs.h. */
18992 _ACEOF
18993 cat confdefs.h >>conftest.$ac_ext
18994 cat >>conftest.$ac_ext <<_ACEOF
18995 /* end confdefs.h. */
18997 /* Override any GCC internal prototype to avoid an error.
18998 Use char because int might match the return type of a GCC
18999 builtin and then its argument prototype would still apply. */
19000 #ifdef __cplusplus
19001 extern "C"
19002 #endif
19003 char ber_init ();
19005 main ()
19007 return ber_init ();
19009 return 0;
19011 _ACEOF
19012 rm -f conftest.$ac_objext conftest$ac_exeext
19013 if { (ac_try="$ac_link"
19014 case "(($ac_try" in
19015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19016 *) ac_try_echo=$ac_try;;
19017 esac
19018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19019 $as_echo "$ac_try_echo") >&5
19020 (eval "$ac_link") 2>conftest.er1
19021 ac_status=$?
19022 grep -v '^ *+' conftest.er1 >conftest.err
19023 rm -f conftest.er1
19024 cat conftest.err >&5
19025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } && {
19027 test -z "$ac_c_werror_flag" ||
19028 test ! -s conftest.err
19029 } && test -s conftest$ac_exeext && {
19030 test "$cross_compiling" = yes ||
19031 $as_test_x conftest$ac_exeext
19032 }; then
19033 ac_cv_lib_lber_ber_init=yes
19034 else
19035 $as_echo "$as_me: failed program was:" >&5
19036 sed 's/^/| /' conftest.$ac_ext >&5
19038 ac_cv_lib_lber_ber_init=no
19041 rm -rf conftest.dSYM
19042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19043 conftest$ac_exeext conftest.$ac_ext
19044 LIBS=$ac_check_lib_save_LIBS
19046 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19047 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19048 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19050 cat >>confdefs.h <<\_ACEOF
19051 #define HAVE_LDAP 1
19052 _ACEOF
19054 LDAPLIBS="-lldap_r -llber"
19061 ac_wine_check_funcs_save_LIBS="$LIBS"
19062 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19071 for ac_func in \
19072 ldap_count_references \
19073 ldap_first_reference \
19074 ldap_next_reference \
19075 ldap_parse_reference \
19076 ldap_parse_sort_control \
19077 ldap_parse_sortresponse_control \
19078 ldap_parse_vlv_control \
19079 ldap_parse_vlvresponse_control
19081 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19082 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19083 $as_echo_n "checking for $ac_func... " >&6; }
19084 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19085 $as_echo_n "(cached) " >&6
19086 else
19087 cat >conftest.$ac_ext <<_ACEOF
19088 /* confdefs.h. */
19089 _ACEOF
19090 cat confdefs.h >>conftest.$ac_ext
19091 cat >>conftest.$ac_ext <<_ACEOF
19092 /* end confdefs.h. */
19093 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19094 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19095 #define $ac_func innocuous_$ac_func
19097 /* System header to define __stub macros and hopefully few prototypes,
19098 which can conflict with char $ac_func (); below.
19099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19100 <limits.h> exists even on freestanding compilers. */
19102 #ifdef __STDC__
19103 # include <limits.h>
19104 #else
19105 # include <assert.h>
19106 #endif
19108 #undef $ac_func
19110 /* Override any GCC internal prototype to avoid an error.
19111 Use char because int might match the return type of a GCC
19112 builtin and then its argument prototype would still apply. */
19113 #ifdef __cplusplus
19114 extern "C"
19115 #endif
19116 char $ac_func ();
19117 /* The GNU C library defines this for functions which it implements
19118 to always fail with ENOSYS. Some functions are actually named
19119 something starting with __ and the normal name is an alias. */
19120 #if defined __stub_$ac_func || defined __stub___$ac_func
19121 choke me
19122 #endif
19125 main ()
19127 return $ac_func ();
19129 return 0;
19131 _ACEOF
19132 rm -f conftest.$ac_objext conftest$ac_exeext
19133 if { (ac_try="$ac_link"
19134 case "(($ac_try" in
19135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19137 esac
19138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19139 $as_echo "$ac_try_echo") >&5
19140 (eval "$ac_link") 2>conftest.er1
19141 ac_status=$?
19142 grep -v '^ *+' conftest.er1 >conftest.err
19143 rm -f conftest.er1
19144 cat conftest.err >&5
19145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); } && {
19147 test -z "$ac_c_werror_flag" ||
19148 test ! -s conftest.err
19149 } && test -s conftest$ac_exeext && {
19150 test "$cross_compiling" = yes ||
19151 $as_test_x conftest$ac_exeext
19152 }; then
19153 eval "$as_ac_var=yes"
19154 else
19155 $as_echo "$as_me: failed program was:" >&5
19156 sed 's/^/| /' conftest.$ac_ext >&5
19158 eval "$as_ac_var=no"
19161 rm -rf conftest.dSYM
19162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19163 conftest$ac_exeext conftest.$ac_ext
19165 ac_res=`eval 'as_val=${'$as_ac_var'}
19166 $as_echo "$as_val"'`
19167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19168 $as_echo "$ac_res" >&6; }
19169 as_val=`eval 'as_val=${'$as_ac_var'}
19170 $as_echo "$as_val"'`
19171 if test "x$as_val" = x""yes; then
19172 cat >>confdefs.h <<_ACEOF
19173 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19174 _ACEOF
19177 done
19179 LIBS="$ac_wine_check_funcs_save_LIBS"
19181 if test "x$LDAPLIBS" = "x"; then
19182 case "x$with_ldap" in
19183 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19184 xno) ;;
19185 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19186 This is an error since --with-ldap was requested." >&5
19187 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19188 This is an error since --with-ldap was requested." >&2;}
19189 { (exit 1); exit 1; }; } ;;
19190 esac
19194 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19195 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19196 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19197 $as_echo_n "(cached) " >&6
19198 else
19199 cat >conftest.$ac_ext <<_ACEOF
19200 /* confdefs.h. */
19201 _ACEOF
19202 cat confdefs.h >>conftest.$ac_ext
19203 cat >>conftest.$ac_ext <<_ACEOF
19204 /* end confdefs.h. */
19205 #include <sys/stat.h>
19207 main ()
19209 mkdir("foo");
19211 return 0;
19213 _ACEOF
19214 rm -f conftest.$ac_objext
19215 if { (ac_try="$ac_compile"
19216 case "(($ac_try" in
19217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19218 *) ac_try_echo=$ac_try;;
19219 esac
19220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19221 $as_echo "$ac_try_echo") >&5
19222 (eval "$ac_compile") 2>conftest.er1
19223 ac_status=$?
19224 grep -v '^ *+' conftest.er1 >conftest.err
19225 rm -f conftest.er1
19226 cat conftest.err >&5
19227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19228 (exit $ac_status); } && {
19229 test -z "$ac_c_werror_flag" ||
19230 test ! -s conftest.err
19231 } && test -s conftest.$ac_objext; then
19232 wine_cv_one_arg_mkdir=yes
19233 else
19234 $as_echo "$as_me: failed program was:" >&5
19235 sed 's/^/| /' conftest.$ac_ext >&5
19237 wine_cv_one_arg_mkdir=no
19240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19242 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19243 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19244 if test "$wine_cv_one_arg_mkdir" = "yes"
19245 then
19247 cat >>confdefs.h <<\_ACEOF
19248 #define HAVE_ONE_ARG_MKDIR 1
19249 _ACEOF
19254 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19255 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19256 if test "${ac_cv_c_const+set}" = set; then
19257 $as_echo_n "(cached) " >&6
19258 else
19259 cat >conftest.$ac_ext <<_ACEOF
19260 /* confdefs.h. */
19261 _ACEOF
19262 cat confdefs.h >>conftest.$ac_ext
19263 cat >>conftest.$ac_ext <<_ACEOF
19264 /* end confdefs.h. */
19267 main ()
19269 /* FIXME: Include the comments suggested by Paul. */
19270 #ifndef __cplusplus
19271 /* Ultrix mips cc rejects this. */
19272 typedef int charset[2];
19273 const charset cs;
19274 /* SunOS 4.1.1 cc rejects this. */
19275 char const *const *pcpcc;
19276 char **ppc;
19277 /* NEC SVR4.0.2 mips cc rejects this. */
19278 struct point {int x, y;};
19279 static struct point const zero = {0,0};
19280 /* AIX XL C 1.02.0.0 rejects this.
19281 It does not let you subtract one const X* pointer from another in
19282 an arm of an if-expression whose if-part is not a constant
19283 expression */
19284 const char *g = "string";
19285 pcpcc = &g + (g ? g-g : 0);
19286 /* HPUX 7.0 cc rejects these. */
19287 ++pcpcc;
19288 ppc = (char**) pcpcc;
19289 pcpcc = (char const *const *) ppc;
19290 { /* SCO 3.2v4 cc rejects this. */
19291 char *t;
19292 char const *s = 0 ? (char *) 0 : (char const *) 0;
19294 *t++ = 0;
19295 if (s) return 0;
19297 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19298 int x[] = {25, 17};
19299 const int *foo = &x[0];
19300 ++foo;
19302 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19303 typedef const int *iptr;
19304 iptr p = 0;
19305 ++p;
19307 { /* AIX XL C 1.02.0.0 rejects this saying
19308 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19309 struct s { int j; const int *ap[3]; };
19310 struct s *b; b->j = 5;
19312 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19313 const int foo = 10;
19314 if (!foo) return 0;
19316 return !cs[0] && !zero.x;
19317 #endif
19320 return 0;
19322 _ACEOF
19323 rm -f conftest.$ac_objext
19324 if { (ac_try="$ac_compile"
19325 case "(($ac_try" in
19326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19327 *) ac_try_echo=$ac_try;;
19328 esac
19329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19330 $as_echo "$ac_try_echo") >&5
19331 (eval "$ac_compile") 2>conftest.er1
19332 ac_status=$?
19333 grep -v '^ *+' conftest.er1 >conftest.err
19334 rm -f conftest.er1
19335 cat conftest.err >&5
19336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337 (exit $ac_status); } && {
19338 test -z "$ac_c_werror_flag" ||
19339 test ! -s conftest.err
19340 } && test -s conftest.$ac_objext; then
19341 ac_cv_c_const=yes
19342 else
19343 $as_echo "$as_me: failed program was:" >&5
19344 sed 's/^/| /' conftest.$ac_ext >&5
19346 ac_cv_c_const=no
19349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19351 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19352 $as_echo "$ac_cv_c_const" >&6; }
19353 if test $ac_cv_c_const = no; then
19355 cat >>confdefs.h <<\_ACEOF
19356 #define const /**/
19357 _ACEOF
19361 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19362 $as_echo_n "checking for inline... " >&6; }
19363 if test "${ac_cv_c_inline+set}" = set; then
19364 $as_echo_n "(cached) " >&6
19365 else
19366 ac_cv_c_inline=no
19367 for ac_kw in inline __inline__ __inline; do
19368 cat >conftest.$ac_ext <<_ACEOF
19369 /* confdefs.h. */
19370 _ACEOF
19371 cat confdefs.h >>conftest.$ac_ext
19372 cat >>conftest.$ac_ext <<_ACEOF
19373 /* end confdefs.h. */
19374 #ifndef __cplusplus
19375 typedef int foo_t;
19376 static $ac_kw foo_t static_foo () {return 0; }
19377 $ac_kw foo_t foo () {return 0; }
19378 #endif
19380 _ACEOF
19381 rm -f conftest.$ac_objext
19382 if { (ac_try="$ac_compile"
19383 case "(($ac_try" in
19384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19385 *) ac_try_echo=$ac_try;;
19386 esac
19387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19388 $as_echo "$ac_try_echo") >&5
19389 (eval "$ac_compile") 2>conftest.er1
19390 ac_status=$?
19391 grep -v '^ *+' conftest.er1 >conftest.err
19392 rm -f conftest.er1
19393 cat conftest.err >&5
19394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19395 (exit $ac_status); } && {
19396 test -z "$ac_c_werror_flag" ||
19397 test ! -s conftest.err
19398 } && test -s conftest.$ac_objext; then
19399 ac_cv_c_inline=$ac_kw
19400 else
19401 $as_echo "$as_me: failed program was:" >&5
19402 sed 's/^/| /' conftest.$ac_ext >&5
19407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19408 test "$ac_cv_c_inline" != no && break
19409 done
19412 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19413 $as_echo "$ac_cv_c_inline" >&6; }
19416 case $ac_cv_c_inline in
19417 inline | yes) ;;
19419 case $ac_cv_c_inline in
19420 no) ac_val=;;
19421 *) ac_val=$ac_cv_c_inline;;
19422 esac
19423 cat >>confdefs.h <<_ACEOF
19424 #ifndef __cplusplus
19425 #define inline $ac_val
19426 #endif
19427 _ACEOF
19429 esac
19431 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19432 $as_echo_n "checking for mode_t... " >&6; }
19433 if test "${ac_cv_type_mode_t+set}" = set; then
19434 $as_echo_n "(cached) " >&6
19435 else
19436 ac_cv_type_mode_t=no
19437 cat >conftest.$ac_ext <<_ACEOF
19438 /* confdefs.h. */
19439 _ACEOF
19440 cat confdefs.h >>conftest.$ac_ext
19441 cat >>conftest.$ac_ext <<_ACEOF
19442 /* end confdefs.h. */
19443 $ac_includes_default
19445 main ()
19447 if (sizeof (mode_t))
19448 return 0;
19450 return 0;
19452 _ACEOF
19453 rm -f conftest.$ac_objext
19454 if { (ac_try="$ac_compile"
19455 case "(($ac_try" in
19456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19457 *) ac_try_echo=$ac_try;;
19458 esac
19459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19460 $as_echo "$ac_try_echo") >&5
19461 (eval "$ac_compile") 2>conftest.er1
19462 ac_status=$?
19463 grep -v '^ *+' conftest.er1 >conftest.err
19464 rm -f conftest.er1
19465 cat conftest.err >&5
19466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); } && {
19468 test -z "$ac_c_werror_flag" ||
19469 test ! -s conftest.err
19470 } && test -s conftest.$ac_objext; then
19471 cat >conftest.$ac_ext <<_ACEOF
19472 /* confdefs.h. */
19473 _ACEOF
19474 cat confdefs.h >>conftest.$ac_ext
19475 cat >>conftest.$ac_ext <<_ACEOF
19476 /* end confdefs.h. */
19477 $ac_includes_default
19479 main ()
19481 if (sizeof ((mode_t)))
19482 return 0;
19484 return 0;
19486 _ACEOF
19487 rm -f conftest.$ac_objext
19488 if { (ac_try="$ac_compile"
19489 case "(($ac_try" in
19490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19491 *) ac_try_echo=$ac_try;;
19492 esac
19493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19494 $as_echo "$ac_try_echo") >&5
19495 (eval "$ac_compile") 2>conftest.er1
19496 ac_status=$?
19497 grep -v '^ *+' conftest.er1 >conftest.err
19498 rm -f conftest.er1
19499 cat conftest.err >&5
19500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19501 (exit $ac_status); } && {
19502 test -z "$ac_c_werror_flag" ||
19503 test ! -s conftest.err
19504 } && test -s conftest.$ac_objext; then
19506 else
19507 $as_echo "$as_me: failed program was:" >&5
19508 sed 's/^/| /' conftest.$ac_ext >&5
19510 ac_cv_type_mode_t=yes
19513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19514 else
19515 $as_echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19523 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19524 $as_echo "$ac_cv_type_mode_t" >&6; }
19525 if test "x$ac_cv_type_mode_t" = x""yes; then
19527 cat >>confdefs.h <<_ACEOF
19528 #define HAVE_MODE_T 1
19529 _ACEOF
19533 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19534 $as_echo_n "checking for off_t... " >&6; }
19535 if test "${ac_cv_type_off_t+set}" = set; then
19536 $as_echo_n "(cached) " >&6
19537 else
19538 ac_cv_type_off_t=no
19539 cat >conftest.$ac_ext <<_ACEOF
19540 /* confdefs.h. */
19541 _ACEOF
19542 cat confdefs.h >>conftest.$ac_ext
19543 cat >>conftest.$ac_ext <<_ACEOF
19544 /* end confdefs.h. */
19545 $ac_includes_default
19547 main ()
19549 if (sizeof (off_t))
19550 return 0;
19552 return 0;
19554 _ACEOF
19555 rm -f conftest.$ac_objext
19556 if { (ac_try="$ac_compile"
19557 case "(($ac_try" in
19558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19559 *) ac_try_echo=$ac_try;;
19560 esac
19561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19562 $as_echo "$ac_try_echo") >&5
19563 (eval "$ac_compile") 2>conftest.er1
19564 ac_status=$?
19565 grep -v '^ *+' conftest.er1 >conftest.err
19566 rm -f conftest.er1
19567 cat conftest.err >&5
19568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19569 (exit $ac_status); } && {
19570 test -z "$ac_c_werror_flag" ||
19571 test ! -s conftest.err
19572 } && test -s conftest.$ac_objext; then
19573 cat >conftest.$ac_ext <<_ACEOF
19574 /* confdefs.h. */
19575 _ACEOF
19576 cat confdefs.h >>conftest.$ac_ext
19577 cat >>conftest.$ac_ext <<_ACEOF
19578 /* end confdefs.h. */
19579 $ac_includes_default
19581 main ()
19583 if (sizeof ((off_t)))
19584 return 0;
19586 return 0;
19588 _ACEOF
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19593 *) ac_try_echo=$ac_try;;
19594 esac
19595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19596 $as_echo "$ac_try_echo") >&5
19597 (eval "$ac_compile") 2>conftest.er1
19598 ac_status=$?
19599 grep -v '^ *+' conftest.er1 >conftest.err
19600 rm -f conftest.er1
19601 cat conftest.err >&5
19602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19603 (exit $ac_status); } && {
19604 test -z "$ac_c_werror_flag" ||
19605 test ! -s conftest.err
19606 } && test -s conftest.$ac_objext; then
19608 else
19609 $as_echo "$as_me: failed program was:" >&5
19610 sed 's/^/| /' conftest.$ac_ext >&5
19612 ac_cv_type_off_t=yes
19615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19616 else
19617 $as_echo "$as_me: failed program was:" >&5
19618 sed 's/^/| /' conftest.$ac_ext >&5
19623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19625 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19626 $as_echo "$ac_cv_type_off_t" >&6; }
19627 if test "x$ac_cv_type_off_t" = x""yes; then
19629 cat >>confdefs.h <<_ACEOF
19630 #define HAVE_OFF_T 1
19631 _ACEOF
19635 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19636 $as_echo_n "checking for pid_t... " >&6; }
19637 if test "${ac_cv_type_pid_t+set}" = set; then
19638 $as_echo_n "(cached) " >&6
19639 else
19640 ac_cv_type_pid_t=no
19641 cat >conftest.$ac_ext <<_ACEOF
19642 /* confdefs.h. */
19643 _ACEOF
19644 cat confdefs.h >>conftest.$ac_ext
19645 cat >>conftest.$ac_ext <<_ACEOF
19646 /* end confdefs.h. */
19647 $ac_includes_default
19649 main ()
19651 if (sizeof (pid_t))
19652 return 0;
19654 return 0;
19656 _ACEOF
19657 rm -f conftest.$ac_objext
19658 if { (ac_try="$ac_compile"
19659 case "(($ac_try" in
19660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19661 *) ac_try_echo=$ac_try;;
19662 esac
19663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19664 $as_echo "$ac_try_echo") >&5
19665 (eval "$ac_compile") 2>conftest.er1
19666 ac_status=$?
19667 grep -v '^ *+' conftest.er1 >conftest.err
19668 rm -f conftest.er1
19669 cat conftest.err >&5
19670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19671 (exit $ac_status); } && {
19672 test -z "$ac_c_werror_flag" ||
19673 test ! -s conftest.err
19674 } && test -s conftest.$ac_objext; then
19675 cat >conftest.$ac_ext <<_ACEOF
19676 /* confdefs.h. */
19677 _ACEOF
19678 cat confdefs.h >>conftest.$ac_ext
19679 cat >>conftest.$ac_ext <<_ACEOF
19680 /* end confdefs.h. */
19681 $ac_includes_default
19683 main ()
19685 if (sizeof ((pid_t)))
19686 return 0;
19688 return 0;
19690 _ACEOF
19691 rm -f conftest.$ac_objext
19692 if { (ac_try="$ac_compile"
19693 case "(($ac_try" in
19694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19695 *) ac_try_echo=$ac_try;;
19696 esac
19697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19698 $as_echo "$ac_try_echo") >&5
19699 (eval "$ac_compile") 2>conftest.er1
19700 ac_status=$?
19701 grep -v '^ *+' conftest.er1 >conftest.err
19702 rm -f conftest.er1
19703 cat conftest.err >&5
19704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } && {
19706 test -z "$ac_c_werror_flag" ||
19707 test ! -s conftest.err
19708 } && test -s conftest.$ac_objext; then
19710 else
19711 $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19714 ac_cv_type_pid_t=yes
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19718 else
19719 $as_echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.$ac_ext >&5
19725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19727 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19728 $as_echo "$ac_cv_type_pid_t" >&6; }
19729 if test "x$ac_cv_type_pid_t" = x""yes; then
19731 cat >>confdefs.h <<_ACEOF
19732 #define HAVE_PID_T 1
19733 _ACEOF
19737 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19738 $as_echo_n "checking for size_t... " >&6; }
19739 if test "${ac_cv_type_size_t+set}" = set; then
19740 $as_echo_n "(cached) " >&6
19741 else
19742 ac_cv_type_size_t=no
19743 cat >conftest.$ac_ext <<_ACEOF
19744 /* confdefs.h. */
19745 _ACEOF
19746 cat confdefs.h >>conftest.$ac_ext
19747 cat >>conftest.$ac_ext <<_ACEOF
19748 /* end confdefs.h. */
19749 $ac_includes_default
19751 main ()
19753 if (sizeof (size_t))
19754 return 0;
19756 return 0;
19758 _ACEOF
19759 rm -f conftest.$ac_objext
19760 if { (ac_try="$ac_compile"
19761 case "(($ac_try" in
19762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19763 *) ac_try_echo=$ac_try;;
19764 esac
19765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19766 $as_echo "$ac_try_echo") >&5
19767 (eval "$ac_compile") 2>conftest.er1
19768 ac_status=$?
19769 grep -v '^ *+' conftest.er1 >conftest.err
19770 rm -f conftest.er1
19771 cat conftest.err >&5
19772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19773 (exit $ac_status); } && {
19774 test -z "$ac_c_werror_flag" ||
19775 test ! -s conftest.err
19776 } && test -s conftest.$ac_objext; then
19777 cat >conftest.$ac_ext <<_ACEOF
19778 /* confdefs.h. */
19779 _ACEOF
19780 cat confdefs.h >>conftest.$ac_ext
19781 cat >>conftest.$ac_ext <<_ACEOF
19782 /* end confdefs.h. */
19783 $ac_includes_default
19785 main ()
19787 if (sizeof ((size_t)))
19788 return 0;
19790 return 0;
19792 _ACEOF
19793 rm -f conftest.$ac_objext
19794 if { (ac_try="$ac_compile"
19795 case "(($ac_try" in
19796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19797 *) ac_try_echo=$ac_try;;
19798 esac
19799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19800 $as_echo "$ac_try_echo") >&5
19801 (eval "$ac_compile") 2>conftest.er1
19802 ac_status=$?
19803 grep -v '^ *+' conftest.er1 >conftest.err
19804 rm -f conftest.er1
19805 cat conftest.err >&5
19806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19807 (exit $ac_status); } && {
19808 test -z "$ac_c_werror_flag" ||
19809 test ! -s conftest.err
19810 } && test -s conftest.$ac_objext; then
19812 else
19813 $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19816 ac_cv_type_size_t=yes
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 else
19821 $as_echo "$as_me: failed program was:" >&5
19822 sed 's/^/| /' conftest.$ac_ext >&5
19827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19829 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19830 $as_echo "$ac_cv_type_size_t" >&6; }
19831 if test "x$ac_cv_type_size_t" = x""yes; then
19833 cat >>confdefs.h <<_ACEOF
19834 #define HAVE_SIZE_T 1
19835 _ACEOF
19839 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19840 $as_echo_n "checking for ssize_t... " >&6; }
19841 if test "${ac_cv_type_ssize_t+set}" = set; then
19842 $as_echo_n "(cached) " >&6
19843 else
19844 ac_cv_type_ssize_t=no
19845 cat >conftest.$ac_ext <<_ACEOF
19846 /* confdefs.h. */
19847 _ACEOF
19848 cat confdefs.h >>conftest.$ac_ext
19849 cat >>conftest.$ac_ext <<_ACEOF
19850 /* end confdefs.h. */
19851 $ac_includes_default
19853 main ()
19855 if (sizeof (ssize_t))
19856 return 0;
19858 return 0;
19860 _ACEOF
19861 rm -f conftest.$ac_objext
19862 if { (ac_try="$ac_compile"
19863 case "(($ac_try" in
19864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19865 *) ac_try_echo=$ac_try;;
19866 esac
19867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19868 $as_echo "$ac_try_echo") >&5
19869 (eval "$ac_compile") 2>conftest.er1
19870 ac_status=$?
19871 grep -v '^ *+' conftest.er1 >conftest.err
19872 rm -f conftest.er1
19873 cat conftest.err >&5
19874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19875 (exit $ac_status); } && {
19876 test -z "$ac_c_werror_flag" ||
19877 test ! -s conftest.err
19878 } && test -s conftest.$ac_objext; then
19879 cat >conftest.$ac_ext <<_ACEOF
19880 /* confdefs.h. */
19881 _ACEOF
19882 cat confdefs.h >>conftest.$ac_ext
19883 cat >>conftest.$ac_ext <<_ACEOF
19884 /* end confdefs.h. */
19885 $ac_includes_default
19887 main ()
19889 if (sizeof ((ssize_t)))
19890 return 0;
19892 return 0;
19894 _ACEOF
19895 rm -f conftest.$ac_objext
19896 if { (ac_try="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19900 esac
19901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19902 $as_echo "$ac_try_echo") >&5
19903 (eval "$ac_compile") 2>conftest.er1
19904 ac_status=$?
19905 grep -v '^ *+' conftest.er1 >conftest.err
19906 rm -f conftest.er1
19907 cat conftest.err >&5
19908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19909 (exit $ac_status); } && {
19910 test -z "$ac_c_werror_flag" ||
19911 test ! -s conftest.err
19912 } && test -s conftest.$ac_objext; then
19914 else
19915 $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19918 ac_cv_type_ssize_t=yes
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 else
19923 $as_echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.$ac_ext >&5
19929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19931 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19932 $as_echo "$ac_cv_type_ssize_t" >&6; }
19933 if test "x$ac_cv_type_ssize_t" = x""yes; then
19935 cat >>confdefs.h <<_ACEOF
19936 #define HAVE_SSIZE_T 1
19937 _ACEOF
19941 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19942 $as_echo_n "checking for long long... " >&6; }
19943 if test "${ac_cv_type_long_long+set}" = set; then
19944 $as_echo_n "(cached) " >&6
19945 else
19946 ac_cv_type_long_long=no
19947 cat >conftest.$ac_ext <<_ACEOF
19948 /* confdefs.h. */
19949 _ACEOF
19950 cat confdefs.h >>conftest.$ac_ext
19951 cat >>conftest.$ac_ext <<_ACEOF
19952 /* end confdefs.h. */
19953 $ac_includes_default
19955 main ()
19957 if (sizeof (long long))
19958 return 0;
19960 return 0;
19962 _ACEOF
19963 rm -f conftest.$ac_objext
19964 if { (ac_try="$ac_compile"
19965 case "(($ac_try" in
19966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19967 *) ac_try_echo=$ac_try;;
19968 esac
19969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19970 $as_echo "$ac_try_echo") >&5
19971 (eval "$ac_compile") 2>conftest.er1
19972 ac_status=$?
19973 grep -v '^ *+' conftest.er1 >conftest.err
19974 rm -f conftest.er1
19975 cat conftest.err >&5
19976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977 (exit $ac_status); } && {
19978 test -z "$ac_c_werror_flag" ||
19979 test ! -s conftest.err
19980 } && test -s conftest.$ac_objext; then
19981 cat >conftest.$ac_ext <<_ACEOF
19982 /* confdefs.h. */
19983 _ACEOF
19984 cat confdefs.h >>conftest.$ac_ext
19985 cat >>conftest.$ac_ext <<_ACEOF
19986 /* end confdefs.h. */
19987 $ac_includes_default
19989 main ()
19991 if (sizeof ((long long)))
19992 return 0;
19994 return 0;
19996 _ACEOF
19997 rm -f conftest.$ac_objext
19998 if { (ac_try="$ac_compile"
19999 case "(($ac_try" in
20000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20001 *) ac_try_echo=$ac_try;;
20002 esac
20003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20004 $as_echo "$ac_try_echo") >&5
20005 (eval "$ac_compile") 2>conftest.er1
20006 ac_status=$?
20007 grep -v '^ *+' conftest.er1 >conftest.err
20008 rm -f conftest.er1
20009 cat conftest.err >&5
20010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); } && {
20012 test -z "$ac_c_werror_flag" ||
20013 test ! -s conftest.err
20014 } && test -s conftest.$ac_objext; then
20016 else
20017 $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20020 ac_cv_type_long_long=yes
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 else
20025 $as_echo "$as_me: failed program was:" >&5
20026 sed 's/^/| /' conftest.$ac_ext >&5
20031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20033 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20034 $as_echo "$ac_cv_type_long_long" >&6; }
20035 if test "x$ac_cv_type_long_long" = x""yes; then
20037 cat >>confdefs.h <<_ACEOF
20038 #define HAVE_LONG_LONG 1
20039 _ACEOF
20043 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20044 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20045 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20046 $as_echo_n "(cached) " >&6
20047 else
20048 ac_cv_type_fsblkcnt_t=no
20049 cat >conftest.$ac_ext <<_ACEOF
20050 /* confdefs.h. */
20051 _ACEOF
20052 cat confdefs.h >>conftest.$ac_ext
20053 cat >>conftest.$ac_ext <<_ACEOF
20054 /* end confdefs.h. */
20055 $ac_includes_default
20057 main ()
20059 if (sizeof (fsblkcnt_t))
20060 return 0;
20062 return 0;
20064 _ACEOF
20065 rm -f conftest.$ac_objext
20066 if { (ac_try="$ac_compile"
20067 case "(($ac_try" in
20068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20069 *) ac_try_echo=$ac_try;;
20070 esac
20071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20072 $as_echo "$ac_try_echo") >&5
20073 (eval "$ac_compile") 2>conftest.er1
20074 ac_status=$?
20075 grep -v '^ *+' conftest.er1 >conftest.err
20076 rm -f conftest.er1
20077 cat conftest.err >&5
20078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20079 (exit $ac_status); } && {
20080 test -z "$ac_c_werror_flag" ||
20081 test ! -s conftest.err
20082 } && test -s conftest.$ac_objext; then
20083 cat >conftest.$ac_ext <<_ACEOF
20084 /* confdefs.h. */
20085 _ACEOF
20086 cat confdefs.h >>conftest.$ac_ext
20087 cat >>conftest.$ac_ext <<_ACEOF
20088 /* end confdefs.h. */
20089 $ac_includes_default
20091 main ()
20093 if (sizeof ((fsblkcnt_t)))
20094 return 0;
20096 return 0;
20098 _ACEOF
20099 rm -f conftest.$ac_objext
20100 if { (ac_try="$ac_compile"
20101 case "(($ac_try" in
20102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20103 *) ac_try_echo=$ac_try;;
20104 esac
20105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20106 $as_echo "$ac_try_echo") >&5
20107 (eval "$ac_compile") 2>conftest.er1
20108 ac_status=$?
20109 grep -v '^ *+' conftest.er1 >conftest.err
20110 rm -f conftest.er1
20111 cat conftest.err >&5
20112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20113 (exit $ac_status); } && {
20114 test -z "$ac_c_werror_flag" ||
20115 test ! -s conftest.err
20116 } && test -s conftest.$ac_objext; then
20118 else
20119 $as_echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20122 ac_cv_type_fsblkcnt_t=yes
20125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20126 else
20127 $as_echo "$as_me: failed program was:" >&5
20128 sed 's/^/| /' conftest.$ac_ext >&5
20133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20135 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20136 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20137 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20139 cat >>confdefs.h <<_ACEOF
20140 #define HAVE_FSBLKCNT_T 1
20141 _ACEOF
20145 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20146 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20147 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20148 $as_echo_n "(cached) " >&6
20149 else
20150 ac_cv_type_fsfilcnt_t=no
20151 cat >conftest.$ac_ext <<_ACEOF
20152 /* confdefs.h. */
20153 _ACEOF
20154 cat confdefs.h >>conftest.$ac_ext
20155 cat >>conftest.$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 $ac_includes_default
20159 main ()
20161 if (sizeof (fsfilcnt_t))
20162 return 0;
20164 return 0;
20166 _ACEOF
20167 rm -f conftest.$ac_objext
20168 if { (ac_try="$ac_compile"
20169 case "(($ac_try" in
20170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20171 *) ac_try_echo=$ac_try;;
20172 esac
20173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20174 $as_echo "$ac_try_echo") >&5
20175 (eval "$ac_compile") 2>conftest.er1
20176 ac_status=$?
20177 grep -v '^ *+' conftest.er1 >conftest.err
20178 rm -f conftest.er1
20179 cat conftest.err >&5
20180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20181 (exit $ac_status); } && {
20182 test -z "$ac_c_werror_flag" ||
20183 test ! -s conftest.err
20184 } && test -s conftest.$ac_objext; then
20185 cat >conftest.$ac_ext <<_ACEOF
20186 /* confdefs.h. */
20187 _ACEOF
20188 cat confdefs.h >>conftest.$ac_ext
20189 cat >>conftest.$ac_ext <<_ACEOF
20190 /* end confdefs.h. */
20191 $ac_includes_default
20193 main ()
20195 if (sizeof ((fsfilcnt_t)))
20196 return 0;
20198 return 0;
20200 _ACEOF
20201 rm -f conftest.$ac_objext
20202 if { (ac_try="$ac_compile"
20203 case "(($ac_try" in
20204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20205 *) ac_try_echo=$ac_try;;
20206 esac
20207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20208 $as_echo "$ac_try_echo") >&5
20209 (eval "$ac_compile") 2>conftest.er1
20210 ac_status=$?
20211 grep -v '^ *+' conftest.er1 >conftest.err
20212 rm -f conftest.er1
20213 cat conftest.err >&5
20214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215 (exit $ac_status); } && {
20216 test -z "$ac_c_werror_flag" ||
20217 test ! -s conftest.err
20218 } && test -s conftest.$ac_objext; then
20220 else
20221 $as_echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20224 ac_cv_type_fsfilcnt_t=yes
20227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20228 else
20229 $as_echo "$as_me: failed program was:" >&5
20230 sed 's/^/| /' conftest.$ac_ext >&5
20235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20237 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20238 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20239 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20241 cat >>confdefs.h <<_ACEOF
20242 #define HAVE_FSFILCNT_T 1
20243 _ACEOF
20248 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20249 $as_echo_n "checking for sigset_t... " >&6; }
20250 if test "${ac_cv_type_sigset_t+set}" = set; then
20251 $as_echo_n "(cached) " >&6
20252 else
20253 ac_cv_type_sigset_t=no
20254 cat >conftest.$ac_ext <<_ACEOF
20255 /* confdefs.h. */
20256 _ACEOF
20257 cat confdefs.h >>conftest.$ac_ext
20258 cat >>conftest.$ac_ext <<_ACEOF
20259 /* end confdefs.h. */
20260 #include <sys/types.h>
20261 #include <signal.h>
20264 main ()
20266 if (sizeof (sigset_t))
20267 return 0;
20269 return 0;
20271 _ACEOF
20272 rm -f conftest.$ac_objext
20273 if { (ac_try="$ac_compile"
20274 case "(($ac_try" in
20275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20276 *) ac_try_echo=$ac_try;;
20277 esac
20278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20279 $as_echo "$ac_try_echo") >&5
20280 (eval "$ac_compile") 2>conftest.er1
20281 ac_status=$?
20282 grep -v '^ *+' conftest.er1 >conftest.err
20283 rm -f conftest.er1
20284 cat conftest.err >&5
20285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20286 (exit $ac_status); } && {
20287 test -z "$ac_c_werror_flag" ||
20288 test ! -s conftest.err
20289 } && test -s conftest.$ac_objext; then
20290 cat >conftest.$ac_ext <<_ACEOF
20291 /* confdefs.h. */
20292 _ACEOF
20293 cat confdefs.h >>conftest.$ac_ext
20294 cat >>conftest.$ac_ext <<_ACEOF
20295 /* end confdefs.h. */
20296 #include <sys/types.h>
20297 #include <signal.h>
20300 main ()
20302 if (sizeof ((sigset_t)))
20303 return 0;
20305 return 0;
20307 _ACEOF
20308 rm -f conftest.$ac_objext
20309 if { (ac_try="$ac_compile"
20310 case "(($ac_try" in
20311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20312 *) ac_try_echo=$ac_try;;
20313 esac
20314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20315 $as_echo "$ac_try_echo") >&5
20316 (eval "$ac_compile") 2>conftest.er1
20317 ac_status=$?
20318 grep -v '^ *+' conftest.er1 >conftest.err
20319 rm -f conftest.er1
20320 cat conftest.err >&5
20321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20322 (exit $ac_status); } && {
20323 test -z "$ac_c_werror_flag" ||
20324 test ! -s conftest.err
20325 } && test -s conftest.$ac_objext; then
20327 else
20328 $as_echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20331 ac_cv_type_sigset_t=yes
20334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20335 else
20336 $as_echo "$as_me: failed program was:" >&5
20337 sed 's/^/| /' conftest.$ac_ext >&5
20342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20344 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20345 $as_echo "$ac_cv_type_sigset_t" >&6; }
20346 if test "x$ac_cv_type_sigset_t" = x""yes; then
20348 cat >>confdefs.h <<_ACEOF
20349 #define HAVE_SIGSET_T 1
20350 _ACEOF
20355 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20356 $as_echo_n "checking for request_sense... " >&6; }
20357 if test "${ac_cv_type_request_sense+set}" = set; then
20358 $as_echo_n "(cached) " >&6
20359 else
20360 ac_cv_type_request_sense=no
20361 cat >conftest.$ac_ext <<_ACEOF
20362 /* confdefs.h. */
20363 _ACEOF
20364 cat confdefs.h >>conftest.$ac_ext
20365 cat >>conftest.$ac_ext <<_ACEOF
20366 /* end confdefs.h. */
20367 #include <linux/cdrom.h>
20370 main ()
20372 if (sizeof (request_sense))
20373 return 0;
20375 return 0;
20377 _ACEOF
20378 rm -f conftest.$ac_objext
20379 if { (ac_try="$ac_compile"
20380 case "(($ac_try" in
20381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20382 *) ac_try_echo=$ac_try;;
20383 esac
20384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20385 $as_echo "$ac_try_echo") >&5
20386 (eval "$ac_compile") 2>conftest.er1
20387 ac_status=$?
20388 grep -v '^ *+' conftest.er1 >conftest.err
20389 rm -f conftest.er1
20390 cat conftest.err >&5
20391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); } && {
20393 test -z "$ac_c_werror_flag" ||
20394 test ! -s conftest.err
20395 } && test -s conftest.$ac_objext; then
20396 cat >conftest.$ac_ext <<_ACEOF
20397 /* confdefs.h. */
20398 _ACEOF
20399 cat confdefs.h >>conftest.$ac_ext
20400 cat >>conftest.$ac_ext <<_ACEOF
20401 /* end confdefs.h. */
20402 #include <linux/cdrom.h>
20405 main ()
20407 if (sizeof ((request_sense)))
20408 return 0;
20410 return 0;
20412 _ACEOF
20413 rm -f conftest.$ac_objext
20414 if { (ac_try="$ac_compile"
20415 case "(($ac_try" in
20416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20417 *) ac_try_echo=$ac_try;;
20418 esac
20419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20420 $as_echo "$ac_try_echo") >&5
20421 (eval "$ac_compile") 2>conftest.er1
20422 ac_status=$?
20423 grep -v '^ *+' conftest.er1 >conftest.err
20424 rm -f conftest.er1
20425 cat conftest.err >&5
20426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20427 (exit $ac_status); } && {
20428 test -z "$ac_c_werror_flag" ||
20429 test ! -s conftest.err
20430 } && test -s conftest.$ac_objext; then
20432 else
20433 $as_echo "$as_me: failed program was:" >&5
20434 sed 's/^/| /' conftest.$ac_ext >&5
20436 ac_cv_type_request_sense=yes
20439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20440 else
20441 $as_echo "$as_me: failed program was:" >&5
20442 sed 's/^/| /' conftest.$ac_ext >&5
20447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20449 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20450 $as_echo "$ac_cv_type_request_sense" >&6; }
20451 if test "x$ac_cv_type_request_sense" = x""yes; then
20453 cat >>confdefs.h <<_ACEOF
20454 #define HAVE_REQUEST_SENSE 1
20455 _ACEOF
20461 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20462 $as_echo_n "checking for struct xinpgen... " >&6; }
20463 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20464 $as_echo_n "(cached) " >&6
20465 else
20466 ac_cv_type_struct_xinpgen=no
20467 cat >conftest.$ac_ext <<_ACEOF
20468 /* confdefs.h. */
20469 _ACEOF
20470 cat confdefs.h >>conftest.$ac_ext
20471 cat >>conftest.$ac_ext <<_ACEOF
20472 /* end confdefs.h. */
20473 #include <sys/types.h>
20474 #ifdef HAVE_SYS_SOCKET_H
20475 #include <sys/socket.h>
20476 #endif
20477 #ifdef HAVE_SYS_SOCKETVAR_H
20478 #include <sys/socketvar.h>
20479 #endif
20480 #ifdef HAVE_NET_ROUTE_H
20481 #include <net/route.h>
20482 #endif
20483 #ifdef HAVE_NETINET_IN_H
20484 #include <netinet/in.h>
20485 #endif
20486 #ifdef HAVE_NETINET_IN_SYSTM_H
20487 #include <netinet/in_systm.h>
20488 #endif
20489 #ifdef HAVE_NETINET_IP_H
20490 #include <netinet/ip.h>
20491 #endif
20492 #ifdef HAVE_NETINET_IN_PCB_H
20493 #include <netinet/in_pcb.h>
20494 #endif
20497 main ()
20499 if (sizeof (struct xinpgen))
20500 return 0;
20502 return 0;
20504 _ACEOF
20505 rm -f conftest.$ac_objext
20506 if { (ac_try="$ac_compile"
20507 case "(($ac_try" in
20508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20509 *) ac_try_echo=$ac_try;;
20510 esac
20511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20512 $as_echo "$ac_try_echo") >&5
20513 (eval "$ac_compile") 2>conftest.er1
20514 ac_status=$?
20515 grep -v '^ *+' conftest.er1 >conftest.err
20516 rm -f conftest.er1
20517 cat conftest.err >&5
20518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519 (exit $ac_status); } && {
20520 test -z "$ac_c_werror_flag" ||
20521 test ! -s conftest.err
20522 } && test -s conftest.$ac_objext; then
20523 cat >conftest.$ac_ext <<_ACEOF
20524 /* confdefs.h. */
20525 _ACEOF
20526 cat confdefs.h >>conftest.$ac_ext
20527 cat >>conftest.$ac_ext <<_ACEOF
20528 /* end confdefs.h. */
20529 #include <sys/types.h>
20530 #ifdef HAVE_SYS_SOCKET_H
20531 #include <sys/socket.h>
20532 #endif
20533 #ifdef HAVE_SYS_SOCKETVAR_H
20534 #include <sys/socketvar.h>
20535 #endif
20536 #ifdef HAVE_NET_ROUTE_H
20537 #include <net/route.h>
20538 #endif
20539 #ifdef HAVE_NETINET_IN_H
20540 #include <netinet/in.h>
20541 #endif
20542 #ifdef HAVE_NETINET_IN_SYSTM_H
20543 #include <netinet/in_systm.h>
20544 #endif
20545 #ifdef HAVE_NETINET_IP_H
20546 #include <netinet/ip.h>
20547 #endif
20548 #ifdef HAVE_NETINET_IN_PCB_H
20549 #include <netinet/in_pcb.h>
20550 #endif
20553 main ()
20555 if (sizeof ((struct xinpgen)))
20556 return 0;
20558 return 0;
20560 _ACEOF
20561 rm -f conftest.$ac_objext
20562 if { (ac_try="$ac_compile"
20563 case "(($ac_try" in
20564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20565 *) ac_try_echo=$ac_try;;
20566 esac
20567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20568 $as_echo "$ac_try_echo") >&5
20569 (eval "$ac_compile") 2>conftest.er1
20570 ac_status=$?
20571 grep -v '^ *+' conftest.er1 >conftest.err
20572 rm -f conftest.er1
20573 cat conftest.err >&5
20574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20575 (exit $ac_status); } && {
20576 test -z "$ac_c_werror_flag" ||
20577 test ! -s conftest.err
20578 } && test -s conftest.$ac_objext; then
20580 else
20581 $as_echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20584 ac_cv_type_struct_xinpgen=yes
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 else
20589 $as_echo "$as_me: failed program was:" >&5
20590 sed 's/^/| /' conftest.$ac_ext >&5
20595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20597 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20598 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20599 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20601 cat >>confdefs.h <<_ACEOF
20602 #define HAVE_STRUCT_XINPGEN 1
20603 _ACEOF
20609 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20610 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20611 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20612 $as_echo_n "(cached) " >&6
20613 else
20614 cat >conftest.$ac_ext <<_ACEOF
20615 /* confdefs.h. */
20616 _ACEOF
20617 cat confdefs.h >>conftest.$ac_ext
20618 cat >>conftest.$ac_ext <<_ACEOF
20619 /* end confdefs.h. */
20620 #ifdef HAVE_LINUX_INPUT_H
20621 #include <linux/input.h>
20622 #endif
20625 main ()
20627 static struct ff_effect ac_aggr;
20628 if (ac_aggr.direction)
20629 return 0;
20631 return 0;
20633 _ACEOF
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20638 *) ac_try_echo=$ac_try;;
20639 esac
20640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20641 $as_echo "$ac_try_echo") >&5
20642 (eval "$ac_compile") 2>conftest.er1
20643 ac_status=$?
20644 grep -v '^ *+' conftest.er1 >conftest.err
20645 rm -f conftest.er1
20646 cat conftest.err >&5
20647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20648 (exit $ac_status); } && {
20649 test -z "$ac_c_werror_flag" ||
20650 test ! -s conftest.err
20651 } && test -s conftest.$ac_objext; then
20652 ac_cv_member_struct_ff_effect_direction=yes
20653 else
20654 $as_echo "$as_me: failed program was:" >&5
20655 sed 's/^/| /' conftest.$ac_ext >&5
20657 cat >conftest.$ac_ext <<_ACEOF
20658 /* confdefs.h. */
20659 _ACEOF
20660 cat confdefs.h >>conftest.$ac_ext
20661 cat >>conftest.$ac_ext <<_ACEOF
20662 /* end confdefs.h. */
20663 #ifdef HAVE_LINUX_INPUT_H
20664 #include <linux/input.h>
20665 #endif
20668 main ()
20670 static struct ff_effect ac_aggr;
20671 if (sizeof ac_aggr.direction)
20672 return 0;
20674 return 0;
20676 _ACEOF
20677 rm -f conftest.$ac_objext
20678 if { (ac_try="$ac_compile"
20679 case "(($ac_try" in
20680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20681 *) ac_try_echo=$ac_try;;
20682 esac
20683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20684 $as_echo "$ac_try_echo") >&5
20685 (eval "$ac_compile") 2>conftest.er1
20686 ac_status=$?
20687 grep -v '^ *+' conftest.er1 >conftest.err
20688 rm -f conftest.er1
20689 cat conftest.err >&5
20690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20691 (exit $ac_status); } && {
20692 test -z "$ac_c_werror_flag" ||
20693 test ! -s conftest.err
20694 } && test -s conftest.$ac_objext; then
20695 ac_cv_member_struct_ff_effect_direction=yes
20696 else
20697 $as_echo "$as_me: failed program was:" >&5
20698 sed 's/^/| /' conftest.$ac_ext >&5
20700 ac_cv_member_struct_ff_effect_direction=no
20703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20708 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20709 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20710 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20712 cat >>confdefs.h <<_ACEOF
20713 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20714 _ACEOF
20720 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20721 $as_echo_n "checking for sigaddset... " >&6; }
20722 if test "${wine_cv_have_sigaddset+set}" = set; then
20723 $as_echo_n "(cached) " >&6
20724 else
20725 cat >conftest.$ac_ext <<_ACEOF
20726 /* confdefs.h. */
20727 _ACEOF
20728 cat confdefs.h >>conftest.$ac_ext
20729 cat >>conftest.$ac_ext <<_ACEOF
20730 /* end confdefs.h. */
20731 #include <signal.h>
20733 main ()
20735 sigset_t set; sigaddset(&set,SIGTERM);
20737 return 0;
20739 _ACEOF
20740 rm -f conftest.$ac_objext conftest$ac_exeext
20741 if { (ac_try="$ac_link"
20742 case "(($ac_try" in
20743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20744 *) ac_try_echo=$ac_try;;
20745 esac
20746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20747 $as_echo "$ac_try_echo") >&5
20748 (eval "$ac_link") 2>conftest.er1
20749 ac_status=$?
20750 grep -v '^ *+' conftest.er1 >conftest.err
20751 rm -f conftest.er1
20752 cat conftest.err >&5
20753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20754 (exit $ac_status); } && {
20755 test -z "$ac_c_werror_flag" ||
20756 test ! -s conftest.err
20757 } && test -s conftest$ac_exeext && {
20758 test "$cross_compiling" = yes ||
20759 $as_test_x conftest$ac_exeext
20760 }; then
20761 wine_cv_have_sigaddset=yes
20762 else
20763 $as_echo "$as_me: failed program was:" >&5
20764 sed 's/^/| /' conftest.$ac_ext >&5
20766 wine_cv_have_sigaddset=no
20769 rm -rf conftest.dSYM
20770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20771 conftest$ac_exeext conftest.$ac_ext
20773 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20774 $as_echo "$wine_cv_have_sigaddset" >&6; }
20775 if test "$wine_cv_have_sigaddset" = "yes"
20776 then
20778 cat >>confdefs.h <<\_ACEOF
20779 #define HAVE_SIGADDSET 1
20780 _ACEOF
20785 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20786 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20787 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20788 $as_echo_n "(cached) " >&6
20789 else
20790 cat >conftest.$ac_ext <<_ACEOF
20791 /* confdefs.h. */
20792 _ACEOF
20793 cat confdefs.h >>conftest.$ac_ext
20794 cat >>conftest.$ac_ext <<_ACEOF
20795 /* end confdefs.h. */
20796 #include <netdb.h>
20798 main ()
20801 char *name=0;
20802 struct hostent he;
20803 struct hostent *result;
20804 char *buf=0;
20805 int bufsize=0;
20806 int res,errnr;
20807 char *addr=0;
20808 int addrlen=0;
20809 int addrtype=0;
20810 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20811 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20814 return 0;
20816 _ACEOF
20817 rm -f conftest.$ac_objext conftest$ac_exeext
20818 if { (ac_try="$ac_link"
20819 case "(($ac_try" in
20820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20821 *) ac_try_echo=$ac_try;;
20822 esac
20823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20824 $as_echo "$ac_try_echo") >&5
20825 (eval "$ac_link") 2>conftest.er1
20826 ac_status=$?
20827 grep -v '^ *+' conftest.er1 >conftest.err
20828 rm -f conftest.er1
20829 cat conftest.err >&5
20830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20831 (exit $ac_status); } && {
20832 test -z "$ac_c_werror_flag" ||
20833 test ! -s conftest.err
20834 } && test -s conftest$ac_exeext && {
20835 test "$cross_compiling" = yes ||
20836 $as_test_x conftest$ac_exeext
20837 }; then
20838 wine_cv_linux_gethostbyname_r_6=yes
20839 else
20840 $as_echo "$as_me: failed program was:" >&5
20841 sed 's/^/| /' conftest.$ac_ext >&5
20843 wine_cv_linux_gethostbyname_r_6=no
20847 rm -rf conftest.dSYM
20848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20849 conftest$ac_exeext conftest.$ac_ext
20852 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20853 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20854 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20855 then
20857 cat >>confdefs.h <<\_ACEOF
20858 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20859 _ACEOF
20863 if test "$ac_cv_header_linux_joystick_h" = "yes"
20864 then
20865 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20866 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20867 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20868 $as_echo_n "(cached) " >&6
20869 else
20870 cat >conftest.$ac_ext <<_ACEOF
20871 /* confdefs.h. */
20872 _ACEOF
20873 cat confdefs.h >>conftest.$ac_ext
20874 cat >>conftest.$ac_ext <<_ACEOF
20875 /* end confdefs.h. */
20877 #include <sys/ioctl.h>
20878 #include <sys/types.h>
20879 #include <linux/joystick.h>
20881 struct js_event blub;
20882 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20883 #error "no 2.2 header"
20884 #endif
20887 main ()
20889 /*empty*/
20891 return 0;
20893 _ACEOF
20894 rm -f conftest.$ac_objext
20895 if { (ac_try="$ac_compile"
20896 case "(($ac_try" in
20897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20898 *) ac_try_echo=$ac_try;;
20899 esac
20900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20901 $as_echo "$ac_try_echo") >&5
20902 (eval "$ac_compile") 2>conftest.er1
20903 ac_status=$?
20904 grep -v '^ *+' conftest.er1 >conftest.err
20905 rm -f conftest.er1
20906 cat conftest.err >&5
20907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20908 (exit $ac_status); } && {
20909 test -z "$ac_c_werror_flag" ||
20910 test ! -s conftest.err
20911 } && test -s conftest.$ac_objext; then
20912 wine_cv_linux_joystick_22_api=yes
20913 else
20914 $as_echo "$as_me: failed program was:" >&5
20915 sed 's/^/| /' conftest.$ac_ext >&5
20917 wine_cv_linux_joystick_22_api=no
20920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20923 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20924 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20925 if test "$wine_cv_linux_joystick_22_api" = "yes"
20926 then
20928 cat >>confdefs.h <<\_ACEOF
20929 #define HAVE_LINUX_22_JOYSTICK_API 1
20930 _ACEOF
20936 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20937 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20938 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20939 $as_echo_n "(cached) " >&6
20940 else
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_PARAM_H
20949 # include <sys/param.h>
20950 #endif
20951 #ifdef HAVE_SYS_MOUNT_H
20952 # include <sys/mount.h>
20953 #endif
20954 #ifdef HAVE_SYS_VFS_H
20955 # include <sys/vfs.h>
20956 #endif
20957 #ifdef HAVE_SYS_STATFS_H
20958 # include <sys/statfs.h>
20959 #endif
20962 main ()
20964 static struct statfs ac_aggr;
20965 if (ac_aggr.f_bfree)
20966 return 0;
20968 return 0;
20970 _ACEOF
20971 rm -f conftest.$ac_objext
20972 if { (ac_try="$ac_compile"
20973 case "(($ac_try" in
20974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20975 *) ac_try_echo=$ac_try;;
20976 esac
20977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20978 $as_echo "$ac_try_echo") >&5
20979 (eval "$ac_compile") 2>conftest.er1
20980 ac_status=$?
20981 grep -v '^ *+' conftest.er1 >conftest.err
20982 rm -f conftest.er1
20983 cat conftest.err >&5
20984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20985 (exit $ac_status); } && {
20986 test -z "$ac_c_werror_flag" ||
20987 test ! -s conftest.err
20988 } && test -s conftest.$ac_objext; then
20989 ac_cv_member_struct_statfs_f_bfree=yes
20990 else
20991 $as_echo "$as_me: failed program was:" >&5
20992 sed 's/^/| /' conftest.$ac_ext >&5
20994 cat >conftest.$ac_ext <<_ACEOF
20995 /* confdefs.h. */
20996 _ACEOF
20997 cat confdefs.h >>conftest.$ac_ext
20998 cat >>conftest.$ac_ext <<_ACEOF
20999 /* end confdefs.h. */
21000 #include <sys/types.h>
21001 #ifdef HAVE_SYS_PARAM_H
21002 # include <sys/param.h>
21003 #endif
21004 #ifdef HAVE_SYS_MOUNT_H
21005 # include <sys/mount.h>
21006 #endif
21007 #ifdef HAVE_SYS_VFS_H
21008 # include <sys/vfs.h>
21009 #endif
21010 #ifdef HAVE_SYS_STATFS_H
21011 # include <sys/statfs.h>
21012 #endif
21015 main ()
21017 static struct statfs ac_aggr;
21018 if (sizeof ac_aggr.f_bfree)
21019 return 0;
21021 return 0;
21023 _ACEOF
21024 rm -f conftest.$ac_objext
21025 if { (ac_try="$ac_compile"
21026 case "(($ac_try" in
21027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21028 *) ac_try_echo=$ac_try;;
21029 esac
21030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21031 $as_echo "$ac_try_echo") >&5
21032 (eval "$ac_compile") 2>conftest.er1
21033 ac_status=$?
21034 grep -v '^ *+' conftest.er1 >conftest.err
21035 rm -f conftest.er1
21036 cat conftest.err >&5
21037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21038 (exit $ac_status); } && {
21039 test -z "$ac_c_werror_flag" ||
21040 test ! -s conftest.err
21041 } && test -s conftest.$ac_objext; then
21042 ac_cv_member_struct_statfs_f_bfree=yes
21043 else
21044 $as_echo "$as_me: failed program was:" >&5
21045 sed 's/^/| /' conftest.$ac_ext >&5
21047 ac_cv_member_struct_statfs_f_bfree=no
21050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21055 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21056 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21057 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21059 cat >>confdefs.h <<_ACEOF
21060 #define HAVE_STRUCT_STATFS_F_BFREE 1
21061 _ACEOF
21065 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21066 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21067 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21068 $as_echo_n "(cached) " >&6
21069 else
21070 cat >conftest.$ac_ext <<_ACEOF
21071 /* confdefs.h. */
21072 _ACEOF
21073 cat confdefs.h >>conftest.$ac_ext
21074 cat >>conftest.$ac_ext <<_ACEOF
21075 /* end confdefs.h. */
21076 #include <sys/types.h>
21077 #ifdef HAVE_SYS_PARAM_H
21078 # include <sys/param.h>
21079 #endif
21080 #ifdef HAVE_SYS_MOUNT_H
21081 # include <sys/mount.h>
21082 #endif
21083 #ifdef HAVE_SYS_VFS_H
21084 # include <sys/vfs.h>
21085 #endif
21086 #ifdef HAVE_SYS_STATFS_H
21087 # include <sys/statfs.h>
21088 #endif
21091 main ()
21093 static struct statfs ac_aggr;
21094 if (ac_aggr.f_bavail)
21095 return 0;
21097 return 0;
21099 _ACEOF
21100 rm -f conftest.$ac_objext
21101 if { (ac_try="$ac_compile"
21102 case "(($ac_try" in
21103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21104 *) ac_try_echo=$ac_try;;
21105 esac
21106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21107 $as_echo "$ac_try_echo") >&5
21108 (eval "$ac_compile") 2>conftest.er1
21109 ac_status=$?
21110 grep -v '^ *+' conftest.er1 >conftest.err
21111 rm -f conftest.er1
21112 cat conftest.err >&5
21113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21114 (exit $ac_status); } && {
21115 test -z "$ac_c_werror_flag" ||
21116 test ! -s conftest.err
21117 } && test -s conftest.$ac_objext; then
21118 ac_cv_member_struct_statfs_f_bavail=yes
21119 else
21120 $as_echo "$as_me: failed program was:" >&5
21121 sed 's/^/| /' conftest.$ac_ext >&5
21123 cat >conftest.$ac_ext <<_ACEOF
21124 /* confdefs.h. */
21125 _ACEOF
21126 cat confdefs.h >>conftest.$ac_ext
21127 cat >>conftest.$ac_ext <<_ACEOF
21128 /* end confdefs.h. */
21129 #include <sys/types.h>
21130 #ifdef HAVE_SYS_PARAM_H
21131 # include <sys/param.h>
21132 #endif
21133 #ifdef HAVE_SYS_MOUNT_H
21134 # include <sys/mount.h>
21135 #endif
21136 #ifdef HAVE_SYS_VFS_H
21137 # include <sys/vfs.h>
21138 #endif
21139 #ifdef HAVE_SYS_STATFS_H
21140 # include <sys/statfs.h>
21141 #endif
21144 main ()
21146 static struct statfs ac_aggr;
21147 if (sizeof ac_aggr.f_bavail)
21148 return 0;
21150 return 0;
21152 _ACEOF
21153 rm -f conftest.$ac_objext
21154 if { (ac_try="$ac_compile"
21155 case "(($ac_try" in
21156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21157 *) ac_try_echo=$ac_try;;
21158 esac
21159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21160 $as_echo "$ac_try_echo") >&5
21161 (eval "$ac_compile") 2>conftest.er1
21162 ac_status=$?
21163 grep -v '^ *+' conftest.er1 >conftest.err
21164 rm -f conftest.er1
21165 cat conftest.err >&5
21166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21167 (exit $ac_status); } && {
21168 test -z "$ac_c_werror_flag" ||
21169 test ! -s conftest.err
21170 } && test -s conftest.$ac_objext; then
21171 ac_cv_member_struct_statfs_f_bavail=yes
21172 else
21173 $as_echo "$as_me: failed program was:" >&5
21174 sed 's/^/| /' conftest.$ac_ext >&5
21176 ac_cv_member_struct_statfs_f_bavail=no
21179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21184 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21185 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21186 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21188 cat >>confdefs.h <<_ACEOF
21189 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21190 _ACEOF
21194 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21195 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21196 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21197 $as_echo_n "(cached) " >&6
21198 else
21199 cat >conftest.$ac_ext <<_ACEOF
21200 /* confdefs.h. */
21201 _ACEOF
21202 cat confdefs.h >>conftest.$ac_ext
21203 cat >>conftest.$ac_ext <<_ACEOF
21204 /* end confdefs.h. */
21205 #include <sys/types.h>
21206 #ifdef HAVE_SYS_PARAM_H
21207 # include <sys/param.h>
21208 #endif
21209 #ifdef HAVE_SYS_MOUNT_H
21210 # include <sys/mount.h>
21211 #endif
21212 #ifdef HAVE_SYS_VFS_H
21213 # include <sys/vfs.h>
21214 #endif
21215 #ifdef HAVE_SYS_STATFS_H
21216 # include <sys/statfs.h>
21217 #endif
21220 main ()
21222 static struct statfs ac_aggr;
21223 if (ac_aggr.f_frsize)
21224 return 0;
21226 return 0;
21228 _ACEOF
21229 rm -f conftest.$ac_objext
21230 if { (ac_try="$ac_compile"
21231 case "(($ac_try" in
21232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21233 *) ac_try_echo=$ac_try;;
21234 esac
21235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21236 $as_echo "$ac_try_echo") >&5
21237 (eval "$ac_compile") 2>conftest.er1
21238 ac_status=$?
21239 grep -v '^ *+' conftest.er1 >conftest.err
21240 rm -f conftest.er1
21241 cat conftest.err >&5
21242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243 (exit $ac_status); } && {
21244 test -z "$ac_c_werror_flag" ||
21245 test ! -s conftest.err
21246 } && test -s conftest.$ac_objext; then
21247 ac_cv_member_struct_statfs_f_frsize=yes
21248 else
21249 $as_echo "$as_me: failed program was:" >&5
21250 sed 's/^/| /' conftest.$ac_ext >&5
21252 cat >conftest.$ac_ext <<_ACEOF
21253 /* confdefs.h. */
21254 _ACEOF
21255 cat confdefs.h >>conftest.$ac_ext
21256 cat >>conftest.$ac_ext <<_ACEOF
21257 /* end confdefs.h. */
21258 #include <sys/types.h>
21259 #ifdef HAVE_SYS_PARAM_H
21260 # include <sys/param.h>
21261 #endif
21262 #ifdef HAVE_SYS_MOUNT_H
21263 # include <sys/mount.h>
21264 #endif
21265 #ifdef HAVE_SYS_VFS_H
21266 # include <sys/vfs.h>
21267 #endif
21268 #ifdef HAVE_SYS_STATFS_H
21269 # include <sys/statfs.h>
21270 #endif
21273 main ()
21275 static struct statfs ac_aggr;
21276 if (sizeof ac_aggr.f_frsize)
21277 return 0;
21279 return 0;
21281 _ACEOF
21282 rm -f conftest.$ac_objext
21283 if { (ac_try="$ac_compile"
21284 case "(($ac_try" in
21285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21286 *) ac_try_echo=$ac_try;;
21287 esac
21288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21289 $as_echo "$ac_try_echo") >&5
21290 (eval "$ac_compile") 2>conftest.er1
21291 ac_status=$?
21292 grep -v '^ *+' conftest.er1 >conftest.err
21293 rm -f conftest.er1
21294 cat conftest.err >&5
21295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21296 (exit $ac_status); } && {
21297 test -z "$ac_c_werror_flag" ||
21298 test ! -s conftest.err
21299 } && test -s conftest.$ac_objext; then
21300 ac_cv_member_struct_statfs_f_frsize=yes
21301 else
21302 $as_echo "$as_me: failed program was:" >&5
21303 sed 's/^/| /' conftest.$ac_ext >&5
21305 ac_cv_member_struct_statfs_f_frsize=no
21308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21313 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21314 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21315 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21317 cat >>confdefs.h <<_ACEOF
21318 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21319 _ACEOF
21323 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21324 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21325 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21326 $as_echo_n "(cached) " >&6
21327 else
21328 cat >conftest.$ac_ext <<_ACEOF
21329 /* confdefs.h. */
21330 _ACEOF
21331 cat confdefs.h >>conftest.$ac_ext
21332 cat >>conftest.$ac_ext <<_ACEOF
21333 /* end confdefs.h. */
21334 #include <sys/types.h>
21335 #ifdef HAVE_SYS_PARAM_H
21336 # include <sys/param.h>
21337 #endif
21338 #ifdef HAVE_SYS_MOUNT_H
21339 # include <sys/mount.h>
21340 #endif
21341 #ifdef HAVE_SYS_VFS_H
21342 # include <sys/vfs.h>
21343 #endif
21344 #ifdef HAVE_SYS_STATFS_H
21345 # include <sys/statfs.h>
21346 #endif
21349 main ()
21351 static struct statfs ac_aggr;
21352 if (ac_aggr.f_ffree)
21353 return 0;
21355 return 0;
21357 _ACEOF
21358 rm -f conftest.$ac_objext
21359 if { (ac_try="$ac_compile"
21360 case "(($ac_try" in
21361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21362 *) ac_try_echo=$ac_try;;
21363 esac
21364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21365 $as_echo "$ac_try_echo") >&5
21366 (eval "$ac_compile") 2>conftest.er1
21367 ac_status=$?
21368 grep -v '^ *+' conftest.er1 >conftest.err
21369 rm -f conftest.er1
21370 cat conftest.err >&5
21371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372 (exit $ac_status); } && {
21373 test -z "$ac_c_werror_flag" ||
21374 test ! -s conftest.err
21375 } && test -s conftest.$ac_objext; then
21376 ac_cv_member_struct_statfs_f_ffree=yes
21377 else
21378 $as_echo "$as_me: failed program was:" >&5
21379 sed 's/^/| /' conftest.$ac_ext >&5
21381 cat >conftest.$ac_ext <<_ACEOF
21382 /* confdefs.h. */
21383 _ACEOF
21384 cat confdefs.h >>conftest.$ac_ext
21385 cat >>conftest.$ac_ext <<_ACEOF
21386 /* end confdefs.h. */
21387 #include <sys/types.h>
21388 #ifdef HAVE_SYS_PARAM_H
21389 # include <sys/param.h>
21390 #endif
21391 #ifdef HAVE_SYS_MOUNT_H
21392 # include <sys/mount.h>
21393 #endif
21394 #ifdef HAVE_SYS_VFS_H
21395 # include <sys/vfs.h>
21396 #endif
21397 #ifdef HAVE_SYS_STATFS_H
21398 # include <sys/statfs.h>
21399 #endif
21402 main ()
21404 static struct statfs ac_aggr;
21405 if (sizeof ac_aggr.f_ffree)
21406 return 0;
21408 return 0;
21410 _ACEOF
21411 rm -f conftest.$ac_objext
21412 if { (ac_try="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;;
21416 esac
21417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21418 $as_echo "$ac_try_echo") >&5
21419 (eval "$ac_compile") 2>conftest.er1
21420 ac_status=$?
21421 grep -v '^ *+' conftest.er1 >conftest.err
21422 rm -f conftest.er1
21423 cat conftest.err >&5
21424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21425 (exit $ac_status); } && {
21426 test -z "$ac_c_werror_flag" ||
21427 test ! -s conftest.err
21428 } && test -s conftest.$ac_objext; then
21429 ac_cv_member_struct_statfs_f_ffree=yes
21430 else
21431 $as_echo "$as_me: failed program was:" >&5
21432 sed 's/^/| /' conftest.$ac_ext >&5
21434 ac_cv_member_struct_statfs_f_ffree=no
21437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21442 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21443 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21444 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21446 cat >>confdefs.h <<_ACEOF
21447 #define HAVE_STRUCT_STATFS_F_FFREE 1
21448 _ACEOF
21452 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21453 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21454 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21455 $as_echo_n "(cached) " >&6
21456 else
21457 cat >conftest.$ac_ext <<_ACEOF
21458 /* confdefs.h. */
21459 _ACEOF
21460 cat confdefs.h >>conftest.$ac_ext
21461 cat >>conftest.$ac_ext <<_ACEOF
21462 /* end confdefs.h. */
21463 #include <sys/types.h>
21464 #ifdef HAVE_SYS_PARAM_H
21465 # include <sys/param.h>
21466 #endif
21467 #ifdef HAVE_SYS_MOUNT_H
21468 # include <sys/mount.h>
21469 #endif
21470 #ifdef HAVE_SYS_VFS_H
21471 # include <sys/vfs.h>
21472 #endif
21473 #ifdef HAVE_SYS_STATFS_H
21474 # include <sys/statfs.h>
21475 #endif
21478 main ()
21480 static struct statfs ac_aggr;
21481 if (ac_aggr.f_favail)
21482 return 0;
21484 return 0;
21486 _ACEOF
21487 rm -f conftest.$ac_objext
21488 if { (ac_try="$ac_compile"
21489 case "(($ac_try" in
21490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21491 *) ac_try_echo=$ac_try;;
21492 esac
21493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21494 $as_echo "$ac_try_echo") >&5
21495 (eval "$ac_compile") 2>conftest.er1
21496 ac_status=$?
21497 grep -v '^ *+' conftest.er1 >conftest.err
21498 rm -f conftest.er1
21499 cat conftest.err >&5
21500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501 (exit $ac_status); } && {
21502 test -z "$ac_c_werror_flag" ||
21503 test ! -s conftest.err
21504 } && test -s conftest.$ac_objext; then
21505 ac_cv_member_struct_statfs_f_favail=yes
21506 else
21507 $as_echo "$as_me: failed program was:" >&5
21508 sed 's/^/| /' conftest.$ac_ext >&5
21510 cat >conftest.$ac_ext <<_ACEOF
21511 /* confdefs.h. */
21512 _ACEOF
21513 cat confdefs.h >>conftest.$ac_ext
21514 cat >>conftest.$ac_ext <<_ACEOF
21515 /* end confdefs.h. */
21516 #include <sys/types.h>
21517 #ifdef HAVE_SYS_PARAM_H
21518 # include <sys/param.h>
21519 #endif
21520 #ifdef HAVE_SYS_MOUNT_H
21521 # include <sys/mount.h>
21522 #endif
21523 #ifdef HAVE_SYS_VFS_H
21524 # include <sys/vfs.h>
21525 #endif
21526 #ifdef HAVE_SYS_STATFS_H
21527 # include <sys/statfs.h>
21528 #endif
21531 main ()
21533 static struct statfs ac_aggr;
21534 if (sizeof ac_aggr.f_favail)
21535 return 0;
21537 return 0;
21539 _ACEOF
21540 rm -f conftest.$ac_objext
21541 if { (ac_try="$ac_compile"
21542 case "(($ac_try" in
21543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21544 *) ac_try_echo=$ac_try;;
21545 esac
21546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21547 $as_echo "$ac_try_echo") >&5
21548 (eval "$ac_compile") 2>conftest.er1
21549 ac_status=$?
21550 grep -v '^ *+' conftest.er1 >conftest.err
21551 rm -f conftest.er1
21552 cat conftest.err >&5
21553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); } && {
21555 test -z "$ac_c_werror_flag" ||
21556 test ! -s conftest.err
21557 } && test -s conftest.$ac_objext; then
21558 ac_cv_member_struct_statfs_f_favail=yes
21559 else
21560 $as_echo "$as_me: failed program was:" >&5
21561 sed 's/^/| /' conftest.$ac_ext >&5
21563 ac_cv_member_struct_statfs_f_favail=no
21566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21571 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21572 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21573 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21575 cat >>confdefs.h <<_ACEOF
21576 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21577 _ACEOF
21581 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21582 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21583 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21584 $as_echo_n "(cached) " >&6
21585 else
21586 cat >conftest.$ac_ext <<_ACEOF
21587 /* confdefs.h. */
21588 _ACEOF
21589 cat confdefs.h >>conftest.$ac_ext
21590 cat >>conftest.$ac_ext <<_ACEOF
21591 /* end confdefs.h. */
21592 #include <sys/types.h>
21593 #ifdef HAVE_SYS_PARAM_H
21594 # include <sys/param.h>
21595 #endif
21596 #ifdef HAVE_SYS_MOUNT_H
21597 # include <sys/mount.h>
21598 #endif
21599 #ifdef HAVE_SYS_VFS_H
21600 # include <sys/vfs.h>
21601 #endif
21602 #ifdef HAVE_SYS_STATFS_H
21603 # include <sys/statfs.h>
21604 #endif
21607 main ()
21609 static struct statfs ac_aggr;
21610 if (ac_aggr.f_namelen)
21611 return 0;
21613 return 0;
21615 _ACEOF
21616 rm -f conftest.$ac_objext
21617 if { (ac_try="$ac_compile"
21618 case "(($ac_try" in
21619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620 *) ac_try_echo=$ac_try;;
21621 esac
21622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21623 $as_echo "$ac_try_echo") >&5
21624 (eval "$ac_compile") 2>conftest.er1
21625 ac_status=$?
21626 grep -v '^ *+' conftest.er1 >conftest.err
21627 rm -f conftest.er1
21628 cat conftest.err >&5
21629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21630 (exit $ac_status); } && {
21631 test -z "$ac_c_werror_flag" ||
21632 test ! -s conftest.err
21633 } && test -s conftest.$ac_objext; then
21634 ac_cv_member_struct_statfs_f_namelen=yes
21635 else
21636 $as_echo "$as_me: failed program was:" >&5
21637 sed 's/^/| /' conftest.$ac_ext >&5
21639 cat >conftest.$ac_ext <<_ACEOF
21640 /* confdefs.h. */
21641 _ACEOF
21642 cat confdefs.h >>conftest.$ac_ext
21643 cat >>conftest.$ac_ext <<_ACEOF
21644 /* end confdefs.h. */
21645 #include <sys/types.h>
21646 #ifdef HAVE_SYS_PARAM_H
21647 # include <sys/param.h>
21648 #endif
21649 #ifdef HAVE_SYS_MOUNT_H
21650 # include <sys/mount.h>
21651 #endif
21652 #ifdef HAVE_SYS_VFS_H
21653 # include <sys/vfs.h>
21654 #endif
21655 #ifdef HAVE_SYS_STATFS_H
21656 # include <sys/statfs.h>
21657 #endif
21660 main ()
21662 static struct statfs ac_aggr;
21663 if (sizeof ac_aggr.f_namelen)
21664 return 0;
21666 return 0;
21668 _ACEOF
21669 rm -f conftest.$ac_objext
21670 if { (ac_try="$ac_compile"
21671 case "(($ac_try" in
21672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21673 *) ac_try_echo=$ac_try;;
21674 esac
21675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21676 $as_echo "$ac_try_echo") >&5
21677 (eval "$ac_compile") 2>conftest.er1
21678 ac_status=$?
21679 grep -v '^ *+' conftest.er1 >conftest.err
21680 rm -f conftest.er1
21681 cat conftest.err >&5
21682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21683 (exit $ac_status); } && {
21684 test -z "$ac_c_werror_flag" ||
21685 test ! -s conftest.err
21686 } && test -s conftest.$ac_objext; then
21687 ac_cv_member_struct_statfs_f_namelen=yes
21688 else
21689 $as_echo "$as_me: failed program was:" >&5
21690 sed 's/^/| /' conftest.$ac_ext >&5
21692 ac_cv_member_struct_statfs_f_namelen=no
21695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21700 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21701 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21702 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21704 cat >>confdefs.h <<_ACEOF
21705 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21706 _ACEOF
21712 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21713 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21714 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21715 $as_echo_n "(cached) " >&6
21716 else
21717 cat >conftest.$ac_ext <<_ACEOF
21718 /* confdefs.h. */
21719 _ACEOF
21720 cat confdefs.h >>conftest.$ac_ext
21721 cat >>conftest.$ac_ext <<_ACEOF
21722 /* end confdefs.h. */
21723 #ifdef HAVE_SYS_STATVFS_H
21724 #include <sys/statvfs.h>
21725 #endif
21728 main ()
21730 static struct statvfs ac_aggr;
21731 if (ac_aggr.f_blocks)
21732 return 0;
21734 return 0;
21736 _ACEOF
21737 rm -f conftest.$ac_objext
21738 if { (ac_try="$ac_compile"
21739 case "(($ac_try" in
21740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21741 *) ac_try_echo=$ac_try;;
21742 esac
21743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21744 $as_echo "$ac_try_echo") >&5
21745 (eval "$ac_compile") 2>conftest.er1
21746 ac_status=$?
21747 grep -v '^ *+' conftest.er1 >conftest.err
21748 rm -f conftest.er1
21749 cat conftest.err >&5
21750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); } && {
21752 test -z "$ac_c_werror_flag" ||
21753 test ! -s conftest.err
21754 } && test -s conftest.$ac_objext; then
21755 ac_cv_member_struct_statvfs_f_blocks=yes
21756 else
21757 $as_echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.$ac_ext >&5
21760 cat >conftest.$ac_ext <<_ACEOF
21761 /* confdefs.h. */
21762 _ACEOF
21763 cat confdefs.h >>conftest.$ac_ext
21764 cat >>conftest.$ac_ext <<_ACEOF
21765 /* end confdefs.h. */
21766 #ifdef HAVE_SYS_STATVFS_H
21767 #include <sys/statvfs.h>
21768 #endif
21771 main ()
21773 static struct statvfs ac_aggr;
21774 if (sizeof ac_aggr.f_blocks)
21775 return 0;
21777 return 0;
21779 _ACEOF
21780 rm -f conftest.$ac_objext
21781 if { (ac_try="$ac_compile"
21782 case "(($ac_try" in
21783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21784 *) ac_try_echo=$ac_try;;
21785 esac
21786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21787 $as_echo "$ac_try_echo") >&5
21788 (eval "$ac_compile") 2>conftest.er1
21789 ac_status=$?
21790 grep -v '^ *+' conftest.er1 >conftest.err
21791 rm -f conftest.er1
21792 cat conftest.err >&5
21793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21794 (exit $ac_status); } && {
21795 test -z "$ac_c_werror_flag" ||
21796 test ! -s conftest.err
21797 } && test -s conftest.$ac_objext; then
21798 ac_cv_member_struct_statvfs_f_blocks=yes
21799 else
21800 $as_echo "$as_me: failed program was:" >&5
21801 sed 's/^/| /' conftest.$ac_ext >&5
21803 ac_cv_member_struct_statvfs_f_blocks=no
21806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21811 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21812 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21813 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21815 cat >>confdefs.h <<_ACEOF
21816 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21817 _ACEOF
21823 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21824 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21825 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21826 $as_echo_n "(cached) " >&6
21827 else
21828 cat >conftest.$ac_ext <<_ACEOF
21829 /* confdefs.h. */
21830 _ACEOF
21831 cat confdefs.h >>conftest.$ac_ext
21832 cat >>conftest.$ac_ext <<_ACEOF
21833 /* end confdefs.h. */
21834 #include <sys/types.h>
21835 #ifdef HAVE_SYS_SOCKET_H
21836 # include <sys/socket.h>
21837 #endif
21838 #ifdef HAVE_SYS_UN_H
21839 # include <sys/un.h>
21840 #endif
21843 main ()
21845 static struct msghdr ac_aggr;
21846 if (ac_aggr.msg_accrights)
21847 return 0;
21849 return 0;
21851 _ACEOF
21852 rm -f conftest.$ac_objext
21853 if { (ac_try="$ac_compile"
21854 case "(($ac_try" in
21855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21856 *) ac_try_echo=$ac_try;;
21857 esac
21858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21859 $as_echo "$ac_try_echo") >&5
21860 (eval "$ac_compile") 2>conftest.er1
21861 ac_status=$?
21862 grep -v '^ *+' conftest.er1 >conftest.err
21863 rm -f conftest.er1
21864 cat conftest.err >&5
21865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21866 (exit $ac_status); } && {
21867 test -z "$ac_c_werror_flag" ||
21868 test ! -s conftest.err
21869 } && test -s conftest.$ac_objext; then
21870 ac_cv_member_struct_msghdr_msg_accrights=yes
21871 else
21872 $as_echo "$as_me: failed program was:" >&5
21873 sed 's/^/| /' conftest.$ac_ext >&5
21875 cat >conftest.$ac_ext <<_ACEOF
21876 /* confdefs.h. */
21877 _ACEOF
21878 cat confdefs.h >>conftest.$ac_ext
21879 cat >>conftest.$ac_ext <<_ACEOF
21880 /* end confdefs.h. */
21881 #include <sys/types.h>
21882 #ifdef HAVE_SYS_SOCKET_H
21883 # include <sys/socket.h>
21884 #endif
21885 #ifdef HAVE_SYS_UN_H
21886 # include <sys/un.h>
21887 #endif
21890 main ()
21892 static struct msghdr ac_aggr;
21893 if (sizeof ac_aggr.msg_accrights)
21894 return 0;
21896 return 0;
21898 _ACEOF
21899 rm -f conftest.$ac_objext
21900 if { (ac_try="$ac_compile"
21901 case "(($ac_try" in
21902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21903 *) ac_try_echo=$ac_try;;
21904 esac
21905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21906 $as_echo "$ac_try_echo") >&5
21907 (eval "$ac_compile") 2>conftest.er1
21908 ac_status=$?
21909 grep -v '^ *+' conftest.er1 >conftest.err
21910 rm -f conftest.er1
21911 cat conftest.err >&5
21912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); } && {
21914 test -z "$ac_c_werror_flag" ||
21915 test ! -s conftest.err
21916 } && test -s conftest.$ac_objext; then
21917 ac_cv_member_struct_msghdr_msg_accrights=yes
21918 else
21919 $as_echo "$as_me: failed program was:" >&5
21920 sed 's/^/| /' conftest.$ac_ext >&5
21922 ac_cv_member_struct_msghdr_msg_accrights=no
21925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21930 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21931 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21932 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21934 cat >>confdefs.h <<_ACEOF
21935 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21936 _ACEOF
21940 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21941 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21942 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21943 $as_echo_n "(cached) " >&6
21944 else
21945 cat >conftest.$ac_ext <<_ACEOF
21946 /* confdefs.h. */
21947 _ACEOF
21948 cat confdefs.h >>conftest.$ac_ext
21949 cat >>conftest.$ac_ext <<_ACEOF
21950 /* end confdefs.h. */
21951 #include <sys/types.h>
21952 #ifdef HAVE_SYS_SOCKET_H
21953 # include <sys/socket.h>
21954 #endif
21955 #ifdef HAVE_SYS_UN_H
21956 # include <sys/un.h>
21957 #endif
21960 main ()
21962 static struct sockaddr ac_aggr;
21963 if (ac_aggr.sa_len)
21964 return 0;
21966 return 0;
21968 _ACEOF
21969 rm -f conftest.$ac_objext
21970 if { (ac_try="$ac_compile"
21971 case "(($ac_try" in
21972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21973 *) ac_try_echo=$ac_try;;
21974 esac
21975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21976 $as_echo "$ac_try_echo") >&5
21977 (eval "$ac_compile") 2>conftest.er1
21978 ac_status=$?
21979 grep -v '^ *+' conftest.er1 >conftest.err
21980 rm -f conftest.er1
21981 cat conftest.err >&5
21982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21983 (exit $ac_status); } && {
21984 test -z "$ac_c_werror_flag" ||
21985 test ! -s conftest.err
21986 } && test -s conftest.$ac_objext; then
21987 ac_cv_member_struct_sockaddr_sa_len=yes
21988 else
21989 $as_echo "$as_me: failed program was:" >&5
21990 sed 's/^/| /' conftest.$ac_ext >&5
21992 cat >conftest.$ac_ext <<_ACEOF
21993 /* confdefs.h. */
21994 _ACEOF
21995 cat confdefs.h >>conftest.$ac_ext
21996 cat >>conftest.$ac_ext <<_ACEOF
21997 /* end confdefs.h. */
21998 #include <sys/types.h>
21999 #ifdef HAVE_SYS_SOCKET_H
22000 # include <sys/socket.h>
22001 #endif
22002 #ifdef HAVE_SYS_UN_H
22003 # include <sys/un.h>
22004 #endif
22007 main ()
22009 static struct sockaddr ac_aggr;
22010 if (sizeof ac_aggr.sa_len)
22011 return 0;
22013 return 0;
22015 _ACEOF
22016 rm -f conftest.$ac_objext
22017 if { (ac_try="$ac_compile"
22018 case "(($ac_try" in
22019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22020 *) ac_try_echo=$ac_try;;
22021 esac
22022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22023 $as_echo "$ac_try_echo") >&5
22024 (eval "$ac_compile") 2>conftest.er1
22025 ac_status=$?
22026 grep -v '^ *+' conftest.er1 >conftest.err
22027 rm -f conftest.er1
22028 cat conftest.err >&5
22029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22030 (exit $ac_status); } && {
22031 test -z "$ac_c_werror_flag" ||
22032 test ! -s conftest.err
22033 } && test -s conftest.$ac_objext; then
22034 ac_cv_member_struct_sockaddr_sa_len=yes
22035 else
22036 $as_echo "$as_me: failed program was:" >&5
22037 sed 's/^/| /' conftest.$ac_ext >&5
22039 ac_cv_member_struct_sockaddr_sa_len=no
22042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22047 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22048 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22049 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22051 cat >>confdefs.h <<_ACEOF
22052 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22053 _ACEOF
22057 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22058 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22059 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22060 $as_echo_n "(cached) " >&6
22061 else
22062 cat >conftest.$ac_ext <<_ACEOF
22063 /* confdefs.h. */
22064 _ACEOF
22065 cat confdefs.h >>conftest.$ac_ext
22066 cat >>conftest.$ac_ext <<_ACEOF
22067 /* end confdefs.h. */
22068 #include <sys/types.h>
22069 #ifdef HAVE_SYS_SOCKET_H
22070 # include <sys/socket.h>
22071 #endif
22072 #ifdef HAVE_SYS_UN_H
22073 # include <sys/un.h>
22074 #endif
22077 main ()
22079 static struct sockaddr_un ac_aggr;
22080 if (ac_aggr.sun_len)
22081 return 0;
22083 return 0;
22085 _ACEOF
22086 rm -f conftest.$ac_objext
22087 if { (ac_try="$ac_compile"
22088 case "(($ac_try" in
22089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22090 *) ac_try_echo=$ac_try;;
22091 esac
22092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22093 $as_echo "$ac_try_echo") >&5
22094 (eval "$ac_compile") 2>conftest.er1
22095 ac_status=$?
22096 grep -v '^ *+' conftest.er1 >conftest.err
22097 rm -f conftest.er1
22098 cat conftest.err >&5
22099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } && {
22101 test -z "$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22103 } && test -s conftest.$ac_objext; then
22104 ac_cv_member_struct_sockaddr_un_sun_len=yes
22105 else
22106 $as_echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.$ac_ext >&5
22109 cat >conftest.$ac_ext <<_ACEOF
22110 /* confdefs.h. */
22111 _ACEOF
22112 cat confdefs.h >>conftest.$ac_ext
22113 cat >>conftest.$ac_ext <<_ACEOF
22114 /* end confdefs.h. */
22115 #include <sys/types.h>
22116 #ifdef HAVE_SYS_SOCKET_H
22117 # include <sys/socket.h>
22118 #endif
22119 #ifdef HAVE_SYS_UN_H
22120 # include <sys/un.h>
22121 #endif
22124 main ()
22126 static struct sockaddr_un ac_aggr;
22127 if (sizeof ac_aggr.sun_len)
22128 return 0;
22130 return 0;
22132 _ACEOF
22133 rm -f conftest.$ac_objext
22134 if { (ac_try="$ac_compile"
22135 case "(($ac_try" in
22136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22137 *) ac_try_echo=$ac_try;;
22138 esac
22139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22140 $as_echo "$ac_try_echo") >&5
22141 (eval "$ac_compile") 2>conftest.er1
22142 ac_status=$?
22143 grep -v '^ *+' conftest.er1 >conftest.err
22144 rm -f conftest.er1
22145 cat conftest.err >&5
22146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22147 (exit $ac_status); } && {
22148 test -z "$ac_c_werror_flag" ||
22149 test ! -s conftest.err
22150 } && test -s conftest.$ac_objext; then
22151 ac_cv_member_struct_sockaddr_un_sun_len=yes
22152 else
22153 $as_echo "$as_me: failed program was:" >&5
22154 sed 's/^/| /' conftest.$ac_ext >&5
22156 ac_cv_member_struct_sockaddr_un_sun_len=no
22159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22164 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22165 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22166 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22168 cat >>confdefs.h <<_ACEOF
22169 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22170 _ACEOF
22176 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22177 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22178 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22179 $as_echo_n "(cached) " >&6
22180 else
22181 cat >conftest.$ac_ext <<_ACEOF
22182 /* confdefs.h. */
22183 _ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22187 #include <sys/types.h>
22188 #ifdef HAVE_SCSI_SG_H
22189 #include <scsi/sg.h>
22190 #endif
22193 main ()
22195 static scsireq_t ac_aggr;
22196 if (ac_aggr.cmd)
22197 return 0;
22199 return 0;
22201 _ACEOF
22202 rm -f conftest.$ac_objext
22203 if { (ac_try="$ac_compile"
22204 case "(($ac_try" in
22205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22206 *) ac_try_echo=$ac_try;;
22207 esac
22208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22209 $as_echo "$ac_try_echo") >&5
22210 (eval "$ac_compile") 2>conftest.er1
22211 ac_status=$?
22212 grep -v '^ *+' conftest.er1 >conftest.err
22213 rm -f conftest.er1
22214 cat conftest.err >&5
22215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22216 (exit $ac_status); } && {
22217 test -z "$ac_c_werror_flag" ||
22218 test ! -s conftest.err
22219 } && test -s conftest.$ac_objext; then
22220 ac_cv_member_scsireq_t_cmd=yes
22221 else
22222 $as_echo "$as_me: failed program was:" >&5
22223 sed 's/^/| /' conftest.$ac_ext >&5
22225 cat >conftest.$ac_ext <<_ACEOF
22226 /* confdefs.h. */
22227 _ACEOF
22228 cat confdefs.h >>conftest.$ac_ext
22229 cat >>conftest.$ac_ext <<_ACEOF
22230 /* end confdefs.h. */
22231 #include <sys/types.h>
22232 #ifdef HAVE_SCSI_SG_H
22233 #include <scsi/sg.h>
22234 #endif
22237 main ()
22239 static scsireq_t ac_aggr;
22240 if (sizeof ac_aggr.cmd)
22241 return 0;
22243 return 0;
22245 _ACEOF
22246 rm -f conftest.$ac_objext
22247 if { (ac_try="$ac_compile"
22248 case "(($ac_try" in
22249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22250 *) ac_try_echo=$ac_try;;
22251 esac
22252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22253 $as_echo "$ac_try_echo") >&5
22254 (eval "$ac_compile") 2>conftest.er1
22255 ac_status=$?
22256 grep -v '^ *+' conftest.er1 >conftest.err
22257 rm -f conftest.er1
22258 cat conftest.err >&5
22259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22260 (exit $ac_status); } && {
22261 test -z "$ac_c_werror_flag" ||
22262 test ! -s conftest.err
22263 } && test -s conftest.$ac_objext; then
22264 ac_cv_member_scsireq_t_cmd=yes
22265 else
22266 $as_echo "$as_me: failed program was:" >&5
22267 sed 's/^/| /' conftest.$ac_ext >&5
22269 ac_cv_member_scsireq_t_cmd=no
22272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22277 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22278 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22279 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22281 cat >>confdefs.h <<_ACEOF
22282 #define HAVE_SCSIREQ_T_CMD 1
22283 _ACEOF
22287 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22288 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22289 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22290 $as_echo_n "(cached) " >&6
22291 else
22292 cat >conftest.$ac_ext <<_ACEOF
22293 /* confdefs.h. */
22294 _ACEOF
22295 cat confdefs.h >>conftest.$ac_ext
22296 cat >>conftest.$ac_ext <<_ACEOF
22297 /* end confdefs.h. */
22298 #include <sys/types.h>
22299 #ifdef HAVE_SCSI_SG_H
22300 #include <scsi/sg.h>
22301 #endif
22304 main ()
22306 static sg_io_hdr_t ac_aggr;
22307 if (ac_aggr.interface_id)
22308 return 0;
22310 return 0;
22312 _ACEOF
22313 rm -f conftest.$ac_objext
22314 if { (ac_try="$ac_compile"
22315 case "(($ac_try" in
22316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22317 *) ac_try_echo=$ac_try;;
22318 esac
22319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22320 $as_echo "$ac_try_echo") >&5
22321 (eval "$ac_compile") 2>conftest.er1
22322 ac_status=$?
22323 grep -v '^ *+' conftest.er1 >conftest.err
22324 rm -f conftest.er1
22325 cat conftest.err >&5
22326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22327 (exit $ac_status); } && {
22328 test -z "$ac_c_werror_flag" ||
22329 test ! -s conftest.err
22330 } && test -s conftest.$ac_objext; then
22331 ac_cv_member_sg_io_hdr_t_interface_id=yes
22332 else
22333 $as_echo "$as_me: failed program was:" >&5
22334 sed 's/^/| /' conftest.$ac_ext >&5
22336 cat >conftest.$ac_ext <<_ACEOF
22337 /* confdefs.h. */
22338 _ACEOF
22339 cat confdefs.h >>conftest.$ac_ext
22340 cat >>conftest.$ac_ext <<_ACEOF
22341 /* end confdefs.h. */
22342 #include <sys/types.h>
22343 #ifdef HAVE_SCSI_SG_H
22344 #include <scsi/sg.h>
22345 #endif
22348 main ()
22350 static sg_io_hdr_t ac_aggr;
22351 if (sizeof ac_aggr.interface_id)
22352 return 0;
22354 return 0;
22356 _ACEOF
22357 rm -f conftest.$ac_objext
22358 if { (ac_try="$ac_compile"
22359 case "(($ac_try" in
22360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22361 *) ac_try_echo=$ac_try;;
22362 esac
22363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22364 $as_echo "$ac_try_echo") >&5
22365 (eval "$ac_compile") 2>conftest.er1
22366 ac_status=$?
22367 grep -v '^ *+' conftest.er1 >conftest.err
22368 rm -f conftest.er1
22369 cat conftest.err >&5
22370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22371 (exit $ac_status); } && {
22372 test -z "$ac_c_werror_flag" ||
22373 test ! -s conftest.err
22374 } && test -s conftest.$ac_objext; then
22375 ac_cv_member_sg_io_hdr_t_interface_id=yes
22376 else
22377 $as_echo "$as_me: failed program was:" >&5
22378 sed 's/^/| /' conftest.$ac_ext >&5
22380 ac_cv_member_sg_io_hdr_t_interface_id=no
22383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22388 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22389 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22390 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22392 cat >>confdefs.h <<_ACEOF
22393 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22394 _ACEOF
22400 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22401 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22402 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22403 $as_echo_n "(cached) " >&6
22404 else
22405 cat >conftest.$ac_ext <<_ACEOF
22406 /* confdefs.h. */
22407 _ACEOF
22408 cat confdefs.h >>conftest.$ac_ext
22409 cat >>conftest.$ac_ext <<_ACEOF
22410 /* end confdefs.h. */
22411 #include <signal.h>
22414 main ()
22416 static siginfo_t ac_aggr;
22417 if (ac_aggr.si_fd)
22418 return 0;
22420 return 0;
22422 _ACEOF
22423 rm -f conftest.$ac_objext
22424 if { (ac_try="$ac_compile"
22425 case "(($ac_try" in
22426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22427 *) ac_try_echo=$ac_try;;
22428 esac
22429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22430 $as_echo "$ac_try_echo") >&5
22431 (eval "$ac_compile") 2>conftest.er1
22432 ac_status=$?
22433 grep -v '^ *+' conftest.er1 >conftest.err
22434 rm -f conftest.er1
22435 cat conftest.err >&5
22436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22437 (exit $ac_status); } && {
22438 test -z "$ac_c_werror_flag" ||
22439 test ! -s conftest.err
22440 } && test -s conftest.$ac_objext; then
22441 ac_cv_member_siginfo_t_si_fd=yes
22442 else
22443 $as_echo "$as_me: failed program was:" >&5
22444 sed 's/^/| /' conftest.$ac_ext >&5
22446 cat >conftest.$ac_ext <<_ACEOF
22447 /* confdefs.h. */
22448 _ACEOF
22449 cat confdefs.h >>conftest.$ac_ext
22450 cat >>conftest.$ac_ext <<_ACEOF
22451 /* end confdefs.h. */
22452 #include <signal.h>
22455 main ()
22457 static siginfo_t ac_aggr;
22458 if (sizeof ac_aggr.si_fd)
22459 return 0;
22461 return 0;
22463 _ACEOF
22464 rm -f conftest.$ac_objext
22465 if { (ac_try="$ac_compile"
22466 case "(($ac_try" in
22467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22468 *) ac_try_echo=$ac_try;;
22469 esac
22470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22471 $as_echo "$ac_try_echo") >&5
22472 (eval "$ac_compile") 2>conftest.er1
22473 ac_status=$?
22474 grep -v '^ *+' conftest.er1 >conftest.err
22475 rm -f conftest.er1
22476 cat conftest.err >&5
22477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22478 (exit $ac_status); } && {
22479 test -z "$ac_c_werror_flag" ||
22480 test ! -s conftest.err
22481 } && test -s conftest.$ac_objext; then
22482 ac_cv_member_siginfo_t_si_fd=yes
22483 else
22484 $as_echo "$as_me: failed program was:" >&5
22485 sed 's/^/| /' conftest.$ac_ext >&5
22487 ac_cv_member_siginfo_t_si_fd=no
22490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22495 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22496 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22497 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22499 cat >>confdefs.h <<_ACEOF
22500 #define HAVE_SIGINFO_T_SI_FD 1
22501 _ACEOF
22507 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22508 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22509 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22510 $as_echo_n "(cached) " >&6
22511 else
22512 cat >conftest.$ac_ext <<_ACEOF
22513 /* confdefs.h. */
22514 _ACEOF
22515 cat confdefs.h >>conftest.$ac_ext
22516 cat >>conftest.$ac_ext <<_ACEOF
22517 /* end confdefs.h. */
22518 #include <sys/types.h>
22519 #ifdef HAVE_SYS_MTIO_H
22520 #include <sys/mtio.h>
22521 #endif
22524 main ()
22526 static struct mtget ac_aggr;
22527 if (ac_aggr.mt_blksiz)
22528 return 0;
22530 return 0;
22532 _ACEOF
22533 rm -f conftest.$ac_objext
22534 if { (ac_try="$ac_compile"
22535 case "(($ac_try" in
22536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22537 *) ac_try_echo=$ac_try;;
22538 esac
22539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22540 $as_echo "$ac_try_echo") >&5
22541 (eval "$ac_compile") 2>conftest.er1
22542 ac_status=$?
22543 grep -v '^ *+' conftest.er1 >conftest.err
22544 rm -f conftest.er1
22545 cat conftest.err >&5
22546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22547 (exit $ac_status); } && {
22548 test -z "$ac_c_werror_flag" ||
22549 test ! -s conftest.err
22550 } && test -s conftest.$ac_objext; then
22551 ac_cv_member_struct_mtget_mt_blksiz=yes
22552 else
22553 $as_echo "$as_me: failed program was:" >&5
22554 sed 's/^/| /' conftest.$ac_ext >&5
22556 cat >conftest.$ac_ext <<_ACEOF
22557 /* confdefs.h. */
22558 _ACEOF
22559 cat confdefs.h >>conftest.$ac_ext
22560 cat >>conftest.$ac_ext <<_ACEOF
22561 /* end confdefs.h. */
22562 #include <sys/types.h>
22563 #ifdef HAVE_SYS_MTIO_H
22564 #include <sys/mtio.h>
22565 #endif
22568 main ()
22570 static struct mtget ac_aggr;
22571 if (sizeof ac_aggr.mt_blksiz)
22572 return 0;
22574 return 0;
22576 _ACEOF
22577 rm -f conftest.$ac_objext
22578 if { (ac_try="$ac_compile"
22579 case "(($ac_try" in
22580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22581 *) ac_try_echo=$ac_try;;
22582 esac
22583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22584 $as_echo "$ac_try_echo") >&5
22585 (eval "$ac_compile") 2>conftest.er1
22586 ac_status=$?
22587 grep -v '^ *+' conftest.er1 >conftest.err
22588 rm -f conftest.er1
22589 cat conftest.err >&5
22590 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22591 (exit $ac_status); } && {
22592 test -z "$ac_c_werror_flag" ||
22593 test ! -s conftest.err
22594 } && test -s conftest.$ac_objext; then
22595 ac_cv_member_struct_mtget_mt_blksiz=yes
22596 else
22597 $as_echo "$as_me: failed program was:" >&5
22598 sed 's/^/| /' conftest.$ac_ext >&5
22600 ac_cv_member_struct_mtget_mt_blksiz=no
22603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22608 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22609 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22610 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22612 cat >>confdefs.h <<_ACEOF
22613 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22614 _ACEOF
22618 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22619 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22620 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22621 $as_echo_n "(cached) " >&6
22622 else
22623 cat >conftest.$ac_ext <<_ACEOF
22624 /* confdefs.h. */
22625 _ACEOF
22626 cat confdefs.h >>conftest.$ac_ext
22627 cat >>conftest.$ac_ext <<_ACEOF
22628 /* end confdefs.h. */
22629 #include <sys/types.h>
22630 #ifdef HAVE_SYS_MTIO_H
22631 #include <sys/mtio.h>
22632 #endif
22635 main ()
22637 static struct mtget ac_aggr;
22638 if (ac_aggr.mt_gstat)
22639 return 0;
22641 return 0;
22643 _ACEOF
22644 rm -f conftest.$ac_objext
22645 if { (ac_try="$ac_compile"
22646 case "(($ac_try" in
22647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22648 *) ac_try_echo=$ac_try;;
22649 esac
22650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22651 $as_echo "$ac_try_echo") >&5
22652 (eval "$ac_compile") 2>conftest.er1
22653 ac_status=$?
22654 grep -v '^ *+' conftest.er1 >conftest.err
22655 rm -f conftest.er1
22656 cat conftest.err >&5
22657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22658 (exit $ac_status); } && {
22659 test -z "$ac_c_werror_flag" ||
22660 test ! -s conftest.err
22661 } && test -s conftest.$ac_objext; then
22662 ac_cv_member_struct_mtget_mt_gstat=yes
22663 else
22664 $as_echo "$as_me: failed program was:" >&5
22665 sed 's/^/| /' conftest.$ac_ext >&5
22667 cat >conftest.$ac_ext <<_ACEOF
22668 /* confdefs.h. */
22669 _ACEOF
22670 cat confdefs.h >>conftest.$ac_ext
22671 cat >>conftest.$ac_ext <<_ACEOF
22672 /* end confdefs.h. */
22673 #include <sys/types.h>
22674 #ifdef HAVE_SYS_MTIO_H
22675 #include <sys/mtio.h>
22676 #endif
22679 main ()
22681 static struct mtget ac_aggr;
22682 if (sizeof ac_aggr.mt_gstat)
22683 return 0;
22685 return 0;
22687 _ACEOF
22688 rm -f conftest.$ac_objext
22689 if { (ac_try="$ac_compile"
22690 case "(($ac_try" in
22691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22692 *) ac_try_echo=$ac_try;;
22693 esac
22694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22695 $as_echo "$ac_try_echo") >&5
22696 (eval "$ac_compile") 2>conftest.er1
22697 ac_status=$?
22698 grep -v '^ *+' conftest.er1 >conftest.err
22699 rm -f conftest.er1
22700 cat conftest.err >&5
22701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22702 (exit $ac_status); } && {
22703 test -z "$ac_c_werror_flag" ||
22704 test ! -s conftest.err
22705 } && test -s conftest.$ac_objext; then
22706 ac_cv_member_struct_mtget_mt_gstat=yes
22707 else
22708 $as_echo "$as_me: failed program was:" >&5
22709 sed 's/^/| /' conftest.$ac_ext >&5
22711 ac_cv_member_struct_mtget_mt_gstat=no
22714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22719 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22720 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22721 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22723 cat >>confdefs.h <<_ACEOF
22724 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22725 _ACEOF
22729 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22730 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22731 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22732 $as_echo_n "(cached) " >&6
22733 else
22734 cat >conftest.$ac_ext <<_ACEOF
22735 /* confdefs.h. */
22736 _ACEOF
22737 cat confdefs.h >>conftest.$ac_ext
22738 cat >>conftest.$ac_ext <<_ACEOF
22739 /* end confdefs.h. */
22740 #include <sys/types.h>
22741 #ifdef HAVE_SYS_MTIO_H
22742 #include <sys/mtio.h>
22743 #endif
22746 main ()
22748 static struct mtget ac_aggr;
22749 if (ac_aggr.mt_blkno)
22750 return 0;
22752 return 0;
22754 _ACEOF
22755 rm -f conftest.$ac_objext
22756 if { (ac_try="$ac_compile"
22757 case "(($ac_try" in
22758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22759 *) ac_try_echo=$ac_try;;
22760 esac
22761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22762 $as_echo "$ac_try_echo") >&5
22763 (eval "$ac_compile") 2>conftest.er1
22764 ac_status=$?
22765 grep -v '^ *+' conftest.er1 >conftest.err
22766 rm -f conftest.er1
22767 cat conftest.err >&5
22768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22769 (exit $ac_status); } && {
22770 test -z "$ac_c_werror_flag" ||
22771 test ! -s conftest.err
22772 } && test -s conftest.$ac_objext; then
22773 ac_cv_member_struct_mtget_mt_blkno=yes
22774 else
22775 $as_echo "$as_me: failed program was:" >&5
22776 sed 's/^/| /' conftest.$ac_ext >&5
22778 cat >conftest.$ac_ext <<_ACEOF
22779 /* confdefs.h. */
22780 _ACEOF
22781 cat confdefs.h >>conftest.$ac_ext
22782 cat >>conftest.$ac_ext <<_ACEOF
22783 /* end confdefs.h. */
22784 #include <sys/types.h>
22785 #ifdef HAVE_SYS_MTIO_H
22786 #include <sys/mtio.h>
22787 #endif
22790 main ()
22792 static struct mtget ac_aggr;
22793 if (sizeof ac_aggr.mt_blkno)
22794 return 0;
22796 return 0;
22798 _ACEOF
22799 rm -f conftest.$ac_objext
22800 if { (ac_try="$ac_compile"
22801 case "(($ac_try" in
22802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22803 *) ac_try_echo=$ac_try;;
22804 esac
22805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22806 $as_echo "$ac_try_echo") >&5
22807 (eval "$ac_compile") 2>conftest.er1
22808 ac_status=$?
22809 grep -v '^ *+' conftest.er1 >conftest.err
22810 rm -f conftest.er1
22811 cat conftest.err >&5
22812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22813 (exit $ac_status); } && {
22814 test -z "$ac_c_werror_flag" ||
22815 test ! -s conftest.err
22816 } && test -s conftest.$ac_objext; then
22817 ac_cv_member_struct_mtget_mt_blkno=yes
22818 else
22819 $as_echo "$as_me: failed program was:" >&5
22820 sed 's/^/| /' conftest.$ac_ext >&5
22822 ac_cv_member_struct_mtget_mt_blkno=no
22825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22830 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22831 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22832 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22834 cat >>confdefs.h <<_ACEOF
22835 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22836 _ACEOF
22842 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22843 $as_echo_n "checking for struct option.name... " >&6; }
22844 if test "${ac_cv_member_struct_option_name+set}" = set; then
22845 $as_echo_n "(cached) " >&6
22846 else
22847 cat >conftest.$ac_ext <<_ACEOF
22848 /* confdefs.h. */
22849 _ACEOF
22850 cat confdefs.h >>conftest.$ac_ext
22851 cat >>conftest.$ac_ext <<_ACEOF
22852 /* end confdefs.h. */
22853 #ifdef HAVE_GETOPT_H
22854 #include <getopt.h>
22855 #endif
22858 main ()
22860 static struct option ac_aggr;
22861 if (ac_aggr.name)
22862 return 0;
22864 return 0;
22866 _ACEOF
22867 rm -f conftest.$ac_objext
22868 if { (ac_try="$ac_compile"
22869 case "(($ac_try" in
22870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22871 *) ac_try_echo=$ac_try;;
22872 esac
22873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22874 $as_echo "$ac_try_echo") >&5
22875 (eval "$ac_compile") 2>conftest.er1
22876 ac_status=$?
22877 grep -v '^ *+' conftest.er1 >conftest.err
22878 rm -f conftest.er1
22879 cat conftest.err >&5
22880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22881 (exit $ac_status); } && {
22882 test -z "$ac_c_werror_flag" ||
22883 test ! -s conftest.err
22884 } && test -s conftest.$ac_objext; then
22885 ac_cv_member_struct_option_name=yes
22886 else
22887 $as_echo "$as_me: failed program was:" >&5
22888 sed 's/^/| /' conftest.$ac_ext >&5
22890 cat >conftest.$ac_ext <<_ACEOF
22891 /* confdefs.h. */
22892 _ACEOF
22893 cat confdefs.h >>conftest.$ac_ext
22894 cat >>conftest.$ac_ext <<_ACEOF
22895 /* end confdefs.h. */
22896 #ifdef HAVE_GETOPT_H
22897 #include <getopt.h>
22898 #endif
22901 main ()
22903 static struct option ac_aggr;
22904 if (sizeof ac_aggr.name)
22905 return 0;
22907 return 0;
22909 _ACEOF
22910 rm -f conftest.$ac_objext
22911 if { (ac_try="$ac_compile"
22912 case "(($ac_try" in
22913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22914 *) ac_try_echo=$ac_try;;
22915 esac
22916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22917 $as_echo "$ac_try_echo") >&5
22918 (eval "$ac_compile") 2>conftest.er1
22919 ac_status=$?
22920 grep -v '^ *+' conftest.er1 >conftest.err
22921 rm -f conftest.er1
22922 cat conftest.err >&5
22923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); } && {
22925 test -z "$ac_c_werror_flag" ||
22926 test ! -s conftest.err
22927 } && test -s conftest.$ac_objext; then
22928 ac_cv_member_struct_option_name=yes
22929 else
22930 $as_echo "$as_me: failed program was:" >&5
22931 sed 's/^/| /' conftest.$ac_ext >&5
22933 ac_cv_member_struct_option_name=no
22936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22941 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22942 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22943 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22945 cat >>confdefs.h <<_ACEOF
22946 #define HAVE_STRUCT_OPTION_NAME 1
22947 _ACEOF
22953 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22954 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22955 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22956 $as_echo_n "(cached) " >&6
22957 else
22958 cat >conftest.$ac_ext <<_ACEOF
22959 /* confdefs.h. */
22960 _ACEOF
22961 cat confdefs.h >>conftest.$ac_ext
22962 cat >>conftest.$ac_ext <<_ACEOF
22963 /* end confdefs.h. */
22964 $ac_includes_default
22966 main ()
22968 static struct stat ac_aggr;
22969 if (ac_aggr.st_blocks)
22970 return 0;
22972 return 0;
22974 _ACEOF
22975 rm -f conftest.$ac_objext
22976 if { (ac_try="$ac_compile"
22977 case "(($ac_try" in
22978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22979 *) ac_try_echo=$ac_try;;
22980 esac
22981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22982 $as_echo "$ac_try_echo") >&5
22983 (eval "$ac_compile") 2>conftest.er1
22984 ac_status=$?
22985 grep -v '^ *+' conftest.er1 >conftest.err
22986 rm -f conftest.er1
22987 cat conftest.err >&5
22988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22989 (exit $ac_status); } && {
22990 test -z "$ac_c_werror_flag" ||
22991 test ! -s conftest.err
22992 } && test -s conftest.$ac_objext; then
22993 ac_cv_member_struct_stat_st_blocks=yes
22994 else
22995 $as_echo "$as_me: failed program was:" >&5
22996 sed 's/^/| /' conftest.$ac_ext >&5
22998 cat >conftest.$ac_ext <<_ACEOF
22999 /* confdefs.h. */
23000 _ACEOF
23001 cat confdefs.h >>conftest.$ac_ext
23002 cat >>conftest.$ac_ext <<_ACEOF
23003 /* end confdefs.h. */
23004 $ac_includes_default
23006 main ()
23008 static struct stat ac_aggr;
23009 if (sizeof ac_aggr.st_blocks)
23010 return 0;
23012 return 0;
23014 _ACEOF
23015 rm -f conftest.$ac_objext
23016 if { (ac_try="$ac_compile"
23017 case "(($ac_try" in
23018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23019 *) ac_try_echo=$ac_try;;
23020 esac
23021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23022 $as_echo "$ac_try_echo") >&5
23023 (eval "$ac_compile") 2>conftest.er1
23024 ac_status=$?
23025 grep -v '^ *+' conftest.er1 >conftest.err
23026 rm -f conftest.er1
23027 cat conftest.err >&5
23028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23029 (exit $ac_status); } && {
23030 test -z "$ac_c_werror_flag" ||
23031 test ! -s conftest.err
23032 } && test -s conftest.$ac_objext; then
23033 ac_cv_member_struct_stat_st_blocks=yes
23034 else
23035 $as_echo "$as_me: failed program was:" >&5
23036 sed 's/^/| /' conftest.$ac_ext >&5
23038 ac_cv_member_struct_stat_st_blocks=no
23041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23046 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23047 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23048 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23050 cat >>confdefs.h <<_ACEOF
23051 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23052 _ACEOF
23056 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23057 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23058 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23059 $as_echo_n "(cached) " >&6
23060 else
23061 cat >conftest.$ac_ext <<_ACEOF
23062 /* confdefs.h. */
23063 _ACEOF
23064 cat confdefs.h >>conftest.$ac_ext
23065 cat >>conftest.$ac_ext <<_ACEOF
23066 /* end confdefs.h. */
23067 $ac_includes_default
23069 main ()
23071 static struct stat ac_aggr;
23072 if (ac_aggr.st_mtim)
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_stat_st_mtim=yes
23097 else
23098 $as_echo "$as_me: failed program was:" >&5
23099 sed 's/^/| /' conftest.$ac_ext >&5
23101 cat >conftest.$ac_ext <<_ACEOF
23102 /* confdefs.h. */
23103 _ACEOF
23104 cat confdefs.h >>conftest.$ac_ext
23105 cat >>conftest.$ac_ext <<_ACEOF
23106 /* end confdefs.h. */
23107 $ac_includes_default
23109 main ()
23111 static struct stat ac_aggr;
23112 if (sizeof ac_aggr.st_mtim)
23113 return 0;
23115 return 0;
23117 _ACEOF
23118 rm -f conftest.$ac_objext
23119 if { (ac_try="$ac_compile"
23120 case "(($ac_try" in
23121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23122 *) ac_try_echo=$ac_try;;
23123 esac
23124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23125 $as_echo "$ac_try_echo") >&5
23126 (eval "$ac_compile") 2>conftest.er1
23127 ac_status=$?
23128 grep -v '^ *+' conftest.er1 >conftest.err
23129 rm -f conftest.er1
23130 cat conftest.err >&5
23131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23132 (exit $ac_status); } && {
23133 test -z "$ac_c_werror_flag" ||
23134 test ! -s conftest.err
23135 } && test -s conftest.$ac_objext; then
23136 ac_cv_member_struct_stat_st_mtim=yes
23137 else
23138 $as_echo "$as_me: failed program was:" >&5
23139 sed 's/^/| /' conftest.$ac_ext >&5
23141 ac_cv_member_struct_stat_st_mtim=no
23144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23149 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23150 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23151 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23153 cat >>confdefs.h <<_ACEOF
23154 #define HAVE_STRUCT_STAT_ST_MTIM 1
23155 _ACEOF
23159 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23160 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23161 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23162 $as_echo_n "(cached) " >&6
23163 else
23164 cat >conftest.$ac_ext <<_ACEOF
23165 /* confdefs.h. */
23166 _ACEOF
23167 cat confdefs.h >>conftest.$ac_ext
23168 cat >>conftest.$ac_ext <<_ACEOF
23169 /* end confdefs.h. */
23170 $ac_includes_default
23172 main ()
23174 static struct stat ac_aggr;
23175 if (ac_aggr.st_ctim)
23176 return 0;
23178 return 0;
23180 _ACEOF
23181 rm -f conftest.$ac_objext
23182 if { (ac_try="$ac_compile"
23183 case "(($ac_try" in
23184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23185 *) ac_try_echo=$ac_try;;
23186 esac
23187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23188 $as_echo "$ac_try_echo") >&5
23189 (eval "$ac_compile") 2>conftest.er1
23190 ac_status=$?
23191 grep -v '^ *+' conftest.er1 >conftest.err
23192 rm -f conftest.er1
23193 cat conftest.err >&5
23194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23195 (exit $ac_status); } && {
23196 test -z "$ac_c_werror_flag" ||
23197 test ! -s conftest.err
23198 } && test -s conftest.$ac_objext; then
23199 ac_cv_member_struct_stat_st_ctim=yes
23200 else
23201 $as_echo "$as_me: failed program was:" >&5
23202 sed 's/^/| /' conftest.$ac_ext >&5
23204 cat >conftest.$ac_ext <<_ACEOF
23205 /* confdefs.h. */
23206 _ACEOF
23207 cat confdefs.h >>conftest.$ac_ext
23208 cat >>conftest.$ac_ext <<_ACEOF
23209 /* end confdefs.h. */
23210 $ac_includes_default
23212 main ()
23214 static struct stat ac_aggr;
23215 if (sizeof ac_aggr.st_ctim)
23216 return 0;
23218 return 0;
23220 _ACEOF
23221 rm -f conftest.$ac_objext
23222 if { (ac_try="$ac_compile"
23223 case "(($ac_try" in
23224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23225 *) ac_try_echo=$ac_try;;
23226 esac
23227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23228 $as_echo "$ac_try_echo") >&5
23229 (eval "$ac_compile") 2>conftest.er1
23230 ac_status=$?
23231 grep -v '^ *+' conftest.er1 >conftest.err
23232 rm -f conftest.er1
23233 cat conftest.err >&5
23234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235 (exit $ac_status); } && {
23236 test -z "$ac_c_werror_flag" ||
23237 test ! -s conftest.err
23238 } && test -s conftest.$ac_objext; then
23239 ac_cv_member_struct_stat_st_ctim=yes
23240 else
23241 $as_echo "$as_me: failed program was:" >&5
23242 sed 's/^/| /' conftest.$ac_ext >&5
23244 ac_cv_member_struct_stat_st_ctim=no
23247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23252 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23253 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23254 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23256 cat >>confdefs.h <<_ACEOF
23257 #define HAVE_STRUCT_STAT_ST_CTIM 1
23258 _ACEOF
23262 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23263 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23264 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23265 $as_echo_n "(cached) " >&6
23266 else
23267 cat >conftest.$ac_ext <<_ACEOF
23268 /* confdefs.h. */
23269 _ACEOF
23270 cat confdefs.h >>conftest.$ac_ext
23271 cat >>conftest.$ac_ext <<_ACEOF
23272 /* end confdefs.h. */
23273 $ac_includes_default
23275 main ()
23277 static struct stat ac_aggr;
23278 if (ac_aggr.st_atim)
23279 return 0;
23281 return 0;
23283 _ACEOF
23284 rm -f conftest.$ac_objext
23285 if { (ac_try="$ac_compile"
23286 case "(($ac_try" in
23287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23288 *) ac_try_echo=$ac_try;;
23289 esac
23290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23291 $as_echo "$ac_try_echo") >&5
23292 (eval "$ac_compile") 2>conftest.er1
23293 ac_status=$?
23294 grep -v '^ *+' conftest.er1 >conftest.err
23295 rm -f conftest.er1
23296 cat conftest.err >&5
23297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23298 (exit $ac_status); } && {
23299 test -z "$ac_c_werror_flag" ||
23300 test ! -s conftest.err
23301 } && test -s conftest.$ac_objext; then
23302 ac_cv_member_struct_stat_st_atim=yes
23303 else
23304 $as_echo "$as_me: failed program was:" >&5
23305 sed 's/^/| /' conftest.$ac_ext >&5
23307 cat >conftest.$ac_ext <<_ACEOF
23308 /* confdefs.h. */
23309 _ACEOF
23310 cat confdefs.h >>conftest.$ac_ext
23311 cat >>conftest.$ac_ext <<_ACEOF
23312 /* end confdefs.h. */
23313 $ac_includes_default
23315 main ()
23317 static struct stat ac_aggr;
23318 if (sizeof ac_aggr.st_atim)
23319 return 0;
23321 return 0;
23323 _ACEOF
23324 rm -f conftest.$ac_objext
23325 if { (ac_try="$ac_compile"
23326 case "(($ac_try" in
23327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23328 *) ac_try_echo=$ac_try;;
23329 esac
23330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23331 $as_echo "$ac_try_echo") >&5
23332 (eval "$ac_compile") 2>conftest.er1
23333 ac_status=$?
23334 grep -v '^ *+' conftest.er1 >conftest.err
23335 rm -f conftest.er1
23336 cat conftest.err >&5
23337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23338 (exit $ac_status); } && {
23339 test -z "$ac_c_werror_flag" ||
23340 test ! -s conftest.err
23341 } && test -s conftest.$ac_objext; then
23342 ac_cv_member_struct_stat_st_atim=yes
23343 else
23344 $as_echo "$as_me: failed program was:" >&5
23345 sed 's/^/| /' conftest.$ac_ext >&5
23347 ac_cv_member_struct_stat_st_atim=no
23350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23355 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23356 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23357 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23359 cat >>confdefs.h <<_ACEOF
23360 #define HAVE_STRUCT_STAT_ST_ATIM 1
23361 _ACEOF
23367 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23368 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23369 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23370 $as_echo_n "(cached) " >&6
23371 else
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 #ifdef HAVE_SYS_TYPES_H
23379 #include <sys/types.h>
23380 #endif
23381 #ifdef HAVE_NETINET_IN_H
23382 #include <netinet/in.h>
23383 #endif
23386 main ()
23388 static struct sockaddr_in6 ac_aggr;
23389 if (ac_aggr.sin6_scope_id)
23390 return 0;
23392 return 0;
23394 _ACEOF
23395 rm -f conftest.$ac_objext
23396 if { (ac_try="$ac_compile"
23397 case "(($ac_try" in
23398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23399 *) ac_try_echo=$ac_try;;
23400 esac
23401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23402 $as_echo "$ac_try_echo") >&5
23403 (eval "$ac_compile") 2>conftest.er1
23404 ac_status=$?
23405 grep -v '^ *+' conftest.er1 >conftest.err
23406 rm -f conftest.er1
23407 cat conftest.err >&5
23408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409 (exit $ac_status); } && {
23410 test -z "$ac_c_werror_flag" ||
23411 test ! -s conftest.err
23412 } && test -s conftest.$ac_objext; then
23413 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23414 else
23415 $as_echo "$as_me: failed program was:" >&5
23416 sed 's/^/| /' conftest.$ac_ext >&5
23418 cat >conftest.$ac_ext <<_ACEOF
23419 /* confdefs.h. */
23420 _ACEOF
23421 cat confdefs.h >>conftest.$ac_ext
23422 cat >>conftest.$ac_ext <<_ACEOF
23423 /* end confdefs.h. */
23424 #ifdef HAVE_SYS_TYPES_H
23425 #include <sys/types.h>
23426 #endif
23427 #ifdef HAVE_NETINET_IN_H
23428 #include <netinet/in.h>
23429 #endif
23432 main ()
23434 static struct sockaddr_in6 ac_aggr;
23435 if (sizeof ac_aggr.sin6_scope_id)
23436 return 0;
23438 return 0;
23440 _ACEOF
23441 rm -f conftest.$ac_objext
23442 if { (ac_try="$ac_compile"
23443 case "(($ac_try" in
23444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23445 *) ac_try_echo=$ac_try;;
23446 esac
23447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23448 $as_echo "$ac_try_echo") >&5
23449 (eval "$ac_compile") 2>conftest.er1
23450 ac_status=$?
23451 grep -v '^ *+' conftest.er1 >conftest.err
23452 rm -f conftest.er1
23453 cat conftest.err >&5
23454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23455 (exit $ac_status); } && {
23456 test -z "$ac_c_werror_flag" ||
23457 test ! -s conftest.err
23458 } && test -s conftest.$ac_objext; then
23459 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23460 else
23461 $as_echo "$as_me: failed program was:" >&5
23462 sed 's/^/| /' conftest.$ac_ext >&5
23464 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23472 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23473 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23474 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23476 cat >>confdefs.h <<_ACEOF
23477 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23478 _ACEOF
23484 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23485 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23486 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23487 $as_echo_n "(cached) " >&6
23488 else
23489 cat >conftest.$ac_ext <<_ACEOF
23490 /* confdefs.h. */
23491 _ACEOF
23492 cat confdefs.h >>conftest.$ac_ext
23493 cat >>conftest.$ac_ext <<_ACEOF
23494 /* end confdefs.h. */
23495 #ifdef HAVE_SYS_TYPES_H
23496 #include <sys/types.h>
23497 #endif
23498 #ifdef HAVE_NETINET_IN_H
23499 # include <netinet/in.h>
23500 #endif
23501 #ifdef HAVE_ARPA_NAMESER_H
23502 # include <arpa/nameser.h>
23503 #endif
23506 main ()
23508 static ns_msg ac_aggr;
23509 if (ac_aggr._msg_ptr)
23510 return 0;
23512 return 0;
23514 _ACEOF
23515 rm -f conftest.$ac_objext
23516 if { (ac_try="$ac_compile"
23517 case "(($ac_try" in
23518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23519 *) ac_try_echo=$ac_try;;
23520 esac
23521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23522 $as_echo "$ac_try_echo") >&5
23523 (eval "$ac_compile") 2>conftest.er1
23524 ac_status=$?
23525 grep -v '^ *+' conftest.er1 >conftest.err
23526 rm -f conftest.er1
23527 cat conftest.err >&5
23528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23529 (exit $ac_status); } && {
23530 test -z "$ac_c_werror_flag" ||
23531 test ! -s conftest.err
23532 } && test -s conftest.$ac_objext; then
23533 ac_cv_member_ns_msg__msg_ptr=yes
23534 else
23535 $as_echo "$as_me: failed program was:" >&5
23536 sed 's/^/| /' conftest.$ac_ext >&5
23538 cat >conftest.$ac_ext <<_ACEOF
23539 /* confdefs.h. */
23540 _ACEOF
23541 cat confdefs.h >>conftest.$ac_ext
23542 cat >>conftest.$ac_ext <<_ACEOF
23543 /* end confdefs.h. */
23544 #ifdef HAVE_SYS_TYPES_H
23545 #include <sys/types.h>
23546 #endif
23547 #ifdef HAVE_NETINET_IN_H
23548 # include <netinet/in.h>
23549 #endif
23550 #ifdef HAVE_ARPA_NAMESER_H
23551 # include <arpa/nameser.h>
23552 #endif
23555 main ()
23557 static ns_msg ac_aggr;
23558 if (sizeof ac_aggr._msg_ptr)
23559 return 0;
23561 return 0;
23563 _ACEOF
23564 rm -f conftest.$ac_objext
23565 if { (ac_try="$ac_compile"
23566 case "(($ac_try" in
23567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23568 *) ac_try_echo=$ac_try;;
23569 esac
23570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23571 $as_echo "$ac_try_echo") >&5
23572 (eval "$ac_compile") 2>conftest.er1
23573 ac_status=$?
23574 grep -v '^ *+' conftest.er1 >conftest.err
23575 rm -f conftest.er1
23576 cat conftest.err >&5
23577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23578 (exit $ac_status); } && {
23579 test -z "$ac_c_werror_flag" ||
23580 test ! -s conftest.err
23581 } && test -s conftest.$ac_objext; then
23582 ac_cv_member_ns_msg__msg_ptr=yes
23583 else
23584 $as_echo "$as_me: failed program was:" >&5
23585 sed 's/^/| /' conftest.$ac_ext >&5
23587 ac_cv_member_ns_msg__msg_ptr=no
23590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23595 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23596 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23597 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23599 cat >>confdefs.h <<_ACEOF
23600 #define HAVE_NS_MSG__MSG_PTR 1
23601 _ACEOF
23607 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23608 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23609 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23610 $as_echo_n "(cached) " >&6
23611 else
23612 cat >conftest.$ac_ext <<_ACEOF
23613 /* confdefs.h. */
23614 _ACEOF
23615 cat confdefs.h >>conftest.$ac_ext
23616 cat >>conftest.$ac_ext <<_ACEOF
23617 /* end confdefs.h. */
23618 #ifdef HAVE_SYS_TYPES_H
23619 #include <sys/types.h>
23620 #endif
23621 #ifdef HAVE_ALIAS_H
23622 #include <alias.h>
23623 #endif
23624 #ifdef HAVE_SYS_SOCKET_H
23625 #include <sys/socket.h>
23626 #endif
23627 #ifdef HAVE_SYS_SOCKETVAR_H
23628 #include <sys/socketvar.h>
23629 #endif
23630 #ifdef HAVE_SYS_TIMEOUT_H
23631 #include <sys/timeout.h>
23632 #endif
23633 #ifdef HAVE_NETINET_IN_H
23634 #include <netinet/in.h>
23635 #endif
23636 #ifdef HAVE_NETINET_IN_SYSTM_H
23637 #include <netinet/in_systm.h>
23638 #endif
23639 #ifdef HAVE_NETINET_IP_H
23640 #include <netinet/ip.h>
23641 #endif
23642 #ifdef HAVE_NETINET_IP_VAR_H
23643 #include <netinet/ip_var.h>
23644 #endif
23645 #ifdef HAVE_NETINET_IP_ICMP_H
23646 #include <netinet/ip_icmp.h>
23647 #endif
23648 #ifdef HAVE_NETINET_ICMP_VAR
23649 #include <netinet/icmp_var.h>
23650 #endif
23653 main ()
23655 static struct icmpstat ac_aggr;
23656 if (ac_aggr.icps_outhist)
23657 return 0;
23659 return 0;
23661 _ACEOF
23662 rm -f conftest.$ac_objext
23663 if { (ac_try="$ac_compile"
23664 case "(($ac_try" in
23665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23666 *) ac_try_echo=$ac_try;;
23667 esac
23668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23669 $as_echo "$ac_try_echo") >&5
23670 (eval "$ac_compile") 2>conftest.er1
23671 ac_status=$?
23672 grep -v '^ *+' conftest.er1 >conftest.err
23673 rm -f conftest.er1
23674 cat conftest.err >&5
23675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23676 (exit $ac_status); } && {
23677 test -z "$ac_c_werror_flag" ||
23678 test ! -s conftest.err
23679 } && test -s conftest.$ac_objext; then
23680 ac_cv_member_struct_icmpstat_icps_outhist=yes
23681 else
23682 $as_echo "$as_me: failed program was:" >&5
23683 sed 's/^/| /' conftest.$ac_ext >&5
23685 cat >conftest.$ac_ext <<_ACEOF
23686 /* confdefs.h. */
23687 _ACEOF
23688 cat confdefs.h >>conftest.$ac_ext
23689 cat >>conftest.$ac_ext <<_ACEOF
23690 /* end confdefs.h. */
23691 #ifdef HAVE_SYS_TYPES_H
23692 #include <sys/types.h>
23693 #endif
23694 #ifdef HAVE_ALIAS_H
23695 #include <alias.h>
23696 #endif
23697 #ifdef HAVE_SYS_SOCKET_H
23698 #include <sys/socket.h>
23699 #endif
23700 #ifdef HAVE_SYS_SOCKETVAR_H
23701 #include <sys/socketvar.h>
23702 #endif
23703 #ifdef HAVE_SYS_TIMEOUT_H
23704 #include <sys/timeout.h>
23705 #endif
23706 #ifdef HAVE_NETINET_IN_H
23707 #include <netinet/in.h>
23708 #endif
23709 #ifdef HAVE_NETINET_IN_SYSTM_H
23710 #include <netinet/in_systm.h>
23711 #endif
23712 #ifdef HAVE_NETINET_IP_H
23713 #include <netinet/ip.h>
23714 #endif
23715 #ifdef HAVE_NETINET_IP_VAR_H
23716 #include <netinet/ip_var.h>
23717 #endif
23718 #ifdef HAVE_NETINET_IP_ICMP_H
23719 #include <netinet/ip_icmp.h>
23720 #endif
23721 #ifdef HAVE_NETINET_ICMP_VAR
23722 #include <netinet/icmp_var.h>
23723 #endif
23726 main ()
23728 static struct icmpstat ac_aggr;
23729 if (sizeof ac_aggr.icps_outhist)
23730 return 0;
23732 return 0;
23734 _ACEOF
23735 rm -f conftest.$ac_objext
23736 if { (ac_try="$ac_compile"
23737 case "(($ac_try" in
23738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23739 *) ac_try_echo=$ac_try;;
23740 esac
23741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23742 $as_echo "$ac_try_echo") >&5
23743 (eval "$ac_compile") 2>conftest.er1
23744 ac_status=$?
23745 grep -v '^ *+' conftest.er1 >conftest.err
23746 rm -f conftest.er1
23747 cat conftest.err >&5
23748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23749 (exit $ac_status); } && {
23750 test -z "$ac_c_werror_flag" ||
23751 test ! -s conftest.err
23752 } && test -s conftest.$ac_objext; then
23753 ac_cv_member_struct_icmpstat_icps_outhist=yes
23754 else
23755 $as_echo "$as_me: failed program was:" >&5
23756 sed 's/^/| /' conftest.$ac_ext >&5
23758 ac_cv_member_struct_icmpstat_icps_outhist=no
23761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23766 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23767 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23768 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23770 cat >>confdefs.h <<_ACEOF
23771 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23772 _ACEOF
23778 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23779 $as_echo_n "checking for timezone variable... " >&6; }
23780 if test "${ac_cv_have_timezone+set}" = set; then
23781 $as_echo_n "(cached) " >&6
23782 else
23783 cat >conftest.$ac_ext <<_ACEOF
23784 /* confdefs.h. */
23785 _ACEOF
23786 cat confdefs.h >>conftest.$ac_ext
23787 cat >>conftest.$ac_ext <<_ACEOF
23788 /* end confdefs.h. */
23789 #include <time.h>
23791 main ()
23793 timezone = 1
23795 return 0;
23797 _ACEOF
23798 rm -f conftest.$ac_objext conftest$ac_exeext
23799 if { (ac_try="$ac_link"
23800 case "(($ac_try" in
23801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23802 *) ac_try_echo=$ac_try;;
23803 esac
23804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23805 $as_echo "$ac_try_echo") >&5
23806 (eval "$ac_link") 2>conftest.er1
23807 ac_status=$?
23808 grep -v '^ *+' conftest.er1 >conftest.err
23809 rm -f conftest.er1
23810 cat conftest.err >&5
23811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23812 (exit $ac_status); } && {
23813 test -z "$ac_c_werror_flag" ||
23814 test ! -s conftest.err
23815 } && test -s conftest$ac_exeext && {
23816 test "$cross_compiling" = yes ||
23817 $as_test_x conftest$ac_exeext
23818 }; then
23819 ac_cv_have_timezone="yes"
23820 else
23821 $as_echo "$as_me: failed program was:" >&5
23822 sed 's/^/| /' conftest.$ac_ext >&5
23824 ac_cv_have_timezone="no"
23827 rm -rf conftest.dSYM
23828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23829 conftest$ac_exeext conftest.$ac_ext
23831 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23832 $as_echo "$ac_cv_have_timezone" >&6; }
23833 if test "$ac_cv_have_timezone" = "yes"
23834 then
23836 cat >>confdefs.h <<\_ACEOF
23837 #define HAVE_TIMEZONE 1
23838 _ACEOF
23841 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23842 $as_echo_n "checking for daylight variable... " >&6; }
23843 if test "${ac_cv_have_daylight+set}" = set; then
23844 $as_echo_n "(cached) " >&6
23845 else
23846 cat >conftest.$ac_ext <<_ACEOF
23847 /* confdefs.h. */
23848 _ACEOF
23849 cat confdefs.h >>conftest.$ac_ext
23850 cat >>conftest.$ac_ext <<_ACEOF
23851 /* end confdefs.h. */
23852 #include <time.h>
23854 main ()
23856 daylight = 1
23858 return 0;
23860 _ACEOF
23861 rm -f conftest.$ac_objext conftest$ac_exeext
23862 if { (ac_try="$ac_link"
23863 case "(($ac_try" in
23864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23865 *) ac_try_echo=$ac_try;;
23866 esac
23867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23868 $as_echo "$ac_try_echo") >&5
23869 (eval "$ac_link") 2>conftest.er1
23870 ac_status=$?
23871 grep -v '^ *+' conftest.er1 >conftest.err
23872 rm -f conftest.er1
23873 cat conftest.err >&5
23874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23875 (exit $ac_status); } && {
23876 test -z "$ac_c_werror_flag" ||
23877 test ! -s conftest.err
23878 } && test -s conftest$ac_exeext && {
23879 test "$cross_compiling" = yes ||
23880 $as_test_x conftest$ac_exeext
23881 }; then
23882 ac_cv_have_daylight="yes"
23883 else
23884 $as_echo "$as_me: failed program was:" >&5
23885 sed 's/^/| /' conftest.$ac_ext >&5
23887 ac_cv_have_daylight="no"
23890 rm -rf conftest.dSYM
23891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23892 conftest$ac_exeext conftest.$ac_ext
23894 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23895 $as_echo "$ac_cv_have_daylight" >&6; }
23896 if test "$ac_cv_have_daylight" = "yes"
23897 then
23899 cat >>confdefs.h <<\_ACEOF
23900 #define HAVE_DAYLIGHT 1
23901 _ACEOF
23905 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23906 $as_echo_n "checking for isinf... " >&6; }
23907 if test "${ac_cv_have_isinf+set}" = set; then
23908 $as_echo_n "(cached) " >&6
23909 else
23910 cat >conftest.$ac_ext <<_ACEOF
23911 /* confdefs.h. */
23912 _ACEOF
23913 cat confdefs.h >>conftest.$ac_ext
23914 cat >>conftest.$ac_ext <<_ACEOF
23915 /* end confdefs.h. */
23916 #include <math.h>
23918 main ()
23920 float f = 0.0; int i=isinf(f)
23922 return 0;
23924 _ACEOF
23925 rm -f conftest.$ac_objext conftest$ac_exeext
23926 if { (ac_try="$ac_link"
23927 case "(($ac_try" in
23928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23929 *) ac_try_echo=$ac_try;;
23930 esac
23931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23932 $as_echo "$ac_try_echo") >&5
23933 (eval "$ac_link") 2>conftest.er1
23934 ac_status=$?
23935 grep -v '^ *+' conftest.er1 >conftest.err
23936 rm -f conftest.er1
23937 cat conftest.err >&5
23938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23939 (exit $ac_status); } && {
23940 test -z "$ac_c_werror_flag" ||
23941 test ! -s conftest.err
23942 } && test -s conftest$ac_exeext && {
23943 test "$cross_compiling" = yes ||
23944 $as_test_x conftest$ac_exeext
23945 }; then
23946 ac_cv_have_isinf="yes"
23947 else
23948 $as_echo "$as_me: failed program was:" >&5
23949 sed 's/^/| /' conftest.$ac_ext >&5
23951 ac_cv_have_isinf="no"
23954 rm -rf conftest.dSYM
23955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23956 conftest$ac_exeext conftest.$ac_ext
23958 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23959 $as_echo "$ac_cv_have_isinf" >&6; }
23960 if test "$ac_cv_have_isinf" = "yes"
23961 then
23963 cat >>confdefs.h <<\_ACEOF
23964 #define HAVE_ISINF 1
23965 _ACEOF
23969 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23970 $as_echo_n "checking for isnan... " >&6; }
23971 if test "${ac_cv_have_isnan+set}" = set; then
23972 $as_echo_n "(cached) " >&6
23973 else
23974 cat >conftest.$ac_ext <<_ACEOF
23975 /* confdefs.h. */
23976 _ACEOF
23977 cat confdefs.h >>conftest.$ac_ext
23978 cat >>conftest.$ac_ext <<_ACEOF
23979 /* end confdefs.h. */
23980 #include <math.h>
23982 main ()
23984 float f = 0.0; int i=isnan(f)
23986 return 0;
23988 _ACEOF
23989 rm -f conftest.$ac_objext conftest$ac_exeext
23990 if { (ac_try="$ac_link"
23991 case "(($ac_try" in
23992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23993 *) ac_try_echo=$ac_try;;
23994 esac
23995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23996 $as_echo "$ac_try_echo") >&5
23997 (eval "$ac_link") 2>conftest.er1
23998 ac_status=$?
23999 grep -v '^ *+' conftest.er1 >conftest.err
24000 rm -f conftest.er1
24001 cat conftest.err >&5
24002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24003 (exit $ac_status); } && {
24004 test -z "$ac_c_werror_flag" ||
24005 test ! -s conftest.err
24006 } && test -s conftest$ac_exeext && {
24007 test "$cross_compiling" = yes ||
24008 $as_test_x conftest$ac_exeext
24009 }; then
24010 ac_cv_have_isnan="yes"
24011 else
24012 $as_echo "$as_me: failed program was:" >&5
24013 sed 's/^/| /' conftest.$ac_ext >&5
24015 ac_cv_have_isnan="no"
24018 rm -rf conftest.dSYM
24019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24020 conftest$ac_exeext conftest.$ac_ext
24022 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24023 $as_echo "$ac_cv_have_isnan" >&6; }
24024 if test "$ac_cv_have_isnan" = "yes"
24025 then
24027 cat >>confdefs.h <<\_ACEOF
24028 #define HAVE_ISNAN 1
24029 _ACEOF
24034 case $host_cpu in
24035 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24036 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24037 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24038 $as_echo_n "(cached) " >&6
24039 else
24040 cat >conftest.$ac_ext <<_ACEOF
24041 /* confdefs.h. */
24042 _ACEOF
24043 cat confdefs.h >>conftest.$ac_ext
24044 cat >>conftest.$ac_ext <<_ACEOF
24045 /* end confdefs.h. */
24046 #ifndef __i386__
24048 #endif
24049 _ACEOF
24050 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24051 $EGREP "yes" >/dev/null 2>&1; then
24052 ac_cv_cpp_def___i386__=yes
24053 else
24054 ac_cv_cpp_def___i386__=no
24056 rm -f conftest*
24059 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24060 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24061 if test $ac_cv_cpp_def___i386__ = yes; then
24062 CFLAGS="$CFLAGS -D__i386__"
24063 LINTFLAGS="$LINTFLAGS -D__i386__"
24066 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24067 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24068 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24069 $as_echo_n "(cached) " >&6
24070 else
24071 cat >conftest.$ac_ext <<_ACEOF
24072 /* confdefs.h. */
24073 _ACEOF
24074 cat confdefs.h >>conftest.$ac_ext
24075 cat >>conftest.$ac_ext <<_ACEOF
24076 /* end confdefs.h. */
24077 #ifndef __x86_64__
24079 #endif
24080 _ACEOF
24081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24082 $EGREP "yes" >/dev/null 2>&1; then
24083 ac_cv_cpp_def___x86_64__=yes
24084 else
24085 ac_cv_cpp_def___x86_64__=no
24087 rm -f conftest*
24090 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24091 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24092 if test $ac_cv_cpp_def___x86_64__ = yes; then
24093 CFLAGS="$CFLAGS -D__x86_64__"
24094 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24097 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24098 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24099 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24100 $as_echo_n "(cached) " >&6
24101 else
24102 cat >conftest.$ac_ext <<_ACEOF
24103 /* confdefs.h. */
24104 _ACEOF
24105 cat confdefs.h >>conftest.$ac_ext
24106 cat >>conftest.$ac_ext <<_ACEOF
24107 /* end confdefs.h. */
24108 #ifndef __ALPHA__
24110 #endif
24111 _ACEOF
24112 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24113 $EGREP "yes" >/dev/null 2>&1; then
24114 ac_cv_cpp_def___ALPHA__=yes
24115 else
24116 ac_cv_cpp_def___ALPHA__=no
24118 rm -f conftest*
24121 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24122 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24123 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24124 CFLAGS="$CFLAGS -D__ALPHA__"
24125 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24128 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24129 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24130 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24131 $as_echo_n "(cached) " >&6
24132 else
24133 cat >conftest.$ac_ext <<_ACEOF
24134 /* confdefs.h. */
24135 _ACEOF
24136 cat confdefs.h >>conftest.$ac_ext
24137 cat >>conftest.$ac_ext <<_ACEOF
24138 /* end confdefs.h. */
24139 #ifndef __sparc__
24141 #endif
24142 _ACEOF
24143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24144 $EGREP "yes" >/dev/null 2>&1; then
24145 ac_cv_cpp_def___sparc__=yes
24146 else
24147 ac_cv_cpp_def___sparc__=no
24149 rm -f conftest*
24152 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24153 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24154 if test $ac_cv_cpp_def___sparc__ = yes; then
24155 CFLAGS="$CFLAGS -D__sparc__"
24156 LINTFLAGS="$LINTFLAGS -D__sparc__"
24159 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24160 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24161 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24162 $as_echo_n "(cached) " >&6
24163 else
24164 cat >conftest.$ac_ext <<_ACEOF
24165 /* confdefs.h. */
24166 _ACEOF
24167 cat confdefs.h >>conftest.$ac_ext
24168 cat >>conftest.$ac_ext <<_ACEOF
24169 /* end confdefs.h. */
24170 #ifndef __powerpc__
24172 #endif
24173 _ACEOF
24174 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24175 $EGREP "yes" >/dev/null 2>&1; then
24176 ac_cv_cpp_def___powerpc__=yes
24177 else
24178 ac_cv_cpp_def___powerpc__=no
24180 rm -f conftest*
24183 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24184 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24185 if test $ac_cv_cpp_def___powerpc__ = yes; then
24186 CFLAGS="$CFLAGS -D__powerpc__"
24187 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24190 esac
24192 case $host_vendor in
24193 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24194 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24195 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24196 $as_echo_n "(cached) " >&6
24197 else
24198 cat >conftest.$ac_ext <<_ACEOF
24199 /* confdefs.h. */
24200 _ACEOF
24201 cat confdefs.h >>conftest.$ac_ext
24202 cat >>conftest.$ac_ext <<_ACEOF
24203 /* end confdefs.h. */
24204 #ifndef __sun__
24206 #endif
24207 _ACEOF
24208 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24209 $EGREP "yes" >/dev/null 2>&1; then
24210 ac_cv_cpp_def___sun__=yes
24211 else
24212 ac_cv_cpp_def___sun__=no
24214 rm -f conftest*
24217 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24218 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24219 if test $ac_cv_cpp_def___sun__ = yes; then
24220 CFLAGS="$CFLAGS -D__sun__"
24221 LINTFLAGS="$LINTFLAGS -D__sun__"
24224 esac
24227 DEPENDENCIES="### Dependencies:
24229 .INIT: Makefile
24230 .BEGIN: Makefile
24231 .MAKEFILEDEPS:
24232 Makefile: dummy
24233 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24235 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24236 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24237 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24238 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24239 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24242 ALL_MAKERULES=""
24244 ALL_MAKEFILES=""
24246 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24249 ALL_TOP_DIRS=""
24251 ALL_DLL_DIRS=""
24253 ALL_IMPLIB_DIRS=""
24255 ALL_TEST_DIRS=""
24257 ALL_PROGRAM_DIRS=""
24259 ALL_PROGRAM_INSTALL_DIRS=""
24261 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24267 ac_config_commands="$ac_config_commands include/stamp-h"
24270 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24272 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24274 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24276 ac_config_commands="$ac_config_commands dlls/user32/resources"
24278 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24280 ac_config_commands="$ac_config_commands include/wine"
24283 ALL_MAKERULES="$ALL_MAKERULES \\
24284 Make.rules"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 Make.rules: Make.rules.in"
24287 MAKE_RULES=Make.rules
24288 ac_config_files="$ac_config_files Make.rules"
24290 ALL_MAKERULES="$ALL_MAKERULES \\
24291 dlls/Makedll.rules"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24294 MAKE_DLL_RULES=dlls/Makedll.rules
24295 ac_config_files="$ac_config_files dlls/Makedll.rules"
24297 ALL_MAKERULES="$ALL_MAKERULES \\
24298 dlls/Makeimplib.rules"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24301 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24302 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24304 ALL_MAKERULES="$ALL_MAKERULES \\
24305 dlls/Maketest.rules"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24308 MAKE_TEST_RULES=dlls/Maketest.rules
24309 ac_config_files="$ac_config_files dlls/Maketest.rules"
24311 ALL_MAKERULES="$ALL_MAKERULES \\
24312 programs/Makeprog.rules"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24315 MAKE_PROG_RULES=programs/Makeprog.rules
24316 ac_config_files="$ac_config_files programs/Makeprog.rules"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 Makefile: Makefile.in Make.rules"
24323 ac_config_files="$ac_config_files Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/Makefile"
24327 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24328 dlls"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/Makefile: dlls/Makefile.in Make.rules"
24331 ac_config_files="$ac_config_files dlls/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/acledit/Makefile"
24335 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 acledit"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/aclui/Makefile"
24343 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 aclui"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/activeds/Makefile"
24351 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 activeds"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/actxprxy/Makefile"
24359 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 actxprxy"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/adsiid/Makefile"
24367 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24368 adsiid"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24371 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/advapi32/Makefile"
24375 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 advapi32"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/advapi32/tests/Makefile"
24383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24384 advapi32/tests"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24387 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/advpack/Makefile"
24391 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 advpack"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/advpack/tests/Makefile"
24399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24400 advpack/tests"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24403 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/amstream/Makefile"
24407 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 amstream"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/appwiz.cpl/Makefile"
24415 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 appwiz.cpl"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/atl/Makefile"
24423 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 atl"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/atl/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/authz/Makefile"
24431 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 authz"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/authz/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/avicap32/Makefile"
24439 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 avicap32"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/avifil32/Makefile"
24447 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 avifil32"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/browseui/Makefile"
24455 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 browseui"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/browseui/tests/Makefile"
24463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24464 browseui/tests"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24467 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/cabinet/Makefile"
24471 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 cabinet"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/cabinet/tests/Makefile"
24479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24480 cabinet/tests"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24483 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/capi2032/Makefile"
24487 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 capi2032"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/cards/Makefile"
24495 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 cards"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/cards/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/cfgmgr32/Makefile"
24503 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 cfgmgr32"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/clusapi/Makefile"
24511 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 clusapi"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/comcat/Makefile"
24519 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 comcat"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/comcat/tests/Makefile"
24527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24528 comcat/tests"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24531 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/comctl32/Makefile"
24535 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 comctl32"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/comctl32/tests/Makefile"
24543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24544 comctl32/tests"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24547 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/comdlg32/Makefile"
24551 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 comdlg32"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/comdlg32/tests/Makefile"
24559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24560 comdlg32/tests"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24563 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/comm.drv16/Makefile"
24567 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 comm.drv16"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/compstui/Makefile"
24575 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 compstui"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/credui/Makefile"
24583 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 credui"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/credui/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/credui/tests/Makefile"
24591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24592 credui/tests"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24595 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/crtdll/Makefile"
24599 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 crtdll"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/crypt32/Makefile"
24607 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 crypt32"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/crypt32/tests/Makefile"
24615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 crypt32/tests"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24619 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/cryptdlg/Makefile"
24623 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 cryptdlg"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/cryptdll/Makefile"
24631 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 cryptdll"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/cryptnet/Makefile"
24639 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 cryptnet"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/cryptnet/tests/Makefile"
24647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24648 cryptnet/tests"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24651 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/cryptui/Makefile"
24655 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 cryptui"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/cryptui/tests/Makefile"
24663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24664 cryptui/tests"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24667 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/ctapi32/Makefile"
24671 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 ctapi32"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/ctl3d32/Makefile"
24679 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 ctl3d32"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/d3d10/Makefile"
24687 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 d3d10"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/d3d10/tests/Makefile"
24695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24696 d3d10/tests"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24699 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/d3d10core/Makefile"
24703 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 d3d10core"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/d3d10core/tests/Makefile"
24711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24712 d3d10core/tests"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24715 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/d3d8/Makefile"
24719 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 d3d8"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/d3d8/tests/Makefile"
24727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24728 d3d8/tests"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24731 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/d3d9/Makefile"
24735 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 d3d9"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/d3d9/tests/Makefile"
24743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24744 d3d9/tests"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24747 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/d3dim/Makefile"
24751 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 d3dim"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/d3drm/Makefile"
24759 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 d3drm"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/d3drm/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 d3drm/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/d3dx8/Makefile"
24775 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 d3dx8"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/d3dx8/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 d3dx8/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/d3dx9_24/Makefile"
24791 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 d3dx9_24"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/d3dx9_25/Makefile"
24799 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 d3dx9_25"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/d3dx9_26/Makefile"
24807 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 d3dx9_26"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/d3dx9_27/Makefile"
24815 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 d3dx9_27"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/d3dx9_28/Makefile"
24823 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 d3dx9_28"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/d3dx9_29/Makefile"
24831 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 d3dx9_29"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/d3dx9_30/Makefile"
24839 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 d3dx9_30"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/d3dx9_31/Makefile"
24847 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 d3dx9_31"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/d3dx9_32/Makefile"
24855 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 d3dx9_32"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/d3dx9_33/Makefile"
24863 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 d3dx9_33"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/d3dx9_34/Makefile"
24871 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 d3dx9_34"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/d3dx9_35/Makefile"
24879 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 d3dx9_35"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/d3dx9_36/Makefile"
24887 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 d3dx9_36"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/d3dx9_36/tests/Makefile"
24895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24896 d3dx9_36/tests"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24899 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/d3dx9_37/Makefile"
24903 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 d3dx9_37"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/d3dx9_38/Makefile"
24911 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 d3dx9_38"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/d3dx9_39/Makefile"
24919 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 d3dx9_39"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/d3dx9_40/Makefile"
24927 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 d3dx9_40"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/d3dxof/Makefile"
24935 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 d3dxof"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/d3dxof/tests/Makefile"
24943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24944 d3dxof/tests"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24947 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/dbghelp/Makefile"
24951 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 dbghelp"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/dciman32/Makefile"
24959 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 dciman32"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/ddraw/Makefile"
24967 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 ddraw"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/ddraw/tests/Makefile"
24975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24976 ddraw/tests"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24979 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/ddrawex/Makefile"
24983 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 ddrawex"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/ddrawex/tests/Makefile"
24991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24992 ddrawex/tests"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24995 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/devenum/Makefile"
24999 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 devenum"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/dinput/Makefile"
25007 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 dinput"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/dinput/tests/Makefile"
25015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25016 dinput/tests"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25019 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/dinput8/Makefile"
25023 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 dinput8"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/dispdib.dll16/Makefile"
25031 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 dispdib.dll16"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/display.drv16/Makefile"
25039 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 display.drv16"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/dmband/Makefile"
25047 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 dmband"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/dmcompos/Makefile"
25055 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 dmcompos"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/dmime/Makefile"
25063 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 dmime"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/dmloader/Makefile"
25071 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 dmloader"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/dmscript/Makefile"
25079 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 dmscript"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/dmstyle/Makefile"
25087 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 dmstyle"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/dmsynth/Makefile"
25095 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 dmsynth"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/dmusic/Makefile"
25103 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 dmusic"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/dmusic32/Makefile"
25111 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 dmusic32"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/dnsapi/Makefile"
25119 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 dnsapi"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/dnsapi/tests/Makefile"
25127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25128 dnsapi/tests"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25131 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/dplay/Makefile"
25135 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 dplay"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/dplayx/Makefile"
25143 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 dplayx"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/dplayx/tests/Makefile"
25151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25152 dplayx/tests"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25155 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/dpnaddr/Makefile"
25159 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 dpnaddr"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/dpnet/Makefile"
25167 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 dpnet"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/dpnhpast/Makefile"
25175 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 dpnhpast"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/dpnlobby/Makefile"
25183 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 dpnlobby"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/dpwsockx/Makefile"
25191 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 dpwsockx"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/dsound/Makefile"
25199 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 dsound"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/dsound/tests/Makefile"
25207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25208 dsound/tests"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25211 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/dssenh/Makefile"
25215 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 dssenh"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dswave/Makefile"
25223 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 dswave"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dwmapi/Makefile"
25231 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dwmapi"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/dxdiagn/Makefile"
25239 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 dxdiagn"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/dxerr8/Makefile"
25247 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25248 dxerr8"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25251 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/dxerr9/Makefile"
25255 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25256 dxerr9"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25259 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/dxgi/Makefile"
25263 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 dxgi"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/dxgi/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 dxgi/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/dxguid/Makefile"
25279 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25280 dxguid"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25283 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/faultrep/Makefile"
25287 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 faultrep"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/fusion/Makefile"
25295 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 fusion"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/fusion/tests/Makefile"
25303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25304 fusion/tests"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25307 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/gdi32/Makefile"
25311 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 gdi32"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/gdi32/tests/Makefile"
25319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25320 gdi32/tests"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25323 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/gdiplus/Makefile"
25327 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 gdiplus"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/gdiplus/tests/Makefile"
25335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25336 gdiplus/tests"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25339 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/glu32/Makefile"
25343 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 glu32"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/gphoto2.ds/Makefile"
25351 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 gphoto2.ds"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/gpkcsp/Makefile"
25359 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 gpkcsp"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/hal/Makefile"
25367 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 hal"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/hal/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/hhctrl.ocx/Makefile"
25375 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 hhctrl.ocx"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/hid/Makefile"
25383 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 hid"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/hid/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/hlink/Makefile"
25391 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 hlink"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/hlink/tests/Makefile"
25399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25400 hlink/tests"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25403 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/hnetcfg/Makefile"
25407 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 hnetcfg"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/httpapi/Makefile"
25415 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 httpapi"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/iccvid/Makefile"
25423 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 iccvid"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/icmp/Makefile"
25431 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 icmp"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/ifsmgr.vxd/Makefile"
25439 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 ifsmgr.vxd"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/imaadp32.acm/Makefile"
25447 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 imaadp32.acm"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/imagehlp/Makefile"
25455 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 imagehlp"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/imm32/Makefile"
25463 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 imm32"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/imm32/tests/Makefile"
25471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25472 imm32/tests"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25475 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/inetcomm/Makefile"
25479 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 inetcomm"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/inetcomm/tests/Makefile"
25487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25488 inetcomm/tests"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25491 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/inetmib1/Makefile"
25495 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 inetmib1"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/inetmib1/tests/Makefile"
25503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25504 inetmib1/tests"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25507 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/infosoft/Makefile"
25511 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 infosoft"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/infosoft/tests/Makefile"
25519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25520 infosoft/tests"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25523 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/initpki/Makefile"
25527 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 initpki"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/inkobj/Makefile"
25535 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 inkobj"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/inseng/Makefile"
25543 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 inseng"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/iphlpapi/Makefile"
25551 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 iphlpapi"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/iphlpapi/tests/Makefile"
25559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25560 iphlpapi/tests"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25563 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/itircl/Makefile"
25567 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 itircl"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/itss/Makefile"
25575 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 itss"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/itss/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/itss/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 itss/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/jscript/Makefile"
25591 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 jscript"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/jscript/tests/Makefile"
25599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25600 jscript/tests"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25603 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/kernel32/Makefile"
25607 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 kernel32"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/kernel32/tests/Makefile"
25615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25616 kernel32/tests"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25619 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/keyboard.drv16/Makefile"
25623 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 keyboard.drv16"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/loadperf/Makefile"
25631 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 loadperf"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/localspl/Makefile"
25639 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 localspl"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/localspl/tests/Makefile"
25647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25648 localspl/tests"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25651 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/localui/Makefile"
25655 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 localui"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/localui/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/localui/tests/Makefile"
25663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25664 localui/tests"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25667 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/lz32/Makefile"
25671 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 lz32"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/lz32/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 lz32/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/mapi32/Makefile"
25687 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 mapi32"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/mapi32/tests/Makefile"
25695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25696 mapi32/tests"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25699 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/mciavi32/Makefile"
25703 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 mciavi32"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/mcicda/Makefile"
25711 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 mcicda"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/mciqtz32/Makefile"
25719 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 mciqtz32"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/mciseq/Makefile"
25727 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 mciseq"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/mciwave/Makefile"
25735 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 mciwave"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/midimap/Makefile"
25743 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 midimap"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/mlang/Makefile"
25751 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 mlang"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/mlang/tests/Makefile"
25759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25760 mlang/tests"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25763 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/mmdevldr.vxd/Makefile"
25767 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 mmdevldr.vxd"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/monodebg.vxd/Makefile"
25775 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 monodebg.vxd"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/mountmgr.sys/Makefile"
25783 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 mountmgr.sys"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/mouse.drv16/Makefile"
25791 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 mouse.drv16"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/mpr/Makefile"
25799 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 mpr"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/mprapi/Makefile"
25807 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 mprapi"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/msacm32.drv/Makefile"
25815 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 msacm32.drv"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/msacm32/Makefile"
25823 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 msacm32"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/msacm32/tests/Makefile"
25831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25832 msacm32/tests"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25835 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/msadp32.acm/Makefile"
25839 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 msadp32.acm"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/mscat32/Makefile"
25847 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 mscat32"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/mscms/Makefile"
25855 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 mscms"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/mscms/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 mscms/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/mscoree/Makefile"
25871 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 mscoree"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/msctf/Makefile"
25879 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 msctf"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/msctf/tests/Makefile"
25887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25888 msctf/tests"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25891 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/msdmo/Makefile"
25895 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 msdmo"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/msftedit/Makefile"
25903 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 msftedit"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/msg711.acm/Makefile"
25911 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 msg711.acm"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/mshtml.tlb/Makefile"
25919 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 mshtml.tlb"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/mshtml/Makefile"
25927 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 mshtml"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/mshtml/tests/Makefile"
25935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25936 mshtml/tests"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25939 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/msi/Makefile"
25943 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 msi"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/msi/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/msi/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 msi/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/msimg32/Makefile"
25959 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 msimg32"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/msimtf/Makefile"
25967 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 msimtf"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/msisip/Makefile"
25975 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 msisip"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/msisys.ocx/Makefile"
25983 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 msisys.ocx"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/msnet32/Makefile"
25991 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 msnet32"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/msrle32/Makefile"
25999 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 msrle32"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/mssign32/Makefile"
26007 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 mssign32"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/mssip32/Makefile"
26015 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 mssip32"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/mstask/Makefile"
26023 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 mstask"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/mstask/tests/Makefile"
26031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26032 mstask/tests"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26035 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/msvcirt/Makefile"
26039 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 msvcirt"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/msvcr71/Makefile"
26047 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 msvcr71"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/msvcrt/Makefile"
26055 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 msvcrt"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/msvcrt/tests/Makefile"
26063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26064 msvcrt/tests"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26067 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/msvcrt20/Makefile"
26071 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 msvcrt20"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/msvcrt40/Makefile"
26079 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 msvcrt40"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/msvcrtd/Makefile"
26087 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 msvcrtd"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/msvcrtd/tests/Makefile"
26095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26096 msvcrtd/tests"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26099 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/msvfw32/Makefile"
26103 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 msvfw32"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/msvfw32/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 msvfw32/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/msvidc32/Makefile"
26119 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 msvidc32"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/mswsock/Makefile"
26127 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 mswsock"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/msxml3/Makefile"
26135 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 msxml3"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/msxml3/tests/Makefile"
26143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26144 msxml3/tests"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26147 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/nddeapi/Makefile"
26151 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 nddeapi"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/netapi32/Makefile"
26159 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 netapi32"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/netapi32/tests/Makefile"
26167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26168 netapi32/tests"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26171 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/newdev/Makefile"
26175 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 newdev"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/ntdll/Makefile"
26183 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 ntdll"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/ntdll/tests/Makefile"
26191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26192 ntdll/tests"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26195 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/ntdsapi/Makefile"
26199 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 ntdsapi"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/ntdsapi/tests/Makefile"
26207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26208 ntdsapi/tests"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26211 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/ntoskrnl.exe/Makefile"
26215 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 ntoskrnl.exe"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/ntprint/Makefile"
26223 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 ntprint"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/ntprint/tests/Makefile"
26231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26232 ntprint/tests"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26235 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/objsel/Makefile"
26239 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 objsel"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/odbc32/Makefile"
26247 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 odbc32"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/odbccp32/Makefile"
26255 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 odbccp32"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/odbccp32/tests/Makefile"
26263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26264 odbccp32/tests"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26267 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/ole32/Makefile"
26271 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 ole32"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/ole32/tests/Makefile"
26279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26280 ole32/tests"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26283 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/oleacc/Makefile"
26287 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 oleacc"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/oleacc/tests/Makefile"
26295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26296 oleacc/tests"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26299 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/oleaut32/Makefile"
26303 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 oleaut32"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/oleaut32/tests/Makefile"
26311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26312 oleaut32/tests"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26315 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/olecli32/Makefile"
26319 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 olecli32"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/oledlg/Makefile"
26327 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 oledlg"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/olepro32/Makefile"
26335 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 olepro32"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/olesvr32/Makefile"
26343 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 olesvr32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/olethk32/Makefile"
26351 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 olethk32"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/opengl32/Makefile"
26359 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 opengl32"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/opengl32/tests/Makefile"
26367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26368 opengl32/tests"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26371 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/pdh/Makefile"
26375 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 pdh"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/pdh/tests/Makefile"
26383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26384 pdh/tests"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26387 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/pidgen/Makefile"
26391 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 pidgen"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/powrprof/Makefile"
26399 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 powrprof"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/printui/Makefile"
26407 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 printui"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/printui/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/propsys/Makefile"
26415 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 propsys"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/psapi/Makefile"
26423 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 psapi"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/psapi/tests/Makefile"
26431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26432 psapi/tests"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26435 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/pstorec/Makefile"
26439 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 pstorec"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/qcap/Makefile"
26447 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 qcap"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/qedit/Makefile"
26455 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 qedit"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/qedit/tests/Makefile"
26463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26464 qedit/tests"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26467 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/qmgr/Makefile"
26471 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 qmgr"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/qmgr/tests/Makefile"
26479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26480 qmgr/tests"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26483 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/qmgrprxy/Makefile"
26487 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 qmgrprxy"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/quartz/Makefile"
26495 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 quartz"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/quartz/tests/Makefile"
26503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26504 quartz/tests"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26507 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/query/Makefile"
26511 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 query"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/query/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/rasapi32/Makefile"
26519 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 rasapi32"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/rasapi32/tests/Makefile"
26527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26528 rasapi32/tests"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26531 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/rasdlg/Makefile"
26535 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 rasdlg"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/resutils/Makefile"
26543 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 resutils"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/riched20/Makefile"
26551 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 riched20"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/riched20/tests/Makefile"
26559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26560 riched20/tests"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26563 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/riched32/Makefile"
26567 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 riched32"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/riched32/tests/Makefile"
26575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26576 riched32/tests"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26579 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/rpcrt4/Makefile"
26583 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 rpcrt4"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/rpcrt4/tests/Makefile"
26591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26592 rpcrt4/tests"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26595 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/rsabase/Makefile"
26599 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 rsabase"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/rsaenh/Makefile"
26607 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 rsaenh"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/rsaenh/tests/Makefile"
26615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26616 rsaenh/tests"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26619 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/sane.ds/Makefile"
26623 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 sane.ds"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/sccbase/Makefile"
26631 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26632 sccbase"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26635 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/schannel/Makefile"
26639 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 schannel"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/schannel/tests/Makefile"
26647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26648 schannel/tests"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26651 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/secur32/Makefile"
26655 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 secur32"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/secur32/tests/Makefile"
26663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26664 secur32/tests"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26667 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/security/Makefile"
26671 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 security"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/security/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/sensapi/Makefile"
26679 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 sensapi"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/serialui/Makefile"
26687 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 serialui"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/serialui/tests/Makefile"
26695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26696 serialui/tests"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26699 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/setupapi/Makefile"
26703 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 setupapi"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/setupapi/tests/Makefile"
26711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26712 setupapi/tests"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26715 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/sfc/Makefile"
26719 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26720 sfc"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26723 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/sfc_os/Makefile"
26727 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 sfc_os"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/shdoclc/Makefile"
26735 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 shdoclc"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/shdocvw/Makefile"
26743 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 shdocvw"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/shdocvw/tests/Makefile"
26751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26752 shdocvw/tests"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26755 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/shell32/Makefile"
26759 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 shell32"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/shell32/tests/Makefile"
26767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26768 shell32/tests"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26771 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/shfolder/Makefile"
26775 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 shfolder"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/shlwapi/Makefile"
26783 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 shlwapi"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/shlwapi/tests/Makefile"
26791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26792 shlwapi/tests"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26795 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/slbcsp/Makefile"
26799 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 slbcsp"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/slc/Makefile"
26807 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26808 slc"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26811 ac_config_files="$ac_config_files dlls/slc/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/snmpapi/Makefile"
26815 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 snmpapi"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/snmpapi/tests/Makefile"
26823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26824 snmpapi/tests"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26827 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/softpub/Makefile"
26831 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 softpub"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/spoolss/Makefile"
26839 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 spoolss"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/spoolss/tests/Makefile"
26847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26848 spoolss/tests"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26851 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/stdole2.tlb/Makefile"
26855 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26856 stdole2.tlb"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26859 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/stdole32.tlb/Makefile"
26863 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 stdole32.tlb"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/sti/Makefile"
26871 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 sti"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/sti/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/stress.dll16/Makefile"
26879 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26880 stress.dll16"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26883 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/strmiids/Makefile"
26887 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26888 strmiids"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26891 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/svrapi/Makefile"
26895 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 svrapi"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/sxs/Makefile"
26903 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 sxs"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/tapi32/Makefile"
26911 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26912 tapi32"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26915 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/traffic/Makefile"
26919 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 traffic"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/twain_32/Makefile"
26927 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 twain_32"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/twain_32/tests/Makefile"
26935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26936 twain_32/tests"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26939 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/unicows/Makefile"
26943 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 unicows"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/updspapi/Makefile"
26951 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 updspapi"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/url/Makefile"
26959 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26960 url"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26963 ac_config_files="$ac_config_files dlls/url/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/urlmon/Makefile"
26967 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26968 urlmon"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26971 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/urlmon/tests/Makefile"
26975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26976 urlmon/tests"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26979 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/user32/Makefile"
26983 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 user32"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/user32/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/user32/tests/Makefile"
26991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26992 user32/tests"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26995 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/userenv/Makefile"
26999 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 userenv"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/userenv/tests/Makefile"
27007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27008 userenv/tests"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27011 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/usp10/Makefile"
27015 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 usp10"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/usp10/tests/Makefile"
27023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27024 usp10/tests"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27027 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/uuid/Makefile"
27031 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27032 uuid"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27035 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/uxtheme/Makefile"
27039 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 uxtheme"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/uxtheme/tests/Makefile"
27047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27048 uxtheme/tests"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27051 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/vdhcp.vxd/Makefile"
27055 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 vdhcp.vxd"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/vdmdbg/Makefile"
27063 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 vdmdbg"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/version/Makefile"
27071 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27072 version"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27075 ac_config_files="$ac_config_files dlls/version/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/version/tests/Makefile"
27079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27080 version/tests"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27083 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/vmm.vxd/Makefile"
27087 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 vmm.vxd"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/vnbt.vxd/Makefile"
27095 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27096 vnbt.vxd"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27099 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/vnetbios.vxd/Makefile"
27103 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 vnetbios.vxd"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/vtdapi.vxd/Makefile"
27111 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 vtdapi.vxd"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/vwin32.vxd/Makefile"
27119 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27120 vwin32.vxd"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27123 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/w32skrnl/Makefile"
27127 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 w32skrnl"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/win87em.dll16/Makefile"
27135 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27136 win87em.dll16"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27139 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/windebug.dll16/Makefile"
27143 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 windebug.dll16"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/winealsa.drv/Makefile"
27151 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27152 winealsa.drv"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27155 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/wineaudioio.drv/Makefile"
27159 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 wineaudioio.drv"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/winecoreaudio.drv/Makefile"
27167 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 winecoreaudio.drv"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/winecrt0/Makefile"
27175 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27176 winecrt0"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27179 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/wined3d/Makefile"
27183 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27184 wined3d"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27187 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/winedos/Makefile"
27191 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27192 winedos"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27195 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/wineesd.drv/Makefile"
27199 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27200 wineesd.drv"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27203 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/winejack.drv/Makefile"
27207 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 winejack.drv"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/winejoystick.drv/Makefile"
27215 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27216 winejoystick.drv"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27219 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/winemp3.acm/Makefile"
27223 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 winemp3.acm"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/winenas.drv/Makefile"
27231 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27232 winenas.drv"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27235 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/wineoss.drv/Makefile"
27239 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 wineoss.drv"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/wineps.drv/Makefile"
27247 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27248 wineps.drv"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27251 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/winequartz.drv/Makefile"
27255 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27256 winequartz.drv"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27259 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/winex11.drv/Makefile"
27263 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 winex11.drv"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/wing32/Makefile"
27271 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 wing32"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/winhttp/Makefile"
27279 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 winhttp"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/winhttp/tests/Makefile"
27287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27288 winhttp/tests"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27291 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/wininet/Makefile"
27295 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 wininet"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/wininet/tests/Makefile"
27303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27304 wininet/tests"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27307 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/winmm/Makefile"
27311 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 winmm"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/winmm/tests/Makefile"
27319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27320 winmm/tests"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27323 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/winnls32/Makefile"
27327 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 winnls32"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/winscard/Makefile"
27335 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27336 winscard"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27339 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/winspool.drv/Makefile"
27343 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 winspool.drv"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/winspool.drv/tests/Makefile"
27351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27352 winspool.drv/tests"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27355 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/wintab32/Makefile"
27359 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27360 wintab32"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27363 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/wintrust/Makefile"
27367 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 wintrust"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/wintrust/tests/Makefile"
27375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27376 wintrust/tests"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27379 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/wldap32/Makefile"
27383 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 wldap32"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/wldap32/tests/Makefile"
27391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27392 wldap32/tests"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27395 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/wmi/Makefile"
27399 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 wmi"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/wnaspi32/Makefile"
27407 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27408 wnaspi32"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27411 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/wow32/Makefile"
27415 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27416 wow32"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27419 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/ws2_32/Makefile"
27423 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 ws2_32"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/ws2_32/tests/Makefile"
27431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27432 ws2_32/tests"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27435 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/wsock32/Makefile"
27439 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27440 wsock32"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27443 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/wtsapi32/Makefile"
27447 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 wtsapi32"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/wuapi/Makefile"
27455 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27456 wuapi"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27459 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/xinput1_1/Makefile"
27463 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27464 xinput1_1"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27467 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/xinput1_2/Makefile"
27471 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27472 xinput1_2"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27475 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/xinput1_3/Makefile"
27479 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27480 xinput1_3"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27483 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/xinput1_3/tests/Makefile"
27487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27488 xinput1_3/tests"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27491 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/xinput9_1_0/Makefile"
27495 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 xinput9_1_0"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 documentation/Makefile"
27503 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27504 documentation"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 documentation/Makefile: documentation/Makefile.in Make.rules"
27507 ac_config_files="$ac_config_files documentation/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 fonts/Makefile"
27511 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27512 fonts"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 fonts/Makefile: fonts/Makefile.in Make.rules"
27515 ac_config_files="$ac_config_files fonts/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 include/Makefile"
27519 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27520 include"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 include/Makefile: include/Makefile.in Make.rules"
27523 ac_config_files="$ac_config_files include/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 libs/Makefile"
27527 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27528 libs"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 libs/Makefile: libs/Makefile.in Make.rules"
27531 ac_config_files="$ac_config_files libs/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 libs/port/Makefile"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27538 ac_config_files="$ac_config_files libs/port/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 libs/wine/Makefile"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27545 ac_config_files="$ac_config_files libs/wine/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 libs/wpp/Makefile"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27552 ac_config_files="$ac_config_files libs/wpp/Makefile"
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555 loader/Makefile"
27556 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27557 loader"
27558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27559 loader/Makefile: loader/Makefile.in Make.rules"
27560 ac_config_files="$ac_config_files loader/Makefile"
27562 ALL_MAKEFILES="$ALL_MAKEFILES \\
27563 programs/Makefile"
27564 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27565 programs"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 programs/Makefile: programs/Makefile.in Make.rules"
27568 ac_config_files="$ac_config_files programs/Makefile"
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571 programs/cacls/Makefile"
27572 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27573 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27574 cacls"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27577 ac_config_files="$ac_config_files programs/cacls/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 programs/clock/Makefile"
27581 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27582 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27583 clock"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27586 ac_config_files="$ac_config_files programs/clock/Makefile"
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589 programs/cmd/Makefile"
27590 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27591 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27592 cmd"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27595 ac_config_files="$ac_config_files programs/cmd/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 programs/cmdlgtst/Makefile"
27599 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27600 cmdlgtst"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 programs/control/Makefile"
27607 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609 control"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/control/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 programs/eject/Makefile"
27616 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618 eject"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/eject/Makefile"
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624 programs/expand/Makefile"
27625 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627 expand"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27630 ac_config_files="$ac_config_files programs/expand/Makefile"
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633 programs/explorer/Makefile"
27634 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27635 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27636 explorer"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/explorer/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 programs/hh/Makefile"
27643 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27648 ac_config_files="$ac_config_files programs/hh/Makefile"
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651 programs/icinfo/Makefile"
27652 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27653 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27654 icinfo"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27657 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 programs/iexplore/Makefile"
27661 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27662 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27663 iexplore"
27664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27665 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27666 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27668 ALL_MAKEFILES="$ALL_MAKEFILES \\
27669 programs/lodctr/Makefile"
27670 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27671 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27672 lodctr"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27675 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 programs/msiexec/Makefile"
27679 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27680 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27681 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27682 msiexec"
27683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27684 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27685 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27687 ALL_MAKEFILES="$ALL_MAKEFILES \\
27688 programs/net/Makefile"
27689 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27690 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27691 net"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27694 ac_config_files="$ac_config_files programs/net/Makefile"
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697 programs/notepad/Makefile"
27698 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27699 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27700 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27701 notepad"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27704 ac_config_files="$ac_config_files programs/notepad/Makefile"
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707 programs/oleview/Makefile"
27708 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27709 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27710 oleview"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27713 ac_config_files="$ac_config_files programs/oleview/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 programs/progman/Makefile"
27717 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27718 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27719 progman"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27722 ac_config_files="$ac_config_files programs/progman/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 programs/reg/Makefile"
27726 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27727 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27728 reg"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27731 ac_config_files="$ac_config_files programs/reg/Makefile"
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734 programs/regedit/Makefile"
27735 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27736 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27737 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27738 regedit"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27741 ac_config_files="$ac_config_files programs/regedit/Makefile"
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744 programs/regsvr32/Makefile"
27745 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27746 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27747 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27748 regsvr32"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27751 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754 programs/rpcss/Makefile"
27755 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27756 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27757 rpcss"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27760 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763 programs/rundll32/Makefile"
27764 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27765 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27766 rundll32"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27769 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 programs/secedit/Makefile"
27773 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27774 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27775 secedit"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27778 ac_config_files="$ac_config_files programs/secedit/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 programs/services/Makefile"
27782 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27783 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27784 services"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/services/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/spoolsv/Makefile"
27791 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 spoolsv"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/start/Makefile"
27800 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 start"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/start/Makefile"
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808 programs/svchost/Makefile"
27809 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811 svchost"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/svchost/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 programs/taskmgr/Makefile"
27818 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27820 taskmgr"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 programs/uninstaller/Makefile"
27827 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27829 uninstaller"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/unlodctr/Makefile"
27836 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 unlodctr"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/view/Makefile"
27845 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 view"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27849 ac_config_files="$ac_config_files programs/view/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 programs/wineboot/Makefile"
27853 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27854 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27855 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27856 wineboot"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/winebrowser/Makefile"
27863 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27865 winebrowser"
27866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27867 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27868 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27870 ALL_MAKEFILES="$ALL_MAKEFILES \\
27871 programs/winecfg/Makefile"
27872 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27873 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27874 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27875 winecfg"
27876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27877 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27878 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27880 ALL_MAKEFILES="$ALL_MAKEFILES \\
27881 programs/wineconsole/Makefile"
27882 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27883 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27884 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27885 wineconsole"
27886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27887 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27888 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27890 ALL_MAKEFILES="$ALL_MAKEFILES \\
27891 programs/winedbg/Makefile"
27892 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27893 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27894 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27895 winedbg"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 programs/winedevice/Makefile"
27902 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904 winedevice"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27907 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910 programs/winefile/Makefile"
27911 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27912 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27913 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27914 winefile"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/winefile/Makefile"
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920 programs/winemenubuilder/Makefile"
27921 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923 winemenubuilder"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 programs/winemine/Makefile"
27930 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27933 winemine"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/winemine/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/winepath/Makefile"
27940 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27943 winepath"
27944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27945 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27946 ac_config_files="$ac_config_files programs/winepath/Makefile"
27948 ALL_MAKEFILES="$ALL_MAKEFILES \\
27949 programs/winetest/Makefile"
27950 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27951 winetest"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/winetest/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/winevdm/Makefile"
27958 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 winevdm"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/winhelp.exe16/Makefile"
27967 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 winhelp.exe16"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/winhlp32/Makefile"
27976 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 winhlp32"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/winoldap.mod16/Makefile"
27985 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 winoldap.mod16"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 programs/winver/Makefile"
27994 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996 winver"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/winver/Makefile"
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002 programs/wordpad/Makefile"
28003 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28004 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28005 wordpad"
28006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28007 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28008 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28010 ALL_MAKEFILES="$ALL_MAKEFILES \\
28011 programs/write/Makefile"
28012 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28013 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28014 write"
28015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28016 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28017 ac_config_files="$ac_config_files programs/write/Makefile"
28019 ALL_MAKEFILES="$ALL_MAKEFILES \\
28020 programs/xcopy/Makefile"
28021 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28022 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28023 xcopy"
28024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28025 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28026 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28028 ALL_MAKEFILES="$ALL_MAKEFILES \\
28029 server/Makefile"
28030 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28031 server"
28032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28033 server/Makefile: server/Makefile.in Make.rules"
28034 ac_config_files="$ac_config_files server/Makefile"
28036 ALL_MAKEFILES="$ALL_MAKEFILES \\
28037 tools/Makefile"
28038 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28039 tools"
28040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28041 tools/Makefile: tools/Makefile.in Make.rules"
28042 ac_config_files="$ac_config_files tools/Makefile"
28044 ALL_MAKEFILES="$ALL_MAKEFILES \\
28045 tools/widl/Makefile"
28047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28048 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28049 ac_config_files="$ac_config_files tools/widl/Makefile"
28051 ALL_MAKEFILES="$ALL_MAKEFILES \\
28052 tools/winebuild/Makefile"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28056 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059 tools/winedump/Makefile"
28061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28062 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28063 ac_config_files="$ac_config_files tools/winedump/Makefile"
28065 ALL_MAKEFILES="$ALL_MAKEFILES \\
28066 tools/winegcc/Makefile"
28068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28069 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28070 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28072 ALL_MAKEFILES="$ALL_MAKEFILES \\
28073 tools/wmc/Makefile"
28075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28076 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28077 ac_config_files="$ac_config_files tools/wmc/Makefile"
28079 ALL_MAKEFILES="$ALL_MAKEFILES \\
28080 tools/wrc/Makefile"
28082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28083 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28084 ac_config_files="$ac_config_files tools/wrc/Makefile"
28088 ALL_WINETEST_DEPENDS="# Test binaries"
28090 for dir in $ALL_TEST_DIRS
28092 if test "$dir" != "\\"
28093 then
28094 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28095 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28096 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28097 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28099 done
28101 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28103 cat >confcache <<\_ACEOF
28104 # This file is a shell script that caches the results of configure
28105 # tests run on this system so they can be shared between configure
28106 # scripts and configure runs, see configure's option --config-cache.
28107 # It is not useful on other systems. If it contains results you don't
28108 # want to keep, you may remove or edit it.
28110 # config.status only pays attention to the cache file if you give it
28111 # the --recheck option to rerun configure.
28113 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28114 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28115 # following values.
28117 _ACEOF
28119 # The following way of writing the cache mishandles newlines in values,
28120 # but we know of no workaround that is simple, portable, and efficient.
28121 # So, we kill variables containing newlines.
28122 # Ultrix sh set writes to stderr and can't be redirected directly,
28123 # and sets the high bit in the cache file unless we assign to the vars.
28125 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28126 eval ac_val=\$$ac_var
28127 case $ac_val in #(
28128 *${as_nl}*)
28129 case $ac_var in #(
28130 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28131 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28132 esac
28133 case $ac_var in #(
28134 _ | IFS | as_nl) ;; #(
28135 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28136 *) $as_unset $ac_var ;;
28137 esac ;;
28138 esac
28139 done
28141 (set) 2>&1 |
28142 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28143 *${as_nl}ac_space=\ *)
28144 # `set' does not quote correctly, so add quotes (double-quote
28145 # substitution turns \\\\ into \\, and sed turns \\ into \).
28146 sed -n \
28147 "s/'/'\\\\''/g;
28148 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28149 ;; #(
28151 # `set' quotes correctly as required by POSIX, so do not add quotes.
28152 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28154 esac |
28155 sort
28157 sed '
28158 /^ac_cv_env_/b end
28159 t clear
28160 :clear
28161 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28162 t end
28163 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28164 :end' >>confcache
28165 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28166 if test -w "$cache_file"; then
28167 test "x$cache_file" != "x/dev/null" &&
28168 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28169 $as_echo "$as_me: updating cache $cache_file" >&6;}
28170 cat confcache >$cache_file
28171 else
28172 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28173 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28176 rm -f confcache
28178 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28179 # Let make expand exec_prefix.
28180 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28182 DEFS=-DHAVE_CONFIG_H
28184 ac_libobjs=
28185 ac_ltlibobjs=
28186 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28187 # 1. Remove the extension, and $U if already installed.
28188 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28189 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28190 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28191 # will be set to the directory where LIBOBJS objects are built.
28192 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28193 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28194 done
28195 LIBOBJS=$ac_libobjs
28197 LTLIBOBJS=$ac_ltlibobjs
28201 : ${CONFIG_STATUS=./config.status}
28202 ac_write_fail=0
28203 ac_clean_files_save=$ac_clean_files
28204 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28205 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28206 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28207 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28208 #! $SHELL
28209 # Generated by $as_me.
28210 # Run this file to recreate the current configuration.
28211 # Compiler output produced by configure, useful for debugging
28212 # configure, is in config.log if it exists.
28214 debug=false
28215 ac_cs_recheck=false
28216 ac_cs_silent=false
28217 SHELL=\${CONFIG_SHELL-$SHELL}
28218 _ACEOF
28220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28221 ## --------------------- ##
28222 ## M4sh Initialization. ##
28223 ## --------------------- ##
28225 # Be more Bourne compatible
28226 DUALCASE=1; export DUALCASE # for MKS sh
28227 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28228 emulate sh
28229 NULLCMD=:
28230 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28231 # is contrary to our usage. Disable this feature.
28232 alias -g '${1+"$@"}'='"$@"'
28233 setopt NO_GLOB_SUBST
28234 else
28235 case `(set -o) 2>/dev/null` in
28236 *posix*) set -o posix ;;
28237 esac
28244 # PATH needs CR
28245 # Avoid depending upon Character Ranges.
28246 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28247 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28248 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28249 as_cr_digits='0123456789'
28250 as_cr_alnum=$as_cr_Letters$as_cr_digits
28252 as_nl='
28254 export as_nl
28255 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28256 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28257 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28258 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28259 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28260 as_echo='printf %s\n'
28261 as_echo_n='printf %s'
28262 else
28263 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28264 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28265 as_echo_n='/usr/ucb/echo -n'
28266 else
28267 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28268 as_echo_n_body='eval
28269 arg=$1;
28270 case $arg in
28271 *"$as_nl"*)
28272 expr "X$arg" : "X\\(.*\\)$as_nl";
28273 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28274 esac;
28275 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28277 export as_echo_n_body
28278 as_echo_n='sh -c $as_echo_n_body as_echo'
28280 export as_echo_body
28281 as_echo='sh -c $as_echo_body as_echo'
28284 # The user is always right.
28285 if test "${PATH_SEPARATOR+set}" != set; then
28286 PATH_SEPARATOR=:
28287 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28288 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28289 PATH_SEPARATOR=';'
28293 # Support unset when possible.
28294 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28295 as_unset=unset
28296 else
28297 as_unset=false
28301 # IFS
28302 # We need space, tab and new line, in precisely that order. Quoting is
28303 # there to prevent editors from complaining about space-tab.
28304 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28305 # splitting by setting IFS to empty value.)
28306 IFS=" "" $as_nl"
28308 # Find who we are. Look in the path if we contain no directory separator.
28309 case $0 in
28310 *[\\/]* ) as_myself=$0 ;;
28311 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28312 for as_dir in $PATH
28314 IFS=$as_save_IFS
28315 test -z "$as_dir" && as_dir=.
28316 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28317 done
28318 IFS=$as_save_IFS
28321 esac
28322 # We did not find ourselves, most probably we were run as `sh COMMAND'
28323 # in which case we are not to be found in the path.
28324 if test "x$as_myself" = x; then
28325 as_myself=$0
28327 if test ! -f "$as_myself"; then
28328 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28329 { (exit 1); exit 1; }
28332 # Work around bugs in pre-3.0 UWIN ksh.
28333 for as_var in ENV MAIL MAILPATH
28334 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28335 done
28336 PS1='$ '
28337 PS2='> '
28338 PS4='+ '
28340 # NLS nuisances.
28341 LC_ALL=C
28342 export LC_ALL
28343 LANGUAGE=C
28344 export LANGUAGE
28346 # Required to use basename.
28347 if expr a : '\(a\)' >/dev/null 2>&1 &&
28348 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28349 as_expr=expr
28350 else
28351 as_expr=false
28354 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28355 as_basename=basename
28356 else
28357 as_basename=false
28361 # Name of the executable.
28362 as_me=`$as_basename -- "$0" ||
28363 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28364 X"$0" : 'X\(//\)$' \| \
28365 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28366 $as_echo X/"$0" |
28367 sed '/^.*\/\([^/][^/]*\)\/*$/{
28368 s//\1/
28371 /^X\/\(\/\/\)$/{
28372 s//\1/
28375 /^X\/\(\/\).*/{
28376 s//\1/
28379 s/.*/./; q'`
28381 # CDPATH.
28382 $as_unset CDPATH
28386 as_lineno_1=$LINENO
28387 as_lineno_2=$LINENO
28388 test "x$as_lineno_1" != "x$as_lineno_2" &&
28389 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28391 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28392 # uniformly replaced by the line number. The first 'sed' inserts a
28393 # line-number line after each line using $LINENO; the second 'sed'
28394 # does the real work. The second script uses 'N' to pair each
28395 # line-number line with the line containing $LINENO, and appends
28396 # trailing '-' during substitution so that $LINENO is not a special
28397 # case at line end.
28398 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28399 # scripts with optimization help from Paolo Bonzini. Blame Lee
28400 # E. McMahon (1931-1989) for sed's syntax. :-)
28401 sed -n '
28403 /[$]LINENO/=
28404 ' <$as_myself |
28405 sed '
28406 s/[$]LINENO.*/&-/
28407 t lineno
28409 :lineno
28411 :loop
28412 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28413 t loop
28414 s/-\n.*//
28415 ' >$as_me.lineno &&
28416 chmod +x "$as_me.lineno" ||
28417 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28418 { (exit 1); exit 1; }; }
28420 # Don't try to exec as it changes $[0], causing all sort of problems
28421 # (the dirname of $[0] is not the place where we might find the
28422 # original and so on. Autoconf is especially sensitive to this).
28423 . "./$as_me.lineno"
28424 # Exit status is that of the last command.
28425 exit
28429 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28430 as_dirname=dirname
28431 else
28432 as_dirname=false
28435 ECHO_C= ECHO_N= ECHO_T=
28436 case `echo -n x` in
28437 -n*)
28438 case `echo 'x\c'` in
28439 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28440 *) ECHO_C='\c';;
28441 esac;;
28443 ECHO_N='-n';;
28444 esac
28445 if expr a : '\(a\)' >/dev/null 2>&1 &&
28446 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28447 as_expr=expr
28448 else
28449 as_expr=false
28452 rm -f conf$$ conf$$.exe conf$$.file
28453 if test -d conf$$.dir; then
28454 rm -f conf$$.dir/conf$$.file
28455 else
28456 rm -f conf$$.dir
28457 mkdir conf$$.dir 2>/dev/null
28459 if (echo >conf$$.file) 2>/dev/null; then
28460 if ln -s conf$$.file conf$$ 2>/dev/null; then
28461 as_ln_s='ln -s'
28462 # ... but there are two gotchas:
28463 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28464 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28465 # In both cases, we have to default to `cp -p'.
28466 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28467 as_ln_s='cp -p'
28468 elif ln conf$$.file conf$$ 2>/dev/null; then
28469 as_ln_s=ln
28470 else
28471 as_ln_s='cp -p'
28473 else
28474 as_ln_s='cp -p'
28476 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28477 rmdir conf$$.dir 2>/dev/null
28479 if mkdir -p . 2>/dev/null; then
28480 as_mkdir_p=:
28481 else
28482 test -d ./-p && rmdir ./-p
28483 as_mkdir_p=false
28486 if test -x / >/dev/null 2>&1; then
28487 as_test_x='test -x'
28488 else
28489 if ls -dL / >/dev/null 2>&1; then
28490 as_ls_L_option=L
28491 else
28492 as_ls_L_option=
28494 as_test_x='
28495 eval sh -c '\''
28496 if test -d "$1"; then
28497 test -d "$1/.";
28498 else
28499 case $1 in
28500 -*)set "./$1";;
28501 esac;
28502 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28503 ???[sx]*):;;*)false;;esac;fi
28504 '\'' sh
28507 as_executable_p=$as_test_x
28509 # Sed expression to map a string onto a valid CPP name.
28510 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28512 # Sed expression to map a string onto a valid variable name.
28513 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28516 exec 6>&1
28518 # Save the log message, to keep $[0] and so on meaningful, and to
28519 # report actual input values of CONFIG_FILES etc. instead of their
28520 # values after options handling.
28521 ac_log="
28522 This file was extended by Wine $as_me 1.1.16, which was
28523 generated by GNU Autoconf 2.63. Invocation command line was
28525 CONFIG_FILES = $CONFIG_FILES
28526 CONFIG_HEADERS = $CONFIG_HEADERS
28527 CONFIG_LINKS = $CONFIG_LINKS
28528 CONFIG_COMMANDS = $CONFIG_COMMANDS
28529 $ $0 $@
28531 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28534 _ACEOF
28536 case $ac_config_files in *"
28537 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28538 esac
28540 case $ac_config_headers in *"
28541 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28542 esac
28545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28546 # Files that config.status was made for.
28547 config_files="$ac_config_files"
28548 config_headers="$ac_config_headers"
28549 config_commands="$ac_config_commands"
28551 _ACEOF
28553 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28554 ac_cs_usage="\
28555 \`$as_me' instantiates files from templates according to the
28556 current configuration.
28558 Usage: $0 [OPTION]... [FILE]...
28560 -h, --help print this help, then exit
28561 -V, --version print version number and configuration settings, then exit
28562 -q, --quiet, --silent
28563 do not print progress messages
28564 -d, --debug don't remove temporary files
28565 --recheck update $as_me by reconfiguring in the same conditions
28566 --file=FILE[:TEMPLATE]
28567 instantiate the configuration file FILE
28568 --header=FILE[:TEMPLATE]
28569 instantiate the configuration header FILE
28571 Configuration files:
28572 $config_files
28574 Configuration headers:
28575 $config_headers
28577 Configuration commands:
28578 $config_commands
28580 Report bugs to <bug-autoconf@gnu.org>."
28582 _ACEOF
28583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28584 ac_cs_version="\\
28585 Wine config.status 1.1.16
28586 configured by $0, generated by GNU Autoconf 2.63,
28587 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28589 Copyright (C) 2008 Free Software Foundation, Inc.
28590 This config.status script is free software; the Free Software Foundation
28591 gives unlimited permission to copy, distribute and modify it."
28593 ac_pwd='$ac_pwd'
28594 srcdir='$srcdir'
28595 INSTALL='$INSTALL'
28596 test -n "\$AWK" || AWK=awk
28597 _ACEOF
28599 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28600 # The default lists apply if the user does not specify any file.
28601 ac_need_defaults=:
28602 while test $# != 0
28604 case $1 in
28605 --*=*)
28606 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28607 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28608 ac_shift=:
28611 ac_option=$1
28612 ac_optarg=$2
28613 ac_shift=shift
28615 esac
28617 case $ac_option in
28618 # Handling of the options.
28619 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28620 ac_cs_recheck=: ;;
28621 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28622 $as_echo "$ac_cs_version"; exit ;;
28623 --debug | --debu | --deb | --de | --d | -d )
28624 debug=: ;;
28625 --file | --fil | --fi | --f )
28626 $ac_shift
28627 case $ac_optarg in
28628 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28629 esac
28630 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28631 ac_need_defaults=false;;
28632 --header | --heade | --head | --hea )
28633 $ac_shift
28634 case $ac_optarg in
28635 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28636 esac
28637 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28638 ac_need_defaults=false;;
28639 --he | --h)
28640 # Conflict between --help and --header
28641 { $as_echo "$as_me: error: ambiguous option: $1
28642 Try \`$0 --help' for more information." >&2
28643 { (exit 1); exit 1; }; };;
28644 --help | --hel | -h )
28645 $as_echo "$ac_cs_usage"; exit ;;
28646 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28647 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28648 ac_cs_silent=: ;;
28650 # This is an error.
28651 -*) { $as_echo "$as_me: error: unrecognized option: $1
28652 Try \`$0 --help' for more information." >&2
28653 { (exit 1); exit 1; }; } ;;
28655 *) ac_config_targets="$ac_config_targets $1"
28656 ac_need_defaults=false ;;
28658 esac
28659 shift
28660 done
28662 ac_configure_extra_args=
28664 if $ac_cs_silent; then
28665 exec 6>/dev/null
28666 ac_configure_extra_args="$ac_configure_extra_args --silent"
28669 _ACEOF
28670 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28671 if \$ac_cs_recheck; then
28672 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28673 shift
28674 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28675 CONFIG_SHELL='$SHELL'
28676 export CONFIG_SHELL
28677 exec "\$@"
28680 _ACEOF
28681 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28682 exec 5>>config.log
28684 echo
28685 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28686 ## Running $as_me. ##
28687 _ASBOX
28688 $as_echo "$ac_log"
28689 } >&5
28691 _ACEOF
28692 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28693 _ACEOF
28695 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28697 # Handling of arguments.
28698 for ac_config_target in $ac_config_targets
28700 case $ac_config_target in
28701 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28702 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28703 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28704 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28705 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28706 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28707 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28708 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28709 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28710 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28711 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28712 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28713 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28714 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28715 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28716 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28717 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28718 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28719 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28720 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28721 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28722 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28723 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28724 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28725 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28726 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28727 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28728 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28729 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28730 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28731 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28732 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28733 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28734 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28735 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28736 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28737 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28738 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28739 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28740 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28741 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28742 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28743 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28744 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28745 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28746 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28747 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28748 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28749 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28750 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28751 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28752 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28753 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28754 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28755 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28756 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28757 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28758 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28759 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28760 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28761 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28762 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28763 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28764 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28765 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28766 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28767 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28768 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28769 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28770 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28771 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28772 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28773 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28774 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28775 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28776 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28777 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28778 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28779 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28780 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28781 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28782 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28783 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28784 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28785 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28786 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28787 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28788 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28789 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28790 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28791 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28792 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28793 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28794 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28795 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28796 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28797 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28798 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28799 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28800 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28801 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28802 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28803 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28804 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28805 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28806 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28807 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28808 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28809 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28810 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28811 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28812 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28813 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28814 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28815 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28816 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28817 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28818 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28819 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28820 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28821 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28822 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28823 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28824 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28825 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28826 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28827 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28828 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28829 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28830 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28831 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28832 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28833 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28834 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28835 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28836 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28837 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28838 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28839 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28840 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28841 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28842 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28843 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28844 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28845 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28846 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28847 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28848 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28849 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28850 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28851 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28852 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28853 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28854 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28855 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28856 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28857 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28858 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28859 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28860 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28861 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28862 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28863 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28864 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28865 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28866 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28867 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28868 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28869 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28870 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28871 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28872 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28873 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28874 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28875 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28876 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28877 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28878 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28879 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28880 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28881 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28882 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28883 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28884 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28885 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28886 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28887 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28888 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28889 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28890 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28891 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28892 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28893 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28894 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28895 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28896 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28897 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28898 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28899 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28900 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28901 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28902 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28903 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28904 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28905 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28906 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28907 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28908 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28909 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28910 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28911 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28912 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28913 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28914 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28915 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28916 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28917 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28918 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28919 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28920 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28921 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28922 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28923 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28924 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28925 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28926 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28927 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28928 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28929 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28930 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28931 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28932 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28933 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28934 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28935 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28936 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28937 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28938 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28939 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28940 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28941 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28942 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28943 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28944 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28945 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28946 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28947 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28948 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28949 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28950 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28951 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28952 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28953 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28954 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28955 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28956 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28957 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28958 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28959 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28960 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28961 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28962 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28963 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28964 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28965 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28966 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28967 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28968 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28969 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28970 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28971 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28972 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28973 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28974 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28975 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28976 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28977 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28978 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28979 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28980 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28981 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28982 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28983 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28984 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28985 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28986 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28987 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28988 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28989 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28990 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28991 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28992 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28993 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28994 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28995 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28996 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28997 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28998 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28999 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29000 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29001 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29002 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29003 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29004 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29005 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29006 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29007 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29008 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29009 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29010 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29011 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29012 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29013 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29014 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29015 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29016 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29017 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29018 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29019 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29020 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29021 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29022 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29023 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29024 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29025 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29026 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29027 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29028 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29029 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29030 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29031 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29032 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29033 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29034 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29035 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29036 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29037 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29038 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29039 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29040 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29041 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29042 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29043 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29044 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29045 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29046 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29047 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29048 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29049 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29050 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29051 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29052 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29053 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29054 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29055 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29056 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29057 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29058 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29059 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29060 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29061 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29062 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29063 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29064 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29065 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29066 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29067 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29068 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29069 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29070 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29071 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29072 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29073 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29074 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29075 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29076 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29077 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29078 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29079 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29080 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29081 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29082 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29083 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29084 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29085 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29086 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29087 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29088 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29089 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29090 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29091 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29092 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29093 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29094 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29095 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29096 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29097 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29098 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29099 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29100 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29101 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29102 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29103 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29104 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29105 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29106 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29107 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29108 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29109 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29110 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29111 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29112 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29113 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29114 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29115 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29116 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29117 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29118 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29119 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29120 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29121 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29122 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29123 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29124 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29125 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29126 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29127 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29128 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29129 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29130 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29131 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29132 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29133 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29134 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29135 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29136 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29137 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29138 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29139 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29140 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29141 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29142 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29143 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29144 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29145 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29146 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29147 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29148 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29149 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29150 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29151 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29152 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29153 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29154 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29155 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29156 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29157 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29158 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29159 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29160 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29161 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29162 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29163 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29164 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29165 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29166 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29167 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29168 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29169 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29170 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29171 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29172 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29173 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29174 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29175 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29176 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29177 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29178 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29180 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29181 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29182 { (exit 1); exit 1; }; };;
29183 esac
29184 done
29187 # If the user did not use the arguments to specify the items to instantiate,
29188 # then the envvar interface is used. Set only those that are not.
29189 # We use the long form for the default assignment because of an extremely
29190 # bizarre bug on SunOS 4.1.3.
29191 if $ac_need_defaults; then
29192 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29193 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29194 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29197 # Have a temporary directory for convenience. Make it in the build tree
29198 # simply because there is no reason against having it here, and in addition,
29199 # creating and moving files from /tmp can sometimes cause problems.
29200 # Hook for its removal unless debugging.
29201 # Note that there is a small window in which the directory will not be cleaned:
29202 # after its creation but before its name has been assigned to `$tmp'.
29203 $debug ||
29205 tmp=
29206 trap 'exit_status=$?
29207 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29209 trap '{ (exit 1); exit 1; }' 1 2 13 15
29211 # Create a (secure) tmp directory for tmp files.
29214 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29215 test -n "$tmp" && test -d "$tmp"
29216 } ||
29218 tmp=./conf$$-$RANDOM
29219 (umask 077 && mkdir "$tmp")
29220 } ||
29222 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29223 { (exit 1); exit 1; }
29226 # Set up the scripts for CONFIG_FILES section.
29227 # No need to generate them if there are no CONFIG_FILES.
29228 # This happens for instance with `./config.status config.h'.
29229 if test -n "$CONFIG_FILES"; then
29231 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29232 ac_cs_awk_getline=:
29233 ac_cs_awk_pipe_init=
29234 ac_cs_awk_read_file='
29235 while ((getline aline < (F[key])) > 0)
29236 print(aline)
29237 close(F[key])'
29238 ac_cs_awk_pipe_fini=
29239 else
29240 ac_cs_awk_getline=false
29241 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29242 ac_cs_awk_read_file='
29243 print "|#_!!_#|"
29244 print "cat " F[key] " &&"
29245 '$ac_cs_awk_pipe_init
29246 # The final `:' finishes the AND list.
29247 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29249 ac_cr=' '
29250 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29251 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29252 ac_cs_awk_cr='\\r'
29253 else
29254 ac_cs_awk_cr=$ac_cr
29257 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29258 _ACEOF
29260 # Create commands to substitute file output variables.
29262 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29263 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29264 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29265 echo "_ACAWK" &&
29266 echo "_ACEOF"
29267 } >conf$$files.sh &&
29268 . ./conf$$files.sh ||
29269 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29270 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29271 { (exit 1); exit 1; }; }
29272 rm -f conf$$files.sh
29275 echo "cat >conf$$subs.awk <<_ACEOF" &&
29276 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29277 echo "_ACEOF"
29278 } >conf$$subs.sh ||
29279 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29280 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29281 { (exit 1); exit 1; }; }
29282 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29283 ac_delim='%!_!# '
29284 for ac_last_try in false false false false false :; do
29285 . ./conf$$subs.sh ||
29286 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29287 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29288 { (exit 1); exit 1; }; }
29290 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29291 if test $ac_delim_n = $ac_delim_num; then
29292 break
29293 elif $ac_last_try; then
29294 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29295 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29296 { (exit 1); exit 1; }; }
29297 else
29298 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29300 done
29301 rm -f conf$$subs.sh
29303 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29304 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29305 _ACEOF
29306 sed -n '
29308 s/^/S["/; s/!.*/"]=/
29311 s/^[^!]*!//
29312 :repl
29313 t repl
29314 s/'"$ac_delim"'$//
29315 t delim
29318 s/\(.\{148\}\).*/\1/
29319 t more1
29320 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29323 b repl
29324 :more1
29325 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29328 s/.\{148\}//
29329 t nl
29330 :delim
29332 s/\(.\{148\}\).*/\1/
29333 t more2
29334 s/["\\]/\\&/g; s/^/"/; s/$/"/
29337 :more2
29338 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29341 s/.\{148\}//
29342 t delim
29343 ' <conf$$subs.awk | sed '
29344 /^[^""]/{
29346 s/\n//
29348 ' >>$CONFIG_STATUS || ac_write_fail=1
29349 rm -f conf$$subs.awk
29350 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29351 _ACAWK
29352 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29353 for (key in S) S_is_set[key] = 1
29354 FS = "\a"
29355 \$ac_cs_awk_pipe_init
29358 line = $ 0
29359 nfields = split(line, field, "@")
29360 substed = 0
29361 len = length(field[1])
29362 for (i = 2; i < nfields; i++) {
29363 key = field[i]
29364 keylen = length(key)
29365 if (S_is_set[key]) {
29366 value = S[key]
29367 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29368 len += length(value) + length(field[++i])
29369 substed = 1
29370 } else
29371 len += 1 + keylen
29373 if (nfields == 3 && !substed) {
29374 key = field[2]
29375 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29376 \$ac_cs_awk_read_file
29377 next
29380 print line
29382 \$ac_cs_awk_pipe_fini
29383 _ACAWK
29384 _ACEOF
29385 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29386 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29387 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29388 else
29390 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29391 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29392 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29393 { (exit 1); exit 1; }; }
29394 _ACEOF
29396 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29397 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29398 # trailing colons and then remove the whole line if VPATH becomes empty
29399 # (actually we leave an empty line to preserve line numbers).
29400 if test "x$srcdir" = x.; then
29401 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29402 s/:*\$(srcdir):*/:/
29403 s/:*\${srcdir}:*/:/
29404 s/:*@srcdir@:*/:/
29405 s/^\([^=]*=[ ]*\):*/\1/
29406 s/:*$//
29407 s/^[^=]*=[ ]*$//
29411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29412 fi # test -n "$CONFIG_FILES"
29414 # Set up the scripts for CONFIG_HEADERS section.
29415 # No need to generate them if there are no CONFIG_HEADERS.
29416 # This happens for instance with `./config.status Makefile'.
29417 if test -n "$CONFIG_HEADERS"; then
29418 cat >"$tmp/defines.awk" <<\_ACAWK ||
29419 BEGIN {
29420 _ACEOF
29422 # Transform confdefs.h into an awk script `defines.awk', embedded as
29423 # here-document in config.status, that substitutes the proper values into
29424 # config.h.in to produce config.h.
29426 # Create a delimiter string that does not exist in confdefs.h, to ease
29427 # handling of long lines.
29428 ac_delim='%!_!# '
29429 for ac_last_try in false false :; do
29430 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29431 if test -z "$ac_t"; then
29432 break
29433 elif $ac_last_try; then
29434 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29435 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29436 { (exit 1); exit 1; }; }
29437 else
29438 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29440 done
29442 # For the awk script, D is an array of macro values keyed by name,
29443 # likewise P contains macro parameters if any. Preserve backslash
29444 # newline sequences.
29446 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29447 sed -n '
29448 s/.\{148\}/&'"$ac_delim"'/g
29449 t rset
29450 :rset
29451 s/^[ ]*#[ ]*define[ ][ ]*/ /
29452 t def
29454 :def
29455 s/\\$//
29456 t bsnl
29457 s/["\\]/\\&/g
29458 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29459 D["\1"]=" \3"/p
29460 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29462 :bsnl
29463 s/["\\]/\\&/g
29464 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29465 D["\1"]=" \3\\\\\\n"\\/p
29466 t cont
29467 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29468 t cont
29470 :cont
29472 s/.\{148\}/&'"$ac_delim"'/g
29473 t clear
29474 :clear
29475 s/\\$//
29476 t bsnlc
29477 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29479 :bsnlc
29480 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29481 b cont
29482 ' <confdefs.h | sed '
29483 s/'"$ac_delim"'/"\\\
29484 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29487 for (key in D) D_is_set[key] = 1
29488 FS = "\a"
29490 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29491 line = \$ 0
29492 split(line, arg, " ")
29493 if (arg[1] == "#") {
29494 defundef = arg[2]
29495 mac1 = arg[3]
29496 } else {
29497 defundef = substr(arg[1], 2)
29498 mac1 = arg[2]
29500 split(mac1, mac2, "(") #)
29501 macro = mac2[1]
29502 prefix = substr(line, 1, index(line, defundef) - 1)
29503 if (D_is_set[macro]) {
29504 # Preserve the white space surrounding the "#".
29505 print prefix "define", macro P[macro] D[macro]
29506 next
29507 } else {
29508 # Replace #undef with comments. This is necessary, for example,
29509 # in the case of _POSIX_SOURCE, which is predefined and required
29510 # on some systems where configure will not decide to define it.
29511 if (defundef == "undef") {
29512 print "/*", prefix defundef, macro, "*/"
29513 next
29517 { print }
29518 _ACAWK
29519 _ACEOF
29520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29521 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29522 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29523 { (exit 1); exit 1; }; }
29524 fi # test -n "$CONFIG_HEADERS"
29527 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29528 shift
29529 for ac_tag
29531 case $ac_tag in
29532 :[FHLC]) ac_mode=$ac_tag; continue;;
29533 esac
29534 case $ac_mode$ac_tag in
29535 :[FHL]*:*);;
29536 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29537 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29538 { (exit 1); exit 1; }; };;
29539 :[FH]-) ac_tag=-:-;;
29540 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29541 esac
29542 ac_save_IFS=$IFS
29543 IFS=:
29544 set x $ac_tag
29545 IFS=$ac_save_IFS
29546 shift
29547 ac_file=$1
29548 shift
29550 case $ac_mode in
29551 :L) ac_source=$1;;
29552 :[FH])
29553 ac_file_inputs=
29554 for ac_f
29556 case $ac_f in
29557 -) ac_f="$tmp/stdin";;
29558 *) # Look for the file first in the build tree, then in the source tree
29559 # (if the path is not absolute). The absolute path cannot be DOS-style,
29560 # because $ac_f cannot contain `:'.
29561 test -f "$ac_f" ||
29562 case $ac_f in
29563 [\\/$]*) false;;
29564 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29565 esac ||
29566 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29567 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29568 { (exit 1); exit 1; }; };;
29569 esac
29570 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29571 ac_file_inputs="$ac_file_inputs '$ac_f'"
29572 done
29574 # Let's still pretend it is `configure' which instantiates (i.e., don't
29575 # use $as_me), people would be surprised to read:
29576 # /* config.h. Generated by config.status. */
29577 configure_input='Generated from '`
29578 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29579 `' by configure.'
29580 if test x"$ac_file" != x-; then
29581 configure_input="$ac_file. $configure_input"
29582 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29583 $as_echo "$as_me: creating $ac_file" >&6;}
29585 # Neutralize special characters interpreted by sed in replacement strings.
29586 case $configure_input in #(
29587 *\&* | *\|* | *\\* )
29588 ac_sed_conf_input=`$as_echo "$configure_input" |
29589 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29590 *) ac_sed_conf_input=$configure_input;;
29591 esac
29593 case $ac_tag in
29594 *:-:* | *:-) cat >"$tmp/stdin" \
29595 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29596 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29597 { (exit 1); exit 1; }; } ;;
29598 esac
29600 esac
29602 ac_dir=`$as_dirname -- "$ac_file" ||
29603 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29604 X"$ac_file" : 'X\(//\)[^/]' \| \
29605 X"$ac_file" : 'X\(//\)$' \| \
29606 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29607 $as_echo X"$ac_file" |
29608 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29609 s//\1/
29612 /^X\(\/\/\)[^/].*/{
29613 s//\1/
29616 /^X\(\/\/\)$/{
29617 s//\1/
29620 /^X\(\/\).*/{
29621 s//\1/
29624 s/.*/./; q'`
29625 { as_dir="$ac_dir"
29626 case $as_dir in #(
29627 -*) as_dir=./$as_dir;;
29628 esac
29629 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29630 as_dirs=
29631 while :; do
29632 case $as_dir in #(
29633 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29634 *) as_qdir=$as_dir;;
29635 esac
29636 as_dirs="'$as_qdir' $as_dirs"
29637 as_dir=`$as_dirname -- "$as_dir" ||
29638 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29639 X"$as_dir" : 'X\(//\)[^/]' \| \
29640 X"$as_dir" : 'X\(//\)$' \| \
29641 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29642 $as_echo X"$as_dir" |
29643 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29644 s//\1/
29647 /^X\(\/\/\)[^/].*/{
29648 s//\1/
29651 /^X\(\/\/\)$/{
29652 s//\1/
29655 /^X\(\/\).*/{
29656 s//\1/
29659 s/.*/./; q'`
29660 test -d "$as_dir" && break
29661 done
29662 test -z "$as_dirs" || eval "mkdir $as_dirs"
29663 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29664 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29665 { (exit 1); exit 1; }; }; }
29666 ac_builddir=.
29668 case "$ac_dir" in
29669 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29671 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29672 # A ".." for each directory in $ac_dir_suffix.
29673 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29674 case $ac_top_builddir_sub in
29675 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29676 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29677 esac ;;
29678 esac
29679 ac_abs_top_builddir=$ac_pwd
29680 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29681 # for backward compatibility:
29682 ac_top_builddir=$ac_top_build_prefix
29684 case $srcdir in
29685 .) # We are building in place.
29686 ac_srcdir=.
29687 ac_top_srcdir=$ac_top_builddir_sub
29688 ac_abs_top_srcdir=$ac_pwd ;;
29689 [\\/]* | ?:[\\/]* ) # Absolute name.
29690 ac_srcdir=$srcdir$ac_dir_suffix;
29691 ac_top_srcdir=$srcdir
29692 ac_abs_top_srcdir=$srcdir ;;
29693 *) # Relative name.
29694 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29695 ac_top_srcdir=$ac_top_build_prefix$srcdir
29696 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29697 esac
29698 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29701 case $ac_mode in
29704 # CONFIG_FILE
29707 case $INSTALL in
29708 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29709 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29710 esac
29711 _ACEOF
29713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29714 # If the template does not know about datarootdir, expand it.
29715 # FIXME: This hack should be removed a few years after 2.60.
29716 ac_datarootdir_hack=; ac_datarootdir_seen=
29718 ac_sed_dataroot='
29719 /datarootdir/ {
29723 /@datadir@/p
29724 /@docdir@/p
29725 /@infodir@/p
29726 /@localedir@/p
29727 /@mandir@/p
29729 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29730 *datarootdir*) ac_datarootdir_seen=yes;;
29731 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29732 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29733 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29734 _ACEOF
29735 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29736 ac_datarootdir_hack='
29737 s&@datadir@&$datadir&g
29738 s&@docdir@&$docdir&g
29739 s&@infodir@&$infodir&g
29740 s&@localedir@&$localedir&g
29741 s&@mandir@&$mandir&g
29742 s&\\\${datarootdir}&$datarootdir&g' ;;
29743 esac
29744 _ACEOF
29746 # Neutralize VPATH when `$srcdir' = `.'.
29747 # Shell code in configure.ac might set extrasub.
29748 # FIXME: do we really want to maintain this feature?
29749 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29750 ac_sed_extra="$ac_vpsub
29751 $extrasub
29752 _ACEOF
29753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29755 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29756 s|@configure_input@|$ac_sed_conf_input|;t t
29757 s&@top_builddir@&$ac_top_builddir_sub&;t t
29758 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29759 s&@srcdir@&$ac_srcdir&;t t
29760 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29761 s&@top_srcdir@&$ac_top_srcdir&;t t
29762 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29763 s&@builddir@&$ac_builddir&;t t
29764 s&@abs_builddir@&$ac_abs_builddir&;t t
29765 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29766 s&@INSTALL@&$ac_INSTALL&;t t
29767 $ac_datarootdir_hack
29769 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29770 if $ac_cs_awk_getline; then
29771 $AWK -f "$tmp/subs.awk"
29772 else
29773 $AWK -f "$tmp/subs.awk" | $SHELL
29774 fi >$tmp/out \
29775 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29776 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29777 { (exit 1); exit 1; }; }
29779 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29780 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29781 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29782 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29783 which seems to be undefined. Please make sure it is defined." >&5
29784 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29785 which seems to be undefined. Please make sure it is defined." >&2;}
29787 rm -f "$tmp/stdin"
29788 case $ac_file in
29789 -) cat "$tmp/out" && rm -f "$tmp/out";;
29790 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29791 esac \
29792 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29793 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29794 { (exit 1); exit 1; }; }
29798 # CONFIG_HEADER
29800 if test x"$ac_file" != x-; then
29802 $as_echo "/* $configure_input */" \
29803 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29804 } >"$tmp/config.h" \
29805 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29806 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29807 { (exit 1); exit 1; }; }
29808 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29809 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29810 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29811 else
29812 rm -f "$ac_file"
29813 mv "$tmp/config.h" "$ac_file" \
29814 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29815 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29816 { (exit 1); exit 1; }; }
29818 else
29819 $as_echo "/* $configure_input */" \
29820 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29821 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29822 $as_echo "$as_me: error: could not create -" >&2;}
29823 { (exit 1); exit 1; }; }
29827 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29828 $as_echo "$as_me: executing $ac_file commands" >&6;}
29830 esac
29833 case $ac_file$ac_mode in
29834 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29835 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29836 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29837 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29838 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29839 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29840 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29841 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29842 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29843 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29844 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29845 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29846 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29848 esac
29849 done # for ac_tag
29852 { (exit 0); exit 0; }
29853 _ACEOF
29854 chmod +x $CONFIG_STATUS
29855 ac_clean_files=$ac_clean_files_save
29857 test $ac_write_fail = 0 ||
29858 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29859 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29860 { (exit 1); exit 1; }; }
29863 # configure is writing to config.log, and then calls config.status.
29864 # config.status does its own redirection, appending to config.log.
29865 # Unfortunately, on DOS this fails, as config.log is still kept open
29866 # by configure, so config.status won't be able to write to it; its
29867 # output is simply discarded. So we exec the FD to /dev/null,
29868 # effectively closing config.log, so it can be properly (re)opened and
29869 # appended to by config.status. When coming back to configure, we
29870 # need to make the FD available again.
29871 if test "$no_create" != yes; then
29872 ac_cs_success=:
29873 ac_config_status_args=
29874 test "$silent" = yes &&
29875 ac_config_status_args="$ac_config_status_args --quiet"
29876 exec 5>/dev/null
29877 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29878 exec 5>>config.log
29879 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29880 # would make configure fail if this is the last instruction.
29881 $ac_cs_success || { (exit 1); exit 1; }
29883 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29884 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29885 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29889 if test "$no_create" = "yes"
29890 then
29891 exit 0
29894 ac_save_IFS="$IFS"
29895 if test "x$wine_notices != "x; then
29896 echo >&6
29897 IFS="|"
29898 for msg in $wine_notices; do
29899 IFS="$ac_save_IFS"
29900 if test -n "$msg"; then
29901 { $as_echo "$as_me:$LINENO: $msg" >&5
29902 $as_echo "$as_me: $msg" >&6;}
29904 done
29906 IFS="|"
29907 for msg in $wine_warnings; do
29908 IFS="$ac_save_IFS"
29909 if test -n "$msg"; then
29910 echo >&2
29911 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29912 $as_echo "$as_me: WARNING: $msg" >&2;}
29914 done
29915 IFS="$ac_save_IFS"
29917 echo "
29918 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29919 " >&6