mciseq: Remove superfluous pointer casts.
[wine/wine-gecko.git] / configure
blob6e721f782bb5b31a359e45f38667a9788ff294b9
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.12.
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.12'
600 PACKAGE_STRING='Wine 1.1.12'
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 TARGETFLAGS
749 TOOLSDIR
750 WIN16_INSTALL
751 WIN16_FILES
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.12 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.12:";;
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.12
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.12, 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 "
3872 esac
3874 case $host_cpu in
3875 *i[3456789]86*)
3876 enable_win16=${enable_win16:-yes}
3879 enable_win16=${enable_win16:-no}
3880 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3881 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3882 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3883 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3884 enable_vmm_vxd=${enable_vmm_vxd:-no}
3885 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3886 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3887 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3888 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3889 enable_w32skrnl=${enable_w32skrnl:-no}
3890 enable_winedos=${enable_winedos:-no}
3891 enable_winevdm=${enable_winevdm:-no}
3893 esac
3895 WIN16_FILES="\$(WIN16_FILES)"
3897 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899 if test "x$enable_win16" != "xyes"
3900 then
3901 WIN16_FILES=""
3902 WIN16_INSTALL=""
3905 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3906 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3907 if test "${wine_cv_toolsdir+set}" = set; then
3908 $as_echo_n "(cached) " >&6
3909 else
3910 if test -z "$with_wine_tools"; then
3911 if test "$cross_compiling" = "yes"; then
3912 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3913 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3914 { (exit 1); exit 1; }; }
3915 else
3916 wine_cv_toolsdir="\$(TOPOBJDIR)"
3918 elif test -d "$with_wine_tools/tools/winebuild"; then
3919 case $with_wine_tools in
3920 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3921 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3922 esac
3923 else
3924 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3925 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3926 { (exit 1); exit 1; }; }
3929 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3930 $as_echo "$wine_cv_toolsdir" >&6; }
3931 TOOLSDIR=$wine_cv_toolsdir
3933 if test "$cross_compiling" = "yes"
3934 then
3935 TARGETFLAGS="-b $host_alias"
3939 ac_ext=c
3940 ac_cpp='$CPP $CPPFLAGS'
3941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3944 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3945 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3946 # On Suns, sometimes $CPP names a directory.
3947 if test -n "$CPP" && test -d "$CPP"; then
3948 CPP=
3950 if test -z "$CPP"; then
3951 if test "${ac_cv_prog_CPP+set}" = set; then
3952 $as_echo_n "(cached) " >&6
3953 else
3954 # Double quotes because CPP needs to be expanded
3955 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3957 ac_preproc_ok=false
3958 for ac_c_preproc_warn_flag in '' yes
3960 # Use a header file that comes with gcc, so configuring glibc
3961 # with a fresh cross-compiler works.
3962 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3963 # <limits.h> exists even on freestanding compilers.
3964 # On the NeXT, cc -E runs the code through the compiler's parser,
3965 # not just through cpp. "Syntax error" is here to catch this case.
3966 cat >conftest.$ac_ext <<_ACEOF
3967 /* confdefs.h. */
3968 _ACEOF
3969 cat confdefs.h >>conftest.$ac_ext
3970 cat >>conftest.$ac_ext <<_ACEOF
3971 /* end confdefs.h. */
3972 #ifdef __STDC__
3973 # include <limits.h>
3974 #else
3975 # include <assert.h>
3976 #endif
3977 Syntax error
3978 _ACEOF
3979 if { (ac_try="$ac_cpp conftest.$ac_ext"
3980 case "(($ac_try" in
3981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3982 *) ac_try_echo=$ac_try;;
3983 esac
3984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3985 $as_echo "$ac_try_echo") >&5
3986 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3987 ac_status=$?
3988 grep -v '^ *+' conftest.er1 >conftest.err
3989 rm -f conftest.er1
3990 cat conftest.err >&5
3991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); } >/dev/null && {
3993 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3994 test ! -s conftest.err
3995 }; then
3997 else
3998 $as_echo "$as_me: failed program was:" >&5
3999 sed 's/^/| /' conftest.$ac_ext >&5
4001 # Broken: fails on valid input.
4002 continue
4005 rm -f conftest.err conftest.$ac_ext
4007 # OK, works on sane cases. Now check whether nonexistent headers
4008 # can be detected and how.
4009 cat >conftest.$ac_ext <<_ACEOF
4010 /* confdefs.h. */
4011 _ACEOF
4012 cat confdefs.h >>conftest.$ac_ext
4013 cat >>conftest.$ac_ext <<_ACEOF
4014 /* end confdefs.h. */
4015 #include <ac_nonexistent.h>
4016 _ACEOF
4017 if { (ac_try="$ac_cpp conftest.$ac_ext"
4018 case "(($ac_try" in
4019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4020 *) ac_try_echo=$ac_try;;
4021 esac
4022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4023 $as_echo "$ac_try_echo") >&5
4024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4025 ac_status=$?
4026 grep -v '^ *+' conftest.er1 >conftest.err
4027 rm -f conftest.er1
4028 cat conftest.err >&5
4029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030 (exit $ac_status); } >/dev/null && {
4031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4032 test ! -s conftest.err
4033 }; then
4034 # Broken: success on invalid input.
4035 continue
4036 else
4037 $as_echo "$as_me: failed program was:" >&5
4038 sed 's/^/| /' conftest.$ac_ext >&5
4040 # Passes both tests.
4041 ac_preproc_ok=:
4042 break
4045 rm -f conftest.err conftest.$ac_ext
4047 done
4048 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4049 rm -f conftest.err conftest.$ac_ext
4050 if $ac_preproc_ok; then
4051 break
4054 done
4055 ac_cv_prog_CPP=$CPP
4058 CPP=$ac_cv_prog_CPP
4059 else
4060 ac_cv_prog_CPP=$CPP
4062 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4063 $as_echo "$CPP" >&6; }
4064 ac_preproc_ok=false
4065 for ac_c_preproc_warn_flag in '' yes
4067 # Use a header file that comes with gcc, so configuring glibc
4068 # with a fresh cross-compiler works.
4069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4070 # <limits.h> exists even on freestanding compilers.
4071 # On the NeXT, cc -E runs the code through the compiler's parser,
4072 # not just through cpp. "Syntax error" is here to catch this case.
4073 cat >conftest.$ac_ext <<_ACEOF
4074 /* confdefs.h. */
4075 _ACEOF
4076 cat confdefs.h >>conftest.$ac_ext
4077 cat >>conftest.$ac_ext <<_ACEOF
4078 /* end confdefs.h. */
4079 #ifdef __STDC__
4080 # include <limits.h>
4081 #else
4082 # include <assert.h>
4083 #endif
4084 Syntax error
4085 _ACEOF
4086 if { (ac_try="$ac_cpp conftest.$ac_ext"
4087 case "(($ac_try" in
4088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4089 *) ac_try_echo=$ac_try;;
4090 esac
4091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4092 $as_echo "$ac_try_echo") >&5
4093 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4094 ac_status=$?
4095 grep -v '^ *+' conftest.er1 >conftest.err
4096 rm -f conftest.er1
4097 cat conftest.err >&5
4098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099 (exit $ac_status); } >/dev/null && {
4100 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4101 test ! -s conftest.err
4102 }; then
4104 else
4105 $as_echo "$as_me: failed program was:" >&5
4106 sed 's/^/| /' conftest.$ac_ext >&5
4108 # Broken: fails on valid input.
4109 continue
4112 rm -f conftest.err conftest.$ac_ext
4114 # OK, works on sane cases. Now check whether nonexistent headers
4115 # can be detected and how.
4116 cat >conftest.$ac_ext <<_ACEOF
4117 /* confdefs.h. */
4118 _ACEOF
4119 cat confdefs.h >>conftest.$ac_ext
4120 cat >>conftest.$ac_ext <<_ACEOF
4121 /* end confdefs.h. */
4122 #include <ac_nonexistent.h>
4123 _ACEOF
4124 if { (ac_try="$ac_cpp conftest.$ac_ext"
4125 case "(($ac_try" in
4126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4127 *) ac_try_echo=$ac_try;;
4128 esac
4129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4130 $as_echo "$ac_try_echo") >&5
4131 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4132 ac_status=$?
4133 grep -v '^ *+' conftest.er1 >conftest.err
4134 rm -f conftest.er1
4135 cat conftest.err >&5
4136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4137 (exit $ac_status); } >/dev/null && {
4138 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4139 test ! -s conftest.err
4140 }; then
4141 # Broken: success on invalid input.
4142 continue
4143 else
4144 $as_echo "$as_me: failed program was:" >&5
4145 sed 's/^/| /' conftest.$ac_ext >&5
4147 # Passes both tests.
4148 ac_preproc_ok=:
4149 break
4152 rm -f conftest.err conftest.$ac_ext
4154 done
4155 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4156 rm -f conftest.err conftest.$ac_ext
4157 if $ac_preproc_ok; then
4159 else
4160 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4162 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4163 See \`config.log' for more details." >&5
4164 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4165 See \`config.log' for more details." >&2;}
4166 { (exit 1); exit 1; }; }; }
4169 ac_ext=c
4170 ac_cpp='$CPP $CPPFLAGS'
4171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4176 { $as_echo "$as_me:$LINENO: checking for X" >&5
4177 $as_echo_n "checking for X... " >&6; }
4180 # Check whether --with-x was given.
4181 if test "${with_x+set}" = set; then
4182 withval=$with_x;
4185 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4186 if test "x$with_x" = xno; then
4187 # The user explicitly disabled X.
4188 have_x=disabled
4189 else
4190 case $x_includes,$x_libraries in #(
4191 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4192 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4193 { (exit 1); exit 1; }; };; #(
4194 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4195 $as_echo_n "(cached) " >&6
4196 else
4197 # One or both of the vars are not set, and there is no cached value.
4198 ac_x_includes=no ac_x_libraries=no
4199 rm -f -r conftest.dir
4200 if mkdir conftest.dir; then
4201 cd conftest.dir
4202 cat >Imakefile <<'_ACEOF'
4203 incroot:
4204 @echo incroot='${INCROOT}'
4205 usrlibdir:
4206 @echo usrlibdir='${USRLIBDIR}'
4207 libdir:
4208 @echo libdir='${LIBDIR}'
4209 _ACEOF
4210 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4211 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4212 for ac_var in incroot usrlibdir libdir; do
4213 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4214 done
4215 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4216 for ac_extension in a so sl dylib la dll; do
4217 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4218 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4219 ac_im_usrlibdir=$ac_im_libdir; break
4221 done
4222 # Screen out bogus values from the imake configuration. They are
4223 # bogus both because they are the default anyway, and because
4224 # using them would break gcc on systems where it needs fixed includes.
4225 case $ac_im_incroot in
4226 /usr/include) ac_x_includes= ;;
4227 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4228 esac
4229 case $ac_im_usrlibdir in
4230 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4231 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4232 esac
4234 cd ..
4235 rm -f -r conftest.dir
4238 # Standard set of common directories for X headers.
4239 # Check X11 before X11Rn because it is often a symlink to the current release.
4240 ac_x_header_dirs='
4241 /usr/X11/include
4242 /usr/X11R6/include
4243 /usr/X11R5/include
4244 /usr/X11R4/include
4246 /usr/include/X11
4247 /usr/include/X11R6
4248 /usr/include/X11R5
4249 /usr/include/X11R4
4251 /usr/local/X11/include
4252 /usr/local/X11R6/include
4253 /usr/local/X11R5/include
4254 /usr/local/X11R4/include
4256 /usr/local/include/X11
4257 /usr/local/include/X11R6
4258 /usr/local/include/X11R5
4259 /usr/local/include/X11R4
4261 /usr/X386/include
4262 /usr/x386/include
4263 /usr/XFree86/include/X11
4265 /usr/include
4266 /usr/local/include
4267 /usr/unsupported/include
4268 /usr/athena/include
4269 /usr/local/x11r5/include
4270 /usr/lpp/Xamples/include
4272 /usr/openwin/include
4273 /usr/openwin/share/include'
4275 if test "$ac_x_includes" = no; then
4276 # Guess where to find include files, by looking for Xlib.h.
4277 # First, try using that file with no special directory specified.
4278 cat >conftest.$ac_ext <<_ACEOF
4279 /* confdefs.h. */
4280 _ACEOF
4281 cat confdefs.h >>conftest.$ac_ext
4282 cat >>conftest.$ac_ext <<_ACEOF
4283 /* end confdefs.h. */
4284 #include <X11/Xlib.h>
4285 _ACEOF
4286 if { (ac_try="$ac_cpp conftest.$ac_ext"
4287 case "(($ac_try" in
4288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4289 *) ac_try_echo=$ac_try;;
4290 esac
4291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4292 $as_echo "$ac_try_echo") >&5
4293 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4294 ac_status=$?
4295 grep -v '^ *+' conftest.er1 >conftest.err
4296 rm -f conftest.er1
4297 cat conftest.err >&5
4298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299 (exit $ac_status); } >/dev/null && {
4300 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4301 test ! -s conftest.err
4302 }; then
4303 # We can compile using X headers with no special include directory.
4304 ac_x_includes=
4305 else
4306 $as_echo "$as_me: failed program was:" >&5
4307 sed 's/^/| /' conftest.$ac_ext >&5
4309 for ac_dir in $ac_x_header_dirs; do
4310 if test -r "$ac_dir/X11/Xlib.h"; then
4311 ac_x_includes=$ac_dir
4312 break
4314 done
4317 rm -f conftest.err conftest.$ac_ext
4318 fi # $ac_x_includes = no
4320 if test "$ac_x_libraries" = no; then
4321 # Check for the libraries.
4322 # See if we find them without any special options.
4323 # Don't add to $LIBS permanently.
4324 ac_save_LIBS=$LIBS
4325 LIBS="-lX11 $LIBS"
4326 cat >conftest.$ac_ext <<_ACEOF
4327 /* confdefs.h. */
4328 _ACEOF
4329 cat confdefs.h >>conftest.$ac_ext
4330 cat >>conftest.$ac_ext <<_ACEOF
4331 /* end confdefs.h. */
4332 #include <X11/Xlib.h>
4334 main ()
4336 XrmInitialize ()
4338 return 0;
4340 _ACEOF
4341 rm -f conftest.$ac_objext conftest$ac_exeext
4342 if { (ac_try="$ac_link"
4343 case "(($ac_try" in
4344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4345 *) ac_try_echo=$ac_try;;
4346 esac
4347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4348 $as_echo "$ac_try_echo") >&5
4349 (eval "$ac_link") 2>conftest.er1
4350 ac_status=$?
4351 grep -v '^ *+' conftest.er1 >conftest.err
4352 rm -f conftest.er1
4353 cat conftest.err >&5
4354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355 (exit $ac_status); } && {
4356 test -z "$ac_c_werror_flag" ||
4357 test ! -s conftest.err
4358 } && test -s conftest$ac_exeext && {
4359 test "$cross_compiling" = yes ||
4360 $as_test_x conftest$ac_exeext
4361 }; then
4362 LIBS=$ac_save_LIBS
4363 # We can link X programs with no special library path.
4364 ac_x_libraries=
4365 else
4366 $as_echo "$as_me: failed program was:" >&5
4367 sed 's/^/| /' conftest.$ac_ext >&5
4369 LIBS=$ac_save_LIBS
4370 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4372 # Don't even attempt the hair of trying to link an X program!
4373 for ac_extension in a so sl dylib la dll; do
4374 if test -r "$ac_dir/libX11.$ac_extension"; then
4375 ac_x_libraries=$ac_dir
4376 break 2
4378 done
4379 done
4382 rm -rf conftest.dSYM
4383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4384 conftest$ac_exeext conftest.$ac_ext
4385 fi # $ac_x_libraries = no
4387 case $ac_x_includes,$ac_x_libraries in #(
4388 no,* | *,no | *\'*)
4389 # Didn't find X, or a directory has "'" in its name.
4390 ac_cv_have_x="have_x=no";; #(
4392 # Record where we found X for the cache.
4393 ac_cv_have_x="have_x=yes\
4394 ac_x_includes='$ac_x_includes'\
4395 ac_x_libraries='$ac_x_libraries'"
4396 esac
4398 ;; #(
4399 *) have_x=yes;;
4400 esac
4401 eval "$ac_cv_have_x"
4402 fi # $with_x != no
4404 if test "$have_x" != yes; then
4405 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4406 $as_echo "$have_x" >&6; }
4407 no_x=yes
4408 else
4409 # If each of the values was on the command line, it overrides each guess.
4410 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4411 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4412 # Update the cache value to reflect the command line values.
4413 ac_cv_have_x="have_x=yes\
4414 ac_x_includes='$x_includes'\
4415 ac_x_libraries='$x_libraries'"
4416 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4417 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4420 if test "$no_x" = yes; then
4421 # Not all programs may use this symbol, but it does not hurt to define it.
4423 cat >>confdefs.h <<\_ACEOF
4424 #define X_DISPLAY_MISSING 1
4425 _ACEOF
4427 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4428 else
4429 if test -n "$x_includes"; then
4430 X_CFLAGS="$X_CFLAGS -I$x_includes"
4433 # It would also be nice to do this for all -L options, not just this one.
4434 if test -n "$x_libraries"; then
4435 X_LIBS="$X_LIBS -L$x_libraries"
4436 # For Solaris; some versions of Sun CC require a space after -R and
4437 # others require no space. Words are not sufficient . . . .
4438 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4439 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4440 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4441 ac_xsave_c_werror_flag=$ac_c_werror_flag
4442 ac_c_werror_flag=yes
4443 cat >conftest.$ac_ext <<_ACEOF
4444 /* confdefs.h. */
4445 _ACEOF
4446 cat confdefs.h >>conftest.$ac_ext
4447 cat >>conftest.$ac_ext <<_ACEOF
4448 /* end confdefs.h. */
4451 main ()
4455 return 0;
4457 _ACEOF
4458 rm -f conftest.$ac_objext conftest$ac_exeext
4459 if { (ac_try="$ac_link"
4460 case "(($ac_try" in
4461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4462 *) ac_try_echo=$ac_try;;
4463 esac
4464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4465 $as_echo "$ac_try_echo") >&5
4466 (eval "$ac_link") 2>conftest.er1
4467 ac_status=$?
4468 grep -v '^ *+' conftest.er1 >conftest.err
4469 rm -f conftest.er1
4470 cat conftest.err >&5
4471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && {
4473 test -z "$ac_c_werror_flag" ||
4474 test ! -s conftest.err
4475 } && test -s conftest$ac_exeext && {
4476 test "$cross_compiling" = yes ||
4477 $as_test_x conftest$ac_exeext
4478 }; then
4479 { $as_echo "$as_me:$LINENO: result: no" >&5
4480 $as_echo "no" >&6; }
4481 X_LIBS="$X_LIBS -R$x_libraries"
4482 else
4483 $as_echo "$as_me: failed program was:" >&5
4484 sed 's/^/| /' conftest.$ac_ext >&5
4486 LIBS="$ac_xsave_LIBS -R $x_libraries"
4487 cat >conftest.$ac_ext <<_ACEOF
4488 /* confdefs.h. */
4489 _ACEOF
4490 cat confdefs.h >>conftest.$ac_ext
4491 cat >>conftest.$ac_ext <<_ACEOF
4492 /* end confdefs.h. */
4495 main ()
4499 return 0;
4501 _ACEOF
4502 rm -f conftest.$ac_objext conftest$ac_exeext
4503 if { (ac_try="$ac_link"
4504 case "(($ac_try" in
4505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4506 *) ac_try_echo=$ac_try;;
4507 esac
4508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4509 $as_echo "$ac_try_echo") >&5
4510 (eval "$ac_link") 2>conftest.er1
4511 ac_status=$?
4512 grep -v '^ *+' conftest.er1 >conftest.err
4513 rm -f conftest.er1
4514 cat conftest.err >&5
4515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4516 (exit $ac_status); } && {
4517 test -z "$ac_c_werror_flag" ||
4518 test ! -s conftest.err
4519 } && test -s conftest$ac_exeext && {
4520 test "$cross_compiling" = yes ||
4521 $as_test_x conftest$ac_exeext
4522 }; then
4523 { $as_echo "$as_me:$LINENO: result: yes" >&5
4524 $as_echo "yes" >&6; }
4525 X_LIBS="$X_LIBS -R $x_libraries"
4526 else
4527 $as_echo "$as_me: failed program was:" >&5
4528 sed 's/^/| /' conftest.$ac_ext >&5
4530 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4531 $as_echo "neither works" >&6; }
4534 rm -rf conftest.dSYM
4535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4536 conftest$ac_exeext conftest.$ac_ext
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
4542 ac_c_werror_flag=$ac_xsave_c_werror_flag
4543 LIBS=$ac_xsave_LIBS
4546 # Check for system-dependent libraries X programs must link with.
4547 # Do this before checking for the system-independent R6 libraries
4548 # (-lICE), since we may need -lsocket or whatever for X linking.
4550 if test "$ISC" = yes; then
4551 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4552 else
4553 # Martyn Johnson says this is needed for Ultrix, if the X
4554 # libraries were built with DECnet support. And Karl Berry says
4555 # the Alpha needs dnet_stub (dnet does not exist).
4556 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4557 cat >conftest.$ac_ext <<_ACEOF
4558 /* confdefs.h. */
4559 _ACEOF
4560 cat confdefs.h >>conftest.$ac_ext
4561 cat >>conftest.$ac_ext <<_ACEOF
4562 /* end confdefs.h. */
4564 /* Override any GCC internal prototype to avoid an error.
4565 Use char because int might match the return type of a GCC
4566 builtin and then its argument prototype would still apply. */
4567 #ifdef __cplusplus
4568 extern "C"
4569 #endif
4570 char XOpenDisplay ();
4572 main ()
4574 return XOpenDisplay ();
4576 return 0;
4578 _ACEOF
4579 rm -f conftest.$ac_objext conftest$ac_exeext
4580 if { (ac_try="$ac_link"
4581 case "(($ac_try" in
4582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4583 *) ac_try_echo=$ac_try;;
4584 esac
4585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4586 $as_echo "$ac_try_echo") >&5
4587 (eval "$ac_link") 2>conftest.er1
4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } && {
4594 test -z "$ac_c_werror_flag" ||
4595 test ! -s conftest.err
4596 } && test -s conftest$ac_exeext && {
4597 test "$cross_compiling" = yes ||
4598 $as_test_x conftest$ac_exeext
4599 }; then
4601 else
4602 $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4605 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4606 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4607 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4608 $as_echo_n "(cached) " >&6
4609 else
4610 ac_check_lib_save_LIBS=$LIBS
4611 LIBS="-ldnet $LIBS"
4612 cat >conftest.$ac_ext <<_ACEOF
4613 /* confdefs.h. */
4614 _ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4622 #ifdef __cplusplus
4623 extern "C"
4624 #endif
4625 char dnet_ntoa ();
4627 main ()
4629 return dnet_ntoa ();
4631 return 0;
4633 _ACEOF
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4636 case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639 esac
4640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4641 $as_echo "$ac_try_echo") >&5
4642 (eval "$ac_link") 2>conftest.er1
4643 ac_status=$?
4644 grep -v '^ *+' conftest.er1 >conftest.err
4645 rm -f conftest.er1
4646 cat conftest.err >&5
4647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648 (exit $ac_status); } && {
4649 test -z "$ac_c_werror_flag" ||
4650 test ! -s conftest.err
4651 } && test -s conftest$ac_exeext && {
4652 test "$cross_compiling" = yes ||
4653 $as_test_x conftest$ac_exeext
4654 }; then
4655 ac_cv_lib_dnet_dnet_ntoa=yes
4656 else
4657 $as_echo "$as_me: failed program was:" >&5
4658 sed 's/^/| /' conftest.$ac_ext >&5
4660 ac_cv_lib_dnet_dnet_ntoa=no
4663 rm -rf conftest.dSYM
4664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4665 conftest$ac_exeext conftest.$ac_ext
4666 LIBS=$ac_check_lib_save_LIBS
4668 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4669 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4670 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4671 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4674 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4675 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4676 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4677 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4678 $as_echo_n "(cached) " >&6
4679 else
4680 ac_check_lib_save_LIBS=$LIBS
4681 LIBS="-ldnet_stub $LIBS"
4682 cat >conftest.$ac_ext <<_ACEOF
4683 /* confdefs.h. */
4684 _ACEOF
4685 cat confdefs.h >>conftest.$ac_ext
4686 cat >>conftest.$ac_ext <<_ACEOF
4687 /* end confdefs.h. */
4689 /* Override any GCC internal prototype to avoid an error.
4690 Use char because int might match the return type of a GCC
4691 builtin and then its argument prototype would still apply. */
4692 #ifdef __cplusplus
4693 extern "C"
4694 #endif
4695 char dnet_ntoa ();
4697 main ()
4699 return dnet_ntoa ();
4701 return 0;
4703 _ACEOF
4704 rm -f conftest.$ac_objext conftest$ac_exeext
4705 if { (ac_try="$ac_link"
4706 case "(($ac_try" in
4707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4708 *) ac_try_echo=$ac_try;;
4709 esac
4710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4711 $as_echo "$ac_try_echo") >&5
4712 (eval "$ac_link") 2>conftest.er1
4713 ac_status=$?
4714 grep -v '^ *+' conftest.er1 >conftest.err
4715 rm -f conftest.er1
4716 cat conftest.err >&5
4717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); } && {
4719 test -z "$ac_c_werror_flag" ||
4720 test ! -s conftest.err
4721 } && test -s conftest$ac_exeext && {
4722 test "$cross_compiling" = yes ||
4723 $as_test_x conftest$ac_exeext
4724 }; then
4725 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4726 else
4727 $as_echo "$as_me: failed program was:" >&5
4728 sed 's/^/| /' conftest.$ac_ext >&5
4730 ac_cv_lib_dnet_stub_dnet_ntoa=no
4733 rm -rf conftest.dSYM
4734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4735 conftest$ac_exeext conftest.$ac_ext
4736 LIBS=$ac_check_lib_save_LIBS
4738 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4739 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4740 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4741 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4747 rm -rf conftest.dSYM
4748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4749 conftest$ac_exeext conftest.$ac_ext
4750 LIBS="$ac_xsave_LIBS"
4752 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4753 # to get the SysV transport functions.
4754 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4755 # needs -lnsl.
4756 # The nsl library prevents programs from opening the X display
4757 # on Irix 5.2, according to T.E. Dickey.
4758 # The functions gethostbyname, getservbyname, and inet_addr are
4759 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4760 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4761 $as_echo_n "checking for gethostbyname... " >&6; }
4762 if test "${ac_cv_func_gethostbyname+set}" = set; then
4763 $as_echo_n "(cached) " >&6
4764 else
4765 cat >conftest.$ac_ext <<_ACEOF
4766 /* confdefs.h. */
4767 _ACEOF
4768 cat confdefs.h >>conftest.$ac_ext
4769 cat >>conftest.$ac_ext <<_ACEOF
4770 /* end confdefs.h. */
4771 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4773 #define gethostbyname innocuous_gethostbyname
4775 /* System header to define __stub macros and hopefully few prototypes,
4776 which can conflict with char gethostbyname (); below.
4777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4778 <limits.h> exists even on freestanding compilers. */
4780 #ifdef __STDC__
4781 # include <limits.h>
4782 #else
4783 # include <assert.h>
4784 #endif
4786 #undef gethostbyname
4788 /* Override any GCC internal prototype to avoid an error.
4789 Use char because int might match the return type of a GCC
4790 builtin and then its argument prototype would still apply. */
4791 #ifdef __cplusplus
4792 extern "C"
4793 #endif
4794 char gethostbyname ();
4795 /* The GNU C library defines this for functions which it implements
4796 to always fail with ENOSYS. Some functions are actually named
4797 something starting with __ and the normal name is an alias. */
4798 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4799 choke me
4800 #endif
4803 main ()
4805 return gethostbyname ();
4807 return 0;
4809 _ACEOF
4810 rm -f conftest.$ac_objext conftest$ac_exeext
4811 if { (ac_try="$ac_link"
4812 case "(($ac_try" in
4813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4814 *) ac_try_echo=$ac_try;;
4815 esac
4816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4817 $as_echo "$ac_try_echo") >&5
4818 (eval "$ac_link") 2>conftest.er1
4819 ac_status=$?
4820 grep -v '^ *+' conftest.er1 >conftest.err
4821 rm -f conftest.er1
4822 cat conftest.err >&5
4823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4824 (exit $ac_status); } && {
4825 test -z "$ac_c_werror_flag" ||
4826 test ! -s conftest.err
4827 } && test -s conftest$ac_exeext && {
4828 test "$cross_compiling" = yes ||
4829 $as_test_x conftest$ac_exeext
4830 }; then
4831 ac_cv_func_gethostbyname=yes
4832 else
4833 $as_echo "$as_me: failed program was:" >&5
4834 sed 's/^/| /' conftest.$ac_ext >&5
4836 ac_cv_func_gethostbyname=no
4839 rm -rf conftest.dSYM
4840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4841 conftest$ac_exeext conftest.$ac_ext
4843 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4844 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4846 if test $ac_cv_func_gethostbyname = no; then
4847 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4848 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4849 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4850 $as_echo_n "(cached) " >&6
4851 else
4852 ac_check_lib_save_LIBS=$LIBS
4853 LIBS="-lnsl $LIBS"
4854 cat >conftest.$ac_ext <<_ACEOF
4855 /* confdefs.h. */
4856 _ACEOF
4857 cat confdefs.h >>conftest.$ac_ext
4858 cat >>conftest.$ac_ext <<_ACEOF
4859 /* end confdefs.h. */
4861 /* Override any GCC internal prototype to avoid an error.
4862 Use char because int might match the return type of a GCC
4863 builtin and then its argument prototype would still apply. */
4864 #ifdef __cplusplus
4865 extern "C"
4866 #endif
4867 char gethostbyname ();
4869 main ()
4871 return gethostbyname ();
4873 return 0;
4875 _ACEOF
4876 rm -f conftest.$ac_objext conftest$ac_exeext
4877 if { (ac_try="$ac_link"
4878 case "(($ac_try" in
4879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4880 *) ac_try_echo=$ac_try;;
4881 esac
4882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4883 $as_echo "$ac_try_echo") >&5
4884 (eval "$ac_link") 2>conftest.er1
4885 ac_status=$?
4886 grep -v '^ *+' conftest.er1 >conftest.err
4887 rm -f conftest.er1
4888 cat conftest.err >&5
4889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); } && {
4891 test -z "$ac_c_werror_flag" ||
4892 test ! -s conftest.err
4893 } && test -s conftest$ac_exeext && {
4894 test "$cross_compiling" = yes ||
4895 $as_test_x conftest$ac_exeext
4896 }; then
4897 ac_cv_lib_nsl_gethostbyname=yes
4898 else
4899 $as_echo "$as_me: failed program was:" >&5
4900 sed 's/^/| /' conftest.$ac_ext >&5
4902 ac_cv_lib_nsl_gethostbyname=no
4905 rm -rf conftest.dSYM
4906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4907 conftest$ac_exeext conftest.$ac_ext
4908 LIBS=$ac_check_lib_save_LIBS
4910 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4911 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4912 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4913 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4916 if test $ac_cv_lib_nsl_gethostbyname = no; then
4917 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4918 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4919 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4920 $as_echo_n "(cached) " >&6
4921 else
4922 ac_check_lib_save_LIBS=$LIBS
4923 LIBS="-lbsd $LIBS"
4924 cat >conftest.$ac_ext <<_ACEOF
4925 /* confdefs.h. */
4926 _ACEOF
4927 cat confdefs.h >>conftest.$ac_ext
4928 cat >>conftest.$ac_ext <<_ACEOF
4929 /* end confdefs.h. */
4931 /* Override any GCC internal prototype to avoid an error.
4932 Use char because int might match the return type of a GCC
4933 builtin and then its argument prototype would still apply. */
4934 #ifdef __cplusplus
4935 extern "C"
4936 #endif
4937 char gethostbyname ();
4939 main ()
4941 return gethostbyname ();
4943 return 0;
4945 _ACEOF
4946 rm -f conftest.$ac_objext conftest$ac_exeext
4947 if { (ac_try="$ac_link"
4948 case "(($ac_try" in
4949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4950 *) ac_try_echo=$ac_try;;
4951 esac
4952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4953 $as_echo "$ac_try_echo") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext && {
4964 test "$cross_compiling" = yes ||
4965 $as_test_x conftest$ac_exeext
4966 }; then
4967 ac_cv_lib_bsd_gethostbyname=yes
4968 else
4969 $as_echo "$as_me: failed program was:" >&5
4970 sed 's/^/| /' conftest.$ac_ext >&5
4972 ac_cv_lib_bsd_gethostbyname=no
4975 rm -rf conftest.dSYM
4976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4977 conftest$ac_exeext conftest.$ac_ext
4978 LIBS=$ac_check_lib_save_LIBS
4980 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4981 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4982 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4983 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4989 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4990 # socket/setsockopt and other routines are undefined under SCO ODT
4991 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4992 # on later versions), says Simon Leinen: it contains gethostby*
4993 # variants that don't use the name server (or something). -lsocket
4994 # must be given before -lnsl if both are needed. We assume that
4995 # if connect needs -lnsl, so does gethostbyname.
4996 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4997 $as_echo_n "checking for connect... " >&6; }
4998 if test "${ac_cv_func_connect+set}" = set; then
4999 $as_echo_n "(cached) " >&6
5000 else
5001 cat >conftest.$ac_ext <<_ACEOF
5002 /* confdefs.h. */
5003 _ACEOF
5004 cat confdefs.h >>conftest.$ac_ext
5005 cat >>conftest.$ac_ext <<_ACEOF
5006 /* end confdefs.h. */
5007 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5009 #define connect innocuous_connect
5011 /* System header to define __stub macros and hopefully few prototypes,
5012 which can conflict with char connect (); below.
5013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5014 <limits.h> exists even on freestanding compilers. */
5016 #ifdef __STDC__
5017 # include <limits.h>
5018 #else
5019 # include <assert.h>
5020 #endif
5022 #undef connect
5024 /* Override any GCC internal prototype to avoid an error.
5025 Use char because int might match the return type of a GCC
5026 builtin and then its argument prototype would still apply. */
5027 #ifdef __cplusplus
5028 extern "C"
5029 #endif
5030 char connect ();
5031 /* The GNU C library defines this for functions which it implements
5032 to always fail with ENOSYS. Some functions are actually named
5033 something starting with __ and the normal name is an alias. */
5034 #if defined __stub_connect || defined __stub___connect
5035 choke me
5036 #endif
5039 main ()
5041 return connect ();
5043 return 0;
5045 _ACEOF
5046 rm -f conftest.$ac_objext conftest$ac_exeext
5047 if { (ac_try="$ac_link"
5048 case "(($ac_try" in
5049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5050 *) ac_try_echo=$ac_try;;
5051 esac
5052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5053 $as_echo "$ac_try_echo") >&5
5054 (eval "$ac_link") 2>conftest.er1
5055 ac_status=$?
5056 grep -v '^ *+' conftest.er1 >conftest.err
5057 rm -f conftest.er1
5058 cat conftest.err >&5
5059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } && {
5061 test -z "$ac_c_werror_flag" ||
5062 test ! -s conftest.err
5063 } && test -s conftest$ac_exeext && {
5064 test "$cross_compiling" = yes ||
5065 $as_test_x conftest$ac_exeext
5066 }; then
5067 ac_cv_func_connect=yes
5068 else
5069 $as_echo "$as_me: failed program was:" >&5
5070 sed 's/^/| /' conftest.$ac_ext >&5
5072 ac_cv_func_connect=no
5075 rm -rf conftest.dSYM
5076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5077 conftest$ac_exeext conftest.$ac_ext
5079 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5080 $as_echo "$ac_cv_func_connect" >&6; }
5082 if test $ac_cv_func_connect = no; then
5083 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5084 $as_echo_n "checking for connect in -lsocket... " >&6; }
5085 if test "${ac_cv_lib_socket_connect+set}" = set; then
5086 $as_echo_n "(cached) " >&6
5087 else
5088 ac_check_lib_save_LIBS=$LIBS
5089 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5090 cat >conftest.$ac_ext <<_ACEOF
5091 /* confdefs.h. */
5092 _ACEOF
5093 cat confdefs.h >>conftest.$ac_ext
5094 cat >>conftest.$ac_ext <<_ACEOF
5095 /* end confdefs.h. */
5097 /* Override any GCC internal prototype to avoid an error.
5098 Use char because int might match the return type of a GCC
5099 builtin and then its argument prototype would still apply. */
5100 #ifdef __cplusplus
5101 extern "C"
5102 #endif
5103 char connect ();
5105 main ()
5107 return connect ();
5109 return 0;
5111 _ACEOF
5112 rm -f conftest.$ac_objext conftest$ac_exeext
5113 if { (ac_try="$ac_link"
5114 case "(($ac_try" in
5115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5116 *) ac_try_echo=$ac_try;;
5117 esac
5118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5119 $as_echo "$ac_try_echo") >&5
5120 (eval "$ac_link") 2>conftest.er1
5121 ac_status=$?
5122 grep -v '^ *+' conftest.er1 >conftest.err
5123 rm -f conftest.er1
5124 cat conftest.err >&5
5125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126 (exit $ac_status); } && {
5127 test -z "$ac_c_werror_flag" ||
5128 test ! -s conftest.err
5129 } && test -s conftest$ac_exeext && {
5130 test "$cross_compiling" = yes ||
5131 $as_test_x conftest$ac_exeext
5132 }; then
5133 ac_cv_lib_socket_connect=yes
5134 else
5135 $as_echo "$as_me: failed program was:" >&5
5136 sed 's/^/| /' conftest.$ac_ext >&5
5138 ac_cv_lib_socket_connect=no
5141 rm -rf conftest.dSYM
5142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5143 conftest$ac_exeext conftest.$ac_ext
5144 LIBS=$ac_check_lib_save_LIBS
5146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5147 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5148 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5149 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5154 # Guillermo Gomez says -lposix is necessary on A/UX.
5155 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5156 $as_echo_n "checking for remove... " >&6; }
5157 if test "${ac_cv_func_remove+set}" = set; then
5158 $as_echo_n "(cached) " >&6
5159 else
5160 cat >conftest.$ac_ext <<_ACEOF
5161 /* confdefs.h. */
5162 _ACEOF
5163 cat confdefs.h >>conftest.$ac_ext
5164 cat >>conftest.$ac_ext <<_ACEOF
5165 /* end confdefs.h. */
5166 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5167 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5168 #define remove innocuous_remove
5170 /* System header to define __stub macros and hopefully few prototypes,
5171 which can conflict with char remove (); below.
5172 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5173 <limits.h> exists even on freestanding compilers. */
5175 #ifdef __STDC__
5176 # include <limits.h>
5177 #else
5178 # include <assert.h>
5179 #endif
5181 #undef remove
5183 /* Override any GCC internal prototype to avoid an error.
5184 Use char because int might match the return type of a GCC
5185 builtin and then its argument prototype would still apply. */
5186 #ifdef __cplusplus
5187 extern "C"
5188 #endif
5189 char remove ();
5190 /* The GNU C library defines this for functions which it implements
5191 to always fail with ENOSYS. Some functions are actually named
5192 something starting with __ and the normal name is an alias. */
5193 #if defined __stub_remove || defined __stub___remove
5194 choke me
5195 #endif
5198 main ()
5200 return remove ();
5202 return 0;
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5207 case "(($ac_try" in
5208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209 *) ac_try_echo=$ac_try;;
5210 esac
5211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5212 $as_echo "$ac_try_echo") >&5
5213 (eval "$ac_link") 2>conftest.er1
5214 ac_status=$?
5215 grep -v '^ *+' conftest.er1 >conftest.err
5216 rm -f conftest.er1
5217 cat conftest.err >&5
5218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219 (exit $ac_status); } && {
5220 test -z "$ac_c_werror_flag" ||
5221 test ! -s conftest.err
5222 } && test -s conftest$ac_exeext && {
5223 test "$cross_compiling" = yes ||
5224 $as_test_x conftest$ac_exeext
5225 }; then
5226 ac_cv_func_remove=yes
5227 else
5228 $as_echo "$as_me: failed program was:" >&5
5229 sed 's/^/| /' conftest.$ac_ext >&5
5231 ac_cv_func_remove=no
5234 rm -rf conftest.dSYM
5235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5236 conftest$ac_exeext conftest.$ac_ext
5238 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5239 $as_echo "$ac_cv_func_remove" >&6; }
5241 if test $ac_cv_func_remove = no; then
5242 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5243 $as_echo_n "checking for remove in -lposix... " >&6; }
5244 if test "${ac_cv_lib_posix_remove+set}" = set; then
5245 $as_echo_n "(cached) " >&6
5246 else
5247 ac_check_lib_save_LIBS=$LIBS
5248 LIBS="-lposix $LIBS"
5249 cat >conftest.$ac_ext <<_ACEOF
5250 /* confdefs.h. */
5251 _ACEOF
5252 cat confdefs.h >>conftest.$ac_ext
5253 cat >>conftest.$ac_ext <<_ACEOF
5254 /* end confdefs.h. */
5256 /* Override any GCC internal prototype to avoid an error.
5257 Use char because int might match the return type of a GCC
5258 builtin and then its argument prototype would still apply. */
5259 #ifdef __cplusplus
5260 extern "C"
5261 #endif
5262 char remove ();
5264 main ()
5266 return remove ();
5268 return 0;
5270 _ACEOF
5271 rm -f conftest.$ac_objext conftest$ac_exeext
5272 if { (ac_try="$ac_link"
5273 case "(($ac_try" in
5274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5275 *) ac_try_echo=$ac_try;;
5276 esac
5277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5278 $as_echo "$ac_try_echo") >&5
5279 (eval "$ac_link") 2>conftest.er1
5280 ac_status=$?
5281 grep -v '^ *+' conftest.er1 >conftest.err
5282 rm -f conftest.er1
5283 cat conftest.err >&5
5284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5285 (exit $ac_status); } && {
5286 test -z "$ac_c_werror_flag" ||
5287 test ! -s conftest.err
5288 } && test -s conftest$ac_exeext && {
5289 test "$cross_compiling" = yes ||
5290 $as_test_x conftest$ac_exeext
5291 }; then
5292 ac_cv_lib_posix_remove=yes
5293 else
5294 $as_echo "$as_me: failed program was:" >&5
5295 sed 's/^/| /' conftest.$ac_ext >&5
5297 ac_cv_lib_posix_remove=no
5300 rm -rf conftest.dSYM
5301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5302 conftest$ac_exeext conftest.$ac_ext
5303 LIBS=$ac_check_lib_save_LIBS
5305 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5306 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5307 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5308 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5313 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5314 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5315 $as_echo_n "checking for shmat... " >&6; }
5316 if test "${ac_cv_func_shmat+set}" = set; then
5317 $as_echo_n "(cached) " >&6
5318 else
5319 cat >conftest.$ac_ext <<_ACEOF
5320 /* confdefs.h. */
5321 _ACEOF
5322 cat confdefs.h >>conftest.$ac_ext
5323 cat >>conftest.$ac_ext <<_ACEOF
5324 /* end confdefs.h. */
5325 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5327 #define shmat innocuous_shmat
5329 /* System header to define __stub macros and hopefully few prototypes,
5330 which can conflict with char shmat (); below.
5331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5332 <limits.h> exists even on freestanding compilers. */
5334 #ifdef __STDC__
5335 # include <limits.h>
5336 #else
5337 # include <assert.h>
5338 #endif
5340 #undef shmat
5342 /* Override any GCC internal prototype to avoid an error.
5343 Use char because int might match the return type of a GCC
5344 builtin and then its argument prototype would still apply. */
5345 #ifdef __cplusplus
5346 extern "C"
5347 #endif
5348 char shmat ();
5349 /* The GNU C library defines this for functions which it implements
5350 to always fail with ENOSYS. Some functions are actually named
5351 something starting with __ and the normal name is an alias. */
5352 #if defined __stub_shmat || defined __stub___shmat
5353 choke me
5354 #endif
5357 main ()
5359 return shmat ();
5361 return 0;
5363 _ACEOF
5364 rm -f conftest.$ac_objext conftest$ac_exeext
5365 if { (ac_try="$ac_link"
5366 case "(($ac_try" in
5367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5368 *) ac_try_echo=$ac_try;;
5369 esac
5370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5371 $as_echo "$ac_try_echo") >&5
5372 (eval "$ac_link") 2>conftest.er1
5373 ac_status=$?
5374 grep -v '^ *+' conftest.er1 >conftest.err
5375 rm -f conftest.er1
5376 cat conftest.err >&5
5377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5378 (exit $ac_status); } && {
5379 test -z "$ac_c_werror_flag" ||
5380 test ! -s conftest.err
5381 } && test -s conftest$ac_exeext && {
5382 test "$cross_compiling" = yes ||
5383 $as_test_x conftest$ac_exeext
5384 }; then
5385 ac_cv_func_shmat=yes
5386 else
5387 $as_echo "$as_me: failed program was:" >&5
5388 sed 's/^/| /' conftest.$ac_ext >&5
5390 ac_cv_func_shmat=no
5393 rm -rf conftest.dSYM
5394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5395 conftest$ac_exeext conftest.$ac_ext
5397 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5398 $as_echo "$ac_cv_func_shmat" >&6; }
5400 if test $ac_cv_func_shmat = no; then
5401 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5402 $as_echo_n "checking for shmat in -lipc... " >&6; }
5403 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5404 $as_echo_n "(cached) " >&6
5405 else
5406 ac_check_lib_save_LIBS=$LIBS
5407 LIBS="-lipc $LIBS"
5408 cat >conftest.$ac_ext <<_ACEOF
5409 /* confdefs.h. */
5410 _ACEOF
5411 cat confdefs.h >>conftest.$ac_ext
5412 cat >>conftest.$ac_ext <<_ACEOF
5413 /* end confdefs.h. */
5415 /* Override any GCC internal prototype to avoid an error.
5416 Use char because int might match the return type of a GCC
5417 builtin and then its argument prototype would still apply. */
5418 #ifdef __cplusplus
5419 extern "C"
5420 #endif
5421 char shmat ();
5423 main ()
5425 return shmat ();
5427 return 0;
5429 _ACEOF
5430 rm -f conftest.$ac_objext conftest$ac_exeext
5431 if { (ac_try="$ac_link"
5432 case "(($ac_try" in
5433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5434 *) ac_try_echo=$ac_try;;
5435 esac
5436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5437 $as_echo "$ac_try_echo") >&5
5438 (eval "$ac_link") 2>conftest.er1
5439 ac_status=$?
5440 grep -v '^ *+' conftest.er1 >conftest.err
5441 rm -f conftest.er1
5442 cat conftest.err >&5
5443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5444 (exit $ac_status); } && {
5445 test -z "$ac_c_werror_flag" ||
5446 test ! -s conftest.err
5447 } && test -s conftest$ac_exeext && {
5448 test "$cross_compiling" = yes ||
5449 $as_test_x conftest$ac_exeext
5450 }; then
5451 ac_cv_lib_ipc_shmat=yes
5452 else
5453 $as_echo "$as_me: failed program was:" >&5
5454 sed 's/^/| /' conftest.$ac_ext >&5
5456 ac_cv_lib_ipc_shmat=no
5459 rm -rf conftest.dSYM
5460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5461 conftest$ac_exeext conftest.$ac_ext
5462 LIBS=$ac_check_lib_save_LIBS
5464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5465 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5466 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5467 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5473 # Check for libraries that X11R6 Xt/Xaw programs need.
5474 ac_save_LDFLAGS=$LDFLAGS
5475 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5476 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5477 # check for ICE first), but we must link in the order -lSM -lICE or
5478 # we get undefined symbols. So assume we have SM if we have ICE.
5479 # These have to be linked with before -lX11, unlike the other
5480 # libraries we check for below, so use a different variable.
5481 # John Interrante, Karl Berry
5482 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5483 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5484 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5485 $as_echo_n "(cached) " >&6
5486 else
5487 ac_check_lib_save_LIBS=$LIBS
5488 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5489 cat >conftest.$ac_ext <<_ACEOF
5490 /* confdefs.h. */
5491 _ACEOF
5492 cat confdefs.h >>conftest.$ac_ext
5493 cat >>conftest.$ac_ext <<_ACEOF
5494 /* end confdefs.h. */
5496 /* Override any GCC internal prototype to avoid an error.
5497 Use char because int might match the return type of a GCC
5498 builtin and then its argument prototype would still apply. */
5499 #ifdef __cplusplus
5500 extern "C"
5501 #endif
5502 char IceConnectionNumber ();
5504 main ()
5506 return IceConnectionNumber ();
5508 return 0;
5510 _ACEOF
5511 rm -f conftest.$ac_objext conftest$ac_exeext
5512 if { (ac_try="$ac_link"
5513 case "(($ac_try" in
5514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5515 *) ac_try_echo=$ac_try;;
5516 esac
5517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5518 $as_echo "$ac_try_echo") >&5
5519 (eval "$ac_link") 2>conftest.er1
5520 ac_status=$?
5521 grep -v '^ *+' conftest.er1 >conftest.err
5522 rm -f conftest.er1
5523 cat conftest.err >&5
5524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525 (exit $ac_status); } && {
5526 test -z "$ac_c_werror_flag" ||
5527 test ! -s conftest.err
5528 } && test -s conftest$ac_exeext && {
5529 test "$cross_compiling" = yes ||
5530 $as_test_x conftest$ac_exeext
5531 }; then
5532 ac_cv_lib_ICE_IceConnectionNumber=yes
5533 else
5534 $as_echo "$as_me: failed program was:" >&5
5535 sed 's/^/| /' conftest.$ac_ext >&5
5537 ac_cv_lib_ICE_IceConnectionNumber=no
5540 rm -rf conftest.dSYM
5541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5542 conftest$ac_exeext conftest.$ac_ext
5543 LIBS=$ac_check_lib_save_LIBS
5545 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5546 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5547 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5548 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5551 LDFLAGS=$ac_save_LDFLAGS
5556 for ac_prog in flex
5558 # Extract the first word of "$ac_prog", so it can be a program name with args.
5559 set dummy $ac_prog; ac_word=$2
5560 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5561 $as_echo_n "checking for $ac_word... " >&6; }
5562 if test "${ac_cv_prog_FLEX+set}" = set; then
5563 $as_echo_n "(cached) " >&6
5564 else
5565 if test -n "$FLEX"; then
5566 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5567 else
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569 for as_dir in $PATH
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 for ac_exec_ext in '' $ac_executable_extensions; do
5574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5575 ac_cv_prog_FLEX="$ac_prog"
5576 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5577 break 2
5579 done
5580 done
5581 IFS=$as_save_IFS
5585 FLEX=$ac_cv_prog_FLEX
5586 if test -n "$FLEX"; then
5587 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5588 $as_echo "$FLEX" >&6; }
5589 else
5590 { $as_echo "$as_me:$LINENO: result: no" >&5
5591 $as_echo "no" >&6; }
5595 test -n "$FLEX" && break
5596 done
5597 test -n "$FLEX" || FLEX="none"
5599 if test "$FLEX" = "none"
5600 then
5601 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5602 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5603 { (exit 1); exit 1; }; }
5606 for ac_prog in bison
5608 # Extract the first word of "$ac_prog", so it can be a program name with args.
5609 set dummy $ac_prog; ac_word=$2
5610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5611 $as_echo_n "checking for $ac_word... " >&6; }
5612 if test "${ac_cv_prog_BISON+set}" = set; then
5613 $as_echo_n "(cached) " >&6
5614 else
5615 if test -n "$BISON"; then
5616 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5617 else
5618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5619 for as_dir in $PATH
5621 IFS=$as_save_IFS
5622 test -z "$as_dir" && as_dir=.
5623 for ac_exec_ext in '' $ac_executable_extensions; do
5624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5625 ac_cv_prog_BISON="$ac_prog"
5626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5627 break 2
5629 done
5630 done
5631 IFS=$as_save_IFS
5635 BISON=$ac_cv_prog_BISON
5636 if test -n "$BISON"; then
5637 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5638 $as_echo "$BISON" >&6; }
5639 else
5640 { $as_echo "$as_me:$LINENO: result: no" >&5
5641 $as_echo "no" >&6; }
5645 test -n "$BISON" && break
5646 done
5647 test -n "$BISON" || BISON="none"
5649 if test "$BISON" = "none"
5650 then
5651 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5652 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5653 { (exit 1); exit 1; }; }
5656 if test -n "$ac_tool_prefix"; then
5657 for ac_prog in gas as
5659 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5660 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5661 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5662 $as_echo_n "checking for $ac_word... " >&6; }
5663 if test "${ac_cv_prog_AS+set}" = set; then
5664 $as_echo_n "(cached) " >&6
5665 else
5666 if test -n "$AS"; then
5667 ac_cv_prog_AS="$AS" # Let the user override the test.
5668 else
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670 for as_dir in $PATH
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_exec_ext in '' $ac_executable_extensions; do
5675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5676 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5677 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5678 break 2
5680 done
5681 done
5682 IFS=$as_save_IFS
5686 AS=$ac_cv_prog_AS
5687 if test -n "$AS"; then
5688 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5689 $as_echo "$AS" >&6; }
5690 else
5691 { $as_echo "$as_me:$LINENO: result: no" >&5
5692 $as_echo "no" >&6; }
5696 test -n "$AS" && break
5697 done
5699 if test -z "$AS"; then
5700 ac_ct_AS=$AS
5701 for ac_prog in gas as
5703 # Extract the first word of "$ac_prog", so it can be a program name with args.
5704 set dummy $ac_prog; ac_word=$2
5705 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5706 $as_echo_n "checking for $ac_word... " >&6; }
5707 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5708 $as_echo_n "(cached) " >&6
5709 else
5710 if test -n "$ac_ct_AS"; then
5711 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5712 else
5713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5714 for as_dir in $PATH
5716 IFS=$as_save_IFS
5717 test -z "$as_dir" && as_dir=.
5718 for ac_exec_ext in '' $ac_executable_extensions; do
5719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5720 ac_cv_prog_ac_ct_AS="$ac_prog"
5721 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5722 break 2
5724 done
5725 done
5726 IFS=$as_save_IFS
5730 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5731 if test -n "$ac_ct_AS"; then
5732 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5733 $as_echo "$ac_ct_AS" >&6; }
5734 else
5735 { $as_echo "$as_me:$LINENO: result: no" >&5
5736 $as_echo "no" >&6; }
5740 test -n "$ac_ct_AS" && break
5741 done
5743 if test "x$ac_ct_AS" = x; then
5744 AS="as"
5745 else
5746 case $cross_compiling:$ac_tool_warned in
5747 yes:)
5748 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5750 ac_tool_warned=yes ;;
5751 esac
5752 AS=$ac_ct_AS
5756 if test -n "$ac_tool_prefix"; then
5757 for ac_prog in ld gld
5759 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5760 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5761 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5762 $as_echo_n "checking for $ac_word... " >&6; }
5763 if test "${ac_cv_prog_LD+set}" = set; then
5764 $as_echo_n "(cached) " >&6
5765 else
5766 if test -n "$LD"; then
5767 ac_cv_prog_LD="$LD" # Let the user override the test.
5768 else
5769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5770 for as_dir in $PATH
5772 IFS=$as_save_IFS
5773 test -z "$as_dir" && as_dir=.
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5776 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5777 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 2
5780 done
5781 done
5782 IFS=$as_save_IFS
5786 LD=$ac_cv_prog_LD
5787 if test -n "$LD"; then
5788 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5789 $as_echo "$LD" >&6; }
5790 else
5791 { $as_echo "$as_me:$LINENO: result: no" >&5
5792 $as_echo "no" >&6; }
5796 test -n "$LD" && break
5797 done
5799 if test -z "$LD"; then
5800 ac_ct_LD=$LD
5801 for ac_prog in ld gld
5803 # Extract the first word of "$ac_prog", so it can be a program name with args.
5804 set dummy $ac_prog; ac_word=$2
5805 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5806 $as_echo_n "checking for $ac_word... " >&6; }
5807 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5808 $as_echo_n "(cached) " >&6
5809 else
5810 if test -n "$ac_ct_LD"; then
5811 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5812 else
5813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814 for as_dir in $PATH
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_exec_ext in '' $ac_executable_extensions; do
5819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5820 ac_cv_prog_ac_ct_LD="$ac_prog"
5821 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5822 break 2
5824 done
5825 done
5826 IFS=$as_save_IFS
5830 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5831 if test -n "$ac_ct_LD"; then
5832 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5833 $as_echo "$ac_ct_LD" >&6; }
5834 else
5835 { $as_echo "$as_me:$LINENO: result: no" >&5
5836 $as_echo "no" >&6; }
5840 test -n "$ac_ct_LD" && break
5841 done
5843 if test "x$ac_ct_LD" = x; then
5844 LD="ld"
5845 else
5846 case $cross_compiling:$ac_tool_warned in
5847 yes:)
5848 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5849 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5850 ac_tool_warned=yes ;;
5851 esac
5852 LD=$ac_ct_LD
5856 if test -n "$ac_tool_prefix"; then
5857 for ac_prog in nm gnm
5859 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5860 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5861 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5862 $as_echo_n "checking for $ac_word... " >&6; }
5863 if test "${ac_cv_prog_NM+set}" = set; then
5864 $as_echo_n "(cached) " >&6
5865 else
5866 if test -n "$NM"; then
5867 ac_cv_prog_NM="$NM" # Let the user override the test.
5868 else
5869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5870 for as_dir in $PATH
5872 IFS=$as_save_IFS
5873 test -z "$as_dir" && as_dir=.
5874 for ac_exec_ext in '' $ac_executable_extensions; do
5875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5876 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5877 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5878 break 2
5880 done
5881 done
5882 IFS=$as_save_IFS
5886 NM=$ac_cv_prog_NM
5887 if test -n "$NM"; then
5888 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5889 $as_echo "$NM" >&6; }
5890 else
5891 { $as_echo "$as_me:$LINENO: result: no" >&5
5892 $as_echo "no" >&6; }
5896 test -n "$NM" && break
5897 done
5899 if test -z "$NM"; then
5900 ac_ct_NM=$NM
5901 for ac_prog in nm gnm
5903 # Extract the first word of "$ac_prog", so it can be a program name with args.
5904 set dummy $ac_prog; ac_word=$2
5905 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5906 $as_echo_n "checking for $ac_word... " >&6; }
5907 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5908 $as_echo_n "(cached) " >&6
5909 else
5910 if test -n "$ac_ct_NM"; then
5911 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5912 else
5913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914 for as_dir in $PATH
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
5919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5920 ac_cv_prog_ac_ct_NM="$ac_prog"
5921 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5924 done
5925 done
5926 IFS=$as_save_IFS
5930 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5931 if test -n "$ac_ct_NM"; then
5932 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5933 $as_echo "$ac_ct_NM" >&6; }
5934 else
5935 { $as_echo "$as_me:$LINENO: result: no" >&5
5936 $as_echo "no" >&6; }
5940 test -n "$ac_ct_NM" && break
5941 done
5943 if test "x$ac_ct_NM" = x; then
5944 NM="nm"
5945 else
5946 case $cross_compiling:$ac_tool_warned in
5947 yes:)
5948 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5949 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5950 ac_tool_warned=yes ;;
5951 esac
5952 NM=$ac_ct_NM
5956 if test -n "$ac_tool_prefix"; then
5957 for ac_prog in ar gar
5959 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5960 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5961 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5962 $as_echo_n "checking for $ac_word... " >&6; }
5963 if test "${ac_cv_prog_AR+set}" = set; then
5964 $as_echo_n "(cached) " >&6
5965 else
5966 if test -n "$AR"; then
5967 ac_cv_prog_AR="$AR" # Let the user override the test.
5968 else
5969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5970 for as_dir in $PATH
5972 IFS=$as_save_IFS
5973 test -z "$as_dir" && as_dir=.
5974 for ac_exec_ext in '' $ac_executable_extensions; do
5975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5976 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5977 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5978 break 2
5980 done
5981 done
5982 IFS=$as_save_IFS
5986 AR=$ac_cv_prog_AR
5987 if test -n "$AR"; then
5988 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5989 $as_echo "$AR" >&6; }
5990 else
5991 { $as_echo "$as_me:$LINENO: result: no" >&5
5992 $as_echo "no" >&6; }
5996 test -n "$AR" && break
5997 done
5999 if test -z "$AR"; then
6000 ac_ct_AR=$AR
6001 for ac_prog in ar gar
6003 # Extract the first word of "$ac_prog", so it can be a program name with args.
6004 set dummy $ac_prog; ac_word=$2
6005 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6006 $as_echo_n "checking for $ac_word... " >&6; }
6007 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6008 $as_echo_n "(cached) " >&6
6009 else
6010 if test -n "$ac_ct_AR"; then
6011 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6012 else
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 for as_dir in $PATH
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
6019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6020 ac_cv_prog_ac_ct_AR="$ac_prog"
6021 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 break 2
6024 done
6025 done
6026 IFS=$as_save_IFS
6030 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6031 if test -n "$ac_ct_AR"; then
6032 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6033 $as_echo "$ac_ct_AR" >&6; }
6034 else
6035 { $as_echo "$as_me:$LINENO: result: no" >&5
6036 $as_echo "no" >&6; }
6040 test -n "$ac_ct_AR" && break
6041 done
6043 if test "x$ac_ct_AR" = x; then
6044 AR="ar"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047 yes:)
6048 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6049 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050 ac_tool_warned=yes ;;
6051 esac
6052 AR=$ac_ct_AR
6056 ARFLAGS=rc
6058 if test -n "$ac_tool_prefix"; then
6059 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6060 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6061 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6062 $as_echo_n "checking for $ac_word... " >&6; }
6063 if test "${ac_cv_prog_RANLIB+set}" = set; then
6064 $as_echo_n "(cached) " >&6
6065 else
6066 if test -n "$RANLIB"; then
6067 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6068 else
6069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 for as_dir in $PATH
6072 IFS=$as_save_IFS
6073 test -z "$as_dir" && as_dir=.
6074 for ac_exec_ext in '' $ac_executable_extensions; do
6075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6076 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6077 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6078 break 2
6080 done
6081 done
6082 IFS=$as_save_IFS
6086 RANLIB=$ac_cv_prog_RANLIB
6087 if test -n "$RANLIB"; then
6088 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6089 $as_echo "$RANLIB" >&6; }
6090 else
6091 { $as_echo "$as_me:$LINENO: result: no" >&5
6092 $as_echo "no" >&6; }
6097 if test -z "$ac_cv_prog_RANLIB"; then
6098 ac_ct_RANLIB=$RANLIB
6099 # Extract the first word of "ranlib", so it can be a program name with args.
6100 set dummy ranlib; ac_word=$2
6101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6102 $as_echo_n "checking for $ac_word... " >&6; }
6103 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6104 $as_echo_n "(cached) " >&6
6105 else
6106 if test -n "$ac_ct_RANLIB"; then
6107 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6108 else
6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 for as_dir in $PATH
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116 ac_cv_prog_ac_ct_RANLIB="ranlib"
6117 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6118 break 2
6120 done
6121 done
6122 IFS=$as_save_IFS
6126 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6127 if test -n "$ac_ct_RANLIB"; then
6128 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6129 $as_echo "$ac_ct_RANLIB" >&6; }
6130 else
6131 { $as_echo "$as_me:$LINENO: result: no" >&5
6132 $as_echo "no" >&6; }
6135 if test "x$ac_ct_RANLIB" = x; then
6136 RANLIB=":"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139 yes:)
6140 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142 ac_tool_warned=yes ;;
6143 esac
6144 RANLIB=$ac_ct_RANLIB
6146 else
6147 RANLIB="$ac_cv_prog_RANLIB"
6150 if test -n "$ac_tool_prefix"; then
6151 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6152 set dummy ${ac_tool_prefix}strip; ac_word=$2
6153 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6154 $as_echo_n "checking for $ac_word... " >&6; }
6155 if test "${ac_cv_prog_STRIP+set}" = set; then
6156 $as_echo_n "(cached) " >&6
6157 else
6158 if test -n "$STRIP"; then
6159 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6160 else
6161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162 for as_dir in $PATH
6164 IFS=$as_save_IFS
6165 test -z "$as_dir" && as_dir=.
6166 for ac_exec_ext in '' $ac_executable_extensions; do
6167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6168 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6169 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6170 break 2
6172 done
6173 done
6174 IFS=$as_save_IFS
6178 STRIP=$ac_cv_prog_STRIP
6179 if test -n "$STRIP"; then
6180 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6181 $as_echo "$STRIP" >&6; }
6182 else
6183 { $as_echo "$as_me:$LINENO: result: no" >&5
6184 $as_echo "no" >&6; }
6189 if test -z "$ac_cv_prog_STRIP"; then
6190 ac_ct_STRIP=$STRIP
6191 # Extract the first word of "strip", so it can be a program name with args.
6192 set dummy strip; ac_word=$2
6193 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6194 $as_echo_n "checking for $ac_word... " >&6; }
6195 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6196 $as_echo_n "(cached) " >&6
6197 else
6198 if test -n "$ac_ct_STRIP"; then
6199 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6200 else
6201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6202 for as_dir in $PATH
6204 IFS=$as_save_IFS
6205 test -z "$as_dir" && as_dir=.
6206 for ac_exec_ext in '' $ac_executable_extensions; do
6207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6208 ac_cv_prog_ac_ct_STRIP="strip"
6209 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6210 break 2
6212 done
6213 done
6214 IFS=$as_save_IFS
6218 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6219 if test -n "$ac_ct_STRIP"; then
6220 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6221 $as_echo "$ac_ct_STRIP" >&6; }
6222 else
6223 { $as_echo "$as_me:$LINENO: result: no" >&5
6224 $as_echo "no" >&6; }
6227 if test "x$ac_ct_STRIP" = x; then
6228 STRIP="strip"
6229 else
6230 case $cross_compiling:$ac_tool_warned in
6231 yes:)
6232 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6233 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6234 ac_tool_warned=yes ;;
6235 esac
6236 STRIP=$ac_ct_STRIP
6238 else
6239 STRIP="$ac_cv_prog_STRIP"
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6244 set dummy ${ac_tool_prefix}windres; ac_word=$2
6245 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6246 $as_echo_n "checking for $ac_word... " >&6; }
6247 if test "${ac_cv_prog_WINDRES+set}" = set; then
6248 $as_echo_n "(cached) " >&6
6249 else
6250 if test -n "$WINDRES"; then
6251 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6252 else
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6261 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6264 done
6265 done
6266 IFS=$as_save_IFS
6270 WINDRES=$ac_cv_prog_WINDRES
6271 if test -n "$WINDRES"; then
6272 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6273 $as_echo "$WINDRES" >&6; }
6274 else
6275 { $as_echo "$as_me:$LINENO: result: no" >&5
6276 $as_echo "no" >&6; }
6281 if test -z "$ac_cv_prog_WINDRES"; then
6282 ac_ct_WINDRES=$WINDRES
6283 # Extract the first word of "windres", so it can be a program name with args.
6284 set dummy windres; ac_word=$2
6285 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6286 $as_echo_n "checking for $ac_word... " >&6; }
6287 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6288 $as_echo_n "(cached) " >&6
6289 else
6290 if test -n "$ac_ct_WINDRES"; then
6291 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6292 else
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 for as_dir in $PATH
6296 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6300 ac_cv_prog_ac_ct_WINDRES="windres"
6301 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 2
6304 done
6305 done
6306 IFS=$as_save_IFS
6310 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6311 if test -n "$ac_ct_WINDRES"; then
6312 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6313 $as_echo "$ac_ct_WINDRES" >&6; }
6314 else
6315 { $as_echo "$as_me:$LINENO: result: no" >&5
6316 $as_echo "no" >&6; }
6319 if test "x$ac_ct_WINDRES" = x; then
6320 WINDRES="false"
6321 else
6322 case $cross_compiling:$ac_tool_warned in
6323 yes:)
6324 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6326 ac_tool_warned=yes ;;
6327 esac
6328 WINDRES=$ac_ct_WINDRES
6330 else
6331 WINDRES="$ac_cv_prog_WINDRES"
6334 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6335 $as_echo_n "checking whether ln -s works... " >&6; }
6336 LN_S=$as_ln_s
6337 if test "$LN_S" = "ln -s"; then
6338 { $as_echo "$as_me:$LINENO: result: yes" >&5
6339 $as_echo "yes" >&6; }
6340 else
6341 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6342 $as_echo "no, using $LN_S" >&6; }
6345 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6346 $as_echo_n "checking whether ln works... " >&6; }
6347 rm -f conf$$ conf$$.file
6348 echo >conf$$.file
6349 if ln conf$$.file conf$$ 2>/dev/null; then
6350 LN=ln
6352 { $as_echo "$as_me:$LINENO: result: yes" >&5
6353 $as_echo "yes" >&6; }
6354 else
6355 LN="cp -p"
6357 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6358 $as_echo "no, using $LN" >&6; }
6360 rm -f conf$$ conf$$.file
6361 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6362 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6363 if test "${ac_cv_path_GREP+set}" = set; then
6364 $as_echo_n "(cached) " >&6
6365 else
6366 if test -z "$GREP"; then
6367 ac_path_GREP_found=false
6368 # Loop through the user's path and test for each of PROGNAME-LIST
6369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6372 IFS=$as_save_IFS
6373 test -z "$as_dir" && as_dir=.
6374 for ac_prog in grep ggrep; do
6375 for ac_exec_ext in '' $ac_executable_extensions; do
6376 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6377 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6378 # Check for GNU ac_path_GREP and select it if it is found.
6379 # Check for GNU $ac_path_GREP
6380 case `"$ac_path_GREP" --version 2>&1` in
6381 *GNU*)
6382 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6384 ac_count=0
6385 $as_echo_n 0123456789 >"conftest.in"
6386 while :
6388 cat "conftest.in" "conftest.in" >"conftest.tmp"
6389 mv "conftest.tmp" "conftest.in"
6390 cp "conftest.in" "conftest.nl"
6391 $as_echo 'GREP' >> "conftest.nl"
6392 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6393 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6394 ac_count=`expr $ac_count + 1`
6395 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6396 # Best one so far, save it but keep looking for a better one
6397 ac_cv_path_GREP="$ac_path_GREP"
6398 ac_path_GREP_max=$ac_count
6400 # 10*(2^10) chars as input seems more than enough
6401 test $ac_count -gt 10 && break
6402 done
6403 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6404 esac
6406 $ac_path_GREP_found && break 3
6407 done
6408 done
6409 done
6410 IFS=$as_save_IFS
6411 if test -z "$ac_cv_path_GREP"; then
6412 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6413 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6414 { (exit 1); exit 1; }; }
6416 else
6417 ac_cv_path_GREP=$GREP
6421 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6422 $as_echo "$ac_cv_path_GREP" >&6; }
6423 GREP="$ac_cv_path_GREP"
6426 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6427 $as_echo_n "checking for egrep... " >&6; }
6428 if test "${ac_cv_path_EGREP+set}" = set; then
6429 $as_echo_n "(cached) " >&6
6430 else
6431 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6432 then ac_cv_path_EGREP="$GREP -E"
6433 else
6434 if test -z "$EGREP"; then
6435 ac_path_EGREP_found=false
6436 # Loop through the user's path and test for each of PROGNAME-LIST
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_prog in egrep; do
6443 for ac_exec_ext in '' $ac_executable_extensions; do
6444 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6445 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6446 # Check for GNU ac_path_EGREP and select it if it is found.
6447 # Check for GNU $ac_path_EGREP
6448 case `"$ac_path_EGREP" --version 2>&1` in
6449 *GNU*)
6450 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6452 ac_count=0
6453 $as_echo_n 0123456789 >"conftest.in"
6454 while :
6456 cat "conftest.in" "conftest.in" >"conftest.tmp"
6457 mv "conftest.tmp" "conftest.in"
6458 cp "conftest.in" "conftest.nl"
6459 $as_echo 'EGREP' >> "conftest.nl"
6460 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6461 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6462 ac_count=`expr $ac_count + 1`
6463 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6464 # Best one so far, save it but keep looking for a better one
6465 ac_cv_path_EGREP="$ac_path_EGREP"
6466 ac_path_EGREP_max=$ac_count
6468 # 10*(2^10) chars as input seems more than enough
6469 test $ac_count -gt 10 && break
6470 done
6471 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6472 esac
6474 $ac_path_EGREP_found && break 3
6475 done
6476 done
6477 done
6478 IFS=$as_save_IFS
6479 if test -z "$ac_cv_path_EGREP"; then
6480 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6481 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6482 { (exit 1); exit 1; }; }
6484 else
6485 ac_cv_path_EGREP=$EGREP
6490 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6491 $as_echo "$ac_cv_path_EGREP" >&6; }
6492 EGREP="$ac_cv_path_EGREP"
6495 # Extract the first word of "ldconfig", so it can be a program name with args.
6496 set dummy ldconfig; ac_word=$2
6497 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6498 $as_echo_n "checking for $ac_word... " >&6; }
6499 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6500 $as_echo_n "(cached) " >&6
6501 else
6502 case $LDCONFIG in
6503 [\\/]* | ?:[\\/]*)
6504 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 for as_dir in /sbin /usr/sbin $PATH
6510 IFS=$as_save_IFS
6511 test -z "$as_dir" && as_dir=.
6512 for ac_exec_ext in '' $ac_executable_extensions; do
6513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6514 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6516 break 2
6518 done
6519 done
6520 IFS=$as_save_IFS
6522 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6524 esac
6526 LDCONFIG=$ac_cv_path_LDCONFIG
6527 if test -n "$LDCONFIG"; then
6528 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6529 $as_echo "$LDCONFIG" >&6; }
6530 else
6531 { $as_echo "$as_me:$LINENO: result: no" >&5
6532 $as_echo "no" >&6; }
6536 # Find a good install program. We prefer a C program (faster),
6537 # so one script is as good as another. But avoid the broken or
6538 # incompatible versions:
6539 # SysV /etc/install, /usr/sbin/install
6540 # SunOS /usr/etc/install
6541 # IRIX /sbin/install
6542 # AIX /bin/install
6543 # AmigaOS /C/install, which installs bootblocks on floppy discs
6544 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6545 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6546 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6547 # OS/2's system install, which has a completely different semantic
6548 # ./install, which can be erroneously created by make from ./install.sh.
6549 # Reject install programs that cannot install multiple files.
6550 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6551 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6552 if test -z "$INSTALL"; then
6553 if test "${ac_cv_path_install+set}" = set; then
6554 $as_echo_n "(cached) " >&6
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 # Account for people who put trailing slashes in PATH elements.
6562 case $as_dir/ in
6563 ./ | .// | /cC/* | \
6564 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6565 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6566 /usr/ucb/* ) ;;
6568 # OSF1 and SCO ODT 3.0 have their own names for install.
6569 # Don't use installbsd from OSF since it installs stuff as root
6570 # by default.
6571 for ac_prog in ginstall scoinst install; do
6572 for ac_exec_ext in '' $ac_executable_extensions; do
6573 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6574 if test $ac_prog = install &&
6575 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6576 # AIX install. It has an incompatible calling convention.
6578 elif test $ac_prog = install &&
6579 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6580 # program-specific install script used by HP pwplus--don't use.
6582 else
6583 rm -rf conftest.one conftest.two conftest.dir
6584 echo one > conftest.one
6585 echo two > conftest.two
6586 mkdir conftest.dir
6587 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6588 test -s conftest.one && test -s conftest.two &&
6589 test -s conftest.dir/conftest.one &&
6590 test -s conftest.dir/conftest.two
6591 then
6592 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6593 break 3
6597 done
6598 done
6600 esac
6602 done
6603 IFS=$as_save_IFS
6605 rm -rf conftest.one conftest.two conftest.dir
6608 if test "${ac_cv_path_install+set}" = set; then
6609 INSTALL=$ac_cv_path_install
6610 else
6611 # As a last resort, use the slow shell script. Don't cache a
6612 # value for INSTALL within a source directory, because that will
6613 # break other packages using the cache if that directory is
6614 # removed, or if the value is a relative name.
6615 INSTALL=$ac_install_sh
6618 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6619 $as_echo "$INSTALL" >&6; }
6621 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6622 # It thinks the first close brace ends the variable substitution.
6623 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6625 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6627 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6629 case "$INSTALL" in
6630 [\\/$]* | ?:[\\/]* ) ;;
6631 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6632 esac
6634 for ac_prog in lclint lint
6636 # Extract the first word of "$ac_prog", so it can be a program name with args.
6637 set dummy $ac_prog; ac_word=$2
6638 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6639 $as_echo_n "checking for $ac_word... " >&6; }
6640 if test "${ac_cv_prog_LINT+set}" = set; then
6641 $as_echo_n "(cached) " >&6
6642 else
6643 if test -n "$LINT"; then
6644 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6645 else
6646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647 for as_dir in $PATH
6649 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6653 ac_cv_prog_LINT="$ac_prog"
6654 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 break 2
6657 done
6658 done
6659 IFS=$as_save_IFS
6663 LINT=$ac_cv_prog_LINT
6664 if test -n "$LINT"; then
6665 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6666 $as_echo "$LINT" >&6; }
6667 else
6668 { $as_echo "$as_me:$LINENO: result: no" >&5
6669 $as_echo "no" >&6; }
6673 test -n "$LINT" && break
6674 done
6676 if test "$LINT" = "lint"
6677 then
6678 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6683 for ac_prog in fontforge
6685 # Extract the first word of "$ac_prog", so it can be a program name with args.
6686 set dummy $ac_prog; ac_word=$2
6687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6688 $as_echo_n "checking for $ac_word... " >&6; }
6689 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6690 $as_echo_n "(cached) " >&6
6691 else
6692 if test -n "$FONTFORGE"; then
6693 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6694 else
6695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696 for as_dir in $PATH
6698 IFS=$as_save_IFS
6699 test -z "$as_dir" && as_dir=.
6700 for ac_exec_ext in '' $ac_executable_extensions; do
6701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6702 ac_cv_prog_FONTFORGE="$ac_prog"
6703 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6704 break 2
6706 done
6707 done
6708 IFS=$as_save_IFS
6712 FONTFORGE=$ac_cv_prog_FONTFORGE
6713 if test -n "$FONTFORGE"; then
6714 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6715 $as_echo "$FONTFORGE" >&6; }
6716 else
6717 { $as_echo "$as_me:$LINENO: result: no" >&5
6718 $as_echo "no" >&6; }
6722 test -n "$FONTFORGE" && break
6723 done
6724 test -n "$FONTFORGE" || FONTFORGE="false"
6726 for ac_prog in pkg-config
6728 # Extract the first word of "$ac_prog", so it can be a program name with args.
6729 set dummy $ac_prog; ac_word=$2
6730 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6731 $as_echo_n "checking for $ac_word... " >&6; }
6732 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6733 $as_echo_n "(cached) " >&6
6734 else
6735 if test -n "$PKG_CONFIG"; then
6736 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6737 else
6738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739 for as_dir in $PATH
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
6744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6745 ac_cv_prog_PKG_CONFIG="$ac_prog"
6746 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6747 break 2
6749 done
6750 done
6751 IFS=$as_save_IFS
6755 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6756 if test -n "$PKG_CONFIG"; then
6757 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6758 $as_echo "$PKG_CONFIG" >&6; }
6759 else
6760 { $as_echo "$as_me:$LINENO: result: no" >&5
6761 $as_echo "no" >&6; }
6765 test -n "$PKG_CONFIG" && break
6766 done
6767 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6769 for ac_prog in rsvg
6771 # Extract the first word of "$ac_prog", so it can be a program name with args.
6772 set dummy $ac_prog; ac_word=$2
6773 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6774 $as_echo_n "checking for $ac_word... " >&6; }
6775 if test "${ac_cv_prog_RSVG+set}" = set; then
6776 $as_echo_n "(cached) " >&6
6777 else
6778 if test -n "$RSVG"; then
6779 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6780 else
6781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782 for as_dir in $PATH
6784 IFS=$as_save_IFS
6785 test -z "$as_dir" && as_dir=.
6786 for ac_exec_ext in '' $ac_executable_extensions; do
6787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6788 ac_cv_prog_RSVG="$ac_prog"
6789 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6790 break 2
6792 done
6793 done
6794 IFS=$as_save_IFS
6798 RSVG=$ac_cv_prog_RSVG
6799 if test -n "$RSVG"; then
6800 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6801 $as_echo "$RSVG" >&6; }
6802 else
6803 { $as_echo "$as_me:$LINENO: result: no" >&5
6804 $as_echo "no" >&6; }
6808 test -n "$RSVG" && break
6809 done
6810 test -n "$RSVG" || RSVG="false"
6812 for ac_prog in icotool
6814 # Extract the first word of "$ac_prog", so it can be a program name with args.
6815 set dummy $ac_prog; ac_word=$2
6816 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6817 $as_echo_n "checking for $ac_word... " >&6; }
6818 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6819 $as_echo_n "(cached) " >&6
6820 else
6821 if test -n "$ICOTOOL"; then
6822 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6823 else
6824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6825 for as_dir in $PATH
6827 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do
6830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6831 ac_cv_prog_ICOTOOL="$ac_prog"
6832 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6833 break 2
6835 done
6836 done
6837 IFS=$as_save_IFS
6841 ICOTOOL=$ac_cv_prog_ICOTOOL
6842 if test -n "$ICOTOOL"; then
6843 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6844 $as_echo "$ICOTOOL" >&6; }
6845 else
6846 { $as_echo "$as_me:$LINENO: result: no" >&5
6847 $as_echo "no" >&6; }
6851 test -n "$ICOTOOL" && break
6852 done
6853 test -n "$ICOTOOL" || ICOTOOL="false"
6856 if test "${enable_maintainer_mode+set}" = set
6857 then
6858 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6859 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6860 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6863 case $host_cpu in
6864 *i[3456789]86*)
6865 # Extract the first word of "prelink", so it can be a program name with args.
6866 set dummy prelink; ac_word=$2
6867 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6868 $as_echo_n "checking for $ac_word... " >&6; }
6869 if test "${ac_cv_path_PRELINK+set}" = set; then
6870 $as_echo_n "(cached) " >&6
6871 else
6872 case $PRELINK in
6873 [\\/]* | ?:[\\/]*)
6874 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6878 for as_dir in /sbin /usr/sbin $PATH
6880 IFS=$as_save_IFS
6881 test -z "$as_dir" && as_dir=.
6882 for ac_exec_ext in '' $ac_executable_extensions; do
6883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6884 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6885 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 break 2
6888 done
6889 done
6890 IFS=$as_save_IFS
6892 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6894 esac
6896 PRELINK=$ac_cv_path_PRELINK
6897 if test -n "$PRELINK"; then
6898 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6899 $as_echo "$PRELINK" >&6; }
6900 else
6901 { $as_echo "$as_me:$LINENO: result: no" >&5
6902 $as_echo "no" >&6; }
6907 esac
6911 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6912 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6913 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6914 $as_echo_n "(cached) " >&6
6915 else
6916 ac_check_lib_save_LIBS=$LIBS
6917 LIBS="-li386 $LIBS"
6918 cat >conftest.$ac_ext <<_ACEOF
6919 /* confdefs.h. */
6920 _ACEOF
6921 cat confdefs.h >>conftest.$ac_ext
6922 cat >>conftest.$ac_ext <<_ACEOF
6923 /* end confdefs.h. */
6925 /* Override any GCC internal prototype to avoid an error.
6926 Use char because int might match the return type of a GCC
6927 builtin and then its argument prototype would still apply. */
6928 #ifdef __cplusplus
6929 extern "C"
6930 #endif
6931 char i386_set_ldt ();
6933 main ()
6935 return i386_set_ldt ();
6937 return 0;
6939 _ACEOF
6940 rm -f conftest.$ac_objext conftest$ac_exeext
6941 if { (ac_try="$ac_link"
6942 case "(($ac_try" in
6943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6944 *) ac_try_echo=$ac_try;;
6945 esac
6946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6947 $as_echo "$ac_try_echo") >&5
6948 (eval "$ac_link") 2>conftest.er1
6949 ac_status=$?
6950 grep -v '^ *+' conftest.er1 >conftest.err
6951 rm -f conftest.er1
6952 cat conftest.err >&5
6953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6954 (exit $ac_status); } && {
6955 test -z "$ac_c_werror_flag" ||
6956 test ! -s conftest.err
6957 } && test -s conftest$ac_exeext && {
6958 test "$cross_compiling" = yes ||
6959 $as_test_x conftest$ac_exeext
6960 }; then
6961 ac_cv_lib_i386_i386_set_ldt=yes
6962 else
6963 $as_echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.$ac_ext >&5
6966 ac_cv_lib_i386_i386_set_ldt=no
6969 rm -rf conftest.dSYM
6970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6971 conftest$ac_exeext conftest.$ac_ext
6972 LIBS=$ac_check_lib_save_LIBS
6974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6975 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6976 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6977 cat >>confdefs.h <<_ACEOF
6978 #define HAVE_LIBI386 1
6979 _ACEOF
6981 LIBS="-li386 $LIBS"
6986 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6987 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6988 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6989 $as_echo_n "(cached) " >&6
6990 else
6991 ac_check_lib_save_LIBS=$LIBS
6992 LIBS="-lossaudio $LIBS"
6993 cat >conftest.$ac_ext <<_ACEOF
6994 /* confdefs.h. */
6995 _ACEOF
6996 cat confdefs.h >>conftest.$ac_ext
6997 cat >>conftest.$ac_ext <<_ACEOF
6998 /* end confdefs.h. */
7000 /* Override any GCC internal prototype to avoid an error.
7001 Use char because int might match the return type of a GCC
7002 builtin and then its argument prototype would still apply. */
7003 #ifdef __cplusplus
7004 extern "C"
7005 #endif
7006 char _oss_ioctl ();
7008 main ()
7010 return _oss_ioctl ();
7012 return 0;
7014 _ACEOF
7015 rm -f conftest.$ac_objext conftest$ac_exeext
7016 if { (ac_try="$ac_link"
7017 case "(($ac_try" in
7018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7019 *) ac_try_echo=$ac_try;;
7020 esac
7021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7022 $as_echo "$ac_try_echo") >&5
7023 (eval "$ac_link") 2>conftest.er1
7024 ac_status=$?
7025 grep -v '^ *+' conftest.er1 >conftest.err
7026 rm -f conftest.er1
7027 cat conftest.err >&5
7028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && {
7030 test -z "$ac_c_werror_flag" ||
7031 test ! -s conftest.err
7032 } && test -s conftest$ac_exeext && {
7033 test "$cross_compiling" = yes ||
7034 $as_test_x conftest$ac_exeext
7035 }; then
7036 ac_cv_lib_ossaudio__oss_ioctl=yes
7037 else
7038 $as_echo "$as_me: failed program was:" >&5
7039 sed 's/^/| /' conftest.$ac_ext >&5
7041 ac_cv_lib_ossaudio__oss_ioctl=no
7044 rm -rf conftest.dSYM
7045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7046 conftest$ac_exeext conftest.$ac_ext
7047 LIBS=$ac_check_lib_save_LIBS
7049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7050 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7051 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7052 cat >>confdefs.h <<_ACEOF
7053 #define HAVE_LIBOSSAUDIO 1
7054 _ACEOF
7056 LIBS="-lossaudio $LIBS"
7060 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7061 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7062 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7063 $as_echo_n "(cached) " >&6
7064 else
7065 ac_check_lib_save_LIBS=$LIBS
7066 LIBS="-lpthread $LIBS"
7067 cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h. */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7074 /* Override any GCC internal prototype to avoid an error.
7075 Use char because int might match the return type of a GCC
7076 builtin and then its argument prototype would still apply. */
7077 #ifdef __cplusplus
7078 extern "C"
7079 #endif
7080 char pthread_create ();
7082 main ()
7084 return pthread_create ();
7086 return 0;
7088 _ACEOF
7089 rm -f conftest.$ac_objext conftest$ac_exeext
7090 if { (ac_try="$ac_link"
7091 case "(($ac_try" in
7092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7093 *) ac_try_echo=$ac_try;;
7094 esac
7095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7096 $as_echo "$ac_try_echo") >&5
7097 (eval "$ac_link") 2>conftest.er1
7098 ac_status=$?
7099 grep -v '^ *+' conftest.er1 >conftest.err
7100 rm -f conftest.er1
7101 cat conftest.err >&5
7102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7103 (exit $ac_status); } && {
7104 test -z "$ac_c_werror_flag" ||
7105 test ! -s conftest.err
7106 } && test -s conftest$ac_exeext && {
7107 test "$cross_compiling" = yes ||
7108 $as_test_x conftest$ac_exeext
7109 }; then
7110 ac_cv_lib_pthread_pthread_create=yes
7111 else
7112 $as_echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 ac_cv_lib_pthread_pthread_create=no
7118 rm -rf conftest.dSYM
7119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7120 conftest$ac_exeext conftest.$ac_ext
7121 LIBS=$ac_check_lib_save_LIBS
7123 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7124 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7125 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7126 LIBPTHREAD="-lpthread"
7131 XLIB=""
7133 OPENGL_LIBS=""
7137 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7138 $as_echo_n "checking for ANSI C header files... " >&6; }
7139 if test "${ac_cv_header_stdc+set}" = set; then
7140 $as_echo_n "(cached) " >&6
7141 else
7142 cat >conftest.$ac_ext <<_ACEOF
7143 /* confdefs.h. */
7144 _ACEOF
7145 cat confdefs.h >>conftest.$ac_ext
7146 cat >>conftest.$ac_ext <<_ACEOF
7147 /* end confdefs.h. */
7148 #include <stdlib.h>
7149 #include <stdarg.h>
7150 #include <string.h>
7151 #include <float.h>
7154 main ()
7158 return 0;
7160 _ACEOF
7161 rm -f conftest.$ac_objext
7162 if { (ac_try="$ac_compile"
7163 case "(($ac_try" in
7164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7165 *) ac_try_echo=$ac_try;;
7166 esac
7167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7168 $as_echo "$ac_try_echo") >&5
7169 (eval "$ac_compile") 2>conftest.er1
7170 ac_status=$?
7171 grep -v '^ *+' conftest.er1 >conftest.err
7172 rm -f conftest.er1
7173 cat conftest.err >&5
7174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7175 (exit $ac_status); } && {
7176 test -z "$ac_c_werror_flag" ||
7177 test ! -s conftest.err
7178 } && test -s conftest.$ac_objext; then
7179 ac_cv_header_stdc=yes
7180 else
7181 $as_echo "$as_me: failed program was:" >&5
7182 sed 's/^/| /' conftest.$ac_ext >&5
7184 ac_cv_header_stdc=no
7187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7189 if test $ac_cv_header_stdc = yes; then
7190 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7191 cat >conftest.$ac_ext <<_ACEOF
7192 /* confdefs.h. */
7193 _ACEOF
7194 cat confdefs.h >>conftest.$ac_ext
7195 cat >>conftest.$ac_ext <<_ACEOF
7196 /* end confdefs.h. */
7197 #include <string.h>
7199 _ACEOF
7200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7201 $EGREP "memchr" >/dev/null 2>&1; then
7203 else
7204 ac_cv_header_stdc=no
7206 rm -f conftest*
7210 if test $ac_cv_header_stdc = yes; then
7211 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7212 cat >conftest.$ac_ext <<_ACEOF
7213 /* confdefs.h. */
7214 _ACEOF
7215 cat confdefs.h >>conftest.$ac_ext
7216 cat >>conftest.$ac_ext <<_ACEOF
7217 /* end confdefs.h. */
7218 #include <stdlib.h>
7220 _ACEOF
7221 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7222 $EGREP "free" >/dev/null 2>&1; then
7224 else
7225 ac_cv_header_stdc=no
7227 rm -f conftest*
7231 if test $ac_cv_header_stdc = yes; then
7232 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7233 if test "$cross_compiling" = yes; then
7235 else
7236 cat >conftest.$ac_ext <<_ACEOF
7237 /* confdefs.h. */
7238 _ACEOF
7239 cat confdefs.h >>conftest.$ac_ext
7240 cat >>conftest.$ac_ext <<_ACEOF
7241 /* end confdefs.h. */
7242 #include <ctype.h>
7243 #include <stdlib.h>
7244 #if ((' ' & 0x0FF) == 0x020)
7245 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7246 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7247 #else
7248 # define ISLOWER(c) \
7249 (('a' <= (c) && (c) <= 'i') \
7250 || ('j' <= (c) && (c) <= 'r') \
7251 || ('s' <= (c) && (c) <= 'z'))
7252 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7253 #endif
7255 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7257 main ()
7259 int i;
7260 for (i = 0; i < 256; i++)
7261 if (XOR (islower (i), ISLOWER (i))
7262 || toupper (i) != TOUPPER (i))
7263 return 2;
7264 return 0;
7266 _ACEOF
7267 rm -f conftest$ac_exeext
7268 if { (ac_try="$ac_link"
7269 case "(($ac_try" in
7270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7271 *) ac_try_echo=$ac_try;;
7272 esac
7273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7274 $as_echo "$ac_try_echo") >&5
7275 (eval "$ac_link") 2>&5
7276 ac_status=$?
7277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7279 { (case "(($ac_try" in
7280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7281 *) ac_try_echo=$ac_try;;
7282 esac
7283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7284 $as_echo "$ac_try_echo") >&5
7285 (eval "$ac_try") 2>&5
7286 ac_status=$?
7287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7288 (exit $ac_status); }; }; then
7290 else
7291 $as_echo "$as_me: program exited with status $ac_status" >&5
7292 $as_echo "$as_me: failed program was:" >&5
7293 sed 's/^/| /' conftest.$ac_ext >&5
7295 ( exit $ac_status )
7296 ac_cv_header_stdc=no
7298 rm -rf conftest.dSYM
7299 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7305 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7306 $as_echo "$ac_cv_header_stdc" >&6; }
7307 if test $ac_cv_header_stdc = yes; then
7309 cat >>confdefs.h <<\_ACEOF
7310 #define STDC_HEADERS 1
7311 _ACEOF
7315 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7325 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7326 inttypes.h stdint.h unistd.h
7328 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7329 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7330 $as_echo_n "checking for $ac_header... " >&6; }
7331 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7332 $as_echo_n "(cached) " >&6
7333 else
7334 cat >conftest.$ac_ext <<_ACEOF
7335 /* confdefs.h. */
7336 _ACEOF
7337 cat confdefs.h >>conftest.$ac_ext
7338 cat >>conftest.$ac_ext <<_ACEOF
7339 /* end confdefs.h. */
7340 $ac_includes_default
7342 #include <$ac_header>
7343 _ACEOF
7344 rm -f conftest.$ac_objext
7345 if { (ac_try="$ac_compile"
7346 case "(($ac_try" in
7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7348 *) ac_try_echo=$ac_try;;
7349 esac
7350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7351 $as_echo "$ac_try_echo") >&5
7352 (eval "$ac_compile") 2>conftest.er1
7353 ac_status=$?
7354 grep -v '^ *+' conftest.er1 >conftest.err
7355 rm -f conftest.er1
7356 cat conftest.err >&5
7357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 (exit $ac_status); } && {
7359 test -z "$ac_c_werror_flag" ||
7360 test ! -s conftest.err
7361 } && test -s conftest.$ac_objext; then
7362 eval "$as_ac_Header=yes"
7363 else
7364 $as_echo "$as_me: failed program was:" >&5
7365 sed 's/^/| /' conftest.$ac_ext >&5
7367 eval "$as_ac_Header=no"
7370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7372 ac_res=`eval 'as_val=${'$as_ac_Header'}
7373 $as_echo "$as_val"'`
7374 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7375 $as_echo "$ac_res" >&6; }
7376 as_val=`eval 'as_val=${'$as_ac_Header'}
7377 $as_echo "$as_val"'`
7378 if test "x$as_val" = x""yes; then
7379 cat >>confdefs.h <<_ACEOF
7380 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7381 _ACEOF
7385 done
7502 for ac_header in \
7503 AudioUnit/AudioUnit.h \
7504 Carbon/Carbon.h \
7505 CoreAudio/CoreAudio.h \
7506 DiskArbitration/DiskArbitration.h \
7507 IOKit/IOKitLib.h \
7508 alias.h \
7509 alsa/asoundlib.h \
7510 arpa/inet.h \
7511 arpa/nameser.h \
7512 asm/types.h \
7513 capi20.h \
7514 curses.h \
7515 direct.h \
7516 dirent.h \
7517 dlfcn.h \
7518 elf.h \
7519 float.h \
7520 fontconfig/fontconfig.h \
7521 getopt.h \
7522 grp.h \
7523 ieeefp.h \
7524 io.h \
7525 jack/jack.h \
7526 jpeglib.h \
7527 lber.h \
7528 lcms.h \
7529 lcms/lcms.h \
7530 ldap.h \
7531 libaudioio.h \
7532 link.h \
7533 linux/cdrom.h \
7534 linux/compiler.h \
7535 linux/hdreg.h \
7536 linux/input.h \
7537 linux/ioctl.h \
7538 linux/joystick.h \
7539 linux/major.h \
7540 linux/param.h \
7541 linux/serial.h \
7542 linux/types.h \
7543 linux/ucdrom.h \
7544 mach/mach.h \
7545 mach/machine.h \
7546 machine/cpu.h \
7547 machine/limits.h \
7548 machine/soundcard.h \
7549 mntent.h \
7550 ncurses.h \
7551 netdb.h \
7552 netinet/in.h \
7553 netinet/in_systm.h \
7554 netinet/tcp.h \
7555 netinet/tcp_fsm.h \
7556 openssl/err.h \
7557 openssl/ssl.h \
7558 png.h \
7559 poll.h \
7560 process.h \
7561 pthread.h \
7562 pwd.h \
7563 regex.h \
7564 sched.h \
7565 scsi/scsi.h \
7566 scsi/scsi_ioctl.h \
7567 scsi/sg.h \
7568 soundcard.h \
7569 stdint.h \
7570 strings.h \
7571 sys/asoundlib.h \
7572 sys/cdio.h \
7573 sys/elf32.h \
7574 sys/epoll.h \
7575 sys/errno.h \
7576 sys/event.h \
7577 sys/exec_elf.h \
7578 sys/filio.h \
7579 sys/ioctl.h \
7580 sys/ipc.h \
7581 sys/limits.h \
7582 sys/link.h \
7583 sys/lwp.h \
7584 sys/mman.h \
7585 sys/modem.h \
7586 sys/msg.h \
7587 sys/mtio.h \
7588 sys/param.h \
7589 sys/poll.h \
7590 sys/prctl.h \
7591 sys/ptrace.h \
7592 sys/reg.h \
7593 sys/resource.h \
7594 sys/scsiio.h \
7595 sys/shm.h \
7596 sys/signal.h \
7597 sys/socket.h \
7598 sys/socketvar.h \
7599 sys/sockio.h \
7600 sys/soundcard.h \
7601 sys/statvfs.h \
7602 sys/strtio.h \
7603 sys/syscall.h \
7604 sys/time.h \
7605 sys/times.h \
7606 sys/uio.h \
7607 sys/un.h \
7608 sys/utsname.h \
7609 sys/vm86.h \
7610 sys/wait.h \
7611 syscall.h \
7612 termios.h \
7613 unistd.h \
7614 utime.h \
7615 valgrind/memcheck.h \
7616 valgrind/valgrind.h
7619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7620 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7622 $as_echo_n "checking for $ac_header... " >&6; }
7623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7624 $as_echo_n "(cached) " >&6
7626 ac_res=`eval 'as_val=${'$as_ac_Header'}
7627 $as_echo "$as_val"'`
7628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7629 $as_echo "$ac_res" >&6; }
7630 else
7631 # Is the header compilable?
7632 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7633 $as_echo_n "checking $ac_header usability... " >&6; }
7634 cat >conftest.$ac_ext <<_ACEOF
7635 /* confdefs.h. */
7636 _ACEOF
7637 cat confdefs.h >>conftest.$ac_ext
7638 cat >>conftest.$ac_ext <<_ACEOF
7639 /* end confdefs.h. */
7640 $ac_includes_default
7641 #include <$ac_header>
7642 _ACEOF
7643 rm -f conftest.$ac_objext
7644 if { (ac_try="$ac_compile"
7645 case "(($ac_try" in
7646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7647 *) ac_try_echo=$ac_try;;
7648 esac
7649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7650 $as_echo "$ac_try_echo") >&5
7651 (eval "$ac_compile") 2>conftest.er1
7652 ac_status=$?
7653 grep -v '^ *+' conftest.er1 >conftest.err
7654 rm -f conftest.er1
7655 cat conftest.err >&5
7656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); } && {
7658 test -z "$ac_c_werror_flag" ||
7659 test ! -s conftest.err
7660 } && test -s conftest.$ac_objext; then
7661 ac_header_compiler=yes
7662 else
7663 $as_echo "$as_me: failed program was:" >&5
7664 sed 's/^/| /' conftest.$ac_ext >&5
7666 ac_header_compiler=no
7669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7670 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7671 $as_echo "$ac_header_compiler" >&6; }
7673 # Is the header present?
7674 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7675 $as_echo_n "checking $ac_header presence... " >&6; }
7676 cat >conftest.$ac_ext <<_ACEOF
7677 /* confdefs.h. */
7678 _ACEOF
7679 cat confdefs.h >>conftest.$ac_ext
7680 cat >>conftest.$ac_ext <<_ACEOF
7681 /* end confdefs.h. */
7682 #include <$ac_header>
7683 _ACEOF
7684 if { (ac_try="$ac_cpp conftest.$ac_ext"
7685 case "(($ac_try" in
7686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7687 *) ac_try_echo=$ac_try;;
7688 esac
7689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7690 $as_echo "$ac_try_echo") >&5
7691 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7692 ac_status=$?
7693 grep -v '^ *+' conftest.er1 >conftest.err
7694 rm -f conftest.er1
7695 cat conftest.err >&5
7696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697 (exit $ac_status); } >/dev/null && {
7698 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7699 test ! -s conftest.err
7700 }; then
7701 ac_header_preproc=yes
7702 else
7703 $as_echo "$as_me: failed program was:" >&5
7704 sed 's/^/| /' conftest.$ac_ext >&5
7706 ac_header_preproc=no
7709 rm -f conftest.err conftest.$ac_ext
7710 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7711 $as_echo "$ac_header_preproc" >&6; }
7713 # So? What about this header?
7714 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7715 yes:no: )
7716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7717 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7719 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7720 ac_header_preproc=yes
7722 no:yes:* )
7723 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7724 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7729 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7730 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7732 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7734 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7735 ( cat <<\_ASBOX
7736 ## ------------------------------------ ##
7737 ## Report this to wine-devel@winehq.org ##
7738 ## ------------------------------------ ##
7739 _ASBOX
7740 ) | sed "s/^/$as_me: WARNING: /" >&2
7742 esac
7743 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7744 $as_echo_n "checking for $ac_header... " >&6; }
7745 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7746 $as_echo_n "(cached) " >&6
7747 else
7748 eval "$as_ac_Header=\$ac_header_preproc"
7750 ac_res=`eval 'as_val=${'$as_ac_Header'}
7751 $as_echo "$as_val"'`
7752 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7753 $as_echo "$ac_res" >&6; }
7756 as_val=`eval 'as_val=${'$as_ac_Header'}
7757 $as_echo "$as_val"'`
7758 if test "x$as_val" = x""yes; then
7759 cat >>confdefs.h <<_ACEOF
7760 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7761 _ACEOF
7765 done
7767 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7768 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7769 if test "${ac_cv_header_stat_broken+set}" = set; then
7770 $as_echo_n "(cached) " >&6
7771 else
7772 cat >conftest.$ac_ext <<_ACEOF
7773 /* confdefs.h. */
7774 _ACEOF
7775 cat confdefs.h >>conftest.$ac_ext
7776 cat >>conftest.$ac_ext <<_ACEOF
7777 /* end confdefs.h. */
7778 #include <sys/types.h>
7779 #include <sys/stat.h>
7781 #if defined S_ISBLK && defined S_IFDIR
7782 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7783 #endif
7785 #if defined S_ISBLK && defined S_IFCHR
7786 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7787 #endif
7789 #if defined S_ISLNK && defined S_IFREG
7790 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7791 #endif
7793 #if defined S_ISSOCK && defined S_IFREG
7794 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7795 #endif
7797 _ACEOF
7798 rm -f conftest.$ac_objext
7799 if { (ac_try="$ac_compile"
7800 case "(($ac_try" in
7801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802 *) ac_try_echo=$ac_try;;
7803 esac
7804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7805 $as_echo "$ac_try_echo") >&5
7806 (eval "$ac_compile") 2>conftest.er1
7807 ac_status=$?
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
7811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } && {
7813 test -z "$ac_c_werror_flag" ||
7814 test ! -s conftest.err
7815 } && test -s conftest.$ac_objext; then
7816 ac_cv_header_stat_broken=no
7817 else
7818 $as_echo "$as_me: failed program was:" >&5
7819 sed 's/^/| /' conftest.$ac_ext >&5
7821 ac_cv_header_stat_broken=yes
7824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7826 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7827 $as_echo "$ac_cv_header_stat_broken" >&6; }
7828 if test $ac_cv_header_stat_broken = yes; then
7830 cat >>confdefs.h <<\_ACEOF
7831 #define STAT_MACROS_BROKEN 1
7832 _ACEOF
7843 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7846 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7847 $as_echo_n "checking for $ac_header... " >&6; }
7848 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7849 $as_echo_n "(cached) " >&6
7850 else
7851 cat >conftest.$ac_ext <<_ACEOF
7852 /* confdefs.h. */
7853 _ACEOF
7854 cat confdefs.h >>conftest.$ac_ext
7855 cat >>conftest.$ac_ext <<_ACEOF
7856 /* end confdefs.h. */
7857 #include <sys/types.h>
7858 #ifdef HAVE_SYS_PARAM_H
7859 # include <sys/param.h>
7860 #endif
7862 #include <$ac_header>
7863 _ACEOF
7864 rm -f conftest.$ac_objext
7865 if { (ac_try="$ac_compile"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_compile") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest.$ac_objext; then
7882 eval "$as_ac_Header=yes"
7883 else
7884 $as_echo "$as_me: failed program was:" >&5
7885 sed 's/^/| /' conftest.$ac_ext >&5
7887 eval "$as_ac_Header=no"
7890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7892 ac_res=`eval 'as_val=${'$as_ac_Header'}
7893 $as_echo "$as_val"'`
7894 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7895 $as_echo "$ac_res" >&6; }
7896 as_val=`eval 'as_val=${'$as_ac_Header'}
7897 $as_echo "$as_val"'`
7898 if test "x$as_val" = x""yes; then
7899 cat >>confdefs.h <<_ACEOF
7900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7901 _ACEOF
7905 done
7920 for ac_header in \
7921 netinet/ip.h \
7922 net/if.h \
7923 net/if_arp.h \
7924 net/if_dl.h \
7925 net/if_types.h \
7926 net/route.h \
7927 netinet/if_ether.h \
7928 netinet/in_pcb.h \
7929 netinet/ip_icmp.h \
7930 netinet/ip_var.h \
7931 netinet/udp.h \
7932 netipx/ipx.h \
7935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7936 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7937 $as_echo_n "checking for $ac_header... " >&6; }
7938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7939 $as_echo_n "(cached) " >&6
7940 else
7941 cat >conftest.$ac_ext <<_ACEOF
7942 /* confdefs.h. */
7943 _ACEOF
7944 cat confdefs.h >>conftest.$ac_ext
7945 cat >>conftest.$ac_ext <<_ACEOF
7946 /* end confdefs.h. */
7947 #include <sys/types.h>
7948 #ifdef HAVE_SYS_SOCKET_H
7949 # include <sys/socket.h>
7950 #endif
7951 #ifdef HAVE_SYS_SOCKETVAR_H
7952 # include <sys/socketvar.h>
7953 #endif
7954 #ifdef HAVE_NETINET_IN_H
7955 # include <netinet/in.h>
7956 #endif
7957 #ifdef HAVE_NETINET_IP_H
7958 # include <netinet/ip.h>
7959 #endif
7961 #include <$ac_header>
7962 _ACEOF
7963 rm -f conftest.$ac_objext
7964 if { (ac_try="$ac_compile"
7965 case "(($ac_try" in
7966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7967 *) ac_try_echo=$ac_try;;
7968 esac
7969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7970 $as_echo "$ac_try_echo") >&5
7971 (eval "$ac_compile") 2>conftest.er1
7972 ac_status=$?
7973 grep -v '^ *+' conftest.er1 >conftest.err
7974 rm -f conftest.er1
7975 cat conftest.err >&5
7976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7977 (exit $ac_status); } && {
7978 test -z "$ac_c_werror_flag" ||
7979 test ! -s conftest.err
7980 } && test -s conftest.$ac_objext; then
7981 eval "$as_ac_Header=yes"
7982 else
7983 $as_echo "$as_me: failed program was:" >&5
7984 sed 's/^/| /' conftest.$ac_ext >&5
7986 eval "$as_ac_Header=no"
7989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7991 ac_res=`eval 'as_val=${'$as_ac_Header'}
7992 $as_echo "$as_val"'`
7993 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7994 $as_echo "$ac_res" >&6; }
7995 as_val=`eval 'as_val=${'$as_ac_Header'}
7996 $as_echo "$as_val"'`
7997 if test "x$as_val" = x""yes; then
7998 cat >>confdefs.h <<_ACEOF
7999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8000 _ACEOF
8004 done
8011 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
8013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8014 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8015 $as_echo_n "checking for $ac_header... " >&6; }
8016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8017 $as_echo_n "(cached) " >&6
8018 else
8019 cat >conftest.$ac_ext <<_ACEOF
8020 /* confdefs.h. */
8021 _ACEOF
8022 cat confdefs.h >>conftest.$ac_ext
8023 cat >>conftest.$ac_ext <<_ACEOF
8024 /* end confdefs.h. */
8025 #include <sys/types.h>
8026 #ifdef HAVE_ALIAS_H
8027 # include <alias.h>
8028 #endif
8029 #ifdef HAVE_SYS_SOCKET_H
8030 # include <sys/socket.h>
8031 #endif
8032 #ifdef HAVE_SYS_SOCKETVAR_H
8033 # include <sys/socketvar.h>
8034 #endif
8035 #ifdef HAVE_NETINET_IN_H
8036 # include <netinet/in.h>
8037 #endif
8038 #ifdef HAVE_NETINET_IP_H
8039 # include <netinet/ip.h>
8040 #endif
8041 #ifdef HAVE_NETINET_IP_VAR_H
8042 # include <netinet/ip_var.h>
8043 #endif
8044 #ifdef HAVE_NETINET_IP_ICMP_H
8045 # include <netinet/ip_icmp.h>
8046 #endif
8047 #ifdef HAVE_NETINET_UDP_H
8048 # include <netinet/udp.h>
8049 #endif
8050 #ifdef HAVE_NETINET_TCP_H
8051 # include <netinet/tcp.h>
8052 #endif
8054 #include <$ac_header>
8055 _ACEOF
8056 rm -f conftest.$ac_objext
8057 if { (ac_try="$ac_compile"
8058 case "(($ac_try" in
8059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8060 *) ac_try_echo=$ac_try;;
8061 esac
8062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8063 $as_echo "$ac_try_echo") >&5
8064 (eval "$ac_compile") 2>conftest.er1
8065 ac_status=$?
8066 grep -v '^ *+' conftest.er1 >conftest.err
8067 rm -f conftest.er1
8068 cat conftest.err >&5
8069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070 (exit $ac_status); } && {
8071 test -z "$ac_c_werror_flag" ||
8072 test ! -s conftest.err
8073 } && test -s conftest.$ac_objext; then
8074 eval "$as_ac_Header=yes"
8075 else
8076 $as_echo "$as_me: failed program was:" >&5
8077 sed 's/^/| /' conftest.$ac_ext >&5
8079 eval "$as_ac_Header=no"
8082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8084 ac_res=`eval 'as_val=${'$as_ac_Header'}
8085 $as_echo "$as_val"'`
8086 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8087 $as_echo "$ac_res" >&6; }
8088 as_val=`eval 'as_val=${'$as_ac_Header'}
8089 $as_echo "$as_val"'`
8090 if test "x$as_val" = x""yes; then
8091 cat >>confdefs.h <<_ACEOF
8092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8093 _ACEOF
8097 done
8101 for ac_header in linux/ipx.h
8103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8104 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8105 $as_echo_n "checking for $ac_header... " >&6; }
8106 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8107 $as_echo_n "(cached) " >&6
8108 else
8109 cat >conftest.$ac_ext <<_ACEOF
8110 /* confdefs.h. */
8111 _ACEOF
8112 cat confdefs.h >>conftest.$ac_ext
8113 cat >>conftest.$ac_ext <<_ACEOF
8114 /* end confdefs.h. */
8115 #include <sys/types.h>
8116 #ifdef HAVE_ASM_TYPES_H
8117 # include <asm/types.h>
8118 #endif
8119 #ifdef HAVE_SYS_SOCKET_H
8120 # include <sys/socket.h>
8121 #endif
8122 #ifdef HAVE_LINUX_TYPES_H
8123 # include <linux/types.h>
8124 #endif
8126 #include <$ac_header>
8127 _ACEOF
8128 rm -f conftest.$ac_objext
8129 if { (ac_try="$ac_compile"
8130 case "(($ac_try" in
8131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8132 *) ac_try_echo=$ac_try;;
8133 esac
8134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8135 $as_echo "$ac_try_echo") >&5
8136 (eval "$ac_compile") 2>conftest.er1
8137 ac_status=$?
8138 grep -v '^ *+' conftest.er1 >conftest.err
8139 rm -f conftest.er1
8140 cat conftest.err >&5
8141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8142 (exit $ac_status); } && {
8143 test -z "$ac_c_werror_flag" ||
8144 test ! -s conftest.err
8145 } && test -s conftest.$ac_objext; then
8146 eval "$as_ac_Header=yes"
8147 else
8148 $as_echo "$as_me: failed program was:" >&5
8149 sed 's/^/| /' conftest.$ac_ext >&5
8151 eval "$as_ac_Header=no"
8154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8156 ac_res=`eval 'as_val=${'$as_ac_Header'}
8157 $as_echo "$as_val"'`
8158 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8159 $as_echo "$ac_res" >&6; }
8160 as_val=`eval 'as_val=${'$as_ac_Header'}
8161 $as_echo "$as_val"'`
8162 if test "x$as_val" = x""yes; then
8163 cat >>confdefs.h <<_ACEOF
8164 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8165 _ACEOF
8169 done
8173 for ac_header in resolv.h
8175 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8176 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8177 $as_echo_n "checking for $ac_header... " >&6; }
8178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8179 $as_echo_n "(cached) " >&6
8180 else
8181 cat >conftest.$ac_ext <<_ACEOF
8182 /* confdefs.h. */
8183 _ACEOF
8184 cat confdefs.h >>conftest.$ac_ext
8185 cat >>conftest.$ac_ext <<_ACEOF
8186 /* end confdefs.h. */
8187 #include <sys/types.h>
8188 #ifdef HAVE_SYS_SOCKET_H
8189 # include <sys/socket.h>
8190 #endif
8191 #ifdef HAVE_NETINET_IN_H
8192 # include <netinet/in.h>
8193 #endif
8194 #ifdef HAVE_ARPA_NAMESER_H
8195 # include <arpa/nameser.h>
8196 #endif
8198 #include <$ac_header>
8199 _ACEOF
8200 rm -f conftest.$ac_objext
8201 if { (ac_try="$ac_compile"
8202 case "(($ac_try" in
8203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8204 *) ac_try_echo=$ac_try;;
8205 esac
8206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8207 $as_echo "$ac_try_echo") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8209 ac_status=$?
8210 grep -v '^ *+' conftest.er1 >conftest.err
8211 rm -f conftest.er1
8212 cat conftest.err >&5
8213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.$ac_objext; then
8218 eval "$as_ac_Header=yes"
8219 else
8220 $as_echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8228 ac_res=`eval 'as_val=${'$as_ac_Header'}
8229 $as_echo "$as_val"'`
8230 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8231 $as_echo "$ac_res" >&6; }
8232 as_val=`eval 'as_val=${'$as_ac_Header'}
8233 $as_echo "$as_val"'`
8234 if test "x$as_val" = x""yes; then
8235 cat >>confdefs.h <<_ACEOF
8236 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8237 _ACEOF
8241 done
8245 for ac_header in ucontext.h
8247 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8248 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8249 $as_echo_n "checking for $ac_header... " >&6; }
8250 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8251 $as_echo_n "(cached) " >&6
8252 else
8253 cat >conftest.$ac_ext <<_ACEOF
8254 /* confdefs.h. */
8255 _ACEOF
8256 cat confdefs.h >>conftest.$ac_ext
8257 cat >>conftest.$ac_ext <<_ACEOF
8258 /* end confdefs.h. */
8259 #include <signal.h>
8261 #include <$ac_header>
8262 _ACEOF
8263 rm -f conftest.$ac_objext
8264 if { (ac_try="$ac_compile"
8265 case "(($ac_try" in
8266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8267 *) ac_try_echo=$ac_try;;
8268 esac
8269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8270 $as_echo "$ac_try_echo") >&5
8271 (eval "$ac_compile") 2>conftest.er1
8272 ac_status=$?
8273 grep -v '^ *+' conftest.er1 >conftest.err
8274 rm -f conftest.er1
8275 cat conftest.err >&5
8276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8277 (exit $ac_status); } && {
8278 test -z "$ac_c_werror_flag" ||
8279 test ! -s conftest.err
8280 } && test -s conftest.$ac_objext; then
8281 eval "$as_ac_Header=yes"
8282 else
8283 $as_echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8286 eval "$as_ac_Header=no"
8289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8291 ac_res=`eval 'as_val=${'$as_ac_Header'}
8292 $as_echo "$as_val"'`
8293 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8294 $as_echo "$ac_res" >&6; }
8295 as_val=`eval 'as_val=${'$as_ac_Header'}
8296 $as_echo "$as_val"'`
8297 if test "x$as_val" = x""yes; then
8298 cat >>confdefs.h <<_ACEOF
8299 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8300 _ACEOF
8304 done
8308 for ac_header in sys/thr.h
8310 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8311 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8312 $as_echo_n "checking for $ac_header... " >&6; }
8313 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8314 $as_echo_n "(cached) " >&6
8315 else
8316 cat >conftest.$ac_ext <<_ACEOF
8317 /* confdefs.h. */
8318 _ACEOF
8319 cat confdefs.h >>conftest.$ac_ext
8320 cat >>conftest.$ac_ext <<_ACEOF
8321 /* end confdefs.h. */
8322 #include <sys/types.h>
8323 #ifdef HAVE_UCONTEXT_H
8324 #include <ucontext.h>
8325 #endif
8327 #include <$ac_header>
8328 _ACEOF
8329 rm -f conftest.$ac_objext
8330 if { (ac_try="$ac_compile"
8331 case "(($ac_try" in
8332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8333 *) ac_try_echo=$ac_try;;
8334 esac
8335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8336 $as_echo "$ac_try_echo") >&5
8337 (eval "$ac_compile") 2>conftest.er1
8338 ac_status=$?
8339 grep -v '^ *+' conftest.er1 >conftest.err
8340 rm -f conftest.er1
8341 cat conftest.err >&5
8342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8343 (exit $ac_status); } && {
8344 test -z "$ac_c_werror_flag" ||
8345 test ! -s conftest.err
8346 } && test -s conftest.$ac_objext; then
8347 eval "$as_ac_Header=yes"
8348 else
8349 $as_echo "$as_me: failed program was:" >&5
8350 sed 's/^/| /' conftest.$ac_ext >&5
8352 eval "$as_ac_Header=no"
8355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8357 ac_res=`eval 'as_val=${'$as_ac_Header'}
8358 $as_echo "$as_val"'`
8359 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8360 $as_echo "$ac_res" >&6; }
8361 as_val=`eval 'as_val=${'$as_ac_Header'}
8362 $as_echo "$as_val"'`
8363 if test "x$as_val" = x""yes; then
8364 cat >>confdefs.h <<_ACEOF
8365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8366 _ACEOF
8370 done
8374 for ac_header in pthread_np.h
8376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8377 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8378 $as_echo_n "checking for $ac_header... " >&6; }
8379 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8380 $as_echo_n "(cached) " >&6
8381 else
8382 cat >conftest.$ac_ext <<_ACEOF
8383 /* confdefs.h. */
8384 _ACEOF
8385 cat confdefs.h >>conftest.$ac_ext
8386 cat >>conftest.$ac_ext <<_ACEOF
8387 /* end confdefs.h. */
8388 #ifdef HAVE_PTHREAD_H
8389 #include <pthread.h>
8390 #endif
8392 #include <$ac_header>
8393 _ACEOF
8394 rm -f conftest.$ac_objext
8395 if { (ac_try="$ac_compile"
8396 case "(($ac_try" in
8397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8398 *) ac_try_echo=$ac_try;;
8399 esac
8400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8401 $as_echo "$ac_try_echo") >&5
8402 (eval "$ac_compile") 2>conftest.er1
8403 ac_status=$?
8404 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -f conftest.er1
8406 cat conftest.err >&5
8407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408 (exit $ac_status); } && {
8409 test -z "$ac_c_werror_flag" ||
8410 test ! -s conftest.err
8411 } && test -s conftest.$ac_objext; then
8412 eval "$as_ac_Header=yes"
8413 else
8414 $as_echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8417 eval "$as_ac_Header=no"
8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8422 ac_res=`eval 'as_val=${'$as_ac_Header'}
8423 $as_echo "$as_val"'`
8424 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8425 $as_echo "$ac_res" >&6; }
8426 as_val=`eval 'as_val=${'$as_ac_Header'}
8427 $as_echo "$as_val"'`
8428 if test "x$as_val" = x""yes; then
8429 cat >>confdefs.h <<_ACEOF
8430 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8431 _ACEOF
8435 done
8439 for ac_header in linux/videodev.h
8441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8442 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8443 $as_echo_n "checking for $ac_header... " >&6; }
8444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8445 $as_echo_n "(cached) " >&6
8446 else
8447 cat >conftest.$ac_ext <<_ACEOF
8448 /* confdefs.h. */
8449 _ACEOF
8450 cat confdefs.h >>conftest.$ac_ext
8451 cat >>conftest.$ac_ext <<_ACEOF
8452 /* end confdefs.h. */
8453 #ifdef HAVE_SYS_TIME_H
8454 #include <sys/time.h>
8455 #endif
8456 #include <sys/types.h>
8457 #ifdef HAVE_ASM_TYPES_H
8458 #include <asm/types.h>
8459 #endif
8461 #include <$ac_header>
8462 _ACEOF
8463 rm -f conftest.$ac_objext
8464 if { (ac_try="$ac_compile"
8465 case "(($ac_try" in
8466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8467 *) ac_try_echo=$ac_try;;
8468 esac
8469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8470 $as_echo "$ac_try_echo") >&5
8471 (eval "$ac_compile") 2>conftest.er1
8472 ac_status=$?
8473 grep -v '^ *+' conftest.er1 >conftest.err
8474 rm -f conftest.er1
8475 cat conftest.err >&5
8476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477 (exit $ac_status); } && {
8478 test -z "$ac_c_werror_flag" ||
8479 test ! -s conftest.err
8480 } && test -s conftest.$ac_objext; then
8481 eval "$as_ac_Header=yes"
8482 else
8483 $as_echo "$as_me: failed program was:" >&5
8484 sed 's/^/| /' conftest.$ac_ext >&5
8486 eval "$as_ac_Header=no"
8489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8491 ac_res=`eval 'as_val=${'$as_ac_Header'}
8492 $as_echo "$as_val"'`
8493 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8494 $as_echo "$ac_res" >&6; }
8495 as_val=`eval 'as_val=${'$as_ac_Header'}
8496 $as_echo "$as_val"'`
8497 if test "x$as_val" = x""yes; then
8498 cat >>confdefs.h <<_ACEOF
8499 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8500 _ACEOF
8504 done
8508 for ac_header in linux/capi.h
8510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8511 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8512 $as_echo_n "checking for $ac_header... " >&6; }
8513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8514 $as_echo_n "(cached) " >&6
8515 else
8516 cat >conftest.$ac_ext <<_ACEOF
8517 /* confdefs.h. */
8518 _ACEOF
8519 cat confdefs.h >>conftest.$ac_ext
8520 cat >>conftest.$ac_ext <<_ACEOF
8521 /* end confdefs.h. */
8522 #define __user
8524 #include <$ac_header>
8525 _ACEOF
8526 rm -f conftest.$ac_objext
8527 if { (ac_try="$ac_compile"
8528 case "(($ac_try" in
8529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8530 *) ac_try_echo=$ac_try;;
8531 esac
8532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8533 $as_echo "$ac_try_echo") >&5
8534 (eval "$ac_compile") 2>conftest.er1
8535 ac_status=$?
8536 grep -v '^ *+' conftest.er1 >conftest.err
8537 rm -f conftest.er1
8538 cat conftest.err >&5
8539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8540 (exit $ac_status); } && {
8541 test -z "$ac_c_werror_flag" ||
8542 test ! -s conftest.err
8543 } && test -s conftest.$ac_objext; then
8544 eval "$as_ac_Header=yes"
8545 else
8546 $as_echo "$as_me: failed program was:" >&5
8547 sed 's/^/| /' conftest.$ac_ext >&5
8549 eval "$as_ac_Header=no"
8552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8554 ac_res=`eval 'as_val=${'$as_ac_Header'}
8555 $as_echo "$as_val"'`
8556 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8557 $as_echo "$ac_res" >&6; }
8558 as_val=`eval 'as_val=${'$as_ac_Header'}
8559 $as_echo "$as_val"'`
8560 if test "x$as_val" = x""yes; then
8561 cat >>confdefs.h <<_ACEOF
8562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563 _ACEOF
8567 done
8571 DLLEXT=""
8573 DLLFLAGS="-D_REENTRANT"
8575 LDSHARED=""
8577 LDDLLFLAGS=""
8579 LIBEXT="so"
8581 IMPLIBEXT="def"
8583 LDRPATH_INSTALL=""
8585 LDRPATH_LOCAL=""
8587 # Extract the first word of "ldd", so it can be a program name with args.
8588 set dummy ldd; ac_word=$2
8589 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8590 $as_echo_n "checking for $ac_word... " >&6; }
8591 if test "${ac_cv_path_LDD+set}" = set; then
8592 $as_echo_n "(cached) " >&6
8593 else
8594 case $LDD in
8595 [\\/]* | ?:[\\/]*)
8596 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600 as_dummy="/sbin:/usr/sbin:$PATH"
8601 for as_dir in $as_dummy
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8607 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8608 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8609 break 2
8611 done
8612 done
8613 IFS=$as_save_IFS
8615 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8617 esac
8619 LDD=$ac_cv_path_LDD
8620 if test -n "$LDD"; then
8621 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8622 $as_echo "$LDD" >&6; }
8623 else
8624 { $as_echo "$as_me:$LINENO: result: no" >&5
8625 $as_echo "no" >&6; }
8630 case $host_os in
8631 cygwin*|mingw32*)
8632 if test -n "$ac_tool_prefix"; then
8633 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8634 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8635 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8636 $as_echo_n "checking for $ac_word... " >&6; }
8637 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8638 $as_echo_n "(cached) " >&6
8639 else
8640 if test -n "$DLLTOOL"; then
8641 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8642 else
8643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8644 for as_dir in $PATH
8646 IFS=$as_save_IFS
8647 test -z "$as_dir" && as_dir=.
8648 for ac_exec_ext in '' $ac_executable_extensions; do
8649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8650 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8651 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8652 break 2
8654 done
8655 done
8656 IFS=$as_save_IFS
8660 DLLTOOL=$ac_cv_prog_DLLTOOL
8661 if test -n "$DLLTOOL"; then
8662 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8663 $as_echo "$DLLTOOL" >&6; }
8664 else
8665 { $as_echo "$as_me:$LINENO: result: no" >&5
8666 $as_echo "no" >&6; }
8671 if test -z "$ac_cv_prog_DLLTOOL"; then
8672 ac_ct_DLLTOOL=$DLLTOOL
8673 # Extract the first word of "dlltool", so it can be a program name with args.
8674 set dummy dlltool; ac_word=$2
8675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8676 $as_echo_n "checking for $ac_word... " >&6; }
8677 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8678 $as_echo_n "(cached) " >&6
8679 else
8680 if test -n "$ac_ct_DLLTOOL"; then
8681 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8682 else
8683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8684 for as_dir in $PATH
8686 IFS=$as_save_IFS
8687 test -z "$as_dir" && as_dir=.
8688 for ac_exec_ext in '' $ac_executable_extensions; do
8689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8690 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8692 break 2
8694 done
8695 done
8696 IFS=$as_save_IFS
8700 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8701 if test -n "$ac_ct_DLLTOOL"; then
8702 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8703 $as_echo "$ac_ct_DLLTOOL" >&6; }
8704 else
8705 { $as_echo "$as_me:$LINENO: result: no" >&5
8706 $as_echo "no" >&6; }
8709 if test "x$ac_ct_DLLTOOL" = x; then
8710 DLLTOOL="false"
8711 else
8712 case $cross_compiling:$ac_tool_warned in
8713 yes:)
8714 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8716 ac_tool_warned=yes ;;
8717 esac
8718 DLLTOOL=$ac_ct_DLLTOOL
8720 else
8721 DLLTOOL="$ac_cv_prog_DLLTOOL"
8724 if test -n "$ac_tool_prefix"; then
8725 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8726 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8727 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8728 $as_echo_n "checking for $ac_word... " >&6; }
8729 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8730 $as_echo_n "(cached) " >&6
8731 else
8732 if test -n "$DLLWRAP"; then
8733 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8734 else
8735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8736 for as_dir in $PATH
8738 IFS=$as_save_IFS
8739 test -z "$as_dir" && as_dir=.
8740 for ac_exec_ext in '' $ac_executable_extensions; do
8741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8742 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8743 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8744 break 2
8746 done
8747 done
8748 IFS=$as_save_IFS
8752 DLLWRAP=$ac_cv_prog_DLLWRAP
8753 if test -n "$DLLWRAP"; then
8754 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8755 $as_echo "$DLLWRAP" >&6; }
8756 else
8757 { $as_echo "$as_me:$LINENO: result: no" >&5
8758 $as_echo "no" >&6; }
8763 if test -z "$ac_cv_prog_DLLWRAP"; then
8764 ac_ct_DLLWRAP=$DLLWRAP
8765 # Extract the first word of "dllwrap", so it can be a program name with args.
8766 set dummy dllwrap; ac_word=$2
8767 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8768 $as_echo_n "checking for $ac_word... " >&6; }
8769 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8770 $as_echo_n "(cached) " >&6
8771 else
8772 if test -n "$ac_ct_DLLWRAP"; then
8773 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8774 else
8775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8776 for as_dir in $PATH
8778 IFS=$as_save_IFS
8779 test -z "$as_dir" && as_dir=.
8780 for ac_exec_ext in '' $ac_executable_extensions; do
8781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8782 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8783 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8784 break 2
8786 done
8787 done
8788 IFS=$as_save_IFS
8792 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8793 if test -n "$ac_ct_DLLWRAP"; then
8794 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8795 $as_echo "$ac_ct_DLLWRAP" >&6; }
8796 else
8797 { $as_echo "$as_me:$LINENO: result: no" >&5
8798 $as_echo "no" >&6; }
8801 if test "x$ac_ct_DLLWRAP" = x; then
8802 DLLWRAP="false"
8803 else
8804 case $cross_compiling:$ac_tool_warned in
8805 yes:)
8806 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8807 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8808 ac_tool_warned=yes ;;
8809 esac
8810 DLLWRAP=$ac_ct_DLLWRAP
8812 else
8813 DLLWRAP="$ac_cv_prog_DLLWRAP"
8816 if test -n "$ac_tool_prefix"; then
8817 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8818 set dummy ${ac_tool_prefix}ar; ac_word=$2
8819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8820 $as_echo_n "checking for $ac_word... " >&6; }
8821 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8822 $as_echo_n "(cached) " >&6
8823 else
8824 if test -n "$MINGWAR"; then
8825 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8826 else
8827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8828 for as_dir in $PATH
8830 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=.
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8834 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8835 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8836 break 2
8838 done
8839 done
8840 IFS=$as_save_IFS
8844 MINGWAR=$ac_cv_prog_MINGWAR
8845 if test -n "$MINGWAR"; then
8846 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8847 $as_echo "$MINGWAR" >&6; }
8848 else
8849 { $as_echo "$as_me:$LINENO: result: no" >&5
8850 $as_echo "no" >&6; }
8855 if test -z "$ac_cv_prog_MINGWAR"; then
8856 ac_ct_MINGWAR=$MINGWAR
8857 # Extract the first word of "ar", so it can be a program name with args.
8858 set dummy ar; ac_word=$2
8859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8860 $as_echo_n "checking for $ac_word... " >&6; }
8861 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8862 $as_echo_n "(cached) " >&6
8863 else
8864 if test -n "$ac_ct_MINGWAR"; then
8865 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8866 else
8867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8868 for as_dir in $PATH
8870 IFS=$as_save_IFS
8871 test -z "$as_dir" && as_dir=.
8872 for ac_exec_ext in '' $ac_executable_extensions; do
8873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8874 ac_cv_prog_ac_ct_MINGWAR="ar"
8875 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8876 break 2
8878 done
8879 done
8880 IFS=$as_save_IFS
8884 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8885 if test -n "$ac_ct_MINGWAR"; then
8886 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8887 $as_echo "$ac_ct_MINGWAR" >&6; }
8888 else
8889 { $as_echo "$as_me:$LINENO: result: no" >&5
8890 $as_echo "no" >&6; }
8893 if test "x$ac_ct_MINGWAR" = x; then
8894 MINGWAR="false"
8895 else
8896 case $cross_compiling:$ac_tool_warned in
8897 yes:)
8898 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8899 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8900 ac_tool_warned=yes ;;
8901 esac
8902 MINGWAR=$ac_ct_MINGWAR
8904 else
8905 MINGWAR="$ac_cv_prog_MINGWAR"
8908 if test "$DLLWRAP" = "false"; then
8909 LIBEXT="a"
8910 else
8911 LIBEXT="dll"
8913 IMPLIBEXT="a"
8914 WIN16_FILES=""
8915 WIN16_INSTALL=""
8916 enable_iphlpapi=${enable_iphlpapi:-no}
8917 enable_kernel32=${enable_kernel32:-no}
8918 enable_msvcrt=${enable_msvcrt:-no}
8919 enable_ntdll=${enable_ntdll:-no}
8920 enable_ws2_32=${enable_ws2_32:-no}
8921 enable_loader=${enable_loader:-no}
8922 enable_server=${enable_server:-no}
8924 darwin*|macosx*)
8925 DLLEXT=".so"
8926 LIBEXT="dylib"
8927 DLLFLAGS="$DLLFLAGS -fPIC"
8928 LDDLLFLAGS="-bundle -multiply_defined suppress"
8929 LIBWINE_LDFLAGS="-multiply_defined suppress"
8930 LDSHARED="\$(CC) -dynamiclib"
8931 STRIP="$STRIP -x"
8932 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8933 SECURITYLIB="-framework Security -framework CoreFoundation"
8935 COREFOUNDATIONLIB="-framework CoreFoundation"
8937 IOKITLIB="-framework IOKit -framework CoreFoundation"
8939 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8941 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8942 then
8943 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8946 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8947 then
8948 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8951 case $host_cpu in
8952 *powerpc*)
8953 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8954 esac
8955 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8956 then
8957 CARBONLIB="-framework Carbon"
8959 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8963 DLLFLAGS="$DLLFLAGS -fPIC"
8964 DLLEXT=".so"
8965 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8966 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8967 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8968 $as_echo_n "(cached) " >&6
8969 else
8970 ac_wine_try_cflags_saved=$CFLAGS
8971 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8972 cat >conftest.$ac_ext <<_ACEOF
8973 void myfunc() {}
8974 _ACEOF
8975 rm -f conftest.$ac_objext conftest$ac_exeext
8976 if { (ac_try="$ac_link"
8977 case "(($ac_try" in
8978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8979 *) ac_try_echo=$ac_try;;
8980 esac
8981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8982 $as_echo "$ac_try_echo") >&5
8983 (eval "$ac_link") 2>conftest.er1
8984 ac_status=$?
8985 grep -v '^ *+' conftest.er1 >conftest.err
8986 rm -f conftest.er1
8987 cat conftest.err >&5
8988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); } && {
8990 test -z "$ac_c_werror_flag" ||
8991 test ! -s conftest.err
8992 } && test -s conftest$ac_exeext && {
8993 test "$cross_compiling" = yes ||
8994 $as_test_x conftest$ac_exeext
8995 }; then
8996 ac_cv_c_dll_gnuelf="yes"
8997 else
8998 $as_echo "$as_me: failed program was:" >&5
8999 sed 's/^/| /' conftest.$ac_ext >&5
9001 ac_cv_c_dll_gnuelf="no"
9004 rm -rf conftest.dSYM
9005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9006 conftest$ac_exeext conftest.$ac_ext
9007 CFLAGS=$ac_wine_try_cflags_saved
9009 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9010 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9011 if test "$ac_cv_c_dll_gnuelf" = "yes"
9012 then
9013 LDSHARED="\$(CC) -shared"
9014 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9015 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9016 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9017 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9018 $as_echo_n "(cached) " >&6
9019 else
9020 ac_wine_try_cflags_saved=$CFLAGS
9021 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9022 cat >conftest.$ac_ext <<_ACEOF
9023 /* confdefs.h. */
9024 _ACEOF
9025 cat confdefs.h >>conftest.$ac_ext
9026 cat >>conftest.$ac_ext <<_ACEOF
9027 /* end confdefs.h. */
9030 main ()
9034 return 0;
9036 _ACEOF
9037 rm -f conftest.$ac_objext conftest$ac_exeext
9038 if { (ac_try="$ac_link"
9039 case "(($ac_try" in
9040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9041 *) ac_try_echo=$ac_try;;
9042 esac
9043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9044 $as_echo "$ac_try_echo") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext && {
9055 test "$cross_compiling" = yes ||
9056 $as_test_x conftest$ac_exeext
9057 }; then
9058 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9059 else
9060 $as_echo "$as_me: failed program was:" >&5
9061 sed 's/^/| /' conftest.$ac_ext >&5
9063 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9066 rm -rf conftest.dSYM
9067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9068 conftest$ac_exeext conftest.$ac_ext
9069 CFLAGS=$ac_wine_try_cflags_saved
9071 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9072 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9073 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9074 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9075 else
9076 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9077 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9078 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9079 $as_echo_n "(cached) " >&6
9080 else
9081 ac_wine_try_cflags_saved=$CFLAGS
9082 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9083 cat >conftest.$ac_ext <<_ACEOF
9084 /* confdefs.h. */
9085 _ACEOF
9086 cat confdefs.h >>conftest.$ac_ext
9087 cat >>conftest.$ac_ext <<_ACEOF
9088 /* end confdefs.h. */
9091 main ()
9095 return 0;
9097 _ACEOF
9098 rm -f conftest.$ac_objext conftest$ac_exeext
9099 if { (ac_try="$ac_link"
9100 case "(($ac_try" in
9101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9102 *) ac_try_echo=$ac_try;;
9103 esac
9104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9105 $as_echo "$ac_try_echo") >&5
9106 (eval "$ac_link") 2>conftest.er1
9107 ac_status=$?
9108 grep -v '^ *+' conftest.er1 >conftest.err
9109 rm -f conftest.er1
9110 cat conftest.err >&5
9111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); } && {
9113 test -z "$ac_c_werror_flag" ||
9114 test ! -s conftest.err
9115 } && test -s conftest$ac_exeext && {
9116 test "$cross_compiling" = yes ||
9117 $as_test_x conftest$ac_exeext
9118 }; then
9119 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9120 else
9121 $as_echo "$as_me: failed program was:" >&5
9122 sed 's/^/| /' conftest.$ac_ext >&5
9124 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9127 rm -rf conftest.dSYM
9128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9129 conftest$ac_exeext conftest.$ac_ext
9130 CFLAGS=$ac_wine_try_cflags_saved
9132 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9133 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9134 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9135 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9141 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9142 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9143 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9144 $as_echo_n "(cached) " >&6
9145 else
9146 ac_wine_try_cflags_saved=$CFLAGS
9147 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9148 cat >conftest.$ac_ext <<_ACEOF
9149 /* confdefs.h. */
9150 _ACEOF
9151 cat confdefs.h >>conftest.$ac_ext
9152 cat >>conftest.$ac_ext <<_ACEOF
9153 /* end confdefs.h. */
9156 main ()
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$ac_try_echo") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext && {
9181 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9184 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9192 rm -rf conftest.dSYM
9193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9194 conftest$ac_exeext conftest.$ac_ext
9195 CFLAGS=$ac_wine_try_cflags_saved
9197 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9198 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9199 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9200 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9204 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9205 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9206 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9207 $as_echo_n "(cached) " >&6
9208 else
9209 ac_wine_try_cflags_saved=$CFLAGS
9210 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9211 cat >conftest.$ac_ext <<_ACEOF
9212 /* confdefs.h. */
9213 _ACEOF
9214 cat confdefs.h >>conftest.$ac_ext
9215 cat >>conftest.$ac_ext <<_ACEOF
9216 /* end confdefs.h. */
9219 main ()
9223 return 0;
9225 _ACEOF
9226 rm -f conftest.$ac_objext conftest$ac_exeext
9227 if { (ac_try="$ac_link"
9228 case "(($ac_try" in
9229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9230 *) ac_try_echo=$ac_try;;
9231 esac
9232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9233 $as_echo "$ac_try_echo") >&5
9234 (eval "$ac_link") 2>conftest.er1
9235 ac_status=$?
9236 grep -v '^ *+' conftest.er1 >conftest.err
9237 rm -f conftest.er1
9238 cat conftest.err >&5
9239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9240 (exit $ac_status); } && {
9241 test -z "$ac_c_werror_flag" ||
9242 test ! -s conftest.err
9243 } && test -s conftest$ac_exeext && {
9244 test "$cross_compiling" = yes ||
9245 $as_test_x conftest$ac_exeext
9246 }; then
9247 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9248 else
9249 $as_echo "$as_me: failed program was:" >&5
9250 sed 's/^/| /' conftest.$ac_ext >&5
9252 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9255 rm -rf conftest.dSYM
9256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9257 conftest$ac_exeext conftest.$ac_ext
9258 CFLAGS=$ac_wine_try_cflags_saved
9260 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9261 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9262 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9263 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9267 echo '{ global: *; };' >conftest.map
9268 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9269 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9270 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9271 $as_echo_n "(cached) " >&6
9272 else
9273 ac_wine_try_cflags_saved=$CFLAGS
9274 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9275 cat >conftest.$ac_ext <<_ACEOF
9276 /* confdefs.h. */
9277 _ACEOF
9278 cat confdefs.h >>conftest.$ac_ext
9279 cat >>conftest.$ac_ext <<_ACEOF
9280 /* end confdefs.h. */
9283 main ()
9287 return 0;
9289 _ACEOF
9290 rm -f conftest.$ac_objext conftest$ac_exeext
9291 if { (ac_try="$ac_link"
9292 case "(($ac_try" in
9293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9294 *) ac_try_echo=$ac_try;;
9295 esac
9296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9297 $as_echo "$ac_try_echo") >&5
9298 (eval "$ac_link") 2>conftest.er1
9299 ac_status=$?
9300 grep -v '^ *+' conftest.er1 >conftest.err
9301 rm -f conftest.er1
9302 cat conftest.err >&5
9303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } && {
9305 test -z "$ac_c_werror_flag" ||
9306 test ! -s conftest.err
9307 } && test -s conftest$ac_exeext && {
9308 test "$cross_compiling" = yes ||
9309 $as_test_x conftest$ac_exeext
9310 }; then
9311 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9312 else
9313 $as_echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9319 rm -rf conftest.dSYM
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9322 CFLAGS=$ac_wine_try_cflags_saved
9324 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9325 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9326 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9327 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9330 rm -f conftest.map
9332 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9333 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9334 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9335 $as_echo_n "(cached) " >&6
9336 else
9337 ac_wine_try_cflags_saved=$CFLAGS
9338 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9339 cat >conftest.$ac_ext <<_ACEOF
9340 /* confdefs.h. */
9341 _ACEOF
9342 cat confdefs.h >>conftest.$ac_ext
9343 cat >>conftest.$ac_ext <<_ACEOF
9344 /* end confdefs.h. */
9347 main ()
9351 return 0;
9353 _ACEOF
9354 rm -f conftest.$ac_objext conftest$ac_exeext
9355 if { (ac_try="$ac_link"
9356 case "(($ac_try" in
9357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9358 *) ac_try_echo=$ac_try;;
9359 esac
9360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9361 $as_echo "$ac_try_echo") >&5
9362 (eval "$ac_link") 2>conftest.er1
9363 ac_status=$?
9364 grep -v '^ *+' conftest.er1 >conftest.err
9365 rm -f conftest.er1
9366 cat conftest.err >&5
9367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368 (exit $ac_status); } && {
9369 test -z "$ac_c_werror_flag" ||
9370 test ! -s conftest.err
9371 } && test -s conftest$ac_exeext && {
9372 test "$cross_compiling" = yes ||
9373 $as_test_x conftest$ac_exeext
9374 }; then
9375 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9376 else
9377 $as_echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9383 rm -rf conftest.dSYM
9384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9385 conftest$ac_exeext conftest.$ac_ext
9386 CFLAGS=$ac_wine_try_cflags_saved
9388 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9389 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9390 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9391 LDEXECFLAGS="-Wl,--export-dynamic"
9396 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9397 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9398 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9399 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9400 $as_echo_n "(cached) " >&6
9401 else
9402 ac_wine_try_cflags_saved=$CFLAGS
9403 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9404 cat >conftest.$ac_ext <<_ACEOF
9405 /* confdefs.h. */
9406 _ACEOF
9407 cat confdefs.h >>conftest.$ac_ext
9408 cat >>conftest.$ac_ext <<_ACEOF
9409 /* end confdefs.h. */
9412 main ()
9416 return 0;
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423 *) ac_try_echo=$ac_try;;
9424 esac
9425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9426 $as_echo "$ac_try_echo") >&5
9427 (eval "$ac_link") 2>conftest.er1
9428 ac_status=$?
9429 grep -v '^ *+' conftest.er1 >conftest.err
9430 rm -f conftest.er1
9431 cat conftest.err >&5
9432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433 (exit $ac_status); } && {
9434 test -z "$ac_c_werror_flag" ||
9435 test ! -s conftest.err
9436 } && test -s conftest$ac_exeext && {
9437 test "$cross_compiling" = yes ||
9438 $as_test_x conftest$ac_exeext
9439 }; then
9440 eval "$as_ac_var=yes"
9441 else
9442 $as_echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.$ac_ext >&5
9445 eval "$as_ac_var=no"
9448 rm -rf conftest.dSYM
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9451 CFLAGS=$ac_wine_try_cflags_saved
9453 ac_res=`eval 'as_val=${'$as_ac_var'}
9454 $as_echo "$as_val"'`
9455 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9456 $as_echo "$ac_res" >&6; }
9457 if test `eval 'as_val=${'$as_ac_var'}
9458 $as_echo "$as_val"'` = yes; then
9459 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9460 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9461 else
9462 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9463 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9464 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9465 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9466 $as_echo_n "(cached) " >&6
9467 else
9468 ac_wine_try_cflags_saved=$CFLAGS
9469 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h. */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9478 main ()
9482 return 0;
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489 *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext && {
9503 test "$cross_compiling" = yes ||
9504 $as_test_x conftest$ac_exeext
9505 }; then
9506 eval "$as_ac_var=yes"
9507 else
9508 $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9511 eval "$as_ac_var=no"
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516 conftest$ac_exeext conftest.$ac_ext
9517 CFLAGS=$ac_wine_try_cflags_saved
9519 ac_res=`eval 'as_val=${'$as_ac_var'}
9520 $as_echo "$as_val"'`
9521 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9522 $as_echo "$ac_res" >&6; }
9523 if test `eval 'as_val=${'$as_ac_var'}
9524 $as_echo "$as_val"'` = yes; then
9525 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9526 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9532 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9533 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9534 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9535 $as_echo_n "(cached) " >&6
9536 else
9537 ac_wine_try_cflags_saved=$CFLAGS
9538 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9539 cat >conftest.$ac_ext <<_ACEOF
9540 /* confdefs.h. */
9541 _ACEOF
9542 cat confdefs.h >>conftest.$ac_ext
9543 cat >>conftest.$ac_ext <<_ACEOF
9544 /* end confdefs.h. */
9547 main ()
9551 return 0;
9553 _ACEOF
9554 rm -f conftest.$ac_objext conftest$ac_exeext
9555 if { (ac_try="$ac_link"
9556 case "(($ac_try" in
9557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9558 *) ac_try_echo=$ac_try;;
9559 esac
9560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9561 $as_echo "$ac_try_echo") >&5
9562 (eval "$ac_link") 2>conftest.er1
9563 ac_status=$?
9564 grep -v '^ *+' conftest.er1 >conftest.err
9565 rm -f conftest.er1
9566 cat conftest.err >&5
9567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); } && {
9569 test -z "$ac_c_werror_flag" ||
9570 test ! -s conftest.err
9571 } && test -s conftest$ac_exeext && {
9572 test "$cross_compiling" = yes ||
9573 $as_test_x conftest$ac_exeext
9574 }; then
9575 ac_cv_cflags__Wl___enable_new_dtags=yes
9576 else
9577 $as_echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.$ac_ext >&5
9580 ac_cv_cflags__Wl___enable_new_dtags=no
9583 rm -rf conftest.dSYM
9584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9585 conftest$ac_exeext conftest.$ac_ext
9586 CFLAGS=$ac_wine_try_cflags_saved
9588 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9589 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9590 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9591 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9595 case $host_cpu in
9596 *i[3456789]86* | x86_64)
9597 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9598 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9599 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9600 $as_echo_n "(cached) " >&6
9601 else
9602 ac_wine_try_cflags_saved=$CFLAGS
9603 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9604 cat >conftest.$ac_ext <<_ACEOF
9605 /* confdefs.h. */
9606 _ACEOF
9607 cat confdefs.h >>conftest.$ac_ext
9608 cat >>conftest.$ac_ext <<_ACEOF
9609 /* end confdefs.h. */
9612 main ()
9616 return 0;
9618 _ACEOF
9619 rm -f conftest.$ac_objext conftest$ac_exeext
9620 if { (ac_try="$ac_link"
9621 case "(($ac_try" in
9622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9623 *) ac_try_echo=$ac_try;;
9624 esac
9625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9626 $as_echo "$ac_try_echo") >&5
9627 (eval "$ac_link") 2>conftest.er1
9628 ac_status=$?
9629 grep -v '^ *+' conftest.er1 >conftest.err
9630 rm -f conftest.er1
9631 cat conftest.err >&5
9632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); } && {
9634 test -z "$ac_c_werror_flag" ||
9635 test ! -s conftest.err
9636 } && test -s conftest$ac_exeext && {
9637 test "$cross_compiling" = yes ||
9638 $as_test_x conftest$ac_exeext
9639 }; then
9640 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9641 else
9642 $as_echo "$as_me: failed program was:" >&5
9643 sed 's/^/| /' conftest.$ac_ext >&5
9645 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9648 rm -rf conftest.dSYM
9649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9650 conftest$ac_exeext conftest.$ac_ext
9651 CFLAGS=$ac_wine_try_cflags_saved
9653 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9654 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9655 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9656 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9660 esac
9662 else
9663 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9664 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9665 if test "${ac_cv_c_dll_unixware+set}" = set; then
9666 $as_echo_n "(cached) " >&6
9667 else
9668 ac_wine_try_cflags_saved=$CFLAGS
9669 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9670 cat >conftest.$ac_ext <<_ACEOF
9671 void myfunc() {}
9672 _ACEOF
9673 rm -f conftest.$ac_objext conftest$ac_exeext
9674 if { (ac_try="$ac_link"
9675 case "(($ac_try" in
9676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9677 *) ac_try_echo=$ac_try;;
9678 esac
9679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9680 $as_echo "$ac_try_echo") >&5
9681 (eval "$ac_link") 2>conftest.er1
9682 ac_status=$?
9683 grep -v '^ *+' conftest.er1 >conftest.err
9684 rm -f conftest.er1
9685 cat conftest.err >&5
9686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9687 (exit $ac_status); } && {
9688 test -z "$ac_c_werror_flag" ||
9689 test ! -s conftest.err
9690 } && test -s conftest$ac_exeext && {
9691 test "$cross_compiling" = yes ||
9692 $as_test_x conftest$ac_exeext
9693 }; then
9694 ac_cv_c_dll_unixware="yes"
9695 else
9696 $as_echo "$as_me: failed program was:" >&5
9697 sed 's/^/| /' conftest.$ac_ext >&5
9699 ac_cv_c_dll_unixware="no"
9702 rm -rf conftest.dSYM
9703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9704 conftest$ac_exeext conftest.$ac_ext
9705 CFLAGS=$ac_wine_try_cflags_saved
9707 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9708 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9709 if test "$ac_cv_c_dll_unixware" = "yes"
9710 then
9711 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9712 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9714 else
9715 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9716 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9717 if test "${ac_cv_c_dll_hpux+set}" = set; then
9718 $as_echo_n "(cached) " >&6
9719 else
9720 ac_wine_try_cflags_saved=$CFLAGS
9721 CFLAGS="$CFLAGS -shared"
9722 cat >conftest.$ac_ext <<_ACEOF
9723 void myfunc() {}
9724 _ACEOF
9725 rm -f conftest.$ac_objext conftest$ac_exeext
9726 if { (ac_try="$ac_link"
9727 case "(($ac_try" in
9728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9729 *) ac_try_echo=$ac_try;;
9730 esac
9731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9732 $as_echo "$ac_try_echo") >&5
9733 (eval "$ac_link") 2>conftest.er1
9734 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && {
9740 test -z "$ac_c_werror_flag" ||
9741 test ! -s conftest.err
9742 } && test -s conftest$ac_exeext && {
9743 test "$cross_compiling" = yes ||
9744 $as_test_x conftest$ac_exeext
9745 }; then
9746 ac_cv_c_dll_hpux="yes"
9747 else
9748 $as_echo "$as_me: failed program was:" >&5
9749 sed 's/^/| /' conftest.$ac_ext >&5
9751 ac_cv_c_dll_hpux="no"
9754 rm -rf conftest.dSYM
9755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9756 conftest$ac_exeext conftest.$ac_ext
9757 CFLAGS=$ac_wine_try_cflags_saved
9759 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9760 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9761 if test "$ac_cv_c_dll_hpux" = "yes"
9762 then
9763 LIBEXT="sl"
9764 DLLEXT=".sl"
9765 LDDLLFLAGS="-shared -fPIC"
9766 LDSHARED="\$(CC) -shared"
9771 esac
9773 enable_winequartz_drv=${enable_winequartz_drv:-no}
9775 if test "$LIBEXT" = "a"; then
9776 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9777 It is currently not possible to build Wine without shared library
9778 (.so) support to allow transparent switch between .so and .dll files.
9779 If you are using Linux, you will need a newer binutils.
9780 " >&5
9781 $as_echo "$as_me: error: could not find a way to build shared libraries.
9782 It is currently not possible to build Wine without shared library
9783 (.so) support to allow transparent switch between .so and .dll files.
9784 If you are using Linux, you will need a newer binutils.
9785 " >&2;}
9786 { (exit 1); exit 1; }; }
9789 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9790 then
9791 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
9793 # Extract the first word of "$ac_prog", so it can be a program name with args.
9794 set dummy $ac_prog; ac_word=$2
9795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9796 $as_echo_n "checking for $ac_word... " >&6; }
9797 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9798 $as_echo_n "(cached) " >&6
9799 else
9800 if test -n "$CROSSCC"; then
9801 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9802 else
9803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9804 for as_dir in $PATH
9806 IFS=$as_save_IFS
9807 test -z "$as_dir" && as_dir=.
9808 for ac_exec_ext in '' $ac_executable_extensions; do
9809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9810 ac_cv_prog_CROSSCC="$ac_prog"
9811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9812 break 2
9814 done
9815 done
9816 IFS=$as_save_IFS
9820 CROSSCC=$ac_cv_prog_CROSSCC
9821 if test -n "$CROSSCC"; then
9822 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9823 $as_echo "$CROSSCC" >&6; }
9824 else
9825 { $as_echo "$as_me:$LINENO: result: no" >&5
9826 $as_echo "no" >&6; }
9830 test -n "$CROSSCC" && break
9831 done
9832 test -n "$CROSSCC" || CROSSCC="false"
9834 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
9836 # Extract the first word of "$ac_prog", so it can be a program name with args.
9837 set dummy $ac_prog; ac_word=$2
9838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9839 $as_echo_n "checking for $ac_word... " >&6; }
9840 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9841 $as_echo_n "(cached) " >&6
9842 else
9843 if test -n "$DLLTOOL"; then
9844 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9845 else
9846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9847 for as_dir in $PATH
9849 IFS=$as_save_IFS
9850 test -z "$as_dir" && as_dir=.
9851 for ac_exec_ext in '' $ac_executable_extensions; do
9852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9853 ac_cv_prog_DLLTOOL="$ac_prog"
9854 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9855 break 2
9857 done
9858 done
9859 IFS=$as_save_IFS
9863 DLLTOOL=$ac_cv_prog_DLLTOOL
9864 if test -n "$DLLTOOL"; then
9865 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9866 $as_echo "$DLLTOOL" >&6; }
9867 else
9868 { $as_echo "$as_me:$LINENO: result: no" >&5
9869 $as_echo "no" >&6; }
9873 test -n "$DLLTOOL" && break
9874 done
9875 test -n "$DLLTOOL" || DLLTOOL="false"
9877 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
9879 # Extract the first word of "$ac_prog", so it can be a program name with args.
9880 set dummy $ac_prog; ac_word=$2
9881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9882 $as_echo_n "checking for $ac_word... " >&6; }
9883 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9884 $as_echo_n "(cached) " >&6
9885 else
9886 if test -n "$CROSSWINDRES"; then
9887 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9888 else
9889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9890 for as_dir in $PATH
9892 IFS=$as_save_IFS
9893 test -z "$as_dir" && as_dir=.
9894 for ac_exec_ext in '' $ac_executable_extensions; do
9895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9896 ac_cv_prog_CROSSWINDRES="$ac_prog"
9897 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9898 break 2
9900 done
9901 done
9902 IFS=$as_save_IFS
9906 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9907 if test -n "$CROSSWINDRES"; then
9908 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9909 $as_echo "$CROSSWINDRES" >&6; }
9910 else
9911 { $as_echo "$as_me:$LINENO: result: no" >&5
9912 $as_echo "no" >&6; }
9916 test -n "$CROSSWINDRES" && break
9917 done
9918 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9920 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
9922 # Extract the first word of "$ac_prog", so it can be a program name with args.
9923 set dummy $ac_prog; ac_word=$2
9924 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9925 $as_echo_n "checking for $ac_word... " >&6; }
9926 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9927 $as_echo_n "(cached) " >&6
9928 else
9929 if test -n "$MINGWAR"; then
9930 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9931 else
9932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9933 for as_dir in $PATH
9935 IFS=$as_save_IFS
9936 test -z "$as_dir" && as_dir=.
9937 for ac_exec_ext in '' $ac_executable_extensions; do
9938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9939 ac_cv_prog_MINGWAR="$ac_prog"
9940 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9941 break 2
9943 done
9944 done
9945 IFS=$as_save_IFS
9949 MINGWAR=$ac_cv_prog_MINGWAR
9950 if test -n "$MINGWAR"; then
9951 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9952 $as_echo "$MINGWAR" >&6; }
9953 else
9954 { $as_echo "$as_me:$LINENO: result: no" >&5
9955 $as_echo "no" >&6; }
9959 test -n "$MINGWAR" && break
9960 done
9961 test -n "$MINGWAR" || MINGWAR="false"
9963 if test "$CROSSCC" != "false"
9964 then
9965 CROSSTEST="\$(CROSSTEST)"
9971 if test "$have_x" = "yes"
9972 then
9973 XLIB="-lXext -lX11"
9974 ac_save_CPPFLAGS="$CPPFLAGS"
9975 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9977 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9978 $as_echo_n "checking for -lX11... " >&6; }
9979 if test "${ac_cv_lib_soname_X11+set}" = set; then
9980 $as_echo_n "(cached) " >&6
9981 else
9982 ac_check_soname_save_LIBS=$LIBS
9983 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9984 cat >conftest.$ac_ext <<_ACEOF
9985 /* confdefs.h. */
9986 _ACEOF
9987 cat confdefs.h >>conftest.$ac_ext
9988 cat >>conftest.$ac_ext <<_ACEOF
9989 /* end confdefs.h. */
9991 /* Override any GCC internal prototype to avoid an error.
9992 Use char because int might match the return type of a GCC
9993 builtin and then its argument prototype would still apply. */
9994 #ifdef __cplusplus
9995 extern "C"
9996 #endif
9997 char XCreateWindow ();
9999 main ()
10001 return XCreateWindow ();
10003 return 0;
10005 _ACEOF
10006 rm -f conftest.$ac_objext conftest$ac_exeext
10007 if { (ac_try="$ac_link"
10008 case "(($ac_try" in
10009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10010 *) ac_try_echo=$ac_try;;
10011 esac
10012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10013 $as_echo "$ac_try_echo") >&5
10014 (eval "$ac_link") 2>conftest.er1
10015 ac_status=$?
10016 grep -v '^ *+' conftest.er1 >conftest.err
10017 rm -f conftest.er1
10018 cat conftest.err >&5
10019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020 (exit $ac_status); } && {
10021 test -z "$ac_c_werror_flag" ||
10022 test ! -s conftest.err
10023 } && test -s conftest$ac_exeext && {
10024 test "$cross_compiling" = yes ||
10025 $as_test_x conftest$ac_exeext
10026 }; then
10027 case "$LIBEXT" in
10028 dll) ;;
10029 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'` ;;
10030 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10031 esac
10032 else
10033 $as_echo "$as_me: failed program was:" >&5
10034 sed 's/^/| /' conftest.$ac_ext >&5
10039 rm -rf conftest.dSYM
10040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10041 conftest$ac_exeext conftest.$ac_ext
10042 LIBS=$ac_check_soname_save_LIBS
10044 if test "x$ac_cv_lib_soname_X11" = "x"; then
10045 { $as_echo "$as_me:$LINENO: result: not found" >&5
10046 $as_echo "not found" >&6; }
10048 else
10049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10050 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10052 cat >>confdefs.h <<_ACEOF
10053 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10054 _ACEOF
10059 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10060 $as_echo_n "checking for -lXext... " >&6; }
10061 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10062 $as_echo_n "(cached) " >&6
10063 else
10064 ac_check_soname_save_LIBS=$LIBS
10065 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10066 cat >conftest.$ac_ext <<_ACEOF
10067 /* confdefs.h. */
10068 _ACEOF
10069 cat confdefs.h >>conftest.$ac_ext
10070 cat >>conftest.$ac_ext <<_ACEOF
10071 /* end confdefs.h. */
10073 /* Override any GCC internal prototype to avoid an error.
10074 Use char because int might match the return type of a GCC
10075 builtin and then its argument prototype would still apply. */
10076 #ifdef __cplusplus
10077 extern "C"
10078 #endif
10079 char XextCreateExtension ();
10081 main ()
10083 return XextCreateExtension ();
10085 return 0;
10087 _ACEOF
10088 rm -f conftest.$ac_objext conftest$ac_exeext
10089 if { (ac_try="$ac_link"
10090 case "(($ac_try" in
10091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10092 *) ac_try_echo=$ac_try;;
10093 esac
10094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10095 $as_echo "$ac_try_echo") >&5
10096 (eval "$ac_link") 2>conftest.er1
10097 ac_status=$?
10098 grep -v '^ *+' conftest.er1 >conftest.err
10099 rm -f conftest.er1
10100 cat conftest.err >&5
10101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10102 (exit $ac_status); } && {
10103 test -z "$ac_c_werror_flag" ||
10104 test ! -s conftest.err
10105 } && test -s conftest$ac_exeext && {
10106 test "$cross_compiling" = yes ||
10107 $as_test_x conftest$ac_exeext
10108 }; then
10109 case "$LIBEXT" in
10110 dll) ;;
10111 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'` ;;
10112 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10113 esac
10114 else
10115 $as_echo "$as_me: failed program was:" >&5
10116 sed 's/^/| /' conftest.$ac_ext >&5
10121 rm -rf conftest.dSYM
10122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10123 conftest$ac_exeext conftest.$ac_ext
10124 LIBS=$ac_check_soname_save_LIBS
10126 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10127 { $as_echo "$as_me:$LINENO: result: not found" >&5
10128 $as_echo "not found" >&6; }
10130 else
10131 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10132 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10134 cat >>confdefs.h <<_ACEOF
10135 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10136 _ACEOF
10154 for ac_header in X11/Xlib.h \
10155 X11/XKBlib.h \
10156 X11/Xutil.h \
10157 X11/Xcursor/Xcursor.h \
10158 X11/extensions/shape.h \
10159 X11/extensions/XInput.h \
10160 X11/extensions/XShm.h \
10161 X11/extensions/Xcomposite.h \
10162 X11/extensions/Xinerama.h \
10163 X11/extensions/Xrandr.h \
10164 X11/extensions/Xrender.h \
10165 X11/extensions/xf86vmode.h
10167 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10168 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10169 $as_echo_n "checking for $ac_header... " >&6; }
10170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10171 $as_echo_n "(cached) " >&6
10172 else
10173 cat >conftest.$ac_ext <<_ACEOF
10174 /* confdefs.h. */
10175 _ACEOF
10176 cat confdefs.h >>conftest.$ac_ext
10177 cat >>conftest.$ac_ext <<_ACEOF
10178 /* end confdefs.h. */
10179 #ifdef HAVE_X11_XLIB_H
10180 # include <X11/Xlib.h>
10181 #endif
10182 #ifdef HAVE_X11_XUTIL_H
10183 # include <X11/Xutil.h>
10184 #endif
10186 #include <$ac_header>
10187 _ACEOF
10188 rm -f conftest.$ac_objext
10189 if { (ac_try="$ac_compile"
10190 case "(($ac_try" in
10191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10192 *) ac_try_echo=$ac_try;;
10193 esac
10194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10195 $as_echo "$ac_try_echo") >&5
10196 (eval "$ac_compile") 2>conftest.er1
10197 ac_status=$?
10198 grep -v '^ *+' conftest.er1 >conftest.err
10199 rm -f conftest.er1
10200 cat conftest.err >&5
10201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); } && {
10203 test -z "$ac_c_werror_flag" ||
10204 test ! -s conftest.err
10205 } && test -s conftest.$ac_objext; then
10206 eval "$as_ac_Header=yes"
10207 else
10208 $as_echo "$as_me: failed program was:" >&5
10209 sed 's/^/| /' conftest.$ac_ext >&5
10211 eval "$as_ac_Header=no"
10214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10216 ac_res=`eval 'as_val=${'$as_ac_Header'}
10217 $as_echo "$as_val"'`
10218 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10219 $as_echo "$ac_res" >&6; }
10220 as_val=`eval 'as_val=${'$as_ac_Header'}
10221 $as_echo "$as_val"'`
10222 if test "x$as_val" = x""yes; then
10223 cat >>confdefs.h <<_ACEOF
10224 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10225 _ACEOF
10229 done
10232 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10233 then
10234 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10235 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10236 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10237 $as_echo_n "(cached) " >&6
10238 else
10239 ac_check_lib_save_LIBS=$LIBS
10240 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10241 cat >conftest.$ac_ext <<_ACEOF
10242 /* confdefs.h. */
10243 _ACEOF
10244 cat confdefs.h >>conftest.$ac_ext
10245 cat >>conftest.$ac_ext <<_ACEOF
10246 /* end confdefs.h. */
10248 /* Override any GCC internal prototype to avoid an error.
10249 Use char because int might match the return type of a GCC
10250 builtin and then its argument prototype would still apply. */
10251 #ifdef __cplusplus
10252 extern "C"
10253 #endif
10254 char XkbQueryExtension ();
10256 main ()
10258 return XkbQueryExtension ();
10260 return 0;
10262 _ACEOF
10263 rm -f conftest.$ac_objext conftest$ac_exeext
10264 if { (ac_try="$ac_link"
10265 case "(($ac_try" in
10266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10267 *) ac_try_echo=$ac_try;;
10268 esac
10269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10270 $as_echo "$ac_try_echo") >&5
10271 (eval "$ac_link") 2>conftest.er1
10272 ac_status=$?
10273 grep -v '^ *+' conftest.er1 >conftest.err
10274 rm -f conftest.er1
10275 cat conftest.err >&5
10276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277 (exit $ac_status); } && {
10278 test -z "$ac_c_werror_flag" ||
10279 test ! -s conftest.err
10280 } && test -s conftest$ac_exeext && {
10281 test "$cross_compiling" = yes ||
10282 $as_test_x conftest$ac_exeext
10283 }; then
10284 ac_cv_lib_X11_XkbQueryExtension=yes
10285 else
10286 $as_echo "$as_me: failed program was:" >&5
10287 sed 's/^/| /' conftest.$ac_ext >&5
10289 ac_cv_lib_X11_XkbQueryExtension=no
10292 rm -rf conftest.dSYM
10293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10294 conftest$ac_exeext conftest.$ac_ext
10295 LIBS=$ac_check_lib_save_LIBS
10297 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10298 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10299 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10301 cat >>confdefs.h <<\_ACEOF
10302 #define HAVE_XKB 1
10303 _ACEOF
10309 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10310 then
10311 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10312 $as_echo_n "checking for -lXcursor... " >&6; }
10313 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10314 $as_echo_n "(cached) " >&6
10315 else
10316 ac_check_soname_save_LIBS=$LIBS
10317 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10318 cat >conftest.$ac_ext <<_ACEOF
10319 /* confdefs.h. */
10320 _ACEOF
10321 cat confdefs.h >>conftest.$ac_ext
10322 cat >>conftest.$ac_ext <<_ACEOF
10323 /* end confdefs.h. */
10325 /* Override any GCC internal prototype to avoid an error.
10326 Use char because int might match the return type of a GCC
10327 builtin and then its argument prototype would still apply. */
10328 #ifdef __cplusplus
10329 extern "C"
10330 #endif
10331 char XcursorImageLoadCursor ();
10333 main ()
10335 return XcursorImageLoadCursor ();
10337 return 0;
10339 _ACEOF
10340 rm -f conftest.$ac_objext conftest$ac_exeext
10341 if { (ac_try="$ac_link"
10342 case "(($ac_try" in
10343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10344 *) ac_try_echo=$ac_try;;
10345 esac
10346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10347 $as_echo "$ac_try_echo") >&5
10348 (eval "$ac_link") 2>conftest.er1
10349 ac_status=$?
10350 grep -v '^ *+' conftest.er1 >conftest.err
10351 rm -f conftest.er1
10352 cat conftest.err >&5
10353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354 (exit $ac_status); } && {
10355 test -z "$ac_c_werror_flag" ||
10356 test ! -s conftest.err
10357 } && test -s conftest$ac_exeext && {
10358 test "$cross_compiling" = yes ||
10359 $as_test_x conftest$ac_exeext
10360 }; then
10361 case "$LIBEXT" in
10362 dll) ;;
10363 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'` ;;
10364 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10365 esac
10366 else
10367 $as_echo "$as_me: failed program was:" >&5
10368 sed 's/^/| /' conftest.$ac_ext >&5
10373 rm -rf conftest.dSYM
10374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10375 conftest$ac_exeext conftest.$ac_ext
10376 LIBS=$ac_check_soname_save_LIBS
10378 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10379 { $as_echo "$as_me:$LINENO: result: not found" >&5
10380 $as_echo "not found" >&6; }
10382 else
10383 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10384 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10386 cat >>confdefs.h <<_ACEOF
10387 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10388 _ACEOF
10394 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10395 case "x$with_xcursor" in
10396 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10397 xno) ;;
10398 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10399 This is an error since --with-xcursor was requested." >&5
10400 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10401 This is an error since --with-xcursor was requested." >&2;}
10402 { (exit 1); exit 1; }; } ;;
10403 esac
10407 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10408 then
10409 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10410 $as_echo_n "checking for -lXi... " >&6; }
10411 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10412 $as_echo_n "(cached) " >&6
10413 else
10414 ac_check_soname_save_LIBS=$LIBS
10415 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10416 cat >conftest.$ac_ext <<_ACEOF
10417 /* confdefs.h. */
10418 _ACEOF
10419 cat confdefs.h >>conftest.$ac_ext
10420 cat >>conftest.$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10423 /* Override any GCC internal prototype to avoid an error.
10424 Use char because int might match the return type of a GCC
10425 builtin and then its argument prototype would still apply. */
10426 #ifdef __cplusplus
10427 extern "C"
10428 #endif
10429 char XOpenDevice ();
10431 main ()
10433 return XOpenDevice ();
10435 return 0;
10437 _ACEOF
10438 rm -f conftest.$ac_objext conftest$ac_exeext
10439 if { (ac_try="$ac_link"
10440 case "(($ac_try" in
10441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10442 *) ac_try_echo=$ac_try;;
10443 esac
10444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10445 $as_echo "$ac_try_echo") >&5
10446 (eval "$ac_link") 2>conftest.er1
10447 ac_status=$?
10448 grep -v '^ *+' conftest.er1 >conftest.err
10449 rm -f conftest.er1
10450 cat conftest.err >&5
10451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10452 (exit $ac_status); } && {
10453 test -z "$ac_c_werror_flag" ||
10454 test ! -s conftest.err
10455 } && test -s conftest$ac_exeext && {
10456 test "$cross_compiling" = yes ||
10457 $as_test_x conftest$ac_exeext
10458 }; then
10459 case "$LIBEXT" in
10460 dll) ;;
10461 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'` ;;
10462 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10463 esac
10464 else
10465 $as_echo "$as_me: failed program was:" >&5
10466 sed 's/^/| /' conftest.$ac_ext >&5
10471 rm -rf conftest.dSYM
10472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10473 conftest$ac_exeext conftest.$ac_ext
10474 LIBS=$ac_check_soname_save_LIBS
10476 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10477 { $as_echo "$as_me:$LINENO: result: not found" >&5
10478 $as_echo "not found" >&6; }
10480 else
10481 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10482 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10484 cat >>confdefs.h <<_ACEOF
10485 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10486 _ACEOF
10492 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10493 case "x$with_xinput" in
10494 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10495 xno) ;;
10496 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10497 This is an error since --with-xinput was requested." >&5
10498 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10499 This is an error since --with-xinput was requested." >&2;}
10500 { (exit 1); exit 1; }; } ;;
10501 esac
10505 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10506 then
10507 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10508 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10509 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10510 $as_echo_n "(cached) " >&6
10511 else
10512 ac_check_lib_save_LIBS=$LIBS
10513 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10514 cat >conftest.$ac_ext <<_ACEOF
10515 /* confdefs.h. */
10516 _ACEOF
10517 cat confdefs.h >>conftest.$ac_ext
10518 cat >>conftest.$ac_ext <<_ACEOF
10519 /* end confdefs.h. */
10521 /* Override any GCC internal prototype to avoid an error.
10522 Use char because int might match the return type of a GCC
10523 builtin and then its argument prototype would still apply. */
10524 #ifdef __cplusplus
10525 extern "C"
10526 #endif
10527 char XShmQueryExtension ();
10529 main ()
10531 return XShmQueryExtension ();
10533 return 0;
10535 _ACEOF
10536 rm -f conftest.$ac_objext conftest$ac_exeext
10537 if { (ac_try="$ac_link"
10538 case "(($ac_try" in
10539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10540 *) ac_try_echo=$ac_try;;
10541 esac
10542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10543 $as_echo "$ac_try_echo") >&5
10544 (eval "$ac_link") 2>conftest.er1
10545 ac_status=$?
10546 grep -v '^ *+' conftest.er1 >conftest.err
10547 rm -f conftest.er1
10548 cat conftest.err >&5
10549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10550 (exit $ac_status); } && {
10551 test -z "$ac_c_werror_flag" ||
10552 test ! -s conftest.err
10553 } && test -s conftest$ac_exeext && {
10554 test "$cross_compiling" = yes ||
10555 $as_test_x conftest$ac_exeext
10556 }; then
10557 ac_cv_lib_Xext_XShmQueryExtension=yes
10558 else
10559 $as_echo "$as_me: failed program was:" >&5
10560 sed 's/^/| /' conftest.$ac_ext >&5
10562 ac_cv_lib_Xext_XShmQueryExtension=no
10565 rm -rf conftest.dSYM
10566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10567 conftest$ac_exeext conftest.$ac_ext
10568 LIBS=$ac_check_lib_save_LIBS
10570 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10571 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10572 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10574 cat >>confdefs.h <<\_ACEOF
10575 #define HAVE_LIBXXSHM 1
10576 _ACEOF
10581 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10582 case "x$with_xshm" in
10583 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10584 xno) ;;
10585 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10586 This is an error since --with-xshm was requested." >&5
10587 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10588 This is an error since --with-xshm was requested." >&2;}
10589 { (exit 1); exit 1; }; } ;;
10590 esac
10594 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10595 then
10596 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10597 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10598 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10599 $as_echo_n "(cached) " >&6
10600 else
10601 ac_check_lib_save_LIBS=$LIBS
10602 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10603 cat >conftest.$ac_ext <<_ACEOF
10604 /* confdefs.h. */
10605 _ACEOF
10606 cat confdefs.h >>conftest.$ac_ext
10607 cat >>conftest.$ac_ext <<_ACEOF
10608 /* end confdefs.h. */
10610 /* Override any GCC internal prototype to avoid an error.
10611 Use char because int might match the return type of a GCC
10612 builtin and then its argument prototype would still apply. */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char XShapeQueryExtension ();
10618 main ()
10620 return XShapeQueryExtension ();
10622 return 0;
10624 _ACEOF
10625 rm -f conftest.$ac_objext conftest$ac_exeext
10626 if { (ac_try="$ac_link"
10627 case "(($ac_try" in
10628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10629 *) ac_try_echo=$ac_try;;
10630 esac
10631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10632 $as_echo "$ac_try_echo") >&5
10633 (eval "$ac_link") 2>conftest.er1
10634 ac_status=$?
10635 grep -v '^ *+' conftest.er1 >conftest.err
10636 rm -f conftest.er1
10637 cat conftest.err >&5
10638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10639 (exit $ac_status); } && {
10640 test -z "$ac_c_werror_flag" ||
10641 test ! -s conftest.err
10642 } && test -s conftest$ac_exeext && {
10643 test "$cross_compiling" = yes ||
10644 $as_test_x conftest$ac_exeext
10645 }; then
10646 ac_cv_lib_Xext_XShapeQueryExtension=yes
10647 else
10648 $as_echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10651 ac_cv_lib_Xext_XShapeQueryExtension=no
10654 rm -rf conftest.dSYM
10655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10656 conftest$ac_exeext conftest.$ac_ext
10657 LIBS=$ac_check_lib_save_LIBS
10659 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10660 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10661 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10663 cat >>confdefs.h <<\_ACEOF
10664 #define HAVE_LIBXSHAPE 1
10665 _ACEOF
10670 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10671 case "x$with_xshape" in
10672 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10673 xno) ;;
10674 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10675 This is an error since --with-xshape was requested." >&5
10676 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10677 This is an error since --with-xshape was requested." >&2;}
10678 { (exit 1); exit 1; }; } ;;
10679 esac
10683 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10684 then
10685 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10686 $as_echo_n "checking for -lXxf86vm... " >&6; }
10687 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10688 $as_echo_n "(cached) " >&6
10689 else
10690 ac_check_soname_save_LIBS=$LIBS
10691 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10699 /* Override any GCC internal prototype to avoid an error.
10700 Use char because int might match the return type of a GCC
10701 builtin and then its argument prototype would still apply. */
10702 #ifdef __cplusplus
10703 extern "C"
10704 #endif
10705 char XF86VidModeQueryExtension ();
10707 main ()
10709 return XF86VidModeQueryExtension ();
10711 return 0;
10713 _ACEOF
10714 rm -f conftest.$ac_objext conftest$ac_exeext
10715 if { (ac_try="$ac_link"
10716 case "(($ac_try" in
10717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10718 *) ac_try_echo=$ac_try;;
10719 esac
10720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10721 $as_echo "$ac_try_echo") >&5
10722 (eval "$ac_link") 2>conftest.er1
10723 ac_status=$?
10724 grep -v '^ *+' conftest.er1 >conftest.err
10725 rm -f conftest.er1
10726 cat conftest.err >&5
10727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10728 (exit $ac_status); } && {
10729 test -z "$ac_c_werror_flag" ||
10730 test ! -s conftest.err
10731 } && test -s conftest$ac_exeext && {
10732 test "$cross_compiling" = yes ||
10733 $as_test_x conftest$ac_exeext
10734 }; then
10735 case "$LIBEXT" in
10736 dll) ;;
10737 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'` ;;
10738 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10739 esac
10740 else
10741 $as_echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.$ac_ext >&5
10747 rm -rf conftest.dSYM
10748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10749 conftest$ac_exeext conftest.$ac_ext
10750 LIBS=$ac_check_soname_save_LIBS
10752 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10753 { $as_echo "$as_me:$LINENO: result: not found" >&5
10754 $as_echo "not found" >&6; }
10756 else
10757 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10758 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10760 cat >>confdefs.h <<_ACEOF
10761 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10762 _ACEOF
10768 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10769 case "x$with_xxf86vm" in
10770 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10771 xno) ;;
10772 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10773 This is an error since --with-xxf86vm was requested." >&5
10774 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10775 This is an error since --with-xxf86vm was requested." >&2;}
10776 { (exit 1); exit 1; }; } ;;
10777 esac
10781 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"
10782 then
10783 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10784 $as_echo_n "checking for -lXrender... " >&6; }
10785 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10786 $as_echo_n "(cached) " >&6
10787 else
10788 ac_check_soname_save_LIBS=$LIBS
10789 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10790 cat >conftest.$ac_ext <<_ACEOF
10791 /* confdefs.h. */
10792 _ACEOF
10793 cat confdefs.h >>conftest.$ac_ext
10794 cat >>conftest.$ac_ext <<_ACEOF
10795 /* end confdefs.h. */
10797 /* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char XRenderQueryExtension ();
10805 main ()
10807 return XRenderQueryExtension ();
10809 return 0;
10811 _ACEOF
10812 rm -f conftest.$ac_objext conftest$ac_exeext
10813 if { (ac_try="$ac_link"
10814 case "(($ac_try" in
10815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10816 *) ac_try_echo=$ac_try;;
10817 esac
10818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10819 $as_echo "$ac_try_echo") >&5
10820 (eval "$ac_link") 2>conftest.er1
10821 ac_status=$?
10822 grep -v '^ *+' conftest.er1 >conftest.err
10823 rm -f conftest.er1
10824 cat conftest.err >&5
10825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10826 (exit $ac_status); } && {
10827 test -z "$ac_c_werror_flag" ||
10828 test ! -s conftest.err
10829 } && test -s conftest$ac_exeext && {
10830 test "$cross_compiling" = yes ||
10831 $as_test_x conftest$ac_exeext
10832 }; then
10833 case "$LIBEXT" in
10834 dll) ;;
10835 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'` ;;
10836 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10837 esac
10838 else
10839 $as_echo "$as_me: failed program was:" >&5
10840 sed 's/^/| /' conftest.$ac_ext >&5
10845 rm -rf conftest.dSYM
10846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10847 conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_soname_save_LIBS
10850 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10851 { $as_echo "$as_me:$LINENO: result: not found" >&5
10852 $as_echo "not found" >&6; }
10854 else
10855 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10856 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10858 cat >>confdefs.h <<_ACEOF
10859 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10860 _ACEOF
10862 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10863 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10864 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10865 $as_echo_n "(cached) " >&6
10866 else
10867 ac_check_lib_save_LIBS=$LIBS
10868 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10869 cat >conftest.$ac_ext <<_ACEOF
10870 /* confdefs.h. */
10871 _ACEOF
10872 cat confdefs.h >>conftest.$ac_ext
10873 cat >>conftest.$ac_ext <<_ACEOF
10874 /* end confdefs.h. */
10876 /* Override any GCC internal prototype to avoid an error.
10877 Use char because int might match the return type of a GCC
10878 builtin and then its argument prototype would still apply. */
10879 #ifdef __cplusplus
10880 extern "C"
10881 #endif
10882 char XRenderSetPictureTransform ();
10884 main ()
10886 return XRenderSetPictureTransform ();
10888 return 0;
10890 _ACEOF
10891 rm -f conftest.$ac_objext conftest$ac_exeext
10892 if { (ac_try="$ac_link"
10893 case "(($ac_try" in
10894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10895 *) ac_try_echo=$ac_try;;
10896 esac
10897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10898 $as_echo "$ac_try_echo") >&5
10899 (eval "$ac_link") 2>conftest.er1
10900 ac_status=$?
10901 grep -v '^ *+' conftest.er1 >conftest.err
10902 rm -f conftest.er1
10903 cat conftest.err >&5
10904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10905 (exit $ac_status); } && {
10906 test -z "$ac_c_werror_flag" ||
10907 test ! -s conftest.err
10908 } && test -s conftest$ac_exeext && {
10909 test "$cross_compiling" = yes ||
10910 $as_test_x conftest$ac_exeext
10911 }; then
10912 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10913 else
10914 $as_echo "$as_me: failed program was:" >&5
10915 sed 's/^/| /' conftest.$ac_ext >&5
10917 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10920 rm -rf conftest.dSYM
10921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10922 conftest$ac_exeext conftest.$ac_ext
10923 LIBS=$ac_check_lib_save_LIBS
10925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10926 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10927 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10929 cat >>confdefs.h <<\_ACEOF
10930 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10931 _ACEOF
10939 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10940 case "x$with_xrender" in
10941 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10942 xno) ;;
10943 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10944 This is an error since --with-xrender was requested." >&5
10945 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10946 This is an error since --with-xrender was requested." >&2;}
10947 { (exit 1); exit 1; }; } ;;
10948 esac
10952 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10953 then
10954 cat >conftest.$ac_ext <<_ACEOF
10955 /* confdefs.h. */
10956 _ACEOF
10957 cat confdefs.h >>conftest.$ac_ext
10958 cat >>conftest.$ac_ext <<_ACEOF
10959 /* end confdefs.h. */
10960 #include <X11/Xlib.h>
10961 #include <X11/extensions/Xrandr.h>
10963 main ()
10965 static typeof(XRRSetScreenConfigAndRate) * func;
10967 return 0;
10969 _ACEOF
10970 rm -f conftest.$ac_objext
10971 if { (ac_try="$ac_compile"
10972 case "(($ac_try" in
10973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10974 *) ac_try_echo=$ac_try;;
10975 esac
10976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10977 $as_echo "$ac_try_echo") >&5
10978 (eval "$ac_compile") 2>conftest.er1
10979 ac_status=$?
10980 grep -v '^ *+' conftest.er1 >conftest.err
10981 rm -f conftest.er1
10982 cat conftest.err >&5
10983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10984 (exit $ac_status); } && {
10985 test -z "$ac_c_werror_flag" ||
10986 test ! -s conftest.err
10987 } && test -s conftest.$ac_objext; then
10988 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10989 $as_echo_n "checking for -lXrandr... " >&6; }
10990 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10991 $as_echo_n "(cached) " >&6
10992 else
10993 ac_check_soname_save_LIBS=$LIBS
10994 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10995 cat >conftest.$ac_ext <<_ACEOF
10996 /* confdefs.h. */
10997 _ACEOF
10998 cat confdefs.h >>conftest.$ac_ext
10999 cat >>conftest.$ac_ext <<_ACEOF
11000 /* end confdefs.h. */
11002 /* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
11005 #ifdef __cplusplus
11006 extern "C"
11007 #endif
11008 char XRRQueryExtension ();
11010 main ()
11012 return XRRQueryExtension ();
11014 return 0;
11016 _ACEOF
11017 rm -f conftest.$ac_objext conftest$ac_exeext
11018 if { (ac_try="$ac_link"
11019 case "(($ac_try" in
11020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11021 *) ac_try_echo=$ac_try;;
11022 esac
11023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11024 $as_echo "$ac_try_echo") >&5
11025 (eval "$ac_link") 2>conftest.er1
11026 ac_status=$?
11027 grep -v '^ *+' conftest.er1 >conftest.err
11028 rm -f conftest.er1
11029 cat conftest.err >&5
11030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } && {
11032 test -z "$ac_c_werror_flag" ||
11033 test ! -s conftest.err
11034 } && test -s conftest$ac_exeext && {
11035 test "$cross_compiling" = yes ||
11036 $as_test_x conftest$ac_exeext
11037 }; then
11038 case "$LIBEXT" in
11039 dll) ;;
11040 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'` ;;
11041 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11042 esac
11043 else
11044 $as_echo "$as_me: failed program was:" >&5
11045 sed 's/^/| /' conftest.$ac_ext >&5
11050 rm -rf conftest.dSYM
11051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11052 conftest$ac_exeext conftest.$ac_ext
11053 LIBS=$ac_check_soname_save_LIBS
11055 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11056 { $as_echo "$as_me:$LINENO: result: not found" >&5
11057 $as_echo "not found" >&6; }
11059 else
11060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11061 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11063 cat >>confdefs.h <<_ACEOF
11064 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11065 _ACEOF
11070 else
11071 $as_echo "$as_me: failed program was:" >&5
11072 sed 's/^/| /' conftest.$ac_ext >&5
11077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11079 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11080 case "x$with_xrandr" in
11081 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11082 xno) ;;
11083 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11084 This is an error since --with-xrandr was requested." >&5
11085 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11086 This is an error since --with-xrandr was requested." >&2;}
11087 { (exit 1); exit 1; }; } ;;
11088 esac
11092 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11093 then
11094 cat >conftest.$ac_ext <<_ACEOF
11095 /* confdefs.h. */
11096 _ACEOF
11097 cat confdefs.h >>conftest.$ac_ext
11098 cat >>conftest.$ac_ext <<_ACEOF
11099 /* end confdefs.h. */
11100 #include <X11/Xlib.h>
11101 #include <X11/extensions/Xinerama.h>
11103 main ()
11105 static typeof(XineramaQueryScreens) * func;
11107 return 0;
11109 _ACEOF
11110 rm -f conftest.$ac_objext
11111 if { (ac_try="$ac_compile"
11112 case "(($ac_try" in
11113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11114 *) ac_try_echo=$ac_try;;
11115 esac
11116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11117 $as_echo "$ac_try_echo") >&5
11118 (eval "$ac_compile") 2>conftest.er1
11119 ac_status=$?
11120 grep -v '^ *+' conftest.er1 >conftest.err
11121 rm -f conftest.er1
11122 cat conftest.err >&5
11123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); } && {
11125 test -z "$ac_c_werror_flag" ||
11126 test ! -s conftest.err
11127 } && test -s conftest.$ac_objext; then
11128 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11129 $as_echo_n "checking for -lXinerama... " >&6; }
11130 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11131 $as_echo_n "(cached) " >&6
11132 else
11133 ac_check_soname_save_LIBS=$LIBS
11134 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11135 cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h. */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h. */
11142 /* Override any GCC internal prototype to avoid an error.
11143 Use char because int might match the return type of a GCC
11144 builtin and then its argument prototype would still apply. */
11145 #ifdef __cplusplus
11146 extern "C"
11147 #endif
11148 char XineramaQueryScreens ();
11150 main ()
11152 return XineramaQueryScreens ();
11154 return 0;
11156 _ACEOF
11157 rm -f conftest.$ac_objext conftest$ac_exeext
11158 if { (ac_try="$ac_link"
11159 case "(($ac_try" in
11160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11161 *) ac_try_echo=$ac_try;;
11162 esac
11163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11164 $as_echo "$ac_try_echo") >&5
11165 (eval "$ac_link") 2>conftest.er1
11166 ac_status=$?
11167 grep -v '^ *+' conftest.er1 >conftest.err
11168 rm -f conftest.er1
11169 cat conftest.err >&5
11170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); } && {
11172 test -z "$ac_c_werror_flag" ||
11173 test ! -s conftest.err
11174 } && test -s conftest$ac_exeext && {
11175 test "$cross_compiling" = yes ||
11176 $as_test_x conftest$ac_exeext
11177 }; then
11178 case "$LIBEXT" in
11179 dll) ;;
11180 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'` ;;
11181 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11182 esac
11183 else
11184 $as_echo "$as_me: failed program was:" >&5
11185 sed 's/^/| /' conftest.$ac_ext >&5
11190 rm -rf conftest.dSYM
11191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11192 conftest$ac_exeext conftest.$ac_ext
11193 LIBS=$ac_check_soname_save_LIBS
11195 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11196 { $as_echo "$as_me:$LINENO: result: not found" >&5
11197 $as_echo "not found" >&6; }
11199 else
11200 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11201 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11203 cat >>confdefs.h <<_ACEOF
11204 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11205 _ACEOF
11210 else
11211 $as_echo "$as_me: failed program was:" >&5
11212 sed 's/^/| /' conftest.$ac_ext >&5
11217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11219 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11220 case "x$with_xinerama" in
11221 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11222 xno) ;;
11223 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11224 This is an error since --with-xinerama was requested." >&5
11225 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11226 This is an error since --with-xinerama was requested." >&2;}
11227 { (exit 1); exit 1; }; } ;;
11228 esac
11232 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11233 then
11234 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11235 $as_echo_n "checking for -lXcomposite... " >&6; }
11236 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11237 $as_echo_n "(cached) " >&6
11238 else
11239 ac_check_soname_save_LIBS=$LIBS
11240 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11241 cat >conftest.$ac_ext <<_ACEOF
11242 /* confdefs.h. */
11243 _ACEOF
11244 cat confdefs.h >>conftest.$ac_ext
11245 cat >>conftest.$ac_ext <<_ACEOF
11246 /* end confdefs.h. */
11248 /* Override any GCC internal prototype to avoid an error.
11249 Use char because int might match the return type of a GCC
11250 builtin and then its argument prototype would still apply. */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char XCompositeRedirectWindow ();
11256 main ()
11258 return XCompositeRedirectWindow ();
11260 return 0;
11262 _ACEOF
11263 rm -f conftest.$ac_objext conftest$ac_exeext
11264 if { (ac_try="$ac_link"
11265 case "(($ac_try" in
11266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11267 *) ac_try_echo=$ac_try;;
11268 esac
11269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11270 $as_echo "$ac_try_echo") >&5
11271 (eval "$ac_link") 2>conftest.er1
11272 ac_status=$?
11273 grep -v '^ *+' conftest.er1 >conftest.err
11274 rm -f conftest.er1
11275 cat conftest.err >&5
11276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11277 (exit $ac_status); } && {
11278 test -z "$ac_c_werror_flag" ||
11279 test ! -s conftest.err
11280 } && test -s conftest$ac_exeext && {
11281 test "$cross_compiling" = yes ||
11282 $as_test_x conftest$ac_exeext
11283 }; then
11284 case "$LIBEXT" in
11285 dll) ;;
11286 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'` ;;
11287 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11288 esac
11289 else
11290 $as_echo "$as_me: failed program was:" >&5
11291 sed 's/^/| /' conftest.$ac_ext >&5
11296 rm -rf conftest.dSYM
11297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11298 conftest$ac_exeext conftest.$ac_ext
11299 LIBS=$ac_check_soname_save_LIBS
11301 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11302 { $as_echo "$as_me:$LINENO: result: not found" >&5
11303 $as_echo "not found" >&6; }
11305 else
11306 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11307 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11309 cat >>confdefs.h <<_ACEOF
11310 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11311 _ACEOF
11317 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11318 case "x$with_xcomposite" in
11319 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11320 xno) ;;
11321 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11322 This is an error since --with-xcomposite was requested." >&5
11323 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11324 This is an error since --with-xcomposite was requested." >&2;}
11325 { (exit 1); exit 1; }; } ;;
11326 esac
11330 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11331 $as_echo_n "checking for XICCallback.callback... " >&6; }
11332 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11333 $as_echo_n "(cached) " >&6
11334 else
11335 cat >conftest.$ac_ext <<_ACEOF
11336 /* confdefs.h. */
11337 _ACEOF
11338 cat confdefs.h >>conftest.$ac_ext
11339 cat >>conftest.$ac_ext <<_ACEOF
11340 /* end confdefs.h. */
11341 #ifdef HAVE_X11_XLIB_H
11342 #include <X11/Xlib.h>
11343 #endif
11346 main ()
11348 static XICCallback ac_aggr;
11349 if (ac_aggr.callback)
11350 return 0;
11352 return 0;
11354 _ACEOF
11355 rm -f conftest.$ac_objext
11356 if { (ac_try="$ac_compile"
11357 case "(($ac_try" in
11358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11359 *) ac_try_echo=$ac_try;;
11360 esac
11361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11362 $as_echo "$ac_try_echo") >&5
11363 (eval "$ac_compile") 2>conftest.er1
11364 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1
11367 cat conftest.err >&5
11368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && {
11370 test -z "$ac_c_werror_flag" ||
11371 test ! -s conftest.err
11372 } && test -s conftest.$ac_objext; then
11373 ac_cv_member_XICCallback_callback=yes
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11378 cat >conftest.$ac_ext <<_ACEOF
11379 /* confdefs.h. */
11380 _ACEOF
11381 cat confdefs.h >>conftest.$ac_ext
11382 cat >>conftest.$ac_ext <<_ACEOF
11383 /* end confdefs.h. */
11384 #ifdef HAVE_X11_XLIB_H
11385 #include <X11/Xlib.h>
11386 #endif
11389 main ()
11391 static XICCallback ac_aggr;
11392 if (sizeof ac_aggr.callback)
11393 return 0;
11395 return 0;
11397 _ACEOF
11398 rm -f conftest.$ac_objext
11399 if { (ac_try="$ac_compile"
11400 case "(($ac_try" in
11401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11402 *) ac_try_echo=$ac_try;;
11403 esac
11404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11405 $as_echo "$ac_try_echo") >&5
11406 (eval "$ac_compile") 2>conftest.er1
11407 ac_status=$?
11408 grep -v '^ *+' conftest.er1 >conftest.err
11409 rm -f conftest.er1
11410 cat conftest.err >&5
11411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11412 (exit $ac_status); } && {
11413 test -z "$ac_c_werror_flag" ||
11414 test ! -s conftest.err
11415 } && test -s conftest.$ac_objext; then
11416 ac_cv_member_XICCallback_callback=yes
11417 else
11418 $as_echo "$as_me: failed program was:" >&5
11419 sed 's/^/| /' conftest.$ac_ext >&5
11421 ac_cv_member_XICCallback_callback=no
11424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11429 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11430 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11431 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11433 cat >>confdefs.h <<_ACEOF
11434 #define HAVE_XICCALLBACK_CALLBACK 1
11435 _ACEOF
11442 opengl_msg=""
11443 if test "x$with_opengl" != "xno"
11444 then
11449 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11452 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11453 $as_echo_n "checking for $ac_header... " >&6; }
11454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11455 $as_echo_n "(cached) " >&6
11456 else
11457 cat >conftest.$ac_ext <<_ACEOF
11458 /* confdefs.h. */
11459 _ACEOF
11460 cat confdefs.h >>conftest.$ac_ext
11461 cat >>conftest.$ac_ext <<_ACEOF
11462 /* end confdefs.h. */
11463 #ifdef HAVE_GL_GLX_H
11464 # include <GL/glx.h>
11465 #endif
11467 #include <$ac_header>
11468 _ACEOF
11469 rm -f conftest.$ac_objext
11470 if { (ac_try="$ac_compile"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11476 $as_echo "$ac_try_echo") >&5
11477 (eval "$ac_compile") 2>conftest.er1
11478 ac_status=$?
11479 grep -v '^ *+' conftest.er1 >conftest.err
11480 rm -f conftest.er1
11481 cat conftest.err >&5
11482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11483 (exit $ac_status); } && {
11484 test -z "$ac_c_werror_flag" ||
11485 test ! -s conftest.err
11486 } && test -s conftest.$ac_objext; then
11487 eval "$as_ac_Header=yes"
11488 else
11489 $as_echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11492 eval "$as_ac_Header=no"
11495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11497 ac_res=`eval 'as_val=${'$as_ac_Header'}
11498 $as_echo "$as_val"'`
11499 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11500 $as_echo "$ac_res" >&6; }
11501 as_val=`eval 'as_val=${'$as_ac_Header'}
11502 $as_echo "$as_val"'`
11503 if test "x$as_val" = x""yes; then
11504 cat >>confdefs.h <<_ACEOF
11505 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11506 _ACEOF
11510 done
11512 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11513 then
11514 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11515 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11516 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11517 $as_echo_n "(cached) " >&6
11518 else
11519 cat >conftest.$ac_ext <<_ACEOF
11520 /* confdefs.h. */
11521 _ACEOF
11522 cat confdefs.h >>conftest.$ac_ext
11523 cat >>conftest.$ac_ext <<_ACEOF
11524 /* end confdefs.h. */
11525 #include <GL/gl.h>
11527 main ()
11529 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11531 return 0;
11533 _ACEOF
11534 rm -f conftest.$ac_objext
11535 if { (ac_try="$ac_compile"
11536 case "(($ac_try" in
11537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11538 *) ac_try_echo=$ac_try;;
11539 esac
11540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11541 $as_echo "$ac_try_echo") >&5
11542 (eval "$ac_compile") 2>conftest.er1
11543 ac_status=$?
11544 grep -v '^ *+' conftest.er1 >conftest.err
11545 rm -f conftest.er1
11546 cat conftest.err >&5
11547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); } && {
11549 test -z "$ac_c_werror_flag" ||
11550 test ! -s conftest.err
11551 } && test -s conftest.$ac_objext; then
11552 wine_cv_opengl_header_version_OK="yes"
11553 else
11554 $as_echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11557 wine_cv_opengl_header_version_OK="no"
11560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11562 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11563 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11565 if test "$wine_cv_opengl_header_version_OK" = "yes"
11566 then
11567 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11568 $as_echo_n "checking for -lGL... " >&6; }
11569 if test "${ac_cv_lib_soname_GL+set}" = set; then
11570 $as_echo_n "(cached) " >&6
11571 else
11572 ac_check_soname_save_LIBS=$LIBS
11573 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11574 cat >conftest.$ac_ext <<_ACEOF
11575 /* confdefs.h. */
11576 _ACEOF
11577 cat confdefs.h >>conftest.$ac_ext
11578 cat >>conftest.$ac_ext <<_ACEOF
11579 /* end confdefs.h. */
11581 /* Override any GCC internal prototype to avoid an error.
11582 Use char because int might match the return type of a GCC
11583 builtin and then its argument prototype would still apply. */
11584 #ifdef __cplusplus
11585 extern "C"
11586 #endif
11587 char glXCreateContext ();
11589 main ()
11591 return glXCreateContext ();
11593 return 0;
11595 _ACEOF
11596 rm -f conftest.$ac_objext conftest$ac_exeext
11597 if { (ac_try="$ac_link"
11598 case "(($ac_try" in
11599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11600 *) ac_try_echo=$ac_try;;
11601 esac
11602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11603 $as_echo "$ac_try_echo") >&5
11604 (eval "$ac_link") 2>conftest.er1
11605 ac_status=$?
11606 grep -v '^ *+' conftest.er1 >conftest.err
11607 rm -f conftest.er1
11608 cat conftest.err >&5
11609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11610 (exit $ac_status); } && {
11611 test -z "$ac_c_werror_flag" ||
11612 test ! -s conftest.err
11613 } && test -s conftest$ac_exeext && {
11614 test "$cross_compiling" = yes ||
11615 $as_test_x conftest$ac_exeext
11616 }; then
11617 case "$LIBEXT" in
11618 dll) ;;
11619 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'` ;;
11620 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11621 esac
11622 else
11623 $as_echo "$as_me: failed program was:" >&5
11624 sed 's/^/| /' conftest.$ac_ext >&5
11629 rm -rf conftest.dSYM
11630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11631 conftest$ac_exeext conftest.$ac_ext
11632 LIBS=$ac_check_soname_save_LIBS
11634 if test "x$ac_cv_lib_soname_GL" = "x"; then
11635 { $as_echo "$as_me:$LINENO: result: not found" >&5
11636 $as_echo "not found" >&6; }
11637 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11638 $as_echo_n "checking for -lGL... " >&6; }
11639 if test "${ac_cv_lib_soname_GL+set}" = set; then
11640 $as_echo_n "(cached) " >&6
11641 else
11642 ac_check_soname_save_LIBS=$LIBS
11643 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"
11644 cat >conftest.$ac_ext <<_ACEOF
11645 /* confdefs.h. */
11646 _ACEOF
11647 cat confdefs.h >>conftest.$ac_ext
11648 cat >>conftest.$ac_ext <<_ACEOF
11649 /* end confdefs.h. */
11651 /* Override any GCC internal prototype to avoid an error.
11652 Use char because int might match the return type of a GCC
11653 builtin and then its argument prototype would still apply. */
11654 #ifdef __cplusplus
11655 extern "C"
11656 #endif
11657 char glXCreateContext ();
11659 main ()
11661 return glXCreateContext ();
11663 return 0;
11665 _ACEOF
11666 rm -f conftest.$ac_objext conftest$ac_exeext
11667 if { (ac_try="$ac_link"
11668 case "(($ac_try" in
11669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11670 *) ac_try_echo=$ac_try;;
11671 esac
11672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11673 $as_echo "$ac_try_echo") >&5
11674 (eval "$ac_link") 2>conftest.er1
11675 ac_status=$?
11676 grep -v '^ *+' conftest.er1 >conftest.err
11677 rm -f conftest.er1
11678 cat conftest.err >&5
11679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11680 (exit $ac_status); } && {
11681 test -z "$ac_c_werror_flag" ||
11682 test ! -s conftest.err
11683 } && test -s conftest$ac_exeext && {
11684 test "$cross_compiling" = yes ||
11685 $as_test_x conftest$ac_exeext
11686 }; then
11687 case "$LIBEXT" in
11688 dll) ;;
11689 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'` ;;
11690 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11691 esac
11692 else
11693 $as_echo "$as_me: failed program was:" >&5
11694 sed 's/^/| /' conftest.$ac_ext >&5
11699 rm -rf conftest.dSYM
11700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11701 conftest$ac_exeext conftest.$ac_ext
11702 LIBS=$ac_check_soname_save_LIBS
11704 if test "x$ac_cv_lib_soname_GL" = "x"; then
11705 { $as_echo "$as_me:$LINENO: result: not found" >&5
11706 $as_echo "not found" >&6; }
11707 if test -f /usr/X11R6/lib/libGL.a
11708 then
11709 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11710 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11711 else
11712 opengl_msg="No OpenGL library found on this system."
11714 else
11715 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11716 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11718 cat >>confdefs.h <<_ACEOF
11719 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11720 _ACEOF
11722 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"
11724 cat >>confdefs.h <<\_ACEOF
11725 #define HAVE_OPENGL 1
11726 _ACEOF
11730 else
11731 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11732 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11734 cat >>confdefs.h <<_ACEOF
11735 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11736 _ACEOF
11738 OPENGL_LIBS="-lGL"
11740 cat >>confdefs.h <<\_ACEOF
11741 #define HAVE_OPENGL 1
11742 _ACEOF
11746 if test "$ac_cv_header_GL_glu_h" = "yes"
11747 then
11748 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11749 $as_echo_n "checking for -lGLU... " >&6; }
11750 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11751 $as_echo_n "(cached) " >&6
11752 else
11753 ac_check_soname_save_LIBS=$LIBS
11754 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11755 cat >conftest.$ac_ext <<_ACEOF
11756 /* confdefs.h. */
11757 _ACEOF
11758 cat confdefs.h >>conftest.$ac_ext
11759 cat >>conftest.$ac_ext <<_ACEOF
11760 /* end confdefs.h. */
11762 /* Override any GCC internal prototype to avoid an error.
11763 Use char because int might match the return type of a GCC
11764 builtin and then its argument prototype would still apply. */
11765 #ifdef __cplusplus
11766 extern "C"
11767 #endif
11768 char gluLookAt ();
11770 main ()
11772 return gluLookAt ();
11774 return 0;
11776 _ACEOF
11777 rm -f conftest.$ac_objext conftest$ac_exeext
11778 if { (ac_try="$ac_link"
11779 case "(($ac_try" in
11780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11781 *) ac_try_echo=$ac_try;;
11782 esac
11783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11784 $as_echo "$ac_try_echo") >&5
11785 (eval "$ac_link") 2>conftest.er1
11786 ac_status=$?
11787 grep -v '^ *+' conftest.er1 >conftest.err
11788 rm -f conftest.er1
11789 cat conftest.err >&5
11790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11791 (exit $ac_status); } && {
11792 test -z "$ac_c_werror_flag" ||
11793 test ! -s conftest.err
11794 } && test -s conftest$ac_exeext && {
11795 test "$cross_compiling" = yes ||
11796 $as_test_x conftest$ac_exeext
11797 }; then
11798 case "$LIBEXT" in
11799 dll) ;;
11800 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'` ;;
11801 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11802 esac
11803 else
11804 $as_echo "$as_me: failed program was:" >&5
11805 sed 's/^/| /' conftest.$ac_ext >&5
11810 rm -rf conftest.dSYM
11811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11812 conftest$ac_exeext conftest.$ac_ext
11813 LIBS=$ac_check_soname_save_LIBS
11815 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11816 { $as_echo "$as_me:$LINENO: result: not found" >&5
11817 $as_echo "not found" >&6; }
11819 else
11820 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11821 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11823 cat >>confdefs.h <<_ACEOF
11824 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11825 _ACEOF
11831 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11832 case "x$with_glu" in
11833 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11834 xno) ;;
11835 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11836 This is an error since --with-glu was requested." >&5
11837 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11838 This is an error since --with-glu was requested." >&2;}
11839 { (exit 1); exit 1; }; } ;;
11840 esac
11843 else
11844 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11846 else
11847 opengl_msg="OpenGL development headers not found."
11849 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11850 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11851 else
11852 enable_opengl32=${enable_opengl32:-no}
11853 enable_glu32=${enable_glu32:-no}
11855 if test -n "$opengl_msg"; then
11856 case "x$with_opengl" in
11857 x) wine_warnings="$wine_warnings|$opengl_msg
11858 OpenGL and Direct3D won't be supported." ;;
11859 xno) ;;
11860 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11861 OpenGL and Direct3D won't be supported.
11862 This is an error since --with-opengl was requested." >&5
11863 $as_echo "$as_me: error: $opengl_msg
11864 OpenGL and Direct3D won't be supported.
11865 This is an error since --with-opengl was requested." >&2;}
11866 { (exit 1); exit 1; }; } ;;
11867 esac
11871 NASLIBS=""
11874 for ac_header in audio/audiolib.h
11876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11877 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11878 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11879 $as_echo_n "checking for $ac_header... " >&6; }
11880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11881 $as_echo_n "(cached) " >&6
11883 ac_res=`eval 'as_val=${'$as_ac_Header'}
11884 $as_echo "$as_val"'`
11885 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11886 $as_echo "$ac_res" >&6; }
11887 else
11888 # Is the header compilable?
11889 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11890 $as_echo_n "checking $ac_header usability... " >&6; }
11891 cat >conftest.$ac_ext <<_ACEOF
11892 /* confdefs.h. */
11893 _ACEOF
11894 cat confdefs.h >>conftest.$ac_ext
11895 cat >>conftest.$ac_ext <<_ACEOF
11896 /* end confdefs.h. */
11897 $ac_includes_default
11898 #include <$ac_header>
11899 _ACEOF
11900 rm -f conftest.$ac_objext
11901 if { (ac_try="$ac_compile"
11902 case "(($ac_try" in
11903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11904 *) ac_try_echo=$ac_try;;
11905 esac
11906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11907 $as_echo "$ac_try_echo") >&5
11908 (eval "$ac_compile") 2>conftest.er1
11909 ac_status=$?
11910 grep -v '^ *+' conftest.er1 >conftest.err
11911 rm -f conftest.er1
11912 cat conftest.err >&5
11913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); } && {
11915 test -z "$ac_c_werror_flag" ||
11916 test ! -s conftest.err
11917 } && test -s conftest.$ac_objext; then
11918 ac_header_compiler=yes
11919 else
11920 $as_echo "$as_me: failed program was:" >&5
11921 sed 's/^/| /' conftest.$ac_ext >&5
11923 ac_header_compiler=no
11926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11927 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11928 $as_echo "$ac_header_compiler" >&6; }
11930 # Is the header present?
11931 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11932 $as_echo_n "checking $ac_header presence... " >&6; }
11933 cat >conftest.$ac_ext <<_ACEOF
11934 /* confdefs.h. */
11935 _ACEOF
11936 cat confdefs.h >>conftest.$ac_ext
11937 cat >>conftest.$ac_ext <<_ACEOF
11938 /* end confdefs.h. */
11939 #include <$ac_header>
11940 _ACEOF
11941 if { (ac_try="$ac_cpp conftest.$ac_ext"
11942 case "(($ac_try" in
11943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11944 *) ac_try_echo=$ac_try;;
11945 esac
11946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11947 $as_echo "$ac_try_echo") >&5
11948 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11949 ac_status=$?
11950 grep -v '^ *+' conftest.er1 >conftest.err
11951 rm -f conftest.er1
11952 cat conftest.err >&5
11953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); } >/dev/null && {
11955 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11956 test ! -s conftest.err
11957 }; then
11958 ac_header_preproc=yes
11959 else
11960 $as_echo "$as_me: failed program was:" >&5
11961 sed 's/^/| /' conftest.$ac_ext >&5
11963 ac_header_preproc=no
11966 rm -f conftest.err conftest.$ac_ext
11967 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11968 $as_echo "$ac_header_preproc" >&6; }
11970 # So? What about this header?
11971 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11972 yes:no: )
11973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11974 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11976 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11977 ac_header_preproc=yes
11979 no:yes:* )
11980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11981 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11982 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11983 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11984 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11985 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11986 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11987 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11988 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11989 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11991 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11992 ( cat <<\_ASBOX
11993 ## ------------------------------------ ##
11994 ## Report this to wine-devel@winehq.org ##
11995 ## ------------------------------------ ##
11996 _ASBOX
11997 ) | sed "s/^/$as_me: WARNING: /" >&2
11999 esac
12000 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12001 $as_echo_n "checking for $ac_header... " >&6; }
12002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12003 $as_echo_n "(cached) " >&6
12004 else
12005 eval "$as_ac_Header=\$ac_header_preproc"
12007 ac_res=`eval 'as_val=${'$as_ac_Header'}
12008 $as_echo "$as_val"'`
12009 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12010 $as_echo "$ac_res" >&6; }
12013 as_val=`eval 'as_val=${'$as_ac_Header'}
12014 $as_echo "$as_val"'`
12015 if test "x$as_val" = x""yes; then
12016 cat >>confdefs.h <<_ACEOF
12017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12018 _ACEOF
12020 for ac_header in audio/soundlib.h
12022 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12023 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12024 $as_echo_n "checking for $ac_header... " >&6; }
12025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12026 $as_echo_n "(cached) " >&6
12027 else
12028 cat >conftest.$ac_ext <<_ACEOF
12029 /* confdefs.h. */
12030 _ACEOF
12031 cat confdefs.h >>conftest.$ac_ext
12032 cat >>conftest.$ac_ext <<_ACEOF
12033 /* end confdefs.h. */
12034 #include <audio/audiolib.h>
12036 #include <$ac_header>
12037 _ACEOF
12038 rm -f conftest.$ac_objext
12039 if { (ac_try="$ac_compile"
12040 case "(($ac_try" in
12041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12043 esac
12044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12045 $as_echo "$ac_try_echo") >&5
12046 (eval "$ac_compile") 2>conftest.er1
12047 ac_status=$?
12048 grep -v '^ *+' conftest.er1 >conftest.err
12049 rm -f conftest.er1
12050 cat conftest.err >&5
12051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); } && {
12053 test -z "$ac_c_werror_flag" ||
12054 test ! -s conftest.err
12055 } && test -s conftest.$ac_objext; then
12056 eval "$as_ac_Header=yes"
12057 else
12058 $as_echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 eval "$as_ac_Header=no"
12064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12066 ac_res=`eval 'as_val=${'$as_ac_Header'}
12067 $as_echo "$as_val"'`
12068 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12069 $as_echo "$ac_res" >&6; }
12070 as_val=`eval 'as_val=${'$as_ac_Header'}
12071 $as_echo "$as_val"'`
12072 if test "x$as_val" = x""yes; then
12073 cat >>confdefs.h <<_ACEOF
12074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12075 _ACEOF
12079 done
12081 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12082 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12083 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12084 $as_echo_n "(cached) " >&6
12085 else
12086 ac_check_lib_save_LIBS=$LIBS
12087 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12088 cat >conftest.$ac_ext <<_ACEOF
12089 /* confdefs.h. */
12090 _ACEOF
12091 cat confdefs.h >>conftest.$ac_ext
12092 cat >>conftest.$ac_ext <<_ACEOF
12093 /* end confdefs.h. */
12095 /* Override any GCC internal prototype to avoid an error.
12096 Use char because int might match the return type of a GCC
12097 builtin and then its argument prototype would still apply. */
12098 #ifdef __cplusplus
12099 extern "C"
12100 #endif
12101 char AuCreateFlow ();
12103 main ()
12105 return AuCreateFlow ();
12107 return 0;
12109 _ACEOF
12110 rm -f conftest.$ac_objext conftest$ac_exeext
12111 if { (ac_try="$ac_link"
12112 case "(($ac_try" in
12113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12114 *) ac_try_echo=$ac_try;;
12115 esac
12116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12117 $as_echo "$ac_try_echo") >&5
12118 (eval "$ac_link") 2>conftest.er1
12119 ac_status=$?
12120 grep -v '^ *+' conftest.er1 >conftest.err
12121 rm -f conftest.er1
12122 cat conftest.err >&5
12123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12124 (exit $ac_status); } && {
12125 test -z "$ac_c_werror_flag" ||
12126 test ! -s conftest.err
12127 } && test -s conftest$ac_exeext && {
12128 test "$cross_compiling" = yes ||
12129 $as_test_x conftest$ac_exeext
12130 }; then
12131 ac_cv_lib_audio_AuCreateFlow=yes
12132 else
12133 $as_echo "$as_me: failed program was:" >&5
12134 sed 's/^/| /' conftest.$ac_ext >&5
12136 ac_cv_lib_audio_AuCreateFlow=no
12139 rm -rf conftest.dSYM
12140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12141 conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12144 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12145 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12146 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12148 cat >>confdefs.h <<\_ACEOF
12149 #define HAVE_NAS 1
12150 _ACEOF
12152 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12153 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12154 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12155 $as_echo_n "(cached) " >&6
12156 else
12157 ac_check_lib_save_LIBS=$LIBS
12158 LIBS="-lXau $X_LIBS $LIBS"
12159 cat >conftest.$ac_ext <<_ACEOF
12160 /* confdefs.h. */
12161 _ACEOF
12162 cat confdefs.h >>conftest.$ac_ext
12163 cat >>conftest.$ac_ext <<_ACEOF
12164 /* end confdefs.h. */
12166 /* Override any GCC internal prototype to avoid an error.
12167 Use char because int might match the return type of a GCC
12168 builtin and then its argument prototype would still apply. */
12169 #ifdef __cplusplus
12170 extern "C"
12171 #endif
12172 char XauGetBestAuthByAddr ();
12174 main ()
12176 return XauGetBestAuthByAddr ();
12178 return 0;
12180 _ACEOF
12181 rm -f conftest.$ac_objext conftest$ac_exeext
12182 if { (ac_try="$ac_link"
12183 case "(($ac_try" in
12184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12185 *) ac_try_echo=$ac_try;;
12186 esac
12187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12188 $as_echo "$ac_try_echo") >&5
12189 (eval "$ac_link") 2>conftest.er1
12190 ac_status=$?
12191 grep -v '^ *+' conftest.er1 >conftest.err
12192 rm -f conftest.er1
12193 cat conftest.err >&5
12194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); } && {
12196 test -z "$ac_c_werror_flag" ||
12197 test ! -s conftest.err
12198 } && test -s conftest$ac_exeext && {
12199 test "$cross_compiling" = yes ||
12200 $as_test_x conftest$ac_exeext
12201 }; then
12202 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12203 else
12204 $as_echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12210 rm -rf conftest.dSYM
12211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12212 conftest$ac_exeext conftest.$ac_ext
12213 LIBS=$ac_check_lib_save_LIBS
12215 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12216 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12217 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12218 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12219 else
12220 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12228 done
12231 CPPFLAGS="$ac_save_CPPFLAGS"
12232 else
12233 XLIB=""
12234 X_CFLAGS=""
12235 X_LIBS=""
12236 enable_winex11_drv=${enable_winex11_drv:-no}
12237 enable_opengl32=${enable_opengl32:-no}
12238 enable_glu32=${enable_glu32:-no}
12240 if test "x$XLIB" = "x"; then
12241 case "x$with_x" in
12242 xno) ;;
12243 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12244 without X support, which probably isn't what you want. You will need to install
12245 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12246 Use the --without-x option if you really want this." >&5
12247 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12248 without X support, which probably isn't what you want. You will need to install
12249 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12250 Use the --without-x option if you really want this." >&2;}
12251 { (exit 1); exit 1; }; } ;;
12252 esac
12257 XML2LIBS=""
12259 XML2INCL=""
12261 XSLTINCL=""
12263 if test "x$with_xml" != "xno"
12264 then
12265 ac_save_CPPFLAGS="$CPPFLAGS"
12266 if test "$PKG_CONFIG" != "false"
12267 then
12268 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12269 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12270 else
12271 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12272 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12274 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12276 for ac_header in libxml/parser.h
12278 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12280 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12281 $as_echo_n "checking for $ac_header... " >&6; }
12282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12283 $as_echo_n "(cached) " >&6
12285 ac_res=`eval 'as_val=${'$as_ac_Header'}
12286 $as_echo "$as_val"'`
12287 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12288 $as_echo "$ac_res" >&6; }
12289 else
12290 # Is the header compilable?
12291 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12292 $as_echo_n "checking $ac_header usability... " >&6; }
12293 cat >conftest.$ac_ext <<_ACEOF
12294 /* confdefs.h. */
12295 _ACEOF
12296 cat confdefs.h >>conftest.$ac_ext
12297 cat >>conftest.$ac_ext <<_ACEOF
12298 /* end confdefs.h. */
12299 $ac_includes_default
12300 #include <$ac_header>
12301 _ACEOF
12302 rm -f conftest.$ac_objext
12303 if { (ac_try="$ac_compile"
12304 case "(($ac_try" in
12305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12306 *) ac_try_echo=$ac_try;;
12307 esac
12308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12309 $as_echo "$ac_try_echo") >&5
12310 (eval "$ac_compile") 2>conftest.er1
12311 ac_status=$?
12312 grep -v '^ *+' conftest.er1 >conftest.err
12313 rm -f conftest.er1
12314 cat conftest.err >&5
12315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); } && {
12317 test -z "$ac_c_werror_flag" ||
12318 test ! -s conftest.err
12319 } && test -s conftest.$ac_objext; then
12320 ac_header_compiler=yes
12321 else
12322 $as_echo "$as_me: failed program was:" >&5
12323 sed 's/^/| /' conftest.$ac_ext >&5
12325 ac_header_compiler=no
12328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12329 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12330 $as_echo "$ac_header_compiler" >&6; }
12332 # Is the header present?
12333 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12334 $as_echo_n "checking $ac_header presence... " >&6; }
12335 cat >conftest.$ac_ext <<_ACEOF
12336 /* confdefs.h. */
12337 _ACEOF
12338 cat confdefs.h >>conftest.$ac_ext
12339 cat >>conftest.$ac_ext <<_ACEOF
12340 /* end confdefs.h. */
12341 #include <$ac_header>
12342 _ACEOF
12343 if { (ac_try="$ac_cpp conftest.$ac_ext"
12344 case "(($ac_try" in
12345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12346 *) ac_try_echo=$ac_try;;
12347 esac
12348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12349 $as_echo "$ac_try_echo") >&5
12350 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12351 ac_status=$?
12352 grep -v '^ *+' conftest.er1 >conftest.err
12353 rm -f conftest.er1
12354 cat conftest.err >&5
12355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); } >/dev/null && {
12357 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12358 test ! -s conftest.err
12359 }; then
12360 ac_header_preproc=yes
12361 else
12362 $as_echo "$as_me: failed program was:" >&5
12363 sed 's/^/| /' conftest.$ac_ext >&5
12365 ac_header_preproc=no
12368 rm -f conftest.err conftest.$ac_ext
12369 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12370 $as_echo "$ac_header_preproc" >&6; }
12372 # So? What about this header?
12373 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12374 yes:no: )
12375 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12376 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12377 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12378 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12379 ac_header_preproc=yes
12381 no:yes:* )
12382 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12383 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12384 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12385 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12386 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12387 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12388 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12389 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12390 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12391 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12392 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12393 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12394 ( cat <<\_ASBOX
12395 ## ------------------------------------ ##
12396 ## Report this to wine-devel@winehq.org ##
12397 ## ------------------------------------ ##
12398 _ASBOX
12399 ) | sed "s/^/$as_me: WARNING: /" >&2
12401 esac
12402 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12403 $as_echo_n "checking for $ac_header... " >&6; }
12404 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12405 $as_echo_n "(cached) " >&6
12406 else
12407 eval "$as_ac_Header=\$ac_header_preproc"
12409 ac_res=`eval 'as_val=${'$as_ac_Header'}
12410 $as_echo "$as_val"'`
12411 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12412 $as_echo "$ac_res" >&6; }
12415 as_val=`eval 'as_val=${'$as_ac_Header'}
12416 $as_echo "$as_val"'`
12417 if test "x$as_val" = x""yes; then
12418 cat >>confdefs.h <<_ACEOF
12419 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12420 _ACEOF
12421 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12422 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12423 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12424 $as_echo_n "(cached) " >&6
12425 else
12426 ac_check_lib_save_LIBS=$LIBS
12427 LIBS="-lxml2 $ac_xml_libs $LIBS"
12428 cat >conftest.$ac_ext <<_ACEOF
12429 /* confdefs.h. */
12430 _ACEOF
12431 cat confdefs.h >>conftest.$ac_ext
12432 cat >>conftest.$ac_ext <<_ACEOF
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char xmlParseMemory ();
12443 main ()
12445 return xmlParseMemory ();
12447 return 0;
12449 _ACEOF
12450 rm -f conftest.$ac_objext conftest$ac_exeext
12451 if { (ac_try="$ac_link"
12452 case "(($ac_try" in
12453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12454 *) ac_try_echo=$ac_try;;
12455 esac
12456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12457 $as_echo "$ac_try_echo") >&5
12458 (eval "$ac_link") 2>conftest.er1
12459 ac_status=$?
12460 grep -v '^ *+' conftest.er1 >conftest.err
12461 rm -f conftest.er1
12462 cat conftest.err >&5
12463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12464 (exit $ac_status); } && {
12465 test -z "$ac_c_werror_flag" ||
12466 test ! -s conftest.err
12467 } && test -s conftest$ac_exeext && {
12468 test "$cross_compiling" = yes ||
12469 $as_test_x conftest$ac_exeext
12470 }; then
12471 ac_cv_lib_xml2_xmlParseMemory=yes
12472 else
12473 $as_echo "$as_me: failed program was:" >&5
12474 sed 's/^/| /' conftest.$ac_ext >&5
12476 ac_cv_lib_xml2_xmlParseMemory=no
12479 rm -rf conftest.dSYM
12480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12481 conftest$ac_exeext conftest.$ac_ext
12482 LIBS=$ac_check_lib_save_LIBS
12484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12485 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12486 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12488 cat >>confdefs.h <<\_ACEOF
12489 #define HAVE_LIBXML2 1
12490 _ACEOF
12492 XML2LIBS="$ac_xml_libs"
12493 XML2INCL="$ac_xml_cflags"
12496 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12497 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12498 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12499 $as_echo_n "(cached) " >&6
12500 else
12501 ac_check_lib_save_LIBS=$LIBS
12502 LIBS="-lxml2 $ac_xml_libs $LIBS"
12503 cat >conftest.$ac_ext <<_ACEOF
12504 /* confdefs.h. */
12505 _ACEOF
12506 cat confdefs.h >>conftest.$ac_ext
12507 cat >>conftest.$ac_ext <<_ACEOF
12508 /* end confdefs.h. */
12510 /* Override any GCC internal prototype to avoid an error.
12511 Use char because int might match the return type of a GCC
12512 builtin and then its argument prototype would still apply. */
12513 #ifdef __cplusplus
12514 extern "C"
12515 #endif
12516 char xmlReadMemory ();
12518 main ()
12520 return xmlReadMemory ();
12522 return 0;
12524 _ACEOF
12525 rm -f conftest.$ac_objext conftest$ac_exeext
12526 if { (ac_try="$ac_link"
12527 case "(($ac_try" in
12528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12529 *) ac_try_echo=$ac_try;;
12530 esac
12531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12532 $as_echo "$ac_try_echo") >&5
12533 (eval "$ac_link") 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } && {
12540 test -z "$ac_c_werror_flag" ||
12541 test ! -s conftest.err
12542 } && test -s conftest$ac_exeext && {
12543 test "$cross_compiling" = yes ||
12544 $as_test_x conftest$ac_exeext
12545 }; then
12546 ac_cv_lib_xml2_xmlReadMemory=yes
12547 else
12548 $as_echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.$ac_ext >&5
12551 ac_cv_lib_xml2_xmlReadMemory=no
12554 rm -rf conftest.dSYM
12555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12556 conftest$ac_exeext conftest.$ac_ext
12557 LIBS=$ac_check_lib_save_LIBS
12559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12560 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12561 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12563 cat >>confdefs.h <<\_ACEOF
12564 #define HAVE_XMLREADMEMORY 1
12565 _ACEOF
12569 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12570 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12571 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12572 $as_echo_n "(cached) " >&6
12573 else
12574 ac_check_lib_save_LIBS=$LIBS
12575 LIBS="-lxml2 $ac_xml_libs $LIBS"
12576 cat >conftest.$ac_ext <<_ACEOF
12577 /* confdefs.h. */
12578 _ACEOF
12579 cat confdefs.h >>conftest.$ac_ext
12580 cat >>conftest.$ac_ext <<_ACEOF
12581 /* end confdefs.h. */
12583 /* Override any GCC internal prototype to avoid an error.
12584 Use char because int might match the return type of a GCC
12585 builtin and then its argument prototype would still apply. */
12586 #ifdef __cplusplus
12587 extern "C"
12588 #endif
12589 char xmlNewDocPI ();
12591 main ()
12593 return xmlNewDocPI ();
12595 return 0;
12597 _ACEOF
12598 rm -f conftest.$ac_objext conftest$ac_exeext
12599 if { (ac_try="$ac_link"
12600 case "(($ac_try" in
12601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12602 *) ac_try_echo=$ac_try;;
12603 esac
12604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12605 $as_echo "$ac_try_echo") >&5
12606 (eval "$ac_link") 2>conftest.er1
12607 ac_status=$?
12608 grep -v '^ *+' conftest.er1 >conftest.err
12609 rm -f conftest.er1
12610 cat conftest.err >&5
12611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } && {
12613 test -z "$ac_c_werror_flag" ||
12614 test ! -s conftest.err
12615 } && test -s conftest$ac_exeext && {
12616 test "$cross_compiling" = yes ||
12617 $as_test_x conftest$ac_exeext
12618 }; then
12619 ac_cv_lib_xml2_xmlNewDocPI=yes
12620 else
12621 $as_echo "$as_me: failed program was:" >&5
12622 sed 's/^/| /' conftest.$ac_ext >&5
12624 ac_cv_lib_xml2_xmlNewDocPI=no
12627 rm -rf conftest.dSYM
12628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12629 conftest$ac_exeext conftest.$ac_ext
12630 LIBS=$ac_check_lib_save_LIBS
12632 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12633 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12634 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12636 cat >>confdefs.h <<\_ACEOF
12637 #define HAVE_XMLNEWDOCPI 1
12638 _ACEOF
12645 done
12647 CPPFLAGS="$ac_save_CPPFLAGS"
12649 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12650 case "x$with_xml" in
12651 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12652 xno) ;;
12653 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12654 This is an error since --with-xml was requested." >&5
12655 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12656 This is an error since --with-xml was requested." >&2;}
12657 { (exit 1); exit 1; }; } ;;
12658 esac
12662 if test "x$with_xslt" != "xno"
12663 then
12664 if test "$PKG_CONFIG" != "false"
12665 then
12666 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12667 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12668 else
12669 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12670 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12672 ac_save_CPPFLAGS="$CPPFLAGS"
12673 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12676 for ac_header in libxslt/pattern.h libxslt/transform.h
12678 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12679 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12680 $as_echo_n "checking for $ac_header... " >&6; }
12681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12682 $as_echo_n "(cached) " >&6
12683 else
12684 cat >conftest.$ac_ext <<_ACEOF
12685 /* confdefs.h. */
12686 _ACEOF
12687 cat confdefs.h >>conftest.$ac_ext
12688 cat >>conftest.$ac_ext <<_ACEOF
12689 /* end confdefs.h. */
12690 #ifdef HAVE_LIBXSLT_PATTERN_H
12691 # include <libxslt/pattern.h>
12692 #endif
12694 #include <$ac_header>
12695 _ACEOF
12696 rm -f conftest.$ac_objext
12697 if { (ac_try="$ac_compile"
12698 case "(($ac_try" in
12699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12700 *) ac_try_echo=$ac_try;;
12701 esac
12702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12703 $as_echo "$ac_try_echo") >&5
12704 (eval "$ac_compile") 2>conftest.er1
12705 ac_status=$?
12706 grep -v '^ *+' conftest.er1 >conftest.err
12707 rm -f conftest.er1
12708 cat conftest.err >&5
12709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710 (exit $ac_status); } && {
12711 test -z "$ac_c_werror_flag" ||
12712 test ! -s conftest.err
12713 } && test -s conftest.$ac_objext; then
12714 eval "$as_ac_Header=yes"
12715 else
12716 $as_echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.$ac_ext >&5
12719 eval "$as_ac_Header=no"
12722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12724 ac_res=`eval 'as_val=${'$as_ac_Header'}
12725 $as_echo "$as_val"'`
12726 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12727 $as_echo "$ac_res" >&6; }
12728 as_val=`eval 'as_val=${'$as_ac_Header'}
12729 $as_echo "$as_val"'`
12730 if test "x$as_val" = x""yes; then
12731 cat >>confdefs.h <<_ACEOF
12732 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12733 _ACEOF
12737 done
12739 CPPFLAGS="$ac_save_CPPFLAGS"
12740 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12741 then
12742 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12743 $as_echo_n "checking for -lxslt... " >&6; }
12744 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12745 $as_echo_n "(cached) " >&6
12746 else
12747 ac_check_soname_save_LIBS=$LIBS
12748 LIBS="-lxslt $ac_xslt_libs $LIBS"
12749 cat >conftest.$ac_ext <<_ACEOF
12750 /* confdefs.h. */
12751 _ACEOF
12752 cat confdefs.h >>conftest.$ac_ext
12753 cat >>conftest.$ac_ext <<_ACEOF
12754 /* end confdefs.h. */
12756 /* Override any GCC internal prototype to avoid an error.
12757 Use char because int might match the return type of a GCC
12758 builtin and then its argument prototype would still apply. */
12759 #ifdef __cplusplus
12760 extern "C"
12761 #endif
12762 char xsltCompilePattern ();
12764 main ()
12766 return xsltCompilePattern ();
12768 return 0;
12770 _ACEOF
12771 rm -f conftest.$ac_objext conftest$ac_exeext
12772 if { (ac_try="$ac_link"
12773 case "(($ac_try" in
12774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12775 *) ac_try_echo=$ac_try;;
12776 esac
12777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12778 $as_echo "$ac_try_echo") >&5
12779 (eval "$ac_link") 2>conftest.er1
12780 ac_status=$?
12781 grep -v '^ *+' conftest.er1 >conftest.err
12782 rm -f conftest.er1
12783 cat conftest.err >&5
12784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } && {
12786 test -z "$ac_c_werror_flag" ||
12787 test ! -s conftest.err
12788 } && test -s conftest$ac_exeext && {
12789 test "$cross_compiling" = yes ||
12790 $as_test_x conftest$ac_exeext
12791 }; then
12792 case "$LIBEXT" in
12793 dll) ;;
12794 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'` ;;
12795 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12796 esac
12797 else
12798 $as_echo "$as_me: failed program was:" >&5
12799 sed 's/^/| /' conftest.$ac_ext >&5
12804 rm -rf conftest.dSYM
12805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12806 conftest$ac_exeext conftest.$ac_ext
12807 LIBS=$ac_check_soname_save_LIBS
12809 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12810 { $as_echo "$as_me:$LINENO: result: not found" >&5
12811 $as_echo "not found" >&6; }
12813 else
12814 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12815 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12817 cat >>confdefs.h <<_ACEOF
12818 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12819 _ACEOF
12821 XSLTINCL="$ac_xslt_cflags"
12826 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12827 case "x$with_xslt" in
12828 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12829 xno) ;;
12830 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12831 This is an error since --with-xslt was requested." >&5
12832 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12833 This is an error since --with-xslt was requested." >&2;}
12834 { (exit 1); exit 1; }; } ;;
12835 esac
12839 HALINCL=""
12841 if test "x$with_hal" != "xno"
12842 then
12843 ac_save_CPPFLAGS="$CPPFLAGS"
12844 if test "$PKG_CONFIG" != "false"
12845 then
12846 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12847 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12848 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12852 for ac_header in dbus/dbus.h hal/libhal.h
12854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12855 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12856 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12857 $as_echo_n "checking for $ac_header... " >&6; }
12858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12859 $as_echo_n "(cached) " >&6
12861 ac_res=`eval 'as_val=${'$as_ac_Header'}
12862 $as_echo "$as_val"'`
12863 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12864 $as_echo "$ac_res" >&6; }
12865 else
12866 # Is the header compilable?
12867 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12868 $as_echo_n "checking $ac_header usability... " >&6; }
12869 cat >conftest.$ac_ext <<_ACEOF
12870 /* confdefs.h. */
12871 _ACEOF
12872 cat confdefs.h >>conftest.$ac_ext
12873 cat >>conftest.$ac_ext <<_ACEOF
12874 /* end confdefs.h. */
12875 $ac_includes_default
12876 #include <$ac_header>
12877 _ACEOF
12878 rm -f conftest.$ac_objext
12879 if { (ac_try="$ac_compile"
12880 case "(($ac_try" in
12881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12882 *) ac_try_echo=$ac_try;;
12883 esac
12884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12885 $as_echo "$ac_try_echo") >&5
12886 (eval "$ac_compile") 2>conftest.er1
12887 ac_status=$?
12888 grep -v '^ *+' conftest.er1 >conftest.err
12889 rm -f conftest.er1
12890 cat conftest.err >&5
12891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12892 (exit $ac_status); } && {
12893 test -z "$ac_c_werror_flag" ||
12894 test ! -s conftest.err
12895 } && test -s conftest.$ac_objext; then
12896 ac_header_compiler=yes
12897 else
12898 $as_echo "$as_me: failed program was:" >&5
12899 sed 's/^/| /' conftest.$ac_ext >&5
12901 ac_header_compiler=no
12904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12905 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12906 $as_echo "$ac_header_compiler" >&6; }
12908 # Is the header present?
12909 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12910 $as_echo_n "checking $ac_header presence... " >&6; }
12911 cat >conftest.$ac_ext <<_ACEOF
12912 /* confdefs.h. */
12913 _ACEOF
12914 cat confdefs.h >>conftest.$ac_ext
12915 cat >>conftest.$ac_ext <<_ACEOF
12916 /* end confdefs.h. */
12917 #include <$ac_header>
12918 _ACEOF
12919 if { (ac_try="$ac_cpp conftest.$ac_ext"
12920 case "(($ac_try" in
12921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12922 *) ac_try_echo=$ac_try;;
12923 esac
12924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12925 $as_echo "$ac_try_echo") >&5
12926 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12927 ac_status=$?
12928 grep -v '^ *+' conftest.er1 >conftest.err
12929 rm -f conftest.er1
12930 cat conftest.err >&5
12931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12932 (exit $ac_status); } >/dev/null && {
12933 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12934 test ! -s conftest.err
12935 }; then
12936 ac_header_preproc=yes
12937 else
12938 $as_echo "$as_me: failed program was:" >&5
12939 sed 's/^/| /' conftest.$ac_ext >&5
12941 ac_header_preproc=no
12944 rm -f conftest.err conftest.$ac_ext
12945 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12946 $as_echo "$ac_header_preproc" >&6; }
12948 # So? What about this header?
12949 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12950 yes:no: )
12951 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12952 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12953 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12954 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12955 ac_header_preproc=yes
12957 no:yes:* )
12958 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12959 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12960 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12961 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12962 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12963 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12964 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12965 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12967 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12969 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12970 ( cat <<\_ASBOX
12971 ## ------------------------------------ ##
12972 ## Report this to wine-devel@winehq.org ##
12973 ## ------------------------------------ ##
12974 _ASBOX
12975 ) | sed "s/^/$as_me: WARNING: /" >&2
12977 esac
12978 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12979 $as_echo_n "checking for $ac_header... " >&6; }
12980 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12981 $as_echo_n "(cached) " >&6
12982 else
12983 eval "$as_ac_Header=\$ac_header_preproc"
12985 ac_res=`eval 'as_val=${'$as_ac_Header'}
12986 $as_echo "$as_val"'`
12987 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12988 $as_echo "$ac_res" >&6; }
12991 as_val=`eval 'as_val=${'$as_ac_Header'}
12992 $as_echo "$as_val"'`
12993 if test "x$as_val" = x""yes; then
12994 cat >>confdefs.h <<_ACEOF
12995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12996 _ACEOF
13000 done
13002 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13003 then
13004 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13005 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13006 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13007 $as_echo_n "(cached) " >&6
13008 else
13009 ac_check_lib_save_LIBS=$LIBS
13010 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13011 cat >conftest.$ac_ext <<_ACEOF
13012 /* confdefs.h. */
13013 _ACEOF
13014 cat confdefs.h >>conftest.$ac_ext
13015 cat >>conftest.$ac_ext <<_ACEOF
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13021 #ifdef __cplusplus
13022 extern "C"
13023 #endif
13024 char dbus_connection_close ();
13026 main ()
13028 return dbus_connection_close ();
13030 return 0;
13032 _ACEOF
13033 rm -f conftest.$ac_objext conftest$ac_exeext
13034 if { (ac_try="$ac_link"
13035 case "(($ac_try" in
13036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13037 *) ac_try_echo=$ac_try;;
13038 esac
13039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13040 $as_echo "$ac_try_echo") >&5
13041 (eval "$ac_link") 2>conftest.er1
13042 ac_status=$?
13043 grep -v '^ *+' conftest.er1 >conftest.err
13044 rm -f conftest.er1
13045 cat conftest.err >&5
13046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } && {
13048 test -z "$ac_c_werror_flag" ||
13049 test ! -s conftest.err
13050 } && test -s conftest$ac_exeext && {
13051 test "$cross_compiling" = yes ||
13052 $as_test_x conftest$ac_exeext
13053 }; then
13054 ac_cv_lib_dbus_1_dbus_connection_close=yes
13055 else
13056 $as_echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13059 ac_cv_lib_dbus_1_dbus_connection_close=no
13062 rm -rf conftest.dSYM
13063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13064 conftest$ac_exeext conftest.$ac_ext
13065 LIBS=$ac_check_lib_save_LIBS
13067 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13068 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13069 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13070 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13071 $as_echo_n "checking for -lhal... " >&6; }
13072 if test "${ac_cv_lib_soname_hal+set}" = set; then
13073 $as_echo_n "(cached) " >&6
13074 else
13075 ac_check_soname_save_LIBS=$LIBS
13076 LIBS="-lhal $ac_hal_libs $LIBS"
13077 cat >conftest.$ac_ext <<_ACEOF
13078 /* confdefs.h. */
13079 _ACEOF
13080 cat confdefs.h >>conftest.$ac_ext
13081 cat >>conftest.$ac_ext <<_ACEOF
13082 /* end confdefs.h. */
13084 /* Override any GCC internal prototype to avoid an error.
13085 Use char because int might match the return type of a GCC
13086 builtin and then its argument prototype would still apply. */
13087 #ifdef __cplusplus
13088 extern "C"
13089 #endif
13090 char libhal_ctx_new ();
13092 main ()
13094 return libhal_ctx_new ();
13096 return 0;
13098 _ACEOF
13099 rm -f conftest.$ac_objext conftest$ac_exeext
13100 if { (ac_try="$ac_link"
13101 case "(($ac_try" in
13102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13103 *) ac_try_echo=$ac_try;;
13104 esac
13105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13106 $as_echo "$ac_try_echo") >&5
13107 (eval "$ac_link") 2>conftest.er1
13108 ac_status=$?
13109 grep -v '^ *+' conftest.er1 >conftest.err
13110 rm -f conftest.er1
13111 cat conftest.err >&5
13112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } && {
13114 test -z "$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13116 } && test -s conftest$ac_exeext && {
13117 test "$cross_compiling" = yes ||
13118 $as_test_x conftest$ac_exeext
13119 }; then
13120 case "$LIBEXT" in
13121 dll) ;;
13122 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'` ;;
13123 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13124 esac
13125 else
13126 $as_echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.$ac_ext >&5
13132 rm -rf conftest.dSYM
13133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13134 conftest$ac_exeext conftest.$ac_ext
13135 LIBS=$ac_check_soname_save_LIBS
13137 if test "x$ac_cv_lib_soname_hal" = "x"; then
13138 { $as_echo "$as_me:$LINENO: result: not found" >&5
13139 $as_echo "not found" >&6; }
13141 else
13142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13143 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13145 cat >>confdefs.h <<_ACEOF
13146 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13147 _ACEOF
13149 HALINCL="$ac_hal_cflags"
13155 CPPFLAGS="$ac_save_CPPFLAGS"
13157 if test "x$ac_cv_lib_soname_hal" = "x"; then
13158 case "x$with_hal" in
13159 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13160 xno) ;;
13161 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13162 This is an error since --with-hal was requested." >&5
13163 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13164 This is an error since --with-hal was requested." >&2;}
13165 { (exit 1); exit 1; }; } ;;
13166 esac
13170 if test "x$with_gnutls" != "xno"
13171 then
13172 ac_save_CPPFLAGS="$CPPFLAGS"
13173 if test "$PKG_CONFIG" != "false"
13174 then
13175 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13176 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13177 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13179 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13180 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13181 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13182 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13183 $as_echo_n "(cached) " >&6
13185 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13186 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13187 else
13188 # Is the header compilable?
13189 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13190 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13191 cat >conftest.$ac_ext <<_ACEOF
13192 /* confdefs.h. */
13193 _ACEOF
13194 cat confdefs.h >>conftest.$ac_ext
13195 cat >>conftest.$ac_ext <<_ACEOF
13196 /* end confdefs.h. */
13197 $ac_includes_default
13198 #include <gnutls/gnutls.h>
13199 _ACEOF
13200 rm -f conftest.$ac_objext
13201 if { (ac_try="$ac_compile"
13202 case "(($ac_try" in
13203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13205 esac
13206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13207 $as_echo "$ac_try_echo") >&5
13208 (eval "$ac_compile") 2>conftest.er1
13209 ac_status=$?
13210 grep -v '^ *+' conftest.er1 >conftest.err
13211 rm -f conftest.er1
13212 cat conftest.err >&5
13213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214 (exit $ac_status); } && {
13215 test -z "$ac_c_werror_flag" ||
13216 test ! -s conftest.err
13217 } && test -s conftest.$ac_objext; then
13218 ac_header_compiler=yes
13219 else
13220 $as_echo "$as_me: failed program was:" >&5
13221 sed 's/^/| /' conftest.$ac_ext >&5
13223 ac_header_compiler=no
13226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13227 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13228 $as_echo "$ac_header_compiler" >&6; }
13230 # Is the header present?
13231 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13232 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13233 cat >conftest.$ac_ext <<_ACEOF
13234 /* confdefs.h. */
13235 _ACEOF
13236 cat confdefs.h >>conftest.$ac_ext
13237 cat >>conftest.$ac_ext <<_ACEOF
13238 /* end confdefs.h. */
13239 #include <gnutls/gnutls.h>
13240 _ACEOF
13241 if { (ac_try="$ac_cpp conftest.$ac_ext"
13242 case "(($ac_try" in
13243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13244 *) ac_try_echo=$ac_try;;
13245 esac
13246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13247 $as_echo "$ac_try_echo") >&5
13248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13249 ac_status=$?
13250 grep -v '^ *+' conftest.er1 >conftest.err
13251 rm -f conftest.er1
13252 cat conftest.err >&5
13253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); } >/dev/null && {
13255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13256 test ! -s conftest.err
13257 }; then
13258 ac_header_preproc=yes
13259 else
13260 $as_echo "$as_me: failed program was:" >&5
13261 sed 's/^/| /' conftest.$ac_ext >&5
13263 ac_header_preproc=no
13266 rm -f conftest.err conftest.$ac_ext
13267 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13268 $as_echo "$ac_header_preproc" >&6; }
13270 # So? What about this header?
13271 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13272 yes:no: )
13273 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13274 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13275 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13276 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13277 ac_header_preproc=yes
13279 no:yes:* )
13280 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13281 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13282 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13283 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13284 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13285 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13286 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13287 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13288 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13289 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13290 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13291 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13292 ( cat <<\_ASBOX
13293 ## ------------------------------------ ##
13294 ## Report this to wine-devel@winehq.org ##
13295 ## ------------------------------------ ##
13296 _ASBOX
13297 ) | sed "s/^/$as_me: WARNING: /" >&2
13299 esac
13300 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13301 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13302 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13303 $as_echo_n "(cached) " >&6
13304 else
13305 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13307 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13308 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13311 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13312 cat >conftest.$ac_ext <<_ACEOF
13313 /* confdefs.h. */
13314 _ACEOF
13315 cat confdefs.h >>conftest.$ac_ext
13316 cat >>conftest.$ac_ext <<_ACEOF
13317 /* end confdefs.h. */
13318 #include <gnutls/gnutls.h>
13320 main ()
13322 typeof(gnutls_mac_get_key_size) *pfunc;
13324 return 0;
13326 _ACEOF
13327 rm -f conftest.$ac_objext
13328 if { (ac_try="$ac_compile"
13329 case "(($ac_try" in
13330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13331 *) ac_try_echo=$ac_try;;
13332 esac
13333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13334 $as_echo "$ac_try_echo") >&5
13335 (eval "$ac_compile") 2>conftest.er1
13336 ac_status=$?
13337 grep -v '^ *+' conftest.er1 >conftest.err
13338 rm -f conftest.er1
13339 cat conftest.err >&5
13340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13341 (exit $ac_status); } && {
13342 test -z "$ac_c_werror_flag" ||
13343 test ! -s conftest.err
13344 } && test -s conftest.$ac_objext; then
13345 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13346 $as_echo_n "checking for -lgnutls... " >&6; }
13347 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13348 $as_echo_n "(cached) " >&6
13349 else
13350 ac_check_soname_save_LIBS=$LIBS
13351 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13352 cat >conftest.$ac_ext <<_ACEOF
13353 /* confdefs.h. */
13354 _ACEOF
13355 cat confdefs.h >>conftest.$ac_ext
13356 cat >>conftest.$ac_ext <<_ACEOF
13357 /* end confdefs.h. */
13359 /* Override any GCC internal prototype to avoid an error.
13360 Use char because int might match the return type of a GCC
13361 builtin and then its argument prototype would still apply. */
13362 #ifdef __cplusplus
13363 extern "C"
13364 #endif
13365 char gnutls_global_init ();
13367 main ()
13369 return gnutls_global_init ();
13371 return 0;
13373 _ACEOF
13374 rm -f conftest.$ac_objext conftest$ac_exeext
13375 if { (ac_try="$ac_link"
13376 case "(($ac_try" in
13377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13378 *) ac_try_echo=$ac_try;;
13379 esac
13380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13381 $as_echo "$ac_try_echo") >&5
13382 (eval "$ac_link") 2>conftest.er1
13383 ac_status=$?
13384 grep -v '^ *+' conftest.er1 >conftest.err
13385 rm -f conftest.er1
13386 cat conftest.err >&5
13387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388 (exit $ac_status); } && {
13389 test -z "$ac_c_werror_flag" ||
13390 test ! -s conftest.err
13391 } && test -s conftest$ac_exeext && {
13392 test "$cross_compiling" = yes ||
13393 $as_test_x conftest$ac_exeext
13394 }; then
13395 case "$LIBEXT" in
13396 dll) ;;
13397 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'` ;;
13398 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13399 esac
13400 else
13401 $as_echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13407 rm -rf conftest.dSYM
13408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13409 conftest$ac_exeext conftest.$ac_ext
13410 LIBS=$ac_check_soname_save_LIBS
13412 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13413 { $as_echo "$as_me:$LINENO: result: not found" >&5
13414 $as_echo "not found" >&6; }
13416 else
13417 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13418 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13420 cat >>confdefs.h <<_ACEOF
13421 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13422 _ACEOF
13424 GNUTLSINCL="$ac_gnutls_cflags"
13428 else
13429 $as_echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.$ac_ext >&5
13435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13439 CPPFLAGS="$ac_save_CPPFLAGS"
13441 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13442 case "x$with_gnutls" in
13443 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13444 xno) ;;
13445 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13446 This is an error since --with-gnutls was requested." >&5
13447 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13448 This is an error since --with-gnutls was requested." >&2;}
13449 { (exit 1); exit 1; }; } ;;
13450 esac
13454 CURSESLIBS=""
13455 if test "$ac_cv_header_ncurses_h" = "yes"
13456 then
13457 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13458 $as_echo_n "checking for -lncurses... " >&6; }
13459 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13460 $as_echo_n "(cached) " >&6
13461 else
13462 ac_check_soname_save_LIBS=$LIBS
13463 LIBS="-lncurses $LIBS"
13464 cat >conftest.$ac_ext <<_ACEOF
13465 /* confdefs.h. */
13466 _ACEOF
13467 cat confdefs.h >>conftest.$ac_ext
13468 cat >>conftest.$ac_ext <<_ACEOF
13469 /* end confdefs.h. */
13471 /* Override any GCC internal prototype to avoid an error.
13472 Use char because int might match the return type of a GCC
13473 builtin and then its argument prototype would still apply. */
13474 #ifdef __cplusplus
13475 extern "C"
13476 #endif
13477 char waddch ();
13479 main ()
13481 return waddch ();
13483 return 0;
13485 _ACEOF
13486 rm -f conftest.$ac_objext conftest$ac_exeext
13487 if { (ac_try="$ac_link"
13488 case "(($ac_try" in
13489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13490 *) ac_try_echo=$ac_try;;
13491 esac
13492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13493 $as_echo "$ac_try_echo") >&5
13494 (eval "$ac_link") 2>conftest.er1
13495 ac_status=$?
13496 grep -v '^ *+' conftest.er1 >conftest.err
13497 rm -f conftest.er1
13498 cat conftest.err >&5
13499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13500 (exit $ac_status); } && {
13501 test -z "$ac_c_werror_flag" ||
13502 test ! -s conftest.err
13503 } && test -s conftest$ac_exeext && {
13504 test "$cross_compiling" = yes ||
13505 $as_test_x conftest$ac_exeext
13506 }; then
13507 case "$LIBEXT" in
13508 dll) ;;
13509 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'` ;;
13510 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13511 esac
13512 else
13513 $as_echo "$as_me: failed program was:" >&5
13514 sed 's/^/| /' conftest.$ac_ext >&5
13519 rm -rf conftest.dSYM
13520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13521 conftest$ac_exeext conftest.$ac_ext
13522 LIBS=$ac_check_soname_save_LIBS
13524 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13525 { $as_echo "$as_me:$LINENO: result: not found" >&5
13526 $as_echo "not found" >&6; }
13528 else
13529 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13530 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13532 cat >>confdefs.h <<_ACEOF
13533 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13534 _ACEOF
13536 CURSESLIBS="-lncurses"
13539 elif test "$ac_cv_header_curses_h" = "yes"
13540 then
13541 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13542 $as_echo_n "checking for -lcurses... " >&6; }
13543 if test "${ac_cv_lib_soname_curses+set}" = set; then
13544 $as_echo_n "(cached) " >&6
13545 else
13546 ac_check_soname_save_LIBS=$LIBS
13547 LIBS="-lcurses $LIBS"
13548 cat >conftest.$ac_ext <<_ACEOF
13549 /* confdefs.h. */
13550 _ACEOF
13551 cat confdefs.h >>conftest.$ac_ext
13552 cat >>conftest.$ac_ext <<_ACEOF
13553 /* end confdefs.h. */
13555 /* Override any GCC internal prototype to avoid an error.
13556 Use char because int might match the return type of a GCC
13557 builtin and then its argument prototype would still apply. */
13558 #ifdef __cplusplus
13559 extern "C"
13560 #endif
13561 char waddch ();
13563 main ()
13565 return waddch ();
13567 return 0;
13569 _ACEOF
13570 rm -f conftest.$ac_objext conftest$ac_exeext
13571 if { (ac_try="$ac_link"
13572 case "(($ac_try" in
13573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13574 *) ac_try_echo=$ac_try;;
13575 esac
13576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13577 $as_echo "$ac_try_echo") >&5
13578 (eval "$ac_link") 2>conftest.er1
13579 ac_status=$?
13580 grep -v '^ *+' conftest.er1 >conftest.err
13581 rm -f conftest.er1
13582 cat conftest.err >&5
13583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13584 (exit $ac_status); } && {
13585 test -z "$ac_c_werror_flag" ||
13586 test ! -s conftest.err
13587 } && test -s conftest$ac_exeext && {
13588 test "$cross_compiling" = yes ||
13589 $as_test_x conftest$ac_exeext
13590 }; then
13591 case "$LIBEXT" in
13592 dll) ;;
13593 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'` ;;
13594 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13595 esac
13596 else
13597 $as_echo "$as_me: failed program was:" >&5
13598 sed 's/^/| /' conftest.$ac_ext >&5
13603 rm -rf conftest.dSYM
13604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13605 conftest$ac_exeext conftest.$ac_ext
13606 LIBS=$ac_check_soname_save_LIBS
13608 if test "x$ac_cv_lib_soname_curses" = "x"; then
13609 { $as_echo "$as_me:$LINENO: result: not found" >&5
13610 $as_echo "not found" >&6; }
13612 else
13613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13614 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13616 cat >>confdefs.h <<_ACEOF
13617 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13618 _ACEOF
13620 CURSESLIBS="-lcurses"
13624 ac_save_LIBS="$LIBS"
13625 LIBS="$LIBS $CURSESLIBS"
13627 for ac_func in mousemask
13629 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13630 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13631 $as_echo_n "checking for $ac_func... " >&6; }
13632 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13633 $as_echo_n "(cached) " >&6
13634 else
13635 cat >conftest.$ac_ext <<_ACEOF
13636 /* confdefs.h. */
13637 _ACEOF
13638 cat confdefs.h >>conftest.$ac_ext
13639 cat >>conftest.$ac_ext <<_ACEOF
13640 /* end confdefs.h. */
13641 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13643 #define $ac_func innocuous_$ac_func
13645 /* System header to define __stub macros and hopefully few prototypes,
13646 which can conflict with char $ac_func (); below.
13647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13648 <limits.h> exists even on freestanding compilers. */
13650 #ifdef __STDC__
13651 # include <limits.h>
13652 #else
13653 # include <assert.h>
13654 #endif
13656 #undef $ac_func
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13661 #ifdef __cplusplus
13662 extern "C"
13663 #endif
13664 char $ac_func ();
13665 /* The GNU C library defines this for functions which it implements
13666 to always fail with ENOSYS. Some functions are actually named
13667 something starting with __ and the normal name is an alias. */
13668 #if defined __stub_$ac_func || defined __stub___$ac_func
13669 choke me
13670 #endif
13673 main ()
13675 return $ac_func ();
13677 return 0;
13679 _ACEOF
13680 rm -f conftest.$ac_objext conftest$ac_exeext
13681 if { (ac_try="$ac_link"
13682 case "(($ac_try" in
13683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13684 *) ac_try_echo=$ac_try;;
13685 esac
13686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13687 $as_echo "$ac_try_echo") >&5
13688 (eval "$ac_link") 2>conftest.er1
13689 ac_status=$?
13690 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1
13692 cat conftest.err >&5
13693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && {
13695 test -z "$ac_c_werror_flag" ||
13696 test ! -s conftest.err
13697 } && test -s conftest$ac_exeext && {
13698 test "$cross_compiling" = yes ||
13699 $as_test_x conftest$ac_exeext
13700 }; then
13701 eval "$as_ac_var=yes"
13702 else
13703 $as_echo "$as_me: failed program was:" >&5
13704 sed 's/^/| /' conftest.$ac_ext >&5
13706 eval "$as_ac_var=no"
13709 rm -rf conftest.dSYM
13710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13711 conftest$ac_exeext conftest.$ac_ext
13713 ac_res=`eval 'as_val=${'$as_ac_var'}
13714 $as_echo "$as_val"'`
13715 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13716 $as_echo "$ac_res" >&6; }
13717 as_val=`eval 'as_val=${'$as_ac_var'}
13718 $as_echo "$as_val"'`
13719 if test "x$as_val" = x""yes; then
13720 cat >>confdefs.h <<_ACEOF
13721 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13722 _ACEOF
13725 done
13727 LIBS="$ac_save_LIBS"
13728 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13729 case "x$with_curses" in
13730 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13731 xno) ;;
13732 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13733 This is an error since --with-curses was requested." >&5
13734 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13735 This is an error since --with-curses was requested." >&2;}
13736 { (exit 1); exit 1; }; } ;;
13737 esac
13741 if test "x$with_sane" != "xno"
13742 then
13743 ac_save_CPPFLAGS="$CPPFLAGS"
13744 # Extract the first word of "sane-config", so it can be a program name with args.
13745 set dummy sane-config; ac_word=$2
13746 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13747 $as_echo_n "checking for $ac_word... " >&6; }
13748 if test "${ac_cv_prog_sane_devel+set}" = set; then
13749 $as_echo_n "(cached) " >&6
13750 else
13751 if test -n "$sane_devel"; then
13752 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13753 else
13754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13755 for as_dir in $PATH
13757 IFS=$as_save_IFS
13758 test -z "$as_dir" && as_dir=.
13759 for ac_exec_ext in '' $ac_executable_extensions; do
13760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13761 ac_cv_prog_sane_devel="sane-config"
13762 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13763 break 2
13765 done
13766 done
13767 IFS=$as_save_IFS
13769 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13772 sane_devel=$ac_cv_prog_sane_devel
13773 if test -n "$sane_devel"; then
13774 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13775 $as_echo "$sane_devel" >&6; }
13776 else
13777 { $as_echo "$as_me:$LINENO: result: no" >&5
13778 $as_echo "no" >&6; }
13782 if test "$sane_devel" != "no"
13783 then
13784 ac_sane_incl="`$sane_devel --cflags`"
13785 ac_sane_libs="`$sane_devel --ldflags`"
13786 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13788 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13789 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13790 $as_echo_n "checking for sane/sane.h... " >&6; }
13791 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13792 $as_echo_n "(cached) " >&6
13794 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13795 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13796 else
13797 # Is the header compilable?
13798 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13799 $as_echo_n "checking sane/sane.h usability... " >&6; }
13800 cat >conftest.$ac_ext <<_ACEOF
13801 /* confdefs.h. */
13802 _ACEOF
13803 cat confdefs.h >>conftest.$ac_ext
13804 cat >>conftest.$ac_ext <<_ACEOF
13805 /* end confdefs.h. */
13806 $ac_includes_default
13807 #include <sane/sane.h>
13808 _ACEOF
13809 rm -f conftest.$ac_objext
13810 if { (ac_try="$ac_compile"
13811 case "(($ac_try" in
13812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13813 *) ac_try_echo=$ac_try;;
13814 esac
13815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13816 $as_echo "$ac_try_echo") >&5
13817 (eval "$ac_compile") 2>conftest.er1
13818 ac_status=$?
13819 grep -v '^ *+' conftest.er1 >conftest.err
13820 rm -f conftest.er1
13821 cat conftest.err >&5
13822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823 (exit $ac_status); } && {
13824 test -z "$ac_c_werror_flag" ||
13825 test ! -s conftest.err
13826 } && test -s conftest.$ac_objext; then
13827 ac_header_compiler=yes
13828 else
13829 $as_echo "$as_me: failed program was:" >&5
13830 sed 's/^/| /' conftest.$ac_ext >&5
13832 ac_header_compiler=no
13835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13836 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13837 $as_echo "$ac_header_compiler" >&6; }
13839 # Is the header present?
13840 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13841 $as_echo_n "checking sane/sane.h presence... " >&6; }
13842 cat >conftest.$ac_ext <<_ACEOF
13843 /* confdefs.h. */
13844 _ACEOF
13845 cat confdefs.h >>conftest.$ac_ext
13846 cat >>conftest.$ac_ext <<_ACEOF
13847 /* end confdefs.h. */
13848 #include <sane/sane.h>
13849 _ACEOF
13850 if { (ac_try="$ac_cpp conftest.$ac_ext"
13851 case "(($ac_try" in
13852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13853 *) ac_try_echo=$ac_try;;
13854 esac
13855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13856 $as_echo "$ac_try_echo") >&5
13857 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13858 ac_status=$?
13859 grep -v '^ *+' conftest.er1 >conftest.err
13860 rm -f conftest.er1
13861 cat conftest.err >&5
13862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13863 (exit $ac_status); } >/dev/null && {
13864 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13865 test ! -s conftest.err
13866 }; then
13867 ac_header_preproc=yes
13868 else
13869 $as_echo "$as_me: failed program was:" >&5
13870 sed 's/^/| /' conftest.$ac_ext >&5
13872 ac_header_preproc=no
13875 rm -f conftest.err conftest.$ac_ext
13876 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13877 $as_echo "$ac_header_preproc" >&6; }
13879 # So? What about this header?
13880 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13881 yes:no: )
13882 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13883 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13884 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13885 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13886 ac_header_preproc=yes
13888 no:yes:* )
13889 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13890 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13891 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13892 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13893 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13894 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13895 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13896 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13897 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13898 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13899 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13900 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13901 ( cat <<\_ASBOX
13902 ## ------------------------------------ ##
13903 ## Report this to wine-devel@winehq.org ##
13904 ## ------------------------------------ ##
13905 _ASBOX
13906 ) | sed "s/^/$as_me: WARNING: /" >&2
13908 esac
13909 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13910 $as_echo_n "checking for sane/sane.h... " >&6; }
13911 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13912 $as_echo_n "(cached) " >&6
13913 else
13914 ac_cv_header_sane_sane_h=$ac_header_preproc
13916 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13917 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13920 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13921 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13922 $as_echo_n "checking for -lsane... " >&6; }
13923 if test "${ac_cv_lib_soname_sane+set}" = set; then
13924 $as_echo_n "(cached) " >&6
13925 else
13926 ac_check_soname_save_LIBS=$LIBS
13927 LIBS="-lsane $ac_sane_libs $LIBS"
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13935 /* Override any GCC internal prototype to avoid an error.
13936 Use char because int might match the return type of a GCC
13937 builtin and then its argument prototype would still apply. */
13938 #ifdef __cplusplus
13939 extern "C"
13940 #endif
13941 char sane_init ();
13943 main ()
13945 return sane_init ();
13947 return 0;
13949 _ACEOF
13950 rm -f conftest.$ac_objext conftest$ac_exeext
13951 if { (ac_try="$ac_link"
13952 case "(($ac_try" in
13953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13954 *) ac_try_echo=$ac_try;;
13955 esac
13956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13957 $as_echo "$ac_try_echo") >&5
13958 (eval "$ac_link") 2>conftest.er1
13959 ac_status=$?
13960 grep -v '^ *+' conftest.er1 >conftest.err
13961 rm -f conftest.er1
13962 cat conftest.err >&5
13963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13964 (exit $ac_status); } && {
13965 test -z "$ac_c_werror_flag" ||
13966 test ! -s conftest.err
13967 } && test -s conftest$ac_exeext && {
13968 test "$cross_compiling" = yes ||
13969 $as_test_x conftest$ac_exeext
13970 }; then
13971 case "$LIBEXT" in
13972 dll) ;;
13973 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'` ;;
13974 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13975 esac
13976 else
13977 $as_echo "$as_me: failed program was:" >&5
13978 sed 's/^/| /' conftest.$ac_ext >&5
13983 rm -rf conftest.dSYM
13984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13985 conftest$ac_exeext conftest.$ac_ext
13986 LIBS=$ac_check_soname_save_LIBS
13988 if test "x$ac_cv_lib_soname_sane" = "x"; then
13989 { $as_echo "$as_me:$LINENO: result: not found" >&5
13990 $as_echo "not found" >&6; }
13992 else
13993 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13994 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13996 cat >>confdefs.h <<_ACEOF
13997 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13998 _ACEOF
14000 SANEINCL="$ac_sane_incl"
14007 CPPFLAGS="$ac_save_CPPFLAGS"
14009 if test "x$ac_cv_lib_soname_sane" = "x"; then
14010 case "x$with_sane" in
14011 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14012 xno) ;;
14013 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14014 This is an error since --with-sane was requested." >&5
14015 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14016 This is an error since --with-sane was requested." >&2;}
14017 { (exit 1); exit 1; }; } ;;
14018 esac
14022 if test "x$with_gphoto" != "xno"
14023 then
14024 ac_save_CPPFLAGS="$CPPFLAGS"
14025 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14026 set dummy gphoto2-config; ac_word=$2
14027 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14028 $as_echo_n "checking for $ac_word... " >&6; }
14029 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14030 $as_echo_n "(cached) " >&6
14031 else
14032 if test -n "$gphoto2_devel"; then
14033 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14034 else
14035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14036 for as_dir in $PATH
14038 IFS=$as_save_IFS
14039 test -z "$as_dir" && as_dir=.
14040 for ac_exec_ext in '' $ac_executable_extensions; do
14041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14042 ac_cv_prog_gphoto2_devel="gphoto2-config"
14043 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14044 break 2
14046 done
14047 done
14048 IFS=$as_save_IFS
14050 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14053 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14054 if test -n "$gphoto2_devel"; then
14055 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14056 $as_echo "$gphoto2_devel" >&6; }
14057 else
14058 { $as_echo "$as_me:$LINENO: result: no" >&5
14059 $as_echo "no" >&6; }
14063 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14064 set dummy gphoto2-port-config; ac_word=$2
14065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14066 $as_echo_n "checking for $ac_word... " >&6; }
14067 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14068 $as_echo_n "(cached) " >&6
14069 else
14070 if test -n "$gphoto2port_devel"; then
14071 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14072 else
14073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14074 for as_dir in $PATH
14076 IFS=$as_save_IFS
14077 test -z "$as_dir" && as_dir=.
14078 for ac_exec_ext in '' $ac_executable_extensions; do
14079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14080 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14082 break 2
14084 done
14085 done
14086 IFS=$as_save_IFS
14088 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14091 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14092 if test -n "$gphoto2port_devel"; then
14093 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14094 $as_echo "$gphoto2port_devel" >&6; }
14095 else
14096 { $as_echo "$as_me:$LINENO: result: no" >&5
14097 $as_echo "no" >&6; }
14101 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14102 then
14103 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14104 ac_gphoto2_libs=""
14105 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14107 case "$i" in
14108 -L/usr/lib|-L/usr/lib64) ;;
14109 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14110 esac
14111 done
14112 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14114 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14115 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14116 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14117 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14118 $as_echo_n "(cached) " >&6
14120 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14121 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14122 else
14123 # Is the header compilable?
14124 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14125 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14126 cat >conftest.$ac_ext <<_ACEOF
14127 /* confdefs.h. */
14128 _ACEOF
14129 cat confdefs.h >>conftest.$ac_ext
14130 cat >>conftest.$ac_ext <<_ACEOF
14131 /* end confdefs.h. */
14132 $ac_includes_default
14133 #include <gphoto2-camera.h>
14134 _ACEOF
14135 rm -f conftest.$ac_objext
14136 if { (ac_try="$ac_compile"
14137 case "(($ac_try" in
14138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14139 *) ac_try_echo=$ac_try;;
14140 esac
14141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14142 $as_echo "$ac_try_echo") >&5
14143 (eval "$ac_compile") 2>conftest.er1
14144 ac_status=$?
14145 grep -v '^ *+' conftest.er1 >conftest.err
14146 rm -f conftest.er1
14147 cat conftest.err >&5
14148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149 (exit $ac_status); } && {
14150 test -z "$ac_c_werror_flag" ||
14151 test ! -s conftest.err
14152 } && test -s conftest.$ac_objext; then
14153 ac_header_compiler=yes
14154 else
14155 $as_echo "$as_me: failed program was:" >&5
14156 sed 's/^/| /' conftest.$ac_ext >&5
14158 ac_header_compiler=no
14161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14162 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14163 $as_echo "$ac_header_compiler" >&6; }
14165 # Is the header present?
14166 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14167 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14168 cat >conftest.$ac_ext <<_ACEOF
14169 /* confdefs.h. */
14170 _ACEOF
14171 cat confdefs.h >>conftest.$ac_ext
14172 cat >>conftest.$ac_ext <<_ACEOF
14173 /* end confdefs.h. */
14174 #include <gphoto2-camera.h>
14175 _ACEOF
14176 if { (ac_try="$ac_cpp conftest.$ac_ext"
14177 case "(($ac_try" in
14178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14179 *) ac_try_echo=$ac_try;;
14180 esac
14181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14182 $as_echo "$ac_try_echo") >&5
14183 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14184 ac_status=$?
14185 grep -v '^ *+' conftest.er1 >conftest.err
14186 rm -f conftest.er1
14187 cat conftest.err >&5
14188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14189 (exit $ac_status); } >/dev/null && {
14190 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14191 test ! -s conftest.err
14192 }; then
14193 ac_header_preproc=yes
14194 else
14195 $as_echo "$as_me: failed program was:" >&5
14196 sed 's/^/| /' conftest.$ac_ext >&5
14198 ac_header_preproc=no
14201 rm -f conftest.err conftest.$ac_ext
14202 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14203 $as_echo "$ac_header_preproc" >&6; }
14205 # So? What about this header?
14206 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14207 yes:no: )
14208 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14209 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14210 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14211 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14212 ac_header_preproc=yes
14214 no:yes:* )
14215 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14216 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14217 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14218 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14219 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14220 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14221 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14222 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14223 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14224 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14225 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14226 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14227 ( cat <<\_ASBOX
14228 ## ------------------------------------ ##
14229 ## Report this to wine-devel@winehq.org ##
14230 ## ------------------------------------ ##
14231 _ASBOX
14232 ) | sed "s/^/$as_me: WARNING: /" >&2
14234 esac
14235 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14236 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14237 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14238 $as_echo_n "(cached) " >&6
14239 else
14240 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14242 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14243 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14246 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14247 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14248 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14249 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14250 $as_echo_n "(cached) " >&6
14251 else
14252 ac_check_lib_save_LIBS=$LIBS
14253 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14254 cat >conftest.$ac_ext <<_ACEOF
14255 /* confdefs.h. */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h. */
14261 /* Override any GCC internal prototype to avoid an error.
14262 Use char because int might match the return type of a GCC
14263 builtin and then its argument prototype would still apply. */
14264 #ifdef __cplusplus
14265 extern "C"
14266 #endif
14267 char gp_camera_new ();
14269 main ()
14271 return gp_camera_new ();
14273 return 0;
14275 _ACEOF
14276 rm -f conftest.$ac_objext conftest$ac_exeext
14277 if { (ac_try="$ac_link"
14278 case "(($ac_try" in
14279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14280 *) ac_try_echo=$ac_try;;
14281 esac
14282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14283 $as_echo "$ac_try_echo") >&5
14284 (eval "$ac_link") 2>conftest.er1
14285 ac_status=$?
14286 grep -v '^ *+' conftest.er1 >conftest.err
14287 rm -f conftest.er1
14288 cat conftest.err >&5
14289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); } && {
14291 test -z "$ac_c_werror_flag" ||
14292 test ! -s conftest.err
14293 } && test -s conftest$ac_exeext && {
14294 test "$cross_compiling" = yes ||
14295 $as_test_x conftest$ac_exeext
14296 }; then
14297 ac_cv_lib_gphoto2_gp_camera_new=yes
14298 else
14299 $as_echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14302 ac_cv_lib_gphoto2_gp_camera_new=no
14305 rm -rf conftest.dSYM
14306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14307 conftest$ac_exeext conftest.$ac_ext
14308 LIBS=$ac_check_lib_save_LIBS
14310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14311 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14312 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_GPHOTO2 1
14316 _ACEOF
14318 GPHOTO2LIBS="$ac_gphoto2_libs"
14320 GPHOTO2INCL="$ac_gphoto2_incl"
14327 CPPFLAGS="$ac_save_CPPFLAGS"
14329 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14330 case "x$with_gphoto" in
14331 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14332 xno) ;;
14333 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14334 This is an error since --with-gphoto was requested." >&5
14335 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14336 This is an error since --with-gphoto was requested." >&2;}
14337 { (exit 1); exit 1; }; } ;;
14338 esac
14343 RESOLVLIBS=""
14345 if test "$ac_cv_header_resolv_h" = "yes"
14346 then
14347 ac_save_LIBS="$LIBS"
14348 LIBS="$LIBS -lresolv"
14349 cat >conftest.$ac_ext <<_ACEOF
14350 /* confdefs.h. */
14351 _ACEOF
14352 cat confdefs.h >>conftest.$ac_ext
14353 cat >>conftest.$ac_ext <<_ACEOF
14354 /* end confdefs.h. */
14355 #ifdef HAVE_NETINET_IN_H
14356 #include <netinet/in.h>
14357 #endif
14358 #include <resolv.h>
14360 main ()
14362 res_init();
14364 return 0;
14366 _ACEOF
14367 rm -f conftest.$ac_objext conftest$ac_exeext
14368 if { (ac_try="$ac_link"
14369 case "(($ac_try" in
14370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14371 *) ac_try_echo=$ac_try;;
14372 esac
14373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14374 $as_echo "$ac_try_echo") >&5
14375 (eval "$ac_link") 2>conftest.er1
14376 ac_status=$?
14377 grep -v '^ *+' conftest.er1 >conftest.err
14378 rm -f conftest.er1
14379 cat conftest.err >&5
14380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381 (exit $ac_status); } && {
14382 test -z "$ac_c_werror_flag" ||
14383 test ! -s conftest.err
14384 } && test -s conftest$ac_exeext && {
14385 test "$cross_compiling" = yes ||
14386 $as_test_x conftest$ac_exeext
14387 }; then
14389 cat >>confdefs.h <<\_ACEOF
14390 #define HAVE_RESOLV 1
14391 _ACEOF
14393 RESOLVLIBS="-lresolv"
14394 else
14395 $as_echo "$as_me: failed program was:" >&5
14396 sed 's/^/| /' conftest.$ac_ext >&5
14401 rm -rf conftest.dSYM
14402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14403 conftest$ac_exeext conftest.$ac_ext
14404 LIBS="$ac_save_LIBS"
14407 LCMSLIBS=""
14409 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14410 then
14411 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14412 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14413 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14414 $as_echo_n "(cached) " >&6
14415 else
14416 ac_check_lib_save_LIBS=$LIBS
14417 LIBS="-llcms $LIBS"
14418 cat >conftest.$ac_ext <<_ACEOF
14419 /* confdefs.h. */
14420 _ACEOF
14421 cat confdefs.h >>conftest.$ac_ext
14422 cat >>conftest.$ac_ext <<_ACEOF
14423 /* end confdefs.h. */
14425 /* Override any GCC internal prototype to avoid an error.
14426 Use char because int might match the return type of a GCC
14427 builtin and then its argument prototype would still apply. */
14428 #ifdef __cplusplus
14429 extern "C"
14430 #endif
14431 char cmsOpenProfileFromFile ();
14433 main ()
14435 return cmsOpenProfileFromFile ();
14437 return 0;
14439 _ACEOF
14440 rm -f conftest.$ac_objext conftest$ac_exeext
14441 if { (ac_try="$ac_link"
14442 case "(($ac_try" in
14443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14444 *) ac_try_echo=$ac_try;;
14445 esac
14446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14447 $as_echo "$ac_try_echo") >&5
14448 (eval "$ac_link") 2>conftest.er1
14449 ac_status=$?
14450 grep -v '^ *+' conftest.er1 >conftest.err
14451 rm -f conftest.er1
14452 cat conftest.err >&5
14453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); } && {
14455 test -z "$ac_c_werror_flag" ||
14456 test ! -s conftest.err
14457 } && test -s conftest$ac_exeext && {
14458 test "$cross_compiling" = yes ||
14459 $as_test_x conftest$ac_exeext
14460 }; then
14461 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14462 else
14463 $as_echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14466 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14469 rm -rf conftest.dSYM
14470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14471 conftest$ac_exeext conftest.$ac_ext
14472 LIBS=$ac_check_lib_save_LIBS
14474 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14475 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14476 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14478 cat >>confdefs.h <<\_ACEOF
14479 #define HAVE_LCMS 1
14480 _ACEOF
14482 LCMSLIBS="-llcms"
14486 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14487 case "x$with_cms" in
14488 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14489 xno) ;;
14490 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14491 This is an error since --with-cms was requested." >&5
14492 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14493 This is an error since --with-cms was requested." >&2;}
14494 { (exit 1); exit 1; }; } ;;
14495 esac
14499 if test "x$with_freetype" != "xno"
14500 then
14501 for ac_prog in freetype-config freetype2-config
14503 # Extract the first word of "$ac_prog", so it can be a program name with args.
14504 set dummy $ac_prog; ac_word=$2
14505 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14506 $as_echo_n "checking for $ac_word... " >&6; }
14507 if test "${ac_cv_prog_ft_devel+set}" = set; then
14508 $as_echo_n "(cached) " >&6
14509 else
14510 if test -n "$ft_devel"; then
14511 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14512 else
14513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14514 for as_dir in $PATH
14516 IFS=$as_save_IFS
14517 test -z "$as_dir" && as_dir=.
14518 for ac_exec_ext in '' $ac_executable_extensions; do
14519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14520 ac_cv_prog_ft_devel="$ac_prog"
14521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14522 break 2
14524 done
14525 done
14526 IFS=$as_save_IFS
14530 ft_devel=$ac_cv_prog_ft_devel
14531 if test -n "$ft_devel"; then
14532 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14533 $as_echo "$ft_devel" >&6; }
14534 else
14535 { $as_echo "$as_me:$LINENO: result: no" >&5
14536 $as_echo "no" >&6; }
14540 test -n "$ft_devel" && break
14541 done
14542 test -n "$ft_devel" || ft_devel="no"
14544 if test "$ft_devel" != "no"
14545 then
14546 ac_freetype_incl=`$ft_devel --cflags`
14547 ac_freetype_libs=`$ft_devel --libs`
14549 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14550 $as_echo_n "checking for -lfreetype... " >&6; }
14551 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14552 $as_echo_n "(cached) " >&6
14553 else
14554 ac_check_soname_save_LIBS=$LIBS
14555 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14556 cat >conftest.$ac_ext <<_ACEOF
14557 /* confdefs.h. */
14558 _ACEOF
14559 cat confdefs.h >>conftest.$ac_ext
14560 cat >>conftest.$ac_ext <<_ACEOF
14561 /* end confdefs.h. */
14563 /* Override any GCC internal prototype to avoid an error.
14564 Use char because int might match the return type of a GCC
14565 builtin and then its argument prototype would still apply. */
14566 #ifdef __cplusplus
14567 extern "C"
14568 #endif
14569 char FT_Init_FreeType ();
14571 main ()
14573 return FT_Init_FreeType ();
14575 return 0;
14577 _ACEOF
14578 rm -f conftest.$ac_objext conftest$ac_exeext
14579 if { (ac_try="$ac_link"
14580 case "(($ac_try" in
14581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14583 esac
14584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14585 $as_echo "$ac_try_echo") >&5
14586 (eval "$ac_link") 2>conftest.er1
14587 ac_status=$?
14588 grep -v '^ *+' conftest.er1 >conftest.err
14589 rm -f conftest.er1
14590 cat conftest.err >&5
14591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592 (exit $ac_status); } && {
14593 test -z "$ac_c_werror_flag" ||
14594 test ! -s conftest.err
14595 } && test -s conftest$ac_exeext && {
14596 test "$cross_compiling" = yes ||
14597 $as_test_x conftest$ac_exeext
14598 }; then
14599 case "$LIBEXT" in
14600 dll) ;;
14601 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'` ;;
14602 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14603 esac
14604 else
14605 $as_echo "$as_me: failed program was:" >&5
14606 sed 's/^/| /' conftest.$ac_ext >&5
14611 rm -rf conftest.dSYM
14612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14613 conftest$ac_exeext conftest.$ac_ext
14614 LIBS=$ac_check_soname_save_LIBS
14616 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14617 { $as_echo "$as_me:$LINENO: result: not found" >&5
14618 $as_echo "not found" >&6; }
14619 ft_lib=no
14620 else
14621 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14622 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14624 cat >>confdefs.h <<_ACEOF
14625 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14626 _ACEOF
14628 ft_lib=yes
14631 if test "$ft_lib" = "yes"
14632 then
14633 ac_save_CPPFLAGS="$CPPFLAGS"
14634 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14648 for ac_header in ft2build.h \
14649 freetype/freetype.h \
14650 freetype/ftglyph.h \
14651 freetype/fttypes.h \
14652 freetype/tttables.h \
14653 freetype/ftnames.h \
14654 freetype/ftsnames.h \
14655 freetype/ttnameid.h \
14656 freetype/ftoutln.h \
14657 freetype/ftwinfnt.h \
14658 freetype/ftmodapi.h \
14659 freetype/ftlcdfil.h \
14660 freetype/internal/sfnt.h
14662 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14663 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14664 $as_echo_n "checking for $ac_header... " >&6; }
14665 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14666 $as_echo_n "(cached) " >&6
14667 else
14668 cat >conftest.$ac_ext <<_ACEOF
14669 /* confdefs.h. */
14670 _ACEOF
14671 cat confdefs.h >>conftest.$ac_ext
14672 cat >>conftest.$ac_ext <<_ACEOF
14673 /* end confdefs.h. */
14674 #ifdef HAVE_FT2BUILD_H
14675 # include <ft2build.h>
14676 #endif
14678 #include <$ac_header>
14679 _ACEOF
14680 rm -f conftest.$ac_objext
14681 if { (ac_try="$ac_compile"
14682 case "(($ac_try" in
14683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14684 *) ac_try_echo=$ac_try;;
14685 esac
14686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14687 $as_echo "$ac_try_echo") >&5
14688 (eval "$ac_compile") 2>conftest.er1
14689 ac_status=$?
14690 grep -v '^ *+' conftest.er1 >conftest.err
14691 rm -f conftest.er1
14692 cat conftest.err >&5
14693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14694 (exit $ac_status); } && {
14695 test -z "$ac_c_werror_flag" ||
14696 test ! -s conftest.err
14697 } && test -s conftest.$ac_objext; then
14698 eval "$as_ac_Header=yes"
14699 else
14700 $as_echo "$as_me: failed program was:" >&5
14701 sed 's/^/| /' conftest.$ac_ext >&5
14703 eval "$as_ac_Header=no"
14706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14708 ac_res=`eval 'as_val=${'$as_ac_Header'}
14709 $as_echo "$as_val"'`
14710 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14711 $as_echo "$ac_res" >&6; }
14712 as_val=`eval 'as_val=${'$as_ac_Header'}
14713 $as_echo "$as_val"'`
14714 if test "x$as_val" = x""yes; then
14715 cat >>confdefs.h <<_ACEOF
14716 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14717 _ACEOF
14721 done
14723 cat >conftest.$ac_ext <<_ACEOF
14724 /* confdefs.h. */
14725 _ACEOF
14726 cat confdefs.h >>conftest.$ac_ext
14727 cat >>conftest.$ac_ext <<_ACEOF
14728 /* end confdefs.h. */
14729 #include <ft2build.h>
14730 #include <freetype/fttrigon.h>
14731 _ACEOF
14732 if { (ac_try="$ac_cpp conftest.$ac_ext"
14733 case "(($ac_try" in
14734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14735 *) ac_try_echo=$ac_try;;
14736 esac
14737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14738 $as_echo "$ac_try_echo") >&5
14739 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14740 ac_status=$?
14741 grep -v '^ *+' conftest.er1 >conftest.err
14742 rm -f conftest.er1
14743 cat conftest.err >&5
14744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14745 (exit $ac_status); } >/dev/null && {
14746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14747 test ! -s conftest.err
14748 }; then
14750 cat >>confdefs.h <<\_ACEOF
14751 #define HAVE_FREETYPE_FTTRIGON_H 1
14752 _ACEOF
14754 wine_cv_fttrigon=yes
14755 else
14756 $as_echo "$as_me: failed program was:" >&5
14757 sed 's/^/| /' conftest.$ac_ext >&5
14759 wine_cv_fttrigon=no
14762 rm -f conftest.err conftest.$ac_ext
14763 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14764 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14765 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14766 $as_echo_n "(cached) " >&6
14767 else
14768 ac_cv_type_FT_TrueTypeEngineType=no
14769 cat >conftest.$ac_ext <<_ACEOF
14770 /* confdefs.h. */
14771 _ACEOF
14772 cat confdefs.h >>conftest.$ac_ext
14773 cat >>conftest.$ac_ext <<_ACEOF
14774 /* end confdefs.h. */
14775 #include <freetype/ftmodapi.h>
14778 main ()
14780 if (sizeof (FT_TrueTypeEngineType))
14781 return 0;
14783 return 0;
14785 _ACEOF
14786 rm -f conftest.$ac_objext
14787 if { (ac_try="$ac_compile"
14788 case "(($ac_try" in
14789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14790 *) ac_try_echo=$ac_try;;
14791 esac
14792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14793 $as_echo "$ac_try_echo") >&5
14794 (eval "$ac_compile") 2>conftest.er1
14795 ac_status=$?
14796 grep -v '^ *+' conftest.er1 >conftest.err
14797 rm -f conftest.er1
14798 cat conftest.err >&5
14799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14800 (exit $ac_status); } && {
14801 test -z "$ac_c_werror_flag" ||
14802 test ! -s conftest.err
14803 } && test -s conftest.$ac_objext; then
14804 cat >conftest.$ac_ext <<_ACEOF
14805 /* confdefs.h. */
14806 _ACEOF
14807 cat confdefs.h >>conftest.$ac_ext
14808 cat >>conftest.$ac_ext <<_ACEOF
14809 /* end confdefs.h. */
14810 #include <freetype/ftmodapi.h>
14813 main ()
14815 if (sizeof ((FT_TrueTypeEngineType)))
14816 return 0;
14818 return 0;
14820 _ACEOF
14821 rm -f conftest.$ac_objext
14822 if { (ac_try="$ac_compile"
14823 case "(($ac_try" in
14824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14825 *) ac_try_echo=$ac_try;;
14826 esac
14827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14828 $as_echo "$ac_try_echo") >&5
14829 (eval "$ac_compile") 2>conftest.er1
14830 ac_status=$?
14831 grep -v '^ *+' conftest.er1 >conftest.err
14832 rm -f conftest.er1
14833 cat conftest.err >&5
14834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14835 (exit $ac_status); } && {
14836 test -z "$ac_c_werror_flag" ||
14837 test ! -s conftest.err
14838 } && test -s conftest.$ac_objext; then
14840 else
14841 $as_echo "$as_me: failed program was:" >&5
14842 sed 's/^/| /' conftest.$ac_ext >&5
14844 ac_cv_type_FT_TrueTypeEngineType=yes
14847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14848 else
14849 $as_echo "$as_me: failed program was:" >&5
14850 sed 's/^/| /' conftest.$ac_ext >&5
14855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14857 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14858 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14859 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14861 cat >>confdefs.h <<_ACEOF
14862 #define HAVE_FT_TRUETYPEENGINETYPE 1
14863 _ACEOF
14868 ac_save_CFLAGS="$CFLAGS"
14869 CFLAGS="$CFLAGS $ac_freetype_libs"
14871 for ac_func in FT_Load_Sfnt_Table
14873 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14874 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14875 $as_echo_n "checking for $ac_func... " >&6; }
14876 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14877 $as_echo_n "(cached) " >&6
14878 else
14879 cat >conftest.$ac_ext <<_ACEOF
14880 /* confdefs.h. */
14881 _ACEOF
14882 cat confdefs.h >>conftest.$ac_ext
14883 cat >>conftest.$ac_ext <<_ACEOF
14884 /* end confdefs.h. */
14885 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14886 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14887 #define $ac_func innocuous_$ac_func
14889 /* System header to define __stub macros and hopefully few prototypes,
14890 which can conflict with char $ac_func (); below.
14891 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14892 <limits.h> exists even on freestanding compilers. */
14894 #ifdef __STDC__
14895 # include <limits.h>
14896 #else
14897 # include <assert.h>
14898 #endif
14900 #undef $ac_func
14902 /* Override any GCC internal prototype to avoid an error.
14903 Use char because int might match the return type of a GCC
14904 builtin and then its argument prototype would still apply. */
14905 #ifdef __cplusplus
14906 extern "C"
14907 #endif
14908 char $ac_func ();
14909 /* The GNU C library defines this for functions which it implements
14910 to always fail with ENOSYS. Some functions are actually named
14911 something starting with __ and the normal name is an alias. */
14912 #if defined __stub_$ac_func || defined __stub___$ac_func
14913 choke me
14914 #endif
14917 main ()
14919 return $ac_func ();
14921 return 0;
14923 _ACEOF
14924 rm -f conftest.$ac_objext conftest$ac_exeext
14925 if { (ac_try="$ac_link"
14926 case "(($ac_try" in
14927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14928 *) ac_try_echo=$ac_try;;
14929 esac
14930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14931 $as_echo "$ac_try_echo") >&5
14932 (eval "$ac_link") 2>conftest.er1
14933 ac_status=$?
14934 grep -v '^ *+' conftest.er1 >conftest.err
14935 rm -f conftest.er1
14936 cat conftest.err >&5
14937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14938 (exit $ac_status); } && {
14939 test -z "$ac_c_werror_flag" ||
14940 test ! -s conftest.err
14941 } && test -s conftest$ac_exeext && {
14942 test "$cross_compiling" = yes ||
14943 $as_test_x conftest$ac_exeext
14944 }; then
14945 eval "$as_ac_var=yes"
14946 else
14947 $as_echo "$as_me: failed program was:" >&5
14948 sed 's/^/| /' conftest.$ac_ext >&5
14950 eval "$as_ac_var=no"
14953 rm -rf conftest.dSYM
14954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14955 conftest$ac_exeext conftest.$ac_ext
14957 ac_res=`eval 'as_val=${'$as_ac_var'}
14958 $as_echo "$as_val"'`
14959 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14960 $as_echo "$ac_res" >&6; }
14961 as_val=`eval 'as_val=${'$as_ac_var'}
14962 $as_echo "$as_val"'`
14963 if test "x$as_val" = x""yes; then
14964 cat >>confdefs.h <<_ACEOF
14965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14966 _ACEOF
14969 done
14971 CFLAGS="$ac_save_CFLAGS"
14972 CPPFLAGS="$ac_save_CPPFLAGS"
14973 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14974 then
14976 cat >>confdefs.h <<\_ACEOF
14977 #define HAVE_FREETYPE 1
14978 _ACEOF
14980 FREETYPELIBS="$ac_freetype_libs"
14982 FREETYPEINCL="$ac_freetype_incl"
14987 if test "x$FREETYPELIBS" = "x"; then
14988 case "x$with_freetype" in
14989 xno) ;;
14990 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14991 Use the --without-freetype option if you really want this." >&5
14992 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14993 Use the --without-freetype option if you really want this." >&2;}
14994 { (exit 1); exit 1; }; } ;;
14995 esac
14998 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15000 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15001 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15002 if test "${ac_cv_c_ppdev+set}" = set; then
15003 $as_echo_n "(cached) " >&6
15004 else
15005 cat >conftest.$ac_ext <<_ACEOF
15006 /* confdefs.h. */
15007 _ACEOF
15008 cat confdefs.h >>conftest.$ac_ext
15009 cat >>conftest.$ac_ext <<_ACEOF
15010 /* end confdefs.h. */
15011 #include <linux/ppdev.h>
15013 main ()
15015 ioctl (1,PPCLAIM,0)
15017 return 0;
15019 _ACEOF
15020 rm -f conftest.$ac_objext
15021 if { (ac_try="$ac_compile"
15022 case "(($ac_try" in
15023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15024 *) ac_try_echo=$ac_try;;
15025 esac
15026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15027 $as_echo "$ac_try_echo") >&5
15028 (eval "$ac_compile") 2>conftest.er1
15029 ac_status=$?
15030 grep -v '^ *+' conftest.er1 >conftest.err
15031 rm -f conftest.er1
15032 cat conftest.err >&5
15033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); } && {
15035 test -z "$ac_c_werror_flag" ||
15036 test ! -s conftest.err
15037 } && test -s conftest.$ac_objext; then
15038 ac_cv_c_ppdev="yes"
15039 else
15040 $as_echo "$as_me: failed program was:" >&5
15041 sed 's/^/| /' conftest.$ac_ext >&5
15043 ac_cv_c_ppdev="no"
15046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15048 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15049 $as_echo "$ac_cv_c_ppdev" >&6; }
15050 if test "$ac_cv_c_ppdev" = "yes"
15051 then
15053 cat >>confdefs.h <<\_ACEOF
15054 #define HAVE_PPDEV 1
15055 _ACEOF
15059 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15060 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15061 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15062 $as_echo_n "(cached) " >&6
15063 else
15064 ac_cv_type_pthread_rwlock_t=no
15065 cat >conftest.$ac_ext <<_ACEOF
15066 /* confdefs.h. */
15067 _ACEOF
15068 cat confdefs.h >>conftest.$ac_ext
15069 cat >>conftest.$ac_ext <<_ACEOF
15070 /* end confdefs.h. */
15071 #define _GNU_SOURCE
15072 #include <pthread.h>
15075 main ()
15077 if (sizeof (pthread_rwlock_t))
15078 return 0;
15080 return 0;
15082 _ACEOF
15083 rm -f conftest.$ac_objext
15084 if { (ac_try="$ac_compile"
15085 case "(($ac_try" in
15086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15087 *) ac_try_echo=$ac_try;;
15088 esac
15089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15090 $as_echo "$ac_try_echo") >&5
15091 (eval "$ac_compile") 2>conftest.er1
15092 ac_status=$?
15093 grep -v '^ *+' conftest.er1 >conftest.err
15094 rm -f conftest.er1
15095 cat conftest.err >&5
15096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } && {
15098 test -z "$ac_c_werror_flag" ||
15099 test ! -s conftest.err
15100 } && test -s conftest.$ac_objext; then
15101 cat >conftest.$ac_ext <<_ACEOF
15102 /* confdefs.h. */
15103 _ACEOF
15104 cat confdefs.h >>conftest.$ac_ext
15105 cat >>conftest.$ac_ext <<_ACEOF
15106 /* end confdefs.h. */
15107 #define _GNU_SOURCE
15108 #include <pthread.h>
15111 main ()
15113 if (sizeof ((pthread_rwlock_t)))
15114 return 0;
15116 return 0;
15118 _ACEOF
15119 rm -f conftest.$ac_objext
15120 if { (ac_try="$ac_compile"
15121 case "(($ac_try" in
15122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15123 *) ac_try_echo=$ac_try;;
15124 esac
15125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15126 $as_echo "$ac_try_echo") >&5
15127 (eval "$ac_compile") 2>conftest.er1
15128 ac_status=$?
15129 grep -v '^ *+' conftest.er1 >conftest.err
15130 rm -f conftest.er1
15131 cat conftest.err >&5
15132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15133 (exit $ac_status); } && {
15134 test -z "$ac_c_werror_flag" ||
15135 test ! -s conftest.err
15136 } && test -s conftest.$ac_objext; then
15138 else
15139 $as_echo "$as_me: failed program was:" >&5
15140 sed 's/^/| /' conftest.$ac_ext >&5
15142 ac_cv_type_pthread_rwlock_t=yes
15145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15146 else
15147 $as_echo "$as_me: failed program was:" >&5
15148 sed 's/^/| /' conftest.$ac_ext >&5
15153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15155 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15156 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15157 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15159 cat >>confdefs.h <<_ACEOF
15160 #define HAVE_PTHREAD_RWLOCK_T 1
15161 _ACEOF
15165 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15166 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15167 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15168 $as_echo_n "(cached) " >&6
15169 else
15170 ac_cv_type_pthread_rwlockattr_t=no
15171 cat >conftest.$ac_ext <<_ACEOF
15172 /* confdefs.h. */
15173 _ACEOF
15174 cat confdefs.h >>conftest.$ac_ext
15175 cat >>conftest.$ac_ext <<_ACEOF
15176 /* end confdefs.h. */
15177 #define _GNU_SOURCE
15178 #include <pthread.h>
15181 main ()
15183 if (sizeof (pthread_rwlockattr_t))
15184 return 0;
15186 return 0;
15188 _ACEOF
15189 rm -f conftest.$ac_objext
15190 if { (ac_try="$ac_compile"
15191 case "(($ac_try" in
15192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15193 *) ac_try_echo=$ac_try;;
15194 esac
15195 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15196 $as_echo "$ac_try_echo") >&5
15197 (eval "$ac_compile") 2>conftest.er1
15198 ac_status=$?
15199 grep -v '^ *+' conftest.er1 >conftest.err
15200 rm -f conftest.er1
15201 cat conftest.err >&5
15202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15203 (exit $ac_status); } && {
15204 test -z "$ac_c_werror_flag" ||
15205 test ! -s conftest.err
15206 } && test -s conftest.$ac_objext; then
15207 cat >conftest.$ac_ext <<_ACEOF
15208 /* confdefs.h. */
15209 _ACEOF
15210 cat confdefs.h >>conftest.$ac_ext
15211 cat >>conftest.$ac_ext <<_ACEOF
15212 /* end confdefs.h. */
15213 #define _GNU_SOURCE
15214 #include <pthread.h>
15217 main ()
15219 if (sizeof ((pthread_rwlockattr_t)))
15220 return 0;
15222 return 0;
15224 _ACEOF
15225 rm -f conftest.$ac_objext
15226 if { (ac_try="$ac_compile"
15227 case "(($ac_try" in
15228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15229 *) ac_try_echo=$ac_try;;
15230 esac
15231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15232 $as_echo "$ac_try_echo") >&5
15233 (eval "$ac_compile") 2>conftest.er1
15234 ac_status=$?
15235 grep -v '^ *+' conftest.er1 >conftest.err
15236 rm -f conftest.er1
15237 cat conftest.err >&5
15238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15239 (exit $ac_status); } && {
15240 test -z "$ac_c_werror_flag" ||
15241 test ! -s conftest.err
15242 } && test -s conftest.$ac_objext; then
15244 else
15245 $as_echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15248 ac_cv_type_pthread_rwlockattr_t=yes
15251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15252 else
15253 $as_echo "$as_me: failed program was:" >&5
15254 sed 's/^/| /' conftest.$ac_ext >&5
15259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15261 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15262 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15263 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15265 cat >>confdefs.h <<_ACEOF
15266 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15267 _ACEOF
15273 ac_wine_check_funcs_save_LIBS="$LIBS"
15274 LIBS="$LIBS $LIBPTHREAD"
15279 for ac_func in \
15280 pthread_attr_get_np \
15281 pthread_getattr_np \
15282 pthread_get_stackaddr_np \
15283 pthread_get_stacksize_np
15285 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15286 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15287 $as_echo_n "checking for $ac_func... " >&6; }
15288 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15289 $as_echo_n "(cached) " >&6
15290 else
15291 cat >conftest.$ac_ext <<_ACEOF
15292 /* confdefs.h. */
15293 _ACEOF
15294 cat confdefs.h >>conftest.$ac_ext
15295 cat >>conftest.$ac_ext <<_ACEOF
15296 /* end confdefs.h. */
15297 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15299 #define $ac_func innocuous_$ac_func
15301 /* System header to define __stub macros and hopefully few prototypes,
15302 which can conflict with char $ac_func (); below.
15303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15304 <limits.h> exists even on freestanding compilers. */
15306 #ifdef __STDC__
15307 # include <limits.h>
15308 #else
15309 # include <assert.h>
15310 #endif
15312 #undef $ac_func
15314 /* Override any GCC internal prototype to avoid an error.
15315 Use char because int might match the return type of a GCC
15316 builtin and then its argument prototype would still apply. */
15317 #ifdef __cplusplus
15318 extern "C"
15319 #endif
15320 char $ac_func ();
15321 /* The GNU C library defines this for functions which it implements
15322 to always fail with ENOSYS. Some functions are actually named
15323 something starting with __ and the normal name is an alias. */
15324 #if defined __stub_$ac_func || defined __stub___$ac_func
15325 choke me
15326 #endif
15329 main ()
15331 return $ac_func ();
15333 return 0;
15335 _ACEOF
15336 rm -f conftest.$ac_objext conftest$ac_exeext
15337 if { (ac_try="$ac_link"
15338 case "(($ac_try" in
15339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15340 *) ac_try_echo=$ac_try;;
15341 esac
15342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15343 $as_echo "$ac_try_echo") >&5
15344 (eval "$ac_link") 2>conftest.er1
15345 ac_status=$?
15346 grep -v '^ *+' conftest.er1 >conftest.err
15347 rm -f conftest.er1
15348 cat conftest.err >&5
15349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15350 (exit $ac_status); } && {
15351 test -z "$ac_c_werror_flag" ||
15352 test ! -s conftest.err
15353 } && test -s conftest$ac_exeext && {
15354 test "$cross_compiling" = yes ||
15355 $as_test_x conftest$ac_exeext
15356 }; then
15357 eval "$as_ac_var=yes"
15358 else
15359 $as_echo "$as_me: failed program was:" >&5
15360 sed 's/^/| /' conftest.$ac_ext >&5
15362 eval "$as_ac_var=no"
15365 rm -rf conftest.dSYM
15366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15367 conftest$ac_exeext conftest.$ac_ext
15369 ac_res=`eval 'as_val=${'$as_ac_var'}
15370 $as_echo "$as_val"'`
15371 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15372 $as_echo "$ac_res" >&6; }
15373 as_val=`eval 'as_val=${'$as_ac_var'}
15374 $as_echo "$as_val"'`
15375 if test "x$as_val" = x""yes; then
15376 cat >>confdefs.h <<_ACEOF
15377 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15378 _ACEOF
15381 done
15383 LIBS="$ac_wine_check_funcs_save_LIBS"
15385 if test "x$with_esd" != xno
15386 then
15387 save_CFLAGS="$CFLAGS"
15388 # Extract the first word of "esd-config", so it can be a program name with args.
15389 set dummy esd-config; ac_word=$2
15390 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15391 $as_echo_n "checking for $ac_word... " >&6; }
15392 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15393 $as_echo_n "(cached) " >&6
15394 else
15395 case $ESDCONFIG in
15396 [\\/]* | ?:[\\/]*)
15397 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15401 for as_dir in $PATH
15403 IFS=$as_save_IFS
15404 test -z "$as_dir" && as_dir=.
15405 for ac_exec_ext in '' $ac_executable_extensions; do
15406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15407 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15409 break 2
15411 done
15412 done
15413 IFS=$as_save_IFS
15415 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15417 esac
15419 ESDCONFIG=$ac_cv_path_ESDCONFIG
15420 if test -n "$ESDCONFIG"; then
15421 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15422 $as_echo "$ESDCONFIG" >&6; }
15423 else
15424 { $as_echo "$as_me:$LINENO: result: no" >&5
15425 $as_echo "no" >&6; }
15429 if test "x$ESDCONFIG" != "xno"
15430 then
15431 ac_esd_incl=""
15432 for i in `$ESDCONFIG --cflags`
15434 case "$i" in
15435 -I*) ac_esd_incl="$ac_esd_incl $i";;
15436 esac
15437 done
15438 ac_esd_libs=`$ESDCONFIG --libs`
15439 CFLAGS="$CFLAGS $ac_esd_incl"
15441 if test "${ac_cv_header_esd_h+set}" = set; then
15442 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15443 $as_echo_n "checking for esd.h... " >&6; }
15444 if test "${ac_cv_header_esd_h+set}" = set; then
15445 $as_echo_n "(cached) " >&6
15447 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15448 $as_echo "$ac_cv_header_esd_h" >&6; }
15449 else
15450 # Is the header compilable?
15451 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15452 $as_echo_n "checking esd.h usability... " >&6; }
15453 cat >conftest.$ac_ext <<_ACEOF
15454 /* confdefs.h. */
15455 _ACEOF
15456 cat confdefs.h >>conftest.$ac_ext
15457 cat >>conftest.$ac_ext <<_ACEOF
15458 /* end confdefs.h. */
15459 $ac_includes_default
15460 #include <esd.h>
15461 _ACEOF
15462 rm -f conftest.$ac_objext
15463 if { (ac_try="$ac_compile"
15464 case "(($ac_try" in
15465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15466 *) ac_try_echo=$ac_try;;
15467 esac
15468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15469 $as_echo "$ac_try_echo") >&5
15470 (eval "$ac_compile") 2>conftest.er1
15471 ac_status=$?
15472 grep -v '^ *+' conftest.er1 >conftest.err
15473 rm -f conftest.er1
15474 cat conftest.err >&5
15475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15476 (exit $ac_status); } && {
15477 test -z "$ac_c_werror_flag" ||
15478 test ! -s conftest.err
15479 } && test -s conftest.$ac_objext; then
15480 ac_header_compiler=yes
15481 else
15482 $as_echo "$as_me: failed program was:" >&5
15483 sed 's/^/| /' conftest.$ac_ext >&5
15485 ac_header_compiler=no
15488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15489 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15490 $as_echo "$ac_header_compiler" >&6; }
15492 # Is the header present?
15493 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15494 $as_echo_n "checking esd.h presence... " >&6; }
15495 cat >conftest.$ac_ext <<_ACEOF
15496 /* confdefs.h. */
15497 _ACEOF
15498 cat confdefs.h >>conftest.$ac_ext
15499 cat >>conftest.$ac_ext <<_ACEOF
15500 /* end confdefs.h. */
15501 #include <esd.h>
15502 _ACEOF
15503 if { (ac_try="$ac_cpp conftest.$ac_ext"
15504 case "(($ac_try" in
15505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15506 *) ac_try_echo=$ac_try;;
15507 esac
15508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15509 $as_echo "$ac_try_echo") >&5
15510 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15511 ac_status=$?
15512 grep -v '^ *+' conftest.er1 >conftest.err
15513 rm -f conftest.er1
15514 cat conftest.err >&5
15515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15516 (exit $ac_status); } >/dev/null && {
15517 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15518 test ! -s conftest.err
15519 }; then
15520 ac_header_preproc=yes
15521 else
15522 $as_echo "$as_me: failed program was:" >&5
15523 sed 's/^/| /' conftest.$ac_ext >&5
15525 ac_header_preproc=no
15528 rm -f conftest.err conftest.$ac_ext
15529 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15530 $as_echo "$ac_header_preproc" >&6; }
15532 # So? What about this header?
15533 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15534 yes:no: )
15535 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15536 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15537 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15538 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15539 ac_header_preproc=yes
15541 no:yes:* )
15542 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15543 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15544 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15545 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15546 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15547 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15548 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15549 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15550 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15551 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15552 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15553 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15554 ( cat <<\_ASBOX
15555 ## ------------------------------------ ##
15556 ## Report this to wine-devel@winehq.org ##
15557 ## ------------------------------------ ##
15558 _ASBOX
15559 ) | sed "s/^/$as_me: WARNING: /" >&2
15561 esac
15562 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15563 $as_echo_n "checking for esd.h... " >&6; }
15564 if test "${ac_cv_header_esd_h+set}" = set; then
15565 $as_echo_n "(cached) " >&6
15566 else
15567 ac_cv_header_esd_h=$ac_header_preproc
15569 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15570 $as_echo "$ac_cv_header_esd_h" >&6; }
15573 if test "x$ac_cv_header_esd_h" = x""yes; then
15574 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15575 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15576 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15577 $as_echo_n "(cached) " >&6
15578 else
15579 ac_check_lib_save_LIBS=$LIBS
15580 LIBS="-lesd $ac_esd_libs $LIBS"
15581 cat >conftest.$ac_ext <<_ACEOF
15582 /* confdefs.h. */
15583 _ACEOF
15584 cat confdefs.h >>conftest.$ac_ext
15585 cat >>conftest.$ac_ext <<_ACEOF
15586 /* end confdefs.h. */
15588 /* Override any GCC internal prototype to avoid an error.
15589 Use char because int might match the return type of a GCC
15590 builtin and then its argument prototype would still apply. */
15591 #ifdef __cplusplus
15592 extern "C"
15593 #endif
15594 char esd_open_sound ();
15596 main ()
15598 return esd_open_sound ();
15600 return 0;
15602 _ACEOF
15603 rm -f conftest.$ac_objext conftest$ac_exeext
15604 if { (ac_try="$ac_link"
15605 case "(($ac_try" in
15606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15607 *) ac_try_echo=$ac_try;;
15608 esac
15609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15610 $as_echo "$ac_try_echo") >&5
15611 (eval "$ac_link") 2>conftest.er1
15612 ac_status=$?
15613 grep -v '^ *+' conftest.er1 >conftest.err
15614 rm -f conftest.er1
15615 cat conftest.err >&5
15616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); } && {
15618 test -z "$ac_c_werror_flag" ||
15619 test ! -s conftest.err
15620 } && test -s conftest$ac_exeext && {
15621 test "$cross_compiling" = yes ||
15622 $as_test_x conftest$ac_exeext
15623 }; then
15624 ac_cv_lib_esd_esd_open_sound=yes
15625 else
15626 $as_echo "$as_me: failed program was:" >&5
15627 sed 's/^/| /' conftest.$ac_ext >&5
15629 ac_cv_lib_esd_esd_open_sound=no
15632 rm -rf conftest.dSYM
15633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15634 conftest$ac_exeext conftest.$ac_ext
15635 LIBS=$ac_check_lib_save_LIBS
15637 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15638 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15639 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15640 ESDINCL="$ac_esd_incl"
15642 ESDLIBS="$ac_esd_libs"
15645 cat >>confdefs.h <<\_ACEOF
15646 #define HAVE_ESD 1
15647 _ACEOF
15654 CFLAGS="$save_CFLAGS"
15657 ALSALIBS=""
15659 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15660 then
15661 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15662 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15663 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15664 $as_echo_n "(cached) " >&6
15665 else
15666 ac_check_lib_save_LIBS=$LIBS
15667 LIBS="-lasound $LIBS"
15668 cat >conftest.$ac_ext <<_ACEOF
15669 /* confdefs.h. */
15670 _ACEOF
15671 cat confdefs.h >>conftest.$ac_ext
15672 cat >>conftest.$ac_ext <<_ACEOF
15673 /* end confdefs.h. */
15675 /* Override any GCC internal prototype to avoid an error.
15676 Use char because int might match the return type of a GCC
15677 builtin and then its argument prototype would still apply. */
15678 #ifdef __cplusplus
15679 extern "C"
15680 #endif
15681 char snd_pcm_hw_params_get_access ();
15683 main ()
15685 return snd_pcm_hw_params_get_access ();
15687 return 0;
15689 _ACEOF
15690 rm -f conftest.$ac_objext conftest$ac_exeext
15691 if { (ac_try="$ac_link"
15692 case "(($ac_try" in
15693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15694 *) ac_try_echo=$ac_try;;
15695 esac
15696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15697 $as_echo "$ac_try_echo") >&5
15698 (eval "$ac_link") 2>conftest.er1
15699 ac_status=$?
15700 grep -v '^ *+' conftest.er1 >conftest.err
15701 rm -f conftest.er1
15702 cat conftest.err >&5
15703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15704 (exit $ac_status); } && {
15705 test -z "$ac_c_werror_flag" ||
15706 test ! -s conftest.err
15707 } && test -s conftest$ac_exeext && {
15708 test "$cross_compiling" = yes ||
15709 $as_test_x conftest$ac_exeext
15710 }; then
15711 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15712 else
15713 $as_echo "$as_me: failed program was:" >&5
15714 sed 's/^/| /' conftest.$ac_ext >&5
15716 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15719 rm -rf conftest.dSYM
15720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15721 conftest$ac_exeext conftest.$ac_ext
15722 LIBS=$ac_check_lib_save_LIBS
15724 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15725 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15726 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15727 cat >conftest.$ac_ext <<_ACEOF
15728 /* confdefs.h. */
15729 _ACEOF
15730 cat confdefs.h >>conftest.$ac_ext
15731 cat >>conftest.$ac_ext <<_ACEOF
15732 /* end confdefs.h. */
15733 #ifdef HAVE_ALSA_ASOUNDLIB_H
15734 #include <alsa/asoundlib.h>
15735 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15736 #include <sys/asoundlib.h>
15737 #endif
15739 main ()
15741 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15743 return 0;
15745 _ACEOF
15746 rm -f conftest.$ac_objext
15747 if { (ac_try="$ac_compile"
15748 case "(($ac_try" in
15749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15750 *) ac_try_echo=$ac_try;;
15751 esac
15752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15753 $as_echo "$ac_try_echo") >&5
15754 (eval "$ac_compile") 2>conftest.er1
15755 ac_status=$?
15756 grep -v '^ *+' conftest.er1 >conftest.err
15757 rm -f conftest.er1
15758 cat conftest.err >&5
15759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15760 (exit $ac_status); } && {
15761 test -z "$ac_c_werror_flag" ||
15762 test ! -s conftest.err
15763 } && test -s conftest.$ac_objext; then
15765 cat >>confdefs.h <<\_ACEOF
15766 #define HAVE_ALSA 1
15767 _ACEOF
15769 ALSALIBS="-lasound"
15770 else
15771 $as_echo "$as_me: failed program was:" >&5
15772 sed 's/^/| /' conftest.$ac_ext >&5
15777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15782 AUDIOIOLIBS=""
15784 if test "$ac_cv_header_libaudioio_h" = "yes"
15785 then
15786 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15787 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15788 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15789 $as_echo_n "(cached) " >&6
15790 else
15791 ac_check_lib_save_LIBS=$LIBS
15792 LIBS="-laudioio $LIBS"
15793 cat >conftest.$ac_ext <<_ACEOF
15794 /* confdefs.h. */
15795 _ACEOF
15796 cat confdefs.h >>conftest.$ac_ext
15797 cat >>conftest.$ac_ext <<_ACEOF
15798 /* end confdefs.h. */
15800 /* Override any GCC internal prototype to avoid an error.
15801 Use char because int might match the return type of a GCC
15802 builtin and then its argument prototype would still apply. */
15803 #ifdef __cplusplus
15804 extern "C"
15805 #endif
15806 char AudioIOGetVersion ();
15808 main ()
15810 return AudioIOGetVersion ();
15812 return 0;
15814 _ACEOF
15815 rm -f conftest.$ac_objext conftest$ac_exeext
15816 if { (ac_try="$ac_link"
15817 case "(($ac_try" in
15818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15819 *) ac_try_echo=$ac_try;;
15820 esac
15821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15822 $as_echo "$ac_try_echo") >&5
15823 (eval "$ac_link") 2>conftest.er1
15824 ac_status=$?
15825 grep -v '^ *+' conftest.er1 >conftest.err
15826 rm -f conftest.er1
15827 cat conftest.err >&5
15828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15829 (exit $ac_status); } && {
15830 test -z "$ac_c_werror_flag" ||
15831 test ! -s conftest.err
15832 } && test -s conftest$ac_exeext && {
15833 test "$cross_compiling" = yes ||
15834 $as_test_x conftest$ac_exeext
15835 }; then
15836 ac_cv_lib_audioio_AudioIOGetVersion=yes
15837 else
15838 $as_echo "$as_me: failed program was:" >&5
15839 sed 's/^/| /' conftest.$ac_ext >&5
15841 ac_cv_lib_audioio_AudioIOGetVersion=no
15844 rm -rf conftest.dSYM
15845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15846 conftest$ac_exeext conftest.$ac_ext
15847 LIBS=$ac_check_lib_save_LIBS
15849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15850 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15851 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15852 AUDIOIOLIBS="-laudioio"
15854 cat >>confdefs.h <<\_ACEOF
15855 #define HAVE_LIBAUDIOIO 1
15856 _ACEOF
15863 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15864 then
15865 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15866 $as_echo_n "checking for -lcapi20... " >&6; }
15867 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15868 $as_echo_n "(cached) " >&6
15869 else
15870 ac_check_soname_save_LIBS=$LIBS
15871 LIBS="-lcapi20 $LIBS"
15872 cat >conftest.$ac_ext <<_ACEOF
15873 /* confdefs.h. */
15874 _ACEOF
15875 cat confdefs.h >>conftest.$ac_ext
15876 cat >>conftest.$ac_ext <<_ACEOF
15877 /* end confdefs.h. */
15879 /* Override any GCC internal prototype to avoid an error.
15880 Use char because int might match the return type of a GCC
15881 builtin and then its argument prototype would still apply. */
15882 #ifdef __cplusplus
15883 extern "C"
15884 #endif
15885 char capi20_register ();
15887 main ()
15889 return capi20_register ();
15891 return 0;
15893 _ACEOF
15894 rm -f conftest.$ac_objext conftest$ac_exeext
15895 if { (ac_try="$ac_link"
15896 case "(($ac_try" in
15897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15898 *) ac_try_echo=$ac_try;;
15899 esac
15900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15901 $as_echo "$ac_try_echo") >&5
15902 (eval "$ac_link") 2>conftest.er1
15903 ac_status=$?
15904 grep -v '^ *+' conftest.er1 >conftest.err
15905 rm -f conftest.er1
15906 cat conftest.err >&5
15907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); } && {
15909 test -z "$ac_c_werror_flag" ||
15910 test ! -s conftest.err
15911 } && test -s conftest$ac_exeext && {
15912 test "$cross_compiling" = yes ||
15913 $as_test_x conftest$ac_exeext
15914 }; then
15915 case "$LIBEXT" in
15916 dll) ;;
15917 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'` ;;
15918 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15919 esac
15920 else
15921 $as_echo "$as_me: failed program was:" >&5
15922 sed 's/^/| /' conftest.$ac_ext >&5
15927 rm -rf conftest.dSYM
15928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15929 conftest$ac_exeext conftest.$ac_ext
15930 LIBS=$ac_check_soname_save_LIBS
15932 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15933 { $as_echo "$as_me:$LINENO: result: not found" >&5
15934 $as_echo "not found" >&6; }
15936 else
15937 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15938 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15940 cat >>confdefs.h <<_ACEOF
15941 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15942 _ACEOF
15948 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15949 case "x$with_capi" in
15950 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15951 xno) ;;
15952 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15953 This is an error since --with-capi was requested." >&5
15954 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15955 This is an error since --with-capi was requested." >&2;}
15956 { (exit 1); exit 1; }; } ;;
15957 esac
15961 CUPSINCL=""
15963 if test "x$with_cups" != "xno"
15964 then
15965 ac_save_CPPFLAGS="$CPPFLAGS"
15966 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15967 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15968 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15970 for ac_header in cups/cups.h
15972 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15974 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15975 $as_echo_n "checking for $ac_header... " >&6; }
15976 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15977 $as_echo_n "(cached) " >&6
15979 ac_res=`eval 'as_val=${'$as_ac_Header'}
15980 $as_echo "$as_val"'`
15981 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15982 $as_echo "$ac_res" >&6; }
15983 else
15984 # Is the header compilable?
15985 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15986 $as_echo_n "checking $ac_header usability... " >&6; }
15987 cat >conftest.$ac_ext <<_ACEOF
15988 /* confdefs.h. */
15989 _ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h. */
15993 $ac_includes_default
15994 #include <$ac_header>
15995 _ACEOF
15996 rm -f conftest.$ac_objext
15997 if { (ac_try="$ac_compile"
15998 case "(($ac_try" in
15999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16000 *) ac_try_echo=$ac_try;;
16001 esac
16002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16003 $as_echo "$ac_try_echo") >&5
16004 (eval "$ac_compile") 2>conftest.er1
16005 ac_status=$?
16006 grep -v '^ *+' conftest.er1 >conftest.err
16007 rm -f conftest.er1
16008 cat conftest.err >&5
16009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16010 (exit $ac_status); } && {
16011 test -z "$ac_c_werror_flag" ||
16012 test ! -s conftest.err
16013 } && test -s conftest.$ac_objext; then
16014 ac_header_compiler=yes
16015 else
16016 $as_echo "$as_me: failed program was:" >&5
16017 sed 's/^/| /' conftest.$ac_ext >&5
16019 ac_header_compiler=no
16022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16023 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16024 $as_echo "$ac_header_compiler" >&6; }
16026 # Is the header present?
16027 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16028 $as_echo_n "checking $ac_header presence... " >&6; }
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h. */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h. */
16035 #include <$ac_header>
16036 _ACEOF
16037 if { (ac_try="$ac_cpp conftest.$ac_ext"
16038 case "(($ac_try" in
16039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16040 *) ac_try_echo=$ac_try;;
16041 esac
16042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16043 $as_echo "$ac_try_echo") >&5
16044 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16045 ac_status=$?
16046 grep -v '^ *+' conftest.er1 >conftest.err
16047 rm -f conftest.er1
16048 cat conftest.err >&5
16049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16050 (exit $ac_status); } >/dev/null && {
16051 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16052 test ! -s conftest.err
16053 }; then
16054 ac_header_preproc=yes
16055 else
16056 $as_echo "$as_me: failed program was:" >&5
16057 sed 's/^/| /' conftest.$ac_ext >&5
16059 ac_header_preproc=no
16062 rm -f conftest.err conftest.$ac_ext
16063 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16064 $as_echo "$ac_header_preproc" >&6; }
16066 # So? What about this header?
16067 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16068 yes:no: )
16069 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16070 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16071 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16072 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16073 ac_header_preproc=yes
16075 no:yes:* )
16076 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16077 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16078 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16079 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16080 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16081 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16082 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16083 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16084 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16085 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16086 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16087 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16088 ( cat <<\_ASBOX
16089 ## ------------------------------------ ##
16090 ## Report this to wine-devel@winehq.org ##
16091 ## ------------------------------------ ##
16092 _ASBOX
16093 ) | sed "s/^/$as_me: WARNING: /" >&2
16095 esac
16096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16097 $as_echo_n "checking for $ac_header... " >&6; }
16098 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16099 $as_echo_n "(cached) " >&6
16100 else
16101 eval "$as_ac_Header=\$ac_header_preproc"
16103 ac_res=`eval 'as_val=${'$as_ac_Header'}
16104 $as_echo "$as_val"'`
16105 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16106 $as_echo "$ac_res" >&6; }
16109 as_val=`eval 'as_val=${'$as_ac_Header'}
16110 $as_echo "$as_val"'`
16111 if test "x$as_val" = x""yes; then
16112 cat >>confdefs.h <<_ACEOF
16113 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16114 _ACEOF
16115 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16116 $as_echo_n "checking for -lcups... " >&6; }
16117 if test "${ac_cv_lib_soname_cups+set}" = set; then
16118 $as_echo_n "(cached) " >&6
16119 else
16120 ac_check_soname_save_LIBS=$LIBS
16121 LIBS="-lcups $ac_cups_libs $LIBS"
16122 cat >conftest.$ac_ext <<_ACEOF
16123 /* confdefs.h. */
16124 _ACEOF
16125 cat confdefs.h >>conftest.$ac_ext
16126 cat >>conftest.$ac_ext <<_ACEOF
16127 /* end confdefs.h. */
16129 /* Override any GCC internal prototype to avoid an error.
16130 Use char because int might match the return type of a GCC
16131 builtin and then its argument prototype would still apply. */
16132 #ifdef __cplusplus
16133 extern "C"
16134 #endif
16135 char cupsGetDefault ();
16137 main ()
16139 return cupsGetDefault ();
16141 return 0;
16143 _ACEOF
16144 rm -f conftest.$ac_objext conftest$ac_exeext
16145 if { (ac_try="$ac_link"
16146 case "(($ac_try" in
16147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16148 *) ac_try_echo=$ac_try;;
16149 esac
16150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16151 $as_echo "$ac_try_echo") >&5
16152 (eval "$ac_link") 2>conftest.er1
16153 ac_status=$?
16154 grep -v '^ *+' conftest.er1 >conftest.err
16155 rm -f conftest.er1
16156 cat conftest.err >&5
16157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16158 (exit $ac_status); } && {
16159 test -z "$ac_c_werror_flag" ||
16160 test ! -s conftest.err
16161 } && test -s conftest$ac_exeext && {
16162 test "$cross_compiling" = yes ||
16163 $as_test_x conftest$ac_exeext
16164 }; then
16165 case "$LIBEXT" in
16166 dll) ;;
16167 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'` ;;
16168 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16169 esac
16170 else
16171 $as_echo "$as_me: failed program was:" >&5
16172 sed 's/^/| /' conftest.$ac_ext >&5
16177 rm -rf conftest.dSYM
16178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16179 conftest$ac_exeext conftest.$ac_ext
16180 LIBS=$ac_check_soname_save_LIBS
16182 if test "x$ac_cv_lib_soname_cups" = "x"; then
16183 { $as_echo "$as_me:$LINENO: result: not found" >&5
16184 $as_echo "not found" >&6; }
16186 else
16187 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16188 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16190 cat >>confdefs.h <<_ACEOF
16191 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16192 _ACEOF
16194 CUPSINCL="$ac_cups_cflags"
16199 done
16201 CPPFLAGS="$ac_save_CPPFLAGS"
16203 if test "x$ac_cv_lib_soname_cups" = "x"; then
16204 case "x$with_cups" in
16205 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16206 xno) ;;
16207 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16208 This is an error since --with-cups was requested." >&5
16209 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16210 This is an error since --with-cups was requested." >&2;}
16211 { (exit 1); exit 1; }; } ;;
16212 esac
16216 if test "$ac_cv_header_jack_jack_h" = "yes"
16217 then
16218 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16219 $as_echo_n "checking for -ljack... " >&6; }
16220 if test "${ac_cv_lib_soname_jack+set}" = set; then
16221 $as_echo_n "(cached) " >&6
16222 else
16223 ac_check_soname_save_LIBS=$LIBS
16224 LIBS="-ljack $LIBS"
16225 cat >conftest.$ac_ext <<_ACEOF
16226 /* confdefs.h. */
16227 _ACEOF
16228 cat confdefs.h >>conftest.$ac_ext
16229 cat >>conftest.$ac_ext <<_ACEOF
16230 /* end confdefs.h. */
16232 /* Override any GCC internal prototype to avoid an error.
16233 Use char because int might match the return type of a GCC
16234 builtin and then its argument prototype would still apply. */
16235 #ifdef __cplusplus
16236 extern "C"
16237 #endif
16238 char jack_client_new ();
16240 main ()
16242 return jack_client_new ();
16244 return 0;
16246 _ACEOF
16247 rm -f conftest.$ac_objext conftest$ac_exeext
16248 if { (ac_try="$ac_link"
16249 case "(($ac_try" in
16250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16251 *) ac_try_echo=$ac_try;;
16252 esac
16253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16254 $as_echo "$ac_try_echo") >&5
16255 (eval "$ac_link") 2>conftest.er1
16256 ac_status=$?
16257 grep -v '^ *+' conftest.er1 >conftest.err
16258 rm -f conftest.er1
16259 cat conftest.err >&5
16260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261 (exit $ac_status); } && {
16262 test -z "$ac_c_werror_flag" ||
16263 test ! -s conftest.err
16264 } && test -s conftest$ac_exeext && {
16265 test "$cross_compiling" = yes ||
16266 $as_test_x conftest$ac_exeext
16267 }; then
16268 case "$LIBEXT" in
16269 dll) ;;
16270 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'` ;;
16271 *) 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'` ;;
16272 esac
16273 else
16274 $as_echo "$as_me: failed program was:" >&5
16275 sed 's/^/| /' conftest.$ac_ext >&5
16280 rm -rf conftest.dSYM
16281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16282 conftest$ac_exeext conftest.$ac_ext
16283 LIBS=$ac_check_soname_save_LIBS
16285 if test "x$ac_cv_lib_soname_jack" = "x"; then
16286 { $as_echo "$as_me:$LINENO: result: not found" >&5
16287 $as_echo "not found" >&6; }
16289 else
16290 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16291 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16293 cat >>confdefs.h <<_ACEOF
16294 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16295 _ACEOF
16302 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16303 then
16304 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16305 $as_echo_n "checking for -lfontconfig... " >&6; }
16306 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16307 $as_echo_n "(cached) " >&6
16308 else
16309 ac_check_soname_save_LIBS=$LIBS
16310 LIBS="-lfontconfig $LIBS"
16311 cat >conftest.$ac_ext <<_ACEOF
16312 /* confdefs.h. */
16313 _ACEOF
16314 cat confdefs.h >>conftest.$ac_ext
16315 cat >>conftest.$ac_ext <<_ACEOF
16316 /* end confdefs.h. */
16318 /* Override any GCC internal prototype to avoid an error.
16319 Use char because int might match the return type of a GCC
16320 builtin and then its argument prototype would still apply. */
16321 #ifdef __cplusplus
16322 extern "C"
16323 #endif
16324 char FcInit ();
16326 main ()
16328 return FcInit ();
16330 return 0;
16332 _ACEOF
16333 rm -f conftest.$ac_objext conftest$ac_exeext
16334 if { (ac_try="$ac_link"
16335 case "(($ac_try" in
16336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16337 *) ac_try_echo=$ac_try;;
16338 esac
16339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16340 $as_echo "$ac_try_echo") >&5
16341 (eval "$ac_link") 2>conftest.er1
16342 ac_status=$?
16343 grep -v '^ *+' conftest.er1 >conftest.err
16344 rm -f conftest.er1
16345 cat conftest.err >&5
16346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16347 (exit $ac_status); } && {
16348 test -z "$ac_c_werror_flag" ||
16349 test ! -s conftest.err
16350 } && test -s conftest$ac_exeext && {
16351 test "$cross_compiling" = yes ||
16352 $as_test_x conftest$ac_exeext
16353 }; then
16354 case "$LIBEXT" in
16355 dll) ;;
16356 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'` ;;
16357 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16358 esac
16359 else
16360 $as_echo "$as_me: failed program was:" >&5
16361 sed 's/^/| /' conftest.$ac_ext >&5
16366 rm -rf conftest.dSYM
16367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16368 conftest$ac_exeext conftest.$ac_ext
16369 LIBS=$ac_check_soname_save_LIBS
16371 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16372 { $as_echo "$as_me:$LINENO: result: not found" >&5
16373 $as_echo "not found" >&6; }
16375 else
16376 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16377 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16379 cat >>confdefs.h <<_ACEOF
16380 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16381 _ACEOF
16386 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16387 then
16388 ac_save_CPPFLAGS="$CPPFLAGS"
16389 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16390 $as_unset ac_cv_header_fontconfig_fontconfig_h
16392 for ac_header in fontconfig/fontconfig.h
16394 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16395 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16396 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16397 $as_echo_n "checking for $ac_header... " >&6; }
16398 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16399 $as_echo_n "(cached) " >&6
16401 ac_res=`eval 'as_val=${'$as_ac_Header'}
16402 $as_echo "$as_val"'`
16403 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16404 $as_echo "$ac_res" >&6; }
16405 else
16406 # Is the header compilable?
16407 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16408 $as_echo_n "checking $ac_header usability... " >&6; }
16409 cat >conftest.$ac_ext <<_ACEOF
16410 /* confdefs.h. */
16411 _ACEOF
16412 cat confdefs.h >>conftest.$ac_ext
16413 cat >>conftest.$ac_ext <<_ACEOF
16414 /* end confdefs.h. */
16415 $ac_includes_default
16416 #include <$ac_header>
16417 _ACEOF
16418 rm -f conftest.$ac_objext
16419 if { (ac_try="$ac_compile"
16420 case "(($ac_try" in
16421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16422 *) ac_try_echo=$ac_try;;
16423 esac
16424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16425 $as_echo "$ac_try_echo") >&5
16426 (eval "$ac_compile") 2>conftest.er1
16427 ac_status=$?
16428 grep -v '^ *+' conftest.er1 >conftest.err
16429 rm -f conftest.er1
16430 cat conftest.err >&5
16431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); } && {
16433 test -z "$ac_c_werror_flag" ||
16434 test ! -s conftest.err
16435 } && test -s conftest.$ac_objext; then
16436 ac_header_compiler=yes
16437 else
16438 $as_echo "$as_me: failed program was:" >&5
16439 sed 's/^/| /' conftest.$ac_ext >&5
16441 ac_header_compiler=no
16444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16445 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16446 $as_echo "$ac_header_compiler" >&6; }
16448 # Is the header present?
16449 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16450 $as_echo_n "checking $ac_header presence... " >&6; }
16451 cat >conftest.$ac_ext <<_ACEOF
16452 /* confdefs.h. */
16453 _ACEOF
16454 cat confdefs.h >>conftest.$ac_ext
16455 cat >>conftest.$ac_ext <<_ACEOF
16456 /* end confdefs.h. */
16457 #include <$ac_header>
16458 _ACEOF
16459 if { (ac_try="$ac_cpp conftest.$ac_ext"
16460 case "(($ac_try" in
16461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16462 *) ac_try_echo=$ac_try;;
16463 esac
16464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16465 $as_echo "$ac_try_echo") >&5
16466 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16467 ac_status=$?
16468 grep -v '^ *+' conftest.er1 >conftest.err
16469 rm -f conftest.er1
16470 cat conftest.err >&5
16471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16472 (exit $ac_status); } >/dev/null && {
16473 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16474 test ! -s conftest.err
16475 }; then
16476 ac_header_preproc=yes
16477 else
16478 $as_echo "$as_me: failed program was:" >&5
16479 sed 's/^/| /' conftest.$ac_ext >&5
16481 ac_header_preproc=no
16484 rm -f conftest.err conftest.$ac_ext
16485 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16486 $as_echo "$ac_header_preproc" >&6; }
16488 # So? What about this header?
16489 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16490 yes:no: )
16491 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16492 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16493 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16494 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16495 ac_header_preproc=yes
16497 no:yes:* )
16498 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16499 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16500 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16501 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16502 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16503 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16504 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16505 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16506 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16507 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16508 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16509 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16510 ( cat <<\_ASBOX
16511 ## ------------------------------------ ##
16512 ## Report this to wine-devel@winehq.org ##
16513 ## ------------------------------------ ##
16514 _ASBOX
16515 ) | sed "s/^/$as_me: WARNING: /" >&2
16517 esac
16518 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16519 $as_echo_n "checking for $ac_header... " >&6; }
16520 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16521 $as_echo_n "(cached) " >&6
16522 else
16523 eval "$as_ac_Header=\$ac_header_preproc"
16525 ac_res=`eval 'as_val=${'$as_ac_Header'}
16526 $as_echo "$as_val"'`
16527 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16528 $as_echo "$ac_res" >&6; }
16531 as_val=`eval 'as_val=${'$as_ac_Header'}
16532 $as_echo "$as_val"'`
16533 if test "x$as_val" = x""yes; then
16534 cat >>confdefs.h <<_ACEOF
16535 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16536 _ACEOF
16540 done
16542 CPPFLAGS="$ac_save_CPPFLAGS"
16543 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16544 then
16545 FONTCONFIGINCL="$X_CFLAGS"
16547 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16548 $as_echo_n "checking for -lfontconfig... " >&6; }
16549 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16550 $as_echo_n "(cached) " >&6
16551 else
16552 ac_check_soname_save_LIBS=$LIBS
16553 LIBS="-lfontconfig $X_LIBS $LIBS"
16554 cat >conftest.$ac_ext <<_ACEOF
16555 /* confdefs.h. */
16556 _ACEOF
16557 cat confdefs.h >>conftest.$ac_ext
16558 cat >>conftest.$ac_ext <<_ACEOF
16559 /* end confdefs.h. */
16561 /* Override any GCC internal prototype to avoid an error.
16562 Use char because int might match the return type of a GCC
16563 builtin and then its argument prototype would still apply. */
16564 #ifdef __cplusplus
16565 extern "C"
16566 #endif
16567 char FcInit ();
16569 main ()
16571 return FcInit ();
16573 return 0;
16575 _ACEOF
16576 rm -f conftest.$ac_objext conftest$ac_exeext
16577 if { (ac_try="$ac_link"
16578 case "(($ac_try" in
16579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16580 *) ac_try_echo=$ac_try;;
16581 esac
16582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16583 $as_echo "$ac_try_echo") >&5
16584 (eval "$ac_link") 2>conftest.er1
16585 ac_status=$?
16586 grep -v '^ *+' conftest.er1 >conftest.err
16587 rm -f conftest.er1
16588 cat conftest.err >&5
16589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16590 (exit $ac_status); } && {
16591 test -z "$ac_c_werror_flag" ||
16592 test ! -s conftest.err
16593 } && test -s conftest$ac_exeext && {
16594 test "$cross_compiling" = yes ||
16595 $as_test_x conftest$ac_exeext
16596 }; then
16597 case "$LIBEXT" in
16598 dll) ;;
16599 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'` ;;
16600 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16601 esac
16602 else
16603 $as_echo "$as_me: failed program was:" >&5
16604 sed 's/^/| /' conftest.$ac_ext >&5
16609 rm -rf conftest.dSYM
16610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16611 conftest$ac_exeext conftest.$ac_ext
16612 LIBS=$ac_check_soname_save_LIBS
16614 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16615 { $as_echo "$as_me:$LINENO: result: not found" >&5
16616 $as_echo "not found" >&6; }
16618 else
16619 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16620 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16622 cat >>confdefs.h <<_ACEOF
16623 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16624 _ACEOF
16631 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16632 case "x$with_fontconfig" in
16633 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16634 xno) ;;
16635 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16636 This is an error since --with-fontconfig was requested." >&5
16637 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16638 This is an error since --with-fontconfig was requested." >&2;}
16639 { (exit 1); exit 1; }; } ;;
16640 esac
16644 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16645 then
16646 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16647 $as_echo_n "checking for -lssl... " >&6; }
16648 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16649 $as_echo_n "(cached) " >&6
16650 else
16651 ac_check_soname_save_LIBS=$LIBS
16652 LIBS="-lssl $LIBS"
16653 cat >conftest.$ac_ext <<_ACEOF
16654 /* confdefs.h. */
16655 _ACEOF
16656 cat confdefs.h >>conftest.$ac_ext
16657 cat >>conftest.$ac_ext <<_ACEOF
16658 /* end confdefs.h. */
16660 /* Override any GCC internal prototype to avoid an error.
16661 Use char because int might match the return type of a GCC
16662 builtin and then its argument prototype would still apply. */
16663 #ifdef __cplusplus
16664 extern "C"
16665 #endif
16666 char SSL_library_init ();
16668 main ()
16670 return SSL_library_init ();
16672 return 0;
16674 _ACEOF
16675 rm -f conftest.$ac_objext conftest$ac_exeext
16676 if { (ac_try="$ac_link"
16677 case "(($ac_try" in
16678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16679 *) ac_try_echo=$ac_try;;
16680 esac
16681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16682 $as_echo "$ac_try_echo") >&5
16683 (eval "$ac_link") 2>conftest.er1
16684 ac_status=$?
16685 grep -v '^ *+' conftest.er1 >conftest.err
16686 rm -f conftest.er1
16687 cat conftest.err >&5
16688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16689 (exit $ac_status); } && {
16690 test -z "$ac_c_werror_flag" ||
16691 test ! -s conftest.err
16692 } && test -s conftest$ac_exeext && {
16693 test "$cross_compiling" = yes ||
16694 $as_test_x conftest$ac_exeext
16695 }; then
16696 case "$LIBEXT" in
16697 dll) ;;
16698 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'` ;;
16699 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16700 esac
16701 else
16702 $as_echo "$as_me: failed program was:" >&5
16703 sed 's/^/| /' conftest.$ac_ext >&5
16708 rm -rf conftest.dSYM
16709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16710 conftest$ac_exeext conftest.$ac_ext
16711 LIBS=$ac_check_soname_save_LIBS
16713 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16714 { $as_echo "$as_me:$LINENO: result: not found" >&5
16715 $as_echo "not found" >&6; }
16717 else
16718 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16719 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16721 cat >>confdefs.h <<_ACEOF
16722 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16723 _ACEOF
16728 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16729 $as_echo_n "checking for -lcrypto... " >&6; }
16730 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16731 $as_echo_n "(cached) " >&6
16732 else
16733 ac_check_soname_save_LIBS=$LIBS
16734 LIBS="-lcrypto $LIBS"
16735 cat >conftest.$ac_ext <<_ACEOF
16736 /* confdefs.h. */
16737 _ACEOF
16738 cat confdefs.h >>conftest.$ac_ext
16739 cat >>conftest.$ac_ext <<_ACEOF
16740 /* end confdefs.h. */
16742 /* Override any GCC internal prototype to avoid an error.
16743 Use char because int might match the return type of a GCC
16744 builtin and then its argument prototype would still apply. */
16745 #ifdef __cplusplus
16746 extern "C"
16747 #endif
16748 char BIO_new_socket ();
16750 main ()
16752 return BIO_new_socket ();
16754 return 0;
16756 _ACEOF
16757 rm -f conftest.$ac_objext conftest$ac_exeext
16758 if { (ac_try="$ac_link"
16759 case "(($ac_try" in
16760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16761 *) ac_try_echo=$ac_try;;
16762 esac
16763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16764 $as_echo "$ac_try_echo") >&5
16765 (eval "$ac_link") 2>conftest.er1
16766 ac_status=$?
16767 grep -v '^ *+' conftest.er1 >conftest.err
16768 rm -f conftest.er1
16769 cat conftest.err >&5
16770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); } && {
16772 test -z "$ac_c_werror_flag" ||
16773 test ! -s conftest.err
16774 } && test -s conftest$ac_exeext && {
16775 test "$cross_compiling" = yes ||
16776 $as_test_x conftest$ac_exeext
16777 }; then
16778 case "$LIBEXT" in
16779 dll) ;;
16780 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'` ;;
16781 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16782 esac
16783 else
16784 $as_echo "$as_me: failed program was:" >&5
16785 sed 's/^/| /' conftest.$ac_ext >&5
16790 rm -rf conftest.dSYM
16791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16792 conftest$ac_exeext conftest.$ac_ext
16793 LIBS=$ac_check_soname_save_LIBS
16795 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16796 { $as_echo "$as_me:$LINENO: result: not found" >&5
16797 $as_echo "not found" >&6; }
16799 else
16800 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16801 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16803 cat >>confdefs.h <<_ACEOF
16804 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16805 _ACEOF
16811 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16812 case "x$with_openssl" in
16813 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16814 xno) ;;
16815 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16816 This is an error since --with-openssl was requested." >&5
16817 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16818 This is an error since --with-openssl was requested." >&2;}
16819 { (exit 1); exit 1; }; } ;;
16820 esac
16824 if test "$ac_cv_header_jpeglib_h" = "yes"
16825 then
16826 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16827 $as_echo_n "checking for -ljpeg... " >&6; }
16828 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16829 $as_echo_n "(cached) " >&6
16830 else
16831 ac_check_soname_save_LIBS=$LIBS
16832 LIBS="-ljpeg $LIBS"
16833 cat >conftest.$ac_ext <<_ACEOF
16834 /* confdefs.h. */
16835 _ACEOF
16836 cat confdefs.h >>conftest.$ac_ext
16837 cat >>conftest.$ac_ext <<_ACEOF
16838 /* end confdefs.h. */
16840 /* Override any GCC internal prototype to avoid an error.
16841 Use char because int might match the return type of a GCC
16842 builtin and then its argument prototype would still apply. */
16843 #ifdef __cplusplus
16844 extern "C"
16845 #endif
16846 char jpeg_start_decompress ();
16848 main ()
16850 return jpeg_start_decompress ();
16852 return 0;
16854 _ACEOF
16855 rm -f conftest.$ac_objext conftest$ac_exeext
16856 if { (ac_try="$ac_link"
16857 case "(($ac_try" in
16858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16859 *) ac_try_echo=$ac_try;;
16860 esac
16861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16862 $as_echo "$ac_try_echo") >&5
16863 (eval "$ac_link") 2>conftest.er1
16864 ac_status=$?
16865 grep -v '^ *+' conftest.er1 >conftest.err
16866 rm -f conftest.er1
16867 cat conftest.err >&5
16868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869 (exit $ac_status); } && {
16870 test -z "$ac_c_werror_flag" ||
16871 test ! -s conftest.err
16872 } && test -s conftest$ac_exeext && {
16873 test "$cross_compiling" = yes ||
16874 $as_test_x conftest$ac_exeext
16875 }; then
16876 case "$LIBEXT" in
16877 dll) ;;
16878 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'` ;;
16879 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16880 esac
16881 else
16882 $as_echo "$as_me: failed program was:" >&5
16883 sed 's/^/| /' conftest.$ac_ext >&5
16888 rm -rf conftest.dSYM
16889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16890 conftest$ac_exeext conftest.$ac_ext
16891 LIBS=$ac_check_soname_save_LIBS
16893 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16894 { $as_echo "$as_me:$LINENO: result: not found" >&5
16895 $as_echo "not found" >&6; }
16897 else
16898 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16899 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16901 cat >>confdefs.h <<_ACEOF
16902 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16903 _ACEOF
16909 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16910 case "x$with_jpeg" in
16911 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16912 xno) ;;
16913 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16914 This is an error since --with-jpeg was requested." >&5
16915 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16916 This is an error since --with-jpeg was requested." >&2;}
16917 { (exit 1); exit 1; }; } ;;
16918 esac
16922 if test "$ac_cv_header_png_h" = "yes"
16923 then
16924 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16925 $as_echo_n "checking for -lpng... " >&6; }
16926 if test "${ac_cv_lib_soname_png+set}" = set; then
16927 $as_echo_n "(cached) " >&6
16928 else
16929 ac_check_soname_save_LIBS=$LIBS
16930 LIBS="-lpng -lm -lz $LIBS"
16931 cat >conftest.$ac_ext <<_ACEOF
16932 /* confdefs.h. */
16933 _ACEOF
16934 cat confdefs.h >>conftest.$ac_ext
16935 cat >>conftest.$ac_ext <<_ACEOF
16936 /* end confdefs.h. */
16938 /* Override any GCC internal prototype to avoid an error.
16939 Use char because int might match the return type of a GCC
16940 builtin and then its argument prototype would still apply. */
16941 #ifdef __cplusplus
16942 extern "C"
16943 #endif
16944 char png_create_read_struct ();
16946 main ()
16948 return png_create_read_struct ();
16950 return 0;
16952 _ACEOF
16953 rm -f conftest.$ac_objext conftest$ac_exeext
16954 if { (ac_try="$ac_link"
16955 case "(($ac_try" in
16956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16957 *) ac_try_echo=$ac_try;;
16958 esac
16959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16960 $as_echo "$ac_try_echo") >&5
16961 (eval "$ac_link") 2>conftest.er1
16962 ac_status=$?
16963 grep -v '^ *+' conftest.er1 >conftest.err
16964 rm -f conftest.er1
16965 cat conftest.err >&5
16966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16967 (exit $ac_status); } && {
16968 test -z "$ac_c_werror_flag" ||
16969 test ! -s conftest.err
16970 } && test -s conftest$ac_exeext && {
16971 test "$cross_compiling" = yes ||
16972 $as_test_x conftest$ac_exeext
16973 }; then
16974 case "$LIBEXT" in
16975 dll) ;;
16976 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'` ;;
16977 *) 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'` ;;
16978 esac
16979 else
16980 $as_echo "$as_me: failed program was:" >&5
16981 sed 's/^/| /' conftest.$ac_ext >&5
16986 rm -rf conftest.dSYM
16987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16988 conftest$ac_exeext conftest.$ac_ext
16989 LIBS=$ac_check_soname_save_LIBS
16991 if test "x$ac_cv_lib_soname_png" = "x"; then
16992 { $as_echo "$as_me:$LINENO: result: not found" >&5
16993 $as_echo "not found" >&6; }
16995 else
16996 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16997 $as_echo "$ac_cv_lib_soname_png" >&6; }
16999 cat >>confdefs.h <<_ACEOF
17000 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17001 _ACEOF
17007 if test "x$ac_cv_lib_soname_png" = "x"; then
17008 case "x$with_png" in
17009 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17010 xno) ;;
17011 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17012 This is an error since --with-png was requested." >&5
17013 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17014 This is an error since --with-png was requested." >&2;}
17015 { (exit 1); exit 1; }; } ;;
17016 esac
17020 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17021 $as_echo_n "checking for -lodbc... " >&6; }
17022 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17023 $as_echo_n "(cached) " >&6
17024 else
17025 ac_check_soname_save_LIBS=$LIBS
17026 LIBS="-lodbc $LIBS"
17027 cat >conftest.$ac_ext <<_ACEOF
17028 /* confdefs.h. */
17029 _ACEOF
17030 cat confdefs.h >>conftest.$ac_ext
17031 cat >>conftest.$ac_ext <<_ACEOF
17032 /* end confdefs.h. */
17034 /* Override any GCC internal prototype to avoid an error.
17035 Use char because int might match the return type of a GCC
17036 builtin and then its argument prototype would still apply. */
17037 #ifdef __cplusplus
17038 extern "C"
17039 #endif
17040 char SQLConnect ();
17042 main ()
17044 return SQLConnect ();
17046 return 0;
17048 _ACEOF
17049 rm -f conftest.$ac_objext conftest$ac_exeext
17050 if { (ac_try="$ac_link"
17051 case "(($ac_try" in
17052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17053 *) ac_try_echo=$ac_try;;
17054 esac
17055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17056 $as_echo "$ac_try_echo") >&5
17057 (eval "$ac_link") 2>conftest.er1
17058 ac_status=$?
17059 grep -v '^ *+' conftest.er1 >conftest.err
17060 rm -f conftest.er1
17061 cat conftest.err >&5
17062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); } && {
17064 test -z "$ac_c_werror_flag" ||
17065 test ! -s conftest.err
17066 } && test -s conftest$ac_exeext && {
17067 test "$cross_compiling" = yes ||
17068 $as_test_x conftest$ac_exeext
17069 }; then
17070 case "$LIBEXT" in
17071 dll) ;;
17072 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'` ;;
17073 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17074 esac
17075 else
17076 $as_echo "$as_me: failed program was:" >&5
17077 sed 's/^/| /' conftest.$ac_ext >&5
17082 rm -rf conftest.dSYM
17083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17084 conftest$ac_exeext conftest.$ac_ext
17085 LIBS=$ac_check_soname_save_LIBS
17087 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17088 { $as_echo "$as_me:$LINENO: result: not found" >&5
17089 $as_echo "not found" >&6; }
17090 cat >>confdefs.h <<_ACEOF
17091 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17092 _ACEOF
17094 else
17095 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17096 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17098 cat >>confdefs.h <<_ACEOF
17099 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17100 _ACEOF
17106 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17107 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17108 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17109 "$ac_cv_header_soundcard_h" != "yes" -a \
17110 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17111 then
17112 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17116 EXTRACFLAGS=""
17118 if test "x${GCC}" = "xyes"
17119 then
17120 EXTRACFLAGS="-Wall -pipe"
17122 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17123 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17124 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17125 $as_echo_n "(cached) " >&6
17126 else
17127 if test "$cross_compiling" = yes; then
17128 ac_cv_c_gcc_strength_bug="yes"
17129 else
17130 cat >conftest.$ac_ext <<_ACEOF
17131 /* confdefs.h. */
17132 _ACEOF
17133 cat confdefs.h >>conftest.$ac_ext
17134 cat >>conftest.$ac_ext <<_ACEOF
17135 /* end confdefs.h. */
17136 int L[4] = {0,1,2,3};
17138 main ()
17140 static int Array[3];
17141 unsigned int B = 3;
17142 int i;
17143 for(i=0; i<B; i++) Array[i] = i - 3;
17144 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17145 L[i] = 4;
17146 exit( Array[1] != -2 || L[2] != 3)
17148 return 0;
17150 _ACEOF
17151 rm -f conftest$ac_exeext
17152 if { (ac_try="$ac_link"
17153 case "(($ac_try" in
17154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17155 *) ac_try_echo=$ac_try;;
17156 esac
17157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17158 $as_echo "$ac_try_echo") >&5
17159 (eval "$ac_link") 2>&5
17160 ac_status=$?
17161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17162 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17163 { (case "(($ac_try" in
17164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17165 *) ac_try_echo=$ac_try;;
17166 esac
17167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17168 $as_echo "$ac_try_echo") >&5
17169 (eval "$ac_try") 2>&5
17170 ac_status=$?
17171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17172 (exit $ac_status); }; }; then
17173 ac_cv_c_gcc_strength_bug="no"
17174 else
17175 $as_echo "$as_me: program exited with status $ac_status" >&5
17176 $as_echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
17179 ( exit $ac_status )
17180 ac_cv_c_gcc_strength_bug="yes"
17182 rm -rf conftest.dSYM
17183 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17188 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17189 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17190 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17191 then
17192 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17196 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17197 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17198 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17199 $as_echo_n "(cached) " >&6
17200 else
17201 ac_wine_try_cflags_saved=$CFLAGS
17202 CFLAGS="$CFLAGS -fshort-wchar"
17203 cat >conftest.$ac_ext <<_ACEOF
17204 /* confdefs.h. */
17205 _ACEOF
17206 cat confdefs.h >>conftest.$ac_ext
17207 cat >>conftest.$ac_ext <<_ACEOF
17208 /* end confdefs.h. */
17211 main ()
17215 return 0;
17217 _ACEOF
17218 rm -f conftest.$ac_objext conftest$ac_exeext
17219 if { (ac_try="$ac_link"
17220 case "(($ac_try" in
17221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222 *) ac_try_echo=$ac_try;;
17223 esac
17224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17225 $as_echo "$ac_try_echo") >&5
17226 (eval "$ac_link") 2>conftest.er1
17227 ac_status=$?
17228 grep -v '^ *+' conftest.er1 >conftest.err
17229 rm -f conftest.er1
17230 cat conftest.err >&5
17231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232 (exit $ac_status); } && {
17233 test -z "$ac_c_werror_flag" ||
17234 test ! -s conftest.err
17235 } && test -s conftest$ac_exeext && {
17236 test "$cross_compiling" = yes ||
17237 $as_test_x conftest$ac_exeext
17238 }; then
17239 ac_cv_cflags__fshort_wchar=yes
17240 else
17241 $as_echo "$as_me: failed program was:" >&5
17242 sed 's/^/| /' conftest.$ac_ext >&5
17244 ac_cv_cflags__fshort_wchar=no
17247 rm -rf conftest.dSYM
17248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17249 conftest$ac_exeext conftest.$ac_ext
17250 CFLAGS=$ac_wine_try_cflags_saved
17252 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17253 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17254 if test $ac_cv_cflags__fshort_wchar = yes; then
17256 cat >>confdefs.h <<\_ACEOF
17257 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17258 _ACEOF
17262 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17263 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17264 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17265 $as_echo_n "(cached) " >&6
17266 else
17267 ac_wine_try_cflags_saved=$CFLAGS
17268 CFLAGS="$CFLAGS -fno-builtin"
17269 cat >conftest.$ac_ext <<_ACEOF
17270 /* confdefs.h. */
17271 _ACEOF
17272 cat confdefs.h >>conftest.$ac_ext
17273 cat >>conftest.$ac_ext <<_ACEOF
17274 /* end confdefs.h. */
17277 main ()
17281 return 0;
17283 _ACEOF
17284 rm -f conftest.$ac_objext conftest$ac_exeext
17285 if { (ac_try="$ac_link"
17286 case "(($ac_try" in
17287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17288 *) ac_try_echo=$ac_try;;
17289 esac
17290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17291 $as_echo "$ac_try_echo") >&5
17292 (eval "$ac_link") 2>conftest.er1
17293 ac_status=$?
17294 grep -v '^ *+' conftest.er1 >conftest.err
17295 rm -f conftest.er1
17296 cat conftest.err >&5
17297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); } && {
17299 test -z "$ac_c_werror_flag" ||
17300 test ! -s conftest.err
17301 } && test -s conftest$ac_exeext && {
17302 test "$cross_compiling" = yes ||
17303 $as_test_x conftest$ac_exeext
17304 }; then
17305 ac_cv_cflags__fno_builtin=yes
17306 else
17307 $as_echo "$as_me: failed program was:" >&5
17308 sed 's/^/| /' conftest.$ac_ext >&5
17310 ac_cv_cflags__fno_builtin=no
17313 rm -rf conftest.dSYM
17314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17315 conftest$ac_exeext conftest.$ac_ext
17316 CFLAGS=$ac_wine_try_cflags_saved
17318 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17319 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17320 if test $ac_cv_cflags__fno_builtin = yes; then
17321 BUILTINFLAG="-fno-builtin"
17325 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17326 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17327 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17328 $as_echo_n "(cached) " >&6
17329 else
17330 ac_wine_try_cflags_saved=$CFLAGS
17331 CFLAGS="$CFLAGS -fno-strict-aliasing"
17332 cat >conftest.$ac_ext <<_ACEOF
17333 /* confdefs.h. */
17334 _ACEOF
17335 cat confdefs.h >>conftest.$ac_ext
17336 cat >>conftest.$ac_ext <<_ACEOF
17337 /* end confdefs.h. */
17340 main ()
17344 return 0;
17346 _ACEOF
17347 rm -f conftest.$ac_objext conftest$ac_exeext
17348 if { (ac_try="$ac_link"
17349 case "(($ac_try" in
17350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17351 *) ac_try_echo=$ac_try;;
17352 esac
17353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17354 $as_echo "$ac_try_echo") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext && {
17365 test "$cross_compiling" = yes ||
17366 $as_test_x conftest$ac_exeext
17367 }; then
17368 ac_cv_cflags__fno_strict_aliasing=yes
17369 else
17370 $as_echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17373 ac_cv_cflags__fno_strict_aliasing=no
17376 rm -rf conftest.dSYM
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17379 CFLAGS=$ac_wine_try_cflags_saved
17381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17382 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17383 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17384 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17387 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17388 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17389 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17390 $as_echo_n "(cached) " >&6
17391 else
17392 ac_wine_try_cflags_saved=$CFLAGS
17393 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17402 main ()
17406 return 0;
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17416 $as_echo "$ac_try_echo") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext && {
17427 test "$cross_compiling" = yes ||
17428 $as_test_x conftest$ac_exeext
17429 }; then
17430 ac_cv_cflags__Wdeclaration_after_statement=yes
17431 else
17432 $as_echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.$ac_ext >&5
17435 ac_cv_cflags__Wdeclaration_after_statement=no
17438 rm -rf conftest.dSYM
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17440 conftest$ac_exeext conftest.$ac_ext
17441 CFLAGS=$ac_wine_try_cflags_saved
17443 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17444 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17445 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17446 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17449 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17450 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17451 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17452 $as_echo_n "(cached) " >&6
17453 else
17454 ac_wine_try_cflags_saved=$CFLAGS
17455 CFLAGS="$CFLAGS -Wwrite-strings"
17456 cat >conftest.$ac_ext <<_ACEOF
17457 /* confdefs.h. */
17458 _ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h. */
17464 main ()
17468 return 0;
17470 _ACEOF
17471 rm -f conftest.$ac_objext conftest$ac_exeext
17472 if { (ac_try="$ac_link"
17473 case "(($ac_try" in
17474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17475 *) ac_try_echo=$ac_try;;
17476 esac
17477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17478 $as_echo "$ac_try_echo") >&5
17479 (eval "$ac_link") 2>conftest.er1
17480 ac_status=$?
17481 grep -v '^ *+' conftest.er1 >conftest.err
17482 rm -f conftest.er1
17483 cat conftest.err >&5
17484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17485 (exit $ac_status); } && {
17486 test -z "$ac_c_werror_flag" ||
17487 test ! -s conftest.err
17488 } && test -s conftest$ac_exeext && {
17489 test "$cross_compiling" = yes ||
17490 $as_test_x conftest$ac_exeext
17491 }; then
17492 ac_cv_cflags__Wwrite_strings=yes
17493 else
17494 $as_echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.$ac_ext >&5
17497 ac_cv_cflags__Wwrite_strings=no
17500 rm -rf conftest.dSYM
17501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17502 conftest$ac_exeext conftest.$ac_ext
17503 CFLAGS=$ac_wine_try_cflags_saved
17505 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17506 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17507 if test $ac_cv_cflags__Wwrite_strings = yes; then
17508 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17511 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17514 $as_echo_n "(cached) " >&6
17515 else
17516 ac_wine_try_cflags_saved=$CFLAGS
17517 CFLAGS="$CFLAGS -Wtype-limits"
17518 cat >conftest.$ac_ext <<_ACEOF
17519 /* confdefs.h. */
17520 _ACEOF
17521 cat confdefs.h >>conftest.$ac_ext
17522 cat >>conftest.$ac_ext <<_ACEOF
17523 /* end confdefs.h. */
17526 main ()
17530 return 0;
17532 _ACEOF
17533 rm -f conftest.$ac_objext conftest$ac_exeext
17534 if { (ac_try="$ac_link"
17535 case "(($ac_try" in
17536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17537 *) ac_try_echo=$ac_try;;
17538 esac
17539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17540 $as_echo "$ac_try_echo") >&5
17541 (eval "$ac_link") 2>conftest.er1
17542 ac_status=$?
17543 grep -v '^ *+' conftest.er1 >conftest.err
17544 rm -f conftest.er1
17545 cat conftest.err >&5
17546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547 (exit $ac_status); } && {
17548 test -z "$ac_c_werror_flag" ||
17549 test ! -s conftest.err
17550 } && test -s conftest$ac_exeext && {
17551 test "$cross_compiling" = yes ||
17552 $as_test_x conftest$ac_exeext
17553 }; then
17554 ac_cv_cflags__Wtype_limits=yes
17555 else
17556 $as_echo "$as_me: failed program was:" >&5
17557 sed 's/^/| /' conftest.$ac_ext >&5
17559 ac_cv_cflags__Wtype_limits=no
17562 rm -rf conftest.dSYM
17563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17564 conftest$ac_exeext conftest.$ac_ext
17565 CFLAGS=$ac_wine_try_cflags_saved
17567 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17568 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17569 if test $ac_cv_cflags__Wtype_limits = yes; then
17570 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17574 saved_CFLAGS="$CFLAGS"
17575 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17576 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17577 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17578 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17579 $as_echo_n "(cached) " >&6
17580 else
17581 cat >conftest.$ac_ext <<_ACEOF
17582 /* confdefs.h. */
17583 _ACEOF
17584 cat confdefs.h >>conftest.$ac_ext
17585 cat >>conftest.$ac_ext <<_ACEOF
17586 /* end confdefs.h. */
17587 #include <string.h>
17589 main ()
17593 return 0;
17595 _ACEOF
17596 rm -f conftest.$ac_objext
17597 if { (ac_try="$ac_compile"
17598 case "(($ac_try" in
17599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17600 *) ac_try_echo=$ac_try;;
17601 esac
17602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17603 $as_echo "$ac_try_echo") >&5
17604 (eval "$ac_compile") 2>conftest.er1
17605 ac_status=$?
17606 grep -v '^ *+' conftest.er1 >conftest.err
17607 rm -f conftest.er1
17608 cat conftest.err >&5
17609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } && {
17611 test -z "$ac_c_werror_flag" ||
17612 test ! -s conftest.err
17613 } && test -s conftest.$ac_objext; then
17614 ac_cv_c_string_h_warnings=no
17615 else
17616 $as_echo "$as_me: failed program was:" >&5
17617 sed 's/^/| /' conftest.$ac_ext >&5
17619 ac_cv_c_string_h_warnings=yes
17622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17624 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17625 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17626 CFLAGS="$saved_CFLAGS"
17627 if test "$ac_cv_c_string_h_warnings" = "no"
17628 then
17629 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17634 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17635 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17636 if test "${ac_cv_asm_func_def+set}" = set; then
17637 $as_echo_n "(cached) " >&6
17638 else
17639 cat >conftest.$ac_ext <<_ACEOF
17640 /* confdefs.h. */
17641 _ACEOF
17642 cat confdefs.h >>conftest.$ac_ext
17643 cat >>conftest.$ac_ext <<_ACEOF
17644 /* end confdefs.h. */
17647 main ()
17649 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17651 return 0;
17653 _ACEOF
17654 rm -f conftest.$ac_objext conftest$ac_exeext
17655 if { (ac_try="$ac_link"
17656 case "(($ac_try" in
17657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17658 *) ac_try_echo=$ac_try;;
17659 esac
17660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17661 $as_echo "$ac_try_echo") >&5
17662 (eval "$ac_link") 2>conftest.er1
17663 ac_status=$?
17664 grep -v '^ *+' conftest.er1 >conftest.err
17665 rm -f conftest.er1
17666 cat conftest.err >&5
17667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); } && {
17669 test -z "$ac_c_werror_flag" ||
17670 test ! -s conftest.err
17671 } && test -s conftest$ac_exeext && {
17672 test "$cross_compiling" = yes ||
17673 $as_test_x conftest$ac_exeext
17674 }; then
17675 ac_cv_asm_func_def=".def"
17676 else
17677 $as_echo "$as_me: failed program was:" >&5
17678 sed 's/^/| /' conftest.$ac_ext >&5
17680 cat >conftest.$ac_ext <<_ACEOF
17681 /* confdefs.h. */
17682 _ACEOF
17683 cat confdefs.h >>conftest.$ac_ext
17684 cat >>conftest.$ac_ext <<_ACEOF
17685 /* end confdefs.h. */
17688 main ()
17690 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17692 return 0;
17694 _ACEOF
17695 rm -f conftest.$ac_objext conftest$ac_exeext
17696 if { (ac_try="$ac_link"
17697 case "(($ac_try" in
17698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17699 *) ac_try_echo=$ac_try;;
17700 esac
17701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17702 $as_echo "$ac_try_echo") >&5
17703 (eval "$ac_link") 2>conftest.er1
17704 ac_status=$?
17705 grep -v '^ *+' conftest.er1 >conftest.err
17706 rm -f conftest.er1
17707 cat conftest.err >&5
17708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17709 (exit $ac_status); } && {
17710 test -z "$ac_c_werror_flag" ||
17711 test ! -s conftest.err
17712 } && test -s conftest$ac_exeext && {
17713 test "$cross_compiling" = yes ||
17714 $as_test_x conftest$ac_exeext
17715 }; then
17716 ac_cv_asm_func_def=".type @function"
17717 else
17718 $as_echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.$ac_ext >&5
17721 cat >conftest.$ac_ext <<_ACEOF
17722 /* confdefs.h. */
17723 _ACEOF
17724 cat confdefs.h >>conftest.$ac_ext
17725 cat >>conftest.$ac_ext <<_ACEOF
17726 /* end confdefs.h. */
17729 main ()
17731 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17733 return 0;
17735 _ACEOF
17736 rm -f conftest.$ac_objext conftest$ac_exeext
17737 if { (ac_try="$ac_link"
17738 case "(($ac_try" in
17739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17740 *) ac_try_echo=$ac_try;;
17741 esac
17742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17743 $as_echo "$ac_try_echo") >&5
17744 (eval "$ac_link") 2>conftest.er1
17745 ac_status=$?
17746 grep -v '^ *+' conftest.er1 >conftest.err
17747 rm -f conftest.er1
17748 cat conftest.err >&5
17749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750 (exit $ac_status); } && {
17751 test -z "$ac_c_werror_flag" ||
17752 test ! -s conftest.err
17753 } && test -s conftest$ac_exeext && {
17754 test "$cross_compiling" = yes ||
17755 $as_test_x conftest$ac_exeext
17756 }; then
17757 ac_cv_asm_func_def=".type 2"
17758 else
17759 $as_echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.$ac_ext >&5
17762 ac_cv_asm_func_def="unknown"
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767 conftest$ac_exeext conftest.$ac_ext
17770 rm -rf conftest.dSYM
17771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17772 conftest$ac_exeext conftest.$ac_ext
17775 rm -rf conftest.dSYM
17776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17777 conftest$ac_exeext conftest.$ac_ext
17779 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17780 $as_echo "$ac_cv_asm_func_def" >&6; }
17784 case "$ac_cv_asm_func_def" in
17785 ".def")
17786 cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17788 _ACEOF
17790 ".type @function")
17791 cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17793 _ACEOF
17795 ".type 2")
17796 cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17798 _ACEOF
17801 cat >>confdefs.h <<\_ACEOF
17802 #define __ASM_FUNC(name) ""
17803 _ACEOF
17805 esac
17808 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17809 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17810 if test "${ac_cv_c_extern_prefix+set}" = set; then
17811 $as_echo_n "(cached) " >&6
17812 else
17813 cat >conftest.$ac_ext <<_ACEOF
17814 /* confdefs.h. */
17815 _ACEOF
17816 cat confdefs.h >>conftest.$ac_ext
17817 cat >>conftest.$ac_ext <<_ACEOF
17818 /* end confdefs.h. */
17819 extern int ac_test;
17821 main ()
17823 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17825 return 0;
17827 _ACEOF
17828 rm -f conftest.$ac_objext conftest$ac_exeext
17829 if { (ac_try="$ac_link"
17830 case "(($ac_try" in
17831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17832 *) ac_try_echo=$ac_try;;
17833 esac
17834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17835 $as_echo "$ac_try_echo") >&5
17836 (eval "$ac_link") 2>conftest.er1
17837 ac_status=$?
17838 grep -v '^ *+' conftest.er1 >conftest.err
17839 rm -f conftest.er1
17840 cat conftest.err >&5
17841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17842 (exit $ac_status); } && {
17843 test -z "$ac_c_werror_flag" ||
17844 test ! -s conftest.err
17845 } && test -s conftest$ac_exeext && {
17846 test "$cross_compiling" = yes ||
17847 $as_test_x conftest$ac_exeext
17848 }; then
17849 ac_cv_c_extern_prefix="yes"
17850 else
17851 $as_echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17854 ac_cv_c_extern_prefix="no"
17857 rm -rf conftest.dSYM
17858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17859 conftest$ac_exeext conftest.$ac_ext
17861 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17862 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17866 if test "$ac_cv_c_extern_prefix" = "yes"
17867 then
17868 cat >>confdefs.h <<\_ACEOF
17869 #define __ASM_NAME(name) "_" name
17870 _ACEOF
17872 else
17873 cat >>confdefs.h <<\_ACEOF
17874 #define __ASM_NAME(name) name
17875 _ACEOF
17880 LDPATH=""
17882 case $build_os in
17883 cygwin*|mingw32*)
17884 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17886 darwin*|macosx*)
17888 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17889 then
17890 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17894 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17896 esac
17898 case $host_os in
17899 mingw32*)
17900 CRTLIBS="-lmsvcrt"
17902 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17905 esac
17907 MAIN_BINARY="wine-pthread"
17908 case $host_cpu in
17909 *i[3456789]86*)
17910 case $host_os in
17911 linux* | k*bsd*-gnu)
17912 MAIN_BINARY="wine-glibc"
17914 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17916 freebsd*)
17917 MAIN_BINARY="wine-freebsd"
17919 EXTRA_BINARIES="wine-pthread"
17921 esac
17923 esac
17999 for ac_func in \
18000 _pclose \
18001 _popen \
18002 _snprintf \
18003 _spawnvp \
18004 _strdup \
18005 _stricmp \
18006 _strnicmp \
18007 _strtoi64 \
18008 _strtoui64 \
18009 _vsnprintf \
18010 asctime_r \
18011 chsize \
18012 clone \
18013 dlopen \
18014 epoll_create \
18015 ffs \
18016 finite \
18017 fork \
18018 fpclass \
18019 fstatfs \
18020 fstatvfs \
18021 ftruncate \
18022 futimes \
18023 futimesat \
18024 getdirentries \
18025 getopt_long \
18026 getpagesize \
18027 getpwuid \
18028 gettid \
18029 gettimeofday \
18030 getuid \
18031 inet_ntop \
18032 inet_pton \
18033 kqueue \
18034 lstat \
18035 memmove \
18036 mmap \
18037 pclose \
18038 poll \
18039 popen \
18040 prctl \
18041 pread \
18042 pwrite \
18043 readdir \
18044 readlink \
18045 rfork \
18046 sched_yield \
18047 select \
18048 setproctitle \
18049 setrlimit \
18050 settimeofday \
18051 sigaltstack \
18052 sigprocmask \
18053 snprintf \
18054 socketpair \
18055 spawnvp \
18056 statfs \
18057 statvfs \
18058 strcasecmp \
18059 strdup \
18060 strerror \
18061 strncasecmp \
18062 strtold \
18063 strtoll \
18064 strtoull \
18065 symlink \
18066 tcgetattr \
18067 thr_kill2 \
18068 timegm \
18069 usleep \
18070 vsnprintf \
18071 wait4 \
18072 waitpid \
18075 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18076 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18077 $as_echo_n "checking for $ac_func... " >&6; }
18078 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18079 $as_echo_n "(cached) " >&6
18080 else
18081 cat >conftest.$ac_ext <<_ACEOF
18082 /* confdefs.h. */
18083 _ACEOF
18084 cat confdefs.h >>conftest.$ac_ext
18085 cat >>conftest.$ac_ext <<_ACEOF
18086 /* end confdefs.h. */
18087 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18088 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18089 #define $ac_func innocuous_$ac_func
18091 /* System header to define __stub macros and hopefully few prototypes,
18092 which can conflict with char $ac_func (); below.
18093 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18094 <limits.h> exists even on freestanding compilers. */
18096 #ifdef __STDC__
18097 # include <limits.h>
18098 #else
18099 # include <assert.h>
18100 #endif
18102 #undef $ac_func
18104 /* Override any GCC internal prototype to avoid an error.
18105 Use char because int might match the return type of a GCC
18106 builtin and then its argument prototype would still apply. */
18107 #ifdef __cplusplus
18108 extern "C"
18109 #endif
18110 char $ac_func ();
18111 /* The GNU C library defines this for functions which it implements
18112 to always fail with ENOSYS. Some functions are actually named
18113 something starting with __ and the normal name is an alias. */
18114 #if defined __stub_$ac_func || defined __stub___$ac_func
18115 choke me
18116 #endif
18119 main ()
18121 return $ac_func ();
18123 return 0;
18125 _ACEOF
18126 rm -f conftest.$ac_objext conftest$ac_exeext
18127 if { (ac_try="$ac_link"
18128 case "(($ac_try" in
18129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18131 esac
18132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18133 $as_echo "$ac_try_echo") >&5
18134 (eval "$ac_link") 2>conftest.er1
18135 ac_status=$?
18136 grep -v '^ *+' conftest.er1 >conftest.err
18137 rm -f conftest.er1
18138 cat conftest.err >&5
18139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18140 (exit $ac_status); } && {
18141 test -z "$ac_c_werror_flag" ||
18142 test ! -s conftest.err
18143 } && test -s conftest$ac_exeext && {
18144 test "$cross_compiling" = yes ||
18145 $as_test_x conftest$ac_exeext
18146 }; then
18147 eval "$as_ac_var=yes"
18148 else
18149 $as_echo "$as_me: failed program was:" >&5
18150 sed 's/^/| /' conftest.$ac_ext >&5
18152 eval "$as_ac_var=no"
18155 rm -rf conftest.dSYM
18156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18157 conftest$ac_exeext conftest.$ac_ext
18159 ac_res=`eval 'as_val=${'$as_ac_var'}
18160 $as_echo "$as_val"'`
18161 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18162 $as_echo "$ac_res" >&6; }
18163 as_val=`eval 'as_val=${'$as_ac_var'}
18164 $as_echo "$as_val"'`
18165 if test "x$as_val" = x""yes; then
18166 cat >>confdefs.h <<_ACEOF
18167 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18168 _ACEOF
18171 done
18174 if test "$ac_cv_func_dlopen" = no
18175 then
18176 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18177 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18178 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18179 $as_echo_n "(cached) " >&6
18180 else
18181 ac_check_lib_save_LIBS=$LIBS
18182 LIBS="-ldl $LIBS"
18183 cat >conftest.$ac_ext <<_ACEOF
18184 /* confdefs.h. */
18185 _ACEOF
18186 cat confdefs.h >>conftest.$ac_ext
18187 cat >>conftest.$ac_ext <<_ACEOF
18188 /* end confdefs.h. */
18190 /* Override any GCC internal prototype to avoid an error.
18191 Use char because int might match the return type of a GCC
18192 builtin and then its argument prototype would still apply. */
18193 #ifdef __cplusplus
18194 extern "C"
18195 #endif
18196 char dlopen ();
18198 main ()
18200 return dlopen ();
18202 return 0;
18204 _ACEOF
18205 rm -f conftest.$ac_objext conftest$ac_exeext
18206 if { (ac_try="$ac_link"
18207 case "(($ac_try" in
18208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18209 *) ac_try_echo=$ac_try;;
18210 esac
18211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18212 $as_echo "$ac_try_echo") >&5
18213 (eval "$ac_link") 2>conftest.er1
18214 ac_status=$?
18215 grep -v '^ *+' conftest.er1 >conftest.err
18216 rm -f conftest.er1
18217 cat conftest.err >&5
18218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18219 (exit $ac_status); } && {
18220 test -z "$ac_c_werror_flag" ||
18221 test ! -s conftest.err
18222 } && test -s conftest$ac_exeext && {
18223 test "$cross_compiling" = yes ||
18224 $as_test_x conftest$ac_exeext
18225 }; then
18226 ac_cv_lib_dl_dlopen=yes
18227 else
18228 $as_echo "$as_me: failed program was:" >&5
18229 sed 's/^/| /' conftest.$ac_ext >&5
18231 ac_cv_lib_dl_dlopen=no
18234 rm -rf conftest.dSYM
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18237 LIBS=$ac_check_lib_save_LIBS
18239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18240 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18241 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18242 cat >>confdefs.h <<\_ACEOF
18243 #define HAVE_DLOPEN 1
18244 _ACEOF
18245 LIBDL="-ldl"
18250 ac_wine_check_funcs_save_LIBS="$LIBS"
18251 LIBS="$LIBS $LIBDL"
18253 for ac_func in dladdr
18255 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18256 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18257 $as_echo_n "checking for $ac_func... " >&6; }
18258 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18259 $as_echo_n "(cached) " >&6
18260 else
18261 cat >conftest.$ac_ext <<_ACEOF
18262 /* confdefs.h. */
18263 _ACEOF
18264 cat confdefs.h >>conftest.$ac_ext
18265 cat >>conftest.$ac_ext <<_ACEOF
18266 /* end confdefs.h. */
18267 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18268 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18269 #define $ac_func innocuous_$ac_func
18271 /* System header to define __stub macros and hopefully few prototypes,
18272 which can conflict with char $ac_func (); below.
18273 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18274 <limits.h> exists even on freestanding compilers. */
18276 #ifdef __STDC__
18277 # include <limits.h>
18278 #else
18279 # include <assert.h>
18280 #endif
18282 #undef $ac_func
18284 /* Override any GCC internal prototype to avoid an error.
18285 Use char because int might match the return type of a GCC
18286 builtin and then its argument prototype would still apply. */
18287 #ifdef __cplusplus
18288 extern "C"
18289 #endif
18290 char $ac_func ();
18291 /* The GNU C library defines this for functions which it implements
18292 to always fail with ENOSYS. Some functions are actually named
18293 something starting with __ and the normal name is an alias. */
18294 #if defined __stub_$ac_func || defined __stub___$ac_func
18295 choke me
18296 #endif
18299 main ()
18301 return $ac_func ();
18303 return 0;
18305 _ACEOF
18306 rm -f conftest.$ac_objext conftest$ac_exeext
18307 if { (ac_try="$ac_link"
18308 case "(($ac_try" in
18309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18310 *) ac_try_echo=$ac_try;;
18311 esac
18312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18313 $as_echo "$ac_try_echo") >&5
18314 (eval "$ac_link") 2>conftest.er1
18315 ac_status=$?
18316 grep -v '^ *+' conftest.er1 >conftest.err
18317 rm -f conftest.er1
18318 cat conftest.err >&5
18319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18320 (exit $ac_status); } && {
18321 test -z "$ac_c_werror_flag" ||
18322 test ! -s conftest.err
18323 } && test -s conftest$ac_exeext && {
18324 test "$cross_compiling" = yes ||
18325 $as_test_x conftest$ac_exeext
18326 }; then
18327 eval "$as_ac_var=yes"
18328 else
18329 $as_echo "$as_me: failed program was:" >&5
18330 sed 's/^/| /' conftest.$ac_ext >&5
18332 eval "$as_ac_var=no"
18335 rm -rf conftest.dSYM
18336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18337 conftest$ac_exeext conftest.$ac_ext
18339 ac_res=`eval 'as_val=${'$as_ac_var'}
18340 $as_echo "$as_val"'`
18341 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18342 $as_echo "$ac_res" >&6; }
18343 as_val=`eval 'as_val=${'$as_ac_var'}
18344 $as_echo "$as_val"'`
18345 if test "x$as_val" = x""yes; then
18346 cat >>confdefs.h <<_ACEOF
18347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18348 _ACEOF
18351 done
18353 LIBS="$ac_wine_check_funcs_save_LIBS"
18355 if test "$ac_cv_func_poll" = no
18356 then
18357 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18358 $as_echo_n "checking for poll in -lpoll... " >&6; }
18359 if test "${ac_cv_lib_poll_poll+set}" = set; then
18360 $as_echo_n "(cached) " >&6
18361 else
18362 ac_check_lib_save_LIBS=$LIBS
18363 LIBS="-lpoll $LIBS"
18364 cat >conftest.$ac_ext <<_ACEOF
18365 /* confdefs.h. */
18366 _ACEOF
18367 cat confdefs.h >>conftest.$ac_ext
18368 cat >>conftest.$ac_ext <<_ACEOF
18369 /* end confdefs.h. */
18371 /* Override any GCC internal prototype to avoid an error.
18372 Use char because int might match the return type of a GCC
18373 builtin and then its argument prototype would still apply. */
18374 #ifdef __cplusplus
18375 extern "C"
18376 #endif
18377 char poll ();
18379 main ()
18381 return poll ();
18383 return 0;
18385 _ACEOF
18386 rm -f conftest.$ac_objext conftest$ac_exeext
18387 if { (ac_try="$ac_link"
18388 case "(($ac_try" in
18389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18390 *) ac_try_echo=$ac_try;;
18391 esac
18392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18393 $as_echo "$ac_try_echo") >&5
18394 (eval "$ac_link") 2>conftest.er1
18395 ac_status=$?
18396 grep -v '^ *+' conftest.er1 >conftest.err
18397 rm -f conftest.er1
18398 cat conftest.err >&5
18399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest$ac_exeext && {
18404 test "$cross_compiling" = yes ||
18405 $as_test_x conftest$ac_exeext
18406 }; then
18407 ac_cv_lib_poll_poll=yes
18408 else
18409 $as_echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18412 ac_cv_lib_poll_poll=no
18415 rm -rf conftest.dSYM
18416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18417 conftest$ac_exeext conftest.$ac_ext
18418 LIBS=$ac_check_lib_save_LIBS
18420 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18421 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18422 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18423 cat >>confdefs.h <<\_ACEOF
18424 #define HAVE_POLL 1
18425 _ACEOF
18426 LIBPOLL="-lpoll"
18432 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18433 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18434 if test "${ac_cv_search_gethostbyname+set}" = set; then
18435 $as_echo_n "(cached) " >&6
18436 else
18437 ac_func_search_save_LIBS=$LIBS
18438 cat >conftest.$ac_ext <<_ACEOF
18439 /* confdefs.h. */
18440 _ACEOF
18441 cat confdefs.h >>conftest.$ac_ext
18442 cat >>conftest.$ac_ext <<_ACEOF
18443 /* end confdefs.h. */
18445 /* Override any GCC internal prototype to avoid an error.
18446 Use char because int might match the return type of a GCC
18447 builtin and then its argument prototype would still apply. */
18448 #ifdef __cplusplus
18449 extern "C"
18450 #endif
18451 char gethostbyname ();
18453 main ()
18455 return gethostbyname ();
18457 return 0;
18459 _ACEOF
18460 for ac_lib in '' nsl; do
18461 if test -z "$ac_lib"; then
18462 ac_res="none required"
18463 else
18464 ac_res=-l$ac_lib
18465 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18467 rm -f conftest.$ac_objext conftest$ac_exeext
18468 if { (ac_try="$ac_link"
18469 case "(($ac_try" in
18470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18471 *) ac_try_echo=$ac_try;;
18472 esac
18473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18474 $as_echo "$ac_try_echo") >&5
18475 (eval "$ac_link") 2>conftest.er1
18476 ac_status=$?
18477 grep -v '^ *+' conftest.er1 >conftest.err
18478 rm -f conftest.er1
18479 cat conftest.err >&5
18480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18481 (exit $ac_status); } && {
18482 test -z "$ac_c_werror_flag" ||
18483 test ! -s conftest.err
18484 } && test -s conftest$ac_exeext && {
18485 test "$cross_compiling" = yes ||
18486 $as_test_x conftest$ac_exeext
18487 }; then
18488 ac_cv_search_gethostbyname=$ac_res
18489 else
18490 $as_echo "$as_me: failed program was:" >&5
18491 sed 's/^/| /' conftest.$ac_ext >&5
18496 rm -rf conftest.dSYM
18497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18498 conftest$ac_exeext
18499 if test "${ac_cv_search_gethostbyname+set}" = set; then
18500 break
18502 done
18503 if test "${ac_cv_search_gethostbyname+set}" = set; then
18505 else
18506 ac_cv_search_gethostbyname=no
18508 rm conftest.$ac_ext
18509 LIBS=$ac_func_search_save_LIBS
18511 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18512 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18513 ac_res=$ac_cv_search_gethostbyname
18514 if test "$ac_res" != no; then
18515 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18520 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18521 $as_echo_n "checking for library containing connect... " >&6; }
18522 if test "${ac_cv_search_connect+set}" = set; then
18523 $as_echo_n "(cached) " >&6
18524 else
18525 ac_func_search_save_LIBS=$LIBS
18526 cat >conftest.$ac_ext <<_ACEOF
18527 /* confdefs.h. */
18528 _ACEOF
18529 cat confdefs.h >>conftest.$ac_ext
18530 cat >>conftest.$ac_ext <<_ACEOF
18531 /* end confdefs.h. */
18533 /* Override any GCC internal prototype to avoid an error.
18534 Use char because int might match the return type of a GCC
18535 builtin and then its argument prototype would still apply. */
18536 #ifdef __cplusplus
18537 extern "C"
18538 #endif
18539 char connect ();
18541 main ()
18543 return connect ();
18545 return 0;
18547 _ACEOF
18548 for ac_lib in '' socket; do
18549 if test -z "$ac_lib"; then
18550 ac_res="none required"
18551 else
18552 ac_res=-l$ac_lib
18553 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18555 rm -f conftest.$ac_objext conftest$ac_exeext
18556 if { (ac_try="$ac_link"
18557 case "(($ac_try" in
18558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18559 *) ac_try_echo=$ac_try;;
18560 esac
18561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18562 $as_echo "$ac_try_echo") >&5
18563 (eval "$ac_link") 2>conftest.er1
18564 ac_status=$?
18565 grep -v '^ *+' conftest.er1 >conftest.err
18566 rm -f conftest.er1
18567 cat conftest.err >&5
18568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18569 (exit $ac_status); } && {
18570 test -z "$ac_c_werror_flag" ||
18571 test ! -s conftest.err
18572 } && test -s conftest$ac_exeext && {
18573 test "$cross_compiling" = yes ||
18574 $as_test_x conftest$ac_exeext
18575 }; then
18576 ac_cv_search_connect=$ac_res
18577 else
18578 $as_echo "$as_me: failed program was:" >&5
18579 sed 's/^/| /' conftest.$ac_ext >&5
18584 rm -rf conftest.dSYM
18585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18586 conftest$ac_exeext
18587 if test "${ac_cv_search_connect+set}" = set; then
18588 break
18590 done
18591 if test "${ac_cv_search_connect+set}" = set; then
18593 else
18594 ac_cv_search_connect=no
18596 rm conftest.$ac_ext
18597 LIBS=$ac_func_search_save_LIBS
18599 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18600 $as_echo "$ac_cv_search_connect" >&6; }
18601 ac_res=$ac_cv_search_connect
18602 if test "$ac_res" != no; then
18603 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18608 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18609 $as_echo_n "checking for library containing inet_aton... " >&6; }
18610 if test "${ac_cv_search_inet_aton+set}" = set; then
18611 $as_echo_n "(cached) " >&6
18612 else
18613 ac_func_search_save_LIBS=$LIBS
18614 cat >conftest.$ac_ext <<_ACEOF
18615 /* confdefs.h. */
18616 _ACEOF
18617 cat confdefs.h >>conftest.$ac_ext
18618 cat >>conftest.$ac_ext <<_ACEOF
18619 /* end confdefs.h. */
18621 /* Override any GCC internal prototype to avoid an error.
18622 Use char because int might match the return type of a GCC
18623 builtin and then its argument prototype would still apply. */
18624 #ifdef __cplusplus
18625 extern "C"
18626 #endif
18627 char inet_aton ();
18629 main ()
18631 return inet_aton ();
18633 return 0;
18635 _ACEOF
18636 for ac_lib in '' resolv; do
18637 if test -z "$ac_lib"; then
18638 ac_res="none required"
18639 else
18640 ac_res=-l$ac_lib
18641 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18643 rm -f conftest.$ac_objext conftest$ac_exeext
18644 if { (ac_try="$ac_link"
18645 case "(($ac_try" in
18646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18647 *) ac_try_echo=$ac_try;;
18648 esac
18649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18650 $as_echo "$ac_try_echo") >&5
18651 (eval "$ac_link") 2>conftest.er1
18652 ac_status=$?
18653 grep -v '^ *+' conftest.er1 >conftest.err
18654 rm -f conftest.er1
18655 cat conftest.err >&5
18656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18657 (exit $ac_status); } && {
18658 test -z "$ac_c_werror_flag" ||
18659 test ! -s conftest.err
18660 } && test -s conftest$ac_exeext && {
18661 test "$cross_compiling" = yes ||
18662 $as_test_x conftest$ac_exeext
18663 }; then
18664 ac_cv_search_inet_aton=$ac_res
18665 else
18666 $as_echo "$as_me: failed program was:" >&5
18667 sed 's/^/| /' conftest.$ac_ext >&5
18672 rm -rf conftest.dSYM
18673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18674 conftest$ac_exeext
18675 if test "${ac_cv_search_inet_aton+set}" = set; then
18676 break
18678 done
18679 if test "${ac_cv_search_inet_aton+set}" = set; then
18681 else
18682 ac_cv_search_inet_aton=no
18684 rm conftest.$ac_ext
18685 LIBS=$ac_func_search_save_LIBS
18687 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18688 $as_echo "$ac_cv_search_inet_aton" >&6; }
18689 ac_res=$ac_cv_search_inet_aton
18690 if test "$ac_res" != no; then
18691 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18704 for ac_func in \
18705 getaddrinfo \
18706 getnameinfo \
18707 getnetbyname \
18708 getprotobyname \
18709 getprotobynumber \
18710 getservbyport \
18711 inet_network \
18712 sendmsg \
18715 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18716 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18717 $as_echo_n "checking for $ac_func... " >&6; }
18718 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18719 $as_echo_n "(cached) " >&6
18720 else
18721 cat >conftest.$ac_ext <<_ACEOF
18722 /* confdefs.h. */
18723 _ACEOF
18724 cat confdefs.h >>conftest.$ac_ext
18725 cat >>conftest.$ac_ext <<_ACEOF
18726 /* end confdefs.h. */
18727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18729 #define $ac_func innocuous_$ac_func
18731 /* System header to define __stub macros and hopefully few prototypes,
18732 which can conflict with char $ac_func (); below.
18733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18734 <limits.h> exists even on freestanding compilers. */
18736 #ifdef __STDC__
18737 # include <limits.h>
18738 #else
18739 # include <assert.h>
18740 #endif
18742 #undef $ac_func
18744 /* Override any GCC internal prototype to avoid an error.
18745 Use char because int might match the return type of a GCC
18746 builtin and then its argument prototype would still apply. */
18747 #ifdef __cplusplus
18748 extern "C"
18749 #endif
18750 char $ac_func ();
18751 /* The GNU C library defines this for functions which it implements
18752 to always fail with ENOSYS. Some functions are actually named
18753 something starting with __ and the normal name is an alias. */
18754 #if defined __stub_$ac_func || defined __stub___$ac_func
18755 choke me
18756 #endif
18759 main ()
18761 return $ac_func ();
18763 return 0;
18765 _ACEOF
18766 rm -f conftest.$ac_objext conftest$ac_exeext
18767 if { (ac_try="$ac_link"
18768 case "(($ac_try" in
18769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18770 *) ac_try_echo=$ac_try;;
18771 esac
18772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18773 $as_echo "$ac_try_echo") >&5
18774 (eval "$ac_link") 2>conftest.er1
18775 ac_status=$?
18776 grep -v '^ *+' conftest.er1 >conftest.err
18777 rm -f conftest.er1
18778 cat conftest.err >&5
18779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18780 (exit $ac_status); } && {
18781 test -z "$ac_c_werror_flag" ||
18782 test ! -s conftest.err
18783 } && test -s conftest$ac_exeext && {
18784 test "$cross_compiling" = yes ||
18785 $as_test_x conftest$ac_exeext
18786 }; then
18787 eval "$as_ac_var=yes"
18788 else
18789 $as_echo "$as_me: failed program was:" >&5
18790 sed 's/^/| /' conftest.$ac_ext >&5
18792 eval "$as_ac_var=no"
18795 rm -rf conftest.dSYM
18796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18797 conftest$ac_exeext conftest.$ac_ext
18799 ac_res=`eval 'as_val=${'$as_ac_var'}
18800 $as_echo "$as_val"'`
18801 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18802 $as_echo "$ac_res" >&6; }
18803 as_val=`eval 'as_val=${'$as_ac_var'}
18804 $as_echo "$as_val"'`
18805 if test "x$as_val" = x""yes; then
18806 cat >>confdefs.h <<_ACEOF
18807 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18808 _ACEOF
18811 done
18814 LDAPLIBS=""
18816 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18817 then
18818 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18819 $as_echo_n "checking for LDAPSortKey... " >&6; }
18820 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18821 $as_echo_n "(cached) " >&6
18822 else
18823 ac_cv_type_LDAPSortKey=no
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
18859 cat >conftest.$ac_ext <<_ACEOF
18860 /* confdefs.h. */
18861 _ACEOF
18862 cat confdefs.h >>conftest.$ac_ext
18863 cat >>conftest.$ac_ext <<_ACEOF
18864 /* end confdefs.h. */
18865 #include <ldap.h>
18868 main ()
18870 if (sizeof ((LDAPSortKey)))
18871 return 0;
18873 return 0;
18875 _ACEOF
18876 rm -f conftest.$ac_objext
18877 if { (ac_try="$ac_compile"
18878 case "(($ac_try" in
18879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18880 *) ac_try_echo=$ac_try;;
18881 esac
18882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18883 $as_echo "$ac_try_echo") >&5
18884 (eval "$ac_compile") 2>conftest.er1
18885 ac_status=$?
18886 grep -v '^ *+' conftest.er1 >conftest.err
18887 rm -f conftest.er1
18888 cat conftest.err >&5
18889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); } && {
18891 test -z "$ac_c_werror_flag" ||
18892 test ! -s conftest.err
18893 } && test -s conftest.$ac_objext; then
18895 else
18896 $as_echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18899 ac_cv_type_LDAPSortKey=yes
18902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18903 else
18904 $as_echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18913 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18914 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18915 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18916 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18917 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18918 $as_echo_n "(cached) " >&6
18919 else
18920 ac_check_lib_save_LIBS=$LIBS
18921 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18922 cat >conftest.$ac_ext <<_ACEOF
18923 /* confdefs.h. */
18924 _ACEOF
18925 cat confdefs.h >>conftest.$ac_ext
18926 cat >>conftest.$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18929 /* Override any GCC internal prototype to avoid an error.
18930 Use char because int might match the return type of a GCC
18931 builtin and then its argument prototype would still apply. */
18932 #ifdef __cplusplus
18933 extern "C"
18934 #endif
18935 char ldap_initialize ();
18937 main ()
18939 return ldap_initialize ();
18941 return 0;
18943 _ACEOF
18944 rm -f conftest.$ac_objext conftest$ac_exeext
18945 if { (ac_try="$ac_link"
18946 case "(($ac_try" in
18947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18948 *) ac_try_echo=$ac_try;;
18949 esac
18950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18951 $as_echo "$ac_try_echo") >&5
18952 (eval "$ac_link") 2>conftest.er1
18953 ac_status=$?
18954 grep -v '^ *+' conftest.er1 >conftest.err
18955 rm -f conftest.er1
18956 cat conftest.err >&5
18957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18958 (exit $ac_status); } && {
18959 test -z "$ac_c_werror_flag" ||
18960 test ! -s conftest.err
18961 } && test -s conftest$ac_exeext && {
18962 test "$cross_compiling" = yes ||
18963 $as_test_x conftest$ac_exeext
18964 }; then
18965 ac_cv_lib_ldap_r_ldap_initialize=yes
18966 else
18967 $as_echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.$ac_ext >&5
18970 ac_cv_lib_ldap_r_ldap_initialize=no
18973 rm -rf conftest.dSYM
18974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18975 conftest$ac_exeext conftest.$ac_ext
18976 LIBS=$ac_check_lib_save_LIBS
18978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18979 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18980 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18981 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18982 $as_echo_n "checking for ber_init in -llber... " >&6; }
18983 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18984 $as_echo_n "(cached) " >&6
18985 else
18986 ac_check_lib_save_LIBS=$LIBS
18987 LIBS="-llber $LIBPTHREAD $LIBS"
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18995 /* Override any GCC internal prototype to avoid an error.
18996 Use char because int might match the return type of a GCC
18997 builtin and then its argument prototype would still apply. */
18998 #ifdef __cplusplus
18999 extern "C"
19000 #endif
19001 char ber_init ();
19003 main ()
19005 return ber_init ();
19007 return 0;
19009 _ACEOF
19010 rm -f conftest.$ac_objext conftest$ac_exeext
19011 if { (ac_try="$ac_link"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19017 $as_echo "$ac_try_echo") >&5
19018 (eval "$ac_link") 2>conftest.er1
19019 ac_status=$?
19020 grep -v '^ *+' conftest.er1 >conftest.err
19021 rm -f conftest.er1
19022 cat conftest.err >&5
19023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); } && {
19025 test -z "$ac_c_werror_flag" ||
19026 test ! -s conftest.err
19027 } && test -s conftest$ac_exeext && {
19028 test "$cross_compiling" = yes ||
19029 $as_test_x conftest$ac_exeext
19030 }; then
19031 ac_cv_lib_lber_ber_init=yes
19032 else
19033 $as_echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19036 ac_cv_lib_lber_ber_init=no
19039 rm -rf conftest.dSYM
19040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19041 conftest$ac_exeext conftest.$ac_ext
19042 LIBS=$ac_check_lib_save_LIBS
19044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19045 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19046 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19048 cat >>confdefs.h <<\_ACEOF
19049 #define HAVE_LDAP 1
19050 _ACEOF
19052 LDAPLIBS="-lldap_r -llber"
19059 ac_wine_check_funcs_save_LIBS="$LIBS"
19060 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19069 for ac_func in \
19070 ldap_count_references \
19071 ldap_first_reference \
19072 ldap_next_reference \
19073 ldap_parse_reference \
19074 ldap_parse_sort_control \
19075 ldap_parse_sortresponse_control \
19076 ldap_parse_vlv_control \
19077 ldap_parse_vlvresponse_control
19079 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19080 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19081 $as_echo_n "checking for $ac_func... " >&6; }
19082 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19083 $as_echo_n "(cached) " >&6
19084 else
19085 cat >conftest.$ac_ext <<_ACEOF
19086 /* confdefs.h. */
19087 _ACEOF
19088 cat confdefs.h >>conftest.$ac_ext
19089 cat >>conftest.$ac_ext <<_ACEOF
19090 /* end confdefs.h. */
19091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19093 #define $ac_func innocuous_$ac_func
19095 /* System header to define __stub macros and hopefully few prototypes,
19096 which can conflict with char $ac_func (); below.
19097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19098 <limits.h> exists even on freestanding compilers. */
19100 #ifdef __STDC__
19101 # include <limits.h>
19102 #else
19103 # include <assert.h>
19104 #endif
19106 #undef $ac_func
19108 /* Override any GCC internal prototype to avoid an error.
19109 Use char because int might match the return type of a GCC
19110 builtin and then its argument prototype would still apply. */
19111 #ifdef __cplusplus
19112 extern "C"
19113 #endif
19114 char $ac_func ();
19115 /* The GNU C library defines this for functions which it implements
19116 to always fail with ENOSYS. Some functions are actually named
19117 something starting with __ and the normal name is an alias. */
19118 #if defined __stub_$ac_func || defined __stub___$ac_func
19119 choke me
19120 #endif
19123 main ()
19125 return $ac_func ();
19127 return 0;
19129 _ACEOF
19130 rm -f conftest.$ac_objext conftest$ac_exeext
19131 if { (ac_try="$ac_link"
19132 case "(($ac_try" in
19133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134 *) ac_try_echo=$ac_try;;
19135 esac
19136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19137 $as_echo "$ac_try_echo") >&5
19138 (eval "$ac_link") 2>conftest.er1
19139 ac_status=$?
19140 grep -v '^ *+' conftest.er1 >conftest.err
19141 rm -f conftest.er1
19142 cat conftest.err >&5
19143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19144 (exit $ac_status); } && {
19145 test -z "$ac_c_werror_flag" ||
19146 test ! -s conftest.err
19147 } && test -s conftest$ac_exeext && {
19148 test "$cross_compiling" = yes ||
19149 $as_test_x conftest$ac_exeext
19150 }; then
19151 eval "$as_ac_var=yes"
19152 else
19153 $as_echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 eval "$as_ac_var=no"
19159 rm -rf conftest.dSYM
19160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19161 conftest$ac_exeext conftest.$ac_ext
19163 ac_res=`eval 'as_val=${'$as_ac_var'}
19164 $as_echo "$as_val"'`
19165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19166 $as_echo "$ac_res" >&6; }
19167 as_val=`eval 'as_val=${'$as_ac_var'}
19168 $as_echo "$as_val"'`
19169 if test "x$as_val" = x""yes; then
19170 cat >>confdefs.h <<_ACEOF
19171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19172 _ACEOF
19175 done
19177 LIBS="$ac_wine_check_funcs_save_LIBS"
19179 if test "x$LDAPLIBS" = "x"; then
19180 case "x$with_ldap" in
19181 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19182 xno) ;;
19183 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&5
19185 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19186 This is an error since --with-ldap was requested." >&2;}
19187 { (exit 1); exit 1; }; } ;;
19188 esac
19192 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19193 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19194 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19195 $as_echo_n "(cached) " >&6
19196 else
19197 cat >conftest.$ac_ext <<_ACEOF
19198 /* confdefs.h. */
19199 _ACEOF
19200 cat confdefs.h >>conftest.$ac_ext
19201 cat >>conftest.$ac_ext <<_ACEOF
19202 /* end confdefs.h. */
19203 #include <sys/stat.h>
19205 main ()
19207 mkdir("foo");
19209 return 0;
19211 _ACEOF
19212 rm -f conftest.$ac_objext
19213 if { (ac_try="$ac_compile"
19214 case "(($ac_try" in
19215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19216 *) ac_try_echo=$ac_try;;
19217 esac
19218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19219 $as_echo "$ac_try_echo") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 wine_cv_one_arg_mkdir=yes
19231 else
19232 $as_echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 wine_cv_one_arg_mkdir=no
19238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19241 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19242 if test "$wine_cv_one_arg_mkdir" = "yes"
19243 then
19245 cat >>confdefs.h <<\_ACEOF
19246 #define HAVE_ONE_ARG_MKDIR 1
19247 _ACEOF
19252 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19253 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19254 if test "${ac_cv_c_const+set}" = set; then
19255 $as_echo_n "(cached) " >&6
19256 else
19257 cat >conftest.$ac_ext <<_ACEOF
19258 /* confdefs.h. */
19259 _ACEOF
19260 cat confdefs.h >>conftest.$ac_ext
19261 cat >>conftest.$ac_ext <<_ACEOF
19262 /* end confdefs.h. */
19265 main ()
19267 /* FIXME: Include the comments suggested by Paul. */
19268 #ifndef __cplusplus
19269 /* Ultrix mips cc rejects this. */
19270 typedef int charset[2];
19271 const charset cs;
19272 /* SunOS 4.1.1 cc rejects this. */
19273 char const *const *pcpcc;
19274 char **ppc;
19275 /* NEC SVR4.0.2 mips cc rejects this. */
19276 struct point {int x, y;};
19277 static struct point const zero = {0,0};
19278 /* AIX XL C 1.02.0.0 rejects this.
19279 It does not let you subtract one const X* pointer from another in
19280 an arm of an if-expression whose if-part is not a constant
19281 expression */
19282 const char *g = "string";
19283 pcpcc = &g + (g ? g-g : 0);
19284 /* HPUX 7.0 cc rejects these. */
19285 ++pcpcc;
19286 ppc = (char**) pcpcc;
19287 pcpcc = (char const *const *) ppc;
19288 { /* SCO 3.2v4 cc rejects this. */
19289 char *t;
19290 char const *s = 0 ? (char *) 0 : (char const *) 0;
19292 *t++ = 0;
19293 if (s) return 0;
19295 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19296 int x[] = {25, 17};
19297 const int *foo = &x[0];
19298 ++foo;
19300 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19301 typedef const int *iptr;
19302 iptr p = 0;
19303 ++p;
19305 { /* AIX XL C 1.02.0.0 rejects this saying
19306 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19307 struct s { int j; const int *ap[3]; };
19308 struct s *b; b->j = 5;
19310 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19311 const int foo = 10;
19312 if (!foo) return 0;
19314 return !cs[0] && !zero.x;
19315 #endif
19318 return 0;
19320 _ACEOF
19321 rm -f conftest.$ac_objext
19322 if { (ac_try="$ac_compile"
19323 case "(($ac_try" in
19324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19325 *) ac_try_echo=$ac_try;;
19326 esac
19327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19328 $as_echo "$ac_try_echo") >&5
19329 (eval "$ac_compile") 2>conftest.er1
19330 ac_status=$?
19331 grep -v '^ *+' conftest.er1 >conftest.err
19332 rm -f conftest.er1
19333 cat conftest.err >&5
19334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } && {
19336 test -z "$ac_c_werror_flag" ||
19337 test ! -s conftest.err
19338 } && test -s conftest.$ac_objext; then
19339 ac_cv_c_const=yes
19340 else
19341 $as_echo "$as_me: failed program was:" >&5
19342 sed 's/^/| /' conftest.$ac_ext >&5
19344 ac_cv_c_const=no
19347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19350 $as_echo "$ac_cv_c_const" >&6; }
19351 if test $ac_cv_c_const = no; then
19353 cat >>confdefs.h <<\_ACEOF
19354 #define const /**/
19355 _ACEOF
19359 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19360 $as_echo_n "checking for inline... " >&6; }
19361 if test "${ac_cv_c_inline+set}" = set; then
19362 $as_echo_n "(cached) " >&6
19363 else
19364 ac_cv_c_inline=no
19365 for ac_kw in inline __inline__ __inline; do
19366 cat >conftest.$ac_ext <<_ACEOF
19367 /* confdefs.h. */
19368 _ACEOF
19369 cat confdefs.h >>conftest.$ac_ext
19370 cat >>conftest.$ac_ext <<_ACEOF
19371 /* end confdefs.h. */
19372 #ifndef __cplusplus
19373 typedef int foo_t;
19374 static $ac_kw foo_t static_foo () {return 0; }
19375 $ac_kw foo_t foo () {return 0; }
19376 #endif
19378 _ACEOF
19379 rm -f conftest.$ac_objext
19380 if { (ac_try="$ac_compile"
19381 case "(($ac_try" in
19382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19383 *) ac_try_echo=$ac_try;;
19384 esac
19385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19386 $as_echo "$ac_try_echo") >&5
19387 (eval "$ac_compile") 2>conftest.er1
19388 ac_status=$?
19389 grep -v '^ *+' conftest.er1 >conftest.err
19390 rm -f conftest.er1
19391 cat conftest.err >&5
19392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19393 (exit $ac_status); } && {
19394 test -z "$ac_c_werror_flag" ||
19395 test ! -s conftest.err
19396 } && test -s conftest.$ac_objext; then
19397 ac_cv_c_inline=$ac_kw
19398 else
19399 $as_echo "$as_me: failed program was:" >&5
19400 sed 's/^/| /' conftest.$ac_ext >&5
19405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 test "$ac_cv_c_inline" != no && break
19407 done
19410 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19411 $as_echo "$ac_cv_c_inline" >&6; }
19414 case $ac_cv_c_inline in
19415 inline | yes) ;;
19417 case $ac_cv_c_inline in
19418 no) ac_val=;;
19419 *) ac_val=$ac_cv_c_inline;;
19420 esac
19421 cat >>confdefs.h <<_ACEOF
19422 #ifndef __cplusplus
19423 #define inline $ac_val
19424 #endif
19425 _ACEOF
19427 esac
19429 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19430 $as_echo_n "checking for mode_t... " >&6; }
19431 if test "${ac_cv_type_mode_t+set}" = set; then
19432 $as_echo_n "(cached) " >&6
19433 else
19434 ac_cv_type_mode_t=no
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 $ac_includes_default
19443 main ()
19445 if (sizeof (mode_t))
19446 return 0;
19448 return 0;
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19458 $as_echo "$ac_try_echo") >&5
19459 (eval "$ac_compile") 2>conftest.er1
19460 ac_status=$?
19461 grep -v '^ *+' conftest.er1 >conftest.err
19462 rm -f conftest.er1
19463 cat conftest.err >&5
19464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); } && {
19466 test -z "$ac_c_werror_flag" ||
19467 test ! -s conftest.err
19468 } && test -s conftest.$ac_objext; then
19469 cat >conftest.$ac_ext <<_ACEOF
19470 /* confdefs.h. */
19471 _ACEOF
19472 cat confdefs.h >>conftest.$ac_ext
19473 cat >>conftest.$ac_ext <<_ACEOF
19474 /* end confdefs.h. */
19475 $ac_includes_default
19477 main ()
19479 if (sizeof ((mode_t)))
19480 return 0;
19482 return 0;
19484 _ACEOF
19485 rm -f conftest.$ac_objext
19486 if { (ac_try="$ac_compile"
19487 case "(($ac_try" in
19488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19489 *) ac_try_echo=$ac_try;;
19490 esac
19491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19492 $as_echo "$ac_try_echo") >&5
19493 (eval "$ac_compile") 2>conftest.er1
19494 ac_status=$?
19495 grep -v '^ *+' conftest.er1 >conftest.err
19496 rm -f conftest.er1
19497 cat conftest.err >&5
19498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19499 (exit $ac_status); } && {
19500 test -z "$ac_c_werror_flag" ||
19501 test ! -s conftest.err
19502 } && test -s conftest.$ac_objext; then
19504 else
19505 $as_echo "$as_me: failed program was:" >&5
19506 sed 's/^/| /' conftest.$ac_ext >&5
19508 ac_cv_type_mode_t=yes
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 else
19513 $as_echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19521 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19522 $as_echo "$ac_cv_type_mode_t" >&6; }
19523 if test "x$ac_cv_type_mode_t" = x""yes; then
19525 cat >>confdefs.h <<_ACEOF
19526 #define HAVE_MODE_T 1
19527 _ACEOF
19531 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19532 $as_echo_n "checking for off_t... " >&6; }
19533 if test "${ac_cv_type_off_t+set}" = set; then
19534 $as_echo_n "(cached) " >&6
19535 else
19536 ac_cv_type_off_t=no
19537 cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h. */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 $ac_includes_default
19545 main ()
19547 if (sizeof (off_t))
19548 return 0;
19550 return 0;
19552 _ACEOF
19553 rm -f conftest.$ac_objext
19554 if { (ac_try="$ac_compile"
19555 case "(($ac_try" in
19556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19557 *) ac_try_echo=$ac_try;;
19558 esac
19559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19560 $as_echo "$ac_try_echo") >&5
19561 (eval "$ac_compile") 2>conftest.er1
19562 ac_status=$?
19563 grep -v '^ *+' conftest.er1 >conftest.err
19564 rm -f conftest.er1
19565 cat conftest.err >&5
19566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567 (exit $ac_status); } && {
19568 test -z "$ac_c_werror_flag" ||
19569 test ! -s conftest.err
19570 } && test -s conftest.$ac_objext; then
19571 cat >conftest.$ac_ext <<_ACEOF
19572 /* confdefs.h. */
19573 _ACEOF
19574 cat confdefs.h >>conftest.$ac_ext
19575 cat >>conftest.$ac_ext <<_ACEOF
19576 /* end confdefs.h. */
19577 $ac_includes_default
19579 main ()
19581 if (sizeof ((off_t)))
19582 return 0;
19584 return 0;
19586 _ACEOF
19587 rm -f conftest.$ac_objext
19588 if { (ac_try="$ac_compile"
19589 case "(($ac_try" in
19590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19591 *) ac_try_echo=$ac_try;;
19592 esac
19593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19594 $as_echo "$ac_try_echo") >&5
19595 (eval "$ac_compile") 2>conftest.er1
19596 ac_status=$?
19597 grep -v '^ *+' conftest.er1 >conftest.err
19598 rm -f conftest.er1
19599 cat conftest.err >&5
19600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19601 (exit $ac_status); } && {
19602 test -z "$ac_c_werror_flag" ||
19603 test ! -s conftest.err
19604 } && test -s conftest.$ac_objext; then
19606 else
19607 $as_echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19610 ac_cv_type_off_t=yes
19613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 else
19615 $as_echo "$as_me: failed program was:" >&5
19616 sed 's/^/| /' conftest.$ac_ext >&5
19621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19623 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19624 $as_echo "$ac_cv_type_off_t" >&6; }
19625 if test "x$ac_cv_type_off_t" = x""yes; then
19627 cat >>confdefs.h <<_ACEOF
19628 #define HAVE_OFF_T 1
19629 _ACEOF
19633 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19634 $as_echo_n "checking for pid_t... " >&6; }
19635 if test "${ac_cv_type_pid_t+set}" = set; then
19636 $as_echo_n "(cached) " >&6
19637 else
19638 ac_cv_type_pid_t=no
19639 cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h. */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h. */
19645 $ac_includes_default
19647 main ()
19649 if (sizeof (pid_t))
19650 return 0;
19652 return 0;
19654 _ACEOF
19655 rm -f conftest.$ac_objext
19656 if { (ac_try="$ac_compile"
19657 case "(($ac_try" in
19658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19659 *) ac_try_echo=$ac_try;;
19660 esac
19661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19662 $as_echo "$ac_try_echo") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19673 cat >conftest.$ac_ext <<_ACEOF
19674 /* confdefs.h. */
19675 _ACEOF
19676 cat confdefs.h >>conftest.$ac_ext
19677 cat >>conftest.$ac_ext <<_ACEOF
19678 /* end confdefs.h. */
19679 $ac_includes_default
19681 main ()
19683 if (sizeof ((pid_t)))
19684 return 0;
19686 return 0;
19688 _ACEOF
19689 rm -f conftest.$ac_objext
19690 if { (ac_try="$ac_compile"
19691 case "(($ac_try" in
19692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19693 *) ac_try_echo=$ac_try;;
19694 esac
19695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19696 $as_echo "$ac_try_echo") >&5
19697 (eval "$ac_compile") 2>conftest.er1
19698 ac_status=$?
19699 grep -v '^ *+' conftest.er1 >conftest.err
19700 rm -f conftest.er1
19701 cat conftest.err >&5
19702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } && {
19704 test -z "$ac_c_werror_flag" ||
19705 test ! -s conftest.err
19706 } && test -s conftest.$ac_objext; then
19708 else
19709 $as_echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19712 ac_cv_type_pid_t=yes
19715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19716 else
19717 $as_echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19725 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19726 $as_echo "$ac_cv_type_pid_t" >&6; }
19727 if test "x$ac_cv_type_pid_t" = x""yes; then
19729 cat >>confdefs.h <<_ACEOF
19730 #define HAVE_PID_T 1
19731 _ACEOF
19735 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19736 $as_echo_n "checking for size_t... " >&6; }
19737 if test "${ac_cv_type_size_t+set}" = set; then
19738 $as_echo_n "(cached) " >&6
19739 else
19740 ac_cv_type_size_t=no
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 $ac_includes_default
19749 main ()
19751 if (sizeof (size_t))
19752 return 0;
19754 return 0;
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761 *) ac_try_echo=$ac_try;;
19762 esac
19763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19764 $as_echo "$ac_try_echo") >&5
19765 (eval "$ac_compile") 2>conftest.er1
19766 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && {
19772 test -z "$ac_c_werror_flag" ||
19773 test ! -s conftest.err
19774 } && test -s conftest.$ac_objext; then
19775 cat >conftest.$ac_ext <<_ACEOF
19776 /* confdefs.h. */
19777 _ACEOF
19778 cat confdefs.h >>conftest.$ac_ext
19779 cat >>conftest.$ac_ext <<_ACEOF
19780 /* end confdefs.h. */
19781 $ac_includes_default
19783 main ()
19785 if (sizeof ((size_t)))
19786 return 0;
19788 return 0;
19790 _ACEOF
19791 rm -f conftest.$ac_objext
19792 if { (ac_try="$ac_compile"
19793 case "(($ac_try" in
19794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19795 *) ac_try_echo=$ac_try;;
19796 esac
19797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19798 $as_echo "$ac_try_echo") >&5
19799 (eval "$ac_compile") 2>conftest.er1
19800 ac_status=$?
19801 grep -v '^ *+' conftest.er1 >conftest.err
19802 rm -f conftest.er1
19803 cat conftest.err >&5
19804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19805 (exit $ac_status); } && {
19806 test -z "$ac_c_werror_flag" ||
19807 test ! -s conftest.err
19808 } && test -s conftest.$ac_objext; then
19810 else
19811 $as_echo "$as_me: failed program was:" >&5
19812 sed 's/^/| /' conftest.$ac_ext >&5
19814 ac_cv_type_size_t=yes
19817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19818 else
19819 $as_echo "$as_me: failed program was:" >&5
19820 sed 's/^/| /' conftest.$ac_ext >&5
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19827 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19828 $as_echo "$ac_cv_type_size_t" >&6; }
19829 if test "x$ac_cv_type_size_t" = x""yes; then
19831 cat >>confdefs.h <<_ACEOF
19832 #define HAVE_SIZE_T 1
19833 _ACEOF
19837 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19838 $as_echo_n "checking for ssize_t... " >&6; }
19839 if test "${ac_cv_type_ssize_t+set}" = set; then
19840 $as_echo_n "(cached) " >&6
19841 else
19842 ac_cv_type_ssize_t=no
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19851 main ()
19853 if (sizeof (ssize_t))
19854 return 0;
19856 return 0;
19858 _ACEOF
19859 rm -f conftest.$ac_objext
19860 if { (ac_try="$ac_compile"
19861 case "(($ac_try" in
19862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19863 *) ac_try_echo=$ac_try;;
19864 esac
19865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19866 $as_echo "$ac_try_echo") >&5
19867 (eval "$ac_compile") 2>conftest.er1
19868 ac_status=$?
19869 grep -v '^ *+' conftest.er1 >conftest.err
19870 rm -f conftest.er1
19871 cat conftest.err >&5
19872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); } && {
19874 test -z "$ac_c_werror_flag" ||
19875 test ! -s conftest.err
19876 } && test -s conftest.$ac_objext; then
19877 cat >conftest.$ac_ext <<_ACEOF
19878 /* confdefs.h. */
19879 _ACEOF
19880 cat confdefs.h >>conftest.$ac_ext
19881 cat >>conftest.$ac_ext <<_ACEOF
19882 /* end confdefs.h. */
19883 $ac_includes_default
19885 main ()
19887 if (sizeof ((ssize_t)))
19888 return 0;
19890 return 0;
19892 _ACEOF
19893 rm -f conftest.$ac_objext
19894 if { (ac_try="$ac_compile"
19895 case "(($ac_try" in
19896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19897 *) ac_try_echo=$ac_try;;
19898 esac
19899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19900 $as_echo "$ac_try_echo") >&5
19901 (eval "$ac_compile") 2>conftest.er1
19902 ac_status=$?
19903 grep -v '^ *+' conftest.er1 >conftest.err
19904 rm -f conftest.er1
19905 cat conftest.err >&5
19906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); } && {
19908 test -z "$ac_c_werror_flag" ||
19909 test ! -s conftest.err
19910 } && test -s conftest.$ac_objext; then
19912 else
19913 $as_echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 ac_cv_type_ssize_t=yes
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19920 else
19921 $as_echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19929 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19930 $as_echo "$ac_cv_type_ssize_t" >&6; }
19931 if test "x$ac_cv_type_ssize_t" = x""yes; then
19933 cat >>confdefs.h <<_ACEOF
19934 #define HAVE_SSIZE_T 1
19935 _ACEOF
19939 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19940 $as_echo_n "checking for long long... " >&6; }
19941 if test "${ac_cv_type_long_long+set}" = set; then
19942 $as_echo_n "(cached) " >&6
19943 else
19944 ac_cv_type_long_long=no
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 $ac_includes_default
19953 main ()
19955 if (sizeof (long long))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19968 $as_echo "$ac_try_echo") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985 $ac_includes_default
19987 main ()
19989 if (sizeof ((long long)))
19990 return 0;
19992 return 0;
19994 _ACEOF
19995 rm -f conftest.$ac_objext
19996 if { (ac_try="$ac_compile"
19997 case "(($ac_try" in
19998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19999 *) ac_try_echo=$ac_try;;
20000 esac
20001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20002 $as_echo "$ac_try_echo") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20014 else
20015 $as_echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_type_long_long=yes
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 else
20023 $as_echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20031 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20032 $as_echo "$ac_cv_type_long_long" >&6; }
20033 if test "x$ac_cv_type_long_long" = x""yes; then
20035 cat >>confdefs.h <<_ACEOF
20036 #define HAVE_LONG_LONG 1
20037 _ACEOF
20041 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20042 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20043 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20044 $as_echo_n "(cached) " >&6
20045 else
20046 ac_cv_type_fsblkcnt_t=no
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 $ac_includes_default
20055 main ()
20057 if (sizeof (fsblkcnt_t))
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20070 $as_echo "$ac_try_echo") >&5
20071 (eval "$ac_compile") 2>conftest.er1
20072 ac_status=$?
20073 grep -v '^ *+' conftest.er1 >conftest.err
20074 rm -f conftest.er1
20075 cat conftest.err >&5
20076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); } && {
20078 test -z "$ac_c_werror_flag" ||
20079 test ! -s conftest.err
20080 } && test -s conftest.$ac_objext; then
20081 cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h. */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h. */
20087 $ac_includes_default
20089 main ()
20091 if (sizeof ((fsblkcnt_t)))
20092 return 0;
20094 return 0;
20096 _ACEOF
20097 rm -f conftest.$ac_objext
20098 if { (ac_try="$ac_compile"
20099 case "(($ac_try" in
20100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20101 *) ac_try_echo=$ac_try;;
20102 esac
20103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20104 $as_echo "$ac_try_echo") >&5
20105 (eval "$ac_compile") 2>conftest.er1
20106 ac_status=$?
20107 grep -v '^ *+' conftest.er1 >conftest.err
20108 rm -f conftest.er1
20109 cat conftest.err >&5
20110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20111 (exit $ac_status); } && {
20112 test -z "$ac_c_werror_flag" ||
20113 test ! -s conftest.err
20114 } && test -s conftest.$ac_objext; then
20116 else
20117 $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20120 ac_cv_type_fsblkcnt_t=yes
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20124 else
20125 $as_echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20134 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20135 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20137 cat >>confdefs.h <<_ACEOF
20138 #define HAVE_FSBLKCNT_T 1
20139 _ACEOF
20143 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20144 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20145 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20146 $as_echo_n "(cached) " >&6
20147 else
20148 ac_cv_type_fsfilcnt_t=no
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 $ac_includes_default
20157 main ()
20159 if (sizeof (fsfilcnt_t))
20160 return 0;
20162 return 0;
20164 _ACEOF
20165 rm -f conftest.$ac_objext
20166 if { (ac_try="$ac_compile"
20167 case "(($ac_try" in
20168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20169 *) ac_try_echo=$ac_try;;
20170 esac
20171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20172 $as_echo "$ac_try_echo") >&5
20173 (eval "$ac_compile") 2>conftest.er1
20174 ac_status=$?
20175 grep -v '^ *+' conftest.er1 >conftest.err
20176 rm -f conftest.er1
20177 cat conftest.err >&5
20178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20179 (exit $ac_status); } && {
20180 test -z "$ac_c_werror_flag" ||
20181 test ! -s conftest.err
20182 } && test -s conftest.$ac_objext; then
20183 cat >conftest.$ac_ext <<_ACEOF
20184 /* confdefs.h. */
20185 _ACEOF
20186 cat confdefs.h >>conftest.$ac_ext
20187 cat >>conftest.$ac_ext <<_ACEOF
20188 /* end confdefs.h. */
20189 $ac_includes_default
20191 main ()
20193 if (sizeof ((fsfilcnt_t)))
20194 return 0;
20196 return 0;
20198 _ACEOF
20199 rm -f conftest.$ac_objext
20200 if { (ac_try="$ac_compile"
20201 case "(($ac_try" in
20202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20203 *) ac_try_echo=$ac_try;;
20204 esac
20205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20206 $as_echo "$ac_try_echo") >&5
20207 (eval "$ac_compile") 2>conftest.er1
20208 ac_status=$?
20209 grep -v '^ *+' conftest.er1 >conftest.err
20210 rm -f conftest.er1
20211 cat conftest.err >&5
20212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20213 (exit $ac_status); } && {
20214 test -z "$ac_c_werror_flag" ||
20215 test ! -s conftest.err
20216 } && test -s conftest.$ac_objext; then
20218 else
20219 $as_echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.$ac_ext >&5
20222 ac_cv_type_fsfilcnt_t=yes
20225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 else
20227 $as_echo "$as_me: failed program was:" >&5
20228 sed 's/^/| /' conftest.$ac_ext >&5
20233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20235 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20236 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20237 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20239 cat >>confdefs.h <<_ACEOF
20240 #define HAVE_FSFILCNT_T 1
20241 _ACEOF
20246 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20247 $as_echo_n "checking for sigset_t... " >&6; }
20248 if test "${ac_cv_type_sigset_t+set}" = set; then
20249 $as_echo_n "(cached) " >&6
20250 else
20251 ac_cv_type_sigset_t=no
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <sys/types.h>
20259 #include <signal.h>
20262 main ()
20264 if (sizeof (sigset_t))
20265 return 0;
20267 return 0;
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274 *) ac_try_echo=$ac_try;;
20275 esac
20276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20277 $as_echo "$ac_try_echo") >&5
20278 (eval "$ac_compile") 2>conftest.er1
20279 ac_status=$?
20280 grep -v '^ *+' conftest.er1 >conftest.err
20281 rm -f conftest.er1
20282 cat conftest.err >&5
20283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } && {
20285 test -z "$ac_c_werror_flag" ||
20286 test ! -s conftest.err
20287 } && test -s conftest.$ac_objext; then
20288 cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h. */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20294 #include <sys/types.h>
20295 #include <signal.h>
20298 main ()
20300 if (sizeof ((sigset_t)))
20301 return 0;
20303 return 0;
20305 _ACEOF
20306 rm -f conftest.$ac_objext
20307 if { (ac_try="$ac_compile"
20308 case "(($ac_try" in
20309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 *) ac_try_echo=$ac_try;;
20311 esac
20312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20313 $as_echo "$ac_try_echo") >&5
20314 (eval "$ac_compile") 2>conftest.er1
20315 ac_status=$?
20316 grep -v '^ *+' conftest.er1 >conftest.err
20317 rm -f conftest.er1
20318 cat conftest.err >&5
20319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); } && {
20321 test -z "$ac_c_werror_flag" ||
20322 test ! -s conftest.err
20323 } && test -s conftest.$ac_objext; then
20325 else
20326 $as_echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20329 ac_cv_type_sigset_t=yes
20332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 else
20334 $as_echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20342 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20343 $as_echo "$ac_cv_type_sigset_t" >&6; }
20344 if test "x$ac_cv_type_sigset_t" = x""yes; then
20346 cat >>confdefs.h <<_ACEOF
20347 #define HAVE_SIGSET_T 1
20348 _ACEOF
20353 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20354 $as_echo_n "checking for request_sense... " >&6; }
20355 if test "${ac_cv_type_request_sense+set}" = set; then
20356 $as_echo_n "(cached) " >&6
20357 else
20358 ac_cv_type_request_sense=no
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
20394 cat >conftest.$ac_ext <<_ACEOF
20395 /* confdefs.h. */
20396 _ACEOF
20397 cat confdefs.h >>conftest.$ac_ext
20398 cat >>conftest.$ac_ext <<_ACEOF
20399 /* end confdefs.h. */
20400 #include <linux/cdrom.h>
20403 main ()
20405 if (sizeof ((request_sense)))
20406 return 0;
20408 return 0;
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415 *) ac_try_echo=$ac_try;;
20416 esac
20417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20418 $as_echo "$ac_try_echo") >&5
20419 (eval "$ac_compile") 2>conftest.er1
20420 ac_status=$?
20421 grep -v '^ *+' conftest.er1 >conftest.err
20422 rm -f conftest.er1
20423 cat conftest.err >&5
20424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); } && {
20426 test -z "$ac_c_werror_flag" ||
20427 test ! -s conftest.err
20428 } && test -s conftest.$ac_objext; then
20430 else
20431 $as_echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20434 ac_cv_type_request_sense=yes
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20438 else
20439 $as_echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20447 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20448 $as_echo "$ac_cv_type_request_sense" >&6; }
20449 if test "x$ac_cv_type_request_sense" = x""yes; then
20451 cat >>confdefs.h <<_ACEOF
20452 #define HAVE_REQUEST_SENSE 1
20453 _ACEOF
20459 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20460 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20461 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20462 $as_echo_n "(cached) " >&6
20463 else
20464 cat >conftest.$ac_ext <<_ACEOF
20465 /* confdefs.h. */
20466 _ACEOF
20467 cat confdefs.h >>conftest.$ac_ext
20468 cat >>conftest.$ac_ext <<_ACEOF
20469 /* end confdefs.h. */
20470 #ifdef HAVE_LINUX_INPUT_H
20471 #include <linux/input.h>
20472 #endif
20475 main ()
20477 static struct ff_effect ac_aggr;
20478 if (ac_aggr.direction)
20479 return 0;
20481 return 0;
20483 _ACEOF
20484 rm -f conftest.$ac_objext
20485 if { (ac_try="$ac_compile"
20486 case "(($ac_try" in
20487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20488 *) ac_try_echo=$ac_try;;
20489 esac
20490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20491 $as_echo "$ac_try_echo") >&5
20492 (eval "$ac_compile") 2>conftest.er1
20493 ac_status=$?
20494 grep -v '^ *+' conftest.er1 >conftest.err
20495 rm -f conftest.er1
20496 cat conftest.err >&5
20497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20498 (exit $ac_status); } && {
20499 test -z "$ac_c_werror_flag" ||
20500 test ! -s conftest.err
20501 } && test -s conftest.$ac_objext; then
20502 ac_cv_member_struct_ff_effect_direction=yes
20503 else
20504 $as_echo "$as_me: failed program was:" >&5
20505 sed 's/^/| /' conftest.$ac_ext >&5
20507 cat >conftest.$ac_ext <<_ACEOF
20508 /* confdefs.h. */
20509 _ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 #ifdef HAVE_LINUX_INPUT_H
20514 #include <linux/input.h>
20515 #endif
20518 main ()
20520 static struct ff_effect ac_aggr;
20521 if (sizeof ac_aggr.direction)
20522 return 0;
20524 return 0;
20526 _ACEOF
20527 rm -f conftest.$ac_objext
20528 if { (ac_try="$ac_compile"
20529 case "(($ac_try" in
20530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20531 *) ac_try_echo=$ac_try;;
20532 esac
20533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20534 $as_echo "$ac_try_echo") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20536 ac_status=$?
20537 grep -v '^ *+' conftest.er1 >conftest.err
20538 rm -f conftest.er1
20539 cat conftest.err >&5
20540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.$ac_objext; then
20545 ac_cv_member_struct_ff_effect_direction=yes
20546 else
20547 $as_echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20550 ac_cv_member_struct_ff_effect_direction=no
20553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20558 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20559 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20560 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20562 cat >>confdefs.h <<_ACEOF
20563 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20564 _ACEOF
20570 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20571 $as_echo_n "checking for sigaddset... " >&6; }
20572 if test "${wine_cv_have_sigaddset+set}" = set; then
20573 $as_echo_n "(cached) " >&6
20574 else
20575 cat >conftest.$ac_ext <<_ACEOF
20576 /* confdefs.h. */
20577 _ACEOF
20578 cat confdefs.h >>conftest.$ac_ext
20579 cat >>conftest.$ac_ext <<_ACEOF
20580 /* end confdefs.h. */
20581 #include <signal.h>
20583 main ()
20585 sigset_t set; sigaddset(&set,SIGTERM);
20587 return 0;
20589 _ACEOF
20590 rm -f conftest.$ac_objext conftest$ac_exeext
20591 if { (ac_try="$ac_link"
20592 case "(($ac_try" in
20593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20594 *) ac_try_echo=$ac_try;;
20595 esac
20596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20597 $as_echo "$ac_try_echo") >&5
20598 (eval "$ac_link") 2>conftest.er1
20599 ac_status=$?
20600 grep -v '^ *+' conftest.er1 >conftest.err
20601 rm -f conftest.er1
20602 cat conftest.err >&5
20603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); } && {
20605 test -z "$ac_c_werror_flag" ||
20606 test ! -s conftest.err
20607 } && test -s conftest$ac_exeext && {
20608 test "$cross_compiling" = yes ||
20609 $as_test_x conftest$ac_exeext
20610 }; then
20611 wine_cv_have_sigaddset=yes
20612 else
20613 $as_echo "$as_me: failed program was:" >&5
20614 sed 's/^/| /' conftest.$ac_ext >&5
20616 wine_cv_have_sigaddset=no
20619 rm -rf conftest.dSYM
20620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20621 conftest$ac_exeext conftest.$ac_ext
20623 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20624 $as_echo "$wine_cv_have_sigaddset" >&6; }
20625 if test "$wine_cv_have_sigaddset" = "yes"
20626 then
20628 cat >>confdefs.h <<\_ACEOF
20629 #define HAVE_SIGADDSET 1
20630 _ACEOF
20635 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20636 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20637 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20638 $as_echo_n "(cached) " >&6
20639 else
20640 cat >conftest.$ac_ext <<_ACEOF
20641 /* confdefs.h. */
20642 _ACEOF
20643 cat confdefs.h >>conftest.$ac_ext
20644 cat >>conftest.$ac_ext <<_ACEOF
20645 /* end confdefs.h. */
20646 #include <netdb.h>
20648 main ()
20651 char *name=0;
20652 struct hostent he;
20653 struct hostent *result;
20654 char *buf=0;
20655 int bufsize=0;
20656 int res,errnr;
20657 char *addr=0;
20658 int addrlen=0;
20659 int addrtype=0;
20660 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20661 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20664 return 0;
20666 _ACEOF
20667 rm -f conftest.$ac_objext conftest$ac_exeext
20668 if { (ac_try="$ac_link"
20669 case "(($ac_try" in
20670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671 *) ac_try_echo=$ac_try;;
20672 esac
20673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20674 $as_echo "$ac_try_echo") >&5
20675 (eval "$ac_link") 2>conftest.er1
20676 ac_status=$?
20677 grep -v '^ *+' conftest.er1 >conftest.err
20678 rm -f conftest.er1
20679 cat conftest.err >&5
20680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } && {
20682 test -z "$ac_c_werror_flag" ||
20683 test ! -s conftest.err
20684 } && test -s conftest$ac_exeext && {
20685 test "$cross_compiling" = yes ||
20686 $as_test_x conftest$ac_exeext
20687 }; then
20688 wine_cv_linux_gethostbyname_r_6=yes
20689 else
20690 $as_echo "$as_me: failed program was:" >&5
20691 sed 's/^/| /' conftest.$ac_ext >&5
20693 wine_cv_linux_gethostbyname_r_6=no
20697 rm -rf conftest.dSYM
20698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20699 conftest$ac_exeext conftest.$ac_ext
20702 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20703 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20704 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20705 then
20707 cat >>confdefs.h <<\_ACEOF
20708 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20709 _ACEOF
20713 if test "$ac_cv_header_linux_joystick_h" = "yes"
20714 then
20715 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20716 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20717 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20718 $as_echo_n "(cached) " >&6
20719 else
20720 cat >conftest.$ac_ext <<_ACEOF
20721 /* confdefs.h. */
20722 _ACEOF
20723 cat confdefs.h >>conftest.$ac_ext
20724 cat >>conftest.$ac_ext <<_ACEOF
20725 /* end confdefs.h. */
20727 #include <sys/ioctl.h>
20728 #include <sys/types.h>
20729 #include <linux/joystick.h>
20731 struct js_event blub;
20732 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20733 #error "no 2.2 header"
20734 #endif
20737 main ()
20739 /*empty*/
20741 return 0;
20743 _ACEOF
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20748 *) ac_try_echo=$ac_try;;
20749 esac
20750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20751 $as_echo "$ac_try_echo") >&5
20752 (eval "$ac_compile") 2>conftest.er1
20753 ac_status=$?
20754 grep -v '^ *+' conftest.er1 >conftest.err
20755 rm -f conftest.er1
20756 cat conftest.err >&5
20757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20758 (exit $ac_status); } && {
20759 test -z "$ac_c_werror_flag" ||
20760 test ! -s conftest.err
20761 } && test -s conftest.$ac_objext; then
20762 wine_cv_linux_joystick_22_api=yes
20763 else
20764 $as_echo "$as_me: failed program was:" >&5
20765 sed 's/^/| /' conftest.$ac_ext >&5
20767 wine_cv_linux_joystick_22_api=no
20770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20773 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20774 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20775 if test "$wine_cv_linux_joystick_22_api" = "yes"
20776 then
20778 cat >>confdefs.h <<\_ACEOF
20779 #define HAVE_LINUX_22_JOYSTICK_API 1
20780 _ACEOF
20786 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20787 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20788 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20789 $as_echo_n "(cached) " >&6
20790 else
20791 cat >conftest.$ac_ext <<_ACEOF
20792 /* confdefs.h. */
20793 _ACEOF
20794 cat confdefs.h >>conftest.$ac_ext
20795 cat >>conftest.$ac_ext <<_ACEOF
20796 /* end confdefs.h. */
20797 #include <sys/types.h>
20798 #ifdef HAVE_SYS_PARAM_H
20799 # include <sys/param.h>
20800 #endif
20801 #ifdef HAVE_SYS_MOUNT_H
20802 # include <sys/mount.h>
20803 #endif
20804 #ifdef HAVE_SYS_VFS_H
20805 # include <sys/vfs.h>
20806 #endif
20807 #ifdef HAVE_SYS_STATFS_H
20808 # include <sys/statfs.h>
20809 #endif
20812 main ()
20814 static struct statfs ac_aggr;
20815 if (ac_aggr.f_bfree)
20816 return 0;
20818 return 0;
20820 _ACEOF
20821 rm -f conftest.$ac_objext
20822 if { (ac_try="$ac_compile"
20823 case "(($ac_try" in
20824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20825 *) ac_try_echo=$ac_try;;
20826 esac
20827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20828 $as_echo "$ac_try_echo") >&5
20829 (eval "$ac_compile") 2>conftest.er1
20830 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && {
20836 test -z "$ac_c_werror_flag" ||
20837 test ! -s conftest.err
20838 } && test -s conftest.$ac_objext; then
20839 ac_cv_member_struct_statfs_f_bfree=yes
20840 else
20841 $as_echo "$as_me: failed program was:" >&5
20842 sed 's/^/| /' conftest.$ac_ext >&5
20844 cat >conftest.$ac_ext <<_ACEOF
20845 /* confdefs.h. */
20846 _ACEOF
20847 cat confdefs.h >>conftest.$ac_ext
20848 cat >>conftest.$ac_ext <<_ACEOF
20849 /* end confdefs.h. */
20850 #include <sys/types.h>
20851 #ifdef HAVE_SYS_PARAM_H
20852 # include <sys/param.h>
20853 #endif
20854 #ifdef HAVE_SYS_MOUNT_H
20855 # include <sys/mount.h>
20856 #endif
20857 #ifdef HAVE_SYS_VFS_H
20858 # include <sys/vfs.h>
20859 #endif
20860 #ifdef HAVE_SYS_STATFS_H
20861 # include <sys/statfs.h>
20862 #endif
20865 main ()
20867 static struct statfs ac_aggr;
20868 if (sizeof ac_aggr.f_bfree)
20869 return 0;
20871 return 0;
20873 _ACEOF
20874 rm -f conftest.$ac_objext
20875 if { (ac_try="$ac_compile"
20876 case "(($ac_try" in
20877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 *) ac_try_echo=$ac_try;;
20879 esac
20880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20881 $as_echo "$ac_try_echo") >&5
20882 (eval "$ac_compile") 2>conftest.er1
20883 ac_status=$?
20884 grep -v '^ *+' conftest.er1 >conftest.err
20885 rm -f conftest.er1
20886 cat conftest.err >&5
20887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888 (exit $ac_status); } && {
20889 test -z "$ac_c_werror_flag" ||
20890 test ! -s conftest.err
20891 } && test -s conftest.$ac_objext; then
20892 ac_cv_member_struct_statfs_f_bfree=yes
20893 else
20894 $as_echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.$ac_ext >&5
20897 ac_cv_member_struct_statfs_f_bfree=no
20900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20906 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20907 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20909 cat >>confdefs.h <<_ACEOF
20910 #define HAVE_STRUCT_STATFS_F_BFREE 1
20911 _ACEOF
20915 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20916 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20917 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20918 $as_echo_n "(cached) " >&6
20919 else
20920 cat >conftest.$ac_ext <<_ACEOF
20921 /* confdefs.h. */
20922 _ACEOF
20923 cat confdefs.h >>conftest.$ac_ext
20924 cat >>conftest.$ac_ext <<_ACEOF
20925 /* end confdefs.h. */
20926 #include <sys/types.h>
20927 #ifdef HAVE_SYS_PARAM_H
20928 # include <sys/param.h>
20929 #endif
20930 #ifdef HAVE_SYS_MOUNT_H
20931 # include <sys/mount.h>
20932 #endif
20933 #ifdef HAVE_SYS_VFS_H
20934 # include <sys/vfs.h>
20935 #endif
20936 #ifdef HAVE_SYS_STATFS_H
20937 # include <sys/statfs.h>
20938 #endif
20941 main ()
20943 static struct statfs ac_aggr;
20944 if (ac_aggr.f_bavail)
20945 return 0;
20947 return 0;
20949 _ACEOF
20950 rm -f conftest.$ac_objext
20951 if { (ac_try="$ac_compile"
20952 case "(($ac_try" in
20953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20954 *) ac_try_echo=$ac_try;;
20955 esac
20956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20957 $as_echo "$ac_try_echo") >&5
20958 (eval "$ac_compile") 2>conftest.er1
20959 ac_status=$?
20960 grep -v '^ *+' conftest.er1 >conftest.err
20961 rm -f conftest.er1
20962 cat conftest.err >&5
20963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20964 (exit $ac_status); } && {
20965 test -z "$ac_c_werror_flag" ||
20966 test ! -s conftest.err
20967 } && test -s conftest.$ac_objext; then
20968 ac_cv_member_struct_statfs_f_bavail=yes
20969 else
20970 $as_echo "$as_me: failed program was:" >&5
20971 sed 's/^/| /' conftest.$ac_ext >&5
20973 cat >conftest.$ac_ext <<_ACEOF
20974 /* confdefs.h. */
20975 _ACEOF
20976 cat confdefs.h >>conftest.$ac_ext
20977 cat >>conftest.$ac_ext <<_ACEOF
20978 /* end confdefs.h. */
20979 #include <sys/types.h>
20980 #ifdef HAVE_SYS_PARAM_H
20981 # include <sys/param.h>
20982 #endif
20983 #ifdef HAVE_SYS_MOUNT_H
20984 # include <sys/mount.h>
20985 #endif
20986 #ifdef HAVE_SYS_VFS_H
20987 # include <sys/vfs.h>
20988 #endif
20989 #ifdef HAVE_SYS_STATFS_H
20990 # include <sys/statfs.h>
20991 #endif
20994 main ()
20996 static struct statfs ac_aggr;
20997 if (sizeof ac_aggr.f_bavail)
20998 return 0;
21000 return 0;
21002 _ACEOF
21003 rm -f conftest.$ac_objext
21004 if { (ac_try="$ac_compile"
21005 case "(($ac_try" in
21006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21007 *) ac_try_echo=$ac_try;;
21008 esac
21009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21010 $as_echo "$ac_try_echo") >&5
21011 (eval "$ac_compile") 2>conftest.er1
21012 ac_status=$?
21013 grep -v '^ *+' conftest.er1 >conftest.err
21014 rm -f conftest.er1
21015 cat conftest.err >&5
21016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21017 (exit $ac_status); } && {
21018 test -z "$ac_c_werror_flag" ||
21019 test ! -s conftest.err
21020 } && test -s conftest.$ac_objext; then
21021 ac_cv_member_struct_statfs_f_bavail=yes
21022 else
21023 $as_echo "$as_me: failed program was:" >&5
21024 sed 's/^/| /' conftest.$ac_ext >&5
21026 ac_cv_member_struct_statfs_f_bavail=no
21029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21034 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21035 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21036 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21038 cat >>confdefs.h <<_ACEOF
21039 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21040 _ACEOF
21044 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21045 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21046 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21047 $as_echo_n "(cached) " >&6
21048 else
21049 cat >conftest.$ac_ext <<_ACEOF
21050 /* confdefs.h. */
21051 _ACEOF
21052 cat confdefs.h >>conftest.$ac_ext
21053 cat >>conftest.$ac_ext <<_ACEOF
21054 /* end confdefs.h. */
21055 #include <sys/types.h>
21056 #ifdef HAVE_SYS_PARAM_H
21057 # include <sys/param.h>
21058 #endif
21059 #ifdef HAVE_SYS_MOUNT_H
21060 # include <sys/mount.h>
21061 #endif
21062 #ifdef HAVE_SYS_VFS_H
21063 # include <sys/vfs.h>
21064 #endif
21065 #ifdef HAVE_SYS_STATFS_H
21066 # include <sys/statfs.h>
21067 #endif
21070 main ()
21072 static struct statfs ac_aggr;
21073 if (ac_aggr.f_frsize)
21074 return 0;
21076 return 0;
21078 _ACEOF
21079 rm -f conftest.$ac_objext
21080 if { (ac_try="$ac_compile"
21081 case "(($ac_try" in
21082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21083 *) ac_try_echo=$ac_try;;
21084 esac
21085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21086 $as_echo "$ac_try_echo") >&5
21087 (eval "$ac_compile") 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } && {
21094 test -z "$ac_c_werror_flag" ||
21095 test ! -s conftest.err
21096 } && test -s conftest.$ac_objext; then
21097 ac_cv_member_struct_statfs_f_frsize=yes
21098 else
21099 $as_echo "$as_me: failed program was:" >&5
21100 sed 's/^/| /' conftest.$ac_ext >&5
21102 cat >conftest.$ac_ext <<_ACEOF
21103 /* confdefs.h. */
21104 _ACEOF
21105 cat confdefs.h >>conftest.$ac_ext
21106 cat >>conftest.$ac_ext <<_ACEOF
21107 /* end confdefs.h. */
21108 #include <sys/types.h>
21109 #ifdef HAVE_SYS_PARAM_H
21110 # include <sys/param.h>
21111 #endif
21112 #ifdef HAVE_SYS_MOUNT_H
21113 # include <sys/mount.h>
21114 #endif
21115 #ifdef HAVE_SYS_VFS_H
21116 # include <sys/vfs.h>
21117 #endif
21118 #ifdef HAVE_SYS_STATFS_H
21119 # include <sys/statfs.h>
21120 #endif
21123 main ()
21125 static struct statfs ac_aggr;
21126 if (sizeof ac_aggr.f_frsize)
21127 return 0;
21129 return 0;
21131 _ACEOF
21132 rm -f conftest.$ac_objext
21133 if { (ac_try="$ac_compile"
21134 case "(($ac_try" in
21135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21136 *) ac_try_echo=$ac_try;;
21137 esac
21138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21139 $as_echo "$ac_try_echo") >&5
21140 (eval "$ac_compile") 2>conftest.er1
21141 ac_status=$?
21142 grep -v '^ *+' conftest.er1 >conftest.err
21143 rm -f conftest.er1
21144 cat conftest.err >&5
21145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); } && {
21147 test -z "$ac_c_werror_flag" ||
21148 test ! -s conftest.err
21149 } && test -s conftest.$ac_objext; then
21150 ac_cv_member_struct_statfs_f_frsize=yes
21151 else
21152 $as_echo "$as_me: failed program was:" >&5
21153 sed 's/^/| /' conftest.$ac_ext >&5
21155 ac_cv_member_struct_statfs_f_frsize=no
21158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21163 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21164 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21165 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21167 cat >>confdefs.h <<_ACEOF
21168 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21169 _ACEOF
21173 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21174 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21175 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21176 $as_echo_n "(cached) " >&6
21177 else
21178 cat >conftest.$ac_ext <<_ACEOF
21179 /* confdefs.h. */
21180 _ACEOF
21181 cat confdefs.h >>conftest.$ac_ext
21182 cat >>conftest.$ac_ext <<_ACEOF
21183 /* end confdefs.h. */
21184 #include <sys/types.h>
21185 #ifdef HAVE_SYS_PARAM_H
21186 # include <sys/param.h>
21187 #endif
21188 #ifdef HAVE_SYS_MOUNT_H
21189 # include <sys/mount.h>
21190 #endif
21191 #ifdef HAVE_SYS_VFS_H
21192 # include <sys/vfs.h>
21193 #endif
21194 #ifdef HAVE_SYS_STATFS_H
21195 # include <sys/statfs.h>
21196 #endif
21199 main ()
21201 static struct statfs ac_aggr;
21202 if (ac_aggr.f_ffree)
21203 return 0;
21205 return 0;
21207 _ACEOF
21208 rm -f conftest.$ac_objext
21209 if { (ac_try="$ac_compile"
21210 case "(($ac_try" in
21211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21212 *) ac_try_echo=$ac_try;;
21213 esac
21214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21215 $as_echo "$ac_try_echo") >&5
21216 (eval "$ac_compile") 2>conftest.er1
21217 ac_status=$?
21218 grep -v '^ *+' conftest.er1 >conftest.err
21219 rm -f conftest.er1
21220 cat conftest.err >&5
21221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222 (exit $ac_status); } && {
21223 test -z "$ac_c_werror_flag" ||
21224 test ! -s conftest.err
21225 } && test -s conftest.$ac_objext; then
21226 ac_cv_member_struct_statfs_f_ffree=yes
21227 else
21228 $as_echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.$ac_ext >&5
21231 cat >conftest.$ac_ext <<_ACEOF
21232 /* confdefs.h. */
21233 _ACEOF
21234 cat confdefs.h >>conftest.$ac_ext
21235 cat >>conftest.$ac_ext <<_ACEOF
21236 /* end confdefs.h. */
21237 #include <sys/types.h>
21238 #ifdef HAVE_SYS_PARAM_H
21239 # include <sys/param.h>
21240 #endif
21241 #ifdef HAVE_SYS_MOUNT_H
21242 # include <sys/mount.h>
21243 #endif
21244 #ifdef HAVE_SYS_VFS_H
21245 # include <sys/vfs.h>
21246 #endif
21247 #ifdef HAVE_SYS_STATFS_H
21248 # include <sys/statfs.h>
21249 #endif
21252 main ()
21254 static struct statfs ac_aggr;
21255 if (sizeof ac_aggr.f_ffree)
21256 return 0;
21258 return 0;
21260 _ACEOF
21261 rm -f conftest.$ac_objext
21262 if { (ac_try="$ac_compile"
21263 case "(($ac_try" in
21264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21265 *) ac_try_echo=$ac_try;;
21266 esac
21267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21268 $as_echo "$ac_try_echo") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21270 ac_status=$?
21271 grep -v '^ *+' conftest.er1 >conftest.err
21272 rm -f conftest.er1
21273 cat conftest.err >&5
21274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.$ac_objext; then
21279 ac_cv_member_struct_statfs_f_ffree=yes
21280 else
21281 $as_echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.$ac_ext >&5
21284 ac_cv_member_struct_statfs_f_ffree=no
21287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21292 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21293 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21294 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21296 cat >>confdefs.h <<_ACEOF
21297 #define HAVE_STRUCT_STATFS_F_FFREE 1
21298 _ACEOF
21302 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21303 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21304 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21305 $as_echo_n "(cached) " >&6
21306 else
21307 cat >conftest.$ac_ext <<_ACEOF
21308 /* confdefs.h. */
21309 _ACEOF
21310 cat confdefs.h >>conftest.$ac_ext
21311 cat >>conftest.$ac_ext <<_ACEOF
21312 /* end confdefs.h. */
21313 #include <sys/types.h>
21314 #ifdef HAVE_SYS_PARAM_H
21315 # include <sys/param.h>
21316 #endif
21317 #ifdef HAVE_SYS_MOUNT_H
21318 # include <sys/mount.h>
21319 #endif
21320 #ifdef HAVE_SYS_VFS_H
21321 # include <sys/vfs.h>
21322 #endif
21323 #ifdef HAVE_SYS_STATFS_H
21324 # include <sys/statfs.h>
21325 #endif
21328 main ()
21330 static struct statfs ac_aggr;
21331 if (ac_aggr.f_favail)
21332 return 0;
21334 return 0;
21336 _ACEOF
21337 rm -f conftest.$ac_objext
21338 if { (ac_try="$ac_compile"
21339 case "(($ac_try" in
21340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21341 *) ac_try_echo=$ac_try;;
21342 esac
21343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21344 $as_echo "$ac_try_echo") >&5
21345 (eval "$ac_compile") 2>conftest.er1
21346 ac_status=$?
21347 grep -v '^ *+' conftest.er1 >conftest.err
21348 rm -f conftest.er1
21349 cat conftest.err >&5
21350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21351 (exit $ac_status); } && {
21352 test -z "$ac_c_werror_flag" ||
21353 test ! -s conftest.err
21354 } && test -s conftest.$ac_objext; then
21355 ac_cv_member_struct_statfs_f_favail=yes
21356 else
21357 $as_echo "$as_me: failed program was:" >&5
21358 sed 's/^/| /' conftest.$ac_ext >&5
21360 cat >conftest.$ac_ext <<_ACEOF
21361 /* confdefs.h. */
21362 _ACEOF
21363 cat confdefs.h >>conftest.$ac_ext
21364 cat >>conftest.$ac_ext <<_ACEOF
21365 /* end confdefs.h. */
21366 #include <sys/types.h>
21367 #ifdef HAVE_SYS_PARAM_H
21368 # include <sys/param.h>
21369 #endif
21370 #ifdef HAVE_SYS_MOUNT_H
21371 # include <sys/mount.h>
21372 #endif
21373 #ifdef HAVE_SYS_VFS_H
21374 # include <sys/vfs.h>
21375 #endif
21376 #ifdef HAVE_SYS_STATFS_H
21377 # include <sys/statfs.h>
21378 #endif
21381 main ()
21383 static struct statfs ac_aggr;
21384 if (sizeof ac_aggr.f_favail)
21385 return 0;
21387 return 0;
21389 _ACEOF
21390 rm -f conftest.$ac_objext
21391 if { (ac_try="$ac_compile"
21392 case "(($ac_try" in
21393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21394 *) ac_try_echo=$ac_try;;
21395 esac
21396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21397 $as_echo "$ac_try_echo") >&5
21398 (eval "$ac_compile") 2>conftest.er1
21399 ac_status=$?
21400 grep -v '^ *+' conftest.er1 >conftest.err
21401 rm -f conftest.er1
21402 cat conftest.err >&5
21403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21404 (exit $ac_status); } && {
21405 test -z "$ac_c_werror_flag" ||
21406 test ! -s conftest.err
21407 } && test -s conftest.$ac_objext; then
21408 ac_cv_member_struct_statfs_f_favail=yes
21409 else
21410 $as_echo "$as_me: failed program was:" >&5
21411 sed 's/^/| /' conftest.$ac_ext >&5
21413 ac_cv_member_struct_statfs_f_favail=no
21416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21421 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21422 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21423 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21425 cat >>confdefs.h <<_ACEOF
21426 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21427 _ACEOF
21431 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21432 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21433 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21434 $as_echo_n "(cached) " >&6
21435 else
21436 cat >conftest.$ac_ext <<_ACEOF
21437 /* confdefs.h. */
21438 _ACEOF
21439 cat confdefs.h >>conftest.$ac_ext
21440 cat >>conftest.$ac_ext <<_ACEOF
21441 /* end confdefs.h. */
21442 #include <sys/types.h>
21443 #ifdef HAVE_SYS_PARAM_H
21444 # include <sys/param.h>
21445 #endif
21446 #ifdef HAVE_SYS_MOUNT_H
21447 # include <sys/mount.h>
21448 #endif
21449 #ifdef HAVE_SYS_VFS_H
21450 # include <sys/vfs.h>
21451 #endif
21452 #ifdef HAVE_SYS_STATFS_H
21453 # include <sys/statfs.h>
21454 #endif
21457 main ()
21459 static struct statfs ac_aggr;
21460 if (ac_aggr.f_namelen)
21461 return 0;
21463 return 0;
21465 _ACEOF
21466 rm -f conftest.$ac_objext
21467 if { (ac_try="$ac_compile"
21468 case "(($ac_try" in
21469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21470 *) ac_try_echo=$ac_try;;
21471 esac
21472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21473 $as_echo "$ac_try_echo") >&5
21474 (eval "$ac_compile") 2>conftest.er1
21475 ac_status=$?
21476 grep -v '^ *+' conftest.er1 >conftest.err
21477 rm -f conftest.er1
21478 cat conftest.err >&5
21479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21480 (exit $ac_status); } && {
21481 test -z "$ac_c_werror_flag" ||
21482 test ! -s conftest.err
21483 } && test -s conftest.$ac_objext; then
21484 ac_cv_member_struct_statfs_f_namelen=yes
21485 else
21486 $as_echo "$as_me: failed program was:" >&5
21487 sed 's/^/| /' conftest.$ac_ext >&5
21489 cat >conftest.$ac_ext <<_ACEOF
21490 /* confdefs.h. */
21491 _ACEOF
21492 cat confdefs.h >>conftest.$ac_ext
21493 cat >>conftest.$ac_ext <<_ACEOF
21494 /* end confdefs.h. */
21495 #include <sys/types.h>
21496 #ifdef HAVE_SYS_PARAM_H
21497 # include <sys/param.h>
21498 #endif
21499 #ifdef HAVE_SYS_MOUNT_H
21500 # include <sys/mount.h>
21501 #endif
21502 #ifdef HAVE_SYS_VFS_H
21503 # include <sys/vfs.h>
21504 #endif
21505 #ifdef HAVE_SYS_STATFS_H
21506 # include <sys/statfs.h>
21507 #endif
21510 main ()
21512 static struct statfs ac_aggr;
21513 if (sizeof ac_aggr.f_namelen)
21514 return 0;
21516 return 0;
21518 _ACEOF
21519 rm -f conftest.$ac_objext
21520 if { (ac_try="$ac_compile"
21521 case "(($ac_try" in
21522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21523 *) ac_try_echo=$ac_try;;
21524 esac
21525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21526 $as_echo "$ac_try_echo") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21528 ac_status=$?
21529 grep -v '^ *+' conftest.er1 >conftest.err
21530 rm -f conftest.er1
21531 cat conftest.err >&5
21532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_statfs_f_namelen=yes
21538 else
21539 $as_echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_statfs_f_namelen=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21551 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21552 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21556 _ACEOF
21562 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21563 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21564 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21565 $as_echo_n "(cached) " >&6
21566 else
21567 cat >conftest.$ac_ext <<_ACEOF
21568 /* confdefs.h. */
21569 _ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_SYS_STATVFS_H
21574 #include <sys/statvfs.h>
21575 #endif
21578 main ()
21580 static struct statvfs ac_aggr;
21581 if (ac_aggr.f_blocks)
21582 return 0;
21584 return 0;
21586 _ACEOF
21587 rm -f conftest.$ac_objext
21588 if { (ac_try="$ac_compile"
21589 case "(($ac_try" in
21590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21591 *) ac_try_echo=$ac_try;;
21592 esac
21593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21594 $as_echo "$ac_try_echo") >&5
21595 (eval "$ac_compile") 2>conftest.er1
21596 ac_status=$?
21597 grep -v '^ *+' conftest.er1 >conftest.err
21598 rm -f conftest.er1
21599 cat conftest.err >&5
21600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21601 (exit $ac_status); } && {
21602 test -z "$ac_c_werror_flag" ||
21603 test ! -s conftest.err
21604 } && test -s conftest.$ac_objext; then
21605 ac_cv_member_struct_statvfs_f_blocks=yes
21606 else
21607 $as_echo "$as_me: failed program was:" >&5
21608 sed 's/^/| /' conftest.$ac_ext >&5
21610 cat >conftest.$ac_ext <<_ACEOF
21611 /* confdefs.h. */
21612 _ACEOF
21613 cat confdefs.h >>conftest.$ac_ext
21614 cat >>conftest.$ac_ext <<_ACEOF
21615 /* end confdefs.h. */
21616 #ifdef HAVE_SYS_STATVFS_H
21617 #include <sys/statvfs.h>
21618 #endif
21621 main ()
21623 static struct statvfs ac_aggr;
21624 if (sizeof ac_aggr.f_blocks)
21625 return 0;
21627 return 0;
21629 _ACEOF
21630 rm -f conftest.$ac_objext
21631 if { (ac_try="$ac_compile"
21632 case "(($ac_try" in
21633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21634 *) ac_try_echo=$ac_try;;
21635 esac
21636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21637 $as_echo "$ac_try_echo") >&5
21638 (eval "$ac_compile") 2>conftest.er1
21639 ac_status=$?
21640 grep -v '^ *+' conftest.er1 >conftest.err
21641 rm -f conftest.er1
21642 cat conftest.err >&5
21643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21644 (exit $ac_status); } && {
21645 test -z "$ac_c_werror_flag" ||
21646 test ! -s conftest.err
21647 } && test -s conftest.$ac_objext; then
21648 ac_cv_member_struct_statvfs_f_blocks=yes
21649 else
21650 $as_echo "$as_me: failed program was:" >&5
21651 sed 's/^/| /' conftest.$ac_ext >&5
21653 ac_cv_member_struct_statvfs_f_blocks=no
21656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21661 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21662 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21663 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21665 cat >>confdefs.h <<_ACEOF
21666 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21667 _ACEOF
21673 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21674 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21675 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21676 $as_echo_n "(cached) " >&6
21677 else
21678 cat >conftest.$ac_ext <<_ACEOF
21679 /* confdefs.h. */
21680 _ACEOF
21681 cat confdefs.h >>conftest.$ac_ext
21682 cat >>conftest.$ac_ext <<_ACEOF
21683 /* end confdefs.h. */
21684 #include <sys/types.h>
21685 #ifdef HAVE_SYS_SOCKET_H
21686 # include <sys/socket.h>
21687 #endif
21688 #ifdef HAVE_SYS_UN_H
21689 # include <sys/un.h>
21690 #endif
21693 main ()
21695 static struct msghdr ac_aggr;
21696 if (ac_aggr.msg_accrights)
21697 return 0;
21699 return 0;
21701 _ACEOF
21702 rm -f conftest.$ac_objext
21703 if { (ac_try="$ac_compile"
21704 case "(($ac_try" in
21705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21706 *) ac_try_echo=$ac_try;;
21707 esac
21708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21709 $as_echo "$ac_try_echo") >&5
21710 (eval "$ac_compile") 2>conftest.er1
21711 ac_status=$?
21712 grep -v '^ *+' conftest.er1 >conftest.err
21713 rm -f conftest.er1
21714 cat conftest.err >&5
21715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21716 (exit $ac_status); } && {
21717 test -z "$ac_c_werror_flag" ||
21718 test ! -s conftest.err
21719 } && test -s conftest.$ac_objext; then
21720 ac_cv_member_struct_msghdr_msg_accrights=yes
21721 else
21722 $as_echo "$as_me: failed program was:" >&5
21723 sed 's/^/| /' conftest.$ac_ext >&5
21725 cat >conftest.$ac_ext <<_ACEOF
21726 /* confdefs.h. */
21727 _ACEOF
21728 cat confdefs.h >>conftest.$ac_ext
21729 cat >>conftest.$ac_ext <<_ACEOF
21730 /* end confdefs.h. */
21731 #include <sys/types.h>
21732 #ifdef HAVE_SYS_SOCKET_H
21733 # include <sys/socket.h>
21734 #endif
21735 #ifdef HAVE_SYS_UN_H
21736 # include <sys/un.h>
21737 #endif
21740 main ()
21742 static struct msghdr ac_aggr;
21743 if (sizeof ac_aggr.msg_accrights)
21744 return 0;
21746 return 0;
21748 _ACEOF
21749 rm -f conftest.$ac_objext
21750 if { (ac_try="$ac_compile"
21751 case "(($ac_try" in
21752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21753 *) ac_try_echo=$ac_try;;
21754 esac
21755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21756 $as_echo "$ac_try_echo") >&5
21757 (eval "$ac_compile") 2>conftest.er1
21758 ac_status=$?
21759 grep -v '^ *+' conftest.er1 >conftest.err
21760 rm -f conftest.er1
21761 cat conftest.err >&5
21762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21763 (exit $ac_status); } && {
21764 test -z "$ac_c_werror_flag" ||
21765 test ! -s conftest.err
21766 } && test -s conftest.$ac_objext; then
21767 ac_cv_member_struct_msghdr_msg_accrights=yes
21768 else
21769 $as_echo "$as_me: failed program was:" >&5
21770 sed 's/^/| /' conftest.$ac_ext >&5
21772 ac_cv_member_struct_msghdr_msg_accrights=no
21775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21780 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21781 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21782 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21784 cat >>confdefs.h <<_ACEOF
21785 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21786 _ACEOF
21790 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21791 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21792 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21793 $as_echo_n "(cached) " >&6
21794 else
21795 cat >conftest.$ac_ext <<_ACEOF
21796 /* confdefs.h. */
21797 _ACEOF
21798 cat confdefs.h >>conftest.$ac_ext
21799 cat >>conftest.$ac_ext <<_ACEOF
21800 /* end confdefs.h. */
21801 #include <sys/types.h>
21802 #ifdef HAVE_SYS_SOCKET_H
21803 # include <sys/socket.h>
21804 #endif
21805 #ifdef HAVE_SYS_UN_H
21806 # include <sys/un.h>
21807 #endif
21810 main ()
21812 static struct sockaddr ac_aggr;
21813 if (ac_aggr.sa_len)
21814 return 0;
21816 return 0;
21818 _ACEOF
21819 rm -f conftest.$ac_objext
21820 if { (ac_try="$ac_compile"
21821 case "(($ac_try" in
21822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21823 *) ac_try_echo=$ac_try;;
21824 esac
21825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21826 $as_echo "$ac_try_echo") >&5
21827 (eval "$ac_compile") 2>conftest.er1
21828 ac_status=$?
21829 grep -v '^ *+' conftest.er1 >conftest.err
21830 rm -f conftest.er1
21831 cat conftest.err >&5
21832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21833 (exit $ac_status); } && {
21834 test -z "$ac_c_werror_flag" ||
21835 test ! -s conftest.err
21836 } && test -s conftest.$ac_objext; then
21837 ac_cv_member_struct_sockaddr_sa_len=yes
21838 else
21839 $as_echo "$as_me: failed program was:" >&5
21840 sed 's/^/| /' conftest.$ac_ext >&5
21842 cat >conftest.$ac_ext <<_ACEOF
21843 /* confdefs.h. */
21844 _ACEOF
21845 cat confdefs.h >>conftest.$ac_ext
21846 cat >>conftest.$ac_ext <<_ACEOF
21847 /* end confdefs.h. */
21848 #include <sys/types.h>
21849 #ifdef HAVE_SYS_SOCKET_H
21850 # include <sys/socket.h>
21851 #endif
21852 #ifdef HAVE_SYS_UN_H
21853 # include <sys/un.h>
21854 #endif
21857 main ()
21859 static struct sockaddr ac_aggr;
21860 if (sizeof ac_aggr.sa_len)
21861 return 0;
21863 return 0;
21865 _ACEOF
21866 rm -f conftest.$ac_objext
21867 if { (ac_try="$ac_compile"
21868 case "(($ac_try" in
21869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21870 *) ac_try_echo=$ac_try;;
21871 esac
21872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21873 $as_echo "$ac_try_echo") >&5
21874 (eval "$ac_compile") 2>conftest.er1
21875 ac_status=$?
21876 grep -v '^ *+' conftest.er1 >conftest.err
21877 rm -f conftest.er1
21878 cat conftest.err >&5
21879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21880 (exit $ac_status); } && {
21881 test -z "$ac_c_werror_flag" ||
21882 test ! -s conftest.err
21883 } && test -s conftest.$ac_objext; then
21884 ac_cv_member_struct_sockaddr_sa_len=yes
21885 else
21886 $as_echo "$as_me: failed program was:" >&5
21887 sed 's/^/| /' conftest.$ac_ext >&5
21889 ac_cv_member_struct_sockaddr_sa_len=no
21892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21897 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21898 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21899 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21901 cat >>confdefs.h <<_ACEOF
21902 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21903 _ACEOF
21907 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21908 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21909 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21910 $as_echo_n "(cached) " >&6
21911 else
21912 cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h. */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h. */
21918 #include <sys/types.h>
21919 #ifdef HAVE_SYS_SOCKET_H
21920 # include <sys/socket.h>
21921 #endif
21922 #ifdef HAVE_SYS_UN_H
21923 # include <sys/un.h>
21924 #endif
21927 main ()
21929 static struct sockaddr_un ac_aggr;
21930 if (ac_aggr.sun_len)
21931 return 0;
21933 return 0;
21935 _ACEOF
21936 rm -f conftest.$ac_objext
21937 if { (ac_try="$ac_compile"
21938 case "(($ac_try" in
21939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21940 *) ac_try_echo=$ac_try;;
21941 esac
21942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21943 $as_echo "$ac_try_echo") >&5
21944 (eval "$ac_compile") 2>conftest.er1
21945 ac_status=$?
21946 grep -v '^ *+' conftest.er1 >conftest.err
21947 rm -f conftest.er1
21948 cat conftest.err >&5
21949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest.$ac_objext; then
21954 ac_cv_member_struct_sockaddr_un_sun_len=yes
21955 else
21956 $as_echo "$as_me: failed program was:" >&5
21957 sed 's/^/| /' conftest.$ac_ext >&5
21959 cat >conftest.$ac_ext <<_ACEOF
21960 /* confdefs.h. */
21961 _ACEOF
21962 cat confdefs.h >>conftest.$ac_ext
21963 cat >>conftest.$ac_ext <<_ACEOF
21964 /* end confdefs.h. */
21965 #include <sys/types.h>
21966 #ifdef HAVE_SYS_SOCKET_H
21967 # include <sys/socket.h>
21968 #endif
21969 #ifdef HAVE_SYS_UN_H
21970 # include <sys/un.h>
21971 #endif
21974 main ()
21976 static struct sockaddr_un ac_aggr;
21977 if (sizeof ac_aggr.sun_len)
21978 return 0;
21980 return 0;
21982 _ACEOF
21983 rm -f conftest.$ac_objext
21984 if { (ac_try="$ac_compile"
21985 case "(($ac_try" in
21986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21987 *) ac_try_echo=$ac_try;;
21988 esac
21989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21990 $as_echo "$ac_try_echo") >&5
21991 (eval "$ac_compile") 2>conftest.er1
21992 ac_status=$?
21993 grep -v '^ *+' conftest.er1 >conftest.err
21994 rm -f conftest.er1
21995 cat conftest.err >&5
21996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21997 (exit $ac_status); } && {
21998 test -z "$ac_c_werror_flag" ||
21999 test ! -s conftest.err
22000 } && test -s conftest.$ac_objext; then
22001 ac_cv_member_struct_sockaddr_un_sun_len=yes
22002 else
22003 $as_echo "$as_me: failed program was:" >&5
22004 sed 's/^/| /' conftest.$ac_ext >&5
22006 ac_cv_member_struct_sockaddr_un_sun_len=no
22009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22014 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22015 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22016 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22018 cat >>confdefs.h <<_ACEOF
22019 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22020 _ACEOF
22026 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22027 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22028 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22029 $as_echo_n "(cached) " >&6
22030 else
22031 cat >conftest.$ac_ext <<_ACEOF
22032 /* confdefs.h. */
22033 _ACEOF
22034 cat confdefs.h >>conftest.$ac_ext
22035 cat >>conftest.$ac_ext <<_ACEOF
22036 /* end confdefs.h. */
22037 #include <sys/types.h>
22038 #ifdef HAVE_SCSI_SG_H
22039 #include <scsi/sg.h>
22040 #endif
22043 main ()
22045 static scsireq_t ac_aggr;
22046 if (ac_aggr.cmd)
22047 return 0;
22049 return 0;
22051 _ACEOF
22052 rm -f conftest.$ac_objext
22053 if { (ac_try="$ac_compile"
22054 case "(($ac_try" in
22055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22056 *) ac_try_echo=$ac_try;;
22057 esac
22058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22059 $as_echo "$ac_try_echo") >&5
22060 (eval "$ac_compile") 2>conftest.er1
22061 ac_status=$?
22062 grep -v '^ *+' conftest.er1 >conftest.err
22063 rm -f conftest.er1
22064 cat conftest.err >&5
22065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22066 (exit $ac_status); } && {
22067 test -z "$ac_c_werror_flag" ||
22068 test ! -s conftest.err
22069 } && test -s conftest.$ac_objext; then
22070 ac_cv_member_scsireq_t_cmd=yes
22071 else
22072 $as_echo "$as_me: failed program was:" >&5
22073 sed 's/^/| /' conftest.$ac_ext >&5
22075 cat >conftest.$ac_ext <<_ACEOF
22076 /* confdefs.h. */
22077 _ACEOF
22078 cat confdefs.h >>conftest.$ac_ext
22079 cat >>conftest.$ac_ext <<_ACEOF
22080 /* end confdefs.h. */
22081 #include <sys/types.h>
22082 #ifdef HAVE_SCSI_SG_H
22083 #include <scsi/sg.h>
22084 #endif
22087 main ()
22089 static scsireq_t ac_aggr;
22090 if (sizeof ac_aggr.cmd)
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_scsireq_t_cmd=yes
22115 else
22116 $as_echo "$as_me: failed program was:" >&5
22117 sed 's/^/| /' conftest.$ac_ext >&5
22119 ac_cv_member_scsireq_t_cmd=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_scsireq_t_cmd" >&5
22128 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22129 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22131 cat >>confdefs.h <<_ACEOF
22132 #define HAVE_SCSIREQ_T_CMD 1
22133 _ACEOF
22137 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22138 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22139 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22140 $as_echo_n "(cached) " >&6
22141 else
22142 cat >conftest.$ac_ext <<_ACEOF
22143 /* confdefs.h. */
22144 _ACEOF
22145 cat confdefs.h >>conftest.$ac_ext
22146 cat >>conftest.$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22148 #include <sys/types.h>
22149 #ifdef HAVE_SCSI_SG_H
22150 #include <scsi/sg.h>
22151 #endif
22154 main ()
22156 static sg_io_hdr_t ac_aggr;
22157 if (ac_aggr.interface_id)
22158 return 0;
22160 return 0;
22162 _ACEOF
22163 rm -f conftest.$ac_objext
22164 if { (ac_try="$ac_compile"
22165 case "(($ac_try" in
22166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22167 *) ac_try_echo=$ac_try;;
22168 esac
22169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22170 $as_echo "$ac_try_echo") >&5
22171 (eval "$ac_compile") 2>conftest.er1
22172 ac_status=$?
22173 grep -v '^ *+' conftest.er1 >conftest.err
22174 rm -f conftest.er1
22175 cat conftest.err >&5
22176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22177 (exit $ac_status); } && {
22178 test -z "$ac_c_werror_flag" ||
22179 test ! -s conftest.err
22180 } && test -s conftest.$ac_objext; then
22181 ac_cv_member_sg_io_hdr_t_interface_id=yes
22182 else
22183 $as_echo "$as_me: failed program was:" >&5
22184 sed 's/^/| /' conftest.$ac_ext >&5
22186 cat >conftest.$ac_ext <<_ACEOF
22187 /* confdefs.h. */
22188 _ACEOF
22189 cat confdefs.h >>conftest.$ac_ext
22190 cat >>conftest.$ac_ext <<_ACEOF
22191 /* end confdefs.h. */
22192 #include <sys/types.h>
22193 #ifdef HAVE_SCSI_SG_H
22194 #include <scsi/sg.h>
22195 #endif
22198 main ()
22200 static sg_io_hdr_t ac_aggr;
22201 if (sizeof ac_aggr.interface_id)
22202 return 0;
22204 return 0;
22206 _ACEOF
22207 rm -f conftest.$ac_objext
22208 if { (ac_try="$ac_compile"
22209 case "(($ac_try" in
22210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22211 *) ac_try_echo=$ac_try;;
22212 esac
22213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22214 $as_echo "$ac_try_echo") >&5
22215 (eval "$ac_compile") 2>conftest.er1
22216 ac_status=$?
22217 grep -v '^ *+' conftest.er1 >conftest.err
22218 rm -f conftest.er1
22219 cat conftest.err >&5
22220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22221 (exit $ac_status); } && {
22222 test -z "$ac_c_werror_flag" ||
22223 test ! -s conftest.err
22224 } && test -s conftest.$ac_objext; then
22225 ac_cv_member_sg_io_hdr_t_interface_id=yes
22226 else
22227 $as_echo "$as_me: failed program was:" >&5
22228 sed 's/^/| /' conftest.$ac_ext >&5
22230 ac_cv_member_sg_io_hdr_t_interface_id=no
22233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22239 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22240 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22242 cat >>confdefs.h <<_ACEOF
22243 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22244 _ACEOF
22250 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22251 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22252 if test "${ac_cv_member_siginfo_t_si_fd+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 <signal.h>
22264 main ()
22266 static siginfo_t ac_aggr;
22267 if (ac_aggr.si_fd)
22268 return 0;
22270 return 0;
22272 _ACEOF
22273 rm -f conftest.$ac_objext
22274 if { (ac_try="$ac_compile"
22275 case "(($ac_try" in
22276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22277 *) ac_try_echo=$ac_try;;
22278 esac
22279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22280 $as_echo "$ac_try_echo") >&5
22281 (eval "$ac_compile") 2>conftest.er1
22282 ac_status=$?
22283 grep -v '^ *+' conftest.er1 >conftest.err
22284 rm -f conftest.er1
22285 cat conftest.err >&5
22286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22287 (exit $ac_status); } && {
22288 test -z "$ac_c_werror_flag" ||
22289 test ! -s conftest.err
22290 } && test -s conftest.$ac_objext; then
22291 ac_cv_member_siginfo_t_si_fd=yes
22292 else
22293 $as_echo "$as_me: failed program was:" >&5
22294 sed 's/^/| /' conftest.$ac_ext >&5
22296 cat >conftest.$ac_ext <<_ACEOF
22297 /* confdefs.h. */
22298 _ACEOF
22299 cat confdefs.h >>conftest.$ac_ext
22300 cat >>conftest.$ac_ext <<_ACEOF
22301 /* end confdefs.h. */
22302 #include <signal.h>
22305 main ()
22307 static siginfo_t ac_aggr;
22308 if (sizeof ac_aggr.si_fd)
22309 return 0;
22311 return 0;
22313 _ACEOF
22314 rm -f conftest.$ac_objext
22315 if { (ac_try="$ac_compile"
22316 case "(($ac_try" in
22317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22318 *) ac_try_echo=$ac_try;;
22319 esac
22320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22321 $as_echo "$ac_try_echo") >&5
22322 (eval "$ac_compile") 2>conftest.er1
22323 ac_status=$?
22324 grep -v '^ *+' conftest.er1 >conftest.err
22325 rm -f conftest.er1
22326 cat conftest.err >&5
22327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22328 (exit $ac_status); } && {
22329 test -z "$ac_c_werror_flag" ||
22330 test ! -s conftest.err
22331 } && test -s conftest.$ac_objext; then
22332 ac_cv_member_siginfo_t_si_fd=yes
22333 else
22334 $as_echo "$as_me: failed program was:" >&5
22335 sed 's/^/| /' conftest.$ac_ext >&5
22337 ac_cv_member_siginfo_t_si_fd=no
22340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22345 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22346 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22347 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22349 cat >>confdefs.h <<_ACEOF
22350 #define HAVE_SIGINFO_T_SI_FD 1
22351 _ACEOF
22357 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22358 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22359 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22360 $as_echo_n "(cached) " >&6
22361 else
22362 cat >conftest.$ac_ext <<_ACEOF
22363 /* confdefs.h. */
22364 _ACEOF
22365 cat confdefs.h >>conftest.$ac_ext
22366 cat >>conftest.$ac_ext <<_ACEOF
22367 /* end confdefs.h. */
22368 #include <sys/types.h>
22369 #ifdef HAVE_SYS_MTIO_H
22370 #include <sys/mtio.h>
22371 #endif
22374 main ()
22376 static struct mtget ac_aggr;
22377 if (ac_aggr.mt_blksiz)
22378 return 0;
22380 return 0;
22382 _ACEOF
22383 rm -f conftest.$ac_objext
22384 if { (ac_try="$ac_compile"
22385 case "(($ac_try" in
22386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22387 *) ac_try_echo=$ac_try;;
22388 esac
22389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22390 $as_echo "$ac_try_echo") >&5
22391 (eval "$ac_compile") 2>conftest.er1
22392 ac_status=$?
22393 grep -v '^ *+' conftest.er1 >conftest.err
22394 rm -f conftest.er1
22395 cat conftest.err >&5
22396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22397 (exit $ac_status); } && {
22398 test -z "$ac_c_werror_flag" ||
22399 test ! -s conftest.err
22400 } && test -s conftest.$ac_objext; then
22401 ac_cv_member_struct_mtget_mt_blksiz=yes
22402 else
22403 $as_echo "$as_me: failed program was:" >&5
22404 sed 's/^/| /' conftest.$ac_ext >&5
22406 cat >conftest.$ac_ext <<_ACEOF
22407 /* confdefs.h. */
22408 _ACEOF
22409 cat confdefs.h >>conftest.$ac_ext
22410 cat >>conftest.$ac_ext <<_ACEOF
22411 /* end confdefs.h. */
22412 #include <sys/types.h>
22413 #ifdef HAVE_SYS_MTIO_H
22414 #include <sys/mtio.h>
22415 #endif
22418 main ()
22420 static struct mtget ac_aggr;
22421 if (sizeof ac_aggr.mt_blksiz)
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_struct_mtget_mt_blksiz=yes
22446 else
22447 $as_echo "$as_me: failed program was:" >&5
22448 sed 's/^/| /' conftest.$ac_ext >&5
22450 ac_cv_member_struct_mtget_mt_blksiz=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_struct_mtget_mt_blksiz" >&5
22459 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22460 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22462 cat >>confdefs.h <<_ACEOF
22463 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22464 _ACEOF
22468 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22469 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22470 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22471 $as_echo_n "(cached) " >&6
22472 else
22473 cat >conftest.$ac_ext <<_ACEOF
22474 /* confdefs.h. */
22475 _ACEOF
22476 cat confdefs.h >>conftest.$ac_ext
22477 cat >>conftest.$ac_ext <<_ACEOF
22478 /* end confdefs.h. */
22479 #include <sys/types.h>
22480 #ifdef HAVE_SYS_MTIO_H
22481 #include <sys/mtio.h>
22482 #endif
22485 main ()
22487 static struct mtget ac_aggr;
22488 if (ac_aggr.mt_gstat)
22489 return 0;
22491 return 0;
22493 _ACEOF
22494 rm -f conftest.$ac_objext
22495 if { (ac_try="$ac_compile"
22496 case "(($ac_try" in
22497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22498 *) ac_try_echo=$ac_try;;
22499 esac
22500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22501 $as_echo "$ac_try_echo") >&5
22502 (eval "$ac_compile") 2>conftest.er1
22503 ac_status=$?
22504 grep -v '^ *+' conftest.er1 >conftest.err
22505 rm -f conftest.er1
22506 cat conftest.err >&5
22507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22508 (exit $ac_status); } && {
22509 test -z "$ac_c_werror_flag" ||
22510 test ! -s conftest.err
22511 } && test -s conftest.$ac_objext; then
22512 ac_cv_member_struct_mtget_mt_gstat=yes
22513 else
22514 $as_echo "$as_me: failed program was:" >&5
22515 sed 's/^/| /' conftest.$ac_ext >&5
22517 cat >conftest.$ac_ext <<_ACEOF
22518 /* confdefs.h. */
22519 _ACEOF
22520 cat confdefs.h >>conftest.$ac_ext
22521 cat >>conftest.$ac_ext <<_ACEOF
22522 /* end confdefs.h. */
22523 #include <sys/types.h>
22524 #ifdef HAVE_SYS_MTIO_H
22525 #include <sys/mtio.h>
22526 #endif
22529 main ()
22531 static struct mtget ac_aggr;
22532 if (sizeof ac_aggr.mt_gstat)
22533 return 0;
22535 return 0;
22537 _ACEOF
22538 rm -f conftest.$ac_objext
22539 if { (ac_try="$ac_compile"
22540 case "(($ac_try" in
22541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22542 *) ac_try_echo=$ac_try;;
22543 esac
22544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22545 $as_echo "$ac_try_echo") >&5
22546 (eval "$ac_compile") 2>conftest.er1
22547 ac_status=$?
22548 grep -v '^ *+' conftest.er1 >conftest.err
22549 rm -f conftest.er1
22550 cat conftest.err >&5
22551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22552 (exit $ac_status); } && {
22553 test -z "$ac_c_werror_flag" ||
22554 test ! -s conftest.err
22555 } && test -s conftest.$ac_objext; then
22556 ac_cv_member_struct_mtget_mt_gstat=yes
22557 else
22558 $as_echo "$as_me: failed program was:" >&5
22559 sed 's/^/| /' conftest.$ac_ext >&5
22561 ac_cv_member_struct_mtget_mt_gstat=no
22564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22569 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22570 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22571 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22573 cat >>confdefs.h <<_ACEOF
22574 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22575 _ACEOF
22579 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22580 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22581 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22582 $as_echo_n "(cached) " >&6
22583 else
22584 cat >conftest.$ac_ext <<_ACEOF
22585 /* confdefs.h. */
22586 _ACEOF
22587 cat confdefs.h >>conftest.$ac_ext
22588 cat >>conftest.$ac_ext <<_ACEOF
22589 /* end confdefs.h. */
22590 #include <sys/types.h>
22591 #ifdef HAVE_SYS_MTIO_H
22592 #include <sys/mtio.h>
22593 #endif
22596 main ()
22598 static struct mtget ac_aggr;
22599 if (ac_aggr.mt_blkno)
22600 return 0;
22602 return 0;
22604 _ACEOF
22605 rm -f conftest.$ac_objext
22606 if { (ac_try="$ac_compile"
22607 case "(($ac_try" in
22608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22609 *) ac_try_echo=$ac_try;;
22610 esac
22611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22612 $as_echo "$ac_try_echo") >&5
22613 (eval "$ac_compile") 2>conftest.er1
22614 ac_status=$?
22615 grep -v '^ *+' conftest.er1 >conftest.err
22616 rm -f conftest.er1
22617 cat conftest.err >&5
22618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22619 (exit $ac_status); } && {
22620 test -z "$ac_c_werror_flag" ||
22621 test ! -s conftest.err
22622 } && test -s conftest.$ac_objext; then
22623 ac_cv_member_struct_mtget_mt_blkno=yes
22624 else
22625 $as_echo "$as_me: failed program was:" >&5
22626 sed 's/^/| /' conftest.$ac_ext >&5
22628 cat >conftest.$ac_ext <<_ACEOF
22629 /* confdefs.h. */
22630 _ACEOF
22631 cat confdefs.h >>conftest.$ac_ext
22632 cat >>conftest.$ac_ext <<_ACEOF
22633 /* end confdefs.h. */
22634 #include <sys/types.h>
22635 #ifdef HAVE_SYS_MTIO_H
22636 #include <sys/mtio.h>
22637 #endif
22640 main ()
22642 static struct mtget ac_aggr;
22643 if (sizeof ac_aggr.mt_blkno)
22644 return 0;
22646 return 0;
22648 _ACEOF
22649 rm -f conftest.$ac_objext
22650 if { (ac_try="$ac_compile"
22651 case "(($ac_try" in
22652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22653 *) ac_try_echo=$ac_try;;
22654 esac
22655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22656 $as_echo "$ac_try_echo") >&5
22657 (eval "$ac_compile") 2>conftest.er1
22658 ac_status=$?
22659 grep -v '^ *+' conftest.er1 >conftest.err
22660 rm -f conftest.er1
22661 cat conftest.err >&5
22662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22663 (exit $ac_status); } && {
22664 test -z "$ac_c_werror_flag" ||
22665 test ! -s conftest.err
22666 } && test -s conftest.$ac_objext; then
22667 ac_cv_member_struct_mtget_mt_blkno=yes
22668 else
22669 $as_echo "$as_me: failed program was:" >&5
22670 sed 's/^/| /' conftest.$ac_ext >&5
22672 ac_cv_member_struct_mtget_mt_blkno=no
22675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22680 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22681 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22682 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22684 cat >>confdefs.h <<_ACEOF
22685 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22686 _ACEOF
22692 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22693 $as_echo_n "checking for struct option.name... " >&6; }
22694 if test "${ac_cv_member_struct_option_name+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 #ifdef HAVE_GETOPT_H
22704 #include <getopt.h>
22705 #endif
22708 main ()
22710 static struct option ac_aggr;
22711 if (ac_aggr.name)
22712 return 0;
22714 return 0;
22716 _ACEOF
22717 rm -f conftest.$ac_objext
22718 if { (ac_try="$ac_compile"
22719 case "(($ac_try" in
22720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22721 *) ac_try_echo=$ac_try;;
22722 esac
22723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22724 $as_echo "$ac_try_echo") >&5
22725 (eval "$ac_compile") 2>conftest.er1
22726 ac_status=$?
22727 grep -v '^ *+' conftest.er1 >conftest.err
22728 rm -f conftest.er1
22729 cat conftest.err >&5
22730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22731 (exit $ac_status); } && {
22732 test -z "$ac_c_werror_flag" ||
22733 test ! -s conftest.err
22734 } && test -s conftest.$ac_objext; then
22735 ac_cv_member_struct_option_name=yes
22736 else
22737 $as_echo "$as_me: failed program was:" >&5
22738 sed 's/^/| /' conftest.$ac_ext >&5
22740 cat >conftest.$ac_ext <<_ACEOF
22741 /* confdefs.h. */
22742 _ACEOF
22743 cat confdefs.h >>conftest.$ac_ext
22744 cat >>conftest.$ac_ext <<_ACEOF
22745 /* end confdefs.h. */
22746 #ifdef HAVE_GETOPT_H
22747 #include <getopt.h>
22748 #endif
22751 main ()
22753 static struct option ac_aggr;
22754 if (sizeof ac_aggr.name)
22755 return 0;
22757 return 0;
22759 _ACEOF
22760 rm -f conftest.$ac_objext
22761 if { (ac_try="$ac_compile"
22762 case "(($ac_try" in
22763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22764 *) ac_try_echo=$ac_try;;
22765 esac
22766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22767 $as_echo "$ac_try_echo") >&5
22768 (eval "$ac_compile") 2>conftest.er1
22769 ac_status=$?
22770 grep -v '^ *+' conftest.er1 >conftest.err
22771 rm -f conftest.er1
22772 cat conftest.err >&5
22773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22774 (exit $ac_status); } && {
22775 test -z "$ac_c_werror_flag" ||
22776 test ! -s conftest.err
22777 } && test -s conftest.$ac_objext; then
22778 ac_cv_member_struct_option_name=yes
22779 else
22780 $as_echo "$as_me: failed program was:" >&5
22781 sed 's/^/| /' conftest.$ac_ext >&5
22783 ac_cv_member_struct_option_name=no
22786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22791 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22792 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22793 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22795 cat >>confdefs.h <<_ACEOF
22796 #define HAVE_STRUCT_OPTION_NAME 1
22797 _ACEOF
22803 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22804 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22805 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22806 $as_echo_n "(cached) " >&6
22807 else
22808 cat >conftest.$ac_ext <<_ACEOF
22809 /* confdefs.h. */
22810 _ACEOF
22811 cat confdefs.h >>conftest.$ac_ext
22812 cat >>conftest.$ac_ext <<_ACEOF
22813 /* end confdefs.h. */
22814 $ac_includes_default
22816 main ()
22818 static struct stat ac_aggr;
22819 if (ac_aggr.st_blocks)
22820 return 0;
22822 return 0;
22824 _ACEOF
22825 rm -f conftest.$ac_objext
22826 if { (ac_try="$ac_compile"
22827 case "(($ac_try" in
22828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22829 *) ac_try_echo=$ac_try;;
22830 esac
22831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22832 $as_echo "$ac_try_echo") >&5
22833 (eval "$ac_compile") 2>conftest.er1
22834 ac_status=$?
22835 grep -v '^ *+' conftest.er1 >conftest.err
22836 rm -f conftest.er1
22837 cat conftest.err >&5
22838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22839 (exit $ac_status); } && {
22840 test -z "$ac_c_werror_flag" ||
22841 test ! -s conftest.err
22842 } && test -s conftest.$ac_objext; then
22843 ac_cv_member_struct_stat_st_blocks=yes
22844 else
22845 $as_echo "$as_me: failed program was:" >&5
22846 sed 's/^/| /' conftest.$ac_ext >&5
22848 cat >conftest.$ac_ext <<_ACEOF
22849 /* confdefs.h. */
22850 _ACEOF
22851 cat confdefs.h >>conftest.$ac_ext
22852 cat >>conftest.$ac_ext <<_ACEOF
22853 /* end confdefs.h. */
22854 $ac_includes_default
22856 main ()
22858 static struct stat ac_aggr;
22859 if (sizeof ac_aggr.st_blocks)
22860 return 0;
22862 return 0;
22864 _ACEOF
22865 rm -f conftest.$ac_objext
22866 if { (ac_try="$ac_compile"
22867 case "(($ac_try" in
22868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22869 *) ac_try_echo=$ac_try;;
22870 esac
22871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22872 $as_echo "$ac_try_echo") >&5
22873 (eval "$ac_compile") 2>conftest.er1
22874 ac_status=$?
22875 grep -v '^ *+' conftest.er1 >conftest.err
22876 rm -f conftest.er1
22877 cat conftest.err >&5
22878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22879 (exit $ac_status); } && {
22880 test -z "$ac_c_werror_flag" ||
22881 test ! -s conftest.err
22882 } && test -s conftest.$ac_objext; then
22883 ac_cv_member_struct_stat_st_blocks=yes
22884 else
22885 $as_echo "$as_me: failed program was:" >&5
22886 sed 's/^/| /' conftest.$ac_ext >&5
22888 ac_cv_member_struct_stat_st_blocks=no
22891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22896 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22897 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22898 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22900 cat >>confdefs.h <<_ACEOF
22901 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22902 _ACEOF
22906 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22907 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22908 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22909 $as_echo_n "(cached) " >&6
22910 else
22911 cat >conftest.$ac_ext <<_ACEOF
22912 /* confdefs.h. */
22913 _ACEOF
22914 cat confdefs.h >>conftest.$ac_ext
22915 cat >>conftest.$ac_ext <<_ACEOF
22916 /* end confdefs.h. */
22917 $ac_includes_default
22919 main ()
22921 static struct stat ac_aggr;
22922 if (ac_aggr.st_mtim)
22923 return 0;
22925 return 0;
22927 _ACEOF
22928 rm -f conftest.$ac_objext
22929 if { (ac_try="$ac_compile"
22930 case "(($ac_try" in
22931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22932 *) ac_try_echo=$ac_try;;
22933 esac
22934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22935 $as_echo "$ac_try_echo") >&5
22936 (eval "$ac_compile") 2>conftest.er1
22937 ac_status=$?
22938 grep -v '^ *+' conftest.er1 >conftest.err
22939 rm -f conftest.er1
22940 cat conftest.err >&5
22941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22942 (exit $ac_status); } && {
22943 test -z "$ac_c_werror_flag" ||
22944 test ! -s conftest.err
22945 } && test -s conftest.$ac_objext; then
22946 ac_cv_member_struct_stat_st_mtim=yes
22947 else
22948 $as_echo "$as_me: failed program was:" >&5
22949 sed 's/^/| /' conftest.$ac_ext >&5
22951 cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h. */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22957 $ac_includes_default
22959 main ()
22961 static struct stat ac_aggr;
22962 if (sizeof ac_aggr.st_mtim)
22963 return 0;
22965 return 0;
22967 _ACEOF
22968 rm -f conftest.$ac_objext
22969 if { (ac_try="$ac_compile"
22970 case "(($ac_try" in
22971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22972 *) ac_try_echo=$ac_try;;
22973 esac
22974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22975 $as_echo "$ac_try_echo") >&5
22976 (eval "$ac_compile") 2>conftest.er1
22977 ac_status=$?
22978 grep -v '^ *+' conftest.er1 >conftest.err
22979 rm -f conftest.er1
22980 cat conftest.err >&5
22981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); } && {
22983 test -z "$ac_c_werror_flag" ||
22984 test ! -s conftest.err
22985 } && test -s conftest.$ac_objext; then
22986 ac_cv_member_struct_stat_st_mtim=yes
22987 else
22988 $as_echo "$as_me: failed program was:" >&5
22989 sed 's/^/| /' conftest.$ac_ext >&5
22991 ac_cv_member_struct_stat_st_mtim=no
22994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22999 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23000 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23001 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23003 cat >>confdefs.h <<_ACEOF
23004 #define HAVE_STRUCT_STAT_ST_MTIM 1
23005 _ACEOF
23009 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23010 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23011 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23012 $as_echo_n "(cached) " >&6
23013 else
23014 cat >conftest.$ac_ext <<_ACEOF
23015 /* confdefs.h. */
23016 _ACEOF
23017 cat confdefs.h >>conftest.$ac_ext
23018 cat >>conftest.$ac_ext <<_ACEOF
23019 /* end confdefs.h. */
23020 $ac_includes_default
23022 main ()
23024 static struct stat ac_aggr;
23025 if (ac_aggr.st_ctim)
23026 return 0;
23028 return 0;
23030 _ACEOF
23031 rm -f conftest.$ac_objext
23032 if { (ac_try="$ac_compile"
23033 case "(($ac_try" in
23034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23035 *) ac_try_echo=$ac_try;;
23036 esac
23037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23038 $as_echo "$ac_try_echo") >&5
23039 (eval "$ac_compile") 2>conftest.er1
23040 ac_status=$?
23041 grep -v '^ *+' conftest.er1 >conftest.err
23042 rm -f conftest.er1
23043 cat conftest.err >&5
23044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23045 (exit $ac_status); } && {
23046 test -z "$ac_c_werror_flag" ||
23047 test ! -s conftest.err
23048 } && test -s conftest.$ac_objext; then
23049 ac_cv_member_struct_stat_st_ctim=yes
23050 else
23051 $as_echo "$as_me: failed program was:" >&5
23052 sed 's/^/| /' conftest.$ac_ext >&5
23054 cat >conftest.$ac_ext <<_ACEOF
23055 /* confdefs.h. */
23056 _ACEOF
23057 cat confdefs.h >>conftest.$ac_ext
23058 cat >>conftest.$ac_ext <<_ACEOF
23059 /* end confdefs.h. */
23060 $ac_includes_default
23062 main ()
23064 static struct stat ac_aggr;
23065 if (sizeof ac_aggr.st_ctim)
23066 return 0;
23068 return 0;
23070 _ACEOF
23071 rm -f conftest.$ac_objext
23072 if { (ac_try="$ac_compile"
23073 case "(($ac_try" in
23074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23075 *) ac_try_echo=$ac_try;;
23076 esac
23077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23078 $as_echo "$ac_try_echo") >&5
23079 (eval "$ac_compile") 2>conftest.er1
23080 ac_status=$?
23081 grep -v '^ *+' conftest.er1 >conftest.err
23082 rm -f conftest.er1
23083 cat conftest.err >&5
23084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23085 (exit $ac_status); } && {
23086 test -z "$ac_c_werror_flag" ||
23087 test ! -s conftest.err
23088 } && test -s conftest.$ac_objext; then
23089 ac_cv_member_struct_stat_st_ctim=yes
23090 else
23091 $as_echo "$as_me: failed program was:" >&5
23092 sed 's/^/| /' conftest.$ac_ext >&5
23094 ac_cv_member_struct_stat_st_ctim=no
23097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23102 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23103 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23104 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23106 cat >>confdefs.h <<_ACEOF
23107 #define HAVE_STRUCT_STAT_ST_CTIM 1
23108 _ACEOF
23112 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23113 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23114 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23115 $as_echo_n "(cached) " >&6
23116 else
23117 cat >conftest.$ac_ext <<_ACEOF
23118 /* confdefs.h. */
23119 _ACEOF
23120 cat confdefs.h >>conftest.$ac_ext
23121 cat >>conftest.$ac_ext <<_ACEOF
23122 /* end confdefs.h. */
23123 $ac_includes_default
23125 main ()
23127 static struct stat ac_aggr;
23128 if (ac_aggr.st_atim)
23129 return 0;
23131 return 0;
23133 _ACEOF
23134 rm -f conftest.$ac_objext
23135 if { (ac_try="$ac_compile"
23136 case "(($ac_try" in
23137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23138 *) ac_try_echo=$ac_try;;
23139 esac
23140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23141 $as_echo "$ac_try_echo") >&5
23142 (eval "$ac_compile") 2>conftest.er1
23143 ac_status=$?
23144 grep -v '^ *+' conftest.er1 >conftest.err
23145 rm -f conftest.er1
23146 cat conftest.err >&5
23147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23148 (exit $ac_status); } && {
23149 test -z "$ac_c_werror_flag" ||
23150 test ! -s conftest.err
23151 } && test -s conftest.$ac_objext; then
23152 ac_cv_member_struct_stat_st_atim=yes
23153 else
23154 $as_echo "$as_me: failed program was:" >&5
23155 sed 's/^/| /' conftest.$ac_ext >&5
23157 cat >conftest.$ac_ext <<_ACEOF
23158 /* confdefs.h. */
23159 _ACEOF
23160 cat confdefs.h >>conftest.$ac_ext
23161 cat >>conftest.$ac_ext <<_ACEOF
23162 /* end confdefs.h. */
23163 $ac_includes_default
23165 main ()
23167 static struct stat ac_aggr;
23168 if (sizeof ac_aggr.st_atim)
23169 return 0;
23171 return 0;
23173 _ACEOF
23174 rm -f conftest.$ac_objext
23175 if { (ac_try="$ac_compile"
23176 case "(($ac_try" in
23177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23178 *) ac_try_echo=$ac_try;;
23179 esac
23180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23181 $as_echo "$ac_try_echo") >&5
23182 (eval "$ac_compile") 2>conftest.er1
23183 ac_status=$?
23184 grep -v '^ *+' conftest.er1 >conftest.err
23185 rm -f conftest.er1
23186 cat conftest.err >&5
23187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23188 (exit $ac_status); } && {
23189 test -z "$ac_c_werror_flag" ||
23190 test ! -s conftest.err
23191 } && test -s conftest.$ac_objext; then
23192 ac_cv_member_struct_stat_st_atim=yes
23193 else
23194 $as_echo "$as_me: failed program was:" >&5
23195 sed 's/^/| /' conftest.$ac_ext >&5
23197 ac_cv_member_struct_stat_st_atim=no
23200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23205 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23206 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23207 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23209 cat >>confdefs.h <<_ACEOF
23210 #define HAVE_STRUCT_STAT_ST_ATIM 1
23211 _ACEOF
23217 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23218 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23219 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23220 $as_echo_n "(cached) " >&6
23221 else
23222 cat >conftest.$ac_ext <<_ACEOF
23223 /* confdefs.h. */
23224 _ACEOF
23225 cat confdefs.h >>conftest.$ac_ext
23226 cat >>conftest.$ac_ext <<_ACEOF
23227 /* end confdefs.h. */
23228 #ifdef HAVE_SYS_TYPES_H
23229 #include <sys/types.h>
23230 #endif
23231 #ifdef HAVE_NETINET_IN_H
23232 #include <netinet/in.h>
23233 #endif
23236 main ()
23238 static struct sockaddr_in6 ac_aggr;
23239 if (ac_aggr.sin6_scope_id)
23240 return 0;
23242 return 0;
23244 _ACEOF
23245 rm -f conftest.$ac_objext
23246 if { (ac_try="$ac_compile"
23247 case "(($ac_try" in
23248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23249 *) ac_try_echo=$ac_try;;
23250 esac
23251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23252 $as_echo "$ac_try_echo") >&5
23253 (eval "$ac_compile") 2>conftest.er1
23254 ac_status=$?
23255 grep -v '^ *+' conftest.er1 >conftest.err
23256 rm -f conftest.er1
23257 cat conftest.err >&5
23258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23259 (exit $ac_status); } && {
23260 test -z "$ac_c_werror_flag" ||
23261 test ! -s conftest.err
23262 } && test -s conftest.$ac_objext; then
23263 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23264 else
23265 $as_echo "$as_me: failed program was:" >&5
23266 sed 's/^/| /' conftest.$ac_ext >&5
23268 cat >conftest.$ac_ext <<_ACEOF
23269 /* confdefs.h. */
23270 _ACEOF
23271 cat confdefs.h >>conftest.$ac_ext
23272 cat >>conftest.$ac_ext <<_ACEOF
23273 /* end confdefs.h. */
23274 #ifdef HAVE_SYS_TYPES_H
23275 #include <sys/types.h>
23276 #endif
23277 #ifdef HAVE_NETINET_IN_H
23278 #include <netinet/in.h>
23279 #endif
23282 main ()
23284 static struct sockaddr_in6 ac_aggr;
23285 if (sizeof ac_aggr.sin6_scope_id)
23286 return 0;
23288 return 0;
23290 _ACEOF
23291 rm -f conftest.$ac_objext
23292 if { (ac_try="$ac_compile"
23293 case "(($ac_try" in
23294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23295 *) ac_try_echo=$ac_try;;
23296 esac
23297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23298 $as_echo "$ac_try_echo") >&5
23299 (eval "$ac_compile") 2>conftest.er1
23300 ac_status=$?
23301 grep -v '^ *+' conftest.er1 >conftest.err
23302 rm -f conftest.er1
23303 cat conftest.err >&5
23304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23305 (exit $ac_status); } && {
23306 test -z "$ac_c_werror_flag" ||
23307 test ! -s conftest.err
23308 } && test -s conftest.$ac_objext; then
23309 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23310 else
23311 $as_echo "$as_me: failed program was:" >&5
23312 sed 's/^/| /' conftest.$ac_ext >&5
23314 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23322 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23323 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23324 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23326 cat >>confdefs.h <<_ACEOF
23327 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23328 _ACEOF
23334 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23335 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23336 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23337 $as_echo_n "(cached) " >&6
23338 else
23339 cat >conftest.$ac_ext <<_ACEOF
23340 /* confdefs.h. */
23341 _ACEOF
23342 cat confdefs.h >>conftest.$ac_ext
23343 cat >>conftest.$ac_ext <<_ACEOF
23344 /* end confdefs.h. */
23345 #ifdef HAVE_SYS_TYPES_H
23346 #include <sys/types.h>
23347 #endif
23348 #ifdef HAVE_NETINET_IN_H
23349 # include <netinet/in.h>
23350 #endif
23351 #ifdef HAVE_ARPA_NAMESER_H
23352 # include <arpa/nameser.h>
23353 #endif
23356 main ()
23358 static ns_msg ac_aggr;
23359 if (ac_aggr._msg_ptr)
23360 return 0;
23362 return 0;
23364 _ACEOF
23365 rm -f conftest.$ac_objext
23366 if { (ac_try="$ac_compile"
23367 case "(($ac_try" in
23368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23369 *) ac_try_echo=$ac_try;;
23370 esac
23371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23372 $as_echo "$ac_try_echo") >&5
23373 (eval "$ac_compile") 2>conftest.er1
23374 ac_status=$?
23375 grep -v '^ *+' conftest.er1 >conftest.err
23376 rm -f conftest.er1
23377 cat conftest.err >&5
23378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23379 (exit $ac_status); } && {
23380 test -z "$ac_c_werror_flag" ||
23381 test ! -s conftest.err
23382 } && test -s conftest.$ac_objext; then
23383 ac_cv_member_ns_msg__msg_ptr=yes
23384 else
23385 $as_echo "$as_me: failed program was:" >&5
23386 sed 's/^/| /' conftest.$ac_ext >&5
23388 cat >conftest.$ac_ext <<_ACEOF
23389 /* confdefs.h. */
23390 _ACEOF
23391 cat confdefs.h >>conftest.$ac_ext
23392 cat >>conftest.$ac_ext <<_ACEOF
23393 /* end confdefs.h. */
23394 #ifdef HAVE_SYS_TYPES_H
23395 #include <sys/types.h>
23396 #endif
23397 #ifdef HAVE_NETINET_IN_H
23398 # include <netinet/in.h>
23399 #endif
23400 #ifdef HAVE_ARPA_NAMESER_H
23401 # include <arpa/nameser.h>
23402 #endif
23405 main ()
23407 static ns_msg ac_aggr;
23408 if (sizeof ac_aggr._msg_ptr)
23409 return 0;
23411 return 0;
23413 _ACEOF
23414 rm -f conftest.$ac_objext
23415 if { (ac_try="$ac_compile"
23416 case "(($ac_try" in
23417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23418 *) ac_try_echo=$ac_try;;
23419 esac
23420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23421 $as_echo "$ac_try_echo") >&5
23422 (eval "$ac_compile") 2>conftest.er1
23423 ac_status=$?
23424 grep -v '^ *+' conftest.er1 >conftest.err
23425 rm -f conftest.er1
23426 cat conftest.err >&5
23427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23428 (exit $ac_status); } && {
23429 test -z "$ac_c_werror_flag" ||
23430 test ! -s conftest.err
23431 } && test -s conftest.$ac_objext; then
23432 ac_cv_member_ns_msg__msg_ptr=yes
23433 else
23434 $as_echo "$as_me: failed program was:" >&5
23435 sed 's/^/| /' conftest.$ac_ext >&5
23437 ac_cv_member_ns_msg__msg_ptr=no
23440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23445 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23446 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23447 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23449 cat >>confdefs.h <<_ACEOF
23450 #define HAVE_NS_MSG__MSG_PTR 1
23451 _ACEOF
23457 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23458 $as_echo_n "checking for timezone variable... " >&6; }
23459 if test "${ac_cv_have_timezone+set}" = set; then
23460 $as_echo_n "(cached) " >&6
23461 else
23462 cat >conftest.$ac_ext <<_ACEOF
23463 /* confdefs.h. */
23464 _ACEOF
23465 cat confdefs.h >>conftest.$ac_ext
23466 cat >>conftest.$ac_ext <<_ACEOF
23467 /* end confdefs.h. */
23468 #include <time.h>
23470 main ()
23472 timezone = 1
23474 return 0;
23476 _ACEOF
23477 rm -f conftest.$ac_objext conftest$ac_exeext
23478 if { (ac_try="$ac_link"
23479 case "(($ac_try" in
23480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23481 *) ac_try_echo=$ac_try;;
23482 esac
23483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23484 $as_echo "$ac_try_echo") >&5
23485 (eval "$ac_link") 2>conftest.er1
23486 ac_status=$?
23487 grep -v '^ *+' conftest.er1 >conftest.err
23488 rm -f conftest.er1
23489 cat conftest.err >&5
23490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23491 (exit $ac_status); } && {
23492 test -z "$ac_c_werror_flag" ||
23493 test ! -s conftest.err
23494 } && test -s conftest$ac_exeext && {
23495 test "$cross_compiling" = yes ||
23496 $as_test_x conftest$ac_exeext
23497 }; then
23498 ac_cv_have_timezone="yes"
23499 else
23500 $as_echo "$as_me: failed program was:" >&5
23501 sed 's/^/| /' conftest.$ac_ext >&5
23503 ac_cv_have_timezone="no"
23506 rm -rf conftest.dSYM
23507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23508 conftest$ac_exeext conftest.$ac_ext
23510 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23511 $as_echo "$ac_cv_have_timezone" >&6; }
23512 if test "$ac_cv_have_timezone" = "yes"
23513 then
23515 cat >>confdefs.h <<\_ACEOF
23516 #define HAVE_TIMEZONE 1
23517 _ACEOF
23520 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23521 $as_echo_n "checking for daylight variable... " >&6; }
23522 if test "${ac_cv_have_daylight+set}" = set; then
23523 $as_echo_n "(cached) " >&6
23524 else
23525 cat >conftest.$ac_ext <<_ACEOF
23526 /* confdefs.h. */
23527 _ACEOF
23528 cat confdefs.h >>conftest.$ac_ext
23529 cat >>conftest.$ac_ext <<_ACEOF
23530 /* end confdefs.h. */
23531 #include <time.h>
23533 main ()
23535 daylight = 1
23537 return 0;
23539 _ACEOF
23540 rm -f conftest.$ac_objext conftest$ac_exeext
23541 if { (ac_try="$ac_link"
23542 case "(($ac_try" in
23543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23544 *) ac_try_echo=$ac_try;;
23545 esac
23546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23547 $as_echo "$ac_try_echo") >&5
23548 (eval "$ac_link") 2>conftest.er1
23549 ac_status=$?
23550 grep -v '^ *+' conftest.er1 >conftest.err
23551 rm -f conftest.er1
23552 cat conftest.err >&5
23553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23554 (exit $ac_status); } && {
23555 test -z "$ac_c_werror_flag" ||
23556 test ! -s conftest.err
23557 } && test -s conftest$ac_exeext && {
23558 test "$cross_compiling" = yes ||
23559 $as_test_x conftest$ac_exeext
23560 }; then
23561 ac_cv_have_daylight="yes"
23562 else
23563 $as_echo "$as_me: failed program was:" >&5
23564 sed 's/^/| /' conftest.$ac_ext >&5
23566 ac_cv_have_daylight="no"
23569 rm -rf conftest.dSYM
23570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23571 conftest$ac_exeext conftest.$ac_ext
23573 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23574 $as_echo "$ac_cv_have_daylight" >&6; }
23575 if test "$ac_cv_have_daylight" = "yes"
23576 then
23578 cat >>confdefs.h <<\_ACEOF
23579 #define HAVE_DAYLIGHT 1
23580 _ACEOF
23584 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23585 $as_echo_n "checking for isinf... " >&6; }
23586 if test "${ac_cv_have_isinf+set}" = set; then
23587 $as_echo_n "(cached) " >&6
23588 else
23589 cat >conftest.$ac_ext <<_ACEOF
23590 /* confdefs.h. */
23591 _ACEOF
23592 cat confdefs.h >>conftest.$ac_ext
23593 cat >>conftest.$ac_ext <<_ACEOF
23594 /* end confdefs.h. */
23595 #include <math.h>
23597 main ()
23599 float f = 0.0; int i=isinf(f)
23601 return 0;
23603 _ACEOF
23604 rm -f conftest.$ac_objext conftest$ac_exeext
23605 if { (ac_try="$ac_link"
23606 case "(($ac_try" in
23607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23608 *) ac_try_echo=$ac_try;;
23609 esac
23610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23611 $as_echo "$ac_try_echo") >&5
23612 (eval "$ac_link") 2>conftest.er1
23613 ac_status=$?
23614 grep -v '^ *+' conftest.er1 >conftest.err
23615 rm -f conftest.er1
23616 cat conftest.err >&5
23617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23618 (exit $ac_status); } && {
23619 test -z "$ac_c_werror_flag" ||
23620 test ! -s conftest.err
23621 } && test -s conftest$ac_exeext && {
23622 test "$cross_compiling" = yes ||
23623 $as_test_x conftest$ac_exeext
23624 }; then
23625 ac_cv_have_isinf="yes"
23626 else
23627 $as_echo "$as_me: failed program was:" >&5
23628 sed 's/^/| /' conftest.$ac_ext >&5
23630 ac_cv_have_isinf="no"
23633 rm -rf conftest.dSYM
23634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23635 conftest$ac_exeext conftest.$ac_ext
23637 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23638 $as_echo "$ac_cv_have_isinf" >&6; }
23639 if test "$ac_cv_have_isinf" = "yes"
23640 then
23642 cat >>confdefs.h <<\_ACEOF
23643 #define HAVE_ISINF 1
23644 _ACEOF
23648 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23649 $as_echo_n "checking for isnan... " >&6; }
23650 if test "${ac_cv_have_isnan+set}" = set; then
23651 $as_echo_n "(cached) " >&6
23652 else
23653 cat >conftest.$ac_ext <<_ACEOF
23654 /* confdefs.h. */
23655 _ACEOF
23656 cat confdefs.h >>conftest.$ac_ext
23657 cat >>conftest.$ac_ext <<_ACEOF
23658 /* end confdefs.h. */
23659 #include <math.h>
23661 main ()
23663 float f = 0.0; int i=isnan(f)
23665 return 0;
23667 _ACEOF
23668 rm -f conftest.$ac_objext conftest$ac_exeext
23669 if { (ac_try="$ac_link"
23670 case "(($ac_try" in
23671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23672 *) ac_try_echo=$ac_try;;
23673 esac
23674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23675 $as_echo "$ac_try_echo") >&5
23676 (eval "$ac_link") 2>conftest.er1
23677 ac_status=$?
23678 grep -v '^ *+' conftest.er1 >conftest.err
23679 rm -f conftest.er1
23680 cat conftest.err >&5
23681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23682 (exit $ac_status); } && {
23683 test -z "$ac_c_werror_flag" ||
23684 test ! -s conftest.err
23685 } && test -s conftest$ac_exeext && {
23686 test "$cross_compiling" = yes ||
23687 $as_test_x conftest$ac_exeext
23688 }; then
23689 ac_cv_have_isnan="yes"
23690 else
23691 $as_echo "$as_me: failed program was:" >&5
23692 sed 's/^/| /' conftest.$ac_ext >&5
23694 ac_cv_have_isnan="no"
23697 rm -rf conftest.dSYM
23698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23699 conftest$ac_exeext conftest.$ac_ext
23701 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23702 $as_echo "$ac_cv_have_isnan" >&6; }
23703 if test "$ac_cv_have_isnan" = "yes"
23704 then
23706 cat >>confdefs.h <<\_ACEOF
23707 #define HAVE_ISNAN 1
23708 _ACEOF
23713 case $host_cpu in
23714 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23715 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23716 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23717 $as_echo_n "(cached) " >&6
23718 else
23719 cat >conftest.$ac_ext <<_ACEOF
23720 /* confdefs.h. */
23721 _ACEOF
23722 cat confdefs.h >>conftest.$ac_ext
23723 cat >>conftest.$ac_ext <<_ACEOF
23724 /* end confdefs.h. */
23725 #ifndef __i386__
23727 #endif
23728 _ACEOF
23729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23730 $EGREP "yes" >/dev/null 2>&1; then
23731 ac_cv_cpp_def___i386__=yes
23732 else
23733 ac_cv_cpp_def___i386__=no
23735 rm -f conftest*
23738 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23739 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23740 if test $ac_cv_cpp_def___i386__ = yes; then
23741 CFLAGS="$CFLAGS -D__i386__"
23742 LINTFLAGS="$LINTFLAGS -D__i386__"
23745 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23746 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23747 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23748 $as_echo_n "(cached) " >&6
23749 else
23750 cat >conftest.$ac_ext <<_ACEOF
23751 /* confdefs.h. */
23752 _ACEOF
23753 cat confdefs.h >>conftest.$ac_ext
23754 cat >>conftest.$ac_ext <<_ACEOF
23755 /* end confdefs.h. */
23756 #ifndef __x86_64__
23758 #endif
23759 _ACEOF
23760 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23761 $EGREP "yes" >/dev/null 2>&1; then
23762 ac_cv_cpp_def___x86_64__=yes
23763 else
23764 ac_cv_cpp_def___x86_64__=no
23766 rm -f conftest*
23769 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23770 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23771 if test $ac_cv_cpp_def___x86_64__ = yes; then
23772 CFLAGS="$CFLAGS -D__x86_64__"
23773 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23776 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23777 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23778 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23779 $as_echo_n "(cached) " >&6
23780 else
23781 cat >conftest.$ac_ext <<_ACEOF
23782 /* confdefs.h. */
23783 _ACEOF
23784 cat confdefs.h >>conftest.$ac_ext
23785 cat >>conftest.$ac_ext <<_ACEOF
23786 /* end confdefs.h. */
23787 #ifndef __ALPHA__
23789 #endif
23790 _ACEOF
23791 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23792 $EGREP "yes" >/dev/null 2>&1; then
23793 ac_cv_cpp_def___ALPHA__=yes
23794 else
23795 ac_cv_cpp_def___ALPHA__=no
23797 rm -f conftest*
23800 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23801 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23802 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23803 CFLAGS="$CFLAGS -D__ALPHA__"
23804 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23807 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23808 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23809 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23810 $as_echo_n "(cached) " >&6
23811 else
23812 cat >conftest.$ac_ext <<_ACEOF
23813 /* confdefs.h. */
23814 _ACEOF
23815 cat confdefs.h >>conftest.$ac_ext
23816 cat >>conftest.$ac_ext <<_ACEOF
23817 /* end confdefs.h. */
23818 #ifndef __sparc__
23820 #endif
23821 _ACEOF
23822 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23823 $EGREP "yes" >/dev/null 2>&1; then
23824 ac_cv_cpp_def___sparc__=yes
23825 else
23826 ac_cv_cpp_def___sparc__=no
23828 rm -f conftest*
23831 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23832 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23833 if test $ac_cv_cpp_def___sparc__ = yes; then
23834 CFLAGS="$CFLAGS -D__sparc__"
23835 LINTFLAGS="$LINTFLAGS -D__sparc__"
23838 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23839 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23840 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23841 $as_echo_n "(cached) " >&6
23842 else
23843 cat >conftest.$ac_ext <<_ACEOF
23844 /* confdefs.h. */
23845 _ACEOF
23846 cat confdefs.h >>conftest.$ac_ext
23847 cat >>conftest.$ac_ext <<_ACEOF
23848 /* end confdefs.h. */
23849 #ifndef __powerpc__
23851 #endif
23852 _ACEOF
23853 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23854 $EGREP "yes" >/dev/null 2>&1; then
23855 ac_cv_cpp_def___powerpc__=yes
23856 else
23857 ac_cv_cpp_def___powerpc__=no
23859 rm -f conftest*
23862 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23863 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23864 if test $ac_cv_cpp_def___powerpc__ = yes; then
23865 CFLAGS="$CFLAGS -D__powerpc__"
23866 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23869 esac
23871 case $host_vendor in
23872 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23873 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23874 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23875 $as_echo_n "(cached) " >&6
23876 else
23877 cat >conftest.$ac_ext <<_ACEOF
23878 /* confdefs.h. */
23879 _ACEOF
23880 cat confdefs.h >>conftest.$ac_ext
23881 cat >>conftest.$ac_ext <<_ACEOF
23882 /* end confdefs.h. */
23883 #ifndef __sun__
23885 #endif
23886 _ACEOF
23887 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23888 $EGREP "yes" >/dev/null 2>&1; then
23889 ac_cv_cpp_def___sun__=yes
23890 else
23891 ac_cv_cpp_def___sun__=no
23893 rm -f conftest*
23896 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23897 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23898 if test $ac_cv_cpp_def___sun__ = yes; then
23899 CFLAGS="$CFLAGS -D__sun__"
23900 LINTFLAGS="$LINTFLAGS -D__sun__"
23903 esac
23906 DEPENDENCIES="### Dependencies:
23908 .INIT: Makefile
23909 .BEGIN: Makefile
23910 Makefile: dummy
23911 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23913 \$(OBJS): \$(IDL_GEN_HEADERS)
23914 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23915 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23916 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23917 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23920 ALL_MAKERULES=""
23922 ALL_MAKEFILES=""
23924 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23927 ALL_TOP_DIRS=""
23929 ALL_DLL_DIRS=""
23931 ALL_IMPLIB_DIRS=""
23933 ALL_TEST_DIRS=""
23935 ALL_PROGRAM_DIRS=""
23937 ALL_PROGRAM_INSTALL_DIRS=""
23939 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23945 ac_config_commands="$ac_config_commands include/stamp-h"
23948 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23950 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23952 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23954 ac_config_commands="$ac_config_commands dlls/user32/resources"
23956 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23958 ac_config_commands="$ac_config_commands include/wine"
23961 ALL_MAKERULES="$ALL_MAKERULES \\
23962 Make.rules"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 Make.rules: Make.rules.in"
23965 MAKE_RULES=Make.rules
23966 ac_config_files="$ac_config_files Make.rules"
23968 ALL_MAKERULES="$ALL_MAKERULES \\
23969 dlls/Makedll.rules"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23972 MAKE_DLL_RULES=dlls/Makedll.rules
23973 ac_config_files="$ac_config_files dlls/Makedll.rules"
23975 ALL_MAKERULES="$ALL_MAKERULES \\
23976 dlls/Makeimplib.rules"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23979 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23980 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23982 ALL_MAKERULES="$ALL_MAKERULES \\
23983 dlls/Maketest.rules"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23986 MAKE_TEST_RULES=dlls/Maketest.rules
23987 ac_config_files="$ac_config_files dlls/Maketest.rules"
23989 ALL_MAKERULES="$ALL_MAKERULES \\
23990 programs/Makeprog.rules"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23993 MAKE_PROG_RULES=programs/Makeprog.rules
23994 ac_config_files="$ac_config_files programs/Makeprog.rules"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 Makefile: Makefile.in Make.rules"
24001 ac_config_files="$ac_config_files Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/Makefile"
24005 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24006 dlls"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/Makefile: dlls/Makefile.in Make.rules"
24009 ac_config_files="$ac_config_files dlls/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/acledit/Makefile"
24013 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014 acledit"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/activeds/Makefile"
24021 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 activeds"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/actxprxy/Makefile"
24029 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 actxprxy"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/adsiid/Makefile"
24037 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24038 adsiid"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24041 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/advapi32/Makefile"
24045 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 advapi32"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/advapi32/tests/Makefile"
24053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24054 advapi32/tests"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24057 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/advpack/Makefile"
24061 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 advpack"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/advpack/tests/Makefile"
24069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24070 advpack/tests"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24073 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/amstream/Makefile"
24077 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 amstream"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/appwiz.cpl/Makefile"
24085 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 appwiz.cpl"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/atl/Makefile"
24093 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 atl"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/atl/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/avicap32/Makefile"
24101 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 avicap32"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/avifil32/Makefile"
24109 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 avifil32"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/browseui/Makefile"
24117 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 browseui"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/browseui/tests/Makefile"
24125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24126 browseui/tests"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24129 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/cabinet/Makefile"
24133 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 cabinet"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/cabinet/tests/Makefile"
24141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24142 cabinet/tests"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24145 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/capi2032/Makefile"
24149 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 capi2032"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/cards/Makefile"
24157 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 cards"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/cards/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/cfgmgr32/Makefile"
24165 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 cfgmgr32"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/clusapi/Makefile"
24173 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 clusapi"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/comcat/Makefile"
24181 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 comcat"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/comcat/tests/Makefile"
24189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24190 comcat/tests"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/comctl32/Makefile"
24197 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 comctl32"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/comctl32/tests/Makefile"
24205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206 comctl32/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/comdlg32/Makefile"
24213 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 comdlg32"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/comdlg32/tests/Makefile"
24221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222 comdlg32/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/compstui/Makefile"
24229 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 compstui"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/credui/Makefile"
24237 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 credui"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/credui/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/credui/tests/Makefile"
24245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24246 credui/tests"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/crtdll/Makefile"
24253 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 crtdll"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/crypt32/Makefile"
24261 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 crypt32"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/crypt32/tests/Makefile"
24269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270 crypt32/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/cryptdlg/Makefile"
24277 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 cryptdlg"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/cryptdll/Makefile"
24285 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 cryptdll"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/cryptnet/Makefile"
24293 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 cryptnet"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/cryptnet/tests/Makefile"
24301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302 cryptnet/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/cryptui/Makefile"
24309 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 cryptui"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/cryptui/tests/Makefile"
24317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318 cryptui/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/ctapi32/Makefile"
24325 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 ctapi32"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/ctl3d32/Makefile"
24333 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 ctl3d32"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/d3d10/Makefile"
24341 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 d3d10"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/d3d10/tests/Makefile"
24349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24350 d3d10/tests"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/d3d10core/Makefile"
24357 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 d3d10core"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/d3d10core/tests/Makefile"
24365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24366 d3d10core/tests"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/d3d8/Makefile"
24373 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 d3d8"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/d3d8/tests/Makefile"
24381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 d3d8/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/d3d9/Makefile"
24389 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 d3d9"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/d3d9/tests/Makefile"
24397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 d3d9/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/d3dim/Makefile"
24405 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 d3dim"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/d3drm/Makefile"
24413 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 d3drm"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/d3drm/tests/Makefile"
24421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24422 d3drm/tests"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24425 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/d3dx8/Makefile"
24429 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 d3dx8"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/d3dx8/tests/Makefile"
24437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24438 d3dx8/tests"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24441 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/d3dx9_24/Makefile"
24445 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 d3dx9_24"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/d3dx9_25/Makefile"
24453 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 d3dx9_25"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/d3dx9_26/Makefile"
24461 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 d3dx9_26"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/d3dx9_27/Makefile"
24469 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 d3dx9_27"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/d3dx9_28/Makefile"
24477 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 d3dx9_28"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/d3dx9_29/Makefile"
24485 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 d3dx9_29"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/d3dx9_30/Makefile"
24493 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 d3dx9_30"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/d3dx9_31/Makefile"
24501 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 d3dx9_31"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/d3dx9_32/Makefile"
24509 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 d3dx9_32"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/d3dx9_33/Makefile"
24517 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 d3dx9_33"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/d3dx9_34/Makefile"
24525 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 d3dx9_34"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/d3dx9_35/Makefile"
24533 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 d3dx9_35"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/d3dx9_36/Makefile"
24541 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 d3dx9_36"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/d3dx9_36/tests/Makefile"
24549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24550 d3dx9_36/tests"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24553 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/d3dx9_37/Makefile"
24557 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 d3dx9_37"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/d3dxof/Makefile"
24565 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 d3dxof"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/d3dxof/tests/Makefile"
24573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574 d3dxof/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/dbghelp/Makefile"
24581 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 dbghelp"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/dciman32/Makefile"
24589 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 dciman32"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/ddraw/Makefile"
24597 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 ddraw"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/ddraw/tests/Makefile"
24605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606 ddraw/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/ddrawex/Makefile"
24613 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 ddrawex"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/ddrawex/tests/Makefile"
24621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24622 ddrawex/tests"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/devenum/Makefile"
24629 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 devenum"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/dinput/Makefile"
24637 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 dinput"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/dinput/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 dinput/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/dinput8/Makefile"
24653 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 dinput8"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/dmband/Makefile"
24661 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 dmband"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/dmcompos/Makefile"
24669 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 dmcompos"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/dmime/Makefile"
24677 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 dmime"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/dmloader/Makefile"
24685 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 dmloader"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/dmscript/Makefile"
24693 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 dmscript"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/dmstyle/Makefile"
24701 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 dmstyle"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/dmsynth/Makefile"
24709 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 dmsynth"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/dmusic/Makefile"
24717 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 dmusic"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/dmusic32/Makefile"
24725 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 dmusic32"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/dnsapi/Makefile"
24733 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 dnsapi"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/dnsapi/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 dnsapi/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/dplay/Makefile"
24749 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 dplay"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/dplayx/Makefile"
24757 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 dplayx"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/dplayx/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 dplayx/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/dpnaddr/Makefile"
24773 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 dpnaddr"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/dpnet/Makefile"
24781 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 dpnet"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/dpnhpast/Makefile"
24789 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 dpnhpast"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/dpnlobby/Makefile"
24797 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 dpnlobby"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/dpwsockx/Makefile"
24805 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 dpwsockx"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/dsound/Makefile"
24813 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 dsound"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/dsound/tests/Makefile"
24821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24822 dsound/tests"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24825 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/dssenh/Makefile"
24829 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 dssenh"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/dswave/Makefile"
24837 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 dswave"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/dwmapi/Makefile"
24845 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 dwmapi"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/dxdiagn/Makefile"
24853 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 dxdiagn"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/dxerr8/Makefile"
24861 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24862 dxerr8"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24865 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/dxerr9/Makefile"
24869 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24870 dxerr9"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24873 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/dxgi/Makefile"
24877 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 dxgi"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/dxgi/tests/Makefile"
24885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24886 dxgi/tests"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24889 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/dxguid/Makefile"
24893 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24894 dxguid"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24897 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/faultrep/Makefile"
24901 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 faultrep"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/fusion/Makefile"
24909 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 fusion"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/fusion/tests/Makefile"
24917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24918 fusion/tests"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24921 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/gdi32/Makefile"
24925 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 gdi32"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/gdi32/tests/Makefile"
24933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24934 gdi32/tests"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24937 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/gdiplus/Makefile"
24941 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 gdiplus"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/gdiplus/tests/Makefile"
24949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24950 gdiplus/tests"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24953 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/glu32/Makefile"
24957 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 glu32"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/gphoto2.ds/Makefile"
24965 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 gphoto2.ds"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/gpkcsp/Makefile"
24973 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 gpkcsp"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/hal/Makefile"
24981 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 hal"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/hal/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/hhctrl.ocx/Makefile"
24989 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 hhctrl.ocx"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/hid/Makefile"
24997 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 hid"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/hid/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/hlink/Makefile"
25005 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 hlink"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/hlink/tests/Makefile"
25013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25014 hlink/tests"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25017 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/hnetcfg/Makefile"
25021 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 hnetcfg"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/httpapi/Makefile"
25029 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 httpapi"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/iccvid/Makefile"
25037 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 iccvid"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/icmp/Makefile"
25045 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 icmp"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/ifsmgr.vxd/Makefile"
25053 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 ifsmgr.vxd"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/imaadp32.acm/Makefile"
25061 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 imaadp32.acm"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/imagehlp/Makefile"
25069 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 imagehlp"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/imm32/Makefile"
25077 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 imm32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/imm32/tests/Makefile"
25085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25086 imm32/tests"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/inetcomm/Makefile"
25093 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 inetcomm"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/inetcomm/tests/Makefile"
25101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102 inetcomm/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/inetmib1/Makefile"
25109 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 inetmib1"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/inetmib1/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118 inetmib1/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/infosoft/Makefile"
25125 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 infosoft"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/infosoft/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134 infosoft/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/initpki/Makefile"
25141 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 initpki"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/inkobj/Makefile"
25149 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 inkobj"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/inseng/Makefile"
25157 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 inseng"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/iphlpapi/Makefile"
25165 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 iphlpapi"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/iphlpapi/tests/Makefile"
25173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25174 iphlpapi/tests"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25177 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/itircl/Makefile"
25181 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 itircl"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/itss/Makefile"
25189 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 itss"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/itss/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/itss/tests/Makefile"
25197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25198 itss/tests"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25201 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/jscript/Makefile"
25205 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 jscript"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/jscript/tests/Makefile"
25213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25214 jscript/tests"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25217 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/kernel32/Makefile"
25221 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 kernel32"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/kernel32/tests/Makefile"
25229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25230 kernel32/tests"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25233 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/loadperf/Makefile"
25237 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 loadperf"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/localspl/Makefile"
25245 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 localspl"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/localspl/tests/Makefile"
25253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25254 localspl/tests"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25257 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/localui/Makefile"
25261 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 localui"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/localui/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/localui/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 localui/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/lz32/Makefile"
25277 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 lz32"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/lz32/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286 lz32/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/mapi32/Makefile"
25293 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 mapi32"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/mapi32/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302 mapi32/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/mciavi32/Makefile"
25309 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 mciavi32"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/mcicda/Makefile"
25317 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 mcicda"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/mciseq/Makefile"
25325 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 mciseq"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/mciwave/Makefile"
25333 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 mciwave"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/midimap/Makefile"
25341 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 midimap"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/mlang/Makefile"
25349 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 mlang"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/mlang/tests/Makefile"
25357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25358 mlang/tests"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/mmdevldr.vxd/Makefile"
25365 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 mmdevldr.vxd"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/monodebg.vxd/Makefile"
25373 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 monodebg.vxd"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/mountmgr.sys/Makefile"
25381 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 mountmgr.sys"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/mpr/Makefile"
25389 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 mpr"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/mprapi/Makefile"
25397 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 mprapi"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/msacm32.drv/Makefile"
25405 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 msacm32.drv"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/msacm32/Makefile"
25413 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 msacm32"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/msacm32/tests/Makefile"
25421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25422 msacm32/tests"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/msadp32.acm/Makefile"
25429 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 msadp32.acm"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/mscat32/Makefile"
25437 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 mscat32"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/mscms/Makefile"
25445 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 mscms"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/mscms/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 mscms/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/mscoree/Makefile"
25461 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 mscoree"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/msdmo/Makefile"
25469 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 msdmo"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/msftedit/Makefile"
25477 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 msftedit"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/msg711.acm/Makefile"
25485 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 msg711.acm"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/mshtml.tlb/Makefile"
25493 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 mshtml.tlb"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/mshtml/Makefile"
25501 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 mshtml"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/mshtml/tests/Makefile"
25509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25510 mshtml/tests"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25513 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/msi/Makefile"
25517 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 msi"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/msi/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/msi/tests/Makefile"
25525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526 msi/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/msimg32/Makefile"
25533 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 msimg32"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/msimtf/Makefile"
25541 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 msimtf"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/msisip/Makefile"
25549 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 msisip"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/msisys.ocx/Makefile"
25557 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 msisys.ocx"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/msnet32/Makefile"
25565 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 msnet32"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/msrle32/Makefile"
25573 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 msrle32"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/mssip32/Makefile"
25581 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 mssip32"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/mstask/Makefile"
25589 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 mstask"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/mstask/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 mstask/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/msvcirt/Makefile"
25605 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 msvcirt"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/msvcr71/Makefile"
25613 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 msvcr71"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/msvcrt/Makefile"
25621 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 msvcrt"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/msvcrt/tests/Makefile"
25629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25630 msvcrt/tests"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25633 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/msvcrt20/Makefile"
25637 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 msvcrt20"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/msvcrt40/Makefile"
25645 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 msvcrt40"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/msvcrtd/Makefile"
25653 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 msvcrtd"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/msvcrtd/tests/Makefile"
25661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25662 msvcrtd/tests"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/msvfw32/Makefile"
25669 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 msvfw32"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/msvfw32/tests/Makefile"
25677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25678 msvfw32/tests"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25681 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/msvidc32/Makefile"
25685 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 msvidc32"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/mswsock/Makefile"
25693 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 mswsock"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/msxml3/Makefile"
25701 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 msxml3"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/msxml3/tests/Makefile"
25709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25710 msxml3/tests"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25713 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/nddeapi/Makefile"
25717 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 nddeapi"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/netapi32/Makefile"
25725 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 netapi32"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/netapi32/tests/Makefile"
25733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25734 netapi32/tests"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25737 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/newdev/Makefile"
25741 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 newdev"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/ntdll/Makefile"
25749 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 ntdll"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/ntdll/tests/Makefile"
25757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25758 ntdll/tests"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25761 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/ntdsapi/Makefile"
25765 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 ntdsapi"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/ntdsapi/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774 ntdsapi/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/ntoskrnl.exe/Makefile"
25781 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 ntoskrnl.exe"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/ntprint/Makefile"
25789 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 ntprint"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/ntprint/tests/Makefile"
25797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25798 ntprint/tests"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25801 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/objsel/Makefile"
25805 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 objsel"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/odbc32/Makefile"
25813 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 odbc32"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/odbccp32/Makefile"
25821 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 odbccp32"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/odbccp32/tests/Makefile"
25829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25830 odbccp32/tests"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25833 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/ole32/Makefile"
25837 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 ole32"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/ole32/tests/Makefile"
25845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25846 ole32/tests"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25849 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/oleacc/Makefile"
25853 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 oleacc"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/oleacc/tests/Makefile"
25861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25862 oleacc/tests"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25865 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/oleaut32/Makefile"
25869 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 oleaut32"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/oleaut32/tests/Makefile"
25877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25878 oleaut32/tests"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25881 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/olecli32/Makefile"
25885 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 olecli32"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/oledlg/Makefile"
25893 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 oledlg"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/olepro32/Makefile"
25901 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 olepro32"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/olesvr32/Makefile"
25909 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 olesvr32"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/olethk32/Makefile"
25917 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 olethk32"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/opengl32/Makefile"
25925 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 opengl32"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/opengl32/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 opengl32/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/pdh/Makefile"
25941 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 pdh"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/pdh/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950 pdh/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/pidgen/Makefile"
25957 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 pidgen"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/powrprof/Makefile"
25965 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 powrprof"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/printui/Makefile"
25973 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 printui"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/printui/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/propsys/Makefile"
25981 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 propsys"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/psapi/Makefile"
25989 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 psapi"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/psapi/tests/Makefile"
25997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25998 psapi/tests"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26001 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/pstorec/Makefile"
26005 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 pstorec"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/qcap/Makefile"
26013 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 qcap"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/qedit/Makefile"
26021 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 qedit"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/qedit/tests/Makefile"
26029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26030 qedit/tests"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26033 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/qmgr/Makefile"
26037 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 qmgr"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/qmgr/tests/Makefile"
26045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26046 qmgr/tests"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26049 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/qmgrprxy/Makefile"
26053 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 qmgrprxy"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/quartz/Makefile"
26061 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 quartz"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/quartz/tests/Makefile"
26069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26070 quartz/tests"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26073 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/query/Makefile"
26077 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 query"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/query/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/rasapi32/Makefile"
26085 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 rasapi32"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/rasapi32/tests/Makefile"
26093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26094 rasapi32/tests"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26097 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/resutils/Makefile"
26101 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 resutils"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/riched20/Makefile"
26109 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 riched20"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/riched20/tests/Makefile"
26117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26118 riched20/tests"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26121 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/riched32/Makefile"
26125 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 riched32"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/riched32/tests/Makefile"
26133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26134 riched32/tests"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26137 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/rpcrt4/Makefile"
26141 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 rpcrt4"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/rpcrt4/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 rpcrt4/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/rsabase/Makefile"
26157 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 rsabase"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/rsaenh/Makefile"
26165 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 rsaenh"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/rsaenh/tests/Makefile"
26173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26174 rsaenh/tests"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26177 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/sane.ds/Makefile"
26181 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 sane.ds"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/sccbase/Makefile"
26189 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 sccbase"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/schannel/Makefile"
26197 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 schannel"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/schannel/tests/Makefile"
26205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26206 schannel/tests"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26209 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/secur32/Makefile"
26213 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 secur32"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/secur32/tests/Makefile"
26221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26222 secur32/tests"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26225 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/security/Makefile"
26229 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 security"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/security/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/sensapi/Makefile"
26237 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 sensapi"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/serialui/Makefile"
26245 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 serialui"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/serialui/tests/Makefile"
26253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26254 serialui/tests"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26257 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/setupapi/Makefile"
26261 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 setupapi"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/setupapi/tests/Makefile"
26269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26270 setupapi/tests"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26273 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/sfc/Makefile"
26277 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 sfc"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/sfc_os/Makefile"
26285 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 sfc_os"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/shdoclc/Makefile"
26293 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 shdoclc"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/shdocvw/Makefile"
26301 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 shdocvw"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/shdocvw/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310 shdocvw/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/shell32/Makefile"
26317 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 shell32"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/shell32/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 shell32/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/shfolder/Makefile"
26333 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 shfolder"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/shlwapi/Makefile"
26341 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 shlwapi"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/shlwapi/tests/Makefile"
26349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26350 shlwapi/tests"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26353 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/slbcsp/Makefile"
26357 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 slbcsp"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/slc/Makefile"
26365 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 slc"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/slc/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/snmpapi/Makefile"
26373 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 snmpapi"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/snmpapi/tests/Makefile"
26381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26382 snmpapi/tests"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26385 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/softpub/Makefile"
26389 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 softpub"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/spoolss/Makefile"
26397 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 spoolss"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/spoolss/tests/Makefile"
26405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26406 spoolss/tests"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26409 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/stdole2.tlb/Makefile"
26413 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 stdole2.tlb"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/stdole32.tlb/Makefile"
26421 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 stdole32.tlb"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/sti/Makefile"
26429 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 sti"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/sti/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/strmiids/Makefile"
26437 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26438 strmiids"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26441 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/svrapi/Makefile"
26445 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 svrapi"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/sxs/Makefile"
26453 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 sxs"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/tapi32/Makefile"
26461 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 tapi32"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/twain_32/Makefile"
26469 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 twain_32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/unicows/Makefile"
26477 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 unicows"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/updspapi/Makefile"
26485 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 updspapi"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/url/Makefile"
26493 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 url"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/url/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/urlmon/Makefile"
26501 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 urlmon"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/urlmon/tests/Makefile"
26509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26510 urlmon/tests"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26513 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/user32/Makefile"
26517 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 user32"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/user32/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/user32/tests/Makefile"
26525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26526 user32/tests"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26529 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/userenv/Makefile"
26533 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 userenv"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/userenv/tests/Makefile"
26541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26542 userenv/tests"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26545 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/usp10/Makefile"
26549 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550 usp10"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/usp10/tests/Makefile"
26557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26558 usp10/tests"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26561 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/uuid/Makefile"
26565 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26566 uuid"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26569 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/uxtheme/Makefile"
26573 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 uxtheme"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/uxtheme/tests/Makefile"
26581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26582 uxtheme/tests"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26585 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/vdhcp.vxd/Makefile"
26589 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590 vdhcp.vxd"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/vdmdbg/Makefile"
26597 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 vdmdbg"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/version/Makefile"
26605 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 version"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/version/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/version/tests/Makefile"
26613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26614 version/tests"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26617 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/vmm.vxd/Makefile"
26621 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 vmm.vxd"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/vnbt.vxd/Makefile"
26629 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 vnbt.vxd"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/vnetbios.vxd/Makefile"
26637 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638 vnetbios.vxd"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/vtdapi.vxd/Makefile"
26645 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 vtdapi.vxd"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/vwin32.vxd/Makefile"
26653 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 vwin32.vxd"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/w32skrnl/Makefile"
26661 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 w32skrnl"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/winealsa.drv/Makefile"
26669 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 winealsa.drv"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/wineaudioio.drv/Makefile"
26677 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 wineaudioio.drv"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/winecoreaudio.drv/Makefile"
26685 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 winecoreaudio.drv"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/winecrt0/Makefile"
26693 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26694 winecrt0"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26697 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/wined3d/Makefile"
26701 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 wined3d"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/winedos/Makefile"
26709 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 winedos"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/wineesd.drv/Makefile"
26717 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 wineesd.drv"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/winejack.drv/Makefile"
26725 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 winejack.drv"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/winejoystick.drv/Makefile"
26733 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 winejoystick.drv"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/winemp3.acm/Makefile"
26741 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 winemp3.acm"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/winenas.drv/Makefile"
26749 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 winenas.drv"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/wineoss.drv/Makefile"
26757 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 wineoss.drv"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/wineps.drv/Makefile"
26765 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 wineps.drv"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/winequartz.drv/Makefile"
26773 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 winequartz.drv"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/winex11.drv/Makefile"
26781 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 winex11.drv"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/wing32/Makefile"
26789 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 wing32"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/winhttp/Makefile"
26797 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 winhttp"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/winhttp/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806 winhttp/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/wininet/Makefile"
26813 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 wininet"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/wininet/tests/Makefile"
26821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26822 wininet/tests"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26825 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/winmm/Makefile"
26829 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830 winmm"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/winmm/tests/Makefile"
26837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26838 winmm/tests"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26841 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/winnls32/Makefile"
26845 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 winnls32"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/winscard/Makefile"
26853 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 winscard"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/winspool.drv/Makefile"
26861 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 winspool.drv"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/winspool.drv/tests/Makefile"
26869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26870 winspool.drv/tests"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26873 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/wintab32/Makefile"
26877 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 wintab32"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/wintrust/Makefile"
26885 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 wintrust"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/wintrust/tests/Makefile"
26893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26894 wintrust/tests"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26897 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/wldap32/Makefile"
26901 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 wldap32"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/wldap32/tests/Makefile"
26909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26910 wldap32/tests"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26913 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/wmi/Makefile"
26917 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 wmi"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/wnaspi32/Makefile"
26925 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 wnaspi32"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/wow32/Makefile"
26933 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 wow32"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/ws2_32/Makefile"
26941 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942 ws2_32"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/ws2_32/tests/Makefile"
26949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26950 ws2_32/tests"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26953 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/wsock32/Makefile"
26957 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 wsock32"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/wtsapi32/Makefile"
26965 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 wtsapi32"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/wuapi/Makefile"
26973 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 wuapi"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/xinput1_1/Makefile"
26981 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 xinput1_1"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/xinput1_2/Makefile"
26989 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 xinput1_2"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/xinput1_3/Makefile"
26997 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 xinput1_3"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/xinput1_3/tests/Makefile"
27005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27006 xinput1_3/tests"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27009 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/xinput9_1_0/Makefile"
27013 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 xinput9_1_0"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 documentation/Makefile"
27021 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27022 documentation"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 documentation/Makefile: documentation/Makefile.in Make.rules"
27025 ac_config_files="$ac_config_files documentation/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 fonts/Makefile"
27029 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27030 fonts"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 fonts/Makefile: fonts/Makefile.in Make.rules"
27033 ac_config_files="$ac_config_files fonts/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 include/Makefile"
27037 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27038 include"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 include/Makefile: include/Makefile.in Make.rules"
27041 ac_config_files="$ac_config_files include/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 libs/Makefile"
27045 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27046 libs"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 libs/Makefile: libs/Makefile.in Make.rules"
27049 ac_config_files="$ac_config_files libs/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 libs/port/Makefile"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27056 ac_config_files="$ac_config_files libs/port/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 libs/wine/Makefile"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27063 ac_config_files="$ac_config_files libs/wine/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 libs/wpp/Makefile"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27070 ac_config_files="$ac_config_files libs/wpp/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 loader/Makefile"
27074 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27075 loader"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 loader/Makefile: loader/Makefile.in Make.rules"
27078 ac_config_files="$ac_config_files loader/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 programs/Makefile"
27082 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27083 programs"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 programs/Makefile: programs/Makefile.in Make.rules"
27086 ac_config_files="$ac_config_files programs/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 programs/cacls/Makefile"
27090 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27091 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27092 cacls"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27095 ac_config_files="$ac_config_files programs/cacls/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 programs/clock/Makefile"
27099 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27100 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27101 clock"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27104 ac_config_files="$ac_config_files programs/clock/Makefile"
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107 programs/cmd/Makefile"
27108 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27109 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27110 cmd"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27113 ac_config_files="$ac_config_files programs/cmd/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 programs/cmdlgtst/Makefile"
27117 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27118 cmdlgtst"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27121 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 programs/control/Makefile"
27125 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27126 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27127 control"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27130 ac_config_files="$ac_config_files programs/control/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 programs/eject/Makefile"
27134 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27135 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27136 eject"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27139 ac_config_files="$ac_config_files programs/eject/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 programs/expand/Makefile"
27143 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27144 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27145 expand"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27148 ac_config_files="$ac_config_files programs/expand/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 programs/explorer/Makefile"
27152 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27153 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27154 explorer"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27157 ac_config_files="$ac_config_files programs/explorer/Makefile"
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160 programs/hh/Makefile"
27161 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27162 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27166 ac_config_files="$ac_config_files programs/hh/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 programs/icinfo/Makefile"
27170 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27171 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27172 icinfo"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27175 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 programs/iexplore/Makefile"
27179 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27180 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27181 iexplore"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 programs/msiexec/Makefile"
27188 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27190 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27191 msiexec"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27194 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 programs/net/Makefile"
27198 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27199 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27200 net"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27203 ac_config_files="$ac_config_files programs/net/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 programs/notepad/Makefile"
27207 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27208 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27209 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27210 notepad"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27213 ac_config_files="$ac_config_files programs/notepad/Makefile"
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216 programs/oleview/Makefile"
27217 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27218 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27219 oleview"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27222 ac_config_files="$ac_config_files programs/oleview/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 programs/progman/Makefile"
27226 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27227 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27228 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27229 progman"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27232 ac_config_files="$ac_config_files programs/progman/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 programs/reg/Makefile"
27236 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27237 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27238 reg"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27241 ac_config_files="$ac_config_files programs/reg/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 programs/regedit/Makefile"
27245 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27246 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27247 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27248 regedit"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27251 ac_config_files="$ac_config_files programs/regedit/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 programs/regsvr32/Makefile"
27255 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27256 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27257 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27258 regsvr32"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27261 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 programs/rpcss/Makefile"
27265 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27266 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27267 rpcss"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27270 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273 programs/rundll32/Makefile"
27274 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27275 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27276 rundll32"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27279 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 programs/secedit/Makefile"
27283 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27284 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27285 secedit"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27288 ac_config_files="$ac_config_files programs/secedit/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 programs/services/Makefile"
27292 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27293 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27294 services"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27297 ac_config_files="$ac_config_files programs/services/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 programs/spoolsv/Makefile"
27301 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27302 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27303 spoolsv"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27306 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 programs/start/Makefile"
27310 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27311 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27312 start"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27315 ac_config_files="$ac_config_files programs/start/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 programs/svchost/Makefile"
27319 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27320 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27321 svchost"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27324 ac_config_files="$ac_config_files programs/svchost/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 programs/taskmgr/Makefile"
27328 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27329 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27330 taskmgr"
27331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27332 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27333 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27335 ALL_MAKEFILES="$ALL_MAKEFILES \\
27336 programs/uninstaller/Makefile"
27337 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27338 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27339 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27340 uninstaller"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27343 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346 programs/view/Makefile"
27347 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27348 view"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27351 ac_config_files="$ac_config_files programs/view/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 programs/wineboot/Makefile"
27355 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27356 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27357 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27358 wineboot"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27361 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 programs/winebrowser/Makefile"
27365 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27366 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27367 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27368 winebrowser"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27371 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 programs/winecfg/Makefile"
27375 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27376 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27377 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27378 winecfg"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27381 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384 programs/wineconsole/Makefile"
27385 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27386 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27387 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27388 wineconsole"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27391 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394 programs/winedbg/Makefile"
27395 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27396 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27397 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27398 winedbg"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27401 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 programs/winedevice/Makefile"
27405 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27406 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27407 winedevice"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27410 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413 programs/winefile/Makefile"
27414 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27415 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27416 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27417 winefile"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27420 ac_config_files="$ac_config_files programs/winefile/Makefile"
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423 programs/winemenubuilder/Makefile"
27424 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27425 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27426 winemenubuilder"
27427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27428 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27429 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27431 ALL_MAKEFILES="$ALL_MAKEFILES \\
27432 programs/winemine/Makefile"
27433 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27434 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27435 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27436 winemine"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27439 ac_config_files="$ac_config_files programs/winemine/Makefile"
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442 programs/winepath/Makefile"
27443 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27444 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27445 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27446 winepath"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27449 ac_config_files="$ac_config_files programs/winepath/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 programs/winetest/Makefile"
27453 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27454 winetest"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27457 ac_config_files="$ac_config_files programs/winetest/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 programs/winevdm/Makefile"
27461 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27462 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27463 winevdm"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27466 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 programs/winhlp32/Makefile"
27470 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27471 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27472 winhlp32"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27475 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 programs/winver/Makefile"
27479 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27480 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27481 winver"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27484 ac_config_files="$ac_config_files programs/winver/Makefile"
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487 programs/wordpad/Makefile"
27488 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27489 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27490 wordpad"
27491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27492 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27493 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27495 ALL_MAKEFILES="$ALL_MAKEFILES \\
27496 programs/write/Makefile"
27497 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27498 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27499 write"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27502 ac_config_files="$ac_config_files programs/write/Makefile"
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505 programs/xcopy/Makefile"
27506 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27507 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27508 xcopy"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27511 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 server/Makefile"
27515 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27516 server"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 server/Makefile: server/Makefile.in Make.rules"
27519 ac_config_files="$ac_config_files server/Makefile"
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522 tools/Makefile"
27523 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27524 tools"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 tools/Makefile: tools/Makefile.in Make.rules"
27527 ac_config_files="$ac_config_files tools/Makefile"
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530 tools/widl/Makefile"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27534 ac_config_files="$ac_config_files tools/widl/Makefile"
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537 tools/winebuild/Makefile"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27541 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544 tools/winedump/Makefile"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27548 ac_config_files="$ac_config_files tools/winedump/Makefile"
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551 tools/winegcc/Makefile"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27555 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 tools/wmc/Makefile"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27562 ac_config_files="$ac_config_files tools/wmc/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 tools/wrc/Makefile"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27569 ac_config_files="$ac_config_files tools/wrc/Makefile"
27573 ALL_WINETEST_DEPENDS="# Test binaries"
27575 for dir in $ALL_TEST_DIRS
27577 if test "$dir" != "\\"
27578 then
27579 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27580 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27581 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27582 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27584 done
27586 cat >confcache <<\_ACEOF
27587 # This file is a shell script that caches the results of configure
27588 # tests run on this system so they can be shared between configure
27589 # scripts and configure runs, see configure's option --config-cache.
27590 # It is not useful on other systems. If it contains results you don't
27591 # want to keep, you may remove or edit it.
27593 # config.status only pays attention to the cache file if you give it
27594 # the --recheck option to rerun configure.
27596 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27597 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27598 # following values.
27600 _ACEOF
27602 # The following way of writing the cache mishandles newlines in values,
27603 # but we know of no workaround that is simple, portable, and efficient.
27604 # So, we kill variables containing newlines.
27605 # Ultrix sh set writes to stderr and can't be redirected directly,
27606 # and sets the high bit in the cache file unless we assign to the vars.
27608 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27609 eval ac_val=\$$ac_var
27610 case $ac_val in #(
27611 *${as_nl}*)
27612 case $ac_var in #(
27613 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27614 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27615 esac
27616 case $ac_var in #(
27617 _ | IFS | as_nl) ;; #(
27618 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27619 *) $as_unset $ac_var ;;
27620 esac ;;
27621 esac
27622 done
27624 (set) 2>&1 |
27625 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27626 *${as_nl}ac_space=\ *)
27627 # `set' does not quote correctly, so add quotes (double-quote
27628 # substitution turns \\\\ into \\, and sed turns \\ into \).
27629 sed -n \
27630 "s/'/'\\\\''/g;
27631 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27632 ;; #(
27634 # `set' quotes correctly as required by POSIX, so do not add quotes.
27635 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27637 esac |
27638 sort
27640 sed '
27641 /^ac_cv_env_/b end
27642 t clear
27643 :clear
27644 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27645 t end
27646 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27647 :end' >>confcache
27648 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27649 if test -w "$cache_file"; then
27650 test "x$cache_file" != "x/dev/null" &&
27651 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27652 $as_echo "$as_me: updating cache $cache_file" >&6;}
27653 cat confcache >$cache_file
27654 else
27655 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27656 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27659 rm -f confcache
27661 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27662 # Let make expand exec_prefix.
27663 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27665 DEFS=-DHAVE_CONFIG_H
27667 ac_libobjs=
27668 ac_ltlibobjs=
27669 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27670 # 1. Remove the extension, and $U if already installed.
27671 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27672 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27673 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27674 # will be set to the directory where LIBOBJS objects are built.
27675 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27676 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27677 done
27678 LIBOBJS=$ac_libobjs
27680 LTLIBOBJS=$ac_ltlibobjs
27684 : ${CONFIG_STATUS=./config.status}
27685 ac_write_fail=0
27686 ac_clean_files_save=$ac_clean_files
27687 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27688 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27689 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27690 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27691 #! $SHELL
27692 # Generated by $as_me.
27693 # Run this file to recreate the current configuration.
27694 # Compiler output produced by configure, useful for debugging
27695 # configure, is in config.log if it exists.
27697 debug=false
27698 ac_cs_recheck=false
27699 ac_cs_silent=false
27700 SHELL=\${CONFIG_SHELL-$SHELL}
27701 _ACEOF
27703 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27704 ## --------------------- ##
27705 ## M4sh Initialization. ##
27706 ## --------------------- ##
27708 # Be more Bourne compatible
27709 DUALCASE=1; export DUALCASE # for MKS sh
27710 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27711 emulate sh
27712 NULLCMD=:
27713 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27714 # is contrary to our usage. Disable this feature.
27715 alias -g '${1+"$@"}'='"$@"'
27716 setopt NO_GLOB_SUBST
27717 else
27718 case `(set -o) 2>/dev/null` in
27719 *posix*) set -o posix ;;
27720 esac
27727 # PATH needs CR
27728 # Avoid depending upon Character Ranges.
27729 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27730 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27731 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27732 as_cr_digits='0123456789'
27733 as_cr_alnum=$as_cr_Letters$as_cr_digits
27735 as_nl='
27737 export as_nl
27738 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27739 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27740 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27741 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27742 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27743 as_echo='printf %s\n'
27744 as_echo_n='printf %s'
27745 else
27746 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27747 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27748 as_echo_n='/usr/ucb/echo -n'
27749 else
27750 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27751 as_echo_n_body='eval
27752 arg=$1;
27753 case $arg in
27754 *"$as_nl"*)
27755 expr "X$arg" : "X\\(.*\\)$as_nl";
27756 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27757 esac;
27758 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27760 export as_echo_n_body
27761 as_echo_n='sh -c $as_echo_n_body as_echo'
27763 export as_echo_body
27764 as_echo='sh -c $as_echo_body as_echo'
27767 # The user is always right.
27768 if test "${PATH_SEPARATOR+set}" != set; then
27769 PATH_SEPARATOR=:
27770 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27771 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27772 PATH_SEPARATOR=';'
27776 # Support unset when possible.
27777 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27778 as_unset=unset
27779 else
27780 as_unset=false
27784 # IFS
27785 # We need space, tab and new line, in precisely that order. Quoting is
27786 # there to prevent editors from complaining about space-tab.
27787 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27788 # splitting by setting IFS to empty value.)
27789 IFS=" "" $as_nl"
27791 # Find who we are. Look in the path if we contain no directory separator.
27792 case $0 in
27793 *[\\/]* ) as_myself=$0 ;;
27794 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27795 for as_dir in $PATH
27797 IFS=$as_save_IFS
27798 test -z "$as_dir" && as_dir=.
27799 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27800 done
27801 IFS=$as_save_IFS
27804 esac
27805 # We did not find ourselves, most probably we were run as `sh COMMAND'
27806 # in which case we are not to be found in the path.
27807 if test "x$as_myself" = x; then
27808 as_myself=$0
27810 if test ! -f "$as_myself"; then
27811 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27812 { (exit 1); exit 1; }
27815 # Work around bugs in pre-3.0 UWIN ksh.
27816 for as_var in ENV MAIL MAILPATH
27817 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27818 done
27819 PS1='$ '
27820 PS2='> '
27821 PS4='+ '
27823 # NLS nuisances.
27824 LC_ALL=C
27825 export LC_ALL
27826 LANGUAGE=C
27827 export LANGUAGE
27829 # Required to use basename.
27830 if expr a : '\(a\)' >/dev/null 2>&1 &&
27831 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27832 as_expr=expr
27833 else
27834 as_expr=false
27837 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27838 as_basename=basename
27839 else
27840 as_basename=false
27844 # Name of the executable.
27845 as_me=`$as_basename -- "$0" ||
27846 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27847 X"$0" : 'X\(//\)$' \| \
27848 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27849 $as_echo X/"$0" |
27850 sed '/^.*\/\([^/][^/]*\)\/*$/{
27851 s//\1/
27854 /^X\/\(\/\/\)$/{
27855 s//\1/
27858 /^X\/\(\/\).*/{
27859 s//\1/
27862 s/.*/./; q'`
27864 # CDPATH.
27865 $as_unset CDPATH
27869 as_lineno_1=$LINENO
27870 as_lineno_2=$LINENO
27871 test "x$as_lineno_1" != "x$as_lineno_2" &&
27872 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27874 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27875 # uniformly replaced by the line number. The first 'sed' inserts a
27876 # line-number line after each line using $LINENO; the second 'sed'
27877 # does the real work. The second script uses 'N' to pair each
27878 # line-number line with the line containing $LINENO, and appends
27879 # trailing '-' during substitution so that $LINENO is not a special
27880 # case at line end.
27881 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27882 # scripts with optimization help from Paolo Bonzini. Blame Lee
27883 # E. McMahon (1931-1989) for sed's syntax. :-)
27884 sed -n '
27886 /[$]LINENO/=
27887 ' <$as_myself |
27888 sed '
27889 s/[$]LINENO.*/&-/
27890 t lineno
27892 :lineno
27894 :loop
27895 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27896 t loop
27897 s/-\n.*//
27898 ' >$as_me.lineno &&
27899 chmod +x "$as_me.lineno" ||
27900 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27901 { (exit 1); exit 1; }; }
27903 # Don't try to exec as it changes $[0], causing all sort of problems
27904 # (the dirname of $[0] is not the place where we might find the
27905 # original and so on. Autoconf is especially sensitive to this).
27906 . "./$as_me.lineno"
27907 # Exit status is that of the last command.
27908 exit
27912 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27913 as_dirname=dirname
27914 else
27915 as_dirname=false
27918 ECHO_C= ECHO_N= ECHO_T=
27919 case `echo -n x` in
27920 -n*)
27921 case `echo 'x\c'` in
27922 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27923 *) ECHO_C='\c';;
27924 esac;;
27926 ECHO_N='-n';;
27927 esac
27928 if expr a : '\(a\)' >/dev/null 2>&1 &&
27929 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27930 as_expr=expr
27931 else
27932 as_expr=false
27935 rm -f conf$$ conf$$.exe conf$$.file
27936 if test -d conf$$.dir; then
27937 rm -f conf$$.dir/conf$$.file
27938 else
27939 rm -f conf$$.dir
27940 mkdir conf$$.dir 2>/dev/null
27942 if (echo >conf$$.file) 2>/dev/null; then
27943 if ln -s conf$$.file conf$$ 2>/dev/null; then
27944 as_ln_s='ln -s'
27945 # ... but there are two gotchas:
27946 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27947 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27948 # In both cases, we have to default to `cp -p'.
27949 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27950 as_ln_s='cp -p'
27951 elif ln conf$$.file conf$$ 2>/dev/null; then
27952 as_ln_s=ln
27953 else
27954 as_ln_s='cp -p'
27956 else
27957 as_ln_s='cp -p'
27959 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27960 rmdir conf$$.dir 2>/dev/null
27962 if mkdir -p . 2>/dev/null; then
27963 as_mkdir_p=:
27964 else
27965 test -d ./-p && rmdir ./-p
27966 as_mkdir_p=false
27969 if test -x / >/dev/null 2>&1; then
27970 as_test_x='test -x'
27971 else
27972 if ls -dL / >/dev/null 2>&1; then
27973 as_ls_L_option=L
27974 else
27975 as_ls_L_option=
27977 as_test_x='
27978 eval sh -c '\''
27979 if test -d "$1"; then
27980 test -d "$1/.";
27981 else
27982 case $1 in
27983 -*)set "./$1";;
27984 esac;
27985 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27986 ???[sx]*):;;*)false;;esac;fi
27987 '\'' sh
27990 as_executable_p=$as_test_x
27992 # Sed expression to map a string onto a valid CPP name.
27993 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27995 # Sed expression to map a string onto a valid variable name.
27996 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27999 exec 6>&1
28001 # Save the log message, to keep $[0] and so on meaningful, and to
28002 # report actual input values of CONFIG_FILES etc. instead of their
28003 # values after options handling.
28004 ac_log="
28005 This file was extended by Wine $as_me 1.1.12, which was
28006 generated by GNU Autoconf 2.63. Invocation command line was
28008 CONFIG_FILES = $CONFIG_FILES
28009 CONFIG_HEADERS = $CONFIG_HEADERS
28010 CONFIG_LINKS = $CONFIG_LINKS
28011 CONFIG_COMMANDS = $CONFIG_COMMANDS
28012 $ $0 $@
28014 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28017 _ACEOF
28019 case $ac_config_files in *"
28020 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28021 esac
28023 case $ac_config_headers in *"
28024 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28025 esac
28028 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28029 # Files that config.status was made for.
28030 config_files="$ac_config_files"
28031 config_headers="$ac_config_headers"
28032 config_commands="$ac_config_commands"
28034 _ACEOF
28036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28037 ac_cs_usage="\
28038 \`$as_me' instantiates files from templates according to the
28039 current configuration.
28041 Usage: $0 [OPTION]... [FILE]...
28043 -h, --help print this help, then exit
28044 -V, --version print version number and configuration settings, then exit
28045 -q, --quiet, --silent
28046 do not print progress messages
28047 -d, --debug don't remove temporary files
28048 --recheck update $as_me by reconfiguring in the same conditions
28049 --file=FILE[:TEMPLATE]
28050 instantiate the configuration file FILE
28051 --header=FILE[:TEMPLATE]
28052 instantiate the configuration header FILE
28054 Configuration files:
28055 $config_files
28057 Configuration headers:
28058 $config_headers
28060 Configuration commands:
28061 $config_commands
28063 Report bugs to <bug-autoconf@gnu.org>."
28065 _ACEOF
28066 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28067 ac_cs_version="\\
28068 Wine config.status 1.1.12
28069 configured by $0, generated by GNU Autoconf 2.63,
28070 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28072 Copyright (C) 2008 Free Software Foundation, Inc.
28073 This config.status script is free software; the Free Software Foundation
28074 gives unlimited permission to copy, distribute and modify it."
28076 ac_pwd='$ac_pwd'
28077 srcdir='$srcdir'
28078 INSTALL='$INSTALL'
28079 test -n "\$AWK" || AWK=awk
28080 _ACEOF
28082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28083 # The default lists apply if the user does not specify any file.
28084 ac_need_defaults=:
28085 while test $# != 0
28087 case $1 in
28088 --*=*)
28089 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28090 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28091 ac_shift=:
28094 ac_option=$1
28095 ac_optarg=$2
28096 ac_shift=shift
28098 esac
28100 case $ac_option in
28101 # Handling of the options.
28102 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28103 ac_cs_recheck=: ;;
28104 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28105 $as_echo "$ac_cs_version"; exit ;;
28106 --debug | --debu | --deb | --de | --d | -d )
28107 debug=: ;;
28108 --file | --fil | --fi | --f )
28109 $ac_shift
28110 case $ac_optarg in
28111 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28112 esac
28113 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28114 ac_need_defaults=false;;
28115 --header | --heade | --head | --hea )
28116 $ac_shift
28117 case $ac_optarg in
28118 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28119 esac
28120 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28121 ac_need_defaults=false;;
28122 --he | --h)
28123 # Conflict between --help and --header
28124 { $as_echo "$as_me: error: ambiguous option: $1
28125 Try \`$0 --help' for more information." >&2
28126 { (exit 1); exit 1; }; };;
28127 --help | --hel | -h )
28128 $as_echo "$ac_cs_usage"; exit ;;
28129 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28130 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28131 ac_cs_silent=: ;;
28133 # This is an error.
28134 -*) { $as_echo "$as_me: error: unrecognized option: $1
28135 Try \`$0 --help' for more information." >&2
28136 { (exit 1); exit 1; }; } ;;
28138 *) ac_config_targets="$ac_config_targets $1"
28139 ac_need_defaults=false ;;
28141 esac
28142 shift
28143 done
28145 ac_configure_extra_args=
28147 if $ac_cs_silent; then
28148 exec 6>/dev/null
28149 ac_configure_extra_args="$ac_configure_extra_args --silent"
28152 _ACEOF
28153 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28154 if \$ac_cs_recheck; then
28155 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28156 shift
28157 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28158 CONFIG_SHELL='$SHELL'
28159 export CONFIG_SHELL
28160 exec "\$@"
28163 _ACEOF
28164 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28165 exec 5>>config.log
28167 echo
28168 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28169 ## Running $as_me. ##
28170 _ASBOX
28171 $as_echo "$ac_log"
28172 } >&5
28174 _ACEOF
28175 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28176 _ACEOF
28178 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28180 # Handling of arguments.
28181 for ac_config_target in $ac_config_targets
28183 case $ac_config_target in
28184 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28185 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28186 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28187 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28188 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28189 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28190 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28191 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28192 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28193 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28194 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28195 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28196 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28197 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28198 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28199 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28200 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28201 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28202 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28203 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28204 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28205 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28206 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28207 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28208 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28209 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28210 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28211 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28212 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28213 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28214 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28215 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28216 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28217 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28218 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28219 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28220 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28221 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28222 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28223 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28224 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28225 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28226 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28227 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28228 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28229 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28230 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28231 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28232 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28233 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28234 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28235 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28236 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28237 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28238 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28239 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28240 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28241 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28242 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28243 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28244 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28245 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28246 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28247 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28248 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28249 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28250 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28251 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28252 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28253 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28254 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28255 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28256 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28257 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28258 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28259 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28260 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28261 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28262 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28263 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28264 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28265 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28266 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28267 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28268 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28269 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28270 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28271 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28272 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28273 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28274 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28275 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28276 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28277 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28278 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28279 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28280 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28281 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28282 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28283 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28284 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28285 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28286 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28287 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28288 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28289 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28290 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28291 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28292 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28293 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28294 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28295 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28296 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28297 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28298 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28299 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28300 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28301 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28302 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28303 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28304 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28305 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28306 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28307 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28308 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28309 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28310 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28311 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28312 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28313 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28314 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28315 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28316 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28317 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28318 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28319 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28320 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28321 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28322 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28323 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28324 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28325 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28326 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28327 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28328 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28329 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28330 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28331 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28332 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28333 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28334 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28335 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28336 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28337 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28338 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28339 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28340 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28341 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28342 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28343 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28344 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28345 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28346 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28347 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28348 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28349 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28350 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28351 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28352 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28353 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28354 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28355 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28356 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28357 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28358 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28359 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28360 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28361 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28362 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28363 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28364 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28365 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28366 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28367 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28368 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28369 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28370 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28371 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28372 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28373 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28374 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28375 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28376 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28377 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28378 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28379 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28380 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28381 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28382 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28383 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28384 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28385 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28386 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28387 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28388 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28389 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28390 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28391 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28392 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28393 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28394 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28395 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28396 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28397 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28398 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28399 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28400 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28401 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28402 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28403 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28404 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28405 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28406 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28407 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28408 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28409 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28410 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28411 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28412 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28413 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28414 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28415 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28416 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28417 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28418 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28419 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28420 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28421 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28422 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28423 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28424 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28425 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28426 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28427 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28428 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28429 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28430 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28431 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28432 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28433 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28434 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28435 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28436 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28437 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28438 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28439 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28440 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28441 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28442 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28443 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28444 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28445 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28446 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28447 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28448 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28449 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28450 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28451 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28452 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28453 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28454 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28455 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28456 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28457 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28458 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28459 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28460 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28461 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28462 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28463 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28464 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28465 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28466 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28467 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28468 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28469 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28470 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28471 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28472 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28473 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28474 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28475 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28476 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28477 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28478 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28479 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28480 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28481 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28482 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28483 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28484 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28485 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28486 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28487 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28488 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28489 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28490 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28491 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28492 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28493 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28494 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28495 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28496 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28497 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28498 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28499 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28500 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28501 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28502 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28503 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28504 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28505 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28506 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28507 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28508 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28509 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28510 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28511 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28512 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28513 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28514 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28515 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28516 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28517 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28518 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28519 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28520 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28521 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28522 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28523 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28524 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28525 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28526 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28527 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28528 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28529 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28530 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28531 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28532 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28533 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28534 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28535 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28536 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28537 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28538 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28539 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28540 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28541 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28542 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28543 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28544 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28545 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28546 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28547 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28548 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28549 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28550 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28551 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28552 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28553 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28554 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28555 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28556 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28557 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28558 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28559 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28560 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28561 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28562 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28563 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28564 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28565 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28566 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28567 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28568 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28569 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28570 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28571 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28572 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28573 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28574 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28575 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28576 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28577 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28578 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28579 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28580 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28581 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28582 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28583 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28584 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28585 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28586 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28587 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28588 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28589 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28590 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28591 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28592 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28593 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28594 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28595 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28596 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28597 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28598 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28599 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28600 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28601 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28602 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28603 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28604 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28605 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28606 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28607 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28608 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28609 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28610 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28611 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28612 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28613 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28614 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28615 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28616 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28617 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28618 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28619 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28620 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28621 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28622 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28623 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28624 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28625 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28626 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28627 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28628 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28629 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28630 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28631 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28632 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28633 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28634 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28635 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28636 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28637 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28639 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28640 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28641 { (exit 1); exit 1; }; };;
28642 esac
28643 done
28646 # If the user did not use the arguments to specify the items to instantiate,
28647 # then the envvar interface is used. Set only those that are not.
28648 # We use the long form for the default assignment because of an extremely
28649 # bizarre bug on SunOS 4.1.3.
28650 if $ac_need_defaults; then
28651 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28652 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28653 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28656 # Have a temporary directory for convenience. Make it in the build tree
28657 # simply because there is no reason against having it here, and in addition,
28658 # creating and moving files from /tmp can sometimes cause problems.
28659 # Hook for its removal unless debugging.
28660 # Note that there is a small window in which the directory will not be cleaned:
28661 # after its creation but before its name has been assigned to `$tmp'.
28662 $debug ||
28664 tmp=
28665 trap 'exit_status=$?
28666 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28668 trap '{ (exit 1); exit 1; }' 1 2 13 15
28670 # Create a (secure) tmp directory for tmp files.
28673 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28674 test -n "$tmp" && test -d "$tmp"
28675 } ||
28677 tmp=./conf$$-$RANDOM
28678 (umask 077 && mkdir "$tmp")
28679 } ||
28681 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28682 { (exit 1); exit 1; }
28685 # Set up the scripts for CONFIG_FILES section.
28686 # No need to generate them if there are no CONFIG_FILES.
28687 # This happens for instance with `./config.status config.h'.
28688 if test -n "$CONFIG_FILES"; then
28690 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28691 ac_cs_awk_getline=:
28692 ac_cs_awk_pipe_init=
28693 ac_cs_awk_read_file='
28694 while ((getline aline < (F[key])) > 0)
28695 print(aline)
28696 close(F[key])'
28697 ac_cs_awk_pipe_fini=
28698 else
28699 ac_cs_awk_getline=false
28700 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28701 ac_cs_awk_read_file='
28702 print "|#_!!_#|"
28703 print "cat " F[key] " &&"
28704 '$ac_cs_awk_pipe_init
28705 # The final `:' finishes the AND list.
28706 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28708 ac_cr=' '
28709 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28710 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28711 ac_cs_awk_cr='\\r'
28712 else
28713 ac_cs_awk_cr=$ac_cr
28716 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28717 _ACEOF
28719 # Create commands to substitute file output variables.
28721 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28722 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28723 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28724 echo "_ACAWK" &&
28725 echo "_ACEOF"
28726 } >conf$$files.sh &&
28727 . ./conf$$files.sh ||
28728 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28729 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28730 { (exit 1); exit 1; }; }
28731 rm -f conf$$files.sh
28734 echo "cat >conf$$subs.awk <<_ACEOF" &&
28735 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28736 echo "_ACEOF"
28737 } >conf$$subs.sh ||
28738 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28739 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28740 { (exit 1); exit 1; }; }
28741 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28742 ac_delim='%!_!# '
28743 for ac_last_try in false false false false false :; do
28744 . ./conf$$subs.sh ||
28745 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28746 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28747 { (exit 1); exit 1; }; }
28749 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28750 if test $ac_delim_n = $ac_delim_num; then
28751 break
28752 elif $ac_last_try; then
28753 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28754 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28755 { (exit 1); exit 1; }; }
28756 else
28757 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28759 done
28760 rm -f conf$$subs.sh
28762 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28763 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28764 _ACEOF
28765 sed -n '
28767 s/^/S["/; s/!.*/"]=/
28770 s/^[^!]*!//
28771 :repl
28772 t repl
28773 s/'"$ac_delim"'$//
28774 t delim
28777 s/\(.\{148\}\).*/\1/
28778 t more1
28779 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28782 b repl
28783 :more1
28784 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28787 s/.\{148\}//
28788 t nl
28789 :delim
28791 s/\(.\{148\}\).*/\1/
28792 t more2
28793 s/["\\]/\\&/g; s/^/"/; s/$/"/
28796 :more2
28797 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28800 s/.\{148\}//
28801 t delim
28802 ' <conf$$subs.awk | sed '
28803 /^[^""]/{
28805 s/\n//
28807 ' >>$CONFIG_STATUS || ac_write_fail=1
28808 rm -f conf$$subs.awk
28809 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28810 _ACAWK
28811 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28812 for (key in S) S_is_set[key] = 1
28813 FS = "\a"
28814 \$ac_cs_awk_pipe_init
28817 line = $ 0
28818 nfields = split(line, field, "@")
28819 substed = 0
28820 len = length(field[1])
28821 for (i = 2; i < nfields; i++) {
28822 key = field[i]
28823 keylen = length(key)
28824 if (S_is_set[key]) {
28825 value = S[key]
28826 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28827 len += length(value) + length(field[++i])
28828 substed = 1
28829 } else
28830 len += 1 + keylen
28832 if (nfields == 3 && !substed) {
28833 key = field[2]
28834 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28835 \$ac_cs_awk_read_file
28836 next
28839 print line
28841 \$ac_cs_awk_pipe_fini
28842 _ACAWK
28843 _ACEOF
28844 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28845 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28846 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28847 else
28849 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28850 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28851 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28852 { (exit 1); exit 1; }; }
28853 _ACEOF
28855 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28856 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28857 # trailing colons and then remove the whole line if VPATH becomes empty
28858 # (actually we leave an empty line to preserve line numbers).
28859 if test "x$srcdir" = x.; then
28860 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28861 s/:*\$(srcdir):*/:/
28862 s/:*\${srcdir}:*/:/
28863 s/:*@srcdir@:*/:/
28864 s/^\([^=]*=[ ]*\):*/\1/
28865 s/:*$//
28866 s/^[^=]*=[ ]*$//
28870 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28871 fi # test -n "$CONFIG_FILES"
28873 # Set up the scripts for CONFIG_HEADERS section.
28874 # No need to generate them if there are no CONFIG_HEADERS.
28875 # This happens for instance with `./config.status Makefile'.
28876 if test -n "$CONFIG_HEADERS"; then
28877 cat >"$tmp/defines.awk" <<\_ACAWK ||
28878 BEGIN {
28879 _ACEOF
28881 # Transform confdefs.h into an awk script `defines.awk', embedded as
28882 # here-document in config.status, that substitutes the proper values into
28883 # config.h.in to produce config.h.
28885 # Create a delimiter string that does not exist in confdefs.h, to ease
28886 # handling of long lines.
28887 ac_delim='%!_!# '
28888 for ac_last_try in false false :; do
28889 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28890 if test -z "$ac_t"; then
28891 break
28892 elif $ac_last_try; then
28893 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28894 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28895 { (exit 1); exit 1; }; }
28896 else
28897 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28899 done
28901 # For the awk script, D is an array of macro values keyed by name,
28902 # likewise P contains macro parameters if any. Preserve backslash
28903 # newline sequences.
28905 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28906 sed -n '
28907 s/.\{148\}/&'"$ac_delim"'/g
28908 t rset
28909 :rset
28910 s/^[ ]*#[ ]*define[ ][ ]*/ /
28911 t def
28913 :def
28914 s/\\$//
28915 t bsnl
28916 s/["\\]/\\&/g
28917 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28918 D["\1"]=" \3"/p
28919 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28921 :bsnl
28922 s/["\\]/\\&/g
28923 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28924 D["\1"]=" \3\\\\\\n"\\/p
28925 t cont
28926 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28927 t cont
28929 :cont
28931 s/.\{148\}/&'"$ac_delim"'/g
28932 t clear
28933 :clear
28934 s/\\$//
28935 t bsnlc
28936 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28938 :bsnlc
28939 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28940 b cont
28941 ' <confdefs.h | sed '
28942 s/'"$ac_delim"'/"\\\
28943 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28946 for (key in D) D_is_set[key] = 1
28947 FS = "\a"
28949 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28950 line = \$ 0
28951 split(line, arg, " ")
28952 if (arg[1] == "#") {
28953 defundef = arg[2]
28954 mac1 = arg[3]
28955 } else {
28956 defundef = substr(arg[1], 2)
28957 mac1 = arg[2]
28959 split(mac1, mac2, "(") #)
28960 macro = mac2[1]
28961 prefix = substr(line, 1, index(line, defundef) - 1)
28962 if (D_is_set[macro]) {
28963 # Preserve the white space surrounding the "#".
28964 print prefix "define", macro P[macro] D[macro]
28965 next
28966 } else {
28967 # Replace #undef with comments. This is necessary, for example,
28968 # in the case of _POSIX_SOURCE, which is predefined and required
28969 # on some systems where configure will not decide to define it.
28970 if (defundef == "undef") {
28971 print "/*", prefix defundef, macro, "*/"
28972 next
28976 { print }
28977 _ACAWK
28978 _ACEOF
28979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28980 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28981 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28982 { (exit 1); exit 1; }; }
28983 fi # test -n "$CONFIG_HEADERS"
28986 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28987 shift
28988 for ac_tag
28990 case $ac_tag in
28991 :[FHLC]) ac_mode=$ac_tag; continue;;
28992 esac
28993 case $ac_mode$ac_tag in
28994 :[FHL]*:*);;
28995 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28996 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28997 { (exit 1); exit 1; }; };;
28998 :[FH]-) ac_tag=-:-;;
28999 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29000 esac
29001 ac_save_IFS=$IFS
29002 IFS=:
29003 set x $ac_tag
29004 IFS=$ac_save_IFS
29005 shift
29006 ac_file=$1
29007 shift
29009 case $ac_mode in
29010 :L) ac_source=$1;;
29011 :[FH])
29012 ac_file_inputs=
29013 for ac_f
29015 case $ac_f in
29016 -) ac_f="$tmp/stdin";;
29017 *) # Look for the file first in the build tree, then in the source tree
29018 # (if the path is not absolute). The absolute path cannot be DOS-style,
29019 # because $ac_f cannot contain `:'.
29020 test -f "$ac_f" ||
29021 case $ac_f in
29022 [\\/$]*) false;;
29023 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29024 esac ||
29025 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29026 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29027 { (exit 1); exit 1; }; };;
29028 esac
29029 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29030 ac_file_inputs="$ac_file_inputs '$ac_f'"
29031 done
29033 # Let's still pretend it is `configure' which instantiates (i.e., don't
29034 # use $as_me), people would be surprised to read:
29035 # /* config.h. Generated by config.status. */
29036 configure_input='Generated from '`
29037 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29038 `' by configure.'
29039 if test x"$ac_file" != x-; then
29040 configure_input="$ac_file. $configure_input"
29041 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29042 $as_echo "$as_me: creating $ac_file" >&6;}
29044 # Neutralize special characters interpreted by sed in replacement strings.
29045 case $configure_input in #(
29046 *\&* | *\|* | *\\* )
29047 ac_sed_conf_input=`$as_echo "$configure_input" |
29048 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29049 *) ac_sed_conf_input=$configure_input;;
29050 esac
29052 case $ac_tag in
29053 *:-:* | *:-) cat >"$tmp/stdin" \
29054 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29055 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29056 { (exit 1); exit 1; }; } ;;
29057 esac
29059 esac
29061 ac_dir=`$as_dirname -- "$ac_file" ||
29062 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29063 X"$ac_file" : 'X\(//\)[^/]' \| \
29064 X"$ac_file" : 'X\(//\)$' \| \
29065 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29066 $as_echo X"$ac_file" |
29067 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29068 s//\1/
29071 /^X\(\/\/\)[^/].*/{
29072 s//\1/
29075 /^X\(\/\/\)$/{
29076 s//\1/
29079 /^X\(\/\).*/{
29080 s//\1/
29083 s/.*/./; q'`
29084 { as_dir="$ac_dir"
29085 case $as_dir in #(
29086 -*) as_dir=./$as_dir;;
29087 esac
29088 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29089 as_dirs=
29090 while :; do
29091 case $as_dir in #(
29092 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29093 *) as_qdir=$as_dir;;
29094 esac
29095 as_dirs="'$as_qdir' $as_dirs"
29096 as_dir=`$as_dirname -- "$as_dir" ||
29097 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29098 X"$as_dir" : 'X\(//\)[^/]' \| \
29099 X"$as_dir" : 'X\(//\)$' \| \
29100 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29101 $as_echo X"$as_dir" |
29102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29103 s//\1/
29106 /^X\(\/\/\)[^/].*/{
29107 s//\1/
29110 /^X\(\/\/\)$/{
29111 s//\1/
29114 /^X\(\/\).*/{
29115 s//\1/
29118 s/.*/./; q'`
29119 test -d "$as_dir" && break
29120 done
29121 test -z "$as_dirs" || eval "mkdir $as_dirs"
29122 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29123 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29124 { (exit 1); exit 1; }; }; }
29125 ac_builddir=.
29127 case "$ac_dir" in
29128 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29130 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29131 # A ".." for each directory in $ac_dir_suffix.
29132 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29133 case $ac_top_builddir_sub in
29134 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29135 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29136 esac ;;
29137 esac
29138 ac_abs_top_builddir=$ac_pwd
29139 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29140 # for backward compatibility:
29141 ac_top_builddir=$ac_top_build_prefix
29143 case $srcdir in
29144 .) # We are building in place.
29145 ac_srcdir=.
29146 ac_top_srcdir=$ac_top_builddir_sub
29147 ac_abs_top_srcdir=$ac_pwd ;;
29148 [\\/]* | ?:[\\/]* ) # Absolute name.
29149 ac_srcdir=$srcdir$ac_dir_suffix;
29150 ac_top_srcdir=$srcdir
29151 ac_abs_top_srcdir=$srcdir ;;
29152 *) # Relative name.
29153 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29154 ac_top_srcdir=$ac_top_build_prefix$srcdir
29155 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29156 esac
29157 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29160 case $ac_mode in
29163 # CONFIG_FILE
29166 case $INSTALL in
29167 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29168 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29169 esac
29170 _ACEOF
29172 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29173 # If the template does not know about datarootdir, expand it.
29174 # FIXME: This hack should be removed a few years after 2.60.
29175 ac_datarootdir_hack=; ac_datarootdir_seen=
29177 ac_sed_dataroot='
29178 /datarootdir/ {
29182 /@datadir@/p
29183 /@docdir@/p
29184 /@infodir@/p
29185 /@localedir@/p
29186 /@mandir@/p
29188 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29189 *datarootdir*) ac_datarootdir_seen=yes;;
29190 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29191 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29192 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29193 _ACEOF
29194 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29195 ac_datarootdir_hack='
29196 s&@datadir@&$datadir&g
29197 s&@docdir@&$docdir&g
29198 s&@infodir@&$infodir&g
29199 s&@localedir@&$localedir&g
29200 s&@mandir@&$mandir&g
29201 s&\\\${datarootdir}&$datarootdir&g' ;;
29202 esac
29203 _ACEOF
29205 # Neutralize VPATH when `$srcdir' = `.'.
29206 # Shell code in configure.ac might set extrasub.
29207 # FIXME: do we really want to maintain this feature?
29208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29209 ac_sed_extra="$ac_vpsub
29210 $extrasub
29211 _ACEOF
29212 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29214 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29215 s|@configure_input@|$ac_sed_conf_input|;t t
29216 s&@top_builddir@&$ac_top_builddir_sub&;t t
29217 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29218 s&@srcdir@&$ac_srcdir&;t t
29219 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29220 s&@top_srcdir@&$ac_top_srcdir&;t t
29221 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29222 s&@builddir@&$ac_builddir&;t t
29223 s&@abs_builddir@&$ac_abs_builddir&;t t
29224 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29225 s&@INSTALL@&$ac_INSTALL&;t t
29226 $ac_datarootdir_hack
29228 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29229 if $ac_cs_awk_getline; then
29230 $AWK -f "$tmp/subs.awk"
29231 else
29232 $AWK -f "$tmp/subs.awk" | $SHELL
29233 fi >$tmp/out \
29234 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29235 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29236 { (exit 1); exit 1; }; }
29238 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29239 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29240 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29241 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29242 which seems to be undefined. Please make sure it is defined." >&5
29243 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29244 which seems to be undefined. Please make sure it is defined." >&2;}
29246 rm -f "$tmp/stdin"
29247 case $ac_file in
29248 -) cat "$tmp/out" && rm -f "$tmp/out";;
29249 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29250 esac \
29251 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29252 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29253 { (exit 1); exit 1; }; }
29257 # CONFIG_HEADER
29259 if test x"$ac_file" != x-; then
29261 $as_echo "/* $configure_input */" \
29262 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29263 } >"$tmp/config.h" \
29264 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29265 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29266 { (exit 1); exit 1; }; }
29267 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29268 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29269 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29270 else
29271 rm -f "$ac_file"
29272 mv "$tmp/config.h" "$ac_file" \
29273 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29274 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29275 { (exit 1); exit 1; }; }
29277 else
29278 $as_echo "/* $configure_input */" \
29279 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29280 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29281 $as_echo "$as_me: error: could not create -" >&2;}
29282 { (exit 1); exit 1; }; }
29286 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29287 $as_echo "$as_me: executing $ac_file commands" >&6;}
29289 esac
29292 case $ac_file$ac_mode in
29293 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29294 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29295 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29296 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29297 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29298 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29299 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29300 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29301 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29302 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29303 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29304 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29305 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29307 esac
29308 done # for ac_tag
29311 { (exit 0); exit 0; }
29312 _ACEOF
29313 chmod +x $CONFIG_STATUS
29314 ac_clean_files=$ac_clean_files_save
29316 test $ac_write_fail = 0 ||
29317 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29318 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29319 { (exit 1); exit 1; }; }
29322 # configure is writing to config.log, and then calls config.status.
29323 # config.status does its own redirection, appending to config.log.
29324 # Unfortunately, on DOS this fails, as config.log is still kept open
29325 # by configure, so config.status won't be able to write to it; its
29326 # output is simply discarded. So we exec the FD to /dev/null,
29327 # effectively closing config.log, so it can be properly (re)opened and
29328 # appended to by config.status. When coming back to configure, we
29329 # need to make the FD available again.
29330 if test "$no_create" != yes; then
29331 ac_cs_success=:
29332 ac_config_status_args=
29333 test "$silent" = yes &&
29334 ac_config_status_args="$ac_config_status_args --quiet"
29335 exec 5>/dev/null
29336 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29337 exec 5>>config.log
29338 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29339 # would make configure fail if this is the last instruction.
29340 $ac_cs_success || { (exit 1); exit 1; }
29342 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29343 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29344 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29348 if test "$no_create" = "yes"
29349 then
29350 exit 0
29353 ac_save_IFS="$IFS"
29354 if test "x$wine_notices != "x; then
29355 echo >&6
29356 IFS="|"
29357 for msg in $wine_notices; do
29358 IFS="$ac_save_IFS"
29359 if test -n "$msg"; then
29360 { $as_echo "$as_me:$LINENO: $msg" >&5
29361 $as_echo "$as_me: $msg" >&6;}
29363 done
29365 IFS="|"
29366 for msg in $wine_warnings; do
29367 IFS="$ac_save_IFS"
29368 if test -n "$msg"; then
29369 echo >&2
29370 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29371 $as_echo "$as_me: WARNING: $msg" >&2;}
29373 done
29374 IFS="$ac_save_IFS"
29376 echo "
29377 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29378 " >&6