dinput: Consume mouse & keyboard events in exclusive mode.
[wine/testsucceed.git] / configure
blob00de50103965368782848e331438e58efc2c9d21
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.14.
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.14'
600 PACKAGE_STRING='Wine 1.1.14'
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 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
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_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.14 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.14:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.14
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.14, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 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
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2364 case "$srcdir" in
2365 .) ;;
2366 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371 { (exit 1); exit 1; }; }
2372 fi ;;
2373 esac
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381 $as_echo_n "(cached) " >&6
2382 else
2383 cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386 @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390 *@@@%%%=?*=@@@%%%*)
2391 eval ac_cv_prog_make_${ac_make}_set=yes;;
2393 eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398 { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400 SET_MAKE=
2401 else
2402 { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404 SET_MAKE="MAKE=${MAKE-make}"
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418 $as_echo_n "(cached) " >&6
2419 else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2434 done
2435 done
2436 IFS=$as_save_IFS
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2451 if test -z "$ac_cv_prog_CC"; then
2452 ac_ct_CC=$CC
2453 # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458 $as_echo_n "(cached) " >&6
2459 else
2460 if test -n "$ac_ct_CC"; then
2461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
2468 for ac_exec_ext in '' $ac_executable_extensions; do
2469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470 ac_cv_prog_ac_ct_CC="gcc"
2471 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485 { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2489 if test "x$ac_ct_CC" = x; then
2490 CC=""
2491 else
2492 case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498 CC=$ac_ct_CC
2500 else
2501 CC="$ac_cv_prog_CC"
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511 $as_echo_n "(cached) " >&6
2512 else
2513 if test -n "$CC"; then
2514 ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523 ac_cv_prog_CC="${ac_tool_prefix}cc"
2524 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2527 done
2528 done
2529 IFS=$as_save_IFS
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538 { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2545 if test -z "$CC"; then
2546 # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551 $as_echo_n "(cached) " >&6
2552 else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556 ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565 ac_prog_rejected=yes
2566 continue
2568 ac_cv_prog_CC="cc"
2569 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2576 if test $ac_prog_rejected = yes; then
2577 # We found a bogon in the path, so make sure we never use it.
2578 set dummy $ac_cv_prog_CC
2579 shift
2580 if test $# != 0; then
2581 # We chose a different compiler from the bogus one.
2582 # However, it has the same basename, so the bogon will be chosen
2583 # first if we set CC to just the basename; use the full file name.
2584 shift
2585 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595 { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2601 if test -z "$CC"; then
2602 if test -n "$ac_tool_prefix"; then
2603 for ac_prog in cl.exe
2605 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610 $as_echo_n "(cached) " >&6
2611 else
2612 if test -n "$CC"; then
2613 ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2618 IFS=$as_save_IFS
2619 test -z "$as_dir" && as_dir=.
2620 for ac_exec_ext in '' $ac_executable_extensions; do
2621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624 break 2
2626 done
2627 done
2628 IFS=$as_save_IFS
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637 { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2642 test -n "$CC" && break
2643 done
2645 if test -z "$CC"; then
2646 ac_ct_CC=$CC
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$ac_ct_CC"; then
2657 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_ac_ct_CC="$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$ac_ct_CC" && break
2687 done
2689 if test "x$ac_ct_CC" = x; then
2690 CC=""
2691 else
2692 case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698 CC=$ac_ct_CC
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711 { (exit 1); exit 1; }; }; }
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724 (eval "$ac_compiler --version >&5") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735 (eval "$ac_compiler -v >&5") 2>&5
2736 ac_status=$?
2737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746 (eval "$ac_compiler -V >&5") 2>&5
2747 ac_status=$?
2748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); }
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h. */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h. */
2759 main ()
2763 return 0;
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784 esac
2785 done
2786 rm -f $ac_rmfiles
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795 (eval "$ac_link_default") 2>&5
2796 ac_status=$?
2797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; then
2799 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2806 test -f "$ac_file" || continue
2807 case $ac_file in
2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2810 [ab].out )
2811 # We found the default executable, but exeext='' is most
2812 # certainly right.
2813 break;;
2814 *.* )
2815 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816 then :; else
2817 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 # We set ac_cv_exeext here because the later test for it is not
2820 # safe: cross compilers may not add the suffix if given an `-o'
2821 # argument, so we may need to know it at that point already.
2822 # Even if this section looks crufty: it has the advantage of
2823 # actually working.
2824 break;;
2826 break;;
2827 esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2831 else
2832 ac_file=''
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838 $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847 { (exit 77); exit 77; }; }; }
2850 ac_exeext=$ac_cv_exeext
2852 # Check that the compiler produces executables we can run. If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859 if { ac_try='./$ac_file'
2860 { (case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883 { (exit 1); exit 1; }; }; }
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run. If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908 (eval "$ac_link") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; then
2912 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921 break;;
2922 * ) break;;
2923 esac
2924 done
2925 else
2926 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932 { (exit 1); exit 1; }; }; }
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945 $as_echo_n "(cached) " >&6
2946 else
2947 cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h. */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h. */
2955 main ()
2959 return 0;
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970 (eval "$ac_compile") 2>&5
2971 ac_status=$?
2972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); }; then
2974 for ac_file in conftest.o conftest.obj conftest.*; do
2975 test -f "$ac_file" || continue;
2976 case $ac_file in
2977 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979 break;;
2980 esac
2981 done
2982 else
2983 $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992 { (exit 1); exit 1; }; }; }
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004 $as_echo_n "(cached) " >&6
3005 else
3006 cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h. */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h. */
3014 main ()
3016 #ifndef __GNUC__
3017 choke me
3018 #endif
3021 return 0;
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3042 ac_compiler_gnu=yes
3043 else
3044 $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_compiler_gnu=no
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058 else
3059 GCC=
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066 $as_echo_n "(cached) " >&6
3067 else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h. */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h. */
3080 main ()
3084 return 0;
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091 *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095 (eval "$ac_compile") 2>conftest.er1
3096 ac_status=$?
3097 grep -v '^ *+' conftest.er1 >conftest.err
3098 rm -f conftest.er1
3099 cat conftest.err >&5
3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101 (exit $ac_status); } && {
3102 test -z "$ac_c_werror_flag" ||
3103 test ! -s conftest.err
3104 } && test -s conftest.$ac_objext; then
3105 ac_cv_prog_cc_g=yes
3106 else
3107 $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3110 CFLAGS=""
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3119 main ()
3123 return 0;
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130 *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134 (eval "$ac_compile") 2>conftest.er1
3135 ac_status=$?
3136 grep -v '^ *+' conftest.er1 >conftest.err
3137 rm -f conftest.er1
3138 cat conftest.err >&5
3139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } && {
3141 test -z "$ac_c_werror_flag" ||
3142 test ! -s conftest.err
3143 } && test -s conftest.$ac_objext; then
3145 else
3146 $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3150 CFLAGS="-g"
3151 cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h. */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h. */
3159 main ()
3163 return 0;
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174 (eval "$ac_compile") 2>conftest.er1
3175 ac_status=$?
3176 grep -v '^ *+' conftest.er1 >conftest.err
3177 rm -f conftest.er1
3178 cat conftest.err >&5
3179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); } && {
3181 test -z "$ac_c_werror_flag" ||
3182 test ! -s conftest.err
3183 } && test -s conftest.$ac_objext; then
3184 ac_cv_prog_cc_g=yes
3185 else
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 ac_c_werror_flag=$ac_save_c_werror_flag
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204 CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206 if test "$GCC" = yes; then
3207 CFLAGS="-g -O2"
3208 else
3209 CFLAGS="-g"
3211 else
3212 if test "$GCC" = yes; then
3213 CFLAGS="-O2"
3214 else
3215 CFLAGS=
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221 $as_echo_n "(cached) " >&6
3222 else
3223 ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h. */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h. */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239 char **p;
3240 int i;
3242 return p[i];
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3246 char *s;
3247 va_list v;
3248 va_start (v,p);
3249 s = g (p, va_arg (v,int));
3250 va_end (v);
3251 return s;
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3255 function prototypes and stuff, but not '\xHH' hex character constants.
3256 These don't provoke an error unfortunately, instead are silently treated
3257 as 'x'. The following induces an error, until -std is added to get
3258 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3259 array size at least. It's necessary to write '\x00'==0 to get something
3260 that's true only with -std. */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264 inside strings and character constants. */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3275 main ()
3277 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3279 return 0;
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3285 CC="$ac_save_CC $ac_arg"
3286 rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294 (eval "$ac_compile") 2>conftest.er1
3295 ac_status=$?
3296 grep -v '^ *+' conftest.er1 >conftest.err
3297 rm -f conftest.er1
3298 cat conftest.err >&5
3299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } && {
3301 test -z "$ac_c_werror_flag" ||
3302 test ! -s conftest.err
3303 } && test -s conftest.$ac_objext; then
3304 ac_cv_prog_cc_c89=$ac_arg
3305 else
3306 $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3312 rm -f core conftest.err conftest.$ac_objext
3313 test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3322 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324 xno)
3325 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3328 CC="$CC $ac_cv_prog_cc_c89"
3329 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346 if test -n "$CCC"; then
3347 CXX=$CCC
3348 else
3349 if test -n "$ac_tool_prefix"; then
3350 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3352 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357 $as_echo_n "(cached) " >&6
3358 else
3359 if test -n "$CXX"; then
3360 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3365 IFS=$as_save_IFS
3366 test -z "$as_dir" && as_dir=.
3367 for ac_exec_ext in '' $ac_executable_extensions; do
3368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 break 2
3373 done
3374 done
3375 IFS=$as_save_IFS
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384 { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3389 test -n "$CXX" && break
3390 done
3392 if test -z "$CXX"; then
3393 ac_ct_CXX=$CXX
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$ac_ct_CXX"; then
3404 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_ac_ct_CXX="$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$ac_ct_CXX" && break
3434 done
3436 if test "x$ac_ct_CXX" = x; then
3437 CXX="g++"
3438 else
3439 case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445 CXX=$ac_ct_CXX
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462 (eval "$ac_compiler --version >&5") 2>&5
3463 ac_status=$?
3464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469 *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473 (eval "$ac_compiler -v >&5") 2>&5
3474 ac_status=$?
3475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484 (eval "$ac_compiler -V >&5") 2>&5
3485 ac_status=$?
3486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); }
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492 $as_echo_n "(cached) " >&6
3493 else
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3504 #ifndef __GNUC__
3505 choke me
3506 #endif
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520 (eval "$ac_compile") 2>conftest.er1
3521 ac_status=$?
3522 grep -v '^ *+' conftest.er1 >conftest.err
3523 rm -f conftest.er1
3524 cat conftest.err >&5
3525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); } && {
3527 test -z "$ac_cxx_werror_flag" ||
3528 test ! -s conftest.err
3529 } && test -s conftest.$ac_objext; then
3530 ac_compiler_gnu=yes
3531 else
3532 $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3535 ac_compiler_gnu=no
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545 GXX=yes
3546 else
3547 GXX=
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554 $as_echo_n "(cached) " >&6
3555 else
3556 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557 ac_cxx_werror_flag=yes
3558 ac_cv_prog_cxx_g=no
3559 CXXFLAGS="-g"
3560 cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h. */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h. */
3568 main ()
3572 return 0;
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579 *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583 (eval "$ac_compile") 2>conftest.er1
3584 ac_status=$?
3585 grep -v '^ *+' conftest.er1 >conftest.err
3586 rm -f conftest.er1
3587 cat conftest.err >&5
3588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); } && {
3590 test -z "$ac_cxx_werror_flag" ||
3591 test ! -s conftest.err
3592 } && test -s conftest.$ac_objext; then
3593 ac_cv_prog_cxx_g=yes
3594 else
3595 $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3598 CXXFLAGS=""
3599 cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h. */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h. */
3607 main ()
3611 return 0;
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622 (eval "$ac_compile") 2>conftest.er1
3623 ac_status=$?
3624 grep -v '^ *+' conftest.er1 >conftest.err
3625 rm -f conftest.er1
3626 cat conftest.err >&5
3627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); } && {
3629 test -z "$ac_cxx_werror_flag" ||
3630 test ! -s conftest.err
3631 } && test -s conftest.$ac_objext; then
3633 else
3634 $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3637 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638 CXXFLAGS="-g"
3639 cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h. */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h. */
3647 main ()
3651 return 0;
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658 *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662 (eval "$ac_compile") 2>conftest.er1
3663 ac_status=$?
3664 grep -v '^ *+' conftest.er1 >conftest.err
3665 rm -f conftest.er1
3666 cat conftest.err >&5
3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); } && {
3669 test -z "$ac_cxx_werror_flag" ||
3670 test ! -s conftest.err
3671 } && test -s conftest.$ac_objext; then
3672 ac_cv_prog_cxx_g=yes
3673 else
3674 $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692 CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694 if test "$GXX" = yes; then
3695 CXXFLAGS="-g -O2"
3696 else
3697 CXXFLAGS="-g"
3699 else
3700 if test "$GXX" = yes; then
3701 CXXFLAGS="-O2"
3702 else
3703 CXXFLAGS=
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3712 if test -n "$ac_tool_prefix"; then
3713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$CPPBIN"; then
3721 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3734 done
3735 done
3736 IFS=$as_save_IFS
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745 { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752 ac_ct_CPPBIN=$CPPBIN
3753 # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758 $as_echo_n "(cached) " >&6
3759 else
3760 if test -n "$ac_ct_CPPBIN"; then
3761 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3766 IFS=$as_save_IFS
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_ac_ct_CPPBIN="cpp"
3771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772 break 2
3774 done
3775 done
3776 IFS=$as_save_IFS
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785 { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3789 if test "x$ac_ct_CPPBIN" = x; then
3790 CPPBIN="cpp"
3791 else
3792 case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798 CPPBIN=$ac_ct_CPPBIN
3800 else
3801 CPPBIN="$ac_cv_prog_CPPBIN"
3805 case $host in
3806 x86_64*)
3807 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808 then
3809 CC="$CC -m32"
3810 CXX="$CXX -m32"
3811 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h. */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h. */
3822 main ()
3826 return 0;
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833 *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837 (eval "$ac_link") 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } && {
3844 test -z "$ac_c_werror_flag" ||
3845 test ! -s conftest.err
3846 } && test -s conftest$ac_exeext && {
3847 test "$cross_compiling" = yes ||
3848 $as_test_x conftest$ac_exeext
3849 }; then
3850 { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853 $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3856 { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860 { (exit 1); exit 1; }; }
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865 conftest$ac_exeext conftest.$ac_ext
3866 LD="${LD:-ld} -m elf_i386"
3867 AS="${AS:-as} --32"
3868 host_cpu="i386"
3869 notice_platform="32-bit "
3870 TARGETFLAGS="-m32"
3872 else
3873 TARGETFLAGS="-m64"
3877 esac
3879 case $host_cpu in
3880 *i[3456789]86*)
3881 enable_win16=${enable_win16:-yes}
3884 enable_win16=${enable_win16:-no}
3885 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889 enable_vmm_vxd=${enable_vmm_vxd:-no}
3890 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894 enable_w32skrnl=${enable_w32skrnl:-no}
3895 enable_winedos=${enable_winedos:-no}
3896 enable_winevdm=${enable_winevdm:-no}
3898 esac
3900 WIN16_FILES="\$(WIN16_FILES)"
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3904 if test "x$enable_win16" != "xyes"
3905 then
3906 WIN16_FILES=""
3907 WIN16_INSTALL=""
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -z "$with_wine_tools"; then
3916 if test "$cross_compiling" = "yes"; then
3917 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919 { (exit 1); exit 1; }; }
3920 else
3921 wine_cv_toolsdir="\$(TOPOBJDIR)"
3923 elif test -d "$with_wine_tools/tools/winebuild"; then
3924 case $with_wine_tools in
3925 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927 esac
3928 else
3929 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931 { (exit 1); exit 1; }; }
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3938 if test "$cross_compiling" = "yes"
3939 then
3940 TARGETFLAGS="-b $host_alias"
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953 CPP=
3955 if test -z "$CPP"; then
3956 if test "${ac_cv_prog_CPP+set}" = set; then
3957 $as_echo_n "(cached) " >&6
3958 else
3959 # Double quotes because CPP needs to be expanded
3960 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3962 ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3965 # Use a header file that comes with gcc, so configuring glibc
3966 # with a fresh cross-compiler works.
3967 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968 # <limits.h> exists even on freestanding compilers.
3969 # On the NeXT, cc -E runs the code through the compiler's parser,
3970 # not just through cpp. "Syntax error" is here to catch this case.
3971 cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h. */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h. */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982 Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987 *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992 ac_status=$?
3993 grep -v '^ *+' conftest.er1 >conftest.err
3994 rm -f conftest.er1
3995 cat conftest.err >&5
3996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997 (exit $ac_status); } >/dev/null && {
3998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999 test ! -s conftest.err
4000 }; then
4002 else
4003 $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4006 # Broken: fails on valid input.
4007 continue
4010 rm -f conftest.err conftest.$ac_ext
4012 # OK, works on sane cases. Now check whether nonexistent headers
4013 # can be detected and how.
4014 cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h. */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h. */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025 *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030 ac_status=$?
4031 grep -v '^ *+' conftest.er1 >conftest.err
4032 rm -f conftest.er1
4033 cat conftest.err >&5
4034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035 (exit $ac_status); } >/dev/null && {
4036 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037 test ! -s conftest.err
4038 }; then
4039 # Broken: success on invalid input.
4040 continue
4041 else
4042 $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4045 # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4050 rm -f conftest.err conftest.$ac_ext
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056 break
4059 done
4060 ac_cv_prog_CPP=$CPP
4063 CPP=$ac_cv_prog_CPP
4064 else
4065 ac_cv_prog_CPP=$CPP
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4072 # Use a header file that comes with gcc, so configuring glibc
4073 # with a fresh cross-compiler works.
4074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075 # <limits.h> exists even on freestanding compilers.
4076 # On the NeXT, cc -E runs the code through the compiler's parser,
4077 # not just through cpp. "Syntax error" is here to catch this case.
4078 cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h. */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h. */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089 Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099 ac_status=$?
4100 grep -v '^ *+' conftest.er1 >conftest.err
4101 rm -f conftest.er1
4102 cat conftest.err >&5
4103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104 (exit $ac_status); } >/dev/null && {
4105 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106 test ! -s conftest.err
4107 }; then
4109 else
4110 $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4113 # Broken: fails on valid input.
4114 continue
4117 rm -f conftest.err conftest.$ac_ext
4119 # OK, works on sane cases. Now check whether nonexistent headers
4120 # can be detected and how.
4121 cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h. */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h. */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137 ac_status=$?
4138 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -f conftest.er1
4140 cat conftest.err >&5
4141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142 (exit $ac_status); } >/dev/null && {
4143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144 test ! -s conftest.err
4145 }; then
4146 # Broken: success on invalid input.
4147 continue
4148 else
4149 $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4157 rm -f conftest.err conftest.$ac_ext
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4164 else
4165 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171 { (exit 1); exit 1; }; }; }
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187 withval=$with_x;
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192 # The user explicitly disabled X.
4193 have_x=disabled
4194 else
4195 case $x_includes,$x_libraries in #(
4196 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198 { (exit 1); exit 1; }; };; #(
4199 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200 $as_echo_n "(cached) " >&6
4201 else
4202 # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206 cd conftest.dir
4207 cat >Imakefile <<'_ACEOF'
4208 incroot:
4209 @echo incroot='${INCROOT}'
4210 usrlibdir:
4211 @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213 @echo libdir='${LIBDIR}'
4214 _ACEOF
4215 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217 for ac_var in incroot usrlibdir libdir; do
4218 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219 done
4220 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221 for ac_extension in a so sl dylib la dll; do
4222 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224 ac_im_usrlibdir=$ac_im_libdir; break
4226 done
4227 # Screen out bogus values from the imake configuration. They are
4228 # bogus both because they are the default anyway, and because
4229 # using them would break gcc on systems where it needs fixed includes.
4230 case $ac_im_incroot in
4231 /usr/include) ac_x_includes= ;;
4232 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233 esac
4234 case $ac_im_usrlibdir in
4235 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237 esac
4239 cd ..
4240 rm -f -r conftest.dir
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4280 if test "$ac_x_includes" = no; then
4281 # Guess where to find include files, by looking for Xlib.h.
4282 # First, try using that file with no special directory specified.
4283 cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h. */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h. */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294 *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299 ac_status=$?
4300 grep -v '^ *+' conftest.er1 >conftest.err
4301 rm -f conftest.er1
4302 cat conftest.err >&5
4303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304 (exit $ac_status); } >/dev/null && {
4305 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306 test ! -s conftest.err
4307 }; then
4308 # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311 $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 for ac_dir in $ac_x_header_dirs; do
4315 if test -r "$ac_dir/X11/Xlib.h"; then
4316 ac_x_includes=$ac_dir
4317 break
4319 done
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4325 if test "$ac_x_libraries" = no; then
4326 # Check for the libraries.
4327 # See if we find them without any special options.
4328 # Don't add to $LIBS permanently.
4329 ac_save_LIBS=$LIBS
4330 LIBS="-lX11 $LIBS"
4331 cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h. */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h. */
4337 #include <X11/Xlib.h>
4339 main ()
4341 XrmInitialize ()
4343 return 0;
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350 *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354 (eval "$ac_link") 2>conftest.er1
4355 ac_status=$?
4356 grep -v '^ *+' conftest.er1 >conftest.err
4357 rm -f conftest.er1
4358 cat conftest.err >&5
4359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); } && {
4361 test -z "$ac_c_werror_flag" ||
4362 test ! -s conftest.err
4363 } && test -s conftest$ac_exeext && {
4364 test "$cross_compiling" = yes ||
4365 $as_test_x conftest$ac_exeext
4366 }; then
4367 LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371 $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4374 LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4377 # Don't even attempt the hair of trying to link an X program!
4378 for ac_extension in a so sl dylib la dll; do
4379 if test -r "$ac_dir/libX11.$ac_extension"; then
4380 ac_x_libraries=$ac_dir
4381 break 2
4383 done
4384 done
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389 conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4392 case $ac_x_includes,$ac_x_libraries in #(
4393 no,* | *,no | *\'*)
4394 # Didn't find X, or a directory has "'" in its name.
4395 ac_cv_have_x="have_x=no";; #(
4397 # Record where we found X for the cache.
4398 ac_cv_have_x="have_x=yes\
4399 ac_x_includes='$ac_x_includes'\
4400 ac_x_libraries='$ac_x_libraries'"
4401 esac
4403 ;; #(
4404 *) have_x=yes;;
4405 esac
4406 eval "$ac_cv_have_x"
4407 fi # $with_x != no
4409 if test "$have_x" != yes; then
4410 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412 no_x=yes
4413 else
4414 # If each of the values was on the command line, it overrides each guess.
4415 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417 # Update the cache value to reflect the command line values.
4418 ac_cv_have_x="have_x=yes\
4419 ac_x_includes='$x_includes'\
4420 ac_x_libraries='$x_libraries'"
4421 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4425 if test "$no_x" = yes; then
4426 # Not all programs may use this symbol, but it does not hurt to define it.
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4432 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434 if test -n "$x_includes"; then
4435 X_CFLAGS="$X_CFLAGS -I$x_includes"
4438 # It would also be nice to do this for all -L options, not just this one.
4439 if test -n "$x_libraries"; then
4440 X_LIBS="$X_LIBS -L$x_libraries"
4441 # For Solaris; some versions of Sun CC require a space after -R and
4442 # others require no space. Words are not sufficient . . . .
4443 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446 ac_xsave_c_werror_flag=$ac_c_werror_flag
4447 ac_c_werror_flag=yes
4448 cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h. */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h. */
4456 main ()
4460 return 0;
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467 *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471 (eval "$ac_link") 2>conftest.er1
4472 ac_status=$?
4473 grep -v '^ *+' conftest.er1 >conftest.err
4474 rm -f conftest.er1
4475 cat conftest.err >&5
4476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 (exit $ac_status); } && {
4478 test -z "$ac_c_werror_flag" ||
4479 test ! -s conftest.err
4480 } && test -s conftest$ac_exeext && {
4481 test "$cross_compiling" = yes ||
4482 $as_test_x conftest$ac_exeext
4483 }; then
4484 { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486 X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488 $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4491 LIBS="$ac_xsave_LIBS -R $x_libraries"
4492 cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h. */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h. */
4500 main ()
4504 return 0;
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511 *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515 (eval "$ac_link") 2>conftest.er1
4516 ac_status=$?
4517 grep -v '^ *+' conftest.er1 >conftest.err
4518 rm -f conftest.er1
4519 cat conftest.err >&5
4520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521 (exit $ac_status); } && {
4522 test -z "$ac_c_werror_flag" ||
4523 test ! -s conftest.err
4524 } && test -s conftest$ac_exeext && {
4525 test "$cross_compiling" = yes ||
4526 $as_test_x conftest$ac_exeext
4527 }; then
4528 { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530 X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532 $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4535 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541 conftest$ac_exeext conftest.$ac_ext
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546 conftest$ac_exeext conftest.$ac_ext
4547 ac_c_werror_flag=$ac_xsave_c_werror_flag
4548 LIBS=$ac_xsave_LIBS
4551 # Check for system-dependent libraries X programs must link with.
4552 # Do this before checking for the system-independent R6 libraries
4553 # (-lICE), since we may need -lsocket or whatever for X linking.
4555 if test "$ISC" = yes; then
4556 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557 else
4558 # Martyn Johnson says this is needed for Ultrix, if the X
4559 # libraries were built with DECnet support. And Karl Berry says
4560 # the Alpha needs dnet_stub (dnet does not exist).
4561 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562 cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h. */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h. */
4569 /* Override any GCC internal prototype to avoid an error.
4570 Use char because int might match the return type of a GCC
4571 builtin and then its argument prototype would still apply. */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4577 main ()
4579 return XOpenDisplay ();
4581 return 0;
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588 *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592 (eval "$ac_link") 2>conftest.er1
4593 ac_status=$?
4594 grep -v '^ *+' conftest.er1 >conftest.err
4595 rm -f conftest.er1
4596 cat conftest.err >&5
4597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598 (exit $ac_status); } && {
4599 test -z "$ac_c_werror_flag" ||
4600 test ! -s conftest.err
4601 } && test -s conftest$ac_exeext && {
4602 test "$cross_compiling" = yes ||
4603 $as_test_x conftest$ac_exeext
4604 }; then
4606 else
4607 $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4610 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613 $as_echo_n "(cached) " >&6
4614 else
4615 ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h. */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h. */
4624 /* Override any GCC internal prototype to avoid an error.
4625 Use char because int might match the return type of a GCC
4626 builtin and then its argument prototype would still apply. */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4632 main ()
4634 return dnet_ntoa ();
4636 return 0;
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643 *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647 (eval "$ac_link") 2>conftest.er1
4648 ac_status=$?
4649 grep -v '^ *+' conftest.er1 >conftest.err
4650 rm -f conftest.er1
4651 cat conftest.err >&5
4652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); } && {
4654 test -z "$ac_c_werror_flag" ||
4655 test ! -s conftest.err
4656 } && test -s conftest$ac_exeext && {
4657 test "$cross_compiling" = yes ||
4658 $as_test_x conftest$ac_exeext
4659 }; then
4660 ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662 $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4665 ac_cv_lib_dnet_dnet_ntoa=no
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670 conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4679 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683 $as_echo_n "(cached) " >&6
4684 else
4685 ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h. */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h. */
4694 /* Override any GCC internal prototype to avoid an error.
4695 Use char because int might match the return type of a GCC
4696 builtin and then its argument prototype would still apply. */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4702 main ()
4704 return dnet_ntoa ();
4706 return 0;
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713 *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717 (eval "$ac_link") 2>conftest.er1
4718 ac_status=$?
4719 grep -v '^ *+' conftest.er1 >conftest.err
4720 rm -f conftest.er1
4721 cat conftest.err >&5
4722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); } && {
4724 test -z "$ac_c_werror_flag" ||
4725 test ! -s conftest.err
4726 } && test -s conftest$ac_exeext && {
4727 test "$cross_compiling" = yes ||
4728 $as_test_x conftest$ac_exeext
4729 }; then
4730 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732 $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4735 ac_cv_lib_dnet_stub_dnet_ntoa=no
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740 conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754 conftest$ac_exeext conftest.$ac_ext
4755 LIBS="$ac_xsave_LIBS"
4757 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758 # to get the SysV transport functions.
4759 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760 # needs -lnsl.
4761 # The nsl library prevents programs from opening the X display
4762 # on Irix 5.2, according to T.E. Dickey.
4763 # The functions gethostbyname, getservbyname, and inet_addr are
4764 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768 $as_echo_n "(cached) " >&6
4769 else
4770 cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h. */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h. */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4778 #define gethostbyname innocuous_gethostbyname
4780 /* System header to define __stub macros and hopefully few prototypes,
4781 which can conflict with char gethostbyname (); below.
4782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783 <limits.h> exists even on freestanding compilers. */
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4791 #undef gethostbyname
4793 /* Override any GCC internal prototype to avoid an error.
4794 Use char because int might match the return type of a GCC
4795 builtin and then its argument prototype would still apply. */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801 to always fail with ENOSYS. Some functions are actually named
4802 something starting with __ and the normal name is an alias. */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_func_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_func_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4851 if test $ac_cv_func_gethostbyname = no; then
4852 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855 $as_echo_n "(cached) " >&6
4856 else
4857 ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h. */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h. */
4866 /* Override any GCC internal prototype to avoid an error.
4867 Use char because int might match the return type of a GCC
4868 builtin and then its argument prototype would still apply. */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4874 main ()
4876 return gethostbyname ();
4878 return 0;
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885 *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889 (eval "$ac_link") 2>conftest.er1
4890 ac_status=$?
4891 grep -v '^ *+' conftest.er1 >conftest.err
4892 rm -f conftest.er1
4893 cat conftest.err >&5
4894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); } && {
4896 test -z "$ac_c_werror_flag" ||
4897 test ! -s conftest.err
4898 } && test -s conftest$ac_exeext && {
4899 test "$cross_compiling" = yes ||
4900 $as_test_x conftest$ac_exeext
4901 }; then
4902 ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904 $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4907 ac_cv_lib_nsl_gethostbyname=no
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912 conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4921 if test $ac_cv_lib_nsl_gethostbyname = no; then
4922 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925 $as_echo_n "(cached) " >&6
4926 else
4927 ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h. */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h. */
4936 /* Override any GCC internal prototype to avoid an error.
4937 Use char because int might match the return type of a GCC
4938 builtin and then its argument prototype would still apply. */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4944 main ()
4946 return gethostbyname ();
4948 return 0;
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955 *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959 (eval "$ac_link") 2>conftest.er1
4960 ac_status=$?
4961 grep -v '^ *+' conftest.er1 >conftest.err
4962 rm -f conftest.er1
4963 cat conftest.err >&5
4964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); } && {
4966 test -z "$ac_c_werror_flag" ||
4967 test ! -s conftest.err
4968 } && test -s conftest$ac_exeext && {
4969 test "$cross_compiling" = yes ||
4970 $as_test_x conftest$ac_exeext
4971 }; then
4972 ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974 $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4977 ac_cv_lib_bsd_gethostbyname=no
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982 conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4994 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995 # socket/setsockopt and other routines are undefined under SCO ODT
4996 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4997 # on later versions), says Simon Leinen: it contains gethostby*
4998 # variants that don't use the name server (or something). -lsocket
4999 # must be given before -lnsl if both are needed. We assume that
5000 # if connect needs -lnsl, so does gethostbyname.
5001 { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004 $as_echo_n "(cached) " >&6
5005 else
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5014 #define connect innocuous_connect
5016 /* System header to define __stub macros and hopefully few prototypes,
5017 which can conflict with char connect (); below.
5018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019 <limits.h> exists even on freestanding compilers. */
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5027 #undef connect
5029 /* Override any GCC internal prototype to avoid an error.
5030 Use char because int might match the return type of a GCC
5031 builtin and then its argument prototype would still apply. */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037 to always fail with ENOSYS. Some functions are actually named
5038 something starting with __ and the normal name is an alias. */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_func_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_func_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5087 if test $ac_cv_func_connect = no; then
5088 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091 $as_echo_n "(cached) " >&6
5092 else
5093 ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h. */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h. */
5102 /* Override any GCC internal prototype to avoid an error.
5103 Use char because int might match the return type of a GCC
5104 builtin and then its argument prototype would still apply. */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5110 main ()
5112 return connect ();
5114 return 0;
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121 *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125 (eval "$ac_link") 2>conftest.er1
5126 ac_status=$?
5127 grep -v '^ *+' conftest.er1 >conftest.err
5128 rm -f conftest.er1
5129 cat conftest.err >&5
5130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131 (exit $ac_status); } && {
5132 test -z "$ac_c_werror_flag" ||
5133 test ! -s conftest.err
5134 } && test -s conftest$ac_exeext && {
5135 test "$cross_compiling" = yes ||
5136 $as_test_x conftest$ac_exeext
5137 }; then
5138 ac_cv_lib_socket_connect=yes
5139 else
5140 $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5143 ac_cv_lib_socket_connect=no
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148 conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5159 # Guillermo Gomez says -lposix is necessary on A/UX.
5160 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h. */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h. */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5173 #define remove innocuous_remove
5175 /* System header to define __stub macros and hopefully few prototypes,
5176 which can conflict with char remove (); below.
5177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178 <limits.h> exists even on freestanding compilers. */
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5186 #undef remove
5188 /* Override any GCC internal prototype to avoid an error.
5189 Use char because int might match the return type of a GCC
5190 builtin and then its argument prototype would still apply. */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196 to always fail with ENOSYS. Some functions are actually named
5197 something starting with __ and the normal name is an alias. */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_func_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_func_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5246 if test $ac_cv_func_remove = no; then
5247 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250 $as_echo_n "(cached) " >&6
5251 else
5252 ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h. */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h. */
5261 /* Override any GCC internal prototype to avoid an error.
5262 Use char because int might match the return type of a GCC
5263 builtin and then its argument prototype would still apply. */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5269 main ()
5271 return remove ();
5273 return 0;
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280 *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284 (eval "$ac_link") 2>conftest.er1
5285 ac_status=$?
5286 grep -v '^ *+' conftest.er1 >conftest.err
5287 rm -f conftest.er1
5288 cat conftest.err >&5
5289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290 (exit $ac_status); } && {
5291 test -z "$ac_c_werror_flag" ||
5292 test ! -s conftest.err
5293 } && test -s conftest$ac_exeext && {
5294 test "$cross_compiling" = yes ||
5295 $as_test_x conftest$ac_exeext
5296 }; then
5297 ac_cv_lib_posix_remove=yes
5298 else
5299 $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5302 ac_cv_lib_posix_remove=no
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307 conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5318 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322 $as_echo_n "(cached) " >&6
5323 else
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. */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5332 #define shmat innocuous_shmat
5334 /* System header to define __stub macros and hopefully few prototypes,
5335 which can conflict with char shmat (); below.
5336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337 <limits.h> exists even on freestanding compilers. */
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5345 #undef shmat
5347 /* Override any GCC internal prototype to avoid an error.
5348 Use char because int might match the return type of a GCC
5349 builtin and then its argument prototype would still apply. */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355 to always fail with ENOSYS. Some functions are actually named
5356 something starting with __ and the normal name is an alias. */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_func_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_func_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5405 if test $ac_cv_func_shmat = no; then
5406 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409 $as_echo_n "(cached) " >&6
5410 else
5411 ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h. */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h. */
5420 /* Override any GCC internal prototype to avoid an error.
5421 Use char because int might match the return type of a GCC
5422 builtin and then its argument prototype would still apply. */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5428 main ()
5430 return shmat ();
5432 return 0;
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439 *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443 (eval "$ac_link") 2>conftest.er1
5444 ac_status=$?
5445 grep -v '^ *+' conftest.er1 >conftest.err
5446 rm -f conftest.er1
5447 cat conftest.err >&5
5448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449 (exit $ac_status); } && {
5450 test -z "$ac_c_werror_flag" ||
5451 test ! -s conftest.err
5452 } && test -s conftest$ac_exeext && {
5453 test "$cross_compiling" = yes ||
5454 $as_test_x conftest$ac_exeext
5455 }; then
5456 ac_cv_lib_ipc_shmat=yes
5457 else
5458 $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5461 ac_cv_lib_ipc_shmat=no
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466 conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5478 # Check for libraries that X11R6 Xt/Xaw programs need.
5479 ac_save_LDFLAGS=$LDFLAGS
5480 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482 # check for ICE first), but we must link in the order -lSM -lICE or
5483 # we get undefined symbols. So assume we have SM if we have ICE.
5484 # These have to be linked with before -lX11, unlike the other
5485 # libraries we check for below, so use a different variable.
5486 # John Interrante, Karl Berry
5487 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490 $as_echo_n "(cached) " >&6
5491 else
5492 ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h. */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h. */
5501 /* Override any GCC internal prototype to avoid an error.
5502 Use char because int might match the return type of a GCC
5503 builtin and then its argument prototype would still apply. */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5509 main ()
5511 return IceConnectionNumber ();
5513 return 0;
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520 *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524 (eval "$ac_link") 2>conftest.er1
5525 ac_status=$?
5526 grep -v '^ *+' conftest.er1 >conftest.err
5527 rm -f conftest.er1
5528 cat conftest.err >&5
5529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); } && {
5531 test -z "$ac_c_werror_flag" ||
5532 test ! -s conftest.err
5533 } && test -s conftest$ac_exeext && {
5534 test "$cross_compiling" = yes ||
5535 $as_test_x conftest$ac_exeext
5536 }; then
5537 ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539 $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5542 ac_cv_lib_ICE_IceConnectionNumber=no
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547 conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5556 LDFLAGS=$ac_save_LDFLAGS
5561 for ac_prog in flex
5563 # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568 $as_echo_n "(cached) " >&6
5569 else
5570 if test -n "$FLEX"; then
5571 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5576 IFS=$as_save_IFS
5577 test -z "$as_dir" && as_dir=.
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580 ac_cv_prog_FLEX="$ac_prog"
5581 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582 break 2
5584 done
5585 done
5586 IFS=$as_save_IFS
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595 { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5600 test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5604 if test "$FLEX" = "none"
5605 then
5606 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608 { (exit 1); exit 1; }; }
5611 for ac_prog in bison
5613 # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618 $as_echo_n "(cached) " >&6
5619 else
5620 if test -n "$BISON"; then
5621 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5626 IFS=$as_save_IFS
5627 test -z "$as_dir" && as_dir=.
5628 for ac_exec_ext in '' $ac_executable_extensions; do
5629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630 ac_cv_prog_BISON="$ac_prog"
5631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632 break 2
5634 done
5635 done
5636 IFS=$as_save_IFS
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645 { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5650 test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5654 if test "$BISON" = "none"
5655 then
5656 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658 { (exit 1); exit 1; }; }
5661 if test -n "$ac_tool_prefix"; then
5662 for ac_prog in gas as
5664 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669 $as_echo_n "(cached) " >&6
5670 else
5671 if test -n "$AS"; then
5672 ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5677 IFS=$as_save_IFS
5678 test -z "$as_dir" && as_dir=.
5679 for ac_exec_ext in '' $ac_executable_extensions; do
5680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683 break 2
5685 done
5686 done
5687 IFS=$as_save_IFS
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696 { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5701 test -n "$AS" && break
5702 done
5704 if test -z "$AS"; then
5705 ac_ct_AS=$AS
5706 for ac_prog in gas as
5708 # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713 $as_echo_n "(cached) " >&6
5714 else
5715 if test -n "$ac_ct_AS"; then
5716 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725 ac_cv_prog_ac_ct_AS="$ac_prog"
5726 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727 break 2
5729 done
5730 done
5731 IFS=$as_save_IFS
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740 { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5745 test -n "$ac_ct_AS" && break
5746 done
5748 if test "x$ac_ct_AS" = x; then
5749 AS="as"
5750 else
5751 case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757 AS=$ac_ct_AS
5761 if test -n "$ac_tool_prefix"; then
5762 for ac_prog in ld gld
5764 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769 $as_echo_n "(cached) " >&6
5770 else
5771 if test -n "$LD"; then
5772 ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783 break 2
5785 done
5786 done
5787 IFS=$as_save_IFS
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796 { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5801 test -n "$LD" && break
5802 done
5804 if test -z "$LD"; then
5805 ac_ct_LD=$LD
5806 for ac_prog in ld gld
5808 # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813 $as_echo_n "(cached) " >&6
5814 else
5815 if test -n "$ac_ct_LD"; then
5816 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825 ac_cv_prog_ac_ct_LD="$ac_prog"
5826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5829 done
5830 done
5831 IFS=$as_save_IFS
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840 { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5845 test -n "$ac_ct_LD" && break
5846 done
5848 if test "x$ac_ct_LD" = x; then
5849 LD="ld"
5850 else
5851 case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857 LD=$ac_ct_LD
5861 if test -n "$ac_tool_prefix"; then
5862 for ac_prog in nm gnm
5864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$NM"; then
5872 ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5885 done
5886 done
5887 IFS=$as_save_IFS
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896 { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5901 test -n "$NM" && break
5902 done
5904 if test -z "$NM"; then
5905 ac_ct_NM=$NM
5906 for ac_prog in nm gnm
5908 # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913 $as_echo_n "(cached) " >&6
5914 else
5915 if test -n "$ac_ct_NM"; then
5916 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5921 IFS=$as_save_IFS
5922 test -z "$as_dir" && as_dir=.
5923 for ac_exec_ext in '' $ac_executable_extensions; do
5924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925 ac_cv_prog_ac_ct_NM="$ac_prog"
5926 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927 break 2
5929 done
5930 done
5931 IFS=$as_save_IFS
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940 { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5945 test -n "$ac_ct_NM" && break
5946 done
5948 if test "x$ac_ct_NM" = x; then
5949 NM="nm"
5950 else
5951 case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957 NM=$ac_ct_NM
5961 if test -n "$ac_tool_prefix"; then
5962 for ac_prog in ar gar
5964 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969 $as_echo_n "(cached) " >&6
5970 else
5971 if test -n "$AR"; then
5972 ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
5980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5985 done
5986 done
5987 IFS=$as_save_IFS
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996 { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
6001 test -n "$AR" && break
6002 done
6004 if test -z "$AR"; then
6005 ac_ct_AR=$AR
6006 for ac_prog in ar gar
6008 # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013 $as_echo_n "(cached) " >&6
6014 else
6015 if test -n "$ac_ct_AR"; then
6016 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6021 IFS=$as_save_IFS
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
6024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025 ac_cv_prog_ac_ct_AR="$ac_prog"
6026 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 break 2
6029 done
6030 done
6031 IFS=$as_save_IFS
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040 { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6045 test -n "$ac_ct_AR" && break
6046 done
6048 if test "x$ac_ct_AR" = x; then
6049 AR="ar"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057 AR=$ac_ct_AR
6061 ARFLAGS=rc
6063 if test -n "$ac_tool_prefix"; then
6064 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069 $as_echo_n "(cached) " >&6
6070 else
6071 if test -n "$RANLIB"; then
6072 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6077 IFS=$as_save_IFS
6078 test -z "$as_dir" && as_dir=.
6079 for ac_exec_ext in '' $ac_executable_extensions; do
6080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083 break 2
6085 done
6086 done
6087 IFS=$as_save_IFS
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096 { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103 ac_ct_RANLIB=$RANLIB
6104 # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109 $as_echo_n "(cached) " >&6
6110 else
6111 if test -n "$ac_ct_RANLIB"; then
6112 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6117 IFS=$as_save_IFS
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121 ac_cv_prog_ac_ct_RANLIB="ranlib"
6122 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 break 2
6125 done
6126 done
6127 IFS=$as_save_IFS
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136 { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6140 if test "x$ac_ct_RANLIB" = x; then
6141 RANLIB=":"
6142 else
6143 case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149 RANLIB=$ac_ct_RANLIB
6151 else
6152 RANLIB="$ac_cv_prog_RANLIB"
6155 if test -n "$ac_tool_prefix"; then
6156 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161 $as_echo_n "(cached) " >&6
6162 else
6163 if test -n "$STRIP"; then
6164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6169 IFS=$as_save_IFS
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 break 2
6177 done
6178 done
6179 IFS=$as_save_IFS
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188 { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6194 if test -z "$ac_cv_prog_STRIP"; then
6195 ac_ct_STRIP=$STRIP
6196 # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201 $as_echo_n "(cached) " >&6
6202 else
6203 if test -n "$ac_ct_STRIP"; then
6204 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_exec_ext in '' $ac_executable_extensions; do
6212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213 ac_cv_prog_ac_ct_STRIP="strip"
6214 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215 break 2
6217 done
6218 done
6219 IFS=$as_save_IFS
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228 { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6232 if test "x$ac_ct_STRIP" = x; then
6233 STRIP="strip"
6234 else
6235 case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241 STRIP=$ac_ct_STRIP
6243 else
6244 STRIP="$ac_cv_prog_STRIP"
6247 if test -n "$ac_tool_prefix"; then
6248 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$WINDRES"; then
6256 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287 ac_ct_WINDRES=$WINDRES
6288 # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293 $as_echo_n "(cached) " >&6
6294 else
6295 if test -n "$ac_ct_WINDRES"; then
6296 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
6303 for ac_exec_ext in '' $ac_executable_extensions; do
6304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305 ac_cv_prog_ac_ct_WINDRES="windres"
6306 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 break 2
6309 done
6310 done
6311 IFS=$as_save_IFS
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320 { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6324 if test "x$ac_ct_WINDRES" = x; then
6325 WINDRES="false"
6326 else
6327 case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333 WINDRES=$ac_ct_WINDRES
6335 else
6336 WINDRES="$ac_cv_prog_WINDRES"
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343 { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355 LN=ln
6357 { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360 LN="cp -p"
6362 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369 $as_echo_n "(cached) " >&6
6370 else
6371 if test -z "$GREP"; then
6372 ac_path_GREP_found=false
6373 # Loop through the user's path and test for each of PROGNAME-LIST
6374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6377 IFS=$as_save_IFS
6378 test -z "$as_dir" && as_dir=.
6379 for ac_prog in grep ggrep; do
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384 # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6389 ac_count=0
6390 $as_echo_n 0123456789 >"conftest.in"
6391 while :
6393 cat "conftest.in" "conftest.in" >"conftest.tmp"
6394 mv "conftest.tmp" "conftest.in"
6395 cp "conftest.in" "conftest.nl"
6396 $as_echo 'GREP' >> "conftest.nl"
6397 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399 ac_count=`expr $ac_count + 1`
6400 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401 # Best one so far, save it but keep looking for a better one
6402 ac_cv_path_GREP="$ac_path_GREP"
6403 ac_path_GREP_max=$ac_count
6405 # 10*(2^10) chars as input seems more than enough
6406 test $ac_count -gt 10 && break
6407 done
6408 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6411 $ac_path_GREP_found && break 3
6412 done
6413 done
6414 done
6415 IFS=$as_save_IFS
6416 if test -z "$ac_cv_path_GREP"; then
6417 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419 { (exit 1); exit 1; }; }
6421 else
6422 ac_cv_path_GREP=$GREP
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428 GREP="$ac_cv_path_GREP"
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434 $as_echo_n "(cached) " >&6
6435 else
6436 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437 then ac_cv_path_EGREP="$GREP -E"
6438 else
6439 if test -z "$EGREP"; then
6440 ac_path_EGREP_found=false
6441 # Loop through the user's path and test for each of PROGNAME-LIST
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
6447 for ac_prog in egrep; do
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452 # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6457 ac_count=0
6458 $as_echo_n 0123456789 >"conftest.in"
6459 while :
6461 cat "conftest.in" "conftest.in" >"conftest.tmp"
6462 mv "conftest.tmp" "conftest.in"
6463 cp "conftest.in" "conftest.nl"
6464 $as_echo 'EGREP' >> "conftest.nl"
6465 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467 ac_count=`expr $ac_count + 1`
6468 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469 # Best one so far, save it but keep looking for a better one
6470 ac_cv_path_EGREP="$ac_path_EGREP"
6471 ac_path_EGREP_max=$ac_count
6473 # 10*(2^10) chars as input seems more than enough
6474 test $ac_count -gt 10 && break
6475 done
6476 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6479 $ac_path_EGREP_found && break 3
6480 done
6481 done
6482 done
6483 IFS=$as_save_IFS
6484 if test -z "$ac_cv_path_EGREP"; then
6485 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487 { (exit 1); exit 1; }; }
6489 else
6490 ac_cv_path_EGREP=$EGREP
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497 EGREP="$ac_cv_path_EGREP"
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505 $as_echo_n "(cached) " >&6
6506 else
6507 case $LDCONFIG in
6508 [\\/]* | ?:[\\/]*)
6509 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6515 IFS=$as_save_IFS
6516 test -z "$as_dir" && as_dir=.
6517 for ac_exec_ext in '' $ac_executable_extensions; do
6518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521 break 2
6523 done
6524 done
6525 IFS=$as_save_IFS
6527 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6529 esac
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536 { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6541 # Find a good install program. We prefer a C program (faster),
6542 # so one script is as good as another. But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559 $as_echo_n "(cached) " >&6
6560 else
6561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6564 IFS=$as_save_IFS
6565 test -z "$as_dir" && as_dir=.
6566 # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568 ./ | .// | /cC/* | \
6569 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571 /usr/ucb/* ) ;;
6573 # OSF1 and SCO ODT 3.0 have their own names for install.
6574 # Don't use installbsd from OSF since it installs stuff as root
6575 # by default.
6576 for ac_prog in ginstall scoinst install; do
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579 if test $ac_prog = install &&
6580 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581 # AIX install. It has an incompatible calling convention.
6583 elif test $ac_prog = install &&
6584 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585 # program-specific install script used by HP pwplus--don't use.
6587 else
6588 rm -rf conftest.one conftest.two conftest.dir
6589 echo one > conftest.one
6590 echo two > conftest.two
6591 mkdir conftest.dir
6592 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593 test -s conftest.one && test -s conftest.two &&
6594 test -s conftest.dir/conftest.one &&
6595 test -s conftest.dir/conftest.two
6596 then
6597 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598 break 3
6602 done
6603 done
6605 esac
6607 done
6608 IFS=$as_save_IFS
6610 rm -rf conftest.one conftest.two conftest.dir
6613 if test "${ac_cv_path_install+set}" = set; then
6614 INSTALL=$ac_cv_path_install
6615 else
6616 # As a last resort, use the slow shell script. Don't cache a
6617 # value for INSTALL within a source directory, because that will
6618 # break other packages using the cache if that directory is
6619 # removed, or if the value is a relative name.
6620 INSTALL=$ac_install_sh
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6634 case "$INSTALL" in
6635 [\\/$]* | ?:[\\/]* ) ;;
6636 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6639 for ac_prog in lclint lint
6641 # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646 $as_echo_n "(cached) " >&6
6647 else
6648 if test -n "$LINT"; then
6649 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658 ac_cv_prog_LINT="$ac_prog"
6659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660 break 2
6662 done
6663 done
6664 IFS=$as_save_IFS
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673 { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6678 test -n "$LINT" && break
6679 done
6681 if test "$LINT" = "lint"
6682 then
6683 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6688 for ac_prog in fontforge
6690 # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695 $as_echo_n "(cached) " >&6
6696 else
6697 if test -n "$FONTFORGE"; then
6698 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6703 IFS=$as_save_IFS
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707 ac_cv_prog_FONTFORGE="$ac_prog"
6708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 break 2
6711 done
6712 done
6713 IFS=$as_save_IFS
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722 { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6727 test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6731 for ac_prog in pkg-config
6733 # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738 $as_echo_n "(cached) " >&6
6739 else
6740 if test -n "$PKG_CONFIG"; then
6741 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6746 IFS=$as_save_IFS
6747 test -z "$as_dir" && as_dir=.
6748 for ac_exec_ext in '' $ac_executable_extensions; do
6749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750 ac_cv_prog_PKG_CONFIG="$ac_prog"
6751 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752 break 2
6754 done
6755 done
6756 IFS=$as_save_IFS
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765 { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6770 test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6774 for ac_prog in rsvg
6776 # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781 $as_echo_n "(cached) " >&6
6782 else
6783 if test -n "$RSVG"; then
6784 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
6792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793 ac_cv_prog_RSVG="$ac_prog"
6794 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6797 done
6798 done
6799 IFS=$as_save_IFS
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808 { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6813 test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6817 for ac_prog in icotool
6819 # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824 $as_echo_n "(cached) " >&6
6825 else
6826 if test -n "$ICOTOOL"; then
6827 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ICOTOOL="$ac_prog"
6837 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6840 done
6841 done
6842 IFS=$as_save_IFS
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851 { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6856 test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6868 case $host_cpu in
6869 *i[3456789]86*)
6870 # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875 $as_echo_n "(cached) " >&6
6876 else
6877 case $PRELINK in
6878 [\\/]* | ?:[\\/]*)
6879 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6885 IFS=$as_save_IFS
6886 test -z "$as_dir" && as_dir=.
6887 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891 break 2
6893 done
6894 done
6895 IFS=$as_save_IFS
6897 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6899 esac
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906 { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6912 esac
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919 $as_echo_n "(cached) " >&6
6920 else
6921 ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386 $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h. */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h. */
6930 /* Override any GCC internal prototype to avoid an error.
6931 Use char because int might match the return type of a GCC
6932 builtin and then its argument prototype would still apply. */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6938 main ()
6940 return i386_set_ldt ();
6942 return 0;
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949 *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953 (eval "$ac_link") 2>conftest.er1
6954 ac_status=$?
6955 grep -v '^ *+' conftest.er1 >conftest.err
6956 rm -f conftest.er1
6957 cat conftest.err >&5
6958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959 (exit $ac_status); } && {
6960 test -z "$ac_c_werror_flag" ||
6961 test ! -s conftest.err
6962 } && test -s conftest$ac_exeext && {
6963 test "$cross_compiling" = yes ||
6964 $as_test_x conftest$ac_exeext
6965 }; then
6966 ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968 $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6971 ac_cv_lib_i386_i386_set_ldt=no
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976 conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982 cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6986 LIBS="-li386 $LIBS"
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994 $as_echo_n "(cached) " >&6
6995 else
6996 ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h. */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h. */
7005 /* Override any GCC internal prototype to avoid an error.
7006 Use char because int might match the return type of a GCC
7007 builtin and then its argument prototype would still apply. */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7013 main ()
7015 return _oss_ioctl ();
7017 return 0;
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028 (eval "$ac_link") 2>conftest.er1
7029 ac_status=$?
7030 grep -v '^ *+' conftest.er1 >conftest.err
7031 rm -f conftest.er1
7032 cat conftest.err >&5
7033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034 (exit $ac_status); } && {
7035 test -z "$ac_c_werror_flag" ||
7036 test ! -s conftest.err
7037 } && test -s conftest$ac_exeext && {
7038 test "$cross_compiling" = yes ||
7039 $as_test_x conftest$ac_exeext
7040 }; then
7041 ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043 $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7046 ac_cv_lib_ossaudio__oss_ioctl=no
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051 conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057 cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7061 LIBS="-lossaudio $LIBS"
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068 $as_echo_n "(cached) " >&6
7069 else
7070 ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h. */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h. */
7079 /* Override any GCC internal prototype to avoid an error.
7080 Use char because int might match the return type of a GCC
7081 builtin and then its argument prototype would still apply. */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7087 main ()
7089 return pthread_create ();
7091 return 0;
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098 *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102 (eval "$ac_link") 2>conftest.er1
7103 ac_status=$?
7104 grep -v '^ *+' conftest.er1 >conftest.err
7105 rm -f conftest.er1
7106 cat conftest.err >&5
7107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108 (exit $ac_status); } && {
7109 test -z "$ac_c_werror_flag" ||
7110 test ! -s conftest.err
7111 } && test -s conftest$ac_exeext && {
7112 test "$cross_compiling" = yes ||
7113 $as_test_x conftest$ac_exeext
7114 }; then
7115 ac_cv_lib_pthread_pthread_create=yes
7116 else
7117 $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7120 ac_cv_lib_pthread_pthread_create=no
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125 conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131 LIBPTHREAD="-lpthread"
7136 XLIB=""
7138 OPENGL_LIBS=""
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145 $as_echo_n "(cached) " >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7159 main ()
7163 return 0;
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170 *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174 (eval "$ac_compile") 2>conftest.er1
7175 ac_status=$?
7176 grep -v '^ *+' conftest.er1 >conftest.err
7177 rm -f conftest.er1
7178 cat conftest.err >&5
7179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); } && {
7181 test -z "$ac_c_werror_flag" ||
7182 test ! -s conftest.err
7183 } && test -s conftest.$ac_objext; then
7184 ac_cv_header_stdc=yes
7185 else
7186 $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7189 ac_cv_header_stdc=no
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7194 if test $ac_cv_header_stdc = yes; then
7195 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196 cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h. */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h. */
7202 #include <string.h>
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206 $EGREP "memchr" >/dev/null 2>&1; then
7208 else
7209 ac_cv_header_stdc=no
7211 rm -f conftest*
7215 if test $ac_cv_header_stdc = yes; then
7216 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217 cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h. */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h. */
7223 #include <stdlib.h>
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227 $EGREP "free" >/dev/null 2>&1; then
7229 else
7230 ac_cv_header_stdc=no
7232 rm -f conftest*
7236 if test $ac_cv_header_stdc = yes; then
7237 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238 if test "$cross_compiling" = yes; then
7240 else
7241 cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h. */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h. */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254 (('a' <= (c) && (c) <= 'i') \
7255 || ('j' <= (c) && (c) <= 'r') \
7256 || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7262 main ()
7264 int i;
7265 for (i = 0; i < 256; i++)
7266 if (XOR (islower (i), ISLOWER (i))
7267 || toupper (i) != TOUPPER (i))
7268 return 2;
7269 return 0;
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276 *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280 (eval "$ac_link") 2>&5
7281 ac_status=$?
7282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284 { (case "(($ac_try" in
7285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286 *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290 (eval "$ac_try") 2>&5
7291 ac_status=$?
7292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); }; }; then
7295 else
7296 $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331 inttypes.h stdint.h unistd.h
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337 $as_echo_n "(cached) " >&6
7338 else
7339 cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h. */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357 (eval "$ac_compile") 2>conftest.er1
7358 ac_status=$?
7359 grep -v '^ *+' conftest.er1 >conftest.err
7360 rm -f conftest.er1
7361 cat conftest.err >&5
7362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); } && {
7364 test -z "$ac_c_werror_flag" ||
7365 test ! -s conftest.err
7366 } && test -s conftest.$ac_objext; then
7367 eval "$as_ac_Header=yes"
7368 else
7369 $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7372 eval "$as_ac_Header=no"
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378 $as_echo "$as_val"'`
7379 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382 $as_echo "$as_val"'`
7383 if test "x$as_val" = x""yes; then
7384 cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7390 done
7509 for ac_header in \
7510 AudioUnit/AudioUnit.h \
7511 Carbon/Carbon.h \
7512 CoreAudio/CoreAudio.h \
7513 DiskArbitration/DiskArbitration.h \
7514 IOKit/IOKitLib.h \
7515 alias.h \
7516 alsa/asoundlib.h \
7517 arpa/inet.h \
7518 arpa/nameser.h \
7519 asm/types.h \
7520 capi20.h \
7521 curses.h \
7522 direct.h \
7523 dirent.h \
7524 dlfcn.h \
7525 elf.h \
7526 float.h \
7527 fontconfig/fontconfig.h \
7528 getopt.h \
7529 grp.h \
7530 ieeefp.h \
7531 io.h \
7532 jack/jack.h \
7533 jpeglib.h \
7534 lber.h \
7535 lcms.h \
7536 lcms/lcms.h \
7537 ldap.h \
7538 libaudioio.h \
7539 link.h \
7540 linux/cdrom.h \
7541 linux/compiler.h \
7542 linux/hdreg.h \
7543 linux/input.h \
7544 linux/ioctl.h \
7545 linux/joystick.h \
7546 linux/major.h \
7547 linux/param.h \
7548 linux/serial.h \
7549 linux/types.h \
7550 linux/ucdrom.h \
7551 mach/mach.h \
7552 mach/machine.h \
7553 machine/cpu.h \
7554 machine/limits.h \
7555 machine/soundcard.h \
7556 mntent.h \
7557 ncurses.h \
7558 netdb.h \
7559 netinet/in.h \
7560 netinet/in_systm.h \
7561 netinet/tcp.h \
7562 netinet/tcp_fsm.h \
7563 openssl/err.h \
7564 openssl/ssl.h \
7565 png.h \
7566 poll.h \
7567 process.h \
7568 pthread.h \
7569 pwd.h \
7570 regex.h \
7571 sched.h \
7572 scsi/scsi.h \
7573 scsi/scsi_ioctl.h \
7574 scsi/sg.h \
7575 soundcard.h \
7576 stdint.h \
7577 strings.h \
7578 sys/asoundlib.h \
7579 sys/cdio.h \
7580 sys/elf32.h \
7581 sys/epoll.h \
7582 sys/errno.h \
7583 sys/event.h \
7584 sys/exec_elf.h \
7585 sys/filio.h \
7586 sys/ioctl.h \
7587 sys/ipc.h \
7588 sys/limits.h \
7589 sys/link.h \
7590 sys/lwp.h \
7591 sys/mman.h \
7592 sys/modem.h \
7593 sys/msg.h \
7594 sys/mtio.h \
7595 sys/param.h \
7596 sys/poll.h \
7597 sys/prctl.h \
7598 sys/protosw.h \
7599 sys/ptrace.h \
7600 sys/reg.h \
7601 sys/resource.h \
7602 sys/scsiio.h \
7603 sys/shm.h \
7604 sys/signal.h \
7605 sys/socket.h \
7606 sys/socketvar.h \
7607 sys/sockio.h \
7608 sys/soundcard.h \
7609 sys/statvfs.h \
7610 sys/strtio.h \
7611 sys/syscall.h \
7612 sys/time.h \
7613 sys/timeout.h \
7614 sys/times.h \
7615 sys/uio.h \
7616 sys/un.h \
7617 sys/utsname.h \
7618 sys/vm86.h \
7619 sys/wait.h \
7620 syscall.h \
7621 termios.h \
7622 unistd.h \
7623 utime.h \
7624 valgrind/memcheck.h \
7625 valgrind/valgrind.h
7628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 $as_echo_n "checking for $ac_header... " >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 $as_echo_n "(cached) " >&6
7635 ac_res=`eval 'as_val=${'$as_ac_Header'}
7636 $as_echo "$as_val"'`
7637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7638 $as_echo "$ac_res" >&6; }
7639 else
7640 # Is the header compilable?
7641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7642 $as_echo_n "checking $ac_header usability... " >&6; }
7643 cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h. */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h. */
7649 $ac_includes_default
7650 #include <$ac_header>
7651 _ACEOF
7652 rm -f conftest.$ac_objext
7653 if { (ac_try="$ac_compile"
7654 case "(($ac_try" in
7655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7656 *) ac_try_echo=$ac_try;;
7657 esac
7658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7659 $as_echo "$ac_try_echo") >&5
7660 (eval "$ac_compile") 2>conftest.er1
7661 ac_status=$?
7662 grep -v '^ *+' conftest.er1 >conftest.err
7663 rm -f conftest.er1
7664 cat conftest.err >&5
7665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 (exit $ac_status); } && {
7667 test -z "$ac_c_werror_flag" ||
7668 test ! -s conftest.err
7669 } && test -s conftest.$ac_objext; then
7670 ac_header_compiler=yes
7671 else
7672 $as_echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7675 ac_header_compiler=no
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7680 $as_echo "$ac_header_compiler" >&6; }
7682 # Is the header present?
7683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7684 $as_echo_n "checking $ac_header presence... " >&6; }
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h. */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h. */
7691 #include <$ac_header>
7692 _ACEOF
7693 if { (ac_try="$ac_cpp conftest.$ac_ext"
7694 case "(($ac_try" in
7695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696 *) ac_try_echo=$ac_try;;
7697 esac
7698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7699 $as_echo "$ac_try_echo") >&5
7700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7701 ac_status=$?
7702 grep -v '^ *+' conftest.er1 >conftest.err
7703 rm -f conftest.er1
7704 cat conftest.err >&5
7705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } >/dev/null && {
7707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7708 test ! -s conftest.err
7709 }; then
7710 ac_header_preproc=yes
7711 else
7712 $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 ac_header_preproc=no
7718 rm -f conftest.err conftest.$ac_ext
7719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7720 $as_echo "$ac_header_preproc" >&6; }
7722 # So? What about this header?
7723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7724 yes:no: )
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7729 ac_header_preproc=yes
7731 no:yes:* )
7732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7744 ( cat <<\_ASBOX
7745 ## ------------------------------------ ##
7746 ## Report this to wine-devel@winehq.org ##
7747 ## ------------------------------------ ##
7748 _ASBOX
7749 ) | sed "s/^/$as_me: WARNING: /" >&2
7751 esac
7752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 $as_echo_n "checking for $ac_header... " >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755 $as_echo_n "(cached) " >&6
7756 else
7757 eval "$as_ac_Header=\$ac_header_preproc"
7759 ac_res=`eval 'as_val=${'$as_ac_Header'}
7760 $as_echo "$as_val"'`
7761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7762 $as_echo "$ac_res" >&6; }
7765 as_val=`eval 'as_val=${'$as_ac_Header'}
7766 $as_echo "$as_val"'`
7767 if test "x$as_val" = x""yes; then
7768 cat >>confdefs.h <<_ACEOF
7769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7770 _ACEOF
7774 done
7776 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7777 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7778 if test "${ac_cv_header_stat_broken+set}" = set; then
7779 $as_echo_n "(cached) " >&6
7780 else
7781 cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h. */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h. */
7787 #include <sys/types.h>
7788 #include <sys/stat.h>
7790 #if defined S_ISBLK && defined S_IFDIR
7791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7792 #endif
7794 #if defined S_ISBLK && defined S_IFCHR
7795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7796 #endif
7798 #if defined S_ISLNK && defined S_IFREG
7799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7800 #endif
7802 #if defined S_ISSOCK && defined S_IFREG
7803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7804 #endif
7806 _ACEOF
7807 rm -f conftest.$ac_objext
7808 if { (ac_try="$ac_compile"
7809 case "(($ac_try" in
7810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7811 *) ac_try_echo=$ac_try;;
7812 esac
7813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7814 $as_echo "$ac_try_echo") >&5
7815 (eval "$ac_compile") 2>conftest.er1
7816 ac_status=$?
7817 grep -v '^ *+' conftest.er1 >conftest.err
7818 rm -f conftest.er1
7819 cat conftest.err >&5
7820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); } && {
7822 test -z "$ac_c_werror_flag" ||
7823 test ! -s conftest.err
7824 } && test -s conftest.$ac_objext; then
7825 ac_cv_header_stat_broken=no
7826 else
7827 $as_echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7830 ac_cv_header_stat_broken=yes
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7835 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7836 $as_echo "$ac_cv_header_stat_broken" >&6; }
7837 if test $ac_cv_header_stat_broken = yes; then
7839 cat >>confdefs.h <<\_ACEOF
7840 #define STAT_MACROS_BROKEN 1
7841 _ACEOF
7852 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 $as_echo_n "checking for $ac_header... " >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 $as_echo_n "(cached) " >&6
7859 else
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h. */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_PARAM_H
7868 # include <sys/param.h>
7869 #endif
7871 #include <$ac_header>
7872 _ACEOF
7873 rm -f conftest.$ac_objext
7874 if { (ac_try="$ac_compile"
7875 case "(($ac_try" in
7876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7877 *) ac_try_echo=$ac_try;;
7878 esac
7879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7880 $as_echo "$ac_try_echo") >&5
7881 (eval "$ac_compile") 2>conftest.er1
7882 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1
7885 cat conftest.err >&5
7886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && {
7888 test -z "$ac_c_werror_flag" ||
7889 test ! -s conftest.err
7890 } && test -s conftest.$ac_objext; then
7891 eval "$as_ac_Header=yes"
7892 else
7893 $as_echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7896 eval "$as_ac_Header=no"
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
7902 $as_echo "$as_val"'`
7903 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7904 $as_echo "$ac_res" >&6; }
7905 as_val=`eval 'as_val=${'$as_ac_Header'}
7906 $as_echo "$as_val"'`
7907 if test "x$as_val" = x""yes; then
7908 cat >>confdefs.h <<_ACEOF
7909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7910 _ACEOF
7914 done
7930 for ac_header in \
7931 netinet/ip.h \
7932 net/if.h \
7933 net/if_arp.h \
7934 net/if_dl.h \
7935 net/if_types.h \
7936 net/route.h \
7937 netinet/if_ether.h \
7938 netinet/if_inarp.h \
7939 netinet/in_pcb.h \
7940 netinet/ip_icmp.h \
7941 netinet/ip_var.h \
7942 netinet/udp.h \
7943 netipx/ipx.h \
7946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7948 $as_echo_n "checking for $ac_header... " >&6; }
7949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7950 $as_echo_n "(cached) " >&6
7951 else
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7958 #include <sys/types.h>
7959 #ifdef HAVE_SYS_SOCKET_H
7960 # include <sys/socket.h>
7961 #endif
7962 #ifdef HAVE_SYS_SOCKETVAR_H
7963 # include <sys/socketvar.h>
7964 #endif
7965 #ifdef HAVE_NET_ROUTE_H
7966 # include <net/route.h>
7967 #endif
7968 #ifdef HAVE_NETINET_IN_H
7969 # include <netinet/in.h>
7970 #endif
7971 #ifdef HAVE_NETINET_IN_SYSTM_H
7972 # include <netinet/in_systm.h>
7973 #endif
7974 #ifdef HAVE_NET_IF_H
7975 # include <net/if.h>
7976 #endif
7977 #ifdef HAVE_NETINET_IP_H
7978 # include <netinet/ip.h>
7979 #endif
7981 #include <$ac_header>
7982 _ACEOF
7983 rm -f conftest.$ac_objext
7984 if { (ac_try="$ac_compile"
7985 case "(($ac_try" in
7986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7987 *) ac_try_echo=$ac_try;;
7988 esac
7989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7990 $as_echo "$ac_try_echo") >&5
7991 (eval "$ac_compile") 2>conftest.er1
7992 ac_status=$?
7993 grep -v '^ *+' conftest.er1 >conftest.err
7994 rm -f conftest.er1
7995 cat conftest.err >&5
7996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997 (exit $ac_status); } && {
7998 test -z "$ac_c_werror_flag" ||
7999 test ! -s conftest.err
8000 } && test -s conftest.$ac_objext; then
8001 eval "$as_ac_Header=yes"
8002 else
8003 $as_echo "$as_me: failed program was:" >&5
8004 sed 's/^/| /' conftest.$ac_ext >&5
8006 eval "$as_ac_Header=no"
8009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8011 ac_res=`eval 'as_val=${'$as_ac_Header'}
8012 $as_echo "$as_val"'`
8013 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8014 $as_echo "$ac_res" >&6; }
8015 as_val=`eval 'as_val=${'$as_ac_Header'}
8016 $as_echo "$as_val"'`
8017 if test "x$as_val" = x""yes; then
8018 cat >>confdefs.h <<_ACEOF
8019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8020 _ACEOF
8024 done
8031 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
8033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8035 $as_echo_n "checking for $ac_header... " >&6; }
8036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8037 $as_echo_n "(cached) " >&6
8038 else
8039 cat >conftest.$ac_ext <<_ACEOF
8040 /* confdefs.h. */
8041 _ACEOF
8042 cat confdefs.h >>conftest.$ac_ext
8043 cat >>conftest.$ac_ext <<_ACEOF
8044 /* end confdefs.h. */
8045 #include <sys/types.h>
8046 #ifdef HAVE_ALIAS_H
8047 # include <alias.h>
8048 #endif
8049 #ifdef HAVE_SYS_SOCKET_H
8050 # include <sys/socket.h>
8051 #endif
8052 #ifdef HAVE_SYS_SOCKETVAR_H
8053 # include <sys/socketvar.h>
8054 #endif
8055 #ifdef HAVE_SYS_TIMEOUT_H
8056 # include <sys/timeout.h>
8057 #endif
8058 #ifdef HAVE_NETINET_IN_H
8059 # include <netinet/in.h>
8060 #endif
8061 #ifdef HAVE_NETINET_IN_SYSTM_H
8062 # include <netinet/in_systm.h>
8063 #endif
8064 #ifdef HAVE_NETINET_IP_H
8065 # include <netinet/ip.h>
8066 #endif
8067 #ifdef HAVE_NETINET_IP_VAR_H
8068 # include <netinet/ip_var.h>
8069 #endif
8070 #ifdef HAVE_NETINET_IP_ICMP_H
8071 # include <netinet/ip_icmp.h>
8072 #endif
8073 #ifdef HAVE_NETINET_UDP_H
8074 # include <netinet/udp.h>
8075 #endif
8076 #ifdef HAVE_NETINET_TCP_H
8077 # include <netinet/tcp.h>
8078 #endif
8079 #ifdef HAVE_NETINET_TCP_TIMER_H
8080 #include <netinet/tcp_timer.h>
8081 #endif
8083 #include <$ac_header>
8084 _ACEOF
8085 rm -f conftest.$ac_objext
8086 if { (ac_try="$ac_compile"
8087 case "(($ac_try" in
8088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8089 *) ac_try_echo=$ac_try;;
8090 esac
8091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8092 $as_echo "$ac_try_echo") >&5
8093 (eval "$ac_compile") 2>conftest.er1
8094 ac_status=$?
8095 grep -v '^ *+' conftest.er1 >conftest.err
8096 rm -f conftest.er1
8097 cat conftest.err >&5
8098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 (exit $ac_status); } && {
8100 test -z "$ac_c_werror_flag" ||
8101 test ! -s conftest.err
8102 } && test -s conftest.$ac_objext; then
8103 eval "$as_ac_Header=yes"
8104 else
8105 $as_echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8108 eval "$as_ac_Header=no"
8111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8113 ac_res=`eval 'as_val=${'$as_ac_Header'}
8114 $as_echo "$as_val"'`
8115 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8116 $as_echo "$ac_res" >&6; }
8117 as_val=`eval 'as_val=${'$as_ac_Header'}
8118 $as_echo "$as_val"'`
8119 if test "x$as_val" = x""yes; then
8120 cat >>confdefs.h <<_ACEOF
8121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8122 _ACEOF
8126 done
8130 for ac_header in linux/ipx.h
8132 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8133 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8134 $as_echo_n "checking for $ac_header... " >&6; }
8135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8136 $as_echo_n "(cached) " >&6
8137 else
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. */
8144 #include <sys/types.h>
8145 #ifdef HAVE_ASM_TYPES_H
8146 # include <asm/types.h>
8147 #endif
8148 #ifdef HAVE_SYS_SOCKET_H
8149 # include <sys/socket.h>
8150 #endif
8151 #ifdef HAVE_LINUX_TYPES_H
8152 # include <linux/types.h>
8153 #endif
8155 #include <$ac_header>
8156 _ACEOF
8157 rm -f conftest.$ac_objext
8158 if { (ac_try="$ac_compile"
8159 case "(($ac_try" in
8160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8161 *) ac_try_echo=$ac_try;;
8162 esac
8163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8164 $as_echo "$ac_try_echo") >&5
8165 (eval "$ac_compile") 2>conftest.er1
8166 ac_status=$?
8167 grep -v '^ *+' conftest.er1 >conftest.err
8168 rm -f conftest.er1
8169 cat conftest.err >&5
8170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8171 (exit $ac_status); } && {
8172 test -z "$ac_c_werror_flag" ||
8173 test ! -s conftest.err
8174 } && test -s conftest.$ac_objext; then
8175 eval "$as_ac_Header=yes"
8176 else
8177 $as_echo "$as_me: failed program was:" >&5
8178 sed 's/^/| /' conftest.$ac_ext >&5
8180 eval "$as_ac_Header=no"
8183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8185 ac_res=`eval 'as_val=${'$as_ac_Header'}
8186 $as_echo "$as_val"'`
8187 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8188 $as_echo "$ac_res" >&6; }
8189 as_val=`eval 'as_val=${'$as_ac_Header'}
8190 $as_echo "$as_val"'`
8191 if test "x$as_val" = x""yes; then
8192 cat >>confdefs.h <<_ACEOF
8193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8194 _ACEOF
8198 done
8202 for ac_header in resolv.h
8204 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8205 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8206 $as_echo_n "checking for $ac_header... " >&6; }
8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8208 $as_echo_n "(cached) " >&6
8209 else
8210 cat >conftest.$ac_ext <<_ACEOF
8211 /* confdefs.h. */
8212 _ACEOF
8213 cat confdefs.h >>conftest.$ac_ext
8214 cat >>conftest.$ac_ext <<_ACEOF
8215 /* end confdefs.h. */
8216 #include <sys/types.h>
8217 #ifdef HAVE_SYS_SOCKET_H
8218 # include <sys/socket.h>
8219 #endif
8220 #ifdef HAVE_NETINET_IN_H
8221 # include <netinet/in.h>
8222 #endif
8223 #ifdef HAVE_ARPA_NAMESER_H
8224 # include <arpa/nameser.h>
8225 #endif
8227 #include <$ac_header>
8228 _ACEOF
8229 rm -f conftest.$ac_objext
8230 if { (ac_try="$ac_compile"
8231 case "(($ac_try" in
8232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8233 *) ac_try_echo=$ac_try;;
8234 esac
8235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8236 $as_echo "$ac_try_echo") >&5
8237 (eval "$ac_compile") 2>conftest.er1
8238 ac_status=$?
8239 grep -v '^ *+' conftest.er1 >conftest.err
8240 rm -f conftest.er1
8241 cat conftest.err >&5
8242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8243 (exit $ac_status); } && {
8244 test -z "$ac_c_werror_flag" ||
8245 test ! -s conftest.err
8246 } && test -s conftest.$ac_objext; then
8247 eval "$as_ac_Header=yes"
8248 else
8249 $as_echo "$as_me: failed program was:" >&5
8250 sed 's/^/| /' conftest.$ac_ext >&5
8252 eval "$as_ac_Header=no"
8255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8257 ac_res=`eval 'as_val=${'$as_ac_Header'}
8258 $as_echo "$as_val"'`
8259 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8260 $as_echo "$ac_res" >&6; }
8261 as_val=`eval 'as_val=${'$as_ac_Header'}
8262 $as_echo "$as_val"'`
8263 if test "x$as_val" = x""yes; then
8264 cat >>confdefs.h <<_ACEOF
8265 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8266 _ACEOF
8270 done
8274 for ac_header in ucontext.h
8276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8277 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8278 $as_echo_n "checking for $ac_header... " >&6; }
8279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8280 $as_echo_n "(cached) " >&6
8281 else
8282 cat >conftest.$ac_ext <<_ACEOF
8283 /* confdefs.h. */
8284 _ACEOF
8285 cat confdefs.h >>conftest.$ac_ext
8286 cat >>conftest.$ac_ext <<_ACEOF
8287 /* end confdefs.h. */
8288 #include <signal.h>
8290 #include <$ac_header>
8291 _ACEOF
8292 rm -f conftest.$ac_objext
8293 if { (ac_try="$ac_compile"
8294 case "(($ac_try" in
8295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8296 *) ac_try_echo=$ac_try;;
8297 esac
8298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8299 $as_echo "$ac_try_echo") >&5
8300 (eval "$ac_compile") 2>conftest.er1
8301 ac_status=$?
8302 grep -v '^ *+' conftest.er1 >conftest.err
8303 rm -f conftest.er1
8304 cat conftest.err >&5
8305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8306 (exit $ac_status); } && {
8307 test -z "$ac_c_werror_flag" ||
8308 test ! -s conftest.err
8309 } && test -s conftest.$ac_objext; then
8310 eval "$as_ac_Header=yes"
8311 else
8312 $as_echo "$as_me: failed program was:" >&5
8313 sed 's/^/| /' conftest.$ac_ext >&5
8315 eval "$as_ac_Header=no"
8318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8320 ac_res=`eval 'as_val=${'$as_ac_Header'}
8321 $as_echo "$as_val"'`
8322 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8323 $as_echo "$ac_res" >&6; }
8324 as_val=`eval 'as_val=${'$as_ac_Header'}
8325 $as_echo "$as_val"'`
8326 if test "x$as_val" = x""yes; then
8327 cat >>confdefs.h <<_ACEOF
8328 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8329 _ACEOF
8333 done
8337 for ac_header in sys/thr.h
8339 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8340 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8341 $as_echo_n "checking for $ac_header... " >&6; }
8342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8343 $as_echo_n "(cached) " >&6
8344 else
8345 cat >conftest.$ac_ext <<_ACEOF
8346 /* confdefs.h. */
8347 _ACEOF
8348 cat confdefs.h >>conftest.$ac_ext
8349 cat >>conftest.$ac_ext <<_ACEOF
8350 /* end confdefs.h. */
8351 #include <sys/types.h>
8352 #ifdef HAVE_UCONTEXT_H
8353 #include <ucontext.h>
8354 #endif
8356 #include <$ac_header>
8357 _ACEOF
8358 rm -f conftest.$ac_objext
8359 if { (ac_try="$ac_compile"
8360 case "(($ac_try" in
8361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8362 *) ac_try_echo=$ac_try;;
8363 esac
8364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8365 $as_echo "$ac_try_echo") >&5
8366 (eval "$ac_compile") 2>conftest.er1
8367 ac_status=$?
8368 grep -v '^ *+' conftest.er1 >conftest.err
8369 rm -f conftest.er1
8370 cat conftest.err >&5
8371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372 (exit $ac_status); } && {
8373 test -z "$ac_c_werror_flag" ||
8374 test ! -s conftest.err
8375 } && test -s conftest.$ac_objext; then
8376 eval "$as_ac_Header=yes"
8377 else
8378 $as_echo "$as_me: failed program was:" >&5
8379 sed 's/^/| /' conftest.$ac_ext >&5
8381 eval "$as_ac_Header=no"
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8386 ac_res=`eval 'as_val=${'$as_ac_Header'}
8387 $as_echo "$as_val"'`
8388 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8389 $as_echo "$ac_res" >&6; }
8390 as_val=`eval 'as_val=${'$as_ac_Header'}
8391 $as_echo "$as_val"'`
8392 if test "x$as_val" = x""yes; then
8393 cat >>confdefs.h <<_ACEOF
8394 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8395 _ACEOF
8399 done
8403 for ac_header in pthread_np.h
8405 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8406 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8407 $as_echo_n "checking for $ac_header... " >&6; }
8408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8409 $as_echo_n "(cached) " >&6
8410 else
8411 cat >conftest.$ac_ext <<_ACEOF
8412 /* confdefs.h. */
8413 _ACEOF
8414 cat confdefs.h >>conftest.$ac_ext
8415 cat >>conftest.$ac_ext <<_ACEOF
8416 /* end confdefs.h. */
8417 #ifdef HAVE_PTHREAD_H
8418 #include <pthread.h>
8419 #endif
8421 #include <$ac_header>
8422 _ACEOF
8423 rm -f conftest.$ac_objext
8424 if { (ac_try="$ac_compile"
8425 case "(($ac_try" in
8426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427 *) ac_try_echo=$ac_try;;
8428 esac
8429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8430 $as_echo "$ac_try_echo") >&5
8431 (eval "$ac_compile") 2>conftest.er1
8432 ac_status=$?
8433 grep -v '^ *+' conftest.er1 >conftest.err
8434 rm -f conftest.er1
8435 cat conftest.err >&5
8436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 (exit $ac_status); } && {
8438 test -z "$ac_c_werror_flag" ||
8439 test ! -s conftest.err
8440 } && test -s conftest.$ac_objext; then
8441 eval "$as_ac_Header=yes"
8442 else
8443 $as_echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.$ac_ext >&5
8446 eval "$as_ac_Header=no"
8449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8451 ac_res=`eval 'as_val=${'$as_ac_Header'}
8452 $as_echo "$as_val"'`
8453 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8454 $as_echo "$ac_res" >&6; }
8455 as_val=`eval 'as_val=${'$as_ac_Header'}
8456 $as_echo "$as_val"'`
8457 if test "x$as_val" = x""yes; then
8458 cat >>confdefs.h <<_ACEOF
8459 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8460 _ACEOF
8464 done
8468 for ac_header in linux/videodev.h
8470 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8471 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8472 $as_echo_n "checking for $ac_header... " >&6; }
8473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8474 $as_echo_n "(cached) " >&6
8475 else
8476 cat >conftest.$ac_ext <<_ACEOF
8477 /* confdefs.h. */
8478 _ACEOF
8479 cat confdefs.h >>conftest.$ac_ext
8480 cat >>conftest.$ac_ext <<_ACEOF
8481 /* end confdefs.h. */
8482 #ifdef HAVE_SYS_TIME_H
8483 #include <sys/time.h>
8484 #endif
8485 #include <sys/types.h>
8486 #ifdef HAVE_ASM_TYPES_H
8487 #include <asm/types.h>
8488 #endif
8490 #include <$ac_header>
8491 _ACEOF
8492 rm -f conftest.$ac_objext
8493 if { (ac_try="$ac_compile"
8494 case "(($ac_try" in
8495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8496 *) ac_try_echo=$ac_try;;
8497 esac
8498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8499 $as_echo "$ac_try_echo") >&5
8500 (eval "$ac_compile") 2>conftest.er1
8501 ac_status=$?
8502 grep -v '^ *+' conftest.er1 >conftest.err
8503 rm -f conftest.er1
8504 cat conftest.err >&5
8505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506 (exit $ac_status); } && {
8507 test -z "$ac_c_werror_flag" ||
8508 test ! -s conftest.err
8509 } && test -s conftest.$ac_objext; then
8510 eval "$as_ac_Header=yes"
8511 else
8512 $as_echo "$as_me: failed program was:" >&5
8513 sed 's/^/| /' conftest.$ac_ext >&5
8515 eval "$as_ac_Header=no"
8518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8520 ac_res=`eval 'as_val=${'$as_ac_Header'}
8521 $as_echo "$as_val"'`
8522 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8523 $as_echo "$ac_res" >&6; }
8524 as_val=`eval 'as_val=${'$as_ac_Header'}
8525 $as_echo "$as_val"'`
8526 if test "x$as_val" = x""yes; then
8527 cat >>confdefs.h <<_ACEOF
8528 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8529 _ACEOF
8533 done
8537 for ac_header in linux/capi.h
8539 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8540 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8541 $as_echo_n "checking for $ac_header... " >&6; }
8542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8543 $as_echo_n "(cached) " >&6
8544 else
8545 cat >conftest.$ac_ext <<_ACEOF
8546 /* confdefs.h. */
8547 _ACEOF
8548 cat confdefs.h >>conftest.$ac_ext
8549 cat >>conftest.$ac_ext <<_ACEOF
8550 /* end confdefs.h. */
8551 #define __user
8553 #include <$ac_header>
8554 _ACEOF
8555 rm -f conftest.$ac_objext
8556 if { (ac_try="$ac_compile"
8557 case "(($ac_try" in
8558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8559 *) ac_try_echo=$ac_try;;
8560 esac
8561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8562 $as_echo "$ac_try_echo") >&5
8563 (eval "$ac_compile") 2>conftest.er1
8564 ac_status=$?
8565 grep -v '^ *+' conftest.er1 >conftest.err
8566 rm -f conftest.er1
8567 cat conftest.err >&5
8568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8569 (exit $ac_status); } && {
8570 test -z "$ac_c_werror_flag" ||
8571 test ! -s conftest.err
8572 } && test -s conftest.$ac_objext; then
8573 eval "$as_ac_Header=yes"
8574 else
8575 $as_echo "$as_me: failed program was:" >&5
8576 sed 's/^/| /' conftest.$ac_ext >&5
8578 eval "$as_ac_Header=no"
8581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8583 ac_res=`eval 'as_val=${'$as_ac_Header'}
8584 $as_echo "$as_val"'`
8585 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8586 $as_echo "$ac_res" >&6; }
8587 as_val=`eval 'as_val=${'$as_ac_Header'}
8588 $as_echo "$as_val"'`
8589 if test "x$as_val" = x""yes; then
8590 cat >>confdefs.h <<_ACEOF
8591 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8592 _ACEOF
8596 done
8600 DLLEXT=""
8602 DLLFLAGS="-D_REENTRANT"
8604 LDSHARED=""
8606 LDDLLFLAGS=""
8608 LIBEXT="so"
8610 IMPLIBEXT="def"
8612 LDRPATH_INSTALL=""
8614 LDRPATH_LOCAL=""
8616 # Extract the first word of "ldd", so it can be a program name with args.
8617 set dummy ldd; ac_word=$2
8618 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8619 $as_echo_n "checking for $ac_word... " >&6; }
8620 if test "${ac_cv_path_LDD+set}" = set; then
8621 $as_echo_n "(cached) " >&6
8622 else
8623 case $LDD in
8624 [\\/]* | ?:[\\/]*)
8625 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8629 as_dummy="/sbin:/usr/sbin:$PATH"
8630 for as_dir in $as_dummy
8632 IFS=$as_save_IFS
8633 test -z "$as_dir" && as_dir=.
8634 for ac_exec_ext in '' $ac_executable_extensions; do
8635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8636 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8637 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8638 break 2
8640 done
8641 done
8642 IFS=$as_save_IFS
8644 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8646 esac
8648 LDD=$ac_cv_path_LDD
8649 if test -n "$LDD"; then
8650 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8651 $as_echo "$LDD" >&6; }
8652 else
8653 { $as_echo "$as_me:$LINENO: result: no" >&5
8654 $as_echo "no" >&6; }
8659 case $host_os in
8660 cygwin*|mingw32*)
8661 if test -n "$ac_tool_prefix"; then
8662 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8663 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8665 $as_echo_n "checking for $ac_word... " >&6; }
8666 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8667 $as_echo_n "(cached) " >&6
8668 else
8669 if test -n "$DLLTOOL"; then
8670 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8671 else
8672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 for as_dir in $PATH
8675 IFS=$as_save_IFS
8676 test -z "$as_dir" && as_dir=.
8677 for ac_exec_ext in '' $ac_executable_extensions; do
8678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8679 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8680 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8681 break 2
8683 done
8684 done
8685 IFS=$as_save_IFS
8689 DLLTOOL=$ac_cv_prog_DLLTOOL
8690 if test -n "$DLLTOOL"; then
8691 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8692 $as_echo "$DLLTOOL" >&6; }
8693 else
8694 { $as_echo "$as_me:$LINENO: result: no" >&5
8695 $as_echo "no" >&6; }
8700 if test -z "$ac_cv_prog_DLLTOOL"; then
8701 ac_ct_DLLTOOL=$DLLTOOL
8702 # Extract the first word of "dlltool", so it can be a program name with args.
8703 set dummy dlltool; ac_word=$2
8704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8705 $as_echo_n "checking for $ac_word... " >&6; }
8706 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8707 $as_echo_n "(cached) " >&6
8708 else
8709 if test -n "$ac_ct_DLLTOOL"; then
8710 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8711 else
8712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8713 for as_dir in $PATH
8715 IFS=$as_save_IFS
8716 test -z "$as_dir" && as_dir=.
8717 for ac_exec_ext in '' $ac_executable_extensions; do
8718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8719 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8720 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8721 break 2
8723 done
8724 done
8725 IFS=$as_save_IFS
8729 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8730 if test -n "$ac_ct_DLLTOOL"; then
8731 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8732 $as_echo "$ac_ct_DLLTOOL" >&6; }
8733 else
8734 { $as_echo "$as_me:$LINENO: result: no" >&5
8735 $as_echo "no" >&6; }
8738 if test "x$ac_ct_DLLTOOL" = x; then
8739 DLLTOOL="false"
8740 else
8741 case $cross_compiling:$ac_tool_warned in
8742 yes:)
8743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8745 ac_tool_warned=yes ;;
8746 esac
8747 DLLTOOL=$ac_ct_DLLTOOL
8749 else
8750 DLLTOOL="$ac_cv_prog_DLLTOOL"
8753 if test -n "$ac_tool_prefix"; then
8754 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8755 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8756 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8757 $as_echo_n "checking for $ac_word... " >&6; }
8758 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8759 $as_echo_n "(cached) " >&6
8760 else
8761 if test -n "$DLLWRAP"; then
8762 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8763 else
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8765 for as_dir in $PATH
8767 IFS=$as_save_IFS
8768 test -z "$as_dir" && as_dir=.
8769 for ac_exec_ext in '' $ac_executable_extensions; do
8770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8771 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8772 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8773 break 2
8775 done
8776 done
8777 IFS=$as_save_IFS
8781 DLLWRAP=$ac_cv_prog_DLLWRAP
8782 if test -n "$DLLWRAP"; then
8783 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8784 $as_echo "$DLLWRAP" >&6; }
8785 else
8786 { $as_echo "$as_me:$LINENO: result: no" >&5
8787 $as_echo "no" >&6; }
8792 if test -z "$ac_cv_prog_DLLWRAP"; then
8793 ac_ct_DLLWRAP=$DLLWRAP
8794 # Extract the first word of "dllwrap", so it can be a program name with args.
8795 set dummy dllwrap; ac_word=$2
8796 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8797 $as_echo_n "checking for $ac_word... " >&6; }
8798 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8799 $as_echo_n "(cached) " >&6
8800 else
8801 if test -n "$ac_ct_DLLWRAP"; then
8802 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8803 else
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 for as_dir in $PATH
8807 IFS=$as_save_IFS
8808 test -z "$as_dir" && as_dir=.
8809 for ac_exec_ext in '' $ac_executable_extensions; do
8810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8811 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8812 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8813 break 2
8815 done
8816 done
8817 IFS=$as_save_IFS
8821 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8822 if test -n "$ac_ct_DLLWRAP"; then
8823 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8824 $as_echo "$ac_ct_DLLWRAP" >&6; }
8825 else
8826 { $as_echo "$as_me:$LINENO: result: no" >&5
8827 $as_echo "no" >&6; }
8830 if test "x$ac_ct_DLLWRAP" = x; then
8831 DLLWRAP="false"
8832 else
8833 case $cross_compiling:$ac_tool_warned in
8834 yes:)
8835 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8837 ac_tool_warned=yes ;;
8838 esac
8839 DLLWRAP=$ac_ct_DLLWRAP
8841 else
8842 DLLWRAP="$ac_cv_prog_DLLWRAP"
8845 if test -n "$ac_tool_prefix"; then
8846 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8847 set dummy ${ac_tool_prefix}ar; ac_word=$2
8848 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8849 $as_echo_n "checking for $ac_word... " >&6; }
8850 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8851 $as_echo_n "(cached) " >&6
8852 else
8853 if test -n "$MINGWAR"; then
8854 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8855 else
8856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8857 for as_dir in $PATH
8859 IFS=$as_save_IFS
8860 test -z "$as_dir" && as_dir=.
8861 for ac_exec_ext in '' $ac_executable_extensions; do
8862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8863 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8864 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8865 break 2
8867 done
8868 done
8869 IFS=$as_save_IFS
8873 MINGWAR=$ac_cv_prog_MINGWAR
8874 if test -n "$MINGWAR"; then
8875 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8876 $as_echo "$MINGWAR" >&6; }
8877 else
8878 { $as_echo "$as_me:$LINENO: result: no" >&5
8879 $as_echo "no" >&6; }
8884 if test -z "$ac_cv_prog_MINGWAR"; then
8885 ac_ct_MINGWAR=$MINGWAR
8886 # Extract the first word of "ar", so it can be a program name with args.
8887 set dummy ar; ac_word=$2
8888 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8889 $as_echo_n "checking for $ac_word... " >&6; }
8890 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8891 $as_echo_n "(cached) " >&6
8892 else
8893 if test -n "$ac_ct_MINGWAR"; then
8894 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8895 else
8896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8897 for as_dir in $PATH
8899 IFS=$as_save_IFS
8900 test -z "$as_dir" && as_dir=.
8901 for ac_exec_ext in '' $ac_executable_extensions; do
8902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8903 ac_cv_prog_ac_ct_MINGWAR="ar"
8904 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8905 break 2
8907 done
8908 done
8909 IFS=$as_save_IFS
8913 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8914 if test -n "$ac_ct_MINGWAR"; then
8915 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8916 $as_echo "$ac_ct_MINGWAR" >&6; }
8917 else
8918 { $as_echo "$as_me:$LINENO: result: no" >&5
8919 $as_echo "no" >&6; }
8922 if test "x$ac_ct_MINGWAR" = x; then
8923 MINGWAR="false"
8924 else
8925 case $cross_compiling:$ac_tool_warned in
8926 yes:)
8927 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8928 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8929 ac_tool_warned=yes ;;
8930 esac
8931 MINGWAR=$ac_ct_MINGWAR
8933 else
8934 MINGWAR="$ac_cv_prog_MINGWAR"
8937 if test "$DLLWRAP" = "false"; then
8938 LIBEXT="a"
8939 else
8940 LIBEXT="dll"
8942 IMPLIBEXT="a"
8943 WIN16_FILES=""
8944 WIN16_INSTALL=""
8945 enable_iphlpapi=${enable_iphlpapi:-no}
8946 enable_kernel32=${enable_kernel32:-no}
8947 enable_msvcrt=${enable_msvcrt:-no}
8948 enable_ntdll=${enable_ntdll:-no}
8949 enable_ws2_32=${enable_ws2_32:-no}
8950 enable_loader=${enable_loader:-no}
8951 enable_server=${enable_server:-no}
8953 darwin*|macosx*)
8954 DLLEXT=".so"
8955 LIBEXT="dylib"
8956 DLLFLAGS="$DLLFLAGS -fPIC"
8957 LDDLLFLAGS="-bundle -multiply_defined suppress"
8958 LIBWINE_LDFLAGS="-multiply_defined suppress"
8959 LDSHARED="\$(CC) -dynamiclib"
8960 STRIP="$STRIP -x"
8961 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8962 SECURITYLIB="-framework Security -framework CoreFoundation"
8964 COREFOUNDATIONLIB="-framework CoreFoundation"
8966 IOKITLIB="-framework IOKit -framework CoreFoundation"
8968 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8970 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8971 then
8972 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8975 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8976 then
8977 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8980 case $host_cpu in
8981 *powerpc*)
8982 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8983 esac
8984 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8985 then
8986 CARBONLIB="-framework Carbon"
8988 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8992 DLLFLAGS="$DLLFLAGS -fPIC"
8993 DLLEXT=".so"
8994 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8995 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8996 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8997 $as_echo_n "(cached) " >&6
8998 else
8999 ac_wine_try_cflags_saved=$CFLAGS
9000 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9001 cat >conftest.$ac_ext <<_ACEOF
9002 void myfunc() {}
9003 _ACEOF
9004 rm -f conftest.$ac_objext conftest$ac_exeext
9005 if { (ac_try="$ac_link"
9006 case "(($ac_try" in
9007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9008 *) ac_try_echo=$ac_try;;
9009 esac
9010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9011 $as_echo "$ac_try_echo") >&5
9012 (eval "$ac_link") 2>conftest.er1
9013 ac_status=$?
9014 grep -v '^ *+' conftest.er1 >conftest.err
9015 rm -f conftest.er1
9016 cat conftest.err >&5
9017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018 (exit $ac_status); } && {
9019 test -z "$ac_c_werror_flag" ||
9020 test ! -s conftest.err
9021 } && test -s conftest$ac_exeext && {
9022 test "$cross_compiling" = yes ||
9023 $as_test_x conftest$ac_exeext
9024 }; then
9025 ac_cv_c_dll_gnuelf="yes"
9026 else
9027 $as_echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9030 ac_cv_c_dll_gnuelf="no"
9033 rm -rf conftest.dSYM
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9038 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9039 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9040 if test "$ac_cv_c_dll_gnuelf" = "yes"
9041 then
9042 LDSHARED="\$(CC) -shared"
9043 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9044 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9045 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9046 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9047 $as_echo_n "(cached) " >&6
9048 else
9049 ac_wine_try_cflags_saved=$CFLAGS
9050 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9051 cat >conftest.$ac_ext <<_ACEOF
9052 /* confdefs.h. */
9053 _ACEOF
9054 cat confdefs.h >>conftest.$ac_ext
9055 cat >>conftest.$ac_ext <<_ACEOF
9056 /* end confdefs.h. */
9059 main ()
9063 return 0;
9065 _ACEOF
9066 rm -f conftest.$ac_objext conftest$ac_exeext
9067 if { (ac_try="$ac_link"
9068 case "(($ac_try" in
9069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9070 *) ac_try_echo=$ac_try;;
9071 esac
9072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9073 $as_echo "$ac_try_echo") >&5
9074 (eval "$ac_link") 2>conftest.er1
9075 ac_status=$?
9076 grep -v '^ *+' conftest.er1 >conftest.err
9077 rm -f conftest.er1
9078 cat conftest.err >&5
9079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest$ac_exeext && {
9084 test "$cross_compiling" = yes ||
9085 $as_test_x conftest$ac_exeext
9086 }; then
9087 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9088 else
9089 $as_echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.$ac_ext >&5
9092 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9095 rm -rf conftest.dSYM
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097 conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9100 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9101 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9102 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9103 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9104 else
9105 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9106 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9107 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9108 $as_echo_n "(cached) " >&6
9109 else
9110 ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h. */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9120 main ()
9124 return 0;
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9132 esac
9133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9134 $as_echo "$ac_try_echo") >&5
9135 (eval "$ac_link") 2>conftest.er1
9136 ac_status=$?
9137 grep -v '^ *+' conftest.er1 >conftest.err
9138 rm -f conftest.er1
9139 cat conftest.err >&5
9140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && {
9142 test -z "$ac_c_werror_flag" ||
9143 test ! -s conftest.err
9144 } && test -s conftest$ac_exeext && {
9145 test "$cross_compiling" = yes ||
9146 $as_test_x conftest$ac_exeext
9147 }; then
9148 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9149 else
9150 $as_echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9153 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9156 rm -rf conftest.dSYM
9157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9158 conftest$ac_exeext conftest.$ac_ext
9159 CFLAGS=$ac_wine_try_cflags_saved
9161 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9162 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9163 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9164 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9170 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9171 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9172 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9173 $as_echo_n "(cached) " >&6
9174 else
9175 ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9177 cat >conftest.$ac_ext <<_ACEOF
9178 /* confdefs.h. */
9179 _ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h. */
9185 main ()
9189 return 0;
9191 _ACEOF
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9194 case "(($ac_try" in
9195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9196 *) ac_try_echo=$ac_try;;
9197 esac
9198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9199 $as_echo "$ac_try_echo") >&5
9200 (eval "$ac_link") 2>conftest.er1
9201 ac_status=$?
9202 grep -v '^ *+' conftest.er1 >conftest.err
9203 rm -f conftest.er1
9204 cat conftest.err >&5
9205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); } && {
9207 test -z "$ac_c_werror_flag" ||
9208 test ! -s conftest.err
9209 } && test -s conftest$ac_exeext && {
9210 test "$cross_compiling" = yes ||
9211 $as_test_x conftest$ac_exeext
9212 }; then
9213 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9214 else
9215 $as_echo "$as_me: failed program was:" >&5
9216 sed 's/^/| /' conftest.$ac_ext >&5
9218 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9221 rm -rf conftest.dSYM
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223 conftest$ac_exeext conftest.$ac_ext
9224 CFLAGS=$ac_wine_try_cflags_saved
9226 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9227 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9228 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9229 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9233 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9234 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9235 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9236 $as_echo_n "(cached) " >&6
9237 else
9238 ac_wine_try_cflags_saved=$CFLAGS
9239 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9240 cat >conftest.$ac_ext <<_ACEOF
9241 /* confdefs.h. */
9242 _ACEOF
9243 cat confdefs.h >>conftest.$ac_ext
9244 cat >>conftest.$ac_ext <<_ACEOF
9245 /* end confdefs.h. */
9248 main ()
9252 return 0;
9254 _ACEOF
9255 rm -f conftest.$ac_objext conftest$ac_exeext
9256 if { (ac_try="$ac_link"
9257 case "(($ac_try" in
9258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9259 *) ac_try_echo=$ac_try;;
9260 esac
9261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9262 $as_echo "$ac_try_echo") >&5
9263 (eval "$ac_link") 2>conftest.er1
9264 ac_status=$?
9265 grep -v '^ *+' conftest.er1 >conftest.err
9266 rm -f conftest.er1
9267 cat conftest.err >&5
9268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9269 (exit $ac_status); } && {
9270 test -z "$ac_c_werror_flag" ||
9271 test ! -s conftest.err
9272 } && test -s conftest$ac_exeext && {
9273 test "$cross_compiling" = yes ||
9274 $as_test_x conftest$ac_exeext
9275 }; then
9276 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9277 else
9278 $as_echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9281 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9284 rm -rf conftest.dSYM
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286 conftest$ac_exeext conftest.$ac_ext
9287 CFLAGS=$ac_wine_try_cflags_saved
9289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9290 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9291 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9292 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9296 echo '{ global: *; };' >conftest.map
9297 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9298 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9299 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9300 $as_echo_n "(cached) " >&6
9301 else
9302 ac_wine_try_cflags_saved=$CFLAGS
9303 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9304 cat >conftest.$ac_ext <<_ACEOF
9305 /* confdefs.h. */
9306 _ACEOF
9307 cat confdefs.h >>conftest.$ac_ext
9308 cat >>conftest.$ac_ext <<_ACEOF
9309 /* end confdefs.h. */
9312 main ()
9316 return 0;
9318 _ACEOF
9319 rm -f conftest.$ac_objext conftest$ac_exeext
9320 if { (ac_try="$ac_link"
9321 case "(($ac_try" in
9322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9323 *) ac_try_echo=$ac_try;;
9324 esac
9325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9326 $as_echo "$ac_try_echo") >&5
9327 (eval "$ac_link") 2>conftest.er1
9328 ac_status=$?
9329 grep -v '^ *+' conftest.er1 >conftest.err
9330 rm -f conftest.er1
9331 cat conftest.err >&5
9332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333 (exit $ac_status); } && {
9334 test -z "$ac_c_werror_flag" ||
9335 test ! -s conftest.err
9336 } && test -s conftest$ac_exeext && {
9337 test "$cross_compiling" = yes ||
9338 $as_test_x conftest$ac_exeext
9339 }; then
9340 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9341 else
9342 $as_echo "$as_me: failed program was:" >&5
9343 sed 's/^/| /' conftest.$ac_ext >&5
9345 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9348 rm -rf conftest.dSYM
9349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9350 conftest$ac_exeext conftest.$ac_ext
9351 CFLAGS=$ac_wine_try_cflags_saved
9353 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9354 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9355 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9356 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9359 rm -f conftest.map
9361 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9362 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9363 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9364 $as_echo_n "(cached) " >&6
9365 else
9366 ac_wine_try_cflags_saved=$CFLAGS
9367 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9368 cat >conftest.$ac_ext <<_ACEOF
9369 /* confdefs.h. */
9370 _ACEOF
9371 cat confdefs.h >>conftest.$ac_ext
9372 cat >>conftest.$ac_ext <<_ACEOF
9373 /* end confdefs.h. */
9376 main ()
9380 return 0;
9382 _ACEOF
9383 rm -f conftest.$ac_objext conftest$ac_exeext
9384 if { (ac_try="$ac_link"
9385 case "(($ac_try" in
9386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9387 *) ac_try_echo=$ac_try;;
9388 esac
9389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9390 $as_echo "$ac_try_echo") >&5
9391 (eval "$ac_link") 2>conftest.er1
9392 ac_status=$?
9393 grep -v '^ *+' conftest.er1 >conftest.err
9394 rm -f conftest.er1
9395 cat conftest.err >&5
9396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9397 (exit $ac_status); } && {
9398 test -z "$ac_c_werror_flag" ||
9399 test ! -s conftest.err
9400 } && test -s conftest$ac_exeext && {
9401 test "$cross_compiling" = yes ||
9402 $as_test_x conftest$ac_exeext
9403 }; then
9404 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9405 else
9406 $as_echo "$as_me: failed program was:" >&5
9407 sed 's/^/| /' conftest.$ac_ext >&5
9409 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9412 rm -rf conftest.dSYM
9413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9414 conftest$ac_exeext conftest.$ac_ext
9415 CFLAGS=$ac_wine_try_cflags_saved
9417 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9418 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9419 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9420 LDEXECFLAGS="-Wl,--export-dynamic"
9425 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9426 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9427 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9429 $as_echo_n "(cached) " >&6
9430 else
9431 ac_wine_try_cflags_saved=$CFLAGS
9432 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9433 cat >conftest.$ac_ext <<_ACEOF
9434 /* confdefs.h. */
9435 _ACEOF
9436 cat confdefs.h >>conftest.$ac_ext
9437 cat >>conftest.$ac_ext <<_ACEOF
9438 /* end confdefs.h. */
9441 main ()
9445 return 0;
9447 _ACEOF
9448 rm -f conftest.$ac_objext conftest$ac_exeext
9449 if { (ac_try="$ac_link"
9450 case "(($ac_try" in
9451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9452 *) ac_try_echo=$ac_try;;
9453 esac
9454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9455 $as_echo "$ac_try_echo") >&5
9456 (eval "$ac_link") 2>conftest.er1
9457 ac_status=$?
9458 grep -v '^ *+' conftest.er1 >conftest.err
9459 rm -f conftest.er1
9460 cat conftest.err >&5
9461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9462 (exit $ac_status); } && {
9463 test -z "$ac_c_werror_flag" ||
9464 test ! -s conftest.err
9465 } && test -s conftest$ac_exeext && {
9466 test "$cross_compiling" = yes ||
9467 $as_test_x conftest$ac_exeext
9468 }; then
9469 eval "$as_ac_var=yes"
9470 else
9471 $as_echo "$as_me: failed program was:" >&5
9472 sed 's/^/| /' conftest.$ac_ext >&5
9474 eval "$as_ac_var=no"
9477 rm -rf conftest.dSYM
9478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9479 conftest$ac_exeext conftest.$ac_ext
9480 CFLAGS=$ac_wine_try_cflags_saved
9482 ac_res=`eval 'as_val=${'$as_ac_var'}
9483 $as_echo "$as_val"'`
9484 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9485 $as_echo "$ac_res" >&6; }
9486 if test `eval 'as_val=${'$as_ac_var'}
9487 $as_echo "$as_val"'` = yes; then
9488 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9489 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9490 else
9491 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9492 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9493 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9494 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9495 $as_echo_n "(cached) " >&6
9496 else
9497 ac_wine_try_cflags_saved=$CFLAGS
9498 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9499 cat >conftest.$ac_ext <<_ACEOF
9500 /* confdefs.h. */
9501 _ACEOF
9502 cat confdefs.h >>conftest.$ac_ext
9503 cat >>conftest.$ac_ext <<_ACEOF
9504 /* end confdefs.h. */
9507 main ()
9511 return 0;
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518 *) ac_try_echo=$ac_try;;
9519 esac
9520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9521 $as_echo "$ac_try_echo") >&5
9522 (eval "$ac_link") 2>conftest.er1
9523 ac_status=$?
9524 grep -v '^ *+' conftest.er1 >conftest.err
9525 rm -f conftest.er1
9526 cat conftest.err >&5
9527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528 (exit $ac_status); } && {
9529 test -z "$ac_c_werror_flag" ||
9530 test ! -s conftest.err
9531 } && test -s conftest$ac_exeext && {
9532 test "$cross_compiling" = yes ||
9533 $as_test_x conftest$ac_exeext
9534 }; then
9535 eval "$as_ac_var=yes"
9536 else
9537 $as_echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9540 eval "$as_ac_var=no"
9543 rm -rf conftest.dSYM
9544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9545 conftest$ac_exeext conftest.$ac_ext
9546 CFLAGS=$ac_wine_try_cflags_saved
9548 ac_res=`eval 'as_val=${'$as_ac_var'}
9549 $as_echo "$as_val"'`
9550 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9551 $as_echo "$ac_res" >&6; }
9552 if test `eval 'as_val=${'$as_ac_var'}
9553 $as_echo "$as_val"'` = yes; then
9554 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9555 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9561 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9562 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9563 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9564 $as_echo_n "(cached) " >&6
9565 else
9566 ac_wine_try_cflags_saved=$CFLAGS
9567 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9568 cat >conftest.$ac_ext <<_ACEOF
9569 /* confdefs.h. */
9570 _ACEOF
9571 cat confdefs.h >>conftest.$ac_ext
9572 cat >>conftest.$ac_ext <<_ACEOF
9573 /* end confdefs.h. */
9576 main ()
9580 return 0;
9582 _ACEOF
9583 rm -f conftest.$ac_objext conftest$ac_exeext
9584 if { (ac_try="$ac_link"
9585 case "(($ac_try" in
9586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587 *) ac_try_echo=$ac_try;;
9588 esac
9589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9590 $as_echo "$ac_try_echo") >&5
9591 (eval "$ac_link") 2>conftest.er1
9592 ac_status=$?
9593 grep -v '^ *+' conftest.er1 >conftest.err
9594 rm -f conftest.er1
9595 cat conftest.err >&5
9596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9597 (exit $ac_status); } && {
9598 test -z "$ac_c_werror_flag" ||
9599 test ! -s conftest.err
9600 } && test -s conftest$ac_exeext && {
9601 test "$cross_compiling" = yes ||
9602 $as_test_x conftest$ac_exeext
9603 }; then
9604 ac_cv_cflags__Wl___enable_new_dtags=yes
9605 else
9606 $as_echo "$as_me: failed program was:" >&5
9607 sed 's/^/| /' conftest.$ac_ext >&5
9609 ac_cv_cflags__Wl___enable_new_dtags=no
9612 rm -rf conftest.dSYM
9613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9614 conftest$ac_exeext conftest.$ac_ext
9615 CFLAGS=$ac_wine_try_cflags_saved
9617 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9618 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9619 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9620 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9624 case $host_cpu in
9625 *i[3456789]86* | x86_64)
9626 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9627 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9628 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9629 $as_echo_n "(cached) " >&6
9630 else
9631 ac_wine_try_cflags_saved=$CFLAGS
9632 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9633 cat >conftest.$ac_ext <<_ACEOF
9634 /* confdefs.h. */
9635 _ACEOF
9636 cat confdefs.h >>conftest.$ac_ext
9637 cat >>conftest.$ac_ext <<_ACEOF
9638 /* end confdefs.h. */
9641 main ()
9645 return 0;
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652 *) ac_try_echo=$ac_try;;
9653 esac
9654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9655 $as_echo "$ac_try_echo") >&5
9656 (eval "$ac_link") 2>conftest.er1
9657 ac_status=$?
9658 grep -v '^ *+' conftest.er1 >conftest.err
9659 rm -f conftest.er1
9660 cat conftest.err >&5
9661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9662 (exit $ac_status); } && {
9663 test -z "$ac_c_werror_flag" ||
9664 test ! -s conftest.err
9665 } && test -s conftest$ac_exeext && {
9666 test "$cross_compiling" = yes ||
9667 $as_test_x conftest$ac_exeext
9668 }; then
9669 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9670 else
9671 $as_echo "$as_me: failed program was:" >&5
9672 sed 's/^/| /' conftest.$ac_ext >&5
9674 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9677 rm -rf conftest.dSYM
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679 conftest$ac_exeext conftest.$ac_ext
9680 CFLAGS=$ac_wine_try_cflags_saved
9682 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9683 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9684 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9685 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9689 esac
9691 else
9692 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9693 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9694 if test "${ac_cv_c_dll_unixware+set}" = set; then
9695 $as_echo_n "(cached) " >&6
9696 else
9697 ac_wine_try_cflags_saved=$CFLAGS
9698 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 void myfunc() {}
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9707 esac
9708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9709 $as_echo "$ac_try_echo") >&5
9710 (eval "$ac_link") 2>conftest.er1
9711 ac_status=$?
9712 grep -v '^ *+' conftest.er1 >conftest.err
9713 rm -f conftest.er1
9714 cat conftest.err >&5
9715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 (exit $ac_status); } && {
9717 test -z "$ac_c_werror_flag" ||
9718 test ! -s conftest.err
9719 } && test -s conftest$ac_exeext && {
9720 test "$cross_compiling" = yes ||
9721 $as_test_x conftest$ac_exeext
9722 }; then
9723 ac_cv_c_dll_unixware="yes"
9724 else
9725 $as_echo "$as_me: failed program was:" >&5
9726 sed 's/^/| /' conftest.$ac_ext >&5
9728 ac_cv_c_dll_unixware="no"
9731 rm -rf conftest.dSYM
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 CFLAGS=$ac_wine_try_cflags_saved
9736 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9737 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9738 if test "$ac_cv_c_dll_unixware" = "yes"
9739 then
9740 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9741 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9743 else
9744 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9745 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9746 if test "${ac_cv_c_dll_hpux+set}" = set; then
9747 $as_echo_n "(cached) " >&6
9748 else
9749 ac_wine_try_cflags_saved=$CFLAGS
9750 CFLAGS="$CFLAGS -shared"
9751 cat >conftest.$ac_ext <<_ACEOF
9752 void myfunc() {}
9753 _ACEOF
9754 rm -f conftest.$ac_objext conftest$ac_exeext
9755 if { (ac_try="$ac_link"
9756 case "(($ac_try" in
9757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9758 *) ac_try_echo=$ac_try;;
9759 esac
9760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9761 $as_echo "$ac_try_echo") >&5
9762 (eval "$ac_link") 2>conftest.er1
9763 ac_status=$?
9764 grep -v '^ *+' conftest.er1 >conftest.err
9765 rm -f conftest.er1
9766 cat conftest.err >&5
9767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768 (exit $ac_status); } && {
9769 test -z "$ac_c_werror_flag" ||
9770 test ! -s conftest.err
9771 } && test -s conftest$ac_exeext && {
9772 test "$cross_compiling" = yes ||
9773 $as_test_x conftest$ac_exeext
9774 }; then
9775 ac_cv_c_dll_hpux="yes"
9776 else
9777 $as_echo "$as_me: failed program was:" >&5
9778 sed 's/^/| /' conftest.$ac_ext >&5
9780 ac_cv_c_dll_hpux="no"
9783 rm -rf conftest.dSYM
9784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9785 conftest$ac_exeext conftest.$ac_ext
9786 CFLAGS=$ac_wine_try_cflags_saved
9788 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9789 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9790 if test "$ac_cv_c_dll_hpux" = "yes"
9791 then
9792 LIBEXT="sl"
9793 DLLEXT=".sl"
9794 LDDLLFLAGS="-shared -fPIC"
9795 LDSHARED="\$(CC) -shared"
9800 esac
9802 enable_winequartz_drv=${enable_winequartz_drv:-no}
9804 if test "$LIBEXT" = "a"; then
9805 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9806 It is currently not possible to build Wine without shared library
9807 (.so) support to allow transparent switch between .so and .dll files.
9808 If you are using Linux, you will need a newer binutils.
9809 " >&5
9810 $as_echo "$as_me: error: could not find a way to build shared libraries.
9811 It is currently not possible to build Wine without shared library
9812 (.so) support to allow transparent switch between .so and .dll files.
9813 If you are using Linux, you will need a newer binutils.
9814 " >&2;}
9815 { (exit 1); exit 1; }; }
9818 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9819 then
9820 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
9822 # Extract the first word of "$ac_prog", so it can be a program name with args.
9823 set dummy $ac_prog; ac_word=$2
9824 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9825 $as_echo_n "checking for $ac_word... " >&6; }
9826 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9827 $as_echo_n "(cached) " >&6
9828 else
9829 if test -n "$CROSSCC"; then
9830 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9831 else
9832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9833 for as_dir in $PATH
9835 IFS=$as_save_IFS
9836 test -z "$as_dir" && as_dir=.
9837 for ac_exec_ext in '' $ac_executable_extensions; do
9838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9839 ac_cv_prog_CROSSCC="$ac_prog"
9840 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9841 break 2
9843 done
9844 done
9845 IFS=$as_save_IFS
9849 CROSSCC=$ac_cv_prog_CROSSCC
9850 if test -n "$CROSSCC"; then
9851 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9852 $as_echo "$CROSSCC" >&6; }
9853 else
9854 { $as_echo "$as_me:$LINENO: result: no" >&5
9855 $as_echo "no" >&6; }
9859 test -n "$CROSSCC" && break
9860 done
9861 test -n "$CROSSCC" || CROSSCC="false"
9863 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
9865 # Extract the first word of "$ac_prog", so it can be a program name with args.
9866 set dummy $ac_prog; ac_word=$2
9867 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9868 $as_echo_n "checking for $ac_word... " >&6; }
9869 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9870 $as_echo_n "(cached) " >&6
9871 else
9872 if test -n "$DLLTOOL"; then
9873 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9874 else
9875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $PATH
9878 IFS=$as_save_IFS
9879 test -z "$as_dir" && as_dir=.
9880 for ac_exec_ext in '' $ac_executable_extensions; do
9881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9882 ac_cv_prog_DLLTOOL="$ac_prog"
9883 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9884 break 2
9886 done
9887 done
9888 IFS=$as_save_IFS
9892 DLLTOOL=$ac_cv_prog_DLLTOOL
9893 if test -n "$DLLTOOL"; then
9894 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9895 $as_echo "$DLLTOOL" >&6; }
9896 else
9897 { $as_echo "$as_me:$LINENO: result: no" >&5
9898 $as_echo "no" >&6; }
9902 test -n "$DLLTOOL" && break
9903 done
9904 test -n "$DLLTOOL" || DLLTOOL="false"
9906 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
9908 # Extract the first word of "$ac_prog", so it can be a program name with args.
9909 set dummy $ac_prog; ac_word=$2
9910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9911 $as_echo_n "checking for $ac_word... " >&6; }
9912 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9913 $as_echo_n "(cached) " >&6
9914 else
9915 if test -n "$CROSSWINDRES"; then
9916 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9917 else
9918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9919 for as_dir in $PATH
9921 IFS=$as_save_IFS
9922 test -z "$as_dir" && as_dir=.
9923 for ac_exec_ext in '' $ac_executable_extensions; do
9924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9925 ac_cv_prog_CROSSWINDRES="$ac_prog"
9926 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9927 break 2
9929 done
9930 done
9931 IFS=$as_save_IFS
9935 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9936 if test -n "$CROSSWINDRES"; then
9937 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9938 $as_echo "$CROSSWINDRES" >&6; }
9939 else
9940 { $as_echo "$as_me:$LINENO: result: no" >&5
9941 $as_echo "no" >&6; }
9945 test -n "$CROSSWINDRES" && break
9946 done
9947 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9949 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
9951 # Extract the first word of "$ac_prog", so it can be a program name with args.
9952 set dummy $ac_prog; ac_word=$2
9953 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9954 $as_echo_n "checking for $ac_word... " >&6; }
9955 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9956 $as_echo_n "(cached) " >&6
9957 else
9958 if test -n "$MINGWAR"; then
9959 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9960 else
9961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9962 for as_dir in $PATH
9964 IFS=$as_save_IFS
9965 test -z "$as_dir" && as_dir=.
9966 for ac_exec_ext in '' $ac_executable_extensions; do
9967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9968 ac_cv_prog_MINGWAR="$ac_prog"
9969 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9970 break 2
9972 done
9973 done
9974 IFS=$as_save_IFS
9978 MINGWAR=$ac_cv_prog_MINGWAR
9979 if test -n "$MINGWAR"; then
9980 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9981 $as_echo "$MINGWAR" >&6; }
9982 else
9983 { $as_echo "$as_me:$LINENO: result: no" >&5
9984 $as_echo "no" >&6; }
9988 test -n "$MINGWAR" && break
9989 done
9990 test -n "$MINGWAR" || MINGWAR="false"
9992 if test "$CROSSCC" != "false"
9993 then
9994 CROSSTEST="\$(CROSSTEST)"
10000 if test "$have_x" = "yes"
10001 then
10002 XLIB="-lXext -lX11"
10003 ac_save_CPPFLAGS="$CPPFLAGS"
10004 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10006 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10007 $as_echo_n "checking for -lX11... " >&6; }
10008 if test "${ac_cv_lib_soname_X11+set}" = set; then
10009 $as_echo_n "(cached) " >&6
10010 else
10011 ac_check_soname_save_LIBS=$LIBS
10012 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10013 cat >conftest.$ac_ext <<_ACEOF
10014 /* confdefs.h. */
10015 _ACEOF
10016 cat confdefs.h >>conftest.$ac_ext
10017 cat >>conftest.$ac_ext <<_ACEOF
10018 /* end confdefs.h. */
10020 /* Override any GCC internal prototype to avoid an error.
10021 Use char because int might match the return type of a GCC
10022 builtin and then its argument prototype would still apply. */
10023 #ifdef __cplusplus
10024 extern "C"
10025 #endif
10026 char XCreateWindow ();
10028 main ()
10030 return XCreateWindow ();
10032 return 0;
10034 _ACEOF
10035 rm -f conftest.$ac_objext conftest$ac_exeext
10036 if { (ac_try="$ac_link"
10037 case "(($ac_try" in
10038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10039 *) ac_try_echo=$ac_try;;
10040 esac
10041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10042 $as_echo "$ac_try_echo") >&5
10043 (eval "$ac_link") 2>conftest.er1
10044 ac_status=$?
10045 grep -v '^ *+' conftest.er1 >conftest.err
10046 rm -f conftest.er1
10047 cat conftest.err >&5
10048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext && {
10053 test "$cross_compiling" = yes ||
10054 $as_test_x conftest$ac_exeext
10055 }; then
10056 case "$LIBEXT" in
10057 dll) ;;
10058 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'` ;;
10059 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10060 esac
10061 else
10062 $as_echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10068 rm -rf conftest.dSYM
10069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10070 conftest$ac_exeext conftest.$ac_ext
10071 LIBS=$ac_check_soname_save_LIBS
10073 if test "x$ac_cv_lib_soname_X11" = "x"; then
10074 { $as_echo "$as_me:$LINENO: result: not found" >&5
10075 $as_echo "not found" >&6; }
10077 else
10078 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10079 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10081 cat >>confdefs.h <<_ACEOF
10082 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10083 _ACEOF
10088 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10089 $as_echo_n "checking for -lXext... " >&6; }
10090 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10091 $as_echo_n "(cached) " >&6
10092 else
10093 ac_check_soname_save_LIBS=$LIBS
10094 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10095 cat >conftest.$ac_ext <<_ACEOF
10096 /* confdefs.h. */
10097 _ACEOF
10098 cat confdefs.h >>conftest.$ac_ext
10099 cat >>conftest.$ac_ext <<_ACEOF
10100 /* end confdefs.h. */
10102 /* Override any GCC internal prototype to avoid an error.
10103 Use char because int might match the return type of a GCC
10104 builtin and then its argument prototype would still apply. */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char XextCreateExtension ();
10110 main ()
10112 return XextCreateExtension ();
10114 return 0;
10116 _ACEOF
10117 rm -f conftest.$ac_objext conftest$ac_exeext
10118 if { (ac_try="$ac_link"
10119 case "(($ac_try" in
10120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10121 *) ac_try_echo=$ac_try;;
10122 esac
10123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10124 $as_echo "$ac_try_echo") >&5
10125 (eval "$ac_link") 2>conftest.er1
10126 ac_status=$?
10127 grep -v '^ *+' conftest.er1 >conftest.err
10128 rm -f conftest.er1
10129 cat conftest.err >&5
10130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); } && {
10132 test -z "$ac_c_werror_flag" ||
10133 test ! -s conftest.err
10134 } && test -s conftest$ac_exeext && {
10135 test "$cross_compiling" = yes ||
10136 $as_test_x conftest$ac_exeext
10137 }; then
10138 case "$LIBEXT" in
10139 dll) ;;
10140 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'` ;;
10141 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10142 esac
10143 else
10144 $as_echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.$ac_ext >&5
10150 rm -rf conftest.dSYM
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_soname_save_LIBS
10155 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10156 { $as_echo "$as_me:$LINENO: result: not found" >&5
10157 $as_echo "not found" >&6; }
10159 else
10160 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10161 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10163 cat >>confdefs.h <<_ACEOF
10164 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10165 _ACEOF
10183 for ac_header in X11/Xlib.h \
10184 X11/XKBlib.h \
10185 X11/Xutil.h \
10186 X11/Xcursor/Xcursor.h \
10187 X11/extensions/shape.h \
10188 X11/extensions/XInput.h \
10189 X11/extensions/XShm.h \
10190 X11/extensions/Xcomposite.h \
10191 X11/extensions/Xinerama.h \
10192 X11/extensions/Xrandr.h \
10193 X11/extensions/Xrender.h \
10194 X11/extensions/xf86vmode.h
10196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10197 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10198 $as_echo_n "checking for $ac_header... " >&6; }
10199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10200 $as_echo_n "(cached) " >&6
10201 else
10202 cat >conftest.$ac_ext <<_ACEOF
10203 /* confdefs.h. */
10204 _ACEOF
10205 cat confdefs.h >>conftest.$ac_ext
10206 cat >>conftest.$ac_ext <<_ACEOF
10207 /* end confdefs.h. */
10208 #ifdef HAVE_X11_XLIB_H
10209 # include <X11/Xlib.h>
10210 #endif
10211 #ifdef HAVE_X11_XUTIL_H
10212 # include <X11/Xutil.h>
10213 #endif
10215 #include <$ac_header>
10216 _ACEOF
10217 rm -f conftest.$ac_objext
10218 if { (ac_try="$ac_compile"
10219 case "(($ac_try" in
10220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10221 *) ac_try_echo=$ac_try;;
10222 esac
10223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10224 $as_echo "$ac_try_echo") >&5
10225 (eval "$ac_compile") 2>conftest.er1
10226 ac_status=$?
10227 grep -v '^ *+' conftest.er1 >conftest.err
10228 rm -f conftest.er1
10229 cat conftest.err >&5
10230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10231 (exit $ac_status); } && {
10232 test -z "$ac_c_werror_flag" ||
10233 test ! -s conftest.err
10234 } && test -s conftest.$ac_objext; then
10235 eval "$as_ac_Header=yes"
10236 else
10237 $as_echo "$as_me: failed program was:" >&5
10238 sed 's/^/| /' conftest.$ac_ext >&5
10240 eval "$as_ac_Header=no"
10243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10245 ac_res=`eval 'as_val=${'$as_ac_Header'}
10246 $as_echo "$as_val"'`
10247 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10248 $as_echo "$ac_res" >&6; }
10249 as_val=`eval 'as_val=${'$as_ac_Header'}
10250 $as_echo "$as_val"'`
10251 if test "x$as_val" = x""yes; then
10252 cat >>confdefs.h <<_ACEOF
10253 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10254 _ACEOF
10258 done
10261 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10262 then
10263 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10264 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10265 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10266 $as_echo_n "(cached) " >&6
10267 else
10268 ac_check_lib_save_LIBS=$LIBS
10269 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h. */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XkbQueryExtension ();
10285 main ()
10287 return XkbQueryExtension ();
10289 return 0;
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10297 esac
10298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10299 $as_echo "$ac_try_echo") >&5
10300 (eval "$ac_link") 2>conftest.er1
10301 ac_status=$?
10302 grep -v '^ *+' conftest.er1 >conftest.err
10303 rm -f conftest.er1
10304 cat conftest.err >&5
10305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } && {
10307 test -z "$ac_c_werror_flag" ||
10308 test ! -s conftest.err
10309 } && test -s conftest$ac_exeext && {
10310 test "$cross_compiling" = yes ||
10311 $as_test_x conftest$ac_exeext
10312 }; then
10313 ac_cv_lib_X11_XkbQueryExtension=yes
10314 else
10315 $as_echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.$ac_ext >&5
10318 ac_cv_lib_X11_XkbQueryExtension=no
10321 rm -rf conftest.dSYM
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323 conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_lib_save_LIBS
10326 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10327 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10328 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10330 cat >>confdefs.h <<\_ACEOF
10331 #define HAVE_XKB 1
10332 _ACEOF
10338 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10339 then
10340 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10341 $as_echo_n "checking for -lXcursor... " >&6; }
10342 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10343 $as_echo_n "(cached) " >&6
10344 else
10345 ac_check_soname_save_LIBS=$LIBS
10346 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10347 cat >conftest.$ac_ext <<_ACEOF
10348 /* confdefs.h. */
10349 _ACEOF
10350 cat confdefs.h >>conftest.$ac_ext
10351 cat >>conftest.$ac_ext <<_ACEOF
10352 /* end confdefs.h. */
10354 /* Override any GCC internal prototype to avoid an error.
10355 Use char because int might match the return type of a GCC
10356 builtin and then its argument prototype would still apply. */
10357 #ifdef __cplusplus
10358 extern "C"
10359 #endif
10360 char XcursorImageLoadCursor ();
10362 main ()
10364 return XcursorImageLoadCursor ();
10366 return 0;
10368 _ACEOF
10369 rm -f conftest.$ac_objext conftest$ac_exeext
10370 if { (ac_try="$ac_link"
10371 case "(($ac_try" in
10372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373 *) ac_try_echo=$ac_try;;
10374 esac
10375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10376 $as_echo "$ac_try_echo") >&5
10377 (eval "$ac_link") 2>conftest.er1
10378 ac_status=$?
10379 grep -v '^ *+' conftest.er1 >conftest.err
10380 rm -f conftest.er1
10381 cat conftest.err >&5
10382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383 (exit $ac_status); } && {
10384 test -z "$ac_c_werror_flag" ||
10385 test ! -s conftest.err
10386 } && test -s conftest$ac_exeext && {
10387 test "$cross_compiling" = yes ||
10388 $as_test_x conftest$ac_exeext
10389 }; then
10390 case "$LIBEXT" in
10391 dll) ;;
10392 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'` ;;
10393 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10394 esac
10395 else
10396 $as_echo "$as_me: failed program was:" >&5
10397 sed 's/^/| /' conftest.$ac_ext >&5
10402 rm -rf conftest.dSYM
10403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10404 conftest$ac_exeext conftest.$ac_ext
10405 LIBS=$ac_check_soname_save_LIBS
10407 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10408 { $as_echo "$as_me:$LINENO: result: not found" >&5
10409 $as_echo "not found" >&6; }
10411 else
10412 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10413 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10415 cat >>confdefs.h <<_ACEOF
10416 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10417 _ACEOF
10423 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10424 case "x$with_xcursor" in
10425 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10426 xno) ;;
10427 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10428 This is an error since --with-xcursor was requested." >&5
10429 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10430 This is an error since --with-xcursor was requested." >&2;}
10431 { (exit 1); exit 1; }; } ;;
10432 esac
10436 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10437 then
10438 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10439 $as_echo_n "checking for -lXi... " >&6; }
10440 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10441 $as_echo_n "(cached) " >&6
10442 else
10443 ac_check_soname_save_LIBS=$LIBS
10444 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10445 cat >conftest.$ac_ext <<_ACEOF
10446 /* confdefs.h. */
10447 _ACEOF
10448 cat confdefs.h >>conftest.$ac_ext
10449 cat >>conftest.$ac_ext <<_ACEOF
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char XOpenDevice ();
10460 main ()
10462 return XOpenDevice ();
10464 return 0;
10466 _ACEOF
10467 rm -f conftest.$ac_objext conftest$ac_exeext
10468 if { (ac_try="$ac_link"
10469 case "(($ac_try" in
10470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10471 *) ac_try_echo=$ac_try;;
10472 esac
10473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10474 $as_echo "$ac_try_echo") >&5
10475 (eval "$ac_link") 2>conftest.er1
10476 ac_status=$?
10477 grep -v '^ *+' conftest.er1 >conftest.err
10478 rm -f conftest.er1
10479 cat conftest.err >&5
10480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481 (exit $ac_status); } && {
10482 test -z "$ac_c_werror_flag" ||
10483 test ! -s conftest.err
10484 } && test -s conftest$ac_exeext && {
10485 test "$cross_compiling" = yes ||
10486 $as_test_x conftest$ac_exeext
10487 }; then
10488 case "$LIBEXT" in
10489 dll) ;;
10490 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'` ;;
10491 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10492 esac
10493 else
10494 $as_echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10500 rm -rf conftest.dSYM
10501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10502 conftest$ac_exeext conftest.$ac_ext
10503 LIBS=$ac_check_soname_save_LIBS
10505 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10506 { $as_echo "$as_me:$LINENO: result: not found" >&5
10507 $as_echo "not found" >&6; }
10509 else
10510 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10511 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10513 cat >>confdefs.h <<_ACEOF
10514 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10515 _ACEOF
10521 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10522 case "x$with_xinput" in
10523 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10524 xno) ;;
10525 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10526 This is an error since --with-xinput was requested." >&5
10527 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10528 This is an error since --with-xinput was requested." >&2;}
10529 { (exit 1); exit 1; }; } ;;
10530 esac
10534 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10535 then
10536 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10537 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10538 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10539 $as_echo_n "(cached) " >&6
10540 else
10541 ac_check_lib_save_LIBS=$LIBS
10542 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10543 cat >conftest.$ac_ext <<_ACEOF
10544 /* confdefs.h. */
10545 _ACEOF
10546 cat confdefs.h >>conftest.$ac_ext
10547 cat >>conftest.$ac_ext <<_ACEOF
10548 /* end confdefs.h. */
10550 /* Override any GCC internal prototype to avoid an error.
10551 Use char because int might match the return type of a GCC
10552 builtin and then its argument prototype would still apply. */
10553 #ifdef __cplusplus
10554 extern "C"
10555 #endif
10556 char XShmQueryExtension ();
10558 main ()
10560 return XShmQueryExtension ();
10562 return 0;
10564 _ACEOF
10565 rm -f conftest.$ac_objext conftest$ac_exeext
10566 if { (ac_try="$ac_link"
10567 case "(($ac_try" in
10568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10569 *) ac_try_echo=$ac_try;;
10570 esac
10571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10572 $as_echo "$ac_try_echo") >&5
10573 (eval "$ac_link") 2>conftest.er1
10574 ac_status=$?
10575 grep -v '^ *+' conftest.er1 >conftest.err
10576 rm -f conftest.er1
10577 cat conftest.err >&5
10578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579 (exit $ac_status); } && {
10580 test -z "$ac_c_werror_flag" ||
10581 test ! -s conftest.err
10582 } && test -s conftest$ac_exeext && {
10583 test "$cross_compiling" = yes ||
10584 $as_test_x conftest$ac_exeext
10585 }; then
10586 ac_cv_lib_Xext_XShmQueryExtension=yes
10587 else
10588 $as_echo "$as_me: failed program was:" >&5
10589 sed 's/^/| /' conftest.$ac_ext >&5
10591 ac_cv_lib_Xext_XShmQueryExtension=no
10594 rm -rf conftest.dSYM
10595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10596 conftest$ac_exeext conftest.$ac_ext
10597 LIBS=$ac_check_lib_save_LIBS
10599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10600 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10601 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10603 cat >>confdefs.h <<\_ACEOF
10604 #define HAVE_LIBXXSHM 1
10605 _ACEOF
10610 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10611 case "x$with_xshm" in
10612 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10613 xno) ;;
10614 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10615 This is an error since --with-xshm was requested." >&5
10616 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10617 This is an error since --with-xshm was requested." >&2;}
10618 { (exit 1); exit 1; }; } ;;
10619 esac
10623 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10624 then
10625 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10626 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10627 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10628 $as_echo_n "(cached) " >&6
10629 else
10630 ac_check_lib_save_LIBS=$LIBS
10631 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10632 cat >conftest.$ac_ext <<_ACEOF
10633 /* confdefs.h. */
10634 _ACEOF
10635 cat confdefs.h >>conftest.$ac_ext
10636 cat >>conftest.$ac_ext <<_ACEOF
10637 /* end confdefs.h. */
10639 /* Override any GCC internal prototype to avoid an error.
10640 Use char because int might match the return type of a GCC
10641 builtin and then its argument prototype would still apply. */
10642 #ifdef __cplusplus
10643 extern "C"
10644 #endif
10645 char XShapeQueryExtension ();
10647 main ()
10649 return XShapeQueryExtension ();
10651 return 0;
10653 _ACEOF
10654 rm -f conftest.$ac_objext conftest$ac_exeext
10655 if { (ac_try="$ac_link"
10656 case "(($ac_try" in
10657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10658 *) ac_try_echo=$ac_try;;
10659 esac
10660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10661 $as_echo "$ac_try_echo") >&5
10662 (eval "$ac_link") 2>conftest.er1
10663 ac_status=$?
10664 grep -v '^ *+' conftest.er1 >conftest.err
10665 rm -f conftest.er1
10666 cat conftest.err >&5
10667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); } && {
10669 test -z "$ac_c_werror_flag" ||
10670 test ! -s conftest.err
10671 } && test -s conftest$ac_exeext && {
10672 test "$cross_compiling" = yes ||
10673 $as_test_x conftest$ac_exeext
10674 }; then
10675 ac_cv_lib_Xext_XShapeQueryExtension=yes
10676 else
10677 $as_echo "$as_me: failed program was:" >&5
10678 sed 's/^/| /' conftest.$ac_ext >&5
10680 ac_cv_lib_Xext_XShapeQueryExtension=no
10683 rm -rf conftest.dSYM
10684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10685 conftest$ac_exeext conftest.$ac_ext
10686 LIBS=$ac_check_lib_save_LIBS
10688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10689 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10690 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10692 cat >>confdefs.h <<\_ACEOF
10693 #define HAVE_LIBXSHAPE 1
10694 _ACEOF
10699 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10700 case "x$with_xshape" in
10701 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10702 xno) ;;
10703 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10704 This is an error since --with-xshape was requested." >&5
10705 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10706 This is an error since --with-xshape was requested." >&2;}
10707 { (exit 1); exit 1; }; } ;;
10708 esac
10712 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10713 then
10714 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10715 $as_echo_n "checking for -lXxf86vm... " >&6; }
10716 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10717 $as_echo_n "(cached) " >&6
10718 else
10719 ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721 cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h. */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XF86VidModeQueryExtension ();
10736 main ()
10738 return XF86VidModeQueryExtension ();
10740 return 0;
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747 *) ac_try_echo=$ac_try;;
10748 esac
10749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10750 $as_echo "$ac_try_echo") >&5
10751 (eval "$ac_link") 2>conftest.er1
10752 ac_status=$?
10753 grep -v '^ *+' conftest.er1 >conftest.err
10754 rm -f conftest.er1
10755 cat conftest.err >&5
10756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); } && {
10758 test -z "$ac_c_werror_flag" ||
10759 test ! -s conftest.err
10760 } && test -s conftest$ac_exeext && {
10761 test "$cross_compiling" = yes ||
10762 $as_test_x conftest$ac_exeext
10763 }; then
10764 case "$LIBEXT" in
10765 dll) ;;
10766 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'` ;;
10767 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10768 esac
10769 else
10770 $as_echo "$as_me: failed program was:" >&5
10771 sed 's/^/| /' conftest.$ac_ext >&5
10776 rm -rf conftest.dSYM
10777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10778 conftest$ac_exeext conftest.$ac_ext
10779 LIBS=$ac_check_soname_save_LIBS
10781 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10782 { $as_echo "$as_me:$LINENO: result: not found" >&5
10783 $as_echo "not found" >&6; }
10785 else
10786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10787 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10791 _ACEOF
10797 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10798 case "x$with_xxf86vm" in
10799 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10800 xno) ;;
10801 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10802 This is an error since --with-xxf86vm was requested." >&5
10803 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10804 This is an error since --with-xxf86vm was requested." >&2;}
10805 { (exit 1); exit 1; }; } ;;
10806 esac
10810 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"
10811 then
10812 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10813 $as_echo_n "checking for -lXrender... " >&6; }
10814 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10815 $as_echo_n "(cached) " >&6
10816 else
10817 ac_check_soname_save_LIBS=$LIBS
10818 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10819 cat >conftest.$ac_ext <<_ACEOF
10820 /* confdefs.h. */
10821 _ACEOF
10822 cat confdefs.h >>conftest.$ac_ext
10823 cat >>conftest.$ac_ext <<_ACEOF
10824 /* end confdefs.h. */
10826 /* Override any GCC internal prototype to avoid an error.
10827 Use char because int might match the return type of a GCC
10828 builtin and then its argument prototype would still apply. */
10829 #ifdef __cplusplus
10830 extern "C"
10831 #endif
10832 char XRenderQueryExtension ();
10834 main ()
10836 return XRenderQueryExtension ();
10838 return 0;
10840 _ACEOF
10841 rm -f conftest.$ac_objext conftest$ac_exeext
10842 if { (ac_try="$ac_link"
10843 case "(($ac_try" in
10844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10845 *) ac_try_echo=$ac_try;;
10846 esac
10847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10848 $as_echo "$ac_try_echo") >&5
10849 (eval "$ac_link") 2>conftest.er1
10850 ac_status=$?
10851 grep -v '^ *+' conftest.er1 >conftest.err
10852 rm -f conftest.er1
10853 cat conftest.err >&5
10854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10855 (exit $ac_status); } && {
10856 test -z "$ac_c_werror_flag" ||
10857 test ! -s conftest.err
10858 } && test -s conftest$ac_exeext && {
10859 test "$cross_compiling" = yes ||
10860 $as_test_x conftest$ac_exeext
10861 }; then
10862 case "$LIBEXT" in
10863 dll) ;;
10864 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'` ;;
10865 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10866 esac
10867 else
10868 $as_echo "$as_me: failed program was:" >&5
10869 sed 's/^/| /' conftest.$ac_ext >&5
10874 rm -rf conftest.dSYM
10875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10876 conftest$ac_exeext conftest.$ac_ext
10877 LIBS=$ac_check_soname_save_LIBS
10879 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10880 { $as_echo "$as_me:$LINENO: result: not found" >&5
10881 $as_echo "not found" >&6; }
10883 else
10884 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10885 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10889 _ACEOF
10891 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10892 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10893 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10894 $as_echo_n "(cached) " >&6
10895 else
10896 ac_check_lib_save_LIBS=$LIBS
10897 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10898 cat >conftest.$ac_ext <<_ACEOF
10899 /* confdefs.h. */
10900 _ACEOF
10901 cat confdefs.h >>conftest.$ac_ext
10902 cat >>conftest.$ac_ext <<_ACEOF
10903 /* end confdefs.h. */
10905 /* Override any GCC internal prototype to avoid an error.
10906 Use char because int might match the return type of a GCC
10907 builtin and then its argument prototype would still apply. */
10908 #ifdef __cplusplus
10909 extern "C"
10910 #endif
10911 char XRenderSetPictureTransform ();
10913 main ()
10915 return XRenderSetPictureTransform ();
10917 return 0;
10919 _ACEOF
10920 rm -f conftest.$ac_objext conftest$ac_exeext
10921 if { (ac_try="$ac_link"
10922 case "(($ac_try" in
10923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924 *) ac_try_echo=$ac_try;;
10925 esac
10926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10927 $as_echo "$ac_try_echo") >&5
10928 (eval "$ac_link") 2>conftest.er1
10929 ac_status=$?
10930 grep -v '^ *+' conftest.er1 >conftest.err
10931 rm -f conftest.er1
10932 cat conftest.err >&5
10933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10934 (exit $ac_status); } && {
10935 test -z "$ac_c_werror_flag" ||
10936 test ! -s conftest.err
10937 } && test -s conftest$ac_exeext && {
10938 test "$cross_compiling" = yes ||
10939 $as_test_x conftest$ac_exeext
10940 }; then
10941 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10942 else
10943 $as_echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10946 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10949 rm -rf conftest.dSYM
10950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10951 conftest$ac_exeext conftest.$ac_ext
10952 LIBS=$ac_check_lib_save_LIBS
10954 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10955 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10956 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10958 cat >>confdefs.h <<\_ACEOF
10959 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10960 _ACEOF
10968 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10969 case "x$with_xrender" in
10970 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10971 xno) ;;
10972 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10973 This is an error since --with-xrender was requested." >&5
10974 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10975 This is an error since --with-xrender was requested." >&2;}
10976 { (exit 1); exit 1; }; } ;;
10977 esac
10981 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10982 then
10983 cat >conftest.$ac_ext <<_ACEOF
10984 /* confdefs.h. */
10985 _ACEOF
10986 cat confdefs.h >>conftest.$ac_ext
10987 cat >>conftest.$ac_ext <<_ACEOF
10988 /* end confdefs.h. */
10989 #include <X11/Xlib.h>
10990 #include <X11/extensions/Xrandr.h>
10992 main ()
10994 static typeof(XRRSetScreenConfigAndRate) * func;
10996 return 0;
10998 _ACEOF
10999 rm -f conftest.$ac_objext
11000 if { (ac_try="$ac_compile"
11001 case "(($ac_try" in
11002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11003 *) ac_try_echo=$ac_try;;
11004 esac
11005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11006 $as_echo "$ac_try_echo") >&5
11007 (eval "$ac_compile") 2>conftest.er1
11008 ac_status=$?
11009 grep -v '^ *+' conftest.er1 >conftest.err
11010 rm -f conftest.er1
11011 cat conftest.err >&5
11012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013 (exit $ac_status); } && {
11014 test -z "$ac_c_werror_flag" ||
11015 test ! -s conftest.err
11016 } && test -s conftest.$ac_objext; then
11017 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11018 $as_echo_n "checking for -lXrandr... " >&6; }
11019 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11020 $as_echo_n "(cached) " >&6
11021 else
11022 ac_check_soname_save_LIBS=$LIBS
11023 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11024 cat >conftest.$ac_ext <<_ACEOF
11025 /* confdefs.h. */
11026 _ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h. */
11031 /* Override any GCC internal prototype to avoid an error.
11032 Use char because int might match the return type of a GCC
11033 builtin and then its argument prototype would still apply. */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char XRRQueryExtension ();
11039 main ()
11041 return XRRQueryExtension ();
11043 return 0;
11045 _ACEOF
11046 rm -f conftest.$ac_objext conftest$ac_exeext
11047 if { (ac_try="$ac_link"
11048 case "(($ac_try" in
11049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11050 *) ac_try_echo=$ac_try;;
11051 esac
11052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11053 $as_echo "$ac_try_echo") >&5
11054 (eval "$ac_link") 2>conftest.er1
11055 ac_status=$?
11056 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1
11058 cat conftest.err >&5
11059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && {
11061 test -z "$ac_c_werror_flag" ||
11062 test ! -s conftest.err
11063 } && test -s conftest$ac_exeext && {
11064 test "$cross_compiling" = yes ||
11065 $as_test_x conftest$ac_exeext
11066 }; then
11067 case "$LIBEXT" in
11068 dll) ;;
11069 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'` ;;
11070 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11071 esac
11072 else
11073 $as_echo "$as_me: failed program was:" >&5
11074 sed 's/^/| /' conftest.$ac_ext >&5
11079 rm -rf conftest.dSYM
11080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11081 conftest$ac_exeext conftest.$ac_ext
11082 LIBS=$ac_check_soname_save_LIBS
11084 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11085 { $as_echo "$as_me:$LINENO: result: not found" >&5
11086 $as_echo "not found" >&6; }
11088 else
11089 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11090 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11092 cat >>confdefs.h <<_ACEOF
11093 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11094 _ACEOF
11099 else
11100 $as_echo "$as_me: failed program was:" >&5
11101 sed 's/^/| /' conftest.$ac_ext >&5
11106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11108 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11109 case "x$with_xrandr" in
11110 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11111 xno) ;;
11112 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11113 This is an error since --with-xrandr was requested." >&5
11114 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11115 This is an error since --with-xrandr was requested." >&2;}
11116 { (exit 1); exit 1; }; } ;;
11117 esac
11121 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11122 then
11123 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h. */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h. */
11129 #include <X11/Xlib.h>
11130 #include <X11/extensions/Xinerama.h>
11132 main ()
11134 static typeof(XineramaQueryScreens) * func;
11136 return 0;
11138 _ACEOF
11139 rm -f conftest.$ac_objext
11140 if { (ac_try="$ac_compile"
11141 case "(($ac_try" in
11142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143 *) ac_try_echo=$ac_try;;
11144 esac
11145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11146 $as_echo "$ac_try_echo") >&5
11147 (eval "$ac_compile") 2>conftest.er1
11148 ac_status=$?
11149 grep -v '^ *+' conftest.er1 >conftest.err
11150 rm -f conftest.er1
11151 cat conftest.err >&5
11152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); } && {
11154 test -z "$ac_c_werror_flag" ||
11155 test ! -s conftest.err
11156 } && test -s conftest.$ac_objext; then
11157 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11158 $as_echo_n "checking for -lXinerama... " >&6; }
11159 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11160 $as_echo_n "(cached) " >&6
11161 else
11162 ac_check_soname_save_LIBS=$LIBS
11163 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11164 cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h. */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h. */
11171 /* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char XineramaQueryScreens ();
11179 main ()
11181 return XineramaQueryScreens ();
11183 return 0;
11185 _ACEOF
11186 rm -f conftest.$ac_objext conftest$ac_exeext
11187 if { (ac_try="$ac_link"
11188 case "(($ac_try" in
11189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11190 *) ac_try_echo=$ac_try;;
11191 esac
11192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11193 $as_echo "$ac_try_echo") >&5
11194 (eval "$ac_link") 2>conftest.er1
11195 ac_status=$?
11196 grep -v '^ *+' conftest.er1 >conftest.err
11197 rm -f conftest.er1
11198 cat conftest.err >&5
11199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); } && {
11201 test -z "$ac_c_werror_flag" ||
11202 test ! -s conftest.err
11203 } && test -s conftest$ac_exeext && {
11204 test "$cross_compiling" = yes ||
11205 $as_test_x conftest$ac_exeext
11206 }; then
11207 case "$LIBEXT" in
11208 dll) ;;
11209 dylib) ac_cv_lib_soname_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'` ;;
11210 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11211 esac
11212 else
11213 $as_echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11219 rm -rf conftest.dSYM
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LIBS=$ac_check_soname_save_LIBS
11224 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11225 { $as_echo "$as_me:$LINENO: result: not found" >&5
11226 $as_echo "not found" >&6; }
11228 else
11229 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11230 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11234 _ACEOF
11239 else
11240 $as_echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11248 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11249 case "x$with_xinerama" in
11250 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11251 xno) ;;
11252 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11253 This is an error since --with-xinerama was requested." >&5
11254 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11255 This is an error since --with-xinerama was requested." >&2;}
11256 { (exit 1); exit 1; }; } ;;
11257 esac
11261 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11262 then
11263 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11264 $as_echo_n "checking for -lXcomposite... " >&6; }
11265 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11266 $as_echo_n "(cached) " >&6
11267 else
11268 ac_check_soname_save_LIBS=$LIBS
11269 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11270 cat >conftest.$ac_ext <<_ACEOF
11271 /* confdefs.h. */
11272 _ACEOF
11273 cat confdefs.h >>conftest.$ac_ext
11274 cat >>conftest.$ac_ext <<_ACEOF
11275 /* end confdefs.h. */
11277 /* Override any GCC internal prototype to avoid an error.
11278 Use char because int might match the return type of a GCC
11279 builtin and then its argument prototype would still apply. */
11280 #ifdef __cplusplus
11281 extern "C"
11282 #endif
11283 char XCompositeRedirectWindow ();
11285 main ()
11287 return XCompositeRedirectWindow ();
11289 return 0;
11291 _ACEOF
11292 rm -f conftest.$ac_objext conftest$ac_exeext
11293 if { (ac_try="$ac_link"
11294 case "(($ac_try" in
11295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11296 *) ac_try_echo=$ac_try;;
11297 esac
11298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11299 $as_echo "$ac_try_echo") >&5
11300 (eval "$ac_link") 2>conftest.er1
11301 ac_status=$?
11302 grep -v '^ *+' conftest.er1 >conftest.err
11303 rm -f conftest.er1
11304 cat conftest.err >&5
11305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306 (exit $ac_status); } && {
11307 test -z "$ac_c_werror_flag" ||
11308 test ! -s conftest.err
11309 } && test -s conftest$ac_exeext && {
11310 test "$cross_compiling" = yes ||
11311 $as_test_x conftest$ac_exeext
11312 }; then
11313 case "$LIBEXT" in
11314 dll) ;;
11315 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'` ;;
11316 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11317 esac
11318 else
11319 $as_echo "$as_me: failed program was:" >&5
11320 sed 's/^/| /' conftest.$ac_ext >&5
11325 rm -rf conftest.dSYM
11326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11327 conftest$ac_exeext conftest.$ac_ext
11328 LIBS=$ac_check_soname_save_LIBS
11330 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11331 { $as_echo "$as_me:$LINENO: result: not found" >&5
11332 $as_echo "not found" >&6; }
11334 else
11335 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11336 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11338 cat >>confdefs.h <<_ACEOF
11339 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11340 _ACEOF
11346 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11347 case "x$with_xcomposite" in
11348 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11349 xno) ;;
11350 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11351 This is an error since --with-xcomposite was requested." >&5
11352 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11353 This is an error since --with-xcomposite was requested." >&2;}
11354 { (exit 1); exit 1; }; } ;;
11355 esac
11359 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11360 $as_echo_n "checking for XICCallback.callback... " >&6; }
11361 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11362 $as_echo_n "(cached) " >&6
11363 else
11364 cat >conftest.$ac_ext <<_ACEOF
11365 /* confdefs.h. */
11366 _ACEOF
11367 cat confdefs.h >>conftest.$ac_ext
11368 cat >>conftest.$ac_ext <<_ACEOF
11369 /* end confdefs.h. */
11370 #ifdef HAVE_X11_XLIB_H
11371 #include <X11/Xlib.h>
11372 #endif
11375 main ()
11377 static XICCallback ac_aggr;
11378 if (ac_aggr.callback)
11379 return 0;
11381 return 0;
11383 _ACEOF
11384 rm -f conftest.$ac_objext
11385 if { (ac_try="$ac_compile"
11386 case "(($ac_try" in
11387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11388 *) ac_try_echo=$ac_try;;
11389 esac
11390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11391 $as_echo "$ac_try_echo") >&5
11392 (eval "$ac_compile") 2>conftest.er1
11393 ac_status=$?
11394 grep -v '^ *+' conftest.er1 >conftest.err
11395 rm -f conftest.er1
11396 cat conftest.err >&5
11397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11398 (exit $ac_status); } && {
11399 test -z "$ac_c_werror_flag" ||
11400 test ! -s conftest.err
11401 } && test -s conftest.$ac_objext; then
11402 ac_cv_member_XICCallback_callback=yes
11403 else
11404 $as_echo "$as_me: failed program was:" >&5
11405 sed 's/^/| /' conftest.$ac_ext >&5
11407 cat >conftest.$ac_ext <<_ACEOF
11408 /* confdefs.h. */
11409 _ACEOF
11410 cat confdefs.h >>conftest.$ac_ext
11411 cat >>conftest.$ac_ext <<_ACEOF
11412 /* end confdefs.h. */
11413 #ifdef HAVE_X11_XLIB_H
11414 #include <X11/Xlib.h>
11415 #endif
11418 main ()
11420 static XICCallback ac_aggr;
11421 if (sizeof ac_aggr.callback)
11422 return 0;
11424 return 0;
11426 _ACEOF
11427 rm -f conftest.$ac_objext
11428 if { (ac_try="$ac_compile"
11429 case "(($ac_try" in
11430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11431 *) ac_try_echo=$ac_try;;
11432 esac
11433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11434 $as_echo "$ac_try_echo") >&5
11435 (eval "$ac_compile") 2>conftest.er1
11436 ac_status=$?
11437 grep -v '^ *+' conftest.er1 >conftest.err
11438 rm -f conftest.er1
11439 cat conftest.err >&5
11440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } && {
11442 test -z "$ac_c_werror_flag" ||
11443 test ! -s conftest.err
11444 } && test -s conftest.$ac_objext; then
11445 ac_cv_member_XICCallback_callback=yes
11446 else
11447 $as_echo "$as_me: failed program was:" >&5
11448 sed 's/^/| /' conftest.$ac_ext >&5
11450 ac_cv_member_XICCallback_callback=no
11453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11458 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11459 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11460 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11462 cat >>confdefs.h <<_ACEOF
11463 #define HAVE_XICCALLBACK_CALLBACK 1
11464 _ACEOF
11471 opengl_msg=""
11472 if test "x$with_opengl" != "xno"
11473 then
11478 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11480 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11481 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11482 $as_echo_n "checking for $ac_header... " >&6; }
11483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11484 $as_echo_n "(cached) " >&6
11485 else
11486 cat >conftest.$ac_ext <<_ACEOF
11487 /* confdefs.h. */
11488 _ACEOF
11489 cat confdefs.h >>conftest.$ac_ext
11490 cat >>conftest.$ac_ext <<_ACEOF
11491 /* end confdefs.h. */
11492 #ifdef HAVE_GL_GLX_H
11493 # include <GL/glx.h>
11494 #endif
11496 #include <$ac_header>
11497 _ACEOF
11498 rm -f conftest.$ac_objext
11499 if { (ac_try="$ac_compile"
11500 case "(($ac_try" in
11501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11502 *) ac_try_echo=$ac_try;;
11503 esac
11504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11505 $as_echo "$ac_try_echo") >&5
11506 (eval "$ac_compile") 2>conftest.er1
11507 ac_status=$?
11508 grep -v '^ *+' conftest.er1 >conftest.err
11509 rm -f conftest.er1
11510 cat conftest.err >&5
11511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); } && {
11513 test -z "$ac_c_werror_flag" ||
11514 test ! -s conftest.err
11515 } && test -s conftest.$ac_objext; then
11516 eval "$as_ac_Header=yes"
11517 else
11518 $as_echo "$as_me: failed program was:" >&5
11519 sed 's/^/| /' conftest.$ac_ext >&5
11521 eval "$as_ac_Header=no"
11524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11526 ac_res=`eval 'as_val=${'$as_ac_Header'}
11527 $as_echo "$as_val"'`
11528 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11529 $as_echo "$ac_res" >&6; }
11530 as_val=`eval 'as_val=${'$as_ac_Header'}
11531 $as_echo "$as_val"'`
11532 if test "x$as_val" = x""yes; then
11533 cat >>confdefs.h <<_ACEOF
11534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11535 _ACEOF
11539 done
11541 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11542 then
11543 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11544 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11545 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11546 $as_echo_n "(cached) " >&6
11547 else
11548 cat >conftest.$ac_ext <<_ACEOF
11549 /* confdefs.h. */
11550 _ACEOF
11551 cat confdefs.h >>conftest.$ac_ext
11552 cat >>conftest.$ac_ext <<_ACEOF
11553 /* end confdefs.h. */
11554 #include <GL/gl.h>
11556 main ()
11558 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11560 return 0;
11562 _ACEOF
11563 rm -f conftest.$ac_objext
11564 if { (ac_try="$ac_compile"
11565 case "(($ac_try" in
11566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11567 *) ac_try_echo=$ac_try;;
11568 esac
11569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11570 $as_echo "$ac_try_echo") >&5
11571 (eval "$ac_compile") 2>conftest.er1
11572 ac_status=$?
11573 grep -v '^ *+' conftest.er1 >conftest.err
11574 rm -f conftest.er1
11575 cat conftest.err >&5
11576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11577 (exit $ac_status); } && {
11578 test -z "$ac_c_werror_flag" ||
11579 test ! -s conftest.err
11580 } && test -s conftest.$ac_objext; then
11581 wine_cv_opengl_header_version_OK="yes"
11582 else
11583 $as_echo "$as_me: failed program was:" >&5
11584 sed 's/^/| /' conftest.$ac_ext >&5
11586 wine_cv_opengl_header_version_OK="no"
11589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11591 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11592 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11594 if test "$wine_cv_opengl_header_version_OK" = "yes"
11595 then
11596 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11597 $as_echo_n "checking for -lGL... " >&6; }
11598 if test "${ac_cv_lib_soname_GL+set}" = set; then
11599 $as_echo_n "(cached) " >&6
11600 else
11601 ac_check_soname_save_LIBS=$LIBS
11602 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11603 cat >conftest.$ac_ext <<_ACEOF
11604 /* confdefs.h. */
11605 _ACEOF
11606 cat confdefs.h >>conftest.$ac_ext
11607 cat >>conftest.$ac_ext <<_ACEOF
11608 /* end confdefs.h. */
11610 /* Override any GCC internal prototype to avoid an error.
11611 Use char because int might match the return type of a GCC
11612 builtin and then its argument prototype would still apply. */
11613 #ifdef __cplusplus
11614 extern "C"
11615 #endif
11616 char glXCreateContext ();
11618 main ()
11620 return glXCreateContext ();
11622 return 0;
11624 _ACEOF
11625 rm -f conftest.$ac_objext conftest$ac_exeext
11626 if { (ac_try="$ac_link"
11627 case "(($ac_try" in
11628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11629 *) ac_try_echo=$ac_try;;
11630 esac
11631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11632 $as_echo "$ac_try_echo") >&5
11633 (eval "$ac_link") 2>conftest.er1
11634 ac_status=$?
11635 grep -v '^ *+' conftest.er1 >conftest.err
11636 rm -f conftest.er1
11637 cat conftest.err >&5
11638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639 (exit $ac_status); } && {
11640 test -z "$ac_c_werror_flag" ||
11641 test ! -s conftest.err
11642 } && test -s conftest$ac_exeext && {
11643 test "$cross_compiling" = yes ||
11644 $as_test_x conftest$ac_exeext
11645 }; then
11646 case "$LIBEXT" in
11647 dll) ;;
11648 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'` ;;
11649 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11650 esac
11651 else
11652 $as_echo "$as_me: failed program was:" >&5
11653 sed 's/^/| /' conftest.$ac_ext >&5
11658 rm -rf conftest.dSYM
11659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11660 conftest$ac_exeext conftest.$ac_ext
11661 LIBS=$ac_check_soname_save_LIBS
11663 if test "x$ac_cv_lib_soname_GL" = "x"; then
11664 { $as_echo "$as_me:$LINENO: result: not found" >&5
11665 $as_echo "not found" >&6; }
11666 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11667 $as_echo_n "checking for -lGL... " >&6; }
11668 if test "${ac_cv_lib_soname_GL+set}" = set; then
11669 $as_echo_n "(cached) " >&6
11670 else
11671 ac_check_soname_save_LIBS=$LIBS
11672 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"
11673 cat >conftest.$ac_ext <<_ACEOF
11674 /* confdefs.h. */
11675 _ACEOF
11676 cat confdefs.h >>conftest.$ac_ext
11677 cat >>conftest.$ac_ext <<_ACEOF
11678 /* end confdefs.h. */
11680 /* Override any GCC internal prototype to avoid an error.
11681 Use char because int might match the return type of a GCC
11682 builtin and then its argument prototype would still apply. */
11683 #ifdef __cplusplus
11684 extern "C"
11685 #endif
11686 char glXCreateContext ();
11688 main ()
11690 return glXCreateContext ();
11692 return 0;
11694 _ACEOF
11695 rm -f conftest.$ac_objext conftest$ac_exeext
11696 if { (ac_try="$ac_link"
11697 case "(($ac_try" in
11698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11699 *) ac_try_echo=$ac_try;;
11700 esac
11701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11702 $as_echo "$ac_try_echo") >&5
11703 (eval "$ac_link") 2>conftest.er1
11704 ac_status=$?
11705 grep -v '^ *+' conftest.er1 >conftest.err
11706 rm -f conftest.er1
11707 cat conftest.err >&5
11708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709 (exit $ac_status); } && {
11710 test -z "$ac_c_werror_flag" ||
11711 test ! -s conftest.err
11712 } && test -s conftest$ac_exeext && {
11713 test "$cross_compiling" = yes ||
11714 $as_test_x conftest$ac_exeext
11715 }; then
11716 case "$LIBEXT" in
11717 dll) ;;
11718 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'` ;;
11719 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11720 esac
11721 else
11722 $as_echo "$as_me: failed program was:" >&5
11723 sed 's/^/| /' conftest.$ac_ext >&5
11728 rm -rf conftest.dSYM
11729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11730 conftest$ac_exeext conftest.$ac_ext
11731 LIBS=$ac_check_soname_save_LIBS
11733 if test "x$ac_cv_lib_soname_GL" = "x"; then
11734 { $as_echo "$as_me:$LINENO: result: not found" >&5
11735 $as_echo "not found" >&6; }
11736 if test -f /usr/X11R6/lib/libGL.a
11737 then
11738 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11739 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11740 else
11741 opengl_msg="No OpenGL library found on this system."
11743 else
11744 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11745 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11747 cat >>confdefs.h <<_ACEOF
11748 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11749 _ACEOF
11751 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"
11753 cat >>confdefs.h <<\_ACEOF
11754 #define HAVE_OPENGL 1
11755 _ACEOF
11759 else
11760 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11761 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11763 cat >>confdefs.h <<_ACEOF
11764 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11765 _ACEOF
11767 OPENGL_LIBS="-lGL"
11769 cat >>confdefs.h <<\_ACEOF
11770 #define HAVE_OPENGL 1
11771 _ACEOF
11775 if test "$ac_cv_header_GL_glu_h" = "yes"
11776 then
11777 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11778 $as_echo_n "checking for -lGLU... " >&6; }
11779 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11780 $as_echo_n "(cached) " >&6
11781 else
11782 ac_check_soname_save_LIBS=$LIBS
11783 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11784 cat >conftest.$ac_ext <<_ACEOF
11785 /* confdefs.h. */
11786 _ACEOF
11787 cat confdefs.h >>conftest.$ac_ext
11788 cat >>conftest.$ac_ext <<_ACEOF
11789 /* end confdefs.h. */
11791 /* Override any GCC internal prototype to avoid an error.
11792 Use char because int might match the return type of a GCC
11793 builtin and then its argument prototype would still apply. */
11794 #ifdef __cplusplus
11795 extern "C"
11796 #endif
11797 char gluLookAt ();
11799 main ()
11801 return gluLookAt ();
11803 return 0;
11805 _ACEOF
11806 rm -f conftest.$ac_objext conftest$ac_exeext
11807 if { (ac_try="$ac_link"
11808 case "(($ac_try" in
11809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11810 *) ac_try_echo=$ac_try;;
11811 esac
11812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11813 $as_echo "$ac_try_echo") >&5
11814 (eval "$ac_link") 2>conftest.er1
11815 ac_status=$?
11816 grep -v '^ *+' conftest.er1 >conftest.err
11817 rm -f conftest.er1
11818 cat conftest.err >&5
11819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820 (exit $ac_status); } && {
11821 test -z "$ac_c_werror_flag" ||
11822 test ! -s conftest.err
11823 } && test -s conftest$ac_exeext && {
11824 test "$cross_compiling" = yes ||
11825 $as_test_x conftest$ac_exeext
11826 }; then
11827 case "$LIBEXT" in
11828 dll) ;;
11829 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'` ;;
11830 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11831 esac
11832 else
11833 $as_echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.$ac_ext >&5
11839 rm -rf conftest.dSYM
11840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11841 conftest$ac_exeext conftest.$ac_ext
11842 LIBS=$ac_check_soname_save_LIBS
11844 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11845 { $as_echo "$as_me:$LINENO: result: not found" >&5
11846 $as_echo "not found" >&6; }
11848 else
11849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11850 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11852 cat >>confdefs.h <<_ACEOF
11853 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11854 _ACEOF
11860 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11861 case "x$with_glu" in
11862 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11863 xno) ;;
11864 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11865 This is an error since --with-glu was requested." >&5
11866 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11867 This is an error since --with-glu was requested." >&2;}
11868 { (exit 1); exit 1; }; } ;;
11869 esac
11872 else
11873 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11875 else
11876 opengl_msg="OpenGL development headers not found."
11878 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11879 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11880 else
11881 enable_opengl32=${enable_opengl32:-no}
11882 enable_glu32=${enable_glu32:-no}
11884 if test -n "$opengl_msg"; then
11885 case "x$with_opengl" in
11886 x) wine_warnings="$wine_warnings|$opengl_msg
11887 OpenGL and Direct3D won't be supported." ;;
11888 xno) ;;
11889 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11890 OpenGL and Direct3D won't be supported.
11891 This is an error since --with-opengl was requested." >&5
11892 $as_echo "$as_me: error: $opengl_msg
11893 OpenGL and Direct3D won't be supported.
11894 This is an error since --with-opengl was requested." >&2;}
11895 { (exit 1); exit 1; }; } ;;
11896 esac
11900 NASLIBS=""
11903 for ac_header in audio/audiolib.h
11905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11907 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 $as_echo_n "checking for $ac_header... " >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910 $as_echo_n "(cached) " >&6
11912 ac_res=`eval 'as_val=${'$as_ac_Header'}
11913 $as_echo "$as_val"'`
11914 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11915 $as_echo "$ac_res" >&6; }
11916 else
11917 # Is the header compilable?
11918 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11919 $as_echo_n "checking $ac_header usability... " >&6; }
11920 cat >conftest.$ac_ext <<_ACEOF
11921 /* confdefs.h. */
11922 _ACEOF
11923 cat confdefs.h >>conftest.$ac_ext
11924 cat >>conftest.$ac_ext <<_ACEOF
11925 /* end confdefs.h. */
11926 $ac_includes_default
11927 #include <$ac_header>
11928 _ACEOF
11929 rm -f conftest.$ac_objext
11930 if { (ac_try="$ac_compile"
11931 case "(($ac_try" in
11932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11933 *) ac_try_echo=$ac_try;;
11934 esac
11935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11936 $as_echo "$ac_try_echo") >&5
11937 (eval "$ac_compile") 2>conftest.er1
11938 ac_status=$?
11939 grep -v '^ *+' conftest.er1 >conftest.err
11940 rm -f conftest.er1
11941 cat conftest.err >&5
11942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); } && {
11944 test -z "$ac_c_werror_flag" ||
11945 test ! -s conftest.err
11946 } && test -s conftest.$ac_objext; then
11947 ac_header_compiler=yes
11948 else
11949 $as_echo "$as_me: failed program was:" >&5
11950 sed 's/^/| /' conftest.$ac_ext >&5
11952 ac_header_compiler=no
11955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11957 $as_echo "$ac_header_compiler" >&6; }
11959 # Is the header present?
11960 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11961 $as_echo_n "checking $ac_header presence... " >&6; }
11962 cat >conftest.$ac_ext <<_ACEOF
11963 /* confdefs.h. */
11964 _ACEOF
11965 cat confdefs.h >>conftest.$ac_ext
11966 cat >>conftest.$ac_ext <<_ACEOF
11967 /* end confdefs.h. */
11968 #include <$ac_header>
11969 _ACEOF
11970 if { (ac_try="$ac_cpp conftest.$ac_ext"
11971 case "(($ac_try" in
11972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973 *) ac_try_echo=$ac_try;;
11974 esac
11975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11976 $as_echo "$ac_try_echo") >&5
11977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11978 ac_status=$?
11979 grep -v '^ *+' conftest.er1 >conftest.err
11980 rm -f conftest.er1
11981 cat conftest.err >&5
11982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983 (exit $ac_status); } >/dev/null && {
11984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11985 test ! -s conftest.err
11986 }; then
11987 ac_header_preproc=yes
11988 else
11989 $as_echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11992 ac_header_preproc=no
11995 rm -f conftest.err conftest.$ac_ext
11996 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11997 $as_echo "$ac_header_preproc" >&6; }
11999 # So? What about this header?
12000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12001 yes:no: )
12002 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12003 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12004 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12005 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12006 ac_header_preproc=yes
12008 no:yes:* )
12009 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12010 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12011 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12012 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12013 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12014 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12015 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12016 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12018 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12020 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12021 ( cat <<\_ASBOX
12022 ## ------------------------------------ ##
12023 ## Report this to wine-devel@winehq.org ##
12024 ## ------------------------------------ ##
12025 _ASBOX
12026 ) | sed "s/^/$as_me: WARNING: /" >&2
12028 esac
12029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12030 $as_echo_n "checking for $ac_header... " >&6; }
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032 $as_echo_n "(cached) " >&6
12033 else
12034 eval "$as_ac_Header=\$ac_header_preproc"
12036 ac_res=`eval 'as_val=${'$as_ac_Header'}
12037 $as_echo "$as_val"'`
12038 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12039 $as_echo "$ac_res" >&6; }
12042 as_val=`eval 'as_val=${'$as_ac_Header'}
12043 $as_echo "$as_val"'`
12044 if test "x$as_val" = x""yes; then
12045 cat >>confdefs.h <<_ACEOF
12046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12047 _ACEOF
12049 for ac_header in audio/soundlib.h
12051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12053 $as_echo_n "checking for $ac_header... " >&6; }
12054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12055 $as_echo_n "(cached) " >&6
12056 else
12057 cat >conftest.$ac_ext <<_ACEOF
12058 /* confdefs.h. */
12059 _ACEOF
12060 cat confdefs.h >>conftest.$ac_ext
12061 cat >>conftest.$ac_ext <<_ACEOF
12062 /* end confdefs.h. */
12063 #include <audio/audiolib.h>
12065 #include <$ac_header>
12066 _ACEOF
12067 rm -f conftest.$ac_objext
12068 if { (ac_try="$ac_compile"
12069 case "(($ac_try" in
12070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071 *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075 (eval "$ac_compile") 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } && {
12082 test -z "$ac_c_werror_flag" ||
12083 test ! -s conftest.err
12084 } && test -s conftest.$ac_objext; then
12085 eval "$as_ac_Header=yes"
12086 else
12087 $as_echo "$as_me: failed program was:" >&5
12088 sed 's/^/| /' conftest.$ac_ext >&5
12090 eval "$as_ac_Header=no"
12093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12095 ac_res=`eval 'as_val=${'$as_ac_Header'}
12096 $as_echo "$as_val"'`
12097 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12098 $as_echo "$ac_res" >&6; }
12099 as_val=`eval 'as_val=${'$as_ac_Header'}
12100 $as_echo "$as_val"'`
12101 if test "x$as_val" = x""yes; then
12102 cat >>confdefs.h <<_ACEOF
12103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12104 _ACEOF
12108 done
12110 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12111 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12112 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12113 $as_echo_n "(cached) " >&6
12114 else
12115 ac_check_lib_save_LIBS=$LIBS
12116 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12117 cat >conftest.$ac_ext <<_ACEOF
12118 /* confdefs.h. */
12119 _ACEOF
12120 cat confdefs.h >>conftest.$ac_ext
12121 cat >>conftest.$ac_ext <<_ACEOF
12122 /* end confdefs.h. */
12124 /* Override any GCC internal prototype to avoid an error.
12125 Use char because int might match the return type of a GCC
12126 builtin and then its argument prototype would still apply. */
12127 #ifdef __cplusplus
12128 extern "C"
12129 #endif
12130 char AuCreateFlow ();
12132 main ()
12134 return AuCreateFlow ();
12136 return 0;
12138 _ACEOF
12139 rm -f conftest.$ac_objext conftest$ac_exeext
12140 if { (ac_try="$ac_link"
12141 case "(($ac_try" in
12142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12143 *) ac_try_echo=$ac_try;;
12144 esac
12145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12146 $as_echo "$ac_try_echo") >&5
12147 (eval "$ac_link") 2>conftest.er1
12148 ac_status=$?
12149 grep -v '^ *+' conftest.er1 >conftest.err
12150 rm -f conftest.er1
12151 cat conftest.err >&5
12152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12153 (exit $ac_status); } && {
12154 test -z "$ac_c_werror_flag" ||
12155 test ! -s conftest.err
12156 } && test -s conftest$ac_exeext && {
12157 test "$cross_compiling" = yes ||
12158 $as_test_x conftest$ac_exeext
12159 }; then
12160 ac_cv_lib_audio_AuCreateFlow=yes
12161 else
12162 $as_echo "$as_me: failed program was:" >&5
12163 sed 's/^/| /' conftest.$ac_ext >&5
12165 ac_cv_lib_audio_AuCreateFlow=no
12168 rm -rf conftest.dSYM
12169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12170 conftest$ac_exeext conftest.$ac_ext
12171 LIBS=$ac_check_lib_save_LIBS
12173 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12174 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12175 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12177 cat >>confdefs.h <<\_ACEOF
12178 #define HAVE_NAS 1
12179 _ACEOF
12181 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12182 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12183 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12184 $as_echo_n "(cached) " >&6
12185 else
12186 ac_check_lib_save_LIBS=$LIBS
12187 LIBS="-lXau $X_LIBS $LIBS"
12188 cat >conftest.$ac_ext <<_ACEOF
12189 /* confdefs.h. */
12190 _ACEOF
12191 cat confdefs.h >>conftest.$ac_ext
12192 cat >>conftest.$ac_ext <<_ACEOF
12193 /* end confdefs.h. */
12195 /* Override any GCC internal prototype to avoid an error.
12196 Use char because int might match the return type of a GCC
12197 builtin and then its argument prototype would still apply. */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char XauGetBestAuthByAddr ();
12203 main ()
12205 return XauGetBestAuthByAddr ();
12207 return 0;
12209 _ACEOF
12210 rm -f conftest.$ac_objext conftest$ac_exeext
12211 if { (ac_try="$ac_link"
12212 case "(($ac_try" in
12213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12214 *) ac_try_echo=$ac_try;;
12215 esac
12216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12217 $as_echo "$ac_try_echo") >&5
12218 (eval "$ac_link") 2>conftest.er1
12219 ac_status=$?
12220 grep -v '^ *+' conftest.er1 >conftest.err
12221 rm -f conftest.er1
12222 cat conftest.err >&5
12223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12224 (exit $ac_status); } && {
12225 test -z "$ac_c_werror_flag" ||
12226 test ! -s conftest.err
12227 } && test -s conftest$ac_exeext && {
12228 test "$cross_compiling" = yes ||
12229 $as_test_x conftest$ac_exeext
12230 }; then
12231 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12232 else
12233 $as_echo "$as_me: failed program was:" >&5
12234 sed 's/^/| /' conftest.$ac_ext >&5
12236 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12239 rm -rf conftest.dSYM
12240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12241 conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_lib_save_LIBS
12244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12245 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12246 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12247 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12248 else
12249 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12257 done
12260 CPPFLAGS="$ac_save_CPPFLAGS"
12261 else
12262 XLIB=""
12263 X_CFLAGS=""
12264 X_LIBS=""
12265 enable_winex11_drv=${enable_winex11_drv:-no}
12266 enable_opengl32=${enable_opengl32:-no}
12267 enable_glu32=${enable_glu32:-no}
12269 if test "x$XLIB" = "x"; then
12270 case "x$with_x" in
12271 xno) ;;
12272 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12273 without X support, which probably isn't what you want. You will need to install
12274 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12275 Use the --without-x option if you really want this." >&5
12276 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12277 without X support, which probably isn't what you want. You will need to install
12278 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12279 Use the --without-x option if you really want this." >&2;}
12280 { (exit 1); exit 1; }; } ;;
12281 esac
12286 XML2LIBS=""
12288 XML2INCL=""
12290 XSLTINCL=""
12292 if test "x$with_xml" != "xno"
12293 then
12294 ac_save_CPPFLAGS="$CPPFLAGS"
12295 if test "$PKG_CONFIG" != "false"
12296 then
12297 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12298 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12299 else
12300 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12301 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12303 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12305 for ac_header in libxml/parser.h
12307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12309 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12310 $as_echo_n "checking for $ac_header... " >&6; }
12311 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12312 $as_echo_n "(cached) " >&6
12314 ac_res=`eval 'as_val=${'$as_ac_Header'}
12315 $as_echo "$as_val"'`
12316 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12317 $as_echo "$ac_res" >&6; }
12318 else
12319 # Is the header compilable?
12320 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12321 $as_echo_n "checking $ac_header usability... " >&6; }
12322 cat >conftest.$ac_ext <<_ACEOF
12323 /* confdefs.h. */
12324 _ACEOF
12325 cat confdefs.h >>conftest.$ac_ext
12326 cat >>conftest.$ac_ext <<_ACEOF
12327 /* end confdefs.h. */
12328 $ac_includes_default
12329 #include <$ac_header>
12330 _ACEOF
12331 rm -f conftest.$ac_objext
12332 if { (ac_try="$ac_compile"
12333 case "(($ac_try" in
12334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12335 *) ac_try_echo=$ac_try;;
12336 esac
12337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12338 $as_echo "$ac_try_echo") >&5
12339 (eval "$ac_compile") 2>conftest.er1
12340 ac_status=$?
12341 grep -v '^ *+' conftest.er1 >conftest.err
12342 rm -f conftest.er1
12343 cat conftest.err >&5
12344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12345 (exit $ac_status); } && {
12346 test -z "$ac_c_werror_flag" ||
12347 test ! -s conftest.err
12348 } && test -s conftest.$ac_objext; then
12349 ac_header_compiler=yes
12350 else
12351 $as_echo "$as_me: failed program was:" >&5
12352 sed 's/^/| /' conftest.$ac_ext >&5
12354 ac_header_compiler=no
12357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12358 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12359 $as_echo "$ac_header_compiler" >&6; }
12361 # Is the header present?
12362 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12363 $as_echo_n "checking $ac_header presence... " >&6; }
12364 cat >conftest.$ac_ext <<_ACEOF
12365 /* confdefs.h. */
12366 _ACEOF
12367 cat confdefs.h >>conftest.$ac_ext
12368 cat >>conftest.$ac_ext <<_ACEOF
12369 /* end confdefs.h. */
12370 #include <$ac_header>
12371 _ACEOF
12372 if { (ac_try="$ac_cpp conftest.$ac_ext"
12373 case "(($ac_try" in
12374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12375 *) ac_try_echo=$ac_try;;
12376 esac
12377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12378 $as_echo "$ac_try_echo") >&5
12379 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12380 ac_status=$?
12381 grep -v '^ *+' conftest.er1 >conftest.err
12382 rm -f conftest.er1
12383 cat conftest.err >&5
12384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385 (exit $ac_status); } >/dev/null && {
12386 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12387 test ! -s conftest.err
12388 }; then
12389 ac_header_preproc=yes
12390 else
12391 $as_echo "$as_me: failed program was:" >&5
12392 sed 's/^/| /' conftest.$ac_ext >&5
12394 ac_header_preproc=no
12397 rm -f conftest.err conftest.$ac_ext
12398 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12399 $as_echo "$ac_header_preproc" >&6; }
12401 # So? What about this header?
12402 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12403 yes:no: )
12404 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12405 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12406 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12407 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12408 ac_header_preproc=yes
12410 no:yes:* )
12411 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12412 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12413 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12414 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12415 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12416 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12417 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12418 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12419 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12420 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12421 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12422 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12423 ( cat <<\_ASBOX
12424 ## ------------------------------------ ##
12425 ## Report this to wine-devel@winehq.org ##
12426 ## ------------------------------------ ##
12427 _ASBOX
12428 ) | sed "s/^/$as_me: WARNING: /" >&2
12430 esac
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434 $as_echo_n "(cached) " >&6
12435 else
12436 eval "$as_ac_Header=\$ac_header_preproc"
12438 ac_res=`eval 'as_val=${'$as_ac_Header'}
12439 $as_echo "$as_val"'`
12440 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12441 $as_echo "$ac_res" >&6; }
12444 as_val=`eval 'as_val=${'$as_ac_Header'}
12445 $as_echo "$as_val"'`
12446 if test "x$as_val" = x""yes; then
12447 cat >>confdefs.h <<_ACEOF
12448 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12449 _ACEOF
12450 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12451 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12452 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12453 $as_echo_n "(cached) " >&6
12454 else
12455 ac_check_lib_save_LIBS=$LIBS
12456 LIBS="-lxml2 $ac_xml_libs $LIBS"
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h. */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h. */
12464 /* Override any GCC internal prototype to avoid an error.
12465 Use char because int might match the return type of a GCC
12466 builtin and then its argument prototype would still apply. */
12467 #ifdef __cplusplus
12468 extern "C"
12469 #endif
12470 char xmlParseMemory ();
12472 main ()
12474 return xmlParseMemory ();
12476 return 0;
12478 _ACEOF
12479 rm -f conftest.$ac_objext conftest$ac_exeext
12480 if { (ac_try="$ac_link"
12481 case "(($ac_try" in
12482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12483 *) ac_try_echo=$ac_try;;
12484 esac
12485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12486 $as_echo "$ac_try_echo") >&5
12487 (eval "$ac_link") 2>conftest.er1
12488 ac_status=$?
12489 grep -v '^ *+' conftest.er1 >conftest.err
12490 rm -f conftest.er1
12491 cat conftest.err >&5
12492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); } && {
12494 test -z "$ac_c_werror_flag" ||
12495 test ! -s conftest.err
12496 } && test -s conftest$ac_exeext && {
12497 test "$cross_compiling" = yes ||
12498 $as_test_x conftest$ac_exeext
12499 }; then
12500 ac_cv_lib_xml2_xmlParseMemory=yes
12501 else
12502 $as_echo "$as_me: failed program was:" >&5
12503 sed 's/^/| /' conftest.$ac_ext >&5
12505 ac_cv_lib_xml2_xmlParseMemory=no
12508 rm -rf conftest.dSYM
12509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12510 conftest$ac_exeext conftest.$ac_ext
12511 LIBS=$ac_check_lib_save_LIBS
12513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12514 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12515 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12517 cat >>confdefs.h <<\_ACEOF
12518 #define HAVE_LIBXML2 1
12519 _ACEOF
12521 XML2LIBS="$ac_xml_libs"
12522 XML2INCL="$ac_xml_cflags"
12525 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12526 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12527 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12528 $as_echo_n "(cached) " >&6
12529 else
12530 ac_check_lib_save_LIBS=$LIBS
12531 LIBS="-lxml2 $ac_xml_libs $LIBS"
12532 cat >conftest.$ac_ext <<_ACEOF
12533 /* confdefs.h. */
12534 _ACEOF
12535 cat confdefs.h >>conftest.$ac_ext
12536 cat >>conftest.$ac_ext <<_ACEOF
12537 /* end confdefs.h. */
12539 /* Override any GCC internal prototype to avoid an error.
12540 Use char because int might match the return type of a GCC
12541 builtin and then its argument prototype would still apply. */
12542 #ifdef __cplusplus
12543 extern "C"
12544 #endif
12545 char xmlReadMemory ();
12547 main ()
12549 return xmlReadMemory ();
12551 return 0;
12553 _ACEOF
12554 rm -f conftest.$ac_objext conftest$ac_exeext
12555 if { (ac_try="$ac_link"
12556 case "(($ac_try" in
12557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12558 *) ac_try_echo=$ac_try;;
12559 esac
12560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12561 $as_echo "$ac_try_echo") >&5
12562 (eval "$ac_link") 2>conftest.er1
12563 ac_status=$?
12564 grep -v '^ *+' conftest.er1 >conftest.err
12565 rm -f conftest.er1
12566 cat conftest.err >&5
12567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); } && {
12569 test -z "$ac_c_werror_flag" ||
12570 test ! -s conftest.err
12571 } && test -s conftest$ac_exeext && {
12572 test "$cross_compiling" = yes ||
12573 $as_test_x conftest$ac_exeext
12574 }; then
12575 ac_cv_lib_xml2_xmlReadMemory=yes
12576 else
12577 $as_echo "$as_me: failed program was:" >&5
12578 sed 's/^/| /' conftest.$ac_ext >&5
12580 ac_cv_lib_xml2_xmlReadMemory=no
12583 rm -rf conftest.dSYM
12584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12585 conftest$ac_exeext conftest.$ac_ext
12586 LIBS=$ac_check_lib_save_LIBS
12588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12589 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12590 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12592 cat >>confdefs.h <<\_ACEOF
12593 #define HAVE_XMLREADMEMORY 1
12594 _ACEOF
12598 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12599 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12600 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12601 $as_echo_n "(cached) " >&6
12602 else
12603 ac_check_lib_save_LIBS=$LIBS
12604 LIBS="-lxml2 $ac_xml_libs $LIBS"
12605 cat >conftest.$ac_ext <<_ACEOF
12606 /* confdefs.h. */
12607 _ACEOF
12608 cat confdefs.h >>conftest.$ac_ext
12609 cat >>conftest.$ac_ext <<_ACEOF
12610 /* end confdefs.h. */
12612 /* Override any GCC internal prototype to avoid an error.
12613 Use char because int might match the return type of a GCC
12614 builtin and then its argument prototype would still apply. */
12615 #ifdef __cplusplus
12616 extern "C"
12617 #endif
12618 char xmlNewDocPI ();
12620 main ()
12622 return xmlNewDocPI ();
12624 return 0;
12626 _ACEOF
12627 rm -f conftest.$ac_objext conftest$ac_exeext
12628 if { (ac_try="$ac_link"
12629 case "(($ac_try" in
12630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631 *) ac_try_echo=$ac_try;;
12632 esac
12633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12634 $as_echo "$ac_try_echo") >&5
12635 (eval "$ac_link") 2>conftest.er1
12636 ac_status=$?
12637 grep -v '^ *+' conftest.er1 >conftest.err
12638 rm -f conftest.er1
12639 cat conftest.err >&5
12640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641 (exit $ac_status); } && {
12642 test -z "$ac_c_werror_flag" ||
12643 test ! -s conftest.err
12644 } && test -s conftest$ac_exeext && {
12645 test "$cross_compiling" = yes ||
12646 $as_test_x conftest$ac_exeext
12647 }; then
12648 ac_cv_lib_xml2_xmlNewDocPI=yes
12649 else
12650 $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12653 ac_cv_lib_xml2_xmlNewDocPI=no
12656 rm -rf conftest.dSYM
12657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12658 conftest$ac_exeext conftest.$ac_ext
12659 LIBS=$ac_check_lib_save_LIBS
12661 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12662 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12663 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12665 cat >>confdefs.h <<\_ACEOF
12666 #define HAVE_XMLNEWDOCPI 1
12667 _ACEOF
12674 done
12676 CPPFLAGS="$ac_save_CPPFLAGS"
12678 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12679 case "x$with_xml" in
12680 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12681 xno) ;;
12682 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12683 This is an error since --with-xml was requested." >&5
12684 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12685 This is an error since --with-xml was requested." >&2;}
12686 { (exit 1); exit 1; }; } ;;
12687 esac
12691 if test "x$with_xslt" != "xno"
12692 then
12693 if test "$PKG_CONFIG" != "false"
12694 then
12695 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12696 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12697 else
12698 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12699 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12701 ac_save_CPPFLAGS="$CPPFLAGS"
12702 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12705 for ac_header in libxslt/pattern.h libxslt/transform.h
12707 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12708 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12709 $as_echo_n "checking for $ac_header... " >&6; }
12710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12711 $as_echo_n "(cached) " >&6
12712 else
12713 cat >conftest.$ac_ext <<_ACEOF
12714 /* confdefs.h. */
12715 _ACEOF
12716 cat confdefs.h >>conftest.$ac_ext
12717 cat >>conftest.$ac_ext <<_ACEOF
12718 /* end confdefs.h. */
12719 #ifdef HAVE_LIBXSLT_PATTERN_H
12720 # include <libxslt/pattern.h>
12721 #endif
12723 #include <$ac_header>
12724 _ACEOF
12725 rm -f conftest.$ac_objext
12726 if { (ac_try="$ac_compile"
12727 case "(($ac_try" in
12728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12729 *) ac_try_echo=$ac_try;;
12730 esac
12731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12732 $as_echo "$ac_try_echo") >&5
12733 (eval "$ac_compile") 2>conftest.er1
12734 ac_status=$?
12735 grep -v '^ *+' conftest.er1 >conftest.err
12736 rm -f conftest.er1
12737 cat conftest.err >&5
12738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12739 (exit $ac_status); } && {
12740 test -z "$ac_c_werror_flag" ||
12741 test ! -s conftest.err
12742 } && test -s conftest.$ac_objext; then
12743 eval "$as_ac_Header=yes"
12744 else
12745 $as_echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12748 eval "$as_ac_Header=no"
12751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12753 ac_res=`eval 'as_val=${'$as_ac_Header'}
12754 $as_echo "$as_val"'`
12755 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12756 $as_echo "$ac_res" >&6; }
12757 as_val=`eval 'as_val=${'$as_ac_Header'}
12758 $as_echo "$as_val"'`
12759 if test "x$as_val" = x""yes; then
12760 cat >>confdefs.h <<_ACEOF
12761 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12762 _ACEOF
12766 done
12768 CPPFLAGS="$ac_save_CPPFLAGS"
12769 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12770 then
12771 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12772 $as_echo_n "checking for -lxslt... " >&6; }
12773 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12774 $as_echo_n "(cached) " >&6
12775 else
12776 ac_check_soname_save_LIBS=$LIBS
12777 LIBS="-lxslt $ac_xslt_libs $LIBS"
12778 cat >conftest.$ac_ext <<_ACEOF
12779 /* confdefs.h. */
12780 _ACEOF
12781 cat confdefs.h >>conftest.$ac_ext
12782 cat >>conftest.$ac_ext <<_ACEOF
12783 /* end confdefs.h. */
12785 /* Override any GCC internal prototype to avoid an error.
12786 Use char because int might match the return type of a GCC
12787 builtin and then its argument prototype would still apply. */
12788 #ifdef __cplusplus
12789 extern "C"
12790 #endif
12791 char xsltCompilePattern ();
12793 main ()
12795 return xsltCompilePattern ();
12797 return 0;
12799 _ACEOF
12800 rm -f conftest.$ac_objext conftest$ac_exeext
12801 if { (ac_try="$ac_link"
12802 case "(($ac_try" in
12803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12804 *) ac_try_echo=$ac_try;;
12805 esac
12806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12807 $as_echo "$ac_try_echo") >&5
12808 (eval "$ac_link") 2>conftest.er1
12809 ac_status=$?
12810 grep -v '^ *+' conftest.er1 >conftest.err
12811 rm -f conftest.er1
12812 cat conftest.err >&5
12813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814 (exit $ac_status); } && {
12815 test -z "$ac_c_werror_flag" ||
12816 test ! -s conftest.err
12817 } && test -s conftest$ac_exeext && {
12818 test "$cross_compiling" = yes ||
12819 $as_test_x conftest$ac_exeext
12820 }; then
12821 case "$LIBEXT" in
12822 dll) ;;
12823 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'` ;;
12824 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12825 esac
12826 else
12827 $as_echo "$as_me: failed program was:" >&5
12828 sed 's/^/| /' conftest.$ac_ext >&5
12833 rm -rf conftest.dSYM
12834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12835 conftest$ac_exeext conftest.$ac_ext
12836 LIBS=$ac_check_soname_save_LIBS
12838 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12839 { $as_echo "$as_me:$LINENO: result: not found" >&5
12840 $as_echo "not found" >&6; }
12842 else
12843 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12844 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12846 cat >>confdefs.h <<_ACEOF
12847 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12848 _ACEOF
12850 XSLTINCL="$ac_xslt_cflags"
12855 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12856 case "x$with_xslt" in
12857 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12858 xno) ;;
12859 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12860 This is an error since --with-xslt was requested." >&5
12861 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12862 This is an error since --with-xslt was requested." >&2;}
12863 { (exit 1); exit 1; }; } ;;
12864 esac
12868 HALINCL=""
12870 if test "x$with_hal" != "xno"
12871 then
12872 ac_save_CPPFLAGS="$CPPFLAGS"
12873 if test "$PKG_CONFIG" != "false"
12874 then
12875 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12876 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12877 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12881 for ac_header in dbus/dbus.h hal/libhal.h
12883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12885 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12886 $as_echo_n "checking for $ac_header... " >&6; }
12887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12888 $as_echo_n "(cached) " >&6
12890 ac_res=`eval 'as_val=${'$as_ac_Header'}
12891 $as_echo "$as_val"'`
12892 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12893 $as_echo "$ac_res" >&6; }
12894 else
12895 # Is the header compilable?
12896 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12897 $as_echo_n "checking $ac_header usability... " >&6; }
12898 cat >conftest.$ac_ext <<_ACEOF
12899 /* confdefs.h. */
12900 _ACEOF
12901 cat confdefs.h >>conftest.$ac_ext
12902 cat >>conftest.$ac_ext <<_ACEOF
12903 /* end confdefs.h. */
12904 $ac_includes_default
12905 #include <$ac_header>
12906 _ACEOF
12907 rm -f conftest.$ac_objext
12908 if { (ac_try="$ac_compile"
12909 case "(($ac_try" in
12910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12911 *) ac_try_echo=$ac_try;;
12912 esac
12913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12914 $as_echo "$ac_try_echo") >&5
12915 (eval "$ac_compile") 2>conftest.er1
12916 ac_status=$?
12917 grep -v '^ *+' conftest.er1 >conftest.err
12918 rm -f conftest.er1
12919 cat conftest.err >&5
12920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921 (exit $ac_status); } && {
12922 test -z "$ac_c_werror_flag" ||
12923 test ! -s conftest.err
12924 } && test -s conftest.$ac_objext; then
12925 ac_header_compiler=yes
12926 else
12927 $as_echo "$as_me: failed program was:" >&5
12928 sed 's/^/| /' conftest.$ac_ext >&5
12930 ac_header_compiler=no
12933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12934 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12935 $as_echo "$ac_header_compiler" >&6; }
12937 # Is the header present?
12938 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12939 $as_echo_n "checking $ac_header presence... " >&6; }
12940 cat >conftest.$ac_ext <<_ACEOF
12941 /* confdefs.h. */
12942 _ACEOF
12943 cat confdefs.h >>conftest.$ac_ext
12944 cat >>conftest.$ac_ext <<_ACEOF
12945 /* end confdefs.h. */
12946 #include <$ac_header>
12947 _ACEOF
12948 if { (ac_try="$ac_cpp conftest.$ac_ext"
12949 case "(($ac_try" in
12950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12951 *) ac_try_echo=$ac_try;;
12952 esac
12953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12954 $as_echo "$ac_try_echo") >&5
12955 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12956 ac_status=$?
12957 grep -v '^ *+' conftest.er1 >conftest.err
12958 rm -f conftest.er1
12959 cat conftest.err >&5
12960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); } >/dev/null && {
12962 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12963 test ! -s conftest.err
12964 }; then
12965 ac_header_preproc=yes
12966 else
12967 $as_echo "$as_me: failed program was:" >&5
12968 sed 's/^/| /' conftest.$ac_ext >&5
12970 ac_header_preproc=no
12973 rm -f conftest.err conftest.$ac_ext
12974 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12975 $as_echo "$ac_header_preproc" >&6; }
12977 # So? What about this header?
12978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12979 yes:no: )
12980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12981 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12982 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12983 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12984 ac_header_preproc=yes
12986 no:yes:* )
12987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12988 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12990 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12992 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12994 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12996 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12997 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12998 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12999 ( cat <<\_ASBOX
13000 ## ------------------------------------ ##
13001 ## Report this to wine-devel@winehq.org ##
13002 ## ------------------------------------ ##
13003 _ASBOX
13004 ) | sed "s/^/$as_me: WARNING: /" >&2
13006 esac
13007 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13008 $as_echo_n "checking for $ac_header... " >&6; }
13009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13010 $as_echo_n "(cached) " >&6
13011 else
13012 eval "$as_ac_Header=\$ac_header_preproc"
13014 ac_res=`eval 'as_val=${'$as_ac_Header'}
13015 $as_echo "$as_val"'`
13016 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13017 $as_echo "$ac_res" >&6; }
13020 as_val=`eval 'as_val=${'$as_ac_Header'}
13021 $as_echo "$as_val"'`
13022 if test "x$as_val" = x""yes; then
13023 cat >>confdefs.h <<_ACEOF
13024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13025 _ACEOF
13029 done
13031 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13032 then
13033 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13034 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13035 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13036 $as_echo_n "(cached) " >&6
13037 else
13038 ac_check_lib_save_LIBS=$LIBS
13039 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13040 cat >conftest.$ac_ext <<_ACEOF
13041 /* confdefs.h. */
13042 _ACEOF
13043 cat confdefs.h >>conftest.$ac_ext
13044 cat >>conftest.$ac_ext <<_ACEOF
13045 /* end confdefs.h. */
13047 /* Override any GCC internal prototype to avoid an error.
13048 Use char because int might match the return type of a GCC
13049 builtin and then its argument prototype would still apply. */
13050 #ifdef __cplusplus
13051 extern "C"
13052 #endif
13053 char dbus_connection_close ();
13055 main ()
13057 return dbus_connection_close ();
13059 return 0;
13061 _ACEOF
13062 rm -f conftest.$ac_objext conftest$ac_exeext
13063 if { (ac_try="$ac_link"
13064 case "(($ac_try" in
13065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066 *) ac_try_echo=$ac_try;;
13067 esac
13068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13069 $as_echo "$ac_try_echo") >&5
13070 (eval "$ac_link") 2>conftest.er1
13071 ac_status=$?
13072 grep -v '^ *+' conftest.er1 >conftest.err
13073 rm -f conftest.er1
13074 cat conftest.err >&5
13075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076 (exit $ac_status); } && {
13077 test -z "$ac_c_werror_flag" ||
13078 test ! -s conftest.err
13079 } && test -s conftest$ac_exeext && {
13080 test "$cross_compiling" = yes ||
13081 $as_test_x conftest$ac_exeext
13082 }; then
13083 ac_cv_lib_dbus_1_dbus_connection_close=yes
13084 else
13085 $as_echo "$as_me: failed program was:" >&5
13086 sed 's/^/| /' conftest.$ac_ext >&5
13088 ac_cv_lib_dbus_1_dbus_connection_close=no
13091 rm -rf conftest.dSYM
13092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13093 conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_check_lib_save_LIBS
13096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13097 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13098 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13099 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13100 $as_echo_n "checking for -lhal... " >&6; }
13101 if test "${ac_cv_lib_soname_hal+set}" = set; then
13102 $as_echo_n "(cached) " >&6
13103 else
13104 ac_check_soname_save_LIBS=$LIBS
13105 LIBS="-lhal $ac_hal_libs $LIBS"
13106 cat >conftest.$ac_ext <<_ACEOF
13107 /* confdefs.h. */
13108 _ACEOF
13109 cat confdefs.h >>conftest.$ac_ext
13110 cat >>conftest.$ac_ext <<_ACEOF
13111 /* end confdefs.h. */
13113 /* Override any GCC internal prototype to avoid an error.
13114 Use char because int might match the return type of a GCC
13115 builtin and then its argument prototype would still apply. */
13116 #ifdef __cplusplus
13117 extern "C"
13118 #endif
13119 char libhal_ctx_new ();
13121 main ()
13123 return libhal_ctx_new ();
13125 return 0;
13127 _ACEOF
13128 rm -f conftest.$ac_objext conftest$ac_exeext
13129 if { (ac_try="$ac_link"
13130 case "(($ac_try" in
13131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13132 *) ac_try_echo=$ac_try;;
13133 esac
13134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13135 $as_echo "$ac_try_echo") >&5
13136 (eval "$ac_link") 2>conftest.er1
13137 ac_status=$?
13138 grep -v '^ *+' conftest.er1 >conftest.err
13139 rm -f conftest.er1
13140 cat conftest.err >&5
13141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13142 (exit $ac_status); } && {
13143 test -z "$ac_c_werror_flag" ||
13144 test ! -s conftest.err
13145 } && test -s conftest$ac_exeext && {
13146 test "$cross_compiling" = yes ||
13147 $as_test_x conftest$ac_exeext
13148 }; then
13149 case "$LIBEXT" in
13150 dll) ;;
13151 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'` ;;
13152 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13153 esac
13154 else
13155 $as_echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13161 rm -rf conftest.dSYM
13162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13163 conftest$ac_exeext conftest.$ac_ext
13164 LIBS=$ac_check_soname_save_LIBS
13166 if test "x$ac_cv_lib_soname_hal" = "x"; then
13167 { $as_echo "$as_me:$LINENO: result: not found" >&5
13168 $as_echo "not found" >&6; }
13170 else
13171 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13172 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13174 cat >>confdefs.h <<_ACEOF
13175 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13176 _ACEOF
13178 HALINCL="$ac_hal_cflags"
13184 CPPFLAGS="$ac_save_CPPFLAGS"
13186 if test "x$ac_cv_lib_soname_hal" = "x"; then
13187 case "x$with_hal" in
13188 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13189 xno) ;;
13190 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13191 This is an error since --with-hal was requested." >&5
13192 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13193 This is an error since --with-hal was requested." >&2;}
13194 { (exit 1); exit 1; }; } ;;
13195 esac
13199 if test "x$with_gnutls" != "xno"
13200 then
13201 ac_save_CPPFLAGS="$CPPFLAGS"
13202 if test "$PKG_CONFIG" != "false"
13203 then
13204 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13205 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13206 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13208 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13209 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13210 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13211 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13212 $as_echo_n "(cached) " >&6
13214 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13215 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13216 else
13217 # Is the header compilable?
13218 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13219 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13220 cat >conftest.$ac_ext <<_ACEOF
13221 /* confdefs.h. */
13222 _ACEOF
13223 cat confdefs.h >>conftest.$ac_ext
13224 cat >>conftest.$ac_ext <<_ACEOF
13225 /* end confdefs.h. */
13226 $ac_includes_default
13227 #include <gnutls/gnutls.h>
13228 _ACEOF
13229 rm -f conftest.$ac_objext
13230 if { (ac_try="$ac_compile"
13231 case "(($ac_try" in
13232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13233 *) ac_try_echo=$ac_try;;
13234 esac
13235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13236 $as_echo "$ac_try_echo") >&5
13237 (eval "$ac_compile") 2>conftest.er1
13238 ac_status=$?
13239 grep -v '^ *+' conftest.er1 >conftest.err
13240 rm -f conftest.er1
13241 cat conftest.err >&5
13242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13243 (exit $ac_status); } && {
13244 test -z "$ac_c_werror_flag" ||
13245 test ! -s conftest.err
13246 } && test -s conftest.$ac_objext; then
13247 ac_header_compiler=yes
13248 else
13249 $as_echo "$as_me: failed program was:" >&5
13250 sed 's/^/| /' conftest.$ac_ext >&5
13252 ac_header_compiler=no
13255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13256 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13257 $as_echo "$ac_header_compiler" >&6; }
13259 # Is the header present?
13260 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13261 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13262 cat >conftest.$ac_ext <<_ACEOF
13263 /* confdefs.h. */
13264 _ACEOF
13265 cat confdefs.h >>conftest.$ac_ext
13266 cat >>conftest.$ac_ext <<_ACEOF
13267 /* end confdefs.h. */
13268 #include <gnutls/gnutls.h>
13269 _ACEOF
13270 if { (ac_try="$ac_cpp conftest.$ac_ext"
13271 case "(($ac_try" in
13272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13273 *) ac_try_echo=$ac_try;;
13274 esac
13275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13276 $as_echo "$ac_try_echo") >&5
13277 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13278 ac_status=$?
13279 grep -v '^ *+' conftest.er1 >conftest.err
13280 rm -f conftest.er1
13281 cat conftest.err >&5
13282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13283 (exit $ac_status); } >/dev/null && {
13284 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13285 test ! -s conftest.err
13286 }; then
13287 ac_header_preproc=yes
13288 else
13289 $as_echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.$ac_ext >&5
13292 ac_header_preproc=no
13295 rm -f conftest.err conftest.$ac_ext
13296 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13297 $as_echo "$ac_header_preproc" >&6; }
13299 # So? What about this header?
13300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13301 yes:no: )
13302 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13303 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13304 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13305 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13306 ac_header_preproc=yes
13308 no:yes:* )
13309 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13310 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13311 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13312 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13313 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13314 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13315 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13316 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13317 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13318 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13319 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13320 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13321 ( cat <<\_ASBOX
13322 ## ------------------------------------ ##
13323 ## Report this to wine-devel@winehq.org ##
13324 ## ------------------------------------ ##
13325 _ASBOX
13326 ) | sed "s/^/$as_me: WARNING: /" >&2
13328 esac
13329 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13330 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13331 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13332 $as_echo_n "(cached) " >&6
13333 else
13334 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13336 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13337 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13340 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13341 cat >conftest.$ac_ext <<_ACEOF
13342 /* confdefs.h. */
13343 _ACEOF
13344 cat confdefs.h >>conftest.$ac_ext
13345 cat >>conftest.$ac_ext <<_ACEOF
13346 /* end confdefs.h. */
13347 #include <gnutls/gnutls.h>
13349 main ()
13351 typeof(gnutls_mac_get_key_size) *pfunc;
13353 return 0;
13355 _ACEOF
13356 rm -f conftest.$ac_objext
13357 if { (ac_try="$ac_compile"
13358 case "(($ac_try" in
13359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13360 *) ac_try_echo=$ac_try;;
13361 esac
13362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13363 $as_echo "$ac_try_echo") >&5
13364 (eval "$ac_compile") 2>conftest.er1
13365 ac_status=$?
13366 grep -v '^ *+' conftest.er1 >conftest.err
13367 rm -f conftest.er1
13368 cat conftest.err >&5
13369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); } && {
13371 test -z "$ac_c_werror_flag" ||
13372 test ! -s conftest.err
13373 } && test -s conftest.$ac_objext; then
13374 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13375 $as_echo_n "checking for -lgnutls... " >&6; }
13376 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13377 $as_echo_n "(cached) " >&6
13378 else
13379 ac_check_soname_save_LIBS=$LIBS
13380 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13381 cat >conftest.$ac_ext <<_ACEOF
13382 /* confdefs.h. */
13383 _ACEOF
13384 cat confdefs.h >>conftest.$ac_ext
13385 cat >>conftest.$ac_ext <<_ACEOF
13386 /* end confdefs.h. */
13388 /* Override any GCC internal prototype to avoid an error.
13389 Use char because int might match the return type of a GCC
13390 builtin and then its argument prototype would still apply. */
13391 #ifdef __cplusplus
13392 extern "C"
13393 #endif
13394 char gnutls_global_init ();
13396 main ()
13398 return gnutls_global_init ();
13400 return 0;
13402 _ACEOF
13403 rm -f conftest.$ac_objext conftest$ac_exeext
13404 if { (ac_try="$ac_link"
13405 case "(($ac_try" in
13406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13407 *) ac_try_echo=$ac_try;;
13408 esac
13409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13410 $as_echo "$ac_try_echo") >&5
13411 (eval "$ac_link") 2>conftest.er1
13412 ac_status=$?
13413 grep -v '^ *+' conftest.er1 >conftest.err
13414 rm -f conftest.er1
13415 cat conftest.err >&5
13416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } && {
13418 test -z "$ac_c_werror_flag" ||
13419 test ! -s conftest.err
13420 } && test -s conftest$ac_exeext && {
13421 test "$cross_compiling" = yes ||
13422 $as_test_x conftest$ac_exeext
13423 }; then
13424 case "$LIBEXT" in
13425 dll) ;;
13426 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'` ;;
13427 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13428 esac
13429 else
13430 $as_echo "$as_me: failed program was:" >&5
13431 sed 's/^/| /' conftest.$ac_ext >&5
13436 rm -rf conftest.dSYM
13437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13438 conftest$ac_exeext conftest.$ac_ext
13439 LIBS=$ac_check_soname_save_LIBS
13441 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13442 { $as_echo "$as_me:$LINENO: result: not found" >&5
13443 $as_echo "not found" >&6; }
13445 else
13446 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13447 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13449 cat >>confdefs.h <<_ACEOF
13450 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13451 _ACEOF
13453 GNUTLSINCL="$ac_gnutls_cflags"
13457 else
13458 $as_echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13468 CPPFLAGS="$ac_save_CPPFLAGS"
13470 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13471 case "x$with_gnutls" in
13472 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13473 xno) ;;
13474 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13475 This is an error since --with-gnutls was requested." >&5
13476 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13477 This is an error since --with-gnutls was requested." >&2;}
13478 { (exit 1); exit 1; }; } ;;
13479 esac
13483 CURSESLIBS=""
13484 if test "$ac_cv_header_ncurses_h" = "yes"
13485 then
13486 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13487 $as_echo_n "checking for -lncurses... " >&6; }
13488 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13489 $as_echo_n "(cached) " >&6
13490 else
13491 ac_check_soname_save_LIBS=$LIBS
13492 LIBS="-lncurses $LIBS"
13493 cat >conftest.$ac_ext <<_ACEOF
13494 /* confdefs.h. */
13495 _ACEOF
13496 cat confdefs.h >>conftest.$ac_ext
13497 cat >>conftest.$ac_ext <<_ACEOF
13498 /* end confdefs.h. */
13500 /* Override any GCC internal prototype to avoid an error.
13501 Use char because int might match the return type of a GCC
13502 builtin and then its argument prototype would still apply. */
13503 #ifdef __cplusplus
13504 extern "C"
13505 #endif
13506 char waddch ();
13508 main ()
13510 return waddch ();
13512 return 0;
13514 _ACEOF
13515 rm -f conftest.$ac_objext conftest$ac_exeext
13516 if { (ac_try="$ac_link"
13517 case "(($ac_try" in
13518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13519 *) ac_try_echo=$ac_try;;
13520 esac
13521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13522 $as_echo "$ac_try_echo") >&5
13523 (eval "$ac_link") 2>conftest.er1
13524 ac_status=$?
13525 grep -v '^ *+' conftest.er1 >conftest.err
13526 rm -f conftest.er1
13527 cat conftest.err >&5
13528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13529 (exit $ac_status); } && {
13530 test -z "$ac_c_werror_flag" ||
13531 test ! -s conftest.err
13532 } && test -s conftest$ac_exeext && {
13533 test "$cross_compiling" = yes ||
13534 $as_test_x conftest$ac_exeext
13535 }; then
13536 case "$LIBEXT" in
13537 dll) ;;
13538 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'` ;;
13539 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13540 esac
13541 else
13542 $as_echo "$as_me: failed program was:" >&5
13543 sed 's/^/| /' conftest.$ac_ext >&5
13548 rm -rf conftest.dSYM
13549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13550 conftest$ac_exeext conftest.$ac_ext
13551 LIBS=$ac_check_soname_save_LIBS
13553 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13554 { $as_echo "$as_me:$LINENO: result: not found" >&5
13555 $as_echo "not found" >&6; }
13557 else
13558 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13559 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13561 cat >>confdefs.h <<_ACEOF
13562 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13563 _ACEOF
13565 CURSESLIBS="-lncurses"
13568 elif test "$ac_cv_header_curses_h" = "yes"
13569 then
13570 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13571 $as_echo_n "checking for -lcurses... " >&6; }
13572 if test "${ac_cv_lib_soname_curses+set}" = set; then
13573 $as_echo_n "(cached) " >&6
13574 else
13575 ac_check_soname_save_LIBS=$LIBS
13576 LIBS="-lcurses $LIBS"
13577 cat >conftest.$ac_ext <<_ACEOF
13578 /* confdefs.h. */
13579 _ACEOF
13580 cat confdefs.h >>conftest.$ac_ext
13581 cat >>conftest.$ac_ext <<_ACEOF
13582 /* end confdefs.h. */
13584 /* Override any GCC internal prototype to avoid an error.
13585 Use char because int might match the return type of a GCC
13586 builtin and then its argument prototype would still apply. */
13587 #ifdef __cplusplus
13588 extern "C"
13589 #endif
13590 char waddch ();
13592 main ()
13594 return waddch ();
13596 return 0;
13598 _ACEOF
13599 rm -f conftest.$ac_objext conftest$ac_exeext
13600 if { (ac_try="$ac_link"
13601 case "(($ac_try" in
13602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13603 *) ac_try_echo=$ac_try;;
13604 esac
13605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13606 $as_echo "$ac_try_echo") >&5
13607 (eval "$ac_link") 2>conftest.er1
13608 ac_status=$?
13609 grep -v '^ *+' conftest.er1 >conftest.err
13610 rm -f conftest.er1
13611 cat conftest.err >&5
13612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13613 (exit $ac_status); } && {
13614 test -z "$ac_c_werror_flag" ||
13615 test ! -s conftest.err
13616 } && test -s conftest$ac_exeext && {
13617 test "$cross_compiling" = yes ||
13618 $as_test_x conftest$ac_exeext
13619 }; then
13620 case "$LIBEXT" in
13621 dll) ;;
13622 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'` ;;
13623 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13624 esac
13625 else
13626 $as_echo "$as_me: failed program was:" >&5
13627 sed 's/^/| /' conftest.$ac_ext >&5
13632 rm -rf conftest.dSYM
13633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13634 conftest$ac_exeext conftest.$ac_ext
13635 LIBS=$ac_check_soname_save_LIBS
13637 if test "x$ac_cv_lib_soname_curses" = "x"; then
13638 { $as_echo "$as_me:$LINENO: result: not found" >&5
13639 $as_echo "not found" >&6; }
13641 else
13642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13643 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13645 cat >>confdefs.h <<_ACEOF
13646 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13647 _ACEOF
13649 CURSESLIBS="-lcurses"
13653 ac_save_LIBS="$LIBS"
13654 LIBS="$LIBS $CURSESLIBS"
13656 for ac_func in mousemask
13658 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13659 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13660 $as_echo_n "checking for $ac_func... " >&6; }
13661 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13662 $as_echo_n "(cached) " >&6
13663 else
13664 cat >conftest.$ac_ext <<_ACEOF
13665 /* confdefs.h. */
13666 _ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h. */
13670 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13671 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13672 #define $ac_func innocuous_$ac_func
13674 /* System header to define __stub macros and hopefully few prototypes,
13675 which can conflict with char $ac_func (); below.
13676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13677 <limits.h> exists even on freestanding compilers. */
13679 #ifdef __STDC__
13680 # include <limits.h>
13681 #else
13682 # include <assert.h>
13683 #endif
13685 #undef $ac_func
13687 /* Override any GCC internal prototype to avoid an error.
13688 Use char because int might match the return type of a GCC
13689 builtin and then its argument prototype would still apply. */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char $ac_func ();
13694 /* The GNU C library defines this for functions which it implements
13695 to always fail with ENOSYS. Some functions are actually named
13696 something starting with __ and the normal name is an alias. */
13697 #if defined __stub_$ac_func || defined __stub___$ac_func
13698 choke me
13699 #endif
13702 main ()
13704 return $ac_func ();
13706 return 0;
13708 _ACEOF
13709 rm -f conftest.$ac_objext conftest$ac_exeext
13710 if { (ac_try="$ac_link"
13711 case "(($ac_try" in
13712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13713 *) ac_try_echo=$ac_try;;
13714 esac
13715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13716 $as_echo "$ac_try_echo") >&5
13717 (eval "$ac_link") 2>conftest.er1
13718 ac_status=$?
13719 grep -v '^ *+' conftest.er1 >conftest.err
13720 rm -f conftest.er1
13721 cat conftest.err >&5
13722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723 (exit $ac_status); } && {
13724 test -z "$ac_c_werror_flag" ||
13725 test ! -s conftest.err
13726 } && test -s conftest$ac_exeext && {
13727 test "$cross_compiling" = yes ||
13728 $as_test_x conftest$ac_exeext
13729 }; then
13730 eval "$as_ac_var=yes"
13731 else
13732 $as_echo "$as_me: failed program was:" >&5
13733 sed 's/^/| /' conftest.$ac_ext >&5
13735 eval "$as_ac_var=no"
13738 rm -rf conftest.dSYM
13739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13740 conftest$ac_exeext conftest.$ac_ext
13742 ac_res=`eval 'as_val=${'$as_ac_var'}
13743 $as_echo "$as_val"'`
13744 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13745 $as_echo "$ac_res" >&6; }
13746 as_val=`eval 'as_val=${'$as_ac_var'}
13747 $as_echo "$as_val"'`
13748 if test "x$as_val" = x""yes; then
13749 cat >>confdefs.h <<_ACEOF
13750 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13751 _ACEOF
13754 done
13756 LIBS="$ac_save_LIBS"
13757 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13758 case "x$with_curses" in
13759 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13760 xno) ;;
13761 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13762 This is an error since --with-curses was requested." >&5
13763 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13764 This is an error since --with-curses was requested." >&2;}
13765 { (exit 1); exit 1; }; } ;;
13766 esac
13770 if test "x$with_sane" != "xno"
13771 then
13772 ac_save_CPPFLAGS="$CPPFLAGS"
13773 # Extract the first word of "sane-config", so it can be a program name with args.
13774 set dummy sane-config; ac_word=$2
13775 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13776 $as_echo_n "checking for $ac_word... " >&6; }
13777 if test "${ac_cv_prog_sane_devel+set}" = set; then
13778 $as_echo_n "(cached) " >&6
13779 else
13780 if test -n "$sane_devel"; then
13781 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13782 else
13783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13784 for as_dir in $PATH
13786 IFS=$as_save_IFS
13787 test -z "$as_dir" && as_dir=.
13788 for ac_exec_ext in '' $ac_executable_extensions; do
13789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13790 ac_cv_prog_sane_devel="sane-config"
13791 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13792 break 2
13794 done
13795 done
13796 IFS=$as_save_IFS
13798 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13801 sane_devel=$ac_cv_prog_sane_devel
13802 if test -n "$sane_devel"; then
13803 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13804 $as_echo "$sane_devel" >&6; }
13805 else
13806 { $as_echo "$as_me:$LINENO: result: no" >&5
13807 $as_echo "no" >&6; }
13811 if test "$sane_devel" != "no"
13812 then
13813 ac_sane_incl="`$sane_devel --cflags`"
13814 ac_sane_libs="`$sane_devel --ldflags`"
13815 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13817 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13818 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13819 $as_echo_n "checking for sane/sane.h... " >&6; }
13820 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13821 $as_echo_n "(cached) " >&6
13823 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13824 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13825 else
13826 # Is the header compilable?
13827 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13828 $as_echo_n "checking sane/sane.h usability... " >&6; }
13829 cat >conftest.$ac_ext <<_ACEOF
13830 /* confdefs.h. */
13831 _ACEOF
13832 cat confdefs.h >>conftest.$ac_ext
13833 cat >>conftest.$ac_ext <<_ACEOF
13834 /* end confdefs.h. */
13835 $ac_includes_default
13836 #include <sane/sane.h>
13837 _ACEOF
13838 rm -f conftest.$ac_objext
13839 if { (ac_try="$ac_compile"
13840 case "(($ac_try" in
13841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13842 *) ac_try_echo=$ac_try;;
13843 esac
13844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13845 $as_echo "$ac_try_echo") >&5
13846 (eval "$ac_compile") 2>conftest.er1
13847 ac_status=$?
13848 grep -v '^ *+' conftest.er1 >conftest.err
13849 rm -f conftest.er1
13850 cat conftest.err >&5
13851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852 (exit $ac_status); } && {
13853 test -z "$ac_c_werror_flag" ||
13854 test ! -s conftest.err
13855 } && test -s conftest.$ac_objext; then
13856 ac_header_compiler=yes
13857 else
13858 $as_echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13861 ac_header_compiler=no
13864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13865 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13866 $as_echo "$ac_header_compiler" >&6; }
13868 # Is the header present?
13869 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13870 $as_echo_n "checking sane/sane.h presence... " >&6; }
13871 cat >conftest.$ac_ext <<_ACEOF
13872 /* confdefs.h. */
13873 _ACEOF
13874 cat confdefs.h >>conftest.$ac_ext
13875 cat >>conftest.$ac_ext <<_ACEOF
13876 /* end confdefs.h. */
13877 #include <sane/sane.h>
13878 _ACEOF
13879 if { (ac_try="$ac_cpp conftest.$ac_ext"
13880 case "(($ac_try" in
13881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13882 *) ac_try_echo=$ac_try;;
13883 esac
13884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13885 $as_echo "$ac_try_echo") >&5
13886 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13887 ac_status=$?
13888 grep -v '^ *+' conftest.er1 >conftest.err
13889 rm -f conftest.er1
13890 cat conftest.err >&5
13891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); } >/dev/null && {
13893 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13894 test ! -s conftest.err
13895 }; then
13896 ac_header_preproc=yes
13897 else
13898 $as_echo "$as_me: failed program was:" >&5
13899 sed 's/^/| /' conftest.$ac_ext >&5
13901 ac_header_preproc=no
13904 rm -f conftest.err conftest.$ac_ext
13905 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13906 $as_echo "$ac_header_preproc" >&6; }
13908 # So? What about this header?
13909 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13910 yes:no: )
13911 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13912 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13913 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13914 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13915 ac_header_preproc=yes
13917 no:yes:* )
13918 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13919 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13920 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13921 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13922 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13923 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13924 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13925 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13926 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13927 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13928 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13929 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13930 ( cat <<\_ASBOX
13931 ## ------------------------------------ ##
13932 ## Report this to wine-devel@winehq.org ##
13933 ## ------------------------------------ ##
13934 _ASBOX
13935 ) | sed "s/^/$as_me: WARNING: /" >&2
13937 esac
13938 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13939 $as_echo_n "checking for sane/sane.h... " >&6; }
13940 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13941 $as_echo_n "(cached) " >&6
13942 else
13943 ac_cv_header_sane_sane_h=$ac_header_preproc
13945 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13946 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13949 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13950 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13951 $as_echo_n "checking for -lsane... " >&6; }
13952 if test "${ac_cv_lib_soname_sane+set}" = set; then
13953 $as_echo_n "(cached) " >&6
13954 else
13955 ac_check_soname_save_LIBS=$LIBS
13956 LIBS="-lsane $ac_sane_libs $LIBS"
13957 cat >conftest.$ac_ext <<_ACEOF
13958 /* confdefs.h. */
13959 _ACEOF
13960 cat confdefs.h >>conftest.$ac_ext
13961 cat >>conftest.$ac_ext <<_ACEOF
13962 /* end confdefs.h. */
13964 /* Override any GCC internal prototype to avoid an error.
13965 Use char because int might match the return type of a GCC
13966 builtin and then its argument prototype would still apply. */
13967 #ifdef __cplusplus
13968 extern "C"
13969 #endif
13970 char sane_init ();
13972 main ()
13974 return sane_init ();
13976 return 0;
13978 _ACEOF
13979 rm -f conftest.$ac_objext conftest$ac_exeext
13980 if { (ac_try="$ac_link"
13981 case "(($ac_try" in
13982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13983 *) ac_try_echo=$ac_try;;
13984 esac
13985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13986 $as_echo "$ac_try_echo") >&5
13987 (eval "$ac_link") 2>conftest.er1
13988 ac_status=$?
13989 grep -v '^ *+' conftest.er1 >conftest.err
13990 rm -f conftest.er1
13991 cat conftest.err >&5
13992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993 (exit $ac_status); } && {
13994 test -z "$ac_c_werror_flag" ||
13995 test ! -s conftest.err
13996 } && test -s conftest$ac_exeext && {
13997 test "$cross_compiling" = yes ||
13998 $as_test_x conftest$ac_exeext
13999 }; then
14000 case "$LIBEXT" in
14001 dll) ;;
14002 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'` ;;
14003 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14004 esac
14005 else
14006 $as_echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14012 rm -rf conftest.dSYM
14013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14014 conftest$ac_exeext conftest.$ac_ext
14015 LIBS=$ac_check_soname_save_LIBS
14017 if test "x$ac_cv_lib_soname_sane" = "x"; then
14018 { $as_echo "$as_me:$LINENO: result: not found" >&5
14019 $as_echo "not found" >&6; }
14021 else
14022 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14023 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14025 cat >>confdefs.h <<_ACEOF
14026 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14027 _ACEOF
14029 SANEINCL="$ac_sane_incl"
14036 CPPFLAGS="$ac_save_CPPFLAGS"
14038 if test "x$ac_cv_lib_soname_sane" = "x"; then
14039 case "x$with_sane" in
14040 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14041 xno) ;;
14042 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14043 This is an error since --with-sane was requested." >&5
14044 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14045 This is an error since --with-sane was requested." >&2;}
14046 { (exit 1); exit 1; }; } ;;
14047 esac
14051 if test "x$with_gphoto" != "xno"
14052 then
14053 ac_save_CPPFLAGS="$CPPFLAGS"
14054 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14055 set dummy gphoto2-config; ac_word=$2
14056 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14057 $as_echo_n "checking for $ac_word... " >&6; }
14058 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14059 $as_echo_n "(cached) " >&6
14060 else
14061 if test -n "$gphoto2_devel"; then
14062 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14063 else
14064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14065 for as_dir in $PATH
14067 IFS=$as_save_IFS
14068 test -z "$as_dir" && as_dir=.
14069 for ac_exec_ext in '' $ac_executable_extensions; do
14070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14071 ac_cv_prog_gphoto2_devel="gphoto2-config"
14072 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14073 break 2
14075 done
14076 done
14077 IFS=$as_save_IFS
14079 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14082 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14083 if test -n "$gphoto2_devel"; then
14084 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14085 $as_echo "$gphoto2_devel" >&6; }
14086 else
14087 { $as_echo "$as_me:$LINENO: result: no" >&5
14088 $as_echo "no" >&6; }
14092 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14093 set dummy gphoto2-port-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_gphoto2port_devel+set}" = set; then
14097 $as_echo_n "(cached) " >&6
14098 else
14099 if test -n "$gphoto2port_devel"; then
14100 ac_cv_prog_gphoto2port_devel="$gphoto2port_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_gphoto2port_devel="gphoto2-port-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_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14120 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14121 if test -n "$gphoto2port_devel"; then
14122 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14123 $as_echo "$gphoto2port_devel" >&6; }
14124 else
14125 { $as_echo "$as_me:$LINENO: result: no" >&5
14126 $as_echo "no" >&6; }
14130 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14131 then
14132 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14133 ac_gphoto2_libs=""
14134 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14136 case "$i" in
14137 -L/usr/lib|-L/usr/lib64) ;;
14138 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14139 esac
14140 done
14141 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14143 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14144 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14145 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14146 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14147 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14148 $as_echo_n "(cached) " >&6
14150 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14151 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14152 else
14153 # Is the header compilable?
14154 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14155 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14156 cat >conftest.$ac_ext <<_ACEOF
14157 /* confdefs.h. */
14158 _ACEOF
14159 cat confdefs.h >>conftest.$ac_ext
14160 cat >>conftest.$ac_ext <<_ACEOF
14161 /* end confdefs.h. */
14162 $ac_includes_default
14163 #include <gphoto2-camera.h>
14164 _ACEOF
14165 rm -f conftest.$ac_objext
14166 if { (ac_try="$ac_compile"
14167 case "(($ac_try" in
14168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14169 *) ac_try_echo=$ac_try;;
14170 esac
14171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14172 $as_echo "$ac_try_echo") >&5
14173 (eval "$ac_compile") 2>conftest.er1
14174 ac_status=$?
14175 grep -v '^ *+' conftest.er1 >conftest.err
14176 rm -f conftest.er1
14177 cat conftest.err >&5
14178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); } && {
14180 test -z "$ac_c_werror_flag" ||
14181 test ! -s conftest.err
14182 } && test -s conftest.$ac_objext; then
14183 ac_header_compiler=yes
14184 else
14185 $as_echo "$as_me: failed program was:" >&5
14186 sed 's/^/| /' conftest.$ac_ext >&5
14188 ac_header_compiler=no
14191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14192 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14193 $as_echo "$ac_header_compiler" >&6; }
14195 # Is the header present?
14196 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14197 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14198 cat >conftest.$ac_ext <<_ACEOF
14199 /* confdefs.h. */
14200 _ACEOF
14201 cat confdefs.h >>conftest.$ac_ext
14202 cat >>conftest.$ac_ext <<_ACEOF
14203 /* end confdefs.h. */
14204 #include <gphoto2-camera.h>
14205 _ACEOF
14206 if { (ac_try="$ac_cpp conftest.$ac_ext"
14207 case "(($ac_try" in
14208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209 *) ac_try_echo=$ac_try;;
14210 esac
14211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14212 $as_echo "$ac_try_echo") >&5
14213 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14214 ac_status=$?
14215 grep -v '^ *+' conftest.er1 >conftest.err
14216 rm -f conftest.er1
14217 cat conftest.err >&5
14218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14219 (exit $ac_status); } >/dev/null && {
14220 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14221 test ! -s conftest.err
14222 }; then
14223 ac_header_preproc=yes
14224 else
14225 $as_echo "$as_me: failed program was:" >&5
14226 sed 's/^/| /' conftest.$ac_ext >&5
14228 ac_header_preproc=no
14231 rm -f conftest.err conftest.$ac_ext
14232 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14233 $as_echo "$ac_header_preproc" >&6; }
14235 # So? What about this header?
14236 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14237 yes:no: )
14238 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14239 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14240 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14241 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14242 ac_header_preproc=yes
14244 no:yes:* )
14245 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14246 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14247 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14248 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14249 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14250 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14251 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14252 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14253 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14254 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14255 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14256 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14257 ( cat <<\_ASBOX
14258 ## ------------------------------------ ##
14259 ## Report this to wine-devel@winehq.org ##
14260 ## ------------------------------------ ##
14261 _ASBOX
14262 ) | sed "s/^/$as_me: WARNING: /" >&2
14264 esac
14265 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14266 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14267 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14268 $as_echo_n "(cached) " >&6
14269 else
14270 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14272 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14273 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14276 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14277 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14278 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14279 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14280 $as_echo_n "(cached) " >&6
14281 else
14282 ac_check_lib_save_LIBS=$LIBS
14283 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14284 cat >conftest.$ac_ext <<_ACEOF
14285 /* confdefs.h. */
14286 _ACEOF
14287 cat confdefs.h >>conftest.$ac_ext
14288 cat >>conftest.$ac_ext <<_ACEOF
14289 /* end confdefs.h. */
14291 /* Override any GCC internal prototype to avoid an error.
14292 Use char because int might match the return type of a GCC
14293 builtin and then its argument prototype would still apply. */
14294 #ifdef __cplusplus
14295 extern "C"
14296 #endif
14297 char gp_camera_new ();
14299 main ()
14301 return gp_camera_new ();
14303 return 0;
14305 _ACEOF
14306 rm -f conftest.$ac_objext conftest$ac_exeext
14307 if { (ac_try="$ac_link"
14308 case "(($ac_try" in
14309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14310 *) ac_try_echo=$ac_try;;
14311 esac
14312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14313 $as_echo "$ac_try_echo") >&5
14314 (eval "$ac_link") 2>conftest.er1
14315 ac_status=$?
14316 grep -v '^ *+' conftest.er1 >conftest.err
14317 rm -f conftest.er1
14318 cat conftest.err >&5
14319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); } && {
14321 test -z "$ac_c_werror_flag" ||
14322 test ! -s conftest.err
14323 } && test -s conftest$ac_exeext && {
14324 test "$cross_compiling" = yes ||
14325 $as_test_x conftest$ac_exeext
14326 }; then
14327 ac_cv_lib_gphoto2_gp_camera_new=yes
14328 else
14329 $as_echo "$as_me: failed program was:" >&5
14330 sed 's/^/| /' conftest.$ac_ext >&5
14332 ac_cv_lib_gphoto2_gp_camera_new=no
14335 rm -rf conftest.dSYM
14336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14337 conftest$ac_exeext conftest.$ac_ext
14338 LIBS=$ac_check_lib_save_LIBS
14340 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14341 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14342 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14344 cat >>confdefs.h <<\_ACEOF
14345 #define HAVE_GPHOTO2 1
14346 _ACEOF
14348 GPHOTO2LIBS="$ac_gphoto2_libs"
14350 GPHOTO2INCL="$ac_gphoto2_incl"
14357 CPPFLAGS="$ac_save_CPPFLAGS"
14359 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14360 case "x$with_gphoto" in
14361 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14362 xno) ;;
14363 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14364 This is an error since --with-gphoto was requested." >&5
14365 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14366 This is an error since --with-gphoto was requested." >&2;}
14367 { (exit 1); exit 1; }; } ;;
14368 esac
14373 RESOLVLIBS=""
14375 if test "$ac_cv_header_resolv_h" = "yes"
14376 then
14377 ac_save_LIBS="$LIBS"
14378 LIBS="$LIBS -lresolv"
14379 cat >conftest.$ac_ext <<_ACEOF
14380 /* confdefs.h. */
14381 _ACEOF
14382 cat confdefs.h >>conftest.$ac_ext
14383 cat >>conftest.$ac_ext <<_ACEOF
14384 /* end confdefs.h. */
14385 #ifdef HAVE_NETINET_IN_H
14386 #include <netinet/in.h>
14387 #endif
14388 #include <resolv.h>
14390 main ()
14392 res_init();
14394 return 0;
14396 _ACEOF
14397 rm -f conftest.$ac_objext conftest$ac_exeext
14398 if { (ac_try="$ac_link"
14399 case "(($ac_try" in
14400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14401 *) ac_try_echo=$ac_try;;
14402 esac
14403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14404 $as_echo "$ac_try_echo") >&5
14405 (eval "$ac_link") 2>conftest.er1
14406 ac_status=$?
14407 grep -v '^ *+' conftest.er1 >conftest.err
14408 rm -f conftest.er1
14409 cat conftest.err >&5
14410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14411 (exit $ac_status); } && {
14412 test -z "$ac_c_werror_flag" ||
14413 test ! -s conftest.err
14414 } && test -s conftest$ac_exeext && {
14415 test "$cross_compiling" = yes ||
14416 $as_test_x conftest$ac_exeext
14417 }; then
14419 cat >>confdefs.h <<\_ACEOF
14420 #define HAVE_RESOLV 1
14421 _ACEOF
14423 RESOLVLIBS="-lresolv"
14424 else
14425 $as_echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14431 rm -rf conftest.dSYM
14432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14433 conftest$ac_exeext conftest.$ac_ext
14434 LIBS="$ac_save_LIBS"
14437 LCMSLIBS=""
14439 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14440 then
14441 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14442 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14443 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14444 $as_echo_n "(cached) " >&6
14445 else
14446 ac_check_lib_save_LIBS=$LIBS
14447 LIBS="-llcms $LIBS"
14448 cat >conftest.$ac_ext <<_ACEOF
14449 /* confdefs.h. */
14450 _ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14455 /* Override any GCC internal prototype to avoid an error.
14456 Use char because int might match the return type of a GCC
14457 builtin and then its argument prototype would still apply. */
14458 #ifdef __cplusplus
14459 extern "C"
14460 #endif
14461 char cmsOpenProfileFromFile ();
14463 main ()
14465 return cmsOpenProfileFromFile ();
14467 return 0;
14469 _ACEOF
14470 rm -f conftest.$ac_objext conftest$ac_exeext
14471 if { (ac_try="$ac_link"
14472 case "(($ac_try" in
14473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14474 *) ac_try_echo=$ac_try;;
14475 esac
14476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14477 $as_echo "$ac_try_echo") >&5
14478 (eval "$ac_link") 2>conftest.er1
14479 ac_status=$?
14480 grep -v '^ *+' conftest.er1 >conftest.err
14481 rm -f conftest.er1
14482 cat conftest.err >&5
14483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14484 (exit $ac_status); } && {
14485 test -z "$ac_c_werror_flag" ||
14486 test ! -s conftest.err
14487 } && test -s conftest$ac_exeext && {
14488 test "$cross_compiling" = yes ||
14489 $as_test_x conftest$ac_exeext
14490 }; then
14491 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14492 else
14493 $as_echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14496 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14499 rm -rf conftest.dSYM
14500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14501 conftest$ac_exeext conftest.$ac_ext
14502 LIBS=$ac_check_lib_save_LIBS
14504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14505 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14506 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14508 cat >>confdefs.h <<\_ACEOF
14509 #define HAVE_LCMS 1
14510 _ACEOF
14512 LCMSLIBS="-llcms"
14516 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14517 case "x$with_cms" in
14518 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14519 xno) ;;
14520 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14521 This is an error since --with-cms was requested." >&5
14522 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14523 This is an error since --with-cms was requested." >&2;}
14524 { (exit 1); exit 1; }; } ;;
14525 esac
14529 if test "x$with_freetype" != "xno"
14530 then
14531 for ac_prog in freetype-config freetype2-config
14533 # Extract the first word of "$ac_prog", so it can be a program name with args.
14534 set dummy $ac_prog; ac_word=$2
14535 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14536 $as_echo_n "checking for $ac_word... " >&6; }
14537 if test "${ac_cv_prog_ft_devel+set}" = set; then
14538 $as_echo_n "(cached) " >&6
14539 else
14540 if test -n "$ft_devel"; then
14541 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14542 else
14543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14544 for as_dir in $PATH
14546 IFS=$as_save_IFS
14547 test -z "$as_dir" && as_dir=.
14548 for ac_exec_ext in '' $ac_executable_extensions; do
14549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14550 ac_cv_prog_ft_devel="$ac_prog"
14551 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14552 break 2
14554 done
14555 done
14556 IFS=$as_save_IFS
14560 ft_devel=$ac_cv_prog_ft_devel
14561 if test -n "$ft_devel"; then
14562 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14563 $as_echo "$ft_devel" >&6; }
14564 else
14565 { $as_echo "$as_me:$LINENO: result: no" >&5
14566 $as_echo "no" >&6; }
14570 test -n "$ft_devel" && break
14571 done
14572 test -n "$ft_devel" || ft_devel="no"
14574 if test "$ft_devel" != "no"
14575 then
14576 ac_freetype_incl=`$ft_devel --cflags`
14577 ac_freetype_libs=`$ft_devel --libs`
14579 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14580 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14581 $as_echo_n "checking for -lfreetype... " >&6; }
14582 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14583 $as_echo_n "(cached) " >&6
14584 else
14585 ac_check_soname_save_LIBS=$LIBS
14586 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14587 cat >conftest.$ac_ext <<_ACEOF
14588 /* confdefs.h. */
14589 _ACEOF
14590 cat confdefs.h >>conftest.$ac_ext
14591 cat >>conftest.$ac_ext <<_ACEOF
14592 /* end confdefs.h. */
14594 /* Override any GCC internal prototype to avoid an error.
14595 Use char because int might match the return type of a GCC
14596 builtin and then its argument prototype would still apply. */
14597 #ifdef __cplusplus
14598 extern "C"
14599 #endif
14600 char FT_Init_FreeType ();
14602 main ()
14604 return FT_Init_FreeType ();
14606 return 0;
14608 _ACEOF
14609 rm -f conftest.$ac_objext conftest$ac_exeext
14610 if { (ac_try="$ac_link"
14611 case "(($ac_try" in
14612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14613 *) ac_try_echo=$ac_try;;
14614 esac
14615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14616 $as_echo "$ac_try_echo") >&5
14617 (eval "$ac_link") 2>conftest.er1
14618 ac_status=$?
14619 grep -v '^ *+' conftest.er1 >conftest.err
14620 rm -f conftest.er1
14621 cat conftest.err >&5
14622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14623 (exit $ac_status); } && {
14624 test -z "$ac_c_werror_flag" ||
14625 test ! -s conftest.err
14626 } && test -s conftest$ac_exeext && {
14627 test "$cross_compiling" = yes ||
14628 $as_test_x conftest$ac_exeext
14629 }; then
14630 case "$LIBEXT" in
14631 dll) ;;
14632 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'` ;;
14633 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14634 esac
14635 else
14636 $as_echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14642 rm -rf conftest.dSYM
14643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14644 conftest$ac_exeext conftest.$ac_ext
14645 LIBS=$ac_check_soname_save_LIBS
14647 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14648 { $as_echo "$as_me:$LINENO: result: not found" >&5
14649 $as_echo "not found" >&6; }
14650 ft_lib=no
14651 else
14652 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14653 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14655 cat >>confdefs.h <<_ACEOF
14656 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14657 _ACEOF
14659 ft_lib=yes
14662 if test "$ft_lib" = "yes"
14663 then
14664 ac_save_CPPFLAGS="$CPPFLAGS"
14665 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14679 for ac_header in ft2build.h \
14680 freetype/freetype.h \
14681 freetype/ftglyph.h \
14682 freetype/fttypes.h \
14683 freetype/tttables.h \
14684 freetype/ftnames.h \
14685 freetype/ftsnames.h \
14686 freetype/ttnameid.h \
14687 freetype/ftoutln.h \
14688 freetype/ftwinfnt.h \
14689 freetype/ftmodapi.h \
14690 freetype/ftlcdfil.h \
14691 freetype/internal/sfnt.h
14693 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14694 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14695 $as_echo_n "checking for $ac_header... " >&6; }
14696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14697 $as_echo_n "(cached) " >&6
14698 else
14699 cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h. */
14701 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF
14704 /* end confdefs.h. */
14705 #ifdef HAVE_FT2BUILD_H
14706 # include <ft2build.h>
14707 #endif
14709 #include <$ac_header>
14710 _ACEOF
14711 rm -f conftest.$ac_objext
14712 if { (ac_try="$ac_compile"
14713 case "(($ac_try" in
14714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14715 *) ac_try_echo=$ac_try;;
14716 esac
14717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14718 $as_echo "$ac_try_echo") >&5
14719 (eval "$ac_compile") 2>conftest.er1
14720 ac_status=$?
14721 grep -v '^ *+' conftest.er1 >conftest.err
14722 rm -f conftest.er1
14723 cat conftest.err >&5
14724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14725 (exit $ac_status); } && {
14726 test -z "$ac_c_werror_flag" ||
14727 test ! -s conftest.err
14728 } && test -s conftest.$ac_objext; then
14729 eval "$as_ac_Header=yes"
14730 else
14731 $as_echo "$as_me: failed program was:" >&5
14732 sed 's/^/| /' conftest.$ac_ext >&5
14734 eval "$as_ac_Header=no"
14737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14739 ac_res=`eval 'as_val=${'$as_ac_Header'}
14740 $as_echo "$as_val"'`
14741 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14742 $as_echo "$ac_res" >&6; }
14743 as_val=`eval 'as_val=${'$as_ac_Header'}
14744 $as_echo "$as_val"'`
14745 if test "x$as_val" = x""yes; then
14746 cat >>confdefs.h <<_ACEOF
14747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14748 _ACEOF
14752 done
14754 cat >conftest.$ac_ext <<_ACEOF
14755 /* confdefs.h. */
14756 _ACEOF
14757 cat confdefs.h >>conftest.$ac_ext
14758 cat >>conftest.$ac_ext <<_ACEOF
14759 /* end confdefs.h. */
14760 #include <ft2build.h>
14761 #include <freetype/fttrigon.h>
14762 _ACEOF
14763 if { (ac_try="$ac_cpp conftest.$ac_ext"
14764 case "(($ac_try" in
14765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14766 *) ac_try_echo=$ac_try;;
14767 esac
14768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14769 $as_echo "$ac_try_echo") >&5
14770 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14771 ac_status=$?
14772 grep -v '^ *+' conftest.er1 >conftest.err
14773 rm -f conftest.er1
14774 cat conftest.err >&5
14775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776 (exit $ac_status); } >/dev/null && {
14777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14778 test ! -s conftest.err
14779 }; then
14781 cat >>confdefs.h <<\_ACEOF
14782 #define HAVE_FREETYPE_FTTRIGON_H 1
14783 _ACEOF
14785 wine_cv_fttrigon=yes
14786 else
14787 $as_echo "$as_me: failed program was:" >&5
14788 sed 's/^/| /' conftest.$ac_ext >&5
14790 wine_cv_fttrigon=no
14793 rm -f conftest.err conftest.$ac_ext
14794 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14795 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14796 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14797 $as_echo_n "(cached) " >&6
14798 else
14799 ac_cv_type_FT_TrueTypeEngineType=no
14800 cat >conftest.$ac_ext <<_ACEOF
14801 /* confdefs.h. */
14802 _ACEOF
14803 cat confdefs.h >>conftest.$ac_ext
14804 cat >>conftest.$ac_ext <<_ACEOF
14805 /* end confdefs.h. */
14806 #include <freetype/ftmodapi.h>
14809 main ()
14811 if (sizeof (FT_TrueTypeEngineType))
14812 return 0;
14814 return 0;
14816 _ACEOF
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14821 *) ac_try_echo=$ac_try;;
14822 esac
14823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14824 $as_echo "$ac_try_echo") >&5
14825 (eval "$ac_compile") 2>conftest.er1
14826 ac_status=$?
14827 grep -v '^ *+' conftest.er1 >conftest.err
14828 rm -f conftest.er1
14829 cat conftest.err >&5
14830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831 (exit $ac_status); } && {
14832 test -z "$ac_c_werror_flag" ||
14833 test ! -s conftest.err
14834 } && test -s conftest.$ac_objext; then
14835 cat >conftest.$ac_ext <<_ACEOF
14836 /* confdefs.h. */
14837 _ACEOF
14838 cat confdefs.h >>conftest.$ac_ext
14839 cat >>conftest.$ac_ext <<_ACEOF
14840 /* end confdefs.h. */
14841 #include <freetype/ftmodapi.h>
14844 main ()
14846 if (sizeof ((FT_TrueTypeEngineType)))
14847 return 0;
14849 return 0;
14851 _ACEOF
14852 rm -f conftest.$ac_objext
14853 if { (ac_try="$ac_compile"
14854 case "(($ac_try" in
14855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14856 *) ac_try_echo=$ac_try;;
14857 esac
14858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14859 $as_echo "$ac_try_echo") >&5
14860 (eval "$ac_compile") 2>conftest.er1
14861 ac_status=$?
14862 grep -v '^ *+' conftest.er1 >conftest.err
14863 rm -f conftest.er1
14864 cat conftest.err >&5
14865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14866 (exit $ac_status); } && {
14867 test -z "$ac_c_werror_flag" ||
14868 test ! -s conftest.err
14869 } && test -s conftest.$ac_objext; then
14871 else
14872 $as_echo "$as_me: failed program was:" >&5
14873 sed 's/^/| /' conftest.$ac_ext >&5
14875 ac_cv_type_FT_TrueTypeEngineType=yes
14878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 else
14880 $as_echo "$as_me: failed program was:" >&5
14881 sed 's/^/| /' conftest.$ac_ext >&5
14886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14888 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14889 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14890 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14892 cat >>confdefs.h <<_ACEOF
14893 #define HAVE_FT_TRUETYPEENGINETYPE 1
14894 _ACEOF
14899 ac_save_CFLAGS="$CFLAGS"
14900 CFLAGS="$CFLAGS $ac_freetype_libs"
14902 for ac_func in FT_Load_Sfnt_Table
14904 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14905 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14906 $as_echo_n "checking for $ac_func... " >&6; }
14907 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14908 $as_echo_n "(cached) " >&6
14909 else
14910 cat >conftest.$ac_ext <<_ACEOF
14911 /* confdefs.h. */
14912 _ACEOF
14913 cat confdefs.h >>conftest.$ac_ext
14914 cat >>conftest.$ac_ext <<_ACEOF
14915 /* end confdefs.h. */
14916 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14917 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14918 #define $ac_func innocuous_$ac_func
14920 /* System header to define __stub macros and hopefully few prototypes,
14921 which can conflict with char $ac_func (); below.
14922 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14923 <limits.h> exists even on freestanding compilers. */
14925 #ifdef __STDC__
14926 # include <limits.h>
14927 #else
14928 # include <assert.h>
14929 #endif
14931 #undef $ac_func
14933 /* Override any GCC internal prototype to avoid an error.
14934 Use char because int might match the return type of a GCC
14935 builtin and then its argument prototype would still apply. */
14936 #ifdef __cplusplus
14937 extern "C"
14938 #endif
14939 char $ac_func ();
14940 /* The GNU C library defines this for functions which it implements
14941 to always fail with ENOSYS. Some functions are actually named
14942 something starting with __ and the normal name is an alias. */
14943 #if defined __stub_$ac_func || defined __stub___$ac_func
14944 choke me
14945 #endif
14948 main ()
14950 return $ac_func ();
14952 return 0;
14954 _ACEOF
14955 rm -f conftest.$ac_objext conftest$ac_exeext
14956 if { (ac_try="$ac_link"
14957 case "(($ac_try" in
14958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959 *) ac_try_echo=$ac_try;;
14960 esac
14961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14962 $as_echo "$ac_try_echo") >&5
14963 (eval "$ac_link") 2>conftest.er1
14964 ac_status=$?
14965 grep -v '^ *+' conftest.er1 >conftest.err
14966 rm -f conftest.er1
14967 cat conftest.err >&5
14968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969 (exit $ac_status); } && {
14970 test -z "$ac_c_werror_flag" ||
14971 test ! -s conftest.err
14972 } && test -s conftest$ac_exeext && {
14973 test "$cross_compiling" = yes ||
14974 $as_test_x conftest$ac_exeext
14975 }; then
14976 eval "$as_ac_var=yes"
14977 else
14978 $as_echo "$as_me: failed program was:" >&5
14979 sed 's/^/| /' conftest.$ac_ext >&5
14981 eval "$as_ac_var=no"
14984 rm -rf conftest.dSYM
14985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14986 conftest$ac_exeext conftest.$ac_ext
14988 ac_res=`eval 'as_val=${'$as_ac_var'}
14989 $as_echo "$as_val"'`
14990 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14991 $as_echo "$ac_res" >&6; }
14992 as_val=`eval 'as_val=${'$as_ac_var'}
14993 $as_echo "$as_val"'`
14994 if test "x$as_val" = x""yes; then
14995 cat >>confdefs.h <<_ACEOF
14996 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14997 _ACEOF
15000 done
15002 CFLAGS="$ac_save_CFLAGS"
15003 CPPFLAGS="$ac_save_CPPFLAGS"
15004 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15005 then
15007 cat >>confdefs.h <<\_ACEOF
15008 #define HAVE_FREETYPE 1
15009 _ACEOF
15011 FREETYPELIBS="$ac_freetype_libs"
15013 FREETYPEINCL="$ac_freetype_incl"
15018 if test "x$FREETYPELIBS" = "x"; then
15019 case "x$with_freetype" in
15020 xno) ;;
15021 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15022 Use the --without-freetype option if you really want this." >&5
15023 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15024 Use the --without-freetype option if you really want this." >&2;}
15025 { (exit 1); exit 1; }; } ;;
15026 esac
15029 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15031 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15032 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15033 if test "${ac_cv_c_ppdev+set}" = set; then
15034 $as_echo_n "(cached) " >&6
15035 else
15036 cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h. */
15038 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF
15041 /* end confdefs.h. */
15042 #include <linux/ppdev.h>
15044 main ()
15046 ioctl (1,PPCLAIM,0)
15048 return 0;
15050 _ACEOF
15051 rm -f conftest.$ac_objext
15052 if { (ac_try="$ac_compile"
15053 case "(($ac_try" in
15054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15055 *) ac_try_echo=$ac_try;;
15056 esac
15057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15058 $as_echo "$ac_try_echo") >&5
15059 (eval "$ac_compile") 2>conftest.er1
15060 ac_status=$?
15061 grep -v '^ *+' conftest.er1 >conftest.err
15062 rm -f conftest.er1
15063 cat conftest.err >&5
15064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } && {
15066 test -z "$ac_c_werror_flag" ||
15067 test ! -s conftest.err
15068 } && test -s conftest.$ac_objext; then
15069 ac_cv_c_ppdev="yes"
15070 else
15071 $as_echo "$as_me: failed program was:" >&5
15072 sed 's/^/| /' conftest.$ac_ext >&5
15074 ac_cv_c_ppdev="no"
15077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15079 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15080 $as_echo "$ac_cv_c_ppdev" >&6; }
15081 if test "$ac_cv_c_ppdev" = "yes"
15082 then
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_PPDEV 1
15086 _ACEOF
15090 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15091 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15092 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15093 $as_echo_n "(cached) " >&6
15094 else
15095 ac_cv_type_pthread_rwlock_t=no
15096 cat >conftest.$ac_ext <<_ACEOF
15097 /* confdefs.h. */
15098 _ACEOF
15099 cat confdefs.h >>conftest.$ac_ext
15100 cat >>conftest.$ac_ext <<_ACEOF
15101 /* end confdefs.h. */
15102 #define _GNU_SOURCE
15103 #include <pthread.h>
15106 main ()
15108 if (sizeof (pthread_rwlock_t))
15109 return 0;
15111 return 0;
15113 _ACEOF
15114 rm -f conftest.$ac_objext
15115 if { (ac_try="$ac_compile"
15116 case "(($ac_try" in
15117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15118 *) ac_try_echo=$ac_try;;
15119 esac
15120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15121 $as_echo "$ac_try_echo") >&5
15122 (eval "$ac_compile") 2>conftest.er1
15123 ac_status=$?
15124 grep -v '^ *+' conftest.er1 >conftest.err
15125 rm -f conftest.er1
15126 cat conftest.err >&5
15127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128 (exit $ac_status); } && {
15129 test -z "$ac_c_werror_flag" ||
15130 test ! -s conftest.err
15131 } && test -s conftest.$ac_objext; then
15132 cat >conftest.$ac_ext <<_ACEOF
15133 /* confdefs.h. */
15134 _ACEOF
15135 cat confdefs.h >>conftest.$ac_ext
15136 cat >>conftest.$ac_ext <<_ACEOF
15137 /* end confdefs.h. */
15138 #define _GNU_SOURCE
15139 #include <pthread.h>
15142 main ()
15144 if (sizeof ((pthread_rwlock_t)))
15145 return 0;
15147 return 0;
15149 _ACEOF
15150 rm -f conftest.$ac_objext
15151 if { (ac_try="$ac_compile"
15152 case "(($ac_try" in
15153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15154 *) ac_try_echo=$ac_try;;
15155 esac
15156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15157 $as_echo "$ac_try_echo") >&5
15158 (eval "$ac_compile") 2>conftest.er1
15159 ac_status=$?
15160 grep -v '^ *+' conftest.er1 >conftest.err
15161 rm -f conftest.er1
15162 cat conftest.err >&5
15163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164 (exit $ac_status); } && {
15165 test -z "$ac_c_werror_flag" ||
15166 test ! -s conftest.err
15167 } && test -s conftest.$ac_objext; then
15169 else
15170 $as_echo "$as_me: failed program was:" >&5
15171 sed 's/^/| /' conftest.$ac_ext >&5
15173 ac_cv_type_pthread_rwlock_t=yes
15176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177 else
15178 $as_echo "$as_me: failed program was:" >&5
15179 sed 's/^/| /' conftest.$ac_ext >&5
15184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15186 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15187 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15188 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15190 cat >>confdefs.h <<_ACEOF
15191 #define HAVE_PTHREAD_RWLOCK_T 1
15192 _ACEOF
15196 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15197 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15198 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15199 $as_echo_n "(cached) " >&6
15200 else
15201 ac_cv_type_pthread_rwlockattr_t=no
15202 cat >conftest.$ac_ext <<_ACEOF
15203 /* confdefs.h. */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h. */
15208 #define _GNU_SOURCE
15209 #include <pthread.h>
15212 main ()
15214 if (sizeof (pthread_rwlockattr_t))
15215 return 0;
15217 return 0;
15219 _ACEOF
15220 rm -f conftest.$ac_objext
15221 if { (ac_try="$ac_compile"
15222 case "(($ac_try" in
15223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15224 *) ac_try_echo=$ac_try;;
15225 esac
15226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15227 $as_echo "$ac_try_echo") >&5
15228 (eval "$ac_compile") 2>conftest.er1
15229 ac_status=$?
15230 grep -v '^ *+' conftest.er1 >conftest.err
15231 rm -f conftest.er1
15232 cat conftest.err >&5
15233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234 (exit $ac_status); } && {
15235 test -z "$ac_c_werror_flag" ||
15236 test ! -s conftest.err
15237 } && test -s conftest.$ac_objext; then
15238 cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h. */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h. */
15244 #define _GNU_SOURCE
15245 #include <pthread.h>
15248 main ()
15250 if (sizeof ((pthread_rwlockattr_t)))
15251 return 0;
15253 return 0;
15255 _ACEOF
15256 rm -f conftest.$ac_objext
15257 if { (ac_try="$ac_compile"
15258 case "(($ac_try" in
15259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260 *) ac_try_echo=$ac_try;;
15261 esac
15262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15263 $as_echo "$ac_try_echo") >&5
15264 (eval "$ac_compile") 2>conftest.er1
15265 ac_status=$?
15266 grep -v '^ *+' conftest.er1 >conftest.err
15267 rm -f conftest.er1
15268 cat conftest.err >&5
15269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270 (exit $ac_status); } && {
15271 test -z "$ac_c_werror_flag" ||
15272 test ! -s conftest.err
15273 } && test -s conftest.$ac_objext; then
15275 else
15276 $as_echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15279 ac_cv_type_pthread_rwlockattr_t=yes
15282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15283 else
15284 $as_echo "$as_me: failed program was:" >&5
15285 sed 's/^/| /' conftest.$ac_ext >&5
15290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15292 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15293 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15294 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15296 cat >>confdefs.h <<_ACEOF
15297 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15298 _ACEOF
15304 ac_wine_check_funcs_save_LIBS="$LIBS"
15305 LIBS="$LIBS $LIBPTHREAD"
15310 for ac_func in \
15311 pthread_attr_get_np \
15312 pthread_getattr_np \
15313 pthread_get_stackaddr_np \
15314 pthread_get_stacksize_np
15316 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15317 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15318 $as_echo_n "checking for $ac_func... " >&6; }
15319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15320 $as_echo_n "(cached) " >&6
15321 else
15322 cat >conftest.$ac_ext <<_ACEOF
15323 /* confdefs.h. */
15324 _ACEOF
15325 cat confdefs.h >>conftest.$ac_ext
15326 cat >>conftest.$ac_ext <<_ACEOF
15327 /* end confdefs.h. */
15328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15330 #define $ac_func innocuous_$ac_func
15332 /* System header to define __stub macros and hopefully few prototypes,
15333 which can conflict with char $ac_func (); below.
15334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15335 <limits.h> exists even on freestanding compilers. */
15337 #ifdef __STDC__
15338 # include <limits.h>
15339 #else
15340 # include <assert.h>
15341 #endif
15343 #undef $ac_func
15345 /* Override any GCC internal prototype to avoid an error.
15346 Use char because int might match the return type of a GCC
15347 builtin and then its argument prototype would still apply. */
15348 #ifdef __cplusplus
15349 extern "C"
15350 #endif
15351 char $ac_func ();
15352 /* The GNU C library defines this for functions which it implements
15353 to always fail with ENOSYS. Some functions are actually named
15354 something starting with __ and the normal name is an alias. */
15355 #if defined __stub_$ac_func || defined __stub___$ac_func
15356 choke me
15357 #endif
15360 main ()
15362 return $ac_func ();
15364 return 0;
15366 _ACEOF
15367 rm -f conftest.$ac_objext conftest$ac_exeext
15368 if { (ac_try="$ac_link"
15369 case "(($ac_try" in
15370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15371 *) ac_try_echo=$ac_try;;
15372 esac
15373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15374 $as_echo "$ac_try_echo") >&5
15375 (eval "$ac_link") 2>conftest.er1
15376 ac_status=$?
15377 grep -v '^ *+' conftest.er1 >conftest.err
15378 rm -f conftest.er1
15379 cat conftest.err >&5
15380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381 (exit $ac_status); } && {
15382 test -z "$ac_c_werror_flag" ||
15383 test ! -s conftest.err
15384 } && test -s conftest$ac_exeext && {
15385 test "$cross_compiling" = yes ||
15386 $as_test_x conftest$ac_exeext
15387 }; then
15388 eval "$as_ac_var=yes"
15389 else
15390 $as_echo "$as_me: failed program was:" >&5
15391 sed 's/^/| /' conftest.$ac_ext >&5
15393 eval "$as_ac_var=no"
15396 rm -rf conftest.dSYM
15397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15398 conftest$ac_exeext conftest.$ac_ext
15400 ac_res=`eval 'as_val=${'$as_ac_var'}
15401 $as_echo "$as_val"'`
15402 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15403 $as_echo "$ac_res" >&6; }
15404 as_val=`eval 'as_val=${'$as_ac_var'}
15405 $as_echo "$as_val"'`
15406 if test "x$as_val" = x""yes; then
15407 cat >>confdefs.h <<_ACEOF
15408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15409 _ACEOF
15412 done
15414 LIBS="$ac_wine_check_funcs_save_LIBS"
15416 if test "x$with_esd" != xno
15417 then
15418 save_CFLAGS="$CFLAGS"
15419 # Extract the first word of "esd-config", so it can be a program name with args.
15420 set dummy esd-config; ac_word=$2
15421 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15422 $as_echo_n "checking for $ac_word... " >&6; }
15423 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15424 $as_echo_n "(cached) " >&6
15425 else
15426 case $ESDCONFIG in
15427 [\\/]* | ?:[\\/]*)
15428 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15432 for as_dir in $PATH
15434 IFS=$as_save_IFS
15435 test -z "$as_dir" && as_dir=.
15436 for ac_exec_ext in '' $ac_executable_extensions; do
15437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15438 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15440 break 2
15442 done
15443 done
15444 IFS=$as_save_IFS
15446 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15448 esac
15450 ESDCONFIG=$ac_cv_path_ESDCONFIG
15451 if test -n "$ESDCONFIG"; then
15452 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15453 $as_echo "$ESDCONFIG" >&6; }
15454 else
15455 { $as_echo "$as_me:$LINENO: result: no" >&5
15456 $as_echo "no" >&6; }
15460 if test "x$ESDCONFIG" != "xno"
15461 then
15462 ac_esd_incl=""
15463 for i in `$ESDCONFIG --cflags`
15465 case "$i" in
15466 -I*) ac_esd_incl="$ac_esd_incl $i";;
15467 esac
15468 done
15469 ac_esd_libs=`$ESDCONFIG --libs`
15470 CFLAGS="$CFLAGS $ac_esd_incl"
15472 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15473 if test "${ac_cv_header_esd_h+set}" = set; then
15474 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15475 $as_echo_n "checking for esd.h... " >&6; }
15476 if test "${ac_cv_header_esd_h+set}" = set; then
15477 $as_echo_n "(cached) " >&6
15479 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15480 $as_echo "$ac_cv_header_esd_h" >&6; }
15481 else
15482 # Is the header compilable?
15483 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15484 $as_echo_n "checking esd.h usability... " >&6; }
15485 cat >conftest.$ac_ext <<_ACEOF
15486 /* confdefs.h. */
15487 _ACEOF
15488 cat confdefs.h >>conftest.$ac_ext
15489 cat >>conftest.$ac_ext <<_ACEOF
15490 /* end confdefs.h. */
15491 $ac_includes_default
15492 #include <esd.h>
15493 _ACEOF
15494 rm -f conftest.$ac_objext
15495 if { (ac_try="$ac_compile"
15496 case "(($ac_try" in
15497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15498 *) ac_try_echo=$ac_try;;
15499 esac
15500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15501 $as_echo "$ac_try_echo") >&5
15502 (eval "$ac_compile") 2>conftest.er1
15503 ac_status=$?
15504 grep -v '^ *+' conftest.er1 >conftest.err
15505 rm -f conftest.er1
15506 cat conftest.err >&5
15507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15508 (exit $ac_status); } && {
15509 test -z "$ac_c_werror_flag" ||
15510 test ! -s conftest.err
15511 } && test -s conftest.$ac_objext; then
15512 ac_header_compiler=yes
15513 else
15514 $as_echo "$as_me: failed program was:" >&5
15515 sed 's/^/| /' conftest.$ac_ext >&5
15517 ac_header_compiler=no
15520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15521 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15522 $as_echo "$ac_header_compiler" >&6; }
15524 # Is the header present?
15525 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15526 $as_echo_n "checking esd.h presence... " >&6; }
15527 cat >conftest.$ac_ext <<_ACEOF
15528 /* confdefs.h. */
15529 _ACEOF
15530 cat confdefs.h >>conftest.$ac_ext
15531 cat >>conftest.$ac_ext <<_ACEOF
15532 /* end confdefs.h. */
15533 #include <esd.h>
15534 _ACEOF
15535 if { (ac_try="$ac_cpp conftest.$ac_ext"
15536 case "(($ac_try" in
15537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15538 *) ac_try_echo=$ac_try;;
15539 esac
15540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15541 $as_echo "$ac_try_echo") >&5
15542 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15543 ac_status=$?
15544 grep -v '^ *+' conftest.er1 >conftest.err
15545 rm -f conftest.er1
15546 cat conftest.err >&5
15547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15548 (exit $ac_status); } >/dev/null && {
15549 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15550 test ! -s conftest.err
15551 }; then
15552 ac_header_preproc=yes
15553 else
15554 $as_echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.$ac_ext >&5
15557 ac_header_preproc=no
15560 rm -f conftest.err conftest.$ac_ext
15561 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15562 $as_echo "$ac_header_preproc" >&6; }
15564 # So? What about this header?
15565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15566 yes:no: )
15567 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15568 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15569 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15570 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15571 ac_header_preproc=yes
15573 no:yes:* )
15574 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15575 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15576 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15577 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15578 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15579 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15580 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15581 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15582 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15583 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15584 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15585 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15586 ( cat <<\_ASBOX
15587 ## ------------------------------------ ##
15588 ## Report this to wine-devel@winehq.org ##
15589 ## ------------------------------------ ##
15590 _ASBOX
15591 ) | sed "s/^/$as_me: WARNING: /" >&2
15593 esac
15594 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15595 $as_echo_n "checking for esd.h... " >&6; }
15596 if test "${ac_cv_header_esd_h+set}" = set; then
15597 $as_echo_n "(cached) " >&6
15598 else
15599 ac_cv_header_esd_h=$ac_header_preproc
15601 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15602 $as_echo "$ac_cv_header_esd_h" >&6; }
15605 if test "x$ac_cv_header_esd_h" = x""yes; then
15606 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15607 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15608 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15609 $as_echo_n "(cached) " >&6
15610 else
15611 ac_check_lib_save_LIBS=$LIBS
15612 LIBS="-lesd $ac_esd_libs $LIBS"
15613 cat >conftest.$ac_ext <<_ACEOF
15614 /* confdefs.h. */
15615 _ACEOF
15616 cat confdefs.h >>conftest.$ac_ext
15617 cat >>conftest.$ac_ext <<_ACEOF
15618 /* end confdefs.h. */
15620 /* Override any GCC internal prototype to avoid an error.
15621 Use char because int might match the return type of a GCC
15622 builtin and then its argument prototype would still apply. */
15623 #ifdef __cplusplus
15624 extern "C"
15625 #endif
15626 char esd_open_sound ();
15628 main ()
15630 return esd_open_sound ();
15632 return 0;
15634 _ACEOF
15635 rm -f conftest.$ac_objext conftest$ac_exeext
15636 if { (ac_try="$ac_link"
15637 case "(($ac_try" in
15638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15639 *) ac_try_echo=$ac_try;;
15640 esac
15641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15642 $as_echo "$ac_try_echo") >&5
15643 (eval "$ac_link") 2>conftest.er1
15644 ac_status=$?
15645 grep -v '^ *+' conftest.er1 >conftest.err
15646 rm -f conftest.er1
15647 cat conftest.err >&5
15648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } && {
15650 test -z "$ac_c_werror_flag" ||
15651 test ! -s conftest.err
15652 } && test -s conftest$ac_exeext && {
15653 test "$cross_compiling" = yes ||
15654 $as_test_x conftest$ac_exeext
15655 }; then
15656 ac_cv_lib_esd_esd_open_sound=yes
15657 else
15658 $as_echo "$as_me: failed program was:" >&5
15659 sed 's/^/| /' conftest.$ac_ext >&5
15661 ac_cv_lib_esd_esd_open_sound=no
15664 rm -rf conftest.dSYM
15665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15666 conftest$ac_exeext conftest.$ac_ext
15667 LIBS=$ac_check_lib_save_LIBS
15669 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15670 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15671 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15672 ESDINCL="$ac_esd_incl"
15674 ESDLIBS="$ac_esd_libs"
15677 cat >>confdefs.h <<\_ACEOF
15678 #define HAVE_ESD 1
15679 _ACEOF
15686 CFLAGS="$save_CFLAGS"
15689 ALSALIBS=""
15691 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15692 then
15693 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15694 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15695 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15696 $as_echo_n "(cached) " >&6
15697 else
15698 ac_check_lib_save_LIBS=$LIBS
15699 LIBS="-lasound $LIBS"
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h. */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15707 /* Override any GCC internal prototype to avoid an error.
15708 Use char because int might match the return type of a GCC
15709 builtin and then its argument prototype would still apply. */
15710 #ifdef __cplusplus
15711 extern "C"
15712 #endif
15713 char snd_pcm_hw_params_get_access ();
15715 main ()
15717 return snd_pcm_hw_params_get_access ();
15719 return 0;
15721 _ACEOF
15722 rm -f conftest.$ac_objext conftest$ac_exeext
15723 if { (ac_try="$ac_link"
15724 case "(($ac_try" in
15725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726 *) ac_try_echo=$ac_try;;
15727 esac
15728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15729 $as_echo "$ac_try_echo") >&5
15730 (eval "$ac_link") 2>conftest.er1
15731 ac_status=$?
15732 grep -v '^ *+' conftest.er1 >conftest.err
15733 rm -f conftest.er1
15734 cat conftest.err >&5
15735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736 (exit $ac_status); } && {
15737 test -z "$ac_c_werror_flag" ||
15738 test ! -s conftest.err
15739 } && test -s conftest$ac_exeext && {
15740 test "$cross_compiling" = yes ||
15741 $as_test_x conftest$ac_exeext
15742 }; then
15743 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15744 else
15745 $as_echo "$as_me: failed program was:" >&5
15746 sed 's/^/| /' conftest.$ac_ext >&5
15748 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15751 rm -rf conftest.dSYM
15752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15753 conftest$ac_exeext conftest.$ac_ext
15754 LIBS=$ac_check_lib_save_LIBS
15756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15757 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15758 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15759 cat >conftest.$ac_ext <<_ACEOF
15760 /* confdefs.h. */
15761 _ACEOF
15762 cat confdefs.h >>conftest.$ac_ext
15763 cat >>conftest.$ac_ext <<_ACEOF
15764 /* end confdefs.h. */
15765 #ifdef HAVE_ALSA_ASOUNDLIB_H
15766 #include <alsa/asoundlib.h>
15767 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15768 #include <sys/asoundlib.h>
15769 #endif
15771 main ()
15773 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15775 return 0;
15777 _ACEOF
15778 rm -f conftest.$ac_objext
15779 if { (ac_try="$ac_compile"
15780 case "(($ac_try" in
15781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15782 *) ac_try_echo=$ac_try;;
15783 esac
15784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15785 $as_echo "$ac_try_echo") >&5
15786 (eval "$ac_compile") 2>conftest.er1
15787 ac_status=$?
15788 grep -v '^ *+' conftest.er1 >conftest.err
15789 rm -f conftest.er1
15790 cat conftest.err >&5
15791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); } && {
15793 test -z "$ac_c_werror_flag" ||
15794 test ! -s conftest.err
15795 } && test -s conftest.$ac_objext; then
15797 cat >>confdefs.h <<\_ACEOF
15798 #define HAVE_ALSA 1
15799 _ACEOF
15801 ALSALIBS="-lasound"
15802 else
15803 $as_echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.$ac_ext >&5
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15814 AUDIOIOLIBS=""
15816 if test "$ac_cv_header_libaudioio_h" = "yes"
15817 then
15818 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15819 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15820 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15821 $as_echo_n "(cached) " >&6
15822 else
15823 ac_check_lib_save_LIBS=$LIBS
15824 LIBS="-laudioio $LIBS"
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h. */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h. */
15832 /* Override any GCC internal prototype to avoid an error.
15833 Use char because int might match the return type of a GCC
15834 builtin and then its argument prototype would still apply. */
15835 #ifdef __cplusplus
15836 extern "C"
15837 #endif
15838 char AudioIOGetVersion ();
15840 main ()
15842 return AudioIOGetVersion ();
15844 return 0;
15846 _ACEOF
15847 rm -f conftest.$ac_objext conftest$ac_exeext
15848 if { (ac_try="$ac_link"
15849 case "(($ac_try" in
15850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15851 *) ac_try_echo=$ac_try;;
15852 esac
15853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15854 $as_echo "$ac_try_echo") >&5
15855 (eval "$ac_link") 2>conftest.er1
15856 ac_status=$?
15857 grep -v '^ *+' conftest.er1 >conftest.err
15858 rm -f conftest.er1
15859 cat conftest.err >&5
15860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15861 (exit $ac_status); } && {
15862 test -z "$ac_c_werror_flag" ||
15863 test ! -s conftest.err
15864 } && test -s conftest$ac_exeext && {
15865 test "$cross_compiling" = yes ||
15866 $as_test_x conftest$ac_exeext
15867 }; then
15868 ac_cv_lib_audioio_AudioIOGetVersion=yes
15869 else
15870 $as_echo "$as_me: failed program was:" >&5
15871 sed 's/^/| /' conftest.$ac_ext >&5
15873 ac_cv_lib_audioio_AudioIOGetVersion=no
15876 rm -rf conftest.dSYM
15877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15878 conftest$ac_exeext conftest.$ac_ext
15879 LIBS=$ac_check_lib_save_LIBS
15881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15882 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15883 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15884 AUDIOIOLIBS="-laudioio"
15886 cat >>confdefs.h <<\_ACEOF
15887 #define HAVE_LIBAUDIOIO 1
15888 _ACEOF
15895 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15896 then
15897 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15898 $as_echo_n "checking for -lcapi20... " >&6; }
15899 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15900 $as_echo_n "(cached) " >&6
15901 else
15902 ac_check_soname_save_LIBS=$LIBS
15903 LIBS="-lcapi20 $LIBS"
15904 cat >conftest.$ac_ext <<_ACEOF
15905 /* confdefs.h. */
15906 _ACEOF
15907 cat confdefs.h >>conftest.$ac_ext
15908 cat >>conftest.$ac_ext <<_ACEOF
15909 /* end confdefs.h. */
15911 /* Override any GCC internal prototype to avoid an error.
15912 Use char because int might match the return type of a GCC
15913 builtin and then its argument prototype would still apply. */
15914 #ifdef __cplusplus
15915 extern "C"
15916 #endif
15917 char capi20_register ();
15919 main ()
15921 return capi20_register ();
15923 return 0;
15925 _ACEOF
15926 rm -f conftest.$ac_objext conftest$ac_exeext
15927 if { (ac_try="$ac_link"
15928 case "(($ac_try" in
15929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15930 *) ac_try_echo=$ac_try;;
15931 esac
15932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15933 $as_echo "$ac_try_echo") >&5
15934 (eval "$ac_link") 2>conftest.er1
15935 ac_status=$?
15936 grep -v '^ *+' conftest.er1 >conftest.err
15937 rm -f conftest.er1
15938 cat conftest.err >&5
15939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15940 (exit $ac_status); } && {
15941 test -z "$ac_c_werror_flag" ||
15942 test ! -s conftest.err
15943 } && test -s conftest$ac_exeext && {
15944 test "$cross_compiling" = yes ||
15945 $as_test_x conftest$ac_exeext
15946 }; then
15947 case "$LIBEXT" in
15948 dll) ;;
15949 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'` ;;
15950 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15951 esac
15952 else
15953 $as_echo "$as_me: failed program was:" >&5
15954 sed 's/^/| /' conftest.$ac_ext >&5
15959 rm -rf conftest.dSYM
15960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15961 conftest$ac_exeext conftest.$ac_ext
15962 LIBS=$ac_check_soname_save_LIBS
15964 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15965 { $as_echo "$as_me:$LINENO: result: not found" >&5
15966 $as_echo "not found" >&6; }
15968 else
15969 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15970 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15972 cat >>confdefs.h <<_ACEOF
15973 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15974 _ACEOF
15980 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15981 case "x$with_capi" in
15982 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15983 xno) ;;
15984 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15985 This is an error since --with-capi was requested." >&5
15986 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15987 This is an error since --with-capi was requested." >&2;}
15988 { (exit 1); exit 1; }; } ;;
15989 esac
15993 CUPSINCL=""
15995 if test "x$with_cups" != "xno"
15996 then
15997 ac_save_CPPFLAGS="$CPPFLAGS"
15998 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15999 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16000 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16002 for ac_header in cups/cups.h
16004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16006 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16007 $as_echo_n "checking for $ac_header... " >&6; }
16008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16009 $as_echo_n "(cached) " >&6
16011 ac_res=`eval 'as_val=${'$as_ac_Header'}
16012 $as_echo "$as_val"'`
16013 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16014 $as_echo "$ac_res" >&6; }
16015 else
16016 # Is the header compilable?
16017 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16018 $as_echo_n "checking $ac_header usability... " >&6; }
16019 cat >conftest.$ac_ext <<_ACEOF
16020 /* confdefs.h. */
16021 _ACEOF
16022 cat confdefs.h >>conftest.$ac_ext
16023 cat >>conftest.$ac_ext <<_ACEOF
16024 /* end confdefs.h. */
16025 $ac_includes_default
16026 #include <$ac_header>
16027 _ACEOF
16028 rm -f conftest.$ac_objext
16029 if { (ac_try="$ac_compile"
16030 case "(($ac_try" in
16031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16032 *) ac_try_echo=$ac_try;;
16033 esac
16034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16035 $as_echo "$ac_try_echo") >&5
16036 (eval "$ac_compile") 2>conftest.er1
16037 ac_status=$?
16038 grep -v '^ *+' conftest.er1 >conftest.err
16039 rm -f conftest.er1
16040 cat conftest.err >&5
16041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16042 (exit $ac_status); } && {
16043 test -z "$ac_c_werror_flag" ||
16044 test ! -s conftest.err
16045 } && test -s conftest.$ac_objext; then
16046 ac_header_compiler=yes
16047 else
16048 $as_echo "$as_me: failed program was:" >&5
16049 sed 's/^/| /' conftest.$ac_ext >&5
16051 ac_header_compiler=no
16054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16055 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16056 $as_echo "$ac_header_compiler" >&6; }
16058 # Is the header present?
16059 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16060 $as_echo_n "checking $ac_header presence... " >&6; }
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16067 #include <$ac_header>
16068 _ACEOF
16069 if { (ac_try="$ac_cpp conftest.$ac_ext"
16070 case "(($ac_try" in
16071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16072 *) ac_try_echo=$ac_try;;
16073 esac
16074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16075 $as_echo "$ac_try_echo") >&5
16076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16077 ac_status=$?
16078 grep -v '^ *+' conftest.er1 >conftest.err
16079 rm -f conftest.er1
16080 cat conftest.err >&5
16081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16082 (exit $ac_status); } >/dev/null && {
16083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16084 test ! -s conftest.err
16085 }; then
16086 ac_header_preproc=yes
16087 else
16088 $as_echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16091 ac_header_preproc=no
16094 rm -f conftest.err conftest.$ac_ext
16095 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16096 $as_echo "$ac_header_preproc" >&6; }
16098 # So? What about this header?
16099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16100 yes:no: )
16101 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16102 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16103 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16104 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16105 ac_header_preproc=yes
16107 no:yes:* )
16108 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16109 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16110 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16111 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16112 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16113 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16114 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16115 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16116 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16117 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16118 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16120 ( cat <<\_ASBOX
16121 ## ------------------------------------ ##
16122 ## Report this to wine-devel@winehq.org ##
16123 ## ------------------------------------ ##
16124 _ASBOX
16125 ) | sed "s/^/$as_me: WARNING: /" >&2
16127 esac
16128 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16129 $as_echo_n "checking for $ac_header... " >&6; }
16130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16131 $as_echo_n "(cached) " >&6
16132 else
16133 eval "$as_ac_Header=\$ac_header_preproc"
16135 ac_res=`eval 'as_val=${'$as_ac_Header'}
16136 $as_echo "$as_val"'`
16137 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16138 $as_echo "$ac_res" >&6; }
16141 as_val=`eval 'as_val=${'$as_ac_Header'}
16142 $as_echo "$as_val"'`
16143 if test "x$as_val" = x""yes; then
16144 cat >>confdefs.h <<_ACEOF
16145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16146 _ACEOF
16147 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16148 $as_echo_n "checking for -lcups... " >&6; }
16149 if test "${ac_cv_lib_soname_cups+set}" = set; then
16150 $as_echo_n "(cached) " >&6
16151 else
16152 ac_check_soname_save_LIBS=$LIBS
16153 LIBS="-lcups $ac_cups_libs $LIBS"
16154 cat >conftest.$ac_ext <<_ACEOF
16155 /* confdefs.h. */
16156 _ACEOF
16157 cat confdefs.h >>conftest.$ac_ext
16158 cat >>conftest.$ac_ext <<_ACEOF
16159 /* end confdefs.h. */
16161 /* Override any GCC internal prototype to avoid an error.
16162 Use char because int might match the return type of a GCC
16163 builtin and then its argument prototype would still apply. */
16164 #ifdef __cplusplus
16165 extern "C"
16166 #endif
16167 char cupsGetDefault ();
16169 main ()
16171 return cupsGetDefault ();
16173 return 0;
16175 _ACEOF
16176 rm -f conftest.$ac_objext conftest$ac_exeext
16177 if { (ac_try="$ac_link"
16178 case "(($ac_try" in
16179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16180 *) ac_try_echo=$ac_try;;
16181 esac
16182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16183 $as_echo "$ac_try_echo") >&5
16184 (eval "$ac_link") 2>conftest.er1
16185 ac_status=$?
16186 grep -v '^ *+' conftest.er1 >conftest.err
16187 rm -f conftest.er1
16188 cat conftest.err >&5
16189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } && {
16191 test -z "$ac_c_werror_flag" ||
16192 test ! -s conftest.err
16193 } && test -s conftest$ac_exeext && {
16194 test "$cross_compiling" = yes ||
16195 $as_test_x conftest$ac_exeext
16196 }; then
16197 case "$LIBEXT" in
16198 dll) ;;
16199 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'` ;;
16200 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16201 esac
16202 else
16203 $as_echo "$as_me: failed program was:" >&5
16204 sed 's/^/| /' conftest.$ac_ext >&5
16209 rm -rf conftest.dSYM
16210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16211 conftest$ac_exeext conftest.$ac_ext
16212 LIBS=$ac_check_soname_save_LIBS
16214 if test "x$ac_cv_lib_soname_cups" = "x"; then
16215 { $as_echo "$as_me:$LINENO: result: not found" >&5
16216 $as_echo "not found" >&6; }
16218 else
16219 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16220 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16222 cat >>confdefs.h <<_ACEOF
16223 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16224 _ACEOF
16226 CUPSINCL="$ac_cups_cflags"
16231 done
16233 CPPFLAGS="$ac_save_CPPFLAGS"
16235 if test "x$ac_cv_lib_soname_cups" = "x"; then
16236 case "x$with_cups" in
16237 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16238 xno) ;;
16239 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16240 This is an error since --with-cups was requested." >&5
16241 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16242 This is an error since --with-cups was requested." >&2;}
16243 { (exit 1); exit 1; }; } ;;
16244 esac
16248 if test "$ac_cv_header_jack_jack_h" = "yes"
16249 then
16250 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16251 $as_echo_n "checking for -ljack... " >&6; }
16252 if test "${ac_cv_lib_soname_jack+set}" = set; then
16253 $as_echo_n "(cached) " >&6
16254 else
16255 ac_check_soname_save_LIBS=$LIBS
16256 LIBS="-ljack $LIBS"
16257 cat >conftest.$ac_ext <<_ACEOF
16258 /* confdefs.h. */
16259 _ACEOF
16260 cat confdefs.h >>conftest.$ac_ext
16261 cat >>conftest.$ac_ext <<_ACEOF
16262 /* end confdefs.h. */
16264 /* Override any GCC internal prototype to avoid an error.
16265 Use char because int might match the return type of a GCC
16266 builtin and then its argument prototype would still apply. */
16267 #ifdef __cplusplus
16268 extern "C"
16269 #endif
16270 char jack_client_new ();
16272 main ()
16274 return jack_client_new ();
16276 return 0;
16278 _ACEOF
16279 rm -f conftest.$ac_objext conftest$ac_exeext
16280 if { (ac_try="$ac_link"
16281 case "(($ac_try" in
16282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16283 *) ac_try_echo=$ac_try;;
16284 esac
16285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16286 $as_echo "$ac_try_echo") >&5
16287 (eval "$ac_link") 2>conftest.er1
16288 ac_status=$?
16289 grep -v '^ *+' conftest.er1 >conftest.err
16290 rm -f conftest.er1
16291 cat conftest.err >&5
16292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293 (exit $ac_status); } && {
16294 test -z "$ac_c_werror_flag" ||
16295 test ! -s conftest.err
16296 } && test -s conftest$ac_exeext && {
16297 test "$cross_compiling" = yes ||
16298 $as_test_x conftest$ac_exeext
16299 }; then
16300 case "$LIBEXT" in
16301 dll) ;;
16302 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'` ;;
16303 *) 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'` ;;
16304 esac
16305 else
16306 $as_echo "$as_me: failed program was:" >&5
16307 sed 's/^/| /' conftest.$ac_ext >&5
16312 rm -rf conftest.dSYM
16313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16314 conftest$ac_exeext conftest.$ac_ext
16315 LIBS=$ac_check_soname_save_LIBS
16317 if test "x$ac_cv_lib_soname_jack" = "x"; then
16318 { $as_echo "$as_me:$LINENO: result: not found" >&5
16319 $as_echo "not found" >&6; }
16321 else
16322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16323 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16325 cat >>confdefs.h <<_ACEOF
16326 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16327 _ACEOF
16334 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16335 then
16336 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16337 $as_echo_n "checking for -lfontconfig... " >&6; }
16338 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16339 $as_echo_n "(cached) " >&6
16340 else
16341 ac_check_soname_save_LIBS=$LIBS
16342 LIBS="-lfontconfig $LIBS"
16343 cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h. */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16350 /* Override any GCC internal prototype to avoid an error.
16351 Use char because int might match the return type of a GCC
16352 builtin and then its argument prototype would still apply. */
16353 #ifdef __cplusplus
16354 extern "C"
16355 #endif
16356 char FcInit ();
16358 main ()
16360 return FcInit ();
16362 return 0;
16364 _ACEOF
16365 rm -f conftest.$ac_objext conftest$ac_exeext
16366 if { (ac_try="$ac_link"
16367 case "(($ac_try" in
16368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369 *) ac_try_echo=$ac_try;;
16370 esac
16371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16372 $as_echo "$ac_try_echo") >&5
16373 (eval "$ac_link") 2>conftest.er1
16374 ac_status=$?
16375 grep -v '^ *+' conftest.er1 >conftest.err
16376 rm -f conftest.er1
16377 cat conftest.err >&5
16378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16379 (exit $ac_status); } && {
16380 test -z "$ac_c_werror_flag" ||
16381 test ! -s conftest.err
16382 } && test -s conftest$ac_exeext && {
16383 test "$cross_compiling" = yes ||
16384 $as_test_x conftest$ac_exeext
16385 }; then
16386 case "$LIBEXT" in
16387 dll) ;;
16388 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'` ;;
16389 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16390 esac
16391 else
16392 $as_echo "$as_me: failed program was:" >&5
16393 sed 's/^/| /' conftest.$ac_ext >&5
16398 rm -rf conftest.dSYM
16399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16400 conftest$ac_exeext conftest.$ac_ext
16401 LIBS=$ac_check_soname_save_LIBS
16403 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16404 { $as_echo "$as_me:$LINENO: result: not found" >&5
16405 $as_echo "not found" >&6; }
16407 else
16408 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16409 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16411 cat >>confdefs.h <<_ACEOF
16412 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16413 _ACEOF
16418 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16419 then
16420 ac_save_CPPFLAGS="$CPPFLAGS"
16421 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16422 $as_unset ac_cv_header_fontconfig_fontconfig_h
16424 for ac_header in fontconfig/fontconfig.h
16426 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16428 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16429 $as_echo_n "checking for $ac_header... " >&6; }
16430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16431 $as_echo_n "(cached) " >&6
16433 ac_res=`eval 'as_val=${'$as_ac_Header'}
16434 $as_echo "$as_val"'`
16435 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16436 $as_echo "$ac_res" >&6; }
16437 else
16438 # Is the header compilable?
16439 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16440 $as_echo_n "checking $ac_header usability... " >&6; }
16441 cat >conftest.$ac_ext <<_ACEOF
16442 /* confdefs.h. */
16443 _ACEOF
16444 cat confdefs.h >>conftest.$ac_ext
16445 cat >>conftest.$ac_ext <<_ACEOF
16446 /* end confdefs.h. */
16447 $ac_includes_default
16448 #include <$ac_header>
16449 _ACEOF
16450 rm -f conftest.$ac_objext
16451 if { (ac_try="$ac_compile"
16452 case "(($ac_try" in
16453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16454 *) ac_try_echo=$ac_try;;
16455 esac
16456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16457 $as_echo "$ac_try_echo") >&5
16458 (eval "$ac_compile") 2>conftest.er1
16459 ac_status=$?
16460 grep -v '^ *+' conftest.er1 >conftest.err
16461 rm -f conftest.er1
16462 cat conftest.err >&5
16463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464 (exit $ac_status); } && {
16465 test -z "$ac_c_werror_flag" ||
16466 test ! -s conftest.err
16467 } && test -s conftest.$ac_objext; then
16468 ac_header_compiler=yes
16469 else
16470 $as_echo "$as_me: failed program was:" >&5
16471 sed 's/^/| /' conftest.$ac_ext >&5
16473 ac_header_compiler=no
16476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16477 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16478 $as_echo "$ac_header_compiler" >&6; }
16480 # Is the header present?
16481 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16482 $as_echo_n "checking $ac_header presence... " >&6; }
16483 cat >conftest.$ac_ext <<_ACEOF
16484 /* confdefs.h. */
16485 _ACEOF
16486 cat confdefs.h >>conftest.$ac_ext
16487 cat >>conftest.$ac_ext <<_ACEOF
16488 /* end confdefs.h. */
16489 #include <$ac_header>
16490 _ACEOF
16491 if { (ac_try="$ac_cpp conftest.$ac_ext"
16492 case "(($ac_try" in
16493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16494 *) ac_try_echo=$ac_try;;
16495 esac
16496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16497 $as_echo "$ac_try_echo") >&5
16498 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16499 ac_status=$?
16500 grep -v '^ *+' conftest.er1 >conftest.err
16501 rm -f conftest.er1
16502 cat conftest.err >&5
16503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16504 (exit $ac_status); } >/dev/null && {
16505 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16506 test ! -s conftest.err
16507 }; then
16508 ac_header_preproc=yes
16509 else
16510 $as_echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16513 ac_header_preproc=no
16516 rm -f conftest.err conftest.$ac_ext
16517 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16518 $as_echo "$ac_header_preproc" >&6; }
16520 # So? What about this header?
16521 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16522 yes:no: )
16523 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16524 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16525 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16526 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16527 ac_header_preproc=yes
16529 no:yes:* )
16530 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16531 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16532 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16533 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16534 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16535 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16536 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16537 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16538 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16539 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16540 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16541 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16542 ( cat <<\_ASBOX
16543 ## ------------------------------------ ##
16544 ## Report this to wine-devel@winehq.org ##
16545 ## ------------------------------------ ##
16546 _ASBOX
16547 ) | sed "s/^/$as_me: WARNING: /" >&2
16549 esac
16550 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16551 $as_echo_n "checking for $ac_header... " >&6; }
16552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16553 $as_echo_n "(cached) " >&6
16554 else
16555 eval "$as_ac_Header=\$ac_header_preproc"
16557 ac_res=`eval 'as_val=${'$as_ac_Header'}
16558 $as_echo "$as_val"'`
16559 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16560 $as_echo "$ac_res" >&6; }
16563 as_val=`eval 'as_val=${'$as_ac_Header'}
16564 $as_echo "$as_val"'`
16565 if test "x$as_val" = x""yes; then
16566 cat >>confdefs.h <<_ACEOF
16567 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16568 _ACEOF
16572 done
16574 CPPFLAGS="$ac_save_CPPFLAGS"
16575 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16576 then
16577 FONTCONFIGINCL="$X_CFLAGS"
16579 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16580 $as_echo_n "checking for -lfontconfig... " >&6; }
16581 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16582 $as_echo_n "(cached) " >&6
16583 else
16584 ac_check_soname_save_LIBS=$LIBS
16585 LIBS="-lfontconfig $X_LIBS $LIBS"
16586 cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h. */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h. */
16593 /* Override any GCC internal prototype to avoid an error.
16594 Use char because int might match the return type of a GCC
16595 builtin and then its argument prototype would still apply. */
16596 #ifdef __cplusplus
16597 extern "C"
16598 #endif
16599 char FcInit ();
16601 main ()
16603 return FcInit ();
16605 return 0;
16607 _ACEOF
16608 rm -f conftest.$ac_objext conftest$ac_exeext
16609 if { (ac_try="$ac_link"
16610 case "(($ac_try" in
16611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612 *) ac_try_echo=$ac_try;;
16613 esac
16614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16615 $as_echo "$ac_try_echo") >&5
16616 (eval "$ac_link") 2>conftest.er1
16617 ac_status=$?
16618 grep -v '^ *+' conftest.er1 >conftest.err
16619 rm -f conftest.er1
16620 cat conftest.err >&5
16621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16622 (exit $ac_status); } && {
16623 test -z "$ac_c_werror_flag" ||
16624 test ! -s conftest.err
16625 } && test -s conftest$ac_exeext && {
16626 test "$cross_compiling" = yes ||
16627 $as_test_x conftest$ac_exeext
16628 }; then
16629 case "$LIBEXT" in
16630 dll) ;;
16631 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'` ;;
16632 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16633 esac
16634 else
16635 $as_echo "$as_me: failed program was:" >&5
16636 sed 's/^/| /' conftest.$ac_ext >&5
16641 rm -rf conftest.dSYM
16642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16643 conftest$ac_exeext conftest.$ac_ext
16644 LIBS=$ac_check_soname_save_LIBS
16646 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16647 { $as_echo "$as_me:$LINENO: result: not found" >&5
16648 $as_echo "not found" >&6; }
16650 else
16651 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16652 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16656 _ACEOF
16663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16664 case "x$with_fontconfig" in
16665 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16666 xno) ;;
16667 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16668 This is an error since --with-fontconfig was requested." >&5
16669 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16670 This is an error since --with-fontconfig was requested." >&2;}
16671 { (exit 1); exit 1; }; } ;;
16672 esac
16676 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16677 then
16678 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16679 $as_echo_n "checking for -lssl... " >&6; }
16680 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16681 $as_echo_n "(cached) " >&6
16682 else
16683 ac_check_soname_save_LIBS=$LIBS
16684 LIBS="-lssl $LIBS"
16685 cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h. */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h. */
16692 /* Override any GCC internal prototype to avoid an error.
16693 Use char because int might match the return type of a GCC
16694 builtin and then its argument prototype would still apply. */
16695 #ifdef __cplusplus
16696 extern "C"
16697 #endif
16698 char SSL_library_init ();
16700 main ()
16702 return SSL_library_init ();
16704 return 0;
16706 _ACEOF
16707 rm -f conftest.$ac_objext conftest$ac_exeext
16708 if { (ac_try="$ac_link"
16709 case "(($ac_try" in
16710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16711 *) ac_try_echo=$ac_try;;
16712 esac
16713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16714 $as_echo "$ac_try_echo") >&5
16715 (eval "$ac_link") 2>conftest.er1
16716 ac_status=$?
16717 grep -v '^ *+' conftest.er1 >conftest.err
16718 rm -f conftest.er1
16719 cat conftest.err >&5
16720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721 (exit $ac_status); } && {
16722 test -z "$ac_c_werror_flag" ||
16723 test ! -s conftest.err
16724 } && test -s conftest$ac_exeext && {
16725 test "$cross_compiling" = yes ||
16726 $as_test_x conftest$ac_exeext
16727 }; then
16728 case "$LIBEXT" in
16729 dll) ;;
16730 dylib) ac_cv_lib_soname_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'` ;;
16731 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16732 esac
16733 else
16734 $as_echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16740 rm -rf conftest.dSYM
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742 conftest$ac_exeext conftest.$ac_ext
16743 LIBS=$ac_check_soname_save_LIBS
16745 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16746 { $as_echo "$as_me:$LINENO: result: not found" >&5
16747 $as_echo "not found" >&6; }
16749 else
16750 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16751 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16753 cat >>confdefs.h <<_ACEOF
16754 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16755 _ACEOF
16760 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16761 $as_echo_n "checking for -lcrypto... " >&6; }
16762 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16763 $as_echo_n "(cached) " >&6
16764 else
16765 ac_check_soname_save_LIBS=$LIBS
16766 LIBS="-lcrypto $LIBS"
16767 cat >conftest.$ac_ext <<_ACEOF
16768 /* confdefs.h. */
16769 _ACEOF
16770 cat confdefs.h >>conftest.$ac_ext
16771 cat >>conftest.$ac_ext <<_ACEOF
16772 /* end confdefs.h. */
16774 /* Override any GCC internal prototype to avoid an error.
16775 Use char because int might match the return type of a GCC
16776 builtin and then its argument prototype would still apply. */
16777 #ifdef __cplusplus
16778 extern "C"
16779 #endif
16780 char BIO_new_socket ();
16782 main ()
16784 return BIO_new_socket ();
16786 return 0;
16788 _ACEOF
16789 rm -f conftest.$ac_objext conftest$ac_exeext
16790 if { (ac_try="$ac_link"
16791 case "(($ac_try" in
16792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16793 *) ac_try_echo=$ac_try;;
16794 esac
16795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16796 $as_echo "$ac_try_echo") >&5
16797 (eval "$ac_link") 2>conftest.er1
16798 ac_status=$?
16799 grep -v '^ *+' conftest.er1 >conftest.err
16800 rm -f conftest.er1
16801 cat conftest.err >&5
16802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16803 (exit $ac_status); } && {
16804 test -z "$ac_c_werror_flag" ||
16805 test ! -s conftest.err
16806 } && test -s conftest$ac_exeext && {
16807 test "$cross_compiling" = yes ||
16808 $as_test_x conftest$ac_exeext
16809 }; then
16810 case "$LIBEXT" in
16811 dll) ;;
16812 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'` ;;
16813 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16814 esac
16815 else
16816 $as_echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16822 rm -rf conftest.dSYM
16823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16824 conftest$ac_exeext conftest.$ac_ext
16825 LIBS=$ac_check_soname_save_LIBS
16827 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16828 { $as_echo "$as_me:$LINENO: result: not found" >&5
16829 $as_echo "not found" >&6; }
16831 else
16832 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16833 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16835 cat >>confdefs.h <<_ACEOF
16836 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16837 _ACEOF
16843 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16844 case "x$with_openssl" in
16845 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16846 xno) ;;
16847 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16848 This is an error since --with-openssl was requested." >&5
16849 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16850 This is an error since --with-openssl was requested." >&2;}
16851 { (exit 1); exit 1; }; } ;;
16852 esac
16856 if test "$ac_cv_header_jpeglib_h" = "yes"
16857 then
16858 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16859 $as_echo_n "checking for -ljpeg... " >&6; }
16860 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16861 $as_echo_n "(cached) " >&6
16862 else
16863 ac_check_soname_save_LIBS=$LIBS
16864 LIBS="-ljpeg $LIBS"
16865 cat >conftest.$ac_ext <<_ACEOF
16866 /* confdefs.h. */
16867 _ACEOF
16868 cat confdefs.h >>conftest.$ac_ext
16869 cat >>conftest.$ac_ext <<_ACEOF
16870 /* end confdefs.h. */
16872 /* Override any GCC internal prototype to avoid an error.
16873 Use char because int might match the return type of a GCC
16874 builtin and then its argument prototype would still apply. */
16875 #ifdef __cplusplus
16876 extern "C"
16877 #endif
16878 char jpeg_start_decompress ();
16880 main ()
16882 return jpeg_start_decompress ();
16884 return 0;
16886 _ACEOF
16887 rm -f conftest.$ac_objext conftest$ac_exeext
16888 if { (ac_try="$ac_link"
16889 case "(($ac_try" in
16890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16891 *) ac_try_echo=$ac_try;;
16892 esac
16893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16894 $as_echo "$ac_try_echo") >&5
16895 (eval "$ac_link") 2>conftest.er1
16896 ac_status=$?
16897 grep -v '^ *+' conftest.er1 >conftest.err
16898 rm -f conftest.er1
16899 cat conftest.err >&5
16900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 (exit $ac_status); } && {
16902 test -z "$ac_c_werror_flag" ||
16903 test ! -s conftest.err
16904 } && test -s conftest$ac_exeext && {
16905 test "$cross_compiling" = yes ||
16906 $as_test_x conftest$ac_exeext
16907 }; then
16908 case "$LIBEXT" in
16909 dll) ;;
16910 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'` ;;
16911 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16912 esac
16913 else
16914 $as_echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.$ac_ext >&5
16920 rm -rf conftest.dSYM
16921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16922 conftest$ac_exeext conftest.$ac_ext
16923 LIBS=$ac_check_soname_save_LIBS
16925 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16926 { $as_echo "$as_me:$LINENO: result: not found" >&5
16927 $as_echo "not found" >&6; }
16929 else
16930 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16931 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16933 cat >>confdefs.h <<_ACEOF
16934 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16935 _ACEOF
16941 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16942 case "x$with_jpeg" in
16943 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16944 xno) ;;
16945 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16946 This is an error since --with-jpeg was requested." >&5
16947 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16948 This is an error since --with-jpeg was requested." >&2;}
16949 { (exit 1); exit 1; }; } ;;
16950 esac
16954 if test "$ac_cv_header_png_h" = "yes"
16955 then
16956 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16957 $as_echo_n "checking for -lpng... " >&6; }
16958 if test "${ac_cv_lib_soname_png+set}" = set; then
16959 $as_echo_n "(cached) " >&6
16960 else
16961 ac_check_soname_save_LIBS=$LIBS
16962 LIBS="-lpng -lm -lz $LIBS"
16963 cat >conftest.$ac_ext <<_ACEOF
16964 /* confdefs.h. */
16965 _ACEOF
16966 cat confdefs.h >>conftest.$ac_ext
16967 cat >>conftest.$ac_ext <<_ACEOF
16968 /* end confdefs.h. */
16970 /* Override any GCC internal prototype to avoid an error.
16971 Use char because int might match the return type of a GCC
16972 builtin and then its argument prototype would still apply. */
16973 #ifdef __cplusplus
16974 extern "C"
16975 #endif
16976 char png_create_read_struct ();
16978 main ()
16980 return png_create_read_struct ();
16982 return 0;
16984 _ACEOF
16985 rm -f conftest.$ac_objext conftest$ac_exeext
16986 if { (ac_try="$ac_link"
16987 case "(($ac_try" in
16988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16989 *) ac_try_echo=$ac_try;;
16990 esac
16991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16992 $as_echo "$ac_try_echo") >&5
16993 (eval "$ac_link") 2>conftest.er1
16994 ac_status=$?
16995 grep -v '^ *+' conftest.er1 >conftest.err
16996 rm -f conftest.er1
16997 cat conftest.err >&5
16998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999 (exit $ac_status); } && {
17000 test -z "$ac_c_werror_flag" ||
17001 test ! -s conftest.err
17002 } && test -s conftest$ac_exeext && {
17003 test "$cross_compiling" = yes ||
17004 $as_test_x conftest$ac_exeext
17005 }; then
17006 case "$LIBEXT" in
17007 dll) ;;
17008 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'` ;;
17009 *) 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'` ;;
17010 esac
17011 else
17012 $as_echo "$as_me: failed program was:" >&5
17013 sed 's/^/| /' conftest.$ac_ext >&5
17018 rm -rf conftest.dSYM
17019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17020 conftest$ac_exeext conftest.$ac_ext
17021 LIBS=$ac_check_soname_save_LIBS
17023 if test "x$ac_cv_lib_soname_png" = "x"; then
17024 { $as_echo "$as_me:$LINENO: result: not found" >&5
17025 $as_echo "not found" >&6; }
17027 else
17028 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17029 $as_echo "$ac_cv_lib_soname_png" >&6; }
17031 cat >>confdefs.h <<_ACEOF
17032 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17033 _ACEOF
17039 if test "x$ac_cv_lib_soname_png" = "x"; then
17040 case "x$with_png" in
17041 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17042 xno) ;;
17043 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17044 This is an error since --with-png was requested." >&5
17045 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17046 This is an error since --with-png was requested." >&2;}
17047 { (exit 1); exit 1; }; } ;;
17048 esac
17052 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17053 $as_echo_n "checking for -lodbc... " >&6; }
17054 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17055 $as_echo_n "(cached) " >&6
17056 else
17057 ac_check_soname_save_LIBS=$LIBS
17058 LIBS="-lodbc $LIBS"
17059 cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h. */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h. */
17066 /* Override any GCC internal prototype to avoid an error.
17067 Use char because int might match the return type of a GCC
17068 builtin and then its argument prototype would still apply. */
17069 #ifdef __cplusplus
17070 extern "C"
17071 #endif
17072 char SQLConnect ();
17074 main ()
17076 return SQLConnect ();
17078 return 0;
17080 _ACEOF
17081 rm -f conftest.$ac_objext conftest$ac_exeext
17082 if { (ac_try="$ac_link"
17083 case "(($ac_try" in
17084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17085 *) ac_try_echo=$ac_try;;
17086 esac
17087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17088 $as_echo "$ac_try_echo") >&5
17089 (eval "$ac_link") 2>conftest.er1
17090 ac_status=$?
17091 grep -v '^ *+' conftest.er1 >conftest.err
17092 rm -f conftest.er1
17093 cat conftest.err >&5
17094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17095 (exit $ac_status); } && {
17096 test -z "$ac_c_werror_flag" ||
17097 test ! -s conftest.err
17098 } && test -s conftest$ac_exeext && {
17099 test "$cross_compiling" = yes ||
17100 $as_test_x conftest$ac_exeext
17101 }; then
17102 case "$LIBEXT" in
17103 dll) ;;
17104 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'` ;;
17105 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17106 esac
17107 else
17108 $as_echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17114 rm -rf conftest.dSYM
17115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17116 conftest$ac_exeext conftest.$ac_ext
17117 LIBS=$ac_check_soname_save_LIBS
17119 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17120 { $as_echo "$as_me:$LINENO: result: not found" >&5
17121 $as_echo "not found" >&6; }
17122 cat >>confdefs.h <<_ACEOF
17123 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17124 _ACEOF
17126 else
17127 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17128 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17130 cat >>confdefs.h <<_ACEOF
17131 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17132 _ACEOF
17138 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17139 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17140 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17141 "$ac_cv_header_soundcard_h" != "yes" -a \
17142 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17143 then
17144 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17148 EXTRACFLAGS=""
17150 if test "x${GCC}" = "xyes"
17151 then
17152 EXTRACFLAGS="-Wall -pipe"
17154 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17155 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17156 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17157 $as_echo_n "(cached) " >&6
17158 else
17159 if test "$cross_compiling" = yes; then
17160 ac_cv_c_gcc_strength_bug="yes"
17161 else
17162 cat >conftest.$ac_ext <<_ACEOF
17163 /* confdefs.h. */
17164 _ACEOF
17165 cat confdefs.h >>conftest.$ac_ext
17166 cat >>conftest.$ac_ext <<_ACEOF
17167 /* end confdefs.h. */
17168 int L[4] = {0,1,2,3};
17170 main ()
17172 static int Array[3];
17173 unsigned int B = 3;
17174 int i;
17175 for(i=0; i<B; i++) Array[i] = i - 3;
17176 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17177 L[i] = 4;
17178 exit( Array[1] != -2 || L[2] != 3)
17180 return 0;
17182 _ACEOF
17183 rm -f conftest$ac_exeext
17184 if { (ac_try="$ac_link"
17185 case "(($ac_try" in
17186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17187 *) ac_try_echo=$ac_try;;
17188 esac
17189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17190 $as_echo "$ac_try_echo") >&5
17191 (eval "$ac_link") 2>&5
17192 ac_status=$?
17193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17194 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17195 { (case "(($ac_try" in
17196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17197 *) ac_try_echo=$ac_try;;
17198 esac
17199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17200 $as_echo "$ac_try_echo") >&5
17201 (eval "$ac_try") 2>&5
17202 ac_status=$?
17203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204 (exit $ac_status); }; }; then
17205 ac_cv_c_gcc_strength_bug="no"
17206 else
17207 $as_echo "$as_me: program exited with status $ac_status" >&5
17208 $as_echo "$as_me: failed program was:" >&5
17209 sed 's/^/| /' conftest.$ac_ext >&5
17211 ( exit $ac_status )
17212 ac_cv_c_gcc_strength_bug="yes"
17214 rm -rf conftest.dSYM
17215 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17220 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17221 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17222 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17223 then
17224 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17227 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17228 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17229 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17230 $as_echo_n "(cached) " >&6
17231 else
17232 ac_wine_try_cflags_saved=$CFLAGS
17233 CFLAGS="$CFLAGS -fno-builtin"
17234 cat >conftest.$ac_ext <<_ACEOF
17235 /* confdefs.h. */
17236 _ACEOF
17237 cat confdefs.h >>conftest.$ac_ext
17238 cat >>conftest.$ac_ext <<_ACEOF
17239 /* end confdefs.h. */
17242 main ()
17246 return 0;
17248 _ACEOF
17249 rm -f conftest.$ac_objext conftest$ac_exeext
17250 if { (ac_try="$ac_link"
17251 case "(($ac_try" in
17252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17253 *) ac_try_echo=$ac_try;;
17254 esac
17255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17256 $as_echo "$ac_try_echo") >&5
17257 (eval "$ac_link") 2>conftest.er1
17258 ac_status=$?
17259 grep -v '^ *+' conftest.er1 >conftest.err
17260 rm -f conftest.er1
17261 cat conftest.err >&5
17262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263 (exit $ac_status); } && {
17264 test -z "$ac_c_werror_flag" ||
17265 test ! -s conftest.err
17266 } && test -s conftest$ac_exeext && {
17267 test "$cross_compiling" = yes ||
17268 $as_test_x conftest$ac_exeext
17269 }; then
17270 ac_cv_cflags__fno_builtin=yes
17271 else
17272 $as_echo "$as_me: failed program was:" >&5
17273 sed 's/^/| /' conftest.$ac_ext >&5
17275 ac_cv_cflags__fno_builtin=no
17278 rm -rf conftest.dSYM
17279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17280 conftest$ac_exeext conftest.$ac_ext
17281 CFLAGS=$ac_wine_try_cflags_saved
17283 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17284 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17285 if test $ac_cv_cflags__fno_builtin = yes; then
17286 BUILTINFLAG="-fno-builtin"
17290 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17291 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17292 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17293 $as_echo_n "(cached) " >&6
17294 else
17295 ac_wine_try_cflags_saved=$CFLAGS
17296 CFLAGS="$CFLAGS -fno-strict-aliasing"
17297 cat >conftest.$ac_ext <<_ACEOF
17298 /* confdefs.h. */
17299 _ACEOF
17300 cat confdefs.h >>conftest.$ac_ext
17301 cat >>conftest.$ac_ext <<_ACEOF
17302 /* end confdefs.h. */
17305 main ()
17309 return 0;
17311 _ACEOF
17312 rm -f conftest.$ac_objext conftest$ac_exeext
17313 if { (ac_try="$ac_link"
17314 case "(($ac_try" in
17315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17316 *) ac_try_echo=$ac_try;;
17317 esac
17318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17319 $as_echo "$ac_try_echo") >&5
17320 (eval "$ac_link") 2>conftest.er1
17321 ac_status=$?
17322 grep -v '^ *+' conftest.er1 >conftest.err
17323 rm -f conftest.er1
17324 cat conftest.err >&5
17325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17326 (exit $ac_status); } && {
17327 test -z "$ac_c_werror_flag" ||
17328 test ! -s conftest.err
17329 } && test -s conftest$ac_exeext && {
17330 test "$cross_compiling" = yes ||
17331 $as_test_x conftest$ac_exeext
17332 }; then
17333 ac_cv_cflags__fno_strict_aliasing=yes
17334 else
17335 $as_echo "$as_me: failed program was:" >&5
17336 sed 's/^/| /' conftest.$ac_ext >&5
17338 ac_cv_cflags__fno_strict_aliasing=no
17341 rm -rf conftest.dSYM
17342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17343 conftest$ac_exeext conftest.$ac_ext
17344 CFLAGS=$ac_wine_try_cflags_saved
17346 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17347 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17348 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17349 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17352 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17353 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17354 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17355 $as_echo_n "(cached) " >&6
17356 else
17357 ac_wine_try_cflags_saved=$CFLAGS
17358 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17359 cat >conftest.$ac_ext <<_ACEOF
17360 /* confdefs.h. */
17361 _ACEOF
17362 cat confdefs.h >>conftest.$ac_ext
17363 cat >>conftest.$ac_ext <<_ACEOF
17364 /* end confdefs.h. */
17367 main ()
17371 return 0;
17373 _ACEOF
17374 rm -f conftest.$ac_objext conftest$ac_exeext
17375 if { (ac_try="$ac_link"
17376 case "(($ac_try" in
17377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17378 *) ac_try_echo=$ac_try;;
17379 esac
17380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17381 $as_echo "$ac_try_echo") >&5
17382 (eval "$ac_link") 2>conftest.er1
17383 ac_status=$?
17384 grep -v '^ *+' conftest.er1 >conftest.err
17385 rm -f conftest.er1
17386 cat conftest.err >&5
17387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17388 (exit $ac_status); } && {
17389 test -z "$ac_c_werror_flag" ||
17390 test ! -s conftest.err
17391 } && test -s conftest$ac_exeext && {
17392 test "$cross_compiling" = yes ||
17393 $as_test_x conftest$ac_exeext
17394 }; then
17395 ac_cv_cflags__Wdeclaration_after_statement=yes
17396 else
17397 $as_echo "$as_me: failed program was:" >&5
17398 sed 's/^/| /' conftest.$ac_ext >&5
17400 ac_cv_cflags__Wdeclaration_after_statement=no
17403 rm -rf conftest.dSYM
17404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17405 conftest$ac_exeext conftest.$ac_ext
17406 CFLAGS=$ac_wine_try_cflags_saved
17408 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17409 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17410 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17411 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17414 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17415 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17416 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17417 $as_echo_n "(cached) " >&6
17418 else
17419 ac_wine_try_cflags_saved=$CFLAGS
17420 CFLAGS="$CFLAGS -Wwrite-strings"
17421 cat >conftest.$ac_ext <<_ACEOF
17422 /* confdefs.h. */
17423 _ACEOF
17424 cat confdefs.h >>conftest.$ac_ext
17425 cat >>conftest.$ac_ext <<_ACEOF
17426 /* end confdefs.h. */
17429 main ()
17433 return 0;
17435 _ACEOF
17436 rm -f conftest.$ac_objext conftest$ac_exeext
17437 if { (ac_try="$ac_link"
17438 case "(($ac_try" in
17439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17440 *) ac_try_echo=$ac_try;;
17441 esac
17442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17443 $as_echo "$ac_try_echo") >&5
17444 (eval "$ac_link") 2>conftest.er1
17445 ac_status=$?
17446 grep -v '^ *+' conftest.er1 >conftest.err
17447 rm -f conftest.er1
17448 cat conftest.err >&5
17449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17450 (exit $ac_status); } && {
17451 test -z "$ac_c_werror_flag" ||
17452 test ! -s conftest.err
17453 } && test -s conftest$ac_exeext && {
17454 test "$cross_compiling" = yes ||
17455 $as_test_x conftest$ac_exeext
17456 }; then
17457 ac_cv_cflags__Wwrite_strings=yes
17458 else
17459 $as_echo "$as_me: failed program was:" >&5
17460 sed 's/^/| /' conftest.$ac_ext >&5
17462 ac_cv_cflags__Wwrite_strings=no
17465 rm -rf conftest.dSYM
17466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17467 conftest$ac_exeext conftest.$ac_ext
17468 CFLAGS=$ac_wine_try_cflags_saved
17470 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17471 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17472 if test $ac_cv_cflags__Wwrite_strings = yes; then
17473 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17476 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17477 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17478 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17479 $as_echo_n "(cached) " >&6
17480 else
17481 ac_wine_try_cflags_saved=$CFLAGS
17482 CFLAGS="$CFLAGS -Wtype-limits"
17483 cat >conftest.$ac_ext <<_ACEOF
17484 /* confdefs.h. */
17485 _ACEOF
17486 cat confdefs.h >>conftest.$ac_ext
17487 cat >>conftest.$ac_ext <<_ACEOF
17488 /* end confdefs.h. */
17491 main ()
17495 return 0;
17497 _ACEOF
17498 rm -f conftest.$ac_objext conftest$ac_exeext
17499 if { (ac_try="$ac_link"
17500 case "(($ac_try" in
17501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17502 *) ac_try_echo=$ac_try;;
17503 esac
17504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17505 $as_echo "$ac_try_echo") >&5
17506 (eval "$ac_link") 2>conftest.er1
17507 ac_status=$?
17508 grep -v '^ *+' conftest.er1 >conftest.err
17509 rm -f conftest.er1
17510 cat conftest.err >&5
17511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); } && {
17513 test -z "$ac_c_werror_flag" ||
17514 test ! -s conftest.err
17515 } && test -s conftest$ac_exeext && {
17516 test "$cross_compiling" = yes ||
17517 $as_test_x conftest$ac_exeext
17518 }; then
17519 ac_cv_cflags__Wtype_limits=yes
17520 else
17521 $as_echo "$as_me: failed program was:" >&5
17522 sed 's/^/| /' conftest.$ac_ext >&5
17524 ac_cv_cflags__Wtype_limits=no
17527 rm -rf conftest.dSYM
17528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17529 conftest$ac_exeext conftest.$ac_ext
17530 CFLAGS=$ac_wine_try_cflags_saved
17532 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17533 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17534 if test $ac_cv_cflags__Wtype_limits = yes; then
17535 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17539 saved_CFLAGS="$CFLAGS"
17540 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17541 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17542 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17543 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17544 $as_echo_n "(cached) " >&6
17545 else
17546 cat >conftest.$ac_ext <<_ACEOF
17547 /* confdefs.h. */
17548 _ACEOF
17549 cat confdefs.h >>conftest.$ac_ext
17550 cat >>conftest.$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17552 #include <string.h>
17554 main ()
17558 return 0;
17560 _ACEOF
17561 rm -f conftest.$ac_objext
17562 if { (ac_try="$ac_compile"
17563 case "(($ac_try" in
17564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17565 *) ac_try_echo=$ac_try;;
17566 esac
17567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17568 $as_echo "$ac_try_echo") >&5
17569 (eval "$ac_compile") 2>conftest.er1
17570 ac_status=$?
17571 grep -v '^ *+' conftest.er1 >conftest.err
17572 rm -f conftest.er1
17573 cat conftest.err >&5
17574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); } && {
17576 test -z "$ac_c_werror_flag" ||
17577 test ! -s conftest.err
17578 } && test -s conftest.$ac_objext; then
17579 ac_cv_c_string_h_warnings=no
17580 else
17581 $as_echo "$as_me: failed program was:" >&5
17582 sed 's/^/| /' conftest.$ac_ext >&5
17584 ac_cv_c_string_h_warnings=yes
17587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17589 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17590 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17591 CFLAGS="$saved_CFLAGS"
17592 if test "$ac_cv_c_string_h_warnings" = "no"
17593 then
17594 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17599 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17600 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17601 if test "${ac_cv_asm_func_def+set}" = set; then
17602 $as_echo_n "(cached) " >&6
17603 else
17604 cat >conftest.$ac_ext <<_ACEOF
17605 /* confdefs.h. */
17606 _ACEOF
17607 cat confdefs.h >>conftest.$ac_ext
17608 cat >>conftest.$ac_ext <<_ACEOF
17609 /* end confdefs.h. */
17612 main ()
17614 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17616 return 0;
17618 _ACEOF
17619 rm -f conftest.$ac_objext conftest$ac_exeext
17620 if { (ac_try="$ac_link"
17621 case "(($ac_try" in
17622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17623 *) ac_try_echo=$ac_try;;
17624 esac
17625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17626 $as_echo "$ac_try_echo") >&5
17627 (eval "$ac_link") 2>conftest.er1
17628 ac_status=$?
17629 grep -v '^ *+' conftest.er1 >conftest.err
17630 rm -f conftest.er1
17631 cat conftest.err >&5
17632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17633 (exit $ac_status); } && {
17634 test -z "$ac_c_werror_flag" ||
17635 test ! -s conftest.err
17636 } && test -s conftest$ac_exeext && {
17637 test "$cross_compiling" = yes ||
17638 $as_test_x conftest$ac_exeext
17639 }; then
17640 ac_cv_asm_func_def=".def"
17641 else
17642 $as_echo "$as_me: failed program was:" >&5
17643 sed 's/^/| /' conftest.$ac_ext >&5
17645 cat >conftest.$ac_ext <<_ACEOF
17646 /* confdefs.h. */
17647 _ACEOF
17648 cat confdefs.h >>conftest.$ac_ext
17649 cat >>conftest.$ac_ext <<_ACEOF
17650 /* end confdefs.h. */
17653 main ()
17655 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17657 return 0;
17659 _ACEOF
17660 rm -f conftest.$ac_objext conftest$ac_exeext
17661 if { (ac_try="$ac_link"
17662 case "(($ac_try" in
17663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17664 *) ac_try_echo=$ac_try;;
17665 esac
17666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17667 $as_echo "$ac_try_echo") >&5
17668 (eval "$ac_link") 2>conftest.er1
17669 ac_status=$?
17670 grep -v '^ *+' conftest.er1 >conftest.err
17671 rm -f conftest.er1
17672 cat conftest.err >&5
17673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17674 (exit $ac_status); } && {
17675 test -z "$ac_c_werror_flag" ||
17676 test ! -s conftest.err
17677 } && test -s conftest$ac_exeext && {
17678 test "$cross_compiling" = yes ||
17679 $as_test_x conftest$ac_exeext
17680 }; then
17681 ac_cv_asm_func_def=".type @function"
17682 else
17683 $as_echo "$as_me: failed program was:" >&5
17684 sed 's/^/| /' conftest.$ac_ext >&5
17686 cat >conftest.$ac_ext <<_ACEOF
17687 /* confdefs.h. */
17688 _ACEOF
17689 cat confdefs.h >>conftest.$ac_ext
17690 cat >>conftest.$ac_ext <<_ACEOF
17691 /* end confdefs.h. */
17694 main ()
17696 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17698 return 0;
17700 _ACEOF
17701 rm -f conftest.$ac_objext conftest$ac_exeext
17702 if { (ac_try="$ac_link"
17703 case "(($ac_try" in
17704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17705 *) ac_try_echo=$ac_try;;
17706 esac
17707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17708 $as_echo "$ac_try_echo") >&5
17709 (eval "$ac_link") 2>conftest.er1
17710 ac_status=$?
17711 grep -v '^ *+' conftest.er1 >conftest.err
17712 rm -f conftest.er1
17713 cat conftest.err >&5
17714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715 (exit $ac_status); } && {
17716 test -z "$ac_c_werror_flag" ||
17717 test ! -s conftest.err
17718 } && test -s conftest$ac_exeext && {
17719 test "$cross_compiling" = yes ||
17720 $as_test_x conftest$ac_exeext
17721 }; then
17722 ac_cv_asm_func_def=".type 2"
17723 else
17724 $as_echo "$as_me: failed program was:" >&5
17725 sed 's/^/| /' conftest.$ac_ext >&5
17727 ac_cv_asm_func_def="unknown"
17730 rm -rf conftest.dSYM
17731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17732 conftest$ac_exeext conftest.$ac_ext
17735 rm -rf conftest.dSYM
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17740 rm -rf conftest.dSYM
17741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17742 conftest$ac_exeext conftest.$ac_ext
17744 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17745 $as_echo "$ac_cv_asm_func_def" >&6; }
17749 case "$ac_cv_asm_func_def" in
17750 ".def")
17751 cat >>confdefs.h <<\_ACEOF
17752 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17753 _ACEOF
17755 ".type @function")
17756 cat >>confdefs.h <<\_ACEOF
17757 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17758 _ACEOF
17760 ".type 2")
17761 cat >>confdefs.h <<\_ACEOF
17762 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17763 _ACEOF
17766 cat >>confdefs.h <<\_ACEOF
17767 #define __ASM_FUNC(name) ""
17768 _ACEOF
17770 esac
17773 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17774 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17775 if test "${ac_cv_c_extern_prefix+set}" = set; then
17776 $as_echo_n "(cached) " >&6
17777 else
17778 cat >conftest.$ac_ext <<_ACEOF
17779 /* confdefs.h. */
17780 _ACEOF
17781 cat confdefs.h >>conftest.$ac_ext
17782 cat >>conftest.$ac_ext <<_ACEOF
17783 /* end confdefs.h. */
17784 extern int ac_test;
17786 main ()
17788 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17790 return 0;
17792 _ACEOF
17793 rm -f conftest.$ac_objext conftest$ac_exeext
17794 if { (ac_try="$ac_link"
17795 case "(($ac_try" in
17796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17797 *) ac_try_echo=$ac_try;;
17798 esac
17799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17800 $as_echo "$ac_try_echo") >&5
17801 (eval "$ac_link") 2>conftest.er1
17802 ac_status=$?
17803 grep -v '^ *+' conftest.er1 >conftest.err
17804 rm -f conftest.er1
17805 cat conftest.err >&5
17806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807 (exit $ac_status); } && {
17808 test -z "$ac_c_werror_flag" ||
17809 test ! -s conftest.err
17810 } && test -s conftest$ac_exeext && {
17811 test "$cross_compiling" = yes ||
17812 $as_test_x conftest$ac_exeext
17813 }; then
17814 ac_cv_c_extern_prefix="yes"
17815 else
17816 $as_echo "$as_me: failed program was:" >&5
17817 sed 's/^/| /' conftest.$ac_ext >&5
17819 ac_cv_c_extern_prefix="no"
17822 rm -rf conftest.dSYM
17823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17824 conftest$ac_exeext conftest.$ac_ext
17826 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17827 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17831 if test "$ac_cv_c_extern_prefix" = "yes"
17832 then
17833 cat >>confdefs.h <<\_ACEOF
17834 #define __ASM_NAME(name) "_" name
17835 _ACEOF
17837 else
17838 cat >>confdefs.h <<\_ACEOF
17839 #define __ASM_NAME(name) name
17840 _ACEOF
17845 LDPATH=""
17847 case $build_os in
17848 cygwin*|mingw32*)
17849 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17851 darwin*|macosx*)
17853 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17854 then
17855 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17859 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17861 esac
17863 case $host_os in
17864 mingw32*)
17865 CRTLIBS="-lmsvcrt"
17867 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17870 esac
17872 MAIN_BINARY="wine-pthread"
17873 case $host_cpu in
17874 *i[3456789]86*)
17875 case $host_os in
17876 linux* | k*bsd*-gnu)
17877 MAIN_BINARY="wine-glibc"
17879 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17881 freebsd*)
17882 MAIN_BINARY="wine-freebsd"
17884 EXTRA_BINARIES="wine-pthread"
17886 esac
17888 esac
17964 for ac_func in \
17965 _pclose \
17966 _popen \
17967 _snprintf \
17968 _spawnvp \
17969 _strdup \
17970 _stricmp \
17971 _strnicmp \
17972 _strtoi64 \
17973 _strtoui64 \
17974 _vsnprintf \
17975 asctime_r \
17976 chsize \
17977 clone \
17978 dlopen \
17979 epoll_create \
17980 ffs \
17981 finite \
17982 fork \
17983 fpclass \
17984 fstatfs \
17985 fstatvfs \
17986 ftruncate \
17987 futimes \
17988 futimesat \
17989 getdirentries \
17990 getopt_long \
17991 getpagesize \
17992 getpwuid \
17993 gettid \
17994 gettimeofday \
17995 getuid \
17996 inet_ntop \
17997 inet_pton \
17998 kqueue \
17999 lstat \
18000 memmove \
18001 mmap \
18002 pclose \
18003 poll \
18004 popen \
18005 prctl \
18006 pread \
18007 pwrite \
18008 readdir \
18009 readlink \
18010 rfork \
18011 sched_yield \
18012 select \
18013 setproctitle \
18014 setrlimit \
18015 settimeofday \
18016 sigaltstack \
18017 sigprocmask \
18018 snprintf \
18019 socketpair \
18020 spawnvp \
18021 statfs \
18022 statvfs \
18023 strcasecmp \
18024 strdup \
18025 strerror \
18026 strncasecmp \
18027 strtold \
18028 strtoll \
18029 strtoull \
18030 symlink \
18031 tcgetattr \
18032 thr_kill2 \
18033 timegm \
18034 usleep \
18035 vsnprintf \
18036 wait4 \
18037 waitpid \
18040 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18041 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18042 $as_echo_n "checking for $ac_func... " >&6; }
18043 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18044 $as_echo_n "(cached) " >&6
18045 else
18046 cat >conftest.$ac_ext <<_ACEOF
18047 /* confdefs.h. */
18048 _ACEOF
18049 cat confdefs.h >>conftest.$ac_ext
18050 cat >>conftest.$ac_ext <<_ACEOF
18051 /* end confdefs.h. */
18052 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18053 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18054 #define $ac_func innocuous_$ac_func
18056 /* System header to define __stub macros and hopefully few prototypes,
18057 which can conflict with char $ac_func (); below.
18058 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18059 <limits.h> exists even on freestanding compilers. */
18061 #ifdef __STDC__
18062 # include <limits.h>
18063 #else
18064 # include <assert.h>
18065 #endif
18067 #undef $ac_func
18069 /* Override any GCC internal prototype to avoid an error.
18070 Use char because int might match the return type of a GCC
18071 builtin and then its argument prototype would still apply. */
18072 #ifdef __cplusplus
18073 extern "C"
18074 #endif
18075 char $ac_func ();
18076 /* The GNU C library defines this for functions which it implements
18077 to always fail with ENOSYS. Some functions are actually named
18078 something starting with __ and the normal name is an alias. */
18079 #if defined __stub_$ac_func || defined __stub___$ac_func
18080 choke me
18081 #endif
18084 main ()
18086 return $ac_func ();
18088 return 0;
18090 _ACEOF
18091 rm -f conftest.$ac_objext conftest$ac_exeext
18092 if { (ac_try="$ac_link"
18093 case "(($ac_try" in
18094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18095 *) ac_try_echo=$ac_try;;
18096 esac
18097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18098 $as_echo "$ac_try_echo") >&5
18099 (eval "$ac_link") 2>conftest.er1
18100 ac_status=$?
18101 grep -v '^ *+' conftest.er1 >conftest.err
18102 rm -f conftest.er1
18103 cat conftest.err >&5
18104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18105 (exit $ac_status); } && {
18106 test -z "$ac_c_werror_flag" ||
18107 test ! -s conftest.err
18108 } && test -s conftest$ac_exeext && {
18109 test "$cross_compiling" = yes ||
18110 $as_test_x conftest$ac_exeext
18111 }; then
18112 eval "$as_ac_var=yes"
18113 else
18114 $as_echo "$as_me: failed program was:" >&5
18115 sed 's/^/| /' conftest.$ac_ext >&5
18117 eval "$as_ac_var=no"
18120 rm -rf conftest.dSYM
18121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18122 conftest$ac_exeext conftest.$ac_ext
18124 ac_res=`eval 'as_val=${'$as_ac_var'}
18125 $as_echo "$as_val"'`
18126 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18127 $as_echo "$ac_res" >&6; }
18128 as_val=`eval 'as_val=${'$as_ac_var'}
18129 $as_echo "$as_val"'`
18130 if test "x$as_val" = x""yes; then
18131 cat >>confdefs.h <<_ACEOF
18132 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18133 _ACEOF
18136 done
18139 if test "$ac_cv_func_dlopen" = no
18140 then
18141 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18142 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18143 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18144 $as_echo_n "(cached) " >&6
18145 else
18146 ac_check_lib_save_LIBS=$LIBS
18147 LIBS="-ldl $LIBS"
18148 cat >conftest.$ac_ext <<_ACEOF
18149 /* confdefs.h. */
18150 _ACEOF
18151 cat confdefs.h >>conftest.$ac_ext
18152 cat >>conftest.$ac_ext <<_ACEOF
18153 /* end confdefs.h. */
18155 /* Override any GCC internal prototype to avoid an error.
18156 Use char because int might match the return type of a GCC
18157 builtin and then its argument prototype would still apply. */
18158 #ifdef __cplusplus
18159 extern "C"
18160 #endif
18161 char dlopen ();
18163 main ()
18165 return dlopen ();
18167 return 0;
18169 _ACEOF
18170 rm -f conftest.$ac_objext conftest$ac_exeext
18171 if { (ac_try="$ac_link"
18172 case "(($ac_try" in
18173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18174 *) ac_try_echo=$ac_try;;
18175 esac
18176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18177 $as_echo "$ac_try_echo") >&5
18178 (eval "$ac_link") 2>conftest.er1
18179 ac_status=$?
18180 grep -v '^ *+' conftest.er1 >conftest.err
18181 rm -f conftest.er1
18182 cat conftest.err >&5
18183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18184 (exit $ac_status); } && {
18185 test -z "$ac_c_werror_flag" ||
18186 test ! -s conftest.err
18187 } && test -s conftest$ac_exeext && {
18188 test "$cross_compiling" = yes ||
18189 $as_test_x conftest$ac_exeext
18190 }; then
18191 ac_cv_lib_dl_dlopen=yes
18192 else
18193 $as_echo "$as_me: failed program was:" >&5
18194 sed 's/^/| /' conftest.$ac_ext >&5
18196 ac_cv_lib_dl_dlopen=no
18199 rm -rf conftest.dSYM
18200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18201 conftest$ac_exeext conftest.$ac_ext
18202 LIBS=$ac_check_lib_save_LIBS
18204 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18205 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18206 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18207 cat >>confdefs.h <<\_ACEOF
18208 #define HAVE_DLOPEN 1
18209 _ACEOF
18210 LIBDL="-ldl"
18215 ac_wine_check_funcs_save_LIBS="$LIBS"
18216 LIBS="$LIBS $LIBDL"
18218 for ac_func in dladdr
18220 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18221 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18222 $as_echo_n "checking for $ac_func... " >&6; }
18223 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18224 $as_echo_n "(cached) " >&6
18225 else
18226 cat >conftest.$ac_ext <<_ACEOF
18227 /* confdefs.h. */
18228 _ACEOF
18229 cat confdefs.h >>conftest.$ac_ext
18230 cat >>conftest.$ac_ext <<_ACEOF
18231 /* end confdefs.h. */
18232 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18233 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18234 #define $ac_func innocuous_$ac_func
18236 /* System header to define __stub macros and hopefully few prototypes,
18237 which can conflict with char $ac_func (); below.
18238 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18239 <limits.h> exists even on freestanding compilers. */
18241 #ifdef __STDC__
18242 # include <limits.h>
18243 #else
18244 # include <assert.h>
18245 #endif
18247 #undef $ac_func
18249 /* Override any GCC internal prototype to avoid an error.
18250 Use char because int might match the return type of a GCC
18251 builtin and then its argument prototype would still apply. */
18252 #ifdef __cplusplus
18253 extern "C"
18254 #endif
18255 char $ac_func ();
18256 /* The GNU C library defines this for functions which it implements
18257 to always fail with ENOSYS. Some functions are actually named
18258 something starting with __ and the normal name is an alias. */
18259 #if defined __stub_$ac_func || defined __stub___$ac_func
18260 choke me
18261 #endif
18264 main ()
18266 return $ac_func ();
18268 return 0;
18270 _ACEOF
18271 rm -f conftest.$ac_objext conftest$ac_exeext
18272 if { (ac_try="$ac_link"
18273 case "(($ac_try" in
18274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275 *) ac_try_echo=$ac_try;;
18276 esac
18277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18278 $as_echo "$ac_try_echo") >&5
18279 (eval "$ac_link") 2>conftest.er1
18280 ac_status=$?
18281 grep -v '^ *+' conftest.er1 >conftest.err
18282 rm -f conftest.er1
18283 cat conftest.err >&5
18284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); } && {
18286 test -z "$ac_c_werror_flag" ||
18287 test ! -s conftest.err
18288 } && test -s conftest$ac_exeext && {
18289 test "$cross_compiling" = yes ||
18290 $as_test_x conftest$ac_exeext
18291 }; then
18292 eval "$as_ac_var=yes"
18293 else
18294 $as_echo "$as_me: failed program was:" >&5
18295 sed 's/^/| /' conftest.$ac_ext >&5
18297 eval "$as_ac_var=no"
18300 rm -rf conftest.dSYM
18301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18302 conftest$ac_exeext conftest.$ac_ext
18304 ac_res=`eval 'as_val=${'$as_ac_var'}
18305 $as_echo "$as_val"'`
18306 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18307 $as_echo "$ac_res" >&6; }
18308 as_val=`eval 'as_val=${'$as_ac_var'}
18309 $as_echo "$as_val"'`
18310 if test "x$as_val" = x""yes; then
18311 cat >>confdefs.h <<_ACEOF
18312 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18313 _ACEOF
18316 done
18318 LIBS="$ac_wine_check_funcs_save_LIBS"
18320 if test "$ac_cv_func_poll" = no
18321 then
18322 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18323 $as_echo_n "checking for poll in -lpoll... " >&6; }
18324 if test "${ac_cv_lib_poll_poll+set}" = set; then
18325 $as_echo_n "(cached) " >&6
18326 else
18327 ac_check_lib_save_LIBS=$LIBS
18328 LIBS="-lpoll $LIBS"
18329 cat >conftest.$ac_ext <<_ACEOF
18330 /* confdefs.h. */
18331 _ACEOF
18332 cat confdefs.h >>conftest.$ac_ext
18333 cat >>conftest.$ac_ext <<_ACEOF
18334 /* end confdefs.h. */
18336 /* Override any GCC internal prototype to avoid an error.
18337 Use char because int might match the return type of a GCC
18338 builtin and then its argument prototype would still apply. */
18339 #ifdef __cplusplus
18340 extern "C"
18341 #endif
18342 char poll ();
18344 main ()
18346 return poll ();
18348 return 0;
18350 _ACEOF
18351 rm -f conftest.$ac_objext conftest$ac_exeext
18352 if { (ac_try="$ac_link"
18353 case "(($ac_try" in
18354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18355 *) ac_try_echo=$ac_try;;
18356 esac
18357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18358 $as_echo "$ac_try_echo") >&5
18359 (eval "$ac_link") 2>conftest.er1
18360 ac_status=$?
18361 grep -v '^ *+' conftest.er1 >conftest.err
18362 rm -f conftest.er1
18363 cat conftest.err >&5
18364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18365 (exit $ac_status); } && {
18366 test -z "$ac_c_werror_flag" ||
18367 test ! -s conftest.err
18368 } && test -s conftest$ac_exeext && {
18369 test "$cross_compiling" = yes ||
18370 $as_test_x conftest$ac_exeext
18371 }; then
18372 ac_cv_lib_poll_poll=yes
18373 else
18374 $as_echo "$as_me: failed program was:" >&5
18375 sed 's/^/| /' conftest.$ac_ext >&5
18377 ac_cv_lib_poll_poll=no
18380 rm -rf conftest.dSYM
18381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18382 conftest$ac_exeext conftest.$ac_ext
18383 LIBS=$ac_check_lib_save_LIBS
18385 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18386 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18387 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18388 cat >>confdefs.h <<\_ACEOF
18389 #define HAVE_POLL 1
18390 _ACEOF
18391 LIBPOLL="-lpoll"
18397 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18398 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18399 if test "${ac_cv_search_gethostbyname+set}" = set; then
18400 $as_echo_n "(cached) " >&6
18401 else
18402 ac_func_search_save_LIBS=$LIBS
18403 cat >conftest.$ac_ext <<_ACEOF
18404 /* confdefs.h. */
18405 _ACEOF
18406 cat confdefs.h >>conftest.$ac_ext
18407 cat >>conftest.$ac_ext <<_ACEOF
18408 /* end confdefs.h. */
18410 /* Override any GCC internal prototype to avoid an error.
18411 Use char because int might match the return type of a GCC
18412 builtin and then its argument prototype would still apply. */
18413 #ifdef __cplusplus
18414 extern "C"
18415 #endif
18416 char gethostbyname ();
18418 main ()
18420 return gethostbyname ();
18422 return 0;
18424 _ACEOF
18425 for ac_lib in '' nsl; do
18426 if test -z "$ac_lib"; then
18427 ac_res="none required"
18428 else
18429 ac_res=-l$ac_lib
18430 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18432 rm -f conftest.$ac_objext conftest$ac_exeext
18433 if { (ac_try="$ac_link"
18434 case "(($ac_try" in
18435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436 *) ac_try_echo=$ac_try;;
18437 esac
18438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18439 $as_echo "$ac_try_echo") >&5
18440 (eval "$ac_link") 2>conftest.er1
18441 ac_status=$?
18442 grep -v '^ *+' conftest.er1 >conftest.err
18443 rm -f conftest.er1
18444 cat conftest.err >&5
18445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18446 (exit $ac_status); } && {
18447 test -z "$ac_c_werror_flag" ||
18448 test ! -s conftest.err
18449 } && test -s conftest$ac_exeext && {
18450 test "$cross_compiling" = yes ||
18451 $as_test_x conftest$ac_exeext
18452 }; then
18453 ac_cv_search_gethostbyname=$ac_res
18454 else
18455 $as_echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.$ac_ext >&5
18461 rm -rf conftest.dSYM
18462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18463 conftest$ac_exeext
18464 if test "${ac_cv_search_gethostbyname+set}" = set; then
18465 break
18467 done
18468 if test "${ac_cv_search_gethostbyname+set}" = set; then
18470 else
18471 ac_cv_search_gethostbyname=no
18473 rm conftest.$ac_ext
18474 LIBS=$ac_func_search_save_LIBS
18476 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18477 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18478 ac_res=$ac_cv_search_gethostbyname
18479 if test "$ac_res" != no; then
18480 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18485 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18486 $as_echo_n "checking for library containing connect... " >&6; }
18487 if test "${ac_cv_search_connect+set}" = set; then
18488 $as_echo_n "(cached) " >&6
18489 else
18490 ac_func_search_save_LIBS=$LIBS
18491 cat >conftest.$ac_ext <<_ACEOF
18492 /* confdefs.h. */
18493 _ACEOF
18494 cat confdefs.h >>conftest.$ac_ext
18495 cat >>conftest.$ac_ext <<_ACEOF
18496 /* end confdefs.h. */
18498 /* Override any GCC internal prototype to avoid an error.
18499 Use char because int might match the return type of a GCC
18500 builtin and then its argument prototype would still apply. */
18501 #ifdef __cplusplus
18502 extern "C"
18503 #endif
18504 char connect ();
18506 main ()
18508 return connect ();
18510 return 0;
18512 _ACEOF
18513 for ac_lib in '' socket; do
18514 if test -z "$ac_lib"; then
18515 ac_res="none required"
18516 else
18517 ac_res=-l$ac_lib
18518 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18520 rm -f conftest.$ac_objext conftest$ac_exeext
18521 if { (ac_try="$ac_link"
18522 case "(($ac_try" in
18523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18524 *) ac_try_echo=$ac_try;;
18525 esac
18526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18527 $as_echo "$ac_try_echo") >&5
18528 (eval "$ac_link") 2>conftest.er1
18529 ac_status=$?
18530 grep -v '^ *+' conftest.er1 >conftest.err
18531 rm -f conftest.er1
18532 cat conftest.err >&5
18533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18534 (exit $ac_status); } && {
18535 test -z "$ac_c_werror_flag" ||
18536 test ! -s conftest.err
18537 } && test -s conftest$ac_exeext && {
18538 test "$cross_compiling" = yes ||
18539 $as_test_x conftest$ac_exeext
18540 }; then
18541 ac_cv_search_connect=$ac_res
18542 else
18543 $as_echo "$as_me: failed program was:" >&5
18544 sed 's/^/| /' conftest.$ac_ext >&5
18549 rm -rf conftest.dSYM
18550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18551 conftest$ac_exeext
18552 if test "${ac_cv_search_connect+set}" = set; then
18553 break
18555 done
18556 if test "${ac_cv_search_connect+set}" = set; then
18558 else
18559 ac_cv_search_connect=no
18561 rm conftest.$ac_ext
18562 LIBS=$ac_func_search_save_LIBS
18564 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18565 $as_echo "$ac_cv_search_connect" >&6; }
18566 ac_res=$ac_cv_search_connect
18567 if test "$ac_res" != no; then
18568 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18573 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18574 $as_echo_n "checking for library containing inet_aton... " >&6; }
18575 if test "${ac_cv_search_inet_aton+set}" = set; then
18576 $as_echo_n "(cached) " >&6
18577 else
18578 ac_func_search_save_LIBS=$LIBS
18579 cat >conftest.$ac_ext <<_ACEOF
18580 /* confdefs.h. */
18581 _ACEOF
18582 cat confdefs.h >>conftest.$ac_ext
18583 cat >>conftest.$ac_ext <<_ACEOF
18584 /* end confdefs.h. */
18586 /* Override any GCC internal prototype to avoid an error.
18587 Use char because int might match the return type of a GCC
18588 builtin and then its argument prototype would still apply. */
18589 #ifdef __cplusplus
18590 extern "C"
18591 #endif
18592 char inet_aton ();
18594 main ()
18596 return inet_aton ();
18598 return 0;
18600 _ACEOF
18601 for ac_lib in '' resolv; do
18602 if test -z "$ac_lib"; then
18603 ac_res="none required"
18604 else
18605 ac_res=-l$ac_lib
18606 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18608 rm -f conftest.$ac_objext conftest$ac_exeext
18609 if { (ac_try="$ac_link"
18610 case "(($ac_try" in
18611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612 *) ac_try_echo=$ac_try;;
18613 esac
18614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18615 $as_echo "$ac_try_echo") >&5
18616 (eval "$ac_link") 2>conftest.er1
18617 ac_status=$?
18618 grep -v '^ *+' conftest.er1 >conftest.err
18619 rm -f conftest.er1
18620 cat conftest.err >&5
18621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } && {
18623 test -z "$ac_c_werror_flag" ||
18624 test ! -s conftest.err
18625 } && test -s conftest$ac_exeext && {
18626 test "$cross_compiling" = yes ||
18627 $as_test_x conftest$ac_exeext
18628 }; then
18629 ac_cv_search_inet_aton=$ac_res
18630 else
18631 $as_echo "$as_me: failed program was:" >&5
18632 sed 's/^/| /' conftest.$ac_ext >&5
18637 rm -rf conftest.dSYM
18638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18639 conftest$ac_exeext
18640 if test "${ac_cv_search_inet_aton+set}" = set; then
18641 break
18643 done
18644 if test "${ac_cv_search_inet_aton+set}" = set; then
18646 else
18647 ac_cv_search_inet_aton=no
18649 rm conftest.$ac_ext
18650 LIBS=$ac_func_search_save_LIBS
18652 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18653 $as_echo "$ac_cv_search_inet_aton" >&6; }
18654 ac_res=$ac_cv_search_inet_aton
18655 if test "$ac_res" != no; then
18656 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18669 for ac_func in \
18670 getaddrinfo \
18671 getnameinfo \
18672 getnetbyname \
18673 getprotobyname \
18674 getprotobynumber \
18675 getservbyport \
18676 inet_network \
18677 sendmsg \
18680 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18681 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18682 $as_echo_n "checking for $ac_func... " >&6; }
18683 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18684 $as_echo_n "(cached) " >&6
18685 else
18686 cat >conftest.$ac_ext <<_ACEOF
18687 /* confdefs.h. */
18688 _ACEOF
18689 cat confdefs.h >>conftest.$ac_ext
18690 cat >>conftest.$ac_ext <<_ACEOF
18691 /* end confdefs.h. */
18692 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18693 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18694 #define $ac_func innocuous_$ac_func
18696 /* System header to define __stub macros and hopefully few prototypes,
18697 which can conflict with char $ac_func (); below.
18698 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18699 <limits.h> exists even on freestanding compilers. */
18701 #ifdef __STDC__
18702 # include <limits.h>
18703 #else
18704 # include <assert.h>
18705 #endif
18707 #undef $ac_func
18709 /* Override any GCC internal prototype to avoid an error.
18710 Use char because int might match the return type of a GCC
18711 builtin and then its argument prototype would still apply. */
18712 #ifdef __cplusplus
18713 extern "C"
18714 #endif
18715 char $ac_func ();
18716 /* The GNU C library defines this for functions which it implements
18717 to always fail with ENOSYS. Some functions are actually named
18718 something starting with __ and the normal name is an alias. */
18719 #if defined __stub_$ac_func || defined __stub___$ac_func
18720 choke me
18721 #endif
18724 main ()
18726 return $ac_func ();
18728 return 0;
18730 _ACEOF
18731 rm -f conftest.$ac_objext conftest$ac_exeext
18732 if { (ac_try="$ac_link"
18733 case "(($ac_try" in
18734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18735 *) ac_try_echo=$ac_try;;
18736 esac
18737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18738 $as_echo "$ac_try_echo") >&5
18739 (eval "$ac_link") 2>conftest.er1
18740 ac_status=$?
18741 grep -v '^ *+' conftest.er1 >conftest.err
18742 rm -f conftest.er1
18743 cat conftest.err >&5
18744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745 (exit $ac_status); } && {
18746 test -z "$ac_c_werror_flag" ||
18747 test ! -s conftest.err
18748 } && test -s conftest$ac_exeext && {
18749 test "$cross_compiling" = yes ||
18750 $as_test_x conftest$ac_exeext
18751 }; then
18752 eval "$as_ac_var=yes"
18753 else
18754 $as_echo "$as_me: failed program was:" >&5
18755 sed 's/^/| /' conftest.$ac_ext >&5
18757 eval "$as_ac_var=no"
18760 rm -rf conftest.dSYM
18761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18762 conftest$ac_exeext conftest.$ac_ext
18764 ac_res=`eval 'as_val=${'$as_ac_var'}
18765 $as_echo "$as_val"'`
18766 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18767 $as_echo "$ac_res" >&6; }
18768 as_val=`eval 'as_val=${'$as_ac_var'}
18769 $as_echo "$as_val"'`
18770 if test "x$as_val" = x""yes; then
18771 cat >>confdefs.h <<_ACEOF
18772 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18773 _ACEOF
18776 done
18779 LDAPLIBS=""
18781 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18782 then
18783 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18784 $as_echo_n "checking for LDAPSortKey... " >&6; }
18785 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18786 $as_echo_n "(cached) " >&6
18787 else
18788 ac_cv_type_LDAPSortKey=no
18789 cat >conftest.$ac_ext <<_ACEOF
18790 /* confdefs.h. */
18791 _ACEOF
18792 cat confdefs.h >>conftest.$ac_ext
18793 cat >>conftest.$ac_ext <<_ACEOF
18794 /* end confdefs.h. */
18795 #include <ldap.h>
18798 main ()
18800 if (sizeof (LDAPSortKey))
18801 return 0;
18803 return 0;
18805 _ACEOF
18806 rm -f conftest.$ac_objext
18807 if { (ac_try="$ac_compile"
18808 case "(($ac_try" in
18809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18810 *) ac_try_echo=$ac_try;;
18811 esac
18812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18813 $as_echo "$ac_try_echo") >&5
18814 (eval "$ac_compile") 2>conftest.er1
18815 ac_status=$?
18816 grep -v '^ *+' conftest.er1 >conftest.err
18817 rm -f conftest.er1
18818 cat conftest.err >&5
18819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18820 (exit $ac_status); } && {
18821 test -z "$ac_c_werror_flag" ||
18822 test ! -s conftest.err
18823 } && test -s conftest.$ac_objext; then
18824 cat >conftest.$ac_ext <<_ACEOF
18825 /* confdefs.h. */
18826 _ACEOF
18827 cat confdefs.h >>conftest.$ac_ext
18828 cat >>conftest.$ac_ext <<_ACEOF
18829 /* end confdefs.h. */
18830 #include <ldap.h>
18833 main ()
18835 if (sizeof ((LDAPSortKey)))
18836 return 0;
18838 return 0;
18840 _ACEOF
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845 *) ac_try_echo=$ac_try;;
18846 esac
18847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18848 $as_echo "$ac_try_echo") >&5
18849 (eval "$ac_compile") 2>conftest.er1
18850 ac_status=$?
18851 grep -v '^ *+' conftest.er1 >conftest.err
18852 rm -f conftest.er1
18853 cat conftest.err >&5
18854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); } && {
18856 test -z "$ac_c_werror_flag" ||
18857 test ! -s conftest.err
18858 } && test -s conftest.$ac_objext; then
18860 else
18861 $as_echo "$as_me: failed program was:" >&5
18862 sed 's/^/| /' conftest.$ac_ext >&5
18864 ac_cv_type_LDAPSortKey=yes
18867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18868 else
18869 $as_echo "$as_me: failed program was:" >&5
18870 sed 's/^/| /' conftest.$ac_ext >&5
18875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18877 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18878 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18879 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18880 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18881 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18882 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18883 $as_echo_n "(cached) " >&6
18884 else
18885 ac_check_lib_save_LIBS=$LIBS
18886 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18887 cat >conftest.$ac_ext <<_ACEOF
18888 /* confdefs.h. */
18889 _ACEOF
18890 cat confdefs.h >>conftest.$ac_ext
18891 cat >>conftest.$ac_ext <<_ACEOF
18892 /* end confdefs.h. */
18894 /* Override any GCC internal prototype to avoid an error.
18895 Use char because int might match the return type of a GCC
18896 builtin and then its argument prototype would still apply. */
18897 #ifdef __cplusplus
18898 extern "C"
18899 #endif
18900 char ldap_initialize ();
18902 main ()
18904 return ldap_initialize ();
18906 return 0;
18908 _ACEOF
18909 rm -f conftest.$ac_objext conftest$ac_exeext
18910 if { (ac_try="$ac_link"
18911 case "(($ac_try" in
18912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913 *) ac_try_echo=$ac_try;;
18914 esac
18915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18916 $as_echo "$ac_try_echo") >&5
18917 (eval "$ac_link") 2>conftest.er1
18918 ac_status=$?
18919 grep -v '^ *+' conftest.er1 >conftest.err
18920 rm -f conftest.er1
18921 cat conftest.err >&5
18922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923 (exit $ac_status); } && {
18924 test -z "$ac_c_werror_flag" ||
18925 test ! -s conftest.err
18926 } && test -s conftest$ac_exeext && {
18927 test "$cross_compiling" = yes ||
18928 $as_test_x conftest$ac_exeext
18929 }; then
18930 ac_cv_lib_ldap_r_ldap_initialize=yes
18931 else
18932 $as_echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18935 ac_cv_lib_ldap_r_ldap_initialize=no
18938 rm -rf conftest.dSYM
18939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18940 conftest$ac_exeext conftest.$ac_ext
18941 LIBS=$ac_check_lib_save_LIBS
18943 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18944 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18945 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18946 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18947 $as_echo_n "checking for ber_init in -llber... " >&6; }
18948 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18949 $as_echo_n "(cached) " >&6
18950 else
18951 ac_check_lib_save_LIBS=$LIBS
18952 LIBS="-llber $LIBPTHREAD $LIBS"
18953 cat >conftest.$ac_ext <<_ACEOF
18954 /* confdefs.h. */
18955 _ACEOF
18956 cat confdefs.h >>conftest.$ac_ext
18957 cat >>conftest.$ac_ext <<_ACEOF
18958 /* end confdefs.h. */
18960 /* Override any GCC internal prototype to avoid an error.
18961 Use char because int might match the return type of a GCC
18962 builtin and then its argument prototype would still apply. */
18963 #ifdef __cplusplus
18964 extern "C"
18965 #endif
18966 char ber_init ();
18968 main ()
18970 return ber_init ();
18972 return 0;
18974 _ACEOF
18975 rm -f conftest.$ac_objext conftest$ac_exeext
18976 if { (ac_try="$ac_link"
18977 case "(($ac_try" in
18978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18979 *) ac_try_echo=$ac_try;;
18980 esac
18981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18982 $as_echo "$ac_try_echo") >&5
18983 (eval "$ac_link") 2>conftest.er1
18984 ac_status=$?
18985 grep -v '^ *+' conftest.er1 >conftest.err
18986 rm -f conftest.er1
18987 cat conftest.err >&5
18988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18989 (exit $ac_status); } && {
18990 test -z "$ac_c_werror_flag" ||
18991 test ! -s conftest.err
18992 } && test -s conftest$ac_exeext && {
18993 test "$cross_compiling" = yes ||
18994 $as_test_x conftest$ac_exeext
18995 }; then
18996 ac_cv_lib_lber_ber_init=yes
18997 else
18998 $as_echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19001 ac_cv_lib_lber_ber_init=no
19004 rm -rf conftest.dSYM
19005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19006 conftest$ac_exeext conftest.$ac_ext
19007 LIBS=$ac_check_lib_save_LIBS
19009 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19010 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19011 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19013 cat >>confdefs.h <<\_ACEOF
19014 #define HAVE_LDAP 1
19015 _ACEOF
19017 LDAPLIBS="-lldap_r -llber"
19024 ac_wine_check_funcs_save_LIBS="$LIBS"
19025 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19034 for ac_func in \
19035 ldap_count_references \
19036 ldap_first_reference \
19037 ldap_next_reference \
19038 ldap_parse_reference \
19039 ldap_parse_sort_control \
19040 ldap_parse_sortresponse_control \
19041 ldap_parse_vlv_control \
19042 ldap_parse_vlvresponse_control
19044 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19045 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19046 $as_echo_n "checking for $ac_func... " >&6; }
19047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19048 $as_echo_n "(cached) " >&6
19049 else
19050 cat >conftest.$ac_ext <<_ACEOF
19051 /* confdefs.h. */
19052 _ACEOF
19053 cat confdefs.h >>conftest.$ac_ext
19054 cat >>conftest.$ac_ext <<_ACEOF
19055 /* end confdefs.h. */
19056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19058 #define $ac_func innocuous_$ac_func
19060 /* System header to define __stub macros and hopefully few prototypes,
19061 which can conflict with char $ac_func (); below.
19062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19063 <limits.h> exists even on freestanding compilers. */
19065 #ifdef __STDC__
19066 # include <limits.h>
19067 #else
19068 # include <assert.h>
19069 #endif
19071 #undef $ac_func
19073 /* Override any GCC internal prototype to avoid an error.
19074 Use char because int might match the return type of a GCC
19075 builtin and then its argument prototype would still apply. */
19076 #ifdef __cplusplus
19077 extern "C"
19078 #endif
19079 char $ac_func ();
19080 /* The GNU C library defines this for functions which it implements
19081 to always fail with ENOSYS. Some functions are actually named
19082 something starting with __ and the normal name is an alias. */
19083 #if defined __stub_$ac_func || defined __stub___$ac_func
19084 choke me
19085 #endif
19088 main ()
19090 return $ac_func ();
19092 return 0;
19094 _ACEOF
19095 rm -f conftest.$ac_objext conftest$ac_exeext
19096 if { (ac_try="$ac_link"
19097 case "(($ac_try" in
19098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19099 *) ac_try_echo=$ac_try;;
19100 esac
19101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19102 $as_echo "$ac_try_echo") >&5
19103 (eval "$ac_link") 2>conftest.er1
19104 ac_status=$?
19105 grep -v '^ *+' conftest.er1 >conftest.err
19106 rm -f conftest.er1
19107 cat conftest.err >&5
19108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109 (exit $ac_status); } && {
19110 test -z "$ac_c_werror_flag" ||
19111 test ! -s conftest.err
19112 } && test -s conftest$ac_exeext && {
19113 test "$cross_compiling" = yes ||
19114 $as_test_x conftest$ac_exeext
19115 }; then
19116 eval "$as_ac_var=yes"
19117 else
19118 $as_echo "$as_me: failed program was:" >&5
19119 sed 's/^/| /' conftest.$ac_ext >&5
19121 eval "$as_ac_var=no"
19124 rm -rf conftest.dSYM
19125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19126 conftest$ac_exeext conftest.$ac_ext
19128 ac_res=`eval 'as_val=${'$as_ac_var'}
19129 $as_echo "$as_val"'`
19130 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19131 $as_echo "$ac_res" >&6; }
19132 as_val=`eval 'as_val=${'$as_ac_var'}
19133 $as_echo "$as_val"'`
19134 if test "x$as_val" = x""yes; then
19135 cat >>confdefs.h <<_ACEOF
19136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19137 _ACEOF
19140 done
19142 LIBS="$ac_wine_check_funcs_save_LIBS"
19144 if test "x$LDAPLIBS" = "x"; then
19145 case "x$with_ldap" in
19146 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19147 xno) ;;
19148 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19149 This is an error since --with-ldap was requested." >&5
19150 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19151 This is an error since --with-ldap was requested." >&2;}
19152 { (exit 1); exit 1; }; } ;;
19153 esac
19157 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19158 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19159 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19160 $as_echo_n "(cached) " >&6
19161 else
19162 cat >conftest.$ac_ext <<_ACEOF
19163 /* confdefs.h. */
19164 _ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h. */
19168 #include <sys/stat.h>
19170 main ()
19172 mkdir("foo");
19174 return 0;
19176 _ACEOF
19177 rm -f conftest.$ac_objext
19178 if { (ac_try="$ac_compile"
19179 case "(($ac_try" in
19180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19181 *) ac_try_echo=$ac_try;;
19182 esac
19183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19184 $as_echo "$ac_try_echo") >&5
19185 (eval "$ac_compile") 2>conftest.er1
19186 ac_status=$?
19187 grep -v '^ *+' conftest.er1 >conftest.err
19188 rm -f conftest.er1
19189 cat conftest.err >&5
19190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191 (exit $ac_status); } && {
19192 test -z "$ac_c_werror_flag" ||
19193 test ! -s conftest.err
19194 } && test -s conftest.$ac_objext; then
19195 wine_cv_one_arg_mkdir=yes
19196 else
19197 $as_echo "$as_me: failed program was:" >&5
19198 sed 's/^/| /' conftest.$ac_ext >&5
19200 wine_cv_one_arg_mkdir=no
19203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19205 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19206 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19207 if test "$wine_cv_one_arg_mkdir" = "yes"
19208 then
19210 cat >>confdefs.h <<\_ACEOF
19211 #define HAVE_ONE_ARG_MKDIR 1
19212 _ACEOF
19217 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19218 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19219 if test "${ac_cv_c_const+set}" = set; then
19220 $as_echo_n "(cached) " >&6
19221 else
19222 cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h. */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19230 main ()
19232 /* FIXME: Include the comments suggested by Paul. */
19233 #ifndef __cplusplus
19234 /* Ultrix mips cc rejects this. */
19235 typedef int charset[2];
19236 const charset cs;
19237 /* SunOS 4.1.1 cc rejects this. */
19238 char const *const *pcpcc;
19239 char **ppc;
19240 /* NEC SVR4.0.2 mips cc rejects this. */
19241 struct point {int x, y;};
19242 static struct point const zero = {0,0};
19243 /* AIX XL C 1.02.0.0 rejects this.
19244 It does not let you subtract one const X* pointer from another in
19245 an arm of an if-expression whose if-part is not a constant
19246 expression */
19247 const char *g = "string";
19248 pcpcc = &g + (g ? g-g : 0);
19249 /* HPUX 7.0 cc rejects these. */
19250 ++pcpcc;
19251 ppc = (char**) pcpcc;
19252 pcpcc = (char const *const *) ppc;
19253 { /* SCO 3.2v4 cc rejects this. */
19254 char *t;
19255 char const *s = 0 ? (char *) 0 : (char const *) 0;
19257 *t++ = 0;
19258 if (s) return 0;
19260 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19261 int x[] = {25, 17};
19262 const int *foo = &x[0];
19263 ++foo;
19265 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19266 typedef const int *iptr;
19267 iptr p = 0;
19268 ++p;
19270 { /* AIX XL C 1.02.0.0 rejects this saying
19271 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19272 struct s { int j; const int *ap[3]; };
19273 struct s *b; b->j = 5;
19275 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19276 const int foo = 10;
19277 if (!foo) return 0;
19279 return !cs[0] && !zero.x;
19280 #endif
19283 return 0;
19285 _ACEOF
19286 rm -f conftest.$ac_objext
19287 if { (ac_try="$ac_compile"
19288 case "(($ac_try" in
19289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19290 *) ac_try_echo=$ac_try;;
19291 esac
19292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19293 $as_echo "$ac_try_echo") >&5
19294 (eval "$ac_compile") 2>conftest.er1
19295 ac_status=$?
19296 grep -v '^ *+' conftest.er1 >conftest.err
19297 rm -f conftest.er1
19298 cat conftest.err >&5
19299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19300 (exit $ac_status); } && {
19301 test -z "$ac_c_werror_flag" ||
19302 test ! -s conftest.err
19303 } && test -s conftest.$ac_objext; then
19304 ac_cv_c_const=yes
19305 else
19306 $as_echo "$as_me: failed program was:" >&5
19307 sed 's/^/| /' conftest.$ac_ext >&5
19309 ac_cv_c_const=no
19312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19314 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19315 $as_echo "$ac_cv_c_const" >&6; }
19316 if test $ac_cv_c_const = no; then
19318 cat >>confdefs.h <<\_ACEOF
19319 #define const /**/
19320 _ACEOF
19324 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19325 $as_echo_n "checking for inline... " >&6; }
19326 if test "${ac_cv_c_inline+set}" = set; then
19327 $as_echo_n "(cached) " >&6
19328 else
19329 ac_cv_c_inline=no
19330 for ac_kw in inline __inline__ __inline; do
19331 cat >conftest.$ac_ext <<_ACEOF
19332 /* confdefs.h. */
19333 _ACEOF
19334 cat confdefs.h >>conftest.$ac_ext
19335 cat >>conftest.$ac_ext <<_ACEOF
19336 /* end confdefs.h. */
19337 #ifndef __cplusplus
19338 typedef int foo_t;
19339 static $ac_kw foo_t static_foo () {return 0; }
19340 $ac_kw foo_t foo () {return 0; }
19341 #endif
19343 _ACEOF
19344 rm -f conftest.$ac_objext
19345 if { (ac_try="$ac_compile"
19346 case "(($ac_try" in
19347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348 *) ac_try_echo=$ac_try;;
19349 esac
19350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19351 $as_echo "$ac_try_echo") >&5
19352 (eval "$ac_compile") 2>conftest.er1
19353 ac_status=$?
19354 grep -v '^ *+' conftest.er1 >conftest.err
19355 rm -f conftest.er1
19356 cat conftest.err >&5
19357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358 (exit $ac_status); } && {
19359 test -z "$ac_c_werror_flag" ||
19360 test ! -s conftest.err
19361 } && test -s conftest.$ac_objext; then
19362 ac_cv_c_inline=$ac_kw
19363 else
19364 $as_echo "$as_me: failed program was:" >&5
19365 sed 's/^/| /' conftest.$ac_ext >&5
19370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19371 test "$ac_cv_c_inline" != no && break
19372 done
19375 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19376 $as_echo "$ac_cv_c_inline" >&6; }
19379 case $ac_cv_c_inline in
19380 inline | yes) ;;
19382 case $ac_cv_c_inline in
19383 no) ac_val=;;
19384 *) ac_val=$ac_cv_c_inline;;
19385 esac
19386 cat >>confdefs.h <<_ACEOF
19387 #ifndef __cplusplus
19388 #define inline $ac_val
19389 #endif
19390 _ACEOF
19392 esac
19394 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19395 $as_echo_n "checking for mode_t... " >&6; }
19396 if test "${ac_cv_type_mode_t+set}" = set; then
19397 $as_echo_n "(cached) " >&6
19398 else
19399 ac_cv_type_mode_t=no
19400 cat >conftest.$ac_ext <<_ACEOF
19401 /* confdefs.h. */
19402 _ACEOF
19403 cat confdefs.h >>conftest.$ac_ext
19404 cat >>conftest.$ac_ext <<_ACEOF
19405 /* end confdefs.h. */
19406 $ac_includes_default
19408 main ()
19410 if (sizeof (mode_t))
19411 return 0;
19413 return 0;
19415 _ACEOF
19416 rm -f conftest.$ac_objext
19417 if { (ac_try="$ac_compile"
19418 case "(($ac_try" in
19419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19420 *) ac_try_echo=$ac_try;;
19421 esac
19422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19423 $as_echo "$ac_try_echo") >&5
19424 (eval "$ac_compile") 2>conftest.er1
19425 ac_status=$?
19426 grep -v '^ *+' conftest.er1 >conftest.err
19427 rm -f conftest.er1
19428 cat conftest.err >&5
19429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19430 (exit $ac_status); } && {
19431 test -z "$ac_c_werror_flag" ||
19432 test ! -s conftest.err
19433 } && test -s conftest.$ac_objext; then
19434 cat >conftest.$ac_ext <<_ACEOF
19435 /* confdefs.h. */
19436 _ACEOF
19437 cat confdefs.h >>conftest.$ac_ext
19438 cat >>conftest.$ac_ext <<_ACEOF
19439 /* end confdefs.h. */
19440 $ac_includes_default
19442 main ()
19444 if (sizeof ((mode_t)))
19445 return 0;
19447 return 0;
19449 _ACEOF
19450 rm -f conftest.$ac_objext
19451 if { (ac_try="$ac_compile"
19452 case "(($ac_try" in
19453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19455 esac
19456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19457 $as_echo "$ac_try_echo") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19459 ac_status=$?
19460 grep -v '^ *+' conftest.er1 >conftest.err
19461 rm -f conftest.er1
19462 cat conftest.err >&5
19463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19469 else
19470 $as_echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19473 ac_cv_type_mode_t=yes
19476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 else
19478 $as_echo "$as_me: failed program was:" >&5
19479 sed 's/^/| /' conftest.$ac_ext >&5
19484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19486 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19487 $as_echo "$ac_cv_type_mode_t" >&6; }
19488 if test "x$ac_cv_type_mode_t" = x""yes; then
19490 cat >>confdefs.h <<_ACEOF
19491 #define HAVE_MODE_T 1
19492 _ACEOF
19496 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19497 $as_echo_n "checking for off_t... " >&6; }
19498 if test "${ac_cv_type_off_t+set}" = set; then
19499 $as_echo_n "(cached) " >&6
19500 else
19501 ac_cv_type_off_t=no
19502 cat >conftest.$ac_ext <<_ACEOF
19503 /* confdefs.h. */
19504 _ACEOF
19505 cat confdefs.h >>conftest.$ac_ext
19506 cat >>conftest.$ac_ext <<_ACEOF
19507 /* end confdefs.h. */
19508 $ac_includes_default
19510 main ()
19512 if (sizeof (off_t))
19513 return 0;
19515 return 0;
19517 _ACEOF
19518 rm -f conftest.$ac_objext
19519 if { (ac_try="$ac_compile"
19520 case "(($ac_try" in
19521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19522 *) ac_try_echo=$ac_try;;
19523 esac
19524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19525 $as_echo "$ac_try_echo") >&5
19526 (eval "$ac_compile") 2>conftest.er1
19527 ac_status=$?
19528 grep -v '^ *+' conftest.er1 >conftest.err
19529 rm -f conftest.er1
19530 cat conftest.err >&5
19531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19532 (exit $ac_status); } && {
19533 test -z "$ac_c_werror_flag" ||
19534 test ! -s conftest.err
19535 } && test -s conftest.$ac_objext; then
19536 cat >conftest.$ac_ext <<_ACEOF
19537 /* confdefs.h. */
19538 _ACEOF
19539 cat confdefs.h >>conftest.$ac_ext
19540 cat >>conftest.$ac_ext <<_ACEOF
19541 /* end confdefs.h. */
19542 $ac_includes_default
19544 main ()
19546 if (sizeof ((off_t)))
19547 return 0;
19549 return 0;
19551 _ACEOF
19552 rm -f conftest.$ac_objext
19553 if { (ac_try="$ac_compile"
19554 case "(($ac_try" in
19555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19556 *) ac_try_echo=$ac_try;;
19557 esac
19558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19559 $as_echo "$ac_try_echo") >&5
19560 (eval "$ac_compile") 2>conftest.er1
19561 ac_status=$?
19562 grep -v '^ *+' conftest.er1 >conftest.err
19563 rm -f conftest.er1
19564 cat conftest.err >&5
19565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19566 (exit $ac_status); } && {
19567 test -z "$ac_c_werror_flag" ||
19568 test ! -s conftest.err
19569 } && test -s conftest.$ac_objext; then
19571 else
19572 $as_echo "$as_me: failed program was:" >&5
19573 sed 's/^/| /' conftest.$ac_ext >&5
19575 ac_cv_type_off_t=yes
19578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19579 else
19580 $as_echo "$as_me: failed program was:" >&5
19581 sed 's/^/| /' conftest.$ac_ext >&5
19586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19588 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19589 $as_echo "$ac_cv_type_off_t" >&6; }
19590 if test "x$ac_cv_type_off_t" = x""yes; then
19592 cat >>confdefs.h <<_ACEOF
19593 #define HAVE_OFF_T 1
19594 _ACEOF
19598 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19599 $as_echo_n "checking for pid_t... " >&6; }
19600 if test "${ac_cv_type_pid_t+set}" = set; then
19601 $as_echo_n "(cached) " >&6
19602 else
19603 ac_cv_type_pid_t=no
19604 cat >conftest.$ac_ext <<_ACEOF
19605 /* confdefs.h. */
19606 _ACEOF
19607 cat confdefs.h >>conftest.$ac_ext
19608 cat >>conftest.$ac_ext <<_ACEOF
19609 /* end confdefs.h. */
19610 $ac_includes_default
19612 main ()
19614 if (sizeof (pid_t))
19615 return 0;
19617 return 0;
19619 _ACEOF
19620 rm -f conftest.$ac_objext
19621 if { (ac_try="$ac_compile"
19622 case "(($ac_try" in
19623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19624 *) ac_try_echo=$ac_try;;
19625 esac
19626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19627 $as_echo "$ac_try_echo") >&5
19628 (eval "$ac_compile") 2>conftest.er1
19629 ac_status=$?
19630 grep -v '^ *+' conftest.er1 >conftest.err
19631 rm -f conftest.er1
19632 cat conftest.err >&5
19633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); } && {
19635 test -z "$ac_c_werror_flag" ||
19636 test ! -s conftest.err
19637 } && test -s conftest.$ac_objext; then
19638 cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h. */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h. */
19644 $ac_includes_default
19646 main ()
19648 if (sizeof ((pid_t)))
19649 return 0;
19651 return 0;
19653 _ACEOF
19654 rm -f conftest.$ac_objext
19655 if { (ac_try="$ac_compile"
19656 case "(($ac_try" in
19657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19658 *) ac_try_echo=$ac_try;;
19659 esac
19660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19661 $as_echo "$ac_try_echo") >&5
19662 (eval "$ac_compile") 2>conftest.er1
19663 ac_status=$?
19664 grep -v '^ *+' conftest.er1 >conftest.err
19665 rm -f conftest.er1
19666 cat conftest.err >&5
19667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19668 (exit $ac_status); } && {
19669 test -z "$ac_c_werror_flag" ||
19670 test ! -s conftest.err
19671 } && test -s conftest.$ac_objext; then
19673 else
19674 $as_echo "$as_me: failed program was:" >&5
19675 sed 's/^/| /' conftest.$ac_ext >&5
19677 ac_cv_type_pid_t=yes
19680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 else
19682 $as_echo "$as_me: failed program was:" >&5
19683 sed 's/^/| /' conftest.$ac_ext >&5
19688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19690 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19691 $as_echo "$ac_cv_type_pid_t" >&6; }
19692 if test "x$ac_cv_type_pid_t" = x""yes; then
19694 cat >>confdefs.h <<_ACEOF
19695 #define HAVE_PID_T 1
19696 _ACEOF
19700 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19701 $as_echo_n "checking for size_t... " >&6; }
19702 if test "${ac_cv_type_size_t+set}" = set; then
19703 $as_echo_n "(cached) " >&6
19704 else
19705 ac_cv_type_size_t=no
19706 cat >conftest.$ac_ext <<_ACEOF
19707 /* confdefs.h. */
19708 _ACEOF
19709 cat confdefs.h >>conftest.$ac_ext
19710 cat >>conftest.$ac_ext <<_ACEOF
19711 /* end confdefs.h. */
19712 $ac_includes_default
19714 main ()
19716 if (sizeof (size_t))
19717 return 0;
19719 return 0;
19721 _ACEOF
19722 rm -f conftest.$ac_objext
19723 if { (ac_try="$ac_compile"
19724 case "(($ac_try" in
19725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19726 *) ac_try_echo=$ac_try;;
19727 esac
19728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19729 $as_echo "$ac_try_echo") >&5
19730 (eval "$ac_compile") 2>conftest.er1
19731 ac_status=$?
19732 grep -v '^ *+' conftest.er1 >conftest.err
19733 rm -f conftest.er1
19734 cat conftest.err >&5
19735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19736 (exit $ac_status); } && {
19737 test -z "$ac_c_werror_flag" ||
19738 test ! -s conftest.err
19739 } && test -s conftest.$ac_objext; then
19740 cat >conftest.$ac_ext <<_ACEOF
19741 /* confdefs.h. */
19742 _ACEOF
19743 cat confdefs.h >>conftest.$ac_ext
19744 cat >>conftest.$ac_ext <<_ACEOF
19745 /* end confdefs.h. */
19746 $ac_includes_default
19748 main ()
19750 if (sizeof ((size_t)))
19751 return 0;
19753 return 0;
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760 *) ac_try_echo=$ac_try;;
19761 esac
19762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19763 $as_echo "$ac_try_echo") >&5
19764 (eval "$ac_compile") 2>conftest.er1
19765 ac_status=$?
19766 grep -v '^ *+' conftest.er1 >conftest.err
19767 rm -f conftest.er1
19768 cat conftest.err >&5
19769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); } && {
19771 test -z "$ac_c_werror_flag" ||
19772 test ! -s conftest.err
19773 } && test -s conftest.$ac_objext; then
19775 else
19776 $as_echo "$as_me: failed program was:" >&5
19777 sed 's/^/| /' conftest.$ac_ext >&5
19779 ac_cv_type_size_t=yes
19782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 else
19784 $as_echo "$as_me: failed program was:" >&5
19785 sed 's/^/| /' conftest.$ac_ext >&5
19790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19792 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19793 $as_echo "$ac_cv_type_size_t" >&6; }
19794 if test "x$ac_cv_type_size_t" = x""yes; then
19796 cat >>confdefs.h <<_ACEOF
19797 #define HAVE_SIZE_T 1
19798 _ACEOF
19802 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19803 $as_echo_n "checking for ssize_t... " >&6; }
19804 if test "${ac_cv_type_ssize_t+set}" = set; then
19805 $as_echo_n "(cached) " >&6
19806 else
19807 ac_cv_type_ssize_t=no
19808 cat >conftest.$ac_ext <<_ACEOF
19809 /* confdefs.h. */
19810 _ACEOF
19811 cat confdefs.h >>conftest.$ac_ext
19812 cat >>conftest.$ac_ext <<_ACEOF
19813 /* end confdefs.h. */
19814 $ac_includes_default
19816 main ()
19818 if (sizeof (ssize_t))
19819 return 0;
19821 return 0;
19823 _ACEOF
19824 rm -f conftest.$ac_objext
19825 if { (ac_try="$ac_compile"
19826 case "(($ac_try" in
19827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19828 *) ac_try_echo=$ac_try;;
19829 esac
19830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19831 $as_echo "$ac_try_echo") >&5
19832 (eval "$ac_compile") 2>conftest.er1
19833 ac_status=$?
19834 grep -v '^ *+' conftest.er1 >conftest.err
19835 rm -f conftest.er1
19836 cat conftest.err >&5
19837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19838 (exit $ac_status); } && {
19839 test -z "$ac_c_werror_flag" ||
19840 test ! -s conftest.err
19841 } && test -s conftest.$ac_objext; then
19842 cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h. */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h. */
19848 $ac_includes_default
19850 main ()
19852 if (sizeof ((ssize_t)))
19853 return 0;
19855 return 0;
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862 *) ac_try_echo=$ac_try;;
19863 esac
19864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19865 $as_echo "$ac_try_echo") >&5
19866 (eval "$ac_compile") 2>conftest.er1
19867 ac_status=$?
19868 grep -v '^ *+' conftest.er1 >conftest.err
19869 rm -f conftest.er1
19870 cat conftest.err >&5
19871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19872 (exit $ac_status); } && {
19873 test -z "$ac_c_werror_flag" ||
19874 test ! -s conftest.err
19875 } && test -s conftest.$ac_objext; then
19877 else
19878 $as_echo "$as_me: failed program was:" >&5
19879 sed 's/^/| /' conftest.$ac_ext >&5
19881 ac_cv_type_ssize_t=yes
19884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19885 else
19886 $as_echo "$as_me: failed program was:" >&5
19887 sed 's/^/| /' conftest.$ac_ext >&5
19892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19894 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19895 $as_echo "$ac_cv_type_ssize_t" >&6; }
19896 if test "x$ac_cv_type_ssize_t" = x""yes; then
19898 cat >>confdefs.h <<_ACEOF
19899 #define HAVE_SSIZE_T 1
19900 _ACEOF
19904 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19905 $as_echo_n "checking for long long... " >&6; }
19906 if test "${ac_cv_type_long_long+set}" = set; then
19907 $as_echo_n "(cached) " >&6
19908 else
19909 ac_cv_type_long_long=no
19910 cat >conftest.$ac_ext <<_ACEOF
19911 /* confdefs.h. */
19912 _ACEOF
19913 cat confdefs.h >>conftest.$ac_ext
19914 cat >>conftest.$ac_ext <<_ACEOF
19915 /* end confdefs.h. */
19916 $ac_includes_default
19918 main ()
19920 if (sizeof (long long))
19921 return 0;
19923 return 0;
19925 _ACEOF
19926 rm -f conftest.$ac_objext
19927 if { (ac_try="$ac_compile"
19928 case "(($ac_try" in
19929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19930 *) ac_try_echo=$ac_try;;
19931 esac
19932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19933 $as_echo "$ac_try_echo") >&5
19934 (eval "$ac_compile") 2>conftest.er1
19935 ac_status=$?
19936 grep -v '^ *+' conftest.er1 >conftest.err
19937 rm -f conftest.er1
19938 cat conftest.err >&5
19939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19940 (exit $ac_status); } && {
19941 test -z "$ac_c_werror_flag" ||
19942 test ! -s conftest.err
19943 } && test -s conftest.$ac_objext; then
19944 cat >conftest.$ac_ext <<_ACEOF
19945 /* confdefs.h. */
19946 _ACEOF
19947 cat confdefs.h >>conftest.$ac_ext
19948 cat >>conftest.$ac_ext <<_ACEOF
19949 /* end confdefs.h. */
19950 $ac_includes_default
19952 main ()
19954 if (sizeof ((long long)))
19955 return 0;
19957 return 0;
19959 _ACEOF
19960 rm -f conftest.$ac_objext
19961 if { (ac_try="$ac_compile"
19962 case "(($ac_try" in
19963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964 *) ac_try_echo=$ac_try;;
19965 esac
19966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19967 $as_echo "$ac_try_echo") >&5
19968 (eval "$ac_compile") 2>conftest.er1
19969 ac_status=$?
19970 grep -v '^ *+' conftest.er1 >conftest.err
19971 rm -f conftest.er1
19972 cat conftest.err >&5
19973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974 (exit $ac_status); } && {
19975 test -z "$ac_c_werror_flag" ||
19976 test ! -s conftest.err
19977 } && test -s conftest.$ac_objext; then
19979 else
19980 $as_echo "$as_me: failed program was:" >&5
19981 sed 's/^/| /' conftest.$ac_ext >&5
19983 ac_cv_type_long_long=yes
19986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19987 else
19988 $as_echo "$as_me: failed program was:" >&5
19989 sed 's/^/| /' conftest.$ac_ext >&5
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19996 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19997 $as_echo "$ac_cv_type_long_long" >&6; }
19998 if test "x$ac_cv_type_long_long" = x""yes; then
20000 cat >>confdefs.h <<_ACEOF
20001 #define HAVE_LONG_LONG 1
20002 _ACEOF
20006 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20007 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20008 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20009 $as_echo_n "(cached) " >&6
20010 else
20011 ac_cv_type_fsblkcnt_t=no
20012 cat >conftest.$ac_ext <<_ACEOF
20013 /* confdefs.h. */
20014 _ACEOF
20015 cat confdefs.h >>conftest.$ac_ext
20016 cat >>conftest.$ac_ext <<_ACEOF
20017 /* end confdefs.h. */
20018 $ac_includes_default
20020 main ()
20022 if (sizeof (fsblkcnt_t))
20023 return 0;
20025 return 0;
20027 _ACEOF
20028 rm -f conftest.$ac_objext
20029 if { (ac_try="$ac_compile"
20030 case "(($ac_try" in
20031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20032 *) ac_try_echo=$ac_try;;
20033 esac
20034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20035 $as_echo "$ac_try_echo") >&5
20036 (eval "$ac_compile") 2>conftest.er1
20037 ac_status=$?
20038 grep -v '^ *+' conftest.er1 >conftest.err
20039 rm -f conftest.er1
20040 cat conftest.err >&5
20041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20042 (exit $ac_status); } && {
20043 test -z "$ac_c_werror_flag" ||
20044 test ! -s conftest.err
20045 } && test -s conftest.$ac_objext; then
20046 cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h. */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h. */
20052 $ac_includes_default
20054 main ()
20056 if (sizeof ((fsblkcnt_t)))
20057 return 0;
20059 return 0;
20061 _ACEOF
20062 rm -f conftest.$ac_objext
20063 if { (ac_try="$ac_compile"
20064 case "(($ac_try" in
20065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20066 *) ac_try_echo=$ac_try;;
20067 esac
20068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20069 $as_echo "$ac_try_echo") >&5
20070 (eval "$ac_compile") 2>conftest.er1
20071 ac_status=$?
20072 grep -v '^ *+' conftest.er1 >conftest.err
20073 rm -f conftest.er1
20074 cat conftest.err >&5
20075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); } && {
20077 test -z "$ac_c_werror_flag" ||
20078 test ! -s conftest.err
20079 } && test -s conftest.$ac_objext; then
20081 else
20082 $as_echo "$as_me: failed program was:" >&5
20083 sed 's/^/| /' conftest.$ac_ext >&5
20085 ac_cv_type_fsblkcnt_t=yes
20088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20089 else
20090 $as_echo "$as_me: failed program was:" >&5
20091 sed 's/^/| /' conftest.$ac_ext >&5
20096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20098 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20099 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20100 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20102 cat >>confdefs.h <<_ACEOF
20103 #define HAVE_FSBLKCNT_T 1
20104 _ACEOF
20108 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20109 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20110 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20111 $as_echo_n "(cached) " >&6
20112 else
20113 ac_cv_type_fsfilcnt_t=no
20114 cat >conftest.$ac_ext <<_ACEOF
20115 /* confdefs.h. */
20116 _ACEOF
20117 cat confdefs.h >>conftest.$ac_ext
20118 cat >>conftest.$ac_ext <<_ACEOF
20119 /* end confdefs.h. */
20120 $ac_includes_default
20122 main ()
20124 if (sizeof (fsfilcnt_t))
20125 return 0;
20127 return 0;
20129 _ACEOF
20130 rm -f conftest.$ac_objext
20131 if { (ac_try="$ac_compile"
20132 case "(($ac_try" in
20133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20134 *) ac_try_echo=$ac_try;;
20135 esac
20136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20137 $as_echo "$ac_try_echo") >&5
20138 (eval "$ac_compile") 2>conftest.er1
20139 ac_status=$?
20140 grep -v '^ *+' conftest.er1 >conftest.err
20141 rm -f conftest.er1
20142 cat conftest.err >&5
20143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144 (exit $ac_status); } && {
20145 test -z "$ac_c_werror_flag" ||
20146 test ! -s conftest.err
20147 } && test -s conftest.$ac_objext; then
20148 cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h. */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h. */
20154 $ac_includes_default
20156 main ()
20158 if (sizeof ((fsfilcnt_t)))
20159 return 0;
20161 return 0;
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168 *) ac_try_echo=$ac_try;;
20169 esac
20170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20171 $as_echo "$ac_try_echo") >&5
20172 (eval "$ac_compile") 2>conftest.er1
20173 ac_status=$?
20174 grep -v '^ *+' conftest.er1 >conftest.err
20175 rm -f conftest.er1
20176 cat conftest.err >&5
20177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178 (exit $ac_status); } && {
20179 test -z "$ac_c_werror_flag" ||
20180 test ! -s conftest.err
20181 } && test -s conftest.$ac_objext; then
20183 else
20184 $as_echo "$as_me: failed program was:" >&5
20185 sed 's/^/| /' conftest.$ac_ext >&5
20187 ac_cv_type_fsfilcnt_t=yes
20190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20191 else
20192 $as_echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20200 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20201 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20202 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20204 cat >>confdefs.h <<_ACEOF
20205 #define HAVE_FSFILCNT_T 1
20206 _ACEOF
20211 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20212 $as_echo_n "checking for sigset_t... " >&6; }
20213 if test "${ac_cv_type_sigset_t+set}" = set; then
20214 $as_echo_n "(cached) " >&6
20215 else
20216 ac_cv_type_sigset_t=no
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h. */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 #include <sys/types.h>
20224 #include <signal.h>
20227 main ()
20229 if (sizeof (sigset_t))
20230 return 0;
20232 return 0;
20234 _ACEOF
20235 rm -f conftest.$ac_objext
20236 if { (ac_try="$ac_compile"
20237 case "(($ac_try" in
20238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20239 *) ac_try_echo=$ac_try;;
20240 esac
20241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20242 $as_echo "$ac_try_echo") >&5
20243 (eval "$ac_compile") 2>conftest.er1
20244 ac_status=$?
20245 grep -v '^ *+' conftest.er1 >conftest.err
20246 rm -f conftest.er1
20247 cat conftest.err >&5
20248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249 (exit $ac_status); } && {
20250 test -z "$ac_c_werror_flag" ||
20251 test ! -s conftest.err
20252 } && test -s conftest.$ac_objext; then
20253 cat >conftest.$ac_ext <<_ACEOF
20254 /* confdefs.h. */
20255 _ACEOF
20256 cat confdefs.h >>conftest.$ac_ext
20257 cat >>conftest.$ac_ext <<_ACEOF
20258 /* end confdefs.h. */
20259 #include <sys/types.h>
20260 #include <signal.h>
20263 main ()
20265 if (sizeof ((sigset_t)))
20266 return 0;
20268 return 0;
20270 _ACEOF
20271 rm -f conftest.$ac_objext
20272 if { (ac_try="$ac_compile"
20273 case "(($ac_try" in
20274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20275 *) ac_try_echo=$ac_try;;
20276 esac
20277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20278 $as_echo "$ac_try_echo") >&5
20279 (eval "$ac_compile") 2>conftest.er1
20280 ac_status=$?
20281 grep -v '^ *+' conftest.er1 >conftest.err
20282 rm -f conftest.er1
20283 cat conftest.err >&5
20284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285 (exit $ac_status); } && {
20286 test -z "$ac_c_werror_flag" ||
20287 test ! -s conftest.err
20288 } && test -s conftest.$ac_objext; then
20290 else
20291 $as_echo "$as_me: failed program was:" >&5
20292 sed 's/^/| /' conftest.$ac_ext >&5
20294 ac_cv_type_sigset_t=yes
20297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 else
20299 $as_echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20307 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20308 $as_echo "$ac_cv_type_sigset_t" >&6; }
20309 if test "x$ac_cv_type_sigset_t" = x""yes; then
20311 cat >>confdefs.h <<_ACEOF
20312 #define HAVE_SIGSET_T 1
20313 _ACEOF
20318 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20319 $as_echo_n "checking for request_sense... " >&6; }
20320 if test "${ac_cv_type_request_sense+set}" = set; then
20321 $as_echo_n "(cached) " >&6
20322 else
20323 ac_cv_type_request_sense=no
20324 cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h. */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h. */
20330 #include <linux/cdrom.h>
20333 main ()
20335 if (sizeof (request_sense))
20336 return 0;
20338 return 0;
20340 _ACEOF
20341 rm -f conftest.$ac_objext
20342 if { (ac_try="$ac_compile"
20343 case "(($ac_try" in
20344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20345 *) ac_try_echo=$ac_try;;
20346 esac
20347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20348 $as_echo "$ac_try_echo") >&5
20349 (eval "$ac_compile") 2>conftest.er1
20350 ac_status=$?
20351 grep -v '^ *+' conftest.er1 >conftest.err
20352 rm -f conftest.er1
20353 cat conftest.err >&5
20354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355 (exit $ac_status); } && {
20356 test -z "$ac_c_werror_flag" ||
20357 test ! -s conftest.err
20358 } && test -s conftest.$ac_objext; then
20359 cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h. */
20361 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext
20363 cat >>conftest.$ac_ext <<_ACEOF
20364 /* end confdefs.h. */
20365 #include <linux/cdrom.h>
20368 main ()
20370 if (sizeof ((request_sense)))
20371 return 0;
20373 return 0;
20375 _ACEOF
20376 rm -f conftest.$ac_objext
20377 if { (ac_try="$ac_compile"
20378 case "(($ac_try" in
20379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20380 *) ac_try_echo=$ac_try;;
20381 esac
20382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20383 $as_echo "$ac_try_echo") >&5
20384 (eval "$ac_compile") 2>conftest.er1
20385 ac_status=$?
20386 grep -v '^ *+' conftest.er1 >conftest.err
20387 rm -f conftest.er1
20388 cat conftest.err >&5
20389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390 (exit $ac_status); } && {
20391 test -z "$ac_c_werror_flag" ||
20392 test ! -s conftest.err
20393 } && test -s conftest.$ac_objext; then
20395 else
20396 $as_echo "$as_me: failed program was:" >&5
20397 sed 's/^/| /' conftest.$ac_ext >&5
20399 ac_cv_type_request_sense=yes
20402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 else
20404 $as_echo "$as_me: failed program was:" >&5
20405 sed 's/^/| /' conftest.$ac_ext >&5
20410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20412 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20413 $as_echo "$ac_cv_type_request_sense" >&6; }
20414 if test "x$ac_cv_type_request_sense" = x""yes; then
20416 cat >>confdefs.h <<_ACEOF
20417 #define HAVE_REQUEST_SENSE 1
20418 _ACEOF
20424 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20425 $as_echo_n "checking for struct xinpgen... " >&6; }
20426 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20427 $as_echo_n "(cached) " >&6
20428 else
20429 ac_cv_type_struct_xinpgen=no
20430 cat >conftest.$ac_ext <<_ACEOF
20431 /* confdefs.h. */
20432 _ACEOF
20433 cat confdefs.h >>conftest.$ac_ext
20434 cat >>conftest.$ac_ext <<_ACEOF
20435 /* end confdefs.h. */
20436 #include <sys/types.h>
20437 #ifdef HAVE_SYS_SOCKET_H
20438 #include <sys/socket.h>
20439 #endif
20440 #ifdef HAVE_SYS_SOCKETVAR_H
20441 #include <sys/socketvar.h>
20442 #endif
20443 #ifdef HAVE_NET_ROUTE_H
20444 #include <net/route.h>
20445 #endif
20446 #ifdef HAVE_NETINET_IN_H
20447 #include <netinet/in.h>
20448 #endif
20449 #ifdef HAVE_NETINET_IN_SYSTM_H
20450 #include <netinet/in_systm.h>
20451 #endif
20452 #ifdef HAVE_NETINET_IP_H
20453 #include <netinet/ip.h>
20454 #endif
20455 #ifdef HAVE_NETINET_IN_PCB_H
20456 #include <netinet/in_pcb.h>
20457 #endif
20460 main ()
20462 if (sizeof (struct xinpgen))
20463 return 0;
20465 return 0;
20467 _ACEOF
20468 rm -f conftest.$ac_objext
20469 if { (ac_try="$ac_compile"
20470 case "(($ac_try" in
20471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472 *) ac_try_echo=$ac_try;;
20473 esac
20474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20475 $as_echo "$ac_try_echo") >&5
20476 (eval "$ac_compile") 2>conftest.er1
20477 ac_status=$?
20478 grep -v '^ *+' conftest.er1 >conftest.err
20479 rm -f conftest.er1
20480 cat conftest.err >&5
20481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); } && {
20483 test -z "$ac_c_werror_flag" ||
20484 test ! -s conftest.err
20485 } && test -s conftest.$ac_objext; then
20486 cat >conftest.$ac_ext <<_ACEOF
20487 /* confdefs.h. */
20488 _ACEOF
20489 cat confdefs.h >>conftest.$ac_ext
20490 cat >>conftest.$ac_ext <<_ACEOF
20491 /* end confdefs.h. */
20492 #include <sys/types.h>
20493 #ifdef HAVE_SYS_SOCKET_H
20494 #include <sys/socket.h>
20495 #endif
20496 #ifdef HAVE_SYS_SOCKETVAR_H
20497 #include <sys/socketvar.h>
20498 #endif
20499 #ifdef HAVE_NET_ROUTE_H
20500 #include <net/route.h>
20501 #endif
20502 #ifdef HAVE_NETINET_IN_H
20503 #include <netinet/in.h>
20504 #endif
20505 #ifdef HAVE_NETINET_IN_SYSTM_H
20506 #include <netinet/in_systm.h>
20507 #endif
20508 #ifdef HAVE_NETINET_IP_H
20509 #include <netinet/ip.h>
20510 #endif
20511 #ifdef HAVE_NETINET_IN_PCB_H
20512 #include <netinet/in_pcb.h>
20513 #endif
20516 main ()
20518 if (sizeof ((struct xinpgen)))
20519 return 0;
20521 return 0;
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528 *) ac_try_echo=$ac_try;;
20529 esac
20530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20531 $as_echo "$ac_try_echo") >&5
20532 (eval "$ac_compile") 2>conftest.er1
20533 ac_status=$?
20534 grep -v '^ *+' conftest.er1 >conftest.err
20535 rm -f conftest.er1
20536 cat conftest.err >&5
20537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20538 (exit $ac_status); } && {
20539 test -z "$ac_c_werror_flag" ||
20540 test ! -s conftest.err
20541 } && test -s conftest.$ac_objext; then
20543 else
20544 $as_echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.$ac_ext >&5
20547 ac_cv_type_struct_xinpgen=yes
20550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20551 else
20552 $as_echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20560 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20561 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20562 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20564 cat >>confdefs.h <<_ACEOF
20565 #define HAVE_STRUCT_XINPGEN 1
20566 _ACEOF
20572 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20573 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20574 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20575 $as_echo_n "(cached) " >&6
20576 else
20577 cat >conftest.$ac_ext <<_ACEOF
20578 /* confdefs.h. */
20579 _ACEOF
20580 cat confdefs.h >>conftest.$ac_ext
20581 cat >>conftest.$ac_ext <<_ACEOF
20582 /* end confdefs.h. */
20583 #ifdef HAVE_LINUX_INPUT_H
20584 #include <linux/input.h>
20585 #endif
20588 main ()
20590 static struct ff_effect ac_aggr;
20591 if (ac_aggr.direction)
20592 return 0;
20594 return 0;
20596 _ACEOF
20597 rm -f conftest.$ac_objext
20598 if { (ac_try="$ac_compile"
20599 case "(($ac_try" in
20600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20601 *) ac_try_echo=$ac_try;;
20602 esac
20603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20604 $as_echo "$ac_try_echo") >&5
20605 (eval "$ac_compile") 2>conftest.er1
20606 ac_status=$?
20607 grep -v '^ *+' conftest.er1 >conftest.err
20608 rm -f conftest.er1
20609 cat conftest.err >&5
20610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20611 (exit $ac_status); } && {
20612 test -z "$ac_c_werror_flag" ||
20613 test ! -s conftest.err
20614 } && test -s conftest.$ac_objext; then
20615 ac_cv_member_struct_ff_effect_direction=yes
20616 else
20617 $as_echo "$as_me: failed program was:" >&5
20618 sed 's/^/| /' conftest.$ac_ext >&5
20620 cat >conftest.$ac_ext <<_ACEOF
20621 /* confdefs.h. */
20622 _ACEOF
20623 cat confdefs.h >>conftest.$ac_ext
20624 cat >>conftest.$ac_ext <<_ACEOF
20625 /* end confdefs.h. */
20626 #ifdef HAVE_LINUX_INPUT_H
20627 #include <linux/input.h>
20628 #endif
20631 main ()
20633 static struct ff_effect ac_aggr;
20634 if (sizeof ac_aggr.direction)
20635 return 0;
20637 return 0;
20639 _ACEOF
20640 rm -f conftest.$ac_objext
20641 if { (ac_try="$ac_compile"
20642 case "(($ac_try" in
20643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20644 *) ac_try_echo=$ac_try;;
20645 esac
20646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20647 $as_echo "$ac_try_echo") >&5
20648 (eval "$ac_compile") 2>conftest.er1
20649 ac_status=$?
20650 grep -v '^ *+' conftest.er1 >conftest.err
20651 rm -f conftest.er1
20652 cat conftest.err >&5
20653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654 (exit $ac_status); } && {
20655 test -z "$ac_c_werror_flag" ||
20656 test ! -s conftest.err
20657 } && test -s conftest.$ac_objext; then
20658 ac_cv_member_struct_ff_effect_direction=yes
20659 else
20660 $as_echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20663 ac_cv_member_struct_ff_effect_direction=no
20666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20672 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20673 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20675 cat >>confdefs.h <<_ACEOF
20676 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20677 _ACEOF
20683 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20684 $as_echo_n "checking for sigaddset... " >&6; }
20685 if test "${wine_cv_have_sigaddset+set}" = set; then
20686 $as_echo_n "(cached) " >&6
20687 else
20688 cat >conftest.$ac_ext <<_ACEOF
20689 /* confdefs.h. */
20690 _ACEOF
20691 cat confdefs.h >>conftest.$ac_ext
20692 cat >>conftest.$ac_ext <<_ACEOF
20693 /* end confdefs.h. */
20694 #include <signal.h>
20696 main ()
20698 sigset_t set; sigaddset(&set,SIGTERM);
20700 return 0;
20702 _ACEOF
20703 rm -f conftest.$ac_objext conftest$ac_exeext
20704 if { (ac_try="$ac_link"
20705 case "(($ac_try" in
20706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20707 *) ac_try_echo=$ac_try;;
20708 esac
20709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20710 $as_echo "$ac_try_echo") >&5
20711 (eval "$ac_link") 2>conftest.er1
20712 ac_status=$?
20713 grep -v '^ *+' conftest.er1 >conftest.err
20714 rm -f conftest.er1
20715 cat conftest.err >&5
20716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717 (exit $ac_status); } && {
20718 test -z "$ac_c_werror_flag" ||
20719 test ! -s conftest.err
20720 } && test -s conftest$ac_exeext && {
20721 test "$cross_compiling" = yes ||
20722 $as_test_x conftest$ac_exeext
20723 }; then
20724 wine_cv_have_sigaddset=yes
20725 else
20726 $as_echo "$as_me: failed program was:" >&5
20727 sed 's/^/| /' conftest.$ac_ext >&5
20729 wine_cv_have_sigaddset=no
20732 rm -rf conftest.dSYM
20733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20734 conftest$ac_exeext conftest.$ac_ext
20736 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20737 $as_echo "$wine_cv_have_sigaddset" >&6; }
20738 if test "$wine_cv_have_sigaddset" = "yes"
20739 then
20741 cat >>confdefs.h <<\_ACEOF
20742 #define HAVE_SIGADDSET 1
20743 _ACEOF
20748 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20749 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20750 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20751 $as_echo_n "(cached) " >&6
20752 else
20753 cat >conftest.$ac_ext <<_ACEOF
20754 /* confdefs.h. */
20755 _ACEOF
20756 cat confdefs.h >>conftest.$ac_ext
20757 cat >>conftest.$ac_ext <<_ACEOF
20758 /* end confdefs.h. */
20759 #include <netdb.h>
20761 main ()
20764 char *name=0;
20765 struct hostent he;
20766 struct hostent *result;
20767 char *buf=0;
20768 int bufsize=0;
20769 int res,errnr;
20770 char *addr=0;
20771 int addrlen=0;
20772 int addrtype=0;
20773 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20774 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20777 return 0;
20779 _ACEOF
20780 rm -f conftest.$ac_objext conftest$ac_exeext
20781 if { (ac_try="$ac_link"
20782 case "(($ac_try" in
20783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20784 *) ac_try_echo=$ac_try;;
20785 esac
20786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20787 $as_echo "$ac_try_echo") >&5
20788 (eval "$ac_link") 2>conftest.er1
20789 ac_status=$?
20790 grep -v '^ *+' conftest.er1 >conftest.err
20791 rm -f conftest.er1
20792 cat conftest.err >&5
20793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20794 (exit $ac_status); } && {
20795 test -z "$ac_c_werror_flag" ||
20796 test ! -s conftest.err
20797 } && test -s conftest$ac_exeext && {
20798 test "$cross_compiling" = yes ||
20799 $as_test_x conftest$ac_exeext
20800 }; then
20801 wine_cv_linux_gethostbyname_r_6=yes
20802 else
20803 $as_echo "$as_me: failed program was:" >&5
20804 sed 's/^/| /' conftest.$ac_ext >&5
20806 wine_cv_linux_gethostbyname_r_6=no
20810 rm -rf conftest.dSYM
20811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20812 conftest$ac_exeext conftest.$ac_ext
20815 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20816 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20817 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20818 then
20820 cat >>confdefs.h <<\_ACEOF
20821 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20822 _ACEOF
20826 if test "$ac_cv_header_linux_joystick_h" = "yes"
20827 then
20828 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20829 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20830 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20831 $as_echo_n "(cached) " >&6
20832 else
20833 cat >conftest.$ac_ext <<_ACEOF
20834 /* confdefs.h. */
20835 _ACEOF
20836 cat confdefs.h >>conftest.$ac_ext
20837 cat >>conftest.$ac_ext <<_ACEOF
20838 /* end confdefs.h. */
20840 #include <sys/ioctl.h>
20841 #include <sys/types.h>
20842 #include <linux/joystick.h>
20844 struct js_event blub;
20845 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20846 #error "no 2.2 header"
20847 #endif
20850 main ()
20852 /*empty*/
20854 return 0;
20856 _ACEOF
20857 rm -f conftest.$ac_objext
20858 if { (ac_try="$ac_compile"
20859 case "(($ac_try" in
20860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20861 *) ac_try_echo=$ac_try;;
20862 esac
20863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20864 $as_echo "$ac_try_echo") >&5
20865 (eval "$ac_compile") 2>conftest.er1
20866 ac_status=$?
20867 grep -v '^ *+' conftest.er1 >conftest.err
20868 rm -f conftest.er1
20869 cat conftest.err >&5
20870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); } && {
20872 test -z "$ac_c_werror_flag" ||
20873 test ! -s conftest.err
20874 } && test -s conftest.$ac_objext; then
20875 wine_cv_linux_joystick_22_api=yes
20876 else
20877 $as_echo "$as_me: failed program was:" >&5
20878 sed 's/^/| /' conftest.$ac_ext >&5
20880 wine_cv_linux_joystick_22_api=no
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20886 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20887 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20888 if test "$wine_cv_linux_joystick_22_api" = "yes"
20889 then
20891 cat >>confdefs.h <<\_ACEOF
20892 #define HAVE_LINUX_22_JOYSTICK_API 1
20893 _ACEOF
20899 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20900 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20901 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20902 $as_echo_n "(cached) " >&6
20903 else
20904 cat >conftest.$ac_ext <<_ACEOF
20905 /* confdefs.h. */
20906 _ACEOF
20907 cat confdefs.h >>conftest.$ac_ext
20908 cat >>conftest.$ac_ext <<_ACEOF
20909 /* end confdefs.h. */
20910 #include <sys/types.h>
20911 #ifdef HAVE_SYS_PARAM_H
20912 # include <sys/param.h>
20913 #endif
20914 #ifdef HAVE_SYS_MOUNT_H
20915 # include <sys/mount.h>
20916 #endif
20917 #ifdef HAVE_SYS_VFS_H
20918 # include <sys/vfs.h>
20919 #endif
20920 #ifdef HAVE_SYS_STATFS_H
20921 # include <sys/statfs.h>
20922 #endif
20925 main ()
20927 static struct statfs ac_aggr;
20928 if (ac_aggr.f_bfree)
20929 return 0;
20931 return 0;
20933 _ACEOF
20934 rm -f conftest.$ac_objext
20935 if { (ac_try="$ac_compile"
20936 case "(($ac_try" in
20937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20938 *) ac_try_echo=$ac_try;;
20939 esac
20940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20941 $as_echo "$ac_try_echo") >&5
20942 (eval "$ac_compile") 2>conftest.er1
20943 ac_status=$?
20944 grep -v '^ *+' conftest.er1 >conftest.err
20945 rm -f conftest.er1
20946 cat conftest.err >&5
20947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); } && {
20949 test -z "$ac_c_werror_flag" ||
20950 test ! -s conftest.err
20951 } && test -s conftest.$ac_objext; then
20952 ac_cv_member_struct_statfs_f_bfree=yes
20953 else
20954 $as_echo "$as_me: failed program was:" >&5
20955 sed 's/^/| /' conftest.$ac_ext >&5
20957 cat >conftest.$ac_ext <<_ACEOF
20958 /* confdefs.h. */
20959 _ACEOF
20960 cat confdefs.h >>conftest.$ac_ext
20961 cat >>conftest.$ac_ext <<_ACEOF
20962 /* end confdefs.h. */
20963 #include <sys/types.h>
20964 #ifdef HAVE_SYS_PARAM_H
20965 # include <sys/param.h>
20966 #endif
20967 #ifdef HAVE_SYS_MOUNT_H
20968 # include <sys/mount.h>
20969 #endif
20970 #ifdef HAVE_SYS_VFS_H
20971 # include <sys/vfs.h>
20972 #endif
20973 #ifdef HAVE_SYS_STATFS_H
20974 # include <sys/statfs.h>
20975 #endif
20978 main ()
20980 static struct statfs ac_aggr;
20981 if (sizeof ac_aggr.f_bfree)
20982 return 0;
20984 return 0;
20986 _ACEOF
20987 rm -f conftest.$ac_objext
20988 if { (ac_try="$ac_compile"
20989 case "(($ac_try" in
20990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20991 *) ac_try_echo=$ac_try;;
20992 esac
20993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20994 $as_echo "$ac_try_echo") >&5
20995 (eval "$ac_compile") 2>conftest.er1
20996 ac_status=$?
20997 grep -v '^ *+' conftest.er1 >conftest.err
20998 rm -f conftest.er1
20999 cat conftest.err >&5
21000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); } && {
21002 test -z "$ac_c_werror_flag" ||
21003 test ! -s conftest.err
21004 } && test -s conftest.$ac_objext; then
21005 ac_cv_member_struct_statfs_f_bfree=yes
21006 else
21007 $as_echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21010 ac_cv_member_struct_statfs_f_bfree=no
21013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21019 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21020 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21022 cat >>confdefs.h <<_ACEOF
21023 #define HAVE_STRUCT_STATFS_F_BFREE 1
21024 _ACEOF
21028 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21029 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21030 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21031 $as_echo_n "(cached) " >&6
21032 else
21033 cat >conftest.$ac_ext <<_ACEOF
21034 /* confdefs.h. */
21035 _ACEOF
21036 cat confdefs.h >>conftest.$ac_ext
21037 cat >>conftest.$ac_ext <<_ACEOF
21038 /* end confdefs.h. */
21039 #include <sys/types.h>
21040 #ifdef HAVE_SYS_PARAM_H
21041 # include <sys/param.h>
21042 #endif
21043 #ifdef HAVE_SYS_MOUNT_H
21044 # include <sys/mount.h>
21045 #endif
21046 #ifdef HAVE_SYS_VFS_H
21047 # include <sys/vfs.h>
21048 #endif
21049 #ifdef HAVE_SYS_STATFS_H
21050 # include <sys/statfs.h>
21051 #endif
21054 main ()
21056 static struct statfs ac_aggr;
21057 if (ac_aggr.f_bavail)
21058 return 0;
21060 return 0;
21062 _ACEOF
21063 rm -f conftest.$ac_objext
21064 if { (ac_try="$ac_compile"
21065 case "(($ac_try" in
21066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21067 *) ac_try_echo=$ac_try;;
21068 esac
21069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21070 $as_echo "$ac_try_echo") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21072 ac_status=$?
21073 grep -v '^ *+' conftest.er1 >conftest.err
21074 rm -f conftest.er1
21075 cat conftest.err >&5
21076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.$ac_objext; then
21081 ac_cv_member_struct_statfs_f_bavail=yes
21082 else
21083 $as_echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21086 cat >conftest.$ac_ext <<_ACEOF
21087 /* confdefs.h. */
21088 _ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21092 #include <sys/types.h>
21093 #ifdef HAVE_SYS_PARAM_H
21094 # include <sys/param.h>
21095 #endif
21096 #ifdef HAVE_SYS_MOUNT_H
21097 # include <sys/mount.h>
21098 #endif
21099 #ifdef HAVE_SYS_VFS_H
21100 # include <sys/vfs.h>
21101 #endif
21102 #ifdef HAVE_SYS_STATFS_H
21103 # include <sys/statfs.h>
21104 #endif
21107 main ()
21109 static struct statfs ac_aggr;
21110 if (sizeof ac_aggr.f_bavail)
21111 return 0;
21113 return 0;
21115 _ACEOF
21116 rm -f conftest.$ac_objext
21117 if { (ac_try="$ac_compile"
21118 case "(($ac_try" in
21119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21120 *) ac_try_echo=$ac_try;;
21121 esac
21122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21123 $as_echo "$ac_try_echo") >&5
21124 (eval "$ac_compile") 2>conftest.er1
21125 ac_status=$?
21126 grep -v '^ *+' conftest.er1 >conftest.err
21127 rm -f conftest.er1
21128 cat conftest.err >&5
21129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21130 (exit $ac_status); } && {
21131 test -z "$ac_c_werror_flag" ||
21132 test ! -s conftest.err
21133 } && test -s conftest.$ac_objext; then
21134 ac_cv_member_struct_statfs_f_bavail=yes
21135 else
21136 $as_echo "$as_me: failed program was:" >&5
21137 sed 's/^/| /' conftest.$ac_ext >&5
21139 ac_cv_member_struct_statfs_f_bavail=no
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21147 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21148 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21149 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21151 cat >>confdefs.h <<_ACEOF
21152 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21153 _ACEOF
21157 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21158 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21159 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21160 $as_echo_n "(cached) " >&6
21161 else
21162 cat >conftest.$ac_ext <<_ACEOF
21163 /* confdefs.h. */
21164 _ACEOF
21165 cat confdefs.h >>conftest.$ac_ext
21166 cat >>conftest.$ac_ext <<_ACEOF
21167 /* end confdefs.h. */
21168 #include <sys/types.h>
21169 #ifdef HAVE_SYS_PARAM_H
21170 # include <sys/param.h>
21171 #endif
21172 #ifdef HAVE_SYS_MOUNT_H
21173 # include <sys/mount.h>
21174 #endif
21175 #ifdef HAVE_SYS_VFS_H
21176 # include <sys/vfs.h>
21177 #endif
21178 #ifdef HAVE_SYS_STATFS_H
21179 # include <sys/statfs.h>
21180 #endif
21183 main ()
21185 static struct statfs ac_aggr;
21186 if (ac_aggr.f_frsize)
21187 return 0;
21189 return 0;
21191 _ACEOF
21192 rm -f conftest.$ac_objext
21193 if { (ac_try="$ac_compile"
21194 case "(($ac_try" in
21195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21196 *) ac_try_echo=$ac_try;;
21197 esac
21198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21199 $as_echo "$ac_try_echo") >&5
21200 (eval "$ac_compile") 2>conftest.er1
21201 ac_status=$?
21202 grep -v '^ *+' conftest.er1 >conftest.err
21203 rm -f conftest.er1
21204 cat conftest.err >&5
21205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 (exit $ac_status); } && {
21207 test -z "$ac_c_werror_flag" ||
21208 test ! -s conftest.err
21209 } && test -s conftest.$ac_objext; then
21210 ac_cv_member_struct_statfs_f_frsize=yes
21211 else
21212 $as_echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21215 cat >conftest.$ac_ext <<_ACEOF
21216 /* confdefs.h. */
21217 _ACEOF
21218 cat confdefs.h >>conftest.$ac_ext
21219 cat >>conftest.$ac_ext <<_ACEOF
21220 /* end confdefs.h. */
21221 #include <sys/types.h>
21222 #ifdef HAVE_SYS_PARAM_H
21223 # include <sys/param.h>
21224 #endif
21225 #ifdef HAVE_SYS_MOUNT_H
21226 # include <sys/mount.h>
21227 #endif
21228 #ifdef HAVE_SYS_VFS_H
21229 # include <sys/vfs.h>
21230 #endif
21231 #ifdef HAVE_SYS_STATFS_H
21232 # include <sys/statfs.h>
21233 #endif
21236 main ()
21238 static struct statfs ac_aggr;
21239 if (sizeof ac_aggr.f_frsize)
21240 return 0;
21242 return 0;
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249 *) ac_try_echo=$ac_try;;
21250 esac
21251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21252 $as_echo "$ac_try_echo") >&5
21253 (eval "$ac_compile") 2>conftest.er1
21254 ac_status=$?
21255 grep -v '^ *+' conftest.er1 >conftest.err
21256 rm -f conftest.er1
21257 cat conftest.err >&5
21258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); } && {
21260 test -z "$ac_c_werror_flag" ||
21261 test ! -s conftest.err
21262 } && test -s conftest.$ac_objext; then
21263 ac_cv_member_struct_statfs_f_frsize=yes
21264 else
21265 $as_echo "$as_me: failed program was:" >&5
21266 sed 's/^/| /' conftest.$ac_ext >&5
21268 ac_cv_member_struct_statfs_f_frsize=no
21271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21276 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21277 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21278 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21280 cat >>confdefs.h <<_ACEOF
21281 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21282 _ACEOF
21286 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21287 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21288 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21289 $as_echo_n "(cached) " >&6
21290 else
21291 cat >conftest.$ac_ext <<_ACEOF
21292 /* confdefs.h. */
21293 _ACEOF
21294 cat confdefs.h >>conftest.$ac_ext
21295 cat >>conftest.$ac_ext <<_ACEOF
21296 /* end confdefs.h. */
21297 #include <sys/types.h>
21298 #ifdef HAVE_SYS_PARAM_H
21299 # include <sys/param.h>
21300 #endif
21301 #ifdef HAVE_SYS_MOUNT_H
21302 # include <sys/mount.h>
21303 #endif
21304 #ifdef HAVE_SYS_VFS_H
21305 # include <sys/vfs.h>
21306 #endif
21307 #ifdef HAVE_SYS_STATFS_H
21308 # include <sys/statfs.h>
21309 #endif
21312 main ()
21314 static struct statfs ac_aggr;
21315 if (ac_aggr.f_ffree)
21316 return 0;
21318 return 0;
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325 *) ac_try_echo=$ac_try;;
21326 esac
21327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21328 $as_echo "$ac_try_echo") >&5
21329 (eval "$ac_compile") 2>conftest.er1
21330 ac_status=$?
21331 grep -v '^ *+' conftest.er1 >conftest.err
21332 rm -f conftest.er1
21333 cat conftest.err >&5
21334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21335 (exit $ac_status); } && {
21336 test -z "$ac_c_werror_flag" ||
21337 test ! -s conftest.err
21338 } && test -s conftest.$ac_objext; then
21339 ac_cv_member_struct_statfs_f_ffree=yes
21340 else
21341 $as_echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21344 cat >conftest.$ac_ext <<_ACEOF
21345 /* confdefs.h. */
21346 _ACEOF
21347 cat confdefs.h >>conftest.$ac_ext
21348 cat >>conftest.$ac_ext <<_ACEOF
21349 /* end confdefs.h. */
21350 #include <sys/types.h>
21351 #ifdef HAVE_SYS_PARAM_H
21352 # include <sys/param.h>
21353 #endif
21354 #ifdef HAVE_SYS_MOUNT_H
21355 # include <sys/mount.h>
21356 #endif
21357 #ifdef HAVE_SYS_VFS_H
21358 # include <sys/vfs.h>
21359 #endif
21360 #ifdef HAVE_SYS_STATFS_H
21361 # include <sys/statfs.h>
21362 #endif
21365 main ()
21367 static struct statfs ac_aggr;
21368 if (sizeof ac_aggr.f_ffree)
21369 return 0;
21371 return 0;
21373 _ACEOF
21374 rm -f conftest.$ac_objext
21375 if { (ac_try="$ac_compile"
21376 case "(($ac_try" in
21377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21378 *) ac_try_echo=$ac_try;;
21379 esac
21380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21381 $as_echo "$ac_try_echo") >&5
21382 (eval "$ac_compile") 2>conftest.er1
21383 ac_status=$?
21384 grep -v '^ *+' conftest.er1 >conftest.err
21385 rm -f conftest.er1
21386 cat conftest.err >&5
21387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21388 (exit $ac_status); } && {
21389 test -z "$ac_c_werror_flag" ||
21390 test ! -s conftest.err
21391 } && test -s conftest.$ac_objext; then
21392 ac_cv_member_struct_statfs_f_ffree=yes
21393 else
21394 $as_echo "$as_me: failed program was:" >&5
21395 sed 's/^/| /' conftest.$ac_ext >&5
21397 ac_cv_member_struct_statfs_f_ffree=no
21400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21405 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21406 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21407 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21409 cat >>confdefs.h <<_ACEOF
21410 #define HAVE_STRUCT_STATFS_F_FFREE 1
21411 _ACEOF
21415 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21416 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21417 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21418 $as_echo_n "(cached) " >&6
21419 else
21420 cat >conftest.$ac_ext <<_ACEOF
21421 /* confdefs.h. */
21422 _ACEOF
21423 cat confdefs.h >>conftest.$ac_ext
21424 cat >>conftest.$ac_ext <<_ACEOF
21425 /* end confdefs.h. */
21426 #include <sys/types.h>
21427 #ifdef HAVE_SYS_PARAM_H
21428 # include <sys/param.h>
21429 #endif
21430 #ifdef HAVE_SYS_MOUNT_H
21431 # include <sys/mount.h>
21432 #endif
21433 #ifdef HAVE_SYS_VFS_H
21434 # include <sys/vfs.h>
21435 #endif
21436 #ifdef HAVE_SYS_STATFS_H
21437 # include <sys/statfs.h>
21438 #endif
21441 main ()
21443 static struct statfs ac_aggr;
21444 if (ac_aggr.f_favail)
21445 return 0;
21447 return 0;
21449 _ACEOF
21450 rm -f conftest.$ac_objext
21451 if { (ac_try="$ac_compile"
21452 case "(($ac_try" in
21453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21454 *) ac_try_echo=$ac_try;;
21455 esac
21456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21457 $as_echo "$ac_try_echo") >&5
21458 (eval "$ac_compile") 2>conftest.er1
21459 ac_status=$?
21460 grep -v '^ *+' conftest.er1 >conftest.err
21461 rm -f conftest.er1
21462 cat conftest.err >&5
21463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21464 (exit $ac_status); } && {
21465 test -z "$ac_c_werror_flag" ||
21466 test ! -s conftest.err
21467 } && test -s conftest.$ac_objext; then
21468 ac_cv_member_struct_statfs_f_favail=yes
21469 else
21470 $as_echo "$as_me: failed program was:" >&5
21471 sed 's/^/| /' conftest.$ac_ext >&5
21473 cat >conftest.$ac_ext <<_ACEOF
21474 /* confdefs.h. */
21475 _ACEOF
21476 cat confdefs.h >>conftest.$ac_ext
21477 cat >>conftest.$ac_ext <<_ACEOF
21478 /* end confdefs.h. */
21479 #include <sys/types.h>
21480 #ifdef HAVE_SYS_PARAM_H
21481 # include <sys/param.h>
21482 #endif
21483 #ifdef HAVE_SYS_MOUNT_H
21484 # include <sys/mount.h>
21485 #endif
21486 #ifdef HAVE_SYS_VFS_H
21487 # include <sys/vfs.h>
21488 #endif
21489 #ifdef HAVE_SYS_STATFS_H
21490 # include <sys/statfs.h>
21491 #endif
21494 main ()
21496 static struct statfs ac_aggr;
21497 if (sizeof ac_aggr.f_favail)
21498 return 0;
21500 return 0;
21502 _ACEOF
21503 rm -f conftest.$ac_objext
21504 if { (ac_try="$ac_compile"
21505 case "(($ac_try" in
21506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21507 *) ac_try_echo=$ac_try;;
21508 esac
21509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21510 $as_echo "$ac_try_echo") >&5
21511 (eval "$ac_compile") 2>conftest.er1
21512 ac_status=$?
21513 grep -v '^ *+' conftest.er1 >conftest.err
21514 rm -f conftest.er1
21515 cat conftest.err >&5
21516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517 (exit $ac_status); } && {
21518 test -z "$ac_c_werror_flag" ||
21519 test ! -s conftest.err
21520 } && test -s conftest.$ac_objext; then
21521 ac_cv_member_struct_statfs_f_favail=yes
21522 else
21523 $as_echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21526 ac_cv_member_struct_statfs_f_favail=no
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21534 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21535 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21536 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21538 cat >>confdefs.h <<_ACEOF
21539 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21540 _ACEOF
21544 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21545 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21546 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21547 $as_echo_n "(cached) " >&6
21548 else
21549 cat >conftest.$ac_ext <<_ACEOF
21550 /* confdefs.h. */
21551 _ACEOF
21552 cat confdefs.h >>conftest.$ac_ext
21553 cat >>conftest.$ac_ext <<_ACEOF
21554 /* end confdefs.h. */
21555 #include <sys/types.h>
21556 #ifdef HAVE_SYS_PARAM_H
21557 # include <sys/param.h>
21558 #endif
21559 #ifdef HAVE_SYS_MOUNT_H
21560 # include <sys/mount.h>
21561 #endif
21562 #ifdef HAVE_SYS_VFS_H
21563 # include <sys/vfs.h>
21564 #endif
21565 #ifdef HAVE_SYS_STATFS_H
21566 # include <sys/statfs.h>
21567 #endif
21570 main ()
21572 static struct statfs ac_aggr;
21573 if (ac_aggr.f_namelen)
21574 return 0;
21576 return 0;
21578 _ACEOF
21579 rm -f conftest.$ac_objext
21580 if { (ac_try="$ac_compile"
21581 case "(($ac_try" in
21582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21583 *) ac_try_echo=$ac_try;;
21584 esac
21585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21586 $as_echo "$ac_try_echo") >&5
21587 (eval "$ac_compile") 2>conftest.er1
21588 ac_status=$?
21589 grep -v '^ *+' conftest.er1 >conftest.err
21590 rm -f conftest.er1
21591 cat conftest.err >&5
21592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); } && {
21594 test -z "$ac_c_werror_flag" ||
21595 test ! -s conftest.err
21596 } && test -s conftest.$ac_objext; then
21597 ac_cv_member_struct_statfs_f_namelen=yes
21598 else
21599 $as_echo "$as_me: failed program was:" >&5
21600 sed 's/^/| /' conftest.$ac_ext >&5
21602 cat >conftest.$ac_ext <<_ACEOF
21603 /* confdefs.h. */
21604 _ACEOF
21605 cat confdefs.h >>conftest.$ac_ext
21606 cat >>conftest.$ac_ext <<_ACEOF
21607 /* end confdefs.h. */
21608 #include <sys/types.h>
21609 #ifdef HAVE_SYS_PARAM_H
21610 # include <sys/param.h>
21611 #endif
21612 #ifdef HAVE_SYS_MOUNT_H
21613 # include <sys/mount.h>
21614 #endif
21615 #ifdef HAVE_SYS_VFS_H
21616 # include <sys/vfs.h>
21617 #endif
21618 #ifdef HAVE_SYS_STATFS_H
21619 # include <sys/statfs.h>
21620 #endif
21623 main ()
21625 static struct statfs ac_aggr;
21626 if (sizeof ac_aggr.f_namelen)
21627 return 0;
21629 return 0;
21631 _ACEOF
21632 rm -f conftest.$ac_objext
21633 if { (ac_try="$ac_compile"
21634 case "(($ac_try" in
21635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21636 *) ac_try_echo=$ac_try;;
21637 esac
21638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21639 $as_echo "$ac_try_echo") >&5
21640 (eval "$ac_compile") 2>conftest.er1
21641 ac_status=$?
21642 grep -v '^ *+' conftest.er1 >conftest.err
21643 rm -f conftest.er1
21644 cat conftest.err >&5
21645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21646 (exit $ac_status); } && {
21647 test -z "$ac_c_werror_flag" ||
21648 test ! -s conftest.err
21649 } && test -s conftest.$ac_objext; then
21650 ac_cv_member_struct_statfs_f_namelen=yes
21651 else
21652 $as_echo "$as_me: failed program was:" >&5
21653 sed 's/^/| /' conftest.$ac_ext >&5
21655 ac_cv_member_struct_statfs_f_namelen=no
21658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21664 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21665 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21667 cat >>confdefs.h <<_ACEOF
21668 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21669 _ACEOF
21675 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21676 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21677 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21678 $as_echo_n "(cached) " >&6
21679 else
21680 cat >conftest.$ac_ext <<_ACEOF
21681 /* confdefs.h. */
21682 _ACEOF
21683 cat confdefs.h >>conftest.$ac_ext
21684 cat >>conftest.$ac_ext <<_ACEOF
21685 /* end confdefs.h. */
21686 #ifdef HAVE_SYS_STATVFS_H
21687 #include <sys/statvfs.h>
21688 #endif
21691 main ()
21693 static struct statvfs ac_aggr;
21694 if (ac_aggr.f_blocks)
21695 return 0;
21697 return 0;
21699 _ACEOF
21700 rm -f conftest.$ac_objext
21701 if { (ac_try="$ac_compile"
21702 case "(($ac_try" in
21703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21704 *) ac_try_echo=$ac_try;;
21705 esac
21706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21707 $as_echo "$ac_try_echo") >&5
21708 (eval "$ac_compile") 2>conftest.er1
21709 ac_status=$?
21710 grep -v '^ *+' conftest.er1 >conftest.err
21711 rm -f conftest.er1
21712 cat conftest.err >&5
21713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21714 (exit $ac_status); } && {
21715 test -z "$ac_c_werror_flag" ||
21716 test ! -s conftest.err
21717 } && test -s conftest.$ac_objext; then
21718 ac_cv_member_struct_statvfs_f_blocks=yes
21719 else
21720 $as_echo "$as_me: failed program was:" >&5
21721 sed 's/^/| /' conftest.$ac_ext >&5
21723 cat >conftest.$ac_ext <<_ACEOF
21724 /* confdefs.h. */
21725 _ACEOF
21726 cat confdefs.h >>conftest.$ac_ext
21727 cat >>conftest.$ac_ext <<_ACEOF
21728 /* end confdefs.h. */
21729 #ifdef HAVE_SYS_STATVFS_H
21730 #include <sys/statvfs.h>
21731 #endif
21734 main ()
21736 static struct statvfs ac_aggr;
21737 if (sizeof ac_aggr.f_blocks)
21738 return 0;
21740 return 0;
21742 _ACEOF
21743 rm -f conftest.$ac_objext
21744 if { (ac_try="$ac_compile"
21745 case "(($ac_try" in
21746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21747 *) ac_try_echo=$ac_try;;
21748 esac
21749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21750 $as_echo "$ac_try_echo") >&5
21751 (eval "$ac_compile") 2>conftest.er1
21752 ac_status=$?
21753 grep -v '^ *+' conftest.er1 >conftest.err
21754 rm -f conftest.er1
21755 cat conftest.err >&5
21756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); } && {
21758 test -z "$ac_c_werror_flag" ||
21759 test ! -s conftest.err
21760 } && test -s conftest.$ac_objext; then
21761 ac_cv_member_struct_statvfs_f_blocks=yes
21762 else
21763 $as_echo "$as_me: failed program was:" >&5
21764 sed 's/^/| /' conftest.$ac_ext >&5
21766 ac_cv_member_struct_statvfs_f_blocks=no
21769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21774 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21775 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21776 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21778 cat >>confdefs.h <<_ACEOF
21779 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21780 _ACEOF
21786 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21787 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21788 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21789 $as_echo_n "(cached) " >&6
21790 else
21791 cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h. */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 #include <sys/types.h>
21798 #ifdef HAVE_SYS_SOCKET_H
21799 # include <sys/socket.h>
21800 #endif
21801 #ifdef HAVE_SYS_UN_H
21802 # include <sys/un.h>
21803 #endif
21806 main ()
21808 static struct msghdr ac_aggr;
21809 if (ac_aggr.msg_accrights)
21810 return 0;
21812 return 0;
21814 _ACEOF
21815 rm -f conftest.$ac_objext
21816 if { (ac_try="$ac_compile"
21817 case "(($ac_try" in
21818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21819 *) ac_try_echo=$ac_try;;
21820 esac
21821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21822 $as_echo "$ac_try_echo") >&5
21823 (eval "$ac_compile") 2>conftest.er1
21824 ac_status=$?
21825 grep -v '^ *+' conftest.er1 >conftest.err
21826 rm -f conftest.er1
21827 cat conftest.err >&5
21828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21829 (exit $ac_status); } && {
21830 test -z "$ac_c_werror_flag" ||
21831 test ! -s conftest.err
21832 } && test -s conftest.$ac_objext; then
21833 ac_cv_member_struct_msghdr_msg_accrights=yes
21834 else
21835 $as_echo "$as_me: failed program was:" >&5
21836 sed 's/^/| /' conftest.$ac_ext >&5
21838 cat >conftest.$ac_ext <<_ACEOF
21839 /* confdefs.h. */
21840 _ACEOF
21841 cat confdefs.h >>conftest.$ac_ext
21842 cat >>conftest.$ac_ext <<_ACEOF
21843 /* end confdefs.h. */
21844 #include <sys/types.h>
21845 #ifdef HAVE_SYS_SOCKET_H
21846 # include <sys/socket.h>
21847 #endif
21848 #ifdef HAVE_SYS_UN_H
21849 # include <sys/un.h>
21850 #endif
21853 main ()
21855 static struct msghdr ac_aggr;
21856 if (sizeof ac_aggr.msg_accrights)
21857 return 0;
21859 return 0;
21861 _ACEOF
21862 rm -f conftest.$ac_objext
21863 if { (ac_try="$ac_compile"
21864 case "(($ac_try" in
21865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21866 *) ac_try_echo=$ac_try;;
21867 esac
21868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21869 $as_echo "$ac_try_echo") >&5
21870 (eval "$ac_compile") 2>conftest.er1
21871 ac_status=$?
21872 grep -v '^ *+' conftest.er1 >conftest.err
21873 rm -f conftest.er1
21874 cat conftest.err >&5
21875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21876 (exit $ac_status); } && {
21877 test -z "$ac_c_werror_flag" ||
21878 test ! -s conftest.err
21879 } && test -s conftest.$ac_objext; then
21880 ac_cv_member_struct_msghdr_msg_accrights=yes
21881 else
21882 $as_echo "$as_me: failed program was:" >&5
21883 sed 's/^/| /' conftest.$ac_ext >&5
21885 ac_cv_member_struct_msghdr_msg_accrights=no
21888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21893 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21894 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21895 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21897 cat >>confdefs.h <<_ACEOF
21898 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21899 _ACEOF
21903 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21904 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21905 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21906 $as_echo_n "(cached) " >&6
21907 else
21908 cat >conftest.$ac_ext <<_ACEOF
21909 /* confdefs.h. */
21910 _ACEOF
21911 cat confdefs.h >>conftest.$ac_ext
21912 cat >>conftest.$ac_ext <<_ACEOF
21913 /* end confdefs.h. */
21914 #include <sys/types.h>
21915 #ifdef HAVE_SYS_SOCKET_H
21916 # include <sys/socket.h>
21917 #endif
21918 #ifdef HAVE_SYS_UN_H
21919 # include <sys/un.h>
21920 #endif
21923 main ()
21925 static struct sockaddr ac_aggr;
21926 if (ac_aggr.sa_len)
21927 return 0;
21929 return 0;
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;;
21937 esac
21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21940 (eval "$ac_compile") 2>conftest.er1
21941 ac_status=$?
21942 grep -v '^ *+' conftest.er1 >conftest.err
21943 rm -f conftest.er1
21944 cat conftest.err >&5
21945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946 (exit $ac_status); } && {
21947 test -z "$ac_c_werror_flag" ||
21948 test ! -s conftest.err
21949 } && test -s conftest.$ac_objext; then
21950 ac_cv_member_struct_sockaddr_sa_len=yes
21951 else
21952 $as_echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21955 cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h. */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h. */
21961 #include <sys/types.h>
21962 #ifdef HAVE_SYS_SOCKET_H
21963 # include <sys/socket.h>
21964 #endif
21965 #ifdef HAVE_SYS_UN_H
21966 # include <sys/un.h>
21967 #endif
21970 main ()
21972 static struct sockaddr ac_aggr;
21973 if (sizeof ac_aggr.sa_len)
21974 return 0;
21976 return 0;
21978 _ACEOF
21979 rm -f conftest.$ac_objext
21980 if { (ac_try="$ac_compile"
21981 case "(($ac_try" in
21982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21983 *) ac_try_echo=$ac_try;;
21984 esac
21985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21986 $as_echo "$ac_try_echo") >&5
21987 (eval "$ac_compile") 2>conftest.er1
21988 ac_status=$?
21989 grep -v '^ *+' conftest.er1 >conftest.err
21990 rm -f conftest.er1
21991 cat conftest.err >&5
21992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21993 (exit $ac_status); } && {
21994 test -z "$ac_c_werror_flag" ||
21995 test ! -s conftest.err
21996 } && test -s conftest.$ac_objext; then
21997 ac_cv_member_struct_sockaddr_sa_len=yes
21998 else
21999 $as_echo "$as_me: failed program was:" >&5
22000 sed 's/^/| /' conftest.$ac_ext >&5
22002 ac_cv_member_struct_sockaddr_sa_len=no
22005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22010 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22011 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22012 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22014 cat >>confdefs.h <<_ACEOF
22015 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22016 _ACEOF
22020 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22021 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22022 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22023 $as_echo_n "(cached) " >&6
22024 else
22025 cat >conftest.$ac_ext <<_ACEOF
22026 /* confdefs.h. */
22027 _ACEOF
22028 cat confdefs.h >>conftest.$ac_ext
22029 cat >>conftest.$ac_ext <<_ACEOF
22030 /* end confdefs.h. */
22031 #include <sys/types.h>
22032 #ifdef HAVE_SYS_SOCKET_H
22033 # include <sys/socket.h>
22034 #endif
22035 #ifdef HAVE_SYS_UN_H
22036 # include <sys/un.h>
22037 #endif
22040 main ()
22042 static struct sockaddr_un ac_aggr;
22043 if (ac_aggr.sun_len)
22044 return 0;
22046 return 0;
22048 _ACEOF
22049 rm -f conftest.$ac_objext
22050 if { (ac_try="$ac_compile"
22051 case "(($ac_try" in
22052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22053 *) ac_try_echo=$ac_try;;
22054 esac
22055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22056 $as_echo "$ac_try_echo") >&5
22057 (eval "$ac_compile") 2>conftest.er1
22058 ac_status=$?
22059 grep -v '^ *+' conftest.er1 >conftest.err
22060 rm -f conftest.er1
22061 cat conftest.err >&5
22062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } && {
22064 test -z "$ac_c_werror_flag" ||
22065 test ! -s conftest.err
22066 } && test -s conftest.$ac_objext; then
22067 ac_cv_member_struct_sockaddr_un_sun_len=yes
22068 else
22069 $as_echo "$as_me: failed program was:" >&5
22070 sed 's/^/| /' conftest.$ac_ext >&5
22072 cat >conftest.$ac_ext <<_ACEOF
22073 /* confdefs.h. */
22074 _ACEOF
22075 cat confdefs.h >>conftest.$ac_ext
22076 cat >>conftest.$ac_ext <<_ACEOF
22077 /* end confdefs.h. */
22078 #include <sys/types.h>
22079 #ifdef HAVE_SYS_SOCKET_H
22080 # include <sys/socket.h>
22081 #endif
22082 #ifdef HAVE_SYS_UN_H
22083 # include <sys/un.h>
22084 #endif
22087 main ()
22089 static struct sockaddr_un ac_aggr;
22090 if (sizeof ac_aggr.sun_len)
22091 return 0;
22093 return 0;
22095 _ACEOF
22096 rm -f conftest.$ac_objext
22097 if { (ac_try="$ac_compile"
22098 case "(($ac_try" in
22099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22100 *) ac_try_echo=$ac_try;;
22101 esac
22102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22103 $as_echo "$ac_try_echo") >&5
22104 (eval "$ac_compile") 2>conftest.er1
22105 ac_status=$?
22106 grep -v '^ *+' conftest.er1 >conftest.err
22107 rm -f conftest.er1
22108 cat conftest.err >&5
22109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22110 (exit $ac_status); } && {
22111 test -z "$ac_c_werror_flag" ||
22112 test ! -s conftest.err
22113 } && test -s conftest.$ac_objext; then
22114 ac_cv_member_struct_sockaddr_un_sun_len=yes
22115 else
22116 $as_echo "$as_me: failed program was:" >&5
22117 sed 's/^/| /' conftest.$ac_ext >&5
22119 ac_cv_member_struct_sockaddr_un_sun_len=no
22122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22127 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22128 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22129 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22131 cat >>confdefs.h <<_ACEOF
22132 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22133 _ACEOF
22139 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22140 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22141 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22142 $as_echo_n "(cached) " >&6
22143 else
22144 cat >conftest.$ac_ext <<_ACEOF
22145 /* confdefs.h. */
22146 _ACEOF
22147 cat confdefs.h >>conftest.$ac_ext
22148 cat >>conftest.$ac_ext <<_ACEOF
22149 /* end confdefs.h. */
22150 #include <sys/types.h>
22151 #ifdef HAVE_SCSI_SG_H
22152 #include <scsi/sg.h>
22153 #endif
22156 main ()
22158 static scsireq_t ac_aggr;
22159 if (ac_aggr.cmd)
22160 return 0;
22162 return 0;
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169 *) ac_try_echo=$ac_try;;
22170 esac
22171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22172 $as_echo "$ac_try_echo") >&5
22173 (eval "$ac_compile") 2>conftest.er1
22174 ac_status=$?
22175 grep -v '^ *+' conftest.er1 >conftest.err
22176 rm -f conftest.er1
22177 cat conftest.err >&5
22178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22179 (exit $ac_status); } && {
22180 test -z "$ac_c_werror_flag" ||
22181 test ! -s conftest.err
22182 } && test -s conftest.$ac_objext; then
22183 ac_cv_member_scsireq_t_cmd=yes
22184 else
22185 $as_echo "$as_me: failed program was:" >&5
22186 sed 's/^/| /' conftest.$ac_ext >&5
22188 cat >conftest.$ac_ext <<_ACEOF
22189 /* confdefs.h. */
22190 _ACEOF
22191 cat confdefs.h >>conftest.$ac_ext
22192 cat >>conftest.$ac_ext <<_ACEOF
22193 /* end confdefs.h. */
22194 #include <sys/types.h>
22195 #ifdef HAVE_SCSI_SG_H
22196 #include <scsi/sg.h>
22197 #endif
22200 main ()
22202 static scsireq_t ac_aggr;
22203 if (sizeof ac_aggr.cmd)
22204 return 0;
22206 return 0;
22208 _ACEOF
22209 rm -f conftest.$ac_objext
22210 if { (ac_try="$ac_compile"
22211 case "(($ac_try" in
22212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22213 *) ac_try_echo=$ac_try;;
22214 esac
22215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22216 $as_echo "$ac_try_echo") >&5
22217 (eval "$ac_compile") 2>conftest.er1
22218 ac_status=$?
22219 grep -v '^ *+' conftest.er1 >conftest.err
22220 rm -f conftest.er1
22221 cat conftest.err >&5
22222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22223 (exit $ac_status); } && {
22224 test -z "$ac_c_werror_flag" ||
22225 test ! -s conftest.err
22226 } && test -s conftest.$ac_objext; then
22227 ac_cv_member_scsireq_t_cmd=yes
22228 else
22229 $as_echo "$as_me: failed program was:" >&5
22230 sed 's/^/| /' conftest.$ac_ext >&5
22232 ac_cv_member_scsireq_t_cmd=no
22235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22240 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22241 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22242 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22244 cat >>confdefs.h <<_ACEOF
22245 #define HAVE_SCSIREQ_T_CMD 1
22246 _ACEOF
22250 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22251 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22252 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22253 $as_echo_n "(cached) " >&6
22254 else
22255 cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h. */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h. */
22261 #include <sys/types.h>
22262 #ifdef HAVE_SCSI_SG_H
22263 #include <scsi/sg.h>
22264 #endif
22267 main ()
22269 static sg_io_hdr_t ac_aggr;
22270 if (ac_aggr.interface_id)
22271 return 0;
22273 return 0;
22275 _ACEOF
22276 rm -f conftest.$ac_objext
22277 if { (ac_try="$ac_compile"
22278 case "(($ac_try" in
22279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22280 *) ac_try_echo=$ac_try;;
22281 esac
22282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22283 $as_echo "$ac_try_echo") >&5
22284 (eval "$ac_compile") 2>conftest.er1
22285 ac_status=$?
22286 grep -v '^ *+' conftest.er1 >conftest.err
22287 rm -f conftest.er1
22288 cat conftest.err >&5
22289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); } && {
22291 test -z "$ac_c_werror_flag" ||
22292 test ! -s conftest.err
22293 } && test -s conftest.$ac_objext; then
22294 ac_cv_member_sg_io_hdr_t_interface_id=yes
22295 else
22296 $as_echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22299 cat >conftest.$ac_ext <<_ACEOF
22300 /* confdefs.h. */
22301 _ACEOF
22302 cat confdefs.h >>conftest.$ac_ext
22303 cat >>conftest.$ac_ext <<_ACEOF
22304 /* end confdefs.h. */
22305 #include <sys/types.h>
22306 #ifdef HAVE_SCSI_SG_H
22307 #include <scsi/sg.h>
22308 #endif
22311 main ()
22313 static sg_io_hdr_t ac_aggr;
22314 if (sizeof ac_aggr.interface_id)
22315 return 0;
22317 return 0;
22319 _ACEOF
22320 rm -f conftest.$ac_objext
22321 if { (ac_try="$ac_compile"
22322 case "(($ac_try" in
22323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22324 *) ac_try_echo=$ac_try;;
22325 esac
22326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22327 $as_echo "$ac_try_echo") >&5
22328 (eval "$ac_compile") 2>conftest.er1
22329 ac_status=$?
22330 grep -v '^ *+' conftest.er1 >conftest.err
22331 rm -f conftest.er1
22332 cat conftest.err >&5
22333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22334 (exit $ac_status); } && {
22335 test -z "$ac_c_werror_flag" ||
22336 test ! -s conftest.err
22337 } && test -s conftest.$ac_objext; then
22338 ac_cv_member_sg_io_hdr_t_interface_id=yes
22339 else
22340 $as_echo "$as_me: failed program was:" >&5
22341 sed 's/^/| /' conftest.$ac_ext >&5
22343 ac_cv_member_sg_io_hdr_t_interface_id=no
22346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22352 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22353 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22355 cat >>confdefs.h <<_ACEOF
22356 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22357 _ACEOF
22363 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22364 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22365 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22366 $as_echo_n "(cached) " >&6
22367 else
22368 cat >conftest.$ac_ext <<_ACEOF
22369 /* confdefs.h. */
22370 _ACEOF
22371 cat confdefs.h >>conftest.$ac_ext
22372 cat >>conftest.$ac_ext <<_ACEOF
22373 /* end confdefs.h. */
22374 #include <signal.h>
22377 main ()
22379 static siginfo_t ac_aggr;
22380 if (ac_aggr.si_fd)
22381 return 0;
22383 return 0;
22385 _ACEOF
22386 rm -f conftest.$ac_objext
22387 if { (ac_try="$ac_compile"
22388 case "(($ac_try" in
22389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22390 *) ac_try_echo=$ac_try;;
22391 esac
22392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22393 $as_echo "$ac_try_echo") >&5
22394 (eval "$ac_compile") 2>conftest.er1
22395 ac_status=$?
22396 grep -v '^ *+' conftest.er1 >conftest.err
22397 rm -f conftest.er1
22398 cat conftest.err >&5
22399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22400 (exit $ac_status); } && {
22401 test -z "$ac_c_werror_flag" ||
22402 test ! -s conftest.err
22403 } && test -s conftest.$ac_objext; then
22404 ac_cv_member_siginfo_t_si_fd=yes
22405 else
22406 $as_echo "$as_me: failed program was:" >&5
22407 sed 's/^/| /' conftest.$ac_ext >&5
22409 cat >conftest.$ac_ext <<_ACEOF
22410 /* confdefs.h. */
22411 _ACEOF
22412 cat confdefs.h >>conftest.$ac_ext
22413 cat >>conftest.$ac_ext <<_ACEOF
22414 /* end confdefs.h. */
22415 #include <signal.h>
22418 main ()
22420 static siginfo_t ac_aggr;
22421 if (sizeof ac_aggr.si_fd)
22422 return 0;
22424 return 0;
22426 _ACEOF
22427 rm -f conftest.$ac_objext
22428 if { (ac_try="$ac_compile"
22429 case "(($ac_try" in
22430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22431 *) ac_try_echo=$ac_try;;
22432 esac
22433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22434 $as_echo "$ac_try_echo") >&5
22435 (eval "$ac_compile") 2>conftest.er1
22436 ac_status=$?
22437 grep -v '^ *+' conftest.er1 >conftest.err
22438 rm -f conftest.er1
22439 cat conftest.err >&5
22440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22441 (exit $ac_status); } && {
22442 test -z "$ac_c_werror_flag" ||
22443 test ! -s conftest.err
22444 } && test -s conftest.$ac_objext; then
22445 ac_cv_member_siginfo_t_si_fd=yes
22446 else
22447 $as_echo "$as_me: failed program was:" >&5
22448 sed 's/^/| /' conftest.$ac_ext >&5
22450 ac_cv_member_siginfo_t_si_fd=no
22453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22458 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22459 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22460 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22462 cat >>confdefs.h <<_ACEOF
22463 #define HAVE_SIGINFO_T_SI_FD 1
22464 _ACEOF
22470 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22471 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22472 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22473 $as_echo_n "(cached) " >&6
22474 else
22475 cat >conftest.$ac_ext <<_ACEOF
22476 /* confdefs.h. */
22477 _ACEOF
22478 cat confdefs.h >>conftest.$ac_ext
22479 cat >>conftest.$ac_ext <<_ACEOF
22480 /* end confdefs.h. */
22481 #include <sys/types.h>
22482 #ifdef HAVE_SYS_MTIO_H
22483 #include <sys/mtio.h>
22484 #endif
22487 main ()
22489 static struct mtget ac_aggr;
22490 if (ac_aggr.mt_blksiz)
22491 return 0;
22493 return 0;
22495 _ACEOF
22496 rm -f conftest.$ac_objext
22497 if { (ac_try="$ac_compile"
22498 case "(($ac_try" in
22499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22500 *) ac_try_echo=$ac_try;;
22501 esac
22502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22503 $as_echo "$ac_try_echo") >&5
22504 (eval "$ac_compile") 2>conftest.er1
22505 ac_status=$?
22506 grep -v '^ *+' conftest.er1 >conftest.err
22507 rm -f conftest.er1
22508 cat conftest.err >&5
22509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22510 (exit $ac_status); } && {
22511 test -z "$ac_c_werror_flag" ||
22512 test ! -s conftest.err
22513 } && test -s conftest.$ac_objext; then
22514 ac_cv_member_struct_mtget_mt_blksiz=yes
22515 else
22516 $as_echo "$as_me: failed program was:" >&5
22517 sed 's/^/| /' conftest.$ac_ext >&5
22519 cat >conftest.$ac_ext <<_ACEOF
22520 /* confdefs.h. */
22521 _ACEOF
22522 cat confdefs.h >>conftest.$ac_ext
22523 cat >>conftest.$ac_ext <<_ACEOF
22524 /* end confdefs.h. */
22525 #include <sys/types.h>
22526 #ifdef HAVE_SYS_MTIO_H
22527 #include <sys/mtio.h>
22528 #endif
22531 main ()
22533 static struct mtget ac_aggr;
22534 if (sizeof ac_aggr.mt_blksiz)
22535 return 0;
22537 return 0;
22539 _ACEOF
22540 rm -f conftest.$ac_objext
22541 if { (ac_try="$ac_compile"
22542 case "(($ac_try" in
22543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22544 *) ac_try_echo=$ac_try;;
22545 esac
22546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22547 $as_echo "$ac_try_echo") >&5
22548 (eval "$ac_compile") 2>conftest.er1
22549 ac_status=$?
22550 grep -v '^ *+' conftest.er1 >conftest.err
22551 rm -f conftest.er1
22552 cat conftest.err >&5
22553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22554 (exit $ac_status); } && {
22555 test -z "$ac_c_werror_flag" ||
22556 test ! -s conftest.err
22557 } && test -s conftest.$ac_objext; then
22558 ac_cv_member_struct_mtget_mt_blksiz=yes
22559 else
22560 $as_echo "$as_me: failed program was:" >&5
22561 sed 's/^/| /' conftest.$ac_ext >&5
22563 ac_cv_member_struct_mtget_mt_blksiz=no
22566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22571 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22572 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22573 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22575 cat >>confdefs.h <<_ACEOF
22576 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22577 _ACEOF
22581 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22582 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22583 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22584 $as_echo_n "(cached) " >&6
22585 else
22586 cat >conftest.$ac_ext <<_ACEOF
22587 /* confdefs.h. */
22588 _ACEOF
22589 cat confdefs.h >>conftest.$ac_ext
22590 cat >>conftest.$ac_ext <<_ACEOF
22591 /* end confdefs.h. */
22592 #include <sys/types.h>
22593 #ifdef HAVE_SYS_MTIO_H
22594 #include <sys/mtio.h>
22595 #endif
22598 main ()
22600 static struct mtget ac_aggr;
22601 if (ac_aggr.mt_gstat)
22602 return 0;
22604 return 0;
22606 _ACEOF
22607 rm -f conftest.$ac_objext
22608 if { (ac_try="$ac_compile"
22609 case "(($ac_try" in
22610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22611 *) ac_try_echo=$ac_try;;
22612 esac
22613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22614 $as_echo "$ac_try_echo") >&5
22615 (eval "$ac_compile") 2>conftest.er1
22616 ac_status=$?
22617 grep -v '^ *+' conftest.er1 >conftest.err
22618 rm -f conftest.er1
22619 cat conftest.err >&5
22620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22621 (exit $ac_status); } && {
22622 test -z "$ac_c_werror_flag" ||
22623 test ! -s conftest.err
22624 } && test -s conftest.$ac_objext; then
22625 ac_cv_member_struct_mtget_mt_gstat=yes
22626 else
22627 $as_echo "$as_me: failed program was:" >&5
22628 sed 's/^/| /' conftest.$ac_ext >&5
22630 cat >conftest.$ac_ext <<_ACEOF
22631 /* confdefs.h. */
22632 _ACEOF
22633 cat confdefs.h >>conftest.$ac_ext
22634 cat >>conftest.$ac_ext <<_ACEOF
22635 /* end confdefs.h. */
22636 #include <sys/types.h>
22637 #ifdef HAVE_SYS_MTIO_H
22638 #include <sys/mtio.h>
22639 #endif
22642 main ()
22644 static struct mtget ac_aggr;
22645 if (sizeof ac_aggr.mt_gstat)
22646 return 0;
22648 return 0;
22650 _ACEOF
22651 rm -f conftest.$ac_objext
22652 if { (ac_try="$ac_compile"
22653 case "(($ac_try" in
22654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22655 *) ac_try_echo=$ac_try;;
22656 esac
22657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22658 $as_echo "$ac_try_echo") >&5
22659 (eval "$ac_compile") 2>conftest.er1
22660 ac_status=$?
22661 grep -v '^ *+' conftest.er1 >conftest.err
22662 rm -f conftest.er1
22663 cat conftest.err >&5
22664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22665 (exit $ac_status); } && {
22666 test -z "$ac_c_werror_flag" ||
22667 test ! -s conftest.err
22668 } && test -s conftest.$ac_objext; then
22669 ac_cv_member_struct_mtget_mt_gstat=yes
22670 else
22671 $as_echo "$as_me: failed program was:" >&5
22672 sed 's/^/| /' conftest.$ac_ext >&5
22674 ac_cv_member_struct_mtget_mt_gstat=no
22677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22682 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22683 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22684 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22686 cat >>confdefs.h <<_ACEOF
22687 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22688 _ACEOF
22692 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22693 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22694 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22695 $as_echo_n "(cached) " >&6
22696 else
22697 cat >conftest.$ac_ext <<_ACEOF
22698 /* confdefs.h. */
22699 _ACEOF
22700 cat confdefs.h >>conftest.$ac_ext
22701 cat >>conftest.$ac_ext <<_ACEOF
22702 /* end confdefs.h. */
22703 #include <sys/types.h>
22704 #ifdef HAVE_SYS_MTIO_H
22705 #include <sys/mtio.h>
22706 #endif
22709 main ()
22711 static struct mtget ac_aggr;
22712 if (ac_aggr.mt_blkno)
22713 return 0;
22715 return 0;
22717 _ACEOF
22718 rm -f conftest.$ac_objext
22719 if { (ac_try="$ac_compile"
22720 case "(($ac_try" in
22721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22722 *) ac_try_echo=$ac_try;;
22723 esac
22724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22725 $as_echo "$ac_try_echo") >&5
22726 (eval "$ac_compile") 2>conftest.er1
22727 ac_status=$?
22728 grep -v '^ *+' conftest.er1 >conftest.err
22729 rm -f conftest.er1
22730 cat conftest.err >&5
22731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22732 (exit $ac_status); } && {
22733 test -z "$ac_c_werror_flag" ||
22734 test ! -s conftest.err
22735 } && test -s conftest.$ac_objext; then
22736 ac_cv_member_struct_mtget_mt_blkno=yes
22737 else
22738 $as_echo "$as_me: failed program was:" >&5
22739 sed 's/^/| /' conftest.$ac_ext >&5
22741 cat >conftest.$ac_ext <<_ACEOF
22742 /* confdefs.h. */
22743 _ACEOF
22744 cat confdefs.h >>conftest.$ac_ext
22745 cat >>conftest.$ac_ext <<_ACEOF
22746 /* end confdefs.h. */
22747 #include <sys/types.h>
22748 #ifdef HAVE_SYS_MTIO_H
22749 #include <sys/mtio.h>
22750 #endif
22753 main ()
22755 static struct mtget ac_aggr;
22756 if (sizeof ac_aggr.mt_blkno)
22757 return 0;
22759 return 0;
22761 _ACEOF
22762 rm -f conftest.$ac_objext
22763 if { (ac_try="$ac_compile"
22764 case "(($ac_try" in
22765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22766 *) ac_try_echo=$ac_try;;
22767 esac
22768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22769 $as_echo "$ac_try_echo") >&5
22770 (eval "$ac_compile") 2>conftest.er1
22771 ac_status=$?
22772 grep -v '^ *+' conftest.er1 >conftest.err
22773 rm -f conftest.er1
22774 cat conftest.err >&5
22775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22776 (exit $ac_status); } && {
22777 test -z "$ac_c_werror_flag" ||
22778 test ! -s conftest.err
22779 } && test -s conftest.$ac_objext; then
22780 ac_cv_member_struct_mtget_mt_blkno=yes
22781 else
22782 $as_echo "$as_me: failed program was:" >&5
22783 sed 's/^/| /' conftest.$ac_ext >&5
22785 ac_cv_member_struct_mtget_mt_blkno=no
22788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22793 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22794 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22795 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22797 cat >>confdefs.h <<_ACEOF
22798 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22799 _ACEOF
22805 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22806 $as_echo_n "checking for struct option.name... " >&6; }
22807 if test "${ac_cv_member_struct_option_name+set}" = set; then
22808 $as_echo_n "(cached) " >&6
22809 else
22810 cat >conftest.$ac_ext <<_ACEOF
22811 /* confdefs.h. */
22812 _ACEOF
22813 cat confdefs.h >>conftest.$ac_ext
22814 cat >>conftest.$ac_ext <<_ACEOF
22815 /* end confdefs.h. */
22816 #ifdef HAVE_GETOPT_H
22817 #include <getopt.h>
22818 #endif
22821 main ()
22823 static struct option ac_aggr;
22824 if (ac_aggr.name)
22825 return 0;
22827 return 0;
22829 _ACEOF
22830 rm -f conftest.$ac_objext
22831 if { (ac_try="$ac_compile"
22832 case "(($ac_try" in
22833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22834 *) ac_try_echo=$ac_try;;
22835 esac
22836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22837 $as_echo "$ac_try_echo") >&5
22838 (eval "$ac_compile") 2>conftest.er1
22839 ac_status=$?
22840 grep -v '^ *+' conftest.er1 >conftest.err
22841 rm -f conftest.er1
22842 cat conftest.err >&5
22843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22844 (exit $ac_status); } && {
22845 test -z "$ac_c_werror_flag" ||
22846 test ! -s conftest.err
22847 } && test -s conftest.$ac_objext; then
22848 ac_cv_member_struct_option_name=yes
22849 else
22850 $as_echo "$as_me: failed program was:" >&5
22851 sed 's/^/| /' conftest.$ac_ext >&5
22853 cat >conftest.$ac_ext <<_ACEOF
22854 /* confdefs.h. */
22855 _ACEOF
22856 cat confdefs.h >>conftest.$ac_ext
22857 cat >>conftest.$ac_ext <<_ACEOF
22858 /* end confdefs.h. */
22859 #ifdef HAVE_GETOPT_H
22860 #include <getopt.h>
22861 #endif
22864 main ()
22866 static struct option ac_aggr;
22867 if (sizeof ac_aggr.name)
22868 return 0;
22870 return 0;
22872 _ACEOF
22873 rm -f conftest.$ac_objext
22874 if { (ac_try="$ac_compile"
22875 case "(($ac_try" in
22876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22877 *) ac_try_echo=$ac_try;;
22878 esac
22879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22880 $as_echo "$ac_try_echo") >&5
22881 (eval "$ac_compile") 2>conftest.er1
22882 ac_status=$?
22883 grep -v '^ *+' conftest.er1 >conftest.err
22884 rm -f conftest.er1
22885 cat conftest.err >&5
22886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } && {
22888 test -z "$ac_c_werror_flag" ||
22889 test ! -s conftest.err
22890 } && test -s conftest.$ac_objext; then
22891 ac_cv_member_struct_option_name=yes
22892 else
22893 $as_echo "$as_me: failed program was:" >&5
22894 sed 's/^/| /' conftest.$ac_ext >&5
22896 ac_cv_member_struct_option_name=no
22899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22904 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22905 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22906 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22908 cat >>confdefs.h <<_ACEOF
22909 #define HAVE_STRUCT_OPTION_NAME 1
22910 _ACEOF
22916 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22917 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22918 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22919 $as_echo_n "(cached) " >&6
22920 else
22921 cat >conftest.$ac_ext <<_ACEOF
22922 /* confdefs.h. */
22923 _ACEOF
22924 cat confdefs.h >>conftest.$ac_ext
22925 cat >>conftest.$ac_ext <<_ACEOF
22926 /* end confdefs.h. */
22927 $ac_includes_default
22929 main ()
22931 static struct stat ac_aggr;
22932 if (ac_aggr.st_blocks)
22933 return 0;
22935 return 0;
22937 _ACEOF
22938 rm -f conftest.$ac_objext
22939 if { (ac_try="$ac_compile"
22940 case "(($ac_try" in
22941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22942 *) ac_try_echo=$ac_try;;
22943 esac
22944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22945 $as_echo "$ac_try_echo") >&5
22946 (eval "$ac_compile") 2>conftest.er1
22947 ac_status=$?
22948 grep -v '^ *+' conftest.er1 >conftest.err
22949 rm -f conftest.er1
22950 cat conftest.err >&5
22951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22952 (exit $ac_status); } && {
22953 test -z "$ac_c_werror_flag" ||
22954 test ! -s conftest.err
22955 } && test -s conftest.$ac_objext; then
22956 ac_cv_member_struct_stat_st_blocks=yes
22957 else
22958 $as_echo "$as_me: failed program was:" >&5
22959 sed 's/^/| /' conftest.$ac_ext >&5
22961 cat >conftest.$ac_ext <<_ACEOF
22962 /* confdefs.h. */
22963 _ACEOF
22964 cat confdefs.h >>conftest.$ac_ext
22965 cat >>conftest.$ac_ext <<_ACEOF
22966 /* end confdefs.h. */
22967 $ac_includes_default
22969 main ()
22971 static struct stat ac_aggr;
22972 if (sizeof ac_aggr.st_blocks)
22973 return 0;
22975 return 0;
22977 _ACEOF
22978 rm -f conftest.$ac_objext
22979 if { (ac_try="$ac_compile"
22980 case "(($ac_try" in
22981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22982 *) ac_try_echo=$ac_try;;
22983 esac
22984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22985 $as_echo "$ac_try_echo") >&5
22986 (eval "$ac_compile") 2>conftest.er1
22987 ac_status=$?
22988 grep -v '^ *+' conftest.er1 >conftest.err
22989 rm -f conftest.er1
22990 cat conftest.err >&5
22991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); } && {
22993 test -z "$ac_c_werror_flag" ||
22994 test ! -s conftest.err
22995 } && test -s conftest.$ac_objext; then
22996 ac_cv_member_struct_stat_st_blocks=yes
22997 else
22998 $as_echo "$as_me: failed program was:" >&5
22999 sed 's/^/| /' conftest.$ac_ext >&5
23001 ac_cv_member_struct_stat_st_blocks=no
23004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23009 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23010 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23011 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23013 cat >>confdefs.h <<_ACEOF
23014 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23015 _ACEOF
23019 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23020 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23021 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23022 $as_echo_n "(cached) " >&6
23023 else
23024 cat >conftest.$ac_ext <<_ACEOF
23025 /* confdefs.h. */
23026 _ACEOF
23027 cat confdefs.h >>conftest.$ac_ext
23028 cat >>conftest.$ac_ext <<_ACEOF
23029 /* end confdefs.h. */
23030 $ac_includes_default
23032 main ()
23034 static struct stat ac_aggr;
23035 if (ac_aggr.st_mtim)
23036 return 0;
23038 return 0;
23040 _ACEOF
23041 rm -f conftest.$ac_objext
23042 if { (ac_try="$ac_compile"
23043 case "(($ac_try" in
23044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23045 *) ac_try_echo=$ac_try;;
23046 esac
23047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23048 $as_echo "$ac_try_echo") >&5
23049 (eval "$ac_compile") 2>conftest.er1
23050 ac_status=$?
23051 grep -v '^ *+' conftest.er1 >conftest.err
23052 rm -f conftest.er1
23053 cat conftest.err >&5
23054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23055 (exit $ac_status); } && {
23056 test -z "$ac_c_werror_flag" ||
23057 test ! -s conftest.err
23058 } && test -s conftest.$ac_objext; then
23059 ac_cv_member_struct_stat_st_mtim=yes
23060 else
23061 $as_echo "$as_me: failed program was:" >&5
23062 sed 's/^/| /' conftest.$ac_ext >&5
23064 cat >conftest.$ac_ext <<_ACEOF
23065 /* confdefs.h. */
23066 _ACEOF
23067 cat confdefs.h >>conftest.$ac_ext
23068 cat >>conftest.$ac_ext <<_ACEOF
23069 /* end confdefs.h. */
23070 $ac_includes_default
23072 main ()
23074 static struct stat ac_aggr;
23075 if (sizeof ac_aggr.st_mtim)
23076 return 0;
23078 return 0;
23080 _ACEOF
23081 rm -f conftest.$ac_objext
23082 if { (ac_try="$ac_compile"
23083 case "(($ac_try" in
23084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23085 *) ac_try_echo=$ac_try;;
23086 esac
23087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23088 $as_echo "$ac_try_echo") >&5
23089 (eval "$ac_compile") 2>conftest.er1
23090 ac_status=$?
23091 grep -v '^ *+' conftest.er1 >conftest.err
23092 rm -f conftest.er1
23093 cat conftest.err >&5
23094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23095 (exit $ac_status); } && {
23096 test -z "$ac_c_werror_flag" ||
23097 test ! -s conftest.err
23098 } && test -s conftest.$ac_objext; then
23099 ac_cv_member_struct_stat_st_mtim=yes
23100 else
23101 $as_echo "$as_me: failed program was:" >&5
23102 sed 's/^/| /' conftest.$ac_ext >&5
23104 ac_cv_member_struct_stat_st_mtim=no
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23112 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23113 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23114 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23116 cat >>confdefs.h <<_ACEOF
23117 #define HAVE_STRUCT_STAT_ST_MTIM 1
23118 _ACEOF
23122 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23123 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23124 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23125 $as_echo_n "(cached) " >&6
23126 else
23127 cat >conftest.$ac_ext <<_ACEOF
23128 /* confdefs.h. */
23129 _ACEOF
23130 cat confdefs.h >>conftest.$ac_ext
23131 cat >>conftest.$ac_ext <<_ACEOF
23132 /* end confdefs.h. */
23133 $ac_includes_default
23135 main ()
23137 static struct stat ac_aggr;
23138 if (ac_aggr.st_ctim)
23139 return 0;
23141 return 0;
23143 _ACEOF
23144 rm -f conftest.$ac_objext
23145 if { (ac_try="$ac_compile"
23146 case "(($ac_try" in
23147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23148 *) ac_try_echo=$ac_try;;
23149 esac
23150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23151 $as_echo "$ac_try_echo") >&5
23152 (eval "$ac_compile") 2>conftest.er1
23153 ac_status=$?
23154 grep -v '^ *+' conftest.er1 >conftest.err
23155 rm -f conftest.er1
23156 cat conftest.err >&5
23157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23158 (exit $ac_status); } && {
23159 test -z "$ac_c_werror_flag" ||
23160 test ! -s conftest.err
23161 } && test -s conftest.$ac_objext; then
23162 ac_cv_member_struct_stat_st_ctim=yes
23163 else
23164 $as_echo "$as_me: failed program was:" >&5
23165 sed 's/^/| /' conftest.$ac_ext >&5
23167 cat >conftest.$ac_ext <<_ACEOF
23168 /* confdefs.h. */
23169 _ACEOF
23170 cat confdefs.h >>conftest.$ac_ext
23171 cat >>conftest.$ac_ext <<_ACEOF
23172 /* end confdefs.h. */
23173 $ac_includes_default
23175 main ()
23177 static struct stat ac_aggr;
23178 if (sizeof ac_aggr.st_ctim)
23179 return 0;
23181 return 0;
23183 _ACEOF
23184 rm -f conftest.$ac_objext
23185 if { (ac_try="$ac_compile"
23186 case "(($ac_try" in
23187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23188 *) ac_try_echo=$ac_try;;
23189 esac
23190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23191 $as_echo "$ac_try_echo") >&5
23192 (eval "$ac_compile") 2>conftest.er1
23193 ac_status=$?
23194 grep -v '^ *+' conftest.er1 >conftest.err
23195 rm -f conftest.er1
23196 cat conftest.err >&5
23197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23198 (exit $ac_status); } && {
23199 test -z "$ac_c_werror_flag" ||
23200 test ! -s conftest.err
23201 } && test -s conftest.$ac_objext; then
23202 ac_cv_member_struct_stat_st_ctim=yes
23203 else
23204 $as_echo "$as_me: failed program was:" >&5
23205 sed 's/^/| /' conftest.$ac_ext >&5
23207 ac_cv_member_struct_stat_st_ctim=no
23210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23215 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23216 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23217 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23219 cat >>confdefs.h <<_ACEOF
23220 #define HAVE_STRUCT_STAT_ST_CTIM 1
23221 _ACEOF
23225 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23226 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23227 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23228 $as_echo_n "(cached) " >&6
23229 else
23230 cat >conftest.$ac_ext <<_ACEOF
23231 /* confdefs.h. */
23232 _ACEOF
23233 cat confdefs.h >>conftest.$ac_ext
23234 cat >>conftest.$ac_ext <<_ACEOF
23235 /* end confdefs.h. */
23236 $ac_includes_default
23238 main ()
23240 static struct stat ac_aggr;
23241 if (ac_aggr.st_atim)
23242 return 0;
23244 return 0;
23246 _ACEOF
23247 rm -f conftest.$ac_objext
23248 if { (ac_try="$ac_compile"
23249 case "(($ac_try" in
23250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23251 *) ac_try_echo=$ac_try;;
23252 esac
23253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23254 $as_echo "$ac_try_echo") >&5
23255 (eval "$ac_compile") 2>conftest.er1
23256 ac_status=$?
23257 grep -v '^ *+' conftest.er1 >conftest.err
23258 rm -f conftest.er1
23259 cat conftest.err >&5
23260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23261 (exit $ac_status); } && {
23262 test -z "$ac_c_werror_flag" ||
23263 test ! -s conftest.err
23264 } && test -s conftest.$ac_objext; then
23265 ac_cv_member_struct_stat_st_atim=yes
23266 else
23267 $as_echo "$as_me: failed program was:" >&5
23268 sed 's/^/| /' conftest.$ac_ext >&5
23270 cat >conftest.$ac_ext <<_ACEOF
23271 /* confdefs.h. */
23272 _ACEOF
23273 cat confdefs.h >>conftest.$ac_ext
23274 cat >>conftest.$ac_ext <<_ACEOF
23275 /* end confdefs.h. */
23276 $ac_includes_default
23278 main ()
23280 static struct stat ac_aggr;
23281 if (sizeof ac_aggr.st_atim)
23282 return 0;
23284 return 0;
23286 _ACEOF
23287 rm -f conftest.$ac_objext
23288 if { (ac_try="$ac_compile"
23289 case "(($ac_try" in
23290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23291 *) ac_try_echo=$ac_try;;
23292 esac
23293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23294 $as_echo "$ac_try_echo") >&5
23295 (eval "$ac_compile") 2>conftest.er1
23296 ac_status=$?
23297 grep -v '^ *+' conftest.er1 >conftest.err
23298 rm -f conftest.er1
23299 cat conftest.err >&5
23300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23301 (exit $ac_status); } && {
23302 test -z "$ac_c_werror_flag" ||
23303 test ! -s conftest.err
23304 } && test -s conftest.$ac_objext; then
23305 ac_cv_member_struct_stat_st_atim=yes
23306 else
23307 $as_echo "$as_me: failed program was:" >&5
23308 sed 's/^/| /' conftest.$ac_ext >&5
23310 ac_cv_member_struct_stat_st_atim=no
23313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23318 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23319 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23320 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23322 cat >>confdefs.h <<_ACEOF
23323 #define HAVE_STRUCT_STAT_ST_ATIM 1
23324 _ACEOF
23330 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23331 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23332 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23333 $as_echo_n "(cached) " >&6
23334 else
23335 cat >conftest.$ac_ext <<_ACEOF
23336 /* confdefs.h. */
23337 _ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h. */
23341 #ifdef HAVE_SYS_TYPES_H
23342 #include <sys/types.h>
23343 #endif
23344 #ifdef HAVE_NETINET_IN_H
23345 #include <netinet/in.h>
23346 #endif
23349 main ()
23351 static struct sockaddr_in6 ac_aggr;
23352 if (ac_aggr.sin6_scope_id)
23353 return 0;
23355 return 0;
23357 _ACEOF
23358 rm -f conftest.$ac_objext
23359 if { (ac_try="$ac_compile"
23360 case "(($ac_try" in
23361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23362 *) ac_try_echo=$ac_try;;
23363 esac
23364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23365 $as_echo "$ac_try_echo") >&5
23366 (eval "$ac_compile") 2>conftest.er1
23367 ac_status=$?
23368 grep -v '^ *+' conftest.er1 >conftest.err
23369 rm -f conftest.er1
23370 cat conftest.err >&5
23371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23372 (exit $ac_status); } && {
23373 test -z "$ac_c_werror_flag" ||
23374 test ! -s conftest.err
23375 } && test -s conftest.$ac_objext; then
23376 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23377 else
23378 $as_echo "$as_me: failed program was:" >&5
23379 sed 's/^/| /' conftest.$ac_ext >&5
23381 cat >conftest.$ac_ext <<_ACEOF
23382 /* confdefs.h. */
23383 _ACEOF
23384 cat confdefs.h >>conftest.$ac_ext
23385 cat >>conftest.$ac_ext <<_ACEOF
23386 /* end confdefs.h. */
23387 #ifdef HAVE_SYS_TYPES_H
23388 #include <sys/types.h>
23389 #endif
23390 #ifdef HAVE_NETINET_IN_H
23391 #include <netinet/in.h>
23392 #endif
23395 main ()
23397 static struct sockaddr_in6 ac_aggr;
23398 if (sizeof ac_aggr.sin6_scope_id)
23399 return 0;
23401 return 0;
23403 _ACEOF
23404 rm -f conftest.$ac_objext
23405 if { (ac_try="$ac_compile"
23406 case "(($ac_try" in
23407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23408 *) ac_try_echo=$ac_try;;
23409 esac
23410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23411 $as_echo "$ac_try_echo") >&5
23412 (eval "$ac_compile") 2>conftest.er1
23413 ac_status=$?
23414 grep -v '^ *+' conftest.er1 >conftest.err
23415 rm -f conftest.er1
23416 cat conftest.err >&5
23417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23418 (exit $ac_status); } && {
23419 test -z "$ac_c_werror_flag" ||
23420 test ! -s conftest.err
23421 } && test -s conftest.$ac_objext; then
23422 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23423 else
23424 $as_echo "$as_me: failed program was:" >&5
23425 sed 's/^/| /' conftest.$ac_ext >&5
23427 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23435 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23436 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23437 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23439 cat >>confdefs.h <<_ACEOF
23440 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23441 _ACEOF
23447 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23448 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23449 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23450 $as_echo_n "(cached) " >&6
23451 else
23452 cat >conftest.$ac_ext <<_ACEOF
23453 /* confdefs.h. */
23454 _ACEOF
23455 cat confdefs.h >>conftest.$ac_ext
23456 cat >>conftest.$ac_ext <<_ACEOF
23457 /* end confdefs.h. */
23458 #ifdef HAVE_SYS_TYPES_H
23459 #include <sys/types.h>
23460 #endif
23461 #ifdef HAVE_NETINET_IN_H
23462 # include <netinet/in.h>
23463 #endif
23464 #ifdef HAVE_ARPA_NAMESER_H
23465 # include <arpa/nameser.h>
23466 #endif
23469 main ()
23471 static ns_msg ac_aggr;
23472 if (ac_aggr._msg_ptr)
23473 return 0;
23475 return 0;
23477 _ACEOF
23478 rm -f conftest.$ac_objext
23479 if { (ac_try="$ac_compile"
23480 case "(($ac_try" in
23481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23482 *) ac_try_echo=$ac_try;;
23483 esac
23484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23485 $as_echo "$ac_try_echo") >&5
23486 (eval "$ac_compile") 2>conftest.er1
23487 ac_status=$?
23488 grep -v '^ *+' conftest.er1 >conftest.err
23489 rm -f conftest.er1
23490 cat conftest.err >&5
23491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23492 (exit $ac_status); } && {
23493 test -z "$ac_c_werror_flag" ||
23494 test ! -s conftest.err
23495 } && test -s conftest.$ac_objext; then
23496 ac_cv_member_ns_msg__msg_ptr=yes
23497 else
23498 $as_echo "$as_me: failed program was:" >&5
23499 sed 's/^/| /' conftest.$ac_ext >&5
23501 cat >conftest.$ac_ext <<_ACEOF
23502 /* confdefs.h. */
23503 _ACEOF
23504 cat confdefs.h >>conftest.$ac_ext
23505 cat >>conftest.$ac_ext <<_ACEOF
23506 /* end confdefs.h. */
23507 #ifdef HAVE_SYS_TYPES_H
23508 #include <sys/types.h>
23509 #endif
23510 #ifdef HAVE_NETINET_IN_H
23511 # include <netinet/in.h>
23512 #endif
23513 #ifdef HAVE_ARPA_NAMESER_H
23514 # include <arpa/nameser.h>
23515 #endif
23518 main ()
23520 static ns_msg ac_aggr;
23521 if (sizeof ac_aggr._msg_ptr)
23522 return 0;
23524 return 0;
23526 _ACEOF
23527 rm -f conftest.$ac_objext
23528 if { (ac_try="$ac_compile"
23529 case "(($ac_try" in
23530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23531 *) ac_try_echo=$ac_try;;
23532 esac
23533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23534 $as_echo "$ac_try_echo") >&5
23535 (eval "$ac_compile") 2>conftest.er1
23536 ac_status=$?
23537 grep -v '^ *+' conftest.er1 >conftest.err
23538 rm -f conftest.er1
23539 cat conftest.err >&5
23540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23541 (exit $ac_status); } && {
23542 test -z "$ac_c_werror_flag" ||
23543 test ! -s conftest.err
23544 } && test -s conftest.$ac_objext; then
23545 ac_cv_member_ns_msg__msg_ptr=yes
23546 else
23547 $as_echo "$as_me: failed program was:" >&5
23548 sed 's/^/| /' conftest.$ac_ext >&5
23550 ac_cv_member_ns_msg__msg_ptr=no
23553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23558 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23559 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23560 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23562 cat >>confdefs.h <<_ACEOF
23563 #define HAVE_NS_MSG__MSG_PTR 1
23564 _ACEOF
23570 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23571 $as_echo_n "checking for timezone variable... " >&6; }
23572 if test "${ac_cv_have_timezone+set}" = set; then
23573 $as_echo_n "(cached) " >&6
23574 else
23575 cat >conftest.$ac_ext <<_ACEOF
23576 /* confdefs.h. */
23577 _ACEOF
23578 cat confdefs.h >>conftest.$ac_ext
23579 cat >>conftest.$ac_ext <<_ACEOF
23580 /* end confdefs.h. */
23581 #include <time.h>
23583 main ()
23585 timezone = 1
23587 return 0;
23589 _ACEOF
23590 rm -f conftest.$ac_objext conftest$ac_exeext
23591 if { (ac_try="$ac_link"
23592 case "(($ac_try" in
23593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23594 *) ac_try_echo=$ac_try;;
23595 esac
23596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23597 $as_echo "$ac_try_echo") >&5
23598 (eval "$ac_link") 2>conftest.er1
23599 ac_status=$?
23600 grep -v '^ *+' conftest.er1 >conftest.err
23601 rm -f conftest.er1
23602 cat conftest.err >&5
23603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23604 (exit $ac_status); } && {
23605 test -z "$ac_c_werror_flag" ||
23606 test ! -s conftest.err
23607 } && test -s conftest$ac_exeext && {
23608 test "$cross_compiling" = yes ||
23609 $as_test_x conftest$ac_exeext
23610 }; then
23611 ac_cv_have_timezone="yes"
23612 else
23613 $as_echo "$as_me: failed program was:" >&5
23614 sed 's/^/| /' conftest.$ac_ext >&5
23616 ac_cv_have_timezone="no"
23619 rm -rf conftest.dSYM
23620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23621 conftest$ac_exeext conftest.$ac_ext
23623 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23624 $as_echo "$ac_cv_have_timezone" >&6; }
23625 if test "$ac_cv_have_timezone" = "yes"
23626 then
23628 cat >>confdefs.h <<\_ACEOF
23629 #define HAVE_TIMEZONE 1
23630 _ACEOF
23633 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23634 $as_echo_n "checking for daylight variable... " >&6; }
23635 if test "${ac_cv_have_daylight+set}" = set; then
23636 $as_echo_n "(cached) " >&6
23637 else
23638 cat >conftest.$ac_ext <<_ACEOF
23639 /* confdefs.h. */
23640 _ACEOF
23641 cat confdefs.h >>conftest.$ac_ext
23642 cat >>conftest.$ac_ext <<_ACEOF
23643 /* end confdefs.h. */
23644 #include <time.h>
23646 main ()
23648 daylight = 1
23650 return 0;
23652 _ACEOF
23653 rm -f conftest.$ac_objext conftest$ac_exeext
23654 if { (ac_try="$ac_link"
23655 case "(($ac_try" in
23656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23657 *) ac_try_echo=$ac_try;;
23658 esac
23659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23660 $as_echo "$ac_try_echo") >&5
23661 (eval "$ac_link") 2>conftest.er1
23662 ac_status=$?
23663 grep -v '^ *+' conftest.er1 >conftest.err
23664 rm -f conftest.er1
23665 cat conftest.err >&5
23666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23667 (exit $ac_status); } && {
23668 test -z "$ac_c_werror_flag" ||
23669 test ! -s conftest.err
23670 } && test -s conftest$ac_exeext && {
23671 test "$cross_compiling" = yes ||
23672 $as_test_x conftest$ac_exeext
23673 }; then
23674 ac_cv_have_daylight="yes"
23675 else
23676 $as_echo "$as_me: failed program was:" >&5
23677 sed 's/^/| /' conftest.$ac_ext >&5
23679 ac_cv_have_daylight="no"
23682 rm -rf conftest.dSYM
23683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23684 conftest$ac_exeext conftest.$ac_ext
23686 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23687 $as_echo "$ac_cv_have_daylight" >&6; }
23688 if test "$ac_cv_have_daylight" = "yes"
23689 then
23691 cat >>confdefs.h <<\_ACEOF
23692 #define HAVE_DAYLIGHT 1
23693 _ACEOF
23697 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23698 $as_echo_n "checking for isinf... " >&6; }
23699 if test "${ac_cv_have_isinf+set}" = set; then
23700 $as_echo_n "(cached) " >&6
23701 else
23702 cat >conftest.$ac_ext <<_ACEOF
23703 /* confdefs.h. */
23704 _ACEOF
23705 cat confdefs.h >>conftest.$ac_ext
23706 cat >>conftest.$ac_ext <<_ACEOF
23707 /* end confdefs.h. */
23708 #include <math.h>
23710 main ()
23712 float f = 0.0; int i=isinf(f)
23714 return 0;
23716 _ACEOF
23717 rm -f conftest.$ac_objext conftest$ac_exeext
23718 if { (ac_try="$ac_link"
23719 case "(($ac_try" in
23720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23721 *) ac_try_echo=$ac_try;;
23722 esac
23723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23724 $as_echo "$ac_try_echo") >&5
23725 (eval "$ac_link") 2>conftest.er1
23726 ac_status=$?
23727 grep -v '^ *+' conftest.er1 >conftest.err
23728 rm -f conftest.er1
23729 cat conftest.err >&5
23730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23731 (exit $ac_status); } && {
23732 test -z "$ac_c_werror_flag" ||
23733 test ! -s conftest.err
23734 } && test -s conftest$ac_exeext && {
23735 test "$cross_compiling" = yes ||
23736 $as_test_x conftest$ac_exeext
23737 }; then
23738 ac_cv_have_isinf="yes"
23739 else
23740 $as_echo "$as_me: failed program was:" >&5
23741 sed 's/^/| /' conftest.$ac_ext >&5
23743 ac_cv_have_isinf="no"
23746 rm -rf conftest.dSYM
23747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23748 conftest$ac_exeext conftest.$ac_ext
23750 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23751 $as_echo "$ac_cv_have_isinf" >&6; }
23752 if test "$ac_cv_have_isinf" = "yes"
23753 then
23755 cat >>confdefs.h <<\_ACEOF
23756 #define HAVE_ISINF 1
23757 _ACEOF
23761 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23762 $as_echo_n "checking for isnan... " >&6; }
23763 if test "${ac_cv_have_isnan+set}" = set; then
23764 $as_echo_n "(cached) " >&6
23765 else
23766 cat >conftest.$ac_ext <<_ACEOF
23767 /* confdefs.h. */
23768 _ACEOF
23769 cat confdefs.h >>conftest.$ac_ext
23770 cat >>conftest.$ac_ext <<_ACEOF
23771 /* end confdefs.h. */
23772 #include <math.h>
23774 main ()
23776 float f = 0.0; int i=isnan(f)
23778 return 0;
23780 _ACEOF
23781 rm -f conftest.$ac_objext conftest$ac_exeext
23782 if { (ac_try="$ac_link"
23783 case "(($ac_try" in
23784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23785 *) ac_try_echo=$ac_try;;
23786 esac
23787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23788 $as_echo "$ac_try_echo") >&5
23789 (eval "$ac_link") 2>conftest.er1
23790 ac_status=$?
23791 grep -v '^ *+' conftest.er1 >conftest.err
23792 rm -f conftest.er1
23793 cat conftest.err >&5
23794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23795 (exit $ac_status); } && {
23796 test -z "$ac_c_werror_flag" ||
23797 test ! -s conftest.err
23798 } && test -s conftest$ac_exeext && {
23799 test "$cross_compiling" = yes ||
23800 $as_test_x conftest$ac_exeext
23801 }; then
23802 ac_cv_have_isnan="yes"
23803 else
23804 $as_echo "$as_me: failed program was:" >&5
23805 sed 's/^/| /' conftest.$ac_ext >&5
23807 ac_cv_have_isnan="no"
23810 rm -rf conftest.dSYM
23811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23812 conftest$ac_exeext conftest.$ac_ext
23814 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23815 $as_echo "$ac_cv_have_isnan" >&6; }
23816 if test "$ac_cv_have_isnan" = "yes"
23817 then
23819 cat >>confdefs.h <<\_ACEOF
23820 #define HAVE_ISNAN 1
23821 _ACEOF
23826 case $host_cpu in
23827 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23828 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23829 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23830 $as_echo_n "(cached) " >&6
23831 else
23832 cat >conftest.$ac_ext <<_ACEOF
23833 /* confdefs.h. */
23834 _ACEOF
23835 cat confdefs.h >>conftest.$ac_ext
23836 cat >>conftest.$ac_ext <<_ACEOF
23837 /* end confdefs.h. */
23838 #ifndef __i386__
23840 #endif
23841 _ACEOF
23842 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23843 $EGREP "yes" >/dev/null 2>&1; then
23844 ac_cv_cpp_def___i386__=yes
23845 else
23846 ac_cv_cpp_def___i386__=no
23848 rm -f conftest*
23851 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23852 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23853 if test $ac_cv_cpp_def___i386__ = yes; then
23854 CFLAGS="$CFLAGS -D__i386__"
23855 LINTFLAGS="$LINTFLAGS -D__i386__"
23858 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23859 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23860 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23861 $as_echo_n "(cached) " >&6
23862 else
23863 cat >conftest.$ac_ext <<_ACEOF
23864 /* confdefs.h. */
23865 _ACEOF
23866 cat confdefs.h >>conftest.$ac_ext
23867 cat >>conftest.$ac_ext <<_ACEOF
23868 /* end confdefs.h. */
23869 #ifndef __x86_64__
23871 #endif
23872 _ACEOF
23873 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23874 $EGREP "yes" >/dev/null 2>&1; then
23875 ac_cv_cpp_def___x86_64__=yes
23876 else
23877 ac_cv_cpp_def___x86_64__=no
23879 rm -f conftest*
23882 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23883 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23884 if test $ac_cv_cpp_def___x86_64__ = yes; then
23885 CFLAGS="$CFLAGS -D__x86_64__"
23886 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23889 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23890 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23891 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23892 $as_echo_n "(cached) " >&6
23893 else
23894 cat >conftest.$ac_ext <<_ACEOF
23895 /* confdefs.h. */
23896 _ACEOF
23897 cat confdefs.h >>conftest.$ac_ext
23898 cat >>conftest.$ac_ext <<_ACEOF
23899 /* end confdefs.h. */
23900 #ifndef __ALPHA__
23902 #endif
23903 _ACEOF
23904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23905 $EGREP "yes" >/dev/null 2>&1; then
23906 ac_cv_cpp_def___ALPHA__=yes
23907 else
23908 ac_cv_cpp_def___ALPHA__=no
23910 rm -f conftest*
23913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23914 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23915 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23916 CFLAGS="$CFLAGS -D__ALPHA__"
23917 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23920 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23921 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23922 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23923 $as_echo_n "(cached) " >&6
23924 else
23925 cat >conftest.$ac_ext <<_ACEOF
23926 /* confdefs.h. */
23927 _ACEOF
23928 cat confdefs.h >>conftest.$ac_ext
23929 cat >>conftest.$ac_ext <<_ACEOF
23930 /* end confdefs.h. */
23931 #ifndef __sparc__
23933 #endif
23934 _ACEOF
23935 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23936 $EGREP "yes" >/dev/null 2>&1; then
23937 ac_cv_cpp_def___sparc__=yes
23938 else
23939 ac_cv_cpp_def___sparc__=no
23941 rm -f conftest*
23944 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23945 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23946 if test $ac_cv_cpp_def___sparc__ = yes; then
23947 CFLAGS="$CFLAGS -D__sparc__"
23948 LINTFLAGS="$LINTFLAGS -D__sparc__"
23951 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23952 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23953 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23954 $as_echo_n "(cached) " >&6
23955 else
23956 cat >conftest.$ac_ext <<_ACEOF
23957 /* confdefs.h. */
23958 _ACEOF
23959 cat confdefs.h >>conftest.$ac_ext
23960 cat >>conftest.$ac_ext <<_ACEOF
23961 /* end confdefs.h. */
23962 #ifndef __powerpc__
23964 #endif
23965 _ACEOF
23966 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23967 $EGREP "yes" >/dev/null 2>&1; then
23968 ac_cv_cpp_def___powerpc__=yes
23969 else
23970 ac_cv_cpp_def___powerpc__=no
23972 rm -f conftest*
23975 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23976 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23977 if test $ac_cv_cpp_def___powerpc__ = yes; then
23978 CFLAGS="$CFLAGS -D__powerpc__"
23979 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23982 esac
23984 case $host_vendor in
23985 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23986 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23987 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23988 $as_echo_n "(cached) " >&6
23989 else
23990 cat >conftest.$ac_ext <<_ACEOF
23991 /* confdefs.h. */
23992 _ACEOF
23993 cat confdefs.h >>conftest.$ac_ext
23994 cat >>conftest.$ac_ext <<_ACEOF
23995 /* end confdefs.h. */
23996 #ifndef __sun__
23998 #endif
23999 _ACEOF
24000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24001 $EGREP "yes" >/dev/null 2>&1; then
24002 ac_cv_cpp_def___sun__=yes
24003 else
24004 ac_cv_cpp_def___sun__=no
24006 rm -f conftest*
24009 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24010 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24011 if test $ac_cv_cpp_def___sun__ = yes; then
24012 CFLAGS="$CFLAGS -D__sun__"
24013 LINTFLAGS="$LINTFLAGS -D__sun__"
24016 esac
24019 DEPENDENCIES="### Dependencies:
24021 .INIT: Makefile
24022 .BEGIN: Makefile
24023 Makefile: dummy
24024 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24026 \$(OBJS): \$(IDL_GEN_HEADERS)
24027 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24028 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24029 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24030 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24033 ALL_MAKERULES=""
24035 ALL_MAKEFILES=""
24037 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24040 ALL_TOP_DIRS=""
24042 ALL_DLL_DIRS=""
24044 ALL_IMPLIB_DIRS=""
24046 ALL_TEST_DIRS=""
24048 ALL_PROGRAM_DIRS=""
24050 ALL_PROGRAM_INSTALL_DIRS=""
24052 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24058 ac_config_commands="$ac_config_commands include/stamp-h"
24061 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24063 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24065 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24067 ac_config_commands="$ac_config_commands dlls/user32/resources"
24069 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24071 ac_config_commands="$ac_config_commands include/wine"
24074 ALL_MAKERULES="$ALL_MAKERULES \\
24075 Make.rules"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 Make.rules: Make.rules.in"
24078 MAKE_RULES=Make.rules
24079 ac_config_files="$ac_config_files Make.rules"
24081 ALL_MAKERULES="$ALL_MAKERULES \\
24082 dlls/Makedll.rules"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24085 MAKE_DLL_RULES=dlls/Makedll.rules
24086 ac_config_files="$ac_config_files dlls/Makedll.rules"
24088 ALL_MAKERULES="$ALL_MAKERULES \\
24089 dlls/Makeimplib.rules"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24092 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24093 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24095 ALL_MAKERULES="$ALL_MAKERULES \\
24096 dlls/Maketest.rules"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24099 MAKE_TEST_RULES=dlls/Maketest.rules
24100 ac_config_files="$ac_config_files dlls/Maketest.rules"
24102 ALL_MAKERULES="$ALL_MAKERULES \\
24103 programs/Makeprog.rules"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24106 MAKE_PROG_RULES=programs/Makeprog.rules
24107 ac_config_files="$ac_config_files programs/Makeprog.rules"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 Makefile: Makefile.in Make.rules"
24114 ac_config_files="$ac_config_files Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/Makefile"
24118 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24119 dlls"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/Makefile: dlls/Makefile.in Make.rules"
24122 ac_config_files="$ac_config_files dlls/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/acledit/Makefile"
24126 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 acledit"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/aclui/Makefile"
24134 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135 aclui"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/activeds/Makefile"
24142 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 activeds"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/actxprxy/Makefile"
24150 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 actxprxy"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/adsiid/Makefile"
24158 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24159 adsiid"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24162 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/advapi32/Makefile"
24166 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 advapi32"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/advapi32/tests/Makefile"
24174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24175 advapi32/tests"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24178 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/advpack/Makefile"
24182 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 advpack"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/advpack/tests/Makefile"
24190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24191 advpack/tests"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24194 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/amstream/Makefile"
24198 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 amstream"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/appwiz.cpl/Makefile"
24206 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207 appwiz.cpl"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/atl/Makefile"
24214 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 atl"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/atl/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/authz/Makefile"
24222 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 authz"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/authz/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/avicap32/Makefile"
24230 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 avicap32"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/avifil32/Makefile"
24238 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 avifil32"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/browseui/Makefile"
24246 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 browseui"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/browseui/tests/Makefile"
24254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24255 browseui/tests"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/cabinet/Makefile"
24262 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 cabinet"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/cabinet/tests/Makefile"
24270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271 cabinet/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/capi2032/Makefile"
24278 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 capi2032"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/cards/Makefile"
24286 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 cards"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/cards/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/cfgmgr32/Makefile"
24294 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 cfgmgr32"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/clusapi/Makefile"
24302 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303 clusapi"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/comcat/Makefile"
24310 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 comcat"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/comcat/tests/Makefile"
24318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 comcat/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/comctl32/Makefile"
24326 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 comctl32"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/comctl32/tests/Makefile"
24334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24335 comctl32/tests"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24338 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/comdlg32/Makefile"
24342 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 comdlg32"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/comdlg32/tests/Makefile"
24350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24351 comdlg32/tests"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/compstui/Makefile"
24358 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 compstui"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/credui/Makefile"
24366 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 credui"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/credui/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/credui/tests/Makefile"
24374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24375 credui/tests"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/crtdll/Makefile"
24382 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 crtdll"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/crypt32/Makefile"
24390 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 crypt32"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/crypt32/tests/Makefile"
24398 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24399 crypt32/tests"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24402 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/cryptdlg/Makefile"
24406 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 cryptdlg"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/cryptdll/Makefile"
24414 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 cryptdll"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/cryptnet/Makefile"
24422 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 cryptnet"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/cryptnet/tests/Makefile"
24430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24431 cryptnet/tests"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24434 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/cryptui/Makefile"
24438 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 cryptui"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/cryptui/tests/Makefile"
24446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24447 cryptui/tests"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24450 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/ctapi32/Makefile"
24454 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 ctapi32"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/ctl3d32/Makefile"
24462 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 ctl3d32"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/d3d10/Makefile"
24470 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 d3d10"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/d3d10/tests/Makefile"
24478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479 d3d10/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/d3d10core/Makefile"
24486 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 d3d10core"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/d3d10core/tests/Makefile"
24494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24495 d3d10core/tests"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24498 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/d3d8/Makefile"
24502 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 d3d8"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/d3d8/tests/Makefile"
24510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24511 d3d8/tests"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24514 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/d3d9/Makefile"
24518 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 d3d9"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/d3d9/tests/Makefile"
24526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24527 d3d9/tests"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/d3dim/Makefile"
24534 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 d3dim"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/d3drm/Makefile"
24542 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 d3drm"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/d3drm/tests/Makefile"
24550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24551 d3drm/tests"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/d3dx8/Makefile"
24558 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 d3dx8"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/d3dx8/tests/Makefile"
24566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24567 d3dx8/tests"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24570 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/d3dx9_24/Makefile"
24574 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 d3dx9_24"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/d3dx9_25/Makefile"
24582 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 d3dx9_25"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/d3dx9_26/Makefile"
24590 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 d3dx9_26"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/d3dx9_27/Makefile"
24598 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 d3dx9_27"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/d3dx9_28/Makefile"
24606 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 d3dx9_28"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/d3dx9_29/Makefile"
24614 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 d3dx9_29"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/d3dx9_30/Makefile"
24622 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 d3dx9_30"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/d3dx9_31/Makefile"
24630 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 d3dx9_31"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/d3dx9_32/Makefile"
24638 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 d3dx9_32"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/d3dx9_33/Makefile"
24646 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 d3dx9_33"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/d3dx9_34/Makefile"
24654 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 d3dx9_34"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/d3dx9_35/Makefile"
24662 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 d3dx9_35"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/d3dx9_36/Makefile"
24670 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 d3dx9_36"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/d3dx9_36/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 d3dx9_36/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/d3dx9_37/Makefile"
24686 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 d3dx9_37"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/d3dx9_38/Makefile"
24694 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 d3dx9_38"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/d3dx9_39/Makefile"
24702 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 d3dx9_39"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/d3dx9_40/Makefile"
24710 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 d3dx9_40"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/d3dxof/Makefile"
24718 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 d3dxof"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/d3dxof/tests/Makefile"
24726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24727 d3dxof/tests"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24730 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/dbghelp/Makefile"
24734 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 dbghelp"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/dciman32/Makefile"
24742 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 dciman32"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/ddraw/Makefile"
24750 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 ddraw"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/ddraw/tests/Makefile"
24758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24759 ddraw/tests"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24762 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/ddrawex/Makefile"
24766 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 ddrawex"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/ddrawex/tests/Makefile"
24774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24775 ddrawex/tests"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24778 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/devenum/Makefile"
24782 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 devenum"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/dinput/Makefile"
24790 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 dinput"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/dinput/tests/Makefile"
24798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24799 dinput/tests"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24802 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/dinput8/Makefile"
24806 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 dinput8"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/dmband/Makefile"
24814 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 dmband"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/dmcompos/Makefile"
24822 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 dmcompos"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/dmime/Makefile"
24830 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 dmime"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/dmloader/Makefile"
24838 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 dmloader"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/dmscript/Makefile"
24846 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 dmscript"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/dmstyle/Makefile"
24854 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 dmstyle"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/dmsynth/Makefile"
24862 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 dmsynth"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/dmusic/Makefile"
24870 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 dmusic"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/dmusic32/Makefile"
24878 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 dmusic32"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/dnsapi/Makefile"
24886 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 dnsapi"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/dnsapi/tests/Makefile"
24894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24895 dnsapi/tests"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24898 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/dplay/Makefile"
24902 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 dplay"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/dplayx/Makefile"
24910 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 dplayx"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/dplayx/tests/Makefile"
24918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24919 dplayx/tests"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24922 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/dpnaddr/Makefile"
24926 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 dpnaddr"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/dpnet/Makefile"
24934 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 dpnet"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/dpnhpast/Makefile"
24942 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 dpnhpast"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/dpnlobby/Makefile"
24950 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 dpnlobby"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/dpwsockx/Makefile"
24958 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 dpwsockx"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/dsound/Makefile"
24966 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 dsound"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/dsound/tests/Makefile"
24974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24975 dsound/tests"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/dssenh/Makefile"
24982 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 dssenh"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/dswave/Makefile"
24990 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 dswave"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/dwmapi/Makefile"
24998 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 dwmapi"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/dxdiagn/Makefile"
25006 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 dxdiagn"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/dxerr8/Makefile"
25014 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25015 dxerr8"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25018 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/dxerr9/Makefile"
25022 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25023 dxerr9"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25026 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/dxgi/Makefile"
25030 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 dxgi"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/dxgi/tests/Makefile"
25038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25039 dxgi/tests"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25042 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/dxguid/Makefile"
25046 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25047 dxguid"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25050 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/faultrep/Makefile"
25054 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 faultrep"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/fusion/Makefile"
25062 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 fusion"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/fusion/tests/Makefile"
25070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25071 fusion/tests"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25074 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/gdi32/Makefile"
25078 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 gdi32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/gdi32/tests/Makefile"
25086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25087 gdi32/tests"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25090 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/gdiplus/Makefile"
25094 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095 gdiplus"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/gdiplus/tests/Makefile"
25102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25103 gdiplus/tests"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25106 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/glu32/Makefile"
25110 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 glu32"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/gphoto2.ds/Makefile"
25118 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 gphoto2.ds"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/gpkcsp/Makefile"
25126 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 gpkcsp"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/hal/Makefile"
25134 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 hal"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/hal/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/hhctrl.ocx/Makefile"
25142 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 hhctrl.ocx"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/hid/Makefile"
25150 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 hid"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/hid/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/hlink/Makefile"
25158 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 hlink"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/hlink/tests/Makefile"
25166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25167 hlink/tests"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25170 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/hnetcfg/Makefile"
25174 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 hnetcfg"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/httpapi/Makefile"
25182 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 httpapi"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/iccvid/Makefile"
25190 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 iccvid"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/icmp/Makefile"
25198 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 icmp"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/ifsmgr.vxd/Makefile"
25206 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 ifsmgr.vxd"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/imaadp32.acm/Makefile"
25214 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 imaadp32.acm"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/imagehlp/Makefile"
25222 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 imagehlp"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/imm32/Makefile"
25230 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 imm32"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/imm32/tests/Makefile"
25238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25239 imm32/tests"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25242 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/inetcomm/Makefile"
25246 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 inetcomm"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/inetcomm/tests/Makefile"
25254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25255 inetcomm/tests"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25258 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/inetmib1/Makefile"
25262 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 inetmib1"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/inetmib1/tests/Makefile"
25270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 inetmib1/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/infosoft/Makefile"
25278 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 infosoft"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/infosoft/tests/Makefile"
25286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25287 infosoft/tests"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25290 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/initpki/Makefile"
25294 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295 initpki"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/inkobj/Makefile"
25302 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 inkobj"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/inseng/Makefile"
25310 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 inseng"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/iphlpapi/Makefile"
25318 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 iphlpapi"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/iphlpapi/tests/Makefile"
25326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25327 iphlpapi/tests"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25330 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/itircl/Makefile"
25334 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 itircl"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/itss/Makefile"
25342 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 itss"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/itss/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/itss/tests/Makefile"
25350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25351 itss/tests"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25354 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/jscript/Makefile"
25358 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 jscript"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/jscript/tests/Makefile"
25366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25367 jscript/tests"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25370 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/kernel32/Makefile"
25374 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375 kernel32"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/kernel32/tests/Makefile"
25382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25383 kernel32/tests"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25386 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/loadperf/Makefile"
25390 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391 loadperf"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/localspl/Makefile"
25398 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 localspl"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/localspl/tests/Makefile"
25406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25407 localspl/tests"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25410 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/localui/Makefile"
25414 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 localui"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/localui/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/localui/tests/Makefile"
25422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25423 localui/tests"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25426 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/lz32/Makefile"
25430 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 lz32"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/lz32/tests/Makefile"
25438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25439 lz32/tests"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25442 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/mapi32/Makefile"
25446 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 mapi32"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/mapi32/tests/Makefile"
25454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25455 mapi32/tests"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25458 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/mciavi32/Makefile"
25462 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463 mciavi32"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/mcicda/Makefile"
25470 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 mcicda"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/mciseq/Makefile"
25478 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479 mciseq"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/mciwave/Makefile"
25486 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487 mciwave"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/midimap/Makefile"
25494 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 midimap"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/mlang/Makefile"
25502 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503 mlang"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/mlang/tests/Makefile"
25510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25511 mlang/tests"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25514 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/mmdevldr.vxd/Makefile"
25518 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519 mmdevldr.vxd"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/monodebg.vxd/Makefile"
25526 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 monodebg.vxd"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/mountmgr.sys/Makefile"
25534 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535 mountmgr.sys"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/mpr/Makefile"
25542 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 mpr"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/mprapi/Makefile"
25550 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 mprapi"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/msacm32.drv/Makefile"
25558 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559 msacm32.drv"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/msacm32/Makefile"
25566 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 msacm32"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/msacm32/tests/Makefile"
25574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25575 msacm32/tests"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25578 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/msadp32.acm/Makefile"
25582 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583 msadp32.acm"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/mscat32/Makefile"
25590 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591 mscat32"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/mscms/Makefile"
25598 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599 mscms"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/mscms/tests/Makefile"
25606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25607 mscms/tests"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25610 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/mscoree/Makefile"
25614 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 mscoree"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/msctf/Makefile"
25622 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25623 msctf"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25626 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/msdmo/Makefile"
25630 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631 msdmo"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/msftedit/Makefile"
25638 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 msftedit"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/msg711.acm/Makefile"
25646 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647 msg711.acm"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/mshtml.tlb/Makefile"
25654 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 mshtml.tlb"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/mshtml/Makefile"
25662 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663 mshtml"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/mshtml/tests/Makefile"
25670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25671 mshtml/tests"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25674 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/msi/Makefile"
25678 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679 msi"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/msi/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/msi/tests/Makefile"
25686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25687 msi/tests"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25690 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/msimg32/Makefile"
25694 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 msimg32"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/msimtf/Makefile"
25702 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703 msimtf"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/msisip/Makefile"
25710 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 msisip"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/msisys.ocx/Makefile"
25718 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 msisys.ocx"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/msnet32/Makefile"
25726 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727 msnet32"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/msrle32/Makefile"
25734 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 msrle32"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/mssign32/Makefile"
25742 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743 mssign32"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/mssip32/Makefile"
25750 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 mssip32"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/mstask/Makefile"
25758 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25759 mstask"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25762 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/mstask/tests/Makefile"
25766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25767 mstask/tests"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25770 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/msvcirt/Makefile"
25774 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775 msvcirt"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/msvcr71/Makefile"
25782 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 msvcr71"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/msvcrt/Makefile"
25790 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791 msvcrt"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/msvcrt/tests/Makefile"
25798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25799 msvcrt/tests"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25802 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/msvcrt20/Makefile"
25806 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25807 msvcrt20"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25810 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/msvcrt40/Makefile"
25814 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815 msvcrt40"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/msvcrtd/Makefile"
25822 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823 msvcrtd"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/msvcrtd/tests/Makefile"
25830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25831 msvcrtd/tests"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25834 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/msvfw32/Makefile"
25838 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839 msvfw32"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/msvfw32/tests/Makefile"
25846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25847 msvfw32/tests"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25850 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/msvidc32/Makefile"
25854 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25855 msvidc32"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25858 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/mswsock/Makefile"
25862 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 mswsock"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/msxml3/Makefile"
25870 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 msxml3"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/msxml3/tests/Makefile"
25878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25879 msxml3/tests"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25882 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/nddeapi/Makefile"
25886 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 nddeapi"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/netapi32/Makefile"
25894 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25895 netapi32"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25898 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/netapi32/tests/Makefile"
25902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25903 netapi32/tests"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25906 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/newdev/Makefile"
25910 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 newdev"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/ntdll/Makefile"
25918 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25919 ntdll"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25922 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/ntdll/tests/Makefile"
25926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25927 ntdll/tests"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25930 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/ntdsapi/Makefile"
25934 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25935 ntdsapi"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25938 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/ntdsapi/tests/Makefile"
25942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25943 ntdsapi/tests"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25946 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/ntoskrnl.exe/Makefile"
25950 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951 ntoskrnl.exe"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/ntprint/Makefile"
25958 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959 ntprint"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/ntprint/tests/Makefile"
25966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25967 ntprint/tests"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25970 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/objsel/Makefile"
25974 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25975 objsel"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25978 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/odbc32/Makefile"
25982 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25983 odbc32"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25986 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/odbccp32/Makefile"
25990 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 odbccp32"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/odbccp32/tests/Makefile"
25998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25999 odbccp32/tests"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26002 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/ole32/Makefile"
26006 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26007 ole32"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26010 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/ole32/tests/Makefile"
26014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26015 ole32/tests"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26018 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/oleacc/Makefile"
26022 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023 oleacc"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/oleacc/tests/Makefile"
26030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26031 oleacc/tests"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26034 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/oleaut32/Makefile"
26038 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26039 oleaut32"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26042 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/oleaut32/tests/Makefile"
26046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26047 oleaut32/tests"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26050 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/olecli32/Makefile"
26054 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055 olecli32"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/oledlg/Makefile"
26062 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 oledlg"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/olepro32/Makefile"
26070 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 olepro32"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/olesvr32/Makefile"
26078 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079 olesvr32"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/olethk32/Makefile"
26086 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087 olethk32"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/opengl32/Makefile"
26094 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26095 opengl32"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26098 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/opengl32/tests/Makefile"
26102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26103 opengl32/tests"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26106 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/pdh/Makefile"
26110 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 pdh"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/pdh/tests/Makefile"
26118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26119 pdh/tests"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26122 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/pidgen/Makefile"
26126 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 pidgen"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/powrprof/Makefile"
26134 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 powrprof"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/printui/Makefile"
26142 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26143 printui"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26146 ac_config_files="$ac_config_files dlls/printui/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/propsys/Makefile"
26150 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 propsys"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/psapi/Makefile"
26158 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26159 psapi"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26162 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/psapi/tests/Makefile"
26166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26167 psapi/tests"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26170 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/pstorec/Makefile"
26174 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175 pstorec"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/qcap/Makefile"
26182 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26183 qcap"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26186 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/qedit/Makefile"
26190 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191 qedit"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/qedit/tests/Makefile"
26198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26199 qedit/tests"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26202 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/qmgr/Makefile"
26206 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207 qmgr"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/qmgr/tests/Makefile"
26214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26215 qmgr/tests"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26218 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/qmgrprxy/Makefile"
26222 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223 qmgrprxy"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/quartz/Makefile"
26230 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231 quartz"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/quartz/tests/Makefile"
26238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26239 quartz/tests"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26242 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/query/Makefile"
26246 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 query"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/query/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/rasapi32/Makefile"
26254 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255 rasapi32"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/rasapi32/tests/Makefile"
26262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26263 rasapi32/tests"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26266 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/rasdlg/Makefile"
26270 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 rasdlg"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/resutils/Makefile"
26278 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279 resutils"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/riched20/Makefile"
26286 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287 riched20"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/riched20/tests/Makefile"
26294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26295 riched20/tests"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26298 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/riched32/Makefile"
26302 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303 riched32"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/riched32/tests/Makefile"
26310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26311 riched32/tests"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26314 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/rpcrt4/Makefile"
26318 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319 rpcrt4"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/rpcrt4/tests/Makefile"
26326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26327 rpcrt4/tests"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26330 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/rsabase/Makefile"
26334 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 rsabase"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/rsaenh/Makefile"
26342 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26343 rsaenh"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26346 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/rsaenh/tests/Makefile"
26350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26351 rsaenh/tests"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26354 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/sane.ds/Makefile"
26358 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359 sane.ds"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/sccbase/Makefile"
26366 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367 sccbase"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/schannel/Makefile"
26374 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 schannel"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/schannel/tests/Makefile"
26382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26383 schannel/tests"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26386 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/secur32/Makefile"
26390 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 secur32"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/secur32/tests/Makefile"
26398 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26399 secur32/tests"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26402 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/security/Makefile"
26406 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407 security"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/security/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/sensapi/Makefile"
26414 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26415 sensapi"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26418 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/serialui/Makefile"
26422 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26423 serialui"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26426 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/serialui/tests/Makefile"
26430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26431 serialui/tests"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26434 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 dlls/setupapi/Makefile"
26438 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439 setupapi"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 dlls/setupapi/tests/Makefile"
26446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26447 setupapi/tests"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26450 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 dlls/sfc/Makefile"
26454 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455 sfc"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 dlls/sfc_os/Makefile"
26462 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26463 sfc_os"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26466 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 dlls/shdoclc/Makefile"
26470 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471 shdoclc"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 dlls/shdocvw/Makefile"
26478 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26479 shdocvw"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26482 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485 dlls/shdocvw/tests/Makefile"
26486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26487 shdocvw/tests"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26490 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493 dlls/shell32/Makefile"
26494 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26495 shell32"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26498 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 dlls/shell32/tests/Makefile"
26502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26503 shell32/tests"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26506 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 dlls/shfolder/Makefile"
26510 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26511 shfolder"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26514 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517 dlls/shlwapi/Makefile"
26518 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519 shlwapi"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 dlls/shlwapi/tests/Makefile"
26526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26527 shlwapi/tests"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26530 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 dlls/slbcsp/Makefile"
26534 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535 slbcsp"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 dlls/slc/Makefile"
26542 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26543 slc"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26546 ac_config_files="$ac_config_files dlls/slc/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 dlls/snmpapi/Makefile"
26550 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551 snmpapi"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 dlls/snmpapi/tests/Makefile"
26558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26559 snmpapi/tests"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26562 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 dlls/softpub/Makefile"
26566 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26567 softpub"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26570 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 dlls/spoolss/Makefile"
26574 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26575 spoolss"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26578 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 dlls/spoolss/tests/Makefile"
26582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26583 spoolss/tests"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26586 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 dlls/stdole2.tlb/Makefile"
26590 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591 stdole2.tlb"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 dlls/stdole32.tlb/Makefile"
26598 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26599 stdole32.tlb"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26602 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 dlls/sti/Makefile"
26606 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607 sti"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/sti/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 dlls/strmiids/Makefile"
26614 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26615 strmiids"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26618 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621 dlls/svrapi/Makefile"
26622 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26623 svrapi"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26626 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 dlls/sxs/Makefile"
26630 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631 sxs"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637 dlls/tapi32/Makefile"
26638 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639 tapi32"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 dlls/traffic/Makefile"
26646 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26647 traffic"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26650 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653 dlls/twain_32/Makefile"
26654 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655 twain_32"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 dlls/twain_32/tests/Makefile"
26662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26663 twain_32/tests"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26666 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 dlls/unicows/Makefile"
26670 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671 unicows"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 dlls/updspapi/Makefile"
26678 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679 updspapi"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685 dlls/url/Makefile"
26686 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26687 url"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26690 ac_config_files="$ac_config_files dlls/url/Makefile"
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693 dlls/urlmon/Makefile"
26694 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695 urlmon"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 dlls/urlmon/tests/Makefile"
26702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26703 urlmon/tests"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26706 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709 dlls/user32/Makefile"
26710 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711 user32"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/user32/Makefile"
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717 dlls/user32/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719 user32/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 dlls/userenv/Makefile"
26726 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727 userenv"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 dlls/userenv/tests/Makefile"
26734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26735 userenv/tests"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26738 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741 dlls/usp10/Makefile"
26742 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743 usp10"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 dlls/usp10/tests/Makefile"
26750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26751 usp10/tests"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26754 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 dlls/uuid/Makefile"
26758 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26759 uuid"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26762 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765 dlls/uxtheme/Makefile"
26766 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26767 uxtheme"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26770 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 dlls/uxtheme/tests/Makefile"
26774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26775 uxtheme/tests"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26778 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781 dlls/vdhcp.vxd/Makefile"
26782 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26783 vdhcp.vxd"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26786 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 dlls/vdmdbg/Makefile"
26790 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26791 vdmdbg"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26794 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 dlls/version/Makefile"
26798 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26799 version"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26802 ac_config_files="$ac_config_files dlls/version/Makefile"
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805 dlls/version/tests/Makefile"
26806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26807 version/tests"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26810 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 dlls/vmm.vxd/Makefile"
26814 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26815 vmm.vxd"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26818 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 dlls/vnbt.vxd/Makefile"
26822 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823 vnbt.vxd"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 dlls/vnetbios.vxd/Makefile"
26830 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26831 vnetbios.vxd"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26834 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 dlls/vtdapi.vxd/Makefile"
26838 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26839 vtdapi.vxd"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26842 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 dlls/vwin32.vxd/Makefile"
26846 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847 vwin32.vxd"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 dlls/w32skrnl/Makefile"
26854 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855 w32skrnl"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 dlls/winealsa.drv/Makefile"
26862 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863 winealsa.drv"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 dlls/wineaudioio.drv/Makefile"
26870 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26871 wineaudioio.drv"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26874 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 dlls/winecoreaudio.drv/Makefile"
26878 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26879 winecoreaudio.drv"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26882 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 dlls/winecrt0/Makefile"
26886 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26887 winecrt0"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26890 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 dlls/wined3d/Makefile"
26894 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26895 wined3d"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26898 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 dlls/winedos/Makefile"
26902 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26903 winedos"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26906 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 dlls/wineesd.drv/Makefile"
26910 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911 wineesd.drv"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 dlls/winejack.drv/Makefile"
26918 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26919 winejack.drv"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26922 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 dlls/winejoystick.drv/Makefile"
26926 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26927 winejoystick.drv"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26930 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 dlls/winemp3.acm/Makefile"
26934 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26935 winemp3.acm"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26938 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941 dlls/winenas.drv/Makefile"
26942 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943 winenas.drv"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 dlls/wineoss.drv/Makefile"
26950 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26951 wineoss.drv"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26954 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 dlls/wineps.drv/Makefile"
26958 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26959 wineps.drv"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26962 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 dlls/winequartz.drv/Makefile"
26966 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26967 winequartz.drv"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26970 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 dlls/winex11.drv/Makefile"
26974 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26975 winex11.drv"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26978 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 dlls/wing32/Makefile"
26982 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26983 wing32"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26986 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989 dlls/winhttp/Makefile"
26990 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26991 winhttp"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26994 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 dlls/winhttp/tests/Makefile"
26998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26999 winhttp/tests"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27002 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 dlls/wininet/Makefile"
27006 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27007 wininet"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27010 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013 dlls/wininet/tests/Makefile"
27014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27015 wininet/tests"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27018 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 dlls/winmm/Makefile"
27022 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27023 winmm"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27026 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 dlls/winmm/tests/Makefile"
27030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27031 winmm/tests"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27034 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 dlls/winnls32/Makefile"
27038 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039 winnls32"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045 dlls/winscard/Makefile"
27046 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27047 winscard"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27050 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 dlls/winspool.drv/Makefile"
27054 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27055 winspool.drv"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27058 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 dlls/winspool.drv/tests/Makefile"
27062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27063 winspool.drv/tests"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27066 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 dlls/wintab32/Makefile"
27070 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071 wintab32"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 dlls/wintrust/Makefile"
27078 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27079 wintrust"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27082 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 dlls/wintrust/tests/Makefile"
27086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27087 wintrust/tests"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27090 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 dlls/wldap32/Makefile"
27094 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27095 wldap32"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27098 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101 dlls/wldap32/tests/Makefile"
27102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27103 wldap32/tests"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27106 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 dlls/wmi/Makefile"
27110 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27111 wmi"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27114 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 dlls/wnaspi32/Makefile"
27118 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119 wnaspi32"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 dlls/wow32/Makefile"
27126 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27127 wow32"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27130 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 dlls/ws2_32/Makefile"
27134 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27135 ws2_32"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27138 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 dlls/ws2_32/tests/Makefile"
27142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27143 ws2_32/tests"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27146 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149 dlls/wsock32/Makefile"
27150 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27151 wsock32"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27154 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 dlls/wtsapi32/Makefile"
27158 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27159 wtsapi32"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27162 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 dlls/wuapi/Makefile"
27166 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27167 wuapi"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27170 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 dlls/xinput1_1/Makefile"
27174 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175 xinput1_1"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 dlls/xinput1_2/Makefile"
27182 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27183 xinput1_2"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27186 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 dlls/xinput1_3/Makefile"
27190 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191 xinput1_3"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 dlls/xinput1_3/tests/Makefile"
27198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27199 xinput1_3/tests"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27202 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 dlls/xinput9_1_0/Makefile"
27206 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27207 xinput9_1_0"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27210 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 documentation/Makefile"
27214 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27215 documentation"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 documentation/Makefile: documentation/Makefile.in Make.rules"
27218 ac_config_files="$ac_config_files documentation/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 fonts/Makefile"
27222 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27223 fonts"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 fonts/Makefile: fonts/Makefile.in Make.rules"
27226 ac_config_files="$ac_config_files fonts/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 include/Makefile"
27230 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27231 include"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 include/Makefile: include/Makefile.in Make.rules"
27234 ac_config_files="$ac_config_files include/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 libs/Makefile"
27238 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27239 libs"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 libs/Makefile: libs/Makefile.in Make.rules"
27242 ac_config_files="$ac_config_files libs/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 libs/port/Makefile"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27249 ac_config_files="$ac_config_files libs/port/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 libs/wine/Makefile"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27256 ac_config_files="$ac_config_files libs/wine/Makefile"
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259 libs/wpp/Makefile"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27263 ac_config_files="$ac_config_files libs/wpp/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 loader/Makefile"
27267 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27268 loader"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 loader/Makefile: loader/Makefile.in Make.rules"
27271 ac_config_files="$ac_config_files loader/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 programs/Makefile"
27275 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27276 programs"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 programs/Makefile: programs/Makefile.in Make.rules"
27279 ac_config_files="$ac_config_files programs/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 programs/cacls/Makefile"
27283 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27284 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27285 cacls"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27288 ac_config_files="$ac_config_files programs/cacls/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 programs/clock/Makefile"
27292 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27293 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27294 clock"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27297 ac_config_files="$ac_config_files programs/clock/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 programs/cmd/Makefile"
27301 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27302 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27303 cmd"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27306 ac_config_files="$ac_config_files programs/cmd/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 programs/cmdlgtst/Makefile"
27310 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27311 cmdlgtst"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27314 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317 programs/control/Makefile"
27318 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27319 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27320 control"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27323 ac_config_files="$ac_config_files programs/control/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 programs/eject/Makefile"
27327 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27328 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27329 eject"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27332 ac_config_files="$ac_config_files programs/eject/Makefile"
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335 programs/expand/Makefile"
27336 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27337 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27338 expand"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27341 ac_config_files="$ac_config_files programs/expand/Makefile"
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344 programs/explorer/Makefile"
27345 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27346 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27347 explorer"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27350 ac_config_files="$ac_config_files programs/explorer/Makefile"
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353 programs/hh/Makefile"
27354 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27355 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27359 ac_config_files="$ac_config_files programs/hh/Makefile"
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362 programs/icinfo/Makefile"
27363 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27364 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27365 icinfo"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27368 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371 programs/iexplore/Makefile"
27372 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27373 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27374 iexplore"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27377 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 programs/lodctr/Makefile"
27381 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27382 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27383 lodctr"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27386 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389 programs/msiexec/Makefile"
27390 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27391 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27392 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27393 msiexec"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27396 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399 programs/net/Makefile"
27400 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27401 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27402 net"
27403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27404 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27405 ac_config_files="$ac_config_files programs/net/Makefile"
27407 ALL_MAKEFILES="$ALL_MAKEFILES \\
27408 programs/notepad/Makefile"
27409 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27410 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27411 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27412 notepad"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27415 ac_config_files="$ac_config_files programs/notepad/Makefile"
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418 programs/oleview/Makefile"
27419 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27420 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27421 oleview"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27424 ac_config_files="$ac_config_files programs/oleview/Makefile"
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427 programs/progman/Makefile"
27428 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27429 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27430 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27431 progman"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27434 ac_config_files="$ac_config_files programs/progman/Makefile"
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437 programs/reg/Makefile"
27438 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27439 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27440 reg"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27443 ac_config_files="$ac_config_files programs/reg/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 programs/regedit/Makefile"
27447 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27448 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27449 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27450 regedit"
27451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27452 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27453 ac_config_files="$ac_config_files programs/regedit/Makefile"
27455 ALL_MAKEFILES="$ALL_MAKEFILES \\
27456 programs/regsvr32/Makefile"
27457 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27458 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27459 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27460 regsvr32"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27463 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466 programs/rpcss/Makefile"
27467 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27468 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27469 rpcss"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27472 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475 programs/rundll32/Makefile"
27476 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27477 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27478 rundll32"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27481 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 programs/secedit/Makefile"
27485 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27486 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27487 secedit"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27490 ac_config_files="$ac_config_files programs/secedit/Makefile"
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493 programs/services/Makefile"
27494 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27495 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27496 services"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27499 ac_config_files="$ac_config_files programs/services/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 programs/spoolsv/Makefile"
27503 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27504 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27505 spoolsv"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27508 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511 programs/start/Makefile"
27512 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27513 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27514 start"
27515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27516 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27517 ac_config_files="$ac_config_files programs/start/Makefile"
27519 ALL_MAKEFILES="$ALL_MAKEFILES \\
27520 programs/svchost/Makefile"
27521 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27522 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27523 svchost"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27526 ac_config_files="$ac_config_files programs/svchost/Makefile"
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529 programs/taskmgr/Makefile"
27530 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27531 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27532 taskmgr"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27535 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 programs/uninstaller/Makefile"
27539 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27540 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27541 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27542 uninstaller"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27545 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 programs/unlodctr/Makefile"
27549 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27550 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27551 unlodctr"
27552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27553 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27554 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27556 ALL_MAKEFILES="$ALL_MAKEFILES \\
27557 programs/view/Makefile"
27558 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27559 view"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27562 ac_config_files="$ac_config_files programs/view/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 programs/wineboot/Makefile"
27566 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27567 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27568 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27569 wineboot"
27570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27571 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27572 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27574 ALL_MAKEFILES="$ALL_MAKEFILES \\
27575 programs/winebrowser/Makefile"
27576 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27577 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27578 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27579 winebrowser"
27580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27581 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27582 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27584 ALL_MAKEFILES="$ALL_MAKEFILES \\
27585 programs/winecfg/Makefile"
27586 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27587 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27588 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27589 winecfg"
27590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27591 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27592 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27594 ALL_MAKEFILES="$ALL_MAKEFILES \\
27595 programs/wineconsole/Makefile"
27596 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27597 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27598 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27599 wineconsole"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27602 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605 programs/winedbg/Makefile"
27606 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27607 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27608 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27609 winedbg"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 programs/winedevice/Makefile"
27616 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618 winedevice"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624 programs/winefile/Makefile"
27625 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27628 winefile"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27631 ac_config_files="$ac_config_files programs/winefile/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 programs/winemenubuilder/Makefile"
27635 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27636 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27637 winemenubuilder"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27640 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643 programs/winemine/Makefile"
27644 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27645 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27646 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27647 winemine"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27650 ac_config_files="$ac_config_files programs/winemine/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 programs/winepath/Makefile"
27654 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27655 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27656 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27657 winepath"
27658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27659 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27660 ac_config_files="$ac_config_files programs/winepath/Makefile"
27662 ALL_MAKEFILES="$ALL_MAKEFILES \\
27663 programs/winetest/Makefile"
27664 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27665 winetest"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27668 ac_config_files="$ac_config_files programs/winetest/Makefile"
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671 programs/winevdm/Makefile"
27672 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27673 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27674 winevdm"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27677 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680 programs/winhlp32/Makefile"
27681 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27682 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27683 winhlp32"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27686 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 programs/winver/Makefile"
27690 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27691 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27692 winver"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27695 ac_config_files="$ac_config_files programs/winver/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 programs/wordpad/Makefile"
27699 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27700 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27701 wordpad"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27704 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707 programs/write/Makefile"
27708 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27709 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27710 write"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27713 ac_config_files="$ac_config_files programs/write/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 programs/xcopy/Makefile"
27717 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27718 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27719 xcopy"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27722 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 server/Makefile"
27726 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27727 server"
27728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27729 server/Makefile: server/Makefile.in Make.rules"
27730 ac_config_files="$ac_config_files server/Makefile"
27732 ALL_MAKEFILES="$ALL_MAKEFILES \\
27733 tools/Makefile"
27734 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27735 tools"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 tools/Makefile: tools/Makefile.in Make.rules"
27738 ac_config_files="$ac_config_files tools/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 tools/widl/Makefile"
27743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27744 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27745 ac_config_files="$ac_config_files tools/widl/Makefile"
27747 ALL_MAKEFILES="$ALL_MAKEFILES \\
27748 tools/winebuild/Makefile"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27752 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755 tools/winedump/Makefile"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27759 ac_config_files="$ac_config_files tools/winedump/Makefile"
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762 tools/winegcc/Makefile"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27766 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769 tools/wmc/Makefile"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27773 ac_config_files="$ac_config_files tools/wmc/Makefile"
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776 tools/wrc/Makefile"
27778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27779 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27780 ac_config_files="$ac_config_files tools/wrc/Makefile"
27784 ALL_WINETEST_DEPENDS="# Test binaries"
27786 for dir in $ALL_TEST_DIRS
27788 if test "$dir" != "\\"
27789 then
27790 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27791 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27792 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27793 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27795 done
27797 cat >confcache <<\_ACEOF
27798 # This file is a shell script that caches the results of configure
27799 # tests run on this system so they can be shared between configure
27800 # scripts and configure runs, see configure's option --config-cache.
27801 # It is not useful on other systems. If it contains results you don't
27802 # want to keep, you may remove or edit it.
27804 # config.status only pays attention to the cache file if you give it
27805 # the --recheck option to rerun configure.
27807 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27808 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27809 # following values.
27811 _ACEOF
27813 # The following way of writing the cache mishandles newlines in values,
27814 # but we know of no workaround that is simple, portable, and efficient.
27815 # So, we kill variables containing newlines.
27816 # Ultrix sh set writes to stderr and can't be redirected directly,
27817 # and sets the high bit in the cache file unless we assign to the vars.
27819 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27820 eval ac_val=\$$ac_var
27821 case $ac_val in #(
27822 *${as_nl}*)
27823 case $ac_var in #(
27824 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27825 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27826 esac
27827 case $ac_var in #(
27828 _ | IFS | as_nl) ;; #(
27829 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27830 *) $as_unset $ac_var ;;
27831 esac ;;
27832 esac
27833 done
27835 (set) 2>&1 |
27836 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27837 *${as_nl}ac_space=\ *)
27838 # `set' does not quote correctly, so add quotes (double-quote
27839 # substitution turns \\\\ into \\, and sed turns \\ into \).
27840 sed -n \
27841 "s/'/'\\\\''/g;
27842 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27843 ;; #(
27845 # `set' quotes correctly as required by POSIX, so do not add quotes.
27846 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27848 esac |
27849 sort
27851 sed '
27852 /^ac_cv_env_/b end
27853 t clear
27854 :clear
27855 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27856 t end
27857 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27858 :end' >>confcache
27859 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27860 if test -w "$cache_file"; then
27861 test "x$cache_file" != "x/dev/null" &&
27862 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27863 $as_echo "$as_me: updating cache $cache_file" >&6;}
27864 cat confcache >$cache_file
27865 else
27866 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27867 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27870 rm -f confcache
27872 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27873 # Let make expand exec_prefix.
27874 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27876 DEFS=-DHAVE_CONFIG_H
27878 ac_libobjs=
27879 ac_ltlibobjs=
27880 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27881 # 1. Remove the extension, and $U if already installed.
27882 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27883 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27884 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27885 # will be set to the directory where LIBOBJS objects are built.
27886 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27887 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27888 done
27889 LIBOBJS=$ac_libobjs
27891 LTLIBOBJS=$ac_ltlibobjs
27895 : ${CONFIG_STATUS=./config.status}
27896 ac_write_fail=0
27897 ac_clean_files_save=$ac_clean_files
27898 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27899 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27900 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27901 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27902 #! $SHELL
27903 # Generated by $as_me.
27904 # Run this file to recreate the current configuration.
27905 # Compiler output produced by configure, useful for debugging
27906 # configure, is in config.log if it exists.
27908 debug=false
27909 ac_cs_recheck=false
27910 ac_cs_silent=false
27911 SHELL=\${CONFIG_SHELL-$SHELL}
27912 _ACEOF
27914 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27915 ## --------------------- ##
27916 ## M4sh Initialization. ##
27917 ## --------------------- ##
27919 # Be more Bourne compatible
27920 DUALCASE=1; export DUALCASE # for MKS sh
27921 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27922 emulate sh
27923 NULLCMD=:
27924 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27925 # is contrary to our usage. Disable this feature.
27926 alias -g '${1+"$@"}'='"$@"'
27927 setopt NO_GLOB_SUBST
27928 else
27929 case `(set -o) 2>/dev/null` in
27930 *posix*) set -o posix ;;
27931 esac
27938 # PATH needs CR
27939 # Avoid depending upon Character Ranges.
27940 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27941 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27942 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27943 as_cr_digits='0123456789'
27944 as_cr_alnum=$as_cr_Letters$as_cr_digits
27946 as_nl='
27948 export as_nl
27949 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27950 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27951 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27952 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27953 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27954 as_echo='printf %s\n'
27955 as_echo_n='printf %s'
27956 else
27957 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27958 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27959 as_echo_n='/usr/ucb/echo -n'
27960 else
27961 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27962 as_echo_n_body='eval
27963 arg=$1;
27964 case $arg in
27965 *"$as_nl"*)
27966 expr "X$arg" : "X\\(.*\\)$as_nl";
27967 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27968 esac;
27969 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27971 export as_echo_n_body
27972 as_echo_n='sh -c $as_echo_n_body as_echo'
27974 export as_echo_body
27975 as_echo='sh -c $as_echo_body as_echo'
27978 # The user is always right.
27979 if test "${PATH_SEPARATOR+set}" != set; then
27980 PATH_SEPARATOR=:
27981 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27982 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27983 PATH_SEPARATOR=';'
27987 # Support unset when possible.
27988 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27989 as_unset=unset
27990 else
27991 as_unset=false
27995 # IFS
27996 # We need space, tab and new line, in precisely that order. Quoting is
27997 # there to prevent editors from complaining about space-tab.
27998 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27999 # splitting by setting IFS to empty value.)
28000 IFS=" "" $as_nl"
28002 # Find who we are. Look in the path if we contain no directory separator.
28003 case $0 in
28004 *[\\/]* ) as_myself=$0 ;;
28005 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28006 for as_dir in $PATH
28008 IFS=$as_save_IFS
28009 test -z "$as_dir" && as_dir=.
28010 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28011 done
28012 IFS=$as_save_IFS
28015 esac
28016 # We did not find ourselves, most probably we were run as `sh COMMAND'
28017 # in which case we are not to be found in the path.
28018 if test "x$as_myself" = x; then
28019 as_myself=$0
28021 if test ! -f "$as_myself"; then
28022 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28023 { (exit 1); exit 1; }
28026 # Work around bugs in pre-3.0 UWIN ksh.
28027 for as_var in ENV MAIL MAILPATH
28028 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28029 done
28030 PS1='$ '
28031 PS2='> '
28032 PS4='+ '
28034 # NLS nuisances.
28035 LC_ALL=C
28036 export LC_ALL
28037 LANGUAGE=C
28038 export LANGUAGE
28040 # Required to use basename.
28041 if expr a : '\(a\)' >/dev/null 2>&1 &&
28042 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28043 as_expr=expr
28044 else
28045 as_expr=false
28048 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28049 as_basename=basename
28050 else
28051 as_basename=false
28055 # Name of the executable.
28056 as_me=`$as_basename -- "$0" ||
28057 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28058 X"$0" : 'X\(//\)$' \| \
28059 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28060 $as_echo X/"$0" |
28061 sed '/^.*\/\([^/][^/]*\)\/*$/{
28062 s//\1/
28065 /^X\/\(\/\/\)$/{
28066 s//\1/
28069 /^X\/\(\/\).*/{
28070 s//\1/
28073 s/.*/./; q'`
28075 # CDPATH.
28076 $as_unset CDPATH
28080 as_lineno_1=$LINENO
28081 as_lineno_2=$LINENO
28082 test "x$as_lineno_1" != "x$as_lineno_2" &&
28083 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28085 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28086 # uniformly replaced by the line number. The first 'sed' inserts a
28087 # line-number line after each line using $LINENO; the second 'sed'
28088 # does the real work. The second script uses 'N' to pair each
28089 # line-number line with the line containing $LINENO, and appends
28090 # trailing '-' during substitution so that $LINENO is not a special
28091 # case at line end.
28092 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28093 # scripts with optimization help from Paolo Bonzini. Blame Lee
28094 # E. McMahon (1931-1989) for sed's syntax. :-)
28095 sed -n '
28097 /[$]LINENO/=
28098 ' <$as_myself |
28099 sed '
28100 s/[$]LINENO.*/&-/
28101 t lineno
28103 :lineno
28105 :loop
28106 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28107 t loop
28108 s/-\n.*//
28109 ' >$as_me.lineno &&
28110 chmod +x "$as_me.lineno" ||
28111 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28112 { (exit 1); exit 1; }; }
28114 # Don't try to exec as it changes $[0], causing all sort of problems
28115 # (the dirname of $[0] is not the place where we might find the
28116 # original and so on. Autoconf is especially sensitive to this).
28117 . "./$as_me.lineno"
28118 # Exit status is that of the last command.
28119 exit
28123 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28124 as_dirname=dirname
28125 else
28126 as_dirname=false
28129 ECHO_C= ECHO_N= ECHO_T=
28130 case `echo -n x` in
28131 -n*)
28132 case `echo 'x\c'` in
28133 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28134 *) ECHO_C='\c';;
28135 esac;;
28137 ECHO_N='-n';;
28138 esac
28139 if expr a : '\(a\)' >/dev/null 2>&1 &&
28140 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28141 as_expr=expr
28142 else
28143 as_expr=false
28146 rm -f conf$$ conf$$.exe conf$$.file
28147 if test -d conf$$.dir; then
28148 rm -f conf$$.dir/conf$$.file
28149 else
28150 rm -f conf$$.dir
28151 mkdir conf$$.dir 2>/dev/null
28153 if (echo >conf$$.file) 2>/dev/null; then
28154 if ln -s conf$$.file conf$$ 2>/dev/null; then
28155 as_ln_s='ln -s'
28156 # ... but there are two gotchas:
28157 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28158 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28159 # In both cases, we have to default to `cp -p'.
28160 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28161 as_ln_s='cp -p'
28162 elif ln conf$$.file conf$$ 2>/dev/null; then
28163 as_ln_s=ln
28164 else
28165 as_ln_s='cp -p'
28167 else
28168 as_ln_s='cp -p'
28170 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28171 rmdir conf$$.dir 2>/dev/null
28173 if mkdir -p . 2>/dev/null; then
28174 as_mkdir_p=:
28175 else
28176 test -d ./-p && rmdir ./-p
28177 as_mkdir_p=false
28180 if test -x / >/dev/null 2>&1; then
28181 as_test_x='test -x'
28182 else
28183 if ls -dL / >/dev/null 2>&1; then
28184 as_ls_L_option=L
28185 else
28186 as_ls_L_option=
28188 as_test_x='
28189 eval sh -c '\''
28190 if test -d "$1"; then
28191 test -d "$1/.";
28192 else
28193 case $1 in
28194 -*)set "./$1";;
28195 esac;
28196 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28197 ???[sx]*):;;*)false;;esac;fi
28198 '\'' sh
28201 as_executable_p=$as_test_x
28203 # Sed expression to map a string onto a valid CPP name.
28204 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28206 # Sed expression to map a string onto a valid variable name.
28207 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28210 exec 6>&1
28212 # Save the log message, to keep $[0] and so on meaningful, and to
28213 # report actual input values of CONFIG_FILES etc. instead of their
28214 # values after options handling.
28215 ac_log="
28216 This file was extended by Wine $as_me 1.1.14, which was
28217 generated by GNU Autoconf 2.63. Invocation command line was
28219 CONFIG_FILES = $CONFIG_FILES
28220 CONFIG_HEADERS = $CONFIG_HEADERS
28221 CONFIG_LINKS = $CONFIG_LINKS
28222 CONFIG_COMMANDS = $CONFIG_COMMANDS
28223 $ $0 $@
28225 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28228 _ACEOF
28230 case $ac_config_files in *"
28231 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28232 esac
28234 case $ac_config_headers in *"
28235 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28236 esac
28239 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28240 # Files that config.status was made for.
28241 config_files="$ac_config_files"
28242 config_headers="$ac_config_headers"
28243 config_commands="$ac_config_commands"
28245 _ACEOF
28247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28248 ac_cs_usage="\
28249 \`$as_me' instantiates files from templates according to the
28250 current configuration.
28252 Usage: $0 [OPTION]... [FILE]...
28254 -h, --help print this help, then exit
28255 -V, --version print version number and configuration settings, then exit
28256 -q, --quiet, --silent
28257 do not print progress messages
28258 -d, --debug don't remove temporary files
28259 --recheck update $as_me by reconfiguring in the same conditions
28260 --file=FILE[:TEMPLATE]
28261 instantiate the configuration file FILE
28262 --header=FILE[:TEMPLATE]
28263 instantiate the configuration header FILE
28265 Configuration files:
28266 $config_files
28268 Configuration headers:
28269 $config_headers
28271 Configuration commands:
28272 $config_commands
28274 Report bugs to <bug-autoconf@gnu.org>."
28276 _ACEOF
28277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28278 ac_cs_version="\\
28279 Wine config.status 1.1.14
28280 configured by $0, generated by GNU Autoconf 2.63,
28281 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28283 Copyright (C) 2008 Free Software Foundation, Inc.
28284 This config.status script is free software; the Free Software Foundation
28285 gives unlimited permission to copy, distribute and modify it."
28287 ac_pwd='$ac_pwd'
28288 srcdir='$srcdir'
28289 INSTALL='$INSTALL'
28290 test -n "\$AWK" || AWK=awk
28291 _ACEOF
28293 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28294 # The default lists apply if the user does not specify any file.
28295 ac_need_defaults=:
28296 while test $# != 0
28298 case $1 in
28299 --*=*)
28300 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28301 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28302 ac_shift=:
28305 ac_option=$1
28306 ac_optarg=$2
28307 ac_shift=shift
28309 esac
28311 case $ac_option in
28312 # Handling of the options.
28313 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28314 ac_cs_recheck=: ;;
28315 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28316 $as_echo "$ac_cs_version"; exit ;;
28317 --debug | --debu | --deb | --de | --d | -d )
28318 debug=: ;;
28319 --file | --fil | --fi | --f )
28320 $ac_shift
28321 case $ac_optarg in
28322 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28323 esac
28324 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28325 ac_need_defaults=false;;
28326 --header | --heade | --head | --hea )
28327 $ac_shift
28328 case $ac_optarg in
28329 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28330 esac
28331 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28332 ac_need_defaults=false;;
28333 --he | --h)
28334 # Conflict between --help and --header
28335 { $as_echo "$as_me: error: ambiguous option: $1
28336 Try \`$0 --help' for more information." >&2
28337 { (exit 1); exit 1; }; };;
28338 --help | --hel | -h )
28339 $as_echo "$ac_cs_usage"; exit ;;
28340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28341 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28342 ac_cs_silent=: ;;
28344 # This is an error.
28345 -*) { $as_echo "$as_me: error: unrecognized option: $1
28346 Try \`$0 --help' for more information." >&2
28347 { (exit 1); exit 1; }; } ;;
28349 *) ac_config_targets="$ac_config_targets $1"
28350 ac_need_defaults=false ;;
28352 esac
28353 shift
28354 done
28356 ac_configure_extra_args=
28358 if $ac_cs_silent; then
28359 exec 6>/dev/null
28360 ac_configure_extra_args="$ac_configure_extra_args --silent"
28363 _ACEOF
28364 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28365 if \$ac_cs_recheck; then
28366 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28367 shift
28368 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28369 CONFIG_SHELL='$SHELL'
28370 export CONFIG_SHELL
28371 exec "\$@"
28374 _ACEOF
28375 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28376 exec 5>>config.log
28378 echo
28379 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28380 ## Running $as_me. ##
28381 _ASBOX
28382 $as_echo "$ac_log"
28383 } >&5
28385 _ACEOF
28386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28387 _ACEOF
28389 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28391 # Handling of arguments.
28392 for ac_config_target in $ac_config_targets
28394 case $ac_config_target in
28395 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28396 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28397 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28398 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28399 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28400 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28401 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28402 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28403 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28404 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28405 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28406 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28407 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28408 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28409 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28410 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28411 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28412 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28413 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28414 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28415 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28416 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28417 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28418 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28419 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28420 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28421 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28422 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28423 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28424 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28425 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28426 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28427 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28428 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28429 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28430 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28431 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28432 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28433 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28434 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28435 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28436 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28437 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28438 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28439 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28440 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28441 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28442 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28443 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28444 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28445 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28446 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28447 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28448 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28449 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28450 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28451 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28452 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28453 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28454 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28455 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28456 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28457 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28458 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28459 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28460 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28461 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28462 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28463 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28464 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28465 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28466 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28467 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28468 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28469 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28470 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28471 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28472 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28473 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28474 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28475 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28476 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28477 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28478 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28479 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28480 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28481 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28482 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28483 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28484 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28485 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28486 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28487 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28488 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28489 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28490 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28491 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28492 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28493 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28494 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28495 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28496 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28497 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28498 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28499 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28500 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28501 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28502 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28503 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28504 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28505 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28506 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28507 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28508 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28509 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28510 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28511 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28512 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28513 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28514 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28515 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28516 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28517 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28518 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28519 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28520 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28521 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28522 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28523 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28524 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28525 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28526 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28527 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28528 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28529 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28530 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28531 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28532 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28533 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28534 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28535 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28536 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28537 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28538 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28539 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28540 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28541 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28542 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28543 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28544 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28545 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28546 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28547 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28548 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28549 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28550 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28551 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28552 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28553 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28554 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28555 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28556 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28557 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28558 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28559 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28560 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28561 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28562 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28563 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28564 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28565 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28566 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28567 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28568 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28569 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28570 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28571 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28572 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28573 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28574 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28575 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28576 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28577 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28578 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28579 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28580 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28581 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28582 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28583 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28584 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28585 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28586 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28587 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28588 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28589 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28590 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28591 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28592 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28593 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28594 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28595 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28596 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28597 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28598 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28599 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28600 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28601 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28602 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28603 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28604 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28605 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28606 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28607 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28608 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28609 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28610 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28611 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28612 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28613 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28614 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28615 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28616 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28617 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28618 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28619 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28620 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28621 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28622 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28623 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28624 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28625 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28626 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28627 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28628 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28629 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28630 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28631 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28632 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28633 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28634 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28635 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28636 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28637 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28638 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28639 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28640 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28641 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28642 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28643 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28644 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28645 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28646 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28647 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28648 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28649 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28650 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28651 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28652 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28653 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28654 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28655 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28656 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28657 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28658 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28659 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28660 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28661 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28662 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28663 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28664 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28665 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28666 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28667 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28668 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28669 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28670 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28671 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28672 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28673 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28674 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28675 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28676 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28677 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28678 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28679 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28680 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28681 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28682 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28683 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28684 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28685 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28686 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28687 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28688 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28689 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28690 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28691 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28692 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28693 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28694 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28695 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28696 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28697 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28698 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28699 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28700 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28701 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28702 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28703 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28704 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28705 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28706 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28707 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28708 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28709 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28710 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28711 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28712 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28713 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28714 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28715 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28716 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28717 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28718 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28719 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28720 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28721 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28722 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28723 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28724 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28725 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28726 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28727 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28728 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28729 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28730 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28731 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28732 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28733 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28734 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28735 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28736 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28737 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28738 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28739 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28740 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28741 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28742 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28743 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28744 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28745 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28746 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28747 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28748 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28749 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28750 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28751 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28752 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28753 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28754 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28755 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28756 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28757 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28758 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28759 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28760 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28761 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28762 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28763 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28764 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28765 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28766 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28767 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28768 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28769 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28770 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28771 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28772 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28773 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28774 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28775 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28776 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28777 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28778 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28779 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28780 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28781 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28782 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28783 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28784 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28785 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28786 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28787 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28788 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28789 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28790 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28791 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28792 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28793 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28794 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28795 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28796 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28797 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28798 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28799 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28800 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28801 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28802 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28803 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28804 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28805 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28806 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28807 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28808 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28809 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28810 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28811 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28812 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28813 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28814 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28815 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28816 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28817 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28818 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28819 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28820 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28821 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28822 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28823 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28824 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28825 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28826 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28827 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28828 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28829 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28830 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28831 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28832 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28833 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28834 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28835 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28836 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28837 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28838 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28839 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28840 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28841 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28842 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28843 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28844 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28845 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28846 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28847 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28848 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28849 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28850 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28851 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28852 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28853 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28854 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28855 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28856 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28857 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28858 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28859 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28860 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28862 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28863 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28864 { (exit 1); exit 1; }; };;
28865 esac
28866 done
28869 # If the user did not use the arguments to specify the items to instantiate,
28870 # then the envvar interface is used. Set only those that are not.
28871 # We use the long form for the default assignment because of an extremely
28872 # bizarre bug on SunOS 4.1.3.
28873 if $ac_need_defaults; then
28874 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28875 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28876 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28879 # Have a temporary directory for convenience. Make it in the build tree
28880 # simply because there is no reason against having it here, and in addition,
28881 # creating and moving files from /tmp can sometimes cause problems.
28882 # Hook for its removal unless debugging.
28883 # Note that there is a small window in which the directory will not be cleaned:
28884 # after its creation but before its name has been assigned to `$tmp'.
28885 $debug ||
28887 tmp=
28888 trap 'exit_status=$?
28889 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28891 trap '{ (exit 1); exit 1; }' 1 2 13 15
28893 # Create a (secure) tmp directory for tmp files.
28896 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28897 test -n "$tmp" && test -d "$tmp"
28898 } ||
28900 tmp=./conf$$-$RANDOM
28901 (umask 077 && mkdir "$tmp")
28902 } ||
28904 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28905 { (exit 1); exit 1; }
28908 # Set up the scripts for CONFIG_FILES section.
28909 # No need to generate them if there are no CONFIG_FILES.
28910 # This happens for instance with `./config.status config.h'.
28911 if test -n "$CONFIG_FILES"; then
28913 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28914 ac_cs_awk_getline=:
28915 ac_cs_awk_pipe_init=
28916 ac_cs_awk_read_file='
28917 while ((getline aline < (F[key])) > 0)
28918 print(aline)
28919 close(F[key])'
28920 ac_cs_awk_pipe_fini=
28921 else
28922 ac_cs_awk_getline=false
28923 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28924 ac_cs_awk_read_file='
28925 print "|#_!!_#|"
28926 print "cat " F[key] " &&"
28927 '$ac_cs_awk_pipe_init
28928 # The final `:' finishes the AND list.
28929 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28931 ac_cr=' '
28932 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28933 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28934 ac_cs_awk_cr='\\r'
28935 else
28936 ac_cs_awk_cr=$ac_cr
28939 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28940 _ACEOF
28942 # Create commands to substitute file output variables.
28944 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28945 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28946 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28947 echo "_ACAWK" &&
28948 echo "_ACEOF"
28949 } >conf$$files.sh &&
28950 . ./conf$$files.sh ||
28951 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28952 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28953 { (exit 1); exit 1; }; }
28954 rm -f conf$$files.sh
28957 echo "cat >conf$$subs.awk <<_ACEOF" &&
28958 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28959 echo "_ACEOF"
28960 } >conf$$subs.sh ||
28961 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28962 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28963 { (exit 1); exit 1; }; }
28964 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28965 ac_delim='%!_!# '
28966 for ac_last_try in false false false false false :; do
28967 . ./conf$$subs.sh ||
28968 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28969 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28970 { (exit 1); exit 1; }; }
28972 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28973 if test $ac_delim_n = $ac_delim_num; then
28974 break
28975 elif $ac_last_try; then
28976 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28977 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28978 { (exit 1); exit 1; }; }
28979 else
28980 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28982 done
28983 rm -f conf$$subs.sh
28985 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28986 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28987 _ACEOF
28988 sed -n '
28990 s/^/S["/; s/!.*/"]=/
28993 s/^[^!]*!//
28994 :repl
28995 t repl
28996 s/'"$ac_delim"'$//
28997 t delim
29000 s/\(.\{148\}\).*/\1/
29001 t more1
29002 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29005 b repl
29006 :more1
29007 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29010 s/.\{148\}//
29011 t nl
29012 :delim
29014 s/\(.\{148\}\).*/\1/
29015 t more2
29016 s/["\\]/\\&/g; s/^/"/; s/$/"/
29019 :more2
29020 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29023 s/.\{148\}//
29024 t delim
29025 ' <conf$$subs.awk | sed '
29026 /^[^""]/{
29028 s/\n//
29030 ' >>$CONFIG_STATUS || ac_write_fail=1
29031 rm -f conf$$subs.awk
29032 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29033 _ACAWK
29034 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29035 for (key in S) S_is_set[key] = 1
29036 FS = "\a"
29037 \$ac_cs_awk_pipe_init
29040 line = $ 0
29041 nfields = split(line, field, "@")
29042 substed = 0
29043 len = length(field[1])
29044 for (i = 2; i < nfields; i++) {
29045 key = field[i]
29046 keylen = length(key)
29047 if (S_is_set[key]) {
29048 value = S[key]
29049 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29050 len += length(value) + length(field[++i])
29051 substed = 1
29052 } else
29053 len += 1 + keylen
29055 if (nfields == 3 && !substed) {
29056 key = field[2]
29057 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29058 \$ac_cs_awk_read_file
29059 next
29062 print line
29064 \$ac_cs_awk_pipe_fini
29065 _ACAWK
29066 _ACEOF
29067 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29068 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29069 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29070 else
29072 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29073 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29074 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29075 { (exit 1); exit 1; }; }
29076 _ACEOF
29078 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29079 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29080 # trailing colons and then remove the whole line if VPATH becomes empty
29081 # (actually we leave an empty line to preserve line numbers).
29082 if test "x$srcdir" = x.; then
29083 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29084 s/:*\$(srcdir):*/:/
29085 s/:*\${srcdir}:*/:/
29086 s/:*@srcdir@:*/:/
29087 s/^\([^=]*=[ ]*\):*/\1/
29088 s/:*$//
29089 s/^[^=]*=[ ]*$//
29093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29094 fi # test -n "$CONFIG_FILES"
29096 # Set up the scripts for CONFIG_HEADERS section.
29097 # No need to generate them if there are no CONFIG_HEADERS.
29098 # This happens for instance with `./config.status Makefile'.
29099 if test -n "$CONFIG_HEADERS"; then
29100 cat >"$tmp/defines.awk" <<\_ACAWK ||
29101 BEGIN {
29102 _ACEOF
29104 # Transform confdefs.h into an awk script `defines.awk', embedded as
29105 # here-document in config.status, that substitutes the proper values into
29106 # config.h.in to produce config.h.
29108 # Create a delimiter string that does not exist in confdefs.h, to ease
29109 # handling of long lines.
29110 ac_delim='%!_!# '
29111 for ac_last_try in false false :; do
29112 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29113 if test -z "$ac_t"; then
29114 break
29115 elif $ac_last_try; then
29116 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29117 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29118 { (exit 1); exit 1; }; }
29119 else
29120 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29122 done
29124 # For the awk script, D is an array of macro values keyed by name,
29125 # likewise P contains macro parameters if any. Preserve backslash
29126 # newline sequences.
29128 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29129 sed -n '
29130 s/.\{148\}/&'"$ac_delim"'/g
29131 t rset
29132 :rset
29133 s/^[ ]*#[ ]*define[ ][ ]*/ /
29134 t def
29136 :def
29137 s/\\$//
29138 t bsnl
29139 s/["\\]/\\&/g
29140 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29141 D["\1"]=" \3"/p
29142 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29144 :bsnl
29145 s/["\\]/\\&/g
29146 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29147 D["\1"]=" \3\\\\\\n"\\/p
29148 t cont
29149 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29150 t cont
29152 :cont
29154 s/.\{148\}/&'"$ac_delim"'/g
29155 t clear
29156 :clear
29157 s/\\$//
29158 t bsnlc
29159 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29161 :bsnlc
29162 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29163 b cont
29164 ' <confdefs.h | sed '
29165 s/'"$ac_delim"'/"\\\
29166 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29169 for (key in D) D_is_set[key] = 1
29170 FS = "\a"
29172 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29173 line = \$ 0
29174 split(line, arg, " ")
29175 if (arg[1] == "#") {
29176 defundef = arg[2]
29177 mac1 = arg[3]
29178 } else {
29179 defundef = substr(arg[1], 2)
29180 mac1 = arg[2]
29182 split(mac1, mac2, "(") #)
29183 macro = mac2[1]
29184 prefix = substr(line, 1, index(line, defundef) - 1)
29185 if (D_is_set[macro]) {
29186 # Preserve the white space surrounding the "#".
29187 print prefix "define", macro P[macro] D[macro]
29188 next
29189 } else {
29190 # Replace #undef with comments. This is necessary, for example,
29191 # in the case of _POSIX_SOURCE, which is predefined and required
29192 # on some systems where configure will not decide to define it.
29193 if (defundef == "undef") {
29194 print "/*", prefix defundef, macro, "*/"
29195 next
29199 { print }
29200 _ACAWK
29201 _ACEOF
29202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29203 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29204 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29205 { (exit 1); exit 1; }; }
29206 fi # test -n "$CONFIG_HEADERS"
29209 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29210 shift
29211 for ac_tag
29213 case $ac_tag in
29214 :[FHLC]) ac_mode=$ac_tag; continue;;
29215 esac
29216 case $ac_mode$ac_tag in
29217 :[FHL]*:*);;
29218 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29219 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29220 { (exit 1); exit 1; }; };;
29221 :[FH]-) ac_tag=-:-;;
29222 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29223 esac
29224 ac_save_IFS=$IFS
29225 IFS=:
29226 set x $ac_tag
29227 IFS=$ac_save_IFS
29228 shift
29229 ac_file=$1
29230 shift
29232 case $ac_mode in
29233 :L) ac_source=$1;;
29234 :[FH])
29235 ac_file_inputs=
29236 for ac_f
29238 case $ac_f in
29239 -) ac_f="$tmp/stdin";;
29240 *) # Look for the file first in the build tree, then in the source tree
29241 # (if the path is not absolute). The absolute path cannot be DOS-style,
29242 # because $ac_f cannot contain `:'.
29243 test -f "$ac_f" ||
29244 case $ac_f in
29245 [\\/$]*) false;;
29246 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29247 esac ||
29248 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29249 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29250 { (exit 1); exit 1; }; };;
29251 esac
29252 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29253 ac_file_inputs="$ac_file_inputs '$ac_f'"
29254 done
29256 # Let's still pretend it is `configure' which instantiates (i.e., don't
29257 # use $as_me), people would be surprised to read:
29258 # /* config.h. Generated by config.status. */
29259 configure_input='Generated from '`
29260 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29261 `' by configure.'
29262 if test x"$ac_file" != x-; then
29263 configure_input="$ac_file. $configure_input"
29264 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29265 $as_echo "$as_me: creating $ac_file" >&6;}
29267 # Neutralize special characters interpreted by sed in replacement strings.
29268 case $configure_input in #(
29269 *\&* | *\|* | *\\* )
29270 ac_sed_conf_input=`$as_echo "$configure_input" |
29271 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29272 *) ac_sed_conf_input=$configure_input;;
29273 esac
29275 case $ac_tag in
29276 *:-:* | *:-) cat >"$tmp/stdin" \
29277 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29278 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29279 { (exit 1); exit 1; }; } ;;
29280 esac
29282 esac
29284 ac_dir=`$as_dirname -- "$ac_file" ||
29285 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29286 X"$ac_file" : 'X\(//\)[^/]' \| \
29287 X"$ac_file" : 'X\(//\)$' \| \
29288 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29289 $as_echo X"$ac_file" |
29290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29291 s//\1/
29294 /^X\(\/\/\)[^/].*/{
29295 s//\1/
29298 /^X\(\/\/\)$/{
29299 s//\1/
29302 /^X\(\/\).*/{
29303 s//\1/
29306 s/.*/./; q'`
29307 { as_dir="$ac_dir"
29308 case $as_dir in #(
29309 -*) as_dir=./$as_dir;;
29310 esac
29311 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29312 as_dirs=
29313 while :; do
29314 case $as_dir in #(
29315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29316 *) as_qdir=$as_dir;;
29317 esac
29318 as_dirs="'$as_qdir' $as_dirs"
29319 as_dir=`$as_dirname -- "$as_dir" ||
29320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29321 X"$as_dir" : 'X\(//\)[^/]' \| \
29322 X"$as_dir" : 'X\(//\)$' \| \
29323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29324 $as_echo X"$as_dir" |
29325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29326 s//\1/
29329 /^X\(\/\/\)[^/].*/{
29330 s//\1/
29333 /^X\(\/\/\)$/{
29334 s//\1/
29337 /^X\(\/\).*/{
29338 s//\1/
29341 s/.*/./; q'`
29342 test -d "$as_dir" && break
29343 done
29344 test -z "$as_dirs" || eval "mkdir $as_dirs"
29345 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29346 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29347 { (exit 1); exit 1; }; }; }
29348 ac_builddir=.
29350 case "$ac_dir" in
29351 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29353 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29354 # A ".." for each directory in $ac_dir_suffix.
29355 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29356 case $ac_top_builddir_sub in
29357 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29358 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29359 esac ;;
29360 esac
29361 ac_abs_top_builddir=$ac_pwd
29362 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29363 # for backward compatibility:
29364 ac_top_builddir=$ac_top_build_prefix
29366 case $srcdir in
29367 .) # We are building in place.
29368 ac_srcdir=.
29369 ac_top_srcdir=$ac_top_builddir_sub
29370 ac_abs_top_srcdir=$ac_pwd ;;
29371 [\\/]* | ?:[\\/]* ) # Absolute name.
29372 ac_srcdir=$srcdir$ac_dir_suffix;
29373 ac_top_srcdir=$srcdir
29374 ac_abs_top_srcdir=$srcdir ;;
29375 *) # Relative name.
29376 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29377 ac_top_srcdir=$ac_top_build_prefix$srcdir
29378 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29379 esac
29380 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29383 case $ac_mode in
29386 # CONFIG_FILE
29389 case $INSTALL in
29390 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29391 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29392 esac
29393 _ACEOF
29395 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29396 # If the template does not know about datarootdir, expand it.
29397 # FIXME: This hack should be removed a few years after 2.60.
29398 ac_datarootdir_hack=; ac_datarootdir_seen=
29400 ac_sed_dataroot='
29401 /datarootdir/ {
29405 /@datadir@/p
29406 /@docdir@/p
29407 /@infodir@/p
29408 /@localedir@/p
29409 /@mandir@/p
29411 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29412 *datarootdir*) ac_datarootdir_seen=yes;;
29413 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29414 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29415 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29416 _ACEOF
29417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29418 ac_datarootdir_hack='
29419 s&@datadir@&$datadir&g
29420 s&@docdir@&$docdir&g
29421 s&@infodir@&$infodir&g
29422 s&@localedir@&$localedir&g
29423 s&@mandir@&$mandir&g
29424 s&\\\${datarootdir}&$datarootdir&g' ;;
29425 esac
29426 _ACEOF
29428 # Neutralize VPATH when `$srcdir' = `.'.
29429 # Shell code in configure.ac might set extrasub.
29430 # FIXME: do we really want to maintain this feature?
29431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29432 ac_sed_extra="$ac_vpsub
29433 $extrasub
29434 _ACEOF
29435 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29437 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29438 s|@configure_input@|$ac_sed_conf_input|;t t
29439 s&@top_builddir@&$ac_top_builddir_sub&;t t
29440 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29441 s&@srcdir@&$ac_srcdir&;t t
29442 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29443 s&@top_srcdir@&$ac_top_srcdir&;t t
29444 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29445 s&@builddir@&$ac_builddir&;t t
29446 s&@abs_builddir@&$ac_abs_builddir&;t t
29447 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29448 s&@INSTALL@&$ac_INSTALL&;t t
29449 $ac_datarootdir_hack
29451 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29452 if $ac_cs_awk_getline; then
29453 $AWK -f "$tmp/subs.awk"
29454 else
29455 $AWK -f "$tmp/subs.awk" | $SHELL
29456 fi >$tmp/out \
29457 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29458 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29459 { (exit 1); exit 1; }; }
29461 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29462 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29463 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29464 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29465 which seems to be undefined. Please make sure it is defined." >&5
29466 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29467 which seems to be undefined. Please make sure it is defined." >&2;}
29469 rm -f "$tmp/stdin"
29470 case $ac_file in
29471 -) cat "$tmp/out" && rm -f "$tmp/out";;
29472 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29473 esac \
29474 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29475 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29476 { (exit 1); exit 1; }; }
29480 # CONFIG_HEADER
29482 if test x"$ac_file" != x-; then
29484 $as_echo "/* $configure_input */" \
29485 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29486 } >"$tmp/config.h" \
29487 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29488 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29489 { (exit 1); exit 1; }; }
29490 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29491 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29492 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29493 else
29494 rm -f "$ac_file"
29495 mv "$tmp/config.h" "$ac_file" \
29496 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29497 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29498 { (exit 1); exit 1; }; }
29500 else
29501 $as_echo "/* $configure_input */" \
29502 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29503 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29504 $as_echo "$as_me: error: could not create -" >&2;}
29505 { (exit 1); exit 1; }; }
29509 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29510 $as_echo "$as_me: executing $ac_file commands" >&6;}
29512 esac
29515 case $ac_file$ac_mode in
29516 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29517 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29518 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29519 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29520 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29521 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29522 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29523 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29524 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29525 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29526 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29527 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29528 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29530 esac
29531 done # for ac_tag
29534 { (exit 0); exit 0; }
29535 _ACEOF
29536 chmod +x $CONFIG_STATUS
29537 ac_clean_files=$ac_clean_files_save
29539 test $ac_write_fail = 0 ||
29540 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29541 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29542 { (exit 1); exit 1; }; }
29545 # configure is writing to config.log, and then calls config.status.
29546 # config.status does its own redirection, appending to config.log.
29547 # Unfortunately, on DOS this fails, as config.log is still kept open
29548 # by configure, so config.status won't be able to write to it; its
29549 # output is simply discarded. So we exec the FD to /dev/null,
29550 # effectively closing config.log, so it can be properly (re)opened and
29551 # appended to by config.status. When coming back to configure, we
29552 # need to make the FD available again.
29553 if test "$no_create" != yes; then
29554 ac_cs_success=:
29555 ac_config_status_args=
29556 test "$silent" = yes &&
29557 ac_config_status_args="$ac_config_status_args --quiet"
29558 exec 5>/dev/null
29559 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29560 exec 5>>config.log
29561 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29562 # would make configure fail if this is the last instruction.
29563 $ac_cs_success || { (exit 1); exit 1; }
29565 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29566 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29567 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29571 if test "$no_create" = "yes"
29572 then
29573 exit 0
29576 ac_save_IFS="$IFS"
29577 if test "x$wine_notices != "x; then
29578 echo >&6
29579 IFS="|"
29580 for msg in $wine_notices; do
29581 IFS="$ac_save_IFS"
29582 if test -n "$msg"; then
29583 { $as_echo "$as_me:$LINENO: $msg" >&5
29584 $as_echo "$as_me: $msg" >&6;}
29586 done
29588 IFS="|"
29589 for msg in $wine_warnings; do
29590 IFS="$ac_save_IFS"
29591 if test -n "$msg"; then
29592 echo >&2
29593 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29594 $as_echo "$as_me: WARNING: $msg" >&2;}
29596 done
29597 IFS="$ac_save_IFS"
29599 echo "
29600 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29601 " >&6