wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are...
[wine/multimedia.git] / configure
blobe6459d65d6809a69bc294802b8e2630aaba1d729
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.20.
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.20'
600 PACKAGE_STRING='Wine 1.1.20'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.20 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.20:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.20
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.20, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 *-darwin*)
3815 if test "x$enable_win64" == "xyes"
3816 then
3817 CC="$CC -m64"
3818 CXX="$CXX -m64"
3819 LD="${LD:-ld} -arch x86_64"
3820 AS="${AS:-as} -arch x86_64"
3821 host_cpu="x86_64"
3822 notice_platform="64-bit "
3823 TARGETFLAGS="-m64"
3825 else
3826 CC="$CC -m32"
3827 CXX="$CXX -m32"
3828 LD="${LD:-ld} -arch i386"
3829 AS="${AS:-as} -arch i386"
3830 host_cpu="i386"
3831 notice_platform="32-bit "
3832 TARGETFLAGS="-m32"
3834 enable_win16=${enable_win16:-yes}
3837 x86_64*)
3838 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3839 then
3840 CC="$CC -m32"
3841 CXX="$CXX -m32"
3842 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3843 $as_echo_n "checking whether $CC works... " >&6; }
3845 cat >conftest.$ac_ext <<_ACEOF
3846 /* confdefs.h. */
3847 _ACEOF
3848 cat confdefs.h >>conftest.$ac_ext
3849 cat >>conftest.$ac_ext <<_ACEOF
3850 /* end confdefs.h. */
3853 main ()
3857 return 0;
3859 _ACEOF
3860 rm -f conftest.$ac_objext conftest$ac_exeext
3861 if { (ac_try="$ac_link"
3862 case "(($ac_try" in
3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3864 *) ac_try_echo=$ac_try;;
3865 esac
3866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3867 $as_echo "$ac_try_echo") >&5
3868 (eval "$ac_link") 2>conftest.er1
3869 ac_status=$?
3870 grep -v '^ *+' conftest.er1 >conftest.err
3871 rm -f conftest.er1
3872 cat conftest.err >&5
3873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3874 (exit $ac_status); } && {
3875 test -z "$ac_c_werror_flag" ||
3876 test ! -s conftest.err
3877 } && test -s conftest$ac_exeext && {
3878 test "$cross_compiling" = yes ||
3879 $as_test_x conftest$ac_exeext
3880 }; then
3881 { $as_echo "$as_me:$LINENO: result: yes" >&5
3882 $as_echo "yes" >&6; }
3883 else
3884 $as_echo "$as_me: failed program was:" >&5
3885 sed 's/^/| /' conftest.$ac_ext >&5
3887 { $as_echo "$as_me:$LINENO: result: no" >&5
3888 $as_echo "no" >&6; }
3889 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3890 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3891 { (exit 1); exit 1; }; }
3894 rm -rf conftest.dSYM
3895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3896 conftest$ac_exeext conftest.$ac_ext
3897 LD="${LD:-ld} -m elf_i386"
3898 AS="${AS:-as} --32"
3899 host_cpu="i386"
3900 notice_platform="32-bit "
3901 TARGETFLAGS="-m32"
3903 enable_win16=${enable_win16:-yes}
3904 else
3905 TARGETFLAGS="-m64"
3909 *-mingw32*|*-cygwin*)
3910 enable_win16=${enable_win16:-no}
3912 i[3456789]86*)
3913 enable_win16=${enable_win16:-yes}
3915 esac
3917 enable_win16=${enable_win16:-no}
3919 WIN16_FILES="\$(WIN16_FILES)"
3921 WIN16_INSTALL="\$(WIN16_INSTALL)"
3923 if test "x$enable_win16" != "xyes"
3924 then
3925 WIN16_FILES=""
3926 WIN16_INSTALL=""
3927 enable_w32skrnl=${enable_w32skrnl:-no}
3928 enable_winedos=${enable_winedos:-no}
3929 enable_winevdm=${enable_winevdm:-no}
3932 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3933 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3934 if test "${wine_cv_toolsdir+set}" = set; then
3935 $as_echo_n "(cached) " >&6
3936 else
3937 if test -z "$with_wine_tools"; then
3938 if test "$cross_compiling" = "yes"; then
3939 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3940 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3941 { (exit 1); exit 1; }; }
3942 else
3943 wine_cv_toolsdir="\$(TOPOBJDIR)"
3945 elif test -d "$with_wine_tools/tools/winebuild"; then
3946 case $with_wine_tools in
3947 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3948 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3949 esac
3950 else
3951 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3952 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3953 { (exit 1); exit 1; }; }
3956 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3957 $as_echo "$wine_cv_toolsdir" >&6; }
3958 TOOLSDIR=$wine_cv_toolsdir
3960 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3961 then
3962 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3966 for ac_prog in flex
3968 # Extract the first word of "$ac_prog", so it can be a program name with args.
3969 set dummy $ac_prog; ac_word=$2
3970 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3971 $as_echo_n "checking for $ac_word... " >&6; }
3972 if test "${ac_cv_prog_FLEX+set}" = set; then
3973 $as_echo_n "(cached) " >&6
3974 else
3975 if test -n "$FLEX"; then
3976 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3977 else
3978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3979 for as_dir in $PATH
3981 IFS=$as_save_IFS
3982 test -z "$as_dir" && as_dir=.
3983 for ac_exec_ext in '' $ac_executable_extensions; do
3984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3985 ac_cv_prog_FLEX="$ac_prog"
3986 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3987 break 2
3989 done
3990 done
3991 IFS=$as_save_IFS
3995 FLEX=$ac_cv_prog_FLEX
3996 if test -n "$FLEX"; then
3997 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3998 $as_echo "$FLEX" >&6; }
3999 else
4000 { $as_echo "$as_me:$LINENO: result: no" >&5
4001 $as_echo "no" >&6; }
4005 test -n "$FLEX" && break
4006 done
4007 test -n "$FLEX" || FLEX="none"
4009 if test "$FLEX" = "none"
4010 then
4011 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4012 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4013 { (exit 1); exit 1; }; }
4016 for ac_prog in bison
4018 # Extract the first word of "$ac_prog", so it can be a program name with args.
4019 set dummy $ac_prog; ac_word=$2
4020 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4021 $as_echo_n "checking for $ac_word... " >&6; }
4022 if test "${ac_cv_prog_BISON+set}" = set; then
4023 $as_echo_n "(cached) " >&6
4024 else
4025 if test -n "$BISON"; then
4026 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4027 else
4028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4029 for as_dir in $PATH
4031 IFS=$as_save_IFS
4032 test -z "$as_dir" && as_dir=.
4033 for ac_exec_ext in '' $ac_executable_extensions; do
4034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4035 ac_cv_prog_BISON="$ac_prog"
4036 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4037 break 2
4039 done
4040 done
4041 IFS=$as_save_IFS
4045 BISON=$ac_cv_prog_BISON
4046 if test -n "$BISON"; then
4047 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4048 $as_echo "$BISON" >&6; }
4049 else
4050 { $as_echo "$as_me:$LINENO: result: no" >&5
4051 $as_echo "no" >&6; }
4055 test -n "$BISON" && break
4056 done
4057 test -n "$BISON" || BISON="none"
4059 if test "$BISON" = "none"
4060 then
4061 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4062 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4063 { (exit 1); exit 1; }; }
4066 if test -n "$ac_tool_prefix"; then
4067 for ac_prog in gas as
4069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4070 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4071 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4072 $as_echo_n "checking for $ac_word... " >&6; }
4073 if test "${ac_cv_prog_AS+set}" = set; then
4074 $as_echo_n "(cached) " >&6
4075 else
4076 if test -n "$AS"; then
4077 ac_cv_prog_AS="$AS" # Let the user override the test.
4078 else
4079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080 for as_dir in $PATH
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4087 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4090 done
4091 done
4092 IFS=$as_save_IFS
4096 AS=$ac_cv_prog_AS
4097 if test -n "$AS"; then
4098 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4099 $as_echo "$AS" >&6; }
4100 else
4101 { $as_echo "$as_me:$LINENO: result: no" >&5
4102 $as_echo "no" >&6; }
4106 test -n "$AS" && break
4107 done
4109 if test -z "$AS"; then
4110 ac_ct_AS=$AS
4111 for ac_prog in gas as
4113 # Extract the first word of "$ac_prog", so it can be a program name with args.
4114 set dummy $ac_prog; ac_word=$2
4115 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4116 $as_echo_n "checking for $ac_word... " >&6; }
4117 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4118 $as_echo_n "(cached) " >&6
4119 else
4120 if test -n "$ac_ct_AS"; then
4121 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4122 else
4123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4124 for as_dir in $PATH
4126 IFS=$as_save_IFS
4127 test -z "$as_dir" && as_dir=.
4128 for ac_exec_ext in '' $ac_executable_extensions; do
4129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4130 ac_cv_prog_ac_ct_AS="$ac_prog"
4131 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4132 break 2
4134 done
4135 done
4136 IFS=$as_save_IFS
4140 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4141 if test -n "$ac_ct_AS"; then
4142 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4143 $as_echo "$ac_ct_AS" >&6; }
4144 else
4145 { $as_echo "$as_me:$LINENO: result: no" >&5
4146 $as_echo "no" >&6; }
4150 test -n "$ac_ct_AS" && break
4151 done
4153 if test "x$ac_ct_AS" = x; then
4154 AS="as"
4155 else
4156 case $cross_compiling:$ac_tool_warned in
4157 yes:)
4158 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4160 ac_tool_warned=yes ;;
4161 esac
4162 AS=$ac_ct_AS
4166 if test -n "$ac_tool_prefix"; then
4167 for ac_prog in ld gld
4169 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4170 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4171 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_LD+set}" = set; then
4174 $as_echo_n "(cached) " >&6
4175 else
4176 if test -n "$LD"; then
4177 ac_cv_prog_LD="$LD" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4187 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4190 done
4191 done
4192 IFS=$as_save_IFS
4196 LD=$ac_cv_prog_LD
4197 if test -n "$LD"; then
4198 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4199 $as_echo "$LD" >&6; }
4200 else
4201 { $as_echo "$as_me:$LINENO: result: no" >&5
4202 $as_echo "no" >&6; }
4206 test -n "$LD" && break
4207 done
4209 if test -z "$LD"; then
4210 ac_ct_LD=$LD
4211 for ac_prog in ld gld
4213 # Extract the first word of "$ac_prog", so it can be a program name with args.
4214 set dummy $ac_prog; ac_word=$2
4215 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4216 $as_echo_n "checking for $ac_word... " >&6; }
4217 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4218 $as_echo_n "(cached) " >&6
4219 else
4220 if test -n "$ac_ct_LD"; then
4221 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4222 else
4223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4224 for as_dir in $PATH
4226 IFS=$as_save_IFS
4227 test -z "$as_dir" && as_dir=.
4228 for ac_exec_ext in '' $ac_executable_extensions; do
4229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4230 ac_cv_prog_ac_ct_LD="$ac_prog"
4231 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4232 break 2
4234 done
4235 done
4236 IFS=$as_save_IFS
4240 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4241 if test -n "$ac_ct_LD"; then
4242 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4243 $as_echo "$ac_ct_LD" >&6; }
4244 else
4245 { $as_echo "$as_me:$LINENO: result: no" >&5
4246 $as_echo "no" >&6; }
4250 test -n "$ac_ct_LD" && break
4251 done
4253 if test "x$ac_ct_LD" = x; then
4254 LD="ld"
4255 else
4256 case $cross_compiling:$ac_tool_warned in
4257 yes:)
4258 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4259 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4260 ac_tool_warned=yes ;;
4261 esac
4262 LD=$ac_ct_LD
4266 if test -n "$ac_tool_prefix"; then
4267 for ac_prog in nm gnm
4269 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4270 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4271 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4272 $as_echo_n "checking for $ac_word... " >&6; }
4273 if test "${ac_cv_prog_NM+set}" = set; then
4274 $as_echo_n "(cached) " >&6
4275 else
4276 if test -n "$NM"; then
4277 ac_cv_prog_NM="$NM" # Let the user override the test.
4278 else
4279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4280 for as_dir in $PATH
4282 IFS=$as_save_IFS
4283 test -z "$as_dir" && as_dir=.
4284 for ac_exec_ext in '' $ac_executable_extensions; do
4285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4286 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4287 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4288 break 2
4290 done
4291 done
4292 IFS=$as_save_IFS
4296 NM=$ac_cv_prog_NM
4297 if test -n "$NM"; then
4298 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4299 $as_echo "$NM" >&6; }
4300 else
4301 { $as_echo "$as_me:$LINENO: result: no" >&5
4302 $as_echo "no" >&6; }
4306 test -n "$NM" && break
4307 done
4309 if test -z "$NM"; then
4310 ac_ct_NM=$NM
4311 for ac_prog in nm gnm
4313 # Extract the first word of "$ac_prog", so it can be a program name with args.
4314 set dummy $ac_prog; ac_word=$2
4315 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4316 $as_echo_n "checking for $ac_word... " >&6; }
4317 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4318 $as_echo_n "(cached) " >&6
4319 else
4320 if test -n "$ac_ct_NM"; then
4321 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4322 else
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324 for as_dir in $PATH
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330 ac_cv_prog_ac_ct_NM="$ac_prog"
4331 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 break 2
4334 done
4335 done
4336 IFS=$as_save_IFS
4340 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4341 if test -n "$ac_ct_NM"; then
4342 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4343 $as_echo "$ac_ct_NM" >&6; }
4344 else
4345 { $as_echo "$as_me:$LINENO: result: no" >&5
4346 $as_echo "no" >&6; }
4350 test -n "$ac_ct_NM" && break
4351 done
4353 if test "x$ac_ct_NM" = x; then
4354 NM="nm"
4355 else
4356 case $cross_compiling:$ac_tool_warned in
4357 yes:)
4358 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4359 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4360 ac_tool_warned=yes ;;
4361 esac
4362 NM=$ac_ct_NM
4366 if test -n "$ac_tool_prefix"; then
4367 for ac_prog in ar gar
4369 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4370 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4371 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4372 $as_echo_n "checking for $ac_word... " >&6; }
4373 if test "${ac_cv_prog_AR+set}" = set; then
4374 $as_echo_n "(cached) " >&6
4375 else
4376 if test -n "$AR"; then
4377 ac_cv_prog_AR="$AR" # Let the user override the test.
4378 else
4379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4380 for as_dir in $PATH
4382 IFS=$as_save_IFS
4383 test -z "$as_dir" && as_dir=.
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4386 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4387 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4388 break 2
4390 done
4391 done
4392 IFS=$as_save_IFS
4396 AR=$ac_cv_prog_AR
4397 if test -n "$AR"; then
4398 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4399 $as_echo "$AR" >&6; }
4400 else
4401 { $as_echo "$as_me:$LINENO: result: no" >&5
4402 $as_echo "no" >&6; }
4406 test -n "$AR" && break
4407 done
4409 if test -z "$AR"; then
4410 ac_ct_AR=$AR
4411 for ac_prog in ar gar
4413 # Extract the first word of "$ac_prog", so it can be a program name with args.
4414 set dummy $ac_prog; ac_word=$2
4415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4416 $as_echo_n "checking for $ac_word... " >&6; }
4417 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4418 $as_echo_n "(cached) " >&6
4419 else
4420 if test -n "$ac_ct_AR"; then
4421 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4422 else
4423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4424 for as_dir in $PATH
4426 IFS=$as_save_IFS
4427 test -z "$as_dir" && as_dir=.
4428 for ac_exec_ext in '' $ac_executable_extensions; do
4429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4430 ac_cv_prog_ac_ct_AR="$ac_prog"
4431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4432 break 2
4434 done
4435 done
4436 IFS=$as_save_IFS
4440 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4441 if test -n "$ac_ct_AR"; then
4442 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4443 $as_echo "$ac_ct_AR" >&6; }
4444 else
4445 { $as_echo "$as_me:$LINENO: result: no" >&5
4446 $as_echo "no" >&6; }
4450 test -n "$ac_ct_AR" && break
4451 done
4453 if test "x$ac_ct_AR" = x; then
4454 AR="ar"
4455 else
4456 case $cross_compiling:$ac_tool_warned in
4457 yes:)
4458 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4459 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4460 ac_tool_warned=yes ;;
4461 esac
4462 AR=$ac_ct_AR
4466 ARFLAGS=rc
4468 if test -n "$ac_tool_prefix"; then
4469 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4470 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4471 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4472 $as_echo_n "checking for $ac_word... " >&6; }
4473 if test "${ac_cv_prog_RANLIB+set}" = set; then
4474 $as_echo_n "(cached) " >&6
4475 else
4476 if test -n "$RANLIB"; then
4477 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4478 else
4479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 for as_dir in $PATH
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4486 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4487 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4488 break 2
4490 done
4491 done
4492 IFS=$as_save_IFS
4496 RANLIB=$ac_cv_prog_RANLIB
4497 if test -n "$RANLIB"; then
4498 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4499 $as_echo "$RANLIB" >&6; }
4500 else
4501 { $as_echo "$as_me:$LINENO: result: no" >&5
4502 $as_echo "no" >&6; }
4507 if test -z "$ac_cv_prog_RANLIB"; then
4508 ac_ct_RANLIB=$RANLIB
4509 # Extract the first word of "ranlib", so it can be a program name with args.
4510 set dummy ranlib; ac_word=$2
4511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4512 $as_echo_n "checking for $ac_word... " >&6; }
4513 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4514 $as_echo_n "(cached) " >&6
4515 else
4516 if test -n "$ac_ct_RANLIB"; then
4517 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4518 else
4519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4520 for as_dir in $PATH
4522 IFS=$as_save_IFS
4523 test -z "$as_dir" && as_dir=.
4524 for ac_exec_ext in '' $ac_executable_extensions; do
4525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4526 ac_cv_prog_ac_ct_RANLIB="ranlib"
4527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4528 break 2
4530 done
4531 done
4532 IFS=$as_save_IFS
4536 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4537 if test -n "$ac_ct_RANLIB"; then
4538 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4539 $as_echo "$ac_ct_RANLIB" >&6; }
4540 else
4541 { $as_echo "$as_me:$LINENO: result: no" >&5
4542 $as_echo "no" >&6; }
4545 if test "x$ac_ct_RANLIB" = x; then
4546 RANLIB=":"
4547 else
4548 case $cross_compiling:$ac_tool_warned in
4549 yes:)
4550 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4552 ac_tool_warned=yes ;;
4553 esac
4554 RANLIB=$ac_ct_RANLIB
4556 else
4557 RANLIB="$ac_cv_prog_RANLIB"
4560 if test -n "$ac_tool_prefix"; then
4561 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4562 set dummy ${ac_tool_prefix}strip; ac_word=$2
4563 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4564 $as_echo_n "checking for $ac_word... " >&6; }
4565 if test "${ac_cv_prog_STRIP+set}" = set; then
4566 $as_echo_n "(cached) " >&6
4567 else
4568 if test -n "$STRIP"; then
4569 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4570 else
4571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4572 for as_dir in $PATH
4574 IFS=$as_save_IFS
4575 test -z "$as_dir" && as_dir=.
4576 for ac_exec_ext in '' $ac_executable_extensions; do
4577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4578 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4579 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4580 break 2
4582 done
4583 done
4584 IFS=$as_save_IFS
4588 STRIP=$ac_cv_prog_STRIP
4589 if test -n "$STRIP"; then
4590 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4591 $as_echo "$STRIP" >&6; }
4592 else
4593 { $as_echo "$as_me:$LINENO: result: no" >&5
4594 $as_echo "no" >&6; }
4599 if test -z "$ac_cv_prog_STRIP"; then
4600 ac_ct_STRIP=$STRIP
4601 # Extract the first word of "strip", so it can be a program name with args.
4602 set dummy strip; ac_word=$2
4603 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4604 $as_echo_n "checking for $ac_word... " >&6; }
4605 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4606 $as_echo_n "(cached) " >&6
4607 else
4608 if test -n "$ac_ct_STRIP"; then
4609 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4610 else
4611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612 for as_dir in $PATH
4614 IFS=$as_save_IFS
4615 test -z "$as_dir" && as_dir=.
4616 for ac_exec_ext in '' $ac_executable_extensions; do
4617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4618 ac_cv_prog_ac_ct_STRIP="strip"
4619 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4620 break 2
4622 done
4623 done
4624 IFS=$as_save_IFS
4628 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4629 if test -n "$ac_ct_STRIP"; then
4630 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4631 $as_echo "$ac_ct_STRIP" >&6; }
4632 else
4633 { $as_echo "$as_me:$LINENO: result: no" >&5
4634 $as_echo "no" >&6; }
4637 if test "x$ac_ct_STRIP" = x; then
4638 STRIP="strip"
4639 else
4640 case $cross_compiling:$ac_tool_warned in
4641 yes:)
4642 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4643 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4644 ac_tool_warned=yes ;;
4645 esac
4646 STRIP=$ac_ct_STRIP
4648 else
4649 STRIP="$ac_cv_prog_STRIP"
4652 if test -n "$ac_tool_prefix"; then
4653 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4654 set dummy ${ac_tool_prefix}windres; ac_word=$2
4655 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4656 $as_echo_n "checking for $ac_word... " >&6; }
4657 if test "${ac_cv_prog_WINDRES+set}" = set; then
4658 $as_echo_n "(cached) " >&6
4659 else
4660 if test -n "$WINDRES"; then
4661 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4662 else
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
4668 for ac_exec_ext in '' $ac_executable_extensions; do
4669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4670 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4671 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4672 break 2
4674 done
4675 done
4676 IFS=$as_save_IFS
4680 WINDRES=$ac_cv_prog_WINDRES
4681 if test -n "$WINDRES"; then
4682 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4683 $as_echo "$WINDRES" >&6; }
4684 else
4685 { $as_echo "$as_me:$LINENO: result: no" >&5
4686 $as_echo "no" >&6; }
4691 if test -z "$ac_cv_prog_WINDRES"; then
4692 ac_ct_WINDRES=$WINDRES
4693 # Extract the first word of "windres", so it can be a program name with args.
4694 set dummy windres; ac_word=$2
4695 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4696 $as_echo_n "checking for $ac_word... " >&6; }
4697 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4698 $as_echo_n "(cached) " >&6
4699 else
4700 if test -n "$ac_ct_WINDRES"; then
4701 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4702 else
4703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4704 for as_dir in $PATH
4706 IFS=$as_save_IFS
4707 test -z "$as_dir" && as_dir=.
4708 for ac_exec_ext in '' $ac_executable_extensions; do
4709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4710 ac_cv_prog_ac_ct_WINDRES="windres"
4711 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4712 break 2
4714 done
4715 done
4716 IFS=$as_save_IFS
4720 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4721 if test -n "$ac_ct_WINDRES"; then
4722 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4723 $as_echo "$ac_ct_WINDRES" >&6; }
4724 else
4725 { $as_echo "$as_me:$LINENO: result: no" >&5
4726 $as_echo "no" >&6; }
4729 if test "x$ac_ct_WINDRES" = x; then
4730 WINDRES="false"
4731 else
4732 case $cross_compiling:$ac_tool_warned in
4733 yes:)
4734 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4735 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4736 ac_tool_warned=yes ;;
4737 esac
4738 WINDRES=$ac_ct_WINDRES
4740 else
4741 WINDRES="$ac_cv_prog_WINDRES"
4744 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4745 $as_echo_n "checking whether ln -s works... " >&6; }
4746 LN_S=$as_ln_s
4747 if test "$LN_S" = "ln -s"; then
4748 { $as_echo "$as_me:$LINENO: result: yes" >&5
4749 $as_echo "yes" >&6; }
4750 else
4751 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4752 $as_echo "no, using $LN_S" >&6; }
4755 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4756 $as_echo_n "checking whether ln works... " >&6; }
4757 rm -f conf$$ conf$$.file
4758 echo >conf$$.file
4759 if ln conf$$.file conf$$ 2>/dev/null; then
4760 LN=ln
4762 { $as_echo "$as_me:$LINENO: result: yes" >&5
4763 $as_echo "yes" >&6; }
4764 else
4765 LN="cp -p"
4767 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4768 $as_echo "no, using $LN" >&6; }
4770 rm -f conf$$ conf$$.file
4771 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4772 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4773 if test "${ac_cv_path_GREP+set}" = set; then
4774 $as_echo_n "(cached) " >&6
4775 else
4776 if test -z "$GREP"; then
4777 ac_path_GREP_found=false
4778 # Loop through the user's path and test for each of PROGNAME-LIST
4779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4780 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4782 IFS=$as_save_IFS
4783 test -z "$as_dir" && as_dir=.
4784 for ac_prog in grep ggrep; do
4785 for ac_exec_ext in '' $ac_executable_extensions; do
4786 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4787 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4788 # Check for GNU ac_path_GREP and select it if it is found.
4789 # Check for GNU $ac_path_GREP
4790 case `"$ac_path_GREP" --version 2>&1` in
4791 *GNU*)
4792 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4794 ac_count=0
4795 $as_echo_n 0123456789 >"conftest.in"
4796 while :
4798 cat "conftest.in" "conftest.in" >"conftest.tmp"
4799 mv "conftest.tmp" "conftest.in"
4800 cp "conftest.in" "conftest.nl"
4801 $as_echo 'GREP' >> "conftest.nl"
4802 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4803 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4804 ac_count=`expr $ac_count + 1`
4805 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4806 # Best one so far, save it but keep looking for a better one
4807 ac_cv_path_GREP="$ac_path_GREP"
4808 ac_path_GREP_max=$ac_count
4810 # 10*(2^10) chars as input seems more than enough
4811 test $ac_count -gt 10 && break
4812 done
4813 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4814 esac
4816 $ac_path_GREP_found && break 3
4817 done
4818 done
4819 done
4820 IFS=$as_save_IFS
4821 if test -z "$ac_cv_path_GREP"; then
4822 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4823 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4824 { (exit 1); exit 1; }; }
4826 else
4827 ac_cv_path_GREP=$GREP
4831 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4832 $as_echo "$ac_cv_path_GREP" >&6; }
4833 GREP="$ac_cv_path_GREP"
4836 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4837 $as_echo_n "checking for egrep... " >&6; }
4838 if test "${ac_cv_path_EGREP+set}" = set; then
4839 $as_echo_n "(cached) " >&6
4840 else
4841 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4842 then ac_cv_path_EGREP="$GREP -E"
4843 else
4844 if test -z "$EGREP"; then
4845 ac_path_EGREP_found=false
4846 # Loop through the user's path and test for each of PROGNAME-LIST
4847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4848 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4850 IFS=$as_save_IFS
4851 test -z "$as_dir" && as_dir=.
4852 for ac_prog in egrep; do
4853 for ac_exec_ext in '' $ac_executable_extensions; do
4854 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4855 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4856 # Check for GNU ac_path_EGREP and select it if it is found.
4857 # Check for GNU $ac_path_EGREP
4858 case `"$ac_path_EGREP" --version 2>&1` in
4859 *GNU*)
4860 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4862 ac_count=0
4863 $as_echo_n 0123456789 >"conftest.in"
4864 while :
4866 cat "conftest.in" "conftest.in" >"conftest.tmp"
4867 mv "conftest.tmp" "conftest.in"
4868 cp "conftest.in" "conftest.nl"
4869 $as_echo 'EGREP' >> "conftest.nl"
4870 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4871 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4872 ac_count=`expr $ac_count + 1`
4873 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4874 # Best one so far, save it but keep looking for a better one
4875 ac_cv_path_EGREP="$ac_path_EGREP"
4876 ac_path_EGREP_max=$ac_count
4878 # 10*(2^10) chars as input seems more than enough
4879 test $ac_count -gt 10 && break
4880 done
4881 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4882 esac
4884 $ac_path_EGREP_found && break 3
4885 done
4886 done
4887 done
4888 IFS=$as_save_IFS
4889 if test -z "$ac_cv_path_EGREP"; then
4890 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4891 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4892 { (exit 1); exit 1; }; }
4894 else
4895 ac_cv_path_EGREP=$EGREP
4900 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4901 $as_echo "$ac_cv_path_EGREP" >&6; }
4902 EGREP="$ac_cv_path_EGREP"
4905 # Extract the first word of "ldconfig", so it can be a program name with args.
4906 set dummy ldconfig; ac_word=$2
4907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4908 $as_echo_n "checking for $ac_word... " >&6; }
4909 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4910 $as_echo_n "(cached) " >&6
4911 else
4912 case $LDCONFIG in
4913 [\\/]* | ?:[\\/]*)
4914 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4918 for as_dir in /sbin /usr/sbin $PATH
4920 IFS=$as_save_IFS
4921 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
4923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4924 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4925 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4926 break 2
4928 done
4929 done
4930 IFS=$as_save_IFS
4932 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4934 esac
4936 LDCONFIG=$ac_cv_path_LDCONFIG
4937 if test -n "$LDCONFIG"; then
4938 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4939 $as_echo "$LDCONFIG" >&6; }
4940 else
4941 { $as_echo "$as_me:$LINENO: result: no" >&5
4942 $as_echo "no" >&6; }
4946 # Find a good install program. We prefer a C program (faster),
4947 # so one script is as good as another. But avoid the broken or
4948 # incompatible versions:
4949 # SysV /etc/install, /usr/sbin/install
4950 # SunOS /usr/etc/install
4951 # IRIX /sbin/install
4952 # AIX /bin/install
4953 # AmigaOS /C/install, which installs bootblocks on floppy discs
4954 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4955 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4956 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4957 # OS/2's system install, which has a completely different semantic
4958 # ./install, which can be erroneously created by make from ./install.sh.
4959 # Reject install programs that cannot install multiple files.
4960 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4961 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4962 if test -z "$INSTALL"; then
4963 if test "${ac_cv_path_install+set}" = set; then
4964 $as_echo_n "(cached) " >&6
4965 else
4966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4967 for as_dir in $PATH
4969 IFS=$as_save_IFS
4970 test -z "$as_dir" && as_dir=.
4971 # Account for people who put trailing slashes in PATH elements.
4972 case $as_dir/ in
4973 ./ | .// | /cC/* | \
4974 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4975 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4976 /usr/ucb/* ) ;;
4978 # OSF1 and SCO ODT 3.0 have their own names for install.
4979 # Don't use installbsd from OSF since it installs stuff as root
4980 # by default.
4981 for ac_prog in ginstall scoinst install; do
4982 for ac_exec_ext in '' $ac_executable_extensions; do
4983 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4984 if test $ac_prog = install &&
4985 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4986 # AIX install. It has an incompatible calling convention.
4988 elif test $ac_prog = install &&
4989 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4990 # program-specific install script used by HP pwplus--don't use.
4992 else
4993 rm -rf conftest.one conftest.two conftest.dir
4994 echo one > conftest.one
4995 echo two > conftest.two
4996 mkdir conftest.dir
4997 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4998 test -s conftest.one && test -s conftest.two &&
4999 test -s conftest.dir/conftest.one &&
5000 test -s conftest.dir/conftest.two
5001 then
5002 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5003 break 3
5007 done
5008 done
5010 esac
5012 done
5013 IFS=$as_save_IFS
5015 rm -rf conftest.one conftest.two conftest.dir
5018 if test "${ac_cv_path_install+set}" = set; then
5019 INSTALL=$ac_cv_path_install
5020 else
5021 # As a last resort, use the slow shell script. Don't cache a
5022 # value for INSTALL within a source directory, because that will
5023 # break other packages using the cache if that directory is
5024 # removed, or if the value is a relative name.
5025 INSTALL=$ac_install_sh
5028 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5029 $as_echo "$INSTALL" >&6; }
5031 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5032 # It thinks the first close brace ends the variable substitution.
5033 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5035 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5037 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5039 case "$INSTALL" in
5040 [\\/$]* | ?:[\\/]* ) ;;
5041 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5042 esac
5044 for ac_prog in lclint lint
5046 # Extract the first word of "$ac_prog", so it can be a program name with args.
5047 set dummy $ac_prog; ac_word=$2
5048 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5049 $as_echo_n "checking for $ac_word... " >&6; }
5050 if test "${ac_cv_prog_LINT+set}" = set; then
5051 $as_echo_n "(cached) " >&6
5052 else
5053 if test -n "$LINT"; then
5054 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5055 else
5056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057 for as_dir in $PATH
5059 IFS=$as_save_IFS
5060 test -z "$as_dir" && as_dir=.
5061 for ac_exec_ext in '' $ac_executable_extensions; do
5062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5063 ac_cv_prog_LINT="$ac_prog"
5064 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5065 break 2
5067 done
5068 done
5069 IFS=$as_save_IFS
5073 LINT=$ac_cv_prog_LINT
5074 if test -n "$LINT"; then
5075 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5076 $as_echo "$LINT" >&6; }
5077 else
5078 { $as_echo "$as_me:$LINENO: result: no" >&5
5079 $as_echo "no" >&6; }
5083 test -n "$LINT" && break
5084 done
5086 if test "$LINT" = "lint"
5087 then
5088 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5093 for ac_prog in fontforge
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5098 $as_echo_n "checking for $ac_word... " >&6; }
5099 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5100 $as_echo_n "(cached) " >&6
5101 else
5102 if test -n "$FONTFORGE"; then
5103 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5112 ac_cv_prog_FONTFORGE="$ac_prog"
5113 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5116 done
5117 done
5118 IFS=$as_save_IFS
5122 FONTFORGE=$ac_cv_prog_FONTFORGE
5123 if test -n "$FONTFORGE"; then
5124 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5125 $as_echo "$FONTFORGE" >&6; }
5126 else
5127 { $as_echo "$as_me:$LINENO: result: no" >&5
5128 $as_echo "no" >&6; }
5132 test -n "$FONTFORGE" && break
5133 done
5134 test -n "$FONTFORGE" || FONTFORGE="false"
5136 for ac_prog in pkg-config
5138 # Extract the first word of "$ac_prog", so it can be a program name with args.
5139 set dummy $ac_prog; ac_word=$2
5140 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5141 $as_echo_n "checking for $ac_word... " >&6; }
5142 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5143 $as_echo_n "(cached) " >&6
5144 else
5145 if test -n "$PKG_CONFIG"; then
5146 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5147 else
5148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5149 for as_dir in $PATH
5151 IFS=$as_save_IFS
5152 test -z "$as_dir" && as_dir=.
5153 for ac_exec_ext in '' $ac_executable_extensions; do
5154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5155 ac_cv_prog_PKG_CONFIG="$ac_prog"
5156 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5157 break 2
5159 done
5160 done
5161 IFS=$as_save_IFS
5165 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5166 if test -n "$PKG_CONFIG"; then
5167 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5168 $as_echo "$PKG_CONFIG" >&6; }
5169 else
5170 { $as_echo "$as_me:$LINENO: result: no" >&5
5171 $as_echo "no" >&6; }
5175 test -n "$PKG_CONFIG" && break
5176 done
5177 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5179 for ac_prog in rsvg
5181 # Extract the first word of "$ac_prog", so it can be a program name with args.
5182 set dummy $ac_prog; ac_word=$2
5183 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5184 $as_echo_n "checking for $ac_word... " >&6; }
5185 if test "${ac_cv_prog_RSVG+set}" = set; then
5186 $as_echo_n "(cached) " >&6
5187 else
5188 if test -n "$RSVG"; then
5189 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5190 else
5191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5192 for as_dir in $PATH
5194 IFS=$as_save_IFS
5195 test -z "$as_dir" && as_dir=.
5196 for ac_exec_ext in '' $ac_executable_extensions; do
5197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5198 ac_cv_prog_RSVG="$ac_prog"
5199 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5200 break 2
5202 done
5203 done
5204 IFS=$as_save_IFS
5208 RSVG=$ac_cv_prog_RSVG
5209 if test -n "$RSVG"; then
5210 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5211 $as_echo "$RSVG" >&6; }
5212 else
5213 { $as_echo "$as_me:$LINENO: result: no" >&5
5214 $as_echo "no" >&6; }
5218 test -n "$RSVG" && break
5219 done
5220 test -n "$RSVG" || RSVG="false"
5222 for ac_prog in icotool
5224 # Extract the first word of "$ac_prog", so it can be a program name with args.
5225 set dummy $ac_prog; ac_word=$2
5226 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5227 $as_echo_n "checking for $ac_word... " >&6; }
5228 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5229 $as_echo_n "(cached) " >&6
5230 else
5231 if test -n "$ICOTOOL"; then
5232 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5233 else
5234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235 for as_dir in $PATH
5237 IFS=$as_save_IFS
5238 test -z "$as_dir" && as_dir=.
5239 for ac_exec_ext in '' $ac_executable_extensions; do
5240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5241 ac_cv_prog_ICOTOOL="$ac_prog"
5242 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5243 break 2
5245 done
5246 done
5247 IFS=$as_save_IFS
5251 ICOTOOL=$ac_cv_prog_ICOTOOL
5252 if test -n "$ICOTOOL"; then
5253 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5254 $as_echo "$ICOTOOL" >&6; }
5255 else
5256 { $as_echo "$as_me:$LINENO: result: no" >&5
5257 $as_echo "no" >&6; }
5261 test -n "$ICOTOOL" && break
5262 done
5263 test -n "$ICOTOOL" || ICOTOOL="false"
5266 if test "${enable_maintainer_mode+set}" = set
5267 then
5268 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5269 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5270 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5273 case $host_cpu in
5274 *i[3456789]86*)
5275 # Extract the first word of "prelink", so it can be a program name with args.
5276 set dummy prelink; ac_word=$2
5277 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5278 $as_echo_n "checking for $ac_word... " >&6; }
5279 if test "${ac_cv_path_PRELINK+set}" = set; then
5280 $as_echo_n "(cached) " >&6
5281 else
5282 case $PRELINK in
5283 [\\/]* | ?:[\\/]*)
5284 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5288 for as_dir in /sbin /usr/sbin $PATH
5290 IFS=$as_save_IFS
5291 test -z "$as_dir" && as_dir=.
5292 for ac_exec_ext in '' $ac_executable_extensions; do
5293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5294 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5295 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5296 break 2
5298 done
5299 done
5300 IFS=$as_save_IFS
5302 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5304 esac
5306 PRELINK=$ac_cv_path_PRELINK
5307 if test -n "$PRELINK"; then
5308 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5309 $as_echo "$PRELINK" >&6; }
5310 else
5311 { $as_echo "$as_me:$LINENO: result: no" >&5
5312 $as_echo "no" >&6; }
5317 esac
5321 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5322 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5323 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5324 $as_echo_n "(cached) " >&6
5325 else
5326 ac_check_lib_save_LIBS=$LIBS
5327 LIBS="-li386 $LIBS"
5328 cat >conftest.$ac_ext <<_ACEOF
5329 /* confdefs.h. */
5330 _ACEOF
5331 cat confdefs.h >>conftest.$ac_ext
5332 cat >>conftest.$ac_ext <<_ACEOF
5333 /* end confdefs.h. */
5335 /* Override any GCC internal prototype to avoid an error.
5336 Use char because int might match the return type of a GCC
5337 builtin and then its argument prototype would still apply. */
5338 #ifdef __cplusplus
5339 extern "C"
5340 #endif
5341 char i386_set_ldt ();
5343 main ()
5345 return i386_set_ldt ();
5347 return 0;
5349 _ACEOF
5350 rm -f conftest.$ac_objext conftest$ac_exeext
5351 if { (ac_try="$ac_link"
5352 case "(($ac_try" in
5353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5354 *) ac_try_echo=$ac_try;;
5355 esac
5356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5357 $as_echo "$ac_try_echo") >&5
5358 (eval "$ac_link") 2>conftest.er1
5359 ac_status=$?
5360 grep -v '^ *+' conftest.er1 >conftest.err
5361 rm -f conftest.er1
5362 cat conftest.err >&5
5363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5364 (exit $ac_status); } && {
5365 test -z "$ac_c_werror_flag" ||
5366 test ! -s conftest.err
5367 } && test -s conftest$ac_exeext && {
5368 test "$cross_compiling" = yes ||
5369 $as_test_x conftest$ac_exeext
5370 }; then
5371 ac_cv_lib_i386_i386_set_ldt=yes
5372 else
5373 $as_echo "$as_me: failed program was:" >&5
5374 sed 's/^/| /' conftest.$ac_ext >&5
5376 ac_cv_lib_i386_i386_set_ldt=no
5379 rm -rf conftest.dSYM
5380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5381 conftest$ac_exeext conftest.$ac_ext
5382 LIBS=$ac_check_lib_save_LIBS
5384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5385 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5386 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5387 cat >>confdefs.h <<_ACEOF
5388 #define HAVE_LIBI386 1
5389 _ACEOF
5391 LIBS="-li386 $LIBS"
5396 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5397 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5398 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5399 $as_echo_n "(cached) " >&6
5400 else
5401 ac_check_lib_save_LIBS=$LIBS
5402 LIBS="-lossaudio $LIBS"
5403 cat >conftest.$ac_ext <<_ACEOF
5404 /* confdefs.h. */
5405 _ACEOF
5406 cat confdefs.h >>conftest.$ac_ext
5407 cat >>conftest.$ac_ext <<_ACEOF
5408 /* end confdefs.h. */
5410 /* Override any GCC internal prototype to avoid an error.
5411 Use char because int might match the return type of a GCC
5412 builtin and then its argument prototype would still apply. */
5413 #ifdef __cplusplus
5414 extern "C"
5415 #endif
5416 char _oss_ioctl ();
5418 main ()
5420 return _oss_ioctl ();
5422 return 0;
5424 _ACEOF
5425 rm -f conftest.$ac_objext conftest$ac_exeext
5426 if { (ac_try="$ac_link"
5427 case "(($ac_try" in
5428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5429 *) ac_try_echo=$ac_try;;
5430 esac
5431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5432 $as_echo "$ac_try_echo") >&5
5433 (eval "$ac_link") 2>conftest.er1
5434 ac_status=$?
5435 grep -v '^ *+' conftest.er1 >conftest.err
5436 rm -f conftest.er1
5437 cat conftest.err >&5
5438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5439 (exit $ac_status); } && {
5440 test -z "$ac_c_werror_flag" ||
5441 test ! -s conftest.err
5442 } && test -s conftest$ac_exeext && {
5443 test "$cross_compiling" = yes ||
5444 $as_test_x conftest$ac_exeext
5445 }; then
5446 ac_cv_lib_ossaudio__oss_ioctl=yes
5447 else
5448 $as_echo "$as_me: failed program was:" >&5
5449 sed 's/^/| /' conftest.$ac_ext >&5
5451 ac_cv_lib_ossaudio__oss_ioctl=no
5454 rm -rf conftest.dSYM
5455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5456 conftest$ac_exeext conftest.$ac_ext
5457 LIBS=$ac_check_lib_save_LIBS
5459 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5460 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5461 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5462 cat >>confdefs.h <<_ACEOF
5463 #define HAVE_LIBOSSAUDIO 1
5464 _ACEOF
5466 LIBS="-lossaudio $LIBS"
5471 XLIB=""
5473 OPENGL_LIBS=""
5477 ac_ext=c
5478 ac_cpp='$CPP $CPPFLAGS'
5479 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5480 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5481 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5482 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5483 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5484 # On Suns, sometimes $CPP names a directory.
5485 if test -n "$CPP" && test -d "$CPP"; then
5486 CPP=
5488 if test -z "$CPP"; then
5489 if test "${ac_cv_prog_CPP+set}" = set; then
5490 $as_echo_n "(cached) " >&6
5491 else
5492 # Double quotes because CPP needs to be expanded
5493 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5495 ac_preproc_ok=false
5496 for ac_c_preproc_warn_flag in '' yes
5498 # Use a header file that comes with gcc, so configuring glibc
5499 # with a fresh cross-compiler works.
5500 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5501 # <limits.h> exists even on freestanding compilers.
5502 # On the NeXT, cc -E runs the code through the compiler's parser,
5503 # not just through cpp. "Syntax error" is here to catch this case.
5504 cat >conftest.$ac_ext <<_ACEOF
5505 /* confdefs.h. */
5506 _ACEOF
5507 cat confdefs.h >>conftest.$ac_ext
5508 cat >>conftest.$ac_ext <<_ACEOF
5509 /* end confdefs.h. */
5510 #ifdef __STDC__
5511 # include <limits.h>
5512 #else
5513 # include <assert.h>
5514 #endif
5515 Syntax error
5516 _ACEOF
5517 if { (ac_try="$ac_cpp conftest.$ac_ext"
5518 case "(($ac_try" in
5519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520 *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5525 ac_status=$?
5526 grep -v '^ *+' conftest.er1 >conftest.err
5527 rm -f conftest.er1
5528 cat conftest.err >&5
5529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); } >/dev/null && {
5531 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5532 test ! -s conftest.err
5533 }; then
5535 else
5536 $as_echo "$as_me: failed program was:" >&5
5537 sed 's/^/| /' conftest.$ac_ext >&5
5539 # Broken: fails on valid input.
5540 continue
5543 rm -f conftest.err conftest.$ac_ext
5545 # OK, works on sane cases. Now check whether nonexistent headers
5546 # can be detected and how.
5547 cat >conftest.$ac_ext <<_ACEOF
5548 /* confdefs.h. */
5549 _ACEOF
5550 cat confdefs.h >>conftest.$ac_ext
5551 cat >>conftest.$ac_ext <<_ACEOF
5552 /* end confdefs.h. */
5553 #include <ac_nonexistent.h>
5554 _ACEOF
5555 if { (ac_try="$ac_cpp conftest.$ac_ext"
5556 case "(($ac_try" in
5557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5558 *) ac_try_echo=$ac_try;;
5559 esac
5560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5561 $as_echo "$ac_try_echo") >&5
5562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5563 ac_status=$?
5564 grep -v '^ *+' conftest.er1 >conftest.err
5565 rm -f conftest.er1
5566 cat conftest.err >&5
5567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5568 (exit $ac_status); } >/dev/null && {
5569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5570 test ! -s conftest.err
5571 }; then
5572 # Broken: success on invalid input.
5573 continue
5574 else
5575 $as_echo "$as_me: failed program was:" >&5
5576 sed 's/^/| /' conftest.$ac_ext >&5
5578 # Passes both tests.
5579 ac_preproc_ok=:
5580 break
5583 rm -f conftest.err conftest.$ac_ext
5585 done
5586 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5587 rm -f conftest.err conftest.$ac_ext
5588 if $ac_preproc_ok; then
5589 break
5592 done
5593 ac_cv_prog_CPP=$CPP
5596 CPP=$ac_cv_prog_CPP
5597 else
5598 ac_cv_prog_CPP=$CPP
5600 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5601 $as_echo "$CPP" >&6; }
5602 ac_preproc_ok=false
5603 for ac_c_preproc_warn_flag in '' yes
5605 # Use a header file that comes with gcc, so configuring glibc
5606 # with a fresh cross-compiler works.
5607 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5608 # <limits.h> exists even on freestanding compilers.
5609 # On the NeXT, cc -E runs the code through the compiler's parser,
5610 # not just through cpp. "Syntax error" is here to catch this case.
5611 cat >conftest.$ac_ext <<_ACEOF
5612 /* confdefs.h. */
5613 _ACEOF
5614 cat confdefs.h >>conftest.$ac_ext
5615 cat >>conftest.$ac_ext <<_ACEOF
5616 /* end confdefs.h. */
5617 #ifdef __STDC__
5618 # include <limits.h>
5619 #else
5620 # include <assert.h>
5621 #endif
5622 Syntax error
5623 _ACEOF
5624 if { (ac_try="$ac_cpp conftest.$ac_ext"
5625 case "(($ac_try" in
5626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5627 *) ac_try_echo=$ac_try;;
5628 esac
5629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5630 $as_echo "$ac_try_echo") >&5
5631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5632 ac_status=$?
5633 grep -v '^ *+' conftest.er1 >conftest.err
5634 rm -f conftest.er1
5635 cat conftest.err >&5
5636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5637 (exit $ac_status); } >/dev/null && {
5638 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5639 test ! -s conftest.err
5640 }; then
5642 else
5643 $as_echo "$as_me: failed program was:" >&5
5644 sed 's/^/| /' conftest.$ac_ext >&5
5646 # Broken: fails on valid input.
5647 continue
5650 rm -f conftest.err conftest.$ac_ext
5652 # OK, works on sane cases. Now check whether nonexistent headers
5653 # can be detected and how.
5654 cat >conftest.$ac_ext <<_ACEOF
5655 /* confdefs.h. */
5656 _ACEOF
5657 cat confdefs.h >>conftest.$ac_ext
5658 cat >>conftest.$ac_ext <<_ACEOF
5659 /* end confdefs.h. */
5660 #include <ac_nonexistent.h>
5661 _ACEOF
5662 if { (ac_try="$ac_cpp conftest.$ac_ext"
5663 case "(($ac_try" in
5664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5665 *) ac_try_echo=$ac_try;;
5666 esac
5667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5668 $as_echo "$ac_try_echo") >&5
5669 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5670 ac_status=$?
5671 grep -v '^ *+' conftest.er1 >conftest.err
5672 rm -f conftest.er1
5673 cat conftest.err >&5
5674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5675 (exit $ac_status); } >/dev/null && {
5676 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5677 test ! -s conftest.err
5678 }; then
5679 # Broken: success on invalid input.
5680 continue
5681 else
5682 $as_echo "$as_me: failed program was:" >&5
5683 sed 's/^/| /' conftest.$ac_ext >&5
5685 # Passes both tests.
5686 ac_preproc_ok=:
5687 break
5690 rm -f conftest.err conftest.$ac_ext
5692 done
5693 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5694 rm -f conftest.err conftest.$ac_ext
5695 if $ac_preproc_ok; then
5697 else
5698 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5700 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5701 See \`config.log' for more details." >&5
5702 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5703 See \`config.log' for more details." >&2;}
5704 { (exit 1); exit 1; }; }; }
5707 ac_ext=c
5708 ac_cpp='$CPP $CPPFLAGS'
5709 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5710 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5711 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5714 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5715 $as_echo_n "checking for ANSI C header files... " >&6; }
5716 if test "${ac_cv_header_stdc+set}" = set; then
5717 $as_echo_n "(cached) " >&6
5718 else
5719 cat >conftest.$ac_ext <<_ACEOF
5720 /* confdefs.h. */
5721 _ACEOF
5722 cat confdefs.h >>conftest.$ac_ext
5723 cat >>conftest.$ac_ext <<_ACEOF
5724 /* end confdefs.h. */
5725 #include <stdlib.h>
5726 #include <stdarg.h>
5727 #include <string.h>
5728 #include <float.h>
5731 main ()
5735 return 0;
5737 _ACEOF
5738 rm -f conftest.$ac_objext
5739 if { (ac_try="$ac_compile"
5740 case "(($ac_try" in
5741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5742 *) ac_try_echo=$ac_try;;
5743 esac
5744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5745 $as_echo "$ac_try_echo") >&5
5746 (eval "$ac_compile") 2>conftest.er1
5747 ac_status=$?
5748 grep -v '^ *+' conftest.er1 >conftest.err
5749 rm -f conftest.er1
5750 cat conftest.err >&5
5751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5752 (exit $ac_status); } && {
5753 test -z "$ac_c_werror_flag" ||
5754 test ! -s conftest.err
5755 } && test -s conftest.$ac_objext; then
5756 ac_cv_header_stdc=yes
5757 else
5758 $as_echo "$as_me: failed program was:" >&5
5759 sed 's/^/| /' conftest.$ac_ext >&5
5761 ac_cv_header_stdc=no
5764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5766 if test $ac_cv_header_stdc = yes; then
5767 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5768 cat >conftest.$ac_ext <<_ACEOF
5769 /* confdefs.h. */
5770 _ACEOF
5771 cat confdefs.h >>conftest.$ac_ext
5772 cat >>conftest.$ac_ext <<_ACEOF
5773 /* end confdefs.h. */
5774 #include <string.h>
5776 _ACEOF
5777 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5778 $EGREP "memchr" >/dev/null 2>&1; then
5780 else
5781 ac_cv_header_stdc=no
5783 rm -f conftest*
5787 if test $ac_cv_header_stdc = yes; then
5788 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5789 cat >conftest.$ac_ext <<_ACEOF
5790 /* confdefs.h. */
5791 _ACEOF
5792 cat confdefs.h >>conftest.$ac_ext
5793 cat >>conftest.$ac_ext <<_ACEOF
5794 /* end confdefs.h. */
5795 #include <stdlib.h>
5797 _ACEOF
5798 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5799 $EGREP "free" >/dev/null 2>&1; then
5801 else
5802 ac_cv_header_stdc=no
5804 rm -f conftest*
5808 if test $ac_cv_header_stdc = yes; then
5809 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5810 if test "$cross_compiling" = yes; then
5812 else
5813 cat >conftest.$ac_ext <<_ACEOF
5814 /* confdefs.h. */
5815 _ACEOF
5816 cat confdefs.h >>conftest.$ac_ext
5817 cat >>conftest.$ac_ext <<_ACEOF
5818 /* end confdefs.h. */
5819 #include <ctype.h>
5820 #include <stdlib.h>
5821 #if ((' ' & 0x0FF) == 0x020)
5822 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5823 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5824 #else
5825 # define ISLOWER(c) \
5826 (('a' <= (c) && (c) <= 'i') \
5827 || ('j' <= (c) && (c) <= 'r') \
5828 || ('s' <= (c) && (c) <= 'z'))
5829 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5830 #endif
5832 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5834 main ()
5836 int i;
5837 for (i = 0; i < 256; i++)
5838 if (XOR (islower (i), ISLOWER (i))
5839 || toupper (i) != TOUPPER (i))
5840 return 2;
5841 return 0;
5843 _ACEOF
5844 rm -f conftest$ac_exeext
5845 if { (ac_try="$ac_link"
5846 case "(($ac_try" in
5847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5848 *) ac_try_echo=$ac_try;;
5849 esac
5850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5851 $as_echo "$ac_try_echo") >&5
5852 (eval "$ac_link") 2>&5
5853 ac_status=$?
5854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5856 { (case "(($ac_try" in
5857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5858 *) ac_try_echo=$ac_try;;
5859 esac
5860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5861 $as_echo "$ac_try_echo") >&5
5862 (eval "$ac_try") 2>&5
5863 ac_status=$?
5864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5865 (exit $ac_status); }; }; then
5867 else
5868 $as_echo "$as_me: program exited with status $ac_status" >&5
5869 $as_echo "$as_me: failed program was:" >&5
5870 sed 's/^/| /' conftest.$ac_ext >&5
5872 ( exit $ac_status )
5873 ac_cv_header_stdc=no
5875 rm -rf conftest.dSYM
5876 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5882 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5883 $as_echo "$ac_cv_header_stdc" >&6; }
5884 if test $ac_cv_header_stdc = yes; then
5886 cat >>confdefs.h <<\_ACEOF
5887 #define STDC_HEADERS 1
5888 _ACEOF
5892 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5902 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5903 inttypes.h stdint.h unistd.h
5905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5906 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5907 $as_echo_n "checking for $ac_header... " >&6; }
5908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5909 $as_echo_n "(cached) " >&6
5910 else
5911 cat >conftest.$ac_ext <<_ACEOF
5912 /* confdefs.h. */
5913 _ACEOF
5914 cat confdefs.h >>conftest.$ac_ext
5915 cat >>conftest.$ac_ext <<_ACEOF
5916 /* end confdefs.h. */
5917 $ac_includes_default
5919 #include <$ac_header>
5920 _ACEOF
5921 rm -f conftest.$ac_objext
5922 if { (ac_try="$ac_compile"
5923 case "(($ac_try" in
5924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5925 *) ac_try_echo=$ac_try;;
5926 esac
5927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5928 $as_echo "$ac_try_echo") >&5
5929 (eval "$ac_compile") 2>conftest.er1
5930 ac_status=$?
5931 grep -v '^ *+' conftest.er1 >conftest.err
5932 rm -f conftest.er1
5933 cat conftest.err >&5
5934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5935 (exit $ac_status); } && {
5936 test -z "$ac_c_werror_flag" ||
5937 test ! -s conftest.err
5938 } && test -s conftest.$ac_objext; then
5939 eval "$as_ac_Header=yes"
5940 else
5941 $as_echo "$as_me: failed program was:" >&5
5942 sed 's/^/| /' conftest.$ac_ext >&5
5944 eval "$as_ac_Header=no"
5947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5949 ac_res=`eval 'as_val=${'$as_ac_Header'}
5950 $as_echo "$as_val"'`
5951 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5952 $as_echo "$ac_res" >&6; }
5953 as_val=`eval 'as_val=${'$as_ac_Header'}
5954 $as_echo "$as_val"'`
5955 if test "x$as_val" = x""yes; then
5956 cat >>confdefs.h <<_ACEOF
5957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5958 _ACEOF
5962 done
6086 for ac_header in \
6087 AudioUnit/AudioUnit.h \
6088 Carbon/Carbon.h \
6089 CoreAudio/CoreAudio.h \
6090 DiskArbitration/DiskArbitration.h \
6091 IOKit/IOKitLib.h \
6092 IOKit/hid/IOHIDLib.h \
6093 alias.h \
6094 alsa/asoundlib.h \
6095 arpa/inet.h \
6096 arpa/nameser.h \
6097 asm/types.h \
6098 capi20.h \
6099 curses.h \
6100 direct.h \
6101 dirent.h \
6102 dlfcn.h \
6103 elf.h \
6104 float.h \
6105 fontconfig/fontconfig.h \
6106 getopt.h \
6107 grp.h \
6108 ieeefp.h \
6109 inet/mib2.h \
6110 io.h \
6111 jack/jack.h \
6112 jpeglib.h \
6113 kstat.h \
6114 lber.h \
6115 lcms.h \
6116 lcms/lcms.h \
6117 ldap.h \
6118 libaudioio.h \
6119 link.h \
6120 linux/cdrom.h \
6121 linux/compiler.h \
6122 linux/hdreg.h \
6123 linux/input.h \
6124 linux/ioctl.h \
6125 linux/joystick.h \
6126 linux/major.h \
6127 linux/param.h \
6128 linux/serial.h \
6129 linux/types.h \
6130 linux/ucdrom.h \
6131 mach-o/dyld_images.h \
6132 mach-o/nlist.h \
6133 mach/mach.h \
6134 mach/machine.h \
6135 machine/cpu.h \
6136 machine/limits.h \
6137 machine/soundcard.h \
6138 mntent.h \
6139 ncurses.h \
6140 netdb.h \
6141 netinet/in.h \
6142 netinet/in_systm.h \
6143 netinet/tcp.h \
6144 netinet/tcp_fsm.h \
6145 openssl/err.h \
6146 openssl/ssl.h \
6147 png.h \
6148 poll.h \
6149 process.h \
6150 pthread.h \
6151 pwd.h \
6152 regex.h \
6153 sched.h \
6154 scsi/scsi.h \
6155 scsi/scsi_ioctl.h \
6156 scsi/sg.h \
6157 soundcard.h \
6158 stdint.h \
6159 strings.h \
6160 stropts.h \
6161 sys/asoundlib.h \
6162 sys/cdio.h \
6163 sys/elf32.h \
6164 sys/epoll.h \
6165 sys/errno.h \
6166 sys/event.h \
6167 sys/exec_elf.h \
6168 sys/filio.h \
6169 sys/ioctl.h \
6170 sys/ipc.h \
6171 sys/limits.h \
6172 sys/link.h \
6173 sys/mman.h \
6174 sys/modem.h \
6175 sys/msg.h \
6176 sys/mtio.h \
6177 sys/param.h \
6178 sys/poll.h \
6179 sys/prctl.h \
6180 sys/protosw.h \
6181 sys/ptrace.h \
6182 sys/resource.h \
6183 sys/scsiio.h \
6184 sys/shm.h \
6185 sys/signal.h \
6186 sys/socket.h \
6187 sys/socketvar.h \
6188 sys/sockio.h \
6189 sys/soundcard.h \
6190 sys/statvfs.h \
6191 sys/strtio.h \
6192 sys/syscall.h \
6193 sys/tihdr.h \
6194 sys/time.h \
6195 sys/timeout.h \
6196 sys/times.h \
6197 sys/uio.h \
6198 sys/un.h \
6199 sys/utsname.h \
6200 sys/vm86.h \
6201 sys/wait.h \
6202 syscall.h \
6203 termios.h \
6204 unistd.h \
6205 utime.h \
6206 valgrind/memcheck.h \
6207 valgrind/valgrind.h
6210 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6211 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6212 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6213 $as_echo_n "checking for $ac_header... " >&6; }
6214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6215 $as_echo_n "(cached) " >&6
6217 ac_res=`eval 'as_val=${'$as_ac_Header'}
6218 $as_echo "$as_val"'`
6219 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6220 $as_echo "$ac_res" >&6; }
6221 else
6222 # Is the header compilable?
6223 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6224 $as_echo_n "checking $ac_header usability... " >&6; }
6225 cat >conftest.$ac_ext <<_ACEOF
6226 /* confdefs.h. */
6227 _ACEOF
6228 cat confdefs.h >>conftest.$ac_ext
6229 cat >>conftest.$ac_ext <<_ACEOF
6230 /* end confdefs.h. */
6231 $ac_includes_default
6232 #include <$ac_header>
6233 _ACEOF
6234 rm -f conftest.$ac_objext
6235 if { (ac_try="$ac_compile"
6236 case "(($ac_try" in
6237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6238 *) ac_try_echo=$ac_try;;
6239 esac
6240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6241 $as_echo "$ac_try_echo") >&5
6242 (eval "$ac_compile") 2>conftest.er1
6243 ac_status=$?
6244 grep -v '^ *+' conftest.er1 >conftest.err
6245 rm -f conftest.er1
6246 cat conftest.err >&5
6247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6248 (exit $ac_status); } && {
6249 test -z "$ac_c_werror_flag" ||
6250 test ! -s conftest.err
6251 } && test -s conftest.$ac_objext; then
6252 ac_header_compiler=yes
6253 else
6254 $as_echo "$as_me: failed program was:" >&5
6255 sed 's/^/| /' conftest.$ac_ext >&5
6257 ac_header_compiler=no
6260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6261 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6262 $as_echo "$ac_header_compiler" >&6; }
6264 # Is the header present?
6265 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6266 $as_echo_n "checking $ac_header presence... " >&6; }
6267 cat >conftest.$ac_ext <<_ACEOF
6268 /* confdefs.h. */
6269 _ACEOF
6270 cat confdefs.h >>conftest.$ac_ext
6271 cat >>conftest.$ac_ext <<_ACEOF
6272 /* end confdefs.h. */
6273 #include <$ac_header>
6274 _ACEOF
6275 if { (ac_try="$ac_cpp conftest.$ac_ext"
6276 case "(($ac_try" in
6277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6278 *) ac_try_echo=$ac_try;;
6279 esac
6280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6281 $as_echo "$ac_try_echo") >&5
6282 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6283 ac_status=$?
6284 grep -v '^ *+' conftest.er1 >conftest.err
6285 rm -f conftest.er1
6286 cat conftest.err >&5
6287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); } >/dev/null && {
6289 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6290 test ! -s conftest.err
6291 }; then
6292 ac_header_preproc=yes
6293 else
6294 $as_echo "$as_me: failed program was:" >&5
6295 sed 's/^/| /' conftest.$ac_ext >&5
6297 ac_header_preproc=no
6300 rm -f conftest.err conftest.$ac_ext
6301 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6302 $as_echo "$ac_header_preproc" >&6; }
6304 # So? What about this header?
6305 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6306 yes:no: )
6307 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6308 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6309 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6310 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6311 ac_header_preproc=yes
6313 no:yes:* )
6314 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6315 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6316 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6317 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6318 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6319 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6321 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6323 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6324 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6325 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6326 ( cat <<\_ASBOX
6327 ## ------------------------------------ ##
6328 ## Report this to wine-devel@winehq.org ##
6329 ## ------------------------------------ ##
6330 _ASBOX
6331 ) | sed "s/^/$as_me: WARNING: /" >&2
6333 esac
6334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6335 $as_echo_n "checking for $ac_header... " >&6; }
6336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6337 $as_echo_n "(cached) " >&6
6338 else
6339 eval "$as_ac_Header=\$ac_header_preproc"
6341 ac_res=`eval 'as_val=${'$as_ac_Header'}
6342 $as_echo "$as_val"'`
6343 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6344 $as_echo "$ac_res" >&6; }
6347 as_val=`eval 'as_val=${'$as_ac_Header'}
6348 $as_echo "$as_val"'`
6349 if test "x$as_val" = x""yes; then
6350 cat >>confdefs.h <<_ACEOF
6351 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6352 _ACEOF
6356 done
6358 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6359 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6360 if test "${ac_cv_header_stat_broken+set}" = set; then
6361 $as_echo_n "(cached) " >&6
6362 else
6363 cat >conftest.$ac_ext <<_ACEOF
6364 /* confdefs.h. */
6365 _ACEOF
6366 cat confdefs.h >>conftest.$ac_ext
6367 cat >>conftest.$ac_ext <<_ACEOF
6368 /* end confdefs.h. */
6369 #include <sys/types.h>
6370 #include <sys/stat.h>
6372 #if defined S_ISBLK && defined S_IFDIR
6373 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6374 #endif
6376 #if defined S_ISBLK && defined S_IFCHR
6377 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6378 #endif
6380 #if defined S_ISLNK && defined S_IFREG
6381 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6382 #endif
6384 #if defined S_ISSOCK && defined S_IFREG
6385 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6386 #endif
6388 _ACEOF
6389 rm -f conftest.$ac_objext
6390 if { (ac_try="$ac_compile"
6391 case "(($ac_try" in
6392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6393 *) ac_try_echo=$ac_try;;
6394 esac
6395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6396 $as_echo "$ac_try_echo") >&5
6397 (eval "$ac_compile") 2>conftest.er1
6398 ac_status=$?
6399 grep -v '^ *+' conftest.er1 >conftest.err
6400 rm -f conftest.er1
6401 cat conftest.err >&5
6402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403 (exit $ac_status); } && {
6404 test -z "$ac_c_werror_flag" ||
6405 test ! -s conftest.err
6406 } && test -s conftest.$ac_objext; then
6407 ac_cv_header_stat_broken=no
6408 else
6409 $as_echo "$as_me: failed program was:" >&5
6410 sed 's/^/| /' conftest.$ac_ext >&5
6412 ac_cv_header_stat_broken=yes
6415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6417 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6418 $as_echo "$ac_cv_header_stat_broken" >&6; }
6419 if test $ac_cv_header_stat_broken = yes; then
6421 cat >>confdefs.h <<\_ACEOF
6422 #define STAT_MACROS_BROKEN 1
6423 _ACEOF
6434 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6436 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6437 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6438 $as_echo_n "checking for $ac_header... " >&6; }
6439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6440 $as_echo_n "(cached) " >&6
6441 else
6442 cat >conftest.$ac_ext <<_ACEOF
6443 /* confdefs.h. */
6444 _ACEOF
6445 cat confdefs.h >>conftest.$ac_ext
6446 cat >>conftest.$ac_ext <<_ACEOF
6447 /* end confdefs.h. */
6448 #include <sys/types.h>
6449 #ifdef HAVE_SYS_PARAM_H
6450 # include <sys/param.h>
6451 #endif
6453 #include <$ac_header>
6454 _ACEOF
6455 rm -f conftest.$ac_objext
6456 if { (ac_try="$ac_compile"
6457 case "(($ac_try" in
6458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6459 *) ac_try_echo=$ac_try;;
6460 esac
6461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6462 $as_echo "$ac_try_echo") >&5
6463 (eval "$ac_compile") 2>conftest.er1
6464 ac_status=$?
6465 grep -v '^ *+' conftest.er1 >conftest.err
6466 rm -f conftest.er1
6467 cat conftest.err >&5
6468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6469 (exit $ac_status); } && {
6470 test -z "$ac_c_werror_flag" ||
6471 test ! -s conftest.err
6472 } && test -s conftest.$ac_objext; then
6473 eval "$as_ac_Header=yes"
6474 else
6475 $as_echo "$as_me: failed program was:" >&5
6476 sed 's/^/| /' conftest.$ac_ext >&5
6478 eval "$as_ac_Header=no"
6481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6483 ac_res=`eval 'as_val=${'$as_ac_Header'}
6484 $as_echo "$as_val"'`
6485 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6486 $as_echo "$ac_res" >&6; }
6487 as_val=`eval 'as_val=${'$as_ac_Header'}
6488 $as_echo "$as_val"'`
6489 if test "x$as_val" = x""yes; then
6490 cat >>confdefs.h <<_ACEOF
6491 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6492 _ACEOF
6496 done
6512 for ac_header in \
6513 netinet/ip.h \
6514 net/if.h \
6515 net/if_arp.h \
6516 net/if_dl.h \
6517 net/if_types.h \
6518 net/route.h \
6519 netinet/if_ether.h \
6520 netinet/if_inarp.h \
6521 netinet/in_pcb.h \
6522 netinet/ip_icmp.h \
6523 netinet/ip_var.h \
6524 netinet/udp.h \
6525 netipx/ipx.h \
6528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6529 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6530 $as_echo_n "checking for $ac_header... " >&6; }
6531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6532 $as_echo_n "(cached) " >&6
6533 else
6534 cat >conftest.$ac_ext <<_ACEOF
6535 /* confdefs.h. */
6536 _ACEOF
6537 cat confdefs.h >>conftest.$ac_ext
6538 cat >>conftest.$ac_ext <<_ACEOF
6539 /* end confdefs.h. */
6540 #include <sys/types.h>
6541 #ifdef HAVE_SYS_SOCKET_H
6542 # include <sys/socket.h>
6543 #endif
6544 #ifdef HAVE_SYS_SOCKETVAR_H
6545 # include <sys/socketvar.h>
6546 #endif
6547 #ifdef HAVE_NET_ROUTE_H
6548 # include <net/route.h>
6549 #endif
6550 #ifdef HAVE_NETINET_IN_H
6551 # include <netinet/in.h>
6552 #endif
6553 #ifdef HAVE_NETINET_IN_SYSTM_H
6554 # include <netinet/in_systm.h>
6555 #endif
6556 #ifdef HAVE_NET_IF_H
6557 # include <net/if.h>
6558 #endif
6559 #ifdef HAVE_NETINET_IP_H
6560 # include <netinet/ip.h>
6561 #endif
6563 #include <$ac_header>
6564 _ACEOF
6565 rm -f conftest.$ac_objext
6566 if { (ac_try="$ac_compile"
6567 case "(($ac_try" in
6568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6569 *) ac_try_echo=$ac_try;;
6570 esac
6571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6572 $as_echo "$ac_try_echo") >&5
6573 (eval "$ac_compile") 2>conftest.er1
6574 ac_status=$?
6575 grep -v '^ *+' conftest.er1 >conftest.err
6576 rm -f conftest.er1
6577 cat conftest.err >&5
6578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6579 (exit $ac_status); } && {
6580 test -z "$ac_c_werror_flag" ||
6581 test ! -s conftest.err
6582 } && test -s conftest.$ac_objext; then
6583 eval "$as_ac_Header=yes"
6584 else
6585 $as_echo "$as_me: failed program was:" >&5
6586 sed 's/^/| /' conftest.$ac_ext >&5
6588 eval "$as_ac_Header=no"
6591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6593 ac_res=`eval 'as_val=${'$as_ac_Header'}
6594 $as_echo "$as_val"'`
6595 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6596 $as_echo "$ac_res" >&6; }
6597 as_val=`eval 'as_val=${'$as_ac_Header'}
6598 $as_echo "$as_val"'`
6599 if test "x$as_val" = x""yes; then
6600 cat >>confdefs.h <<_ACEOF
6601 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6602 _ACEOF
6606 done
6613 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6615 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6616 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6617 $as_echo_n "checking for $ac_header... " >&6; }
6618 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6619 $as_echo_n "(cached) " >&6
6620 else
6621 cat >conftest.$ac_ext <<_ACEOF
6622 /* confdefs.h. */
6623 _ACEOF
6624 cat confdefs.h >>conftest.$ac_ext
6625 cat >>conftest.$ac_ext <<_ACEOF
6626 /* end confdefs.h. */
6627 #include <sys/types.h>
6628 #ifdef HAVE_ALIAS_H
6629 # include <alias.h>
6630 #endif
6631 #ifdef HAVE_SYS_SOCKET_H
6632 # include <sys/socket.h>
6633 #endif
6634 #ifdef HAVE_SYS_SOCKETVAR_H
6635 # include <sys/socketvar.h>
6636 #endif
6637 #ifdef HAVE_SYS_TIMEOUT_H
6638 # include <sys/timeout.h>
6639 #endif
6640 #ifdef HAVE_NETINET_IN_H
6641 # include <netinet/in.h>
6642 #endif
6643 #ifdef HAVE_NETINET_IN_SYSTM_H
6644 # include <netinet/in_systm.h>
6645 #endif
6646 #ifdef HAVE_NETINET_IP_H
6647 # include <netinet/ip.h>
6648 #endif
6649 #ifdef HAVE_NETINET_IP_VAR_H
6650 # include <netinet/ip_var.h>
6651 #endif
6652 #ifdef HAVE_NETINET_IP_ICMP_H
6653 # include <netinet/ip_icmp.h>
6654 #endif
6655 #ifdef HAVE_NETINET_UDP_H
6656 # include <netinet/udp.h>
6657 #endif
6658 #ifdef HAVE_NETINET_TCP_H
6659 # include <netinet/tcp.h>
6660 #endif
6661 #ifdef HAVE_NETINET_TCP_TIMER_H
6662 #include <netinet/tcp_timer.h>
6663 #endif
6665 #include <$ac_header>
6666 _ACEOF
6667 rm -f conftest.$ac_objext
6668 if { (ac_try="$ac_compile"
6669 case "(($ac_try" in
6670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6671 *) ac_try_echo=$ac_try;;
6672 esac
6673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6674 $as_echo "$ac_try_echo") >&5
6675 (eval "$ac_compile") 2>conftest.er1
6676 ac_status=$?
6677 grep -v '^ *+' conftest.er1 >conftest.err
6678 rm -f conftest.er1
6679 cat conftest.err >&5
6680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6681 (exit $ac_status); } && {
6682 test -z "$ac_c_werror_flag" ||
6683 test ! -s conftest.err
6684 } && test -s conftest.$ac_objext; then
6685 eval "$as_ac_Header=yes"
6686 else
6687 $as_echo "$as_me: failed program was:" >&5
6688 sed 's/^/| /' conftest.$ac_ext >&5
6690 eval "$as_ac_Header=no"
6693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6695 ac_res=`eval 'as_val=${'$as_ac_Header'}
6696 $as_echo "$as_val"'`
6697 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6698 $as_echo "$ac_res" >&6; }
6699 as_val=`eval 'as_val=${'$as_ac_Header'}
6700 $as_echo "$as_val"'`
6701 if test "x$as_val" = x""yes; then
6702 cat >>confdefs.h <<_ACEOF
6703 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6704 _ACEOF
6708 done
6712 for ac_header in linux/ipx.h
6714 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6715 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6716 $as_echo_n "checking for $ac_header... " >&6; }
6717 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6718 $as_echo_n "(cached) " >&6
6719 else
6720 cat >conftest.$ac_ext <<_ACEOF
6721 /* confdefs.h. */
6722 _ACEOF
6723 cat confdefs.h >>conftest.$ac_ext
6724 cat >>conftest.$ac_ext <<_ACEOF
6725 /* end confdefs.h. */
6726 #include <sys/types.h>
6727 #ifdef HAVE_ASM_TYPES_H
6728 # include <asm/types.h>
6729 #endif
6730 #ifdef HAVE_SYS_SOCKET_H
6731 # include <sys/socket.h>
6732 #endif
6733 #ifdef HAVE_LINUX_TYPES_H
6734 # include <linux/types.h>
6735 #endif
6737 #include <$ac_header>
6738 _ACEOF
6739 rm -f conftest.$ac_objext
6740 if { (ac_try="$ac_compile"
6741 case "(($ac_try" in
6742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6743 *) ac_try_echo=$ac_try;;
6744 esac
6745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6746 $as_echo "$ac_try_echo") >&5
6747 (eval "$ac_compile") 2>conftest.er1
6748 ac_status=$?
6749 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -f conftest.er1
6751 cat conftest.err >&5
6752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6753 (exit $ac_status); } && {
6754 test -z "$ac_c_werror_flag" ||
6755 test ! -s conftest.err
6756 } && test -s conftest.$ac_objext; then
6757 eval "$as_ac_Header=yes"
6758 else
6759 $as_echo "$as_me: failed program was:" >&5
6760 sed 's/^/| /' conftest.$ac_ext >&5
6762 eval "$as_ac_Header=no"
6765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6767 ac_res=`eval 'as_val=${'$as_ac_Header'}
6768 $as_echo "$as_val"'`
6769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6770 $as_echo "$ac_res" >&6; }
6771 as_val=`eval 'as_val=${'$as_ac_Header'}
6772 $as_echo "$as_val"'`
6773 if test "x$as_val" = x""yes; then
6774 cat >>confdefs.h <<_ACEOF
6775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6776 _ACEOF
6780 done
6784 for ac_header in resolv.h
6786 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6787 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6788 $as_echo_n "checking for $ac_header... " >&6; }
6789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6790 $as_echo_n "(cached) " >&6
6791 else
6792 cat >conftest.$ac_ext <<_ACEOF
6793 /* confdefs.h. */
6794 _ACEOF
6795 cat confdefs.h >>conftest.$ac_ext
6796 cat >>conftest.$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6798 #include <sys/types.h>
6799 #ifdef HAVE_SYS_SOCKET_H
6800 # include <sys/socket.h>
6801 #endif
6802 #ifdef HAVE_NETINET_IN_H
6803 # include <netinet/in.h>
6804 #endif
6805 #ifdef HAVE_ARPA_NAMESER_H
6806 # include <arpa/nameser.h>
6807 #endif
6809 #include <$ac_header>
6810 _ACEOF
6811 rm -f conftest.$ac_objext
6812 if { (ac_try="$ac_compile"
6813 case "(($ac_try" in
6814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6815 *) ac_try_echo=$ac_try;;
6816 esac
6817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6818 $as_echo "$ac_try_echo") >&5
6819 (eval "$ac_compile") 2>conftest.er1
6820 ac_status=$?
6821 grep -v '^ *+' conftest.er1 >conftest.err
6822 rm -f conftest.er1
6823 cat conftest.err >&5
6824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); } && {
6826 test -z "$ac_c_werror_flag" ||
6827 test ! -s conftest.err
6828 } && test -s conftest.$ac_objext; then
6829 eval "$as_ac_Header=yes"
6830 else
6831 $as_echo "$as_me: failed program was:" >&5
6832 sed 's/^/| /' conftest.$ac_ext >&5
6834 eval "$as_ac_Header=no"
6837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6839 ac_res=`eval 'as_val=${'$as_ac_Header'}
6840 $as_echo "$as_val"'`
6841 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6842 $as_echo "$ac_res" >&6; }
6843 as_val=`eval 'as_val=${'$as_ac_Header'}
6844 $as_echo "$as_val"'`
6845 if test "x$as_val" = x""yes; then
6846 cat >>confdefs.h <<_ACEOF
6847 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6848 _ACEOF
6852 done
6856 for ac_header in ucontext.h
6858 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6859 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6860 $as_echo_n "checking for $ac_header... " >&6; }
6861 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6862 $as_echo_n "(cached) " >&6
6863 else
6864 cat >conftest.$ac_ext <<_ACEOF
6865 /* confdefs.h. */
6866 _ACEOF
6867 cat confdefs.h >>conftest.$ac_ext
6868 cat >>conftest.$ac_ext <<_ACEOF
6869 /* end confdefs.h. */
6870 #include <signal.h>
6872 #include <$ac_header>
6873 _ACEOF
6874 rm -f conftest.$ac_objext
6875 if { (ac_try="$ac_compile"
6876 case "(($ac_try" in
6877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6878 *) ac_try_echo=$ac_try;;
6879 esac
6880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6881 $as_echo "$ac_try_echo") >&5
6882 (eval "$ac_compile") 2>conftest.er1
6883 ac_status=$?
6884 grep -v '^ *+' conftest.er1 >conftest.err
6885 rm -f conftest.er1
6886 cat conftest.err >&5
6887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6888 (exit $ac_status); } && {
6889 test -z "$ac_c_werror_flag" ||
6890 test ! -s conftest.err
6891 } && test -s conftest.$ac_objext; then
6892 eval "$as_ac_Header=yes"
6893 else
6894 $as_echo "$as_me: failed program was:" >&5
6895 sed 's/^/| /' conftest.$ac_ext >&5
6897 eval "$as_ac_Header=no"
6900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6902 ac_res=`eval 'as_val=${'$as_ac_Header'}
6903 $as_echo "$as_val"'`
6904 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6905 $as_echo "$ac_res" >&6; }
6906 as_val=`eval 'as_val=${'$as_ac_Header'}
6907 $as_echo "$as_val"'`
6908 if test "x$as_val" = x""yes; then
6909 cat >>confdefs.h <<_ACEOF
6910 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6911 _ACEOF
6915 done
6919 for ac_header in sys/thr.h
6921 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6922 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6923 $as_echo_n "checking for $ac_header... " >&6; }
6924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6925 $as_echo_n "(cached) " >&6
6926 else
6927 cat >conftest.$ac_ext <<_ACEOF
6928 /* confdefs.h. */
6929 _ACEOF
6930 cat confdefs.h >>conftest.$ac_ext
6931 cat >>conftest.$ac_ext <<_ACEOF
6932 /* end confdefs.h. */
6933 #include <sys/types.h>
6934 #ifdef HAVE_UCONTEXT_H
6935 #include <ucontext.h>
6936 #endif
6938 #include <$ac_header>
6939 _ACEOF
6940 rm -f conftest.$ac_objext
6941 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
6958 eval "$as_ac_Header=yes"
6959 else
6960 $as_echo "$as_me: failed program was:" >&5
6961 sed 's/^/| /' conftest.$ac_ext >&5
6963 eval "$as_ac_Header=no"
6966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6968 ac_res=`eval 'as_val=${'$as_ac_Header'}
6969 $as_echo "$as_val"'`
6970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6971 $as_echo "$ac_res" >&6; }
6972 as_val=`eval 'as_val=${'$as_ac_Header'}
6973 $as_echo "$as_val"'`
6974 if test "x$as_val" = x""yes; then
6975 cat >>confdefs.h <<_ACEOF
6976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6977 _ACEOF
6981 done
6985 for ac_header in pthread_np.h
6987 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6988 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6989 $as_echo_n "checking for $ac_header... " >&6; }
6990 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6991 $as_echo_n "(cached) " >&6
6992 else
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. */
6999 #ifdef HAVE_PTHREAD_H
7000 #include <pthread.h>
7001 #endif
7003 #include <$ac_header>
7004 _ACEOF
7005 rm -f conftest.$ac_objext
7006 if { (ac_try="$ac_compile"
7007 case "(($ac_try" in
7008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7009 *) ac_try_echo=$ac_try;;
7010 esac
7011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7012 $as_echo "$ac_try_echo") >&5
7013 (eval "$ac_compile") 2>conftest.er1
7014 ac_status=$?
7015 grep -v '^ *+' conftest.er1 >conftest.err
7016 rm -f conftest.er1
7017 cat conftest.err >&5
7018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7019 (exit $ac_status); } && {
7020 test -z "$ac_c_werror_flag" ||
7021 test ! -s conftest.err
7022 } && test -s conftest.$ac_objext; then
7023 eval "$as_ac_Header=yes"
7024 else
7025 $as_echo "$as_me: failed program was:" >&5
7026 sed 's/^/| /' conftest.$ac_ext >&5
7028 eval "$as_ac_Header=no"
7031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7033 ac_res=`eval 'as_val=${'$as_ac_Header'}
7034 $as_echo "$as_val"'`
7035 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7036 $as_echo "$ac_res" >&6; }
7037 as_val=`eval 'as_val=${'$as_ac_Header'}
7038 $as_echo "$as_val"'`
7039 if test "x$as_val" = x""yes; then
7040 cat >>confdefs.h <<_ACEOF
7041 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7042 _ACEOF
7046 done
7050 for ac_header in linux/videodev.h
7052 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7053 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7054 $as_echo_n "checking for $ac_header... " >&6; }
7055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7056 $as_echo_n "(cached) " >&6
7057 else
7058 cat >conftest.$ac_ext <<_ACEOF
7059 /* confdefs.h. */
7060 _ACEOF
7061 cat confdefs.h >>conftest.$ac_ext
7062 cat >>conftest.$ac_ext <<_ACEOF
7063 /* end confdefs.h. */
7064 #ifdef HAVE_SYS_TIME_H
7065 #include <sys/time.h>
7066 #endif
7067 #include <sys/types.h>
7068 #ifdef HAVE_ASM_TYPES_H
7069 #include <asm/types.h>
7070 #endif
7072 #include <$ac_header>
7073 _ACEOF
7074 rm -f conftest.$ac_objext
7075 if { (ac_try="$ac_compile"
7076 case "(($ac_try" in
7077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7078 *) ac_try_echo=$ac_try;;
7079 esac
7080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7081 $as_echo "$ac_try_echo") >&5
7082 (eval "$ac_compile") 2>conftest.er1
7083 ac_status=$?
7084 grep -v '^ *+' conftest.er1 >conftest.err
7085 rm -f conftest.er1
7086 cat conftest.err >&5
7087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7088 (exit $ac_status); } && {
7089 test -z "$ac_c_werror_flag" ||
7090 test ! -s conftest.err
7091 } && test -s conftest.$ac_objext; then
7092 eval "$as_ac_Header=yes"
7093 else
7094 $as_echo "$as_me: failed program was:" >&5
7095 sed 's/^/| /' conftest.$ac_ext >&5
7097 eval "$as_ac_Header=no"
7100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7102 ac_res=`eval 'as_val=${'$as_ac_Header'}
7103 $as_echo "$as_val"'`
7104 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7105 $as_echo "$ac_res" >&6; }
7106 as_val=`eval 'as_val=${'$as_ac_Header'}
7107 $as_echo "$as_val"'`
7108 if test "x$as_val" = x""yes; then
7109 cat >>confdefs.h <<_ACEOF
7110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7111 _ACEOF
7115 done
7119 for ac_header in linux/capi.h
7121 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7122 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7123 $as_echo_n "checking for $ac_header... " >&6; }
7124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7125 $as_echo_n "(cached) " >&6
7126 else
7127 cat >conftest.$ac_ext <<_ACEOF
7128 /* confdefs.h. */
7129 _ACEOF
7130 cat confdefs.h >>conftest.$ac_ext
7131 cat >>conftest.$ac_ext <<_ACEOF
7132 /* end confdefs.h. */
7133 #define __user
7135 #include <$ac_header>
7136 _ACEOF
7137 rm -f conftest.$ac_objext
7138 if { (ac_try="$ac_compile"
7139 case "(($ac_try" in
7140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7141 *) ac_try_echo=$ac_try;;
7142 esac
7143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7144 $as_echo "$ac_try_echo") >&5
7145 (eval "$ac_compile") 2>conftest.er1
7146 ac_status=$?
7147 grep -v '^ *+' conftest.er1 >conftest.err
7148 rm -f conftest.er1
7149 cat conftest.err >&5
7150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7151 (exit $ac_status); } && {
7152 test -z "$ac_c_werror_flag" ||
7153 test ! -s conftest.err
7154 } && test -s conftest.$ac_objext; then
7155 eval "$as_ac_Header=yes"
7156 else
7157 $as_echo "$as_me: failed program was:" >&5
7158 sed 's/^/| /' conftest.$ac_ext >&5
7160 eval "$as_ac_Header=no"
7163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7165 ac_res=`eval 'as_val=${'$as_ac_Header'}
7166 $as_echo "$as_val"'`
7167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7168 $as_echo "$ac_res" >&6; }
7169 as_val=`eval 'as_val=${'$as_ac_Header'}
7170 $as_echo "$as_val"'`
7171 if test "x$as_val" = x""yes; then
7172 cat >>confdefs.h <<_ACEOF
7173 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7174 _ACEOF
7178 done
7182 DLLEXT=""
7184 DLLFLAGS="-D_REENTRANT"
7186 LDSHARED=""
7188 LDDLLFLAGS=""
7190 LIBEXT="so"
7192 IMPLIBEXT="def"
7194 LDRPATH_INSTALL=""
7196 LDRPATH_LOCAL=""
7198 # Extract the first word of "ldd", so it can be a program name with args.
7199 set dummy ldd; ac_word=$2
7200 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7201 $as_echo_n "checking for $ac_word... " >&6; }
7202 if test "${ac_cv_path_LDD+set}" = set; then
7203 $as_echo_n "(cached) " >&6
7204 else
7205 case $LDD in
7206 [\\/]* | ?:[\\/]*)
7207 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7211 as_dummy="/sbin:/usr/sbin:$PATH"
7212 for as_dir in $as_dummy
7214 IFS=$as_save_IFS
7215 test -z "$as_dir" && as_dir=.
7216 for ac_exec_ext in '' $ac_executable_extensions; do
7217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7218 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7219 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7220 break 2
7222 done
7223 done
7224 IFS=$as_save_IFS
7226 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7228 esac
7230 LDD=$ac_cv_path_LDD
7231 if test -n "$LDD"; then
7232 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7233 $as_echo "$LDD" >&6; }
7234 else
7235 { $as_echo "$as_me:$LINENO: result: no" >&5
7236 $as_echo "no" >&6; }
7241 case $host_os in
7242 cygwin*|mingw32*)
7243 if test -n "$ac_tool_prefix"; then
7244 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7245 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7246 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7247 $as_echo_n "checking for $ac_word... " >&6; }
7248 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7249 $as_echo_n "(cached) " >&6
7250 else
7251 if test -n "$DLLTOOL"; then
7252 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7253 else
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7255 for as_dir in $PATH
7257 IFS=$as_save_IFS
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7261 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7262 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7263 break 2
7265 done
7266 done
7267 IFS=$as_save_IFS
7271 DLLTOOL=$ac_cv_prog_DLLTOOL
7272 if test -n "$DLLTOOL"; then
7273 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7274 $as_echo "$DLLTOOL" >&6; }
7275 else
7276 { $as_echo "$as_me:$LINENO: result: no" >&5
7277 $as_echo "no" >&6; }
7282 if test -z "$ac_cv_prog_DLLTOOL"; then
7283 ac_ct_DLLTOOL=$DLLTOOL
7284 # Extract the first word of "dlltool", so it can be a program name with args.
7285 set dummy dlltool; ac_word=$2
7286 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7287 $as_echo_n "checking for $ac_word... " >&6; }
7288 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7289 $as_echo_n "(cached) " >&6
7290 else
7291 if test -n "$ac_ct_DLLTOOL"; then
7292 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7293 else
7294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295 for as_dir in $PATH
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7301 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7302 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7303 break 2
7305 done
7306 done
7307 IFS=$as_save_IFS
7311 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7312 if test -n "$ac_ct_DLLTOOL"; then
7313 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7314 $as_echo "$ac_ct_DLLTOOL" >&6; }
7315 else
7316 { $as_echo "$as_me:$LINENO: result: no" >&5
7317 $as_echo "no" >&6; }
7320 if test "x$ac_ct_DLLTOOL" = x; then
7321 DLLTOOL="false"
7322 else
7323 case $cross_compiling:$ac_tool_warned in
7324 yes:)
7325 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7326 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7327 ac_tool_warned=yes ;;
7328 esac
7329 DLLTOOL=$ac_ct_DLLTOOL
7331 else
7332 DLLTOOL="$ac_cv_prog_DLLTOOL"
7335 if test -n "$ac_tool_prefix"; then
7336 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7337 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7338 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7339 $as_echo_n "checking for $ac_word... " >&6; }
7340 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7341 $as_echo_n "(cached) " >&6
7342 else
7343 if test -n "$DLLWRAP"; then
7344 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7345 else
7346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7347 for as_dir in $PATH
7349 IFS=$as_save_IFS
7350 test -z "$as_dir" && as_dir=.
7351 for ac_exec_ext in '' $ac_executable_extensions; do
7352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7353 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7354 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7355 break 2
7357 done
7358 done
7359 IFS=$as_save_IFS
7363 DLLWRAP=$ac_cv_prog_DLLWRAP
7364 if test -n "$DLLWRAP"; then
7365 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7366 $as_echo "$DLLWRAP" >&6; }
7367 else
7368 { $as_echo "$as_me:$LINENO: result: no" >&5
7369 $as_echo "no" >&6; }
7374 if test -z "$ac_cv_prog_DLLWRAP"; then
7375 ac_ct_DLLWRAP=$DLLWRAP
7376 # Extract the first word of "dllwrap", so it can be a program name with args.
7377 set dummy dllwrap; ac_word=$2
7378 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7379 $as_echo_n "checking for $ac_word... " >&6; }
7380 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7381 $as_echo_n "(cached) " >&6
7382 else
7383 if test -n "$ac_ct_DLLWRAP"; then
7384 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7385 else
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387 for as_dir in $PATH
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7393 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7394 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7395 break 2
7397 done
7398 done
7399 IFS=$as_save_IFS
7403 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7404 if test -n "$ac_ct_DLLWRAP"; then
7405 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7406 $as_echo "$ac_ct_DLLWRAP" >&6; }
7407 else
7408 { $as_echo "$as_me:$LINENO: result: no" >&5
7409 $as_echo "no" >&6; }
7412 if test "x$ac_ct_DLLWRAP" = x; then
7413 DLLWRAP="false"
7414 else
7415 case $cross_compiling:$ac_tool_warned in
7416 yes:)
7417 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7418 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7419 ac_tool_warned=yes ;;
7420 esac
7421 DLLWRAP=$ac_ct_DLLWRAP
7423 else
7424 DLLWRAP="$ac_cv_prog_DLLWRAP"
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7429 set dummy ${ac_tool_prefix}ar; ac_word=$2
7430 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7431 $as_echo_n "checking for $ac_word... " >&6; }
7432 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7433 $as_echo_n "(cached) " >&6
7434 else
7435 if test -n "$MINGWAR"; then
7436 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7437 else
7438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7439 for as_dir in $PATH
7441 IFS=$as_save_IFS
7442 test -z "$as_dir" && as_dir=.
7443 for ac_exec_ext in '' $ac_executable_extensions; do
7444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7445 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7446 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7447 break 2
7449 done
7450 done
7451 IFS=$as_save_IFS
7455 MINGWAR=$ac_cv_prog_MINGWAR
7456 if test -n "$MINGWAR"; then
7457 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7458 $as_echo "$MINGWAR" >&6; }
7459 else
7460 { $as_echo "$as_me:$LINENO: result: no" >&5
7461 $as_echo "no" >&6; }
7466 if test -z "$ac_cv_prog_MINGWAR"; then
7467 ac_ct_MINGWAR=$MINGWAR
7468 # Extract the first word of "ar", so it can be a program name with args.
7469 set dummy ar; ac_word=$2
7470 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7471 $as_echo_n "checking for $ac_word... " >&6; }
7472 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7473 $as_echo_n "(cached) " >&6
7474 else
7475 if test -n "$ac_ct_MINGWAR"; then
7476 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7477 else
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479 for as_dir in $PATH
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7485 ac_cv_prog_ac_ct_MINGWAR="ar"
7486 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7487 break 2
7489 done
7490 done
7491 IFS=$as_save_IFS
7495 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7496 if test -n "$ac_ct_MINGWAR"; then
7497 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7498 $as_echo "$ac_ct_MINGWAR" >&6; }
7499 else
7500 { $as_echo "$as_me:$LINENO: result: no" >&5
7501 $as_echo "no" >&6; }
7504 if test "x$ac_ct_MINGWAR" = x; then
7505 MINGWAR="false"
7506 else
7507 case $cross_compiling:$ac_tool_warned in
7508 yes:)
7509 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7510 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7511 ac_tool_warned=yes ;;
7512 esac
7513 MINGWAR=$ac_ct_MINGWAR
7515 else
7516 MINGWAR="$ac_cv_prog_MINGWAR"
7519 if test "$DLLWRAP" = "false"; then
7520 LIBEXT="a"
7521 else
7522 LIBEXT="dll"
7524 IMPLIBEXT="a"
7525 enable_iphlpapi=${enable_iphlpapi:-no}
7526 enable_kernel32=${enable_kernel32:-no}
7527 enable_msvcrt=${enable_msvcrt:-no}
7528 enable_ntdll=${enable_ntdll:-no}
7529 enable_ws2_32=${enable_ws2_32:-no}
7530 enable_loader=${enable_loader:-no}
7531 enable_server=${enable_server:-no}
7532 with_x=${with_x:-no}
7533 with_pthread=${with_pthread:-no}
7535 darwin*|macosx*)
7536 DLLEXT=".so"
7537 LIBEXT="dylib"
7538 DLLFLAGS="$DLLFLAGS -fPIC"
7539 LDDLLFLAGS="-bundle -multiply_defined suppress"
7540 LIBWINE_LDFLAGS="-multiply_defined suppress"
7541 LDSHARED="\$(CC) -dynamiclib"
7542 STRIP="$STRIP -x"
7543 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7544 SECURITYLIB="-framework Security -framework CoreFoundation"
7546 COREFOUNDATIONLIB="-framework CoreFoundation"
7548 IOKITLIB="-framework IOKit -framework CoreFoundation"
7550 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7552 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7553 then
7554 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7557 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7558 then
7559 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7562 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7563 then
7564 ac_save_LIBS="$LIBS"
7565 LIBS="$LIBS $IOKITLIB"
7567 for ac_func in IOHIDManagerCreate
7569 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7570 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7571 $as_echo_n "checking for $ac_func... " >&6; }
7572 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7573 $as_echo_n "(cached) " >&6
7574 else
7575 cat >conftest.$ac_ext <<_ACEOF
7576 /* confdefs.h. */
7577 _ACEOF
7578 cat confdefs.h >>conftest.$ac_ext
7579 cat >>conftest.$ac_ext <<_ACEOF
7580 /* end confdefs.h. */
7581 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7582 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7583 #define $ac_func innocuous_$ac_func
7585 /* System header to define __stub macros and hopefully few prototypes,
7586 which can conflict with char $ac_func (); below.
7587 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7588 <limits.h> exists even on freestanding compilers. */
7590 #ifdef __STDC__
7591 # include <limits.h>
7592 #else
7593 # include <assert.h>
7594 #endif
7596 #undef $ac_func
7598 /* Override any GCC internal prototype to avoid an error.
7599 Use char because int might match the return type of a GCC
7600 builtin and then its argument prototype would still apply. */
7601 #ifdef __cplusplus
7602 extern "C"
7603 #endif
7604 char $ac_func ();
7605 /* The GNU C library defines this for functions which it implements
7606 to always fail with ENOSYS. Some functions are actually named
7607 something starting with __ and the normal name is an alias. */
7608 #if defined __stub_$ac_func || defined __stub___$ac_func
7609 choke me
7610 #endif
7613 main ()
7615 return $ac_func ();
7617 return 0;
7619 _ACEOF
7620 rm -f conftest.$ac_objext conftest$ac_exeext
7621 if { (ac_try="$ac_link"
7622 case "(($ac_try" in
7623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7624 *) ac_try_echo=$ac_try;;
7625 esac
7626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7627 $as_echo "$ac_try_echo") >&5
7628 (eval "$ac_link") 2>conftest.er1
7629 ac_status=$?
7630 grep -v '^ *+' conftest.er1 >conftest.err
7631 rm -f conftest.er1
7632 cat conftest.err >&5
7633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); } && {
7635 test -z "$ac_c_werror_flag" ||
7636 test ! -s conftest.err
7637 } && test -s conftest$ac_exeext && {
7638 test "$cross_compiling" = yes ||
7639 $as_test_x conftest$ac_exeext
7640 }; then
7641 eval "$as_ac_var=yes"
7642 else
7643 $as_echo "$as_me: failed program was:" >&5
7644 sed 's/^/| /' conftest.$ac_ext >&5
7646 eval "$as_ac_var=no"
7649 rm -rf conftest.dSYM
7650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7651 conftest$ac_exeext conftest.$ac_ext
7653 ac_res=`eval 'as_val=${'$as_ac_var'}
7654 $as_echo "$as_val"'`
7655 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7656 $as_echo "$ac_res" >&6; }
7657 as_val=`eval 'as_val=${'$as_ac_var'}
7658 $as_echo "$as_val"'`
7659 if test "x$as_val" = x""yes; then
7660 cat >>confdefs.h <<_ACEOF
7661 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7662 _ACEOF
7665 done
7667 LIBS="$ac_save_LIBS"
7669 case $host_cpu in
7670 *powerpc*)
7671 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7672 esac
7673 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7674 then
7675 CARBONLIB="-framework Carbon"
7677 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7681 DLLFLAGS="$DLLFLAGS -fPIC"
7682 DLLEXT=".so"
7683 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7684 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7685 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7686 $as_echo_n "(cached) " >&6
7687 else
7688 ac_wine_try_cflags_saved=$CFLAGS
7689 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7690 cat >conftest.$ac_ext <<_ACEOF
7691 void myfunc() {}
7692 _ACEOF
7693 rm -f conftest.$ac_objext conftest$ac_exeext
7694 if { (ac_try="$ac_link"
7695 case "(($ac_try" in
7696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7697 *) ac_try_echo=$ac_try;;
7698 esac
7699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7700 $as_echo "$ac_try_echo") >&5
7701 (eval "$ac_link") 2>conftest.er1
7702 ac_status=$?
7703 grep -v '^ *+' conftest.er1 >conftest.err
7704 rm -f conftest.er1
7705 cat conftest.err >&5
7706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7707 (exit $ac_status); } && {
7708 test -z "$ac_c_werror_flag" ||
7709 test ! -s conftest.err
7710 } && test -s conftest$ac_exeext && {
7711 test "$cross_compiling" = yes ||
7712 $as_test_x conftest$ac_exeext
7713 }; then
7714 ac_cv_c_dll_gnuelf="yes"
7715 else
7716 $as_echo "$as_me: failed program was:" >&5
7717 sed 's/^/| /' conftest.$ac_ext >&5
7719 ac_cv_c_dll_gnuelf="no"
7722 rm -rf conftest.dSYM
7723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7724 conftest$ac_exeext conftest.$ac_ext
7725 CFLAGS=$ac_wine_try_cflags_saved
7727 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7728 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7729 if test "$ac_cv_c_dll_gnuelf" = "yes"
7730 then
7731 LDSHARED="\$(CC) -shared"
7732 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7733 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7734 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7735 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7736 $as_echo_n "(cached) " >&6
7737 else
7738 ac_wine_try_cflags_saved=$CFLAGS
7739 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7740 cat >conftest.$ac_ext <<_ACEOF
7741 /* confdefs.h. */
7742 _ACEOF
7743 cat confdefs.h >>conftest.$ac_ext
7744 cat >>conftest.$ac_ext <<_ACEOF
7745 /* end confdefs.h. */
7748 main ()
7752 return 0;
7754 _ACEOF
7755 rm -f conftest.$ac_objext conftest$ac_exeext
7756 if { (ac_try="$ac_link"
7757 case "(($ac_try" in
7758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7759 *) ac_try_echo=$ac_try;;
7760 esac
7761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7762 $as_echo "$ac_try_echo") >&5
7763 (eval "$ac_link") 2>conftest.er1
7764 ac_status=$?
7765 grep -v '^ *+' conftest.er1 >conftest.err
7766 rm -f conftest.er1
7767 cat conftest.err >&5
7768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7769 (exit $ac_status); } && {
7770 test -z "$ac_c_werror_flag" ||
7771 test ! -s conftest.err
7772 } && test -s conftest$ac_exeext && {
7773 test "$cross_compiling" = yes ||
7774 $as_test_x conftest$ac_exeext
7775 }; then
7776 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7777 else
7778 $as_echo "$as_me: failed program was:" >&5
7779 sed 's/^/| /' conftest.$ac_ext >&5
7781 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7784 rm -rf conftest.dSYM
7785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7786 conftest$ac_exeext conftest.$ac_ext
7787 CFLAGS=$ac_wine_try_cflags_saved
7789 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7790 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7791 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7792 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7793 else
7794 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7795 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7796 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7797 $as_echo_n "(cached) " >&6
7798 else
7799 ac_wine_try_cflags_saved=$CFLAGS
7800 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7801 cat >conftest.$ac_ext <<_ACEOF
7802 /* confdefs.h. */
7803 _ACEOF
7804 cat confdefs.h >>conftest.$ac_ext
7805 cat >>conftest.$ac_ext <<_ACEOF
7806 /* end confdefs.h. */
7809 main ()
7813 return 0;
7815 _ACEOF
7816 rm -f conftest.$ac_objext conftest$ac_exeext
7817 if { (ac_try="$ac_link"
7818 case "(($ac_try" in
7819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7820 *) ac_try_echo=$ac_try;;
7821 esac
7822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7823 $as_echo "$ac_try_echo") >&5
7824 (eval "$ac_link") 2>conftest.er1
7825 ac_status=$?
7826 grep -v '^ *+' conftest.er1 >conftest.err
7827 rm -f conftest.er1
7828 cat conftest.err >&5
7829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); } && {
7831 test -z "$ac_c_werror_flag" ||
7832 test ! -s conftest.err
7833 } && test -s conftest$ac_exeext && {
7834 test "$cross_compiling" = yes ||
7835 $as_test_x conftest$ac_exeext
7836 }; then
7837 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7838 else
7839 $as_echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7842 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7845 rm -rf conftest.dSYM
7846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7847 conftest$ac_exeext conftest.$ac_ext
7848 CFLAGS=$ac_wine_try_cflags_saved
7850 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7851 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7852 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7853 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7859 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7860 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7861 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7862 $as_echo_n "(cached) " >&6
7863 else
7864 ac_wine_try_cflags_saved=$CFLAGS
7865 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7866 cat >conftest.$ac_ext <<_ACEOF
7867 /* confdefs.h. */
7868 _ACEOF
7869 cat confdefs.h >>conftest.$ac_ext
7870 cat >>conftest.$ac_ext <<_ACEOF
7871 /* end confdefs.h. */
7874 main ()
7878 return 0;
7880 _ACEOF
7881 rm -f conftest.$ac_objext conftest$ac_exeext
7882 if { (ac_try="$ac_link"
7883 case "(($ac_try" in
7884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7885 *) ac_try_echo=$ac_try;;
7886 esac
7887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7888 $as_echo "$ac_try_echo") >&5
7889 (eval "$ac_link") 2>conftest.er1
7890 ac_status=$?
7891 grep -v '^ *+' conftest.er1 >conftest.err
7892 rm -f conftest.er1
7893 cat conftest.err >&5
7894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7895 (exit $ac_status); } && {
7896 test -z "$ac_c_werror_flag" ||
7897 test ! -s conftest.err
7898 } && test -s conftest$ac_exeext && {
7899 test "$cross_compiling" = yes ||
7900 $as_test_x conftest$ac_exeext
7901 }; then
7902 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7903 else
7904 $as_echo "$as_me: failed program was:" >&5
7905 sed 's/^/| /' conftest.$ac_ext >&5
7907 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7910 rm -rf conftest.dSYM
7911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7912 conftest$ac_exeext conftest.$ac_ext
7913 CFLAGS=$ac_wine_try_cflags_saved
7915 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7916 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7917 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7918 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7922 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7923 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7924 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7925 $as_echo_n "(cached) " >&6
7926 else
7927 ac_wine_try_cflags_saved=$CFLAGS
7928 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7929 cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h. */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 main ()
7941 return 0;
7943 _ACEOF
7944 rm -f conftest.$ac_objext conftest$ac_exeext
7945 if { (ac_try="$ac_link"
7946 case "(($ac_try" in
7947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7948 *) ac_try_echo=$ac_try;;
7949 esac
7950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7951 $as_echo "$ac_try_echo") >&5
7952 (eval "$ac_link") 2>conftest.er1
7953 ac_status=$?
7954 grep -v '^ *+' conftest.er1 >conftest.err
7955 rm -f conftest.er1
7956 cat conftest.err >&5
7957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); } && {
7959 test -z "$ac_c_werror_flag" ||
7960 test ! -s conftest.err
7961 } && test -s conftest$ac_exeext && {
7962 test "$cross_compiling" = yes ||
7963 $as_test_x conftest$ac_exeext
7964 }; then
7965 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7966 else
7967 $as_echo "$as_me: failed program was:" >&5
7968 sed 's/^/| /' conftest.$ac_ext >&5
7970 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7973 rm -rf conftest.dSYM
7974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7975 conftest$ac_exeext conftest.$ac_ext
7976 CFLAGS=$ac_wine_try_cflags_saved
7978 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7979 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7980 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7981 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7985 echo '{ global: *; };' >conftest.map
7986 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7987 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7988 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7989 $as_echo_n "(cached) " >&6
7990 else
7991 ac_wine_try_cflags_saved=$CFLAGS
7992 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7993 cat >conftest.$ac_ext <<_ACEOF
7994 /* confdefs.h. */
7995 _ACEOF
7996 cat confdefs.h >>conftest.$ac_ext
7997 cat >>conftest.$ac_ext <<_ACEOF
7998 /* end confdefs.h. */
8001 main ()
8005 return 0;
8007 _ACEOF
8008 rm -f conftest.$ac_objext conftest$ac_exeext
8009 if { (ac_try="$ac_link"
8010 case "(($ac_try" in
8011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8012 *) ac_try_echo=$ac_try;;
8013 esac
8014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8015 $as_echo "$ac_try_echo") >&5
8016 (eval "$ac_link") 2>conftest.er1
8017 ac_status=$?
8018 grep -v '^ *+' conftest.er1 >conftest.err
8019 rm -f conftest.er1
8020 cat conftest.err >&5
8021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } && {
8023 test -z "$ac_c_werror_flag" ||
8024 test ! -s conftest.err
8025 } && test -s conftest$ac_exeext && {
8026 test "$cross_compiling" = yes ||
8027 $as_test_x conftest$ac_exeext
8028 }; then
8029 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8030 else
8031 $as_echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8034 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8037 rm -rf conftest.dSYM
8038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8039 conftest$ac_exeext conftest.$ac_ext
8040 CFLAGS=$ac_wine_try_cflags_saved
8042 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8043 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8044 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8045 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8048 rm -f conftest.map
8050 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8051 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8052 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8053 $as_echo_n "(cached) " >&6
8054 else
8055 ac_wine_try_cflags_saved=$CFLAGS
8056 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8057 cat >conftest.$ac_ext <<_ACEOF
8058 /* confdefs.h. */
8059 _ACEOF
8060 cat confdefs.h >>conftest.$ac_ext
8061 cat >>conftest.$ac_ext <<_ACEOF
8062 /* end confdefs.h. */
8065 main ()
8069 return 0;
8071 _ACEOF
8072 rm -f conftest.$ac_objext conftest$ac_exeext
8073 if { (ac_try="$ac_link"
8074 case "(($ac_try" in
8075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8076 *) ac_try_echo=$ac_try;;
8077 esac
8078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8079 $as_echo "$ac_try_echo") >&5
8080 (eval "$ac_link") 2>conftest.er1
8081 ac_status=$?
8082 grep -v '^ *+' conftest.er1 >conftest.err
8083 rm -f conftest.er1
8084 cat conftest.err >&5
8085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086 (exit $ac_status); } && {
8087 test -z "$ac_c_werror_flag" ||
8088 test ! -s conftest.err
8089 } && test -s conftest$ac_exeext && {
8090 test "$cross_compiling" = yes ||
8091 $as_test_x conftest$ac_exeext
8092 }; then
8093 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8094 else
8095 $as_echo "$as_me: failed program was:" >&5
8096 sed 's/^/| /' conftest.$ac_ext >&5
8098 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8101 rm -rf conftest.dSYM
8102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8103 conftest$ac_exeext conftest.$ac_ext
8104 CFLAGS=$ac_wine_try_cflags_saved
8106 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8107 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8108 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8109 LDEXECFLAGS="-Wl,--export-dynamic"
8114 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8115 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8116 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8117 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8118 $as_echo_n "(cached) " >&6
8119 else
8120 ac_wine_try_cflags_saved=$CFLAGS
8121 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8122 cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h. */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h. */
8130 main ()
8134 return 0;
8136 _ACEOF
8137 rm -f conftest.$ac_objext conftest$ac_exeext
8138 if { (ac_try="$ac_link"
8139 case "(($ac_try" in
8140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8142 esac
8143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8144 $as_echo "$ac_try_echo") >&5
8145 (eval "$ac_link") 2>conftest.er1
8146 ac_status=$?
8147 grep -v '^ *+' conftest.er1 >conftest.err
8148 rm -f conftest.er1
8149 cat conftest.err >&5
8150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151 (exit $ac_status); } && {
8152 test -z "$ac_c_werror_flag" ||
8153 test ! -s conftest.err
8154 } && test -s conftest$ac_exeext && {
8155 test "$cross_compiling" = yes ||
8156 $as_test_x conftest$ac_exeext
8157 }; then
8158 eval "$as_ac_var=yes"
8159 else
8160 $as_echo "$as_me: failed program was:" >&5
8161 sed 's/^/| /' conftest.$ac_ext >&5
8163 eval "$as_ac_var=no"
8166 rm -rf conftest.dSYM
8167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8168 conftest$ac_exeext conftest.$ac_ext
8169 CFLAGS=$ac_wine_try_cflags_saved
8171 ac_res=`eval 'as_val=${'$as_ac_var'}
8172 $as_echo "$as_val"'`
8173 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8174 $as_echo "$ac_res" >&6; }
8175 if test `eval 'as_val=${'$as_ac_var'}
8176 $as_echo "$as_val"'` = yes; then
8177 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8178 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8179 else
8180 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8181 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8182 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8183 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8184 $as_echo_n "(cached) " >&6
8185 else
8186 ac_wine_try_cflags_saved=$CFLAGS
8187 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8188 cat >conftest.$ac_ext <<_ACEOF
8189 /* confdefs.h. */
8190 _ACEOF
8191 cat confdefs.h >>conftest.$ac_ext
8192 cat >>conftest.$ac_ext <<_ACEOF
8193 /* end confdefs.h. */
8196 main ()
8200 return 0;
8202 _ACEOF
8203 rm -f conftest.$ac_objext conftest$ac_exeext
8204 if { (ac_try="$ac_link"
8205 case "(($ac_try" in
8206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8207 *) ac_try_echo=$ac_try;;
8208 esac
8209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8210 $as_echo "$ac_try_echo") >&5
8211 (eval "$ac_link") 2>conftest.er1
8212 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && {
8218 test -z "$ac_c_werror_flag" ||
8219 test ! -s conftest.err
8220 } && test -s conftest$ac_exeext && {
8221 test "$cross_compiling" = yes ||
8222 $as_test_x conftest$ac_exeext
8223 }; then
8224 eval "$as_ac_var=yes"
8225 else
8226 $as_echo "$as_me: failed program was:" >&5
8227 sed 's/^/| /' conftest.$ac_ext >&5
8229 eval "$as_ac_var=no"
8232 rm -rf conftest.dSYM
8233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8234 conftest$ac_exeext conftest.$ac_ext
8235 CFLAGS=$ac_wine_try_cflags_saved
8237 ac_res=`eval 'as_val=${'$as_ac_var'}
8238 $as_echo "$as_val"'`
8239 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8240 $as_echo "$ac_res" >&6; }
8241 if test `eval 'as_val=${'$as_ac_var'}
8242 $as_echo "$as_val"'` = yes; then
8243 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8244 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8250 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8251 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8252 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8253 $as_echo_n "(cached) " >&6
8254 else
8255 ac_wine_try_cflags_saved=$CFLAGS
8256 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8257 cat >conftest.$ac_ext <<_ACEOF
8258 /* confdefs.h. */
8259 _ACEOF
8260 cat confdefs.h >>conftest.$ac_ext
8261 cat >>conftest.$ac_ext <<_ACEOF
8262 /* end confdefs.h. */
8265 main ()
8269 return 0;
8271 _ACEOF
8272 rm -f conftest.$ac_objext conftest$ac_exeext
8273 if { (ac_try="$ac_link"
8274 case "(($ac_try" in
8275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8276 *) ac_try_echo=$ac_try;;
8277 esac
8278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8279 $as_echo "$ac_try_echo") >&5
8280 (eval "$ac_link") 2>conftest.er1
8281 ac_status=$?
8282 grep -v '^ *+' conftest.er1 >conftest.err
8283 rm -f conftest.er1
8284 cat conftest.err >&5
8285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); } && {
8287 test -z "$ac_c_werror_flag" ||
8288 test ! -s conftest.err
8289 } && test -s conftest$ac_exeext && {
8290 test "$cross_compiling" = yes ||
8291 $as_test_x conftest$ac_exeext
8292 }; then
8293 ac_cv_cflags__Wl___enable_new_dtags=yes
8294 else
8295 $as_echo "$as_me: failed program was:" >&5
8296 sed 's/^/| /' conftest.$ac_ext >&5
8298 ac_cv_cflags__Wl___enable_new_dtags=no
8301 rm -rf conftest.dSYM
8302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8303 conftest$ac_exeext conftest.$ac_ext
8304 CFLAGS=$ac_wine_try_cflags_saved
8306 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8307 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8308 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8309 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8313 case $host_cpu in
8314 *i[3456789]86* | x86_64)
8315 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8316 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8317 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8318 $as_echo_n "(cached) " >&6
8319 else
8320 ac_wine_try_cflags_saved=$CFLAGS
8321 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8322 cat >conftest.$ac_ext <<_ACEOF
8323 /* confdefs.h. */
8324 _ACEOF
8325 cat confdefs.h >>conftest.$ac_ext
8326 cat >>conftest.$ac_ext <<_ACEOF
8327 /* end confdefs.h. */
8330 main ()
8334 return 0;
8336 _ACEOF
8337 rm -f conftest.$ac_objext conftest$ac_exeext
8338 if { (ac_try="$ac_link"
8339 case "(($ac_try" in
8340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8341 *) ac_try_echo=$ac_try;;
8342 esac
8343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8344 $as_echo "$ac_try_echo") >&5
8345 (eval "$ac_link") 2>conftest.er1
8346 ac_status=$?
8347 grep -v '^ *+' conftest.er1 >conftest.err
8348 rm -f conftest.er1
8349 cat conftest.err >&5
8350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351 (exit $ac_status); } && {
8352 test -z "$ac_c_werror_flag" ||
8353 test ! -s conftest.err
8354 } && test -s conftest$ac_exeext && {
8355 test "$cross_compiling" = yes ||
8356 $as_test_x conftest$ac_exeext
8357 }; then
8358 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8359 else
8360 $as_echo "$as_me: failed program was:" >&5
8361 sed 's/^/| /' conftest.$ac_ext >&5
8363 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8366 rm -rf conftest.dSYM
8367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8368 conftest$ac_exeext conftest.$ac_ext
8369 CFLAGS=$ac_wine_try_cflags_saved
8371 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8372 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8373 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8374 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8378 esac
8380 else
8381 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8382 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8383 if test "${ac_cv_c_dll_unixware+set}" = set; then
8384 $as_echo_n "(cached) " >&6
8385 else
8386 ac_wine_try_cflags_saved=$CFLAGS
8387 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8388 cat >conftest.$ac_ext <<_ACEOF
8389 void myfunc() {}
8390 _ACEOF
8391 rm -f conftest.$ac_objext conftest$ac_exeext
8392 if { (ac_try="$ac_link"
8393 case "(($ac_try" in
8394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8395 *) ac_try_echo=$ac_try;;
8396 esac
8397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8398 $as_echo "$ac_try_echo") >&5
8399 (eval "$ac_link") 2>conftest.er1
8400 ac_status=$?
8401 grep -v '^ *+' conftest.er1 >conftest.err
8402 rm -f conftest.er1
8403 cat conftest.err >&5
8404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8405 (exit $ac_status); } && {
8406 test -z "$ac_c_werror_flag" ||
8407 test ! -s conftest.err
8408 } && test -s conftest$ac_exeext && {
8409 test "$cross_compiling" = yes ||
8410 $as_test_x conftest$ac_exeext
8411 }; then
8412 ac_cv_c_dll_unixware="yes"
8413 else
8414 $as_echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8417 ac_cv_c_dll_unixware="no"
8420 rm -rf conftest.dSYM
8421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8422 conftest$ac_exeext conftest.$ac_ext
8423 CFLAGS=$ac_wine_try_cflags_saved
8425 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8426 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8427 if test "$ac_cv_c_dll_unixware" = "yes"
8428 then
8429 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8430 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8432 else
8433 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8434 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8435 if test "${ac_cv_c_dll_hpux+set}" = set; then
8436 $as_echo_n "(cached) " >&6
8437 else
8438 ac_wine_try_cflags_saved=$CFLAGS
8439 CFLAGS="$CFLAGS -shared"
8440 cat >conftest.$ac_ext <<_ACEOF
8441 void myfunc() {}
8442 _ACEOF
8443 rm -f conftest.$ac_objext conftest$ac_exeext
8444 if { (ac_try="$ac_link"
8445 case "(($ac_try" in
8446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8447 *) ac_try_echo=$ac_try;;
8448 esac
8449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8450 $as_echo "$ac_try_echo") >&5
8451 (eval "$ac_link") 2>conftest.er1
8452 ac_status=$?
8453 grep -v '^ *+' conftest.er1 >conftest.err
8454 rm -f conftest.er1
8455 cat conftest.err >&5
8456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8457 (exit $ac_status); } && {
8458 test -z "$ac_c_werror_flag" ||
8459 test ! -s conftest.err
8460 } && test -s conftest$ac_exeext && {
8461 test "$cross_compiling" = yes ||
8462 $as_test_x conftest$ac_exeext
8463 }; then
8464 ac_cv_c_dll_hpux="yes"
8465 else
8466 $as_echo "$as_me: failed program was:" >&5
8467 sed 's/^/| /' conftest.$ac_ext >&5
8469 ac_cv_c_dll_hpux="no"
8472 rm -rf conftest.dSYM
8473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8474 conftest$ac_exeext conftest.$ac_ext
8475 CFLAGS=$ac_wine_try_cflags_saved
8477 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8478 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8479 if test "$ac_cv_c_dll_hpux" = "yes"
8480 then
8481 LIBEXT="sl"
8482 DLLEXT=".sl"
8483 LDDLLFLAGS="-shared -fPIC"
8484 LDSHARED="\$(CC) -shared"
8489 esac
8491 enable_winequartz_drv=${enable_winequartz_drv:-no}
8493 if test "$LIBEXT" = "a"; then
8494 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8495 It is currently not possible to build Wine without shared library
8496 (.so) support to allow transparent switch between .so and .dll files.
8497 If you are using Linux, you will need a newer binutils.
8498 " >&5
8499 $as_echo "$as_me: error: could not find a way to build shared libraries.
8500 It is currently not possible to build Wine without shared library
8501 (.so) support to allow transparent switch between .so and .dll files.
8502 If you are using Linux, you will need a newer binutils.
8503 " >&2;}
8504 { (exit 1); exit 1; }; }
8507 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8508 then
8509 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
8511 # Extract the first word of "$ac_prog", so it can be a program name with args.
8512 set dummy $ac_prog; ac_word=$2
8513 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8514 $as_echo_n "checking for $ac_word... " >&6; }
8515 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8516 $as_echo_n "(cached) " >&6
8517 else
8518 if test -n "$CROSSCC"; then
8519 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8520 else
8521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8522 for as_dir in $PATH
8524 IFS=$as_save_IFS
8525 test -z "$as_dir" && as_dir=.
8526 for ac_exec_ext in '' $ac_executable_extensions; do
8527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8528 ac_cv_prog_CROSSCC="$ac_prog"
8529 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8530 break 2
8532 done
8533 done
8534 IFS=$as_save_IFS
8538 CROSSCC=$ac_cv_prog_CROSSCC
8539 if test -n "$CROSSCC"; then
8540 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8541 $as_echo "$CROSSCC" >&6; }
8542 else
8543 { $as_echo "$as_me:$LINENO: result: no" >&5
8544 $as_echo "no" >&6; }
8548 test -n "$CROSSCC" && break
8549 done
8550 test -n "$CROSSCC" || CROSSCC="false"
8552 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
8554 # Extract the first word of "$ac_prog", so it can be a program name with args.
8555 set dummy $ac_prog; ac_word=$2
8556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8557 $as_echo_n "checking for $ac_word... " >&6; }
8558 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8559 $as_echo_n "(cached) " >&6
8560 else
8561 if test -n "$DLLTOOL"; then
8562 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8563 else
8564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8565 for as_dir in $PATH
8567 IFS=$as_save_IFS
8568 test -z "$as_dir" && as_dir=.
8569 for ac_exec_ext in '' $ac_executable_extensions; do
8570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8571 ac_cv_prog_DLLTOOL="$ac_prog"
8572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8573 break 2
8575 done
8576 done
8577 IFS=$as_save_IFS
8581 DLLTOOL=$ac_cv_prog_DLLTOOL
8582 if test -n "$DLLTOOL"; then
8583 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8584 $as_echo "$DLLTOOL" >&6; }
8585 else
8586 { $as_echo "$as_me:$LINENO: result: no" >&5
8587 $as_echo "no" >&6; }
8591 test -n "$DLLTOOL" && break
8592 done
8593 test -n "$DLLTOOL" || DLLTOOL="false"
8595 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
8597 # Extract the first word of "$ac_prog", so it can be a program name with args.
8598 set dummy $ac_prog; ac_word=$2
8599 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8600 $as_echo_n "checking for $ac_word... " >&6; }
8601 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8602 $as_echo_n "(cached) " >&6
8603 else
8604 if test -n "$CROSSWINDRES"; then
8605 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8606 else
8607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8608 for as_dir in $PATH
8610 IFS=$as_save_IFS
8611 test -z "$as_dir" && as_dir=.
8612 for ac_exec_ext in '' $ac_executable_extensions; do
8613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8614 ac_cv_prog_CROSSWINDRES="$ac_prog"
8615 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8616 break 2
8618 done
8619 done
8620 IFS=$as_save_IFS
8624 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8625 if test -n "$CROSSWINDRES"; then
8626 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8627 $as_echo "$CROSSWINDRES" >&6; }
8628 else
8629 { $as_echo "$as_me:$LINENO: result: no" >&5
8630 $as_echo "no" >&6; }
8634 test -n "$CROSSWINDRES" && break
8635 done
8636 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8638 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
8640 # Extract the first word of "$ac_prog", so it can be a program name with args.
8641 set dummy $ac_prog; ac_word=$2
8642 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8643 $as_echo_n "checking for $ac_word... " >&6; }
8644 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8645 $as_echo_n "(cached) " >&6
8646 else
8647 if test -n "$MINGWAR"; then
8648 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8649 else
8650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8651 for as_dir in $PATH
8653 IFS=$as_save_IFS
8654 test -z "$as_dir" && as_dir=.
8655 for ac_exec_ext in '' $ac_executable_extensions; do
8656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8657 ac_cv_prog_MINGWAR="$ac_prog"
8658 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8659 break 2
8661 done
8662 done
8663 IFS=$as_save_IFS
8667 MINGWAR=$ac_cv_prog_MINGWAR
8668 if test -n "$MINGWAR"; then
8669 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8670 $as_echo "$MINGWAR" >&6; }
8671 else
8672 { $as_echo "$as_me:$LINENO: result: no" >&5
8673 $as_echo "no" >&6; }
8677 test -n "$MINGWAR" && break
8678 done
8679 test -n "$MINGWAR" || MINGWAR="false"
8681 if test "$CROSSCC" != "false"
8682 then
8683 CROSSTEST="\$(CROSSTEST)"
8689 if test "$ac_cv_header_pthread_h" = "yes"
8690 then
8691 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8692 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8693 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8694 $as_echo_n "(cached) " >&6
8695 else
8696 ac_check_lib_save_LIBS=$LIBS
8697 LIBS="-lpthread $LIBS"
8698 cat >conftest.$ac_ext <<_ACEOF
8699 /* confdefs.h. */
8700 _ACEOF
8701 cat confdefs.h >>conftest.$ac_ext
8702 cat >>conftest.$ac_ext <<_ACEOF
8703 /* end confdefs.h. */
8705 /* Override any GCC internal prototype to avoid an error.
8706 Use char because int might match the return type of a GCC
8707 builtin and then its argument prototype would still apply. */
8708 #ifdef __cplusplus
8709 extern "C"
8710 #endif
8711 char pthread_create ();
8713 main ()
8715 return pthread_create ();
8717 return 0;
8719 _ACEOF
8720 rm -f conftest.$ac_objext conftest$ac_exeext
8721 if { (ac_try="$ac_link"
8722 case "(($ac_try" in
8723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8724 *) ac_try_echo=$ac_try;;
8725 esac
8726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8727 $as_echo "$ac_try_echo") >&5
8728 (eval "$ac_link") 2>conftest.er1
8729 ac_status=$?
8730 grep -v '^ *+' conftest.er1 >conftest.err
8731 rm -f conftest.er1
8732 cat conftest.err >&5
8733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8734 (exit $ac_status); } && {
8735 test -z "$ac_c_werror_flag" ||
8736 test ! -s conftest.err
8737 } && test -s conftest$ac_exeext && {
8738 test "$cross_compiling" = yes ||
8739 $as_test_x conftest$ac_exeext
8740 }; then
8741 ac_cv_lib_pthread_pthread_create=yes
8742 else
8743 $as_echo "$as_me: failed program was:" >&5
8744 sed 's/^/| /' conftest.$ac_ext >&5
8746 ac_cv_lib_pthread_pthread_create=no
8749 rm -rf conftest.dSYM
8750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8751 conftest$ac_exeext conftest.$ac_ext
8752 LIBS=$ac_check_lib_save_LIBS
8754 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8755 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8756 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8757 LIBPTHREAD="-lpthread"
8762 if test "x$LIBPTHREAD" = "x"; then
8763 case "x$with_pthread" in
8764 xno) ;;
8765 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8766 Wine cannot support threads without libpthread.
8767 Use the --without-pthread option if you really want this." >&5
8768 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8769 Wine cannot support threads without libpthread.
8770 Use the --without-pthread option if you really want this." >&2;}
8771 { (exit 1); exit 1; }; } ;;
8772 esac
8777 { $as_echo "$as_me:$LINENO: checking for X" >&5
8778 $as_echo_n "checking for X... " >&6; }
8781 # Check whether --with-x was given.
8782 if test "${with_x+set}" = set; then
8783 withval=$with_x;
8786 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8787 if test "x$with_x" = xno; then
8788 # The user explicitly disabled X.
8789 have_x=disabled
8790 else
8791 case $x_includes,$x_libraries in #(
8792 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8793 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8794 { (exit 1); exit 1; }; };; #(
8795 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8796 $as_echo_n "(cached) " >&6
8797 else
8798 # One or both of the vars are not set, and there is no cached value.
8799 ac_x_includes=no ac_x_libraries=no
8800 rm -f -r conftest.dir
8801 if mkdir conftest.dir; then
8802 cd conftest.dir
8803 cat >Imakefile <<'_ACEOF'
8804 incroot:
8805 @echo incroot='${INCROOT}'
8806 usrlibdir:
8807 @echo usrlibdir='${USRLIBDIR}'
8808 libdir:
8809 @echo libdir='${LIBDIR}'
8810 _ACEOF
8811 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8812 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8813 for ac_var in incroot usrlibdir libdir; do
8814 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8815 done
8816 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8817 for ac_extension in a so sl dylib la dll; do
8818 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8819 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8820 ac_im_usrlibdir=$ac_im_libdir; break
8822 done
8823 # Screen out bogus values from the imake configuration. They are
8824 # bogus both because they are the default anyway, and because
8825 # using them would break gcc on systems where it needs fixed includes.
8826 case $ac_im_incroot in
8827 /usr/include) ac_x_includes= ;;
8828 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8829 esac
8830 case $ac_im_usrlibdir in
8831 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8832 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8833 esac
8835 cd ..
8836 rm -f -r conftest.dir
8839 # Standard set of common directories for X headers.
8840 # Check X11 before X11Rn because it is often a symlink to the current release.
8841 ac_x_header_dirs='
8842 /usr/X11/include
8843 /usr/X11R6/include
8844 /usr/X11R5/include
8845 /usr/X11R4/include
8847 /usr/include/X11
8848 /usr/include/X11R6
8849 /usr/include/X11R5
8850 /usr/include/X11R4
8852 /usr/local/X11/include
8853 /usr/local/X11R6/include
8854 /usr/local/X11R5/include
8855 /usr/local/X11R4/include
8857 /usr/local/include/X11
8858 /usr/local/include/X11R6
8859 /usr/local/include/X11R5
8860 /usr/local/include/X11R4
8862 /usr/X386/include
8863 /usr/x386/include
8864 /usr/XFree86/include/X11
8866 /usr/include
8867 /usr/local/include
8868 /usr/unsupported/include
8869 /usr/athena/include
8870 /usr/local/x11r5/include
8871 /usr/lpp/Xamples/include
8873 /usr/openwin/include
8874 /usr/openwin/share/include'
8876 if test "$ac_x_includes" = no; then
8877 # Guess where to find include files, by looking for Xlib.h.
8878 # First, try using that file with no special directory specified.
8879 cat >conftest.$ac_ext <<_ACEOF
8880 /* confdefs.h. */
8881 _ACEOF
8882 cat confdefs.h >>conftest.$ac_ext
8883 cat >>conftest.$ac_ext <<_ACEOF
8884 /* end confdefs.h. */
8885 #include <X11/Xlib.h>
8886 _ACEOF
8887 if { (ac_try="$ac_cpp conftest.$ac_ext"
8888 case "(($ac_try" in
8889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8891 esac
8892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8893 $as_echo "$ac_try_echo") >&5
8894 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8895 ac_status=$?
8896 grep -v '^ *+' conftest.er1 >conftest.err
8897 rm -f conftest.er1
8898 cat conftest.err >&5
8899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } >/dev/null && {
8901 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8902 test ! -s conftest.err
8903 }; then
8904 # We can compile using X headers with no special include directory.
8905 ac_x_includes=
8906 else
8907 $as_echo "$as_me: failed program was:" >&5
8908 sed 's/^/| /' conftest.$ac_ext >&5
8910 for ac_dir in $ac_x_header_dirs; do
8911 if test -r "$ac_dir/X11/Xlib.h"; then
8912 ac_x_includes=$ac_dir
8913 break
8915 done
8918 rm -f conftest.err conftest.$ac_ext
8919 fi # $ac_x_includes = no
8921 if test "$ac_x_libraries" = no; then
8922 # Check for the libraries.
8923 # See if we find them without any special options.
8924 # Don't add to $LIBS permanently.
8925 ac_save_LIBS=$LIBS
8926 LIBS="-lX11 $LIBS"
8927 cat >conftest.$ac_ext <<_ACEOF
8928 /* confdefs.h. */
8929 _ACEOF
8930 cat confdefs.h >>conftest.$ac_ext
8931 cat >>conftest.$ac_ext <<_ACEOF
8932 /* end confdefs.h. */
8933 #include <X11/Xlib.h>
8935 main ()
8937 XrmInitialize ()
8939 return 0;
8941 _ACEOF
8942 rm -f conftest.$ac_objext conftest$ac_exeext
8943 if { (ac_try="$ac_link"
8944 case "(($ac_try" in
8945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8946 *) ac_try_echo=$ac_try;;
8947 esac
8948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8949 $as_echo "$ac_try_echo") >&5
8950 (eval "$ac_link") 2>conftest.er1
8951 ac_status=$?
8952 grep -v '^ *+' conftest.er1 >conftest.err
8953 rm -f conftest.er1
8954 cat conftest.err >&5
8955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8956 (exit $ac_status); } && {
8957 test -z "$ac_c_werror_flag" ||
8958 test ! -s conftest.err
8959 } && test -s conftest$ac_exeext && {
8960 test "$cross_compiling" = yes ||
8961 $as_test_x conftest$ac_exeext
8962 }; then
8963 LIBS=$ac_save_LIBS
8964 # We can link X programs with no special library path.
8965 ac_x_libraries=
8966 else
8967 $as_echo "$as_me: failed program was:" >&5
8968 sed 's/^/| /' conftest.$ac_ext >&5
8970 LIBS=$ac_save_LIBS
8971 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8973 # Don't even attempt the hair of trying to link an X program!
8974 for ac_extension in a so sl dylib la dll; do
8975 if test -r "$ac_dir/libX11.$ac_extension"; then
8976 ac_x_libraries=$ac_dir
8977 break 2
8979 done
8980 done
8983 rm -rf conftest.dSYM
8984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8985 conftest$ac_exeext conftest.$ac_ext
8986 fi # $ac_x_libraries = no
8988 case $ac_x_includes,$ac_x_libraries in #(
8989 no,* | *,no | *\'*)
8990 # Didn't find X, or a directory has "'" in its name.
8991 ac_cv_have_x="have_x=no";; #(
8993 # Record where we found X for the cache.
8994 ac_cv_have_x="have_x=yes\
8995 ac_x_includes='$ac_x_includes'\
8996 ac_x_libraries='$ac_x_libraries'"
8997 esac
8999 ;; #(
9000 *) have_x=yes;;
9001 esac
9002 eval "$ac_cv_have_x"
9003 fi # $with_x != no
9005 if test "$have_x" != yes; then
9006 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9007 $as_echo "$have_x" >&6; }
9008 no_x=yes
9009 else
9010 # If each of the values was on the command line, it overrides each guess.
9011 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9012 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9013 # Update the cache value to reflect the command line values.
9014 ac_cv_have_x="have_x=yes\
9015 ac_x_includes='$x_includes'\
9016 ac_x_libraries='$x_libraries'"
9017 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9018 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9021 if test "$no_x" = yes; then
9022 # Not all programs may use this symbol, but it does not hurt to define it.
9024 cat >>confdefs.h <<\_ACEOF
9025 #define X_DISPLAY_MISSING 1
9026 _ACEOF
9028 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9029 else
9030 if test -n "$x_includes"; then
9031 X_CFLAGS="$X_CFLAGS -I$x_includes"
9034 # It would also be nice to do this for all -L options, not just this one.
9035 if test -n "$x_libraries"; then
9036 X_LIBS="$X_LIBS -L$x_libraries"
9037 # For Solaris; some versions of Sun CC require a space after -R and
9038 # others require no space. Words are not sufficient . . . .
9039 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9040 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9041 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9042 ac_xsave_c_werror_flag=$ac_c_werror_flag
9043 ac_c_werror_flag=yes
9044 cat >conftest.$ac_ext <<_ACEOF
9045 /* confdefs.h. */
9046 _ACEOF
9047 cat confdefs.h >>conftest.$ac_ext
9048 cat >>conftest.$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9052 main ()
9056 return 0;
9058 _ACEOF
9059 rm -f conftest.$ac_objext conftest$ac_exeext
9060 if { (ac_try="$ac_link"
9061 case "(($ac_try" in
9062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9063 *) ac_try_echo=$ac_try;;
9064 esac
9065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9066 $as_echo "$ac_try_echo") >&5
9067 (eval "$ac_link") 2>conftest.er1
9068 ac_status=$?
9069 grep -v '^ *+' conftest.er1 >conftest.err
9070 rm -f conftest.er1
9071 cat conftest.err >&5
9072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 (exit $ac_status); } && {
9074 test -z "$ac_c_werror_flag" ||
9075 test ! -s conftest.err
9076 } && test -s conftest$ac_exeext && {
9077 test "$cross_compiling" = yes ||
9078 $as_test_x conftest$ac_exeext
9079 }; then
9080 { $as_echo "$as_me:$LINENO: result: no" >&5
9081 $as_echo "no" >&6; }
9082 X_LIBS="$X_LIBS -R$x_libraries"
9083 else
9084 $as_echo "$as_me: failed program was:" >&5
9085 sed 's/^/| /' conftest.$ac_ext >&5
9087 LIBS="$ac_xsave_LIBS -R $x_libraries"
9088 cat >conftest.$ac_ext <<_ACEOF
9089 /* confdefs.h. */
9090 _ACEOF
9091 cat confdefs.h >>conftest.$ac_ext
9092 cat >>conftest.$ac_ext <<_ACEOF
9093 /* end confdefs.h. */
9096 main ()
9100 return 0;
9102 _ACEOF
9103 rm -f conftest.$ac_objext conftest$ac_exeext
9104 if { (ac_try="$ac_link"
9105 case "(($ac_try" in
9106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9107 *) ac_try_echo=$ac_try;;
9108 esac
9109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9110 $as_echo "$ac_try_echo") >&5
9111 (eval "$ac_link") 2>conftest.er1
9112 ac_status=$?
9113 grep -v '^ *+' conftest.er1 >conftest.err
9114 rm -f conftest.er1
9115 cat conftest.err >&5
9116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9117 (exit $ac_status); } && {
9118 test -z "$ac_c_werror_flag" ||
9119 test ! -s conftest.err
9120 } && test -s conftest$ac_exeext && {
9121 test "$cross_compiling" = yes ||
9122 $as_test_x conftest$ac_exeext
9123 }; then
9124 { $as_echo "$as_me:$LINENO: result: yes" >&5
9125 $as_echo "yes" >&6; }
9126 X_LIBS="$X_LIBS -R $x_libraries"
9127 else
9128 $as_echo "$as_me: failed program was:" >&5
9129 sed 's/^/| /' conftest.$ac_ext >&5
9131 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9132 $as_echo "neither works" >&6; }
9135 rm -rf conftest.dSYM
9136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9137 conftest$ac_exeext conftest.$ac_ext
9140 rm -rf conftest.dSYM
9141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9142 conftest$ac_exeext conftest.$ac_ext
9143 ac_c_werror_flag=$ac_xsave_c_werror_flag
9144 LIBS=$ac_xsave_LIBS
9147 # Check for system-dependent libraries X programs must link with.
9148 # Do this before checking for the system-independent R6 libraries
9149 # (-lICE), since we may need -lsocket or whatever for X linking.
9151 if test "$ISC" = yes; then
9152 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9153 else
9154 # Martyn Johnson says this is needed for Ultrix, if the X
9155 # libraries were built with DECnet support. And Karl Berry says
9156 # the Alpha needs dnet_stub (dnet does not exist).
9157 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9158 cat >conftest.$ac_ext <<_ACEOF
9159 /* confdefs.h. */
9160 _ACEOF
9161 cat confdefs.h >>conftest.$ac_ext
9162 cat >>conftest.$ac_ext <<_ACEOF
9163 /* end confdefs.h. */
9165 /* Override any GCC internal prototype to avoid an error.
9166 Use char because int might match the return type of a GCC
9167 builtin and then its argument prototype would still apply. */
9168 #ifdef __cplusplus
9169 extern "C"
9170 #endif
9171 char XOpenDisplay ();
9173 main ()
9175 return XOpenDisplay ();
9177 return 0;
9179 _ACEOF
9180 rm -f conftest.$ac_objext conftest$ac_exeext
9181 if { (ac_try="$ac_link"
9182 case "(($ac_try" in
9183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9184 *) ac_try_echo=$ac_try;;
9185 esac
9186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9187 $as_echo "$ac_try_echo") >&5
9188 (eval "$ac_link") 2>conftest.er1
9189 ac_status=$?
9190 grep -v '^ *+' conftest.er1 >conftest.err
9191 rm -f conftest.er1
9192 cat conftest.err >&5
9193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9194 (exit $ac_status); } && {
9195 test -z "$ac_c_werror_flag" ||
9196 test ! -s conftest.err
9197 } && test -s conftest$ac_exeext && {
9198 test "$cross_compiling" = yes ||
9199 $as_test_x conftest$ac_exeext
9200 }; then
9202 else
9203 $as_echo "$as_me: failed program was:" >&5
9204 sed 's/^/| /' conftest.$ac_ext >&5
9206 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9207 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9208 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9209 $as_echo_n "(cached) " >&6
9210 else
9211 ac_check_lib_save_LIBS=$LIBS
9212 LIBS="-ldnet $LIBS"
9213 cat >conftest.$ac_ext <<_ACEOF
9214 /* confdefs.h. */
9215 _ACEOF
9216 cat confdefs.h >>conftest.$ac_ext
9217 cat >>conftest.$ac_ext <<_ACEOF
9218 /* end confdefs.h. */
9220 /* Override any GCC internal prototype to avoid an error.
9221 Use char because int might match the return type of a GCC
9222 builtin and then its argument prototype would still apply. */
9223 #ifdef __cplusplus
9224 extern "C"
9225 #endif
9226 char dnet_ntoa ();
9228 main ()
9230 return dnet_ntoa ();
9232 return 0;
9234 _ACEOF
9235 rm -f conftest.$ac_objext conftest$ac_exeext
9236 if { (ac_try="$ac_link"
9237 case "(($ac_try" in
9238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9240 esac
9241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9242 $as_echo "$ac_try_echo") >&5
9243 (eval "$ac_link") 2>conftest.er1
9244 ac_status=$?
9245 grep -v '^ *+' conftest.er1 >conftest.err
9246 rm -f conftest.er1
9247 cat conftest.err >&5
9248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249 (exit $ac_status); } && {
9250 test -z "$ac_c_werror_flag" ||
9251 test ! -s conftest.err
9252 } && test -s conftest$ac_exeext && {
9253 test "$cross_compiling" = yes ||
9254 $as_test_x conftest$ac_exeext
9255 }; then
9256 ac_cv_lib_dnet_dnet_ntoa=yes
9257 else
9258 $as_echo "$as_me: failed program was:" >&5
9259 sed 's/^/| /' conftest.$ac_ext >&5
9261 ac_cv_lib_dnet_dnet_ntoa=no
9264 rm -rf conftest.dSYM
9265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9266 conftest$ac_exeext conftest.$ac_ext
9267 LIBS=$ac_check_lib_save_LIBS
9269 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9270 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9271 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9272 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9275 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9276 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9277 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9278 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9279 $as_echo_n "(cached) " >&6
9280 else
9281 ac_check_lib_save_LIBS=$LIBS
9282 LIBS="-ldnet_stub $LIBS"
9283 cat >conftest.$ac_ext <<_ACEOF
9284 /* confdefs.h. */
9285 _ACEOF
9286 cat confdefs.h >>conftest.$ac_ext
9287 cat >>conftest.$ac_ext <<_ACEOF
9288 /* end confdefs.h. */
9290 /* Override any GCC internal prototype to avoid an error.
9291 Use char because int might match the return type of a GCC
9292 builtin and then its argument prototype would still apply. */
9293 #ifdef __cplusplus
9294 extern "C"
9295 #endif
9296 char dnet_ntoa ();
9298 main ()
9300 return dnet_ntoa ();
9302 return 0;
9304 _ACEOF
9305 rm -f conftest.$ac_objext conftest$ac_exeext
9306 if { (ac_try="$ac_link"
9307 case "(($ac_try" in
9308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9309 *) ac_try_echo=$ac_try;;
9310 esac
9311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9312 $as_echo "$ac_try_echo") >&5
9313 (eval "$ac_link") 2>conftest.er1
9314 ac_status=$?
9315 grep -v '^ *+' conftest.er1 >conftest.err
9316 rm -f conftest.er1
9317 cat conftest.err >&5
9318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319 (exit $ac_status); } && {
9320 test -z "$ac_c_werror_flag" ||
9321 test ! -s conftest.err
9322 } && test -s conftest$ac_exeext && {
9323 test "$cross_compiling" = yes ||
9324 $as_test_x conftest$ac_exeext
9325 }; then
9326 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9327 else
9328 $as_echo "$as_me: failed program was:" >&5
9329 sed 's/^/| /' conftest.$ac_ext >&5
9331 ac_cv_lib_dnet_stub_dnet_ntoa=no
9334 rm -rf conftest.dSYM
9335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9336 conftest$ac_exeext conftest.$ac_ext
9337 LIBS=$ac_check_lib_save_LIBS
9339 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9340 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9341 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9342 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9348 rm -rf conftest.dSYM
9349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9350 conftest$ac_exeext conftest.$ac_ext
9351 LIBS="$ac_xsave_LIBS"
9353 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9354 # to get the SysV transport functions.
9355 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9356 # needs -lnsl.
9357 # The nsl library prevents programs from opening the X display
9358 # on Irix 5.2, according to T.E. Dickey.
9359 # The functions gethostbyname, getservbyname, and inet_addr are
9360 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9361 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9362 $as_echo_n "checking for gethostbyname... " >&6; }
9363 if test "${ac_cv_func_gethostbyname+set}" = set; then
9364 $as_echo_n "(cached) " >&6
9365 else
9366 cat >conftest.$ac_ext <<_ACEOF
9367 /* confdefs.h. */
9368 _ACEOF
9369 cat confdefs.h >>conftest.$ac_ext
9370 cat >>conftest.$ac_ext <<_ACEOF
9371 /* end confdefs.h. */
9372 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9373 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9374 #define gethostbyname innocuous_gethostbyname
9376 /* System header to define __stub macros and hopefully few prototypes,
9377 which can conflict with char gethostbyname (); below.
9378 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9379 <limits.h> exists even on freestanding compilers. */
9381 #ifdef __STDC__
9382 # include <limits.h>
9383 #else
9384 # include <assert.h>
9385 #endif
9387 #undef gethostbyname
9389 /* Override any GCC internal prototype to avoid an error.
9390 Use char because int might match the return type of a GCC
9391 builtin and then its argument prototype would still apply. */
9392 #ifdef __cplusplus
9393 extern "C"
9394 #endif
9395 char gethostbyname ();
9396 /* The GNU C library defines this for functions which it implements
9397 to always fail with ENOSYS. Some functions are actually named
9398 something starting with __ and the normal name is an alias. */
9399 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9400 choke me
9401 #endif
9404 main ()
9406 return gethostbyname ();
9408 return 0;
9410 _ACEOF
9411 rm -f conftest.$ac_objext conftest$ac_exeext
9412 if { (ac_try="$ac_link"
9413 case "(($ac_try" in
9414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9415 *) ac_try_echo=$ac_try;;
9416 esac
9417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9418 $as_echo "$ac_try_echo") >&5
9419 (eval "$ac_link") 2>conftest.er1
9420 ac_status=$?
9421 grep -v '^ *+' conftest.er1 >conftest.err
9422 rm -f conftest.er1
9423 cat conftest.err >&5
9424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9425 (exit $ac_status); } && {
9426 test -z "$ac_c_werror_flag" ||
9427 test ! -s conftest.err
9428 } && test -s conftest$ac_exeext && {
9429 test "$cross_compiling" = yes ||
9430 $as_test_x conftest$ac_exeext
9431 }; then
9432 ac_cv_func_gethostbyname=yes
9433 else
9434 $as_echo "$as_me: failed program was:" >&5
9435 sed 's/^/| /' conftest.$ac_ext >&5
9437 ac_cv_func_gethostbyname=no
9440 rm -rf conftest.dSYM
9441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9442 conftest$ac_exeext conftest.$ac_ext
9444 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9445 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9447 if test $ac_cv_func_gethostbyname = no; then
9448 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9449 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9450 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9451 $as_echo_n "(cached) " >&6
9452 else
9453 ac_check_lib_save_LIBS=$LIBS
9454 LIBS="-lnsl $LIBS"
9455 cat >conftest.$ac_ext <<_ACEOF
9456 /* confdefs.h. */
9457 _ACEOF
9458 cat confdefs.h >>conftest.$ac_ext
9459 cat >>conftest.$ac_ext <<_ACEOF
9460 /* end confdefs.h. */
9462 /* Override any GCC internal prototype to avoid an error.
9463 Use char because int might match the return type of a GCC
9464 builtin and then its argument prototype would still apply. */
9465 #ifdef __cplusplus
9466 extern "C"
9467 #endif
9468 char gethostbyname ();
9470 main ()
9472 return gethostbyname ();
9474 return 0;
9476 _ACEOF
9477 rm -f conftest.$ac_objext conftest$ac_exeext
9478 if { (ac_try="$ac_link"
9479 case "(($ac_try" in
9480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9481 *) ac_try_echo=$ac_try;;
9482 esac
9483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9484 $as_echo "$ac_try_echo") >&5
9485 (eval "$ac_link") 2>conftest.er1
9486 ac_status=$?
9487 grep -v '^ *+' conftest.er1 >conftest.err
9488 rm -f conftest.er1
9489 cat conftest.err >&5
9490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9491 (exit $ac_status); } && {
9492 test -z "$ac_c_werror_flag" ||
9493 test ! -s conftest.err
9494 } && test -s conftest$ac_exeext && {
9495 test "$cross_compiling" = yes ||
9496 $as_test_x conftest$ac_exeext
9497 }; then
9498 ac_cv_lib_nsl_gethostbyname=yes
9499 else
9500 $as_echo "$as_me: failed program was:" >&5
9501 sed 's/^/| /' conftest.$ac_ext >&5
9503 ac_cv_lib_nsl_gethostbyname=no
9506 rm -rf conftest.dSYM
9507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9508 conftest$ac_exeext conftest.$ac_ext
9509 LIBS=$ac_check_lib_save_LIBS
9511 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9512 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9513 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9514 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9517 if test $ac_cv_lib_nsl_gethostbyname = no; then
9518 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9519 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9520 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9521 $as_echo_n "(cached) " >&6
9522 else
9523 ac_check_lib_save_LIBS=$LIBS
9524 LIBS="-lbsd $LIBS"
9525 cat >conftest.$ac_ext <<_ACEOF
9526 /* confdefs.h. */
9527 _ACEOF
9528 cat confdefs.h >>conftest.$ac_ext
9529 cat >>conftest.$ac_ext <<_ACEOF
9530 /* end confdefs.h. */
9532 /* Override any GCC internal prototype to avoid an error.
9533 Use char because int might match the return type of a GCC
9534 builtin and then its argument prototype would still apply. */
9535 #ifdef __cplusplus
9536 extern "C"
9537 #endif
9538 char gethostbyname ();
9540 main ()
9542 return gethostbyname ();
9544 return 0;
9546 _ACEOF
9547 rm -f conftest.$ac_objext conftest$ac_exeext
9548 if { (ac_try="$ac_link"
9549 case "(($ac_try" in
9550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9551 *) ac_try_echo=$ac_try;;
9552 esac
9553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9554 $as_echo "$ac_try_echo") >&5
9555 (eval "$ac_link") 2>conftest.er1
9556 ac_status=$?
9557 grep -v '^ *+' conftest.er1 >conftest.err
9558 rm -f conftest.er1
9559 cat conftest.err >&5
9560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9561 (exit $ac_status); } && {
9562 test -z "$ac_c_werror_flag" ||
9563 test ! -s conftest.err
9564 } && test -s conftest$ac_exeext && {
9565 test "$cross_compiling" = yes ||
9566 $as_test_x conftest$ac_exeext
9567 }; then
9568 ac_cv_lib_bsd_gethostbyname=yes
9569 else
9570 $as_echo "$as_me: failed program was:" >&5
9571 sed 's/^/| /' conftest.$ac_ext >&5
9573 ac_cv_lib_bsd_gethostbyname=no
9576 rm -rf conftest.dSYM
9577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9578 conftest$ac_exeext conftest.$ac_ext
9579 LIBS=$ac_check_lib_save_LIBS
9581 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9582 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9583 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9584 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9590 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9591 # socket/setsockopt and other routines are undefined under SCO ODT
9592 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9593 # on later versions), says Simon Leinen: it contains gethostby*
9594 # variants that don't use the name server (or something). -lsocket
9595 # must be given before -lnsl if both are needed. We assume that
9596 # if connect needs -lnsl, so does gethostbyname.
9597 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9598 $as_echo_n "checking for connect... " >&6; }
9599 if test "${ac_cv_func_connect+set}" = set; then
9600 $as_echo_n "(cached) " >&6
9601 else
9602 cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h. */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9608 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9609 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9610 #define connect innocuous_connect
9612 /* System header to define __stub macros and hopefully few prototypes,
9613 which can conflict with char connect (); below.
9614 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9615 <limits.h> exists even on freestanding compilers. */
9617 #ifdef __STDC__
9618 # include <limits.h>
9619 #else
9620 # include <assert.h>
9621 #endif
9623 #undef connect
9625 /* Override any GCC internal prototype to avoid an error.
9626 Use char because int might match the return type of a GCC
9627 builtin and then its argument prototype would still apply. */
9628 #ifdef __cplusplus
9629 extern "C"
9630 #endif
9631 char connect ();
9632 /* The GNU C library defines this for functions which it implements
9633 to always fail with ENOSYS. Some functions are actually named
9634 something starting with __ and the normal name is an alias. */
9635 #if defined __stub_connect || defined __stub___connect
9636 choke me
9637 #endif
9640 main ()
9642 return connect ();
9644 return 0;
9646 _ACEOF
9647 rm -f conftest.$ac_objext conftest$ac_exeext
9648 if { (ac_try="$ac_link"
9649 case "(($ac_try" in
9650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9651 *) ac_try_echo=$ac_try;;
9652 esac
9653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9654 $as_echo "$ac_try_echo") >&5
9655 (eval "$ac_link") 2>conftest.er1
9656 ac_status=$?
9657 grep -v '^ *+' conftest.er1 >conftest.err
9658 rm -f conftest.er1
9659 cat conftest.err >&5
9660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); } && {
9662 test -z "$ac_c_werror_flag" ||
9663 test ! -s conftest.err
9664 } && test -s conftest$ac_exeext && {
9665 test "$cross_compiling" = yes ||
9666 $as_test_x conftest$ac_exeext
9667 }; then
9668 ac_cv_func_connect=yes
9669 else
9670 $as_echo "$as_me: failed program was:" >&5
9671 sed 's/^/| /' conftest.$ac_ext >&5
9673 ac_cv_func_connect=no
9676 rm -rf conftest.dSYM
9677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9678 conftest$ac_exeext conftest.$ac_ext
9680 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9681 $as_echo "$ac_cv_func_connect" >&6; }
9683 if test $ac_cv_func_connect = no; then
9684 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9685 $as_echo_n "checking for connect in -lsocket... " >&6; }
9686 if test "${ac_cv_lib_socket_connect+set}" = set; then
9687 $as_echo_n "(cached) " >&6
9688 else
9689 ac_check_lib_save_LIBS=$LIBS
9690 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9691 cat >conftest.$ac_ext <<_ACEOF
9692 /* confdefs.h. */
9693 _ACEOF
9694 cat confdefs.h >>conftest.$ac_ext
9695 cat >>conftest.$ac_ext <<_ACEOF
9696 /* end confdefs.h. */
9698 /* Override any GCC internal prototype to avoid an error.
9699 Use char because int might match the return type of a GCC
9700 builtin and then its argument prototype would still apply. */
9701 #ifdef __cplusplus
9702 extern "C"
9703 #endif
9704 char connect ();
9706 main ()
9708 return connect ();
9710 return 0;
9712 _ACEOF
9713 rm -f conftest.$ac_objext conftest$ac_exeext
9714 if { (ac_try="$ac_link"
9715 case "(($ac_try" in
9716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9717 *) ac_try_echo=$ac_try;;
9718 esac
9719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9720 $as_echo "$ac_try_echo") >&5
9721 (eval "$ac_link") 2>conftest.er1
9722 ac_status=$?
9723 grep -v '^ *+' conftest.er1 >conftest.err
9724 rm -f conftest.er1
9725 cat conftest.err >&5
9726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9727 (exit $ac_status); } && {
9728 test -z "$ac_c_werror_flag" ||
9729 test ! -s conftest.err
9730 } && test -s conftest$ac_exeext && {
9731 test "$cross_compiling" = yes ||
9732 $as_test_x conftest$ac_exeext
9733 }; then
9734 ac_cv_lib_socket_connect=yes
9735 else
9736 $as_echo "$as_me: failed program was:" >&5
9737 sed 's/^/| /' conftest.$ac_ext >&5
9739 ac_cv_lib_socket_connect=no
9742 rm -rf conftest.dSYM
9743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9744 conftest$ac_exeext conftest.$ac_ext
9745 LIBS=$ac_check_lib_save_LIBS
9747 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9748 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9749 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9750 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9755 # Guillermo Gomez says -lposix is necessary on A/UX.
9756 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9757 $as_echo_n "checking for remove... " >&6; }
9758 if test "${ac_cv_func_remove+set}" = set; then
9759 $as_echo_n "(cached) " >&6
9760 else
9761 cat >conftest.$ac_ext <<_ACEOF
9762 /* confdefs.h. */
9763 _ACEOF
9764 cat confdefs.h >>conftest.$ac_ext
9765 cat >>conftest.$ac_ext <<_ACEOF
9766 /* end confdefs.h. */
9767 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9768 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9769 #define remove innocuous_remove
9771 /* System header to define __stub macros and hopefully few prototypes,
9772 which can conflict with char remove (); below.
9773 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9774 <limits.h> exists even on freestanding compilers. */
9776 #ifdef __STDC__
9777 # include <limits.h>
9778 #else
9779 # include <assert.h>
9780 #endif
9782 #undef remove
9784 /* Override any GCC internal prototype to avoid an error.
9785 Use char because int might match the return type of a GCC
9786 builtin and then its argument prototype would still apply. */
9787 #ifdef __cplusplus
9788 extern "C"
9789 #endif
9790 char remove ();
9791 /* The GNU C library defines this for functions which it implements
9792 to always fail with ENOSYS. Some functions are actually named
9793 something starting with __ and the normal name is an alias. */
9794 #if defined __stub_remove || defined __stub___remove
9795 choke me
9796 #endif
9799 main ()
9801 return remove ();
9803 return 0;
9805 _ACEOF
9806 rm -f conftest.$ac_objext conftest$ac_exeext
9807 if { (ac_try="$ac_link"
9808 case "(($ac_try" in
9809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9810 *) ac_try_echo=$ac_try;;
9811 esac
9812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9813 $as_echo "$ac_try_echo") >&5
9814 (eval "$ac_link") 2>conftest.er1
9815 ac_status=$?
9816 grep -v '^ *+' conftest.er1 >conftest.err
9817 rm -f conftest.er1
9818 cat conftest.err >&5
9819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820 (exit $ac_status); } && {
9821 test -z "$ac_c_werror_flag" ||
9822 test ! -s conftest.err
9823 } && test -s conftest$ac_exeext && {
9824 test "$cross_compiling" = yes ||
9825 $as_test_x conftest$ac_exeext
9826 }; then
9827 ac_cv_func_remove=yes
9828 else
9829 $as_echo "$as_me: failed program was:" >&5
9830 sed 's/^/| /' conftest.$ac_ext >&5
9832 ac_cv_func_remove=no
9835 rm -rf conftest.dSYM
9836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9837 conftest$ac_exeext conftest.$ac_ext
9839 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9840 $as_echo "$ac_cv_func_remove" >&6; }
9842 if test $ac_cv_func_remove = no; then
9843 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9844 $as_echo_n "checking for remove in -lposix... " >&6; }
9845 if test "${ac_cv_lib_posix_remove+set}" = set; then
9846 $as_echo_n "(cached) " >&6
9847 else
9848 ac_check_lib_save_LIBS=$LIBS
9849 LIBS="-lposix $LIBS"
9850 cat >conftest.$ac_ext <<_ACEOF
9851 /* confdefs.h. */
9852 _ACEOF
9853 cat confdefs.h >>conftest.$ac_ext
9854 cat >>conftest.$ac_ext <<_ACEOF
9855 /* end confdefs.h. */
9857 /* Override any GCC internal prototype to avoid an error.
9858 Use char because int might match the return type of a GCC
9859 builtin and then its argument prototype would still apply. */
9860 #ifdef __cplusplus
9861 extern "C"
9862 #endif
9863 char remove ();
9865 main ()
9867 return remove ();
9869 return 0;
9871 _ACEOF
9872 rm -f conftest.$ac_objext conftest$ac_exeext
9873 if { (ac_try="$ac_link"
9874 case "(($ac_try" in
9875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9876 *) ac_try_echo=$ac_try;;
9877 esac
9878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9879 $as_echo "$ac_try_echo") >&5
9880 (eval "$ac_link") 2>conftest.er1
9881 ac_status=$?
9882 grep -v '^ *+' conftest.er1 >conftest.err
9883 rm -f conftest.er1
9884 cat conftest.err >&5
9885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9886 (exit $ac_status); } && {
9887 test -z "$ac_c_werror_flag" ||
9888 test ! -s conftest.err
9889 } && test -s conftest$ac_exeext && {
9890 test "$cross_compiling" = yes ||
9891 $as_test_x conftest$ac_exeext
9892 }; then
9893 ac_cv_lib_posix_remove=yes
9894 else
9895 $as_echo "$as_me: failed program was:" >&5
9896 sed 's/^/| /' conftest.$ac_ext >&5
9898 ac_cv_lib_posix_remove=no
9901 rm -rf conftest.dSYM
9902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9903 conftest$ac_exeext conftest.$ac_ext
9904 LIBS=$ac_check_lib_save_LIBS
9906 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9907 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9908 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9909 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9914 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9915 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9916 $as_echo_n "checking for shmat... " >&6; }
9917 if test "${ac_cv_func_shmat+set}" = set; then
9918 $as_echo_n "(cached) " >&6
9919 else
9920 cat >conftest.$ac_ext <<_ACEOF
9921 /* confdefs.h. */
9922 _ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9926 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9928 #define shmat innocuous_shmat
9930 /* System header to define __stub macros and hopefully few prototypes,
9931 which can conflict with char shmat (); below.
9932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9933 <limits.h> exists even on freestanding compilers. */
9935 #ifdef __STDC__
9936 # include <limits.h>
9937 #else
9938 # include <assert.h>
9939 #endif
9941 #undef shmat
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char shmat ();
9950 /* The GNU C library defines this for functions which it implements
9951 to always fail with ENOSYS. Some functions are actually named
9952 something starting with __ and the normal name is an alias. */
9953 #if defined __stub_shmat || defined __stub___shmat
9954 choke me
9955 #endif
9958 main ()
9960 return shmat ();
9962 return 0;
9964 _ACEOF
9965 rm -f conftest.$ac_objext conftest$ac_exeext
9966 if { (ac_try="$ac_link"
9967 case "(($ac_try" in
9968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9969 *) ac_try_echo=$ac_try;;
9970 esac
9971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9972 $as_echo "$ac_try_echo") >&5
9973 (eval "$ac_link") 2>conftest.er1
9974 ac_status=$?
9975 grep -v '^ *+' conftest.er1 >conftest.err
9976 rm -f conftest.er1
9977 cat conftest.err >&5
9978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && {
9980 test -z "$ac_c_werror_flag" ||
9981 test ! -s conftest.err
9982 } && test -s conftest$ac_exeext && {
9983 test "$cross_compiling" = yes ||
9984 $as_test_x conftest$ac_exeext
9985 }; then
9986 ac_cv_func_shmat=yes
9987 else
9988 $as_echo "$as_me: failed program was:" >&5
9989 sed 's/^/| /' conftest.$ac_ext >&5
9991 ac_cv_func_shmat=no
9994 rm -rf conftest.dSYM
9995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9996 conftest$ac_exeext conftest.$ac_ext
9998 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9999 $as_echo "$ac_cv_func_shmat" >&6; }
10001 if test $ac_cv_func_shmat = no; then
10002 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10003 $as_echo_n "checking for shmat in -lipc... " >&6; }
10004 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10005 $as_echo_n "(cached) " >&6
10006 else
10007 ac_check_lib_save_LIBS=$LIBS
10008 LIBS="-lipc $LIBS"
10009 cat >conftest.$ac_ext <<_ACEOF
10010 /* confdefs.h. */
10011 _ACEOF
10012 cat confdefs.h >>conftest.$ac_ext
10013 cat >>conftest.$ac_ext <<_ACEOF
10014 /* end confdefs.h. */
10016 /* Override any GCC internal prototype to avoid an error.
10017 Use char because int might match the return type of a GCC
10018 builtin and then its argument prototype would still apply. */
10019 #ifdef __cplusplus
10020 extern "C"
10021 #endif
10022 char shmat ();
10024 main ()
10026 return shmat ();
10028 return 0;
10030 _ACEOF
10031 rm -f conftest.$ac_objext conftest$ac_exeext
10032 if { (ac_try="$ac_link"
10033 case "(($ac_try" in
10034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10035 *) ac_try_echo=$ac_try;;
10036 esac
10037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10038 $as_echo "$ac_try_echo") >&5
10039 (eval "$ac_link") 2>conftest.er1
10040 ac_status=$?
10041 grep -v '^ *+' conftest.er1 >conftest.err
10042 rm -f conftest.er1
10043 cat conftest.err >&5
10044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10045 (exit $ac_status); } && {
10046 test -z "$ac_c_werror_flag" ||
10047 test ! -s conftest.err
10048 } && test -s conftest$ac_exeext && {
10049 test "$cross_compiling" = yes ||
10050 $as_test_x conftest$ac_exeext
10051 }; then
10052 ac_cv_lib_ipc_shmat=yes
10053 else
10054 $as_echo "$as_me: failed program was:" >&5
10055 sed 's/^/| /' conftest.$ac_ext >&5
10057 ac_cv_lib_ipc_shmat=no
10060 rm -rf conftest.dSYM
10061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10062 conftest$ac_exeext conftest.$ac_ext
10063 LIBS=$ac_check_lib_save_LIBS
10065 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10066 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10067 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10068 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10074 # Check for libraries that X11R6 Xt/Xaw programs need.
10075 ac_save_LDFLAGS=$LDFLAGS
10076 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10077 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10078 # check for ICE first), but we must link in the order -lSM -lICE or
10079 # we get undefined symbols. So assume we have SM if we have ICE.
10080 # These have to be linked with before -lX11, unlike the other
10081 # libraries we check for below, so use a different variable.
10082 # John Interrante, Karl Berry
10083 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10084 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10085 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10086 $as_echo_n "(cached) " >&6
10087 else
10088 ac_check_lib_save_LIBS=$LIBS
10089 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10090 cat >conftest.$ac_ext <<_ACEOF
10091 /* confdefs.h. */
10092 _ACEOF
10093 cat confdefs.h >>conftest.$ac_ext
10094 cat >>conftest.$ac_ext <<_ACEOF
10095 /* end confdefs.h. */
10097 /* Override any GCC internal prototype to avoid an error.
10098 Use char because int might match the return type of a GCC
10099 builtin and then its argument prototype would still apply. */
10100 #ifdef __cplusplus
10101 extern "C"
10102 #endif
10103 char IceConnectionNumber ();
10105 main ()
10107 return IceConnectionNumber ();
10109 return 0;
10111 _ACEOF
10112 rm -f conftest.$ac_objext conftest$ac_exeext
10113 if { (ac_try="$ac_link"
10114 case "(($ac_try" in
10115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10116 *) ac_try_echo=$ac_try;;
10117 esac
10118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10119 $as_echo "$ac_try_echo") >&5
10120 (eval "$ac_link") 2>conftest.er1
10121 ac_status=$?
10122 grep -v '^ *+' conftest.er1 >conftest.err
10123 rm -f conftest.er1
10124 cat conftest.err >&5
10125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10126 (exit $ac_status); } && {
10127 test -z "$ac_c_werror_flag" ||
10128 test ! -s conftest.err
10129 } && test -s conftest$ac_exeext && {
10130 test "$cross_compiling" = yes ||
10131 $as_test_x conftest$ac_exeext
10132 }; then
10133 ac_cv_lib_ICE_IceConnectionNumber=yes
10134 else
10135 $as_echo "$as_me: failed program was:" >&5
10136 sed 's/^/| /' conftest.$ac_ext >&5
10138 ac_cv_lib_ICE_IceConnectionNumber=no
10141 rm -rf conftest.dSYM
10142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10143 conftest$ac_exeext conftest.$ac_ext
10144 LIBS=$ac_check_lib_save_LIBS
10146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10147 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10148 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10149 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10152 LDFLAGS=$ac_save_LDFLAGS
10157 if test "$have_x" = "yes"
10158 then
10159 XLIB="-lXext -lX11"
10160 ac_save_CPPFLAGS="$CPPFLAGS"
10161 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10163 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10164 $as_echo_n "checking for -lX11... " >&6; }
10165 if test "${ac_cv_lib_soname_X11+set}" = set; then
10166 $as_echo_n "(cached) " >&6
10167 else
10168 ac_check_soname_save_LIBS=$LIBS
10169 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10170 cat >conftest.$ac_ext <<_ACEOF
10171 /* confdefs.h. */
10172 _ACEOF
10173 cat confdefs.h >>conftest.$ac_ext
10174 cat >>conftest.$ac_ext <<_ACEOF
10175 /* end confdefs.h. */
10177 /* Override any GCC internal prototype to avoid an error.
10178 Use char because int might match the return type of a GCC
10179 builtin and then its argument prototype would still apply. */
10180 #ifdef __cplusplus
10181 extern "C"
10182 #endif
10183 char XCreateWindow ();
10185 main ()
10187 return XCreateWindow ();
10189 return 0;
10191 _ACEOF
10192 rm -f conftest.$ac_objext conftest$ac_exeext
10193 if { (ac_try="$ac_link"
10194 case "(($ac_try" in
10195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10196 *) ac_try_echo=$ac_try;;
10197 esac
10198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10199 $as_echo "$ac_try_echo") >&5
10200 (eval "$ac_link") 2>conftest.er1
10201 ac_status=$?
10202 grep -v '^ *+' conftest.er1 >conftest.err
10203 rm -f conftest.er1
10204 cat conftest.err >&5
10205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10206 (exit $ac_status); } && {
10207 test -z "$ac_c_werror_flag" ||
10208 test ! -s conftest.err
10209 } && test -s conftest$ac_exeext && {
10210 test "$cross_compiling" = yes ||
10211 $as_test_x conftest$ac_exeext
10212 }; then
10213 case "$LIBEXT" in
10214 dll) ;;
10215 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'` ;;
10216 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10217 esac
10218 else
10219 $as_echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10225 rm -rf conftest.dSYM
10226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10227 conftest$ac_exeext conftest.$ac_ext
10228 LIBS=$ac_check_soname_save_LIBS
10230 if test "x$ac_cv_lib_soname_X11" = "x"; then
10231 { $as_echo "$as_me:$LINENO: result: not found" >&5
10232 $as_echo "not found" >&6; }
10234 else
10235 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10236 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10238 cat >>confdefs.h <<_ACEOF
10239 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10240 _ACEOF
10245 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10246 $as_echo_n "checking for -lXext... " >&6; }
10247 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10248 $as_echo_n "(cached) " >&6
10249 else
10250 ac_check_soname_save_LIBS=$LIBS
10251 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10252 cat >conftest.$ac_ext <<_ACEOF
10253 /* confdefs.h. */
10254 _ACEOF
10255 cat confdefs.h >>conftest.$ac_ext
10256 cat >>conftest.$ac_ext <<_ACEOF
10257 /* end confdefs.h. */
10259 /* Override any GCC internal prototype to avoid an error.
10260 Use char because int might match the return type of a GCC
10261 builtin and then its argument prototype would still apply. */
10262 #ifdef __cplusplus
10263 extern "C"
10264 #endif
10265 char XextCreateExtension ();
10267 main ()
10269 return XextCreateExtension ();
10271 return 0;
10273 _ACEOF
10274 rm -f conftest.$ac_objext conftest$ac_exeext
10275 if { (ac_try="$ac_link"
10276 case "(($ac_try" in
10277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10278 *) ac_try_echo=$ac_try;;
10279 esac
10280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10281 $as_echo "$ac_try_echo") >&5
10282 (eval "$ac_link") 2>conftest.er1
10283 ac_status=$?
10284 grep -v '^ *+' conftest.er1 >conftest.err
10285 rm -f conftest.er1
10286 cat conftest.err >&5
10287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); } && {
10289 test -z "$ac_c_werror_flag" ||
10290 test ! -s conftest.err
10291 } && test -s conftest$ac_exeext && {
10292 test "$cross_compiling" = yes ||
10293 $as_test_x conftest$ac_exeext
10294 }; then
10295 case "$LIBEXT" in
10296 dll) ;;
10297 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'` ;;
10298 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10299 esac
10300 else
10301 $as_echo "$as_me: failed program was:" >&5
10302 sed 's/^/| /' conftest.$ac_ext >&5
10307 rm -rf conftest.dSYM
10308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10309 conftest$ac_exeext conftest.$ac_ext
10310 LIBS=$ac_check_soname_save_LIBS
10312 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10313 { $as_echo "$as_me:$LINENO: result: not found" >&5
10314 $as_echo "not found" >&6; }
10316 else
10317 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10318 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10320 cat >>confdefs.h <<_ACEOF
10321 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10322 _ACEOF
10340 for ac_header in X11/Xlib.h \
10341 X11/XKBlib.h \
10342 X11/Xutil.h \
10343 X11/Xcursor/Xcursor.h \
10344 X11/extensions/shape.h \
10345 X11/extensions/XInput.h \
10346 X11/extensions/XShm.h \
10347 X11/extensions/Xcomposite.h \
10348 X11/extensions/Xinerama.h \
10349 X11/extensions/Xrandr.h \
10350 X11/extensions/Xrender.h \
10351 X11/extensions/xf86vmode.h
10353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10354 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10355 $as_echo_n "checking for $ac_header... " >&6; }
10356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10357 $as_echo_n "(cached) " >&6
10358 else
10359 cat >conftest.$ac_ext <<_ACEOF
10360 /* confdefs.h. */
10361 _ACEOF
10362 cat confdefs.h >>conftest.$ac_ext
10363 cat >>conftest.$ac_ext <<_ACEOF
10364 /* end confdefs.h. */
10365 #ifdef HAVE_X11_XLIB_H
10366 # include <X11/Xlib.h>
10367 #endif
10368 #ifdef HAVE_X11_XUTIL_H
10369 # include <X11/Xutil.h>
10370 #endif
10372 #include <$ac_header>
10373 _ACEOF
10374 rm -f conftest.$ac_objext
10375 if { (ac_try="$ac_compile"
10376 case "(($ac_try" in
10377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10378 *) ac_try_echo=$ac_try;;
10379 esac
10380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10381 $as_echo "$ac_try_echo") >&5
10382 (eval "$ac_compile") 2>conftest.er1
10383 ac_status=$?
10384 grep -v '^ *+' conftest.er1 >conftest.err
10385 rm -f conftest.er1
10386 cat conftest.err >&5
10387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10388 (exit $ac_status); } && {
10389 test -z "$ac_c_werror_flag" ||
10390 test ! -s conftest.err
10391 } && test -s conftest.$ac_objext; then
10392 eval "$as_ac_Header=yes"
10393 else
10394 $as_echo "$as_me: failed program was:" >&5
10395 sed 's/^/| /' conftest.$ac_ext >&5
10397 eval "$as_ac_Header=no"
10400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10402 ac_res=`eval 'as_val=${'$as_ac_Header'}
10403 $as_echo "$as_val"'`
10404 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10405 $as_echo "$ac_res" >&6; }
10406 as_val=`eval 'as_val=${'$as_ac_Header'}
10407 $as_echo "$as_val"'`
10408 if test "x$as_val" = x""yes; then
10409 cat >>confdefs.h <<_ACEOF
10410 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10411 _ACEOF
10415 done
10418 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10419 then
10420 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10421 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10422 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10423 $as_echo_n "(cached) " >&6
10424 else
10425 ac_check_lib_save_LIBS=$LIBS
10426 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10427 cat >conftest.$ac_ext <<_ACEOF
10428 /* confdefs.h. */
10429 _ACEOF
10430 cat confdefs.h >>conftest.$ac_ext
10431 cat >>conftest.$ac_ext <<_ACEOF
10432 /* end confdefs.h. */
10434 /* Override any GCC internal prototype to avoid an error.
10435 Use char because int might match the return type of a GCC
10436 builtin and then its argument prototype would still apply. */
10437 #ifdef __cplusplus
10438 extern "C"
10439 #endif
10440 char XkbQueryExtension ();
10442 main ()
10444 return XkbQueryExtension ();
10446 return 0;
10448 _ACEOF
10449 rm -f conftest.$ac_objext conftest$ac_exeext
10450 if { (ac_try="$ac_link"
10451 case "(($ac_try" in
10452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10453 *) ac_try_echo=$ac_try;;
10454 esac
10455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10456 $as_echo "$ac_try_echo") >&5
10457 (eval "$ac_link") 2>conftest.er1
10458 ac_status=$?
10459 grep -v '^ *+' conftest.er1 >conftest.err
10460 rm -f conftest.er1
10461 cat conftest.err >&5
10462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10463 (exit $ac_status); } && {
10464 test -z "$ac_c_werror_flag" ||
10465 test ! -s conftest.err
10466 } && test -s conftest$ac_exeext && {
10467 test "$cross_compiling" = yes ||
10468 $as_test_x conftest$ac_exeext
10469 }; then
10470 ac_cv_lib_X11_XkbQueryExtension=yes
10471 else
10472 $as_echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10475 ac_cv_lib_X11_XkbQueryExtension=no
10478 rm -rf conftest.dSYM
10479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10480 conftest$ac_exeext conftest.$ac_ext
10481 LIBS=$ac_check_lib_save_LIBS
10483 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10484 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10485 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10487 cat >>confdefs.h <<\_ACEOF
10488 #define HAVE_XKB 1
10489 _ACEOF
10495 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10496 then
10497 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10498 $as_echo_n "checking for -lXcursor... " >&6; }
10499 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10500 $as_echo_n "(cached) " >&6
10501 else
10502 ac_check_soname_save_LIBS=$LIBS
10503 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10504 cat >conftest.$ac_ext <<_ACEOF
10505 /* confdefs.h. */
10506 _ACEOF
10507 cat confdefs.h >>conftest.$ac_ext
10508 cat >>conftest.$ac_ext <<_ACEOF
10509 /* end confdefs.h. */
10511 /* Override any GCC internal prototype to avoid an error.
10512 Use char because int might match the return type of a GCC
10513 builtin and then its argument prototype would still apply. */
10514 #ifdef __cplusplus
10515 extern "C"
10516 #endif
10517 char XcursorImageLoadCursor ();
10519 main ()
10521 return XcursorImageLoadCursor ();
10523 return 0;
10525 _ACEOF
10526 rm -f conftest.$ac_objext conftest$ac_exeext
10527 if { (ac_try="$ac_link"
10528 case "(($ac_try" in
10529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10530 *) ac_try_echo=$ac_try;;
10531 esac
10532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10533 $as_echo "$ac_try_echo") >&5
10534 (eval "$ac_link") 2>conftest.er1
10535 ac_status=$?
10536 grep -v '^ *+' conftest.er1 >conftest.err
10537 rm -f conftest.er1
10538 cat conftest.err >&5
10539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540 (exit $ac_status); } && {
10541 test -z "$ac_c_werror_flag" ||
10542 test ! -s conftest.err
10543 } && test -s conftest$ac_exeext && {
10544 test "$cross_compiling" = yes ||
10545 $as_test_x conftest$ac_exeext
10546 }; then
10547 case "$LIBEXT" in
10548 dll) ;;
10549 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'` ;;
10550 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10551 esac
10552 else
10553 $as_echo "$as_me: failed program was:" >&5
10554 sed 's/^/| /' conftest.$ac_ext >&5
10559 rm -rf conftest.dSYM
10560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10561 conftest$ac_exeext conftest.$ac_ext
10562 LIBS=$ac_check_soname_save_LIBS
10564 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10565 { $as_echo "$as_me:$LINENO: result: not found" >&5
10566 $as_echo "not found" >&6; }
10568 else
10569 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10570 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10572 cat >>confdefs.h <<_ACEOF
10573 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10574 _ACEOF
10580 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10581 case "x$with_xcursor" in
10582 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10583 xno) ;;
10584 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10585 This is an error since --with-xcursor was requested." >&5
10586 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10587 This is an error since --with-xcursor was requested." >&2;}
10588 { (exit 1); exit 1; }; } ;;
10589 esac
10593 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10594 then
10595 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10596 $as_echo_n "checking for -lXi... " >&6; }
10597 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10598 $as_echo_n "(cached) " >&6
10599 else
10600 ac_check_soname_save_LIBS=$LIBS
10601 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10602 cat >conftest.$ac_ext <<_ACEOF
10603 /* confdefs.h. */
10604 _ACEOF
10605 cat confdefs.h >>conftest.$ac_ext
10606 cat >>conftest.$ac_ext <<_ACEOF
10607 /* end confdefs.h. */
10609 /* Override any GCC internal prototype to avoid an error.
10610 Use char because int might match the return type of a GCC
10611 builtin and then its argument prototype would still apply. */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char XOpenDevice ();
10617 main ()
10619 return XOpenDevice ();
10621 return 0;
10623 _ACEOF
10624 rm -f conftest.$ac_objext conftest$ac_exeext
10625 if { (ac_try="$ac_link"
10626 case "(($ac_try" in
10627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10628 *) ac_try_echo=$ac_try;;
10629 esac
10630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10631 $as_echo "$ac_try_echo") >&5
10632 (eval "$ac_link") 2>conftest.er1
10633 ac_status=$?
10634 grep -v '^ *+' conftest.er1 >conftest.err
10635 rm -f conftest.er1
10636 cat conftest.err >&5
10637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10638 (exit $ac_status); } && {
10639 test -z "$ac_c_werror_flag" ||
10640 test ! -s conftest.err
10641 } && test -s conftest$ac_exeext && {
10642 test "$cross_compiling" = yes ||
10643 $as_test_x conftest$ac_exeext
10644 }; then
10645 case "$LIBEXT" in
10646 dll) ;;
10647 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'` ;;
10648 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10649 esac
10650 else
10651 $as_echo "$as_me: failed program was:" >&5
10652 sed 's/^/| /' conftest.$ac_ext >&5
10657 rm -rf conftest.dSYM
10658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10659 conftest$ac_exeext conftest.$ac_ext
10660 LIBS=$ac_check_soname_save_LIBS
10662 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10663 { $as_echo "$as_me:$LINENO: result: not found" >&5
10664 $as_echo "not found" >&6; }
10666 else
10667 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10668 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10670 cat >>confdefs.h <<_ACEOF
10671 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10672 _ACEOF
10678 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10679 case "x$with_xinput" in
10680 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10681 xno) ;;
10682 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10683 This is an error since --with-xinput was requested." >&5
10684 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10685 This is an error since --with-xinput was requested." >&2;}
10686 { (exit 1); exit 1; }; } ;;
10687 esac
10691 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10692 then
10693 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10694 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10695 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10696 $as_echo_n "(cached) " >&6
10697 else
10698 ac_check_lib_save_LIBS=$LIBS
10699 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10700 cat >conftest.$ac_ext <<_ACEOF
10701 /* confdefs.h. */
10702 _ACEOF
10703 cat confdefs.h >>conftest.$ac_ext
10704 cat >>conftest.$ac_ext <<_ACEOF
10705 /* end confdefs.h. */
10707 /* Override any GCC internal prototype to avoid an error.
10708 Use char because int might match the return type of a GCC
10709 builtin and then its argument prototype would still apply. */
10710 #ifdef __cplusplus
10711 extern "C"
10712 #endif
10713 char XShmQueryExtension ();
10715 main ()
10717 return XShmQueryExtension ();
10719 return 0;
10721 _ACEOF
10722 rm -f conftest.$ac_objext conftest$ac_exeext
10723 if { (ac_try="$ac_link"
10724 case "(($ac_try" in
10725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10726 *) ac_try_echo=$ac_try;;
10727 esac
10728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10729 $as_echo "$ac_try_echo") >&5
10730 (eval "$ac_link") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest$ac_exeext && {
10740 test "$cross_compiling" = yes ||
10741 $as_test_x conftest$ac_exeext
10742 }; then
10743 ac_cv_lib_Xext_XShmQueryExtension=yes
10744 else
10745 $as_echo "$as_me: failed program was:" >&5
10746 sed 's/^/| /' conftest.$ac_ext >&5
10748 ac_cv_lib_Xext_XShmQueryExtension=no
10751 rm -rf conftest.dSYM
10752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10753 conftest$ac_exeext conftest.$ac_ext
10754 LIBS=$ac_check_lib_save_LIBS
10756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10757 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10758 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10760 cat >>confdefs.h <<\_ACEOF
10761 #define HAVE_LIBXXSHM 1
10762 _ACEOF
10767 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10768 case "x$with_xshm" in
10769 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10770 xno) ;;
10771 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10772 This is an error since --with-xshm was requested." >&5
10773 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10774 This is an error since --with-xshm was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10776 esac
10780 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10781 then
10782 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10783 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10784 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10785 $as_echo_n "(cached) " >&6
10786 else
10787 ac_check_lib_save_LIBS=$LIBS
10788 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.$ac_ext <<_ACEOF
10790 /* confdefs.h. */
10791 _ACEOF
10792 cat confdefs.h >>conftest.$ac_ext
10793 cat >>conftest.$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10799 #ifdef __cplusplus
10800 extern "C"
10801 #endif
10802 char XShapeQueryExtension ();
10804 main ()
10806 return XShapeQueryExtension ();
10808 return 0;
10810 _ACEOF
10811 rm -f conftest.$ac_objext conftest$ac_exeext
10812 if { (ac_try="$ac_link"
10813 case "(($ac_try" in
10814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10816 esac
10817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10818 $as_echo "$ac_try_echo") >&5
10819 (eval "$ac_link") 2>conftest.er1
10820 ac_status=$?
10821 grep -v '^ *+' conftest.er1 >conftest.err
10822 rm -f conftest.er1
10823 cat conftest.err >&5
10824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10825 (exit $ac_status); } && {
10826 test -z "$ac_c_werror_flag" ||
10827 test ! -s conftest.err
10828 } && test -s conftest$ac_exeext && {
10829 test "$cross_compiling" = yes ||
10830 $as_test_x conftest$ac_exeext
10831 }; then
10832 ac_cv_lib_Xext_XShapeQueryExtension=yes
10833 else
10834 $as_echo "$as_me: failed program was:" >&5
10835 sed 's/^/| /' conftest.$ac_ext >&5
10837 ac_cv_lib_Xext_XShapeQueryExtension=no
10840 rm -rf conftest.dSYM
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_lib_save_LIBS
10845 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10846 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10847 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10849 cat >>confdefs.h <<\_ACEOF
10850 #define HAVE_LIBXSHAPE 1
10851 _ACEOF
10856 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10857 case "x$with_xshape" in
10858 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10859 xno) ;;
10860 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10861 This is an error since --with-xshape was requested." >&5
10862 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10863 This is an error since --with-xshape was requested." >&2;}
10864 { (exit 1); exit 1; }; } ;;
10865 esac
10869 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10870 then
10871 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10872 $as_echo_n "checking for -lXxf86vm... " >&6; }
10873 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10874 $as_echo_n "(cached) " >&6
10875 else
10876 ac_check_soname_save_LIBS=$LIBS
10877 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10878 cat >conftest.$ac_ext <<_ACEOF
10879 /* confdefs.h. */
10880 _ACEOF
10881 cat confdefs.h >>conftest.$ac_ext
10882 cat >>conftest.$ac_ext <<_ACEOF
10883 /* end confdefs.h. */
10885 /* Override any GCC internal prototype to avoid an error.
10886 Use char because int might match the return type of a GCC
10887 builtin and then its argument prototype would still apply. */
10888 #ifdef __cplusplus
10889 extern "C"
10890 #endif
10891 char XF86VidModeQueryExtension ();
10893 main ()
10895 return XF86VidModeQueryExtension ();
10897 return 0;
10899 _ACEOF
10900 rm -f conftest.$ac_objext conftest$ac_exeext
10901 if { (ac_try="$ac_link"
10902 case "(($ac_try" in
10903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10904 *) ac_try_echo=$ac_try;;
10905 esac
10906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10907 $as_echo "$ac_try_echo") >&5
10908 (eval "$ac_link") 2>conftest.er1
10909 ac_status=$?
10910 grep -v '^ *+' conftest.er1 >conftest.err
10911 rm -f conftest.er1
10912 cat conftest.err >&5
10913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10914 (exit $ac_status); } && {
10915 test -z "$ac_c_werror_flag" ||
10916 test ! -s conftest.err
10917 } && test -s conftest$ac_exeext && {
10918 test "$cross_compiling" = yes ||
10919 $as_test_x conftest$ac_exeext
10920 }; then
10921 case "$LIBEXT" in
10922 dll) ;;
10923 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'` ;;
10924 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10925 esac
10926 else
10927 $as_echo "$as_me: failed program was:" >&5
10928 sed 's/^/| /' conftest.$ac_ext >&5
10933 rm -rf conftest.dSYM
10934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10935 conftest$ac_exeext conftest.$ac_ext
10936 LIBS=$ac_check_soname_save_LIBS
10938 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10939 { $as_echo "$as_me:$LINENO: result: not found" >&5
10940 $as_echo "not found" >&6; }
10942 else
10943 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10944 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10946 cat >>confdefs.h <<_ACEOF
10947 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10948 _ACEOF
10954 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10955 case "x$with_xxf86vm" in
10956 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10957 xno) ;;
10958 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10959 This is an error since --with-xxf86vm was requested." >&5
10960 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10961 This is an error since --with-xxf86vm was requested." >&2;}
10962 { (exit 1); exit 1; }; } ;;
10963 esac
10967 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"
10968 then
10969 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10970 $as_echo_n "checking for -lXrender... " >&6; }
10971 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10972 $as_echo_n "(cached) " >&6
10973 else
10974 ac_check_soname_save_LIBS=$LIBS
10975 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10976 cat >conftest.$ac_ext <<_ACEOF
10977 /* confdefs.h. */
10978 _ACEOF
10979 cat confdefs.h >>conftest.$ac_ext
10980 cat >>conftest.$ac_ext <<_ACEOF
10981 /* end confdefs.h. */
10983 /* Override any GCC internal prototype to avoid an error.
10984 Use char because int might match the return type of a GCC
10985 builtin and then its argument prototype would still apply. */
10986 #ifdef __cplusplus
10987 extern "C"
10988 #endif
10989 char XRenderQueryExtension ();
10991 main ()
10993 return XRenderQueryExtension ();
10995 return 0;
10997 _ACEOF
10998 rm -f conftest.$ac_objext conftest$ac_exeext
10999 if { (ac_try="$ac_link"
11000 case "(($ac_try" in
11001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11002 *) ac_try_echo=$ac_try;;
11003 esac
11004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11005 $as_echo "$ac_try_echo") >&5
11006 (eval "$ac_link") 2>conftest.er1
11007 ac_status=$?
11008 grep -v '^ *+' conftest.er1 >conftest.err
11009 rm -f conftest.er1
11010 cat conftest.err >&5
11011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11012 (exit $ac_status); } && {
11013 test -z "$ac_c_werror_flag" ||
11014 test ! -s conftest.err
11015 } && test -s conftest$ac_exeext && {
11016 test "$cross_compiling" = yes ||
11017 $as_test_x conftest$ac_exeext
11018 }; then
11019 case "$LIBEXT" in
11020 dll) ;;
11021 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'` ;;
11022 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11023 esac
11024 else
11025 $as_echo "$as_me: failed program was:" >&5
11026 sed 's/^/| /' conftest.$ac_ext >&5
11031 rm -rf conftest.dSYM
11032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11033 conftest$ac_exeext conftest.$ac_ext
11034 LIBS=$ac_check_soname_save_LIBS
11036 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11037 { $as_echo "$as_me:$LINENO: result: not found" >&5
11038 $as_echo "not found" >&6; }
11040 else
11041 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11042 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11044 cat >>confdefs.h <<_ACEOF
11045 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11046 _ACEOF
11048 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11049 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11050 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11051 $as_echo_n "(cached) " >&6
11052 else
11053 ac_check_lib_save_LIBS=$LIBS
11054 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11055 cat >conftest.$ac_ext <<_ACEOF
11056 /* confdefs.h. */
11057 _ACEOF
11058 cat confdefs.h >>conftest.$ac_ext
11059 cat >>conftest.$ac_ext <<_ACEOF
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11065 #ifdef __cplusplus
11066 extern "C"
11067 #endif
11068 char XRenderSetPictureTransform ();
11070 main ()
11072 return XRenderSetPictureTransform ();
11074 return 0;
11076 _ACEOF
11077 rm -f conftest.$ac_objext conftest$ac_exeext
11078 if { (ac_try="$ac_link"
11079 case "(($ac_try" in
11080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11081 *) ac_try_echo=$ac_try;;
11082 esac
11083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11084 $as_echo "$ac_try_echo") >&5
11085 (eval "$ac_link") 2>conftest.er1
11086 ac_status=$?
11087 grep -v '^ *+' conftest.er1 >conftest.err
11088 rm -f conftest.er1
11089 cat conftest.err >&5
11090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11091 (exit $ac_status); } && {
11092 test -z "$ac_c_werror_flag" ||
11093 test ! -s conftest.err
11094 } && test -s conftest$ac_exeext && {
11095 test "$cross_compiling" = yes ||
11096 $as_test_x conftest$ac_exeext
11097 }; then
11098 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11099 else
11100 $as_echo "$as_me: failed program was:" >&5
11101 sed 's/^/| /' conftest.$ac_ext >&5
11103 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11106 rm -rf conftest.dSYM
11107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11108 conftest$ac_exeext conftest.$ac_ext
11109 LIBS=$ac_check_lib_save_LIBS
11111 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11112 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11113 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11115 cat >>confdefs.h <<\_ACEOF
11116 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11117 _ACEOF
11125 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11126 case "x$with_xrender" in
11127 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11128 xno) ;;
11129 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11130 This is an error since --with-xrender was requested." >&5
11131 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11132 This is an error since --with-xrender was requested." >&2;}
11133 { (exit 1); exit 1; }; } ;;
11134 esac
11138 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11139 then
11140 cat >conftest.$ac_ext <<_ACEOF
11141 /* confdefs.h. */
11142 _ACEOF
11143 cat confdefs.h >>conftest.$ac_ext
11144 cat >>conftest.$ac_ext <<_ACEOF
11145 /* end confdefs.h. */
11146 #include <X11/Xlib.h>
11147 #include <X11/extensions/Xrandr.h>
11149 main ()
11151 static typeof(XRRSetScreenConfigAndRate) * func;
11153 return 0;
11155 _ACEOF
11156 rm -f conftest.$ac_objext
11157 if { (ac_try="$ac_compile"
11158 case "(($ac_try" in
11159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11160 *) ac_try_echo=$ac_try;;
11161 esac
11162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11163 $as_echo "$ac_try_echo") >&5
11164 (eval "$ac_compile") 2>conftest.er1
11165 ac_status=$?
11166 grep -v '^ *+' conftest.er1 >conftest.err
11167 rm -f conftest.er1
11168 cat conftest.err >&5
11169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); } && {
11171 test -z "$ac_c_werror_flag" ||
11172 test ! -s conftest.err
11173 } && test -s conftest.$ac_objext; then
11174 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11175 $as_echo_n "checking for -lXrandr... " >&6; }
11176 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11177 $as_echo_n "(cached) " >&6
11178 else
11179 ac_check_soname_save_LIBS=$LIBS
11180 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11181 cat >conftest.$ac_ext <<_ACEOF
11182 /* confdefs.h. */
11183 _ACEOF
11184 cat confdefs.h >>conftest.$ac_ext
11185 cat >>conftest.$ac_ext <<_ACEOF
11186 /* end confdefs.h. */
11188 /* Override any GCC internal prototype to avoid an error.
11189 Use char because int might match the return type of a GCC
11190 builtin and then its argument prototype would still apply. */
11191 #ifdef __cplusplus
11192 extern "C"
11193 #endif
11194 char XRRQueryExtension ();
11196 main ()
11198 return XRRQueryExtension ();
11200 return 0;
11202 _ACEOF
11203 rm -f conftest.$ac_objext conftest$ac_exeext
11204 if { (ac_try="$ac_link"
11205 case "(($ac_try" in
11206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11207 *) ac_try_echo=$ac_try;;
11208 esac
11209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11210 $as_echo "$ac_try_echo") >&5
11211 (eval "$ac_link") 2>conftest.er1
11212 ac_status=$?
11213 grep -v '^ *+' conftest.er1 >conftest.err
11214 rm -f conftest.er1
11215 cat conftest.err >&5
11216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11217 (exit $ac_status); } && {
11218 test -z "$ac_c_werror_flag" ||
11219 test ! -s conftest.err
11220 } && test -s conftest$ac_exeext && {
11221 test "$cross_compiling" = yes ||
11222 $as_test_x conftest$ac_exeext
11223 }; then
11224 case "$LIBEXT" in
11225 dll) ;;
11226 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'` ;;
11227 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11228 esac
11229 else
11230 $as_echo "$as_me: failed program was:" >&5
11231 sed 's/^/| /' conftest.$ac_ext >&5
11236 rm -rf conftest.dSYM
11237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11238 conftest$ac_exeext conftest.$ac_ext
11239 LIBS=$ac_check_soname_save_LIBS
11241 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11242 { $as_echo "$as_me:$LINENO: result: not found" >&5
11243 $as_echo "not found" >&6; }
11245 else
11246 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11247 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11249 cat >>confdefs.h <<_ACEOF
11250 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11251 _ACEOF
11256 else
11257 $as_echo "$as_me: failed program was:" >&5
11258 sed 's/^/| /' conftest.$ac_ext >&5
11263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11265 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11266 case "x$with_xrandr" in
11267 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11268 xno) ;;
11269 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11270 This is an error since --with-xrandr was requested." >&5
11271 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11272 This is an error since --with-xrandr was requested." >&2;}
11273 { (exit 1); exit 1; }; } ;;
11274 esac
11278 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11279 then
11280 cat >conftest.$ac_ext <<_ACEOF
11281 /* confdefs.h. */
11282 _ACEOF
11283 cat confdefs.h >>conftest.$ac_ext
11284 cat >>conftest.$ac_ext <<_ACEOF
11285 /* end confdefs.h. */
11286 #include <X11/Xlib.h>
11287 #include <X11/extensions/Xinerama.h>
11289 main ()
11291 static typeof(XineramaQueryScreens) * func;
11293 return 0;
11295 _ACEOF
11296 rm -f conftest.$ac_objext
11297 if { (ac_try="$ac_compile"
11298 case "(($ac_try" in
11299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11300 *) ac_try_echo=$ac_try;;
11301 esac
11302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11303 $as_echo "$ac_try_echo") >&5
11304 (eval "$ac_compile") 2>conftest.er1
11305 ac_status=$?
11306 grep -v '^ *+' conftest.er1 >conftest.err
11307 rm -f conftest.er1
11308 cat conftest.err >&5
11309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11310 (exit $ac_status); } && {
11311 test -z "$ac_c_werror_flag" ||
11312 test ! -s conftest.err
11313 } && test -s conftest.$ac_objext; then
11314 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11315 $as_echo_n "checking for -lXinerama... " >&6; }
11316 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11317 $as_echo_n "(cached) " >&6
11318 else
11319 ac_check_soname_save_LIBS=$LIBS
11320 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11321 cat >conftest.$ac_ext <<_ACEOF
11322 /* confdefs.h. */
11323 _ACEOF
11324 cat confdefs.h >>conftest.$ac_ext
11325 cat >>conftest.$ac_ext <<_ACEOF
11326 /* end confdefs.h. */
11328 /* Override any GCC internal prototype to avoid an error.
11329 Use char because int might match the return type of a GCC
11330 builtin and then its argument prototype would still apply. */
11331 #ifdef __cplusplus
11332 extern "C"
11333 #endif
11334 char XineramaQueryScreens ();
11336 main ()
11338 return XineramaQueryScreens ();
11340 return 0;
11342 _ACEOF
11343 rm -f conftest.$ac_objext conftest$ac_exeext
11344 if { (ac_try="$ac_link"
11345 case "(($ac_try" in
11346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11347 *) ac_try_echo=$ac_try;;
11348 esac
11349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11350 $as_echo "$ac_try_echo") >&5
11351 (eval "$ac_link") 2>conftest.er1
11352 ac_status=$?
11353 grep -v '^ *+' conftest.er1 >conftest.err
11354 rm -f conftest.er1
11355 cat conftest.err >&5
11356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest$ac_exeext && {
11361 test "$cross_compiling" = yes ||
11362 $as_test_x conftest$ac_exeext
11363 }; then
11364 case "$LIBEXT" in
11365 dll) ;;
11366 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'` ;;
11367 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11368 esac
11369 else
11370 $as_echo "$as_me: failed program was:" >&5
11371 sed 's/^/| /' conftest.$ac_ext >&5
11376 rm -rf conftest.dSYM
11377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11378 conftest$ac_exeext conftest.$ac_ext
11379 LIBS=$ac_check_soname_save_LIBS
11381 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11382 { $as_echo "$as_me:$LINENO: result: not found" >&5
11383 $as_echo "not found" >&6; }
11385 else
11386 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11387 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11389 cat >>confdefs.h <<_ACEOF
11390 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11391 _ACEOF
11396 else
11397 $as_echo "$as_me: failed program was:" >&5
11398 sed 's/^/| /' conftest.$ac_ext >&5
11403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11405 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11406 case "x$with_xinerama" in
11407 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11408 xno) ;;
11409 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11410 This is an error since --with-xinerama was requested." >&5
11411 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11412 This is an error since --with-xinerama was requested." >&2;}
11413 { (exit 1); exit 1; }; } ;;
11414 esac
11418 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11419 then
11420 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11421 $as_echo_n "checking for -lXcomposite... " >&6; }
11422 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11423 $as_echo_n "(cached) " >&6
11424 else
11425 ac_check_soname_save_LIBS=$LIBS
11426 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11427 cat >conftest.$ac_ext <<_ACEOF
11428 /* confdefs.h. */
11429 _ACEOF
11430 cat confdefs.h >>conftest.$ac_ext
11431 cat >>conftest.$ac_ext <<_ACEOF
11432 /* end confdefs.h. */
11434 /* Override any GCC internal prototype to avoid an error.
11435 Use char because int might match the return type of a GCC
11436 builtin and then its argument prototype would still apply. */
11437 #ifdef __cplusplus
11438 extern "C"
11439 #endif
11440 char XCompositeRedirectWindow ();
11442 main ()
11444 return XCompositeRedirectWindow ();
11446 return 0;
11448 _ACEOF
11449 rm -f conftest.$ac_objext conftest$ac_exeext
11450 if { (ac_try="$ac_link"
11451 case "(($ac_try" in
11452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11453 *) ac_try_echo=$ac_try;;
11454 esac
11455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11456 $as_echo "$ac_try_echo") >&5
11457 (eval "$ac_link") 2>conftest.er1
11458 ac_status=$?
11459 grep -v '^ *+' conftest.er1 >conftest.err
11460 rm -f conftest.er1
11461 cat conftest.err >&5
11462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11463 (exit $ac_status); } && {
11464 test -z "$ac_c_werror_flag" ||
11465 test ! -s conftest.err
11466 } && test -s conftest$ac_exeext && {
11467 test "$cross_compiling" = yes ||
11468 $as_test_x conftest$ac_exeext
11469 }; then
11470 case "$LIBEXT" in
11471 dll) ;;
11472 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'` ;;
11473 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11474 esac
11475 else
11476 $as_echo "$as_me: failed program was:" >&5
11477 sed 's/^/| /' conftest.$ac_ext >&5
11482 rm -rf conftest.dSYM
11483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11484 conftest$ac_exeext conftest.$ac_ext
11485 LIBS=$ac_check_soname_save_LIBS
11487 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11488 { $as_echo "$as_me:$LINENO: result: not found" >&5
11489 $as_echo "not found" >&6; }
11491 else
11492 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11493 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11495 cat >>confdefs.h <<_ACEOF
11496 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11497 _ACEOF
11503 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11504 case "x$with_xcomposite" in
11505 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11506 xno) ;;
11507 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11508 This is an error since --with-xcomposite was requested." >&5
11509 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11510 This is an error since --with-xcomposite was requested." >&2;}
11511 { (exit 1); exit 1; }; } ;;
11512 esac
11516 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11517 $as_echo_n "checking for XICCallback.callback... " >&6; }
11518 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11519 $as_echo_n "(cached) " >&6
11520 else
11521 cat >conftest.$ac_ext <<_ACEOF
11522 /* confdefs.h. */
11523 _ACEOF
11524 cat confdefs.h >>conftest.$ac_ext
11525 cat >>conftest.$ac_ext <<_ACEOF
11526 /* end confdefs.h. */
11527 #ifdef HAVE_X11_XLIB_H
11528 #include <X11/Xlib.h>
11529 #endif
11532 main ()
11534 static XICCallback ac_aggr;
11535 if (ac_aggr.callback)
11536 return 0;
11538 return 0;
11540 _ACEOF
11541 rm -f conftest.$ac_objext
11542 if { (ac_try="$ac_compile"
11543 case "(($ac_try" in
11544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11545 *) ac_try_echo=$ac_try;;
11546 esac
11547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11548 $as_echo "$ac_try_echo") >&5
11549 (eval "$ac_compile") 2>conftest.er1
11550 ac_status=$?
11551 grep -v '^ *+' conftest.er1 >conftest.err
11552 rm -f conftest.er1
11553 cat conftest.err >&5
11554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); } && {
11556 test -z "$ac_c_werror_flag" ||
11557 test ! -s conftest.err
11558 } && test -s conftest.$ac_objext; then
11559 ac_cv_member_XICCallback_callback=yes
11560 else
11561 $as_echo "$as_me: failed program was:" >&5
11562 sed 's/^/| /' conftest.$ac_ext >&5
11564 cat >conftest.$ac_ext <<_ACEOF
11565 /* confdefs.h. */
11566 _ACEOF
11567 cat confdefs.h >>conftest.$ac_ext
11568 cat >>conftest.$ac_ext <<_ACEOF
11569 /* end confdefs.h. */
11570 #ifdef HAVE_X11_XLIB_H
11571 #include <X11/Xlib.h>
11572 #endif
11575 main ()
11577 static XICCallback ac_aggr;
11578 if (sizeof ac_aggr.callback)
11579 return 0;
11581 return 0;
11583 _ACEOF
11584 rm -f conftest.$ac_objext
11585 if { (ac_try="$ac_compile"
11586 case "(($ac_try" in
11587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11588 *) ac_try_echo=$ac_try;;
11589 esac
11590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11591 $as_echo "$ac_try_echo") >&5
11592 (eval "$ac_compile") 2>conftest.er1
11593 ac_status=$?
11594 grep -v '^ *+' conftest.er1 >conftest.err
11595 rm -f conftest.er1
11596 cat conftest.err >&5
11597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11598 (exit $ac_status); } && {
11599 test -z "$ac_c_werror_flag" ||
11600 test ! -s conftest.err
11601 } && test -s conftest.$ac_objext; then
11602 ac_cv_member_XICCallback_callback=yes
11603 else
11604 $as_echo "$as_me: failed program was:" >&5
11605 sed 's/^/| /' conftest.$ac_ext >&5
11607 ac_cv_member_XICCallback_callback=no
11610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11615 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11616 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11617 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11619 cat >>confdefs.h <<_ACEOF
11620 #define HAVE_XICCALLBACK_CALLBACK 1
11621 _ACEOF
11628 opengl_msg=""
11629 if test "x$with_opengl" != "xno"
11630 then
11635 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11637 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11638 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11639 $as_echo_n "checking for $ac_header... " >&6; }
11640 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11641 $as_echo_n "(cached) " >&6
11642 else
11643 cat >conftest.$ac_ext <<_ACEOF
11644 /* confdefs.h. */
11645 _ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11649 #ifdef HAVE_GL_GLX_H
11650 # include <GL/glx.h>
11651 #endif
11653 #include <$ac_header>
11654 _ACEOF
11655 rm -f conftest.$ac_objext
11656 if { (ac_try="$ac_compile"
11657 case "(($ac_try" in
11658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11659 *) ac_try_echo=$ac_try;;
11660 esac
11661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11662 $as_echo "$ac_try_echo") >&5
11663 (eval "$ac_compile") 2>conftest.er1
11664 ac_status=$?
11665 grep -v '^ *+' conftest.er1 >conftest.err
11666 rm -f conftest.er1
11667 cat conftest.err >&5
11668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669 (exit $ac_status); } && {
11670 test -z "$ac_c_werror_flag" ||
11671 test ! -s conftest.err
11672 } && test -s conftest.$ac_objext; then
11673 eval "$as_ac_Header=yes"
11674 else
11675 $as_echo "$as_me: failed program was:" >&5
11676 sed 's/^/| /' conftest.$ac_ext >&5
11678 eval "$as_ac_Header=no"
11681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11683 ac_res=`eval 'as_val=${'$as_ac_Header'}
11684 $as_echo "$as_val"'`
11685 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11686 $as_echo "$ac_res" >&6; }
11687 as_val=`eval 'as_val=${'$as_ac_Header'}
11688 $as_echo "$as_val"'`
11689 if test "x$as_val" = x""yes; then
11690 cat >>confdefs.h <<_ACEOF
11691 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11692 _ACEOF
11696 done
11698 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11699 then
11700 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11701 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11702 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11703 $as_echo_n "(cached) " >&6
11704 else
11705 cat >conftest.$ac_ext <<_ACEOF
11706 /* confdefs.h. */
11707 _ACEOF
11708 cat confdefs.h >>conftest.$ac_ext
11709 cat >>conftest.$ac_ext <<_ACEOF
11710 /* end confdefs.h. */
11711 #include <GL/gl.h>
11713 main ()
11715 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11717 return 0;
11719 _ACEOF
11720 rm -f conftest.$ac_objext
11721 if { (ac_try="$ac_compile"
11722 case "(($ac_try" in
11723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11724 *) ac_try_echo=$ac_try;;
11725 esac
11726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11727 $as_echo "$ac_try_echo") >&5
11728 (eval "$ac_compile") 2>conftest.er1
11729 ac_status=$?
11730 grep -v '^ *+' conftest.er1 >conftest.err
11731 rm -f conftest.er1
11732 cat conftest.err >&5
11733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734 (exit $ac_status); } && {
11735 test -z "$ac_c_werror_flag" ||
11736 test ! -s conftest.err
11737 } && test -s conftest.$ac_objext; then
11738 wine_cv_opengl_header_version_OK="yes"
11739 else
11740 $as_echo "$as_me: failed program was:" >&5
11741 sed 's/^/| /' conftest.$ac_ext >&5
11743 wine_cv_opengl_header_version_OK="no"
11746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11748 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11749 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11751 if test "$wine_cv_opengl_header_version_OK" = "yes"
11752 then
11753 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11754 $as_echo_n "checking for -lGL... " >&6; }
11755 if test "${ac_cv_lib_soname_GL+set}" = set; then
11756 $as_echo_n "(cached) " >&6
11757 else
11758 ac_check_soname_save_LIBS=$LIBS
11759 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11760 cat >conftest.$ac_ext <<_ACEOF
11761 /* confdefs.h. */
11762 _ACEOF
11763 cat confdefs.h >>conftest.$ac_ext
11764 cat >>conftest.$ac_ext <<_ACEOF
11765 /* end confdefs.h. */
11767 /* Override any GCC internal prototype to avoid an error.
11768 Use char because int might match the return type of a GCC
11769 builtin and then its argument prototype would still apply. */
11770 #ifdef __cplusplus
11771 extern "C"
11772 #endif
11773 char glXCreateContext ();
11775 main ()
11777 return glXCreateContext ();
11779 return 0;
11781 _ACEOF
11782 rm -f conftest.$ac_objext conftest$ac_exeext
11783 if { (ac_try="$ac_link"
11784 case "(($ac_try" in
11785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11786 *) ac_try_echo=$ac_try;;
11787 esac
11788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11789 $as_echo "$ac_try_echo") >&5
11790 (eval "$ac_link") 2>conftest.er1
11791 ac_status=$?
11792 grep -v '^ *+' conftest.er1 >conftest.err
11793 rm -f conftest.er1
11794 cat conftest.err >&5
11795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11796 (exit $ac_status); } && {
11797 test -z "$ac_c_werror_flag" ||
11798 test ! -s conftest.err
11799 } && test -s conftest$ac_exeext && {
11800 test "$cross_compiling" = yes ||
11801 $as_test_x conftest$ac_exeext
11802 }; then
11803 case "$LIBEXT" in
11804 dll) ;;
11805 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'` ;;
11806 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11807 esac
11808 else
11809 $as_echo "$as_me: failed program was:" >&5
11810 sed 's/^/| /' conftest.$ac_ext >&5
11815 rm -rf conftest.dSYM
11816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11817 conftest$ac_exeext conftest.$ac_ext
11818 LIBS=$ac_check_soname_save_LIBS
11820 if test "x$ac_cv_lib_soname_GL" = "x"; then
11821 { $as_echo "$as_me:$LINENO: result: not found" >&5
11822 $as_echo "not found" >&6; }
11823 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11824 $as_echo_n "checking for -lGL... " >&6; }
11825 if test "${ac_cv_lib_soname_GL+set}" = set; then
11826 $as_echo_n "(cached) " >&6
11827 else
11828 ac_check_soname_save_LIBS=$LIBS
11829 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"
11830 cat >conftest.$ac_ext <<_ACEOF
11831 /* confdefs.h. */
11832 _ACEOF
11833 cat confdefs.h >>conftest.$ac_ext
11834 cat >>conftest.$ac_ext <<_ACEOF
11835 /* end confdefs.h. */
11837 /* Override any GCC internal prototype to avoid an error.
11838 Use char because int might match the return type of a GCC
11839 builtin and then its argument prototype would still apply. */
11840 #ifdef __cplusplus
11841 extern "C"
11842 #endif
11843 char glXCreateContext ();
11845 main ()
11847 return glXCreateContext ();
11849 return 0;
11851 _ACEOF
11852 rm -f conftest.$ac_objext conftest$ac_exeext
11853 if { (ac_try="$ac_link"
11854 case "(($ac_try" in
11855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11856 *) ac_try_echo=$ac_try;;
11857 esac
11858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11859 $as_echo "$ac_try_echo") >&5
11860 (eval "$ac_link") 2>conftest.er1
11861 ac_status=$?
11862 grep -v '^ *+' conftest.er1 >conftest.err
11863 rm -f conftest.er1
11864 cat conftest.err >&5
11865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11866 (exit $ac_status); } && {
11867 test -z "$ac_c_werror_flag" ||
11868 test ! -s conftest.err
11869 } && test -s conftest$ac_exeext && {
11870 test "$cross_compiling" = yes ||
11871 $as_test_x conftest$ac_exeext
11872 }; then
11873 case "$LIBEXT" in
11874 dll) ;;
11875 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'` ;;
11876 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11877 esac
11878 else
11879 $as_echo "$as_me: failed program was:" >&5
11880 sed 's/^/| /' conftest.$ac_ext >&5
11885 rm -rf conftest.dSYM
11886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11887 conftest$ac_exeext conftest.$ac_ext
11888 LIBS=$ac_check_soname_save_LIBS
11890 if test "x$ac_cv_lib_soname_GL" = "x"; then
11891 { $as_echo "$as_me:$LINENO: result: not found" >&5
11892 $as_echo "not found" >&6; }
11893 if test -f /usr/X11R6/lib/libGL.a
11894 then
11895 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11896 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11897 else
11898 opengl_msg="No OpenGL library found on this system."
11900 else
11901 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11902 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11904 cat >>confdefs.h <<_ACEOF
11905 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11906 _ACEOF
11908 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"
11910 cat >>confdefs.h <<\_ACEOF
11911 #define HAVE_OPENGL 1
11912 _ACEOF
11916 else
11917 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11918 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11920 cat >>confdefs.h <<_ACEOF
11921 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11922 _ACEOF
11924 OPENGL_LIBS="-lGL"
11926 cat >>confdefs.h <<\_ACEOF
11927 #define HAVE_OPENGL 1
11928 _ACEOF
11932 if test "$ac_cv_header_GL_glu_h" = "yes"
11933 then
11934 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11935 $as_echo_n "checking for -lGLU... " >&6; }
11936 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11937 $as_echo_n "(cached) " >&6
11938 else
11939 ac_check_soname_save_LIBS=$LIBS
11940 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11941 cat >conftest.$ac_ext <<_ACEOF
11942 /* confdefs.h. */
11943 _ACEOF
11944 cat confdefs.h >>conftest.$ac_ext
11945 cat >>conftest.$ac_ext <<_ACEOF
11946 /* end confdefs.h. */
11948 /* Override any GCC internal prototype to avoid an error.
11949 Use char because int might match the return type of a GCC
11950 builtin and then its argument prototype would still apply. */
11951 #ifdef __cplusplus
11952 extern "C"
11953 #endif
11954 char gluLookAt ();
11956 main ()
11958 return gluLookAt ();
11960 return 0;
11962 _ACEOF
11963 rm -f conftest.$ac_objext conftest$ac_exeext
11964 if { (ac_try="$ac_link"
11965 case "(($ac_try" in
11966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11967 *) ac_try_echo=$ac_try;;
11968 esac
11969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11970 $as_echo "$ac_try_echo") >&5
11971 (eval "$ac_link") 2>conftest.er1
11972 ac_status=$?
11973 grep -v '^ *+' conftest.er1 >conftest.err
11974 rm -f conftest.er1
11975 cat conftest.err >&5
11976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977 (exit $ac_status); } && {
11978 test -z "$ac_c_werror_flag" ||
11979 test ! -s conftest.err
11980 } && test -s conftest$ac_exeext && {
11981 test "$cross_compiling" = yes ||
11982 $as_test_x conftest$ac_exeext
11983 }; then
11984 case "$LIBEXT" in
11985 dll) ;;
11986 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'` ;;
11987 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11988 esac
11989 else
11990 $as_echo "$as_me: failed program was:" >&5
11991 sed 's/^/| /' conftest.$ac_ext >&5
11996 rm -rf conftest.dSYM
11997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11998 conftest$ac_exeext conftest.$ac_ext
11999 LIBS=$ac_check_soname_save_LIBS
12001 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12002 { $as_echo "$as_me:$LINENO: result: not found" >&5
12003 $as_echo "not found" >&6; }
12005 else
12006 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12007 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12009 cat >>confdefs.h <<_ACEOF
12010 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12011 _ACEOF
12017 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12018 case "x$with_glu" in
12019 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12020 xno) ;;
12021 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12022 This is an error since --with-glu was requested." >&5
12023 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12024 This is an error since --with-glu was requested." >&2;}
12025 { (exit 1); exit 1; }; } ;;
12026 esac
12029 else
12030 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12032 else
12033 opengl_msg="OpenGL development headers not found."
12035 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12036 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12037 else
12038 enable_opengl32=${enable_opengl32:-no}
12039 enable_glu32=${enable_glu32:-no}
12041 if test -n "$opengl_msg"; then
12042 case "x$with_opengl" in
12043 x) wine_warnings="$wine_warnings|$opengl_msg
12044 OpenGL and Direct3D won't be supported." ;;
12045 xno) ;;
12046 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12047 OpenGL and Direct3D won't be supported.
12048 This is an error since --with-opengl was requested." >&5
12049 $as_echo "$as_me: error: $opengl_msg
12050 OpenGL and Direct3D won't be supported.
12051 This is an error since --with-opengl was requested." >&2;}
12052 { (exit 1); exit 1; }; } ;;
12053 esac
12057 NASLIBS=""
12060 for ac_header in audio/audiolib.h
12062 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12064 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12065 $as_echo_n "checking for $ac_header... " >&6; }
12066 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12067 $as_echo_n "(cached) " >&6
12069 ac_res=`eval 'as_val=${'$as_ac_Header'}
12070 $as_echo "$as_val"'`
12071 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12072 $as_echo "$ac_res" >&6; }
12073 else
12074 # Is the header compilable?
12075 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12076 $as_echo_n "checking $ac_header usability... " >&6; }
12077 cat >conftest.$ac_ext <<_ACEOF
12078 /* confdefs.h. */
12079 _ACEOF
12080 cat confdefs.h >>conftest.$ac_ext
12081 cat >>conftest.$ac_ext <<_ACEOF
12082 /* end confdefs.h. */
12083 $ac_includes_default
12084 #include <$ac_header>
12085 _ACEOF
12086 rm -f conftest.$ac_objext
12087 if { (ac_try="$ac_compile"
12088 case "(($ac_try" in
12089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12090 *) ac_try_echo=$ac_try;;
12091 esac
12092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12093 $as_echo "$ac_try_echo") >&5
12094 (eval "$ac_compile") 2>conftest.er1
12095 ac_status=$?
12096 grep -v '^ *+' conftest.er1 >conftest.err
12097 rm -f conftest.er1
12098 cat conftest.err >&5
12099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12100 (exit $ac_status); } && {
12101 test -z "$ac_c_werror_flag" ||
12102 test ! -s conftest.err
12103 } && test -s conftest.$ac_objext; then
12104 ac_header_compiler=yes
12105 else
12106 $as_echo "$as_me: failed program was:" >&5
12107 sed 's/^/| /' conftest.$ac_ext >&5
12109 ac_header_compiler=no
12112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12113 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12114 $as_echo "$ac_header_compiler" >&6; }
12116 # Is the header present?
12117 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12118 $as_echo_n "checking $ac_header presence... " >&6; }
12119 cat >conftest.$ac_ext <<_ACEOF
12120 /* confdefs.h. */
12121 _ACEOF
12122 cat confdefs.h >>conftest.$ac_ext
12123 cat >>conftest.$ac_ext <<_ACEOF
12124 /* end confdefs.h. */
12125 #include <$ac_header>
12126 _ACEOF
12127 if { (ac_try="$ac_cpp conftest.$ac_ext"
12128 case "(($ac_try" in
12129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12130 *) ac_try_echo=$ac_try;;
12131 esac
12132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12133 $as_echo "$ac_try_echo") >&5
12134 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12135 ac_status=$?
12136 grep -v '^ *+' conftest.er1 >conftest.err
12137 rm -f conftest.er1
12138 cat conftest.err >&5
12139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140 (exit $ac_status); } >/dev/null && {
12141 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12142 test ! -s conftest.err
12143 }; then
12144 ac_header_preproc=yes
12145 else
12146 $as_echo "$as_me: failed program was:" >&5
12147 sed 's/^/| /' conftest.$ac_ext >&5
12149 ac_header_preproc=no
12152 rm -f conftest.err conftest.$ac_ext
12153 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12154 $as_echo "$ac_header_preproc" >&6; }
12156 # So? What about this header?
12157 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12158 yes:no: )
12159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12160 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12161 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12162 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12163 ac_header_preproc=yes
12165 no:yes:* )
12166 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12167 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12168 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12169 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12170 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12171 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12172 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12173 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12174 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12175 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12176 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12177 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12178 ( cat <<\_ASBOX
12179 ## ------------------------------------ ##
12180 ## Report this to wine-devel@winehq.org ##
12181 ## ------------------------------------ ##
12182 _ASBOX
12183 ) | sed "s/^/$as_me: WARNING: /" >&2
12185 esac
12186 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12187 $as_echo_n "checking for $ac_header... " >&6; }
12188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12189 $as_echo_n "(cached) " >&6
12190 else
12191 eval "$as_ac_Header=\$ac_header_preproc"
12193 ac_res=`eval 'as_val=${'$as_ac_Header'}
12194 $as_echo "$as_val"'`
12195 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12196 $as_echo "$ac_res" >&6; }
12199 as_val=`eval 'as_val=${'$as_ac_Header'}
12200 $as_echo "$as_val"'`
12201 if test "x$as_val" = x""yes; then
12202 cat >>confdefs.h <<_ACEOF
12203 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12204 _ACEOF
12206 for ac_header in audio/soundlib.h
12208 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12209 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12210 $as_echo_n "checking for $ac_header... " >&6; }
12211 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12212 $as_echo_n "(cached) " >&6
12213 else
12214 cat >conftest.$ac_ext <<_ACEOF
12215 /* confdefs.h. */
12216 _ACEOF
12217 cat confdefs.h >>conftest.$ac_ext
12218 cat >>conftest.$ac_ext <<_ACEOF
12219 /* end confdefs.h. */
12220 #include <audio/audiolib.h>
12222 #include <$ac_header>
12223 _ACEOF
12224 rm -f conftest.$ac_objext
12225 if { (ac_try="$ac_compile"
12226 case "(($ac_try" in
12227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12228 *) ac_try_echo=$ac_try;;
12229 esac
12230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12231 $as_echo "$ac_try_echo") >&5
12232 (eval "$ac_compile") 2>conftest.er1
12233 ac_status=$?
12234 grep -v '^ *+' conftest.er1 >conftest.err
12235 rm -f conftest.er1
12236 cat conftest.err >&5
12237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238 (exit $ac_status); } && {
12239 test -z "$ac_c_werror_flag" ||
12240 test ! -s conftest.err
12241 } && test -s conftest.$ac_objext; then
12242 eval "$as_ac_Header=yes"
12243 else
12244 $as_echo "$as_me: failed program was:" >&5
12245 sed 's/^/| /' conftest.$ac_ext >&5
12247 eval "$as_ac_Header=no"
12250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12252 ac_res=`eval 'as_val=${'$as_ac_Header'}
12253 $as_echo "$as_val"'`
12254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12255 $as_echo "$ac_res" >&6; }
12256 as_val=`eval 'as_val=${'$as_ac_Header'}
12257 $as_echo "$as_val"'`
12258 if test "x$as_val" = x""yes; then
12259 cat >>confdefs.h <<_ACEOF
12260 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12261 _ACEOF
12265 done
12267 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12268 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12269 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12270 $as_echo_n "(cached) " >&6
12271 else
12272 ac_check_lib_save_LIBS=$LIBS
12273 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12274 cat >conftest.$ac_ext <<_ACEOF
12275 /* confdefs.h. */
12276 _ACEOF
12277 cat confdefs.h >>conftest.$ac_ext
12278 cat >>conftest.$ac_ext <<_ACEOF
12279 /* end confdefs.h. */
12281 /* Override any GCC internal prototype to avoid an error.
12282 Use char because int might match the return type of a GCC
12283 builtin and then its argument prototype would still apply. */
12284 #ifdef __cplusplus
12285 extern "C"
12286 #endif
12287 char AuCreateFlow ();
12289 main ()
12291 return AuCreateFlow ();
12293 return 0;
12295 _ACEOF
12296 rm -f conftest.$ac_objext conftest$ac_exeext
12297 if { (ac_try="$ac_link"
12298 case "(($ac_try" in
12299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12300 *) ac_try_echo=$ac_try;;
12301 esac
12302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12303 $as_echo "$ac_try_echo") >&5
12304 (eval "$ac_link") 2>conftest.er1
12305 ac_status=$?
12306 grep -v '^ *+' conftest.er1 >conftest.err
12307 rm -f conftest.er1
12308 cat conftest.err >&5
12309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12310 (exit $ac_status); } && {
12311 test -z "$ac_c_werror_flag" ||
12312 test ! -s conftest.err
12313 } && test -s conftest$ac_exeext && {
12314 test "$cross_compiling" = yes ||
12315 $as_test_x conftest$ac_exeext
12316 }; then
12317 ac_cv_lib_audio_AuCreateFlow=yes
12318 else
12319 $as_echo "$as_me: failed program was:" >&5
12320 sed 's/^/| /' conftest.$ac_ext >&5
12322 ac_cv_lib_audio_AuCreateFlow=no
12325 rm -rf conftest.dSYM
12326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12327 conftest$ac_exeext conftest.$ac_ext
12328 LIBS=$ac_check_lib_save_LIBS
12330 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12331 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12332 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12334 cat >>confdefs.h <<\_ACEOF
12335 #define HAVE_NAS 1
12336 _ACEOF
12338 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12339 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12340 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12341 $as_echo_n "(cached) " >&6
12342 else
12343 ac_check_lib_save_LIBS=$LIBS
12344 LIBS="-lXau $X_LIBS $LIBS"
12345 cat >conftest.$ac_ext <<_ACEOF
12346 /* confdefs.h. */
12347 _ACEOF
12348 cat confdefs.h >>conftest.$ac_ext
12349 cat >>conftest.$ac_ext <<_ACEOF
12350 /* end confdefs.h. */
12352 /* Override any GCC internal prototype to avoid an error.
12353 Use char because int might match the return type of a GCC
12354 builtin and then its argument prototype would still apply. */
12355 #ifdef __cplusplus
12356 extern "C"
12357 #endif
12358 char XauGetBestAuthByAddr ();
12360 main ()
12362 return XauGetBestAuthByAddr ();
12364 return 0;
12366 _ACEOF
12367 rm -f conftest.$ac_objext conftest$ac_exeext
12368 if { (ac_try="$ac_link"
12369 case "(($ac_try" in
12370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12371 *) ac_try_echo=$ac_try;;
12372 esac
12373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12374 $as_echo "$ac_try_echo") >&5
12375 (eval "$ac_link") 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest$ac_exeext && {
12385 test "$cross_compiling" = yes ||
12386 $as_test_x conftest$ac_exeext
12387 }; then
12388 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12389 else
12390 $as_echo "$as_me: failed program was:" >&5
12391 sed 's/^/| /' conftest.$ac_ext >&5
12393 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12396 rm -rf conftest.dSYM
12397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12398 conftest$ac_exeext conftest.$ac_ext
12399 LIBS=$ac_check_lib_save_LIBS
12401 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12402 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12403 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12404 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12405 else
12406 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12414 done
12417 CPPFLAGS="$ac_save_CPPFLAGS"
12418 else
12419 XLIB=""
12420 X_CFLAGS=""
12421 X_LIBS=""
12422 enable_winex11_drv=${enable_winex11_drv:-no}
12423 enable_opengl32=${enable_opengl32:-no}
12424 enable_glu32=${enable_glu32:-no}
12426 if test "x$XLIB" = "x"; then
12427 case "x$with_x" in
12428 xno) ;;
12429 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12430 without X support, which probably isn't what you want. You will need to install
12431 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12432 Use the --without-x option if you really want this." >&5
12433 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12434 without X support, which probably isn't what you want. You will need to install
12435 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12436 Use the --without-x option if you really want this." >&2;}
12437 { (exit 1); exit 1; }; } ;;
12438 esac
12443 XML2LIBS=""
12445 XML2INCL=""
12447 XSLTINCL=""
12449 if test "x$with_xml" != "xno"
12450 then
12451 ac_save_CPPFLAGS="$CPPFLAGS"
12452 if test "$PKG_CONFIG" != "false"
12453 then
12454 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12455 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12456 else
12457 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12458 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12460 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12462 for ac_header in libxml/parser.h
12464 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12467 $as_echo_n "checking for $ac_header... " >&6; }
12468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12469 $as_echo_n "(cached) " >&6
12471 ac_res=`eval 'as_val=${'$as_ac_Header'}
12472 $as_echo "$as_val"'`
12473 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12474 $as_echo "$ac_res" >&6; }
12475 else
12476 # Is the header compilable?
12477 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12478 $as_echo_n "checking $ac_header usability... " >&6; }
12479 cat >conftest.$ac_ext <<_ACEOF
12480 /* confdefs.h. */
12481 _ACEOF
12482 cat confdefs.h >>conftest.$ac_ext
12483 cat >>conftest.$ac_ext <<_ACEOF
12484 /* end confdefs.h. */
12485 $ac_includes_default
12486 #include <$ac_header>
12487 _ACEOF
12488 rm -f conftest.$ac_objext
12489 if { (ac_try="$ac_compile"
12490 case "(($ac_try" in
12491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12492 *) ac_try_echo=$ac_try;;
12493 esac
12494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12495 $as_echo "$ac_try_echo") >&5
12496 (eval "$ac_compile") 2>conftest.er1
12497 ac_status=$?
12498 grep -v '^ *+' conftest.er1 >conftest.err
12499 rm -f conftest.er1
12500 cat conftest.err >&5
12501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); } && {
12503 test -z "$ac_c_werror_flag" ||
12504 test ! -s conftest.err
12505 } && test -s conftest.$ac_objext; then
12506 ac_header_compiler=yes
12507 else
12508 $as_echo "$as_me: failed program was:" >&5
12509 sed 's/^/| /' conftest.$ac_ext >&5
12511 ac_header_compiler=no
12514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12515 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12516 $as_echo "$ac_header_compiler" >&6; }
12518 # Is the header present?
12519 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12520 $as_echo_n "checking $ac_header presence... " >&6; }
12521 cat >conftest.$ac_ext <<_ACEOF
12522 /* confdefs.h. */
12523 _ACEOF
12524 cat confdefs.h >>conftest.$ac_ext
12525 cat >>conftest.$ac_ext <<_ACEOF
12526 /* end confdefs.h. */
12527 #include <$ac_header>
12528 _ACEOF
12529 if { (ac_try="$ac_cpp conftest.$ac_ext"
12530 case "(($ac_try" in
12531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12532 *) ac_try_echo=$ac_try;;
12533 esac
12534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12535 $as_echo "$ac_try_echo") >&5
12536 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12537 ac_status=$?
12538 grep -v '^ *+' conftest.er1 >conftest.err
12539 rm -f conftest.er1
12540 cat conftest.err >&5
12541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12542 (exit $ac_status); } >/dev/null && {
12543 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12544 test ! -s conftest.err
12545 }; then
12546 ac_header_preproc=yes
12547 else
12548 $as_echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.$ac_ext >&5
12551 ac_header_preproc=no
12554 rm -f conftest.err conftest.$ac_ext
12555 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12556 $as_echo "$ac_header_preproc" >&6; }
12558 # So? What about this header?
12559 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12560 yes:no: )
12561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12562 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12563 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12564 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12565 ac_header_preproc=yes
12567 no:yes:* )
12568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12569 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12570 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12571 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12572 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12573 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12574 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12575 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12576 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12577 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12578 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12579 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12580 ( cat <<\_ASBOX
12581 ## ------------------------------------ ##
12582 ## Report this to wine-devel@winehq.org ##
12583 ## ------------------------------------ ##
12584 _ASBOX
12585 ) | sed "s/^/$as_me: WARNING: /" >&2
12587 esac
12588 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12589 $as_echo_n "checking for $ac_header... " >&6; }
12590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12591 $as_echo_n "(cached) " >&6
12592 else
12593 eval "$as_ac_Header=\$ac_header_preproc"
12595 ac_res=`eval 'as_val=${'$as_ac_Header'}
12596 $as_echo "$as_val"'`
12597 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12598 $as_echo "$ac_res" >&6; }
12601 as_val=`eval 'as_val=${'$as_ac_Header'}
12602 $as_echo "$as_val"'`
12603 if test "x$as_val" = x""yes; then
12604 cat >>confdefs.h <<_ACEOF
12605 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12606 _ACEOF
12607 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12608 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12609 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12610 $as_echo_n "(cached) " >&6
12611 else
12612 ac_check_lib_save_LIBS=$LIBS
12613 LIBS="-lxml2 $ac_xml_libs $LIBS"
12614 cat >conftest.$ac_ext <<_ACEOF
12615 /* confdefs.h. */
12616 _ACEOF
12617 cat confdefs.h >>conftest.$ac_ext
12618 cat >>conftest.$ac_ext <<_ACEOF
12619 /* end confdefs.h. */
12621 /* Override any GCC internal prototype to avoid an error.
12622 Use char because int might match the return type of a GCC
12623 builtin and then its argument prototype would still apply. */
12624 #ifdef __cplusplus
12625 extern "C"
12626 #endif
12627 char xmlParseMemory ();
12629 main ()
12631 return xmlParseMemory ();
12633 return 0;
12635 _ACEOF
12636 rm -f conftest.$ac_objext conftest$ac_exeext
12637 if { (ac_try="$ac_link"
12638 case "(($ac_try" in
12639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12640 *) ac_try_echo=$ac_try;;
12641 esac
12642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12643 $as_echo "$ac_try_echo") >&5
12644 (eval "$ac_link") 2>conftest.er1
12645 ac_status=$?
12646 grep -v '^ *+' conftest.er1 >conftest.err
12647 rm -f conftest.er1
12648 cat conftest.err >&5
12649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650 (exit $ac_status); } && {
12651 test -z "$ac_c_werror_flag" ||
12652 test ! -s conftest.err
12653 } && test -s conftest$ac_exeext && {
12654 test "$cross_compiling" = yes ||
12655 $as_test_x conftest$ac_exeext
12656 }; then
12657 ac_cv_lib_xml2_xmlParseMemory=yes
12658 else
12659 $as_echo "$as_me: failed program was:" >&5
12660 sed 's/^/| /' conftest.$ac_ext >&5
12662 ac_cv_lib_xml2_xmlParseMemory=no
12665 rm -rf conftest.dSYM
12666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12667 conftest$ac_exeext conftest.$ac_ext
12668 LIBS=$ac_check_lib_save_LIBS
12670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12671 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12672 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12674 cat >>confdefs.h <<\_ACEOF
12675 #define HAVE_LIBXML2 1
12676 _ACEOF
12678 XML2LIBS="$ac_xml_libs"
12679 XML2INCL="$ac_xml_cflags"
12682 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12683 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12684 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12685 $as_echo_n "(cached) " >&6
12686 else
12687 ac_check_lib_save_LIBS=$LIBS
12688 LIBS="-lxml2 $ac_xml_libs $LIBS"
12689 cat >conftest.$ac_ext <<_ACEOF
12690 /* confdefs.h. */
12691 _ACEOF
12692 cat confdefs.h >>conftest.$ac_ext
12693 cat >>conftest.$ac_ext <<_ACEOF
12694 /* end confdefs.h. */
12696 /* Override any GCC internal prototype to avoid an error.
12697 Use char because int might match the return type of a GCC
12698 builtin and then its argument prototype would still apply. */
12699 #ifdef __cplusplus
12700 extern "C"
12701 #endif
12702 char xmlReadMemory ();
12704 main ()
12706 return xmlReadMemory ();
12708 return 0;
12710 _ACEOF
12711 rm -f conftest.$ac_objext conftest$ac_exeext
12712 if { (ac_try="$ac_link"
12713 case "(($ac_try" in
12714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12715 *) ac_try_echo=$ac_try;;
12716 esac
12717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12718 $as_echo "$ac_try_echo") >&5
12719 (eval "$ac_link") 2>conftest.er1
12720 ac_status=$?
12721 grep -v '^ *+' conftest.er1 >conftest.err
12722 rm -f conftest.er1
12723 cat conftest.err >&5
12724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725 (exit $ac_status); } && {
12726 test -z "$ac_c_werror_flag" ||
12727 test ! -s conftest.err
12728 } && test -s conftest$ac_exeext && {
12729 test "$cross_compiling" = yes ||
12730 $as_test_x conftest$ac_exeext
12731 }; then
12732 ac_cv_lib_xml2_xmlReadMemory=yes
12733 else
12734 $as_echo "$as_me: failed program was:" >&5
12735 sed 's/^/| /' conftest.$ac_ext >&5
12737 ac_cv_lib_xml2_xmlReadMemory=no
12740 rm -rf conftest.dSYM
12741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12742 conftest$ac_exeext conftest.$ac_ext
12743 LIBS=$ac_check_lib_save_LIBS
12745 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12746 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12747 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12749 cat >>confdefs.h <<\_ACEOF
12750 #define HAVE_XMLREADMEMORY 1
12751 _ACEOF
12755 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12756 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12757 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12758 $as_echo_n "(cached) " >&6
12759 else
12760 ac_check_lib_save_LIBS=$LIBS
12761 LIBS="-lxml2 $ac_xml_libs $LIBS"
12762 cat >conftest.$ac_ext <<_ACEOF
12763 /* confdefs.h. */
12764 _ACEOF
12765 cat confdefs.h >>conftest.$ac_ext
12766 cat >>conftest.$ac_ext <<_ACEOF
12767 /* end confdefs.h. */
12769 /* Override any GCC internal prototype to avoid an error.
12770 Use char because int might match the return type of a GCC
12771 builtin and then its argument prototype would still apply. */
12772 #ifdef __cplusplus
12773 extern "C"
12774 #endif
12775 char xmlNewDocPI ();
12777 main ()
12779 return xmlNewDocPI ();
12781 return 0;
12783 _ACEOF
12784 rm -f conftest.$ac_objext conftest$ac_exeext
12785 if { (ac_try="$ac_link"
12786 case "(($ac_try" in
12787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12788 *) ac_try_echo=$ac_try;;
12789 esac
12790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12791 $as_echo "$ac_try_echo") >&5
12792 (eval "$ac_link") 2>conftest.er1
12793 ac_status=$?
12794 grep -v '^ *+' conftest.er1 >conftest.err
12795 rm -f conftest.er1
12796 cat conftest.err >&5
12797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); } && {
12799 test -z "$ac_c_werror_flag" ||
12800 test ! -s conftest.err
12801 } && test -s conftest$ac_exeext && {
12802 test "$cross_compiling" = yes ||
12803 $as_test_x conftest$ac_exeext
12804 }; then
12805 ac_cv_lib_xml2_xmlNewDocPI=yes
12806 else
12807 $as_echo "$as_me: failed program was:" >&5
12808 sed 's/^/| /' conftest.$ac_ext >&5
12810 ac_cv_lib_xml2_xmlNewDocPI=no
12813 rm -rf conftest.dSYM
12814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12815 conftest$ac_exeext conftest.$ac_ext
12816 LIBS=$ac_check_lib_save_LIBS
12818 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12819 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12820 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12822 cat >>confdefs.h <<\_ACEOF
12823 #define HAVE_XMLNEWDOCPI 1
12824 _ACEOF
12831 done
12833 CPPFLAGS="$ac_save_CPPFLAGS"
12835 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12836 case "x$with_xml" in
12837 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12838 xno) ;;
12839 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12840 This is an error since --with-xml was requested." >&5
12841 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12842 This is an error since --with-xml was requested." >&2;}
12843 { (exit 1); exit 1; }; } ;;
12844 esac
12848 if test "x$with_xslt" != "xno"
12849 then
12850 if test "$PKG_CONFIG" != "false"
12851 then
12852 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12853 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12854 else
12855 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12856 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12858 ac_save_CPPFLAGS="$CPPFLAGS"
12859 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12862 for ac_header in libxslt/pattern.h libxslt/transform.h
12864 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12865 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12866 $as_echo_n "checking for $ac_header... " >&6; }
12867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12868 $as_echo_n "(cached) " >&6
12869 else
12870 cat >conftest.$ac_ext <<_ACEOF
12871 /* confdefs.h. */
12872 _ACEOF
12873 cat confdefs.h >>conftest.$ac_ext
12874 cat >>conftest.$ac_ext <<_ACEOF
12875 /* end confdefs.h. */
12876 #ifdef HAVE_LIBXSLT_PATTERN_H
12877 # include <libxslt/pattern.h>
12878 #endif
12880 #include <$ac_header>
12881 _ACEOF
12882 rm -f conftest.$ac_objext
12883 if { (ac_try="$ac_compile"
12884 case "(($ac_try" in
12885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12886 *) ac_try_echo=$ac_try;;
12887 esac
12888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12889 $as_echo "$ac_try_echo") >&5
12890 (eval "$ac_compile") 2>conftest.er1
12891 ac_status=$?
12892 grep -v '^ *+' conftest.er1 >conftest.err
12893 rm -f conftest.er1
12894 cat conftest.err >&5
12895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12896 (exit $ac_status); } && {
12897 test -z "$ac_c_werror_flag" ||
12898 test ! -s conftest.err
12899 } && test -s conftest.$ac_objext; then
12900 eval "$as_ac_Header=yes"
12901 else
12902 $as_echo "$as_me: failed program was:" >&5
12903 sed 's/^/| /' conftest.$ac_ext >&5
12905 eval "$as_ac_Header=no"
12908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12910 ac_res=`eval 'as_val=${'$as_ac_Header'}
12911 $as_echo "$as_val"'`
12912 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12913 $as_echo "$ac_res" >&6; }
12914 as_val=`eval 'as_val=${'$as_ac_Header'}
12915 $as_echo "$as_val"'`
12916 if test "x$as_val" = x""yes; then
12917 cat >>confdefs.h <<_ACEOF
12918 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12919 _ACEOF
12923 done
12925 CPPFLAGS="$ac_save_CPPFLAGS"
12926 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12927 then
12928 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12929 $as_echo_n "checking for -lxslt... " >&6; }
12930 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12931 $as_echo_n "(cached) " >&6
12932 else
12933 ac_check_soname_save_LIBS=$LIBS
12934 LIBS="-lxslt $ac_xslt_libs $LIBS"
12935 cat >conftest.$ac_ext <<_ACEOF
12936 /* confdefs.h. */
12937 _ACEOF
12938 cat confdefs.h >>conftest.$ac_ext
12939 cat >>conftest.$ac_ext <<_ACEOF
12940 /* end confdefs.h. */
12942 /* Override any GCC internal prototype to avoid an error.
12943 Use char because int might match the return type of a GCC
12944 builtin and then its argument prototype would still apply. */
12945 #ifdef __cplusplus
12946 extern "C"
12947 #endif
12948 char xsltCompilePattern ();
12950 main ()
12952 return xsltCompilePattern ();
12954 return 0;
12956 _ACEOF
12957 rm -f conftest.$ac_objext conftest$ac_exeext
12958 if { (ac_try="$ac_link"
12959 case "(($ac_try" in
12960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12961 *) ac_try_echo=$ac_try;;
12962 esac
12963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12964 $as_echo "$ac_try_echo") >&5
12965 (eval "$ac_link") 2>conftest.er1
12966 ac_status=$?
12967 grep -v '^ *+' conftest.er1 >conftest.err
12968 rm -f conftest.er1
12969 cat conftest.err >&5
12970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); } && {
12972 test -z "$ac_c_werror_flag" ||
12973 test ! -s conftest.err
12974 } && test -s conftest$ac_exeext && {
12975 test "$cross_compiling" = yes ||
12976 $as_test_x conftest$ac_exeext
12977 }; then
12978 case "$LIBEXT" in
12979 dll) ;;
12980 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'` ;;
12981 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12982 esac
12983 else
12984 $as_echo "$as_me: failed program was:" >&5
12985 sed 's/^/| /' conftest.$ac_ext >&5
12990 rm -rf conftest.dSYM
12991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12992 conftest$ac_exeext conftest.$ac_ext
12993 LIBS=$ac_check_soname_save_LIBS
12995 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12996 { $as_echo "$as_me:$LINENO: result: not found" >&5
12997 $as_echo "not found" >&6; }
12999 else
13000 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13001 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13003 cat >>confdefs.h <<_ACEOF
13004 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13005 _ACEOF
13007 XSLTINCL="$ac_xslt_cflags"
13012 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13013 case "x$with_xslt" in
13014 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13015 xno) ;;
13016 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13017 This is an error since --with-xslt was requested." >&5
13018 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13019 This is an error since --with-xslt was requested." >&2;}
13020 { (exit 1); exit 1; }; } ;;
13021 esac
13025 HALINCL=""
13027 if test "x$with_hal" != "xno"
13028 then
13029 ac_save_CPPFLAGS="$CPPFLAGS"
13030 if test "$PKG_CONFIG" != "false"
13031 then
13032 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13033 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13034 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13038 for ac_header in dbus/dbus.h hal/libhal.h
13040 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13042 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13043 $as_echo_n "checking for $ac_header... " >&6; }
13044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13045 $as_echo_n "(cached) " >&6
13047 ac_res=`eval 'as_val=${'$as_ac_Header'}
13048 $as_echo "$as_val"'`
13049 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13050 $as_echo "$ac_res" >&6; }
13051 else
13052 # Is the header compilable?
13053 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13054 $as_echo_n "checking $ac_header usability... " >&6; }
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13061 $ac_includes_default
13062 #include <$ac_header>
13063 _ACEOF
13064 rm -f conftest.$ac_objext
13065 if { (ac_try="$ac_compile"
13066 case "(($ac_try" in
13067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13068 *) ac_try_echo=$ac_try;;
13069 esac
13070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13071 $as_echo "$ac_try_echo") >&5
13072 (eval "$ac_compile") 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } && {
13079 test -z "$ac_c_werror_flag" ||
13080 test ! -s conftest.err
13081 } && test -s conftest.$ac_objext; then
13082 ac_header_compiler=yes
13083 else
13084 $as_echo "$as_me: failed program was:" >&5
13085 sed 's/^/| /' conftest.$ac_ext >&5
13087 ac_header_compiler=no
13090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13091 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13092 $as_echo "$ac_header_compiler" >&6; }
13094 # Is the header present?
13095 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13096 $as_echo_n "checking $ac_header presence... " >&6; }
13097 cat >conftest.$ac_ext <<_ACEOF
13098 /* confdefs.h. */
13099 _ACEOF
13100 cat confdefs.h >>conftest.$ac_ext
13101 cat >>conftest.$ac_ext <<_ACEOF
13102 /* end confdefs.h. */
13103 #include <$ac_header>
13104 _ACEOF
13105 if { (ac_try="$ac_cpp conftest.$ac_ext"
13106 case "(($ac_try" in
13107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13108 *) ac_try_echo=$ac_try;;
13109 esac
13110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13111 $as_echo "$ac_try_echo") >&5
13112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13113 ac_status=$?
13114 grep -v '^ *+' conftest.er1 >conftest.err
13115 rm -f conftest.er1
13116 cat conftest.err >&5
13117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13118 (exit $ac_status); } >/dev/null && {
13119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13120 test ! -s conftest.err
13121 }; then
13122 ac_header_preproc=yes
13123 else
13124 $as_echo "$as_me: failed program was:" >&5
13125 sed 's/^/| /' conftest.$ac_ext >&5
13127 ac_header_preproc=no
13130 rm -f conftest.err conftest.$ac_ext
13131 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13132 $as_echo "$ac_header_preproc" >&6; }
13134 # So? What about this header?
13135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13136 yes:no: )
13137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13138 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13140 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13141 ac_header_preproc=yes
13143 no:yes:* )
13144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13145 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13147 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13149 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13150 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13151 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13153 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13155 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13156 ( cat <<\_ASBOX
13157 ## ------------------------------------ ##
13158 ## Report this to wine-devel@winehq.org ##
13159 ## ------------------------------------ ##
13160 _ASBOX
13161 ) | sed "s/^/$as_me: WARNING: /" >&2
13163 esac
13164 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13165 $as_echo_n "checking for $ac_header... " >&6; }
13166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13167 $as_echo_n "(cached) " >&6
13168 else
13169 eval "$as_ac_Header=\$ac_header_preproc"
13171 ac_res=`eval 'as_val=${'$as_ac_Header'}
13172 $as_echo "$as_val"'`
13173 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13174 $as_echo "$ac_res" >&6; }
13177 as_val=`eval 'as_val=${'$as_ac_Header'}
13178 $as_echo "$as_val"'`
13179 if test "x$as_val" = x""yes; then
13180 cat >>confdefs.h <<_ACEOF
13181 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13182 _ACEOF
13186 done
13188 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13189 then
13190 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13191 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13192 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13193 $as_echo_n "(cached) " >&6
13194 else
13195 ac_check_lib_save_LIBS=$LIBS
13196 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13197 cat >conftest.$ac_ext <<_ACEOF
13198 /* confdefs.h. */
13199 _ACEOF
13200 cat confdefs.h >>conftest.$ac_ext
13201 cat >>conftest.$ac_ext <<_ACEOF
13202 /* end confdefs.h. */
13204 /* Override any GCC internal prototype to avoid an error.
13205 Use char because int might match the return type of a GCC
13206 builtin and then its argument prototype would still apply. */
13207 #ifdef __cplusplus
13208 extern "C"
13209 #endif
13210 char dbus_connection_close ();
13212 main ()
13214 return dbus_connection_close ();
13216 return 0;
13218 _ACEOF
13219 rm -f conftest.$ac_objext conftest$ac_exeext
13220 if { (ac_try="$ac_link"
13221 case "(($ac_try" in
13222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13223 *) ac_try_echo=$ac_try;;
13224 esac
13225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13226 $as_echo "$ac_try_echo") >&5
13227 (eval "$ac_link") 2>conftest.er1
13228 ac_status=$?
13229 grep -v '^ *+' conftest.er1 >conftest.err
13230 rm -f conftest.er1
13231 cat conftest.err >&5
13232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13233 (exit $ac_status); } && {
13234 test -z "$ac_c_werror_flag" ||
13235 test ! -s conftest.err
13236 } && test -s conftest$ac_exeext && {
13237 test "$cross_compiling" = yes ||
13238 $as_test_x conftest$ac_exeext
13239 }; then
13240 ac_cv_lib_dbus_1_dbus_connection_close=yes
13241 else
13242 $as_echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13245 ac_cv_lib_dbus_1_dbus_connection_close=no
13248 rm -rf conftest.dSYM
13249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13250 conftest$ac_exeext conftest.$ac_ext
13251 LIBS=$ac_check_lib_save_LIBS
13253 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13254 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13255 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13256 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13257 $as_echo_n "checking for -lhal... " >&6; }
13258 if test "${ac_cv_lib_soname_hal+set}" = set; then
13259 $as_echo_n "(cached) " >&6
13260 else
13261 ac_check_soname_save_LIBS=$LIBS
13262 LIBS="-lhal $ac_hal_libs $LIBS"
13263 cat >conftest.$ac_ext <<_ACEOF
13264 /* confdefs.h. */
13265 _ACEOF
13266 cat confdefs.h >>conftest.$ac_ext
13267 cat >>conftest.$ac_ext <<_ACEOF
13268 /* end confdefs.h. */
13270 /* Override any GCC internal prototype to avoid an error.
13271 Use char because int might match the return type of a GCC
13272 builtin and then its argument prototype would still apply. */
13273 #ifdef __cplusplus
13274 extern "C"
13275 #endif
13276 char libhal_ctx_new ();
13278 main ()
13280 return libhal_ctx_new ();
13282 return 0;
13284 _ACEOF
13285 rm -f conftest.$ac_objext conftest$ac_exeext
13286 if { (ac_try="$ac_link"
13287 case "(($ac_try" in
13288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13289 *) ac_try_echo=$ac_try;;
13290 esac
13291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13292 $as_echo "$ac_try_echo") >&5
13293 (eval "$ac_link") 2>conftest.er1
13294 ac_status=$?
13295 grep -v '^ *+' conftest.er1 >conftest.err
13296 rm -f conftest.er1
13297 cat conftest.err >&5
13298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13299 (exit $ac_status); } && {
13300 test -z "$ac_c_werror_flag" ||
13301 test ! -s conftest.err
13302 } && test -s conftest$ac_exeext && {
13303 test "$cross_compiling" = yes ||
13304 $as_test_x conftest$ac_exeext
13305 }; then
13306 case "$LIBEXT" in
13307 dll) ;;
13308 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'` ;;
13309 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13310 esac
13311 else
13312 $as_echo "$as_me: failed program was:" >&5
13313 sed 's/^/| /' conftest.$ac_ext >&5
13318 rm -rf conftest.dSYM
13319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13320 conftest$ac_exeext conftest.$ac_ext
13321 LIBS=$ac_check_soname_save_LIBS
13323 if test "x$ac_cv_lib_soname_hal" = "x"; then
13324 { $as_echo "$as_me:$LINENO: result: not found" >&5
13325 $as_echo "not found" >&6; }
13327 else
13328 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13329 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13331 cat >>confdefs.h <<_ACEOF
13332 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13333 _ACEOF
13335 HALINCL="$ac_hal_cflags"
13341 CPPFLAGS="$ac_save_CPPFLAGS"
13343 if test "x$ac_cv_lib_soname_hal" = "x"; then
13344 case "x$with_hal" in
13345 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13346 xno) ;;
13347 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13348 This is an error since --with-hal was requested." >&5
13349 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13350 This is an error since --with-hal was requested." >&2;}
13351 { (exit 1); exit 1; }; } ;;
13352 esac
13356 if test "x$with_gnutls" != "xno"
13357 then
13358 ac_save_CPPFLAGS="$CPPFLAGS"
13359 if test "$PKG_CONFIG" != "false"
13360 then
13361 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13362 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13363 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13365 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13366 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13367 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13368 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13369 $as_echo_n "(cached) " >&6
13371 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13372 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13373 else
13374 # Is the header compilable?
13375 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13376 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 $ac_includes_default
13384 #include <gnutls/gnutls.h>
13385 _ACEOF
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13390 *) ac_try_echo=$ac_try;;
13391 esac
13392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13393 $as_echo "$ac_try_echo") >&5
13394 (eval "$ac_compile") 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } && {
13401 test -z "$ac_c_werror_flag" ||
13402 test ! -s conftest.err
13403 } && test -s conftest.$ac_objext; then
13404 ac_header_compiler=yes
13405 else
13406 $as_echo "$as_me: failed program was:" >&5
13407 sed 's/^/| /' conftest.$ac_ext >&5
13409 ac_header_compiler=no
13412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13413 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13414 $as_echo "$ac_header_compiler" >&6; }
13416 # Is the header present?
13417 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13418 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13419 cat >conftest.$ac_ext <<_ACEOF
13420 /* confdefs.h. */
13421 _ACEOF
13422 cat confdefs.h >>conftest.$ac_ext
13423 cat >>conftest.$ac_ext <<_ACEOF
13424 /* end confdefs.h. */
13425 #include <gnutls/gnutls.h>
13426 _ACEOF
13427 if { (ac_try="$ac_cpp conftest.$ac_ext"
13428 case "(($ac_try" in
13429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13430 *) ac_try_echo=$ac_try;;
13431 esac
13432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13433 $as_echo "$ac_try_echo") >&5
13434 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13435 ac_status=$?
13436 grep -v '^ *+' conftest.er1 >conftest.err
13437 rm -f conftest.er1
13438 cat conftest.err >&5
13439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); } >/dev/null && {
13441 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13442 test ! -s conftest.err
13443 }; then
13444 ac_header_preproc=yes
13445 else
13446 $as_echo "$as_me: failed program was:" >&5
13447 sed 's/^/| /' conftest.$ac_ext >&5
13449 ac_header_preproc=no
13452 rm -f conftest.err conftest.$ac_ext
13453 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13454 $as_echo "$ac_header_preproc" >&6; }
13456 # So? What about this header?
13457 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13458 yes:no: )
13459 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13460 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13461 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13462 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13463 ac_header_preproc=yes
13465 no:yes:* )
13466 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13467 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13468 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13469 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13470 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13471 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13472 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13473 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13474 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13475 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13476 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13477 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13478 ( cat <<\_ASBOX
13479 ## ------------------------------------ ##
13480 ## Report this to wine-devel@winehq.org ##
13481 ## ------------------------------------ ##
13482 _ASBOX
13483 ) | sed "s/^/$as_me: WARNING: /" >&2
13485 esac
13486 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13487 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13488 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13489 $as_echo_n "(cached) " >&6
13490 else
13491 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13493 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13494 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13497 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13498 cat >conftest.$ac_ext <<_ACEOF
13499 /* confdefs.h. */
13500 _ACEOF
13501 cat confdefs.h >>conftest.$ac_ext
13502 cat >>conftest.$ac_ext <<_ACEOF
13503 /* end confdefs.h. */
13504 #include <gnutls/gnutls.h>
13506 main ()
13508 typeof(gnutls_mac_get_key_size) *pfunc;
13510 return 0;
13512 _ACEOF
13513 rm -f conftest.$ac_objext
13514 if { (ac_try="$ac_compile"
13515 case "(($ac_try" in
13516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13517 *) ac_try_echo=$ac_try;;
13518 esac
13519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13520 $as_echo "$ac_try_echo") >&5
13521 (eval "$ac_compile") 2>conftest.er1
13522 ac_status=$?
13523 grep -v '^ *+' conftest.er1 >conftest.err
13524 rm -f conftest.er1
13525 cat conftest.err >&5
13526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13527 (exit $ac_status); } && {
13528 test -z "$ac_c_werror_flag" ||
13529 test ! -s conftest.err
13530 } && test -s conftest.$ac_objext; then
13531 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13532 $as_echo_n "checking for -lgnutls... " >&6; }
13533 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13534 $as_echo_n "(cached) " >&6
13535 else
13536 ac_check_soname_save_LIBS=$LIBS
13537 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13538 cat >conftest.$ac_ext <<_ACEOF
13539 /* confdefs.h. */
13540 _ACEOF
13541 cat confdefs.h >>conftest.$ac_ext
13542 cat >>conftest.$ac_ext <<_ACEOF
13543 /* end confdefs.h. */
13545 /* Override any GCC internal prototype to avoid an error.
13546 Use char because int might match the return type of a GCC
13547 builtin and then its argument prototype would still apply. */
13548 #ifdef __cplusplus
13549 extern "C"
13550 #endif
13551 char gnutls_global_init ();
13553 main ()
13555 return gnutls_global_init ();
13557 return 0;
13559 _ACEOF
13560 rm -f conftest.$ac_objext conftest$ac_exeext
13561 if { (ac_try="$ac_link"
13562 case "(($ac_try" in
13563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13564 *) ac_try_echo=$ac_try;;
13565 esac
13566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13567 $as_echo "$ac_try_echo") >&5
13568 (eval "$ac_link") 2>conftest.er1
13569 ac_status=$?
13570 grep -v '^ *+' conftest.er1 >conftest.err
13571 rm -f conftest.er1
13572 cat conftest.err >&5
13573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574 (exit $ac_status); } && {
13575 test -z "$ac_c_werror_flag" ||
13576 test ! -s conftest.err
13577 } && test -s conftest$ac_exeext && {
13578 test "$cross_compiling" = yes ||
13579 $as_test_x conftest$ac_exeext
13580 }; then
13581 case "$LIBEXT" in
13582 dll) ;;
13583 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'` ;;
13584 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13585 esac
13586 else
13587 $as_echo "$as_me: failed program was:" >&5
13588 sed 's/^/| /' conftest.$ac_ext >&5
13593 rm -rf conftest.dSYM
13594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13595 conftest$ac_exeext conftest.$ac_ext
13596 LIBS=$ac_check_soname_save_LIBS
13598 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13599 { $as_echo "$as_me:$LINENO: result: not found" >&5
13600 $as_echo "not found" >&6; }
13602 else
13603 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13604 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13606 cat >>confdefs.h <<_ACEOF
13607 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13608 _ACEOF
13610 GNUTLSINCL="$ac_gnutls_cflags"
13614 else
13615 $as_echo "$as_me: failed program was:" >&5
13616 sed 's/^/| /' conftest.$ac_ext >&5
13621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13625 CPPFLAGS="$ac_save_CPPFLAGS"
13627 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13628 case "x$with_gnutls" in
13629 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13630 xno) ;;
13631 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13632 This is an error since --with-gnutls was requested." >&5
13633 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13634 This is an error since --with-gnutls was requested." >&2;}
13635 { (exit 1); exit 1; }; } ;;
13636 esac
13640 CURSESLIBS=""
13641 if test "$ac_cv_header_ncurses_h" = "yes"
13642 then
13643 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13644 $as_echo_n "checking for -lncurses... " >&6; }
13645 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13646 $as_echo_n "(cached) " >&6
13647 else
13648 ac_check_soname_save_LIBS=$LIBS
13649 LIBS="-lncurses $LIBS"
13650 cat >conftest.$ac_ext <<_ACEOF
13651 /* confdefs.h. */
13652 _ACEOF
13653 cat confdefs.h >>conftest.$ac_ext
13654 cat >>conftest.$ac_ext <<_ACEOF
13655 /* end confdefs.h. */
13657 /* Override any GCC internal prototype to avoid an error.
13658 Use char because int might match the return type of a GCC
13659 builtin and then its argument prototype would still apply. */
13660 #ifdef __cplusplus
13661 extern "C"
13662 #endif
13663 char waddch ();
13665 main ()
13667 return waddch ();
13669 return 0;
13671 _ACEOF
13672 rm -f conftest.$ac_objext conftest$ac_exeext
13673 if { (ac_try="$ac_link"
13674 case "(($ac_try" in
13675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13676 *) ac_try_echo=$ac_try;;
13677 esac
13678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13679 $as_echo "$ac_try_echo") >&5
13680 (eval "$ac_link") 2>conftest.er1
13681 ac_status=$?
13682 grep -v '^ *+' conftest.er1 >conftest.err
13683 rm -f conftest.er1
13684 cat conftest.err >&5
13685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); } && {
13687 test -z "$ac_c_werror_flag" ||
13688 test ! -s conftest.err
13689 } && test -s conftest$ac_exeext && {
13690 test "$cross_compiling" = yes ||
13691 $as_test_x conftest$ac_exeext
13692 }; then
13693 case "$LIBEXT" in
13694 dll) ;;
13695 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'` ;;
13696 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13697 esac
13698 else
13699 $as_echo "$as_me: failed program was:" >&5
13700 sed 's/^/| /' conftest.$ac_ext >&5
13705 rm -rf conftest.dSYM
13706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13707 conftest$ac_exeext conftest.$ac_ext
13708 LIBS=$ac_check_soname_save_LIBS
13710 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13711 { $as_echo "$as_me:$LINENO: result: not found" >&5
13712 $as_echo "not found" >&6; }
13714 else
13715 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13716 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13718 cat >>confdefs.h <<_ACEOF
13719 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13720 _ACEOF
13722 CURSESLIBS="-lncurses"
13725 elif test "$ac_cv_header_curses_h" = "yes"
13726 then
13727 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13728 $as_echo_n "checking for -lcurses... " >&6; }
13729 if test "${ac_cv_lib_soname_curses+set}" = set; then
13730 $as_echo_n "(cached) " >&6
13731 else
13732 ac_check_soname_save_LIBS=$LIBS
13733 LIBS="-lcurses $LIBS"
13734 cat >conftest.$ac_ext <<_ACEOF
13735 /* confdefs.h. */
13736 _ACEOF
13737 cat confdefs.h >>conftest.$ac_ext
13738 cat >>conftest.$ac_ext <<_ACEOF
13739 /* end confdefs.h. */
13741 /* Override any GCC internal prototype to avoid an error.
13742 Use char because int might match the return type of a GCC
13743 builtin and then its argument prototype would still apply. */
13744 #ifdef __cplusplus
13745 extern "C"
13746 #endif
13747 char waddch ();
13749 main ()
13751 return waddch ();
13753 return 0;
13755 _ACEOF
13756 rm -f conftest.$ac_objext conftest$ac_exeext
13757 if { (ac_try="$ac_link"
13758 case "(($ac_try" in
13759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13760 *) ac_try_echo=$ac_try;;
13761 esac
13762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13763 $as_echo "$ac_try_echo") >&5
13764 (eval "$ac_link") 2>conftest.er1
13765 ac_status=$?
13766 grep -v '^ *+' conftest.er1 >conftest.err
13767 rm -f conftest.er1
13768 cat conftest.err >&5
13769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13770 (exit $ac_status); } && {
13771 test -z "$ac_c_werror_flag" ||
13772 test ! -s conftest.err
13773 } && test -s conftest$ac_exeext && {
13774 test "$cross_compiling" = yes ||
13775 $as_test_x conftest$ac_exeext
13776 }; then
13777 case "$LIBEXT" in
13778 dll) ;;
13779 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'` ;;
13780 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13781 esac
13782 else
13783 $as_echo "$as_me: failed program was:" >&5
13784 sed 's/^/| /' conftest.$ac_ext >&5
13789 rm -rf conftest.dSYM
13790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13791 conftest$ac_exeext conftest.$ac_ext
13792 LIBS=$ac_check_soname_save_LIBS
13794 if test "x$ac_cv_lib_soname_curses" = "x"; then
13795 { $as_echo "$as_me:$LINENO: result: not found" >&5
13796 $as_echo "not found" >&6; }
13798 else
13799 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13800 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13802 cat >>confdefs.h <<_ACEOF
13803 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13804 _ACEOF
13806 CURSESLIBS="-lcurses"
13810 ac_save_LIBS="$LIBS"
13811 LIBS="$LIBS $CURSESLIBS"
13813 for ac_func in mousemask
13815 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13816 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13817 $as_echo_n "checking for $ac_func... " >&6; }
13818 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13819 $as_echo_n "(cached) " >&6
13820 else
13821 cat >conftest.$ac_ext <<_ACEOF
13822 /* confdefs.h. */
13823 _ACEOF
13824 cat confdefs.h >>conftest.$ac_ext
13825 cat >>conftest.$ac_ext <<_ACEOF
13826 /* end confdefs.h. */
13827 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13828 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13829 #define $ac_func innocuous_$ac_func
13831 /* System header to define __stub macros and hopefully few prototypes,
13832 which can conflict with char $ac_func (); below.
13833 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13834 <limits.h> exists even on freestanding compilers. */
13836 #ifdef __STDC__
13837 # include <limits.h>
13838 #else
13839 # include <assert.h>
13840 #endif
13842 #undef $ac_func
13844 /* Override any GCC internal prototype to avoid an error.
13845 Use char because int might match the return type of a GCC
13846 builtin and then its argument prototype would still apply. */
13847 #ifdef __cplusplus
13848 extern "C"
13849 #endif
13850 char $ac_func ();
13851 /* The GNU C library defines this for functions which it implements
13852 to always fail with ENOSYS. Some functions are actually named
13853 something starting with __ and the normal name is an alias. */
13854 #if defined __stub_$ac_func || defined __stub___$ac_func
13855 choke me
13856 #endif
13859 main ()
13861 return $ac_func ();
13863 return 0;
13865 _ACEOF
13866 rm -f conftest.$ac_objext conftest$ac_exeext
13867 if { (ac_try="$ac_link"
13868 case "(($ac_try" in
13869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13870 *) ac_try_echo=$ac_try;;
13871 esac
13872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13873 $as_echo "$ac_try_echo") >&5
13874 (eval "$ac_link") 2>conftest.er1
13875 ac_status=$?
13876 grep -v '^ *+' conftest.er1 >conftest.err
13877 rm -f conftest.er1
13878 cat conftest.err >&5
13879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } && {
13881 test -z "$ac_c_werror_flag" ||
13882 test ! -s conftest.err
13883 } && test -s conftest$ac_exeext && {
13884 test "$cross_compiling" = yes ||
13885 $as_test_x conftest$ac_exeext
13886 }; then
13887 eval "$as_ac_var=yes"
13888 else
13889 $as_echo "$as_me: failed program was:" >&5
13890 sed 's/^/| /' conftest.$ac_ext >&5
13892 eval "$as_ac_var=no"
13895 rm -rf conftest.dSYM
13896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13897 conftest$ac_exeext conftest.$ac_ext
13899 ac_res=`eval 'as_val=${'$as_ac_var'}
13900 $as_echo "$as_val"'`
13901 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13902 $as_echo "$ac_res" >&6; }
13903 as_val=`eval 'as_val=${'$as_ac_var'}
13904 $as_echo "$as_val"'`
13905 if test "x$as_val" = x""yes; then
13906 cat >>confdefs.h <<_ACEOF
13907 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13908 _ACEOF
13911 done
13913 LIBS="$ac_save_LIBS"
13914 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13915 case "x$with_curses" in
13916 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13917 xno) ;;
13918 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13919 This is an error since --with-curses was requested." >&5
13920 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13921 This is an error since --with-curses was requested." >&2;}
13922 { (exit 1); exit 1; }; } ;;
13923 esac
13927 if test "x$with_sane" != "xno"
13928 then
13929 ac_save_CPPFLAGS="$CPPFLAGS"
13930 # Extract the first word of "sane-config", so it can be a program name with args.
13931 set dummy sane-config; ac_word=$2
13932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13933 $as_echo_n "checking for $ac_word... " >&6; }
13934 if test "${ac_cv_prog_sane_devel+set}" = set; then
13935 $as_echo_n "(cached) " >&6
13936 else
13937 if test -n "$sane_devel"; then
13938 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13939 else
13940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13941 for as_dir in $PATH
13943 IFS=$as_save_IFS
13944 test -z "$as_dir" && as_dir=.
13945 for ac_exec_ext in '' $ac_executable_extensions; do
13946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13947 ac_cv_prog_sane_devel="sane-config"
13948 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13949 break 2
13951 done
13952 done
13953 IFS=$as_save_IFS
13955 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13958 sane_devel=$ac_cv_prog_sane_devel
13959 if test -n "$sane_devel"; then
13960 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13961 $as_echo "$sane_devel" >&6; }
13962 else
13963 { $as_echo "$as_me:$LINENO: result: no" >&5
13964 $as_echo "no" >&6; }
13968 if test "$sane_devel" != "no"
13969 then
13970 ac_sane_incl="`$sane_devel --cflags`"
13971 ac_sane_libs="`$sane_devel --ldflags`"
13972 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13974 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13975 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13976 $as_echo_n "checking for sane/sane.h... " >&6; }
13977 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13978 $as_echo_n "(cached) " >&6
13980 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13981 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13982 else
13983 # Is the header compilable?
13984 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13985 $as_echo_n "checking sane/sane.h usability... " >&6; }
13986 cat >conftest.$ac_ext <<_ACEOF
13987 /* confdefs.h. */
13988 _ACEOF
13989 cat confdefs.h >>conftest.$ac_ext
13990 cat >>conftest.$ac_ext <<_ACEOF
13991 /* end confdefs.h. */
13992 $ac_includes_default
13993 #include <sane/sane.h>
13994 _ACEOF
13995 rm -f conftest.$ac_objext
13996 if { (ac_try="$ac_compile"
13997 case "(($ac_try" in
13998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13999 *) ac_try_echo=$ac_try;;
14000 esac
14001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14002 $as_echo "$ac_try_echo") >&5
14003 (eval "$ac_compile") 2>conftest.er1
14004 ac_status=$?
14005 grep -v '^ *+' conftest.er1 >conftest.err
14006 rm -f conftest.er1
14007 cat conftest.err >&5
14008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } && {
14010 test -z "$ac_c_werror_flag" ||
14011 test ! -s conftest.err
14012 } && test -s conftest.$ac_objext; then
14013 ac_header_compiler=yes
14014 else
14015 $as_echo "$as_me: failed program was:" >&5
14016 sed 's/^/| /' conftest.$ac_ext >&5
14018 ac_header_compiler=no
14021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14022 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14023 $as_echo "$ac_header_compiler" >&6; }
14025 # Is the header present?
14026 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14027 $as_echo_n "checking sane/sane.h presence... " >&6; }
14028 cat >conftest.$ac_ext <<_ACEOF
14029 /* confdefs.h. */
14030 _ACEOF
14031 cat confdefs.h >>conftest.$ac_ext
14032 cat >>conftest.$ac_ext <<_ACEOF
14033 /* end confdefs.h. */
14034 #include <sane/sane.h>
14035 _ACEOF
14036 if { (ac_try="$ac_cpp conftest.$ac_ext"
14037 case "(($ac_try" in
14038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14039 *) ac_try_echo=$ac_try;;
14040 esac
14041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14042 $as_echo "$ac_try_echo") >&5
14043 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14044 ac_status=$?
14045 grep -v '^ *+' conftest.er1 >conftest.err
14046 rm -f conftest.er1
14047 cat conftest.err >&5
14048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049 (exit $ac_status); } >/dev/null && {
14050 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14051 test ! -s conftest.err
14052 }; then
14053 ac_header_preproc=yes
14054 else
14055 $as_echo "$as_me: failed program was:" >&5
14056 sed 's/^/| /' conftest.$ac_ext >&5
14058 ac_header_preproc=no
14061 rm -f conftest.err conftest.$ac_ext
14062 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14063 $as_echo "$ac_header_preproc" >&6; }
14065 # So? What about this header?
14066 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14067 yes:no: )
14068 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14069 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14070 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14071 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14072 ac_header_preproc=yes
14074 no:yes:* )
14075 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14076 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14077 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14078 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14079 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14080 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14081 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14082 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14083 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14084 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14085 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14086 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14087 ( cat <<\_ASBOX
14088 ## ------------------------------------ ##
14089 ## Report this to wine-devel@winehq.org ##
14090 ## ------------------------------------ ##
14091 _ASBOX
14092 ) | sed "s/^/$as_me: WARNING: /" >&2
14094 esac
14095 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14096 $as_echo_n "checking for sane/sane.h... " >&6; }
14097 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14098 $as_echo_n "(cached) " >&6
14099 else
14100 ac_cv_header_sane_sane_h=$ac_header_preproc
14102 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14103 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14106 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14107 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14108 $as_echo_n "checking for -lsane... " >&6; }
14109 if test "${ac_cv_lib_soname_sane+set}" = set; then
14110 $as_echo_n "(cached) " >&6
14111 else
14112 ac_check_soname_save_LIBS=$LIBS
14113 LIBS="-lsane $ac_sane_libs $LIBS"
14114 cat >conftest.$ac_ext <<_ACEOF
14115 /* confdefs.h. */
14116 _ACEOF
14117 cat confdefs.h >>conftest.$ac_ext
14118 cat >>conftest.$ac_ext <<_ACEOF
14119 /* end confdefs.h. */
14121 /* Override any GCC internal prototype to avoid an error.
14122 Use char because int might match the return type of a GCC
14123 builtin and then its argument prototype would still apply. */
14124 #ifdef __cplusplus
14125 extern "C"
14126 #endif
14127 char sane_init ();
14129 main ()
14131 return sane_init ();
14133 return 0;
14135 _ACEOF
14136 rm -f conftest.$ac_objext conftest$ac_exeext
14137 if { (ac_try="$ac_link"
14138 case "(($ac_try" in
14139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14140 *) ac_try_echo=$ac_try;;
14141 esac
14142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14143 $as_echo "$ac_try_echo") >&5
14144 (eval "$ac_link") 2>conftest.er1
14145 ac_status=$?
14146 grep -v '^ *+' conftest.er1 >conftest.err
14147 rm -f conftest.er1
14148 cat conftest.err >&5
14149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); } && {
14151 test -z "$ac_c_werror_flag" ||
14152 test ! -s conftest.err
14153 } && test -s conftest$ac_exeext && {
14154 test "$cross_compiling" = yes ||
14155 $as_test_x conftest$ac_exeext
14156 }; then
14157 case "$LIBEXT" in
14158 dll) ;;
14159 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'` ;;
14160 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14161 esac
14162 else
14163 $as_echo "$as_me: failed program was:" >&5
14164 sed 's/^/| /' conftest.$ac_ext >&5
14169 rm -rf conftest.dSYM
14170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14171 conftest$ac_exeext conftest.$ac_ext
14172 LIBS=$ac_check_soname_save_LIBS
14174 if test "x$ac_cv_lib_soname_sane" = "x"; then
14175 { $as_echo "$as_me:$LINENO: result: not found" >&5
14176 $as_echo "not found" >&6; }
14178 else
14179 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14180 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14182 cat >>confdefs.h <<_ACEOF
14183 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14184 _ACEOF
14186 SANEINCL="$ac_sane_incl"
14193 CPPFLAGS="$ac_save_CPPFLAGS"
14195 if test "x$ac_cv_lib_soname_sane" = "x"; then
14196 case "x$with_sane" in
14197 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14198 xno) ;;
14199 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14200 This is an error since --with-sane was requested." >&5
14201 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14202 This is an error since --with-sane was requested." >&2;}
14203 { (exit 1); exit 1; }; } ;;
14204 esac
14208 if test "x$with_gphoto" != "xno"
14209 then
14210 ac_save_CPPFLAGS="$CPPFLAGS"
14211 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14212 set dummy gphoto2-config; ac_word=$2
14213 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14214 $as_echo_n "checking for $ac_word... " >&6; }
14215 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14216 $as_echo_n "(cached) " >&6
14217 else
14218 if test -n "$gphoto2_devel"; then
14219 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14220 else
14221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14222 for as_dir in $PATH
14224 IFS=$as_save_IFS
14225 test -z "$as_dir" && as_dir=.
14226 for ac_exec_ext in '' $ac_executable_extensions; do
14227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14228 ac_cv_prog_gphoto2_devel="gphoto2-config"
14229 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14230 break 2
14232 done
14233 done
14234 IFS=$as_save_IFS
14236 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14239 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14240 if test -n "$gphoto2_devel"; then
14241 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14242 $as_echo "$gphoto2_devel" >&6; }
14243 else
14244 { $as_echo "$as_me:$LINENO: result: no" >&5
14245 $as_echo "no" >&6; }
14249 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14250 set dummy gphoto2-port-config; ac_word=$2
14251 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14252 $as_echo_n "checking for $ac_word... " >&6; }
14253 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14254 $as_echo_n "(cached) " >&6
14255 else
14256 if test -n "$gphoto2port_devel"; then
14257 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14258 else
14259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14260 for as_dir in $PATH
14262 IFS=$as_save_IFS
14263 test -z "$as_dir" && as_dir=.
14264 for ac_exec_ext in '' $ac_executable_extensions; do
14265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14266 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14267 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14268 break 2
14270 done
14271 done
14272 IFS=$as_save_IFS
14274 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14277 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14278 if test -n "$gphoto2port_devel"; then
14279 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14280 $as_echo "$gphoto2port_devel" >&6; }
14281 else
14282 { $as_echo "$as_me:$LINENO: result: no" >&5
14283 $as_echo "no" >&6; }
14287 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14288 then
14289 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14290 ac_gphoto2_libs=""
14291 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14293 case "$i" in
14294 -L/usr/lib|-L/usr/lib64) ;;
14295 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14296 esac
14297 done
14298 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14300 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14301 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14302 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14303 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14304 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14305 $as_echo_n "(cached) " >&6
14307 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14308 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14309 else
14310 # Is the header compilable?
14311 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14312 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14313 cat >conftest.$ac_ext <<_ACEOF
14314 /* confdefs.h. */
14315 _ACEOF
14316 cat confdefs.h >>conftest.$ac_ext
14317 cat >>conftest.$ac_ext <<_ACEOF
14318 /* end confdefs.h. */
14319 $ac_includes_default
14320 #include <gphoto2-camera.h>
14321 _ACEOF
14322 rm -f conftest.$ac_objext
14323 if { (ac_try="$ac_compile"
14324 case "(($ac_try" in
14325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14326 *) ac_try_echo=$ac_try;;
14327 esac
14328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14329 $as_echo "$ac_try_echo") >&5
14330 (eval "$ac_compile") 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } && {
14337 test -z "$ac_c_werror_flag" ||
14338 test ! -s conftest.err
14339 } && test -s conftest.$ac_objext; then
14340 ac_header_compiler=yes
14341 else
14342 $as_echo "$as_me: failed program was:" >&5
14343 sed 's/^/| /' conftest.$ac_ext >&5
14345 ac_header_compiler=no
14348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14349 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14350 $as_echo "$ac_header_compiler" >&6; }
14352 # Is the header present?
14353 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14354 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14355 cat >conftest.$ac_ext <<_ACEOF
14356 /* confdefs.h. */
14357 _ACEOF
14358 cat confdefs.h >>conftest.$ac_ext
14359 cat >>conftest.$ac_ext <<_ACEOF
14360 /* end confdefs.h. */
14361 #include <gphoto2-camera.h>
14362 _ACEOF
14363 if { (ac_try="$ac_cpp conftest.$ac_ext"
14364 case "(($ac_try" in
14365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14366 *) ac_try_echo=$ac_try;;
14367 esac
14368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14369 $as_echo "$ac_try_echo") >&5
14370 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14371 ac_status=$?
14372 grep -v '^ *+' conftest.er1 >conftest.err
14373 rm -f conftest.er1
14374 cat conftest.err >&5
14375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14376 (exit $ac_status); } >/dev/null && {
14377 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14378 test ! -s conftest.err
14379 }; then
14380 ac_header_preproc=yes
14381 else
14382 $as_echo "$as_me: failed program was:" >&5
14383 sed 's/^/| /' conftest.$ac_ext >&5
14385 ac_header_preproc=no
14388 rm -f conftest.err conftest.$ac_ext
14389 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14390 $as_echo "$ac_header_preproc" >&6; }
14392 # So? What about this header?
14393 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14394 yes:no: )
14395 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14396 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14397 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14398 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14399 ac_header_preproc=yes
14401 no:yes:* )
14402 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14403 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14404 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14405 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14406 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14407 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14408 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14409 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14410 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14411 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14412 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14413 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14414 ( cat <<\_ASBOX
14415 ## ------------------------------------ ##
14416 ## Report this to wine-devel@winehq.org ##
14417 ## ------------------------------------ ##
14418 _ASBOX
14419 ) | sed "s/^/$as_me: WARNING: /" >&2
14421 esac
14422 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14423 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14424 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14425 $as_echo_n "(cached) " >&6
14426 else
14427 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14429 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14430 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14433 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14434 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14435 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14436 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14437 $as_echo_n "(cached) " >&6
14438 else
14439 ac_check_lib_save_LIBS=$LIBS
14440 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14441 cat >conftest.$ac_ext <<_ACEOF
14442 /* confdefs.h. */
14443 _ACEOF
14444 cat confdefs.h >>conftest.$ac_ext
14445 cat >>conftest.$ac_ext <<_ACEOF
14446 /* end confdefs.h. */
14448 /* Override any GCC internal prototype to avoid an error.
14449 Use char because int might match the return type of a GCC
14450 builtin and then its argument prototype would still apply. */
14451 #ifdef __cplusplus
14452 extern "C"
14453 #endif
14454 char gp_camera_new ();
14456 main ()
14458 return gp_camera_new ();
14460 return 0;
14462 _ACEOF
14463 rm -f conftest.$ac_objext conftest$ac_exeext
14464 if { (ac_try="$ac_link"
14465 case "(($ac_try" in
14466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14467 *) ac_try_echo=$ac_try;;
14468 esac
14469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14470 $as_echo "$ac_try_echo") >&5
14471 (eval "$ac_link") 2>conftest.er1
14472 ac_status=$?
14473 grep -v '^ *+' conftest.er1 >conftest.err
14474 rm -f conftest.er1
14475 cat conftest.err >&5
14476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14477 (exit $ac_status); } && {
14478 test -z "$ac_c_werror_flag" ||
14479 test ! -s conftest.err
14480 } && test -s conftest$ac_exeext && {
14481 test "$cross_compiling" = yes ||
14482 $as_test_x conftest$ac_exeext
14483 }; then
14484 ac_cv_lib_gphoto2_gp_camera_new=yes
14485 else
14486 $as_echo "$as_me: failed program was:" >&5
14487 sed 's/^/| /' conftest.$ac_ext >&5
14489 ac_cv_lib_gphoto2_gp_camera_new=no
14492 rm -rf conftest.dSYM
14493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14494 conftest$ac_exeext conftest.$ac_ext
14495 LIBS=$ac_check_lib_save_LIBS
14497 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14498 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14499 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14501 cat >>confdefs.h <<\_ACEOF
14502 #define HAVE_GPHOTO2 1
14503 _ACEOF
14505 GPHOTO2LIBS="$ac_gphoto2_libs"
14507 GPHOTO2INCL="$ac_gphoto2_incl"
14514 CPPFLAGS="$ac_save_CPPFLAGS"
14516 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14517 case "x$with_gphoto" in
14518 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14519 xno) ;;
14520 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14521 This is an error since --with-gphoto was requested." >&5
14522 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14523 This is an error since --with-gphoto was requested." >&2;}
14524 { (exit 1); exit 1; }; } ;;
14525 esac
14530 RESOLVLIBS=""
14532 if test "$ac_cv_header_resolv_h" = "yes"
14533 then
14534 ac_save_LIBS="$LIBS"
14535 LIBS="$LIBS -lresolv"
14536 cat >conftest.$ac_ext <<_ACEOF
14537 /* confdefs.h. */
14538 _ACEOF
14539 cat confdefs.h >>conftest.$ac_ext
14540 cat >>conftest.$ac_ext <<_ACEOF
14541 /* end confdefs.h. */
14542 #ifdef HAVE_NETINET_IN_H
14543 #include <netinet/in.h>
14544 #endif
14545 #include <resolv.h>
14547 main ()
14549 res_init();
14551 return 0;
14553 _ACEOF
14554 rm -f conftest.$ac_objext conftest$ac_exeext
14555 if { (ac_try="$ac_link"
14556 case "(($ac_try" in
14557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14558 *) ac_try_echo=$ac_try;;
14559 esac
14560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14561 $as_echo "$ac_try_echo") >&5
14562 (eval "$ac_link") 2>conftest.er1
14563 ac_status=$?
14564 grep -v '^ *+' conftest.er1 >conftest.err
14565 rm -f conftest.er1
14566 cat conftest.err >&5
14567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568 (exit $ac_status); } && {
14569 test -z "$ac_c_werror_flag" ||
14570 test ! -s conftest.err
14571 } && test -s conftest$ac_exeext && {
14572 test "$cross_compiling" = yes ||
14573 $as_test_x conftest$ac_exeext
14574 }; then
14576 cat >>confdefs.h <<\_ACEOF
14577 #define HAVE_RESOLV 1
14578 _ACEOF
14580 RESOLVLIBS="-lresolv"
14581 else
14582 $as_echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.$ac_ext >&5
14588 rm -rf conftest.dSYM
14589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14590 conftest$ac_exeext conftest.$ac_ext
14591 LIBS="$ac_save_LIBS"
14594 LCMSLIBS=""
14596 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14597 then
14598 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14599 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14600 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14601 $as_echo_n "(cached) " >&6
14602 else
14603 ac_check_lib_save_LIBS=$LIBS
14604 LIBS="-llcms $LIBS"
14605 cat >conftest.$ac_ext <<_ACEOF
14606 /* confdefs.h. */
14607 _ACEOF
14608 cat confdefs.h >>conftest.$ac_ext
14609 cat >>conftest.$ac_ext <<_ACEOF
14610 /* end confdefs.h. */
14612 /* Override any GCC internal prototype to avoid an error.
14613 Use char because int might match the return type of a GCC
14614 builtin and then its argument prototype would still apply. */
14615 #ifdef __cplusplus
14616 extern "C"
14617 #endif
14618 char cmsOpenProfileFromFile ();
14620 main ()
14622 return cmsOpenProfileFromFile ();
14624 return 0;
14626 _ACEOF
14627 rm -f conftest.$ac_objext conftest$ac_exeext
14628 if { (ac_try="$ac_link"
14629 case "(($ac_try" in
14630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14631 *) ac_try_echo=$ac_try;;
14632 esac
14633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14634 $as_echo "$ac_try_echo") >&5
14635 (eval "$ac_link") 2>conftest.er1
14636 ac_status=$?
14637 grep -v '^ *+' conftest.er1 >conftest.err
14638 rm -f conftest.er1
14639 cat conftest.err >&5
14640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14641 (exit $ac_status); } && {
14642 test -z "$ac_c_werror_flag" ||
14643 test ! -s conftest.err
14644 } && test -s conftest$ac_exeext && {
14645 test "$cross_compiling" = yes ||
14646 $as_test_x conftest$ac_exeext
14647 }; then
14648 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14649 else
14650 $as_echo "$as_me: failed program was:" >&5
14651 sed 's/^/| /' conftest.$ac_ext >&5
14653 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14656 rm -rf conftest.dSYM
14657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14658 conftest$ac_exeext conftest.$ac_ext
14659 LIBS=$ac_check_lib_save_LIBS
14661 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14662 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14663 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14665 cat >>confdefs.h <<\_ACEOF
14666 #define HAVE_LCMS 1
14667 _ACEOF
14669 LCMSLIBS="-llcms"
14673 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14674 case "x$with_cms" in
14675 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14676 xno) ;;
14677 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14678 This is an error since --with-cms was requested." >&5
14679 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14680 This is an error since --with-cms was requested." >&2;}
14681 { (exit 1); exit 1; }; } ;;
14682 esac
14686 if test "x$with_freetype" != "xno"
14687 then
14688 for ac_prog in freetype-config freetype2-config
14690 # Extract the first word of "$ac_prog", so it can be a program name with args.
14691 set dummy $ac_prog; ac_word=$2
14692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14693 $as_echo_n "checking for $ac_word... " >&6; }
14694 if test "${ac_cv_prog_ft_devel+set}" = set; then
14695 $as_echo_n "(cached) " >&6
14696 else
14697 if test -n "$ft_devel"; then
14698 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14699 else
14700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14701 for as_dir in $PATH
14703 IFS=$as_save_IFS
14704 test -z "$as_dir" && as_dir=.
14705 for ac_exec_ext in '' $ac_executable_extensions; do
14706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14707 ac_cv_prog_ft_devel="$ac_prog"
14708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14709 break 2
14711 done
14712 done
14713 IFS=$as_save_IFS
14717 ft_devel=$ac_cv_prog_ft_devel
14718 if test -n "$ft_devel"; then
14719 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14720 $as_echo "$ft_devel" >&6; }
14721 else
14722 { $as_echo "$as_me:$LINENO: result: no" >&5
14723 $as_echo "no" >&6; }
14727 test -n "$ft_devel" && break
14728 done
14729 test -n "$ft_devel" || ft_devel="no"
14731 if test "$ft_devel" != "no"
14732 then
14733 ac_freetype_incl=`$ft_devel --cflags`
14734 ac_freetype_libs=`$ft_devel --libs`
14736 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14737 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14738 $as_echo_n "checking for -lfreetype... " >&6; }
14739 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14740 $as_echo_n "(cached) " >&6
14741 else
14742 ac_check_soname_save_LIBS=$LIBS
14743 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14744 cat >conftest.$ac_ext <<_ACEOF
14745 /* confdefs.h. */
14746 _ACEOF
14747 cat confdefs.h >>conftest.$ac_ext
14748 cat >>conftest.$ac_ext <<_ACEOF
14749 /* end confdefs.h. */
14751 /* Override any GCC internal prototype to avoid an error.
14752 Use char because int might match the return type of a GCC
14753 builtin and then its argument prototype would still apply. */
14754 #ifdef __cplusplus
14755 extern "C"
14756 #endif
14757 char FT_Init_FreeType ();
14759 main ()
14761 return FT_Init_FreeType ();
14763 return 0;
14765 _ACEOF
14766 rm -f conftest.$ac_objext conftest$ac_exeext
14767 if { (ac_try="$ac_link"
14768 case "(($ac_try" in
14769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14770 *) ac_try_echo=$ac_try;;
14771 esac
14772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14773 $as_echo "$ac_try_echo") >&5
14774 (eval "$ac_link") 2>conftest.er1
14775 ac_status=$?
14776 grep -v '^ *+' conftest.er1 >conftest.err
14777 rm -f conftest.er1
14778 cat conftest.err >&5
14779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14780 (exit $ac_status); } && {
14781 test -z "$ac_c_werror_flag" ||
14782 test ! -s conftest.err
14783 } && test -s conftest$ac_exeext && {
14784 test "$cross_compiling" = yes ||
14785 $as_test_x conftest$ac_exeext
14786 }; then
14787 case "$LIBEXT" in
14788 dll) ;;
14789 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'` ;;
14790 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14791 esac
14792 else
14793 $as_echo "$as_me: failed program was:" >&5
14794 sed 's/^/| /' conftest.$ac_ext >&5
14799 rm -rf conftest.dSYM
14800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14801 conftest$ac_exeext conftest.$ac_ext
14802 LIBS=$ac_check_soname_save_LIBS
14804 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14805 { $as_echo "$as_me:$LINENO: result: not found" >&5
14806 $as_echo "not found" >&6; }
14807 ft_lib=no
14808 else
14809 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14810 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14812 cat >>confdefs.h <<_ACEOF
14813 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14814 _ACEOF
14816 ft_lib=yes
14819 if test "$ft_lib" = "yes"
14820 then
14821 ac_save_CPPFLAGS="$CPPFLAGS"
14822 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14836 for ac_header in ft2build.h \
14837 freetype/freetype.h \
14838 freetype/ftglyph.h \
14839 freetype/fttypes.h \
14840 freetype/tttables.h \
14841 freetype/ftnames.h \
14842 freetype/ftsnames.h \
14843 freetype/ttnameid.h \
14844 freetype/ftoutln.h \
14845 freetype/ftwinfnt.h \
14846 freetype/ftmodapi.h \
14847 freetype/ftlcdfil.h \
14848 freetype/internal/sfnt.h
14850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14851 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14852 $as_echo_n "checking for $ac_header... " >&6; }
14853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14854 $as_echo_n "(cached) " >&6
14855 else
14856 cat >conftest.$ac_ext <<_ACEOF
14857 /* confdefs.h. */
14858 _ACEOF
14859 cat confdefs.h >>conftest.$ac_ext
14860 cat >>conftest.$ac_ext <<_ACEOF
14861 /* end confdefs.h. */
14862 #ifdef HAVE_FT2BUILD_H
14863 # include <ft2build.h>
14864 #endif
14866 #include <$ac_header>
14867 _ACEOF
14868 rm -f conftest.$ac_objext
14869 if { (ac_try="$ac_compile"
14870 case "(($ac_try" in
14871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14872 *) ac_try_echo=$ac_try;;
14873 esac
14874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14875 $as_echo "$ac_try_echo") >&5
14876 (eval "$ac_compile") 2>conftest.er1
14877 ac_status=$?
14878 grep -v '^ *+' conftest.er1 >conftest.err
14879 rm -f conftest.er1
14880 cat conftest.err >&5
14881 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14882 (exit $ac_status); } && {
14883 test -z "$ac_c_werror_flag" ||
14884 test ! -s conftest.err
14885 } && test -s conftest.$ac_objext; then
14886 eval "$as_ac_Header=yes"
14887 else
14888 $as_echo "$as_me: failed program was:" >&5
14889 sed 's/^/| /' conftest.$ac_ext >&5
14891 eval "$as_ac_Header=no"
14894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14896 ac_res=`eval 'as_val=${'$as_ac_Header'}
14897 $as_echo "$as_val"'`
14898 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14899 $as_echo "$ac_res" >&6; }
14900 as_val=`eval 'as_val=${'$as_ac_Header'}
14901 $as_echo "$as_val"'`
14902 if test "x$as_val" = x""yes; then
14903 cat >>confdefs.h <<_ACEOF
14904 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14905 _ACEOF
14909 done
14911 cat >conftest.$ac_ext <<_ACEOF
14912 /* confdefs.h. */
14913 _ACEOF
14914 cat confdefs.h >>conftest.$ac_ext
14915 cat >>conftest.$ac_ext <<_ACEOF
14916 /* end confdefs.h. */
14917 #include <ft2build.h>
14918 #include <freetype/fttrigon.h>
14919 _ACEOF
14920 if { (ac_try="$ac_cpp conftest.$ac_ext"
14921 case "(($ac_try" in
14922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14923 *) ac_try_echo=$ac_try;;
14924 esac
14925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14926 $as_echo "$ac_try_echo") >&5
14927 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14928 ac_status=$?
14929 grep -v '^ *+' conftest.er1 >conftest.err
14930 rm -f conftest.er1
14931 cat conftest.err >&5
14932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); } >/dev/null && {
14934 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14935 test ! -s conftest.err
14936 }; then
14938 cat >>confdefs.h <<\_ACEOF
14939 #define HAVE_FREETYPE_FTTRIGON_H 1
14940 _ACEOF
14942 wine_cv_fttrigon=yes
14943 else
14944 $as_echo "$as_me: failed program was:" >&5
14945 sed 's/^/| /' conftest.$ac_ext >&5
14947 wine_cv_fttrigon=no
14950 rm -f conftest.err conftest.$ac_ext
14951 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14952 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14953 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14954 $as_echo_n "(cached) " >&6
14955 else
14956 ac_cv_type_FT_TrueTypeEngineType=no
14957 cat >conftest.$ac_ext <<_ACEOF
14958 /* confdefs.h. */
14959 _ACEOF
14960 cat confdefs.h >>conftest.$ac_ext
14961 cat >>conftest.$ac_ext <<_ACEOF
14962 /* end confdefs.h. */
14963 #include <freetype/ftmodapi.h>
14966 main ()
14968 if (sizeof (FT_TrueTypeEngineType))
14969 return 0;
14971 return 0;
14973 _ACEOF
14974 rm -f conftest.$ac_objext
14975 if { (ac_try="$ac_compile"
14976 case "(($ac_try" in
14977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14978 *) ac_try_echo=$ac_try;;
14979 esac
14980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14981 $as_echo "$ac_try_echo") >&5
14982 (eval "$ac_compile") 2>conftest.er1
14983 ac_status=$?
14984 grep -v '^ *+' conftest.er1 >conftest.err
14985 rm -f conftest.er1
14986 cat conftest.err >&5
14987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14988 (exit $ac_status); } && {
14989 test -z "$ac_c_werror_flag" ||
14990 test ! -s conftest.err
14991 } && test -s conftest.$ac_objext; then
14992 cat >conftest.$ac_ext <<_ACEOF
14993 /* confdefs.h. */
14994 _ACEOF
14995 cat confdefs.h >>conftest.$ac_ext
14996 cat >>conftest.$ac_ext <<_ACEOF
14997 /* end confdefs.h. */
14998 #include <freetype/ftmodapi.h>
15001 main ()
15003 if (sizeof ((FT_TrueTypeEngineType)))
15004 return 0;
15006 return 0;
15008 _ACEOF
15009 rm -f conftest.$ac_objext
15010 if { (ac_try="$ac_compile"
15011 case "(($ac_try" in
15012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15013 *) ac_try_echo=$ac_try;;
15014 esac
15015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15016 $as_echo "$ac_try_echo") >&5
15017 (eval "$ac_compile") 2>conftest.er1
15018 ac_status=$?
15019 grep -v '^ *+' conftest.er1 >conftest.err
15020 rm -f conftest.er1
15021 cat conftest.err >&5
15022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && {
15024 test -z "$ac_c_werror_flag" ||
15025 test ! -s conftest.err
15026 } && test -s conftest.$ac_objext; then
15028 else
15029 $as_echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.$ac_ext >&5
15032 ac_cv_type_FT_TrueTypeEngineType=yes
15035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15036 else
15037 $as_echo "$as_me: failed program was:" >&5
15038 sed 's/^/| /' conftest.$ac_ext >&5
15043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15045 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15046 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15047 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15049 cat >>confdefs.h <<_ACEOF
15050 #define HAVE_FT_TRUETYPEENGINETYPE 1
15051 _ACEOF
15056 ac_save_CFLAGS="$CFLAGS"
15057 CFLAGS="$CFLAGS $ac_freetype_libs"
15059 for ac_func in FT_Load_Sfnt_Table
15061 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15062 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15063 $as_echo_n "checking for $ac_func... " >&6; }
15064 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15065 $as_echo_n "(cached) " >&6
15066 else
15067 cat >conftest.$ac_ext <<_ACEOF
15068 /* confdefs.h. */
15069 _ACEOF
15070 cat confdefs.h >>conftest.$ac_ext
15071 cat >>conftest.$ac_ext <<_ACEOF
15072 /* end confdefs.h. */
15073 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15074 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15075 #define $ac_func innocuous_$ac_func
15077 /* System header to define __stub macros and hopefully few prototypes,
15078 which can conflict with char $ac_func (); below.
15079 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15080 <limits.h> exists even on freestanding compilers. */
15082 #ifdef __STDC__
15083 # include <limits.h>
15084 #else
15085 # include <assert.h>
15086 #endif
15088 #undef $ac_func
15090 /* Override any GCC internal prototype to avoid an error.
15091 Use char because int might match the return type of a GCC
15092 builtin and then its argument prototype would still apply. */
15093 #ifdef __cplusplus
15094 extern "C"
15095 #endif
15096 char $ac_func ();
15097 /* The GNU C library defines this for functions which it implements
15098 to always fail with ENOSYS. Some functions are actually named
15099 something starting with __ and the normal name is an alias. */
15100 #if defined __stub_$ac_func || defined __stub___$ac_func
15101 choke me
15102 #endif
15105 main ()
15107 return $ac_func ();
15109 return 0;
15111 _ACEOF
15112 rm -f conftest.$ac_objext conftest$ac_exeext
15113 if { (ac_try="$ac_link"
15114 case "(($ac_try" in
15115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15116 *) ac_try_echo=$ac_try;;
15117 esac
15118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15119 $as_echo "$ac_try_echo") >&5
15120 (eval "$ac_link") 2>conftest.er1
15121 ac_status=$?
15122 grep -v '^ *+' conftest.er1 >conftest.err
15123 rm -f conftest.er1
15124 cat conftest.err >&5
15125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15126 (exit $ac_status); } && {
15127 test -z "$ac_c_werror_flag" ||
15128 test ! -s conftest.err
15129 } && test -s conftest$ac_exeext && {
15130 test "$cross_compiling" = yes ||
15131 $as_test_x conftest$ac_exeext
15132 }; then
15133 eval "$as_ac_var=yes"
15134 else
15135 $as_echo "$as_me: failed program was:" >&5
15136 sed 's/^/| /' conftest.$ac_ext >&5
15138 eval "$as_ac_var=no"
15141 rm -rf conftest.dSYM
15142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15143 conftest$ac_exeext conftest.$ac_ext
15145 ac_res=`eval 'as_val=${'$as_ac_var'}
15146 $as_echo "$as_val"'`
15147 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15148 $as_echo "$ac_res" >&6; }
15149 as_val=`eval 'as_val=${'$as_ac_var'}
15150 $as_echo "$as_val"'`
15151 if test "x$as_val" = x""yes; then
15152 cat >>confdefs.h <<_ACEOF
15153 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15154 _ACEOF
15157 done
15159 CFLAGS="$ac_save_CFLAGS"
15160 CPPFLAGS="$ac_save_CPPFLAGS"
15161 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15162 then
15164 cat >>confdefs.h <<\_ACEOF
15165 #define HAVE_FREETYPE 1
15166 _ACEOF
15168 FREETYPELIBS="$ac_freetype_libs"
15170 FREETYPEINCL="$ac_freetype_incl"
15175 if test "x$FREETYPELIBS" = "x"; then
15176 case "x$with_freetype" in
15177 xno) ;;
15178 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15179 Use the --without-freetype option if you really want this." >&5
15180 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15181 Use the --without-freetype option if you really want this." >&2;}
15182 { (exit 1); exit 1; }; } ;;
15183 esac
15186 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15188 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15189 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15190 if test "${ac_cv_c_ppdev+set}" = set; then
15191 $as_echo_n "(cached) " >&6
15192 else
15193 cat >conftest.$ac_ext <<_ACEOF
15194 /* confdefs.h. */
15195 _ACEOF
15196 cat confdefs.h >>conftest.$ac_ext
15197 cat >>conftest.$ac_ext <<_ACEOF
15198 /* end confdefs.h. */
15199 #include <linux/ppdev.h>
15201 main ()
15203 ioctl (1,PPCLAIM,0)
15205 return 0;
15207 _ACEOF
15208 rm -f conftest.$ac_objext
15209 if { (ac_try="$ac_compile"
15210 case "(($ac_try" in
15211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15212 *) ac_try_echo=$ac_try;;
15213 esac
15214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15215 $as_echo "$ac_try_echo") >&5
15216 (eval "$ac_compile") 2>conftest.er1
15217 ac_status=$?
15218 grep -v '^ *+' conftest.er1 >conftest.err
15219 rm -f conftest.er1
15220 cat conftest.err >&5
15221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest.$ac_objext; then
15226 ac_cv_c_ppdev="yes"
15227 else
15228 $as_echo "$as_me: failed program was:" >&5
15229 sed 's/^/| /' conftest.$ac_ext >&5
15231 ac_cv_c_ppdev="no"
15234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15236 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15237 $as_echo "$ac_cv_c_ppdev" >&6; }
15238 if test "$ac_cv_c_ppdev" = "yes"
15239 then
15241 cat >>confdefs.h <<\_ACEOF
15242 #define HAVE_PPDEV 1
15243 _ACEOF
15247 ac_wine_check_funcs_save_LIBS="$LIBS"
15248 LIBS="$LIBS $LIBPTHREAD"
15253 for ac_func in \
15254 pthread_attr_get_np \
15255 pthread_getattr_np \
15256 pthread_get_stackaddr_np \
15257 pthread_get_stacksize_np
15259 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15260 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15261 $as_echo_n "checking for $ac_func... " >&6; }
15262 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15263 $as_echo_n "(cached) " >&6
15264 else
15265 cat >conftest.$ac_ext <<_ACEOF
15266 /* confdefs.h. */
15267 _ACEOF
15268 cat confdefs.h >>conftest.$ac_ext
15269 cat >>conftest.$ac_ext <<_ACEOF
15270 /* end confdefs.h. */
15271 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15272 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15273 #define $ac_func innocuous_$ac_func
15275 /* System header to define __stub macros and hopefully few prototypes,
15276 which can conflict with char $ac_func (); below.
15277 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15278 <limits.h> exists even on freestanding compilers. */
15280 #ifdef __STDC__
15281 # include <limits.h>
15282 #else
15283 # include <assert.h>
15284 #endif
15286 #undef $ac_func
15288 /* Override any GCC internal prototype to avoid an error.
15289 Use char because int might match the return type of a GCC
15290 builtin and then its argument prototype would still apply. */
15291 #ifdef __cplusplus
15292 extern "C"
15293 #endif
15294 char $ac_func ();
15295 /* The GNU C library defines this for functions which it implements
15296 to always fail with ENOSYS. Some functions are actually named
15297 something starting with __ and the normal name is an alias. */
15298 #if defined __stub_$ac_func || defined __stub___$ac_func
15299 choke me
15300 #endif
15303 main ()
15305 return $ac_func ();
15307 return 0;
15309 _ACEOF
15310 rm -f conftest.$ac_objext conftest$ac_exeext
15311 if { (ac_try="$ac_link"
15312 case "(($ac_try" in
15313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15314 *) ac_try_echo=$ac_try;;
15315 esac
15316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15317 $as_echo "$ac_try_echo") >&5
15318 (eval "$ac_link") 2>conftest.er1
15319 ac_status=$?
15320 grep -v '^ *+' conftest.er1 >conftest.err
15321 rm -f conftest.er1
15322 cat conftest.err >&5
15323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); } && {
15325 test -z "$ac_c_werror_flag" ||
15326 test ! -s conftest.err
15327 } && test -s conftest$ac_exeext && {
15328 test "$cross_compiling" = yes ||
15329 $as_test_x conftest$ac_exeext
15330 }; then
15331 eval "$as_ac_var=yes"
15332 else
15333 $as_echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15336 eval "$as_ac_var=no"
15339 rm -rf conftest.dSYM
15340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15341 conftest$ac_exeext conftest.$ac_ext
15343 ac_res=`eval 'as_val=${'$as_ac_var'}
15344 $as_echo "$as_val"'`
15345 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15346 $as_echo "$ac_res" >&6; }
15347 as_val=`eval 'as_val=${'$as_ac_var'}
15348 $as_echo "$as_val"'`
15349 if test "x$as_val" = x""yes; then
15350 cat >>confdefs.h <<_ACEOF
15351 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15352 _ACEOF
15355 done
15357 LIBS="$ac_wine_check_funcs_save_LIBS"
15359 if test "x$with_esd" != xno
15360 then
15361 save_CFLAGS="$CFLAGS"
15362 # Extract the first word of "esd-config", so it can be a program name with args.
15363 set dummy esd-config; ac_word=$2
15364 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15365 $as_echo_n "checking for $ac_word... " >&6; }
15366 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15367 $as_echo_n "(cached) " >&6
15368 else
15369 case $ESDCONFIG in
15370 [\\/]* | ?:[\\/]*)
15371 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15375 for as_dir in $PATH
15377 IFS=$as_save_IFS
15378 test -z "$as_dir" && as_dir=.
15379 for ac_exec_ext in '' $ac_executable_extensions; do
15380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15381 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15382 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15383 break 2
15385 done
15386 done
15387 IFS=$as_save_IFS
15389 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15391 esac
15393 ESDCONFIG=$ac_cv_path_ESDCONFIG
15394 if test -n "$ESDCONFIG"; then
15395 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15396 $as_echo "$ESDCONFIG" >&6; }
15397 else
15398 { $as_echo "$as_me:$LINENO: result: no" >&5
15399 $as_echo "no" >&6; }
15403 if test "x$ESDCONFIG" != "xno"
15404 then
15405 ac_esd_incl=""
15406 for i in `$ESDCONFIG --cflags`
15408 case "$i" in
15409 -I*) ac_esd_incl="$ac_esd_incl $i";;
15410 esac
15411 done
15412 ac_esd_libs=`$ESDCONFIG --libs`
15413 CFLAGS="$CFLAGS $ac_esd_incl"
15415 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15416 if test "${ac_cv_header_esd_h+set}" = set; then
15417 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15418 $as_echo_n "checking for esd.h... " >&6; }
15419 if test "${ac_cv_header_esd_h+set}" = set; then
15420 $as_echo_n "(cached) " >&6
15422 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15423 $as_echo "$ac_cv_header_esd_h" >&6; }
15424 else
15425 # Is the header compilable?
15426 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15427 $as_echo_n "checking esd.h usability... " >&6; }
15428 cat >conftest.$ac_ext <<_ACEOF
15429 /* confdefs.h. */
15430 _ACEOF
15431 cat confdefs.h >>conftest.$ac_ext
15432 cat >>conftest.$ac_ext <<_ACEOF
15433 /* end confdefs.h. */
15434 $ac_includes_default
15435 #include <esd.h>
15436 _ACEOF
15437 rm -f conftest.$ac_objext
15438 if { (ac_try="$ac_compile"
15439 case "(($ac_try" in
15440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15441 *) ac_try_echo=$ac_try;;
15442 esac
15443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15444 $as_echo "$ac_try_echo") >&5
15445 (eval "$ac_compile") 2>conftest.er1
15446 ac_status=$?
15447 grep -v '^ *+' conftest.er1 >conftest.err
15448 rm -f conftest.er1
15449 cat conftest.err >&5
15450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15451 (exit $ac_status); } && {
15452 test -z "$ac_c_werror_flag" ||
15453 test ! -s conftest.err
15454 } && test -s conftest.$ac_objext; then
15455 ac_header_compiler=yes
15456 else
15457 $as_echo "$as_me: failed program was:" >&5
15458 sed 's/^/| /' conftest.$ac_ext >&5
15460 ac_header_compiler=no
15463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15464 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15465 $as_echo "$ac_header_compiler" >&6; }
15467 # Is the header present?
15468 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15469 $as_echo_n "checking esd.h presence... " >&6; }
15470 cat >conftest.$ac_ext <<_ACEOF
15471 /* confdefs.h. */
15472 _ACEOF
15473 cat confdefs.h >>conftest.$ac_ext
15474 cat >>conftest.$ac_ext <<_ACEOF
15475 /* end confdefs.h. */
15476 #include <esd.h>
15477 _ACEOF
15478 if { (ac_try="$ac_cpp conftest.$ac_ext"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15484 $as_echo "$ac_try_echo") >&5
15485 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15486 ac_status=$?
15487 grep -v '^ *+' conftest.er1 >conftest.err
15488 rm -f conftest.er1
15489 cat conftest.err >&5
15490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } >/dev/null && {
15492 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15493 test ! -s conftest.err
15494 }; then
15495 ac_header_preproc=yes
15496 else
15497 $as_echo "$as_me: failed program was:" >&5
15498 sed 's/^/| /' conftest.$ac_ext >&5
15500 ac_header_preproc=no
15503 rm -f conftest.err conftest.$ac_ext
15504 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15505 $as_echo "$ac_header_preproc" >&6; }
15507 # So? What about this header?
15508 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15509 yes:no: )
15510 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15511 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15512 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15513 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15514 ac_header_preproc=yes
15516 no:yes:* )
15517 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15518 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15519 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15520 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15521 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15522 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15523 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15524 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15525 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15526 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15527 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15528 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15529 ( cat <<\_ASBOX
15530 ## ------------------------------------ ##
15531 ## Report this to wine-devel@winehq.org ##
15532 ## ------------------------------------ ##
15533 _ASBOX
15534 ) | sed "s/^/$as_me: WARNING: /" >&2
15536 esac
15537 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15538 $as_echo_n "checking for esd.h... " >&6; }
15539 if test "${ac_cv_header_esd_h+set}" = set; then
15540 $as_echo_n "(cached) " >&6
15541 else
15542 ac_cv_header_esd_h=$ac_header_preproc
15544 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15545 $as_echo "$ac_cv_header_esd_h" >&6; }
15548 if test "x$ac_cv_header_esd_h" = x""yes; then
15549 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15550 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15551 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15552 $as_echo_n "(cached) " >&6
15553 else
15554 ac_check_lib_save_LIBS=$LIBS
15555 LIBS="-lesd $ac_esd_libs $LIBS"
15556 cat >conftest.$ac_ext <<_ACEOF
15557 /* confdefs.h. */
15558 _ACEOF
15559 cat confdefs.h >>conftest.$ac_ext
15560 cat >>conftest.$ac_ext <<_ACEOF
15561 /* end confdefs.h. */
15563 /* Override any GCC internal prototype to avoid an error.
15564 Use char because int might match the return type of a GCC
15565 builtin and then its argument prototype would still apply. */
15566 #ifdef __cplusplus
15567 extern "C"
15568 #endif
15569 char esd_open_sound ();
15571 main ()
15573 return esd_open_sound ();
15575 return 0;
15577 _ACEOF
15578 rm -f conftest.$ac_objext conftest$ac_exeext
15579 if { (ac_try="$ac_link"
15580 case "(($ac_try" in
15581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15582 *) ac_try_echo=$ac_try;;
15583 esac
15584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15585 $as_echo "$ac_try_echo") >&5
15586 (eval "$ac_link") 2>conftest.er1
15587 ac_status=$?
15588 grep -v '^ *+' conftest.er1 >conftest.err
15589 rm -f conftest.er1
15590 cat conftest.err >&5
15591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15592 (exit $ac_status); } && {
15593 test -z "$ac_c_werror_flag" ||
15594 test ! -s conftest.err
15595 } && test -s conftest$ac_exeext && {
15596 test "$cross_compiling" = yes ||
15597 $as_test_x conftest$ac_exeext
15598 }; then
15599 ac_cv_lib_esd_esd_open_sound=yes
15600 else
15601 $as_echo "$as_me: failed program was:" >&5
15602 sed 's/^/| /' conftest.$ac_ext >&5
15604 ac_cv_lib_esd_esd_open_sound=no
15607 rm -rf conftest.dSYM
15608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15609 conftest$ac_exeext conftest.$ac_ext
15610 LIBS=$ac_check_lib_save_LIBS
15612 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15613 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15614 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15615 ESDINCL="$ac_esd_incl"
15617 ESDLIBS="$ac_esd_libs"
15620 cat >>confdefs.h <<\_ACEOF
15621 #define HAVE_ESD 1
15622 _ACEOF
15629 CFLAGS="$save_CFLAGS"
15632 ALSALIBS=""
15634 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15635 then
15636 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15637 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15638 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15639 $as_echo_n "(cached) " >&6
15640 else
15641 ac_check_lib_save_LIBS=$LIBS
15642 LIBS="-lasound $LIBS"
15643 cat >conftest.$ac_ext <<_ACEOF
15644 /* confdefs.h. */
15645 _ACEOF
15646 cat confdefs.h >>conftest.$ac_ext
15647 cat >>conftest.$ac_ext <<_ACEOF
15648 /* end confdefs.h. */
15650 /* Override any GCC internal prototype to avoid an error.
15651 Use char because int might match the return type of a GCC
15652 builtin and then its argument prototype would still apply. */
15653 #ifdef __cplusplus
15654 extern "C"
15655 #endif
15656 char snd_pcm_hw_params_get_access ();
15658 main ()
15660 return snd_pcm_hw_params_get_access ();
15662 return 0;
15664 _ACEOF
15665 rm -f conftest.$ac_objext conftest$ac_exeext
15666 if { (ac_try="$ac_link"
15667 case "(($ac_try" in
15668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669 *) ac_try_echo=$ac_try;;
15670 esac
15671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15672 $as_echo "$ac_try_echo") >&5
15673 (eval "$ac_link") 2>conftest.er1
15674 ac_status=$?
15675 grep -v '^ *+' conftest.er1 >conftest.err
15676 rm -f conftest.er1
15677 cat conftest.err >&5
15678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); } && {
15680 test -z "$ac_c_werror_flag" ||
15681 test ! -s conftest.err
15682 } && test -s conftest$ac_exeext && {
15683 test "$cross_compiling" = yes ||
15684 $as_test_x conftest$ac_exeext
15685 }; then
15686 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15687 else
15688 $as_echo "$as_me: failed program was:" >&5
15689 sed 's/^/| /' conftest.$ac_ext >&5
15691 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15694 rm -rf conftest.dSYM
15695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15696 conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_lib_save_LIBS
15699 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15700 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15701 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15702 cat >conftest.$ac_ext <<_ACEOF
15703 /* confdefs.h. */
15704 _ACEOF
15705 cat confdefs.h >>conftest.$ac_ext
15706 cat >>conftest.$ac_ext <<_ACEOF
15707 /* end confdefs.h. */
15708 #ifdef HAVE_ALSA_ASOUNDLIB_H
15709 #include <alsa/asoundlib.h>
15710 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15711 #include <sys/asoundlib.h>
15712 #endif
15714 main ()
15716 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15718 return 0;
15720 _ACEOF
15721 rm -f conftest.$ac_objext
15722 if { (ac_try="$ac_compile"
15723 case "(($ac_try" in
15724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15725 *) ac_try_echo=$ac_try;;
15726 esac
15727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15728 $as_echo "$ac_try_echo") >&5
15729 (eval "$ac_compile") 2>conftest.er1
15730 ac_status=$?
15731 grep -v '^ *+' conftest.er1 >conftest.err
15732 rm -f conftest.er1
15733 cat conftest.err >&5
15734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15735 (exit $ac_status); } && {
15736 test -z "$ac_c_werror_flag" ||
15737 test ! -s conftest.err
15738 } && test -s conftest.$ac_objext; then
15740 cat >>confdefs.h <<\_ACEOF
15741 #define HAVE_ALSA 1
15742 _ACEOF
15744 ALSALIBS="-lasound"
15745 else
15746 $as_echo "$as_me: failed program was:" >&5
15747 sed 's/^/| /' conftest.$ac_ext >&5
15752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15757 AUDIOIOLIBS=""
15759 if test "$ac_cv_header_libaudioio_h" = "yes"
15760 then
15761 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15762 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15763 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15764 $as_echo_n "(cached) " >&6
15765 else
15766 ac_check_lib_save_LIBS=$LIBS
15767 LIBS="-laudioio $LIBS"
15768 cat >conftest.$ac_ext <<_ACEOF
15769 /* confdefs.h. */
15770 _ACEOF
15771 cat confdefs.h >>conftest.$ac_ext
15772 cat >>conftest.$ac_ext <<_ACEOF
15773 /* end confdefs.h. */
15775 /* Override any GCC internal prototype to avoid an error.
15776 Use char because int might match the return type of a GCC
15777 builtin and then its argument prototype would still apply. */
15778 #ifdef __cplusplus
15779 extern "C"
15780 #endif
15781 char AudioIOGetVersion ();
15783 main ()
15785 return AudioIOGetVersion ();
15787 return 0;
15789 _ACEOF
15790 rm -f conftest.$ac_objext conftest$ac_exeext
15791 if { (ac_try="$ac_link"
15792 case "(($ac_try" in
15793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15794 *) ac_try_echo=$ac_try;;
15795 esac
15796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15797 $as_echo "$ac_try_echo") >&5
15798 (eval "$ac_link") 2>conftest.er1
15799 ac_status=$?
15800 grep -v '^ *+' conftest.er1 >conftest.err
15801 rm -f conftest.er1
15802 cat conftest.err >&5
15803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 (exit $ac_status); } && {
15805 test -z "$ac_c_werror_flag" ||
15806 test ! -s conftest.err
15807 } && test -s conftest$ac_exeext && {
15808 test "$cross_compiling" = yes ||
15809 $as_test_x conftest$ac_exeext
15810 }; then
15811 ac_cv_lib_audioio_AudioIOGetVersion=yes
15812 else
15813 $as_echo "$as_me: failed program was:" >&5
15814 sed 's/^/| /' conftest.$ac_ext >&5
15816 ac_cv_lib_audioio_AudioIOGetVersion=no
15819 rm -rf conftest.dSYM
15820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15821 conftest$ac_exeext conftest.$ac_ext
15822 LIBS=$ac_check_lib_save_LIBS
15824 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15825 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15826 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15827 AUDIOIOLIBS="-laudioio"
15829 cat >>confdefs.h <<\_ACEOF
15830 #define HAVE_LIBAUDIOIO 1
15831 _ACEOF
15838 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15839 then
15840 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15841 $as_echo_n "checking for -lcapi20... " >&6; }
15842 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15843 $as_echo_n "(cached) " >&6
15844 else
15845 ac_check_soname_save_LIBS=$LIBS
15846 LIBS="-lcapi20 $LIBS"
15847 cat >conftest.$ac_ext <<_ACEOF
15848 /* confdefs.h. */
15849 _ACEOF
15850 cat confdefs.h >>conftest.$ac_ext
15851 cat >>conftest.$ac_ext <<_ACEOF
15852 /* end confdefs.h. */
15854 /* Override any GCC internal prototype to avoid an error.
15855 Use char because int might match the return type of a GCC
15856 builtin and then its argument prototype would still apply. */
15857 #ifdef __cplusplus
15858 extern "C"
15859 #endif
15860 char capi20_register ();
15862 main ()
15864 return capi20_register ();
15866 return 0;
15868 _ACEOF
15869 rm -f conftest.$ac_objext conftest$ac_exeext
15870 if { (ac_try="$ac_link"
15871 case "(($ac_try" in
15872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15873 *) ac_try_echo=$ac_try;;
15874 esac
15875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15876 $as_echo "$ac_try_echo") >&5
15877 (eval "$ac_link") 2>conftest.er1
15878 ac_status=$?
15879 grep -v '^ *+' conftest.er1 >conftest.err
15880 rm -f conftest.er1
15881 cat conftest.err >&5
15882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); } && {
15884 test -z "$ac_c_werror_flag" ||
15885 test ! -s conftest.err
15886 } && test -s conftest$ac_exeext && {
15887 test "$cross_compiling" = yes ||
15888 $as_test_x conftest$ac_exeext
15889 }; then
15890 case "$LIBEXT" in
15891 dll) ;;
15892 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'` ;;
15893 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15894 esac
15895 else
15896 $as_echo "$as_me: failed program was:" >&5
15897 sed 's/^/| /' conftest.$ac_ext >&5
15902 rm -rf conftest.dSYM
15903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15904 conftest$ac_exeext conftest.$ac_ext
15905 LIBS=$ac_check_soname_save_LIBS
15907 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15908 { $as_echo "$as_me:$LINENO: result: not found" >&5
15909 $as_echo "not found" >&6; }
15911 else
15912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15913 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15915 cat >>confdefs.h <<_ACEOF
15916 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15917 _ACEOF
15923 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15924 case "x$with_capi" in
15925 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15926 xno) ;;
15927 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15928 This is an error since --with-capi was requested." >&5
15929 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15930 This is an error since --with-capi was requested." >&2;}
15931 { (exit 1); exit 1; }; } ;;
15932 esac
15936 CUPSINCL=""
15938 if test "x$with_cups" != "xno"
15939 then
15940 ac_save_CPPFLAGS="$CPPFLAGS"
15941 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15942 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15943 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15945 for ac_header in cups/cups.h
15947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15948 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15949 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15950 $as_echo_n "checking for $ac_header... " >&6; }
15951 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15952 $as_echo_n "(cached) " >&6
15954 ac_res=`eval 'as_val=${'$as_ac_Header'}
15955 $as_echo "$as_val"'`
15956 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15957 $as_echo "$ac_res" >&6; }
15958 else
15959 # Is the header compilable?
15960 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15961 $as_echo_n "checking $ac_header usability... " >&6; }
15962 cat >conftest.$ac_ext <<_ACEOF
15963 /* confdefs.h. */
15964 _ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15968 $ac_includes_default
15969 #include <$ac_header>
15970 _ACEOF
15971 rm -f conftest.$ac_objext
15972 if { (ac_try="$ac_compile"
15973 case "(($ac_try" in
15974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15975 *) ac_try_echo=$ac_try;;
15976 esac
15977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15978 $as_echo "$ac_try_echo") >&5
15979 (eval "$ac_compile") 2>conftest.er1
15980 ac_status=$?
15981 grep -v '^ *+' conftest.er1 >conftest.err
15982 rm -f conftest.er1
15983 cat conftest.err >&5
15984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15985 (exit $ac_status); } && {
15986 test -z "$ac_c_werror_flag" ||
15987 test ! -s conftest.err
15988 } && test -s conftest.$ac_objext; then
15989 ac_header_compiler=yes
15990 else
15991 $as_echo "$as_me: failed program was:" >&5
15992 sed 's/^/| /' conftest.$ac_ext >&5
15994 ac_header_compiler=no
15997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15998 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15999 $as_echo "$ac_header_compiler" >&6; }
16001 # Is the header present?
16002 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16003 $as_echo_n "checking $ac_header presence... " >&6; }
16004 cat >conftest.$ac_ext <<_ACEOF
16005 /* confdefs.h. */
16006 _ACEOF
16007 cat confdefs.h >>conftest.$ac_ext
16008 cat >>conftest.$ac_ext <<_ACEOF
16009 /* end confdefs.h. */
16010 #include <$ac_header>
16011 _ACEOF
16012 if { (ac_try="$ac_cpp conftest.$ac_ext"
16013 case "(($ac_try" in
16014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16015 *) ac_try_echo=$ac_try;;
16016 esac
16017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16018 $as_echo "$ac_try_echo") >&5
16019 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16020 ac_status=$?
16021 grep -v '^ *+' conftest.er1 >conftest.err
16022 rm -f conftest.er1
16023 cat conftest.err >&5
16024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16025 (exit $ac_status); } >/dev/null && {
16026 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16027 test ! -s conftest.err
16028 }; then
16029 ac_header_preproc=yes
16030 else
16031 $as_echo "$as_me: failed program was:" >&5
16032 sed 's/^/| /' conftest.$ac_ext >&5
16034 ac_header_preproc=no
16037 rm -f conftest.err conftest.$ac_ext
16038 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16039 $as_echo "$ac_header_preproc" >&6; }
16041 # So? What about this header?
16042 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16043 yes:no: )
16044 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16045 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16046 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16047 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16048 ac_header_preproc=yes
16050 no:yes:* )
16051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16052 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16053 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16054 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16055 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16056 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16057 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16058 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16059 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16060 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16061 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16062 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16063 ( cat <<\_ASBOX
16064 ## ------------------------------------ ##
16065 ## Report this to wine-devel@winehq.org ##
16066 ## ------------------------------------ ##
16067 _ASBOX
16068 ) | sed "s/^/$as_me: WARNING: /" >&2
16070 esac
16071 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16072 $as_echo_n "checking for $ac_header... " >&6; }
16073 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16074 $as_echo_n "(cached) " >&6
16075 else
16076 eval "$as_ac_Header=\$ac_header_preproc"
16078 ac_res=`eval 'as_val=${'$as_ac_Header'}
16079 $as_echo "$as_val"'`
16080 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16081 $as_echo "$ac_res" >&6; }
16084 as_val=`eval 'as_val=${'$as_ac_Header'}
16085 $as_echo "$as_val"'`
16086 if test "x$as_val" = x""yes; then
16087 cat >>confdefs.h <<_ACEOF
16088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16089 _ACEOF
16090 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16091 $as_echo_n "checking for -lcups... " >&6; }
16092 if test "${ac_cv_lib_soname_cups+set}" = set; then
16093 $as_echo_n "(cached) " >&6
16094 else
16095 ac_check_soname_save_LIBS=$LIBS
16096 LIBS="-lcups $ac_cups_libs $LIBS"
16097 cat >conftest.$ac_ext <<_ACEOF
16098 /* confdefs.h. */
16099 _ACEOF
16100 cat confdefs.h >>conftest.$ac_ext
16101 cat >>conftest.$ac_ext <<_ACEOF
16102 /* end confdefs.h. */
16104 /* Override any GCC internal prototype to avoid an error.
16105 Use char because int might match the return type of a GCC
16106 builtin and then its argument prototype would still apply. */
16107 #ifdef __cplusplus
16108 extern "C"
16109 #endif
16110 char cupsGetDefault ();
16112 main ()
16114 return cupsGetDefault ();
16116 return 0;
16118 _ACEOF
16119 rm -f conftest.$ac_objext conftest$ac_exeext
16120 if { (ac_try="$ac_link"
16121 case "(($ac_try" in
16122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16123 *) ac_try_echo=$ac_try;;
16124 esac
16125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16126 $as_echo "$ac_try_echo") >&5
16127 (eval "$ac_link") 2>conftest.er1
16128 ac_status=$?
16129 grep -v '^ *+' conftest.er1 >conftest.err
16130 rm -f conftest.er1
16131 cat conftest.err >&5
16132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16133 (exit $ac_status); } && {
16134 test -z "$ac_c_werror_flag" ||
16135 test ! -s conftest.err
16136 } && test -s conftest$ac_exeext && {
16137 test "$cross_compiling" = yes ||
16138 $as_test_x conftest$ac_exeext
16139 }; then
16140 case "$LIBEXT" in
16141 dll) ;;
16142 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'` ;;
16143 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16144 esac
16145 else
16146 $as_echo "$as_me: failed program was:" >&5
16147 sed 's/^/| /' conftest.$ac_ext >&5
16152 rm -rf conftest.dSYM
16153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16154 conftest$ac_exeext conftest.$ac_ext
16155 LIBS=$ac_check_soname_save_LIBS
16157 if test "x$ac_cv_lib_soname_cups" = "x"; then
16158 { $as_echo "$as_me:$LINENO: result: not found" >&5
16159 $as_echo "not found" >&6; }
16161 else
16162 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16163 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16165 cat >>confdefs.h <<_ACEOF
16166 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16167 _ACEOF
16169 CUPSINCL="$ac_cups_cflags"
16174 done
16176 CPPFLAGS="$ac_save_CPPFLAGS"
16178 if test "x$ac_cv_lib_soname_cups" = "x"; then
16179 case "x$with_cups" in
16180 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16181 xno) ;;
16182 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16183 This is an error since --with-cups was requested." >&5
16184 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16185 This is an error since --with-cups was requested." >&2;}
16186 { (exit 1); exit 1; }; } ;;
16187 esac
16191 if test "$ac_cv_header_jack_jack_h" = "yes"
16192 then
16193 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16194 $as_echo_n "checking for -ljack... " >&6; }
16195 if test "${ac_cv_lib_soname_jack+set}" = set; then
16196 $as_echo_n "(cached) " >&6
16197 else
16198 ac_check_soname_save_LIBS=$LIBS
16199 LIBS="-ljack $LIBS"
16200 cat >conftest.$ac_ext <<_ACEOF
16201 /* confdefs.h. */
16202 _ACEOF
16203 cat confdefs.h >>conftest.$ac_ext
16204 cat >>conftest.$ac_ext <<_ACEOF
16205 /* end confdefs.h. */
16207 /* Override any GCC internal prototype to avoid an error.
16208 Use char because int might match the return type of a GCC
16209 builtin and then its argument prototype would still apply. */
16210 #ifdef __cplusplus
16211 extern "C"
16212 #endif
16213 char jack_client_new ();
16215 main ()
16217 return jack_client_new ();
16219 return 0;
16221 _ACEOF
16222 rm -f conftest.$ac_objext conftest$ac_exeext
16223 if { (ac_try="$ac_link"
16224 case "(($ac_try" in
16225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16226 *) ac_try_echo=$ac_try;;
16227 esac
16228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16229 $as_echo "$ac_try_echo") >&5
16230 (eval "$ac_link") 2>conftest.er1
16231 ac_status=$?
16232 grep -v '^ *+' conftest.er1 >conftest.err
16233 rm -f conftest.er1
16234 cat conftest.err >&5
16235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); } && {
16237 test -z "$ac_c_werror_flag" ||
16238 test ! -s conftest.err
16239 } && test -s conftest$ac_exeext && {
16240 test "$cross_compiling" = yes ||
16241 $as_test_x conftest$ac_exeext
16242 }; then
16243 case "$LIBEXT" in
16244 dll) ;;
16245 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'` ;;
16246 *) 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'` ;;
16247 esac
16248 else
16249 $as_echo "$as_me: failed program was:" >&5
16250 sed 's/^/| /' conftest.$ac_ext >&5
16255 rm -rf conftest.dSYM
16256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16257 conftest$ac_exeext conftest.$ac_ext
16258 LIBS=$ac_check_soname_save_LIBS
16260 if test "x$ac_cv_lib_soname_jack" = "x"; then
16261 { $as_echo "$as_me:$LINENO: result: not found" >&5
16262 $as_echo "not found" >&6; }
16264 else
16265 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16266 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16268 cat >>confdefs.h <<_ACEOF
16269 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16270 _ACEOF
16277 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16278 then
16279 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16280 $as_echo_n "checking for -lfontconfig... " >&6; }
16281 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16282 $as_echo_n "(cached) " >&6
16283 else
16284 ac_check_soname_save_LIBS=$LIBS
16285 LIBS="-lfontconfig $LIBS"
16286 cat >conftest.$ac_ext <<_ACEOF
16287 /* confdefs.h. */
16288 _ACEOF
16289 cat confdefs.h >>conftest.$ac_ext
16290 cat >>conftest.$ac_ext <<_ACEOF
16291 /* end confdefs.h. */
16293 /* Override any GCC internal prototype to avoid an error.
16294 Use char because int might match the return type of a GCC
16295 builtin and then its argument prototype would still apply. */
16296 #ifdef __cplusplus
16297 extern "C"
16298 #endif
16299 char FcInit ();
16301 main ()
16303 return FcInit ();
16305 return 0;
16307 _ACEOF
16308 rm -f conftest.$ac_objext conftest$ac_exeext
16309 if { (ac_try="$ac_link"
16310 case "(($ac_try" in
16311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16312 *) ac_try_echo=$ac_try;;
16313 esac
16314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16315 $as_echo "$ac_try_echo") >&5
16316 (eval "$ac_link") 2>conftest.er1
16317 ac_status=$?
16318 grep -v '^ *+' conftest.er1 >conftest.err
16319 rm -f conftest.er1
16320 cat conftest.err >&5
16321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16322 (exit $ac_status); } && {
16323 test -z "$ac_c_werror_flag" ||
16324 test ! -s conftest.err
16325 } && test -s conftest$ac_exeext && {
16326 test "$cross_compiling" = yes ||
16327 $as_test_x conftest$ac_exeext
16328 }; then
16329 case "$LIBEXT" in
16330 dll) ;;
16331 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'` ;;
16332 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16333 esac
16334 else
16335 $as_echo "$as_me: failed program was:" >&5
16336 sed 's/^/| /' conftest.$ac_ext >&5
16341 rm -rf conftest.dSYM
16342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16343 conftest$ac_exeext conftest.$ac_ext
16344 LIBS=$ac_check_soname_save_LIBS
16346 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16347 { $as_echo "$as_me:$LINENO: result: not found" >&5
16348 $as_echo "not found" >&6; }
16350 else
16351 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16352 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16354 cat >>confdefs.h <<_ACEOF
16355 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16356 _ACEOF
16361 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16362 then
16363 ac_save_CPPFLAGS="$CPPFLAGS"
16364 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16365 $as_unset ac_cv_header_fontconfig_fontconfig_h
16367 for ac_header in fontconfig/fontconfig.h
16369 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16370 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16371 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16372 $as_echo_n "checking for $ac_header... " >&6; }
16373 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16374 $as_echo_n "(cached) " >&6
16376 ac_res=`eval 'as_val=${'$as_ac_Header'}
16377 $as_echo "$as_val"'`
16378 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16379 $as_echo "$ac_res" >&6; }
16380 else
16381 # Is the header compilable?
16382 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16383 $as_echo_n "checking $ac_header usability... " >&6; }
16384 cat >conftest.$ac_ext <<_ACEOF
16385 /* confdefs.h. */
16386 _ACEOF
16387 cat confdefs.h >>conftest.$ac_ext
16388 cat >>conftest.$ac_ext <<_ACEOF
16389 /* end confdefs.h. */
16390 $ac_includes_default
16391 #include <$ac_header>
16392 _ACEOF
16393 rm -f conftest.$ac_objext
16394 if { (ac_try="$ac_compile"
16395 case "(($ac_try" in
16396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16397 *) ac_try_echo=$ac_try;;
16398 esac
16399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16400 $as_echo "$ac_try_echo") >&5
16401 (eval "$ac_compile") 2>conftest.er1
16402 ac_status=$?
16403 grep -v '^ *+' conftest.er1 >conftest.err
16404 rm -f conftest.er1
16405 cat conftest.err >&5
16406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); } && {
16408 test -z "$ac_c_werror_flag" ||
16409 test ! -s conftest.err
16410 } && test -s conftest.$ac_objext; then
16411 ac_header_compiler=yes
16412 else
16413 $as_echo "$as_me: failed program was:" >&5
16414 sed 's/^/| /' conftest.$ac_ext >&5
16416 ac_header_compiler=no
16419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16420 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16421 $as_echo "$ac_header_compiler" >&6; }
16423 # Is the header present?
16424 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16425 $as_echo_n "checking $ac_header presence... " >&6; }
16426 cat >conftest.$ac_ext <<_ACEOF
16427 /* confdefs.h. */
16428 _ACEOF
16429 cat confdefs.h >>conftest.$ac_ext
16430 cat >>conftest.$ac_ext <<_ACEOF
16431 /* end confdefs.h. */
16432 #include <$ac_header>
16433 _ACEOF
16434 if { (ac_try="$ac_cpp conftest.$ac_ext"
16435 case "(($ac_try" in
16436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16437 *) ac_try_echo=$ac_try;;
16438 esac
16439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16440 $as_echo "$ac_try_echo") >&5
16441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16442 ac_status=$?
16443 grep -v '^ *+' conftest.er1 >conftest.err
16444 rm -f conftest.er1
16445 cat conftest.err >&5
16446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16447 (exit $ac_status); } >/dev/null && {
16448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16449 test ! -s conftest.err
16450 }; then
16451 ac_header_preproc=yes
16452 else
16453 $as_echo "$as_me: failed program was:" >&5
16454 sed 's/^/| /' conftest.$ac_ext >&5
16456 ac_header_preproc=no
16459 rm -f conftest.err conftest.$ac_ext
16460 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16461 $as_echo "$ac_header_preproc" >&6; }
16463 # So? What about this header?
16464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16465 yes:no: )
16466 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16467 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16468 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16469 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16470 ac_header_preproc=yes
16472 no:yes:* )
16473 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16474 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16475 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16476 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16477 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16478 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16479 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16480 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16481 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16482 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16483 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16484 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16485 ( cat <<\_ASBOX
16486 ## ------------------------------------ ##
16487 ## Report this to wine-devel@winehq.org ##
16488 ## ------------------------------------ ##
16489 _ASBOX
16490 ) | sed "s/^/$as_me: WARNING: /" >&2
16492 esac
16493 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16494 $as_echo_n "checking for $ac_header... " >&6; }
16495 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16496 $as_echo_n "(cached) " >&6
16497 else
16498 eval "$as_ac_Header=\$ac_header_preproc"
16500 ac_res=`eval 'as_val=${'$as_ac_Header'}
16501 $as_echo "$as_val"'`
16502 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16503 $as_echo "$ac_res" >&6; }
16506 as_val=`eval 'as_val=${'$as_ac_Header'}
16507 $as_echo "$as_val"'`
16508 if test "x$as_val" = x""yes; then
16509 cat >>confdefs.h <<_ACEOF
16510 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16511 _ACEOF
16515 done
16517 CPPFLAGS="$ac_save_CPPFLAGS"
16518 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16519 then
16520 FONTCONFIGINCL="$X_CFLAGS"
16522 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16523 $as_echo_n "checking for -lfontconfig... " >&6; }
16524 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16525 $as_echo_n "(cached) " >&6
16526 else
16527 ac_check_soname_save_LIBS=$LIBS
16528 LIBS="-lfontconfig $X_LIBS $LIBS"
16529 cat >conftest.$ac_ext <<_ACEOF
16530 /* confdefs.h. */
16531 _ACEOF
16532 cat confdefs.h >>conftest.$ac_ext
16533 cat >>conftest.$ac_ext <<_ACEOF
16534 /* end confdefs.h. */
16536 /* Override any GCC internal prototype to avoid an error.
16537 Use char because int might match the return type of a GCC
16538 builtin and then its argument prototype would still apply. */
16539 #ifdef __cplusplus
16540 extern "C"
16541 #endif
16542 char FcInit ();
16544 main ()
16546 return FcInit ();
16548 return 0;
16550 _ACEOF
16551 rm -f conftest.$ac_objext conftest$ac_exeext
16552 if { (ac_try="$ac_link"
16553 case "(($ac_try" in
16554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16555 *) ac_try_echo=$ac_try;;
16556 esac
16557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16558 $as_echo "$ac_try_echo") >&5
16559 (eval "$ac_link") 2>conftest.er1
16560 ac_status=$?
16561 grep -v '^ *+' conftest.er1 >conftest.err
16562 rm -f conftest.er1
16563 cat conftest.err >&5
16564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16565 (exit $ac_status); } && {
16566 test -z "$ac_c_werror_flag" ||
16567 test ! -s conftest.err
16568 } && test -s conftest$ac_exeext && {
16569 test "$cross_compiling" = yes ||
16570 $as_test_x conftest$ac_exeext
16571 }; then
16572 case "$LIBEXT" in
16573 dll) ;;
16574 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'` ;;
16575 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16576 esac
16577 else
16578 $as_echo "$as_me: failed program was:" >&5
16579 sed 's/^/| /' conftest.$ac_ext >&5
16584 rm -rf conftest.dSYM
16585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16586 conftest$ac_exeext conftest.$ac_ext
16587 LIBS=$ac_check_soname_save_LIBS
16589 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16590 { $as_echo "$as_me:$LINENO: result: not found" >&5
16591 $as_echo "not found" >&6; }
16593 else
16594 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16595 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16597 cat >>confdefs.h <<_ACEOF
16598 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16599 _ACEOF
16606 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16607 case "x$with_fontconfig" in
16608 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16609 xno) ;;
16610 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16611 This is an error since --with-fontconfig was requested." >&5
16612 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16613 This is an error since --with-fontconfig was requested." >&2;}
16614 { (exit 1); exit 1; }; } ;;
16615 esac
16619 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16620 then
16621 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16622 $as_echo_n "checking for -lssl... " >&6; }
16623 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16624 $as_echo_n "(cached) " >&6
16625 else
16626 ac_check_soname_save_LIBS=$LIBS
16627 LIBS="-lssl $LIBS"
16628 cat >conftest.$ac_ext <<_ACEOF
16629 /* confdefs.h. */
16630 _ACEOF
16631 cat confdefs.h >>conftest.$ac_ext
16632 cat >>conftest.$ac_ext <<_ACEOF
16633 /* end confdefs.h. */
16635 /* Override any GCC internal prototype to avoid an error.
16636 Use char because int might match the return type of a GCC
16637 builtin and then its argument prototype would still apply. */
16638 #ifdef __cplusplus
16639 extern "C"
16640 #endif
16641 char SSL_library_init ();
16643 main ()
16645 return SSL_library_init ();
16647 return 0;
16649 _ACEOF
16650 rm -f conftest.$ac_objext conftest$ac_exeext
16651 if { (ac_try="$ac_link"
16652 case "(($ac_try" in
16653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16654 *) ac_try_echo=$ac_try;;
16655 esac
16656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16657 $as_echo "$ac_try_echo") >&5
16658 (eval "$ac_link") 2>conftest.er1
16659 ac_status=$?
16660 grep -v '^ *+' conftest.er1 >conftest.err
16661 rm -f conftest.er1
16662 cat conftest.err >&5
16663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16664 (exit $ac_status); } && {
16665 test -z "$ac_c_werror_flag" ||
16666 test ! -s conftest.err
16667 } && test -s conftest$ac_exeext && {
16668 test "$cross_compiling" = yes ||
16669 $as_test_x conftest$ac_exeext
16670 }; then
16671 case "$LIBEXT" in
16672 dll) ;;
16673 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'` ;;
16674 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16675 esac
16676 else
16677 $as_echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16683 rm -rf conftest.dSYM
16684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16685 conftest$ac_exeext conftest.$ac_ext
16686 LIBS=$ac_check_soname_save_LIBS
16688 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16689 { $as_echo "$as_me:$LINENO: result: not found" >&5
16690 $as_echo "not found" >&6; }
16692 else
16693 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16694 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16696 cat >>confdefs.h <<_ACEOF
16697 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16698 _ACEOF
16703 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16704 $as_echo_n "checking for -lcrypto... " >&6; }
16705 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16706 $as_echo_n "(cached) " >&6
16707 else
16708 ac_check_soname_save_LIBS=$LIBS
16709 LIBS="-lcrypto $LIBS"
16710 cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h. */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16717 /* Override any GCC internal prototype to avoid an error.
16718 Use char because int might match the return type of a GCC
16719 builtin and then its argument prototype would still apply. */
16720 #ifdef __cplusplus
16721 extern "C"
16722 #endif
16723 char BIO_new_socket ();
16725 main ()
16727 return BIO_new_socket ();
16729 return 0;
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736 *) ac_try_echo=$ac_try;;
16737 esac
16738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16739 $as_echo "$ac_try_echo") >&5
16740 (eval "$ac_link") 2>conftest.er1
16741 ac_status=$?
16742 grep -v '^ *+' conftest.er1 >conftest.err
16743 rm -f conftest.er1
16744 cat conftest.err >&5
16745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16746 (exit $ac_status); } && {
16747 test -z "$ac_c_werror_flag" ||
16748 test ! -s conftest.err
16749 } && test -s conftest$ac_exeext && {
16750 test "$cross_compiling" = yes ||
16751 $as_test_x conftest$ac_exeext
16752 }; then
16753 case "$LIBEXT" in
16754 dll) ;;
16755 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'` ;;
16756 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16757 esac
16758 else
16759 $as_echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.$ac_ext >&5
16765 rm -rf conftest.dSYM
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767 conftest$ac_exeext conftest.$ac_ext
16768 LIBS=$ac_check_soname_save_LIBS
16770 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16771 { $as_echo "$as_me:$LINENO: result: not found" >&5
16772 $as_echo "not found" >&6; }
16774 else
16775 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16776 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16778 cat >>confdefs.h <<_ACEOF
16779 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16780 _ACEOF
16786 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16787 case "x$with_openssl" in
16788 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16789 xno) ;;
16790 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16791 This is an error since --with-openssl was requested." >&5
16792 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16793 This is an error since --with-openssl was requested." >&2;}
16794 { (exit 1); exit 1; }; } ;;
16795 esac
16799 if test "$ac_cv_header_jpeglib_h" = "yes"
16800 then
16801 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16802 $as_echo_n "checking for -ljpeg... " >&6; }
16803 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16804 $as_echo_n "(cached) " >&6
16805 else
16806 ac_check_soname_save_LIBS=$LIBS
16807 LIBS="-ljpeg $LIBS"
16808 cat >conftest.$ac_ext <<_ACEOF
16809 /* confdefs.h. */
16810 _ACEOF
16811 cat confdefs.h >>conftest.$ac_ext
16812 cat >>conftest.$ac_ext <<_ACEOF
16813 /* end confdefs.h. */
16815 /* Override any GCC internal prototype to avoid an error.
16816 Use char because int might match the return type of a GCC
16817 builtin and then its argument prototype would still apply. */
16818 #ifdef __cplusplus
16819 extern "C"
16820 #endif
16821 char jpeg_start_decompress ();
16823 main ()
16825 return jpeg_start_decompress ();
16827 return 0;
16829 _ACEOF
16830 rm -f conftest.$ac_objext conftest$ac_exeext
16831 if { (ac_try="$ac_link"
16832 case "(($ac_try" in
16833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16834 *) ac_try_echo=$ac_try;;
16835 esac
16836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16837 $as_echo "$ac_try_echo") >&5
16838 (eval "$ac_link") 2>conftest.er1
16839 ac_status=$?
16840 grep -v '^ *+' conftest.er1 >conftest.err
16841 rm -f conftest.er1
16842 cat conftest.err >&5
16843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); } && {
16845 test -z "$ac_c_werror_flag" ||
16846 test ! -s conftest.err
16847 } && test -s conftest$ac_exeext && {
16848 test "$cross_compiling" = yes ||
16849 $as_test_x conftest$ac_exeext
16850 }; then
16851 case "$LIBEXT" in
16852 dll) ;;
16853 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'` ;;
16854 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16855 esac
16856 else
16857 $as_echo "$as_me: failed program was:" >&5
16858 sed 's/^/| /' conftest.$ac_ext >&5
16863 rm -rf conftest.dSYM
16864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16865 conftest$ac_exeext conftest.$ac_ext
16866 LIBS=$ac_check_soname_save_LIBS
16868 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16869 { $as_echo "$as_me:$LINENO: result: not found" >&5
16870 $as_echo "not found" >&6; }
16872 else
16873 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16874 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16876 cat >>confdefs.h <<_ACEOF
16877 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16878 _ACEOF
16884 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16885 case "x$with_jpeg" in
16886 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16887 xno) ;;
16888 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16889 This is an error since --with-jpeg was requested." >&5
16890 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16891 This is an error since --with-jpeg was requested." >&2;}
16892 { (exit 1); exit 1; }; } ;;
16893 esac
16897 if test "$ac_cv_header_png_h" = "yes"
16898 then
16899 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16900 $as_echo_n "checking for -lpng... " >&6; }
16901 if test "${ac_cv_lib_soname_png+set}" = set; then
16902 $as_echo_n "(cached) " >&6
16903 else
16904 ac_check_soname_save_LIBS=$LIBS
16905 LIBS="-lpng -lm -lz $LIBS"
16906 cat >conftest.$ac_ext <<_ACEOF
16907 /* confdefs.h. */
16908 _ACEOF
16909 cat confdefs.h >>conftest.$ac_ext
16910 cat >>conftest.$ac_ext <<_ACEOF
16911 /* end confdefs.h. */
16913 /* Override any GCC internal prototype to avoid an error.
16914 Use char because int might match the return type of a GCC
16915 builtin and then its argument prototype would still apply. */
16916 #ifdef __cplusplus
16917 extern "C"
16918 #endif
16919 char png_create_read_struct ();
16921 main ()
16923 return png_create_read_struct ();
16925 return 0;
16927 _ACEOF
16928 rm -f conftest.$ac_objext conftest$ac_exeext
16929 if { (ac_try="$ac_link"
16930 case "(($ac_try" in
16931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16932 *) ac_try_echo=$ac_try;;
16933 esac
16934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16935 $as_echo "$ac_try_echo") >&5
16936 (eval "$ac_link") 2>conftest.er1
16937 ac_status=$?
16938 grep -v '^ *+' conftest.er1 >conftest.err
16939 rm -f conftest.er1
16940 cat conftest.err >&5
16941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942 (exit $ac_status); } && {
16943 test -z "$ac_c_werror_flag" ||
16944 test ! -s conftest.err
16945 } && test -s conftest$ac_exeext && {
16946 test "$cross_compiling" = yes ||
16947 $as_test_x conftest$ac_exeext
16948 }; then
16949 case "$LIBEXT" in
16950 dll) ;;
16951 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'` ;;
16952 *) 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'` ;;
16953 esac
16954 else
16955 $as_echo "$as_me: failed program was:" >&5
16956 sed 's/^/| /' conftest.$ac_ext >&5
16961 rm -rf conftest.dSYM
16962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16963 conftest$ac_exeext conftest.$ac_ext
16964 LIBS=$ac_check_soname_save_LIBS
16966 if test "x$ac_cv_lib_soname_png" = "x"; then
16967 { $as_echo "$as_me:$LINENO: result: not found" >&5
16968 $as_echo "not found" >&6; }
16970 else
16971 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16972 $as_echo "$ac_cv_lib_soname_png" >&6; }
16974 cat >>confdefs.h <<_ACEOF
16975 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16976 _ACEOF
16982 if test "x$ac_cv_lib_soname_png" = "x"; then
16983 case "x$with_png" in
16984 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16985 xno) ;;
16986 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16987 This is an error since --with-png was requested." >&5
16988 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16989 This is an error since --with-png was requested." >&2;}
16990 { (exit 1); exit 1; }; } ;;
16991 esac
16995 if test "$ac_cv_header_kstat_h" = "yes"
16996 then
16997 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16998 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16999 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17000 $as_echo_n "(cached) " >&6
17001 else
17002 ac_check_lib_save_LIBS=$LIBS
17003 LIBS="-lkstat $LIBS"
17004 cat >conftest.$ac_ext <<_ACEOF
17005 /* confdefs.h. */
17006 _ACEOF
17007 cat confdefs.h >>conftest.$ac_ext
17008 cat >>conftest.$ac_ext <<_ACEOF
17009 /* end confdefs.h. */
17011 /* Override any GCC internal prototype to avoid an error.
17012 Use char because int might match the return type of a GCC
17013 builtin and then its argument prototype would still apply. */
17014 #ifdef __cplusplus
17015 extern "C"
17016 #endif
17017 char kstat_open ();
17019 main ()
17021 return kstat_open ();
17023 return 0;
17025 _ACEOF
17026 rm -f conftest.$ac_objext conftest$ac_exeext
17027 if { (ac_try="$ac_link"
17028 case "(($ac_try" in
17029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17030 *) ac_try_echo=$ac_try;;
17031 esac
17032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17033 $as_echo "$ac_try_echo") >&5
17034 (eval "$ac_link") 2>conftest.er1
17035 ac_status=$?
17036 grep -v '^ *+' conftest.er1 >conftest.err
17037 rm -f conftest.er1
17038 cat conftest.err >&5
17039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17040 (exit $ac_status); } && {
17041 test -z "$ac_c_werror_flag" ||
17042 test ! -s conftest.err
17043 } && test -s conftest$ac_exeext && {
17044 test "$cross_compiling" = yes ||
17045 $as_test_x conftest$ac_exeext
17046 }; then
17047 ac_cv_lib_kstat_kstat_open=yes
17048 else
17049 $as_echo "$as_me: failed program was:" >&5
17050 sed 's/^/| /' conftest.$ac_ext >&5
17052 ac_cv_lib_kstat_kstat_open=no
17055 rm -rf conftest.dSYM
17056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17057 conftest$ac_exeext conftest.$ac_ext
17058 LIBS=$ac_check_lib_save_LIBS
17060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17061 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17062 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17064 cat >>confdefs.h <<\_ACEOF
17065 #define HAVE_LIBKSTAT 1
17066 _ACEOF
17068 LIBKSTAT="-lkstat"
17074 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17075 $as_echo_n "checking for -lodbc... " >&6; }
17076 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17077 $as_echo_n "(cached) " >&6
17078 else
17079 ac_check_soname_save_LIBS=$LIBS
17080 LIBS="-lodbc $LIBS"
17081 cat >conftest.$ac_ext <<_ACEOF
17082 /* confdefs.h. */
17083 _ACEOF
17084 cat confdefs.h >>conftest.$ac_ext
17085 cat >>conftest.$ac_ext <<_ACEOF
17086 /* end confdefs.h. */
17088 /* Override any GCC internal prototype to avoid an error.
17089 Use char because int might match the return type of a GCC
17090 builtin and then its argument prototype would still apply. */
17091 #ifdef __cplusplus
17092 extern "C"
17093 #endif
17094 char SQLConnect ();
17096 main ()
17098 return SQLConnect ();
17100 return 0;
17102 _ACEOF
17103 rm -f conftest.$ac_objext conftest$ac_exeext
17104 if { (ac_try="$ac_link"
17105 case "(($ac_try" in
17106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17107 *) ac_try_echo=$ac_try;;
17108 esac
17109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17110 $as_echo "$ac_try_echo") >&5
17111 (eval "$ac_link") 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } && {
17118 test -z "$ac_c_werror_flag" ||
17119 test ! -s conftest.err
17120 } && test -s conftest$ac_exeext && {
17121 test "$cross_compiling" = yes ||
17122 $as_test_x conftest$ac_exeext
17123 }; then
17124 case "$LIBEXT" in
17125 dll) ;;
17126 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'` ;;
17127 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17128 esac
17129 else
17130 $as_echo "$as_me: failed program was:" >&5
17131 sed 's/^/| /' conftest.$ac_ext >&5
17136 rm -rf conftest.dSYM
17137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17138 conftest$ac_exeext conftest.$ac_ext
17139 LIBS=$ac_check_soname_save_LIBS
17141 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17142 { $as_echo "$as_me:$LINENO: result: not found" >&5
17143 $as_echo "not found" >&6; }
17144 cat >>confdefs.h <<_ACEOF
17145 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17146 _ACEOF
17148 else
17149 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17150 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17152 cat >>confdefs.h <<_ACEOF
17153 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17154 _ACEOF
17160 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17161 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17162 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17163 "$ac_cv_header_soundcard_h" != "yes" -a \
17164 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17165 then
17166 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17170 EXTRACFLAGS=""
17172 if test "x${GCC}" = "xyes"
17173 then
17174 EXTRACFLAGS="-Wall -pipe"
17176 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17177 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17178 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17179 $as_echo_n "(cached) " >&6
17180 else
17181 if test "$cross_compiling" = yes; then
17182 ac_cv_c_gcc_strength_bug="yes"
17183 else
17184 cat >conftest.$ac_ext <<_ACEOF
17185 /* confdefs.h. */
17186 _ACEOF
17187 cat confdefs.h >>conftest.$ac_ext
17188 cat >>conftest.$ac_ext <<_ACEOF
17189 /* end confdefs.h. */
17190 int L[4] = {0,1,2,3};
17192 main ()
17194 static int Array[3];
17195 unsigned int B = 3;
17196 int i;
17197 for(i=0; i<B; i++) Array[i] = i - 3;
17198 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17199 L[i] = 4;
17200 return (Array[1] != -2 || L[2] != 3)
17202 return 0;
17204 _ACEOF
17205 rm -f conftest$ac_exeext
17206 if { (ac_try="$ac_link"
17207 case "(($ac_try" in
17208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17209 *) ac_try_echo=$ac_try;;
17210 esac
17211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17212 $as_echo "$ac_try_echo") >&5
17213 (eval "$ac_link") 2>&5
17214 ac_status=$?
17215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17217 { (case "(($ac_try" in
17218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17219 *) ac_try_echo=$ac_try;;
17220 esac
17221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17222 $as_echo "$ac_try_echo") >&5
17223 (eval "$ac_try") 2>&5
17224 ac_status=$?
17225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17226 (exit $ac_status); }; }; then
17227 ac_cv_c_gcc_strength_bug="no"
17228 else
17229 $as_echo "$as_me: program exited with status $ac_status" >&5
17230 $as_echo "$as_me: failed program was:" >&5
17231 sed 's/^/| /' conftest.$ac_ext >&5
17233 ( exit $ac_status )
17234 ac_cv_c_gcc_strength_bug="yes"
17236 rm -rf conftest.dSYM
17237 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17242 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17243 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17244 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17245 then
17246 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17249 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17250 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17251 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17252 $as_echo_n "(cached) " >&6
17253 else
17254 ac_wine_try_cflags_saved=$CFLAGS
17255 CFLAGS="$CFLAGS -fno-builtin"
17256 cat >conftest.$ac_ext <<_ACEOF
17257 /* confdefs.h. */
17258 _ACEOF
17259 cat confdefs.h >>conftest.$ac_ext
17260 cat >>conftest.$ac_ext <<_ACEOF
17261 /* end confdefs.h. */
17264 main ()
17268 return 0;
17270 _ACEOF
17271 rm -f conftest.$ac_objext conftest$ac_exeext
17272 if { (ac_try="$ac_link"
17273 case "(($ac_try" in
17274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17275 *) ac_try_echo=$ac_try;;
17276 esac
17277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17278 $as_echo "$ac_try_echo") >&5
17279 (eval "$ac_link") 2>conftest.er1
17280 ac_status=$?
17281 grep -v '^ *+' conftest.er1 >conftest.err
17282 rm -f conftest.er1
17283 cat conftest.err >&5
17284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17285 (exit $ac_status); } && {
17286 test -z "$ac_c_werror_flag" ||
17287 test ! -s conftest.err
17288 } && test -s conftest$ac_exeext && {
17289 test "$cross_compiling" = yes ||
17290 $as_test_x conftest$ac_exeext
17291 }; then
17292 ac_cv_cflags__fno_builtin=yes
17293 else
17294 $as_echo "$as_me: failed program was:" >&5
17295 sed 's/^/| /' conftest.$ac_ext >&5
17297 ac_cv_cflags__fno_builtin=no
17300 rm -rf conftest.dSYM
17301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17302 conftest$ac_exeext conftest.$ac_ext
17303 CFLAGS=$ac_wine_try_cflags_saved
17305 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17306 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17307 if test $ac_cv_cflags__fno_builtin = yes; then
17308 BUILTINFLAG="-fno-builtin"
17312 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17313 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17314 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17315 $as_echo_n "(cached) " >&6
17316 else
17317 ac_wine_try_cflags_saved=$CFLAGS
17318 CFLAGS="$CFLAGS -fno-strict-aliasing"
17319 cat >conftest.$ac_ext <<_ACEOF
17320 /* confdefs.h. */
17321 _ACEOF
17322 cat confdefs.h >>conftest.$ac_ext
17323 cat >>conftest.$ac_ext <<_ACEOF
17324 /* end confdefs.h. */
17327 main ()
17331 return 0;
17333 _ACEOF
17334 rm -f conftest.$ac_objext conftest$ac_exeext
17335 if { (ac_try="$ac_link"
17336 case "(($ac_try" in
17337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17338 *) ac_try_echo=$ac_try;;
17339 esac
17340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17341 $as_echo "$ac_try_echo") >&5
17342 (eval "$ac_link") 2>conftest.er1
17343 ac_status=$?
17344 grep -v '^ *+' conftest.er1 >conftest.err
17345 rm -f conftest.er1
17346 cat conftest.err >&5
17347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17348 (exit $ac_status); } && {
17349 test -z "$ac_c_werror_flag" ||
17350 test ! -s conftest.err
17351 } && test -s conftest$ac_exeext && {
17352 test "$cross_compiling" = yes ||
17353 $as_test_x conftest$ac_exeext
17354 }; then
17355 ac_cv_cflags__fno_strict_aliasing=yes
17356 else
17357 $as_echo "$as_me: failed program was:" >&5
17358 sed 's/^/| /' conftest.$ac_ext >&5
17360 ac_cv_cflags__fno_strict_aliasing=no
17363 rm -rf conftest.dSYM
17364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17365 conftest$ac_exeext conftest.$ac_ext
17366 CFLAGS=$ac_wine_try_cflags_saved
17368 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17369 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17370 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17371 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17374 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17375 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17376 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17377 $as_echo_n "(cached) " >&6
17378 else
17379 ac_wine_try_cflags_saved=$CFLAGS
17380 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17381 cat >conftest.$ac_ext <<_ACEOF
17382 /* confdefs.h. */
17383 _ACEOF
17384 cat confdefs.h >>conftest.$ac_ext
17385 cat >>conftest.$ac_ext <<_ACEOF
17386 /* end confdefs.h. */
17389 main ()
17393 return 0;
17395 _ACEOF
17396 rm -f conftest.$ac_objext conftest$ac_exeext
17397 if { (ac_try="$ac_link"
17398 case "(($ac_try" in
17399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17400 *) ac_try_echo=$ac_try;;
17401 esac
17402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17403 $as_echo "$ac_try_echo") >&5
17404 (eval "$ac_link") 2>conftest.er1
17405 ac_status=$?
17406 grep -v '^ *+' conftest.er1 >conftest.err
17407 rm -f conftest.er1
17408 cat conftest.err >&5
17409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); } && {
17411 test -z "$ac_c_werror_flag" ||
17412 test ! -s conftest.err
17413 } && test -s conftest$ac_exeext && {
17414 test "$cross_compiling" = yes ||
17415 $as_test_x conftest$ac_exeext
17416 }; then
17417 ac_cv_cflags__Wdeclaration_after_statement=yes
17418 else
17419 $as_echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.$ac_ext >&5
17422 ac_cv_cflags__Wdeclaration_after_statement=no
17425 rm -rf conftest.dSYM
17426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17427 conftest$ac_exeext conftest.$ac_ext
17428 CFLAGS=$ac_wine_try_cflags_saved
17430 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17431 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17432 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17433 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17436 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17437 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17438 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17439 $as_echo_n "(cached) " >&6
17440 else
17441 ac_wine_try_cflags_saved=$CFLAGS
17442 CFLAGS="$CFLAGS -Wwrite-strings"
17443 cat >conftest.$ac_ext <<_ACEOF
17444 /* confdefs.h. */
17445 _ACEOF
17446 cat confdefs.h >>conftest.$ac_ext
17447 cat >>conftest.$ac_ext <<_ACEOF
17448 /* end confdefs.h. */
17451 main ()
17455 return 0;
17457 _ACEOF
17458 rm -f conftest.$ac_objext conftest$ac_exeext
17459 if { (ac_try="$ac_link"
17460 case "(($ac_try" in
17461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17462 *) ac_try_echo=$ac_try;;
17463 esac
17464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17465 $as_echo "$ac_try_echo") >&5
17466 (eval "$ac_link") 2>conftest.er1
17467 ac_status=$?
17468 grep -v '^ *+' conftest.er1 >conftest.err
17469 rm -f conftest.er1
17470 cat conftest.err >&5
17471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17472 (exit $ac_status); } && {
17473 test -z "$ac_c_werror_flag" ||
17474 test ! -s conftest.err
17475 } && test -s conftest$ac_exeext && {
17476 test "$cross_compiling" = yes ||
17477 $as_test_x conftest$ac_exeext
17478 }; then
17479 ac_cv_cflags__Wwrite_strings=yes
17480 else
17481 $as_echo "$as_me: failed program was:" >&5
17482 sed 's/^/| /' conftest.$ac_ext >&5
17484 ac_cv_cflags__Wwrite_strings=no
17487 rm -rf conftest.dSYM
17488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17489 conftest$ac_exeext conftest.$ac_ext
17490 CFLAGS=$ac_wine_try_cflags_saved
17492 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17493 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17494 if test $ac_cv_cflags__Wwrite_strings = yes; then
17495 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17498 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17499 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17500 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17501 $as_echo_n "(cached) " >&6
17502 else
17503 ac_wine_try_cflags_saved=$CFLAGS
17504 CFLAGS="$CFLAGS -Wtype-limits"
17505 cat >conftest.$ac_ext <<_ACEOF
17506 /* confdefs.h. */
17507 _ACEOF
17508 cat confdefs.h >>conftest.$ac_ext
17509 cat >>conftest.$ac_ext <<_ACEOF
17510 /* end confdefs.h. */
17513 main ()
17517 return 0;
17519 _ACEOF
17520 rm -f conftest.$ac_objext conftest$ac_exeext
17521 if { (ac_try="$ac_link"
17522 case "(($ac_try" in
17523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17524 *) ac_try_echo=$ac_try;;
17525 esac
17526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17527 $as_echo "$ac_try_echo") >&5
17528 (eval "$ac_link") 2>conftest.er1
17529 ac_status=$?
17530 grep -v '^ *+' conftest.er1 >conftest.err
17531 rm -f conftest.er1
17532 cat conftest.err >&5
17533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17534 (exit $ac_status); } && {
17535 test -z "$ac_c_werror_flag" ||
17536 test ! -s conftest.err
17537 } && test -s conftest$ac_exeext && {
17538 test "$cross_compiling" = yes ||
17539 $as_test_x conftest$ac_exeext
17540 }; then
17541 ac_cv_cflags__Wtype_limits=yes
17542 else
17543 $as_echo "$as_me: failed program was:" >&5
17544 sed 's/^/| /' conftest.$ac_ext >&5
17546 ac_cv_cflags__Wtype_limits=no
17549 rm -rf conftest.dSYM
17550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17551 conftest$ac_exeext conftest.$ac_ext
17552 CFLAGS=$ac_wine_try_cflags_saved
17554 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17555 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17556 if test $ac_cv_cflags__Wtype_limits = yes; then
17557 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17561 saved_CFLAGS="$CFLAGS"
17562 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17563 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17564 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17565 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17566 $as_echo_n "(cached) " >&6
17567 else
17568 cat >conftest.$ac_ext <<_ACEOF
17569 /* confdefs.h. */
17570 _ACEOF
17571 cat confdefs.h >>conftest.$ac_ext
17572 cat >>conftest.$ac_ext <<_ACEOF
17573 /* end confdefs.h. */
17574 #include <string.h>
17576 main ()
17580 return 0;
17582 _ACEOF
17583 rm -f conftest.$ac_objext
17584 if { (ac_try="$ac_compile"
17585 case "(($ac_try" in
17586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17587 *) ac_try_echo=$ac_try;;
17588 esac
17589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17590 $as_echo "$ac_try_echo") >&5
17591 (eval "$ac_compile") 2>conftest.er1
17592 ac_status=$?
17593 grep -v '^ *+' conftest.er1 >conftest.err
17594 rm -f conftest.er1
17595 cat conftest.err >&5
17596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17597 (exit $ac_status); } && {
17598 test -z "$ac_c_werror_flag" ||
17599 test ! -s conftest.err
17600 } && test -s conftest.$ac_objext; then
17601 ac_cv_c_string_h_warnings=no
17602 else
17603 $as_echo "$as_me: failed program was:" >&5
17604 sed 's/^/| /' conftest.$ac_ext >&5
17606 ac_cv_c_string_h_warnings=yes
17609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17611 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17612 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17613 CFLAGS="$saved_CFLAGS"
17614 if test "$ac_cv_c_string_h_warnings" = "no"
17615 then
17616 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17621 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17622 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17623 if test "${ac_cv_asm_func_def+set}" = set; then
17624 $as_echo_n "(cached) " >&6
17625 else
17626 cat >conftest.$ac_ext <<_ACEOF
17627 /* confdefs.h. */
17628 _ACEOF
17629 cat confdefs.h >>conftest.$ac_ext
17630 cat >>conftest.$ac_ext <<_ACEOF
17631 /* end confdefs.h. */
17634 main ()
17636 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17638 return 0;
17640 _ACEOF
17641 rm -f conftest.$ac_objext conftest$ac_exeext
17642 if { (ac_try="$ac_link"
17643 case "(($ac_try" in
17644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17645 *) ac_try_echo=$ac_try;;
17646 esac
17647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17648 $as_echo "$ac_try_echo") >&5
17649 (eval "$ac_link") 2>conftest.er1
17650 ac_status=$?
17651 grep -v '^ *+' conftest.er1 >conftest.err
17652 rm -f conftest.er1
17653 cat conftest.err >&5
17654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17655 (exit $ac_status); } && {
17656 test -z "$ac_c_werror_flag" ||
17657 test ! -s conftest.err
17658 } && test -s conftest$ac_exeext && {
17659 test "$cross_compiling" = yes ||
17660 $as_test_x conftest$ac_exeext
17661 }; then
17662 ac_cv_asm_func_def=".def"
17663 else
17664 $as_echo "$as_me: failed program was:" >&5
17665 sed 's/^/| /' conftest.$ac_ext >&5
17667 cat >conftest.$ac_ext <<_ACEOF
17668 /* confdefs.h. */
17669 _ACEOF
17670 cat confdefs.h >>conftest.$ac_ext
17671 cat >>conftest.$ac_ext <<_ACEOF
17672 /* end confdefs.h. */
17675 main ()
17677 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17679 return 0;
17681 _ACEOF
17682 rm -f conftest.$ac_objext conftest$ac_exeext
17683 if { (ac_try="$ac_link"
17684 case "(($ac_try" in
17685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17686 *) ac_try_echo=$ac_try;;
17687 esac
17688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17689 $as_echo "$ac_try_echo") >&5
17690 (eval "$ac_link") 2>conftest.er1
17691 ac_status=$?
17692 grep -v '^ *+' conftest.er1 >conftest.err
17693 rm -f conftest.er1
17694 cat conftest.err >&5
17695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17696 (exit $ac_status); } && {
17697 test -z "$ac_c_werror_flag" ||
17698 test ! -s conftest.err
17699 } && test -s conftest$ac_exeext && {
17700 test "$cross_compiling" = yes ||
17701 $as_test_x conftest$ac_exeext
17702 }; then
17703 ac_cv_asm_func_def=".type @function"
17704 else
17705 $as_echo "$as_me: failed program was:" >&5
17706 sed 's/^/| /' conftest.$ac_ext >&5
17708 cat >conftest.$ac_ext <<_ACEOF
17709 /* confdefs.h. */
17710 _ACEOF
17711 cat confdefs.h >>conftest.$ac_ext
17712 cat >>conftest.$ac_ext <<_ACEOF
17713 /* end confdefs.h. */
17716 main ()
17718 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17720 return 0;
17722 _ACEOF
17723 rm -f conftest.$ac_objext conftest$ac_exeext
17724 if { (ac_try="$ac_link"
17725 case "(($ac_try" in
17726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17727 *) ac_try_echo=$ac_try;;
17728 esac
17729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17730 $as_echo "$ac_try_echo") >&5
17731 (eval "$ac_link") 2>conftest.er1
17732 ac_status=$?
17733 grep -v '^ *+' conftest.er1 >conftest.err
17734 rm -f conftest.er1
17735 cat conftest.err >&5
17736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17737 (exit $ac_status); } && {
17738 test -z "$ac_c_werror_flag" ||
17739 test ! -s conftest.err
17740 } && test -s conftest$ac_exeext && {
17741 test "$cross_compiling" = yes ||
17742 $as_test_x conftest$ac_exeext
17743 }; then
17744 ac_cv_asm_func_def=".type 2"
17745 else
17746 $as_echo "$as_me: failed program was:" >&5
17747 sed 's/^/| /' conftest.$ac_ext >&5
17749 ac_cv_asm_func_def="unknown"
17752 rm -rf conftest.dSYM
17753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17754 conftest$ac_exeext conftest.$ac_ext
17757 rm -rf conftest.dSYM
17758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17759 conftest$ac_exeext conftest.$ac_ext
17762 rm -rf conftest.dSYM
17763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17764 conftest$ac_exeext conftest.$ac_ext
17766 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17767 $as_echo "$ac_cv_asm_func_def" >&6; }
17771 case "$ac_cv_asm_func_def" in
17772 ".def")
17773 cat >>confdefs.h <<\_ACEOF
17774 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17775 _ACEOF
17777 ".type @function")
17778 cat >>confdefs.h <<\_ACEOF
17779 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17780 _ACEOF
17782 ".type 2")
17783 cat >>confdefs.h <<\_ACEOF
17784 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17785 _ACEOF
17788 cat >>confdefs.h <<\_ACEOF
17789 #define __ASM_FUNC(name) ""
17790 _ACEOF
17792 esac
17795 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17796 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17797 if test "${ac_cv_c_extern_prefix+set}" = set; then
17798 $as_echo_n "(cached) " >&6
17799 else
17800 cat >conftest.$ac_ext <<_ACEOF
17801 /* confdefs.h. */
17802 _ACEOF
17803 cat confdefs.h >>conftest.$ac_ext
17804 cat >>conftest.$ac_ext <<_ACEOF
17805 /* end confdefs.h. */
17806 extern int ac_test;
17808 main ()
17810 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17812 return 0;
17814 _ACEOF
17815 rm -f conftest.$ac_objext conftest$ac_exeext
17816 if { (ac_try="$ac_link"
17817 case "(($ac_try" in
17818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17819 *) ac_try_echo=$ac_try;;
17820 esac
17821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17822 $as_echo "$ac_try_echo") >&5
17823 (eval "$ac_link") 2>conftest.er1
17824 ac_status=$?
17825 grep -v '^ *+' conftest.er1 >conftest.err
17826 rm -f conftest.er1
17827 cat conftest.err >&5
17828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829 (exit $ac_status); } && {
17830 test -z "$ac_c_werror_flag" ||
17831 test ! -s conftest.err
17832 } && test -s conftest$ac_exeext && {
17833 test "$cross_compiling" = yes ||
17834 $as_test_x conftest$ac_exeext
17835 }; then
17836 ac_cv_c_extern_prefix="yes"
17837 else
17838 $as_echo "$as_me: failed program was:" >&5
17839 sed 's/^/| /' conftest.$ac_ext >&5
17841 ac_cv_c_extern_prefix="no"
17844 rm -rf conftest.dSYM
17845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17846 conftest$ac_exeext conftest.$ac_ext
17848 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17849 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17853 if test "$ac_cv_c_extern_prefix" = "yes"
17854 then
17855 cat >>confdefs.h <<\_ACEOF
17856 #define __ASM_NAME(name) "_" name
17857 _ACEOF
17859 else
17860 cat >>confdefs.h <<\_ACEOF
17861 #define __ASM_NAME(name) name
17862 _ACEOF
17867 LDPATH=""
17869 case $build_os in
17870 cygwin*|mingw32*)
17871 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17873 darwin*|macosx*)
17876 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17878 esac
17880 case $host_os in
17881 mingw32*)
17882 CRTLIBS="-lmsvcrt"
17884 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17887 esac
17889 case $host_cpu in
17890 *i[3456789]86*)
17891 case $host_os in
17892 linux* | k*bsd*-gnu)
17893 EXTRA_BINARIES="wine-preloader"
17895 esac
17897 esac
17900 ac_save_CFLAGS="$CFLAGS"
17901 CFLAGS="$CFLAGS $BUILTINFLAG"
17970 for ac_func in \
17971 _pclose \
17972 _popen \
17973 _snprintf \
17974 _spawnvp \
17975 _strdup \
17976 _stricmp \
17977 _strnicmp \
17978 _strtoi64 \
17979 _strtoui64 \
17980 _vsnprintf \
17981 asctime_r \
17982 chsize \
17983 dlopen \
17984 epoll_create \
17985 ffs \
17986 finite \
17987 fork \
17988 fpclass \
17989 fstatfs \
17990 fstatvfs \
17991 ftruncate \
17992 futimes \
17993 futimesat \
17994 getdirentries \
17995 getopt_long \
17996 getpagesize \
17997 getpwuid \
17998 gettid \
17999 gettimeofday \
18000 getuid \
18001 kqueue \
18002 lstat \
18003 memmove \
18004 mmap \
18005 pclose \
18006 poll \
18007 popen \
18008 prctl \
18009 pread \
18010 pwrite \
18011 readdir \
18012 readlink \
18013 sched_yield \
18014 select \
18015 setproctitle \
18016 setrlimit \
18017 settimeofday \
18018 sigaltstack \
18019 sigprocmask \
18020 snprintf \
18021 spawnvp \
18022 statfs \
18023 statvfs \
18024 strcasecmp \
18025 strdup \
18026 strerror \
18027 strncasecmp \
18028 strtold \
18029 strtoll \
18030 strtoull \
18031 symlink \
18032 tcgetattr \
18033 thr_kill2 \
18034 timegm \
18035 usleep \
18036 vsnprintf \
18037 wait4 \
18038 waitpid \
18041 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18042 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18043 $as_echo_n "checking for $ac_func... " >&6; }
18044 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18045 $as_echo_n "(cached) " >&6
18046 else
18047 cat >conftest.$ac_ext <<_ACEOF
18048 /* confdefs.h. */
18049 _ACEOF
18050 cat confdefs.h >>conftest.$ac_ext
18051 cat >>conftest.$ac_ext <<_ACEOF
18052 /* end confdefs.h. */
18053 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18054 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18055 #define $ac_func innocuous_$ac_func
18057 /* System header to define __stub macros and hopefully few prototypes,
18058 which can conflict with char $ac_func (); below.
18059 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18060 <limits.h> exists even on freestanding compilers. */
18062 #ifdef __STDC__
18063 # include <limits.h>
18064 #else
18065 # include <assert.h>
18066 #endif
18068 #undef $ac_func
18070 /* Override any GCC internal prototype to avoid an error.
18071 Use char because int might match the return type of a GCC
18072 builtin and then its argument prototype would still apply. */
18073 #ifdef __cplusplus
18074 extern "C"
18075 #endif
18076 char $ac_func ();
18077 /* The GNU C library defines this for functions which it implements
18078 to always fail with ENOSYS. Some functions are actually named
18079 something starting with __ and the normal name is an alias. */
18080 #if defined __stub_$ac_func || defined __stub___$ac_func
18081 choke me
18082 #endif
18085 main ()
18087 return $ac_func ();
18089 return 0;
18091 _ACEOF
18092 rm -f conftest.$ac_objext conftest$ac_exeext
18093 if { (ac_try="$ac_link"
18094 case "(($ac_try" in
18095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18096 *) ac_try_echo=$ac_try;;
18097 esac
18098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18099 $as_echo "$ac_try_echo") >&5
18100 (eval "$ac_link") 2>conftest.er1
18101 ac_status=$?
18102 grep -v '^ *+' conftest.er1 >conftest.err
18103 rm -f conftest.er1
18104 cat conftest.err >&5
18105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18106 (exit $ac_status); } && {
18107 test -z "$ac_c_werror_flag" ||
18108 test ! -s conftest.err
18109 } && test -s conftest$ac_exeext && {
18110 test "$cross_compiling" = yes ||
18111 $as_test_x conftest$ac_exeext
18112 }; then
18113 eval "$as_ac_var=yes"
18114 else
18115 $as_echo "$as_me: failed program was:" >&5
18116 sed 's/^/| /' conftest.$ac_ext >&5
18118 eval "$as_ac_var=no"
18121 rm -rf conftest.dSYM
18122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18123 conftest$ac_exeext conftest.$ac_ext
18125 ac_res=`eval 'as_val=${'$as_ac_var'}
18126 $as_echo "$as_val"'`
18127 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18128 $as_echo "$ac_res" >&6; }
18129 as_val=`eval 'as_val=${'$as_ac_var'}
18130 $as_echo "$as_val"'`
18131 if test "x$as_val" = x""yes; then
18132 cat >>confdefs.h <<_ACEOF
18133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18134 _ACEOF
18137 done
18139 CFLAGS="$ac_save_CFLAGS"
18141 if test "$ac_cv_func_dlopen" = no
18142 then
18143 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18144 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18145 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18146 $as_echo_n "(cached) " >&6
18147 else
18148 ac_check_lib_save_LIBS=$LIBS
18149 LIBS="-ldl $LIBS"
18150 cat >conftest.$ac_ext <<_ACEOF
18151 /* confdefs.h. */
18152 _ACEOF
18153 cat confdefs.h >>conftest.$ac_ext
18154 cat >>conftest.$ac_ext <<_ACEOF
18155 /* end confdefs.h. */
18157 /* Override any GCC internal prototype to avoid an error.
18158 Use char because int might match the return type of a GCC
18159 builtin and then its argument prototype would still apply. */
18160 #ifdef __cplusplus
18161 extern "C"
18162 #endif
18163 char dlopen ();
18165 main ()
18167 return dlopen ();
18169 return 0;
18171 _ACEOF
18172 rm -f conftest.$ac_objext conftest$ac_exeext
18173 if { (ac_try="$ac_link"
18174 case "(($ac_try" in
18175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18176 *) ac_try_echo=$ac_try;;
18177 esac
18178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18179 $as_echo "$ac_try_echo") >&5
18180 (eval "$ac_link") 2>conftest.er1
18181 ac_status=$?
18182 grep -v '^ *+' conftest.er1 >conftest.err
18183 rm -f conftest.er1
18184 cat conftest.err >&5
18185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18186 (exit $ac_status); } && {
18187 test -z "$ac_c_werror_flag" ||
18188 test ! -s conftest.err
18189 } && test -s conftest$ac_exeext && {
18190 test "$cross_compiling" = yes ||
18191 $as_test_x conftest$ac_exeext
18192 }; then
18193 ac_cv_lib_dl_dlopen=yes
18194 else
18195 $as_echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.$ac_ext >&5
18198 ac_cv_lib_dl_dlopen=no
18201 rm -rf conftest.dSYM
18202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18203 conftest$ac_exeext conftest.$ac_ext
18204 LIBS=$ac_check_lib_save_LIBS
18206 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18207 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18208 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18209 cat >>confdefs.h <<\_ACEOF
18210 #define HAVE_DLOPEN 1
18211 _ACEOF
18212 LIBDL="-ldl"
18217 ac_wine_check_funcs_save_LIBS="$LIBS"
18218 LIBS="$LIBS $LIBDL"
18220 for ac_func in dladdr
18222 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18223 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18224 $as_echo_n "checking for $ac_func... " >&6; }
18225 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18226 $as_echo_n "(cached) " >&6
18227 else
18228 cat >conftest.$ac_ext <<_ACEOF
18229 /* confdefs.h. */
18230 _ACEOF
18231 cat confdefs.h >>conftest.$ac_ext
18232 cat >>conftest.$ac_ext <<_ACEOF
18233 /* end confdefs.h. */
18234 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18235 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18236 #define $ac_func innocuous_$ac_func
18238 /* System header to define __stub macros and hopefully few prototypes,
18239 which can conflict with char $ac_func (); below.
18240 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18241 <limits.h> exists even on freestanding compilers. */
18243 #ifdef __STDC__
18244 # include <limits.h>
18245 #else
18246 # include <assert.h>
18247 #endif
18249 #undef $ac_func
18251 /* Override any GCC internal prototype to avoid an error.
18252 Use char because int might match the return type of a GCC
18253 builtin and then its argument prototype would still apply. */
18254 #ifdef __cplusplus
18255 extern "C"
18256 #endif
18257 char $ac_func ();
18258 /* The GNU C library defines this for functions which it implements
18259 to always fail with ENOSYS. Some functions are actually named
18260 something starting with __ and the normal name is an alias. */
18261 #if defined __stub_$ac_func || defined __stub___$ac_func
18262 choke me
18263 #endif
18266 main ()
18268 return $ac_func ();
18270 return 0;
18272 _ACEOF
18273 rm -f conftest.$ac_objext conftest$ac_exeext
18274 if { (ac_try="$ac_link"
18275 case "(($ac_try" in
18276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18277 *) ac_try_echo=$ac_try;;
18278 esac
18279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18280 $as_echo "$ac_try_echo") >&5
18281 (eval "$ac_link") 2>conftest.er1
18282 ac_status=$?
18283 grep -v '^ *+' conftest.er1 >conftest.err
18284 rm -f conftest.er1
18285 cat conftest.err >&5
18286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18287 (exit $ac_status); } && {
18288 test -z "$ac_c_werror_flag" ||
18289 test ! -s conftest.err
18290 } && test -s conftest$ac_exeext && {
18291 test "$cross_compiling" = yes ||
18292 $as_test_x conftest$ac_exeext
18293 }; then
18294 eval "$as_ac_var=yes"
18295 else
18296 $as_echo "$as_me: failed program was:" >&5
18297 sed 's/^/| /' conftest.$ac_ext >&5
18299 eval "$as_ac_var=no"
18302 rm -rf conftest.dSYM
18303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18304 conftest$ac_exeext conftest.$ac_ext
18306 ac_res=`eval 'as_val=${'$as_ac_var'}
18307 $as_echo "$as_val"'`
18308 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18309 $as_echo "$ac_res" >&6; }
18310 as_val=`eval 'as_val=${'$as_ac_var'}
18311 $as_echo "$as_val"'`
18312 if test "x$as_val" = x""yes; then
18313 cat >>confdefs.h <<_ACEOF
18314 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18315 _ACEOF
18318 done
18320 LIBS="$ac_wine_check_funcs_save_LIBS"
18322 if test "$ac_cv_func_poll" = no
18323 then
18324 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18325 $as_echo_n "checking for poll in -lpoll... " >&6; }
18326 if test "${ac_cv_lib_poll_poll+set}" = set; then
18327 $as_echo_n "(cached) " >&6
18328 else
18329 ac_check_lib_save_LIBS=$LIBS
18330 LIBS="-lpoll $LIBS"
18331 cat >conftest.$ac_ext <<_ACEOF
18332 /* confdefs.h. */
18333 _ACEOF
18334 cat confdefs.h >>conftest.$ac_ext
18335 cat >>conftest.$ac_ext <<_ACEOF
18336 /* end confdefs.h. */
18338 /* Override any GCC internal prototype to avoid an error.
18339 Use char because int might match the return type of a GCC
18340 builtin and then its argument prototype would still apply. */
18341 #ifdef __cplusplus
18342 extern "C"
18343 #endif
18344 char poll ();
18346 main ()
18348 return poll ();
18350 return 0;
18352 _ACEOF
18353 rm -f conftest.$ac_objext conftest$ac_exeext
18354 if { (ac_try="$ac_link"
18355 case "(($ac_try" in
18356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18357 *) ac_try_echo=$ac_try;;
18358 esac
18359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18360 $as_echo "$ac_try_echo") >&5
18361 (eval "$ac_link") 2>conftest.er1
18362 ac_status=$?
18363 grep -v '^ *+' conftest.er1 >conftest.err
18364 rm -f conftest.er1
18365 cat conftest.err >&5
18366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18367 (exit $ac_status); } && {
18368 test -z "$ac_c_werror_flag" ||
18369 test ! -s conftest.err
18370 } && test -s conftest$ac_exeext && {
18371 test "$cross_compiling" = yes ||
18372 $as_test_x conftest$ac_exeext
18373 }; then
18374 ac_cv_lib_poll_poll=yes
18375 else
18376 $as_echo "$as_me: failed program was:" >&5
18377 sed 's/^/| /' conftest.$ac_ext >&5
18379 ac_cv_lib_poll_poll=no
18382 rm -rf conftest.dSYM
18383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18384 conftest$ac_exeext conftest.$ac_ext
18385 LIBS=$ac_check_lib_save_LIBS
18387 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18388 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18389 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18390 cat >>confdefs.h <<\_ACEOF
18391 #define HAVE_POLL 1
18392 _ACEOF
18393 LIBPOLL="-lpoll"
18399 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18400 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18401 if test "${ac_cv_search_gethostbyname+set}" = set; then
18402 $as_echo_n "(cached) " >&6
18403 else
18404 ac_func_search_save_LIBS=$LIBS
18405 cat >conftest.$ac_ext <<_ACEOF
18406 /* confdefs.h. */
18407 _ACEOF
18408 cat confdefs.h >>conftest.$ac_ext
18409 cat >>conftest.$ac_ext <<_ACEOF
18410 /* end confdefs.h. */
18412 /* Override any GCC internal prototype to avoid an error.
18413 Use char because int might match the return type of a GCC
18414 builtin and then its argument prototype would still apply. */
18415 #ifdef __cplusplus
18416 extern "C"
18417 #endif
18418 char gethostbyname ();
18420 main ()
18422 return gethostbyname ();
18424 return 0;
18426 _ACEOF
18427 for ac_lib in '' nsl; do
18428 if test -z "$ac_lib"; then
18429 ac_res="none required"
18430 else
18431 ac_res=-l$ac_lib
18432 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18434 rm -f conftest.$ac_objext conftest$ac_exeext
18435 if { (ac_try="$ac_link"
18436 case "(($ac_try" in
18437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18438 *) ac_try_echo=$ac_try;;
18439 esac
18440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18441 $as_echo "$ac_try_echo") >&5
18442 (eval "$ac_link") 2>conftest.er1
18443 ac_status=$?
18444 grep -v '^ *+' conftest.er1 >conftest.err
18445 rm -f conftest.er1
18446 cat conftest.err >&5
18447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); } && {
18449 test -z "$ac_c_werror_flag" ||
18450 test ! -s conftest.err
18451 } && test -s conftest$ac_exeext && {
18452 test "$cross_compiling" = yes ||
18453 $as_test_x conftest$ac_exeext
18454 }; then
18455 ac_cv_search_gethostbyname=$ac_res
18456 else
18457 $as_echo "$as_me: failed program was:" >&5
18458 sed 's/^/| /' conftest.$ac_ext >&5
18463 rm -rf conftest.dSYM
18464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18465 conftest$ac_exeext
18466 if test "${ac_cv_search_gethostbyname+set}" = set; then
18467 break
18469 done
18470 if test "${ac_cv_search_gethostbyname+set}" = set; then
18472 else
18473 ac_cv_search_gethostbyname=no
18475 rm conftest.$ac_ext
18476 LIBS=$ac_func_search_save_LIBS
18478 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18479 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18480 ac_res=$ac_cv_search_gethostbyname
18481 if test "$ac_res" != no; then
18482 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18487 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18488 $as_echo_n "checking for library containing connect... " >&6; }
18489 if test "${ac_cv_search_connect+set}" = set; then
18490 $as_echo_n "(cached) " >&6
18491 else
18492 ac_func_search_save_LIBS=$LIBS
18493 cat >conftest.$ac_ext <<_ACEOF
18494 /* confdefs.h. */
18495 _ACEOF
18496 cat confdefs.h >>conftest.$ac_ext
18497 cat >>conftest.$ac_ext <<_ACEOF
18498 /* end confdefs.h. */
18500 /* Override any GCC internal prototype to avoid an error.
18501 Use char because int might match the return type of a GCC
18502 builtin and then its argument prototype would still apply. */
18503 #ifdef __cplusplus
18504 extern "C"
18505 #endif
18506 char connect ();
18508 main ()
18510 return connect ();
18512 return 0;
18514 _ACEOF
18515 for ac_lib in '' socket; do
18516 if test -z "$ac_lib"; then
18517 ac_res="none required"
18518 else
18519 ac_res=-l$ac_lib
18520 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18522 rm -f conftest.$ac_objext conftest$ac_exeext
18523 if { (ac_try="$ac_link"
18524 case "(($ac_try" in
18525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18526 *) ac_try_echo=$ac_try;;
18527 esac
18528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18529 $as_echo "$ac_try_echo") >&5
18530 (eval "$ac_link") 2>conftest.er1
18531 ac_status=$?
18532 grep -v '^ *+' conftest.er1 >conftest.err
18533 rm -f conftest.er1
18534 cat conftest.err >&5
18535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18536 (exit $ac_status); } && {
18537 test -z "$ac_c_werror_flag" ||
18538 test ! -s conftest.err
18539 } && test -s conftest$ac_exeext && {
18540 test "$cross_compiling" = yes ||
18541 $as_test_x conftest$ac_exeext
18542 }; then
18543 ac_cv_search_connect=$ac_res
18544 else
18545 $as_echo "$as_me: failed program was:" >&5
18546 sed 's/^/| /' conftest.$ac_ext >&5
18551 rm -rf conftest.dSYM
18552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18553 conftest$ac_exeext
18554 if test "${ac_cv_search_connect+set}" = set; then
18555 break
18557 done
18558 if test "${ac_cv_search_connect+set}" = set; then
18560 else
18561 ac_cv_search_connect=no
18563 rm conftest.$ac_ext
18564 LIBS=$ac_func_search_save_LIBS
18566 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18567 $as_echo "$ac_cv_search_connect" >&6; }
18568 ac_res=$ac_cv_search_connect
18569 if test "$ac_res" != no; then
18570 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18575 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18576 $as_echo_n "checking for library containing inet_aton... " >&6; }
18577 if test "${ac_cv_search_inet_aton+set}" = set; then
18578 $as_echo_n "(cached) " >&6
18579 else
18580 ac_func_search_save_LIBS=$LIBS
18581 cat >conftest.$ac_ext <<_ACEOF
18582 /* confdefs.h. */
18583 _ACEOF
18584 cat confdefs.h >>conftest.$ac_ext
18585 cat >>conftest.$ac_ext <<_ACEOF
18586 /* end confdefs.h. */
18588 /* Override any GCC internal prototype to avoid an error.
18589 Use char because int might match the return type of a GCC
18590 builtin and then its argument prototype would still apply. */
18591 #ifdef __cplusplus
18592 extern "C"
18593 #endif
18594 char inet_aton ();
18596 main ()
18598 return inet_aton ();
18600 return 0;
18602 _ACEOF
18603 for ac_lib in '' resolv; do
18604 if test -z "$ac_lib"; then
18605 ac_res="none required"
18606 else
18607 ac_res=-l$ac_lib
18608 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18610 rm -f conftest.$ac_objext conftest$ac_exeext
18611 if { (ac_try="$ac_link"
18612 case "(($ac_try" in
18613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18614 *) ac_try_echo=$ac_try;;
18615 esac
18616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18617 $as_echo "$ac_try_echo") >&5
18618 (eval "$ac_link") 2>conftest.er1
18619 ac_status=$?
18620 grep -v '^ *+' conftest.er1 >conftest.err
18621 rm -f conftest.er1
18622 cat conftest.err >&5
18623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); } && {
18625 test -z "$ac_c_werror_flag" ||
18626 test ! -s conftest.err
18627 } && test -s conftest$ac_exeext && {
18628 test "$cross_compiling" = yes ||
18629 $as_test_x conftest$ac_exeext
18630 }; then
18631 ac_cv_search_inet_aton=$ac_res
18632 else
18633 $as_echo "$as_me: failed program was:" >&5
18634 sed 's/^/| /' conftest.$ac_ext >&5
18639 rm -rf conftest.dSYM
18640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18641 conftest$ac_exeext
18642 if test "${ac_cv_search_inet_aton+set}" = set; then
18643 break
18645 done
18646 if test "${ac_cv_search_inet_aton+set}" = set; then
18648 else
18649 ac_cv_search_inet_aton=no
18651 rm conftest.$ac_ext
18652 LIBS=$ac_func_search_save_LIBS
18654 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18655 $as_echo "$ac_cv_search_inet_aton" >&6; }
18656 ac_res=$ac_cv_search_inet_aton
18657 if test "$ac_res" != no; then
18658 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18674 for ac_func in \
18675 getaddrinfo \
18676 getnameinfo \
18677 getnetbyname \
18678 getprotobyname \
18679 getprotobynumber \
18680 getservbyport \
18681 inet_network \
18682 inet_ntop \
18683 inet_pton \
18684 sendmsg \
18685 socketpair \
18688 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18689 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18690 $as_echo_n "checking for $ac_func... " >&6; }
18691 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18692 $as_echo_n "(cached) " >&6
18693 else
18694 cat >conftest.$ac_ext <<_ACEOF
18695 /* confdefs.h. */
18696 _ACEOF
18697 cat confdefs.h >>conftest.$ac_ext
18698 cat >>conftest.$ac_ext <<_ACEOF
18699 /* end confdefs.h. */
18700 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18701 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18702 #define $ac_func innocuous_$ac_func
18704 /* System header to define __stub macros and hopefully few prototypes,
18705 which can conflict with char $ac_func (); below.
18706 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18707 <limits.h> exists even on freestanding compilers. */
18709 #ifdef __STDC__
18710 # include <limits.h>
18711 #else
18712 # include <assert.h>
18713 #endif
18715 #undef $ac_func
18717 /* Override any GCC internal prototype to avoid an error.
18718 Use char because int might match the return type of a GCC
18719 builtin and then its argument prototype would still apply. */
18720 #ifdef __cplusplus
18721 extern "C"
18722 #endif
18723 char $ac_func ();
18724 /* The GNU C library defines this for functions which it implements
18725 to always fail with ENOSYS. Some functions are actually named
18726 something starting with __ and the normal name is an alias. */
18727 #if defined __stub_$ac_func || defined __stub___$ac_func
18728 choke me
18729 #endif
18732 main ()
18734 return $ac_func ();
18736 return 0;
18738 _ACEOF
18739 rm -f conftest.$ac_objext conftest$ac_exeext
18740 if { (ac_try="$ac_link"
18741 case "(($ac_try" in
18742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18743 *) ac_try_echo=$ac_try;;
18744 esac
18745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18746 $as_echo "$ac_try_echo") >&5
18747 (eval "$ac_link") 2>conftest.er1
18748 ac_status=$?
18749 grep -v '^ *+' conftest.er1 >conftest.err
18750 rm -f conftest.er1
18751 cat conftest.err >&5
18752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); } && {
18754 test -z "$ac_c_werror_flag" ||
18755 test ! -s conftest.err
18756 } && test -s conftest$ac_exeext && {
18757 test "$cross_compiling" = yes ||
18758 $as_test_x conftest$ac_exeext
18759 }; then
18760 eval "$as_ac_var=yes"
18761 else
18762 $as_echo "$as_me: failed program was:" >&5
18763 sed 's/^/| /' conftest.$ac_ext >&5
18765 eval "$as_ac_var=no"
18768 rm -rf conftest.dSYM
18769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18770 conftest$ac_exeext conftest.$ac_ext
18772 ac_res=`eval 'as_val=${'$as_ac_var'}
18773 $as_echo "$as_val"'`
18774 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18775 $as_echo "$ac_res" >&6; }
18776 as_val=`eval 'as_val=${'$as_ac_var'}
18777 $as_echo "$as_val"'`
18778 if test "x$as_val" = x""yes; then
18779 cat >>confdefs.h <<_ACEOF
18780 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18781 _ACEOF
18784 done
18787 LDAPLIBS=""
18789 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18790 then
18791 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18792 $as_echo_n "checking for LDAPSortKey... " >&6; }
18793 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18794 $as_echo_n "(cached) " >&6
18795 else
18796 ac_cv_type_LDAPSortKey=no
18797 cat >conftest.$ac_ext <<_ACEOF
18798 /* confdefs.h. */
18799 _ACEOF
18800 cat confdefs.h >>conftest.$ac_ext
18801 cat >>conftest.$ac_ext <<_ACEOF
18802 /* end confdefs.h. */
18803 #include <ldap.h>
18806 main ()
18808 if (sizeof (LDAPSortKey))
18809 return 0;
18811 return 0;
18813 _ACEOF
18814 rm -f conftest.$ac_objext
18815 if { (ac_try="$ac_compile"
18816 case "(($ac_try" in
18817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18818 *) ac_try_echo=$ac_try;;
18819 esac
18820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18821 $as_echo "$ac_try_echo") >&5
18822 (eval "$ac_compile") 2>conftest.er1
18823 ac_status=$?
18824 grep -v '^ *+' conftest.er1 >conftest.err
18825 rm -f conftest.er1
18826 cat conftest.err >&5
18827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } && {
18829 test -z "$ac_c_werror_flag" ||
18830 test ! -s conftest.err
18831 } && test -s conftest.$ac_objext; then
18832 cat >conftest.$ac_ext <<_ACEOF
18833 /* confdefs.h. */
18834 _ACEOF
18835 cat confdefs.h >>conftest.$ac_ext
18836 cat >>conftest.$ac_ext <<_ACEOF
18837 /* end confdefs.h. */
18838 #include <ldap.h>
18841 main ()
18843 if (sizeof ((LDAPSortKey)))
18844 return 0;
18846 return 0;
18848 _ACEOF
18849 rm -f conftest.$ac_objext
18850 if { (ac_try="$ac_compile"
18851 case "(($ac_try" in
18852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18853 *) ac_try_echo=$ac_try;;
18854 esac
18855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18856 $as_echo "$ac_try_echo") >&5
18857 (eval "$ac_compile") 2>conftest.er1
18858 ac_status=$?
18859 grep -v '^ *+' conftest.er1 >conftest.err
18860 rm -f conftest.er1
18861 cat conftest.err >&5
18862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18863 (exit $ac_status); } && {
18864 test -z "$ac_c_werror_flag" ||
18865 test ! -s conftest.err
18866 } && test -s conftest.$ac_objext; then
18868 else
18869 $as_echo "$as_me: failed program was:" >&5
18870 sed 's/^/| /' conftest.$ac_ext >&5
18872 ac_cv_type_LDAPSortKey=yes
18875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18876 else
18877 $as_echo "$as_me: failed program was:" >&5
18878 sed 's/^/| /' conftest.$ac_ext >&5
18883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18885 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18886 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18887 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18888 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18889 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18890 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18891 $as_echo_n "(cached) " >&6
18892 else
18893 ac_check_lib_save_LIBS=$LIBS
18894 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18895 cat >conftest.$ac_ext <<_ACEOF
18896 /* confdefs.h. */
18897 _ACEOF
18898 cat confdefs.h >>conftest.$ac_ext
18899 cat >>conftest.$ac_ext <<_ACEOF
18900 /* end confdefs.h. */
18902 /* Override any GCC internal prototype to avoid an error.
18903 Use char because int might match the return type of a GCC
18904 builtin and then its argument prototype would still apply. */
18905 #ifdef __cplusplus
18906 extern "C"
18907 #endif
18908 char ldap_initialize ();
18910 main ()
18912 return ldap_initialize ();
18914 return 0;
18916 _ACEOF
18917 rm -f conftest.$ac_objext conftest$ac_exeext
18918 if { (ac_try="$ac_link"
18919 case "(($ac_try" in
18920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18921 *) ac_try_echo=$ac_try;;
18922 esac
18923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18924 $as_echo "$ac_try_echo") >&5
18925 (eval "$ac_link") 2>conftest.er1
18926 ac_status=$?
18927 grep -v '^ *+' conftest.er1 >conftest.err
18928 rm -f conftest.er1
18929 cat conftest.err >&5
18930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18931 (exit $ac_status); } && {
18932 test -z "$ac_c_werror_flag" ||
18933 test ! -s conftest.err
18934 } && test -s conftest$ac_exeext && {
18935 test "$cross_compiling" = yes ||
18936 $as_test_x conftest$ac_exeext
18937 }; then
18938 ac_cv_lib_ldap_r_ldap_initialize=yes
18939 else
18940 $as_echo "$as_me: failed program was:" >&5
18941 sed 's/^/| /' conftest.$ac_ext >&5
18943 ac_cv_lib_ldap_r_ldap_initialize=no
18946 rm -rf conftest.dSYM
18947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18948 conftest$ac_exeext conftest.$ac_ext
18949 LIBS=$ac_check_lib_save_LIBS
18951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18952 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18953 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18954 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18955 $as_echo_n "checking for ber_init in -llber... " >&6; }
18956 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18957 $as_echo_n "(cached) " >&6
18958 else
18959 ac_check_lib_save_LIBS=$LIBS
18960 LIBS="-llber $LIBPTHREAD $LIBS"
18961 cat >conftest.$ac_ext <<_ACEOF
18962 /* confdefs.h. */
18963 _ACEOF
18964 cat confdefs.h >>conftest.$ac_ext
18965 cat >>conftest.$ac_ext <<_ACEOF
18966 /* end confdefs.h. */
18968 /* Override any GCC internal prototype to avoid an error.
18969 Use char because int might match the return type of a GCC
18970 builtin and then its argument prototype would still apply. */
18971 #ifdef __cplusplus
18972 extern "C"
18973 #endif
18974 char ber_init ();
18976 main ()
18978 return ber_init ();
18980 return 0;
18982 _ACEOF
18983 rm -f conftest.$ac_objext conftest$ac_exeext
18984 if { (ac_try="$ac_link"
18985 case "(($ac_try" in
18986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18987 *) ac_try_echo=$ac_try;;
18988 esac
18989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18990 $as_echo "$ac_try_echo") >&5
18991 (eval "$ac_link") 2>conftest.er1
18992 ac_status=$?
18993 grep -v '^ *+' conftest.er1 >conftest.err
18994 rm -f conftest.er1
18995 cat conftest.err >&5
18996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18997 (exit $ac_status); } && {
18998 test -z "$ac_c_werror_flag" ||
18999 test ! -s conftest.err
19000 } && test -s conftest$ac_exeext && {
19001 test "$cross_compiling" = yes ||
19002 $as_test_x conftest$ac_exeext
19003 }; then
19004 ac_cv_lib_lber_ber_init=yes
19005 else
19006 $as_echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19009 ac_cv_lib_lber_ber_init=no
19012 rm -rf conftest.dSYM
19013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19014 conftest$ac_exeext conftest.$ac_ext
19015 LIBS=$ac_check_lib_save_LIBS
19017 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19018 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19019 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19021 cat >>confdefs.h <<\_ACEOF
19022 #define HAVE_LDAP 1
19023 _ACEOF
19025 LDAPLIBS="-lldap_r -llber"
19032 ac_wine_check_funcs_save_LIBS="$LIBS"
19033 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19042 for ac_func in \
19043 ldap_count_references \
19044 ldap_first_reference \
19045 ldap_next_reference \
19046 ldap_parse_reference \
19047 ldap_parse_sort_control \
19048 ldap_parse_sortresponse_control \
19049 ldap_parse_vlv_control \
19050 ldap_parse_vlvresponse_control
19052 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19053 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19054 $as_echo_n "checking for $ac_func... " >&6; }
19055 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19056 $as_echo_n "(cached) " >&6
19057 else
19058 cat >conftest.$ac_ext <<_ACEOF
19059 /* confdefs.h. */
19060 _ACEOF
19061 cat confdefs.h >>conftest.$ac_ext
19062 cat >>conftest.$ac_ext <<_ACEOF
19063 /* end confdefs.h. */
19064 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19065 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19066 #define $ac_func innocuous_$ac_func
19068 /* System header to define __stub macros and hopefully few prototypes,
19069 which can conflict with char $ac_func (); below.
19070 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19071 <limits.h> exists even on freestanding compilers. */
19073 #ifdef __STDC__
19074 # include <limits.h>
19075 #else
19076 # include <assert.h>
19077 #endif
19079 #undef $ac_func
19081 /* Override any GCC internal prototype to avoid an error.
19082 Use char because int might match the return type of a GCC
19083 builtin and then its argument prototype would still apply. */
19084 #ifdef __cplusplus
19085 extern "C"
19086 #endif
19087 char $ac_func ();
19088 /* The GNU C library defines this for functions which it implements
19089 to always fail with ENOSYS. Some functions are actually named
19090 something starting with __ and the normal name is an alias. */
19091 #if defined __stub_$ac_func || defined __stub___$ac_func
19092 choke me
19093 #endif
19096 main ()
19098 return $ac_func ();
19100 return 0;
19102 _ACEOF
19103 rm -f conftest.$ac_objext conftest$ac_exeext
19104 if { (ac_try="$ac_link"
19105 case "(($ac_try" in
19106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19107 *) ac_try_echo=$ac_try;;
19108 esac
19109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19110 $as_echo "$ac_try_echo") >&5
19111 (eval "$ac_link") 2>conftest.er1
19112 ac_status=$?
19113 grep -v '^ *+' conftest.er1 >conftest.err
19114 rm -f conftest.er1
19115 cat conftest.err >&5
19116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19117 (exit $ac_status); } && {
19118 test -z "$ac_c_werror_flag" ||
19119 test ! -s conftest.err
19120 } && test -s conftest$ac_exeext && {
19121 test "$cross_compiling" = yes ||
19122 $as_test_x conftest$ac_exeext
19123 }; then
19124 eval "$as_ac_var=yes"
19125 else
19126 $as_echo "$as_me: failed program was:" >&5
19127 sed 's/^/| /' conftest.$ac_ext >&5
19129 eval "$as_ac_var=no"
19132 rm -rf conftest.dSYM
19133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19134 conftest$ac_exeext conftest.$ac_ext
19136 ac_res=`eval 'as_val=${'$as_ac_var'}
19137 $as_echo "$as_val"'`
19138 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19139 $as_echo "$ac_res" >&6; }
19140 as_val=`eval 'as_val=${'$as_ac_var'}
19141 $as_echo "$as_val"'`
19142 if test "x$as_val" = x""yes; then
19143 cat >>confdefs.h <<_ACEOF
19144 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19145 _ACEOF
19148 done
19150 LIBS="$ac_wine_check_funcs_save_LIBS"
19152 if test "x$LDAPLIBS" = "x"; then
19153 case "x$with_ldap" in
19154 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19155 xno) ;;
19156 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19157 This is an error since --with-ldap was requested." >&5
19158 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19159 This is an error since --with-ldap was requested." >&2;}
19160 { (exit 1); exit 1; }; } ;;
19161 esac
19165 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19166 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19167 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19168 $as_echo_n "(cached) " >&6
19169 else
19170 cat >conftest.$ac_ext <<_ACEOF
19171 /* confdefs.h. */
19172 _ACEOF
19173 cat confdefs.h >>conftest.$ac_ext
19174 cat >>conftest.$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19176 #include <sys/stat.h>
19178 main ()
19180 mkdir("foo");
19182 return 0;
19184 _ACEOF
19185 rm -f conftest.$ac_objext
19186 if { (ac_try="$ac_compile"
19187 case "(($ac_try" in
19188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19189 *) ac_try_echo=$ac_try;;
19190 esac
19191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19192 $as_echo "$ac_try_echo") >&5
19193 (eval "$ac_compile") 2>conftest.er1
19194 ac_status=$?
19195 grep -v '^ *+' conftest.er1 >conftest.err
19196 rm -f conftest.er1
19197 cat conftest.err >&5
19198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); } && {
19200 test -z "$ac_c_werror_flag" ||
19201 test ! -s conftest.err
19202 } && test -s conftest.$ac_objext; then
19203 wine_cv_one_arg_mkdir=yes
19204 else
19205 $as_echo "$as_me: failed program was:" >&5
19206 sed 's/^/| /' conftest.$ac_ext >&5
19208 wine_cv_one_arg_mkdir=no
19211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19213 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19214 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19215 if test "$wine_cv_one_arg_mkdir" = "yes"
19216 then
19218 cat >>confdefs.h <<\_ACEOF
19219 #define HAVE_ONE_ARG_MKDIR 1
19220 _ACEOF
19225 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19226 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19227 if test "${ac_cv_c_const+set}" = set; then
19228 $as_echo_n "(cached) " >&6
19229 else
19230 cat >conftest.$ac_ext <<_ACEOF
19231 /* confdefs.h. */
19232 _ACEOF
19233 cat confdefs.h >>conftest.$ac_ext
19234 cat >>conftest.$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19238 main ()
19240 /* FIXME: Include the comments suggested by Paul. */
19241 #ifndef __cplusplus
19242 /* Ultrix mips cc rejects this. */
19243 typedef int charset[2];
19244 const charset cs;
19245 /* SunOS 4.1.1 cc rejects this. */
19246 char const *const *pcpcc;
19247 char **ppc;
19248 /* NEC SVR4.0.2 mips cc rejects this. */
19249 struct point {int x, y;};
19250 static struct point const zero = {0,0};
19251 /* AIX XL C 1.02.0.0 rejects this.
19252 It does not let you subtract one const X* pointer from another in
19253 an arm of an if-expression whose if-part is not a constant
19254 expression */
19255 const char *g = "string";
19256 pcpcc = &g + (g ? g-g : 0);
19257 /* HPUX 7.0 cc rejects these. */
19258 ++pcpcc;
19259 ppc = (char**) pcpcc;
19260 pcpcc = (char const *const *) ppc;
19261 { /* SCO 3.2v4 cc rejects this. */
19262 char *t;
19263 char const *s = 0 ? (char *) 0 : (char const *) 0;
19265 *t++ = 0;
19266 if (s) return 0;
19268 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19269 int x[] = {25, 17};
19270 const int *foo = &x[0];
19271 ++foo;
19273 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19274 typedef const int *iptr;
19275 iptr p = 0;
19276 ++p;
19278 { /* AIX XL C 1.02.0.0 rejects this saying
19279 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19280 struct s { int j; const int *ap[3]; };
19281 struct s *b; b->j = 5;
19283 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19284 const int foo = 10;
19285 if (!foo) return 0;
19287 return !cs[0] && !zero.x;
19288 #endif
19291 return 0;
19293 _ACEOF
19294 rm -f conftest.$ac_objext
19295 if { (ac_try="$ac_compile"
19296 case "(($ac_try" in
19297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19298 *) ac_try_echo=$ac_try;;
19299 esac
19300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19301 $as_echo "$ac_try_echo") >&5
19302 (eval "$ac_compile") 2>conftest.er1
19303 ac_status=$?
19304 grep -v '^ *+' conftest.er1 >conftest.err
19305 rm -f conftest.er1
19306 cat conftest.err >&5
19307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19308 (exit $ac_status); } && {
19309 test -z "$ac_c_werror_flag" ||
19310 test ! -s conftest.err
19311 } && test -s conftest.$ac_objext; then
19312 ac_cv_c_const=yes
19313 else
19314 $as_echo "$as_me: failed program was:" >&5
19315 sed 's/^/| /' conftest.$ac_ext >&5
19317 ac_cv_c_const=no
19320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19322 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19323 $as_echo "$ac_cv_c_const" >&6; }
19324 if test $ac_cv_c_const = no; then
19326 cat >>confdefs.h <<\_ACEOF
19327 #define const /**/
19328 _ACEOF
19332 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19333 $as_echo_n "checking for inline... " >&6; }
19334 if test "${ac_cv_c_inline+set}" = set; then
19335 $as_echo_n "(cached) " >&6
19336 else
19337 ac_cv_c_inline=no
19338 for ac_kw in inline __inline__ __inline; do
19339 cat >conftest.$ac_ext <<_ACEOF
19340 /* confdefs.h. */
19341 _ACEOF
19342 cat confdefs.h >>conftest.$ac_ext
19343 cat >>conftest.$ac_ext <<_ACEOF
19344 /* end confdefs.h. */
19345 #ifndef __cplusplus
19346 typedef int foo_t;
19347 static $ac_kw foo_t static_foo () {return 0; }
19348 $ac_kw foo_t foo () {return 0; }
19349 #endif
19351 _ACEOF
19352 rm -f conftest.$ac_objext
19353 if { (ac_try="$ac_compile"
19354 case "(($ac_try" in
19355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19356 *) ac_try_echo=$ac_try;;
19357 esac
19358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19359 $as_echo "$ac_try_echo") >&5
19360 (eval "$ac_compile") 2>conftest.er1
19361 ac_status=$?
19362 grep -v '^ *+' conftest.er1 >conftest.err
19363 rm -f conftest.er1
19364 cat conftest.err >&5
19365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19366 (exit $ac_status); } && {
19367 test -z "$ac_c_werror_flag" ||
19368 test ! -s conftest.err
19369 } && test -s conftest.$ac_objext; then
19370 ac_cv_c_inline=$ac_kw
19371 else
19372 $as_echo "$as_me: failed program was:" >&5
19373 sed 's/^/| /' conftest.$ac_ext >&5
19378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19379 test "$ac_cv_c_inline" != no && break
19380 done
19383 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19384 $as_echo "$ac_cv_c_inline" >&6; }
19387 case $ac_cv_c_inline in
19388 inline | yes) ;;
19390 case $ac_cv_c_inline in
19391 no) ac_val=;;
19392 *) ac_val=$ac_cv_c_inline;;
19393 esac
19394 cat >>confdefs.h <<_ACEOF
19395 #ifndef __cplusplus
19396 #define inline $ac_val
19397 #endif
19398 _ACEOF
19400 esac
19402 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19403 $as_echo_n "checking for mode_t... " >&6; }
19404 if test "${ac_cv_type_mode_t+set}" = set; then
19405 $as_echo_n "(cached) " >&6
19406 else
19407 ac_cv_type_mode_t=no
19408 cat >conftest.$ac_ext <<_ACEOF
19409 /* confdefs.h. */
19410 _ACEOF
19411 cat confdefs.h >>conftest.$ac_ext
19412 cat >>conftest.$ac_ext <<_ACEOF
19413 /* end confdefs.h. */
19414 $ac_includes_default
19416 main ()
19418 if (sizeof (mode_t))
19419 return 0;
19421 return 0;
19423 _ACEOF
19424 rm -f conftest.$ac_objext
19425 if { (ac_try="$ac_compile"
19426 case "(($ac_try" in
19427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19428 *) ac_try_echo=$ac_try;;
19429 esac
19430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19431 $as_echo "$ac_try_echo") >&5
19432 (eval "$ac_compile") 2>conftest.er1
19433 ac_status=$?
19434 grep -v '^ *+' conftest.er1 >conftest.err
19435 rm -f conftest.er1
19436 cat conftest.err >&5
19437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19438 (exit $ac_status); } && {
19439 test -z "$ac_c_werror_flag" ||
19440 test ! -s conftest.err
19441 } && test -s conftest.$ac_objext; then
19442 cat >conftest.$ac_ext <<_ACEOF
19443 /* confdefs.h. */
19444 _ACEOF
19445 cat confdefs.h >>conftest.$ac_ext
19446 cat >>conftest.$ac_ext <<_ACEOF
19447 /* end confdefs.h. */
19448 $ac_includes_default
19450 main ()
19452 if (sizeof ((mode_t)))
19453 return 0;
19455 return 0;
19457 _ACEOF
19458 rm -f conftest.$ac_objext
19459 if { (ac_try="$ac_compile"
19460 case "(($ac_try" in
19461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19462 *) ac_try_echo=$ac_try;;
19463 esac
19464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19465 $as_echo "$ac_try_echo") >&5
19466 (eval "$ac_compile") 2>conftest.er1
19467 ac_status=$?
19468 grep -v '^ *+' conftest.er1 >conftest.err
19469 rm -f conftest.er1
19470 cat conftest.err >&5
19471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19472 (exit $ac_status); } && {
19473 test -z "$ac_c_werror_flag" ||
19474 test ! -s conftest.err
19475 } && test -s conftest.$ac_objext; then
19477 else
19478 $as_echo "$as_me: failed program was:" >&5
19479 sed 's/^/| /' conftest.$ac_ext >&5
19481 ac_cv_type_mode_t=yes
19484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19485 else
19486 $as_echo "$as_me: failed program was:" >&5
19487 sed 's/^/| /' conftest.$ac_ext >&5
19492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19494 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19495 $as_echo "$ac_cv_type_mode_t" >&6; }
19496 if test "x$ac_cv_type_mode_t" = x""yes; then
19498 cat >>confdefs.h <<_ACEOF
19499 #define HAVE_MODE_T 1
19500 _ACEOF
19504 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19505 $as_echo_n "checking for off_t... " >&6; }
19506 if test "${ac_cv_type_off_t+set}" = set; then
19507 $as_echo_n "(cached) " >&6
19508 else
19509 ac_cv_type_off_t=no
19510 cat >conftest.$ac_ext <<_ACEOF
19511 /* confdefs.h. */
19512 _ACEOF
19513 cat confdefs.h >>conftest.$ac_ext
19514 cat >>conftest.$ac_ext <<_ACEOF
19515 /* end confdefs.h. */
19516 $ac_includes_default
19518 main ()
19520 if (sizeof (off_t))
19521 return 0;
19523 return 0;
19525 _ACEOF
19526 rm -f conftest.$ac_objext
19527 if { (ac_try="$ac_compile"
19528 case "(($ac_try" in
19529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19530 *) ac_try_echo=$ac_try;;
19531 esac
19532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19533 $as_echo "$ac_try_echo") >&5
19534 (eval "$ac_compile") 2>conftest.er1
19535 ac_status=$?
19536 grep -v '^ *+' conftest.er1 >conftest.err
19537 rm -f conftest.er1
19538 cat conftest.err >&5
19539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540 (exit $ac_status); } && {
19541 test -z "$ac_c_werror_flag" ||
19542 test ! -s conftest.err
19543 } && test -s conftest.$ac_objext; then
19544 cat >conftest.$ac_ext <<_ACEOF
19545 /* confdefs.h. */
19546 _ACEOF
19547 cat confdefs.h >>conftest.$ac_ext
19548 cat >>conftest.$ac_ext <<_ACEOF
19549 /* end confdefs.h. */
19550 $ac_includes_default
19552 main ()
19554 if (sizeof ((off_t)))
19555 return 0;
19557 return 0;
19559 _ACEOF
19560 rm -f conftest.$ac_objext
19561 if { (ac_try="$ac_compile"
19562 case "(($ac_try" in
19563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19564 *) ac_try_echo=$ac_try;;
19565 esac
19566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19567 $as_echo "$ac_try_echo") >&5
19568 (eval "$ac_compile") 2>conftest.er1
19569 ac_status=$?
19570 grep -v '^ *+' conftest.er1 >conftest.err
19571 rm -f conftest.er1
19572 cat conftest.err >&5
19573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19574 (exit $ac_status); } && {
19575 test -z "$ac_c_werror_flag" ||
19576 test ! -s conftest.err
19577 } && test -s conftest.$ac_objext; then
19579 else
19580 $as_echo "$as_me: failed program was:" >&5
19581 sed 's/^/| /' conftest.$ac_ext >&5
19583 ac_cv_type_off_t=yes
19586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19587 else
19588 $as_echo "$as_me: failed program was:" >&5
19589 sed 's/^/| /' conftest.$ac_ext >&5
19594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19596 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19597 $as_echo "$ac_cv_type_off_t" >&6; }
19598 if test "x$ac_cv_type_off_t" = x""yes; then
19600 cat >>confdefs.h <<_ACEOF
19601 #define HAVE_OFF_T 1
19602 _ACEOF
19606 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19607 $as_echo_n "checking for pid_t... " >&6; }
19608 if test "${ac_cv_type_pid_t+set}" = set; then
19609 $as_echo_n "(cached) " >&6
19610 else
19611 ac_cv_type_pid_t=no
19612 cat >conftest.$ac_ext <<_ACEOF
19613 /* confdefs.h. */
19614 _ACEOF
19615 cat confdefs.h >>conftest.$ac_ext
19616 cat >>conftest.$ac_ext <<_ACEOF
19617 /* end confdefs.h. */
19618 $ac_includes_default
19620 main ()
19622 if (sizeof (pid_t))
19623 return 0;
19625 return 0;
19627 _ACEOF
19628 rm -f conftest.$ac_objext
19629 if { (ac_try="$ac_compile"
19630 case "(($ac_try" in
19631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19632 *) ac_try_echo=$ac_try;;
19633 esac
19634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19635 $as_echo "$ac_try_echo") >&5
19636 (eval "$ac_compile") 2>conftest.er1
19637 ac_status=$?
19638 grep -v '^ *+' conftest.er1 >conftest.err
19639 rm -f conftest.er1
19640 cat conftest.err >&5
19641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642 (exit $ac_status); } && {
19643 test -z "$ac_c_werror_flag" ||
19644 test ! -s conftest.err
19645 } && test -s conftest.$ac_objext; then
19646 cat >conftest.$ac_ext <<_ACEOF
19647 /* confdefs.h. */
19648 _ACEOF
19649 cat confdefs.h >>conftest.$ac_ext
19650 cat >>conftest.$ac_ext <<_ACEOF
19651 /* end confdefs.h. */
19652 $ac_includes_default
19654 main ()
19656 if (sizeof ((pid_t)))
19657 return 0;
19659 return 0;
19661 _ACEOF
19662 rm -f conftest.$ac_objext
19663 if { (ac_try="$ac_compile"
19664 case "(($ac_try" in
19665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19666 *) ac_try_echo=$ac_try;;
19667 esac
19668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19669 $as_echo "$ac_try_echo") >&5
19670 (eval "$ac_compile") 2>conftest.er1
19671 ac_status=$?
19672 grep -v '^ *+' conftest.er1 >conftest.err
19673 rm -f conftest.er1
19674 cat conftest.err >&5
19675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19676 (exit $ac_status); } && {
19677 test -z "$ac_c_werror_flag" ||
19678 test ! -s conftest.err
19679 } && test -s conftest.$ac_objext; then
19681 else
19682 $as_echo "$as_me: failed program was:" >&5
19683 sed 's/^/| /' conftest.$ac_ext >&5
19685 ac_cv_type_pid_t=yes
19688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19689 else
19690 $as_echo "$as_me: failed program was:" >&5
19691 sed 's/^/| /' conftest.$ac_ext >&5
19696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19698 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19699 $as_echo "$ac_cv_type_pid_t" >&6; }
19700 if test "x$ac_cv_type_pid_t" = x""yes; then
19702 cat >>confdefs.h <<_ACEOF
19703 #define HAVE_PID_T 1
19704 _ACEOF
19708 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19709 $as_echo_n "checking for size_t... " >&6; }
19710 if test "${ac_cv_type_size_t+set}" = set; then
19711 $as_echo_n "(cached) " >&6
19712 else
19713 ac_cv_type_size_t=no
19714 cat >conftest.$ac_ext <<_ACEOF
19715 /* confdefs.h. */
19716 _ACEOF
19717 cat confdefs.h >>conftest.$ac_ext
19718 cat >>conftest.$ac_ext <<_ACEOF
19719 /* end confdefs.h. */
19720 $ac_includes_default
19722 main ()
19724 if (sizeof (size_t))
19725 return 0;
19727 return 0;
19729 _ACEOF
19730 rm -f conftest.$ac_objext
19731 if { (ac_try="$ac_compile"
19732 case "(($ac_try" in
19733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19734 *) ac_try_echo=$ac_try;;
19735 esac
19736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19737 $as_echo "$ac_try_echo") >&5
19738 (eval "$ac_compile") 2>conftest.er1
19739 ac_status=$?
19740 grep -v '^ *+' conftest.er1 >conftest.err
19741 rm -f conftest.er1
19742 cat conftest.err >&5
19743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19744 (exit $ac_status); } && {
19745 test -z "$ac_c_werror_flag" ||
19746 test ! -s conftest.err
19747 } && test -s conftest.$ac_objext; then
19748 cat >conftest.$ac_ext <<_ACEOF
19749 /* confdefs.h. */
19750 _ACEOF
19751 cat confdefs.h >>conftest.$ac_ext
19752 cat >>conftest.$ac_ext <<_ACEOF
19753 /* end confdefs.h. */
19754 $ac_includes_default
19756 main ()
19758 if (sizeof ((size_t)))
19759 return 0;
19761 return 0;
19763 _ACEOF
19764 rm -f conftest.$ac_objext
19765 if { (ac_try="$ac_compile"
19766 case "(($ac_try" in
19767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19768 *) ac_try_echo=$ac_try;;
19769 esac
19770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19771 $as_echo "$ac_try_echo") >&5
19772 (eval "$ac_compile") 2>conftest.er1
19773 ac_status=$?
19774 grep -v '^ *+' conftest.er1 >conftest.err
19775 rm -f conftest.er1
19776 cat conftest.err >&5
19777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19778 (exit $ac_status); } && {
19779 test -z "$ac_c_werror_flag" ||
19780 test ! -s conftest.err
19781 } && test -s conftest.$ac_objext; then
19783 else
19784 $as_echo "$as_me: failed program was:" >&5
19785 sed 's/^/| /' conftest.$ac_ext >&5
19787 ac_cv_type_size_t=yes
19790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19791 else
19792 $as_echo "$as_me: failed program was:" >&5
19793 sed 's/^/| /' conftest.$ac_ext >&5
19798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19800 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19801 $as_echo "$ac_cv_type_size_t" >&6; }
19802 if test "x$ac_cv_type_size_t" = x""yes; then
19804 cat >>confdefs.h <<_ACEOF
19805 #define HAVE_SIZE_T 1
19806 _ACEOF
19810 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19811 $as_echo_n "checking for ssize_t... " >&6; }
19812 if test "${ac_cv_type_ssize_t+set}" = set; then
19813 $as_echo_n "(cached) " >&6
19814 else
19815 ac_cv_type_ssize_t=no
19816 cat >conftest.$ac_ext <<_ACEOF
19817 /* confdefs.h. */
19818 _ACEOF
19819 cat confdefs.h >>conftest.$ac_ext
19820 cat >>conftest.$ac_ext <<_ACEOF
19821 /* end confdefs.h. */
19822 $ac_includes_default
19824 main ()
19826 if (sizeof (ssize_t))
19827 return 0;
19829 return 0;
19831 _ACEOF
19832 rm -f conftest.$ac_objext
19833 if { (ac_try="$ac_compile"
19834 case "(($ac_try" in
19835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19836 *) ac_try_echo=$ac_try;;
19837 esac
19838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19839 $as_echo "$ac_try_echo") >&5
19840 (eval "$ac_compile") 2>conftest.er1
19841 ac_status=$?
19842 grep -v '^ *+' conftest.er1 >conftest.err
19843 rm -f conftest.er1
19844 cat conftest.err >&5
19845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); } && {
19847 test -z "$ac_c_werror_flag" ||
19848 test ! -s conftest.err
19849 } && test -s conftest.$ac_objext; then
19850 cat >conftest.$ac_ext <<_ACEOF
19851 /* confdefs.h. */
19852 _ACEOF
19853 cat confdefs.h >>conftest.$ac_ext
19854 cat >>conftest.$ac_ext <<_ACEOF
19855 /* end confdefs.h. */
19856 $ac_includes_default
19858 main ()
19860 if (sizeof ((ssize_t)))
19861 return 0;
19863 return 0;
19865 _ACEOF
19866 rm -f conftest.$ac_objext
19867 if { (ac_try="$ac_compile"
19868 case "(($ac_try" in
19869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19870 *) ac_try_echo=$ac_try;;
19871 esac
19872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19873 $as_echo "$ac_try_echo") >&5
19874 (eval "$ac_compile") 2>conftest.er1
19875 ac_status=$?
19876 grep -v '^ *+' conftest.er1 >conftest.err
19877 rm -f conftest.er1
19878 cat conftest.err >&5
19879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19880 (exit $ac_status); } && {
19881 test -z "$ac_c_werror_flag" ||
19882 test ! -s conftest.err
19883 } && test -s conftest.$ac_objext; then
19885 else
19886 $as_echo "$as_me: failed program was:" >&5
19887 sed 's/^/| /' conftest.$ac_ext >&5
19889 ac_cv_type_ssize_t=yes
19892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19893 else
19894 $as_echo "$as_me: failed program was:" >&5
19895 sed 's/^/| /' conftest.$ac_ext >&5
19900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19902 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19903 $as_echo "$ac_cv_type_ssize_t" >&6; }
19904 if test "x$ac_cv_type_ssize_t" = x""yes; then
19906 cat >>confdefs.h <<_ACEOF
19907 #define HAVE_SSIZE_T 1
19908 _ACEOF
19912 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19913 $as_echo_n "checking for long long... " >&6; }
19914 if test "${ac_cv_type_long_long+set}" = set; then
19915 $as_echo_n "(cached) " >&6
19916 else
19917 ac_cv_type_long_long=no
19918 cat >conftest.$ac_ext <<_ACEOF
19919 /* confdefs.h. */
19920 _ACEOF
19921 cat confdefs.h >>conftest.$ac_ext
19922 cat >>conftest.$ac_ext <<_ACEOF
19923 /* end confdefs.h. */
19924 $ac_includes_default
19926 main ()
19928 if (sizeof (long long))
19929 return 0;
19931 return 0;
19933 _ACEOF
19934 rm -f conftest.$ac_objext
19935 if { (ac_try="$ac_compile"
19936 case "(($ac_try" in
19937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19938 *) ac_try_echo=$ac_try;;
19939 esac
19940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19941 $as_echo "$ac_try_echo") >&5
19942 (eval "$ac_compile") 2>conftest.er1
19943 ac_status=$?
19944 grep -v '^ *+' conftest.er1 >conftest.err
19945 rm -f conftest.er1
19946 cat conftest.err >&5
19947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19948 (exit $ac_status); } && {
19949 test -z "$ac_c_werror_flag" ||
19950 test ! -s conftest.err
19951 } && test -s conftest.$ac_objext; then
19952 cat >conftest.$ac_ext <<_ACEOF
19953 /* confdefs.h. */
19954 _ACEOF
19955 cat confdefs.h >>conftest.$ac_ext
19956 cat >>conftest.$ac_ext <<_ACEOF
19957 /* end confdefs.h. */
19958 $ac_includes_default
19960 main ()
19962 if (sizeof ((long long)))
19963 return 0;
19965 return 0;
19967 _ACEOF
19968 rm -f conftest.$ac_objext
19969 if { (ac_try="$ac_compile"
19970 case "(($ac_try" in
19971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19972 *) ac_try_echo=$ac_try;;
19973 esac
19974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19975 $as_echo "$ac_try_echo") >&5
19976 (eval "$ac_compile") 2>conftest.er1
19977 ac_status=$?
19978 grep -v '^ *+' conftest.er1 >conftest.err
19979 rm -f conftest.er1
19980 cat conftest.err >&5
19981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19982 (exit $ac_status); } && {
19983 test -z "$ac_c_werror_flag" ||
19984 test ! -s conftest.err
19985 } && test -s conftest.$ac_objext; then
19987 else
19988 $as_echo "$as_me: failed program was:" >&5
19989 sed 's/^/| /' conftest.$ac_ext >&5
19991 ac_cv_type_long_long=yes
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19995 else
19996 $as_echo "$as_me: failed program was:" >&5
19997 sed 's/^/| /' conftest.$ac_ext >&5
20002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20004 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20005 $as_echo "$ac_cv_type_long_long" >&6; }
20006 if test "x$ac_cv_type_long_long" = x""yes; then
20008 cat >>confdefs.h <<_ACEOF
20009 #define HAVE_LONG_LONG 1
20010 _ACEOF
20014 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20015 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20016 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20017 $as_echo_n "(cached) " >&6
20018 else
20019 ac_cv_type_fsblkcnt_t=no
20020 cat >conftest.$ac_ext <<_ACEOF
20021 /* confdefs.h. */
20022 _ACEOF
20023 cat confdefs.h >>conftest.$ac_ext
20024 cat >>conftest.$ac_ext <<_ACEOF
20025 /* end confdefs.h. */
20026 $ac_includes_default
20028 main ()
20030 if (sizeof (fsblkcnt_t))
20031 return 0;
20033 return 0;
20035 _ACEOF
20036 rm -f conftest.$ac_objext
20037 if { (ac_try="$ac_compile"
20038 case "(($ac_try" in
20039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20040 *) ac_try_echo=$ac_try;;
20041 esac
20042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20043 $as_echo "$ac_try_echo") >&5
20044 (eval "$ac_compile") 2>conftest.er1
20045 ac_status=$?
20046 grep -v '^ *+' conftest.er1 >conftest.err
20047 rm -f conftest.er1
20048 cat conftest.err >&5
20049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20050 (exit $ac_status); } && {
20051 test -z "$ac_c_werror_flag" ||
20052 test ! -s conftest.err
20053 } && test -s conftest.$ac_objext; then
20054 cat >conftest.$ac_ext <<_ACEOF
20055 /* confdefs.h. */
20056 _ACEOF
20057 cat confdefs.h >>conftest.$ac_ext
20058 cat >>conftest.$ac_ext <<_ACEOF
20059 /* end confdefs.h. */
20060 $ac_includes_default
20062 main ()
20064 if (sizeof ((fsblkcnt_t)))
20065 return 0;
20067 return 0;
20069 _ACEOF
20070 rm -f conftest.$ac_objext
20071 if { (ac_try="$ac_compile"
20072 case "(($ac_try" in
20073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20074 *) ac_try_echo=$ac_try;;
20075 esac
20076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20077 $as_echo "$ac_try_echo") >&5
20078 (eval "$ac_compile") 2>conftest.er1
20079 ac_status=$?
20080 grep -v '^ *+' conftest.er1 >conftest.err
20081 rm -f conftest.er1
20082 cat conftest.err >&5
20083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20084 (exit $ac_status); } && {
20085 test -z "$ac_c_werror_flag" ||
20086 test ! -s conftest.err
20087 } && test -s conftest.$ac_objext; then
20089 else
20090 $as_echo "$as_me: failed program was:" >&5
20091 sed 's/^/| /' conftest.$ac_ext >&5
20093 ac_cv_type_fsblkcnt_t=yes
20096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20097 else
20098 $as_echo "$as_me: failed program was:" >&5
20099 sed 's/^/| /' conftest.$ac_ext >&5
20104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20106 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20107 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20108 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20110 cat >>confdefs.h <<_ACEOF
20111 #define HAVE_FSBLKCNT_T 1
20112 _ACEOF
20116 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20117 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20118 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20119 $as_echo_n "(cached) " >&6
20120 else
20121 ac_cv_type_fsfilcnt_t=no
20122 cat >conftest.$ac_ext <<_ACEOF
20123 /* confdefs.h. */
20124 _ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h. */
20128 $ac_includes_default
20130 main ()
20132 if (sizeof (fsfilcnt_t))
20133 return 0;
20135 return 0;
20137 _ACEOF
20138 rm -f conftest.$ac_objext
20139 if { (ac_try="$ac_compile"
20140 case "(($ac_try" in
20141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20142 *) ac_try_echo=$ac_try;;
20143 esac
20144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20145 $as_echo "$ac_try_echo") >&5
20146 (eval "$ac_compile") 2>conftest.er1
20147 ac_status=$?
20148 grep -v '^ *+' conftest.er1 >conftest.err
20149 rm -f conftest.er1
20150 cat conftest.err >&5
20151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20152 (exit $ac_status); } && {
20153 test -z "$ac_c_werror_flag" ||
20154 test ! -s conftest.err
20155 } && test -s conftest.$ac_objext; then
20156 cat >conftest.$ac_ext <<_ACEOF
20157 /* confdefs.h. */
20158 _ACEOF
20159 cat confdefs.h >>conftest.$ac_ext
20160 cat >>conftest.$ac_ext <<_ACEOF
20161 /* end confdefs.h. */
20162 $ac_includes_default
20164 main ()
20166 if (sizeof ((fsfilcnt_t)))
20167 return 0;
20169 return 0;
20171 _ACEOF
20172 rm -f conftest.$ac_objext
20173 if { (ac_try="$ac_compile"
20174 case "(($ac_try" in
20175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20176 *) ac_try_echo=$ac_try;;
20177 esac
20178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20179 $as_echo "$ac_try_echo") >&5
20180 (eval "$ac_compile") 2>conftest.er1
20181 ac_status=$?
20182 grep -v '^ *+' conftest.er1 >conftest.err
20183 rm -f conftest.er1
20184 cat conftest.err >&5
20185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20186 (exit $ac_status); } && {
20187 test -z "$ac_c_werror_flag" ||
20188 test ! -s conftest.err
20189 } && test -s conftest.$ac_objext; then
20191 else
20192 $as_echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20195 ac_cv_type_fsfilcnt_t=yes
20198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20199 else
20200 $as_echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20208 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20209 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20210 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20212 cat >>confdefs.h <<_ACEOF
20213 #define HAVE_FSFILCNT_T 1
20214 _ACEOF
20219 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20220 $as_echo_n "checking for sigset_t... " >&6; }
20221 if test "${ac_cv_type_sigset_t+set}" = set; then
20222 $as_echo_n "(cached) " >&6
20223 else
20224 ac_cv_type_sigset_t=no
20225 cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h. */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h. */
20231 #include <sys/types.h>
20232 #include <signal.h>
20235 main ()
20237 if (sizeof (sigset_t))
20238 return 0;
20240 return 0;
20242 _ACEOF
20243 rm -f conftest.$ac_objext
20244 if { (ac_try="$ac_compile"
20245 case "(($ac_try" in
20246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20247 *) ac_try_echo=$ac_try;;
20248 esac
20249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20250 $as_echo "$ac_try_echo") >&5
20251 (eval "$ac_compile") 2>conftest.er1
20252 ac_status=$?
20253 grep -v '^ *+' conftest.er1 >conftest.err
20254 rm -f conftest.er1
20255 cat conftest.err >&5
20256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20257 (exit $ac_status); } && {
20258 test -z "$ac_c_werror_flag" ||
20259 test ! -s conftest.err
20260 } && test -s conftest.$ac_objext; then
20261 cat >conftest.$ac_ext <<_ACEOF
20262 /* confdefs.h. */
20263 _ACEOF
20264 cat confdefs.h >>conftest.$ac_ext
20265 cat >>conftest.$ac_ext <<_ACEOF
20266 /* end confdefs.h. */
20267 #include <sys/types.h>
20268 #include <signal.h>
20271 main ()
20273 if (sizeof ((sigset_t)))
20274 return 0;
20276 return 0;
20278 _ACEOF
20279 rm -f conftest.$ac_objext
20280 if { (ac_try="$ac_compile"
20281 case "(($ac_try" in
20282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20283 *) ac_try_echo=$ac_try;;
20284 esac
20285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20286 $as_echo "$ac_try_echo") >&5
20287 (eval "$ac_compile") 2>conftest.er1
20288 ac_status=$?
20289 grep -v '^ *+' conftest.er1 >conftest.err
20290 rm -f conftest.er1
20291 cat conftest.err >&5
20292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293 (exit $ac_status); } && {
20294 test -z "$ac_c_werror_flag" ||
20295 test ! -s conftest.err
20296 } && test -s conftest.$ac_objext; then
20298 else
20299 $as_echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20302 ac_cv_type_sigset_t=yes
20305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20306 else
20307 $as_echo "$as_me: failed program was:" >&5
20308 sed 's/^/| /' conftest.$ac_ext >&5
20313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20315 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20316 $as_echo "$ac_cv_type_sigset_t" >&6; }
20317 if test "x$ac_cv_type_sigset_t" = x""yes; then
20319 cat >>confdefs.h <<_ACEOF
20320 #define HAVE_SIGSET_T 1
20321 _ACEOF
20326 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20327 $as_echo_n "checking for request_sense... " >&6; }
20328 if test "${ac_cv_type_request_sense+set}" = set; then
20329 $as_echo_n "(cached) " >&6
20330 else
20331 ac_cv_type_request_sense=no
20332 cat >conftest.$ac_ext <<_ACEOF
20333 /* confdefs.h. */
20334 _ACEOF
20335 cat confdefs.h >>conftest.$ac_ext
20336 cat >>conftest.$ac_ext <<_ACEOF
20337 /* end confdefs.h. */
20338 #include <linux/cdrom.h>
20341 main ()
20343 if (sizeof (request_sense))
20344 return 0;
20346 return 0;
20348 _ACEOF
20349 rm -f conftest.$ac_objext
20350 if { (ac_try="$ac_compile"
20351 case "(($ac_try" in
20352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20353 *) ac_try_echo=$ac_try;;
20354 esac
20355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20356 $as_echo "$ac_try_echo") >&5
20357 (eval "$ac_compile") 2>conftest.er1
20358 ac_status=$?
20359 grep -v '^ *+' conftest.er1 >conftest.err
20360 rm -f conftest.er1
20361 cat conftest.err >&5
20362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20363 (exit $ac_status); } && {
20364 test -z "$ac_c_werror_flag" ||
20365 test ! -s conftest.err
20366 } && test -s conftest.$ac_objext; then
20367 cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h. */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h. */
20373 #include <linux/cdrom.h>
20376 main ()
20378 if (sizeof ((request_sense)))
20379 return 0;
20381 return 0;
20383 _ACEOF
20384 rm -f conftest.$ac_objext
20385 if { (ac_try="$ac_compile"
20386 case "(($ac_try" in
20387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20388 *) ac_try_echo=$ac_try;;
20389 esac
20390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20391 $as_echo "$ac_try_echo") >&5
20392 (eval "$ac_compile") 2>conftest.er1
20393 ac_status=$?
20394 grep -v '^ *+' conftest.er1 >conftest.err
20395 rm -f conftest.er1
20396 cat conftest.err >&5
20397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20398 (exit $ac_status); } && {
20399 test -z "$ac_c_werror_flag" ||
20400 test ! -s conftest.err
20401 } && test -s conftest.$ac_objext; then
20403 else
20404 $as_echo "$as_me: failed program was:" >&5
20405 sed 's/^/| /' conftest.$ac_ext >&5
20407 ac_cv_type_request_sense=yes
20410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20411 else
20412 $as_echo "$as_me: failed program was:" >&5
20413 sed 's/^/| /' conftest.$ac_ext >&5
20418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20420 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20421 $as_echo "$ac_cv_type_request_sense" >&6; }
20422 if test "x$ac_cv_type_request_sense" = x""yes; then
20424 cat >>confdefs.h <<_ACEOF
20425 #define HAVE_REQUEST_SENSE 1
20426 _ACEOF
20432 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20433 $as_echo_n "checking for struct xinpgen... " >&6; }
20434 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20435 $as_echo_n "(cached) " >&6
20436 else
20437 ac_cv_type_struct_xinpgen=no
20438 cat >conftest.$ac_ext <<_ACEOF
20439 /* confdefs.h. */
20440 _ACEOF
20441 cat confdefs.h >>conftest.$ac_ext
20442 cat >>conftest.$ac_ext <<_ACEOF
20443 /* end confdefs.h. */
20444 #include <sys/types.h>
20445 #ifdef HAVE_SYS_SOCKET_H
20446 #include <sys/socket.h>
20447 #endif
20448 #ifdef HAVE_SYS_SOCKETVAR_H
20449 #include <sys/socketvar.h>
20450 #endif
20451 #ifdef HAVE_NET_ROUTE_H
20452 #include <net/route.h>
20453 #endif
20454 #ifdef HAVE_NETINET_IN_H
20455 #include <netinet/in.h>
20456 #endif
20457 #ifdef HAVE_NETINET_IN_SYSTM_H
20458 #include <netinet/in_systm.h>
20459 #endif
20460 #ifdef HAVE_NETINET_IP_H
20461 #include <netinet/ip.h>
20462 #endif
20463 #ifdef HAVE_NETINET_IN_PCB_H
20464 #include <netinet/in_pcb.h>
20465 #endif
20468 main ()
20470 if (sizeof (struct xinpgen))
20471 return 0;
20473 return 0;
20475 _ACEOF
20476 rm -f conftest.$ac_objext
20477 if { (ac_try="$ac_compile"
20478 case "(($ac_try" in
20479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20480 *) ac_try_echo=$ac_try;;
20481 esac
20482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20483 $as_echo "$ac_try_echo") >&5
20484 (eval "$ac_compile") 2>conftest.er1
20485 ac_status=$?
20486 grep -v '^ *+' conftest.er1 >conftest.err
20487 rm -f conftest.er1
20488 cat conftest.err >&5
20489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20490 (exit $ac_status); } && {
20491 test -z "$ac_c_werror_flag" ||
20492 test ! -s conftest.err
20493 } && test -s conftest.$ac_objext; then
20494 cat >conftest.$ac_ext <<_ACEOF
20495 /* confdefs.h. */
20496 _ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h. */
20500 #include <sys/types.h>
20501 #ifdef HAVE_SYS_SOCKET_H
20502 #include <sys/socket.h>
20503 #endif
20504 #ifdef HAVE_SYS_SOCKETVAR_H
20505 #include <sys/socketvar.h>
20506 #endif
20507 #ifdef HAVE_NET_ROUTE_H
20508 #include <net/route.h>
20509 #endif
20510 #ifdef HAVE_NETINET_IN_H
20511 #include <netinet/in.h>
20512 #endif
20513 #ifdef HAVE_NETINET_IN_SYSTM_H
20514 #include <netinet/in_systm.h>
20515 #endif
20516 #ifdef HAVE_NETINET_IP_H
20517 #include <netinet/ip.h>
20518 #endif
20519 #ifdef HAVE_NETINET_IN_PCB_H
20520 #include <netinet/in_pcb.h>
20521 #endif
20524 main ()
20526 if (sizeof ((struct xinpgen)))
20527 return 0;
20529 return 0;
20531 _ACEOF
20532 rm -f conftest.$ac_objext
20533 if { (ac_try="$ac_compile"
20534 case "(($ac_try" in
20535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20536 *) ac_try_echo=$ac_try;;
20537 esac
20538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20539 $as_echo "$ac_try_echo") >&5
20540 (eval "$ac_compile") 2>conftest.er1
20541 ac_status=$?
20542 grep -v '^ *+' conftest.er1 >conftest.err
20543 rm -f conftest.er1
20544 cat conftest.err >&5
20545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20546 (exit $ac_status); } && {
20547 test -z "$ac_c_werror_flag" ||
20548 test ! -s conftest.err
20549 } && test -s conftest.$ac_objext; then
20551 else
20552 $as_echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20555 ac_cv_type_struct_xinpgen=yes
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20559 else
20560 $as_echo "$as_me: failed program was:" >&5
20561 sed 's/^/| /' conftest.$ac_ext >&5
20566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20568 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20569 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20570 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20572 cat >>confdefs.h <<_ACEOF
20573 #define HAVE_STRUCT_XINPGEN 1
20574 _ACEOF
20580 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20581 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20582 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20583 $as_echo_n "(cached) " >&6
20584 else
20585 cat >conftest.$ac_ext <<_ACEOF
20586 /* confdefs.h. */
20587 _ACEOF
20588 cat confdefs.h >>conftest.$ac_ext
20589 cat >>conftest.$ac_ext <<_ACEOF
20590 /* end confdefs.h. */
20591 #ifdef HAVE_LINUX_INPUT_H
20592 #include <linux/input.h>
20593 #endif
20596 main ()
20598 static struct ff_effect ac_aggr;
20599 if (ac_aggr.direction)
20600 return 0;
20602 return 0;
20604 _ACEOF
20605 rm -f conftest.$ac_objext
20606 if { (ac_try="$ac_compile"
20607 case "(($ac_try" in
20608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20609 *) ac_try_echo=$ac_try;;
20610 esac
20611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20612 $as_echo "$ac_try_echo") >&5
20613 (eval "$ac_compile") 2>conftest.er1
20614 ac_status=$?
20615 grep -v '^ *+' conftest.er1 >conftest.err
20616 rm -f conftest.er1
20617 cat conftest.err >&5
20618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20619 (exit $ac_status); } && {
20620 test -z "$ac_c_werror_flag" ||
20621 test ! -s conftest.err
20622 } && test -s conftest.$ac_objext; then
20623 ac_cv_member_struct_ff_effect_direction=yes
20624 else
20625 $as_echo "$as_me: failed program was:" >&5
20626 sed 's/^/| /' conftest.$ac_ext >&5
20628 cat >conftest.$ac_ext <<_ACEOF
20629 /* confdefs.h. */
20630 _ACEOF
20631 cat confdefs.h >>conftest.$ac_ext
20632 cat >>conftest.$ac_ext <<_ACEOF
20633 /* end confdefs.h. */
20634 #ifdef HAVE_LINUX_INPUT_H
20635 #include <linux/input.h>
20636 #endif
20639 main ()
20641 static struct ff_effect ac_aggr;
20642 if (sizeof ac_aggr.direction)
20643 return 0;
20645 return 0;
20647 _ACEOF
20648 rm -f conftest.$ac_objext
20649 if { (ac_try="$ac_compile"
20650 case "(($ac_try" in
20651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20652 *) ac_try_echo=$ac_try;;
20653 esac
20654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20655 $as_echo "$ac_try_echo") >&5
20656 (eval "$ac_compile") 2>conftest.er1
20657 ac_status=$?
20658 grep -v '^ *+' conftest.er1 >conftest.err
20659 rm -f conftest.er1
20660 cat conftest.err >&5
20661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20662 (exit $ac_status); } && {
20663 test -z "$ac_c_werror_flag" ||
20664 test ! -s conftest.err
20665 } && test -s conftest.$ac_objext; then
20666 ac_cv_member_struct_ff_effect_direction=yes
20667 else
20668 $as_echo "$as_me: failed program was:" >&5
20669 sed 's/^/| /' conftest.$ac_ext >&5
20671 ac_cv_member_struct_ff_effect_direction=no
20674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20679 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20680 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20681 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20683 cat >>confdefs.h <<_ACEOF
20684 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20685 _ACEOF
20691 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20692 $as_echo_n "checking for sigaddset... " >&6; }
20693 if test "${wine_cv_have_sigaddset+set}" = set; then
20694 $as_echo_n "(cached) " >&6
20695 else
20696 cat >conftest.$ac_ext <<_ACEOF
20697 /* confdefs.h. */
20698 _ACEOF
20699 cat confdefs.h >>conftest.$ac_ext
20700 cat >>conftest.$ac_ext <<_ACEOF
20701 /* end confdefs.h. */
20702 #include <signal.h>
20704 main ()
20706 sigset_t set; sigaddset(&set,SIGTERM);
20708 return 0;
20710 _ACEOF
20711 rm -f conftest.$ac_objext conftest$ac_exeext
20712 if { (ac_try="$ac_link"
20713 case "(($ac_try" in
20714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20715 *) ac_try_echo=$ac_try;;
20716 esac
20717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20718 $as_echo "$ac_try_echo") >&5
20719 (eval "$ac_link") 2>conftest.er1
20720 ac_status=$?
20721 grep -v '^ *+' conftest.er1 >conftest.err
20722 rm -f conftest.er1
20723 cat conftest.err >&5
20724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20725 (exit $ac_status); } && {
20726 test -z "$ac_c_werror_flag" ||
20727 test ! -s conftest.err
20728 } && test -s conftest$ac_exeext && {
20729 test "$cross_compiling" = yes ||
20730 $as_test_x conftest$ac_exeext
20731 }; then
20732 wine_cv_have_sigaddset=yes
20733 else
20734 $as_echo "$as_me: failed program was:" >&5
20735 sed 's/^/| /' conftest.$ac_ext >&5
20737 wine_cv_have_sigaddset=no
20740 rm -rf conftest.dSYM
20741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20742 conftest$ac_exeext conftest.$ac_ext
20744 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20745 $as_echo "$wine_cv_have_sigaddset" >&6; }
20746 if test "$wine_cv_have_sigaddset" = "yes"
20747 then
20749 cat >>confdefs.h <<\_ACEOF
20750 #define HAVE_SIGADDSET 1
20751 _ACEOF
20756 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20757 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20758 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20759 $as_echo_n "(cached) " >&6
20760 else
20761 cat >conftest.$ac_ext <<_ACEOF
20762 /* confdefs.h. */
20763 _ACEOF
20764 cat confdefs.h >>conftest.$ac_ext
20765 cat >>conftest.$ac_ext <<_ACEOF
20766 /* end confdefs.h. */
20767 #include <netdb.h>
20769 main ()
20772 char *name=0;
20773 struct hostent he;
20774 struct hostent *result;
20775 char *buf=0;
20776 int bufsize=0;
20777 int res,errnr;
20778 char *addr=0;
20779 int addrlen=0;
20780 int addrtype=0;
20781 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20782 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20785 return 0;
20787 _ACEOF
20788 rm -f conftest.$ac_objext conftest$ac_exeext
20789 if { (ac_try="$ac_link"
20790 case "(($ac_try" in
20791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20792 *) ac_try_echo=$ac_try;;
20793 esac
20794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20795 $as_echo "$ac_try_echo") >&5
20796 (eval "$ac_link") 2>conftest.er1
20797 ac_status=$?
20798 grep -v '^ *+' conftest.er1 >conftest.err
20799 rm -f conftest.er1
20800 cat conftest.err >&5
20801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20802 (exit $ac_status); } && {
20803 test -z "$ac_c_werror_flag" ||
20804 test ! -s conftest.err
20805 } && test -s conftest$ac_exeext && {
20806 test "$cross_compiling" = yes ||
20807 $as_test_x conftest$ac_exeext
20808 }; then
20809 wine_cv_linux_gethostbyname_r_6=yes
20810 else
20811 $as_echo "$as_me: failed program was:" >&5
20812 sed 's/^/| /' conftest.$ac_ext >&5
20814 wine_cv_linux_gethostbyname_r_6=no
20818 rm -rf conftest.dSYM
20819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20820 conftest$ac_exeext conftest.$ac_ext
20823 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20824 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20825 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20826 then
20828 cat >>confdefs.h <<\_ACEOF
20829 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20830 _ACEOF
20834 if test "$ac_cv_header_linux_joystick_h" = "yes"
20835 then
20836 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20837 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20838 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20839 $as_echo_n "(cached) " >&6
20840 else
20841 cat >conftest.$ac_ext <<_ACEOF
20842 /* confdefs.h. */
20843 _ACEOF
20844 cat confdefs.h >>conftest.$ac_ext
20845 cat >>conftest.$ac_ext <<_ACEOF
20846 /* end confdefs.h. */
20848 #include <sys/ioctl.h>
20849 #include <sys/types.h>
20850 #include <linux/joystick.h>
20852 struct js_event blub;
20853 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20854 #error "no 2.2 header"
20855 #endif
20858 main ()
20860 /*empty*/
20862 return 0;
20864 _ACEOF
20865 rm -f conftest.$ac_objext
20866 if { (ac_try="$ac_compile"
20867 case "(($ac_try" in
20868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20869 *) ac_try_echo=$ac_try;;
20870 esac
20871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20872 $as_echo "$ac_try_echo") >&5
20873 (eval "$ac_compile") 2>conftest.er1
20874 ac_status=$?
20875 grep -v '^ *+' conftest.er1 >conftest.err
20876 rm -f conftest.er1
20877 cat conftest.err >&5
20878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20879 (exit $ac_status); } && {
20880 test -z "$ac_c_werror_flag" ||
20881 test ! -s conftest.err
20882 } && test -s conftest.$ac_objext; then
20883 wine_cv_linux_joystick_22_api=yes
20884 else
20885 $as_echo "$as_me: failed program was:" >&5
20886 sed 's/^/| /' conftest.$ac_ext >&5
20888 wine_cv_linux_joystick_22_api=no
20891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20894 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20895 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20896 if test "$wine_cv_linux_joystick_22_api" = "yes"
20897 then
20899 cat >>confdefs.h <<\_ACEOF
20900 #define HAVE_LINUX_22_JOYSTICK_API 1
20901 _ACEOF
20907 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20908 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20909 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20910 $as_echo_n "(cached) " >&6
20911 else
20912 cat >conftest.$ac_ext <<_ACEOF
20913 /* confdefs.h. */
20914 _ACEOF
20915 cat confdefs.h >>conftest.$ac_ext
20916 cat >>conftest.$ac_ext <<_ACEOF
20917 /* end confdefs.h. */
20918 #include <sys/types.h>
20919 #ifdef HAVE_SYS_PARAM_H
20920 # include <sys/param.h>
20921 #endif
20922 #ifdef HAVE_SYS_MOUNT_H
20923 # include <sys/mount.h>
20924 #endif
20925 #ifdef HAVE_SYS_VFS_H
20926 # include <sys/vfs.h>
20927 #endif
20928 #ifdef HAVE_SYS_STATFS_H
20929 # include <sys/statfs.h>
20930 #endif
20933 main ()
20935 static struct statfs ac_aggr;
20936 if (ac_aggr.f_bfree)
20937 return 0;
20939 return 0;
20941 _ACEOF
20942 rm -f conftest.$ac_objext
20943 if { (ac_try="$ac_compile"
20944 case "(($ac_try" in
20945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20946 *) ac_try_echo=$ac_try;;
20947 esac
20948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20949 $as_echo "$ac_try_echo") >&5
20950 (eval "$ac_compile") 2>conftest.er1
20951 ac_status=$?
20952 grep -v '^ *+' conftest.er1 >conftest.err
20953 rm -f conftest.er1
20954 cat conftest.err >&5
20955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956 (exit $ac_status); } && {
20957 test -z "$ac_c_werror_flag" ||
20958 test ! -s conftest.err
20959 } && test -s conftest.$ac_objext; then
20960 ac_cv_member_struct_statfs_f_bfree=yes
20961 else
20962 $as_echo "$as_me: failed program was:" >&5
20963 sed 's/^/| /' conftest.$ac_ext >&5
20965 cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h. */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_PARAM_H
20973 # include <sys/param.h>
20974 #endif
20975 #ifdef HAVE_SYS_MOUNT_H
20976 # include <sys/mount.h>
20977 #endif
20978 #ifdef HAVE_SYS_VFS_H
20979 # include <sys/vfs.h>
20980 #endif
20981 #ifdef HAVE_SYS_STATFS_H
20982 # include <sys/statfs.h>
20983 #endif
20986 main ()
20988 static struct statfs ac_aggr;
20989 if (sizeof ac_aggr.f_bfree)
20990 return 0;
20992 return 0;
20994 _ACEOF
20995 rm -f conftest.$ac_objext
20996 if { (ac_try="$ac_compile"
20997 case "(($ac_try" in
20998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20999 *) ac_try_echo=$ac_try;;
21000 esac
21001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21002 $as_echo "$ac_try_echo") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21004 ac_status=$?
21005 grep -v '^ *+' conftest.er1 >conftest.err
21006 rm -f conftest.er1
21007 cat conftest.err >&5
21008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_statfs_f_bfree=yes
21014 else
21015 $as_echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 ac_cv_member_struct_statfs_f_bfree=no
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21026 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21027 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21028 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21030 cat >>confdefs.h <<_ACEOF
21031 #define HAVE_STRUCT_STATFS_F_BFREE 1
21032 _ACEOF
21036 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21037 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21038 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21039 $as_echo_n "(cached) " >&6
21040 else
21041 cat >conftest.$ac_ext <<_ACEOF
21042 /* confdefs.h. */
21043 _ACEOF
21044 cat confdefs.h >>conftest.$ac_ext
21045 cat >>conftest.$ac_ext <<_ACEOF
21046 /* end confdefs.h. */
21047 #include <sys/types.h>
21048 #ifdef HAVE_SYS_PARAM_H
21049 # include <sys/param.h>
21050 #endif
21051 #ifdef HAVE_SYS_MOUNT_H
21052 # include <sys/mount.h>
21053 #endif
21054 #ifdef HAVE_SYS_VFS_H
21055 # include <sys/vfs.h>
21056 #endif
21057 #ifdef HAVE_SYS_STATFS_H
21058 # include <sys/statfs.h>
21059 #endif
21062 main ()
21064 static struct statfs ac_aggr;
21065 if (ac_aggr.f_bavail)
21066 return 0;
21068 return 0;
21070 _ACEOF
21071 rm -f conftest.$ac_objext
21072 if { (ac_try="$ac_compile"
21073 case "(($ac_try" in
21074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21075 *) ac_try_echo=$ac_try;;
21076 esac
21077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21078 $as_echo "$ac_try_echo") >&5
21079 (eval "$ac_compile") 2>conftest.er1
21080 ac_status=$?
21081 grep -v '^ *+' conftest.er1 >conftest.err
21082 rm -f conftest.er1
21083 cat conftest.err >&5
21084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21085 (exit $ac_status); } && {
21086 test -z "$ac_c_werror_flag" ||
21087 test ! -s conftest.err
21088 } && test -s conftest.$ac_objext; then
21089 ac_cv_member_struct_statfs_f_bavail=yes
21090 else
21091 $as_echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.$ac_ext >&5
21094 cat >conftest.$ac_ext <<_ACEOF
21095 /* confdefs.h. */
21096 _ACEOF
21097 cat confdefs.h >>conftest.$ac_ext
21098 cat >>conftest.$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #include <sys/types.h>
21101 #ifdef HAVE_SYS_PARAM_H
21102 # include <sys/param.h>
21103 #endif
21104 #ifdef HAVE_SYS_MOUNT_H
21105 # include <sys/mount.h>
21106 #endif
21107 #ifdef HAVE_SYS_VFS_H
21108 # include <sys/vfs.h>
21109 #endif
21110 #ifdef HAVE_SYS_STATFS_H
21111 # include <sys/statfs.h>
21112 #endif
21115 main ()
21117 static struct statfs ac_aggr;
21118 if (sizeof ac_aggr.f_bavail)
21119 return 0;
21121 return 0;
21123 _ACEOF
21124 rm -f conftest.$ac_objext
21125 if { (ac_try="$ac_compile"
21126 case "(($ac_try" in
21127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21128 *) ac_try_echo=$ac_try;;
21129 esac
21130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21131 $as_echo "$ac_try_echo") >&5
21132 (eval "$ac_compile") 2>conftest.er1
21133 ac_status=$?
21134 grep -v '^ *+' conftest.er1 >conftest.err
21135 rm -f conftest.er1
21136 cat conftest.err >&5
21137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21138 (exit $ac_status); } && {
21139 test -z "$ac_c_werror_flag" ||
21140 test ! -s conftest.err
21141 } && test -s conftest.$ac_objext; then
21142 ac_cv_member_struct_statfs_f_bavail=yes
21143 else
21144 $as_echo "$as_me: failed program was:" >&5
21145 sed 's/^/| /' conftest.$ac_ext >&5
21147 ac_cv_member_struct_statfs_f_bavail=no
21150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21155 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21156 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21157 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21159 cat >>confdefs.h <<_ACEOF
21160 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21161 _ACEOF
21165 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21166 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21167 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21168 $as_echo_n "(cached) " >&6
21169 else
21170 cat >conftest.$ac_ext <<_ACEOF
21171 /* confdefs.h. */
21172 _ACEOF
21173 cat confdefs.h >>conftest.$ac_ext
21174 cat >>conftest.$ac_ext <<_ACEOF
21175 /* end confdefs.h. */
21176 #include <sys/types.h>
21177 #ifdef HAVE_SYS_PARAM_H
21178 # include <sys/param.h>
21179 #endif
21180 #ifdef HAVE_SYS_MOUNT_H
21181 # include <sys/mount.h>
21182 #endif
21183 #ifdef HAVE_SYS_VFS_H
21184 # include <sys/vfs.h>
21185 #endif
21186 #ifdef HAVE_SYS_STATFS_H
21187 # include <sys/statfs.h>
21188 #endif
21191 main ()
21193 static struct statfs ac_aggr;
21194 if (ac_aggr.f_frsize)
21195 return 0;
21197 return 0;
21199 _ACEOF
21200 rm -f conftest.$ac_objext
21201 if { (ac_try="$ac_compile"
21202 case "(($ac_try" in
21203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21204 *) ac_try_echo=$ac_try;;
21205 esac
21206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21207 $as_echo "$ac_try_echo") >&5
21208 (eval "$ac_compile") 2>conftest.er1
21209 ac_status=$?
21210 grep -v '^ *+' conftest.er1 >conftest.err
21211 rm -f conftest.er1
21212 cat conftest.err >&5
21213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21214 (exit $ac_status); } && {
21215 test -z "$ac_c_werror_flag" ||
21216 test ! -s conftest.err
21217 } && test -s conftest.$ac_objext; then
21218 ac_cv_member_struct_statfs_f_frsize=yes
21219 else
21220 $as_echo "$as_me: failed program was:" >&5
21221 sed 's/^/| /' conftest.$ac_ext >&5
21223 cat >conftest.$ac_ext <<_ACEOF
21224 /* confdefs.h. */
21225 _ACEOF
21226 cat confdefs.h >>conftest.$ac_ext
21227 cat >>conftest.$ac_ext <<_ACEOF
21228 /* end confdefs.h. */
21229 #include <sys/types.h>
21230 #ifdef HAVE_SYS_PARAM_H
21231 # include <sys/param.h>
21232 #endif
21233 #ifdef HAVE_SYS_MOUNT_H
21234 # include <sys/mount.h>
21235 #endif
21236 #ifdef HAVE_SYS_VFS_H
21237 # include <sys/vfs.h>
21238 #endif
21239 #ifdef HAVE_SYS_STATFS_H
21240 # include <sys/statfs.h>
21241 #endif
21244 main ()
21246 static struct statfs ac_aggr;
21247 if (sizeof ac_aggr.f_frsize)
21248 return 0;
21250 return 0;
21252 _ACEOF
21253 rm -f conftest.$ac_objext
21254 if { (ac_try="$ac_compile"
21255 case "(($ac_try" in
21256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21257 *) ac_try_echo=$ac_try;;
21258 esac
21259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21260 $as_echo "$ac_try_echo") >&5
21261 (eval "$ac_compile") 2>conftest.er1
21262 ac_status=$?
21263 grep -v '^ *+' conftest.er1 >conftest.err
21264 rm -f conftest.er1
21265 cat conftest.err >&5
21266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21267 (exit $ac_status); } && {
21268 test -z "$ac_c_werror_flag" ||
21269 test ! -s conftest.err
21270 } && test -s conftest.$ac_objext; then
21271 ac_cv_member_struct_statfs_f_frsize=yes
21272 else
21273 $as_echo "$as_me: failed program was:" >&5
21274 sed 's/^/| /' conftest.$ac_ext >&5
21276 ac_cv_member_struct_statfs_f_frsize=no
21279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21284 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21285 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21286 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21288 cat >>confdefs.h <<_ACEOF
21289 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21290 _ACEOF
21294 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21295 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21296 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21297 $as_echo_n "(cached) " >&6
21298 else
21299 cat >conftest.$ac_ext <<_ACEOF
21300 /* confdefs.h. */
21301 _ACEOF
21302 cat confdefs.h >>conftest.$ac_ext
21303 cat >>conftest.$ac_ext <<_ACEOF
21304 /* end confdefs.h. */
21305 #include <sys/types.h>
21306 #ifdef HAVE_SYS_PARAM_H
21307 # include <sys/param.h>
21308 #endif
21309 #ifdef HAVE_SYS_MOUNT_H
21310 # include <sys/mount.h>
21311 #endif
21312 #ifdef HAVE_SYS_VFS_H
21313 # include <sys/vfs.h>
21314 #endif
21315 #ifdef HAVE_SYS_STATFS_H
21316 # include <sys/statfs.h>
21317 #endif
21320 main ()
21322 static struct statfs ac_aggr;
21323 if (ac_aggr.f_ffree)
21324 return 0;
21326 return 0;
21328 _ACEOF
21329 rm -f conftest.$ac_objext
21330 if { (ac_try="$ac_compile"
21331 case "(($ac_try" in
21332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21333 *) ac_try_echo=$ac_try;;
21334 esac
21335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21336 $as_echo "$ac_try_echo") >&5
21337 (eval "$ac_compile") 2>conftest.er1
21338 ac_status=$?
21339 grep -v '^ *+' conftest.er1 >conftest.err
21340 rm -f conftest.er1
21341 cat conftest.err >&5
21342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343 (exit $ac_status); } && {
21344 test -z "$ac_c_werror_flag" ||
21345 test ! -s conftest.err
21346 } && test -s conftest.$ac_objext; then
21347 ac_cv_member_struct_statfs_f_ffree=yes
21348 else
21349 $as_echo "$as_me: failed program was:" >&5
21350 sed 's/^/| /' conftest.$ac_ext >&5
21352 cat >conftest.$ac_ext <<_ACEOF
21353 /* confdefs.h. */
21354 _ACEOF
21355 cat confdefs.h >>conftest.$ac_ext
21356 cat >>conftest.$ac_ext <<_ACEOF
21357 /* end confdefs.h. */
21358 #include <sys/types.h>
21359 #ifdef HAVE_SYS_PARAM_H
21360 # include <sys/param.h>
21361 #endif
21362 #ifdef HAVE_SYS_MOUNT_H
21363 # include <sys/mount.h>
21364 #endif
21365 #ifdef HAVE_SYS_VFS_H
21366 # include <sys/vfs.h>
21367 #endif
21368 #ifdef HAVE_SYS_STATFS_H
21369 # include <sys/statfs.h>
21370 #endif
21373 main ()
21375 static struct statfs ac_aggr;
21376 if (sizeof ac_aggr.f_ffree)
21377 return 0;
21379 return 0;
21381 _ACEOF
21382 rm -f conftest.$ac_objext
21383 if { (ac_try="$ac_compile"
21384 case "(($ac_try" in
21385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21386 *) ac_try_echo=$ac_try;;
21387 esac
21388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21389 $as_echo "$ac_try_echo") >&5
21390 (eval "$ac_compile") 2>conftest.er1
21391 ac_status=$?
21392 grep -v '^ *+' conftest.er1 >conftest.err
21393 rm -f conftest.er1
21394 cat conftest.err >&5
21395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21396 (exit $ac_status); } && {
21397 test -z "$ac_c_werror_flag" ||
21398 test ! -s conftest.err
21399 } && test -s conftest.$ac_objext; then
21400 ac_cv_member_struct_statfs_f_ffree=yes
21401 else
21402 $as_echo "$as_me: failed program was:" >&5
21403 sed 's/^/| /' conftest.$ac_ext >&5
21405 ac_cv_member_struct_statfs_f_ffree=no
21408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21413 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21414 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21415 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21417 cat >>confdefs.h <<_ACEOF
21418 #define HAVE_STRUCT_STATFS_F_FFREE 1
21419 _ACEOF
21423 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21424 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21425 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21426 $as_echo_n "(cached) " >&6
21427 else
21428 cat >conftest.$ac_ext <<_ACEOF
21429 /* confdefs.h. */
21430 _ACEOF
21431 cat confdefs.h >>conftest.$ac_ext
21432 cat >>conftest.$ac_ext <<_ACEOF
21433 /* end confdefs.h. */
21434 #include <sys/types.h>
21435 #ifdef HAVE_SYS_PARAM_H
21436 # include <sys/param.h>
21437 #endif
21438 #ifdef HAVE_SYS_MOUNT_H
21439 # include <sys/mount.h>
21440 #endif
21441 #ifdef HAVE_SYS_VFS_H
21442 # include <sys/vfs.h>
21443 #endif
21444 #ifdef HAVE_SYS_STATFS_H
21445 # include <sys/statfs.h>
21446 #endif
21449 main ()
21451 static struct statfs ac_aggr;
21452 if (ac_aggr.f_favail)
21453 return 0;
21455 return 0;
21457 _ACEOF
21458 rm -f conftest.$ac_objext
21459 if { (ac_try="$ac_compile"
21460 case "(($ac_try" in
21461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21462 *) ac_try_echo=$ac_try;;
21463 esac
21464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21465 $as_echo "$ac_try_echo") >&5
21466 (eval "$ac_compile") 2>conftest.er1
21467 ac_status=$?
21468 grep -v '^ *+' conftest.er1 >conftest.err
21469 rm -f conftest.er1
21470 cat conftest.err >&5
21471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); } && {
21473 test -z "$ac_c_werror_flag" ||
21474 test ! -s conftest.err
21475 } && test -s conftest.$ac_objext; then
21476 ac_cv_member_struct_statfs_f_favail=yes
21477 else
21478 $as_echo "$as_me: failed program was:" >&5
21479 sed 's/^/| /' conftest.$ac_ext >&5
21481 cat >conftest.$ac_ext <<_ACEOF
21482 /* confdefs.h. */
21483 _ACEOF
21484 cat confdefs.h >>conftest.$ac_ext
21485 cat >>conftest.$ac_ext <<_ACEOF
21486 /* end confdefs.h. */
21487 #include <sys/types.h>
21488 #ifdef HAVE_SYS_PARAM_H
21489 # include <sys/param.h>
21490 #endif
21491 #ifdef HAVE_SYS_MOUNT_H
21492 # include <sys/mount.h>
21493 #endif
21494 #ifdef HAVE_SYS_VFS_H
21495 # include <sys/vfs.h>
21496 #endif
21497 #ifdef HAVE_SYS_STATFS_H
21498 # include <sys/statfs.h>
21499 #endif
21502 main ()
21504 static struct statfs ac_aggr;
21505 if (sizeof ac_aggr.f_favail)
21506 return 0;
21508 return 0;
21510 _ACEOF
21511 rm -f conftest.$ac_objext
21512 if { (ac_try="$ac_compile"
21513 case "(($ac_try" in
21514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21515 *) ac_try_echo=$ac_try;;
21516 esac
21517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21518 $as_echo "$ac_try_echo") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21520 ac_status=$?
21521 grep -v '^ *+' conftest.er1 >conftest.err
21522 rm -f conftest.er1
21523 cat conftest.err >&5
21524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_statfs_f_favail=yes
21530 else
21531 $as_echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 ac_cv_member_struct_statfs_f_favail=no
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21543 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21544 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21546 cat >>confdefs.h <<_ACEOF
21547 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21548 _ACEOF
21552 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21553 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21554 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21555 $as_echo_n "(cached) " >&6
21556 else
21557 cat >conftest.$ac_ext <<_ACEOF
21558 /* confdefs.h. */
21559 _ACEOF
21560 cat confdefs.h >>conftest.$ac_ext
21561 cat >>conftest.$ac_ext <<_ACEOF
21562 /* end confdefs.h. */
21563 #include <sys/types.h>
21564 #ifdef HAVE_SYS_PARAM_H
21565 # include <sys/param.h>
21566 #endif
21567 #ifdef HAVE_SYS_MOUNT_H
21568 # include <sys/mount.h>
21569 #endif
21570 #ifdef HAVE_SYS_VFS_H
21571 # include <sys/vfs.h>
21572 #endif
21573 #ifdef HAVE_SYS_STATFS_H
21574 # include <sys/statfs.h>
21575 #endif
21578 main ()
21580 static struct statfs ac_aggr;
21581 if (ac_aggr.f_namelen)
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_statfs_f_namelen=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 #include <sys/types.h>
21617 #ifdef HAVE_SYS_PARAM_H
21618 # include <sys/param.h>
21619 #endif
21620 #ifdef HAVE_SYS_MOUNT_H
21621 # include <sys/mount.h>
21622 #endif
21623 #ifdef HAVE_SYS_VFS_H
21624 # include <sys/vfs.h>
21625 #endif
21626 #ifdef HAVE_SYS_STATFS_H
21627 # include <sys/statfs.h>
21628 #endif
21631 main ()
21633 static struct statfs ac_aggr;
21634 if (sizeof ac_aggr.f_namelen)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21647 $as_echo "$ac_try_echo") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_statfs_f_namelen=yes
21659 else
21660 $as_echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 ac_cv_member_struct_statfs_f_namelen=no
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21672 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21673 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21675 cat >>confdefs.h <<_ACEOF
21676 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21677 _ACEOF
21683 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21684 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21685 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21686 $as_echo_n "(cached) " >&6
21687 else
21688 cat >conftest.$ac_ext <<_ACEOF
21689 /* confdefs.h. */
21690 _ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h. */
21694 #ifdef HAVE_SYS_STATVFS_H
21695 #include <sys/statvfs.h>
21696 #endif
21699 main ()
21701 static struct statvfs ac_aggr;
21702 if (ac_aggr.f_blocks)
21703 return 0;
21705 return 0;
21707 _ACEOF
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21712 *) ac_try_echo=$ac_try;;
21713 esac
21714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21715 $as_echo "$ac_try_echo") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_statvfs_f_blocks=yes
21727 else
21728 $as_echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 cat >conftest.$ac_ext <<_ACEOF
21732 /* confdefs.h. */
21733 _ACEOF
21734 cat confdefs.h >>conftest.$ac_ext
21735 cat >>conftest.$ac_ext <<_ACEOF
21736 /* end confdefs.h. */
21737 #ifdef HAVE_SYS_STATVFS_H
21738 #include <sys/statvfs.h>
21739 #endif
21742 main ()
21744 static struct statvfs ac_aggr;
21745 if (sizeof ac_aggr.f_blocks)
21746 return 0;
21748 return 0;
21750 _ACEOF
21751 rm -f conftest.$ac_objext
21752 if { (ac_try="$ac_compile"
21753 case "(($ac_try" in
21754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21755 *) ac_try_echo=$ac_try;;
21756 esac
21757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21758 $as_echo "$ac_try_echo") >&5
21759 (eval "$ac_compile") 2>conftest.er1
21760 ac_status=$?
21761 grep -v '^ *+' conftest.er1 >conftest.err
21762 rm -f conftest.er1
21763 cat conftest.err >&5
21764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21765 (exit $ac_status); } && {
21766 test -z "$ac_c_werror_flag" ||
21767 test ! -s conftest.err
21768 } && test -s conftest.$ac_objext; then
21769 ac_cv_member_struct_statvfs_f_blocks=yes
21770 else
21771 $as_echo "$as_me: failed program was:" >&5
21772 sed 's/^/| /' conftest.$ac_ext >&5
21774 ac_cv_member_struct_statvfs_f_blocks=no
21777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21782 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21783 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21784 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21786 cat >>confdefs.h <<_ACEOF
21787 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21788 _ACEOF
21794 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21795 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21796 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21797 $as_echo_n "(cached) " >&6
21798 else
21799 cat >conftest.$ac_ext <<_ACEOF
21800 /* confdefs.h. */
21801 _ACEOF
21802 cat confdefs.h >>conftest.$ac_ext
21803 cat >>conftest.$ac_ext <<_ACEOF
21804 /* end confdefs.h. */
21805 #include <sys/types.h>
21806 #ifdef HAVE_SYS_SOCKET_H
21807 # include <sys/socket.h>
21808 #endif
21809 #ifdef HAVE_SYS_UN_H
21810 # include <sys/un.h>
21811 #endif
21814 main ()
21816 static struct msghdr ac_aggr;
21817 if (ac_aggr.msg_accrights)
21818 return 0;
21820 return 0;
21822 _ACEOF
21823 rm -f conftest.$ac_objext
21824 if { (ac_try="$ac_compile"
21825 case "(($ac_try" in
21826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21828 esac
21829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21830 $as_echo "$ac_try_echo") >&5
21831 (eval "$ac_compile") 2>conftest.er1
21832 ac_status=$?
21833 grep -v '^ *+' conftest.er1 >conftest.err
21834 rm -f conftest.er1
21835 cat conftest.err >&5
21836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21837 (exit $ac_status); } && {
21838 test -z "$ac_c_werror_flag" ||
21839 test ! -s conftest.err
21840 } && test -s conftest.$ac_objext; then
21841 ac_cv_member_struct_msghdr_msg_accrights=yes
21842 else
21843 $as_echo "$as_me: failed program was:" >&5
21844 sed 's/^/| /' conftest.$ac_ext >&5
21846 cat >conftest.$ac_ext <<_ACEOF
21847 /* confdefs.h. */
21848 _ACEOF
21849 cat confdefs.h >>conftest.$ac_ext
21850 cat >>conftest.$ac_ext <<_ACEOF
21851 /* end confdefs.h. */
21852 #include <sys/types.h>
21853 #ifdef HAVE_SYS_SOCKET_H
21854 # include <sys/socket.h>
21855 #endif
21856 #ifdef HAVE_SYS_UN_H
21857 # include <sys/un.h>
21858 #endif
21861 main ()
21863 static struct msghdr ac_aggr;
21864 if (sizeof ac_aggr.msg_accrights)
21865 return 0;
21867 return 0;
21869 _ACEOF
21870 rm -f conftest.$ac_objext
21871 if { (ac_try="$ac_compile"
21872 case "(($ac_try" in
21873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21874 *) ac_try_echo=$ac_try;;
21875 esac
21876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21877 $as_echo "$ac_try_echo") >&5
21878 (eval "$ac_compile") 2>conftest.er1
21879 ac_status=$?
21880 grep -v '^ *+' conftest.er1 >conftest.err
21881 rm -f conftest.er1
21882 cat conftest.err >&5
21883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884 (exit $ac_status); } && {
21885 test -z "$ac_c_werror_flag" ||
21886 test ! -s conftest.err
21887 } && test -s conftest.$ac_objext; then
21888 ac_cv_member_struct_msghdr_msg_accrights=yes
21889 else
21890 $as_echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.$ac_ext >&5
21893 ac_cv_member_struct_msghdr_msg_accrights=no
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21901 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21902 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21903 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21905 cat >>confdefs.h <<_ACEOF
21906 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21907 _ACEOF
21911 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21912 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21913 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21914 $as_echo_n "(cached) " >&6
21915 else
21916 cat >conftest.$ac_ext <<_ACEOF
21917 /* confdefs.h. */
21918 _ACEOF
21919 cat confdefs.h >>conftest.$ac_ext
21920 cat >>conftest.$ac_ext <<_ACEOF
21921 /* end confdefs.h. */
21922 #include <sys/types.h>
21923 #ifdef HAVE_SYS_SOCKET_H
21924 # include <sys/socket.h>
21925 #endif
21926 #ifdef HAVE_SYS_UN_H
21927 # include <sys/un.h>
21928 #endif
21931 main ()
21933 static struct sockaddr ac_aggr;
21934 if (ac_aggr.sa_len)
21935 return 0;
21937 return 0;
21939 _ACEOF
21940 rm -f conftest.$ac_objext
21941 if { (ac_try="$ac_compile"
21942 case "(($ac_try" in
21943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21944 *) ac_try_echo=$ac_try;;
21945 esac
21946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21947 $as_echo "$ac_try_echo") >&5
21948 (eval "$ac_compile") 2>conftest.er1
21949 ac_status=$?
21950 grep -v '^ *+' conftest.er1 >conftest.err
21951 rm -f conftest.er1
21952 cat conftest.err >&5
21953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21954 (exit $ac_status); } && {
21955 test -z "$ac_c_werror_flag" ||
21956 test ! -s conftest.err
21957 } && test -s conftest.$ac_objext; then
21958 ac_cv_member_struct_sockaddr_sa_len=yes
21959 else
21960 $as_echo "$as_me: failed program was:" >&5
21961 sed 's/^/| /' conftest.$ac_ext >&5
21963 cat >conftest.$ac_ext <<_ACEOF
21964 /* confdefs.h. */
21965 _ACEOF
21966 cat confdefs.h >>conftest.$ac_ext
21967 cat >>conftest.$ac_ext <<_ACEOF
21968 /* end confdefs.h. */
21969 #include <sys/types.h>
21970 #ifdef HAVE_SYS_SOCKET_H
21971 # include <sys/socket.h>
21972 #endif
21973 #ifdef HAVE_SYS_UN_H
21974 # include <sys/un.h>
21975 #endif
21978 main ()
21980 static struct sockaddr ac_aggr;
21981 if (sizeof ac_aggr.sa_len)
21982 return 0;
21984 return 0;
21986 _ACEOF
21987 rm -f conftest.$ac_objext
21988 if { (ac_try="$ac_compile"
21989 case "(($ac_try" in
21990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21991 *) ac_try_echo=$ac_try;;
21992 esac
21993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21994 $as_echo "$ac_try_echo") >&5
21995 (eval "$ac_compile") 2>conftest.er1
21996 ac_status=$?
21997 grep -v '^ *+' conftest.er1 >conftest.err
21998 rm -f conftest.er1
21999 cat conftest.err >&5
22000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } && {
22002 test -z "$ac_c_werror_flag" ||
22003 test ! -s conftest.err
22004 } && test -s conftest.$ac_objext; then
22005 ac_cv_member_struct_sockaddr_sa_len=yes
22006 else
22007 $as_echo "$as_me: failed program was:" >&5
22008 sed 's/^/| /' conftest.$ac_ext >&5
22010 ac_cv_member_struct_sockaddr_sa_len=no
22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22018 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22019 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22020 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22022 cat >>confdefs.h <<_ACEOF
22023 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22024 _ACEOF
22028 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22029 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22030 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22031 $as_echo_n "(cached) " >&6
22032 else
22033 cat >conftest.$ac_ext <<_ACEOF
22034 /* confdefs.h. */
22035 _ACEOF
22036 cat confdefs.h >>conftest.$ac_ext
22037 cat >>conftest.$ac_ext <<_ACEOF
22038 /* end confdefs.h. */
22039 #include <sys/types.h>
22040 #ifdef HAVE_SYS_SOCKET_H
22041 # include <sys/socket.h>
22042 #endif
22043 #ifdef HAVE_SYS_UN_H
22044 # include <sys/un.h>
22045 #endif
22048 main ()
22050 static struct sockaddr_un ac_aggr;
22051 if (ac_aggr.sun_len)
22052 return 0;
22054 return 0;
22056 _ACEOF
22057 rm -f conftest.$ac_objext
22058 if { (ac_try="$ac_compile"
22059 case "(($ac_try" in
22060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22061 *) ac_try_echo=$ac_try;;
22062 esac
22063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22064 $as_echo "$ac_try_echo") >&5
22065 (eval "$ac_compile") 2>conftest.er1
22066 ac_status=$?
22067 grep -v '^ *+' conftest.er1 >conftest.err
22068 rm -f conftest.er1
22069 cat conftest.err >&5
22070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22071 (exit $ac_status); } && {
22072 test -z "$ac_c_werror_flag" ||
22073 test ! -s conftest.err
22074 } && test -s conftest.$ac_objext; then
22075 ac_cv_member_struct_sockaddr_un_sun_len=yes
22076 else
22077 $as_echo "$as_me: failed program was:" >&5
22078 sed 's/^/| /' conftest.$ac_ext >&5
22080 cat >conftest.$ac_ext <<_ACEOF
22081 /* confdefs.h. */
22082 _ACEOF
22083 cat confdefs.h >>conftest.$ac_ext
22084 cat >>conftest.$ac_ext <<_ACEOF
22085 /* end confdefs.h. */
22086 #include <sys/types.h>
22087 #ifdef HAVE_SYS_SOCKET_H
22088 # include <sys/socket.h>
22089 #endif
22090 #ifdef HAVE_SYS_UN_H
22091 # include <sys/un.h>
22092 #endif
22095 main ()
22097 static struct sockaddr_un ac_aggr;
22098 if (sizeof ac_aggr.sun_len)
22099 return 0;
22101 return 0;
22103 _ACEOF
22104 rm -f conftest.$ac_objext
22105 if { (ac_try="$ac_compile"
22106 case "(($ac_try" in
22107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22108 *) ac_try_echo=$ac_try;;
22109 esac
22110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22111 $as_echo "$ac_try_echo") >&5
22112 (eval "$ac_compile") 2>conftest.er1
22113 ac_status=$?
22114 grep -v '^ *+' conftest.er1 >conftest.err
22115 rm -f conftest.er1
22116 cat conftest.err >&5
22117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118 (exit $ac_status); } && {
22119 test -z "$ac_c_werror_flag" ||
22120 test ! -s conftest.err
22121 } && test -s conftest.$ac_objext; then
22122 ac_cv_member_struct_sockaddr_un_sun_len=yes
22123 else
22124 $as_echo "$as_me: failed program was:" >&5
22125 sed 's/^/| /' conftest.$ac_ext >&5
22127 ac_cv_member_struct_sockaddr_un_sun_len=no
22130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22135 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22136 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22137 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22139 cat >>confdefs.h <<_ACEOF
22140 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22141 _ACEOF
22147 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22148 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22149 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22150 $as_echo_n "(cached) " >&6
22151 else
22152 cat >conftest.$ac_ext <<_ACEOF
22153 /* confdefs.h. */
22154 _ACEOF
22155 cat confdefs.h >>conftest.$ac_ext
22156 cat >>conftest.$ac_ext <<_ACEOF
22157 /* end confdefs.h. */
22158 #include <sys/types.h>
22159 #ifdef HAVE_SCSI_SG_H
22160 #include <scsi/sg.h>
22161 #endif
22164 main ()
22166 static scsireq_t ac_aggr;
22167 if (ac_aggr.cmd)
22168 return 0;
22170 return 0;
22172 _ACEOF
22173 rm -f conftest.$ac_objext
22174 if { (ac_try="$ac_compile"
22175 case "(($ac_try" in
22176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22177 *) ac_try_echo=$ac_try;;
22178 esac
22179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22180 $as_echo "$ac_try_echo") >&5
22181 (eval "$ac_compile") 2>conftest.er1
22182 ac_status=$?
22183 grep -v '^ *+' conftest.er1 >conftest.err
22184 rm -f conftest.er1
22185 cat conftest.err >&5
22186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22187 (exit $ac_status); } && {
22188 test -z "$ac_c_werror_flag" ||
22189 test ! -s conftest.err
22190 } && test -s conftest.$ac_objext; then
22191 ac_cv_member_scsireq_t_cmd=yes
22192 else
22193 $as_echo "$as_me: failed program was:" >&5
22194 sed 's/^/| /' conftest.$ac_ext >&5
22196 cat >conftest.$ac_ext <<_ACEOF
22197 /* confdefs.h. */
22198 _ACEOF
22199 cat confdefs.h >>conftest.$ac_ext
22200 cat >>conftest.$ac_ext <<_ACEOF
22201 /* end confdefs.h. */
22202 #include <sys/types.h>
22203 #ifdef HAVE_SCSI_SG_H
22204 #include <scsi/sg.h>
22205 #endif
22208 main ()
22210 static scsireq_t ac_aggr;
22211 if (sizeof ac_aggr.cmd)
22212 return 0;
22214 return 0;
22216 _ACEOF
22217 rm -f conftest.$ac_objext
22218 if { (ac_try="$ac_compile"
22219 case "(($ac_try" in
22220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22221 *) ac_try_echo=$ac_try;;
22222 esac
22223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22224 $as_echo "$ac_try_echo") >&5
22225 (eval "$ac_compile") 2>conftest.er1
22226 ac_status=$?
22227 grep -v '^ *+' conftest.er1 >conftest.err
22228 rm -f conftest.er1
22229 cat conftest.err >&5
22230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22231 (exit $ac_status); } && {
22232 test -z "$ac_c_werror_flag" ||
22233 test ! -s conftest.err
22234 } && test -s conftest.$ac_objext; then
22235 ac_cv_member_scsireq_t_cmd=yes
22236 else
22237 $as_echo "$as_me: failed program was:" >&5
22238 sed 's/^/| /' conftest.$ac_ext >&5
22240 ac_cv_member_scsireq_t_cmd=no
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22249 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22250 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22252 cat >>confdefs.h <<_ACEOF
22253 #define HAVE_SCSIREQ_T_CMD 1
22254 _ACEOF
22258 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22259 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22260 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22261 $as_echo_n "(cached) " >&6
22262 else
22263 cat >conftest.$ac_ext <<_ACEOF
22264 /* confdefs.h. */
22265 _ACEOF
22266 cat confdefs.h >>conftest.$ac_ext
22267 cat >>conftest.$ac_ext <<_ACEOF
22268 /* end confdefs.h. */
22269 #include <sys/types.h>
22270 #ifdef HAVE_SCSI_SG_H
22271 #include <scsi/sg.h>
22272 #endif
22275 main ()
22277 static sg_io_hdr_t ac_aggr;
22278 if (ac_aggr.interface_id)
22279 return 0;
22281 return 0;
22283 _ACEOF
22284 rm -f conftest.$ac_objext
22285 if { (ac_try="$ac_compile"
22286 case "(($ac_try" in
22287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22288 *) ac_try_echo=$ac_try;;
22289 esac
22290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22291 $as_echo "$ac_try_echo") >&5
22292 (eval "$ac_compile") 2>conftest.er1
22293 ac_status=$?
22294 grep -v '^ *+' conftest.er1 >conftest.err
22295 rm -f conftest.er1
22296 cat conftest.err >&5
22297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22298 (exit $ac_status); } && {
22299 test -z "$ac_c_werror_flag" ||
22300 test ! -s conftest.err
22301 } && test -s conftest.$ac_objext; then
22302 ac_cv_member_sg_io_hdr_t_interface_id=yes
22303 else
22304 $as_echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.$ac_ext >&5
22307 cat >conftest.$ac_ext <<_ACEOF
22308 /* confdefs.h. */
22309 _ACEOF
22310 cat confdefs.h >>conftest.$ac_ext
22311 cat >>conftest.$ac_ext <<_ACEOF
22312 /* end confdefs.h. */
22313 #include <sys/types.h>
22314 #ifdef HAVE_SCSI_SG_H
22315 #include <scsi/sg.h>
22316 #endif
22319 main ()
22321 static sg_io_hdr_t ac_aggr;
22322 if (sizeof ac_aggr.interface_id)
22323 return 0;
22325 return 0;
22327 _ACEOF
22328 rm -f conftest.$ac_objext
22329 if { (ac_try="$ac_compile"
22330 case "(($ac_try" in
22331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22332 *) ac_try_echo=$ac_try;;
22333 esac
22334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22335 $as_echo "$ac_try_echo") >&5
22336 (eval "$ac_compile") 2>conftest.er1
22337 ac_status=$?
22338 grep -v '^ *+' conftest.er1 >conftest.err
22339 rm -f conftest.er1
22340 cat conftest.err >&5
22341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22342 (exit $ac_status); } && {
22343 test -z "$ac_c_werror_flag" ||
22344 test ! -s conftest.err
22345 } && test -s conftest.$ac_objext; then
22346 ac_cv_member_sg_io_hdr_t_interface_id=yes
22347 else
22348 $as_echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.$ac_ext >&5
22351 ac_cv_member_sg_io_hdr_t_interface_id=no
22354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22359 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22360 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22361 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22363 cat >>confdefs.h <<_ACEOF
22364 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22365 _ACEOF
22371 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22372 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22373 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22374 $as_echo_n "(cached) " >&6
22375 else
22376 cat >conftest.$ac_ext <<_ACEOF
22377 /* confdefs.h. */
22378 _ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h. */
22382 #include <signal.h>
22385 main ()
22387 static siginfo_t ac_aggr;
22388 if (ac_aggr.si_fd)
22389 return 0;
22391 return 0;
22393 _ACEOF
22394 rm -f conftest.$ac_objext
22395 if { (ac_try="$ac_compile"
22396 case "(($ac_try" in
22397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22398 *) ac_try_echo=$ac_try;;
22399 esac
22400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22401 $as_echo "$ac_try_echo") >&5
22402 (eval "$ac_compile") 2>conftest.er1
22403 ac_status=$?
22404 grep -v '^ *+' conftest.er1 >conftest.err
22405 rm -f conftest.er1
22406 cat conftest.err >&5
22407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22408 (exit $ac_status); } && {
22409 test -z "$ac_c_werror_flag" ||
22410 test ! -s conftest.err
22411 } && test -s conftest.$ac_objext; then
22412 ac_cv_member_siginfo_t_si_fd=yes
22413 else
22414 $as_echo "$as_me: failed program was:" >&5
22415 sed 's/^/| /' conftest.$ac_ext >&5
22417 cat >conftest.$ac_ext <<_ACEOF
22418 /* confdefs.h. */
22419 _ACEOF
22420 cat confdefs.h >>conftest.$ac_ext
22421 cat >>conftest.$ac_ext <<_ACEOF
22422 /* end confdefs.h. */
22423 #include <signal.h>
22426 main ()
22428 static siginfo_t ac_aggr;
22429 if (sizeof ac_aggr.si_fd)
22430 return 0;
22432 return 0;
22434 _ACEOF
22435 rm -f conftest.$ac_objext
22436 if { (ac_try="$ac_compile"
22437 case "(($ac_try" in
22438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22439 *) ac_try_echo=$ac_try;;
22440 esac
22441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22442 $as_echo "$ac_try_echo") >&5
22443 (eval "$ac_compile") 2>conftest.er1
22444 ac_status=$?
22445 grep -v '^ *+' conftest.er1 >conftest.err
22446 rm -f conftest.er1
22447 cat conftest.err >&5
22448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449 (exit $ac_status); } && {
22450 test -z "$ac_c_werror_flag" ||
22451 test ! -s conftest.err
22452 } && test -s conftest.$ac_objext; then
22453 ac_cv_member_siginfo_t_si_fd=yes
22454 else
22455 $as_echo "$as_me: failed program was:" >&5
22456 sed 's/^/| /' conftest.$ac_ext >&5
22458 ac_cv_member_siginfo_t_si_fd=no
22461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22466 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22467 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22468 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22470 cat >>confdefs.h <<_ACEOF
22471 #define HAVE_SIGINFO_T_SI_FD 1
22472 _ACEOF
22478 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22479 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22480 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22481 $as_echo_n "(cached) " >&6
22482 else
22483 cat >conftest.$ac_ext <<_ACEOF
22484 /* confdefs.h. */
22485 _ACEOF
22486 cat confdefs.h >>conftest.$ac_ext
22487 cat >>conftest.$ac_ext <<_ACEOF
22488 /* end confdefs.h. */
22489 #include <sys/types.h>
22490 #ifdef HAVE_SYS_MTIO_H
22491 #include <sys/mtio.h>
22492 #endif
22495 main ()
22497 static struct mtget ac_aggr;
22498 if (ac_aggr.mt_blksiz)
22499 return 0;
22501 return 0;
22503 _ACEOF
22504 rm -f conftest.$ac_objext
22505 if { (ac_try="$ac_compile"
22506 case "(($ac_try" in
22507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22508 *) ac_try_echo=$ac_try;;
22509 esac
22510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22511 $as_echo "$ac_try_echo") >&5
22512 (eval "$ac_compile") 2>conftest.er1
22513 ac_status=$?
22514 grep -v '^ *+' conftest.er1 >conftest.err
22515 rm -f conftest.er1
22516 cat conftest.err >&5
22517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22518 (exit $ac_status); } && {
22519 test -z "$ac_c_werror_flag" ||
22520 test ! -s conftest.err
22521 } && test -s conftest.$ac_objext; then
22522 ac_cv_member_struct_mtget_mt_blksiz=yes
22523 else
22524 $as_echo "$as_me: failed program was:" >&5
22525 sed 's/^/| /' conftest.$ac_ext >&5
22527 cat >conftest.$ac_ext <<_ACEOF
22528 /* confdefs.h. */
22529 _ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 #include <sys/types.h>
22534 #ifdef HAVE_SYS_MTIO_H
22535 #include <sys/mtio.h>
22536 #endif
22539 main ()
22541 static struct mtget ac_aggr;
22542 if (sizeof ac_aggr.mt_blksiz)
22543 return 0;
22545 return 0;
22547 _ACEOF
22548 rm -f conftest.$ac_objext
22549 if { (ac_try="$ac_compile"
22550 case "(($ac_try" in
22551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22552 *) ac_try_echo=$ac_try;;
22553 esac
22554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22555 $as_echo "$ac_try_echo") >&5
22556 (eval "$ac_compile") 2>conftest.er1
22557 ac_status=$?
22558 grep -v '^ *+' conftest.er1 >conftest.err
22559 rm -f conftest.er1
22560 cat conftest.err >&5
22561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22562 (exit $ac_status); } && {
22563 test -z "$ac_c_werror_flag" ||
22564 test ! -s conftest.err
22565 } && test -s conftest.$ac_objext; then
22566 ac_cv_member_struct_mtget_mt_blksiz=yes
22567 else
22568 $as_echo "$as_me: failed program was:" >&5
22569 sed 's/^/| /' conftest.$ac_ext >&5
22571 ac_cv_member_struct_mtget_mt_blksiz=no
22574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22579 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22580 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22581 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22583 cat >>confdefs.h <<_ACEOF
22584 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22585 _ACEOF
22589 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22590 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22591 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22592 $as_echo_n "(cached) " >&6
22593 else
22594 cat >conftest.$ac_ext <<_ACEOF
22595 /* confdefs.h. */
22596 _ACEOF
22597 cat confdefs.h >>conftest.$ac_ext
22598 cat >>conftest.$ac_ext <<_ACEOF
22599 /* end confdefs.h. */
22600 #include <sys/types.h>
22601 #ifdef HAVE_SYS_MTIO_H
22602 #include <sys/mtio.h>
22603 #endif
22606 main ()
22608 static struct mtget ac_aggr;
22609 if (ac_aggr.mt_gstat)
22610 return 0;
22612 return 0;
22614 _ACEOF
22615 rm -f conftest.$ac_objext
22616 if { (ac_try="$ac_compile"
22617 case "(($ac_try" in
22618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22619 *) ac_try_echo=$ac_try;;
22620 esac
22621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22622 $as_echo "$ac_try_echo") >&5
22623 (eval "$ac_compile") 2>conftest.er1
22624 ac_status=$?
22625 grep -v '^ *+' conftest.er1 >conftest.err
22626 rm -f conftest.er1
22627 cat conftest.err >&5
22628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); } && {
22630 test -z "$ac_c_werror_flag" ||
22631 test ! -s conftest.err
22632 } && test -s conftest.$ac_objext; then
22633 ac_cv_member_struct_mtget_mt_gstat=yes
22634 else
22635 $as_echo "$as_me: failed program was:" >&5
22636 sed 's/^/| /' conftest.$ac_ext >&5
22638 cat >conftest.$ac_ext <<_ACEOF
22639 /* confdefs.h. */
22640 _ACEOF
22641 cat confdefs.h >>conftest.$ac_ext
22642 cat >>conftest.$ac_ext <<_ACEOF
22643 /* end confdefs.h. */
22644 #include <sys/types.h>
22645 #ifdef HAVE_SYS_MTIO_H
22646 #include <sys/mtio.h>
22647 #endif
22650 main ()
22652 static struct mtget ac_aggr;
22653 if (sizeof ac_aggr.mt_gstat)
22654 return 0;
22656 return 0;
22658 _ACEOF
22659 rm -f conftest.$ac_objext
22660 if { (ac_try="$ac_compile"
22661 case "(($ac_try" in
22662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22663 *) ac_try_echo=$ac_try;;
22664 esac
22665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22666 $as_echo "$ac_try_echo") >&5
22667 (eval "$ac_compile") 2>conftest.er1
22668 ac_status=$?
22669 grep -v '^ *+' conftest.er1 >conftest.err
22670 rm -f conftest.er1
22671 cat conftest.err >&5
22672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673 (exit $ac_status); } && {
22674 test -z "$ac_c_werror_flag" ||
22675 test ! -s conftest.err
22676 } && test -s conftest.$ac_objext; then
22677 ac_cv_member_struct_mtget_mt_gstat=yes
22678 else
22679 $as_echo "$as_me: failed program was:" >&5
22680 sed 's/^/| /' conftest.$ac_ext >&5
22682 ac_cv_member_struct_mtget_mt_gstat=no
22685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22691 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22692 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22694 cat >>confdefs.h <<_ACEOF
22695 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22696 _ACEOF
22700 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22701 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22702 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22703 $as_echo_n "(cached) " >&6
22704 else
22705 cat >conftest.$ac_ext <<_ACEOF
22706 /* confdefs.h. */
22707 _ACEOF
22708 cat confdefs.h >>conftest.$ac_ext
22709 cat >>conftest.$ac_ext <<_ACEOF
22710 /* end confdefs.h. */
22711 #include <sys/types.h>
22712 #ifdef HAVE_SYS_MTIO_H
22713 #include <sys/mtio.h>
22714 #endif
22717 main ()
22719 static struct mtget ac_aggr;
22720 if (ac_aggr.mt_blkno)
22721 return 0;
22723 return 0;
22725 _ACEOF
22726 rm -f conftest.$ac_objext
22727 if { (ac_try="$ac_compile"
22728 case "(($ac_try" in
22729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22730 *) ac_try_echo=$ac_try;;
22731 esac
22732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22733 $as_echo "$ac_try_echo") >&5
22734 (eval "$ac_compile") 2>conftest.er1
22735 ac_status=$?
22736 grep -v '^ *+' conftest.er1 >conftest.err
22737 rm -f conftest.er1
22738 cat conftest.err >&5
22739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } && {
22741 test -z "$ac_c_werror_flag" ||
22742 test ! -s conftest.err
22743 } && test -s conftest.$ac_objext; then
22744 ac_cv_member_struct_mtget_mt_blkno=yes
22745 else
22746 $as_echo "$as_me: failed program was:" >&5
22747 sed 's/^/| /' conftest.$ac_ext >&5
22749 cat >conftest.$ac_ext <<_ACEOF
22750 /* confdefs.h. */
22751 _ACEOF
22752 cat confdefs.h >>conftest.$ac_ext
22753 cat >>conftest.$ac_ext <<_ACEOF
22754 /* end confdefs.h. */
22755 #include <sys/types.h>
22756 #ifdef HAVE_SYS_MTIO_H
22757 #include <sys/mtio.h>
22758 #endif
22761 main ()
22763 static struct mtget ac_aggr;
22764 if (sizeof ac_aggr.mt_blkno)
22765 return 0;
22767 return 0;
22769 _ACEOF
22770 rm -f conftest.$ac_objext
22771 if { (ac_try="$ac_compile"
22772 case "(($ac_try" in
22773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22774 *) ac_try_echo=$ac_try;;
22775 esac
22776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22777 $as_echo "$ac_try_echo") >&5
22778 (eval "$ac_compile") 2>conftest.er1
22779 ac_status=$?
22780 grep -v '^ *+' conftest.er1 >conftest.err
22781 rm -f conftest.er1
22782 cat conftest.err >&5
22783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } && {
22785 test -z "$ac_c_werror_flag" ||
22786 test ! -s conftest.err
22787 } && test -s conftest.$ac_objext; then
22788 ac_cv_member_struct_mtget_mt_blkno=yes
22789 else
22790 $as_echo "$as_me: failed program was:" >&5
22791 sed 's/^/| /' conftest.$ac_ext >&5
22793 ac_cv_member_struct_mtget_mt_blkno=no
22796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22801 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22802 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22803 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22805 cat >>confdefs.h <<_ACEOF
22806 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22807 _ACEOF
22813 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22814 $as_echo_n "checking for struct option.name... " >&6; }
22815 if test "${ac_cv_member_struct_option_name+set}" = set; then
22816 $as_echo_n "(cached) " >&6
22817 else
22818 cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h. */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h. */
22824 #ifdef HAVE_GETOPT_H
22825 #include <getopt.h>
22826 #endif
22829 main ()
22831 static struct option ac_aggr;
22832 if (ac_aggr.name)
22833 return 0;
22835 return 0;
22837 _ACEOF
22838 rm -f conftest.$ac_objext
22839 if { (ac_try="$ac_compile"
22840 case "(($ac_try" in
22841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22842 *) ac_try_echo=$ac_try;;
22843 esac
22844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22845 $as_echo "$ac_try_echo") >&5
22846 (eval "$ac_compile") 2>conftest.er1
22847 ac_status=$?
22848 grep -v '^ *+' conftest.er1 >conftest.err
22849 rm -f conftest.er1
22850 cat conftest.err >&5
22851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22852 (exit $ac_status); } && {
22853 test -z "$ac_c_werror_flag" ||
22854 test ! -s conftest.err
22855 } && test -s conftest.$ac_objext; then
22856 ac_cv_member_struct_option_name=yes
22857 else
22858 $as_echo "$as_me: failed program was:" >&5
22859 sed 's/^/| /' conftest.$ac_ext >&5
22861 cat >conftest.$ac_ext <<_ACEOF
22862 /* confdefs.h. */
22863 _ACEOF
22864 cat confdefs.h >>conftest.$ac_ext
22865 cat >>conftest.$ac_ext <<_ACEOF
22866 /* end confdefs.h. */
22867 #ifdef HAVE_GETOPT_H
22868 #include <getopt.h>
22869 #endif
22872 main ()
22874 static struct option ac_aggr;
22875 if (sizeof ac_aggr.name)
22876 return 0;
22878 return 0;
22880 _ACEOF
22881 rm -f conftest.$ac_objext
22882 if { (ac_try="$ac_compile"
22883 case "(($ac_try" in
22884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22885 *) ac_try_echo=$ac_try;;
22886 esac
22887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22888 $as_echo "$ac_try_echo") >&5
22889 (eval "$ac_compile") 2>conftest.er1
22890 ac_status=$?
22891 grep -v '^ *+' conftest.er1 >conftest.err
22892 rm -f conftest.er1
22893 cat conftest.err >&5
22894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22895 (exit $ac_status); } && {
22896 test -z "$ac_c_werror_flag" ||
22897 test ! -s conftest.err
22898 } && test -s conftest.$ac_objext; then
22899 ac_cv_member_struct_option_name=yes
22900 else
22901 $as_echo "$as_me: failed program was:" >&5
22902 sed 's/^/| /' conftest.$ac_ext >&5
22904 ac_cv_member_struct_option_name=no
22907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22912 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22913 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22914 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22916 cat >>confdefs.h <<_ACEOF
22917 #define HAVE_STRUCT_OPTION_NAME 1
22918 _ACEOF
22924 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22925 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22926 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22927 $as_echo_n "(cached) " >&6
22928 else
22929 cat >conftest.$ac_ext <<_ACEOF
22930 /* confdefs.h. */
22931 _ACEOF
22932 cat confdefs.h >>conftest.$ac_ext
22933 cat >>conftest.$ac_ext <<_ACEOF
22934 /* end confdefs.h. */
22935 $ac_includes_default
22937 main ()
22939 static struct stat ac_aggr;
22940 if (ac_aggr.st_blocks)
22941 return 0;
22943 return 0;
22945 _ACEOF
22946 rm -f conftest.$ac_objext
22947 if { (ac_try="$ac_compile"
22948 case "(($ac_try" in
22949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22950 *) ac_try_echo=$ac_try;;
22951 esac
22952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22953 $as_echo "$ac_try_echo") >&5
22954 (eval "$ac_compile") 2>conftest.er1
22955 ac_status=$?
22956 grep -v '^ *+' conftest.er1 >conftest.err
22957 rm -f conftest.er1
22958 cat conftest.err >&5
22959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22960 (exit $ac_status); } && {
22961 test -z "$ac_c_werror_flag" ||
22962 test ! -s conftest.err
22963 } && test -s conftest.$ac_objext; then
22964 ac_cv_member_struct_stat_st_blocks=yes
22965 else
22966 $as_echo "$as_me: failed program was:" >&5
22967 sed 's/^/| /' conftest.$ac_ext >&5
22969 cat >conftest.$ac_ext <<_ACEOF
22970 /* confdefs.h. */
22971 _ACEOF
22972 cat confdefs.h >>conftest.$ac_ext
22973 cat >>conftest.$ac_ext <<_ACEOF
22974 /* end confdefs.h. */
22975 $ac_includes_default
22977 main ()
22979 static struct stat ac_aggr;
22980 if (sizeof ac_aggr.st_blocks)
22981 return 0;
22983 return 0;
22985 _ACEOF
22986 rm -f conftest.$ac_objext
22987 if { (ac_try="$ac_compile"
22988 case "(($ac_try" in
22989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22990 *) ac_try_echo=$ac_try;;
22991 esac
22992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22993 $as_echo "$ac_try_echo") >&5
22994 (eval "$ac_compile") 2>conftest.er1
22995 ac_status=$?
22996 grep -v '^ *+' conftest.er1 >conftest.err
22997 rm -f conftest.er1
22998 cat conftest.err >&5
22999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23000 (exit $ac_status); } && {
23001 test -z "$ac_c_werror_flag" ||
23002 test ! -s conftest.err
23003 } && test -s conftest.$ac_objext; then
23004 ac_cv_member_struct_stat_st_blocks=yes
23005 else
23006 $as_echo "$as_me: failed program was:" >&5
23007 sed 's/^/| /' conftest.$ac_ext >&5
23009 ac_cv_member_struct_stat_st_blocks=no
23012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23017 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23018 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23019 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23021 cat >>confdefs.h <<_ACEOF
23022 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23023 _ACEOF
23027 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23028 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23029 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23030 $as_echo_n "(cached) " >&6
23031 else
23032 cat >conftest.$ac_ext <<_ACEOF
23033 /* confdefs.h. */
23034 _ACEOF
23035 cat confdefs.h >>conftest.$ac_ext
23036 cat >>conftest.$ac_ext <<_ACEOF
23037 /* end confdefs.h. */
23038 $ac_includes_default
23040 main ()
23042 static struct stat ac_aggr;
23043 if (ac_aggr.st_mtim)
23044 return 0;
23046 return 0;
23048 _ACEOF
23049 rm -f conftest.$ac_objext
23050 if { (ac_try="$ac_compile"
23051 case "(($ac_try" in
23052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23053 *) ac_try_echo=$ac_try;;
23054 esac
23055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23056 $as_echo "$ac_try_echo") >&5
23057 (eval "$ac_compile") 2>conftest.er1
23058 ac_status=$?
23059 grep -v '^ *+' conftest.er1 >conftest.err
23060 rm -f conftest.er1
23061 cat conftest.err >&5
23062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23063 (exit $ac_status); } && {
23064 test -z "$ac_c_werror_flag" ||
23065 test ! -s conftest.err
23066 } && test -s conftest.$ac_objext; then
23067 ac_cv_member_struct_stat_st_mtim=yes
23068 else
23069 $as_echo "$as_me: failed program was:" >&5
23070 sed 's/^/| /' conftest.$ac_ext >&5
23072 cat >conftest.$ac_ext <<_ACEOF
23073 /* confdefs.h. */
23074 _ACEOF
23075 cat confdefs.h >>conftest.$ac_ext
23076 cat >>conftest.$ac_ext <<_ACEOF
23077 /* end confdefs.h. */
23078 $ac_includes_default
23080 main ()
23082 static struct stat ac_aggr;
23083 if (sizeof ac_aggr.st_mtim)
23084 return 0;
23086 return 0;
23088 _ACEOF
23089 rm -f conftest.$ac_objext
23090 if { (ac_try="$ac_compile"
23091 case "(($ac_try" in
23092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23093 *) ac_try_echo=$ac_try;;
23094 esac
23095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23096 $as_echo "$ac_try_echo") >&5
23097 (eval "$ac_compile") 2>conftest.er1
23098 ac_status=$?
23099 grep -v '^ *+' conftest.er1 >conftest.err
23100 rm -f conftest.er1
23101 cat conftest.err >&5
23102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23103 (exit $ac_status); } && {
23104 test -z "$ac_c_werror_flag" ||
23105 test ! -s conftest.err
23106 } && test -s conftest.$ac_objext; then
23107 ac_cv_member_struct_stat_st_mtim=yes
23108 else
23109 $as_echo "$as_me: failed program was:" >&5
23110 sed 's/^/| /' conftest.$ac_ext >&5
23112 ac_cv_member_struct_stat_st_mtim=no
23115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23120 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23121 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23122 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23124 cat >>confdefs.h <<_ACEOF
23125 #define HAVE_STRUCT_STAT_ST_MTIM 1
23126 _ACEOF
23130 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23131 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23132 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23133 $as_echo_n "(cached) " >&6
23134 else
23135 cat >conftest.$ac_ext <<_ACEOF
23136 /* confdefs.h. */
23137 _ACEOF
23138 cat confdefs.h >>conftest.$ac_ext
23139 cat >>conftest.$ac_ext <<_ACEOF
23140 /* end confdefs.h. */
23141 $ac_includes_default
23143 main ()
23145 static struct stat ac_aggr;
23146 if (ac_aggr.st_ctim)
23147 return 0;
23149 return 0;
23151 _ACEOF
23152 rm -f conftest.$ac_objext
23153 if { (ac_try="$ac_compile"
23154 case "(($ac_try" in
23155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23156 *) ac_try_echo=$ac_try;;
23157 esac
23158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23159 $as_echo "$ac_try_echo") >&5
23160 (eval "$ac_compile") 2>conftest.er1
23161 ac_status=$?
23162 grep -v '^ *+' conftest.er1 >conftest.err
23163 rm -f conftest.er1
23164 cat conftest.err >&5
23165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23166 (exit $ac_status); } && {
23167 test -z "$ac_c_werror_flag" ||
23168 test ! -s conftest.err
23169 } && test -s conftest.$ac_objext; then
23170 ac_cv_member_struct_stat_st_ctim=yes
23171 else
23172 $as_echo "$as_me: failed program was:" >&5
23173 sed 's/^/| /' conftest.$ac_ext >&5
23175 cat >conftest.$ac_ext <<_ACEOF
23176 /* confdefs.h. */
23177 _ACEOF
23178 cat confdefs.h >>conftest.$ac_ext
23179 cat >>conftest.$ac_ext <<_ACEOF
23180 /* end confdefs.h. */
23181 $ac_includes_default
23183 main ()
23185 static struct stat ac_aggr;
23186 if (sizeof ac_aggr.st_ctim)
23187 return 0;
23189 return 0;
23191 _ACEOF
23192 rm -f conftest.$ac_objext
23193 if { (ac_try="$ac_compile"
23194 case "(($ac_try" in
23195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23196 *) ac_try_echo=$ac_try;;
23197 esac
23198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23199 $as_echo "$ac_try_echo") >&5
23200 (eval "$ac_compile") 2>conftest.er1
23201 ac_status=$?
23202 grep -v '^ *+' conftest.er1 >conftest.err
23203 rm -f conftest.er1
23204 cat conftest.err >&5
23205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23206 (exit $ac_status); } && {
23207 test -z "$ac_c_werror_flag" ||
23208 test ! -s conftest.err
23209 } && test -s conftest.$ac_objext; then
23210 ac_cv_member_struct_stat_st_ctim=yes
23211 else
23212 $as_echo "$as_me: failed program was:" >&5
23213 sed 's/^/| /' conftest.$ac_ext >&5
23215 ac_cv_member_struct_stat_st_ctim=no
23218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23223 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23224 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23225 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23227 cat >>confdefs.h <<_ACEOF
23228 #define HAVE_STRUCT_STAT_ST_CTIM 1
23229 _ACEOF
23233 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23234 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23235 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23236 $as_echo_n "(cached) " >&6
23237 else
23238 cat >conftest.$ac_ext <<_ACEOF
23239 /* confdefs.h. */
23240 _ACEOF
23241 cat confdefs.h >>conftest.$ac_ext
23242 cat >>conftest.$ac_ext <<_ACEOF
23243 /* end confdefs.h. */
23244 $ac_includes_default
23246 main ()
23248 static struct stat ac_aggr;
23249 if (ac_aggr.st_atim)
23250 return 0;
23252 return 0;
23254 _ACEOF
23255 rm -f conftest.$ac_objext
23256 if { (ac_try="$ac_compile"
23257 case "(($ac_try" in
23258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23259 *) ac_try_echo=$ac_try;;
23260 esac
23261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23262 $as_echo "$ac_try_echo") >&5
23263 (eval "$ac_compile") 2>conftest.er1
23264 ac_status=$?
23265 grep -v '^ *+' conftest.er1 >conftest.err
23266 rm -f conftest.er1
23267 cat conftest.err >&5
23268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23269 (exit $ac_status); } && {
23270 test -z "$ac_c_werror_flag" ||
23271 test ! -s conftest.err
23272 } && test -s conftest.$ac_objext; then
23273 ac_cv_member_struct_stat_st_atim=yes
23274 else
23275 $as_echo "$as_me: failed program was:" >&5
23276 sed 's/^/| /' conftest.$ac_ext >&5
23278 cat >conftest.$ac_ext <<_ACEOF
23279 /* confdefs.h. */
23280 _ACEOF
23281 cat confdefs.h >>conftest.$ac_ext
23282 cat >>conftest.$ac_ext <<_ACEOF
23283 /* end confdefs.h. */
23284 $ac_includes_default
23286 main ()
23288 static struct stat ac_aggr;
23289 if (sizeof ac_aggr.st_atim)
23290 return 0;
23292 return 0;
23294 _ACEOF
23295 rm -f conftest.$ac_objext
23296 if { (ac_try="$ac_compile"
23297 case "(($ac_try" in
23298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23299 *) ac_try_echo=$ac_try;;
23300 esac
23301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23302 $as_echo "$ac_try_echo") >&5
23303 (eval "$ac_compile") 2>conftest.er1
23304 ac_status=$?
23305 grep -v '^ *+' conftest.er1 >conftest.err
23306 rm -f conftest.er1
23307 cat conftest.err >&5
23308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23309 (exit $ac_status); } && {
23310 test -z "$ac_c_werror_flag" ||
23311 test ! -s conftest.err
23312 } && test -s conftest.$ac_objext; then
23313 ac_cv_member_struct_stat_st_atim=yes
23314 else
23315 $as_echo "$as_me: failed program was:" >&5
23316 sed 's/^/| /' conftest.$ac_ext >&5
23318 ac_cv_member_struct_stat_st_atim=no
23321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23326 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23327 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23328 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23330 cat >>confdefs.h <<_ACEOF
23331 #define HAVE_STRUCT_STAT_ST_ATIM 1
23332 _ACEOF
23338 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23339 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23340 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23341 $as_echo_n "(cached) " >&6
23342 else
23343 cat >conftest.$ac_ext <<_ACEOF
23344 /* confdefs.h. */
23345 _ACEOF
23346 cat confdefs.h >>conftest.$ac_ext
23347 cat >>conftest.$ac_ext <<_ACEOF
23348 /* end confdefs.h. */
23349 #ifdef HAVE_SYS_TYPES_H
23350 #include <sys/types.h>
23351 #endif
23352 #ifdef HAVE_NETINET_IN_H
23353 #include <netinet/in.h>
23354 #endif
23357 main ()
23359 static struct sockaddr_in6 ac_aggr;
23360 if (ac_aggr.sin6_scope_id)
23361 return 0;
23363 return 0;
23365 _ACEOF
23366 rm -f conftest.$ac_objext
23367 if { (ac_try="$ac_compile"
23368 case "(($ac_try" in
23369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23370 *) ac_try_echo=$ac_try;;
23371 esac
23372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23373 $as_echo "$ac_try_echo") >&5
23374 (eval "$ac_compile") 2>conftest.er1
23375 ac_status=$?
23376 grep -v '^ *+' conftest.er1 >conftest.err
23377 rm -f conftest.er1
23378 cat conftest.err >&5
23379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23380 (exit $ac_status); } && {
23381 test -z "$ac_c_werror_flag" ||
23382 test ! -s conftest.err
23383 } && test -s conftest.$ac_objext; then
23384 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23385 else
23386 $as_echo "$as_me: failed program was:" >&5
23387 sed 's/^/| /' conftest.$ac_ext >&5
23389 cat >conftest.$ac_ext <<_ACEOF
23390 /* confdefs.h. */
23391 _ACEOF
23392 cat confdefs.h >>conftest.$ac_ext
23393 cat >>conftest.$ac_ext <<_ACEOF
23394 /* end confdefs.h. */
23395 #ifdef HAVE_SYS_TYPES_H
23396 #include <sys/types.h>
23397 #endif
23398 #ifdef HAVE_NETINET_IN_H
23399 #include <netinet/in.h>
23400 #endif
23403 main ()
23405 static struct sockaddr_in6 ac_aggr;
23406 if (sizeof ac_aggr.sin6_scope_id)
23407 return 0;
23409 return 0;
23411 _ACEOF
23412 rm -f conftest.$ac_objext
23413 if { (ac_try="$ac_compile"
23414 case "(($ac_try" in
23415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23416 *) ac_try_echo=$ac_try;;
23417 esac
23418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23419 $as_echo "$ac_try_echo") >&5
23420 (eval "$ac_compile") 2>conftest.er1
23421 ac_status=$?
23422 grep -v '^ *+' conftest.er1 >conftest.err
23423 rm -f conftest.er1
23424 cat conftest.err >&5
23425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23426 (exit $ac_status); } && {
23427 test -z "$ac_c_werror_flag" ||
23428 test ! -s conftest.err
23429 } && test -s conftest.$ac_objext; then
23430 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23431 else
23432 $as_echo "$as_me: failed program was:" >&5
23433 sed 's/^/| /' conftest.$ac_ext >&5
23435 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23443 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23444 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23445 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23447 cat >>confdefs.h <<_ACEOF
23448 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23449 _ACEOF
23455 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23456 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23457 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23458 $as_echo_n "(cached) " >&6
23459 else
23460 cat >conftest.$ac_ext <<_ACEOF
23461 /* confdefs.h. */
23462 _ACEOF
23463 cat confdefs.h >>conftest.$ac_ext
23464 cat >>conftest.$ac_ext <<_ACEOF
23465 /* end confdefs.h. */
23466 #ifdef HAVE_SYS_TYPES_H
23467 #include <sys/types.h>
23468 #endif
23469 #ifdef HAVE_NETINET_IN_H
23470 # include <netinet/in.h>
23471 #endif
23472 #ifdef HAVE_ARPA_NAMESER_H
23473 # include <arpa/nameser.h>
23474 #endif
23477 main ()
23479 static ns_msg ac_aggr;
23480 if (ac_aggr._msg_ptr)
23481 return 0;
23483 return 0;
23485 _ACEOF
23486 rm -f conftest.$ac_objext
23487 if { (ac_try="$ac_compile"
23488 case "(($ac_try" in
23489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23490 *) ac_try_echo=$ac_try;;
23491 esac
23492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23493 $as_echo "$ac_try_echo") >&5
23494 (eval "$ac_compile") 2>conftest.er1
23495 ac_status=$?
23496 grep -v '^ *+' conftest.er1 >conftest.err
23497 rm -f conftest.er1
23498 cat conftest.err >&5
23499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23500 (exit $ac_status); } && {
23501 test -z "$ac_c_werror_flag" ||
23502 test ! -s conftest.err
23503 } && test -s conftest.$ac_objext; then
23504 ac_cv_member_ns_msg__msg_ptr=yes
23505 else
23506 $as_echo "$as_me: failed program was:" >&5
23507 sed 's/^/| /' conftest.$ac_ext >&5
23509 cat >conftest.$ac_ext <<_ACEOF
23510 /* confdefs.h. */
23511 _ACEOF
23512 cat confdefs.h >>conftest.$ac_ext
23513 cat >>conftest.$ac_ext <<_ACEOF
23514 /* end confdefs.h. */
23515 #ifdef HAVE_SYS_TYPES_H
23516 #include <sys/types.h>
23517 #endif
23518 #ifdef HAVE_NETINET_IN_H
23519 # include <netinet/in.h>
23520 #endif
23521 #ifdef HAVE_ARPA_NAMESER_H
23522 # include <arpa/nameser.h>
23523 #endif
23526 main ()
23528 static ns_msg ac_aggr;
23529 if (sizeof ac_aggr._msg_ptr)
23530 return 0;
23532 return 0;
23534 _ACEOF
23535 rm -f conftest.$ac_objext
23536 if { (ac_try="$ac_compile"
23537 case "(($ac_try" in
23538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23539 *) ac_try_echo=$ac_try;;
23540 esac
23541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23542 $as_echo "$ac_try_echo") >&5
23543 (eval "$ac_compile") 2>conftest.er1
23544 ac_status=$?
23545 grep -v '^ *+' conftest.er1 >conftest.err
23546 rm -f conftest.er1
23547 cat conftest.err >&5
23548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23549 (exit $ac_status); } && {
23550 test -z "$ac_c_werror_flag" ||
23551 test ! -s conftest.err
23552 } && test -s conftest.$ac_objext; then
23553 ac_cv_member_ns_msg__msg_ptr=yes
23554 else
23555 $as_echo "$as_me: failed program was:" >&5
23556 sed 's/^/| /' conftest.$ac_ext >&5
23558 ac_cv_member_ns_msg__msg_ptr=no
23561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23566 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23567 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23568 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23570 cat >>confdefs.h <<_ACEOF
23571 #define HAVE_NS_MSG__MSG_PTR 1
23572 _ACEOF
23578 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23579 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23580 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23581 $as_echo_n "(cached) " >&6
23582 else
23583 cat >conftest.$ac_ext <<_ACEOF
23584 /* confdefs.h. */
23585 _ACEOF
23586 cat confdefs.h >>conftest.$ac_ext
23587 cat >>conftest.$ac_ext <<_ACEOF
23588 /* end confdefs.h. */
23589 #ifdef HAVE_SYS_TYPES_H
23590 #include <sys/types.h>
23591 #endif
23592 #ifdef HAVE_ALIAS_H
23593 #include <alias.h>
23594 #endif
23595 #ifdef HAVE_SYS_SOCKET_H
23596 #include <sys/socket.h>
23597 #endif
23598 #ifdef HAVE_SYS_SOCKETVAR_H
23599 #include <sys/socketvar.h>
23600 #endif
23601 #ifdef HAVE_SYS_TIMEOUT_H
23602 #include <sys/timeout.h>
23603 #endif
23604 #ifdef HAVE_NETINET_IN_H
23605 #include <netinet/in.h>
23606 #endif
23607 #ifdef HAVE_NETINET_IN_SYSTM_H
23608 #include <netinet/in_systm.h>
23609 #endif
23610 #ifdef HAVE_NETINET_IP_H
23611 #include <netinet/ip.h>
23612 #endif
23613 #ifdef HAVE_NETINET_IP_VAR_H
23614 #include <netinet/ip_var.h>
23615 #endif
23616 #ifdef HAVE_NETINET_IP_ICMP_H
23617 #include <netinet/ip_icmp.h>
23618 #endif
23619 #ifdef HAVE_NETINET_ICMP_VAR
23620 #include <netinet/icmp_var.h>
23621 #endif
23624 main ()
23626 static struct icmpstat ac_aggr;
23627 if (ac_aggr.icps_outhist)
23628 return 0;
23630 return 0;
23632 _ACEOF
23633 rm -f conftest.$ac_objext
23634 if { (ac_try="$ac_compile"
23635 case "(($ac_try" in
23636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23637 *) ac_try_echo=$ac_try;;
23638 esac
23639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23640 $as_echo "$ac_try_echo") >&5
23641 (eval "$ac_compile") 2>conftest.er1
23642 ac_status=$?
23643 grep -v '^ *+' conftest.er1 >conftest.err
23644 rm -f conftest.er1
23645 cat conftest.err >&5
23646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); } && {
23648 test -z "$ac_c_werror_flag" ||
23649 test ! -s conftest.err
23650 } && test -s conftest.$ac_objext; then
23651 ac_cv_member_struct_icmpstat_icps_outhist=yes
23652 else
23653 $as_echo "$as_me: failed program was:" >&5
23654 sed 's/^/| /' conftest.$ac_ext >&5
23656 cat >conftest.$ac_ext <<_ACEOF
23657 /* confdefs.h. */
23658 _ACEOF
23659 cat confdefs.h >>conftest.$ac_ext
23660 cat >>conftest.$ac_ext <<_ACEOF
23661 /* end confdefs.h. */
23662 #ifdef HAVE_SYS_TYPES_H
23663 #include <sys/types.h>
23664 #endif
23665 #ifdef HAVE_ALIAS_H
23666 #include <alias.h>
23667 #endif
23668 #ifdef HAVE_SYS_SOCKET_H
23669 #include <sys/socket.h>
23670 #endif
23671 #ifdef HAVE_SYS_SOCKETVAR_H
23672 #include <sys/socketvar.h>
23673 #endif
23674 #ifdef HAVE_SYS_TIMEOUT_H
23675 #include <sys/timeout.h>
23676 #endif
23677 #ifdef HAVE_NETINET_IN_H
23678 #include <netinet/in.h>
23679 #endif
23680 #ifdef HAVE_NETINET_IN_SYSTM_H
23681 #include <netinet/in_systm.h>
23682 #endif
23683 #ifdef HAVE_NETINET_IP_H
23684 #include <netinet/ip.h>
23685 #endif
23686 #ifdef HAVE_NETINET_IP_VAR_H
23687 #include <netinet/ip_var.h>
23688 #endif
23689 #ifdef HAVE_NETINET_IP_ICMP_H
23690 #include <netinet/ip_icmp.h>
23691 #endif
23692 #ifdef HAVE_NETINET_ICMP_VAR
23693 #include <netinet/icmp_var.h>
23694 #endif
23697 main ()
23699 static struct icmpstat ac_aggr;
23700 if (sizeof ac_aggr.icps_outhist)
23701 return 0;
23703 return 0;
23705 _ACEOF
23706 rm -f conftest.$ac_objext
23707 if { (ac_try="$ac_compile"
23708 case "(($ac_try" in
23709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23710 *) ac_try_echo=$ac_try;;
23711 esac
23712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23713 $as_echo "$ac_try_echo") >&5
23714 (eval "$ac_compile") 2>conftest.er1
23715 ac_status=$?
23716 grep -v '^ *+' conftest.er1 >conftest.err
23717 rm -f conftest.er1
23718 cat conftest.err >&5
23719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); } && {
23721 test -z "$ac_c_werror_flag" ||
23722 test ! -s conftest.err
23723 } && test -s conftest.$ac_objext; then
23724 ac_cv_member_struct_icmpstat_icps_outhist=yes
23725 else
23726 $as_echo "$as_me: failed program was:" >&5
23727 sed 's/^/| /' conftest.$ac_ext >&5
23729 ac_cv_member_struct_icmpstat_icps_outhist=no
23732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23737 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23738 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23739 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23741 cat >>confdefs.h <<_ACEOF
23742 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23743 _ACEOF
23749 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23750 $as_echo_n "checking for timezone variable... " >&6; }
23751 if test "${ac_cv_have_timezone+set}" = set; then
23752 $as_echo_n "(cached) " >&6
23753 else
23754 cat >conftest.$ac_ext <<_ACEOF
23755 /* confdefs.h. */
23756 _ACEOF
23757 cat confdefs.h >>conftest.$ac_ext
23758 cat >>conftest.$ac_ext <<_ACEOF
23759 /* end confdefs.h. */
23760 #include <time.h>
23762 main ()
23764 timezone = 1
23766 return 0;
23768 _ACEOF
23769 rm -f conftest.$ac_objext conftest$ac_exeext
23770 if { (ac_try="$ac_link"
23771 case "(($ac_try" in
23772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23773 *) ac_try_echo=$ac_try;;
23774 esac
23775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23776 $as_echo "$ac_try_echo") >&5
23777 (eval "$ac_link") 2>conftest.er1
23778 ac_status=$?
23779 grep -v '^ *+' conftest.er1 >conftest.err
23780 rm -f conftest.er1
23781 cat conftest.err >&5
23782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23783 (exit $ac_status); } && {
23784 test -z "$ac_c_werror_flag" ||
23785 test ! -s conftest.err
23786 } && test -s conftest$ac_exeext && {
23787 test "$cross_compiling" = yes ||
23788 $as_test_x conftest$ac_exeext
23789 }; then
23790 ac_cv_have_timezone="yes"
23791 else
23792 $as_echo "$as_me: failed program was:" >&5
23793 sed 's/^/| /' conftest.$ac_ext >&5
23795 ac_cv_have_timezone="no"
23798 rm -rf conftest.dSYM
23799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23800 conftest$ac_exeext conftest.$ac_ext
23802 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23803 $as_echo "$ac_cv_have_timezone" >&6; }
23804 if test "$ac_cv_have_timezone" = "yes"
23805 then
23807 cat >>confdefs.h <<\_ACEOF
23808 #define HAVE_TIMEZONE 1
23809 _ACEOF
23812 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23813 $as_echo_n "checking for daylight variable... " >&6; }
23814 if test "${ac_cv_have_daylight+set}" = set; then
23815 $as_echo_n "(cached) " >&6
23816 else
23817 cat >conftest.$ac_ext <<_ACEOF
23818 /* confdefs.h. */
23819 _ACEOF
23820 cat confdefs.h >>conftest.$ac_ext
23821 cat >>conftest.$ac_ext <<_ACEOF
23822 /* end confdefs.h. */
23823 #include <time.h>
23825 main ()
23827 daylight = 1
23829 return 0;
23831 _ACEOF
23832 rm -f conftest.$ac_objext conftest$ac_exeext
23833 if { (ac_try="$ac_link"
23834 case "(($ac_try" in
23835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23836 *) ac_try_echo=$ac_try;;
23837 esac
23838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23839 $as_echo "$ac_try_echo") >&5
23840 (eval "$ac_link") 2>conftest.er1
23841 ac_status=$?
23842 grep -v '^ *+' conftest.er1 >conftest.err
23843 rm -f conftest.er1
23844 cat conftest.err >&5
23845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23846 (exit $ac_status); } && {
23847 test -z "$ac_c_werror_flag" ||
23848 test ! -s conftest.err
23849 } && test -s conftest$ac_exeext && {
23850 test "$cross_compiling" = yes ||
23851 $as_test_x conftest$ac_exeext
23852 }; then
23853 ac_cv_have_daylight="yes"
23854 else
23855 $as_echo "$as_me: failed program was:" >&5
23856 sed 's/^/| /' conftest.$ac_ext >&5
23858 ac_cv_have_daylight="no"
23861 rm -rf conftest.dSYM
23862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23863 conftest$ac_exeext conftest.$ac_ext
23865 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23866 $as_echo "$ac_cv_have_daylight" >&6; }
23867 if test "$ac_cv_have_daylight" = "yes"
23868 then
23870 cat >>confdefs.h <<\_ACEOF
23871 #define HAVE_DAYLIGHT 1
23872 _ACEOF
23876 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23877 $as_echo_n "checking for isinf... " >&6; }
23878 if test "${ac_cv_have_isinf+set}" = set; then
23879 $as_echo_n "(cached) " >&6
23880 else
23881 cat >conftest.$ac_ext <<_ACEOF
23882 /* confdefs.h. */
23883 _ACEOF
23884 cat confdefs.h >>conftest.$ac_ext
23885 cat >>conftest.$ac_ext <<_ACEOF
23886 /* end confdefs.h. */
23887 #include <math.h>
23889 main ()
23891 float f = 0.0; int i=isinf(f)
23893 return 0;
23895 _ACEOF
23896 rm -f conftest.$ac_objext conftest$ac_exeext
23897 if { (ac_try="$ac_link"
23898 case "(($ac_try" in
23899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23900 *) ac_try_echo=$ac_try;;
23901 esac
23902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23903 $as_echo "$ac_try_echo") >&5
23904 (eval "$ac_link") 2>conftest.er1
23905 ac_status=$?
23906 grep -v '^ *+' conftest.er1 >conftest.err
23907 rm -f conftest.er1
23908 cat conftest.err >&5
23909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23910 (exit $ac_status); } && {
23911 test -z "$ac_c_werror_flag" ||
23912 test ! -s conftest.err
23913 } && test -s conftest$ac_exeext && {
23914 test "$cross_compiling" = yes ||
23915 $as_test_x conftest$ac_exeext
23916 }; then
23917 ac_cv_have_isinf="yes"
23918 else
23919 $as_echo "$as_me: failed program was:" >&5
23920 sed 's/^/| /' conftest.$ac_ext >&5
23922 ac_cv_have_isinf="no"
23925 rm -rf conftest.dSYM
23926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23927 conftest$ac_exeext conftest.$ac_ext
23929 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23930 $as_echo "$ac_cv_have_isinf" >&6; }
23931 if test "$ac_cv_have_isinf" = "yes"
23932 then
23934 cat >>confdefs.h <<\_ACEOF
23935 #define HAVE_ISINF 1
23936 _ACEOF
23940 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23941 $as_echo_n "checking for isnan... " >&6; }
23942 if test "${ac_cv_have_isnan+set}" = set; then
23943 $as_echo_n "(cached) " >&6
23944 else
23945 cat >conftest.$ac_ext <<_ACEOF
23946 /* confdefs.h. */
23947 _ACEOF
23948 cat confdefs.h >>conftest.$ac_ext
23949 cat >>conftest.$ac_ext <<_ACEOF
23950 /* end confdefs.h. */
23951 #include <math.h>
23953 main ()
23955 float f = 0.0; int i=isnan(f)
23957 return 0;
23959 _ACEOF
23960 rm -f conftest.$ac_objext conftest$ac_exeext
23961 if { (ac_try="$ac_link"
23962 case "(($ac_try" in
23963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23964 *) ac_try_echo=$ac_try;;
23965 esac
23966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23967 $as_echo "$ac_try_echo") >&5
23968 (eval "$ac_link") 2>conftest.er1
23969 ac_status=$?
23970 grep -v '^ *+' conftest.er1 >conftest.err
23971 rm -f conftest.er1
23972 cat conftest.err >&5
23973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23974 (exit $ac_status); } && {
23975 test -z "$ac_c_werror_flag" ||
23976 test ! -s conftest.err
23977 } && test -s conftest$ac_exeext && {
23978 test "$cross_compiling" = yes ||
23979 $as_test_x conftest$ac_exeext
23980 }; then
23981 ac_cv_have_isnan="yes"
23982 else
23983 $as_echo "$as_me: failed program was:" >&5
23984 sed 's/^/| /' conftest.$ac_ext >&5
23986 ac_cv_have_isnan="no"
23989 rm -rf conftest.dSYM
23990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23991 conftest$ac_exeext conftest.$ac_ext
23993 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23994 $as_echo "$ac_cv_have_isnan" >&6; }
23995 if test "$ac_cv_have_isnan" = "yes"
23996 then
23998 cat >>confdefs.h <<\_ACEOF
23999 #define HAVE_ISNAN 1
24000 _ACEOF
24005 case $host_cpu in
24006 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24007 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24008 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24009 $as_echo_n "(cached) " >&6
24010 else
24011 cat >conftest.$ac_ext <<_ACEOF
24012 /* confdefs.h. */
24013 _ACEOF
24014 cat confdefs.h >>conftest.$ac_ext
24015 cat >>conftest.$ac_ext <<_ACEOF
24016 /* end confdefs.h. */
24017 #ifndef __i386__
24019 #endif
24020 _ACEOF
24021 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24022 $EGREP "yes" >/dev/null 2>&1; then
24023 ac_cv_cpp_def___i386__=yes
24024 else
24025 ac_cv_cpp_def___i386__=no
24027 rm -f conftest*
24030 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24031 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24032 if test $ac_cv_cpp_def___i386__ = yes; then
24033 CFLAGS="$CFLAGS -D__i386__"
24034 LINTFLAGS="$LINTFLAGS -D__i386__"
24037 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24038 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24039 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24040 $as_echo_n "(cached) " >&6
24041 else
24042 cat >conftest.$ac_ext <<_ACEOF
24043 /* confdefs.h. */
24044 _ACEOF
24045 cat confdefs.h >>conftest.$ac_ext
24046 cat >>conftest.$ac_ext <<_ACEOF
24047 /* end confdefs.h. */
24048 #ifndef __x86_64__
24050 #endif
24051 _ACEOF
24052 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24053 $EGREP "yes" >/dev/null 2>&1; then
24054 ac_cv_cpp_def___x86_64__=yes
24055 else
24056 ac_cv_cpp_def___x86_64__=no
24058 rm -f conftest*
24061 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24062 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24063 if test $ac_cv_cpp_def___x86_64__ = yes; then
24064 CFLAGS="$CFLAGS -D__x86_64__"
24065 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24068 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24069 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24070 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24071 $as_echo_n "(cached) " >&6
24072 else
24073 cat >conftest.$ac_ext <<_ACEOF
24074 /* confdefs.h. */
24075 _ACEOF
24076 cat confdefs.h >>conftest.$ac_ext
24077 cat >>conftest.$ac_ext <<_ACEOF
24078 /* end confdefs.h. */
24079 #ifndef __ALPHA__
24081 #endif
24082 _ACEOF
24083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24084 $EGREP "yes" >/dev/null 2>&1; then
24085 ac_cv_cpp_def___ALPHA__=yes
24086 else
24087 ac_cv_cpp_def___ALPHA__=no
24089 rm -f conftest*
24092 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24093 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24094 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24095 CFLAGS="$CFLAGS -D__ALPHA__"
24096 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24099 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24100 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24101 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24102 $as_echo_n "(cached) " >&6
24103 else
24104 cat >conftest.$ac_ext <<_ACEOF
24105 /* confdefs.h. */
24106 _ACEOF
24107 cat confdefs.h >>conftest.$ac_ext
24108 cat >>conftest.$ac_ext <<_ACEOF
24109 /* end confdefs.h. */
24110 #ifndef __sparc__
24112 #endif
24113 _ACEOF
24114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24115 $EGREP "yes" >/dev/null 2>&1; then
24116 ac_cv_cpp_def___sparc__=yes
24117 else
24118 ac_cv_cpp_def___sparc__=no
24120 rm -f conftest*
24123 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24124 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24125 if test $ac_cv_cpp_def___sparc__ = yes; then
24126 CFLAGS="$CFLAGS -D__sparc__"
24127 LINTFLAGS="$LINTFLAGS -D__sparc__"
24130 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24131 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24132 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24133 $as_echo_n "(cached) " >&6
24134 else
24135 cat >conftest.$ac_ext <<_ACEOF
24136 /* confdefs.h. */
24137 _ACEOF
24138 cat confdefs.h >>conftest.$ac_ext
24139 cat >>conftest.$ac_ext <<_ACEOF
24140 /* end confdefs.h. */
24141 #ifndef __powerpc__
24143 #endif
24144 _ACEOF
24145 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24146 $EGREP "yes" >/dev/null 2>&1; then
24147 ac_cv_cpp_def___powerpc__=yes
24148 else
24149 ac_cv_cpp_def___powerpc__=no
24151 rm -f conftest*
24154 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24155 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24156 if test $ac_cv_cpp_def___powerpc__ = yes; then
24157 CFLAGS="$CFLAGS -D__powerpc__"
24158 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24161 esac
24163 case $host_vendor in
24164 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24165 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24166 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24167 $as_echo_n "(cached) " >&6
24168 else
24169 cat >conftest.$ac_ext <<_ACEOF
24170 /* confdefs.h. */
24171 _ACEOF
24172 cat confdefs.h >>conftest.$ac_ext
24173 cat >>conftest.$ac_ext <<_ACEOF
24174 /* end confdefs.h. */
24175 #ifndef __sun__
24177 #endif
24178 _ACEOF
24179 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24180 $EGREP "yes" >/dev/null 2>&1; then
24181 ac_cv_cpp_def___sun__=yes
24182 else
24183 ac_cv_cpp_def___sun__=no
24185 rm -f conftest*
24188 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24189 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24190 if test $ac_cv_cpp_def___sun__ = yes; then
24191 CFLAGS="$CFLAGS -D__sun__"
24192 LINTFLAGS="$LINTFLAGS -D__sun__"
24195 esac
24198 DEPENDENCIES="### Dependencies:
24200 .INIT: Makefile
24201 .BEGIN: Makefile
24202 .MAKEFILEDEPS:
24203 Makefile: dummy
24204 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24206 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24207 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24208 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24209 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24210 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24213 ALL_MAKERULES=""
24215 ALL_MAKEFILES=""
24217 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24220 ALL_TOP_DIRS=""
24222 ALL_DLL_DIRS=""
24224 ALL_IMPLIB_DIRS=""
24226 ALL_TEST_DIRS=""
24228 ALL_PROGRAM_DIRS=""
24230 ALL_PROGRAM_INSTALL_DIRS=""
24232 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24238 ac_config_commands="$ac_config_commands include/stamp-h"
24241 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24243 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24245 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24247 ac_config_commands="$ac_config_commands dlls/user32/resources"
24249 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24251 ac_config_commands="$ac_config_commands include/wine"
24254 ALL_MAKERULES="$ALL_MAKERULES \\
24255 Make.rules"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 Make.rules: Make.rules.in"
24258 MAKE_RULES=Make.rules
24259 ac_config_files="$ac_config_files Make.rules"
24261 ALL_MAKERULES="$ALL_MAKERULES \\
24262 dlls/Makedll.rules"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24265 MAKE_DLL_RULES=dlls/Makedll.rules
24266 ac_config_files="$ac_config_files dlls/Makedll.rules"
24268 ALL_MAKERULES="$ALL_MAKERULES \\
24269 dlls/Makeimplib.rules"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24272 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24273 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24275 ALL_MAKERULES="$ALL_MAKERULES \\
24276 dlls/Maketest.rules"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24279 MAKE_TEST_RULES=dlls/Maketest.rules
24280 ac_config_files="$ac_config_files dlls/Maketest.rules"
24282 ALL_MAKERULES="$ALL_MAKERULES \\
24283 programs/Makeprog.rules"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24286 MAKE_PROG_RULES=programs/Makeprog.rules
24287 ac_config_files="$ac_config_files programs/Makeprog.rules"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 Makefile: Makefile.in Make.rules"
24294 ac_config_files="$ac_config_files Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/Makefile"
24298 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24299 dlls"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/Makefile: dlls/Makefile.in Make.rules"
24302 ac_config_files="$ac_config_files dlls/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/acledit/Makefile"
24306 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307 acledit"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/aclui/Makefile"
24314 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315 aclui"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/activeds/Makefile"
24322 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 activeds"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/actxprxy/Makefile"
24330 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 actxprxy"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/adsiid/Makefile"
24338 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24339 adsiid"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24342 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/advapi32/Makefile"
24346 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 advapi32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/advapi32/tests/Makefile"
24354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24355 advapi32/tests"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24358 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/advpack/Makefile"
24362 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363 advpack"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/advpack/tests/Makefile"
24370 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24371 advpack/tests"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24374 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/amstream/Makefile"
24378 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379 amstream"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/amstream/tests/Makefile"
24386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24387 amstream/tests"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24390 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/appwiz.cpl/Makefile"
24394 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395 appwiz.cpl"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/atl/Makefile"
24402 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 atl"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/atl/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/authz/Makefile"
24410 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 authz"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/authz/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/avicap32/Makefile"
24418 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419 avicap32"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/avifil32/Makefile"
24426 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 avifil32"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/avifile.dll16/Makefile"
24434 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 avifile.dll16"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/bcrypt/Makefile"
24442 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 bcrypt"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/browseui/Makefile"
24450 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24451 browseui"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24454 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/browseui/tests/Makefile"
24458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24459 browseui/tests"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24462 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/cabinet/Makefile"
24466 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467 cabinet"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/cabinet/tests/Makefile"
24474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24475 cabinet/tests"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/capi2032/Makefile"
24482 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 capi2032"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/cards/Makefile"
24490 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 cards"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/cards/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/cfgmgr32/Makefile"
24498 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499 cfgmgr32"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/clusapi/Makefile"
24506 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 clusapi"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/comcat/Makefile"
24514 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 comcat"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/comcat/tests/Makefile"
24522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24523 comcat/tests"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/comctl32/Makefile"
24530 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 comctl32"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/comctl32/tests/Makefile"
24538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24539 comctl32/tests"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24542 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/comdlg32/Makefile"
24546 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 comdlg32"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/comdlg32/tests/Makefile"
24554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24555 comdlg32/tests"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/comm.drv16/Makefile"
24562 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 comm.drv16"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/compobj.dll16/Makefile"
24570 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571 compobj.dll16"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/compstui/Makefile"
24578 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 compstui"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/credui/Makefile"
24586 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 credui"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/credui/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/credui/tests/Makefile"
24594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24595 credui/tests"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24598 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/crtdll/Makefile"
24602 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603 crtdll"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/crypt32/Makefile"
24610 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 crypt32"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/crypt32/tests/Makefile"
24618 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24619 crypt32/tests"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24622 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/cryptdlg/Makefile"
24626 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 cryptdlg"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/cryptdll/Makefile"
24634 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 cryptdll"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/cryptnet/Makefile"
24642 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643 cryptnet"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/cryptnet/tests/Makefile"
24650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24651 cryptnet/tests"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24654 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/cryptui/Makefile"
24658 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659 cryptui"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/cryptui/tests/Makefile"
24666 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24667 cryptui/tests"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24670 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/ctapi32/Makefile"
24674 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675 ctapi32"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/ctl3d.dll16/Makefile"
24682 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 ctl3d.dll16"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/ctl3d32/Makefile"
24690 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691 ctl3d32"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/ctl3dv2.dll16/Makefile"
24698 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 ctl3dv2.dll16"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/d3d10/Makefile"
24706 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 d3d10"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/d3d10/tests/Makefile"
24714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24715 d3d10/tests"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/d3d10core/Makefile"
24722 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 d3d10core"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/d3d10core/tests/Makefile"
24730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24731 d3d10core/tests"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/d3d8/Makefile"
24738 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 d3d8"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/d3d8/tests/Makefile"
24746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747 d3d8/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/d3d9/Makefile"
24754 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 d3d9"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/d3d9/tests/Makefile"
24762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763 d3d9/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/d3dim/Makefile"
24770 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 d3dim"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/d3drm/Makefile"
24778 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 d3drm"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/d3drm/tests/Makefile"
24786 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24787 d3drm/tests"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24790 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/d3dx8/Makefile"
24794 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 d3dx8"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/d3dx8/tests/Makefile"
24802 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24803 d3dx8/tests"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/d3dx9_24/Makefile"
24810 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 d3dx9_24"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/d3dx9_25/Makefile"
24818 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 d3dx9_25"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/d3dx9_26/Makefile"
24826 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827 d3dx9_26"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/d3dx9_27/Makefile"
24834 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 d3dx9_27"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/d3dx9_28/Makefile"
24842 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 d3dx9_28"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/d3dx9_29/Makefile"
24850 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 d3dx9_29"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/d3dx9_30/Makefile"
24858 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 d3dx9_30"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/d3dx9_31/Makefile"
24866 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 d3dx9_31"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/d3dx9_32/Makefile"
24874 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 d3dx9_32"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/d3dx9_33/Makefile"
24882 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883 d3dx9_33"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/d3dx9_34/Makefile"
24890 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 d3dx9_34"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/d3dx9_35/Makefile"
24898 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 d3dx9_35"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/d3dx9_36/Makefile"
24906 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 d3dx9_36"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/d3dx9_36/tests/Makefile"
24914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24915 d3dx9_36/tests"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24918 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/d3dx9_37/Makefile"
24922 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923 d3dx9_37"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/d3dx9_38/Makefile"
24930 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 d3dx9_38"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/d3dx9_39/Makefile"
24938 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 d3dx9_39"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/d3dx9_40/Makefile"
24946 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 d3dx9_40"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/d3dx9_41/Makefile"
24954 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24955 d3dx9_41"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24958 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/d3dxof/Makefile"
24962 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 d3dxof"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/d3dxof/tests/Makefile"
24970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 d3dxof/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/dbghelp/Makefile"
24978 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 dbghelp"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/dciman32/Makefile"
24986 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 dciman32"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/ddeml.dll16/Makefile"
24994 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 ddeml.dll16"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/ddraw/Makefile"
25002 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003 ddraw"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/ddraw/tests/Makefile"
25010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25011 ddraw/tests"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25014 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/ddrawex/Makefile"
25018 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 ddrawex"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/ddrawex/tests/Makefile"
25026 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25027 ddrawex/tests"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/devenum/Makefile"
25034 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 devenum"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/dinput/Makefile"
25042 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 dinput"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/dinput/tests/Makefile"
25050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25051 dinput/tests"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25054 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/dinput8/Makefile"
25058 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 dinput8"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/dispdib.dll16/Makefile"
25066 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 dispdib.dll16"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/display.drv16/Makefile"
25074 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 display.drv16"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/dmband/Makefile"
25082 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 dmband"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/dmcompos/Makefile"
25090 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 dmcompos"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/dmime/Makefile"
25098 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 dmime"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/dmloader/Makefile"
25106 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107 dmloader"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/dmscript/Makefile"
25114 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 dmscript"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/dmstyle/Makefile"
25122 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 dmstyle"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/dmsynth/Makefile"
25130 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 dmsynth"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/dmusic/Makefile"
25138 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 dmusic"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/dmusic32/Makefile"
25146 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 dmusic32"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/dnsapi/Makefile"
25154 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 dnsapi"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/dnsapi/tests/Makefile"
25162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25163 dnsapi/tests"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25166 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/dplay/Makefile"
25170 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 dplay"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/dplayx/Makefile"
25178 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 dplayx"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/dplayx/tests/Makefile"
25186 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25187 dplayx/tests"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25190 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/dpnaddr/Makefile"
25194 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 dpnaddr"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/dpnet/Makefile"
25202 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 dpnet"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/dpnhpast/Makefile"
25210 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 dpnhpast"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/dpnlobby/Makefile"
25218 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219 dpnlobby"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/dpwsockx/Makefile"
25226 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 dpwsockx"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/dsound/Makefile"
25234 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 dsound"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/dsound/tests/Makefile"
25242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25243 dsound/tests"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25246 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/dssenh/Makefile"
25250 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 dssenh"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/dswave/Makefile"
25258 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 dswave"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/dwmapi/Makefile"
25266 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 dwmapi"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/dxdiagn/Makefile"
25274 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275 dxdiagn"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/dxerr8/Makefile"
25282 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25283 dxerr8"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25286 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/dxerr9/Makefile"
25290 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25291 dxerr9"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25294 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/dxgi/Makefile"
25298 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 dxgi"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/dxgi/tests/Makefile"
25306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25307 dxgi/tests"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25310 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/dxguid/Makefile"
25314 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25315 dxguid"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25318 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/faultrep/Makefile"
25322 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 faultrep"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/fusion/Makefile"
25330 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331 fusion"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/fusion/tests/Makefile"
25338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25339 fusion/tests"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25342 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/gdi32/Makefile"
25346 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 gdi32"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/gdi32/tests/Makefile"
25354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25355 gdi32/tests"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25358 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/gdiplus/Makefile"
25362 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 gdiplus"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/gdiplus/tests/Makefile"
25370 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25371 gdiplus/tests"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25374 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/glu32/Makefile"
25378 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 glu32"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/gphoto2.ds/Makefile"
25386 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 gphoto2.ds"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/gpkcsp/Makefile"
25394 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 gpkcsp"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/hal/Makefile"
25402 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 hal"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/hal/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/hhctrl.ocx/Makefile"
25410 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 hhctrl.ocx"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/hid/Makefile"
25418 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419 hid"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/hid/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/hlink/Makefile"
25426 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 hlink"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/hlink/tests/Makefile"
25434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25435 hlink/tests"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25438 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/hnetcfg/Makefile"
25442 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443 hnetcfg"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/httpapi/Makefile"
25450 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451 httpapi"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/iccvid/Makefile"
25458 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459 iccvid"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/icmp/Makefile"
25466 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467 icmp"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/ifsmgr.vxd/Makefile"
25474 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475 ifsmgr.vxd"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/imaadp32.acm/Makefile"
25482 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483 imaadp32.acm"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/imagehlp/Makefile"
25490 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491 imagehlp"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/imm.dll16/Makefile"
25498 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 imm.dll16"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/imm32/Makefile"
25506 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507 imm32"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/imm32/tests/Makefile"
25514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25515 imm32/tests"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25518 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/inetcomm/Makefile"
25522 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523 inetcomm"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/inetcomm/tests/Makefile"
25530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25531 inetcomm/tests"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25534 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/inetmib1/Makefile"
25538 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 inetmib1"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/inetmib1/tests/Makefile"
25546 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25547 inetmib1/tests"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25550 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/infosoft/Makefile"
25554 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555 infosoft"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/infosoft/tests/Makefile"
25562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25563 infosoft/tests"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25566 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/initpki/Makefile"
25570 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571 initpki"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/inkobj/Makefile"
25578 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 inkobj"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/inseng/Makefile"
25586 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25587 inseng"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25590 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/iphlpapi/Makefile"
25594 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595 iphlpapi"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/iphlpapi/tests/Makefile"
25602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25603 iphlpapi/tests"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25606 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/itircl/Makefile"
25610 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611 itircl"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/itss/Makefile"
25618 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619 itss"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/itss/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 dlls/itss/tests/Makefile"
25626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25627 itss/tests"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25630 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 dlls/jscript/Makefile"
25634 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635 jscript"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 dlls/jscript/tests/Makefile"
25642 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25643 jscript/tests"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25646 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 dlls/kernel32/Makefile"
25650 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651 kernel32"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 dlls/kernel32/tests/Makefile"
25658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25659 kernel32/tests"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25662 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665 dlls/keyboard.drv16/Makefile"
25666 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667 keyboard.drv16"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 dlls/loadperf/Makefile"
25674 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675 loadperf"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681 dlls/localspl/Makefile"
25682 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683 localspl"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689 dlls/localspl/tests/Makefile"
25690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25691 localspl/tests"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25694 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 dlls/localui/Makefile"
25698 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699 localui"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/localui/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 dlls/localui/tests/Makefile"
25706 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25707 localui/tests"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25710 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713 dlls/lz32/Makefile"
25714 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25715 lz32"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25718 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721 dlls/lz32/tests/Makefile"
25722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25723 lz32/tests"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25726 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 dlls/lzexpand.dll16/Makefile"
25730 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731 lzexpand.dll16"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737 dlls/mapi32/Makefile"
25738 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25739 mapi32"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25742 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 dlls/mapi32/tests/Makefile"
25746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25747 mapi32/tests"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25750 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 dlls/mciavi32/Makefile"
25754 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25755 mciavi32"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25758 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 dlls/mcicda/Makefile"
25762 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763 mcicda"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 dlls/mciqtz32/Makefile"
25770 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25771 mciqtz32"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25774 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777 dlls/mciseq/Makefile"
25778 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779 mciseq"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785 dlls/mciwave/Makefile"
25786 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787 mciwave"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 dlls/midimap/Makefile"
25794 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25795 midimap"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25798 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 dlls/mlang/Makefile"
25802 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803 mlang"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809 dlls/mlang/tests/Makefile"
25810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25811 mlang/tests"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25814 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 dlls/mmdevldr.vxd/Makefile"
25818 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25819 mmdevldr.vxd"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25822 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 dlls/monodebg.vxd/Makefile"
25826 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827 monodebg.vxd"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 dlls/mountmgr.sys/Makefile"
25834 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25835 mountmgr.sys"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25838 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 dlls/mouse.drv16/Makefile"
25842 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843 mouse.drv16"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 dlls/mpr/Makefile"
25850 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851 mpr"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 dlls/mprapi/Makefile"
25858 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859 mprapi"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 dlls/msacm.dll16/Makefile"
25866 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25867 msacm.dll16"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25870 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 dlls/msacm32.drv/Makefile"
25874 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875 msacm32.drv"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 dlls/msacm32/Makefile"
25882 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883 msacm32"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 dlls/msacm32/tests/Makefile"
25890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25891 msacm32/tests"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25894 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 dlls/msadp32.acm/Makefile"
25898 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899 msadp32.acm"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 dlls/mscat32/Makefile"
25906 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907 mscat32"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 dlls/mscms/Makefile"
25914 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25915 mscms"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25918 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 dlls/mscms/tests/Makefile"
25922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25923 mscms/tests"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25926 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 dlls/mscoree/Makefile"
25930 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25931 mscoree"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25934 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 dlls/msctf/Makefile"
25938 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939 msctf"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945 dlls/msctf/tests/Makefile"
25946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25947 msctf/tests"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25950 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 dlls/msdmo/Makefile"
25954 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955 msdmo"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 dlls/msftedit/Makefile"
25962 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963 msftedit"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 dlls/msg711.acm/Makefile"
25970 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971 msg711.acm"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 dlls/mshtml.tlb/Makefile"
25978 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979 mshtml.tlb"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 dlls/mshtml/Makefile"
25986 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987 mshtml"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 dlls/mshtml/tests/Makefile"
25994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25995 mshtml/tests"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25998 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 dlls/msi/Makefile"
26002 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003 msi"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/msi/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 dlls/msi/tests/Makefile"
26010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26011 msi/tests"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26014 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 dlls/msimg32/Makefile"
26018 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019 msimg32"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025 dlls/msimtf/Makefile"
26026 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027 msimtf"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 dlls/msisip/Makefile"
26034 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035 msisip"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 dlls/msisys.ocx/Makefile"
26042 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043 msisys.ocx"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 dlls/msnet32/Makefile"
26050 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26051 msnet32"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26054 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057 dlls/msrle32/Makefile"
26058 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059 msrle32"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 dlls/mssign32/Makefile"
26066 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067 mssign32"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073 dlls/mssip32/Makefile"
26074 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075 mssip32"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081 dlls/mstask/Makefile"
26082 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083 mstask"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 dlls/mstask/tests/Makefile"
26090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26091 mstask/tests"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26094 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097 dlls/msvcirt/Makefile"
26098 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099 msvcirt"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105 dlls/msvcr71/Makefile"
26106 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107 msvcr71"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113 dlls/msvcrt/Makefile"
26114 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26115 msvcrt"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26118 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121 dlls/msvcrt/tests/Makefile"
26122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26123 msvcrt/tests"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26126 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129 dlls/msvcrt20/Makefile"
26130 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131 msvcrt20"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 dlls/msvcrt40/Makefile"
26138 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139 msvcrt40"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 dlls/msvcrtd/Makefile"
26146 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26147 msvcrtd"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26150 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 dlls/msvcrtd/tests/Makefile"
26154 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26155 msvcrtd/tests"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26158 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 dlls/msvfw32/Makefile"
26162 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163 msvfw32"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169 dlls/msvfw32/tests/Makefile"
26170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26171 msvfw32/tests"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26174 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177 dlls/msvidc32/Makefile"
26178 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26179 msvidc32"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26182 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 dlls/mswsock/Makefile"
26186 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187 mswsock"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193 dlls/msxml3/Makefile"
26194 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195 msxml3"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201 dlls/msxml3/tests/Makefile"
26202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26203 msxml3/tests"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26206 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209 dlls/nddeapi/Makefile"
26210 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211 nddeapi"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217 dlls/netapi32/Makefile"
26218 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219 netapi32"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225 dlls/netapi32/tests/Makefile"
26226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26227 netapi32/tests"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26230 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233 dlls/newdev/Makefile"
26234 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26235 newdev"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26238 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 dlls/ntdll/Makefile"
26242 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26243 ntdll"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26246 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 dlls/ntdll/tests/Makefile"
26250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26251 ntdll/tests"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26254 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257 dlls/ntdsapi/Makefile"
26258 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259 ntdsapi"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 dlls/ntdsapi/tests/Makefile"
26266 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26267 ntdsapi/tests"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26270 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273 dlls/ntoskrnl.exe/Makefile"
26274 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26275 ntoskrnl.exe"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26278 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281 dlls/ntprint/Makefile"
26282 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283 ntprint"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289 dlls/ntprint/tests/Makefile"
26290 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26291 ntprint/tests"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26294 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 dlls/objsel/Makefile"
26298 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26299 objsel"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26302 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305 dlls/odbc32/Makefile"
26306 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307 odbc32"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313 dlls/odbccp32/Makefile"
26314 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26315 odbccp32"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26318 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321 dlls/odbccp32/tests/Makefile"
26322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26323 odbccp32/tests"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26326 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329 dlls/ole2.dll16/Makefile"
26330 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26331 ole2.dll16"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26334 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337 dlls/ole2conv.dll16/Makefile"
26338 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339 ole2conv.dll16"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345 dlls/ole2disp.dll16/Makefile"
26346 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26347 ole2disp.dll16"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26350 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 dlls/ole2nls.dll16/Makefile"
26354 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26355 ole2nls.dll16"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26358 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361 dlls/ole2prox.dll16/Makefile"
26362 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363 ole2prox.dll16"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369 dlls/ole2thk.dll16/Makefile"
26370 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371 ole2thk.dll16"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377 dlls/ole32/Makefile"
26378 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26379 ole32"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26382 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385 dlls/ole32/tests/Makefile"
26386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26387 ole32/tests"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26390 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393 dlls/oleacc/Makefile"
26394 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26395 oleacc"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26398 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401 dlls/oleacc/tests/Makefile"
26402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26403 oleacc/tests"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26406 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409 dlls/oleaut32/Makefile"
26410 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411 oleaut32"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417 dlls/oleaut32/tests/Makefile"
26418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26419 oleaut32/tests"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26422 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 dlls/olecli.dll16/Makefile"
26426 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26427 olecli.dll16"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26430 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433 dlls/olecli32/Makefile"
26434 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435 olecli32"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441 dlls/oledlg/Makefile"
26442 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443 oledlg"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449 dlls/olepro32/Makefile"
26450 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26451 olepro32"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26454 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457 dlls/olesvr.dll16/Makefile"
26458 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26459 olesvr.dll16"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26462 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465 dlls/olesvr32/Makefile"
26466 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467 olesvr32"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473 dlls/olethk32/Makefile"
26474 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26475 olethk32"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26478 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 dlls/opengl32/Makefile"
26482 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26483 opengl32"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26486 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489 dlls/opengl32/tests/Makefile"
26490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26491 opengl32/tests"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26494 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497 dlls/pdh/Makefile"
26498 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499 pdh"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505 dlls/pdh/tests/Makefile"
26506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26507 pdh/tests"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26510 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513 dlls/pidgen/Makefile"
26514 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26515 pidgen"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26518 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 dlls/powrprof/Makefile"
26522 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26523 powrprof"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26526 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 dlls/printui/Makefile"
26530 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531 printui"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/printui/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 dlls/propsys/Makefile"
26538 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26539 propsys"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26542 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 dlls/psapi/Makefile"
26546 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547 psapi"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 dlls/psapi/tests/Makefile"
26554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26555 psapi/tests"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26558 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561 dlls/pstorec/Makefile"
26562 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26563 pstorec"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26566 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569 dlls/qcap/Makefile"
26570 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571 qcap"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577 dlls/qedit/Makefile"
26578 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26579 qedit"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26582 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585 dlls/qedit/tests/Makefile"
26586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26587 qedit/tests"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26590 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593 dlls/qmgr/Makefile"
26594 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26595 qmgr"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26598 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 dlls/qmgr/tests/Makefile"
26602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26603 qmgr/tests"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26606 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 dlls/qmgrprxy/Makefile"
26610 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26611 qmgrprxy"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26614 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 dlls/quartz/Makefile"
26618 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26619 quartz"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26622 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 dlls/quartz/tests/Makefile"
26626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26627 quartz/tests"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26630 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633 dlls/query/Makefile"
26634 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26635 query"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26638 ac_config_files="$ac_config_files dlls/query/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 dlls/rasapi16.dll16/Makefile"
26642 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643 rasapi16.dll16"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649 dlls/rasapi32/Makefile"
26650 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26651 rasapi32"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26654 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 dlls/rasapi32/tests/Makefile"
26658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26659 rasapi32/tests"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26662 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665 dlls/rasdlg/Makefile"
26666 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667 rasdlg"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673 dlls/resutils/Makefile"
26674 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675 resutils"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 dlls/riched20/Makefile"
26682 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26683 riched20"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26686 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689 dlls/riched20/tests/Makefile"
26690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26691 riched20/tests"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26694 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697 dlls/riched32/Makefile"
26698 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26699 riched32"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26702 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705 dlls/riched32/tests/Makefile"
26706 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26707 riched32/tests"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26710 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 dlls/rpcrt4/Makefile"
26714 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26715 rpcrt4"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26718 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721 dlls/rpcrt4/tests/Makefile"
26722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26723 rpcrt4/tests"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26726 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729 dlls/rsabase/Makefile"
26730 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26731 rsabase"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26734 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 dlls/rsaenh/Makefile"
26738 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26739 rsaenh"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26742 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745 dlls/rsaenh/tests/Makefile"
26746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26747 rsaenh/tests"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26750 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753 dlls/sane.ds/Makefile"
26754 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755 sane.ds"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761 dlls/sccbase/Makefile"
26762 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763 sccbase"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769 dlls/schannel/Makefile"
26770 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771 schannel"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777 dlls/schannel/tests/Makefile"
26778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26779 schannel/tests"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26782 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785 dlls/secur32/Makefile"
26786 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26787 secur32"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26790 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 dlls/secur32/tests/Makefile"
26794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26795 secur32/tests"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26798 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801 dlls/security/Makefile"
26802 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26803 security"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26806 ac_config_files="$ac_config_files dlls/security/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 dlls/sensapi/Makefile"
26810 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26811 sensapi"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26814 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817 dlls/serialui/Makefile"
26818 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26819 serialui"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26822 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 dlls/serialui/tests/Makefile"
26826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26827 serialui/tests"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26830 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833 dlls/setupapi/Makefile"
26834 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26835 setupapi"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26838 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841 dlls/setupapi/tests/Makefile"
26842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26843 setupapi/tests"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26846 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 dlls/sfc/Makefile"
26850 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851 sfc"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 dlls/sfc_os/Makefile"
26858 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26859 sfc_os"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26862 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865 dlls/shdoclc/Makefile"
26866 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26867 shdoclc"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26870 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 dlls/shdocvw/Makefile"
26874 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26875 shdocvw"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26878 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881 dlls/shdocvw/tests/Makefile"
26882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26883 shdocvw/tests"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26886 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889 dlls/shell.dll16/Makefile"
26890 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26891 shell.dll16"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26894 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 dlls/shell32/Makefile"
26898 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26899 shell32"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26902 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905 dlls/shell32/tests/Makefile"
26906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26907 shell32/tests"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26910 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 dlls/shfolder/Makefile"
26914 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26915 shfolder"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26918 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921 dlls/shlwapi/Makefile"
26922 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26923 shlwapi"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26926 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929 dlls/shlwapi/tests/Makefile"
26930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26931 shlwapi/tests"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26934 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 dlls/slbcsp/Makefile"
26938 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26939 slbcsp"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26942 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 dlls/slc/Makefile"
26946 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26947 slc"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26950 ac_config_files="$ac_config_files dlls/slc/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 dlls/snmpapi/Makefile"
26954 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26955 snmpapi"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26958 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 dlls/snmpapi/tests/Makefile"
26962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26963 snmpapi/tests"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26966 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969 dlls/softpub/Makefile"
26970 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26971 softpub"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26974 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977 dlls/sound.drv16/Makefile"
26978 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26979 sound.drv16"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26982 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 dlls/spoolss/Makefile"
26986 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26987 spoolss"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26990 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 dlls/spoolss/tests/Makefile"
26994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26995 spoolss/tests"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26998 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 dlls/stdole2.tlb/Makefile"
27002 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27003 stdole2.tlb"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27006 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009 dlls/stdole32.tlb/Makefile"
27010 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27011 stdole32.tlb"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27014 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017 dlls/sti/Makefile"
27018 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27019 sti"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27022 ac_config_files="$ac_config_files dlls/sti/Makefile"
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025 dlls/storage.dll16/Makefile"
27026 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27027 storage.dll16"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27030 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 dlls/stress.dll16/Makefile"
27034 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27035 stress.dll16"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27038 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 dlls/strmiids/Makefile"
27042 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27043 strmiids"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27046 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049 dlls/svrapi/Makefile"
27050 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051 svrapi"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 dlls/sxs/Makefile"
27058 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27059 sxs"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27062 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065 dlls/t2embed/Makefile"
27066 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067 t2embed"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 dlls/tapi32/Makefile"
27074 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27075 tapi32"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27078 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 dlls/traffic/Makefile"
27082 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083 traffic"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 dlls/twain.dll16/Makefile"
27090 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27091 twain.dll16"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27094 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097 dlls/twain_32/Makefile"
27098 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27099 twain_32"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27102 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 dlls/twain_32/tests/Makefile"
27106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27107 twain_32/tests"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27110 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113 dlls/typelib.dll16/Makefile"
27114 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27115 typelib.dll16"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27118 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121 dlls/unicows/Makefile"
27122 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27123 unicows"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27126 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 dlls/updspapi/Makefile"
27130 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27131 updspapi"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27134 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137 dlls/url/Makefile"
27138 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27139 url"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27142 ac_config_files="$ac_config_files dlls/url/Makefile"
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145 dlls/urlmon/Makefile"
27146 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27147 urlmon"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27150 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153 dlls/urlmon/tests/Makefile"
27154 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27155 urlmon/tests"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27158 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161 dlls/user32/Makefile"
27162 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27163 user32"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27166 ac_config_files="$ac_config_files dlls/user32/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 dlls/user32/tests/Makefile"
27170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27171 user32/tests"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27174 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177 dlls/userenv/Makefile"
27178 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27179 userenv"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27182 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185 dlls/userenv/tests/Makefile"
27186 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27187 userenv/tests"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27190 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 dlls/usp10/Makefile"
27194 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27195 usp10"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27198 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201 dlls/usp10/tests/Makefile"
27202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27203 usp10/tests"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27206 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 dlls/uuid/Makefile"
27210 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27211 uuid"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27214 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217 dlls/uxtheme/Makefile"
27218 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27219 uxtheme"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27222 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 dlls/uxtheme/tests/Makefile"
27226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27227 uxtheme/tests"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27230 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233 dlls/vdhcp.vxd/Makefile"
27234 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27235 vdhcp.vxd"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27238 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241 dlls/vdmdbg/Makefile"
27242 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27243 vdmdbg"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27246 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 dlls/version/Makefile"
27250 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27251 version"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27254 ac_config_files="$ac_config_files dlls/version/Makefile"
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257 dlls/version/tests/Makefile"
27258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27259 version/tests"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27262 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265 dlls/vmm.vxd/Makefile"
27266 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27267 vmm.vxd"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27270 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273 dlls/vnbt.vxd/Makefile"
27274 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27275 vnbt.vxd"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27278 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281 dlls/vnetbios.vxd/Makefile"
27282 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27283 vnetbios.vxd"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27286 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289 dlls/vtdapi.vxd/Makefile"
27290 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27291 vtdapi.vxd"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27294 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297 dlls/vwin32.vxd/Makefile"
27298 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27299 vwin32.vxd"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27302 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305 dlls/w32skrnl/Makefile"
27306 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27307 w32skrnl"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27310 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313 dlls/w32sys.dll16/Makefile"
27314 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27315 w32sys.dll16"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27318 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321 dlls/win32s16.dll16/Makefile"
27322 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27323 win32s16.dll16"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27326 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329 dlls/win87em.dll16/Makefile"
27330 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27331 win87em.dll16"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27334 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 dlls/winaspi.dll16/Makefile"
27338 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27339 winaspi.dll16"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27342 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345 dlls/windebug.dll16/Makefile"
27346 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27347 windebug.dll16"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27350 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353 dlls/winealsa.drv/Makefile"
27354 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27355 winealsa.drv"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27358 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361 dlls/wineaudioio.drv/Makefile"
27362 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27363 wineaudioio.drv"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27366 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369 dlls/winecoreaudio.drv/Makefile"
27370 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27371 winecoreaudio.drv"
27372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27373 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27374 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27376 ALL_MAKEFILES="$ALL_MAKEFILES \\
27377 dlls/winecrt0/Makefile"
27378 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27379 winecrt0"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27382 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385 dlls/wined3d/Makefile"
27386 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27387 wined3d"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27390 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393 dlls/winedos/Makefile"
27394 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27395 winedos"
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27398 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401 dlls/wineesd.drv/Makefile"
27402 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27403 wineesd.drv"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27406 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409 dlls/winejack.drv/Makefile"
27410 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27411 winejack.drv"
27412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27413 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27414 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27416 ALL_MAKEFILES="$ALL_MAKEFILES \\
27417 dlls/winejoystick.drv/Makefile"
27418 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27419 winejoystick.drv"
27420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27421 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27422 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27424 ALL_MAKEFILES="$ALL_MAKEFILES \\
27425 dlls/winemp3.acm/Makefile"
27426 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27427 winemp3.acm"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27430 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433 dlls/winenas.drv/Makefile"
27434 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27435 winenas.drv"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27438 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441 dlls/wineoss.drv/Makefile"
27442 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27443 wineoss.drv"
27444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27445 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27446 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27448 ALL_MAKEFILES="$ALL_MAKEFILES \\
27449 dlls/wineps.drv/Makefile"
27450 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27451 wineps.drv"
27452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27453 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27454 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27456 ALL_MAKEFILES="$ALL_MAKEFILES \\
27457 dlls/winequartz.drv/Makefile"
27458 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27459 winequartz.drv"
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27462 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465 dlls/winex11.drv/Makefile"
27466 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27467 winex11.drv"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27470 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473 dlls/wing32/Makefile"
27474 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27475 wing32"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27478 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481 dlls/winhttp/Makefile"
27482 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27483 winhttp"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27486 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489 dlls/winhttp/tests/Makefile"
27490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27491 winhttp/tests"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27494 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497 dlls/wininet/Makefile"
27498 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27499 wininet"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27502 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505 dlls/wininet/tests/Makefile"
27506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27507 wininet/tests"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27510 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513 dlls/winmm/Makefile"
27514 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27515 winmm"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27518 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521 dlls/winmm/tests/Makefile"
27522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27523 winmm/tests"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27526 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529 dlls/winnls.dll16/Makefile"
27530 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27531 winnls.dll16"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27534 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537 dlls/winnls32/Makefile"
27538 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27539 winnls32"
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27542 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545 dlls/winscard/Makefile"
27546 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27547 winscard"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27550 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553 dlls/winspool.drv/Makefile"
27554 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27555 winspool.drv"
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27558 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561 dlls/winspool.drv/tests/Makefile"
27562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27563 winspool.drv/tests"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27566 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569 dlls/wintab.dll16/Makefile"
27570 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27571 wintab.dll16"
27572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27573 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27574 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27576 ALL_MAKEFILES="$ALL_MAKEFILES \\
27577 dlls/wintab32/Makefile"
27578 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27579 wintab32"
27580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27581 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27582 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27584 ALL_MAKEFILES="$ALL_MAKEFILES \\
27585 dlls/wintrust/Makefile"
27586 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27587 wintrust"
27588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27589 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27590 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27592 ALL_MAKEFILES="$ALL_MAKEFILES \\
27593 dlls/wintrust/tests/Makefile"
27594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27595 wintrust/tests"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27598 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601 dlls/wldap32/Makefile"
27602 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27603 wldap32"
27604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27605 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27606 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27608 ALL_MAKEFILES="$ALL_MAKEFILES \\
27609 dlls/wldap32/tests/Makefile"
27610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27611 wldap32/tests"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27614 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617 dlls/wmi/Makefile"
27618 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27619 wmi"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27622 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625 dlls/wnaspi32/Makefile"
27626 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27627 wnaspi32"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27630 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633 dlls/wow32/Makefile"
27634 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27635 wow32"
27636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27637 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27638 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27640 ALL_MAKEFILES="$ALL_MAKEFILES \\
27641 dlls/ws2_32/Makefile"
27642 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27643 ws2_32"
27644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27645 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27646 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27648 ALL_MAKEFILES="$ALL_MAKEFILES \\
27649 dlls/ws2_32/tests/Makefile"
27650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27651 ws2_32/tests"
27652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27653 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27654 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27656 ALL_MAKEFILES="$ALL_MAKEFILES \\
27657 dlls/wsock32/Makefile"
27658 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27659 wsock32"
27660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27661 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27662 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27664 ALL_MAKEFILES="$ALL_MAKEFILES \\
27665 dlls/wtsapi32/Makefile"
27666 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27667 wtsapi32"
27668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27669 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27670 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27672 ALL_MAKEFILES="$ALL_MAKEFILES \\
27673 dlls/wuapi/Makefile"
27674 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27675 wuapi"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27678 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681 dlls/xinput1_1/Makefile"
27682 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27683 xinput1_1"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27686 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 dlls/xinput1_2/Makefile"
27690 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27691 xinput1_2"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27694 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697 dlls/xinput1_3/Makefile"
27698 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27699 xinput1_3"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27702 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705 dlls/xinput1_3/tests/Makefile"
27706 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27707 xinput1_3/tests"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27710 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713 dlls/xinput9_1_0/Makefile"
27714 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27715 xinput9_1_0"
27716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27717 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27718 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27720 ALL_MAKEFILES="$ALL_MAKEFILES \\
27721 dlls/xmllite/Makefile"
27722 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27723 xmllite"
27724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27725 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27726 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27728 ALL_MAKEFILES="$ALL_MAKEFILES \\
27729 documentation/Makefile"
27730 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27731 documentation"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 documentation/Makefile: documentation/Makefile.in Make.rules"
27734 ac_config_files="$ac_config_files documentation/Makefile"
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737 fonts/Makefile"
27738 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27739 fonts"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 fonts/Makefile: fonts/Makefile.in Make.rules"
27742 ac_config_files="$ac_config_files fonts/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 include/Makefile"
27746 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27747 include"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 include/Makefile: include/Makefile.in Make.rules"
27750 ac_config_files="$ac_config_files include/Makefile"
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753 libs/Makefile"
27754 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27755 libs"
27756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27757 libs/Makefile: libs/Makefile.in Make.rules"
27758 ac_config_files="$ac_config_files libs/Makefile"
27760 ALL_MAKEFILES="$ALL_MAKEFILES \\
27761 libs/port/Makefile"
27763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27764 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27765 ac_config_files="$ac_config_files libs/port/Makefile"
27767 ALL_MAKEFILES="$ALL_MAKEFILES \\
27768 libs/wine/Makefile"
27770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27771 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27772 ac_config_files="$ac_config_files libs/wine/Makefile"
27774 ALL_MAKEFILES="$ALL_MAKEFILES \\
27775 libs/wpp/Makefile"
27777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27778 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27779 ac_config_files="$ac_config_files libs/wpp/Makefile"
27781 ALL_MAKEFILES="$ALL_MAKEFILES \\
27782 loader/Makefile"
27783 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27784 loader"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 loader/Makefile: loader/Makefile.in Make.rules"
27787 ac_config_files="$ac_config_files loader/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/Makefile"
27791 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27792 programs"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 programs/Makefile: programs/Makefile.in Make.rules"
27795 ac_config_files="$ac_config_files programs/Makefile"
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798 programs/cacls/Makefile"
27799 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27800 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27801 cacls"
27802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27803 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27804 ac_config_files="$ac_config_files programs/cacls/Makefile"
27806 ALL_MAKEFILES="$ALL_MAKEFILES \\
27807 programs/clock/Makefile"
27808 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27809 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27810 clock"
27811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27812 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27813 ac_config_files="$ac_config_files programs/clock/Makefile"
27815 ALL_MAKEFILES="$ALL_MAKEFILES \\
27816 programs/cmd/Makefile"
27817 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27818 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27819 cmd"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27822 ac_config_files="$ac_config_files programs/cmd/Makefile"
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825 programs/cmdlgtst/Makefile"
27826 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27827 cmdlgtst"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27830 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 programs/control/Makefile"
27834 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27835 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27836 control"
27837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27838 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27839 ac_config_files="$ac_config_files programs/control/Makefile"
27841 ALL_MAKEFILES="$ALL_MAKEFILES \\
27842 programs/eject/Makefile"
27843 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27844 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27845 eject"
27846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27847 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27848 ac_config_files="$ac_config_files programs/eject/Makefile"
27850 ALL_MAKEFILES="$ALL_MAKEFILES \\
27851 programs/expand/Makefile"
27852 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27853 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27854 expand"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27857 ac_config_files="$ac_config_files programs/expand/Makefile"
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860 programs/explorer/Makefile"
27861 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27862 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27863 explorer"
27864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27865 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27866 ac_config_files="$ac_config_files programs/explorer/Makefile"
27868 ALL_MAKEFILES="$ALL_MAKEFILES \\
27869 programs/hh/Makefile"
27870 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27871 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27875 ac_config_files="$ac_config_files programs/hh/Makefile"
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878 programs/icinfo/Makefile"
27879 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27880 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27881 icinfo"
27882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27883 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27884 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27886 ALL_MAKEFILES="$ALL_MAKEFILES \\
27887 programs/iexplore/Makefile"
27888 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27889 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27890 iexplore"
27891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27892 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27893 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27895 ALL_MAKEFILES="$ALL_MAKEFILES \\
27896 programs/lodctr/Makefile"
27897 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27898 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27899 lodctr"
27900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27901 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27902 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27904 ALL_MAKEFILES="$ALL_MAKEFILES \\
27905 programs/msiexec/Makefile"
27906 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27907 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27908 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27909 msiexec"
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915 programs/net/Makefile"
27916 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918 net"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/net/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 programs/notepad/Makefile"
27925 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27928 notepad"
27929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27930 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27931 ac_config_files="$ac_config_files programs/notepad/Makefile"
27933 ALL_MAKEFILES="$ALL_MAKEFILES \\
27934 programs/oleview/Makefile"
27935 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27936 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27937 oleview"
27938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27939 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27940 ac_config_files="$ac_config_files programs/oleview/Makefile"
27942 ALL_MAKEFILES="$ALL_MAKEFILES \\
27943 programs/progman/Makefile"
27944 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27945 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27946 progman"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27949 ac_config_files="$ac_config_files programs/progman/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 programs/reg/Makefile"
27953 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27954 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27955 reg"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27958 ac_config_files="$ac_config_files programs/reg/Makefile"
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961 programs/regedit/Makefile"
27962 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27963 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27964 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27965 regedit"
27966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27967 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27968 ac_config_files="$ac_config_files programs/regedit/Makefile"
27970 ALL_MAKEFILES="$ALL_MAKEFILES \\
27971 programs/regsvr32/Makefile"
27972 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27973 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27974 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27975 regsvr32"
27976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27977 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27978 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27980 ALL_MAKEFILES="$ALL_MAKEFILES \\
27981 programs/rpcss/Makefile"
27982 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27983 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27984 rpcss"
27985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27986 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27987 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27989 ALL_MAKEFILES="$ALL_MAKEFILES \\
27990 programs/rundll32/Makefile"
27991 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27992 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27993 rundll32"
27994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27995 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27996 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27998 ALL_MAKEFILES="$ALL_MAKEFILES \\
27999 programs/secedit/Makefile"
28000 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28001 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28002 secedit"
28003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28004 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28005 ac_config_files="$ac_config_files programs/secedit/Makefile"
28007 ALL_MAKEFILES="$ALL_MAKEFILES \\
28008 programs/services/Makefile"
28009 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28010 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28011 services"
28012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28013 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28014 ac_config_files="$ac_config_files programs/services/Makefile"
28016 ALL_MAKEFILES="$ALL_MAKEFILES \\
28017 programs/spoolsv/Makefile"
28018 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28019 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28020 spoolsv"
28021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28022 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28023 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28025 ALL_MAKEFILES="$ALL_MAKEFILES \\
28026 programs/start/Makefile"
28027 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28028 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28029 start"
28030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28031 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28032 ac_config_files="$ac_config_files programs/start/Makefile"
28034 ALL_MAKEFILES="$ALL_MAKEFILES \\
28035 programs/svchost/Makefile"
28036 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28037 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28038 svchost"
28039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28040 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28041 ac_config_files="$ac_config_files programs/svchost/Makefile"
28043 ALL_MAKEFILES="$ALL_MAKEFILES \\
28044 programs/taskmgr/Makefile"
28045 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28046 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28047 taskmgr"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28050 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053 programs/termsv/Makefile"
28054 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28055 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28056 termsv"
28057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28058 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28059 ac_config_files="$ac_config_files programs/termsv/Makefile"
28061 ALL_MAKEFILES="$ALL_MAKEFILES \\
28062 programs/uninstaller/Makefile"
28063 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28064 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28065 uninstaller"
28066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28067 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28068 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28070 ALL_MAKEFILES="$ALL_MAKEFILES \\
28071 programs/unlodctr/Makefile"
28072 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28073 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28074 unlodctr"
28075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28076 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28077 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28079 ALL_MAKEFILES="$ALL_MAKEFILES \\
28080 programs/view/Makefile"
28081 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28082 view"
28083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28084 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28085 ac_config_files="$ac_config_files programs/view/Makefile"
28087 ALL_MAKEFILES="$ALL_MAKEFILES \\
28088 programs/wineboot/Makefile"
28089 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28090 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28091 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28092 wineboot"
28093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28094 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28095 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28097 ALL_MAKEFILES="$ALL_MAKEFILES \\
28098 programs/winebrowser/Makefile"
28099 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28100 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28101 winebrowser"
28102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28103 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28104 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28106 ALL_MAKEFILES="$ALL_MAKEFILES \\
28107 programs/winecfg/Makefile"
28108 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28109 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28110 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28111 winecfg"
28112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28113 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28114 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28116 ALL_MAKEFILES="$ALL_MAKEFILES \\
28117 programs/wineconsole/Makefile"
28118 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28119 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28120 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28121 wineconsole"
28122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28123 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28124 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28126 ALL_MAKEFILES="$ALL_MAKEFILES \\
28127 programs/winedbg/Makefile"
28128 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28129 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28130 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28131 winedbg"
28132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28133 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28134 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28136 ALL_MAKEFILES="$ALL_MAKEFILES \\
28137 programs/winedevice/Makefile"
28138 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28139 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28140 winedevice"
28141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28142 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28143 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28145 ALL_MAKEFILES="$ALL_MAKEFILES \\
28146 programs/winefile/Makefile"
28147 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28148 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28149 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28150 winefile"
28151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28152 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28153 ac_config_files="$ac_config_files programs/winefile/Makefile"
28155 ALL_MAKEFILES="$ALL_MAKEFILES \\
28156 programs/winemenubuilder/Makefile"
28157 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28158 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28159 winemenubuilder"
28160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28161 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28162 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28164 ALL_MAKEFILES="$ALL_MAKEFILES \\
28165 programs/winemine/Makefile"
28166 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28167 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28168 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28169 winemine"
28170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28171 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28172 ac_config_files="$ac_config_files programs/winemine/Makefile"
28174 ALL_MAKEFILES="$ALL_MAKEFILES \\
28175 programs/winepath/Makefile"
28176 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28177 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28178 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28179 winepath"
28180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28181 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28182 ac_config_files="$ac_config_files programs/winepath/Makefile"
28184 ALL_MAKEFILES="$ALL_MAKEFILES \\
28185 programs/winetest/Makefile"
28186 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28187 winetest"
28188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28189 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28190 ac_config_files="$ac_config_files programs/winetest/Makefile"
28192 ALL_MAKEFILES="$ALL_MAKEFILES \\
28193 programs/winevdm/Makefile"
28194 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28195 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28196 winevdm"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28199 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 programs/winhelp.exe16/Makefile"
28203 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28204 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28205 winhelp.exe16"
28206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28207 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28208 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28210 ALL_MAKEFILES="$ALL_MAKEFILES \\
28211 programs/winhlp32/Makefile"
28212 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28213 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28214 winhlp32"
28215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28216 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28217 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28219 ALL_MAKEFILES="$ALL_MAKEFILES \\
28220 programs/winoldap.mod16/Makefile"
28221 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28222 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28223 winoldap.mod16"
28224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28225 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28226 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28228 ALL_MAKEFILES="$ALL_MAKEFILES \\
28229 programs/winver/Makefile"
28230 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28231 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28232 winver"
28233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28234 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28235 ac_config_files="$ac_config_files programs/winver/Makefile"
28237 ALL_MAKEFILES="$ALL_MAKEFILES \\
28238 programs/wordpad/Makefile"
28239 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28240 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28241 wordpad"
28242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28243 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28244 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28246 ALL_MAKEFILES="$ALL_MAKEFILES \\
28247 programs/write/Makefile"
28248 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28249 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28250 write"
28251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28252 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28253 ac_config_files="$ac_config_files programs/write/Makefile"
28255 ALL_MAKEFILES="$ALL_MAKEFILES \\
28256 programs/xcopy/Makefile"
28257 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28258 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28259 xcopy"
28260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28261 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28262 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28264 ALL_MAKEFILES="$ALL_MAKEFILES \\
28265 server/Makefile"
28266 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28267 server"
28268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28269 server/Makefile: server/Makefile.in Make.rules"
28270 ac_config_files="$ac_config_files server/Makefile"
28272 ALL_MAKEFILES="$ALL_MAKEFILES \\
28273 tools/Makefile"
28274 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28275 tools"
28276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28277 tools/Makefile: tools/Makefile.in Make.rules"
28278 ac_config_files="$ac_config_files tools/Makefile"
28280 ALL_MAKEFILES="$ALL_MAKEFILES \\
28281 tools/widl/Makefile"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28285 ac_config_files="$ac_config_files tools/widl/Makefile"
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288 tools/winebuild/Makefile"
28290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28291 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28292 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28294 ALL_MAKEFILES="$ALL_MAKEFILES \\
28295 tools/winedump/Makefile"
28297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28298 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28299 ac_config_files="$ac_config_files tools/winedump/Makefile"
28301 ALL_MAKEFILES="$ALL_MAKEFILES \\
28302 tools/winegcc/Makefile"
28304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28305 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28306 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28308 ALL_MAKEFILES="$ALL_MAKEFILES \\
28309 tools/wmc/Makefile"
28311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28312 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28313 ac_config_files="$ac_config_files tools/wmc/Makefile"
28315 ALL_MAKEFILES="$ALL_MAKEFILES \\
28316 tools/wrc/Makefile"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28320 ac_config_files="$ac_config_files tools/wrc/Makefile"
28324 ALL_WINETEST_DEPENDS="# Test binaries"
28326 for dir in $ALL_TEST_DIRS
28328 if test "$dir" != "\\"
28329 then
28330 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28331 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28332 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28333 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28335 done
28337 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28339 cat >confcache <<\_ACEOF
28340 # This file is a shell script that caches the results of configure
28341 # tests run on this system so they can be shared between configure
28342 # scripts and configure runs, see configure's option --config-cache.
28343 # It is not useful on other systems. If it contains results you don't
28344 # want to keep, you may remove or edit it.
28346 # config.status only pays attention to the cache file if you give it
28347 # the --recheck option to rerun configure.
28349 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28350 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28351 # following values.
28353 _ACEOF
28355 # The following way of writing the cache mishandles newlines in values,
28356 # but we know of no workaround that is simple, portable, and efficient.
28357 # So, we kill variables containing newlines.
28358 # Ultrix sh set writes to stderr and can't be redirected directly,
28359 # and sets the high bit in the cache file unless we assign to the vars.
28361 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28362 eval ac_val=\$$ac_var
28363 case $ac_val in #(
28364 *${as_nl}*)
28365 case $ac_var in #(
28366 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28367 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28368 esac
28369 case $ac_var in #(
28370 _ | IFS | as_nl) ;; #(
28371 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28372 *) $as_unset $ac_var ;;
28373 esac ;;
28374 esac
28375 done
28377 (set) 2>&1 |
28378 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28379 *${as_nl}ac_space=\ *)
28380 # `set' does not quote correctly, so add quotes (double-quote
28381 # substitution turns \\\\ into \\, and sed turns \\ into \).
28382 sed -n \
28383 "s/'/'\\\\''/g;
28384 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28385 ;; #(
28387 # `set' quotes correctly as required by POSIX, so do not add quotes.
28388 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28390 esac |
28391 sort
28393 sed '
28394 /^ac_cv_env_/b end
28395 t clear
28396 :clear
28397 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28398 t end
28399 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28400 :end' >>confcache
28401 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28402 if test -w "$cache_file"; then
28403 test "x$cache_file" != "x/dev/null" &&
28404 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28405 $as_echo "$as_me: updating cache $cache_file" >&6;}
28406 cat confcache >$cache_file
28407 else
28408 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28409 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28412 rm -f confcache
28414 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28415 # Let make expand exec_prefix.
28416 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28418 DEFS=-DHAVE_CONFIG_H
28420 ac_libobjs=
28421 ac_ltlibobjs=
28422 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28423 # 1. Remove the extension, and $U if already installed.
28424 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28425 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28426 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28427 # will be set to the directory where LIBOBJS objects are built.
28428 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28429 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28430 done
28431 LIBOBJS=$ac_libobjs
28433 LTLIBOBJS=$ac_ltlibobjs
28437 : ${CONFIG_STATUS=./config.status}
28438 ac_write_fail=0
28439 ac_clean_files_save=$ac_clean_files
28440 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28441 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28442 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28443 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28444 #! $SHELL
28445 # Generated by $as_me.
28446 # Run this file to recreate the current configuration.
28447 # Compiler output produced by configure, useful for debugging
28448 # configure, is in config.log if it exists.
28450 debug=false
28451 ac_cs_recheck=false
28452 ac_cs_silent=false
28453 SHELL=\${CONFIG_SHELL-$SHELL}
28454 _ACEOF
28456 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28457 ## --------------------- ##
28458 ## M4sh Initialization. ##
28459 ## --------------------- ##
28461 # Be more Bourne compatible
28462 DUALCASE=1; export DUALCASE # for MKS sh
28463 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28464 emulate sh
28465 NULLCMD=:
28466 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28467 # is contrary to our usage. Disable this feature.
28468 alias -g '${1+"$@"}'='"$@"'
28469 setopt NO_GLOB_SUBST
28470 else
28471 case `(set -o) 2>/dev/null` in
28472 *posix*) set -o posix ;;
28473 esac
28480 # PATH needs CR
28481 # Avoid depending upon Character Ranges.
28482 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28483 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28484 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28485 as_cr_digits='0123456789'
28486 as_cr_alnum=$as_cr_Letters$as_cr_digits
28488 as_nl='
28490 export as_nl
28491 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28492 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28493 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28494 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28495 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28496 as_echo='printf %s\n'
28497 as_echo_n='printf %s'
28498 else
28499 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28500 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28501 as_echo_n='/usr/ucb/echo -n'
28502 else
28503 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28504 as_echo_n_body='eval
28505 arg=$1;
28506 case $arg in
28507 *"$as_nl"*)
28508 expr "X$arg" : "X\\(.*\\)$as_nl";
28509 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28510 esac;
28511 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28513 export as_echo_n_body
28514 as_echo_n='sh -c $as_echo_n_body as_echo'
28516 export as_echo_body
28517 as_echo='sh -c $as_echo_body as_echo'
28520 # The user is always right.
28521 if test "${PATH_SEPARATOR+set}" != set; then
28522 PATH_SEPARATOR=:
28523 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28524 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28525 PATH_SEPARATOR=';'
28529 # Support unset when possible.
28530 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28531 as_unset=unset
28532 else
28533 as_unset=false
28537 # IFS
28538 # We need space, tab and new line, in precisely that order. Quoting is
28539 # there to prevent editors from complaining about space-tab.
28540 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28541 # splitting by setting IFS to empty value.)
28542 IFS=" "" $as_nl"
28544 # Find who we are. Look in the path if we contain no directory separator.
28545 case $0 in
28546 *[\\/]* ) as_myself=$0 ;;
28547 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28548 for as_dir in $PATH
28550 IFS=$as_save_IFS
28551 test -z "$as_dir" && as_dir=.
28552 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28553 done
28554 IFS=$as_save_IFS
28557 esac
28558 # We did not find ourselves, most probably we were run as `sh COMMAND'
28559 # in which case we are not to be found in the path.
28560 if test "x$as_myself" = x; then
28561 as_myself=$0
28563 if test ! -f "$as_myself"; then
28564 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28565 { (exit 1); exit 1; }
28568 # Work around bugs in pre-3.0 UWIN ksh.
28569 for as_var in ENV MAIL MAILPATH
28570 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28571 done
28572 PS1='$ '
28573 PS2='> '
28574 PS4='+ '
28576 # NLS nuisances.
28577 LC_ALL=C
28578 export LC_ALL
28579 LANGUAGE=C
28580 export LANGUAGE
28582 # Required to use basename.
28583 if expr a : '\(a\)' >/dev/null 2>&1 &&
28584 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28585 as_expr=expr
28586 else
28587 as_expr=false
28590 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28591 as_basename=basename
28592 else
28593 as_basename=false
28597 # Name of the executable.
28598 as_me=`$as_basename -- "$0" ||
28599 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28600 X"$0" : 'X\(//\)$' \| \
28601 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28602 $as_echo X/"$0" |
28603 sed '/^.*\/\([^/][^/]*\)\/*$/{
28604 s//\1/
28607 /^X\/\(\/\/\)$/{
28608 s//\1/
28611 /^X\/\(\/\).*/{
28612 s//\1/
28615 s/.*/./; q'`
28617 # CDPATH.
28618 $as_unset CDPATH
28622 as_lineno_1=$LINENO
28623 as_lineno_2=$LINENO
28624 test "x$as_lineno_1" != "x$as_lineno_2" &&
28625 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28627 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28628 # uniformly replaced by the line number. The first 'sed' inserts a
28629 # line-number line after each line using $LINENO; the second 'sed'
28630 # does the real work. The second script uses 'N' to pair each
28631 # line-number line with the line containing $LINENO, and appends
28632 # trailing '-' during substitution so that $LINENO is not a special
28633 # case at line end.
28634 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28635 # scripts with optimization help from Paolo Bonzini. Blame Lee
28636 # E. McMahon (1931-1989) for sed's syntax. :-)
28637 sed -n '
28639 /[$]LINENO/=
28640 ' <$as_myself |
28641 sed '
28642 s/[$]LINENO.*/&-/
28643 t lineno
28645 :lineno
28647 :loop
28648 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28649 t loop
28650 s/-\n.*//
28651 ' >$as_me.lineno &&
28652 chmod +x "$as_me.lineno" ||
28653 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28654 { (exit 1); exit 1; }; }
28656 # Don't try to exec as it changes $[0], causing all sort of problems
28657 # (the dirname of $[0] is not the place where we might find the
28658 # original and so on. Autoconf is especially sensitive to this).
28659 . "./$as_me.lineno"
28660 # Exit status is that of the last command.
28661 exit
28665 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28666 as_dirname=dirname
28667 else
28668 as_dirname=false
28671 ECHO_C= ECHO_N= ECHO_T=
28672 case `echo -n x` in
28673 -n*)
28674 case `echo 'x\c'` in
28675 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28676 *) ECHO_C='\c';;
28677 esac;;
28679 ECHO_N='-n';;
28680 esac
28681 if expr a : '\(a\)' >/dev/null 2>&1 &&
28682 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28683 as_expr=expr
28684 else
28685 as_expr=false
28688 rm -f conf$$ conf$$.exe conf$$.file
28689 if test -d conf$$.dir; then
28690 rm -f conf$$.dir/conf$$.file
28691 else
28692 rm -f conf$$.dir
28693 mkdir conf$$.dir 2>/dev/null
28695 if (echo >conf$$.file) 2>/dev/null; then
28696 if ln -s conf$$.file conf$$ 2>/dev/null; then
28697 as_ln_s='ln -s'
28698 # ... but there are two gotchas:
28699 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28700 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28701 # In both cases, we have to default to `cp -p'.
28702 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28703 as_ln_s='cp -p'
28704 elif ln conf$$.file conf$$ 2>/dev/null; then
28705 as_ln_s=ln
28706 else
28707 as_ln_s='cp -p'
28709 else
28710 as_ln_s='cp -p'
28712 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28713 rmdir conf$$.dir 2>/dev/null
28715 if mkdir -p . 2>/dev/null; then
28716 as_mkdir_p=:
28717 else
28718 test -d ./-p && rmdir ./-p
28719 as_mkdir_p=false
28722 if test -x / >/dev/null 2>&1; then
28723 as_test_x='test -x'
28724 else
28725 if ls -dL / >/dev/null 2>&1; then
28726 as_ls_L_option=L
28727 else
28728 as_ls_L_option=
28730 as_test_x='
28731 eval sh -c '\''
28732 if test -d "$1"; then
28733 test -d "$1/.";
28734 else
28735 case $1 in
28736 -*)set "./$1";;
28737 esac;
28738 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28739 ???[sx]*):;;*)false;;esac;fi
28740 '\'' sh
28743 as_executable_p=$as_test_x
28745 # Sed expression to map a string onto a valid CPP name.
28746 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28748 # Sed expression to map a string onto a valid variable name.
28749 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28752 exec 6>&1
28754 # Save the log message, to keep $[0] and so on meaningful, and to
28755 # report actual input values of CONFIG_FILES etc. instead of their
28756 # values after options handling.
28757 ac_log="
28758 This file was extended by Wine $as_me 1.1.20, which was
28759 generated by GNU Autoconf 2.63. Invocation command line was
28761 CONFIG_FILES = $CONFIG_FILES
28762 CONFIG_HEADERS = $CONFIG_HEADERS
28763 CONFIG_LINKS = $CONFIG_LINKS
28764 CONFIG_COMMANDS = $CONFIG_COMMANDS
28765 $ $0 $@
28767 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28770 _ACEOF
28772 case $ac_config_files in *"
28773 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28774 esac
28776 case $ac_config_headers in *"
28777 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28778 esac
28781 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28782 # Files that config.status was made for.
28783 config_files="$ac_config_files"
28784 config_headers="$ac_config_headers"
28785 config_commands="$ac_config_commands"
28787 _ACEOF
28789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28790 ac_cs_usage="\
28791 \`$as_me' instantiates files from templates according to the
28792 current configuration.
28794 Usage: $0 [OPTION]... [FILE]...
28796 -h, --help print this help, then exit
28797 -V, --version print version number and configuration settings, then exit
28798 -q, --quiet, --silent
28799 do not print progress messages
28800 -d, --debug don't remove temporary files
28801 --recheck update $as_me by reconfiguring in the same conditions
28802 --file=FILE[:TEMPLATE]
28803 instantiate the configuration file FILE
28804 --header=FILE[:TEMPLATE]
28805 instantiate the configuration header FILE
28807 Configuration files:
28808 $config_files
28810 Configuration headers:
28811 $config_headers
28813 Configuration commands:
28814 $config_commands
28816 Report bugs to <bug-autoconf@gnu.org>."
28818 _ACEOF
28819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28820 ac_cs_version="\\
28821 Wine config.status 1.1.20
28822 configured by $0, generated by GNU Autoconf 2.63,
28823 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28825 Copyright (C) 2008 Free Software Foundation, Inc.
28826 This config.status script is free software; the Free Software Foundation
28827 gives unlimited permission to copy, distribute and modify it."
28829 ac_pwd='$ac_pwd'
28830 srcdir='$srcdir'
28831 INSTALL='$INSTALL'
28832 test -n "\$AWK" || AWK=awk
28833 _ACEOF
28835 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28836 # The default lists apply if the user does not specify any file.
28837 ac_need_defaults=:
28838 while test $# != 0
28840 case $1 in
28841 --*=*)
28842 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28843 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28844 ac_shift=:
28847 ac_option=$1
28848 ac_optarg=$2
28849 ac_shift=shift
28851 esac
28853 case $ac_option in
28854 # Handling of the options.
28855 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28856 ac_cs_recheck=: ;;
28857 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28858 $as_echo "$ac_cs_version"; exit ;;
28859 --debug | --debu | --deb | --de | --d | -d )
28860 debug=: ;;
28861 --file | --fil | --fi | --f )
28862 $ac_shift
28863 case $ac_optarg in
28864 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28865 esac
28866 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28867 ac_need_defaults=false;;
28868 --header | --heade | --head | --hea )
28869 $ac_shift
28870 case $ac_optarg in
28871 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28872 esac
28873 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28874 ac_need_defaults=false;;
28875 --he | --h)
28876 # Conflict between --help and --header
28877 { $as_echo "$as_me: error: ambiguous option: $1
28878 Try \`$0 --help' for more information." >&2
28879 { (exit 1); exit 1; }; };;
28880 --help | --hel | -h )
28881 $as_echo "$ac_cs_usage"; exit ;;
28882 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28883 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28884 ac_cs_silent=: ;;
28886 # This is an error.
28887 -*) { $as_echo "$as_me: error: unrecognized option: $1
28888 Try \`$0 --help' for more information." >&2
28889 { (exit 1); exit 1; }; } ;;
28891 *) ac_config_targets="$ac_config_targets $1"
28892 ac_need_defaults=false ;;
28894 esac
28895 shift
28896 done
28898 ac_configure_extra_args=
28900 if $ac_cs_silent; then
28901 exec 6>/dev/null
28902 ac_configure_extra_args="$ac_configure_extra_args --silent"
28905 _ACEOF
28906 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28907 if \$ac_cs_recheck; then
28908 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28909 shift
28910 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28911 CONFIG_SHELL='$SHELL'
28912 export CONFIG_SHELL
28913 exec "\$@"
28916 _ACEOF
28917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28918 exec 5>>config.log
28920 echo
28921 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28922 ## Running $as_me. ##
28923 _ASBOX
28924 $as_echo "$ac_log"
28925 } >&5
28927 _ACEOF
28928 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28929 _ACEOF
28931 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28933 # Handling of arguments.
28934 for ac_config_target in $ac_config_targets
28936 case $ac_config_target in
28937 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28938 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28939 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28940 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28941 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28942 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28943 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28944 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28945 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28946 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28947 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28948 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28949 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28950 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28951 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28952 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28953 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28954 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28955 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28956 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28957 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28958 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28959 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28960 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28961 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28962 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28963 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28964 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28965 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28966 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28967 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28968 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28969 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28970 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28971 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28972 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28973 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28974 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28975 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28976 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28977 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28978 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28979 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28980 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28981 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28982 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28983 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28984 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28985 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28986 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28987 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28988 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28989 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28990 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28991 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28992 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28993 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28994 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28995 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28996 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28997 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28998 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28999 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29000 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29001 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29002 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29003 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29004 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29005 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29006 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29007 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29008 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29009 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29010 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29011 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29012 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29013 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29014 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29015 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29016 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29017 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29018 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29019 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29020 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29021 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29022 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29023 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29024 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29025 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29026 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29027 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29028 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29029 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29030 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29031 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29032 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29033 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29034 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29035 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29036 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29037 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29038 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29039 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29040 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29041 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29042 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29043 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29044 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29045 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29046 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29047 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29048 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29049 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29050 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29051 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29052 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29053 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29054 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29055 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29056 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29057 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29058 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29059 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29060 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29061 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29062 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29063 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29064 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29065 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29066 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29067 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29068 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29069 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29070 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29071 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29072 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29073 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29074 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29075 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29076 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29077 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29078 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29079 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29080 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29081 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29082 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29083 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29084 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29085 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29086 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29087 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29088 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29089 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29090 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29091 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29092 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29093 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29094 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29095 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29096 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29097 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29098 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29099 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29100 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29101 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29102 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29103 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29104 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29105 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29106 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29107 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29108 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29109 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29110 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29111 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29112 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29113 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29114 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29115 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29116 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29117 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29118 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29119 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29120 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29121 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29122 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29123 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29124 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29125 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29126 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29127 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29128 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29129 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29130 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29131 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29132 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29133 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29134 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29135 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29136 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29137 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29138 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29139 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29140 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29141 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29142 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29143 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29144 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29145 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29146 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29147 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29148 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29149 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29150 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29151 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29152 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29153 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29154 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29155 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29156 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29157 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29158 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29159 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29160 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29161 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29162 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29163 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29164 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29165 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29166 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29167 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29168 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29169 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29170 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29171 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29172 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29173 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29174 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29175 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29176 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29177 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29178 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29179 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29180 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29181 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29182 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29183 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29184 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29185 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29186 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29187 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29188 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29189 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29190 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29191 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29192 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29193 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29194 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29195 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29196 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29197 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29198 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29199 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29200 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29201 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29202 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29203 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29204 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29205 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29206 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29207 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29208 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29209 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29210 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29211 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29212 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29213 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29214 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29215 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29216 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29217 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29218 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29219 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29220 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29221 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29222 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29223 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29224 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29225 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29226 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29227 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29228 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29229 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29230 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29231 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29232 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29233 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29234 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29235 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29236 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29237 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29238 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29239 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29240 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29241 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29242 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29243 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29244 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29245 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29246 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29247 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29248 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29249 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29250 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29251 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29252 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29253 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29254 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29255 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29256 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29257 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29258 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29259 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29260 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29261 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29262 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29263 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29264 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29265 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29266 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29267 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29268 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29269 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29270 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29271 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29272 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29273 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29274 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29275 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29276 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29277 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29278 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29279 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29280 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29281 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29282 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29283 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29284 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29285 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29286 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29287 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29288 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29289 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29290 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29291 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29292 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29293 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29294 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29295 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29296 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29297 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29298 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29299 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29300 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29301 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29302 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29303 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29304 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29305 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29306 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29307 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29308 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29309 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29310 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29311 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29312 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29313 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29314 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29315 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29316 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29317 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29318 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29319 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29320 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29321 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29322 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29323 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29324 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29325 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29326 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29327 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29328 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29329 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29330 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29331 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29332 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29333 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29334 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29335 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29336 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29337 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29338 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29339 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29340 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29341 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29342 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29343 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29344 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29345 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29346 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29347 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29348 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29349 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29350 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29351 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29352 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29353 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29354 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29355 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29356 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29357 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29358 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29359 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29360 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29361 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29362 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29363 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29364 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29365 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29366 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29367 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29368 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29369 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29370 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29371 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29372 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29373 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29374 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29375 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29376 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29377 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29378 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29379 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29380 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29381 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29382 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29383 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29384 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29385 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29386 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29387 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29388 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29389 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29390 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29391 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29392 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29393 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29394 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29395 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29396 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29397 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29398 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29399 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29400 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29401 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29402 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29403 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29404 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29405 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29406 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29407 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29408 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29409 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29410 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29411 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29412 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29413 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29414 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29415 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29416 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29417 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29418 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29419 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29420 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29421 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29422 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29423 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29424 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29425 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29426 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29427 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29428 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29429 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29430 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29431 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29432 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29433 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29434 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29435 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29436 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29437 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29438 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29439 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29440 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29441 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29442 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29443 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29444 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29445 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29446 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29447 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29449 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29450 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29451 { (exit 1); exit 1; }; };;
29452 esac
29453 done
29456 # If the user did not use the arguments to specify the items to instantiate,
29457 # then the envvar interface is used. Set only those that are not.
29458 # We use the long form for the default assignment because of an extremely
29459 # bizarre bug on SunOS 4.1.3.
29460 if $ac_need_defaults; then
29461 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29462 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29463 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29466 # Have a temporary directory for convenience. Make it in the build tree
29467 # simply because there is no reason against having it here, and in addition,
29468 # creating and moving files from /tmp can sometimes cause problems.
29469 # Hook for its removal unless debugging.
29470 # Note that there is a small window in which the directory will not be cleaned:
29471 # after its creation but before its name has been assigned to `$tmp'.
29472 $debug ||
29474 tmp=
29475 trap 'exit_status=$?
29476 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29478 trap '{ (exit 1); exit 1; }' 1 2 13 15
29480 # Create a (secure) tmp directory for tmp files.
29483 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29484 test -n "$tmp" && test -d "$tmp"
29485 } ||
29487 tmp=./conf$$-$RANDOM
29488 (umask 077 && mkdir "$tmp")
29489 } ||
29491 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29492 { (exit 1); exit 1; }
29495 # Set up the scripts for CONFIG_FILES section.
29496 # No need to generate them if there are no CONFIG_FILES.
29497 # This happens for instance with `./config.status config.h'.
29498 if test -n "$CONFIG_FILES"; then
29500 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29501 ac_cs_awk_getline=:
29502 ac_cs_awk_pipe_init=
29503 ac_cs_awk_read_file='
29504 while ((getline aline < (F[key])) > 0)
29505 print(aline)
29506 close(F[key])'
29507 ac_cs_awk_pipe_fini=
29508 else
29509 ac_cs_awk_getline=false
29510 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29511 ac_cs_awk_read_file='
29512 print "|#_!!_#|"
29513 print "cat " F[key] " &&"
29514 '$ac_cs_awk_pipe_init
29515 # The final `:' finishes the AND list.
29516 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29518 ac_cr=' '
29519 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29520 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29521 ac_cs_awk_cr='\\r'
29522 else
29523 ac_cs_awk_cr=$ac_cr
29526 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29527 _ACEOF
29529 # Create commands to substitute file output variables.
29531 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29532 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29533 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29534 echo "_ACAWK" &&
29535 echo "_ACEOF"
29536 } >conf$$files.sh &&
29537 . ./conf$$files.sh ||
29538 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29539 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29540 { (exit 1); exit 1; }; }
29541 rm -f conf$$files.sh
29544 echo "cat >conf$$subs.awk <<_ACEOF" &&
29545 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29546 echo "_ACEOF"
29547 } >conf$$subs.sh ||
29548 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29549 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29550 { (exit 1); exit 1; }; }
29551 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29552 ac_delim='%!_!# '
29553 for ac_last_try in false false false false false :; do
29554 . ./conf$$subs.sh ||
29555 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29556 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29557 { (exit 1); exit 1; }; }
29559 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29560 if test $ac_delim_n = $ac_delim_num; then
29561 break
29562 elif $ac_last_try; then
29563 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29564 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29565 { (exit 1); exit 1; }; }
29566 else
29567 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29569 done
29570 rm -f conf$$subs.sh
29572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29573 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29574 _ACEOF
29575 sed -n '
29577 s/^/S["/; s/!.*/"]=/
29580 s/^[^!]*!//
29581 :repl
29582 t repl
29583 s/'"$ac_delim"'$//
29584 t delim
29587 s/\(.\{148\}\).*/\1/
29588 t more1
29589 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29592 b repl
29593 :more1
29594 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29597 s/.\{148\}//
29598 t nl
29599 :delim
29601 s/\(.\{148\}\).*/\1/
29602 t more2
29603 s/["\\]/\\&/g; s/^/"/; s/$/"/
29606 :more2
29607 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29610 s/.\{148\}//
29611 t delim
29612 ' <conf$$subs.awk | sed '
29613 /^[^""]/{
29615 s/\n//
29617 ' >>$CONFIG_STATUS || ac_write_fail=1
29618 rm -f conf$$subs.awk
29619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29620 _ACAWK
29621 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29622 for (key in S) S_is_set[key] = 1
29623 FS = "\a"
29624 \$ac_cs_awk_pipe_init
29627 line = $ 0
29628 nfields = split(line, field, "@")
29629 substed = 0
29630 len = length(field[1])
29631 for (i = 2; i < nfields; i++) {
29632 key = field[i]
29633 keylen = length(key)
29634 if (S_is_set[key]) {
29635 value = S[key]
29636 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29637 len += length(value) + length(field[++i])
29638 substed = 1
29639 } else
29640 len += 1 + keylen
29642 if (nfields == 3 && !substed) {
29643 key = field[2]
29644 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29645 \$ac_cs_awk_read_file
29646 next
29649 print line
29651 \$ac_cs_awk_pipe_fini
29652 _ACAWK
29653 _ACEOF
29654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29655 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29656 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29657 else
29659 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29660 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29661 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29662 { (exit 1); exit 1; }; }
29663 _ACEOF
29665 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29666 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29667 # trailing colons and then remove the whole line if VPATH becomes empty
29668 # (actually we leave an empty line to preserve line numbers).
29669 if test "x$srcdir" = x.; then
29670 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29671 s/:*\$(srcdir):*/:/
29672 s/:*\${srcdir}:*/:/
29673 s/:*@srcdir@:*/:/
29674 s/^\([^=]*=[ ]*\):*/\1/
29675 s/:*$//
29676 s/^[^=]*=[ ]*$//
29680 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29681 fi # test -n "$CONFIG_FILES"
29683 # Set up the scripts for CONFIG_HEADERS section.
29684 # No need to generate them if there are no CONFIG_HEADERS.
29685 # This happens for instance with `./config.status Makefile'.
29686 if test -n "$CONFIG_HEADERS"; then
29687 cat >"$tmp/defines.awk" <<\_ACAWK ||
29688 BEGIN {
29689 _ACEOF
29691 # Transform confdefs.h into an awk script `defines.awk', embedded as
29692 # here-document in config.status, that substitutes the proper values into
29693 # config.h.in to produce config.h.
29695 # Create a delimiter string that does not exist in confdefs.h, to ease
29696 # handling of long lines.
29697 ac_delim='%!_!# '
29698 for ac_last_try in false false :; do
29699 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29700 if test -z "$ac_t"; then
29701 break
29702 elif $ac_last_try; then
29703 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29704 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29705 { (exit 1); exit 1; }; }
29706 else
29707 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29709 done
29711 # For the awk script, D is an array of macro values keyed by name,
29712 # likewise P contains macro parameters if any. Preserve backslash
29713 # newline sequences.
29715 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29716 sed -n '
29717 s/.\{148\}/&'"$ac_delim"'/g
29718 t rset
29719 :rset
29720 s/^[ ]*#[ ]*define[ ][ ]*/ /
29721 t def
29723 :def
29724 s/\\$//
29725 t bsnl
29726 s/["\\]/\\&/g
29727 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29728 D["\1"]=" \3"/p
29729 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29731 :bsnl
29732 s/["\\]/\\&/g
29733 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29734 D["\1"]=" \3\\\\\\n"\\/p
29735 t cont
29736 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29737 t cont
29739 :cont
29741 s/.\{148\}/&'"$ac_delim"'/g
29742 t clear
29743 :clear
29744 s/\\$//
29745 t bsnlc
29746 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29748 :bsnlc
29749 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29750 b cont
29751 ' <confdefs.h | sed '
29752 s/'"$ac_delim"'/"\\\
29753 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29755 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29756 for (key in D) D_is_set[key] = 1
29757 FS = "\a"
29759 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29760 line = \$ 0
29761 split(line, arg, " ")
29762 if (arg[1] == "#") {
29763 defundef = arg[2]
29764 mac1 = arg[3]
29765 } else {
29766 defundef = substr(arg[1], 2)
29767 mac1 = arg[2]
29769 split(mac1, mac2, "(") #)
29770 macro = mac2[1]
29771 prefix = substr(line, 1, index(line, defundef) - 1)
29772 if (D_is_set[macro]) {
29773 # Preserve the white space surrounding the "#".
29774 print prefix "define", macro P[macro] D[macro]
29775 next
29776 } else {
29777 # Replace #undef with comments. This is necessary, for example,
29778 # in the case of _POSIX_SOURCE, which is predefined and required
29779 # on some systems where configure will not decide to define it.
29780 if (defundef == "undef") {
29781 print "/*", prefix defundef, macro, "*/"
29782 next
29786 { print }
29787 _ACAWK
29788 _ACEOF
29789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29790 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29791 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29792 { (exit 1); exit 1; }; }
29793 fi # test -n "$CONFIG_HEADERS"
29796 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29797 shift
29798 for ac_tag
29800 case $ac_tag in
29801 :[FHLC]) ac_mode=$ac_tag; continue;;
29802 esac
29803 case $ac_mode$ac_tag in
29804 :[FHL]*:*);;
29805 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29806 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29807 { (exit 1); exit 1; }; };;
29808 :[FH]-) ac_tag=-:-;;
29809 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29810 esac
29811 ac_save_IFS=$IFS
29812 IFS=:
29813 set x $ac_tag
29814 IFS=$ac_save_IFS
29815 shift
29816 ac_file=$1
29817 shift
29819 case $ac_mode in
29820 :L) ac_source=$1;;
29821 :[FH])
29822 ac_file_inputs=
29823 for ac_f
29825 case $ac_f in
29826 -) ac_f="$tmp/stdin";;
29827 *) # Look for the file first in the build tree, then in the source tree
29828 # (if the path is not absolute). The absolute path cannot be DOS-style,
29829 # because $ac_f cannot contain `:'.
29830 test -f "$ac_f" ||
29831 case $ac_f in
29832 [\\/$]*) false;;
29833 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29834 esac ||
29835 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29836 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29837 { (exit 1); exit 1; }; };;
29838 esac
29839 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29840 ac_file_inputs="$ac_file_inputs '$ac_f'"
29841 done
29843 # Let's still pretend it is `configure' which instantiates (i.e., don't
29844 # use $as_me), people would be surprised to read:
29845 # /* config.h. Generated by config.status. */
29846 configure_input='Generated from '`
29847 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29848 `' by configure.'
29849 if test x"$ac_file" != x-; then
29850 configure_input="$ac_file. $configure_input"
29851 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29852 $as_echo "$as_me: creating $ac_file" >&6;}
29854 # Neutralize special characters interpreted by sed in replacement strings.
29855 case $configure_input in #(
29856 *\&* | *\|* | *\\* )
29857 ac_sed_conf_input=`$as_echo "$configure_input" |
29858 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29859 *) ac_sed_conf_input=$configure_input;;
29860 esac
29862 case $ac_tag in
29863 *:-:* | *:-) cat >"$tmp/stdin" \
29864 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29865 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29866 { (exit 1); exit 1; }; } ;;
29867 esac
29869 esac
29871 ac_dir=`$as_dirname -- "$ac_file" ||
29872 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29873 X"$ac_file" : 'X\(//\)[^/]' \| \
29874 X"$ac_file" : 'X\(//\)$' \| \
29875 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29876 $as_echo X"$ac_file" |
29877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29878 s//\1/
29881 /^X\(\/\/\)[^/].*/{
29882 s//\1/
29885 /^X\(\/\/\)$/{
29886 s//\1/
29889 /^X\(\/\).*/{
29890 s//\1/
29893 s/.*/./; q'`
29894 { as_dir="$ac_dir"
29895 case $as_dir in #(
29896 -*) as_dir=./$as_dir;;
29897 esac
29898 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29899 as_dirs=
29900 while :; do
29901 case $as_dir in #(
29902 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29903 *) as_qdir=$as_dir;;
29904 esac
29905 as_dirs="'$as_qdir' $as_dirs"
29906 as_dir=`$as_dirname -- "$as_dir" ||
29907 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29908 X"$as_dir" : 'X\(//\)[^/]' \| \
29909 X"$as_dir" : 'X\(//\)$' \| \
29910 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29911 $as_echo X"$as_dir" |
29912 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29913 s//\1/
29916 /^X\(\/\/\)[^/].*/{
29917 s//\1/
29920 /^X\(\/\/\)$/{
29921 s//\1/
29924 /^X\(\/\).*/{
29925 s//\1/
29928 s/.*/./; q'`
29929 test -d "$as_dir" && break
29930 done
29931 test -z "$as_dirs" || eval "mkdir $as_dirs"
29932 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29933 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29934 { (exit 1); exit 1; }; }; }
29935 ac_builddir=.
29937 case "$ac_dir" in
29938 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29940 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29941 # A ".." for each directory in $ac_dir_suffix.
29942 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29943 case $ac_top_builddir_sub in
29944 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29945 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29946 esac ;;
29947 esac
29948 ac_abs_top_builddir=$ac_pwd
29949 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29950 # for backward compatibility:
29951 ac_top_builddir=$ac_top_build_prefix
29953 case $srcdir in
29954 .) # We are building in place.
29955 ac_srcdir=.
29956 ac_top_srcdir=$ac_top_builddir_sub
29957 ac_abs_top_srcdir=$ac_pwd ;;
29958 [\\/]* | ?:[\\/]* ) # Absolute name.
29959 ac_srcdir=$srcdir$ac_dir_suffix;
29960 ac_top_srcdir=$srcdir
29961 ac_abs_top_srcdir=$srcdir ;;
29962 *) # Relative name.
29963 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29964 ac_top_srcdir=$ac_top_build_prefix$srcdir
29965 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29966 esac
29967 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29970 case $ac_mode in
29973 # CONFIG_FILE
29976 case $INSTALL in
29977 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29978 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29979 esac
29980 _ACEOF
29982 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29983 # If the template does not know about datarootdir, expand it.
29984 # FIXME: This hack should be removed a few years after 2.60.
29985 ac_datarootdir_hack=; ac_datarootdir_seen=
29987 ac_sed_dataroot='
29988 /datarootdir/ {
29992 /@datadir@/p
29993 /@docdir@/p
29994 /@infodir@/p
29995 /@localedir@/p
29996 /@mandir@/p
29998 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29999 *datarootdir*) ac_datarootdir_seen=yes;;
30000 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30001 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30002 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30003 _ACEOF
30004 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30005 ac_datarootdir_hack='
30006 s&@datadir@&$datadir&g
30007 s&@docdir@&$docdir&g
30008 s&@infodir@&$infodir&g
30009 s&@localedir@&$localedir&g
30010 s&@mandir@&$mandir&g
30011 s&\\\${datarootdir}&$datarootdir&g' ;;
30012 esac
30013 _ACEOF
30015 # Neutralize VPATH when `$srcdir' = `.'.
30016 # Shell code in configure.ac might set extrasub.
30017 # FIXME: do we really want to maintain this feature?
30018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30019 ac_sed_extra="$ac_vpsub
30020 $extrasub
30021 _ACEOF
30022 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30024 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30025 s|@configure_input@|$ac_sed_conf_input|;t t
30026 s&@top_builddir@&$ac_top_builddir_sub&;t t
30027 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30028 s&@srcdir@&$ac_srcdir&;t t
30029 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30030 s&@top_srcdir@&$ac_top_srcdir&;t t
30031 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30032 s&@builddir@&$ac_builddir&;t t
30033 s&@abs_builddir@&$ac_abs_builddir&;t t
30034 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30035 s&@INSTALL@&$ac_INSTALL&;t t
30036 $ac_datarootdir_hack
30038 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30039 if $ac_cs_awk_getline; then
30040 $AWK -f "$tmp/subs.awk"
30041 else
30042 $AWK -f "$tmp/subs.awk" | $SHELL
30043 fi >$tmp/out \
30044 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30045 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30046 { (exit 1); exit 1; }; }
30048 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30049 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30050 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30051 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30052 which seems to be undefined. Please make sure it is defined." >&5
30053 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30054 which seems to be undefined. Please make sure it is defined." >&2;}
30056 rm -f "$tmp/stdin"
30057 case $ac_file in
30058 -) cat "$tmp/out" && rm -f "$tmp/out";;
30059 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30060 esac \
30061 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30062 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30063 { (exit 1); exit 1; }; }
30067 # CONFIG_HEADER
30069 if test x"$ac_file" != x-; then
30071 $as_echo "/* $configure_input */" \
30072 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30073 } >"$tmp/config.h" \
30074 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30075 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30076 { (exit 1); exit 1; }; }
30077 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30078 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30079 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30080 else
30081 rm -f "$ac_file"
30082 mv "$tmp/config.h" "$ac_file" \
30083 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30084 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30085 { (exit 1); exit 1; }; }
30087 else
30088 $as_echo "/* $configure_input */" \
30089 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30090 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30091 $as_echo "$as_me: error: could not create -" >&2;}
30092 { (exit 1); exit 1; }; }
30096 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30097 $as_echo "$as_me: executing $ac_file commands" >&6;}
30099 esac
30102 case $ac_file$ac_mode in
30103 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30104 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30105 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30106 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30107 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30108 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30109 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30110 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30111 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30112 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30113 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30114 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30115 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30117 esac
30118 done # for ac_tag
30121 { (exit 0); exit 0; }
30122 _ACEOF
30123 chmod +x $CONFIG_STATUS
30124 ac_clean_files=$ac_clean_files_save
30126 test $ac_write_fail = 0 ||
30127 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30128 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30129 { (exit 1); exit 1; }; }
30132 # configure is writing to config.log, and then calls config.status.
30133 # config.status does its own redirection, appending to config.log.
30134 # Unfortunately, on DOS this fails, as config.log is still kept open
30135 # by configure, so config.status won't be able to write to it; its
30136 # output is simply discarded. So we exec the FD to /dev/null,
30137 # effectively closing config.log, so it can be properly (re)opened and
30138 # appended to by config.status. When coming back to configure, we
30139 # need to make the FD available again.
30140 if test "$no_create" != yes; then
30141 ac_cs_success=:
30142 ac_config_status_args=
30143 test "$silent" = yes &&
30144 ac_config_status_args="$ac_config_status_args --quiet"
30145 exec 5>/dev/null
30146 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30147 exec 5>>config.log
30148 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30149 # would make configure fail if this is the last instruction.
30150 $ac_cs_success || { (exit 1); exit 1; }
30152 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30153 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30154 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30158 if test "$no_create" = "yes"
30159 then
30160 exit 0
30163 ac_save_IFS="$IFS"
30164 if test "x$wine_notices != "x; then
30165 echo >&6
30166 IFS="|"
30167 for msg in $wine_notices; do
30168 IFS="$ac_save_IFS"
30169 if test -n "$msg"; then
30170 { $as_echo "$as_me:$LINENO: $msg" >&5
30171 $as_echo "$as_me: $msg" >&6;}
30173 done
30175 IFS="|"
30176 for msg in $wine_warnings; do
30177 IFS="$ac_save_IFS"
30178 if test -n "$msg"; then
30179 echo >&2
30180 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30181 $as_echo "$as_me: WARNING: $msg" >&2;}
30183 done
30184 IFS="$ac_save_IFS"
30186 echo "
30187 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30188 " >&6