wininet: Added support for decompressing gzip encoded content.
[wine/testsucceed.git] / configure
blob52a8130766006595828a91bc07a59d137f14f129
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.22.
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.22'
600 PACKAGE_STRING='Wine 1.1.22'
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 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTEST
697 CROSSWINDRES
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 WINDRES
737 STRIP
738 RANLIB
739 ARFLAGS
740 ac_ct_AR
742 BISON
743 FLEX
744 TOOLSDIR
745 WIN16_INSTALL
746 WIN16_FILES
747 TARGETFLAGS
748 CPPBIN
749 ac_ct_CXX
750 CXXFLAGS
752 OBJEXT
753 EXEEXT
754 ac_ct_CC
755 CPPFLAGS
756 LDFLAGS
757 CFLAGS
759 SET_MAKE
760 host_os
761 host_vendor
762 host_cpu
763 host
764 build_os
765 build_vendor
766 build_cpu
767 build
768 MAINTAINER_MODE
769 target_alias
770 host_alias
771 build_alias
772 LIBS
773 ECHO_T
774 ECHO_N
775 ECHO_C
776 DEFS
777 mandir
778 localedir
779 libdir
780 psdir
781 pdfdir
782 dvidir
783 htmldir
784 infodir
785 docdir
786 oldincludedir
787 includedir
788 localstatedir
789 sharedstatedir
790 sysconfdir
791 datadir
792 datarootdir
793 libexecdir
794 sbindir
795 bindir
796 program_transform_name
797 prefix
798 exec_prefix
799 PACKAGE_BUGREPORT
800 PACKAGE_STRING
801 PACKAGE_VERSION
802 PACKAGE_TARNAME
803 PACKAGE_NAME
804 PATH_SEPARATOR
805 SHELL'
806 ac_subst_files='MAKE_RULES
807 MAKE_DLL_RULES
808 MAKE_IMPLIB_RULES
809 MAKE_TEST_RULES
810 MAKE_PROG_RULES'
811 ac_user_opts='
812 enable_option_checking
813 enable_win16
814 enable_win64
815 enable_tests
816 enable_maintainer_mode
817 with_alsa
818 with_audioio
819 with_capi
820 with_cms
821 with_coreaudio
822 with_cups
823 with_curses
824 with_esd
825 with_fontconfig
826 with_freetype
827 with_gphoto
828 with_glu
829 with_gnutls
830 with_hal
831 with_jack
832 with_jpeg
833 with_ldap
834 with_nas
835 with_opengl
836 with_openssl
837 with_oss
838 with_png
839 with_pthread
840 with_sane
841 with_xcomposite
842 with_xcursor
843 with_xinerama
844 with_xinput
845 with_xml
846 with_xrandr
847 with_xrender
848 with_xshape
849 with_xshm
850 with_xslt
851 with_xxf86vm
852 with_wine_tools
853 with_x
855 ac_precious_vars='build_alias
856 host_alias
857 target_alias
859 CFLAGS
860 LDFLAGS
861 LIBS
862 CPPFLAGS
864 CXXFLAGS
867 XMKMF'
870 # Initialize some variables set by options.
871 ac_init_help=
872 ac_init_version=false
873 ac_unrecognized_opts=
874 ac_unrecognized_sep=
875 # The variables have the same names as the options, with
876 # dashes changed to underlines.
877 cache_file=/dev/null
878 exec_prefix=NONE
879 no_create=
880 no_recursion=
881 prefix=NONE
882 program_prefix=NONE
883 program_suffix=NONE
884 program_transform_name=s,x,x,
885 silent=
886 site=
887 srcdir=
888 verbose=
889 x_includes=NONE
890 x_libraries=NONE
892 # Installation directory options.
893 # These are left unexpanded so users can "make install exec_prefix=/foo"
894 # and all the variables that are supposed to be based on exec_prefix
895 # by default will actually change.
896 # Use braces instead of parens because sh, perl, etc. also accept them.
897 # (The list follows the same order as the GNU Coding Standards.)
898 bindir='${exec_prefix}/bin'
899 sbindir='${exec_prefix}/sbin'
900 libexecdir='${exec_prefix}/libexec'
901 datarootdir='${prefix}/share'
902 datadir='${datarootdir}'
903 sysconfdir='${prefix}/etc'
904 sharedstatedir='${prefix}/com'
905 localstatedir='${prefix}/var'
906 includedir='${prefix}/include'
907 oldincludedir='/usr/include'
908 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
909 infodir='${datarootdir}/info'
910 htmldir='${docdir}'
911 dvidir='${docdir}'
912 pdfdir='${docdir}'
913 psdir='${docdir}'
914 libdir='${exec_prefix}/lib'
915 localedir='${datarootdir}/locale'
916 mandir='${datarootdir}/man'
918 ac_prev=
919 ac_dashdash=
920 for ac_option
922 # If the previous option needs an argument, assign it.
923 if test -n "$ac_prev"; then
924 eval $ac_prev=\$ac_option
925 ac_prev=
926 continue
929 case $ac_option in
930 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
931 *) ac_optarg=yes ;;
932 esac
934 # Accept the important Cygnus configure options, so we can diagnose typos.
936 case $ac_dashdash$ac_option in
938 ac_dashdash=yes ;;
940 -bindir | --bindir | --bindi | --bind | --bin | --bi)
941 ac_prev=bindir ;;
942 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
943 bindir=$ac_optarg ;;
945 -build | --build | --buil | --bui | --bu)
946 ac_prev=build_alias ;;
947 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
948 build_alias=$ac_optarg ;;
950 -cache-file | --cache-file | --cache-fil | --cache-fi \
951 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
952 ac_prev=cache_file ;;
953 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
954 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
955 cache_file=$ac_optarg ;;
957 --config-cache | -C)
958 cache_file=config.cache ;;
960 -datadir | --datadir | --datadi | --datad)
961 ac_prev=datadir ;;
962 -datadir=* | --datadir=* | --datadi=* | --datad=*)
963 datadir=$ac_optarg ;;
965 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
966 | --dataroo | --dataro | --datar)
967 ac_prev=datarootdir ;;
968 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
969 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
970 datarootdir=$ac_optarg ;;
972 -disable-* | --disable-*)
973 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
977 { (exit 1); exit 1; }; }
978 ac_useropt_orig=$ac_useropt
979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980 case $ac_user_opts in
982 "enable_$ac_useropt"
983 "*) ;;
984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
985 ac_unrecognized_sep=', ';;
986 esac
987 eval enable_$ac_useropt=no ;;
989 -docdir | --docdir | --docdi | --doc | --do)
990 ac_prev=docdir ;;
991 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
992 docdir=$ac_optarg ;;
994 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
995 ac_prev=dvidir ;;
996 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
997 dvidir=$ac_optarg ;;
999 -enable-* | --enable-*)
1000 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1001 # Reject names that are not valid shell variable names.
1002 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1003 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1004 { (exit 1); exit 1; }; }
1005 ac_useropt_orig=$ac_useropt
1006 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1007 case $ac_user_opts in
1009 "enable_$ac_useropt"
1010 "*) ;;
1011 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1012 ac_unrecognized_sep=', ';;
1013 esac
1014 eval enable_$ac_useropt=\$ac_optarg ;;
1016 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1017 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1018 | --exec | --exe | --ex)
1019 ac_prev=exec_prefix ;;
1020 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1021 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1022 | --exec=* | --exe=* | --ex=*)
1023 exec_prefix=$ac_optarg ;;
1025 -gas | --gas | --ga | --g)
1026 # Obsolete; use --with-gas.
1027 with_gas=yes ;;
1029 -help | --help | --hel | --he | -h)
1030 ac_init_help=long ;;
1031 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1032 ac_init_help=recursive ;;
1033 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1034 ac_init_help=short ;;
1036 -host | --host | --hos | --ho)
1037 ac_prev=host_alias ;;
1038 -host=* | --host=* | --hos=* | --ho=*)
1039 host_alias=$ac_optarg ;;
1041 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1042 ac_prev=htmldir ;;
1043 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1044 | --ht=*)
1045 htmldir=$ac_optarg ;;
1047 -includedir | --includedir | --includedi | --included | --include \
1048 | --includ | --inclu | --incl | --inc)
1049 ac_prev=includedir ;;
1050 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1051 | --includ=* | --inclu=* | --incl=* | --inc=*)
1052 includedir=$ac_optarg ;;
1054 -infodir | --infodir | --infodi | --infod | --info | --inf)
1055 ac_prev=infodir ;;
1056 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1057 infodir=$ac_optarg ;;
1059 -libdir | --libdir | --libdi | --libd)
1060 ac_prev=libdir ;;
1061 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1062 libdir=$ac_optarg ;;
1064 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1065 | --libexe | --libex | --libe)
1066 ac_prev=libexecdir ;;
1067 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1068 | --libexe=* | --libex=* | --libe=*)
1069 libexecdir=$ac_optarg ;;
1071 -localedir | --localedir | --localedi | --localed | --locale)
1072 ac_prev=localedir ;;
1073 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1074 localedir=$ac_optarg ;;
1076 -localstatedir | --localstatedir | --localstatedi | --localstated \
1077 | --localstate | --localstat | --localsta | --localst | --locals)
1078 ac_prev=localstatedir ;;
1079 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1080 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1081 localstatedir=$ac_optarg ;;
1083 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1084 ac_prev=mandir ;;
1085 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1086 mandir=$ac_optarg ;;
1088 -nfp | --nfp | --nf)
1089 # Obsolete; use --without-fp.
1090 with_fp=no ;;
1092 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1093 | --no-cr | --no-c | -n)
1094 no_create=yes ;;
1096 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1097 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1098 no_recursion=yes ;;
1100 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1101 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1102 | --oldin | --oldi | --old | --ol | --o)
1103 ac_prev=oldincludedir ;;
1104 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1105 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1106 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1107 oldincludedir=$ac_optarg ;;
1109 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1110 ac_prev=prefix ;;
1111 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1112 prefix=$ac_optarg ;;
1114 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1115 | --program-pre | --program-pr | --program-p)
1116 ac_prev=program_prefix ;;
1117 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1118 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1119 program_prefix=$ac_optarg ;;
1121 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1122 | --program-suf | --program-su | --program-s)
1123 ac_prev=program_suffix ;;
1124 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1125 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1126 program_suffix=$ac_optarg ;;
1128 -program-transform-name | --program-transform-name \
1129 | --program-transform-nam | --program-transform-na \
1130 | --program-transform-n | --program-transform- \
1131 | --program-transform | --program-transfor \
1132 | --program-transfo | --program-transf \
1133 | --program-trans | --program-tran \
1134 | --progr-tra | --program-tr | --program-t)
1135 ac_prev=program_transform_name ;;
1136 -program-transform-name=* | --program-transform-name=* \
1137 | --program-transform-nam=* | --program-transform-na=* \
1138 | --program-transform-n=* | --program-transform-=* \
1139 | --program-transform=* | --program-transfor=* \
1140 | --program-transfo=* | --program-transf=* \
1141 | --program-trans=* | --program-tran=* \
1142 | --progr-tra=* | --program-tr=* | --program-t=*)
1143 program_transform_name=$ac_optarg ;;
1145 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1146 ac_prev=pdfdir ;;
1147 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1148 pdfdir=$ac_optarg ;;
1150 -psdir | --psdir | --psdi | --psd | --ps)
1151 ac_prev=psdir ;;
1152 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1153 psdir=$ac_optarg ;;
1155 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1156 | -silent | --silent | --silen | --sile | --sil)
1157 silent=yes ;;
1159 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1160 ac_prev=sbindir ;;
1161 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1162 | --sbi=* | --sb=*)
1163 sbindir=$ac_optarg ;;
1165 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1166 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1167 | --sharedst | --shareds | --shared | --share | --shar \
1168 | --sha | --sh)
1169 ac_prev=sharedstatedir ;;
1170 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1171 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1172 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1173 | --sha=* | --sh=*)
1174 sharedstatedir=$ac_optarg ;;
1176 -site | --site | --sit)
1177 ac_prev=site ;;
1178 -site=* | --site=* | --sit=*)
1179 site=$ac_optarg ;;
1181 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1182 ac_prev=srcdir ;;
1183 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1184 srcdir=$ac_optarg ;;
1186 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1187 | --syscon | --sysco | --sysc | --sys | --sy)
1188 ac_prev=sysconfdir ;;
1189 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1190 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1191 sysconfdir=$ac_optarg ;;
1193 -target | --target | --targe | --targ | --tar | --ta | --t)
1194 ac_prev=target_alias ;;
1195 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1196 target_alias=$ac_optarg ;;
1198 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1199 verbose=yes ;;
1201 -version | --version | --versio | --versi | --vers | -V)
1202 ac_init_version=: ;;
1204 -with-* | --with-*)
1205 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1208 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1209 { (exit 1); exit 1; }; }
1210 ac_useropt_orig=$ac_useropt
1211 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1212 case $ac_user_opts in
1214 "with_$ac_useropt"
1215 "*) ;;
1216 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1217 ac_unrecognized_sep=', ';;
1218 esac
1219 eval with_$ac_useropt=\$ac_optarg ;;
1221 -without-* | --without-*)
1222 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1223 # Reject names that are not valid shell variable names.
1224 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1225 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1226 { (exit 1); exit 1; }; }
1227 ac_useropt_orig=$ac_useropt
1228 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1229 case $ac_user_opts in
1231 "with_$ac_useropt"
1232 "*) ;;
1233 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1234 ac_unrecognized_sep=', ';;
1235 esac
1236 eval with_$ac_useropt=no ;;
1238 --x)
1239 # Obsolete; use --with-x.
1240 with_x=yes ;;
1242 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1243 | --x-incl | --x-inc | --x-in | --x-i)
1244 ac_prev=x_includes ;;
1245 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1246 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1247 x_includes=$ac_optarg ;;
1249 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1250 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1251 ac_prev=x_libraries ;;
1252 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1253 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1254 x_libraries=$ac_optarg ;;
1256 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1257 Try \`$0 --help' for more information." >&2
1258 { (exit 1); exit 1; }; }
1261 *=*)
1262 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1263 # Reject names that are not valid shell variable names.
1264 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1265 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1266 { (exit 1); exit 1; }; }
1267 eval $ac_envvar=\$ac_optarg
1268 export $ac_envvar ;;
1271 # FIXME: should be removed in autoconf 3.0.
1272 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1273 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1274 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1275 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1278 esac
1279 done
1281 if test -n "$ac_prev"; then
1282 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1283 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1284 { (exit 1); exit 1; }; }
1287 if test -n "$ac_unrecognized_opts"; then
1288 case $enable_option_checking in
1289 no) ;;
1290 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1291 { (exit 1); exit 1; }; } ;;
1292 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1293 esac
1296 # Check all directory arguments for consistency.
1297 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1298 datadir sysconfdir sharedstatedir localstatedir includedir \
1299 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1300 libdir localedir mandir
1302 eval ac_val=\$$ac_var
1303 # Remove trailing slashes.
1304 case $ac_val in
1305 */ )
1306 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1307 eval $ac_var=\$ac_val;;
1308 esac
1309 # Be sure to have absolute directory names.
1310 case $ac_val in
1311 [\\/$]* | ?:[\\/]* ) continue;;
1312 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1313 esac
1314 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1315 { (exit 1); exit 1; }; }
1316 done
1318 # There might be people who depend on the old broken behavior: `$host'
1319 # used to hold the argument of --host etc.
1320 # FIXME: To remove some day.
1321 build=$build_alias
1322 host=$host_alias
1323 target=$target_alias
1325 # FIXME: To remove some day.
1326 if test "x$host_alias" != x; then
1327 if test "x$build_alias" = x; then
1328 cross_compiling=maybe
1329 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1330 If a cross compiler is detected then cross compile mode will be used." >&2
1331 elif test "x$build_alias" != "x$host_alias"; then
1332 cross_compiling=yes
1336 ac_tool_prefix=
1337 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1339 test "$silent" = yes && exec 6>/dev/null
1342 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1343 ac_ls_di=`ls -di .` &&
1344 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1345 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1346 { (exit 1); exit 1; }; }
1347 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1348 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1349 { (exit 1); exit 1; }; }
1352 # Find the source files, if location was not specified.
1353 if test -z "$srcdir"; then
1354 ac_srcdir_defaulted=yes
1355 # Try the directory containing this script, then the parent directory.
1356 ac_confdir=`$as_dirname -- "$as_myself" ||
1357 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1358 X"$as_myself" : 'X\(//\)[^/]' \| \
1359 X"$as_myself" : 'X\(//\)$' \| \
1360 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1361 $as_echo X"$as_myself" |
1362 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1363 s//\1/
1366 /^X\(\/\/\)[^/].*/{
1367 s//\1/
1370 /^X\(\/\/\)$/{
1371 s//\1/
1374 /^X\(\/\).*/{
1375 s//\1/
1378 s/.*/./; q'`
1379 srcdir=$ac_confdir
1380 if test ! -r "$srcdir/$ac_unique_file"; then
1381 srcdir=..
1383 else
1384 ac_srcdir_defaulted=no
1386 if test ! -r "$srcdir/$ac_unique_file"; then
1387 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1388 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1389 { (exit 1); exit 1; }; }
1391 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1392 ac_abs_confdir=`(
1393 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1394 { (exit 1); exit 1; }; }
1395 pwd)`
1396 # When building in place, set srcdir=.
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then
1398 srcdir=.
1400 # Remove unnecessary trailing slashes from srcdir.
1401 # Double slashes in file names in object file debugging info
1402 # mess up M-x gdb in Emacs.
1403 case $srcdir in
1404 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405 esac
1406 for ac_var in $ac_precious_vars; do
1407 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1408 eval ac_env_${ac_var}_value=\$${ac_var}
1409 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1411 done
1414 # Report the --help message.
1416 if test "$ac_init_help" = "long"; then
1417 # Omit some internal or obsolete options to make the list less imposing.
1418 # This message is too long to be a string in the A/UX 3.1 sh.
1419 cat <<_ACEOF
1420 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1422 Usage: $0 [OPTION]... [VAR=VALUE]...
1424 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1425 VAR=VALUE. See below for descriptions of some of the useful variables.
1427 Defaults for the options are specified in brackets.
1429 Configuration:
1430 -h, --help display this help and exit
1431 --help=short display options specific to this package
1432 --help=recursive display the short help of all the included packages
1433 -V, --version display version information and exit
1434 -q, --quiet, --silent do not print \`checking...' messages
1435 --cache-file=FILE cache test results in FILE [disabled]
1436 -C, --config-cache alias for \`--cache-file=config.cache'
1437 -n, --no-create do not create output files
1438 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1440 Installation directories:
1441 --prefix=PREFIX install architecture-independent files in PREFIX
1442 [$ac_default_prefix]
1443 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1444 [PREFIX]
1446 By default, \`make install' will install all the files in
1447 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1448 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1449 for instance \`--prefix=\$HOME'.
1451 For better control, use the options below.
1453 Fine tuning of the installation directories:
1454 --bindir=DIR user executables [EPREFIX/bin]
1455 --sbindir=DIR system admin executables [EPREFIX/sbin]
1456 --libexecdir=DIR program executables [EPREFIX/libexec]
1457 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1458 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1459 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1460 --libdir=DIR object code libraries [EPREFIX/lib]
1461 --includedir=DIR C header files [PREFIX/include]
1462 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1463 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1464 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1465 --infodir=DIR info documentation [DATAROOTDIR/info]
1466 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1467 --mandir=DIR man documentation [DATAROOTDIR/man]
1468 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1469 --htmldir=DIR html documentation [DOCDIR]
1470 --dvidir=DIR dvi documentation [DOCDIR]
1471 --pdfdir=DIR pdf documentation [DOCDIR]
1472 --psdir=DIR ps documentation [DOCDIR]
1473 _ACEOF
1475 cat <<\_ACEOF
1477 X features:
1478 --x-includes=DIR X include files are in DIR
1479 --x-libraries=DIR X library files are in DIR
1481 System types:
1482 --build=BUILD configure for building on BUILD [guessed]
1483 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1484 _ACEOF
1487 if test -n "$ac_init_help"; then
1488 case $ac_init_help in
1489 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1490 esac
1491 cat <<\_ACEOF
1493 Optional Features:
1494 --disable-option-checking ignore unrecognized --enable/--with options
1495 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1496 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1497 --disable-win16 do not include Win16 support
1498 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1499 binaries)
1500 --disable-tests do not build the regression tests
1501 --enable-maintainer-mode
1502 enable maintainer-specific build rules
1504 Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1507 --without-alsa do not use the Alsa sound support
1508 --without-audioio do not use the AudioIO sound support
1509 --without-capi do not use CAPI (ISDN support)
1510 --without-cms do not use CMS (color management support)
1511 --without-coreaudio do not use the CoreAudio sound support
1512 --without-cups do not use CUPS
1513 --without-curses do not use (n)curses
1514 --without-esd do not use the EsounD sound support
1515 --without-fontconfig do not use fontconfig
1516 --without-freetype do not use the FreeType library
1517 --without-gphoto do not use gphoto (Digital Camera support)
1518 --without-glu do not use the GLU library
1519 --without-gnutls do not use GnuTLS (schannel support)
1520 --without-hal do not use HAL (dynamic device support)
1521 --without-jack do not use the Jack sound support
1522 --without-jpeg do not use JPEG
1523 --without-ldap do not use LDAP
1524 --without-nas do not use the NAS sound support
1525 --without-opengl do not use OpenGL
1526 --without-openssl do not use OpenSSL
1527 --without-oss do not use the OSS sound support
1528 --without-png do not use PNG
1529 --without-pthread do not use the pthread library
1530 --without-sane do not use SANE (scanner support)
1531 --without-xcomposite do not use the Xcomposite extension
1532 --without-xcursor do not use the Xcursor extension
1533 --without-xinerama do not use Xinerama (multi-monitor support)
1534 --without-xinput do not use the Xinput extension
1535 --without-xml do not use XML
1536 --without-xrandr do not use Xrandr (resolution changes)
1537 --without-xrender do not use the Xrender extension
1538 --without-xshape do not use the Xshape extension
1539 --without-xshm do not use XShm (shared memory extension)
1540 --without-xslt do not use XSLT
1541 --without-xxf86vm do not use XFree video mode extension
1542 --with-wine-tools=DIR use Wine tools from directory DIR
1543 --with-x use the X Window System
1545 Some influential environment variables:
1546 CC C compiler command
1547 CFLAGS C compiler flags
1548 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1549 nonstandard directory <lib dir>
1550 LIBS libraries to pass to the linker, e.g. -l<library>
1551 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1552 you have headers in a nonstandard directory <include dir>
1553 CXX C++ compiler command
1554 CXXFLAGS C++ compiler flags
1555 CPP C preprocessor
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 Use these variables to override the choices made by `configure' or to help
1559 it to find libraries and programs with nonstandard names/locations.
1561 Report bugs to <wine-devel@winehq.org>.
1562 _ACEOF
1563 ac_status=$?
1566 if test "$ac_init_help" = "recursive"; then
1567 # If there are subdirs, report their specific --help.
1568 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1569 test -d "$ac_dir" ||
1570 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1571 continue
1572 ac_builddir=.
1574 case "$ac_dir" in
1575 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1577 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1578 # A ".." for each directory in $ac_dir_suffix.
1579 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1580 case $ac_top_builddir_sub in
1581 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1583 esac ;;
1584 esac
1585 ac_abs_top_builddir=$ac_pwd
1586 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1587 # for backward compatibility:
1588 ac_top_builddir=$ac_top_build_prefix
1590 case $srcdir in
1591 .) # We are building in place.
1592 ac_srcdir=.
1593 ac_top_srcdir=$ac_top_builddir_sub
1594 ac_abs_top_srcdir=$ac_pwd ;;
1595 [\\/]* | ?:[\\/]* ) # Absolute name.
1596 ac_srcdir=$srcdir$ac_dir_suffix;
1597 ac_top_srcdir=$srcdir
1598 ac_abs_top_srcdir=$srcdir ;;
1599 *) # Relative name.
1600 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1601 ac_top_srcdir=$ac_top_build_prefix$srcdir
1602 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1603 esac
1604 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1606 cd "$ac_dir" || { ac_status=$?; continue; }
1607 # Check for guested configure.
1608 if test -f "$ac_srcdir/configure.gnu"; then
1609 echo &&
1610 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1611 elif test -f "$ac_srcdir/configure"; then
1612 echo &&
1613 $SHELL "$ac_srcdir/configure" --help=recursive
1614 else
1615 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1616 fi || ac_status=$?
1617 cd "$ac_pwd" || { ac_status=$?; break; }
1618 done
1621 test -n "$ac_init_help" && exit $ac_status
1622 if $ac_init_version; then
1623 cat <<\_ACEOF
1624 Wine configure 1.1.22
1625 generated by GNU Autoconf 2.63
1627 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1628 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1629 This configure script is free software; the Free Software Foundation
1630 gives unlimited permission to copy, distribute and modify it.
1631 _ACEOF
1632 exit
1634 cat >config.log <<_ACEOF
1635 This file contains any messages produced by compilers while
1636 running configure, to aid debugging if configure makes a mistake.
1638 It was created by Wine $as_me 1.1.22, which was
1639 generated by GNU Autoconf 2.63. Invocation command line was
1641 $ $0 $@
1643 _ACEOF
1644 exec 5>>config.log
1646 cat <<_ASUNAME
1647 ## --------- ##
1648 ## Platform. ##
1649 ## --------- ##
1651 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1652 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1653 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1654 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1655 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1657 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1658 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1660 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1661 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1662 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1663 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1664 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1665 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1666 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1668 _ASUNAME
1670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1671 for as_dir in $PATH
1673 IFS=$as_save_IFS
1674 test -z "$as_dir" && as_dir=.
1675 $as_echo "PATH: $as_dir"
1676 done
1677 IFS=$as_save_IFS
1679 } >&5
1681 cat >&5 <<_ACEOF
1684 ## ----------- ##
1685 ## Core tests. ##
1686 ## ----------- ##
1688 _ACEOF
1691 # Keep a trace of the command line.
1692 # Strip out --no-create and --no-recursion so they do not pile up.
1693 # Strip out --silent because we don't want to record it for future runs.
1694 # Also quote any args containing shell meta-characters.
1695 # Make two passes to allow for proper duplicate-argument suppression.
1696 ac_configure_args=
1697 ac_configure_args0=
1698 ac_configure_args1=
1699 ac_must_keep_next=false
1700 for ac_pass in 1 2
1702 for ac_arg
1704 case $ac_arg in
1705 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1706 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1707 | -silent | --silent | --silen | --sile | --sil)
1708 continue ;;
1709 *\'*)
1710 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1711 esac
1712 case $ac_pass in
1713 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1715 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1716 if test $ac_must_keep_next = true; then
1717 ac_must_keep_next=false # Got value, back to normal.
1718 else
1719 case $ac_arg in
1720 *=* | --config-cache | -C | -disable-* | --disable-* \
1721 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1722 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1723 | -with-* | --with-* | -without-* | --without-* | --x)
1724 case "$ac_configure_args0 " in
1725 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1726 esac
1728 -* ) ac_must_keep_next=true ;;
1729 esac
1731 ac_configure_args="$ac_configure_args '$ac_arg'"
1733 esac
1734 done
1735 done
1736 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1737 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1739 # When interrupted or exit'd, cleanup temporary files, and complete
1740 # config.log. We remove comments because anyway the quotes in there
1741 # would cause problems or look ugly.
1742 # WARNING: Use '\'' to represent an apostrophe within the trap.
1743 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1744 trap 'exit_status=$?
1745 # Save into config.log some information that might help in debugging.
1747 echo
1749 cat <<\_ASBOX
1750 ## ---------------- ##
1751 ## Cache variables. ##
1752 ## ---------------- ##
1753 _ASBOX
1754 echo
1755 # The following way of writing the cache mishandles newlines in values,
1757 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1758 eval ac_val=\$$ac_var
1759 case $ac_val in #(
1760 *${as_nl}*)
1761 case $ac_var in #(
1762 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1763 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1764 esac
1765 case $ac_var in #(
1766 _ | IFS | as_nl) ;; #(
1767 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1768 *) $as_unset $ac_var ;;
1769 esac ;;
1770 esac
1771 done
1772 (set) 2>&1 |
1773 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1774 *${as_nl}ac_space=\ *)
1775 sed -n \
1776 "s/'\''/'\''\\\\'\'''\''/g;
1777 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1778 ;; #(
1780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1782 esac |
1783 sort
1785 echo
1787 cat <<\_ASBOX
1788 ## ----------------- ##
1789 ## Output variables. ##
1790 ## ----------------- ##
1791 _ASBOX
1792 echo
1793 for ac_var in $ac_subst_vars
1795 eval ac_val=\$$ac_var
1796 case $ac_val in
1797 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1798 esac
1799 $as_echo "$ac_var='\''$ac_val'\''"
1800 done | sort
1801 echo
1803 if test -n "$ac_subst_files"; then
1804 cat <<\_ASBOX
1805 ## ------------------- ##
1806 ## File substitutions. ##
1807 ## ------------------- ##
1808 _ASBOX
1809 echo
1810 for ac_var in $ac_subst_files
1812 eval ac_val=\$$ac_var
1813 case $ac_val in
1814 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1815 esac
1816 $as_echo "$ac_var='\''$ac_val'\''"
1817 done | sort
1818 echo
1821 if test -s confdefs.h; then
1822 cat <<\_ASBOX
1823 ## ----------- ##
1824 ## confdefs.h. ##
1825 ## ----------- ##
1826 _ASBOX
1827 echo
1828 cat confdefs.h
1829 echo
1831 test "$ac_signal" != 0 &&
1832 $as_echo "$as_me: caught signal $ac_signal"
1833 $as_echo "$as_me: exit $exit_status"
1834 } >&5
1835 rm -f core *.core core.conftest.* &&
1836 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1837 exit $exit_status
1839 for ac_signal in 1 2 13 15; do
1840 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1841 done
1842 ac_signal=0
1844 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1845 rm -f -r conftest* confdefs.h
1847 # Predefined preprocessor variables.
1849 cat >>confdefs.h <<_ACEOF
1850 #define PACKAGE_NAME "$PACKAGE_NAME"
1851 _ACEOF
1854 cat >>confdefs.h <<_ACEOF
1855 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1856 _ACEOF
1859 cat >>confdefs.h <<_ACEOF
1860 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1861 _ACEOF
1864 cat >>confdefs.h <<_ACEOF
1865 #define PACKAGE_STRING "$PACKAGE_STRING"
1866 _ACEOF
1869 cat >>confdefs.h <<_ACEOF
1870 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1871 _ACEOF
1874 # Let the site file select an alternate cache file if it wants to.
1875 # Prefer an explicitly selected file to automatically selected ones.
1876 ac_site_file1=NONE
1877 ac_site_file2=NONE
1878 if test -n "$CONFIG_SITE"; then
1879 ac_site_file1=$CONFIG_SITE
1880 elif test "x$prefix" != xNONE; then
1881 ac_site_file1=$prefix/share/config.site
1882 ac_site_file2=$prefix/etc/config.site
1883 else
1884 ac_site_file1=$ac_default_prefix/share/config.site
1885 ac_site_file2=$ac_default_prefix/etc/config.site
1887 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1889 test "x$ac_site_file" = xNONE && continue
1890 if test -r "$ac_site_file"; then
1891 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1892 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1893 sed 's/^/| /' "$ac_site_file" >&5
1894 . "$ac_site_file"
1896 done
1898 if test -r "$cache_file"; then
1899 # Some versions of bash will fail to source /dev/null (special
1900 # files actually), so we avoid doing that.
1901 if test -f "$cache_file"; then
1902 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1903 $as_echo "$as_me: loading cache $cache_file" >&6;}
1904 case $cache_file in
1905 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1906 *) . "./$cache_file";;
1907 esac
1909 else
1910 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1911 $as_echo "$as_me: creating cache $cache_file" >&6;}
1912 >$cache_file
1915 # Check that the precious variables saved in the cache have kept the same
1916 # value.
1917 ac_cache_corrupted=false
1918 for ac_var in $ac_precious_vars; do
1919 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1920 eval ac_new_set=\$ac_env_${ac_var}_set
1921 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1922 eval ac_new_val=\$ac_env_${ac_var}_value
1923 case $ac_old_set,$ac_new_set in
1924 set,)
1925 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1926 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1927 ac_cache_corrupted=: ;;
1928 ,set)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,);;
1934 if test "x$ac_old_val" != "x$ac_new_val"; then
1935 # differences in whitespace do not lead to failure.
1936 ac_old_val_w=`echo x $ac_old_val`
1937 ac_new_val_w=`echo x $ac_new_val`
1938 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1939 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1940 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1941 ac_cache_corrupted=:
1942 else
1943 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1944 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1945 eval $ac_var=\$ac_old_val
1947 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1948 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1949 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1950 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1951 fi;;
1952 esac
1953 # Pass precious variables to config.status.
1954 if test "$ac_new_set" = set; then
1955 case $ac_new_val in
1956 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1957 *) ac_arg=$ac_var=$ac_new_val ;;
1958 esac
1959 case " $ac_configure_args " in
1960 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1961 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1962 esac
1964 done
1965 if $ac_cache_corrupted; then
1966 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1967 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1968 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1969 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1970 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1971 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1972 { (exit 1); exit 1; }; }
1999 ac_ext=c
2000 ac_cpp='$CPP $CPPFLAGS'
2001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2007 ac_config_headers="$ac_config_headers include/config.h"
2009 ac_aux_dir=
2010 for ac_dir in tools "$srcdir"/tools; do
2011 if test -f "$ac_dir/install-sh"; then
2012 ac_aux_dir=$ac_dir
2013 ac_install_sh="$ac_aux_dir/install-sh -c"
2014 break
2015 elif 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/shtool"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/shtool install -c"
2022 break
2024 done
2025 if test -z "$ac_aux_dir"; then
2026 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2027 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2028 { (exit 1); exit 1; }; }
2031 # These three variables are undocumented and unsupported,
2032 # and are intended to be withdrawn in a future Autoconf release.
2033 # They can cause serious problems if a builder's source tree is in a directory
2034 # whose full name contains unusual characters.
2035 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2036 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2037 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2042 # Check whether --enable-win16 was given.
2043 if test "${enable_win16+set}" = set; then
2044 enableval=$enable_win16;
2047 # Check whether --enable-win64 was given.
2048 if test "${enable_win64+set}" = set; then
2049 enableval=$enable_win64;
2052 # Check whether --enable-tests was given.
2053 if test "${enable_tests+set}" = set; then
2054 enableval=$enable_tests;
2057 # Check whether --enable-maintainer-mode was given.
2058 if test "${enable_maintainer_mode+set}" = set; then
2059 enableval=$enable_maintainer_mode;
2060 else
2061 MAINTAINER_MODE=\#
2067 # Check whether --with-alsa was given.
2068 if test "${with_alsa+set}" = set; then
2069 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2073 # Check whether --with-audioio was given.
2074 if test "${with_audioio+set}" = set; then
2075 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2079 # Check whether --with-capi was given.
2080 if test "${with_capi+set}" = set; then
2081 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2085 # Check whether --with-cms was given.
2086 if test "${with_cms+set}" = set; then
2087 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2091 # Check whether --with-coreaudio was given.
2092 if test "${with_coreaudio+set}" = set; then
2093 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2097 # Check whether --with-cups was given.
2098 if test "${with_cups+set}" = set; then
2099 withval=$with_cups;
2103 # Check whether --with-curses was given.
2104 if test "${with_curses+set}" = set; then
2105 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2109 # Check whether --with-esd was given.
2110 if test "${with_esd+set}" = set; then
2111 withval=$with_esd;
2115 # Check whether --with-fontconfig was given.
2116 if test "${with_fontconfig+set}" = set; then
2117 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2121 # Check whether --with-freetype was given.
2122 if test "${with_freetype+set}" = set; then
2123 withval=$with_freetype;
2127 # Check whether --with-gphoto was given.
2128 if test "${with_gphoto+set}" = set; then
2129 withval=$with_gphoto;
2133 # Check whether --with-glu was given.
2134 if test "${with_glu+set}" = set; then
2135 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2139 # Check whether --with-gnutls was given.
2140 if test "${with_gnutls+set}" = set; then
2141 withval=$with_gnutls;
2145 # Check whether --with-hal was given.
2146 if test "${with_hal+set}" = set; then
2147 withval=$with_hal;
2151 # Check whether --with-jack was given.
2152 if test "${with_jack+set}" = set; then
2153 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2157 # Check whether --with-jpeg was given.
2158 if test "${with_jpeg+set}" = set; then
2159 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2163 # Check whether --with-ldap was given.
2164 if test "${with_ldap+set}" = set; then
2165 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2169 # Check whether --with-nas was given.
2170 if test "${with_nas+set}" = set; then
2171 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2175 # Check whether --with-opengl was given.
2176 if test "${with_opengl+set}" = set; then
2177 withval=$with_opengl;
2181 # Check whether --with-openssl was given.
2182 if test "${with_openssl+set}" = set; then
2183 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2187 # Check whether --with-oss was given.
2188 if test "${with_oss+set}" = set; then
2189 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
2193 # Check whether --with-png was given.
2194 if test "${with_png+set}" = set; then
2195 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2199 # Check whether --with-pthread was given.
2200 if test "${with_pthread+set}" = set; then
2201 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2205 # Check whether --with-sane was given.
2206 if test "${with_sane+set}" = set; then
2207 withval=$with_sane;
2211 # Check whether --with-xcomposite was given.
2212 if test "${with_xcomposite+set}" = set; then
2213 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2217 # Check whether --with-xcursor was given.
2218 if test "${with_xcursor+set}" = set; then
2219 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2223 # Check whether --with-xinerama was given.
2224 if test "${with_xinerama+set}" = set; then
2225 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2229 # Check whether --with-xinput was given.
2230 if test "${with_xinput+set}" = set; then
2231 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2235 # Check whether --with-xml was given.
2236 if test "${with_xml+set}" = set; then
2237 withval=$with_xml;
2241 # Check whether --with-xrandr was given.
2242 if test "${with_xrandr+set}" = set; then
2243 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2247 # Check whether --with-xrender was given.
2248 if test "${with_xrender+set}" = set; then
2249 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2253 # Check whether --with-xshape was given.
2254 if test "${with_xshape+set}" = set; then
2255 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2259 # Check whether --with-xshm was given.
2260 if test "${with_xshm+set}" = set; then
2261 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2265 # Check whether --with-xslt was given.
2266 if test "${with_xslt+set}" = set; then
2267 withval=$with_xslt;
2271 # Check whether --with-xxf86vm was given.
2272 if test "${with_xxf86vm+set}" = set; then
2273 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 # Check whether --with-wine-tools was given.
2279 if test "${with_wine_tools+set}" = set; then
2280 withval=$with_wine_tools;
2284 # Make sure we can run config.sub.
2285 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2286 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2287 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2288 { (exit 1); exit 1; }; }
2290 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2291 $as_echo_n "checking build system type... " >&6; }
2292 if test "${ac_cv_build+set}" = set; then
2293 $as_echo_n "(cached) " >&6
2294 else
2295 ac_build_alias=$build_alias
2296 test "x$ac_build_alias" = x &&
2297 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2298 test "x$ac_build_alias" = x &&
2299 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2300 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2301 { (exit 1); exit 1; }; }
2302 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2303 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2304 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2305 { (exit 1); exit 1; }; }
2308 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2309 $as_echo "$ac_cv_build" >&6; }
2310 case $ac_cv_build in
2311 *-*-*) ;;
2312 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2313 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2314 { (exit 1); exit 1; }; };;
2315 esac
2316 build=$ac_cv_build
2317 ac_save_IFS=$IFS; IFS='-'
2318 set x $ac_cv_build
2319 shift
2320 build_cpu=$1
2321 build_vendor=$2
2322 shift; shift
2323 # Remember, the first character of IFS is used to create $*,
2324 # except with old shells:
2325 build_os=$*
2326 IFS=$ac_save_IFS
2327 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2330 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2331 $as_echo_n "checking host system type... " >&6; }
2332 if test "${ac_cv_host+set}" = set; then
2333 $as_echo_n "(cached) " >&6
2334 else
2335 if test "x$host_alias" = x; then
2336 ac_cv_host=$ac_cv_build
2337 else
2338 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2339 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2340 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2341 { (exit 1); exit 1; }; }
2345 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2346 $as_echo "$ac_cv_host" >&6; }
2347 case $ac_cv_host in
2348 *-*-*) ;;
2349 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2350 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2351 { (exit 1); exit 1; }; };;
2352 esac
2353 host=$ac_cv_host
2354 ac_save_IFS=$IFS; IFS='-'
2355 set x $ac_cv_host
2356 shift
2357 host_cpu=$1
2358 host_vendor=$2
2359 shift; shift
2360 # Remember, the first character of IFS is used to create $*,
2361 # except with old shells:
2362 host_os=$*
2363 IFS=$ac_save_IFS
2364 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2368 case "$srcdir" in
2369 .) ;;
2370 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2371 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2372 You need to run 'make distclean' in the source tree first." >&5
2373 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2374 You need to run 'make distclean' in the source tree first." >&2;}
2375 { (exit 1); exit 1; }; }
2376 fi ;;
2377 esac
2380 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2381 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2382 set x ${MAKE-make}
2383 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2384 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2385 $as_echo_n "(cached) " >&6
2386 else
2387 cat >conftest.make <<\_ACEOF
2388 SHELL = /bin/sh
2389 all:
2390 @echo '@@@%%%=$(MAKE)=@@@%%%'
2391 _ACEOF
2392 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2393 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2394 *@@@%%%=?*=@@@%%%*)
2395 eval ac_cv_prog_make_${ac_make}_set=yes;;
2397 eval ac_cv_prog_make_${ac_make}_set=no;;
2398 esac
2399 rm -f conftest.make
2401 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2402 { $as_echo "$as_me:$LINENO: result: yes" >&5
2403 $as_echo "yes" >&6; }
2404 SET_MAKE=
2405 else
2406 { $as_echo "$as_me:$LINENO: result: no" >&5
2407 $as_echo "no" >&6; }
2408 SET_MAKE="MAKE=${MAKE-make}"
2411 ac_ext=c
2412 ac_cpp='$CPP $CPPFLAGS'
2413 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2414 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2415 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2416 if test -n "$ac_tool_prefix"; then
2417 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2418 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2419 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2420 $as_echo_n "checking for $ac_word... " >&6; }
2421 if test "${ac_cv_prog_CC+set}" = set; then
2422 $as_echo_n "(cached) " >&6
2423 else
2424 if test -n "$CC"; then
2425 ac_cv_prog_CC="$CC" # Let the user override the test.
2426 else
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428 for as_dir in $PATH
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
2433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2434 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2435 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 break 2
2438 done
2439 done
2440 IFS=$as_save_IFS
2444 CC=$ac_cv_prog_CC
2445 if test -n "$CC"; then
2446 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2447 $as_echo "$CC" >&6; }
2448 else
2449 { $as_echo "$as_me:$LINENO: result: no" >&5
2450 $as_echo "no" >&6; }
2455 if test -z "$ac_cv_prog_CC"; then
2456 ac_ct_CC=$CC
2457 # Extract the first word of "gcc", so it can be a program name with args.
2458 set dummy gcc; ac_word=$2
2459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 $as_echo_n "checking for $ac_word... " >&6; }
2461 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2462 $as_echo_n "(cached) " >&6
2463 else
2464 if test -n "$ac_ct_CC"; then
2465 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2470 IFS=$as_save_IFS
2471 test -z "$as_dir" && as_dir=.
2472 for ac_exec_ext in '' $ac_executable_extensions; do
2473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474 ac_cv_prog_ac_ct_CC="gcc"
2475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476 break 2
2478 done
2479 done
2480 IFS=$as_save_IFS
2484 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2485 if test -n "$ac_ct_CC"; then
2486 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2487 $as_echo "$ac_ct_CC" >&6; }
2488 else
2489 { $as_echo "$as_me:$LINENO: result: no" >&5
2490 $as_echo "no" >&6; }
2493 if test "x$ac_ct_CC" = x; then
2494 CC=""
2495 else
2496 case $cross_compiling:$ac_tool_warned in
2497 yes:)
2498 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2500 ac_tool_warned=yes ;;
2501 esac
2502 CC=$ac_ct_CC
2504 else
2505 CC="$ac_cv_prog_CC"
2508 if test -z "$CC"; then
2509 if test -n "$ac_tool_prefix"; then
2510 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2511 set dummy ${ac_tool_prefix}cc; ac_word=$2
2512 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2513 $as_echo_n "checking for $ac_word... " >&6; }
2514 if test "${ac_cv_prog_CC+set}" = set; then
2515 $as_echo_n "(cached) " >&6
2516 else
2517 if test -n "$CC"; then
2518 ac_cv_prog_CC="$CC" # Let the user override the test.
2519 else
2520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2521 for as_dir in $PATH
2523 IFS=$as_save_IFS
2524 test -z "$as_dir" && as_dir=.
2525 for ac_exec_ext in '' $ac_executable_extensions; do
2526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2527 ac_cv_prog_CC="${ac_tool_prefix}cc"
2528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2531 done
2532 done
2533 IFS=$as_save_IFS
2537 CC=$ac_cv_prog_CC
2538 if test -n "$CC"; then
2539 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2540 $as_echo "$CC" >&6; }
2541 else
2542 { $as_echo "$as_me:$LINENO: result: no" >&5
2543 $as_echo "no" >&6; }
2549 if test -z "$CC"; then
2550 # Extract the first word of "cc", so it can be a program name with args.
2551 set dummy cc; ac_word=$2
2552 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2553 $as_echo_n "checking for $ac_word... " >&6; }
2554 if test "${ac_cv_prog_CC+set}" = set; then
2555 $as_echo_n "(cached) " >&6
2556 else
2557 if test -n "$CC"; then
2558 ac_cv_prog_CC="$CC" # Let the user override the test.
2559 else
2560 ac_prog_rejected=no
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 for as_dir in $PATH
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2569 ac_prog_rejected=yes
2570 continue
2572 ac_cv_prog_CC="cc"
2573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2574 break 2
2576 done
2577 done
2578 IFS=$as_save_IFS
2580 if test $ac_prog_rejected = yes; then
2581 # We found a bogon in the path, so make sure we never use it.
2582 set dummy $ac_cv_prog_CC
2583 shift
2584 if test $# != 0; then
2585 # We chose a different compiler from the bogus one.
2586 # However, it has the same basename, so the bogon will be chosen
2587 # first if we set CC to just the basename; use the full file name.
2588 shift
2589 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594 CC=$ac_cv_prog_CC
2595 if test -n "$CC"; then
2596 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2597 $as_echo "$CC" >&6; }
2598 else
2599 { $as_echo "$as_me:$LINENO: result: no" >&5
2600 $as_echo "no" >&6; }
2605 if test -z "$CC"; then
2606 if test -n "$ac_tool_prefix"; then
2607 for ac_prog in cl.exe
2609 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2610 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2611 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2612 $as_echo_n "checking for $ac_word... " >&6; }
2613 if test "${ac_cv_prog_CC+set}" = set; then
2614 $as_echo_n "(cached) " >&6
2615 else
2616 if test -n "$CC"; then
2617 ac_cv_prog_CC="$CC" # Let the user override the test.
2618 else
2619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2620 for as_dir in $PATH
2622 IFS=$as_save_IFS
2623 test -z "$as_dir" && as_dir=.
2624 for ac_exec_ext in '' $ac_executable_extensions; do
2625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2626 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2627 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2628 break 2
2630 done
2631 done
2632 IFS=$as_save_IFS
2636 CC=$ac_cv_prog_CC
2637 if test -n "$CC"; then
2638 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2639 $as_echo "$CC" >&6; }
2640 else
2641 { $as_echo "$as_me:$LINENO: result: no" >&5
2642 $as_echo "no" >&6; }
2646 test -n "$CC" && break
2647 done
2649 if test -z "$CC"; then
2650 ac_ct_CC=$CC
2651 for ac_prog in cl.exe
2653 # Extract the first word of "$ac_prog", so it can be a program name with args.
2654 set dummy $ac_prog; ac_word=$2
2655 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2656 $as_echo_n "checking for $ac_word... " >&6; }
2657 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2658 $as_echo_n "(cached) " >&6
2659 else
2660 if test -n "$ac_ct_CC"; then
2661 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2662 else
2663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2664 for as_dir in $PATH
2666 IFS=$as_save_IFS
2667 test -z "$as_dir" && as_dir=.
2668 for ac_exec_ext in '' $ac_executable_extensions; do
2669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2670 ac_cv_prog_ac_ct_CC="$ac_prog"
2671 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2672 break 2
2674 done
2675 done
2676 IFS=$as_save_IFS
2680 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2681 if test -n "$ac_ct_CC"; then
2682 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2683 $as_echo "$ac_ct_CC" >&6; }
2684 else
2685 { $as_echo "$as_me:$LINENO: result: no" >&5
2686 $as_echo "no" >&6; }
2690 test -n "$ac_ct_CC" && break
2691 done
2693 if test "x$ac_ct_CC" = x; then
2694 CC=""
2695 else
2696 case $cross_compiling:$ac_tool_warned in
2697 yes:)
2698 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2699 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2700 ac_tool_warned=yes ;;
2701 esac
2702 CC=$ac_ct_CC
2709 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2711 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2712 See \`config.log' for more details." >&5
2713 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2714 See \`config.log' for more details." >&2;}
2715 { (exit 1); exit 1; }; }; }
2717 # Provide some information about the compiler.
2718 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2719 set X $ac_compile
2720 ac_compiler=$2
2721 { (ac_try="$ac_compiler --version >&5"
2722 case "(($ac_try" in
2723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2724 *) ac_try_echo=$ac_try;;
2725 esac
2726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2727 $as_echo "$ac_try_echo") >&5
2728 (eval "$ac_compiler --version >&5") 2>&5
2729 ac_status=$?
2730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2731 (exit $ac_status); }
2732 { (ac_try="$ac_compiler -v >&5"
2733 case "(($ac_try" in
2734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2735 *) ac_try_echo=$ac_try;;
2736 esac
2737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2738 $as_echo "$ac_try_echo") >&5
2739 (eval "$ac_compiler -v >&5") 2>&5
2740 ac_status=$?
2741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742 (exit $ac_status); }
2743 { (ac_try="$ac_compiler -V >&5"
2744 case "(($ac_try" in
2745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2746 *) ac_try_echo=$ac_try;;
2747 esac
2748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2749 $as_echo "$ac_try_echo") >&5
2750 (eval "$ac_compiler -V >&5") 2>&5
2751 ac_status=$?
2752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }
2755 cat >conftest.$ac_ext <<_ACEOF
2756 /* confdefs.h. */
2757 _ACEOF
2758 cat confdefs.h >>conftest.$ac_ext
2759 cat >>conftest.$ac_ext <<_ACEOF
2760 /* end confdefs.h. */
2763 main ()
2767 return 0;
2769 _ACEOF
2770 ac_clean_files_save=$ac_clean_files
2771 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2772 # Try to create an executable without -o first, disregard a.out.
2773 # It will help us diagnose broken compilers, and finding out an intuition
2774 # of exeext.
2775 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2776 $as_echo_n "checking for C compiler default output file name... " >&6; }
2777 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2779 # The possible output files:
2780 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2782 ac_rmfiles=
2783 for ac_file in $ac_files
2785 case $ac_file in
2786 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2787 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2788 esac
2789 done
2790 rm -f $ac_rmfiles
2792 if { (ac_try="$ac_link_default"
2793 case "(($ac_try" in
2794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2795 *) ac_try_echo=$ac_try;;
2796 esac
2797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2798 $as_echo "$ac_try_echo") >&5
2799 (eval "$ac_link_default") 2>&5
2800 ac_status=$?
2801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2804 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2805 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2806 # so that the user can short-circuit this test for compilers unknown to
2807 # Autoconf.
2808 for ac_file in $ac_files ''
2810 test -f "$ac_file" || continue
2811 case $ac_file in
2812 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2814 [ab].out )
2815 # We found the default executable, but exeext='' is most
2816 # certainly right.
2817 break;;
2818 *.* )
2819 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2820 then :; else
2821 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2823 # We set ac_cv_exeext here because the later test for it is not
2824 # safe: cross compilers may not add the suffix if given an `-o'
2825 # argument, so we may need to know it at that point already.
2826 # Even if this section looks crufty: it has the advantage of
2827 # actually working.
2828 break;;
2830 break;;
2831 esac
2832 done
2833 test "$ac_cv_exeext" = no && ac_cv_exeext=
2835 else
2836 ac_file=''
2839 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2840 $as_echo "$ac_file" >&6; }
2841 if test -z "$ac_file"; then
2842 $as_echo "$as_me: failed program was:" >&5
2843 sed 's/^/| /' conftest.$ac_ext >&5
2845 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2847 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2848 See \`config.log' for more details." >&5
2849 $as_echo "$as_me: error: C compiler cannot create executables
2850 See \`config.log' for more details." >&2;}
2851 { (exit 77); exit 77; }; }; }
2854 ac_exeext=$ac_cv_exeext
2856 # Check that the compiler produces executables we can run. If not, either
2857 # the compiler is broken, or we cross compile.
2858 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2859 $as_echo_n "checking whether the C compiler works... " >&6; }
2860 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2861 # If not cross compiling, check that we can run a simple program.
2862 if test "$cross_compiling" != yes; then
2863 if { ac_try='./$ac_file'
2864 { (case "(($ac_try" in
2865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2866 *) ac_try_echo=$ac_try;;
2867 esac
2868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2869 $as_echo "$ac_try_echo") >&5
2870 (eval "$ac_try") 2>&5
2871 ac_status=$?
2872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2873 (exit $ac_status); }; }; then
2874 cross_compiling=no
2875 else
2876 if test "$cross_compiling" = maybe; then
2877 cross_compiling=yes
2878 else
2879 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2881 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2882 If you meant to cross compile, use \`--host'.
2883 See \`config.log' for more details." >&5
2884 $as_echo "$as_me: error: cannot run C compiled programs.
2885 If you meant to cross compile, use \`--host'.
2886 See \`config.log' for more details." >&2;}
2887 { (exit 1); exit 1; }; }; }
2891 { $as_echo "$as_me:$LINENO: result: yes" >&5
2892 $as_echo "yes" >&6; }
2894 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2895 ac_clean_files=$ac_clean_files_save
2896 # Check that the compiler produces executables we can run. If not, either
2897 # the compiler is broken, or we cross compile.
2898 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2899 $as_echo_n "checking whether we are cross compiling... " >&6; }
2900 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2901 $as_echo "$cross_compiling" >&6; }
2903 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2904 $as_echo_n "checking for suffix of executables... " >&6; }
2905 if { (ac_try="$ac_link"
2906 case "(($ac_try" in
2907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2909 esac
2910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2911 $as_echo "$ac_try_echo") >&5
2912 (eval "$ac_link") 2>&5
2913 ac_status=$?
2914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); }; then
2916 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2917 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2918 # work properly (i.e., refer to `conftest.exe'), while it won't with
2919 # `rm'.
2920 for ac_file in conftest.exe conftest conftest.*; do
2921 test -f "$ac_file" || continue
2922 case $ac_file in
2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2924 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2925 break;;
2926 * ) break;;
2927 esac
2928 done
2929 else
2930 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2932 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2933 See \`config.log' for more details." >&5
2934 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2935 See \`config.log' for more details." >&2;}
2936 { (exit 1); exit 1; }; }; }
2939 rm -f conftest$ac_cv_exeext
2940 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2941 $as_echo "$ac_cv_exeext" >&6; }
2943 rm -f conftest.$ac_ext
2944 EXEEXT=$ac_cv_exeext
2945 ac_exeext=$EXEEXT
2946 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2947 $as_echo_n "checking for suffix of object files... " >&6; }
2948 if test "${ac_cv_objext+set}" = set; then
2949 $as_echo_n "(cached) " >&6
2950 else
2951 cat >conftest.$ac_ext <<_ACEOF
2952 /* confdefs.h. */
2953 _ACEOF
2954 cat confdefs.h >>conftest.$ac_ext
2955 cat >>conftest.$ac_ext <<_ACEOF
2956 /* end confdefs.h. */
2959 main ()
2963 return 0;
2965 _ACEOF
2966 rm -f conftest.o conftest.obj
2967 if { (ac_try="$ac_compile"
2968 case "(($ac_try" in
2969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2970 *) ac_try_echo=$ac_try;;
2971 esac
2972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2973 $as_echo "$ac_try_echo") >&5
2974 (eval "$ac_compile") 2>&5
2975 ac_status=$?
2976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2977 (exit $ac_status); }; then
2978 for ac_file in conftest.o conftest.obj conftest.*; do
2979 test -f "$ac_file" || continue;
2980 case $ac_file in
2981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2982 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2983 break;;
2984 esac
2985 done
2986 else
2987 $as_echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2990 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2992 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2993 See \`config.log' for more details." >&5
2994 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2995 See \`config.log' for more details." >&2;}
2996 { (exit 1); exit 1; }; }; }
2999 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3001 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3002 $as_echo "$ac_cv_objext" >&6; }
3003 OBJEXT=$ac_cv_objext
3004 ac_objext=$OBJEXT
3005 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3006 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3007 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3008 $as_echo_n "(cached) " >&6
3009 else
3010 cat >conftest.$ac_ext <<_ACEOF
3011 /* confdefs.h. */
3012 _ACEOF
3013 cat confdefs.h >>conftest.$ac_ext
3014 cat >>conftest.$ac_ext <<_ACEOF
3015 /* end confdefs.h. */
3018 main ()
3020 #ifndef __GNUC__
3021 choke me
3022 #endif
3025 return 0;
3027 _ACEOF
3028 rm -f conftest.$ac_objext
3029 if { (ac_try="$ac_compile"
3030 case "(($ac_try" in
3031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3032 *) ac_try_echo=$ac_try;;
3033 esac
3034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3035 $as_echo "$ac_try_echo") >&5
3036 (eval "$ac_compile") 2>conftest.er1
3037 ac_status=$?
3038 grep -v '^ *+' conftest.er1 >conftest.err
3039 rm -f conftest.er1
3040 cat conftest.err >&5
3041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3042 (exit $ac_status); } && {
3043 test -z "$ac_c_werror_flag" ||
3044 test ! -s conftest.err
3045 } && test -s conftest.$ac_objext; then
3046 ac_compiler_gnu=yes
3047 else
3048 $as_echo "$as_me: failed program was:" >&5
3049 sed 's/^/| /' conftest.$ac_ext >&5
3051 ac_compiler_gnu=no
3054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3055 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3058 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3059 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3060 if test $ac_compiler_gnu = yes; then
3061 GCC=yes
3062 else
3063 GCC=
3065 ac_test_CFLAGS=${CFLAGS+set}
3066 ac_save_CFLAGS=$CFLAGS
3067 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3068 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3069 if test "${ac_cv_prog_cc_g+set}" = set; then
3070 $as_echo_n "(cached) " >&6
3071 else
3072 ac_save_c_werror_flag=$ac_c_werror_flag
3073 ac_c_werror_flag=yes
3074 ac_cv_prog_cc_g=no
3075 CFLAGS="-g"
3076 cat >conftest.$ac_ext <<_ACEOF
3077 /* confdefs.h. */
3078 _ACEOF
3079 cat confdefs.h >>conftest.$ac_ext
3080 cat >>conftest.$ac_ext <<_ACEOF
3081 /* end confdefs.h. */
3084 main ()
3088 return 0;
3090 _ACEOF
3091 rm -f conftest.$ac_objext
3092 if { (ac_try="$ac_compile"
3093 case "(($ac_try" in
3094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3095 *) ac_try_echo=$ac_try;;
3096 esac
3097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3098 $as_echo "$ac_try_echo") >&5
3099 (eval "$ac_compile") 2>conftest.er1
3100 ac_status=$?
3101 grep -v '^ *+' conftest.er1 >conftest.err
3102 rm -f conftest.er1
3103 cat conftest.err >&5
3104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105 (exit $ac_status); } && {
3106 test -z "$ac_c_werror_flag" ||
3107 test ! -s conftest.err
3108 } && test -s conftest.$ac_objext; then
3109 ac_cv_prog_cc_g=yes
3110 else
3111 $as_echo "$as_me: failed program was:" >&5
3112 sed 's/^/| /' conftest.$ac_ext >&5
3114 CFLAGS=""
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3123 main ()
3127 return 0;
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138 (eval "$ac_compile") 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } && {
3145 test -z "$ac_c_werror_flag" ||
3146 test ! -s conftest.err
3147 } && test -s conftest.$ac_objext; then
3149 else
3150 $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3153 ac_c_werror_flag=$ac_save_c_werror_flag
3154 CFLAGS="-g"
3155 cat >conftest.$ac_ext <<_ACEOF
3156 /* confdefs.h. */
3157 _ACEOF
3158 cat confdefs.h >>conftest.$ac_ext
3159 cat >>conftest.$ac_ext <<_ACEOF
3160 /* end confdefs.h. */
3163 main ()
3167 return 0;
3169 _ACEOF
3170 rm -f conftest.$ac_objext
3171 if { (ac_try="$ac_compile"
3172 case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175 esac
3176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3177 $as_echo "$ac_try_echo") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3188 ac_cv_prog_cc_g=yes
3189 else
3190 $as_echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 ac_c_werror_flag=$ac_save_c_werror_flag
3205 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3206 $as_echo "$ac_cv_prog_cc_g" >&6; }
3207 if test "$ac_test_CFLAGS" = set; then
3208 CFLAGS=$ac_save_CFLAGS
3209 elif test $ac_cv_prog_cc_g = yes; then
3210 if test "$GCC" = yes; then
3211 CFLAGS="-g -O2"
3212 else
3213 CFLAGS="-g"
3215 else
3216 if test "$GCC" = yes; then
3217 CFLAGS="-O2"
3218 else
3219 CFLAGS=
3222 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3223 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3224 if test "${ac_cv_prog_cc_c89+set}" = set; then
3225 $as_echo_n "(cached) " >&6
3226 else
3227 ac_cv_prog_cc_c89=no
3228 ac_save_CC=$CC
3229 cat >conftest.$ac_ext <<_ACEOF
3230 /* confdefs.h. */
3231 _ACEOF
3232 cat confdefs.h >>conftest.$ac_ext
3233 cat >>conftest.$ac_ext <<_ACEOF
3234 /* end confdefs.h. */
3235 #include <stdarg.h>
3236 #include <stdio.h>
3237 #include <sys/types.h>
3238 #include <sys/stat.h>
3239 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3240 struct buf { int x; };
3241 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3242 static char *e (p, i)
3243 char **p;
3244 int i;
3246 return p[i];
3248 static char *f (char * (*g) (char **, int), char **p, ...)
3250 char *s;
3251 va_list v;
3252 va_start (v,p);
3253 s = g (p, va_arg (v,int));
3254 va_end (v);
3255 return s;
3258 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3259 function prototypes and stuff, but not '\xHH' hex character constants.
3260 These don't provoke an error unfortunately, instead are silently treated
3261 as 'x'. The following induces an error, until -std is added to get
3262 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3263 array size at least. It's necessary to write '\x00'==0 to get something
3264 that's true only with -std. */
3265 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3267 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3268 inside strings and character constants. */
3269 #define FOO(x) 'x'
3270 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3272 int test (int i, double x);
3273 struct s1 {int (*f) (int a);};
3274 struct s2 {int (*f) (double a);};
3275 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3276 int argc;
3277 char **argv;
3279 main ()
3281 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3283 return 0;
3285 _ACEOF
3286 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3287 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3289 CC="$ac_save_CC $ac_arg"
3290 rm -f conftest.$ac_objext
3291 if { (ac_try="$ac_compile"
3292 case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295 esac
3296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3297 $as_echo "$ac_try_echo") >&5
3298 (eval "$ac_compile") 2>conftest.er1
3299 ac_status=$?
3300 grep -v '^ *+' conftest.er1 >conftest.err
3301 rm -f conftest.er1
3302 cat conftest.err >&5
3303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3304 (exit $ac_status); } && {
3305 test -z "$ac_c_werror_flag" ||
3306 test ! -s conftest.err
3307 } && test -s conftest.$ac_objext; then
3308 ac_cv_prog_cc_c89=$ac_arg
3309 else
3310 $as_echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.$ac_ext >&5
3316 rm -f core conftest.err conftest.$ac_objext
3317 test "x$ac_cv_prog_cc_c89" != "xno" && break
3318 done
3319 rm -f conftest.$ac_ext
3320 CC=$ac_save_CC
3323 # AC_CACHE_VAL
3324 case "x$ac_cv_prog_cc_c89" in
3326 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3327 $as_echo "none needed" >&6; } ;;
3328 xno)
3329 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3330 $as_echo "unsupported" >&6; } ;;
3332 CC="$CC $ac_cv_prog_cc_c89"
3333 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3334 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3335 esac
3338 ac_ext=c
3339 ac_cpp='$CPP $CPPFLAGS'
3340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3344 ac_ext=cpp
3345 ac_cpp='$CXXCPP $CPPFLAGS'
3346 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3347 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3348 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3349 if test -z "$CXX"; then
3350 if test -n "$CCC"; then
3351 CXX=$CCC
3352 else
3353 if test -n "$ac_tool_prefix"; then
3354 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3356 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3357 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3358 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3359 $as_echo_n "checking for $ac_word... " >&6; }
3360 if test "${ac_cv_prog_CXX+set}" = set; then
3361 $as_echo_n "(cached) " >&6
3362 else
3363 if test -n "$CXX"; then
3364 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3365 else
3366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367 for as_dir in $PATH
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
3371 for ac_exec_ext in '' $ac_executable_extensions; do
3372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3373 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3374 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3375 break 2
3377 done
3378 done
3379 IFS=$as_save_IFS
3383 CXX=$ac_cv_prog_CXX
3384 if test -n "$CXX"; then
3385 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3386 $as_echo "$CXX" >&6; }
3387 else
3388 { $as_echo "$as_me:$LINENO: result: no" >&5
3389 $as_echo "no" >&6; }
3393 test -n "$CXX" && break
3394 done
3396 if test -z "$CXX"; then
3397 ac_ct_CXX=$CXX
3398 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3400 # Extract the first word of "$ac_prog", so it can be a program name with args.
3401 set dummy $ac_prog; ac_word=$2
3402 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3403 $as_echo_n "checking for $ac_word... " >&6; }
3404 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3405 $as_echo_n "(cached) " >&6
3406 else
3407 if test -n "$ac_ct_CXX"; then
3408 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3409 else
3410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3411 for as_dir in $PATH
3413 IFS=$as_save_IFS
3414 test -z "$as_dir" && as_dir=.
3415 for ac_exec_ext in '' $ac_executable_extensions; do
3416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3417 ac_cv_prog_ac_ct_CXX="$ac_prog"
3418 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3419 break 2
3421 done
3422 done
3423 IFS=$as_save_IFS
3427 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3428 if test -n "$ac_ct_CXX"; then
3429 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3430 $as_echo "$ac_ct_CXX" >&6; }
3431 else
3432 { $as_echo "$as_me:$LINENO: result: no" >&5
3433 $as_echo "no" >&6; }
3437 test -n "$ac_ct_CXX" && break
3438 done
3440 if test "x$ac_ct_CXX" = x; then
3441 CXX="g++"
3442 else
3443 case $cross_compiling:$ac_tool_warned in
3444 yes:)
3445 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3446 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3447 ac_tool_warned=yes ;;
3448 esac
3449 CXX=$ac_ct_CXX
3455 # Provide some information about the compiler.
3456 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3457 set X $ac_compile
3458 ac_compiler=$2
3459 { (ac_try="$ac_compiler --version >&5"
3460 case "(($ac_try" in
3461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3462 *) ac_try_echo=$ac_try;;
3463 esac
3464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3465 $as_echo "$ac_try_echo") >&5
3466 (eval "$ac_compiler --version >&5") 2>&5
3467 ac_status=$?
3468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3469 (exit $ac_status); }
3470 { (ac_try="$ac_compiler -v >&5"
3471 case "(($ac_try" in
3472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3473 *) ac_try_echo=$ac_try;;
3474 esac
3475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3476 $as_echo "$ac_try_echo") >&5
3477 (eval "$ac_compiler -v >&5") 2>&5
3478 ac_status=$?
3479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3480 (exit $ac_status); }
3481 { (ac_try="$ac_compiler -V >&5"
3482 case "(($ac_try" in
3483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3484 *) ac_try_echo=$ac_try;;
3485 esac
3486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3487 $as_echo "$ac_try_echo") >&5
3488 (eval "$ac_compiler -V >&5") 2>&5
3489 ac_status=$?
3490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3491 (exit $ac_status); }
3493 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3494 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3495 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3496 $as_echo_n "(cached) " >&6
3497 else
3498 cat >conftest.$ac_ext <<_ACEOF
3499 /* confdefs.h. */
3500 _ACEOF
3501 cat confdefs.h >>conftest.$ac_ext
3502 cat >>conftest.$ac_ext <<_ACEOF
3503 /* end confdefs.h. */
3506 main ()
3508 #ifndef __GNUC__
3509 choke me
3510 #endif
3513 return 0;
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3521 esac
3522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3523 $as_echo "$ac_try_echo") >&5
3524 (eval "$ac_compile") 2>conftest.er1
3525 ac_status=$?
3526 grep -v '^ *+' conftest.er1 >conftest.err
3527 rm -f conftest.er1
3528 cat conftest.err >&5
3529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); } && {
3531 test -z "$ac_cxx_werror_flag" ||
3532 test ! -s conftest.err
3533 } && test -s conftest.$ac_objext; then
3534 ac_compiler_gnu=yes
3535 else
3536 $as_echo "$as_me: failed program was:" >&5
3537 sed 's/^/| /' conftest.$ac_ext >&5
3539 ac_compiler_gnu=no
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3546 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3547 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3548 if test $ac_compiler_gnu = yes; then
3549 GXX=yes
3550 else
3551 GXX=
3553 ac_test_CXXFLAGS=${CXXFLAGS+set}
3554 ac_save_CXXFLAGS=$CXXFLAGS
3555 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3556 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3557 if test "${ac_cv_prog_cxx_g+set}" = set; then
3558 $as_echo_n "(cached) " >&6
3559 else
3560 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3561 ac_cxx_werror_flag=yes
3562 ac_cv_prog_cxx_g=no
3563 CXXFLAGS="-g"
3564 cat >conftest.$ac_ext <<_ACEOF
3565 /* confdefs.h. */
3566 _ACEOF
3567 cat confdefs.h >>conftest.$ac_ext
3568 cat >>conftest.$ac_ext <<_ACEOF
3569 /* end confdefs.h. */
3572 main ()
3576 return 0;
3578 _ACEOF
3579 rm -f conftest.$ac_objext
3580 if { (ac_try="$ac_compile"
3581 case "(($ac_try" in
3582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3583 *) ac_try_echo=$ac_try;;
3584 esac
3585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3586 $as_echo "$ac_try_echo") >&5
3587 (eval "$ac_compile") 2>conftest.er1
3588 ac_status=$?
3589 grep -v '^ *+' conftest.er1 >conftest.err
3590 rm -f conftest.er1
3591 cat conftest.err >&5
3592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3593 (exit $ac_status); } && {
3594 test -z "$ac_cxx_werror_flag" ||
3595 test ! -s conftest.err
3596 } && test -s conftest.$ac_objext; then
3597 ac_cv_prog_cxx_g=yes
3598 else
3599 $as_echo "$as_me: failed program was:" >&5
3600 sed 's/^/| /' conftest.$ac_ext >&5
3602 CXXFLAGS=""
3603 cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h. */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h. */
3611 main ()
3615 return 0;
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626 (eval "$ac_compile") 2>conftest.er1
3627 ac_status=$?
3628 grep -v '^ *+' conftest.er1 >conftest.err
3629 rm -f conftest.er1
3630 cat conftest.err >&5
3631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632 (exit $ac_status); } && {
3633 test -z "$ac_cxx_werror_flag" ||
3634 test ! -s conftest.err
3635 } && test -s conftest.$ac_objext; then
3637 else
3638 $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3641 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3642 CXXFLAGS="-g"
3643 cat >conftest.$ac_ext <<_ACEOF
3644 /* confdefs.h. */
3645 _ACEOF
3646 cat confdefs.h >>conftest.$ac_ext
3647 cat >>conftest.$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3651 main ()
3655 return 0;
3657 _ACEOF
3658 rm -f conftest.$ac_objext
3659 if { (ac_try="$ac_compile"
3660 case "(($ac_try" in
3661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3662 *) ac_try_echo=$ac_try;;
3663 esac
3664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3665 $as_echo "$ac_try_echo") >&5
3666 (eval "$ac_compile") 2>conftest.er1
3667 ac_status=$?
3668 grep -v '^ *+' conftest.er1 >conftest.err
3669 rm -f conftest.er1
3670 cat conftest.err >&5
3671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3672 (exit $ac_status); } && {
3673 test -z "$ac_cxx_werror_flag" ||
3674 test ! -s conftest.err
3675 } && test -s conftest.$ac_objext; then
3676 ac_cv_prog_cxx_g=yes
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3693 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3694 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3695 if test "$ac_test_CXXFLAGS" = set; then
3696 CXXFLAGS=$ac_save_CXXFLAGS
3697 elif test $ac_cv_prog_cxx_g = yes; then
3698 if test "$GXX" = yes; then
3699 CXXFLAGS="-g -O2"
3700 else
3701 CXXFLAGS="-g"
3703 else
3704 if test "$GXX" = yes; then
3705 CXXFLAGS="-O2"
3706 else
3707 CXXFLAGS=
3710 ac_ext=c
3711 ac_cpp='$CPP $CPPFLAGS'
3712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3714 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3716 if test -n "$ac_tool_prefix"; then
3717 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3718 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3719 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3722 $as_echo_n "(cached) " >&6
3723 else
3724 if test -n "$CPPBIN"; then
3725 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3730 IFS=$as_save_IFS
3731 test -z "$as_dir" && as_dir=.
3732 for ac_exec_ext in '' $ac_executable_extensions; do
3733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3734 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3735 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3736 break 2
3738 done
3739 done
3740 IFS=$as_save_IFS
3744 CPPBIN=$ac_cv_prog_CPPBIN
3745 if test -n "$CPPBIN"; then
3746 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3747 $as_echo "$CPPBIN" >&6; }
3748 else
3749 { $as_echo "$as_me:$LINENO: result: no" >&5
3750 $as_echo "no" >&6; }
3755 if test -z "$ac_cv_prog_CPPBIN"; then
3756 ac_ct_CPPBIN=$CPPBIN
3757 # Extract the first word of "cpp", so it can be a program name with args.
3758 set dummy cpp; ac_word=$2
3759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 $as_echo_n "checking for $ac_word... " >&6; }
3761 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3762 $as_echo_n "(cached) " >&6
3763 else
3764 if test -n "$ac_ct_CPPBIN"; then
3765 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3766 else
3767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3768 for as_dir in $PATH
3770 IFS=$as_save_IFS
3771 test -z "$as_dir" && as_dir=.
3772 for ac_exec_ext in '' $ac_executable_extensions; do
3773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3774 ac_cv_prog_ac_ct_CPPBIN="cpp"
3775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3776 break 2
3778 done
3779 done
3780 IFS=$as_save_IFS
3784 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3785 if test -n "$ac_ct_CPPBIN"; then
3786 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3787 $as_echo "$ac_ct_CPPBIN" >&6; }
3788 else
3789 { $as_echo "$as_me:$LINENO: result: no" >&5
3790 $as_echo "no" >&6; }
3793 if test "x$ac_ct_CPPBIN" = x; then
3794 CPPBIN="cpp"
3795 else
3796 case $cross_compiling:$ac_tool_warned in
3797 yes:)
3798 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3800 ac_tool_warned=yes ;;
3801 esac
3802 CPPBIN=$ac_ct_CPPBIN
3804 else
3805 CPPBIN="$ac_cv_prog_CPPBIN"
3809 case $host in
3810 *-darwin*)
3811 if test "x$enable_win64" == "xyes"
3812 then
3813 CC="$CC -m64"
3814 CXX="$CXX -m64"
3815 LD="${LD:-ld} -arch x86_64"
3816 AS="${AS:-as} -arch x86_64"
3817 host_cpu="x86_64"
3818 notice_platform="64-bit "
3819 TARGETFLAGS="-m64"
3821 else
3822 CC="$CC -m32"
3823 CXX="$CXX -m32"
3824 LD="${LD:-ld} -arch i386"
3825 AS="${AS:-as} -arch i386"
3826 host_cpu="i386"
3827 notice_platform="32-bit "
3828 TARGETFLAGS="-m32"
3830 enable_win16=${enable_win16:-yes}
3833 x86_64*)
3834 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3835 then
3836 CC="$CC -m32"
3837 CXX="$CXX -m32"
3838 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3839 $as_echo_n "checking whether $CC works... " >&6; }
3841 cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h. */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h. */
3849 main ()
3853 return 0;
3855 _ACEOF
3856 rm -f conftest.$ac_objext conftest$ac_exeext
3857 if { (ac_try="$ac_link"
3858 case "(($ac_try" in
3859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3860 *) ac_try_echo=$ac_try;;
3861 esac
3862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3863 $as_echo "$ac_try_echo") >&5
3864 (eval "$ac_link") 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } && {
3871 test -z "$ac_c_werror_flag" ||
3872 test ! -s conftest.err
3873 } && test -s conftest$ac_exeext && {
3874 test "$cross_compiling" = yes ||
3875 $as_test_x conftest$ac_exeext
3876 }; then
3877 { $as_echo "$as_me:$LINENO: result: yes" >&5
3878 $as_echo "yes" >&6; }
3879 else
3880 $as_echo "$as_me: failed program was:" >&5
3881 sed 's/^/| /' conftest.$ac_ext >&5
3883 { $as_echo "$as_me:$LINENO: result: no" >&5
3884 $as_echo "no" >&6; }
3885 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3886 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3887 { (exit 1); exit 1; }; }
3890 rm -rf conftest.dSYM
3891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3892 conftest$ac_exeext conftest.$ac_ext
3893 LD="${LD:-ld} -m elf_i386"
3894 AS="${AS:-as} --32"
3895 host_cpu="i386"
3896 notice_platform="32-bit "
3897 TARGETFLAGS="-m32"
3899 enable_win16=${enable_win16:-yes}
3900 else
3901 TARGETFLAGS="-m64"
3905 *-mingw32*|*-cygwin*)
3906 enable_win16=${enable_win16:-no}
3908 i[3456789]86*)
3909 enable_win16=${enable_win16:-yes}
3911 esac
3913 enable_win16=${enable_win16:-no}
3915 WIN16_FILES="\$(WIN16_FILES)"
3917 WIN16_INSTALL="\$(WIN16_INSTALL)"
3919 if test "x$enable_win16" != "xyes"
3920 then
3921 WIN16_FILES=""
3922 WIN16_INSTALL=""
3923 enable_w32skrnl=${enable_w32skrnl:-no}
3924 enable_winedos=${enable_winedos:-no}
3925 enable_winevdm=${enable_winevdm:-no}
3928 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3929 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3930 if test "${wine_cv_toolsdir+set}" = set; then
3931 $as_echo_n "(cached) " >&6
3932 else
3933 if test -z "$with_wine_tools"; then
3934 if test "$cross_compiling" = "yes"; then
3935 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3936 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3937 { (exit 1); exit 1; }; }
3938 else
3939 wine_cv_toolsdir="\$(TOPOBJDIR)"
3941 elif test -d "$with_wine_tools/tools/winebuild"; then
3942 case $with_wine_tools in
3943 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3944 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3945 esac
3946 else
3947 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3948 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3949 { (exit 1); exit 1; }; }
3952 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3953 $as_echo "$wine_cv_toolsdir" >&6; }
3954 TOOLSDIR=$wine_cv_toolsdir
3956 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3957 then
3958 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3962 for ac_prog in flex
3964 # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_FLEX+set}" = set; then
3969 $as_echo_n "(cached) " >&6
3970 else
3971 if test -n "$FLEX"; then
3972 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_FLEX="$ac_prog"
3982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 break 2
3985 done
3986 done
3987 IFS=$as_save_IFS
3991 FLEX=$ac_cv_prog_FLEX
3992 if test -n "$FLEX"; then
3993 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3994 $as_echo "$FLEX" >&6; }
3995 else
3996 { $as_echo "$as_me:$LINENO: result: no" >&5
3997 $as_echo "no" >&6; }
4001 test -n "$FLEX" && break
4002 done
4003 test -n "$FLEX" || FLEX="none"
4005 if test "$FLEX" = "none"
4006 then
4007 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4008 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4009 { (exit 1); exit 1; }; }
4012 for ac_prog in bison
4014 # Extract the first word of "$ac_prog", so it can be a program name with args.
4015 set dummy $ac_prog; ac_word=$2
4016 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4017 $as_echo_n "checking for $ac_word... " >&6; }
4018 if test "${ac_cv_prog_BISON+set}" = set; then
4019 $as_echo_n "(cached) " >&6
4020 else
4021 if test -n "$BISON"; then
4022 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4023 else
4024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4025 for as_dir in $PATH
4027 IFS=$as_save_IFS
4028 test -z "$as_dir" && as_dir=.
4029 for ac_exec_ext in '' $ac_executable_extensions; do
4030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4031 ac_cv_prog_BISON="$ac_prog"
4032 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4033 break 2
4035 done
4036 done
4037 IFS=$as_save_IFS
4041 BISON=$ac_cv_prog_BISON
4042 if test -n "$BISON"; then
4043 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4044 $as_echo "$BISON" >&6; }
4045 else
4046 { $as_echo "$as_me:$LINENO: result: no" >&5
4047 $as_echo "no" >&6; }
4051 test -n "$BISON" && break
4052 done
4053 test -n "$BISON" || BISON="none"
4055 if test "$BISON" = "none"
4056 then
4057 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4058 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4059 { (exit 1); exit 1; }; }
4062 if test -n "$ac_tool_prefix"; then
4063 for ac_prog in ar gar
4065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_AR+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$AR"; then
4073 ac_cv_prog_AR="$AR" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 AR=$ac_cv_prog_AR
4093 if test -n "$AR"; then
4094 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4095 $as_echo "$AR" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$AR" && break
4103 done
4105 if test -z "$AR"; then
4106 ac_ct_AR=$AR
4107 for ac_prog in ar gar
4109 # Extract the first word of "$ac_prog", so it can be a program name with args.
4110 set dummy $ac_prog; ac_word=$2
4111 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4112 $as_echo_n "checking for $ac_word... " >&6; }
4113 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4114 $as_echo_n "(cached) " >&6
4115 else
4116 if test -n "$ac_ct_AR"; then
4117 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4118 else
4119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120 for as_dir in $PATH
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_AR="$ac_prog"
4127 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4130 done
4131 done
4132 IFS=$as_save_IFS
4136 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4137 if test -n "$ac_ct_AR"; then
4138 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4139 $as_echo "$ac_ct_AR" >&6; }
4140 else
4141 { $as_echo "$as_me:$LINENO: result: no" >&5
4142 $as_echo "no" >&6; }
4146 test -n "$ac_ct_AR" && break
4147 done
4149 if test "x$ac_ct_AR" = x; then
4150 AR="ar"
4151 else
4152 case $cross_compiling:$ac_tool_warned in
4153 yes:)
4154 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4156 ac_tool_warned=yes ;;
4157 esac
4158 AR=$ac_ct_AR
4162 ARFLAGS=rc
4164 if test -n "$ac_tool_prefix"; then
4165 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4166 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4167 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4168 $as_echo_n "checking for $ac_word... " >&6; }
4169 if test "${ac_cv_prog_RANLIB+set}" = set; then
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -n "$RANLIB"; then
4173 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4174 else
4175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176 for as_dir in $PATH
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
4180 for ac_exec_ext in '' $ac_executable_extensions; do
4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4182 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4183 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4184 break 2
4186 done
4187 done
4188 IFS=$as_save_IFS
4192 RANLIB=$ac_cv_prog_RANLIB
4193 if test -n "$RANLIB"; then
4194 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4195 $as_echo "$RANLIB" >&6; }
4196 else
4197 { $as_echo "$as_me:$LINENO: result: no" >&5
4198 $as_echo "no" >&6; }
4203 if test -z "$ac_cv_prog_RANLIB"; then
4204 ac_ct_RANLIB=$RANLIB
4205 # Extract the first word of "ranlib", so it can be a program name with args.
4206 set dummy ranlib; ac_word=$2
4207 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4208 $as_echo_n "checking for $ac_word... " >&6; }
4209 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4210 $as_echo_n "(cached) " >&6
4211 else
4212 if test -n "$ac_ct_RANLIB"; then
4213 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4214 else
4215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216 for as_dir in $PATH
4218 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=.
4220 for ac_exec_ext in '' $ac_executable_extensions; do
4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4222 ac_cv_prog_ac_ct_RANLIB="ranlib"
4223 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4224 break 2
4226 done
4227 done
4228 IFS=$as_save_IFS
4232 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4233 if test -n "$ac_ct_RANLIB"; then
4234 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4235 $as_echo "$ac_ct_RANLIB" >&6; }
4236 else
4237 { $as_echo "$as_me:$LINENO: result: no" >&5
4238 $as_echo "no" >&6; }
4241 if test "x$ac_ct_RANLIB" = x; then
4242 RANLIB=":"
4243 else
4244 case $cross_compiling:$ac_tool_warned in
4245 yes:)
4246 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248 ac_tool_warned=yes ;;
4249 esac
4250 RANLIB=$ac_ct_RANLIB
4252 else
4253 RANLIB="$ac_cv_prog_RANLIB"
4256 if test -n "$ac_tool_prefix"; then
4257 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4258 set dummy ${ac_tool_prefix}strip; ac_word=$2
4259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4260 $as_echo_n "checking for $ac_word... " >&6; }
4261 if test "${ac_cv_prog_STRIP+set}" = set; then
4262 $as_echo_n "(cached) " >&6
4263 else
4264 if test -n "$STRIP"; then
4265 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4266 else
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
4272 for ac_exec_ext in '' $ac_executable_extensions; do
4273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4274 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4275 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4276 break 2
4278 done
4279 done
4280 IFS=$as_save_IFS
4284 STRIP=$ac_cv_prog_STRIP
4285 if test -n "$STRIP"; then
4286 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4287 $as_echo "$STRIP" >&6; }
4288 else
4289 { $as_echo "$as_me:$LINENO: result: no" >&5
4290 $as_echo "no" >&6; }
4295 if test -z "$ac_cv_prog_STRIP"; then
4296 ac_ct_STRIP=$STRIP
4297 # Extract the first word of "strip", so it can be a program name with args.
4298 set dummy strip; ac_word=$2
4299 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4300 $as_echo_n "checking for $ac_word... " >&6; }
4301 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4302 $as_echo_n "(cached) " >&6
4303 else
4304 if test -n "$ac_ct_STRIP"; then
4305 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4306 else
4307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4308 for as_dir in $PATH
4310 IFS=$as_save_IFS
4311 test -z "$as_dir" && as_dir=.
4312 for ac_exec_ext in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4314 ac_cv_prog_ac_ct_STRIP="strip"
4315 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4316 break 2
4318 done
4319 done
4320 IFS=$as_save_IFS
4324 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4325 if test -n "$ac_ct_STRIP"; then
4326 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4327 $as_echo "$ac_ct_STRIP" >&6; }
4328 else
4329 { $as_echo "$as_me:$LINENO: result: no" >&5
4330 $as_echo "no" >&6; }
4333 if test "x$ac_ct_STRIP" = x; then
4334 STRIP="strip"
4335 else
4336 case $cross_compiling:$ac_tool_warned in
4337 yes:)
4338 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4340 ac_tool_warned=yes ;;
4341 esac
4342 STRIP=$ac_ct_STRIP
4344 else
4345 STRIP="$ac_cv_prog_STRIP"
4348 if test -n "$ac_tool_prefix"; then
4349 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4350 set dummy ${ac_tool_prefix}windres; ac_word=$2
4351 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4352 $as_echo_n "checking for $ac_word... " >&6; }
4353 if test "${ac_cv_prog_WINDRES+set}" = set; then
4354 $as_echo_n "(cached) " >&6
4355 else
4356 if test -n "$WINDRES"; then
4357 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4358 else
4359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 for as_dir in $PATH
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4366 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4367 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4368 break 2
4370 done
4371 done
4372 IFS=$as_save_IFS
4376 WINDRES=$ac_cv_prog_WINDRES
4377 if test -n "$WINDRES"; then
4378 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4379 $as_echo "$WINDRES" >&6; }
4380 else
4381 { $as_echo "$as_me:$LINENO: result: no" >&5
4382 $as_echo "no" >&6; }
4387 if test -z "$ac_cv_prog_WINDRES"; then
4388 ac_ct_WINDRES=$WINDRES
4389 # Extract the first word of "windres", so it can be a program name with args.
4390 set dummy windres; ac_word=$2
4391 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4392 $as_echo_n "checking for $ac_word... " >&6; }
4393 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4394 $as_echo_n "(cached) " >&6
4395 else
4396 if test -n "$ac_ct_WINDRES"; then
4397 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4398 else
4399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400 for as_dir in $PATH
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4406 ac_cv_prog_ac_ct_WINDRES="windres"
4407 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 break 2
4410 done
4411 done
4412 IFS=$as_save_IFS
4416 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4417 if test -n "$ac_ct_WINDRES"; then
4418 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4419 $as_echo "$ac_ct_WINDRES" >&6; }
4420 else
4421 { $as_echo "$as_me:$LINENO: result: no" >&5
4422 $as_echo "no" >&6; }
4425 if test "x$ac_ct_WINDRES" = x; then
4426 WINDRES="false"
4427 else
4428 case $cross_compiling:$ac_tool_warned in
4429 yes:)
4430 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4431 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4432 ac_tool_warned=yes ;;
4433 esac
4434 WINDRES=$ac_ct_WINDRES
4436 else
4437 WINDRES="$ac_cv_prog_WINDRES"
4440 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4441 $as_echo_n "checking whether ln -s works... " >&6; }
4442 LN_S=$as_ln_s
4443 if test "$LN_S" = "ln -s"; then
4444 { $as_echo "$as_me:$LINENO: result: yes" >&5
4445 $as_echo "yes" >&6; }
4446 else
4447 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4448 $as_echo "no, using $LN_S" >&6; }
4451 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4452 $as_echo_n "checking whether ln works... " >&6; }
4453 rm -f conf$$ conf$$.file
4454 echo >conf$$.file
4455 if ln conf$$.file conf$$ 2>/dev/null; then
4456 LN=ln
4458 { $as_echo "$as_me:$LINENO: result: yes" >&5
4459 $as_echo "yes" >&6; }
4460 else
4461 LN="cp -p"
4463 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4464 $as_echo "no, using $LN" >&6; }
4466 rm -f conf$$ conf$$.file
4467 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4468 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4469 if test "${ac_cv_path_GREP+set}" = set; then
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -z "$GREP"; then
4473 ac_path_GREP_found=false
4474 # Loop through the user's path and test for each of PROGNAME-LIST
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_prog in grep ggrep; do
4481 for ac_exec_ext in '' $ac_executable_extensions; do
4482 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4483 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4484 # Check for GNU ac_path_GREP and select it if it is found.
4485 # Check for GNU $ac_path_GREP
4486 case `"$ac_path_GREP" --version 2>&1` in
4487 *GNU*)
4488 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4490 ac_count=0
4491 $as_echo_n 0123456789 >"conftest.in"
4492 while :
4494 cat "conftest.in" "conftest.in" >"conftest.tmp"
4495 mv "conftest.tmp" "conftest.in"
4496 cp "conftest.in" "conftest.nl"
4497 $as_echo 'GREP' >> "conftest.nl"
4498 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4499 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4500 ac_count=`expr $ac_count + 1`
4501 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4502 # Best one so far, save it but keep looking for a better one
4503 ac_cv_path_GREP="$ac_path_GREP"
4504 ac_path_GREP_max=$ac_count
4506 # 10*(2^10) chars as input seems more than enough
4507 test $ac_count -gt 10 && break
4508 done
4509 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4510 esac
4512 $ac_path_GREP_found && break 3
4513 done
4514 done
4515 done
4516 IFS=$as_save_IFS
4517 if test -z "$ac_cv_path_GREP"; then
4518 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4519 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4520 { (exit 1); exit 1; }; }
4522 else
4523 ac_cv_path_GREP=$GREP
4527 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4528 $as_echo "$ac_cv_path_GREP" >&6; }
4529 GREP="$ac_cv_path_GREP"
4532 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4533 $as_echo_n "checking for egrep... " >&6; }
4534 if test "${ac_cv_path_EGREP+set}" = set; then
4535 $as_echo_n "(cached) " >&6
4536 else
4537 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4538 then ac_cv_path_EGREP="$GREP -E"
4539 else
4540 if test -z "$EGREP"; then
4541 ac_path_EGREP_found=false
4542 # Loop through the user's path and test for each of PROGNAME-LIST
4543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4546 IFS=$as_save_IFS
4547 test -z "$as_dir" && as_dir=.
4548 for ac_prog in egrep; do
4549 for ac_exec_ext in '' $ac_executable_extensions; do
4550 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4551 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4552 # Check for GNU ac_path_EGREP and select it if it is found.
4553 # Check for GNU $ac_path_EGREP
4554 case `"$ac_path_EGREP" --version 2>&1` in
4555 *GNU*)
4556 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4558 ac_count=0
4559 $as_echo_n 0123456789 >"conftest.in"
4560 while :
4562 cat "conftest.in" "conftest.in" >"conftest.tmp"
4563 mv "conftest.tmp" "conftest.in"
4564 cp "conftest.in" "conftest.nl"
4565 $as_echo 'EGREP' >> "conftest.nl"
4566 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4567 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4568 ac_count=`expr $ac_count + 1`
4569 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4570 # Best one so far, save it but keep looking for a better one
4571 ac_cv_path_EGREP="$ac_path_EGREP"
4572 ac_path_EGREP_max=$ac_count
4574 # 10*(2^10) chars as input seems more than enough
4575 test $ac_count -gt 10 && break
4576 done
4577 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4578 esac
4580 $ac_path_EGREP_found && break 3
4581 done
4582 done
4583 done
4584 IFS=$as_save_IFS
4585 if test -z "$ac_cv_path_EGREP"; then
4586 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4587 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4588 { (exit 1); exit 1; }; }
4590 else
4591 ac_cv_path_EGREP=$EGREP
4596 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4597 $as_echo "$ac_cv_path_EGREP" >&6; }
4598 EGREP="$ac_cv_path_EGREP"
4601 # Extract the first word of "ldconfig", so it can be a program name with args.
4602 set dummy ldconfig; 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_path_LDCONFIG+set}" = set; then
4606 $as_echo_n "(cached) " >&6
4607 else
4608 case $LDCONFIG in
4609 [\\/]* | ?:[\\/]*)
4610 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4614 for as_dir in /sbin /usr/sbin $PATH
4616 IFS=$as_save_IFS
4617 test -z "$as_dir" && as_dir=.
4618 for ac_exec_ext in '' $ac_executable_extensions; do
4619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4620 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4621 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4622 break 2
4624 done
4625 done
4626 IFS=$as_save_IFS
4628 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4630 esac
4632 LDCONFIG=$ac_cv_path_LDCONFIG
4633 if test -n "$LDCONFIG"; then
4634 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4635 $as_echo "$LDCONFIG" >&6; }
4636 else
4637 { $as_echo "$as_me:$LINENO: result: no" >&5
4638 $as_echo "no" >&6; }
4642 # Find a good install program. We prefer a C program (faster),
4643 # so one script is as good as another. But avoid the broken or
4644 # incompatible versions:
4645 # SysV /etc/install, /usr/sbin/install
4646 # SunOS /usr/etc/install
4647 # IRIX /sbin/install
4648 # AIX /bin/install
4649 # AmigaOS /C/install, which installs bootblocks on floppy discs
4650 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4651 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4652 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4653 # OS/2's system install, which has a completely different semantic
4654 # ./install, which can be erroneously created by make from ./install.sh.
4655 # Reject install programs that cannot install multiple files.
4656 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4657 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4658 if test -z "$INSTALL"; then
4659 if test "${ac_cv_path_install+set}" = set; then
4660 $as_echo_n "(cached) " >&6
4661 else
4662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663 for as_dir in $PATH
4665 IFS=$as_save_IFS
4666 test -z "$as_dir" && as_dir=.
4667 # Account for people who put trailing slashes in PATH elements.
4668 case $as_dir/ in
4669 ./ | .// | /cC/* | \
4670 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4671 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4672 /usr/ucb/* ) ;;
4674 # OSF1 and SCO ODT 3.0 have their own names for install.
4675 # Don't use installbsd from OSF since it installs stuff as root
4676 # by default.
4677 for ac_prog in ginstall scoinst install; do
4678 for ac_exec_ext in '' $ac_executable_extensions; do
4679 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4680 if test $ac_prog = install &&
4681 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4682 # AIX install. It has an incompatible calling convention.
4684 elif test $ac_prog = install &&
4685 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4686 # program-specific install script used by HP pwplus--don't use.
4688 else
4689 rm -rf conftest.one conftest.two conftest.dir
4690 echo one > conftest.one
4691 echo two > conftest.two
4692 mkdir conftest.dir
4693 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4694 test -s conftest.one && test -s conftest.two &&
4695 test -s conftest.dir/conftest.one &&
4696 test -s conftest.dir/conftest.two
4697 then
4698 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4699 break 3
4703 done
4704 done
4706 esac
4708 done
4709 IFS=$as_save_IFS
4711 rm -rf conftest.one conftest.two conftest.dir
4714 if test "${ac_cv_path_install+set}" = set; then
4715 INSTALL=$ac_cv_path_install
4716 else
4717 # As a last resort, use the slow shell script. Don't cache a
4718 # value for INSTALL within a source directory, because that will
4719 # break other packages using the cache if that directory is
4720 # removed, or if the value is a relative name.
4721 INSTALL=$ac_install_sh
4724 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4725 $as_echo "$INSTALL" >&6; }
4727 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4728 # It thinks the first close brace ends the variable substitution.
4729 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4731 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4733 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4735 case "$INSTALL" in
4736 [\\/$]* | ?:[\\/]* ) ;;
4737 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4738 esac
4740 for ac_prog in lclint lint
4742 # Extract the first word of "$ac_prog", so it can be a program name with args.
4743 set dummy $ac_prog; ac_word=$2
4744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4745 $as_echo_n "checking for $ac_word... " >&6; }
4746 if test "${ac_cv_prog_LINT+set}" = set; then
4747 $as_echo_n "(cached) " >&6
4748 else
4749 if test -n "$LINT"; then
4750 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4751 else
4752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4753 for as_dir in $PATH
4755 IFS=$as_save_IFS
4756 test -z "$as_dir" && as_dir=.
4757 for ac_exec_ext in '' $ac_executable_extensions; do
4758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4759 ac_cv_prog_LINT="$ac_prog"
4760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4761 break 2
4763 done
4764 done
4765 IFS=$as_save_IFS
4769 LINT=$ac_cv_prog_LINT
4770 if test -n "$LINT"; then
4771 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4772 $as_echo "$LINT" >&6; }
4773 else
4774 { $as_echo "$as_me:$LINENO: result: no" >&5
4775 $as_echo "no" >&6; }
4779 test -n "$LINT" && break
4780 done
4782 if test "$LINT" = "lint"
4783 then
4784 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4789 for ac_prog in fontforge
4791 # Extract the first word of "$ac_prog", so it can be a program name with args.
4792 set dummy $ac_prog; ac_word=$2
4793 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4794 $as_echo_n "checking for $ac_word... " >&6; }
4795 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4796 $as_echo_n "(cached) " >&6
4797 else
4798 if test -n "$FONTFORGE"; then
4799 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4800 else
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in $PATH
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_prog_FONTFORGE="$ac_prog"
4809 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4812 done
4813 done
4814 IFS=$as_save_IFS
4818 FONTFORGE=$ac_cv_prog_FONTFORGE
4819 if test -n "$FONTFORGE"; then
4820 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4821 $as_echo "$FONTFORGE" >&6; }
4822 else
4823 { $as_echo "$as_me:$LINENO: result: no" >&5
4824 $as_echo "no" >&6; }
4828 test -n "$FONTFORGE" && break
4829 done
4830 test -n "$FONTFORGE" || FONTFORGE="false"
4832 for ac_prog in pkg-config
4834 # Extract the first word of "$ac_prog", so it can be a program name with args.
4835 set dummy $ac_prog; ac_word=$2
4836 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4837 $as_echo_n "checking for $ac_word... " >&6; }
4838 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4839 $as_echo_n "(cached) " >&6
4840 else
4841 if test -n "$PKG_CONFIG"; then
4842 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4843 else
4844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4845 for as_dir in $PATH
4847 IFS=$as_save_IFS
4848 test -z "$as_dir" && as_dir=.
4849 for ac_exec_ext in '' $ac_executable_extensions; do
4850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4851 ac_cv_prog_PKG_CONFIG="$ac_prog"
4852 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4853 break 2
4855 done
4856 done
4857 IFS=$as_save_IFS
4861 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4862 if test -n "$PKG_CONFIG"; then
4863 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4864 $as_echo "$PKG_CONFIG" >&6; }
4865 else
4866 { $as_echo "$as_me:$LINENO: result: no" >&5
4867 $as_echo "no" >&6; }
4871 test -n "$PKG_CONFIG" && break
4872 done
4873 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4875 for ac_prog in rsvg
4877 # Extract the first word of "$ac_prog", so it can be a program name with args.
4878 set dummy $ac_prog; ac_word=$2
4879 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4880 $as_echo_n "checking for $ac_word... " >&6; }
4881 if test "${ac_cv_prog_RSVG+set}" = set; then
4882 $as_echo_n "(cached) " >&6
4883 else
4884 if test -n "$RSVG"; then
4885 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4886 else
4887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888 for as_dir in $PATH
4890 IFS=$as_save_IFS
4891 test -z "$as_dir" && as_dir=.
4892 for ac_exec_ext in '' $ac_executable_extensions; do
4893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4894 ac_cv_prog_RSVG="$ac_prog"
4895 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 break 2
4898 done
4899 done
4900 IFS=$as_save_IFS
4904 RSVG=$ac_cv_prog_RSVG
4905 if test -n "$RSVG"; then
4906 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4907 $as_echo "$RSVG" >&6; }
4908 else
4909 { $as_echo "$as_me:$LINENO: result: no" >&5
4910 $as_echo "no" >&6; }
4914 test -n "$RSVG" && break
4915 done
4916 test -n "$RSVG" || RSVG="false"
4918 for ac_prog in icotool
4920 # Extract the first word of "$ac_prog", so it can be a program name with args.
4921 set dummy $ac_prog; ac_word=$2
4922 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4923 $as_echo_n "checking for $ac_word... " >&6; }
4924 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test -n "$ICOTOOL"; then
4928 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4929 else
4930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931 for as_dir in $PATH
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
4936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4937 ac_cv_prog_ICOTOOL="$ac_prog"
4938 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4941 done
4942 done
4943 IFS=$as_save_IFS
4947 ICOTOOL=$ac_cv_prog_ICOTOOL
4948 if test -n "$ICOTOOL"; then
4949 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4950 $as_echo "$ICOTOOL" >&6; }
4951 else
4952 { $as_echo "$as_me:$LINENO: result: no" >&5
4953 $as_echo "no" >&6; }
4957 test -n "$ICOTOOL" && break
4958 done
4959 test -n "$ICOTOOL" || ICOTOOL="false"
4962 if test "${enable_maintainer_mode+set}" = set
4963 then
4964 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4965 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4966 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4969 case $host_cpu in
4970 *i[3456789]86*)
4971 # Extract the first word of "prelink", so it can be a program name with args.
4972 set dummy prelink; ac_word=$2
4973 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4974 $as_echo_n "checking for $ac_word... " >&6; }
4975 if test "${ac_cv_path_PRELINK+set}" = set; then
4976 $as_echo_n "(cached) " >&6
4977 else
4978 case $PRELINK in
4979 [\\/]* | ?:[\\/]*)
4980 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4984 for as_dir in /sbin /usr/sbin $PATH
4986 IFS=$as_save_IFS
4987 test -z "$as_dir" && as_dir=.
4988 for ac_exec_ext in '' $ac_executable_extensions; do
4989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4990 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4991 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4992 break 2
4994 done
4995 done
4996 IFS=$as_save_IFS
4998 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5000 esac
5002 PRELINK=$ac_cv_path_PRELINK
5003 if test -n "$PRELINK"; then
5004 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5005 $as_echo "$PRELINK" >&6; }
5006 else
5007 { $as_echo "$as_me:$LINENO: result: no" >&5
5008 $as_echo "no" >&6; }
5013 esac
5017 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5018 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5019 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5020 $as_echo_n "(cached) " >&6
5021 else
5022 ac_check_lib_save_LIBS=$LIBS
5023 LIBS="-li386 $LIBS"
5024 cat >conftest.$ac_ext <<_ACEOF
5025 /* confdefs.h. */
5026 _ACEOF
5027 cat confdefs.h >>conftest.$ac_ext
5028 cat >>conftest.$ac_ext <<_ACEOF
5029 /* end confdefs.h. */
5031 /* Override any GCC internal prototype to avoid an error.
5032 Use char because int might match the return type of a GCC
5033 builtin and then its argument prototype would still apply. */
5034 #ifdef __cplusplus
5035 extern "C"
5036 #endif
5037 char i386_set_ldt ();
5039 main ()
5041 return i386_set_ldt ();
5043 return 0;
5045 _ACEOF
5046 rm -f conftest.$ac_objext conftest$ac_exeext
5047 if { (ac_try="$ac_link"
5048 case "(($ac_try" in
5049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5050 *) ac_try_echo=$ac_try;;
5051 esac
5052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5053 $as_echo "$ac_try_echo") >&5
5054 (eval "$ac_link") 2>conftest.er1
5055 ac_status=$?
5056 grep -v '^ *+' conftest.er1 >conftest.err
5057 rm -f conftest.er1
5058 cat conftest.err >&5
5059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } && {
5061 test -z "$ac_c_werror_flag" ||
5062 test ! -s conftest.err
5063 } && test -s conftest$ac_exeext && {
5064 test "$cross_compiling" = yes ||
5065 $as_test_x conftest$ac_exeext
5066 }; then
5067 ac_cv_lib_i386_i386_set_ldt=yes
5068 else
5069 $as_echo "$as_me: failed program was:" >&5
5070 sed 's/^/| /' conftest.$ac_ext >&5
5072 ac_cv_lib_i386_i386_set_ldt=no
5075 rm -rf conftest.dSYM
5076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5077 conftest$ac_exeext conftest.$ac_ext
5078 LIBS=$ac_check_lib_save_LIBS
5080 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5081 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5082 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5083 cat >>confdefs.h <<_ACEOF
5084 #define HAVE_LIBI386 1
5085 _ACEOF
5087 LIBS="-li386 $LIBS"
5092 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5093 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5094 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5095 $as_echo_n "(cached) " >&6
5096 else
5097 ac_check_lib_save_LIBS=$LIBS
5098 LIBS="-lossaudio $LIBS"
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h. */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5106 /* Override any GCC internal prototype to avoid an error.
5107 Use char because int might match the return type of a GCC
5108 builtin and then its argument prototype would still apply. */
5109 #ifdef __cplusplus
5110 extern "C"
5111 #endif
5112 char _oss_ioctl ();
5114 main ()
5116 return _oss_ioctl ();
5118 return 0;
5120 _ACEOF
5121 rm -f conftest.$ac_objext conftest$ac_exeext
5122 if { (ac_try="$ac_link"
5123 case "(($ac_try" in
5124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5125 *) ac_try_echo=$ac_try;;
5126 esac
5127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5128 $as_echo "$ac_try_echo") >&5
5129 (eval "$ac_link") 2>conftest.er1
5130 ac_status=$?
5131 grep -v '^ *+' conftest.er1 >conftest.err
5132 rm -f conftest.er1
5133 cat conftest.err >&5
5134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5135 (exit $ac_status); } && {
5136 test -z "$ac_c_werror_flag" ||
5137 test ! -s conftest.err
5138 } && test -s conftest$ac_exeext && {
5139 test "$cross_compiling" = yes ||
5140 $as_test_x conftest$ac_exeext
5141 }; then
5142 ac_cv_lib_ossaudio__oss_ioctl=yes
5143 else
5144 $as_echo "$as_me: failed program was:" >&5
5145 sed 's/^/| /' conftest.$ac_ext >&5
5147 ac_cv_lib_ossaudio__oss_ioctl=no
5150 rm -rf conftest.dSYM
5151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5156 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5157 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5158 cat >>confdefs.h <<_ACEOF
5159 #define HAVE_LIBOSSAUDIO 1
5160 _ACEOF
5162 LIBS="-lossaudio $LIBS"
5167 XLIB=""
5169 OPENGL_LIBS=""
5173 ac_ext=c
5174 ac_cpp='$CPP $CPPFLAGS'
5175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5178 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5179 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5180 # On Suns, sometimes $CPP names a directory.
5181 if test -n "$CPP" && test -d "$CPP"; then
5182 CPP=
5184 if test -z "$CPP"; then
5185 if test "${ac_cv_prog_CPP+set}" = set; then
5186 $as_echo_n "(cached) " >&6
5187 else
5188 # Double quotes because CPP needs to be expanded
5189 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5191 ac_preproc_ok=false
5192 for ac_c_preproc_warn_flag in '' yes
5194 # Use a header file that comes with gcc, so configuring glibc
5195 # with a fresh cross-compiler works.
5196 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5197 # <limits.h> exists even on freestanding compilers.
5198 # On the NeXT, cc -E runs the code through the compiler's parser,
5199 # not just through cpp. "Syntax error" is here to catch this case.
5200 cat >conftest.$ac_ext <<_ACEOF
5201 /* confdefs.h. */
5202 _ACEOF
5203 cat confdefs.h >>conftest.$ac_ext
5204 cat >>conftest.$ac_ext <<_ACEOF
5205 /* end confdefs.h. */
5206 #ifdef __STDC__
5207 # include <limits.h>
5208 #else
5209 # include <assert.h>
5210 #endif
5211 Syntax error
5212 _ACEOF
5213 if { (ac_try="$ac_cpp conftest.$ac_ext"
5214 case "(($ac_try" in
5215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5216 *) ac_try_echo=$ac_try;;
5217 esac
5218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5219 $as_echo "$ac_try_echo") >&5
5220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5221 ac_status=$?
5222 grep -v '^ *+' conftest.er1 >conftest.err
5223 rm -f conftest.er1
5224 cat conftest.err >&5
5225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } >/dev/null && {
5227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 }; then
5231 else
5232 $as_echo "$as_me: failed program was:" >&5
5233 sed 's/^/| /' conftest.$ac_ext >&5
5235 # Broken: fails on valid input.
5236 continue
5239 rm -f conftest.err conftest.$ac_ext
5241 # OK, works on sane cases. Now check whether nonexistent headers
5242 # can be detected and how.
5243 cat >conftest.$ac_ext <<_ACEOF
5244 /* confdefs.h. */
5245 _ACEOF
5246 cat confdefs.h >>conftest.$ac_ext
5247 cat >>conftest.$ac_ext <<_ACEOF
5248 /* end confdefs.h. */
5249 #include <ac_nonexistent.h>
5250 _ACEOF
5251 if { (ac_try="$ac_cpp conftest.$ac_ext"
5252 case "(($ac_try" in
5253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5254 *) ac_try_echo=$ac_try;;
5255 esac
5256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5257 $as_echo "$ac_try_echo") >&5
5258 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5259 ac_status=$?
5260 grep -v '^ *+' conftest.er1 >conftest.err
5261 rm -f conftest.er1
5262 cat conftest.err >&5
5263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264 (exit $ac_status); } >/dev/null && {
5265 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5266 test ! -s conftest.err
5267 }; then
5268 # Broken: success on invalid input.
5269 continue
5270 else
5271 $as_echo "$as_me: failed program was:" >&5
5272 sed 's/^/| /' conftest.$ac_ext >&5
5274 # Passes both tests.
5275 ac_preproc_ok=:
5276 break
5279 rm -f conftest.err conftest.$ac_ext
5281 done
5282 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5283 rm -f conftest.err conftest.$ac_ext
5284 if $ac_preproc_ok; then
5285 break
5288 done
5289 ac_cv_prog_CPP=$CPP
5292 CPP=$ac_cv_prog_CPP
5293 else
5294 ac_cv_prog_CPP=$CPP
5296 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5297 $as_echo "$CPP" >&6; }
5298 ac_preproc_ok=false
5299 for ac_c_preproc_warn_flag in '' yes
5301 # Use a header file that comes with gcc, so configuring glibc
5302 # with a fresh cross-compiler works.
5303 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5304 # <limits.h> exists even on freestanding compilers.
5305 # On the NeXT, cc -E runs the code through the compiler's parser,
5306 # not just through cpp. "Syntax error" is here to catch this case.
5307 cat >conftest.$ac_ext <<_ACEOF
5308 /* confdefs.h. */
5309 _ACEOF
5310 cat confdefs.h >>conftest.$ac_ext
5311 cat >>conftest.$ac_ext <<_ACEOF
5312 /* end confdefs.h. */
5313 #ifdef __STDC__
5314 # include <limits.h>
5315 #else
5316 # include <assert.h>
5317 #endif
5318 Syntax error
5319 _ACEOF
5320 if { (ac_try="$ac_cpp conftest.$ac_ext"
5321 case "(($ac_try" in
5322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5323 *) ac_try_echo=$ac_try;;
5324 esac
5325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5326 $as_echo "$ac_try_echo") >&5
5327 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5328 ac_status=$?
5329 grep -v '^ *+' conftest.er1 >conftest.err
5330 rm -f conftest.er1
5331 cat conftest.err >&5
5332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5333 (exit $ac_status); } >/dev/null && {
5334 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5335 test ! -s conftest.err
5336 }; then
5338 else
5339 $as_echo "$as_me: failed program was:" >&5
5340 sed 's/^/| /' conftest.$ac_ext >&5
5342 # Broken: fails on valid input.
5343 continue
5346 rm -f conftest.err conftest.$ac_ext
5348 # OK, works on sane cases. Now check whether nonexistent headers
5349 # can be detected and how.
5350 cat >conftest.$ac_ext <<_ACEOF
5351 /* confdefs.h. */
5352 _ACEOF
5353 cat confdefs.h >>conftest.$ac_ext
5354 cat >>conftest.$ac_ext <<_ACEOF
5355 /* end confdefs.h. */
5356 #include <ac_nonexistent.h>
5357 _ACEOF
5358 if { (ac_try="$ac_cpp conftest.$ac_ext"
5359 case "(($ac_try" in
5360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5361 *) ac_try_echo=$ac_try;;
5362 esac
5363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5364 $as_echo "$ac_try_echo") >&5
5365 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5366 ac_status=$?
5367 grep -v '^ *+' conftest.er1 >conftest.err
5368 rm -f conftest.er1
5369 cat conftest.err >&5
5370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } >/dev/null && {
5372 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5373 test ! -s conftest.err
5374 }; then
5375 # Broken: success on invalid input.
5376 continue
5377 else
5378 $as_echo "$as_me: failed program was:" >&5
5379 sed 's/^/| /' conftest.$ac_ext >&5
5381 # Passes both tests.
5382 ac_preproc_ok=:
5383 break
5386 rm -f conftest.err conftest.$ac_ext
5388 done
5389 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5390 rm -f conftest.err conftest.$ac_ext
5391 if $ac_preproc_ok; then
5393 else
5394 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5395 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5396 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5397 See \`config.log' for more details." >&5
5398 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5399 See \`config.log' for more details." >&2;}
5400 { (exit 1); exit 1; }; }; }
5403 ac_ext=c
5404 ac_cpp='$CPP $CPPFLAGS'
5405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5410 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5411 $as_echo_n "checking for ANSI C header files... " >&6; }
5412 if test "${ac_cv_header_stdc+set}" = set; then
5413 $as_echo_n "(cached) " >&6
5414 else
5415 cat >conftest.$ac_ext <<_ACEOF
5416 /* confdefs.h. */
5417 _ACEOF
5418 cat confdefs.h >>conftest.$ac_ext
5419 cat >>conftest.$ac_ext <<_ACEOF
5420 /* end confdefs.h. */
5421 #include <stdlib.h>
5422 #include <stdarg.h>
5423 #include <string.h>
5424 #include <float.h>
5427 main ()
5431 return 0;
5433 _ACEOF
5434 rm -f conftest.$ac_objext
5435 if { (ac_try="$ac_compile"
5436 case "(($ac_try" in
5437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5438 *) ac_try_echo=$ac_try;;
5439 esac
5440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5441 $as_echo "$ac_try_echo") >&5
5442 (eval "$ac_compile") 2>conftest.er1
5443 ac_status=$?
5444 grep -v '^ *+' conftest.er1 >conftest.err
5445 rm -f conftest.er1
5446 cat conftest.err >&5
5447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448 (exit $ac_status); } && {
5449 test -z "$ac_c_werror_flag" ||
5450 test ! -s conftest.err
5451 } && test -s conftest.$ac_objext; then
5452 ac_cv_header_stdc=yes
5453 else
5454 $as_echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5457 ac_cv_header_stdc=no
5460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 if test $ac_cv_header_stdc = yes; then
5463 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5464 cat >conftest.$ac_ext <<_ACEOF
5465 /* confdefs.h. */
5466 _ACEOF
5467 cat confdefs.h >>conftest.$ac_ext
5468 cat >>conftest.$ac_ext <<_ACEOF
5469 /* end confdefs.h. */
5470 #include <string.h>
5472 _ACEOF
5473 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5474 $EGREP "memchr" >/dev/null 2>&1; then
5476 else
5477 ac_cv_header_stdc=no
5479 rm -f conftest*
5483 if test $ac_cv_header_stdc = yes; then
5484 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5485 cat >conftest.$ac_ext <<_ACEOF
5486 /* confdefs.h. */
5487 _ACEOF
5488 cat confdefs.h >>conftest.$ac_ext
5489 cat >>conftest.$ac_ext <<_ACEOF
5490 /* end confdefs.h. */
5491 #include <stdlib.h>
5493 _ACEOF
5494 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5495 $EGREP "free" >/dev/null 2>&1; then
5497 else
5498 ac_cv_header_stdc=no
5500 rm -f conftest*
5504 if test $ac_cv_header_stdc = yes; then
5505 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5506 if test "$cross_compiling" = yes; then
5508 else
5509 cat >conftest.$ac_ext <<_ACEOF
5510 /* confdefs.h. */
5511 _ACEOF
5512 cat confdefs.h >>conftest.$ac_ext
5513 cat >>conftest.$ac_ext <<_ACEOF
5514 /* end confdefs.h. */
5515 #include <ctype.h>
5516 #include <stdlib.h>
5517 #if ((' ' & 0x0FF) == 0x020)
5518 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5519 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5520 #else
5521 # define ISLOWER(c) \
5522 (('a' <= (c) && (c) <= 'i') \
5523 || ('j' <= (c) && (c) <= 'r') \
5524 || ('s' <= (c) && (c) <= 'z'))
5525 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5526 #endif
5528 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5530 main ()
5532 int i;
5533 for (i = 0; i < 256; i++)
5534 if (XOR (islower (i), ISLOWER (i))
5535 || toupper (i) != TOUPPER (i))
5536 return 2;
5537 return 0;
5539 _ACEOF
5540 rm -f conftest$ac_exeext
5541 if { (ac_try="$ac_link"
5542 case "(($ac_try" in
5543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5544 *) ac_try_echo=$ac_try;;
5545 esac
5546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5547 $as_echo "$ac_try_echo") >&5
5548 (eval "$ac_link") 2>&5
5549 ac_status=$?
5550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5552 { (case "(($ac_try" in
5553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5554 *) ac_try_echo=$ac_try;;
5555 esac
5556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5557 $as_echo "$ac_try_echo") >&5
5558 (eval "$ac_try") 2>&5
5559 ac_status=$?
5560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5561 (exit $ac_status); }; }; then
5563 else
5564 $as_echo "$as_me: program exited with status $ac_status" >&5
5565 $as_echo "$as_me: failed program was:" >&5
5566 sed 's/^/| /' conftest.$ac_ext >&5
5568 ( exit $ac_status )
5569 ac_cv_header_stdc=no
5571 rm -rf conftest.dSYM
5572 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5578 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5579 $as_echo "$ac_cv_header_stdc" >&6; }
5580 if test $ac_cv_header_stdc = yes; then
5582 cat >>confdefs.h <<\_ACEOF
5583 #define STDC_HEADERS 1
5584 _ACEOF
5588 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5598 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5599 inttypes.h stdint.h unistd.h
5601 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5602 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5603 $as_echo_n "checking for $ac_header... " >&6; }
5604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5605 $as_echo_n "(cached) " >&6
5606 else
5607 cat >conftest.$ac_ext <<_ACEOF
5608 /* confdefs.h. */
5609 _ACEOF
5610 cat confdefs.h >>conftest.$ac_ext
5611 cat >>conftest.$ac_ext <<_ACEOF
5612 /* end confdefs.h. */
5613 $ac_includes_default
5615 #include <$ac_header>
5616 _ACEOF
5617 rm -f conftest.$ac_objext
5618 if { (ac_try="$ac_compile"
5619 case "(($ac_try" in
5620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5621 *) ac_try_echo=$ac_try;;
5622 esac
5623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5624 $as_echo "$ac_try_echo") >&5
5625 (eval "$ac_compile") 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } && {
5632 test -z "$ac_c_werror_flag" ||
5633 test ! -s conftest.err
5634 } && test -s conftest.$ac_objext; then
5635 eval "$as_ac_Header=yes"
5636 else
5637 $as_echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5640 eval "$as_ac_Header=no"
5643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5645 ac_res=`eval 'as_val=${'$as_ac_Header'}
5646 $as_echo "$as_val"'`
5647 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5648 $as_echo "$ac_res" >&6; }
5649 as_val=`eval 'as_val=${'$as_ac_Header'}
5650 $as_echo "$as_val"'`
5651 if test "x$as_val" = x""yes; then
5652 cat >>confdefs.h <<_ACEOF
5653 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5654 _ACEOF
5658 done
5783 for ac_header in \
5784 AudioUnit/AudioUnit.h \
5785 Carbon/Carbon.h \
5786 CoreAudio/CoreAudio.h \
5787 DiskArbitration/DiskArbitration.h \
5788 IOKit/IOKitLib.h \
5789 IOKit/hid/IOHIDLib.h \
5790 alias.h \
5791 alsa/asoundlib.h \
5792 arpa/inet.h \
5793 arpa/nameser.h \
5794 asm/types.h \
5795 capi20.h \
5796 curses.h \
5797 direct.h \
5798 dirent.h \
5799 dlfcn.h \
5800 elf.h \
5801 float.h \
5802 fontconfig/fontconfig.h \
5803 getopt.h \
5804 grp.h \
5805 ieeefp.h \
5806 inet/mib2.h \
5807 io.h \
5808 jack/jack.h \
5809 jpeglib.h \
5810 kstat.h \
5811 lber.h \
5812 lcms.h \
5813 lcms/lcms.h \
5814 ldap.h \
5815 libaudioio.h \
5816 link.h \
5817 linux/cdrom.h \
5818 linux/compiler.h \
5819 linux/hdreg.h \
5820 linux/input.h \
5821 linux/ioctl.h \
5822 linux/joystick.h \
5823 linux/major.h \
5824 linux/param.h \
5825 linux/serial.h \
5826 linux/types.h \
5827 linux/ucdrom.h \
5828 mach-o/dyld_images.h \
5829 mach-o/nlist.h \
5830 mach/mach.h \
5831 mach/machine.h \
5832 machine/cpu.h \
5833 machine/limits.h \
5834 machine/soundcard.h \
5835 mntent.h \
5836 ncurses.h \
5837 netdb.h \
5838 netinet/in.h \
5839 netinet/in_systm.h \
5840 netinet/tcp.h \
5841 netinet/tcp_fsm.h \
5842 openssl/err.h \
5843 openssl/ssl.h \
5844 png.h \
5845 poll.h \
5846 process.h \
5847 pthread.h \
5848 pwd.h \
5849 regex.h \
5850 sched.h \
5851 scsi/scsi.h \
5852 scsi/scsi_ioctl.h \
5853 scsi/sg.h \
5854 soundcard.h \
5855 stdint.h \
5856 strings.h \
5857 stropts.h \
5858 sys/asoundlib.h \
5859 sys/cdio.h \
5860 sys/elf32.h \
5861 sys/epoll.h \
5862 sys/errno.h \
5863 sys/event.h \
5864 sys/exec_elf.h \
5865 sys/filio.h \
5866 sys/ioctl.h \
5867 sys/ipc.h \
5868 sys/limits.h \
5869 sys/link.h \
5870 sys/mman.h \
5871 sys/modem.h \
5872 sys/msg.h \
5873 sys/mtio.h \
5874 sys/param.h \
5875 sys/poll.h \
5876 sys/prctl.h \
5877 sys/protosw.h \
5878 sys/ptrace.h \
5879 sys/resource.h \
5880 sys/scsiio.h \
5881 sys/shm.h \
5882 sys/signal.h \
5883 sys/socket.h \
5884 sys/socketvar.h \
5885 sys/sockio.h \
5886 sys/soundcard.h \
5887 sys/statvfs.h \
5888 sys/strtio.h \
5889 sys/syscall.h \
5890 sys/tihdr.h \
5891 sys/time.h \
5892 sys/timeout.h \
5893 sys/times.h \
5894 sys/uio.h \
5895 sys/un.h \
5896 sys/utsname.h \
5897 sys/vm86.h \
5898 sys/wait.h \
5899 syscall.h \
5900 termios.h \
5901 unistd.h \
5902 utime.h \
5903 valgrind/memcheck.h \
5904 valgrind/valgrind.h \
5905 zlib.h
5908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5910 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5911 $as_echo_n "checking for $ac_header... " >&6; }
5912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5913 $as_echo_n "(cached) " >&6
5915 ac_res=`eval 'as_val=${'$as_ac_Header'}
5916 $as_echo "$as_val"'`
5917 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5918 $as_echo "$ac_res" >&6; }
5919 else
5920 # Is the header compilable?
5921 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5922 $as_echo_n "checking $ac_header usability... " >&6; }
5923 cat >conftest.$ac_ext <<_ACEOF
5924 /* confdefs.h. */
5925 _ACEOF
5926 cat confdefs.h >>conftest.$ac_ext
5927 cat >>conftest.$ac_ext <<_ACEOF
5928 /* end confdefs.h. */
5929 $ac_includes_default
5930 #include <$ac_header>
5931 _ACEOF
5932 rm -f conftest.$ac_objext
5933 if { (ac_try="$ac_compile"
5934 case "(($ac_try" in
5935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5936 *) ac_try_echo=$ac_try;;
5937 esac
5938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5939 $as_echo "$ac_try_echo") >&5
5940 (eval "$ac_compile") 2>conftest.er1
5941 ac_status=$?
5942 grep -v '^ *+' conftest.er1 >conftest.err
5943 rm -f conftest.er1
5944 cat conftest.err >&5
5945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946 (exit $ac_status); } && {
5947 test -z "$ac_c_werror_flag" ||
5948 test ! -s conftest.err
5949 } && test -s conftest.$ac_objext; then
5950 ac_header_compiler=yes
5951 else
5952 $as_echo "$as_me: failed program was:" >&5
5953 sed 's/^/| /' conftest.$ac_ext >&5
5955 ac_header_compiler=no
5958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5959 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5960 $as_echo "$ac_header_compiler" >&6; }
5962 # Is the header present?
5963 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5964 $as_echo_n "checking $ac_header presence... " >&6; }
5965 cat >conftest.$ac_ext <<_ACEOF
5966 /* confdefs.h. */
5967 _ACEOF
5968 cat confdefs.h >>conftest.$ac_ext
5969 cat >>conftest.$ac_ext <<_ACEOF
5970 /* end confdefs.h. */
5971 #include <$ac_header>
5972 _ACEOF
5973 if { (ac_try="$ac_cpp conftest.$ac_ext"
5974 case "(($ac_try" in
5975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5976 *) ac_try_echo=$ac_try;;
5977 esac
5978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5979 $as_echo "$ac_try_echo") >&5
5980 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5981 ac_status=$?
5982 grep -v '^ *+' conftest.er1 >conftest.err
5983 rm -f conftest.er1
5984 cat conftest.err >&5
5985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5986 (exit $ac_status); } >/dev/null && {
5987 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5988 test ! -s conftest.err
5989 }; then
5990 ac_header_preproc=yes
5991 else
5992 $as_echo "$as_me: failed program was:" >&5
5993 sed 's/^/| /' conftest.$ac_ext >&5
5995 ac_header_preproc=no
5998 rm -f conftest.err conftest.$ac_ext
5999 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6000 $as_echo "$ac_header_preproc" >&6; }
6002 # So? What about this header?
6003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6004 yes:no: )
6005 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6006 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6007 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6008 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6009 ac_header_preproc=yes
6011 no:yes:* )
6012 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6013 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6014 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6015 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6016 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6017 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6018 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6019 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6020 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6021 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6022 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6023 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6024 ( cat <<\_ASBOX
6025 ## ------------------------------------ ##
6026 ## Report this to wine-devel@winehq.org ##
6027 ## ------------------------------------ ##
6028 _ASBOX
6029 ) | sed "s/^/$as_me: WARNING: /" >&2
6031 esac
6032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6033 $as_echo_n "checking for $ac_header... " >&6; }
6034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6035 $as_echo_n "(cached) " >&6
6036 else
6037 eval "$as_ac_Header=\$ac_header_preproc"
6039 ac_res=`eval 'as_val=${'$as_ac_Header'}
6040 $as_echo "$as_val"'`
6041 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6042 $as_echo "$ac_res" >&6; }
6045 as_val=`eval 'as_val=${'$as_ac_Header'}
6046 $as_echo "$as_val"'`
6047 if test "x$as_val" = x""yes; then
6048 cat >>confdefs.h <<_ACEOF
6049 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6050 _ACEOF
6054 done
6056 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6057 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6058 if test "${ac_cv_header_stat_broken+set}" = set; then
6059 $as_echo_n "(cached) " >&6
6060 else
6061 cat >conftest.$ac_ext <<_ACEOF
6062 /* confdefs.h. */
6063 _ACEOF
6064 cat confdefs.h >>conftest.$ac_ext
6065 cat >>conftest.$ac_ext <<_ACEOF
6066 /* end confdefs.h. */
6067 #include <sys/types.h>
6068 #include <sys/stat.h>
6070 #if defined S_ISBLK && defined S_IFDIR
6071 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6072 #endif
6074 #if defined S_ISBLK && defined S_IFCHR
6075 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6076 #endif
6078 #if defined S_ISLNK && defined S_IFREG
6079 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6080 #endif
6082 #if defined S_ISSOCK && defined S_IFREG
6083 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6084 #endif
6086 _ACEOF
6087 rm -f conftest.$ac_objext
6088 if { (ac_try="$ac_compile"
6089 case "(($ac_try" in
6090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6091 *) ac_try_echo=$ac_try;;
6092 esac
6093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6094 $as_echo "$ac_try_echo") >&5
6095 (eval "$ac_compile") 2>conftest.er1
6096 ac_status=$?
6097 grep -v '^ *+' conftest.er1 >conftest.err
6098 rm -f conftest.er1
6099 cat conftest.err >&5
6100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6101 (exit $ac_status); } && {
6102 test -z "$ac_c_werror_flag" ||
6103 test ! -s conftest.err
6104 } && test -s conftest.$ac_objext; then
6105 ac_cv_header_stat_broken=no
6106 else
6107 $as_echo "$as_me: failed program was:" >&5
6108 sed 's/^/| /' conftest.$ac_ext >&5
6110 ac_cv_header_stat_broken=yes
6113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6115 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6116 $as_echo "$ac_cv_header_stat_broken" >&6; }
6117 if test $ac_cv_header_stat_broken = yes; then
6119 cat >>confdefs.h <<\_ACEOF
6120 #define STAT_MACROS_BROKEN 1
6121 _ACEOF
6132 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6134 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6135 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6136 $as_echo_n "checking for $ac_header... " >&6; }
6137 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6138 $as_echo_n "(cached) " >&6
6139 else
6140 cat >conftest.$ac_ext <<_ACEOF
6141 /* confdefs.h. */
6142 _ACEOF
6143 cat confdefs.h >>conftest.$ac_ext
6144 cat >>conftest.$ac_ext <<_ACEOF
6145 /* end confdefs.h. */
6146 #include <sys/types.h>
6147 #ifdef HAVE_SYS_PARAM_H
6148 # include <sys/param.h>
6149 #endif
6151 #include <$ac_header>
6152 _ACEOF
6153 rm -f conftest.$ac_objext
6154 if { (ac_try="$ac_compile"
6155 case "(($ac_try" in
6156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6157 *) ac_try_echo=$ac_try;;
6158 esac
6159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6160 $as_echo "$ac_try_echo") >&5
6161 (eval "$ac_compile") 2>conftest.er1
6162 ac_status=$?
6163 grep -v '^ *+' conftest.er1 >conftest.err
6164 rm -f conftest.er1
6165 cat conftest.err >&5
6166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6167 (exit $ac_status); } && {
6168 test -z "$ac_c_werror_flag" ||
6169 test ! -s conftest.err
6170 } && test -s conftest.$ac_objext; then
6171 eval "$as_ac_Header=yes"
6172 else
6173 $as_echo "$as_me: failed program was:" >&5
6174 sed 's/^/| /' conftest.$ac_ext >&5
6176 eval "$as_ac_Header=no"
6179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6181 ac_res=`eval 'as_val=${'$as_ac_Header'}
6182 $as_echo "$as_val"'`
6183 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6184 $as_echo "$ac_res" >&6; }
6185 as_val=`eval 'as_val=${'$as_ac_Header'}
6186 $as_echo "$as_val"'`
6187 if test "x$as_val" = x""yes; then
6188 cat >>confdefs.h <<_ACEOF
6189 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6190 _ACEOF
6194 done
6210 for ac_header in \
6211 netinet/ip.h \
6212 net/if.h \
6213 net/if_arp.h \
6214 net/if_dl.h \
6215 net/if_types.h \
6216 net/route.h \
6217 netinet/if_ether.h \
6218 netinet/if_inarp.h \
6219 netinet/in_pcb.h \
6220 netinet/ip_icmp.h \
6221 netinet/ip_var.h \
6222 netinet/udp.h \
6223 netipx/ipx.h \
6226 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6227 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6228 $as_echo_n "checking for $ac_header... " >&6; }
6229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6230 $as_echo_n "(cached) " >&6
6231 else
6232 cat >conftest.$ac_ext <<_ACEOF
6233 /* confdefs.h. */
6234 _ACEOF
6235 cat confdefs.h >>conftest.$ac_ext
6236 cat >>conftest.$ac_ext <<_ACEOF
6237 /* end confdefs.h. */
6238 #include <sys/types.h>
6239 #ifdef HAVE_SYS_SOCKET_H
6240 # include <sys/socket.h>
6241 #endif
6242 #ifdef HAVE_SYS_SOCKETVAR_H
6243 # include <sys/socketvar.h>
6244 #endif
6245 #ifdef HAVE_NET_ROUTE_H
6246 # include <net/route.h>
6247 #endif
6248 #ifdef HAVE_NETINET_IN_H
6249 # include <netinet/in.h>
6250 #endif
6251 #ifdef HAVE_NETINET_IN_SYSTM_H
6252 # include <netinet/in_systm.h>
6253 #endif
6254 #ifdef HAVE_NET_IF_H
6255 # include <net/if.h>
6256 #endif
6257 #ifdef HAVE_NETINET_IP_H
6258 # include <netinet/ip.h>
6259 #endif
6261 #include <$ac_header>
6262 _ACEOF
6263 rm -f conftest.$ac_objext
6264 if { (ac_try="$ac_compile"
6265 case "(($ac_try" in
6266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6267 *) ac_try_echo=$ac_try;;
6268 esac
6269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6270 $as_echo "$ac_try_echo") >&5
6271 (eval "$ac_compile") 2>conftest.er1
6272 ac_status=$?
6273 grep -v '^ *+' conftest.er1 >conftest.err
6274 rm -f conftest.er1
6275 cat conftest.err >&5
6276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6277 (exit $ac_status); } && {
6278 test -z "$ac_c_werror_flag" ||
6279 test ! -s conftest.err
6280 } && test -s conftest.$ac_objext; then
6281 eval "$as_ac_Header=yes"
6282 else
6283 $as_echo "$as_me: failed program was:" >&5
6284 sed 's/^/| /' conftest.$ac_ext >&5
6286 eval "$as_ac_Header=no"
6289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6291 ac_res=`eval 'as_val=${'$as_ac_Header'}
6292 $as_echo "$as_val"'`
6293 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6294 $as_echo "$ac_res" >&6; }
6295 as_val=`eval 'as_val=${'$as_ac_Header'}
6296 $as_echo "$as_val"'`
6297 if test "x$as_val" = x""yes; then
6298 cat >>confdefs.h <<_ACEOF
6299 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6300 _ACEOF
6304 done
6311 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6314 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6315 $as_echo_n "checking for $ac_header... " >&6; }
6316 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6317 $as_echo_n "(cached) " >&6
6318 else
6319 cat >conftest.$ac_ext <<_ACEOF
6320 /* confdefs.h. */
6321 _ACEOF
6322 cat confdefs.h >>conftest.$ac_ext
6323 cat >>conftest.$ac_ext <<_ACEOF
6324 /* end confdefs.h. */
6325 #include <sys/types.h>
6326 #ifdef HAVE_ALIAS_H
6327 # include <alias.h>
6328 #endif
6329 #ifdef HAVE_SYS_SOCKET_H
6330 # include <sys/socket.h>
6331 #endif
6332 #ifdef HAVE_SYS_SOCKETVAR_H
6333 # include <sys/socketvar.h>
6334 #endif
6335 #ifdef HAVE_SYS_TIMEOUT_H
6336 # include <sys/timeout.h>
6337 #endif
6338 #ifdef HAVE_NETINET_IN_H
6339 # include <netinet/in.h>
6340 #endif
6341 #ifdef HAVE_NETINET_IN_SYSTM_H
6342 # include <netinet/in_systm.h>
6343 #endif
6344 #ifdef HAVE_NETINET_IP_H
6345 # include <netinet/ip.h>
6346 #endif
6347 #ifdef HAVE_NETINET_IP_VAR_H
6348 # include <netinet/ip_var.h>
6349 #endif
6350 #ifdef HAVE_NETINET_IP_ICMP_H
6351 # include <netinet/ip_icmp.h>
6352 #endif
6353 #ifdef HAVE_NETINET_UDP_H
6354 # include <netinet/udp.h>
6355 #endif
6356 #ifdef HAVE_NETINET_TCP_H
6357 # include <netinet/tcp.h>
6358 #endif
6359 #ifdef HAVE_NETINET_TCP_TIMER_H
6360 #include <netinet/tcp_timer.h>
6361 #endif
6363 #include <$ac_header>
6364 _ACEOF
6365 rm -f conftest.$ac_objext
6366 if { (ac_try="$ac_compile"
6367 case "(($ac_try" in
6368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6369 *) ac_try_echo=$ac_try;;
6370 esac
6371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6372 $as_echo "$ac_try_echo") >&5
6373 (eval "$ac_compile") 2>conftest.er1
6374 ac_status=$?
6375 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -f conftest.er1
6377 cat conftest.err >&5
6378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); } && {
6380 test -z "$ac_c_werror_flag" ||
6381 test ! -s conftest.err
6382 } && test -s conftest.$ac_objext; then
6383 eval "$as_ac_Header=yes"
6384 else
6385 $as_echo "$as_me: failed program was:" >&5
6386 sed 's/^/| /' conftest.$ac_ext >&5
6388 eval "$as_ac_Header=no"
6391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6393 ac_res=`eval 'as_val=${'$as_ac_Header'}
6394 $as_echo "$as_val"'`
6395 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6396 $as_echo "$ac_res" >&6; }
6397 as_val=`eval 'as_val=${'$as_ac_Header'}
6398 $as_echo "$as_val"'`
6399 if test "x$as_val" = x""yes; then
6400 cat >>confdefs.h <<_ACEOF
6401 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6402 _ACEOF
6406 done
6410 for ac_header in linux/ipx.h
6412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6413 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6414 $as_echo_n "checking for $ac_header... " >&6; }
6415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6416 $as_echo_n "(cached) " >&6
6417 else
6418 cat >conftest.$ac_ext <<_ACEOF
6419 /* confdefs.h. */
6420 _ACEOF
6421 cat confdefs.h >>conftest.$ac_ext
6422 cat >>conftest.$ac_ext <<_ACEOF
6423 /* end confdefs.h. */
6424 #include <sys/types.h>
6425 #ifdef HAVE_ASM_TYPES_H
6426 # include <asm/types.h>
6427 #endif
6428 #ifdef HAVE_SYS_SOCKET_H
6429 # include <sys/socket.h>
6430 #endif
6431 #ifdef HAVE_LINUX_TYPES_H
6432 # include <linux/types.h>
6433 #endif
6435 #include <$ac_header>
6436 _ACEOF
6437 rm -f conftest.$ac_objext
6438 if { (ac_try="$ac_compile"
6439 case "(($ac_try" in
6440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6441 *) ac_try_echo=$ac_try;;
6442 esac
6443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6444 $as_echo "$ac_try_echo") >&5
6445 (eval "$ac_compile") 2>conftest.er1
6446 ac_status=$?
6447 grep -v '^ *+' conftest.er1 >conftest.err
6448 rm -f conftest.er1
6449 cat conftest.err >&5
6450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); } && {
6452 test -z "$ac_c_werror_flag" ||
6453 test ! -s conftest.err
6454 } && test -s conftest.$ac_objext; then
6455 eval "$as_ac_Header=yes"
6456 else
6457 $as_echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5
6460 eval "$as_ac_Header=no"
6463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6465 ac_res=`eval 'as_val=${'$as_ac_Header'}
6466 $as_echo "$as_val"'`
6467 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6468 $as_echo "$ac_res" >&6; }
6469 as_val=`eval 'as_val=${'$as_ac_Header'}
6470 $as_echo "$as_val"'`
6471 if test "x$as_val" = x""yes; then
6472 cat >>confdefs.h <<_ACEOF
6473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6474 _ACEOF
6478 done
6482 for ac_header in resolv.h
6484 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6485 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6486 $as_echo_n "checking for $ac_header... " >&6; }
6487 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6488 $as_echo_n "(cached) " >&6
6489 else
6490 cat >conftest.$ac_ext <<_ACEOF
6491 /* confdefs.h. */
6492 _ACEOF
6493 cat confdefs.h >>conftest.$ac_ext
6494 cat >>conftest.$ac_ext <<_ACEOF
6495 /* end confdefs.h. */
6496 #include <sys/types.h>
6497 #ifdef HAVE_SYS_SOCKET_H
6498 # include <sys/socket.h>
6499 #endif
6500 #ifdef HAVE_NETINET_IN_H
6501 # include <netinet/in.h>
6502 #endif
6503 #ifdef HAVE_ARPA_NAMESER_H
6504 # include <arpa/nameser.h>
6505 #endif
6507 #include <$ac_header>
6508 _ACEOF
6509 rm -f conftest.$ac_objext
6510 if { (ac_try="$ac_compile"
6511 case "(($ac_try" in
6512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6513 *) ac_try_echo=$ac_try;;
6514 esac
6515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6516 $as_echo "$ac_try_echo") >&5
6517 (eval "$ac_compile") 2>conftest.er1
6518 ac_status=$?
6519 grep -v '^ *+' conftest.er1 >conftest.err
6520 rm -f conftest.er1
6521 cat conftest.err >&5
6522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6523 (exit $ac_status); } && {
6524 test -z "$ac_c_werror_flag" ||
6525 test ! -s conftest.err
6526 } && test -s conftest.$ac_objext; then
6527 eval "$as_ac_Header=yes"
6528 else
6529 $as_echo "$as_me: failed program was:" >&5
6530 sed 's/^/| /' conftest.$ac_ext >&5
6532 eval "$as_ac_Header=no"
6535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6537 ac_res=`eval 'as_val=${'$as_ac_Header'}
6538 $as_echo "$as_val"'`
6539 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6540 $as_echo "$ac_res" >&6; }
6541 as_val=`eval 'as_val=${'$as_ac_Header'}
6542 $as_echo "$as_val"'`
6543 if test "x$as_val" = x""yes; then
6544 cat >>confdefs.h <<_ACEOF
6545 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6546 _ACEOF
6550 done
6554 for ac_header in ucontext.h
6556 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6557 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6558 $as_echo_n "checking for $ac_header... " >&6; }
6559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6560 $as_echo_n "(cached) " >&6
6561 else
6562 cat >conftest.$ac_ext <<_ACEOF
6563 /* confdefs.h. */
6564 _ACEOF
6565 cat confdefs.h >>conftest.$ac_ext
6566 cat >>conftest.$ac_ext <<_ACEOF
6567 /* end confdefs.h. */
6568 #include <signal.h>
6570 #include <$ac_header>
6571 _ACEOF
6572 rm -f conftest.$ac_objext
6573 if { (ac_try="$ac_compile"
6574 case "(($ac_try" in
6575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6576 *) ac_try_echo=$ac_try;;
6577 esac
6578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6579 $as_echo "$ac_try_echo") >&5
6580 (eval "$ac_compile") 2>conftest.er1
6581 ac_status=$?
6582 grep -v '^ *+' conftest.er1 >conftest.err
6583 rm -f conftest.er1
6584 cat conftest.err >&5
6585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6586 (exit $ac_status); } && {
6587 test -z "$ac_c_werror_flag" ||
6588 test ! -s conftest.err
6589 } && test -s conftest.$ac_objext; then
6590 eval "$as_ac_Header=yes"
6591 else
6592 $as_echo "$as_me: failed program was:" >&5
6593 sed 's/^/| /' conftest.$ac_ext >&5
6595 eval "$as_ac_Header=no"
6598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6600 ac_res=`eval 'as_val=${'$as_ac_Header'}
6601 $as_echo "$as_val"'`
6602 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6603 $as_echo "$ac_res" >&6; }
6604 as_val=`eval 'as_val=${'$as_ac_Header'}
6605 $as_echo "$as_val"'`
6606 if test "x$as_val" = x""yes; then
6607 cat >>confdefs.h <<_ACEOF
6608 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6609 _ACEOF
6613 done
6617 for ac_header in sys/thr.h
6619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6620 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6621 $as_echo_n "checking for $ac_header... " >&6; }
6622 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6623 $as_echo_n "(cached) " >&6
6624 else
6625 cat >conftest.$ac_ext <<_ACEOF
6626 /* confdefs.h. */
6627 _ACEOF
6628 cat confdefs.h >>conftest.$ac_ext
6629 cat >>conftest.$ac_ext <<_ACEOF
6630 /* end confdefs.h. */
6631 #include <sys/types.h>
6632 #ifdef HAVE_UCONTEXT_H
6633 #include <ucontext.h>
6634 #endif
6636 #include <$ac_header>
6637 _ACEOF
6638 rm -f conftest.$ac_objext
6639 if { (ac_try="$ac_compile"
6640 case "(($ac_try" in
6641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6642 *) ac_try_echo=$ac_try;;
6643 esac
6644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6645 $as_echo "$ac_try_echo") >&5
6646 (eval "$ac_compile") 2>conftest.er1
6647 ac_status=$?
6648 grep -v '^ *+' conftest.er1 >conftest.err
6649 rm -f conftest.er1
6650 cat conftest.err >&5
6651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6652 (exit $ac_status); } && {
6653 test -z "$ac_c_werror_flag" ||
6654 test ! -s conftest.err
6655 } && test -s conftest.$ac_objext; then
6656 eval "$as_ac_Header=yes"
6657 else
6658 $as_echo "$as_me: failed program was:" >&5
6659 sed 's/^/| /' conftest.$ac_ext >&5
6661 eval "$as_ac_Header=no"
6664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6666 ac_res=`eval 'as_val=${'$as_ac_Header'}
6667 $as_echo "$as_val"'`
6668 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6669 $as_echo "$ac_res" >&6; }
6670 as_val=`eval 'as_val=${'$as_ac_Header'}
6671 $as_echo "$as_val"'`
6672 if test "x$as_val" = x""yes; then
6673 cat >>confdefs.h <<_ACEOF
6674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6675 _ACEOF
6679 done
6683 for ac_header in pthread_np.h
6685 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6686 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6687 $as_echo_n "checking for $ac_header... " >&6; }
6688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6689 $as_echo_n "(cached) " >&6
6690 else
6691 cat >conftest.$ac_ext <<_ACEOF
6692 /* confdefs.h. */
6693 _ACEOF
6694 cat confdefs.h >>conftest.$ac_ext
6695 cat >>conftest.$ac_ext <<_ACEOF
6696 /* end confdefs.h. */
6697 #ifdef HAVE_PTHREAD_H
6698 #include <pthread.h>
6699 #endif
6701 #include <$ac_header>
6702 _ACEOF
6703 rm -f conftest.$ac_objext
6704 if { (ac_try="$ac_compile"
6705 case "(($ac_try" in
6706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6707 *) ac_try_echo=$ac_try;;
6708 esac
6709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6710 $as_echo "$ac_try_echo") >&5
6711 (eval "$ac_compile") 2>conftest.er1
6712 ac_status=$?
6713 grep -v '^ *+' conftest.er1 >conftest.err
6714 rm -f conftest.er1
6715 cat conftest.err >&5
6716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6717 (exit $ac_status); } && {
6718 test -z "$ac_c_werror_flag" ||
6719 test ! -s conftest.err
6720 } && test -s conftest.$ac_objext; then
6721 eval "$as_ac_Header=yes"
6722 else
6723 $as_echo "$as_me: failed program was:" >&5
6724 sed 's/^/| /' conftest.$ac_ext >&5
6726 eval "$as_ac_Header=no"
6729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6731 ac_res=`eval 'as_val=${'$as_ac_Header'}
6732 $as_echo "$as_val"'`
6733 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6734 $as_echo "$ac_res" >&6; }
6735 as_val=`eval 'as_val=${'$as_ac_Header'}
6736 $as_echo "$as_val"'`
6737 if test "x$as_val" = x""yes; then
6738 cat >>confdefs.h <<_ACEOF
6739 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6740 _ACEOF
6744 done
6748 for ac_header in linux/videodev.h
6750 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6751 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6752 $as_echo_n "checking for $ac_header... " >&6; }
6753 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6754 $as_echo_n "(cached) " >&6
6755 else
6756 cat >conftest.$ac_ext <<_ACEOF
6757 /* confdefs.h. */
6758 _ACEOF
6759 cat confdefs.h >>conftest.$ac_ext
6760 cat >>conftest.$ac_ext <<_ACEOF
6761 /* end confdefs.h. */
6762 #ifdef HAVE_SYS_TIME_H
6763 #include <sys/time.h>
6764 #endif
6765 #include <sys/types.h>
6766 #ifdef HAVE_ASM_TYPES_H
6767 #include <asm/types.h>
6768 #endif
6770 #include <$ac_header>
6771 _ACEOF
6772 rm -f conftest.$ac_objext
6773 if { (ac_try="$ac_compile"
6774 case "(($ac_try" in
6775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6776 *) ac_try_echo=$ac_try;;
6777 esac
6778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6779 $as_echo "$ac_try_echo") >&5
6780 (eval "$ac_compile") 2>conftest.er1
6781 ac_status=$?
6782 grep -v '^ *+' conftest.er1 >conftest.err
6783 rm -f conftest.er1
6784 cat conftest.err >&5
6785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6786 (exit $ac_status); } && {
6787 test -z "$ac_c_werror_flag" ||
6788 test ! -s conftest.err
6789 } && test -s conftest.$ac_objext; then
6790 eval "$as_ac_Header=yes"
6791 else
6792 $as_echo "$as_me: failed program was:" >&5
6793 sed 's/^/| /' conftest.$ac_ext >&5
6795 eval "$as_ac_Header=no"
6798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6800 ac_res=`eval 'as_val=${'$as_ac_Header'}
6801 $as_echo "$as_val"'`
6802 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6803 $as_echo "$ac_res" >&6; }
6804 as_val=`eval 'as_val=${'$as_ac_Header'}
6805 $as_echo "$as_val"'`
6806 if test "x$as_val" = x""yes; then
6807 cat >>confdefs.h <<_ACEOF
6808 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6809 _ACEOF
6813 done
6817 for ac_header in linux/capi.h
6819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6820 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6821 $as_echo_n "checking for $ac_header... " >&6; }
6822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6823 $as_echo_n "(cached) " >&6
6824 else
6825 cat >conftest.$ac_ext <<_ACEOF
6826 /* confdefs.h. */
6827 _ACEOF
6828 cat confdefs.h >>conftest.$ac_ext
6829 cat >>conftest.$ac_ext <<_ACEOF
6830 /* end confdefs.h. */
6831 #define __user
6833 #include <$ac_header>
6834 _ACEOF
6835 rm -f conftest.$ac_objext
6836 if { (ac_try="$ac_compile"
6837 case "(($ac_try" in
6838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6839 *) ac_try_echo=$ac_try;;
6840 esac
6841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6842 $as_echo "$ac_try_echo") >&5
6843 (eval "$ac_compile") 2>conftest.er1
6844 ac_status=$?
6845 grep -v '^ *+' conftest.er1 >conftest.err
6846 rm -f conftest.er1
6847 cat conftest.err >&5
6848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6849 (exit $ac_status); } && {
6850 test -z "$ac_c_werror_flag" ||
6851 test ! -s conftest.err
6852 } && test -s conftest.$ac_objext; then
6853 eval "$as_ac_Header=yes"
6854 else
6855 $as_echo "$as_me: failed program was:" >&5
6856 sed 's/^/| /' conftest.$ac_ext >&5
6858 eval "$as_ac_Header=no"
6861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6863 ac_res=`eval 'as_val=${'$as_ac_Header'}
6864 $as_echo "$as_val"'`
6865 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6866 $as_echo "$ac_res" >&6; }
6867 as_val=`eval 'as_val=${'$as_ac_Header'}
6868 $as_echo "$as_val"'`
6869 if test "x$as_val" = x""yes; then
6870 cat >>confdefs.h <<_ACEOF
6871 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6872 _ACEOF
6876 done
6880 DLLEXT=""
6882 DLLFLAGS="-D_REENTRANT"
6884 LDSHARED=""
6886 LDDLLFLAGS=""
6888 LIBEXT="so"
6890 IMPLIBEXT="def"
6892 LDRPATH_INSTALL=""
6894 LDRPATH_LOCAL=""
6896 # Extract the first word of "ldd", so it can be a program name with args.
6897 set dummy ldd; ac_word=$2
6898 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if test "${ac_cv_path_LDD+set}" = set; then
6901 $as_echo_n "(cached) " >&6
6902 else
6903 case $LDD in
6904 [\\/]* | ?:[\\/]*)
6905 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6909 as_dummy="/sbin:/usr/sbin:$PATH"
6910 for as_dir in $as_dummy
6912 IFS=$as_save_IFS
6913 test -z "$as_dir" && as_dir=.
6914 for ac_exec_ext in '' $ac_executable_extensions; do
6915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6916 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6917 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6918 break 2
6920 done
6921 done
6922 IFS=$as_save_IFS
6924 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6926 esac
6928 LDD=$ac_cv_path_LDD
6929 if test -n "$LDD"; then
6930 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6931 $as_echo "$LDD" >&6; }
6932 else
6933 { $as_echo "$as_me:$LINENO: result: no" >&5
6934 $as_echo "no" >&6; }
6939 case $host_os in
6940 cygwin*|mingw32*)
6941 if test -n "$ac_tool_prefix"; then
6942 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6943 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6945 $as_echo_n "checking for $ac_word... " >&6; }
6946 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6947 $as_echo_n "(cached) " >&6
6948 else
6949 if test -n "$DLLTOOL"; then
6950 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6951 else
6952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6953 for as_dir in $PATH
6955 IFS=$as_save_IFS
6956 test -z "$as_dir" && as_dir=.
6957 for ac_exec_ext in '' $ac_executable_extensions; do
6958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6959 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6961 break 2
6963 done
6964 done
6965 IFS=$as_save_IFS
6969 DLLTOOL=$ac_cv_prog_DLLTOOL
6970 if test -n "$DLLTOOL"; then
6971 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6972 $as_echo "$DLLTOOL" >&6; }
6973 else
6974 { $as_echo "$as_me:$LINENO: result: no" >&5
6975 $as_echo "no" >&6; }
6980 if test -z "$ac_cv_prog_DLLTOOL"; then
6981 ac_ct_DLLTOOL=$DLLTOOL
6982 # Extract the first word of "dlltool", so it can be a program name with args.
6983 set dummy dlltool; ac_word=$2
6984 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6985 $as_echo_n "checking for $ac_word... " >&6; }
6986 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6987 $as_echo_n "(cached) " >&6
6988 else
6989 if test -n "$ac_ct_DLLTOOL"; then
6990 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6991 else
6992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6993 for as_dir in $PATH
6995 IFS=$as_save_IFS
6996 test -z "$as_dir" && as_dir=.
6997 for ac_exec_ext in '' $ac_executable_extensions; do
6998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6999 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7000 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7001 break 2
7003 done
7004 done
7005 IFS=$as_save_IFS
7009 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7010 if test -n "$ac_ct_DLLTOOL"; then
7011 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7012 $as_echo "$ac_ct_DLLTOOL" >&6; }
7013 else
7014 { $as_echo "$as_me:$LINENO: result: no" >&5
7015 $as_echo "no" >&6; }
7018 if test "x$ac_ct_DLLTOOL" = x; then
7019 DLLTOOL="false"
7020 else
7021 case $cross_compiling:$ac_tool_warned in
7022 yes:)
7023 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7024 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7025 ac_tool_warned=yes ;;
7026 esac
7027 DLLTOOL=$ac_ct_DLLTOOL
7029 else
7030 DLLTOOL="$ac_cv_prog_DLLTOOL"
7033 if test -n "$ac_tool_prefix"; then
7034 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7035 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7036 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7037 $as_echo_n "checking for $ac_word... " >&6; }
7038 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7039 $as_echo_n "(cached) " >&6
7040 else
7041 if test -n "$DLLWRAP"; then
7042 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7043 else
7044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7045 for as_dir in $PATH
7047 IFS=$as_save_IFS
7048 test -z "$as_dir" && as_dir=.
7049 for ac_exec_ext in '' $ac_executable_extensions; do
7050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7051 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7052 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7053 break 2
7055 done
7056 done
7057 IFS=$as_save_IFS
7061 DLLWRAP=$ac_cv_prog_DLLWRAP
7062 if test -n "$DLLWRAP"; then
7063 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7064 $as_echo "$DLLWRAP" >&6; }
7065 else
7066 { $as_echo "$as_me:$LINENO: result: no" >&5
7067 $as_echo "no" >&6; }
7072 if test -z "$ac_cv_prog_DLLWRAP"; then
7073 ac_ct_DLLWRAP=$DLLWRAP
7074 # Extract the first word of "dllwrap", so it can be a program name with args.
7075 set dummy dllwrap; ac_word=$2
7076 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7077 $as_echo_n "checking for $ac_word... " >&6; }
7078 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7079 $as_echo_n "(cached) " >&6
7080 else
7081 if test -n "$ac_ct_DLLWRAP"; then
7082 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7083 else
7084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7085 for as_dir in $PATH
7087 IFS=$as_save_IFS
7088 test -z "$as_dir" && as_dir=.
7089 for ac_exec_ext in '' $ac_executable_extensions; do
7090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7091 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7092 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7093 break 2
7095 done
7096 done
7097 IFS=$as_save_IFS
7101 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7102 if test -n "$ac_ct_DLLWRAP"; then
7103 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7104 $as_echo "$ac_ct_DLLWRAP" >&6; }
7105 else
7106 { $as_echo "$as_me:$LINENO: result: no" >&5
7107 $as_echo "no" >&6; }
7110 if test "x$ac_ct_DLLWRAP" = x; then
7111 DLLWRAP="false"
7112 else
7113 case $cross_compiling:$ac_tool_warned in
7114 yes:)
7115 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7116 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7117 ac_tool_warned=yes ;;
7118 esac
7119 DLLWRAP=$ac_ct_DLLWRAP
7121 else
7122 DLLWRAP="$ac_cv_prog_DLLWRAP"
7125 if test -n "$ac_tool_prefix"; then
7126 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7127 set dummy ${ac_tool_prefix}ar; ac_word=$2
7128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7129 $as_echo_n "checking for $ac_word... " >&6; }
7130 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7131 $as_echo_n "(cached) " >&6
7132 else
7133 if test -n "$MINGWAR"; then
7134 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7135 else
7136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 for as_dir in $PATH
7139 IFS=$as_save_IFS
7140 test -z "$as_dir" && as_dir=.
7141 for ac_exec_ext in '' $ac_executable_extensions; do
7142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7143 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7144 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7145 break 2
7147 done
7148 done
7149 IFS=$as_save_IFS
7153 MINGWAR=$ac_cv_prog_MINGWAR
7154 if test -n "$MINGWAR"; then
7155 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7156 $as_echo "$MINGWAR" >&6; }
7157 else
7158 { $as_echo "$as_me:$LINENO: result: no" >&5
7159 $as_echo "no" >&6; }
7164 if test -z "$ac_cv_prog_MINGWAR"; then
7165 ac_ct_MINGWAR=$MINGWAR
7166 # Extract the first word of "ar", so it can be a program name with args.
7167 set dummy ar; ac_word=$2
7168 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7169 $as_echo_n "checking for $ac_word... " >&6; }
7170 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7171 $as_echo_n "(cached) " >&6
7172 else
7173 if test -n "$ac_ct_MINGWAR"; then
7174 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7175 else
7176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177 for as_dir in $PATH
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
7181 for ac_exec_ext in '' $ac_executable_extensions; do
7182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7183 ac_cv_prog_ac_ct_MINGWAR="ar"
7184 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7185 break 2
7187 done
7188 done
7189 IFS=$as_save_IFS
7193 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7194 if test -n "$ac_ct_MINGWAR"; then
7195 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7196 $as_echo "$ac_ct_MINGWAR" >&6; }
7197 else
7198 { $as_echo "$as_me:$LINENO: result: no" >&5
7199 $as_echo "no" >&6; }
7202 if test "x$ac_ct_MINGWAR" = x; then
7203 MINGWAR="false"
7204 else
7205 case $cross_compiling:$ac_tool_warned in
7206 yes:)
7207 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7208 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7209 ac_tool_warned=yes ;;
7210 esac
7211 MINGWAR=$ac_ct_MINGWAR
7213 else
7214 MINGWAR="$ac_cv_prog_MINGWAR"
7217 if test "$DLLWRAP" = "false"; then
7218 LIBEXT="a"
7219 else
7220 LIBEXT="dll"
7222 IMPLIBEXT="a"
7223 enable_iphlpapi=${enable_iphlpapi:-no}
7224 enable_kernel32=${enable_kernel32:-no}
7225 enable_msvcrt=${enable_msvcrt:-no}
7226 enable_ntdll=${enable_ntdll:-no}
7227 enable_ws2_32=${enable_ws2_32:-no}
7228 enable_loader=${enable_loader:-no}
7229 enable_server=${enable_server:-no}
7230 with_x=${with_x:-no}
7231 with_pthread=${with_pthread:-no}
7233 darwin*|macosx*)
7234 DLLEXT=".so"
7235 LIBEXT="dylib"
7236 DLLFLAGS="$DLLFLAGS -fPIC"
7237 LDDLLFLAGS="-bundle -multiply_defined suppress"
7238 LIBWINE_LDFLAGS="-multiply_defined suppress"
7239 LDSHARED="\$(CC) -dynamiclib"
7240 STRIP="$STRIP -x"
7241 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7242 SECURITYLIB="-framework Security -framework CoreFoundation"
7244 COREFOUNDATIONLIB="-framework CoreFoundation"
7246 IOKITLIB="-framework IOKit -framework CoreFoundation"
7248 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7250 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7251 then
7252 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7255 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7256 then
7257 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7260 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7261 then
7262 ac_save_LIBS="$LIBS"
7263 LIBS="$LIBS $IOKITLIB"
7265 for ac_func in IOHIDManagerCreate
7267 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7269 $as_echo_n "checking for $ac_func... " >&6; }
7270 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7271 $as_echo_n "(cached) " >&6
7272 else
7273 cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h. */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h. */
7279 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7280 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7281 #define $ac_func innocuous_$ac_func
7283 /* System header to define __stub macros and hopefully few prototypes,
7284 which can conflict with char $ac_func (); below.
7285 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7286 <limits.h> exists even on freestanding compilers. */
7288 #ifdef __STDC__
7289 # include <limits.h>
7290 #else
7291 # include <assert.h>
7292 #endif
7294 #undef $ac_func
7296 /* Override any GCC internal prototype to avoid an error.
7297 Use char because int might match the return type of a GCC
7298 builtin and then its argument prototype would still apply. */
7299 #ifdef __cplusplus
7300 extern "C"
7301 #endif
7302 char $ac_func ();
7303 /* The GNU C library defines this for functions which it implements
7304 to always fail with ENOSYS. Some functions are actually named
7305 something starting with __ and the normal name is an alias. */
7306 #if defined __stub_$ac_func || defined __stub___$ac_func
7307 choke me
7308 #endif
7311 main ()
7313 return $ac_func ();
7315 return 0;
7317 _ACEOF
7318 rm -f conftest.$ac_objext conftest$ac_exeext
7319 if { (ac_try="$ac_link"
7320 case "(($ac_try" in
7321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7322 *) ac_try_echo=$ac_try;;
7323 esac
7324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7325 $as_echo "$ac_try_echo") >&5
7326 (eval "$ac_link") 2>conftest.er1
7327 ac_status=$?
7328 grep -v '^ *+' conftest.er1 >conftest.err
7329 rm -f conftest.er1
7330 cat conftest.err >&5
7331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7332 (exit $ac_status); } && {
7333 test -z "$ac_c_werror_flag" ||
7334 test ! -s conftest.err
7335 } && test -s conftest$ac_exeext && {
7336 test "$cross_compiling" = yes ||
7337 $as_test_x conftest$ac_exeext
7338 }; then
7339 eval "$as_ac_var=yes"
7340 else
7341 $as_echo "$as_me: failed program was:" >&5
7342 sed 's/^/| /' conftest.$ac_ext >&5
7344 eval "$as_ac_var=no"
7347 rm -rf conftest.dSYM
7348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7349 conftest$ac_exeext conftest.$ac_ext
7351 ac_res=`eval 'as_val=${'$as_ac_var'}
7352 $as_echo "$as_val"'`
7353 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7354 $as_echo "$ac_res" >&6; }
7355 as_val=`eval 'as_val=${'$as_ac_var'}
7356 $as_echo "$as_val"'`
7357 if test "x$as_val" = x""yes; then
7358 cat >>confdefs.h <<_ACEOF
7359 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7360 _ACEOF
7363 done
7365 LIBS="$ac_save_LIBS"
7367 case $host_cpu in
7368 *powerpc*)
7369 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7370 esac
7371 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7372 then
7373 CARBONLIB="-framework Carbon"
7375 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7379 DLLFLAGS="$DLLFLAGS -fPIC"
7380 DLLEXT=".so"
7381 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7382 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7383 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7384 $as_echo_n "(cached) " >&6
7385 else
7386 ac_wine_try_cflags_saved=$CFLAGS
7387 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7388 cat >conftest.$ac_ext <<_ACEOF
7389 void myfunc() {}
7390 _ACEOF
7391 rm -f conftest.$ac_objext conftest$ac_exeext
7392 if { (ac_try="$ac_link"
7393 case "(($ac_try" in
7394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7395 *) ac_try_echo=$ac_try;;
7396 esac
7397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7398 $as_echo "$ac_try_echo") >&5
7399 (eval "$ac_link") 2>conftest.er1
7400 ac_status=$?
7401 grep -v '^ *+' conftest.er1 >conftest.err
7402 rm -f conftest.er1
7403 cat conftest.err >&5
7404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7405 (exit $ac_status); } && {
7406 test -z "$ac_c_werror_flag" ||
7407 test ! -s conftest.err
7408 } && test -s conftest$ac_exeext && {
7409 test "$cross_compiling" = yes ||
7410 $as_test_x conftest$ac_exeext
7411 }; then
7412 ac_cv_c_dll_gnuelf="yes"
7413 else
7414 $as_echo "$as_me: failed program was:" >&5
7415 sed 's/^/| /' conftest.$ac_ext >&5
7417 ac_cv_c_dll_gnuelf="no"
7420 rm -rf conftest.dSYM
7421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7422 conftest$ac_exeext conftest.$ac_ext
7423 CFLAGS=$ac_wine_try_cflags_saved
7425 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7426 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7427 if test "$ac_cv_c_dll_gnuelf" = "yes"
7428 then
7429 LDSHARED="\$(CC) -shared"
7430 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7431 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7432 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7433 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7434 $as_echo_n "(cached) " >&6
7435 else
7436 ac_wine_try_cflags_saved=$CFLAGS
7437 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7438 cat >conftest.$ac_ext <<_ACEOF
7439 /* confdefs.h. */
7440 _ACEOF
7441 cat confdefs.h >>conftest.$ac_ext
7442 cat >>conftest.$ac_ext <<_ACEOF
7443 /* end confdefs.h. */
7446 main ()
7450 return 0;
7452 _ACEOF
7453 rm -f conftest.$ac_objext conftest$ac_exeext
7454 if { (ac_try="$ac_link"
7455 case "(($ac_try" in
7456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7457 *) ac_try_echo=$ac_try;;
7458 esac
7459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7460 $as_echo "$ac_try_echo") >&5
7461 (eval "$ac_link") 2>conftest.er1
7462 ac_status=$?
7463 grep -v '^ *+' conftest.er1 >conftest.err
7464 rm -f conftest.er1
7465 cat conftest.err >&5
7466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7467 (exit $ac_status); } && {
7468 test -z "$ac_c_werror_flag" ||
7469 test ! -s conftest.err
7470 } && test -s conftest$ac_exeext && {
7471 test "$cross_compiling" = yes ||
7472 $as_test_x conftest$ac_exeext
7473 }; then
7474 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7475 else
7476 $as_echo "$as_me: failed program was:" >&5
7477 sed 's/^/| /' conftest.$ac_ext >&5
7479 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7482 rm -rf conftest.dSYM
7483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7484 conftest$ac_exeext conftest.$ac_ext
7485 CFLAGS=$ac_wine_try_cflags_saved
7487 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7488 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7489 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7490 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7491 else
7492 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7493 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7494 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7495 $as_echo_n "(cached) " >&6
7496 else
7497 ac_wine_try_cflags_saved=$CFLAGS
7498 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7499 cat >conftest.$ac_ext <<_ACEOF
7500 /* confdefs.h. */
7501 _ACEOF
7502 cat confdefs.h >>conftest.$ac_ext
7503 cat >>conftest.$ac_ext <<_ACEOF
7504 /* end confdefs.h. */
7507 main ()
7511 return 0;
7513 _ACEOF
7514 rm -f conftest.$ac_objext conftest$ac_exeext
7515 if { (ac_try="$ac_link"
7516 case "(($ac_try" in
7517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7518 *) ac_try_echo=$ac_try;;
7519 esac
7520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7521 $as_echo "$ac_try_echo") >&5
7522 (eval "$ac_link") 2>conftest.er1
7523 ac_status=$?
7524 grep -v '^ *+' conftest.er1 >conftest.err
7525 rm -f conftest.er1
7526 cat conftest.err >&5
7527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } && {
7529 test -z "$ac_c_werror_flag" ||
7530 test ! -s conftest.err
7531 } && test -s conftest$ac_exeext && {
7532 test "$cross_compiling" = yes ||
7533 $as_test_x conftest$ac_exeext
7534 }; then
7535 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7536 else
7537 $as_echo "$as_me: failed program was:" >&5
7538 sed 's/^/| /' conftest.$ac_ext >&5
7540 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7543 rm -rf conftest.dSYM
7544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7545 conftest$ac_exeext conftest.$ac_ext
7546 CFLAGS=$ac_wine_try_cflags_saved
7548 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7549 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7550 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7551 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7557 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7558 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7559 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7560 $as_echo_n "(cached) " >&6
7561 else
7562 ac_wine_try_cflags_saved=$CFLAGS
7563 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7564 cat >conftest.$ac_ext <<_ACEOF
7565 /* confdefs.h. */
7566 _ACEOF
7567 cat confdefs.h >>conftest.$ac_ext
7568 cat >>conftest.$ac_ext <<_ACEOF
7569 /* end confdefs.h. */
7572 main ()
7576 return 0;
7578 _ACEOF
7579 rm -f conftest.$ac_objext conftest$ac_exeext
7580 if { (ac_try="$ac_link"
7581 case "(($ac_try" in
7582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7584 esac
7585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7586 $as_echo "$ac_try_echo") >&5
7587 (eval "$ac_link") 2>conftest.er1
7588 ac_status=$?
7589 grep -v '^ *+' conftest.er1 >conftest.err
7590 rm -f conftest.er1
7591 cat conftest.err >&5
7592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7593 (exit $ac_status); } && {
7594 test -z "$ac_c_werror_flag" ||
7595 test ! -s conftest.err
7596 } && test -s conftest$ac_exeext && {
7597 test "$cross_compiling" = yes ||
7598 $as_test_x conftest$ac_exeext
7599 }; then
7600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7601 else
7602 $as_echo "$as_me: failed program was:" >&5
7603 sed 's/^/| /' conftest.$ac_ext >&5
7605 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7608 rm -rf conftest.dSYM
7609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7610 conftest$ac_exeext conftest.$ac_ext
7611 CFLAGS=$ac_wine_try_cflags_saved
7613 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7614 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7615 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7616 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7620 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7621 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7622 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7623 $as_echo_n "(cached) " >&6
7624 else
7625 ac_wine_try_cflags_saved=$CFLAGS
7626 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7627 cat >conftest.$ac_ext <<_ACEOF
7628 /* confdefs.h. */
7629 _ACEOF
7630 cat confdefs.h >>conftest.$ac_ext
7631 cat >>conftest.$ac_ext <<_ACEOF
7632 /* end confdefs.h. */
7635 main ()
7639 return 0;
7641 _ACEOF
7642 rm -f conftest.$ac_objext conftest$ac_exeext
7643 if { (ac_try="$ac_link"
7644 case "(($ac_try" in
7645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7646 *) ac_try_echo=$ac_try;;
7647 esac
7648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7649 $as_echo "$ac_try_echo") >&5
7650 (eval "$ac_link") 2>conftest.er1
7651 ac_status=$?
7652 grep -v '^ *+' conftest.er1 >conftest.err
7653 rm -f conftest.er1
7654 cat conftest.err >&5
7655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7656 (exit $ac_status); } && {
7657 test -z "$ac_c_werror_flag" ||
7658 test ! -s conftest.err
7659 } && test -s conftest$ac_exeext && {
7660 test "$cross_compiling" = yes ||
7661 $as_test_x conftest$ac_exeext
7662 }; then
7663 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7664 else
7665 $as_echo "$as_me: failed program was:" >&5
7666 sed 's/^/| /' conftest.$ac_ext >&5
7668 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7671 rm -rf conftest.dSYM
7672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7673 conftest$ac_exeext conftest.$ac_ext
7674 CFLAGS=$ac_wine_try_cflags_saved
7676 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7677 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7678 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7679 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7683 echo '{ global: *; };' >conftest.map
7684 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7685 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7686 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7687 $as_echo_n "(cached) " >&6
7688 else
7689 ac_wine_try_cflags_saved=$CFLAGS
7690 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7691 cat >conftest.$ac_ext <<_ACEOF
7692 /* confdefs.h. */
7693 _ACEOF
7694 cat confdefs.h >>conftest.$ac_ext
7695 cat >>conftest.$ac_ext <<_ACEOF
7696 /* end confdefs.h. */
7699 main ()
7703 return 0;
7705 _ACEOF
7706 rm -f conftest.$ac_objext conftest$ac_exeext
7707 if { (ac_try="$ac_link"
7708 case "(($ac_try" in
7709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7710 *) ac_try_echo=$ac_try;;
7711 esac
7712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7713 $as_echo "$ac_try_echo") >&5
7714 (eval "$ac_link") 2>conftest.er1
7715 ac_status=$?
7716 grep -v '^ *+' conftest.er1 >conftest.err
7717 rm -f conftest.er1
7718 cat conftest.err >&5
7719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7720 (exit $ac_status); } && {
7721 test -z "$ac_c_werror_flag" ||
7722 test ! -s conftest.err
7723 } && test -s conftest$ac_exeext && {
7724 test "$cross_compiling" = yes ||
7725 $as_test_x conftest$ac_exeext
7726 }; then
7727 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7728 else
7729 $as_echo "$as_me: failed program was:" >&5
7730 sed 's/^/| /' conftest.$ac_ext >&5
7732 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7735 rm -rf conftest.dSYM
7736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7737 conftest$ac_exeext conftest.$ac_ext
7738 CFLAGS=$ac_wine_try_cflags_saved
7740 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7741 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7742 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7743 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7746 rm -f conftest.map
7748 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7749 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7750 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7751 $as_echo_n "(cached) " >&6
7752 else
7753 ac_wine_try_cflags_saved=$CFLAGS
7754 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7755 cat >conftest.$ac_ext <<_ACEOF
7756 /* confdefs.h. */
7757 _ACEOF
7758 cat confdefs.h >>conftest.$ac_ext
7759 cat >>conftest.$ac_ext <<_ACEOF
7760 /* end confdefs.h. */
7763 main ()
7767 return 0;
7769 _ACEOF
7770 rm -f conftest.$ac_objext conftest$ac_exeext
7771 if { (ac_try="$ac_link"
7772 case "(($ac_try" in
7773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7774 *) ac_try_echo=$ac_try;;
7775 esac
7776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7777 $as_echo "$ac_try_echo") >&5
7778 (eval "$ac_link") 2>conftest.er1
7779 ac_status=$?
7780 grep -v '^ *+' conftest.er1 >conftest.err
7781 rm -f conftest.er1
7782 cat conftest.err >&5
7783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7784 (exit $ac_status); } && {
7785 test -z "$ac_c_werror_flag" ||
7786 test ! -s conftest.err
7787 } && test -s conftest$ac_exeext && {
7788 test "$cross_compiling" = yes ||
7789 $as_test_x conftest$ac_exeext
7790 }; then
7791 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7792 else
7793 $as_echo "$as_me: failed program was:" >&5
7794 sed 's/^/| /' conftest.$ac_ext >&5
7796 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7799 rm -rf conftest.dSYM
7800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7801 conftest$ac_exeext conftest.$ac_ext
7802 CFLAGS=$ac_wine_try_cflags_saved
7804 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7805 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7806 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7807 LDEXECFLAGS="-Wl,--export-dynamic"
7812 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7813 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7814 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7815 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7816 $as_echo_n "(cached) " >&6
7817 else
7818 ac_wine_try_cflags_saved=$CFLAGS
7819 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7820 cat >conftest.$ac_ext <<_ACEOF
7821 /* confdefs.h. */
7822 _ACEOF
7823 cat confdefs.h >>conftest.$ac_ext
7824 cat >>conftest.$ac_ext <<_ACEOF
7825 /* end confdefs.h. */
7828 main ()
7832 return 0;
7834 _ACEOF
7835 rm -f conftest.$ac_objext conftest$ac_exeext
7836 if { (ac_try="$ac_link"
7837 case "(($ac_try" in
7838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7839 *) ac_try_echo=$ac_try;;
7840 esac
7841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7842 $as_echo "$ac_try_echo") >&5
7843 (eval "$ac_link") 2>conftest.er1
7844 ac_status=$?
7845 grep -v '^ *+' conftest.er1 >conftest.err
7846 rm -f conftest.er1
7847 cat conftest.err >&5
7848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } && {
7850 test -z "$ac_c_werror_flag" ||
7851 test ! -s conftest.err
7852 } && test -s conftest$ac_exeext && {
7853 test "$cross_compiling" = yes ||
7854 $as_test_x conftest$ac_exeext
7855 }; then
7856 eval "$as_ac_var=yes"
7857 else
7858 $as_echo "$as_me: failed program was:" >&5
7859 sed 's/^/| /' conftest.$ac_ext >&5
7861 eval "$as_ac_var=no"
7864 rm -rf conftest.dSYM
7865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7866 conftest$ac_exeext conftest.$ac_ext
7867 CFLAGS=$ac_wine_try_cflags_saved
7869 ac_res=`eval 'as_val=${'$as_ac_var'}
7870 $as_echo "$as_val"'`
7871 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7872 $as_echo "$ac_res" >&6; }
7873 if test `eval 'as_val=${'$as_ac_var'}
7874 $as_echo "$as_val"'` = yes; then
7875 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7876 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7877 else
7878 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7879 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7880 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7881 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7882 $as_echo_n "(cached) " >&6
7883 else
7884 ac_wine_try_cflags_saved=$CFLAGS
7885 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7886 cat >conftest.$ac_ext <<_ACEOF
7887 /* confdefs.h. */
7888 _ACEOF
7889 cat confdefs.h >>conftest.$ac_ext
7890 cat >>conftest.$ac_ext <<_ACEOF
7891 /* end confdefs.h. */
7894 main ()
7898 return 0;
7900 _ACEOF
7901 rm -f conftest.$ac_objext conftest$ac_exeext
7902 if { (ac_try="$ac_link"
7903 case "(($ac_try" in
7904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7905 *) ac_try_echo=$ac_try;;
7906 esac
7907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7908 $as_echo "$ac_try_echo") >&5
7909 (eval "$ac_link") 2>conftest.er1
7910 ac_status=$?
7911 grep -v '^ *+' conftest.er1 >conftest.err
7912 rm -f conftest.er1
7913 cat conftest.err >&5
7914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); } && {
7916 test -z "$ac_c_werror_flag" ||
7917 test ! -s conftest.err
7918 } && test -s conftest$ac_exeext && {
7919 test "$cross_compiling" = yes ||
7920 $as_test_x conftest$ac_exeext
7921 }; then
7922 eval "$as_ac_var=yes"
7923 else
7924 $as_echo "$as_me: failed program was:" >&5
7925 sed 's/^/| /' conftest.$ac_ext >&5
7927 eval "$as_ac_var=no"
7930 rm -rf conftest.dSYM
7931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7932 conftest$ac_exeext conftest.$ac_ext
7933 CFLAGS=$ac_wine_try_cflags_saved
7935 ac_res=`eval 'as_val=${'$as_ac_var'}
7936 $as_echo "$as_val"'`
7937 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7938 $as_echo "$ac_res" >&6; }
7939 if test `eval 'as_val=${'$as_ac_var'}
7940 $as_echo "$as_val"'` = yes; then
7941 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7942 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7948 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7949 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7950 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7951 $as_echo_n "(cached) " >&6
7952 else
7953 ac_wine_try_cflags_saved=$CFLAGS
7954 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7955 cat >conftest.$ac_ext <<_ACEOF
7956 /* confdefs.h. */
7957 _ACEOF
7958 cat confdefs.h >>conftest.$ac_ext
7959 cat >>conftest.$ac_ext <<_ACEOF
7960 /* end confdefs.h. */
7963 main ()
7967 return 0;
7969 _ACEOF
7970 rm -f conftest.$ac_objext conftest$ac_exeext
7971 if { (ac_try="$ac_link"
7972 case "(($ac_try" in
7973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7974 *) ac_try_echo=$ac_try;;
7975 esac
7976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7977 $as_echo "$ac_try_echo") >&5
7978 (eval "$ac_link") 2>conftest.er1
7979 ac_status=$?
7980 grep -v '^ *+' conftest.er1 >conftest.err
7981 rm -f conftest.er1
7982 cat conftest.err >&5
7983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } && {
7985 test -z "$ac_c_werror_flag" ||
7986 test ! -s conftest.err
7987 } && test -s conftest$ac_exeext && {
7988 test "$cross_compiling" = yes ||
7989 $as_test_x conftest$ac_exeext
7990 }; then
7991 ac_cv_cflags__Wl___enable_new_dtags=yes
7992 else
7993 $as_echo "$as_me: failed program was:" >&5
7994 sed 's/^/| /' conftest.$ac_ext >&5
7996 ac_cv_cflags__Wl___enable_new_dtags=no
7999 rm -rf conftest.dSYM
8000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8001 conftest$ac_exeext conftest.$ac_ext
8002 CFLAGS=$ac_wine_try_cflags_saved
8004 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8005 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8006 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8007 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8011 case $host_cpu in
8012 *i[3456789]86* | x86_64)
8013 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8014 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8015 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8016 $as_echo_n "(cached) " >&6
8017 else
8018 ac_wine_try_cflags_saved=$CFLAGS
8019 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8020 cat >conftest.$ac_ext <<_ACEOF
8021 /* confdefs.h. */
8022 _ACEOF
8023 cat confdefs.h >>conftest.$ac_ext
8024 cat >>conftest.$ac_ext <<_ACEOF
8025 /* end confdefs.h. */
8028 main ()
8032 return 0;
8034 _ACEOF
8035 rm -f conftest.$ac_objext conftest$ac_exeext
8036 if { (ac_try="$ac_link"
8037 case "(($ac_try" in
8038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8039 *) ac_try_echo=$ac_try;;
8040 esac
8041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8042 $as_echo "$ac_try_echo") >&5
8043 (eval "$ac_link") 2>conftest.er1
8044 ac_status=$?
8045 grep -v '^ *+' conftest.er1 >conftest.err
8046 rm -f conftest.er1
8047 cat conftest.err >&5
8048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } && {
8050 test -z "$ac_c_werror_flag" ||
8051 test ! -s conftest.err
8052 } && test -s conftest$ac_exeext && {
8053 test "$cross_compiling" = yes ||
8054 $as_test_x conftest$ac_exeext
8055 }; then
8056 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8057 else
8058 $as_echo "$as_me: failed program was:" >&5
8059 sed 's/^/| /' conftest.$ac_ext >&5
8061 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8064 rm -rf conftest.dSYM
8065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8066 conftest$ac_exeext conftest.$ac_ext
8067 CFLAGS=$ac_wine_try_cflags_saved
8069 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8070 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8071 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8072 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8076 esac
8078 else
8079 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8080 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8081 if test "${ac_cv_c_dll_unixware+set}" = set; then
8082 $as_echo_n "(cached) " >&6
8083 else
8084 ac_wine_try_cflags_saved=$CFLAGS
8085 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8086 cat >conftest.$ac_ext <<_ACEOF
8087 void myfunc() {}
8088 _ACEOF
8089 rm -f conftest.$ac_objext conftest$ac_exeext
8090 if { (ac_try="$ac_link"
8091 case "(($ac_try" in
8092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8093 *) ac_try_echo=$ac_try;;
8094 esac
8095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8096 $as_echo "$ac_try_echo") >&5
8097 (eval "$ac_link") 2>conftest.er1
8098 ac_status=$?
8099 grep -v '^ *+' conftest.er1 >conftest.err
8100 rm -f conftest.er1
8101 cat conftest.err >&5
8102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8103 (exit $ac_status); } && {
8104 test -z "$ac_c_werror_flag" ||
8105 test ! -s conftest.err
8106 } && test -s conftest$ac_exeext && {
8107 test "$cross_compiling" = yes ||
8108 $as_test_x conftest$ac_exeext
8109 }; then
8110 ac_cv_c_dll_unixware="yes"
8111 else
8112 $as_echo "$as_me: failed program was:" >&5
8113 sed 's/^/| /' conftest.$ac_ext >&5
8115 ac_cv_c_dll_unixware="no"
8118 rm -rf conftest.dSYM
8119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8120 conftest$ac_exeext conftest.$ac_ext
8121 CFLAGS=$ac_wine_try_cflags_saved
8123 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8124 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8125 if test "$ac_cv_c_dll_unixware" = "yes"
8126 then
8127 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8128 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8130 else
8131 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8132 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8133 if test "${ac_cv_c_dll_hpux+set}" = set; then
8134 $as_echo_n "(cached) " >&6
8135 else
8136 ac_wine_try_cflags_saved=$CFLAGS
8137 CFLAGS="$CFLAGS -shared"
8138 cat >conftest.$ac_ext <<_ACEOF
8139 void myfunc() {}
8140 _ACEOF
8141 rm -f conftest.$ac_objext conftest$ac_exeext
8142 if { (ac_try="$ac_link"
8143 case "(($ac_try" in
8144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8145 *) ac_try_echo=$ac_try;;
8146 esac
8147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8148 $as_echo "$ac_try_echo") >&5
8149 (eval "$ac_link") 2>conftest.er1
8150 ac_status=$?
8151 grep -v '^ *+' conftest.er1 >conftest.err
8152 rm -f conftest.er1
8153 cat conftest.err >&5
8154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); } && {
8156 test -z "$ac_c_werror_flag" ||
8157 test ! -s conftest.err
8158 } && test -s conftest$ac_exeext && {
8159 test "$cross_compiling" = yes ||
8160 $as_test_x conftest$ac_exeext
8161 }; then
8162 ac_cv_c_dll_hpux="yes"
8163 else
8164 $as_echo "$as_me: failed program was:" >&5
8165 sed 's/^/| /' conftest.$ac_ext >&5
8167 ac_cv_c_dll_hpux="no"
8170 rm -rf conftest.dSYM
8171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8172 conftest$ac_exeext conftest.$ac_ext
8173 CFLAGS=$ac_wine_try_cflags_saved
8175 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8176 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8177 if test "$ac_cv_c_dll_hpux" = "yes"
8178 then
8179 LIBEXT="sl"
8180 DLLEXT=".sl"
8181 LDDLLFLAGS="-shared -fPIC"
8182 LDSHARED="\$(CC) -shared"
8187 esac
8189 enable_winequartz_drv=${enable_winequartz_drv:-no}
8191 if test "$LIBEXT" = "a"; then
8192 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8193 It is currently not possible to build Wine without shared library
8194 (.so) support to allow transparent switch between .so and .dll files.
8195 If you are using Linux, you will need a newer binutils.
8196 " >&5
8197 $as_echo "$as_me: error: could not find a way to build shared libraries.
8198 It is currently not possible to build Wine without shared library
8199 (.so) support to allow transparent switch between .so and .dll files.
8200 If you are using Linux, you will need a newer binutils.
8201 " >&2;}
8202 { (exit 1); exit 1; }; }
8205 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8206 then
8207 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
8209 # Extract the first word of "$ac_prog", so it can be a program name with args.
8210 set dummy $ac_prog; ac_word=$2
8211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8212 $as_echo_n "checking for $ac_word... " >&6; }
8213 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8214 $as_echo_n "(cached) " >&6
8215 else
8216 if test -n "$CROSSCC"; then
8217 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8218 else
8219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8220 for as_dir in $PATH
8222 IFS=$as_save_IFS
8223 test -z "$as_dir" && as_dir=.
8224 for ac_exec_ext in '' $ac_executable_extensions; do
8225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8226 ac_cv_prog_CROSSCC="$ac_prog"
8227 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8228 break 2
8230 done
8231 done
8232 IFS=$as_save_IFS
8236 CROSSCC=$ac_cv_prog_CROSSCC
8237 if test -n "$CROSSCC"; then
8238 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8239 $as_echo "$CROSSCC" >&6; }
8240 else
8241 { $as_echo "$as_me:$LINENO: result: no" >&5
8242 $as_echo "no" >&6; }
8246 test -n "$CROSSCC" && break
8247 done
8248 test -n "$CROSSCC" || CROSSCC="false"
8250 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
8252 # Extract the first word of "$ac_prog", so it can be a program name with args.
8253 set dummy $ac_prog; ac_word=$2
8254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8255 $as_echo_n "checking for $ac_word... " >&6; }
8256 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8257 $as_echo_n "(cached) " >&6
8258 else
8259 if test -n "$DLLTOOL"; then
8260 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8261 else
8262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8263 for as_dir in $PATH
8265 IFS=$as_save_IFS
8266 test -z "$as_dir" && as_dir=.
8267 for ac_exec_ext in '' $ac_executable_extensions; do
8268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8269 ac_cv_prog_DLLTOOL="$ac_prog"
8270 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8271 break 2
8273 done
8274 done
8275 IFS=$as_save_IFS
8279 DLLTOOL=$ac_cv_prog_DLLTOOL
8280 if test -n "$DLLTOOL"; then
8281 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8282 $as_echo "$DLLTOOL" >&6; }
8283 else
8284 { $as_echo "$as_me:$LINENO: result: no" >&5
8285 $as_echo "no" >&6; }
8289 test -n "$DLLTOOL" && break
8290 done
8291 test -n "$DLLTOOL" || DLLTOOL="false"
8293 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
8295 # Extract the first word of "$ac_prog", so it can be a program name with args.
8296 set dummy $ac_prog; ac_word=$2
8297 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8298 $as_echo_n "checking for $ac_word... " >&6; }
8299 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8300 $as_echo_n "(cached) " >&6
8301 else
8302 if test -n "$CROSSWINDRES"; then
8303 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8304 else
8305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8306 for as_dir in $PATH
8308 IFS=$as_save_IFS
8309 test -z "$as_dir" && as_dir=.
8310 for ac_exec_ext in '' $ac_executable_extensions; do
8311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8312 ac_cv_prog_CROSSWINDRES="$ac_prog"
8313 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8314 break 2
8316 done
8317 done
8318 IFS=$as_save_IFS
8322 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8323 if test -n "$CROSSWINDRES"; then
8324 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8325 $as_echo "$CROSSWINDRES" >&6; }
8326 else
8327 { $as_echo "$as_me:$LINENO: result: no" >&5
8328 $as_echo "no" >&6; }
8332 test -n "$CROSSWINDRES" && break
8333 done
8334 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8336 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
8338 # Extract the first word of "$ac_prog", so it can be a program name with args.
8339 set dummy $ac_prog; ac_word=$2
8340 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8341 $as_echo_n "checking for $ac_word... " >&6; }
8342 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8343 $as_echo_n "(cached) " >&6
8344 else
8345 if test -n "$MINGWAR"; then
8346 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8347 else
8348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8349 for as_dir in $PATH
8351 IFS=$as_save_IFS
8352 test -z "$as_dir" && as_dir=.
8353 for ac_exec_ext in '' $ac_executable_extensions; do
8354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8355 ac_cv_prog_MINGWAR="$ac_prog"
8356 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8357 break 2
8359 done
8360 done
8361 IFS=$as_save_IFS
8365 MINGWAR=$ac_cv_prog_MINGWAR
8366 if test -n "$MINGWAR"; then
8367 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8368 $as_echo "$MINGWAR" >&6; }
8369 else
8370 { $as_echo "$as_me:$LINENO: result: no" >&5
8371 $as_echo "no" >&6; }
8375 test -n "$MINGWAR" && break
8376 done
8377 test -n "$MINGWAR" || MINGWAR="false"
8379 if test "$CROSSCC" != "false"
8380 then
8381 CROSSTEST="\$(CROSSTEST)"
8387 if test "$ac_cv_header_pthread_h" = "yes"
8388 then
8389 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8390 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8391 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8392 $as_echo_n "(cached) " >&6
8393 else
8394 ac_check_lib_save_LIBS=$LIBS
8395 LIBS="-lpthread $LIBS"
8396 cat >conftest.$ac_ext <<_ACEOF
8397 /* confdefs.h. */
8398 _ACEOF
8399 cat confdefs.h >>conftest.$ac_ext
8400 cat >>conftest.$ac_ext <<_ACEOF
8401 /* end confdefs.h. */
8403 /* Override any GCC internal prototype to avoid an error.
8404 Use char because int might match the return type of a GCC
8405 builtin and then its argument prototype would still apply. */
8406 #ifdef __cplusplus
8407 extern "C"
8408 #endif
8409 char pthread_create ();
8411 main ()
8413 return pthread_create ();
8415 return 0;
8417 _ACEOF
8418 rm -f conftest.$ac_objext conftest$ac_exeext
8419 if { (ac_try="$ac_link"
8420 case "(($ac_try" in
8421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8422 *) ac_try_echo=$ac_try;;
8423 esac
8424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8425 $as_echo "$ac_try_echo") >&5
8426 (eval "$ac_link") 2>conftest.er1
8427 ac_status=$?
8428 grep -v '^ *+' conftest.er1 >conftest.err
8429 rm -f conftest.er1
8430 cat conftest.err >&5
8431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8432 (exit $ac_status); } && {
8433 test -z "$ac_c_werror_flag" ||
8434 test ! -s conftest.err
8435 } && test -s conftest$ac_exeext && {
8436 test "$cross_compiling" = yes ||
8437 $as_test_x conftest$ac_exeext
8438 }; then
8439 ac_cv_lib_pthread_pthread_create=yes
8440 else
8441 $as_echo "$as_me: failed program was:" >&5
8442 sed 's/^/| /' conftest.$ac_ext >&5
8444 ac_cv_lib_pthread_pthread_create=no
8447 rm -rf conftest.dSYM
8448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8449 conftest$ac_exeext conftest.$ac_ext
8450 LIBS=$ac_check_lib_save_LIBS
8452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8453 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8454 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8455 LIBPTHREAD="-lpthread"
8460 if test "x$LIBPTHREAD" = "x"; then
8461 case "x$with_pthread" in
8462 xno) ;;
8463 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8464 Wine cannot support threads without libpthread.
8465 Use the --without-pthread option if you really want this." >&5
8466 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8467 Wine cannot support threads without libpthread.
8468 Use the --without-pthread option if you really want this." >&2;}
8469 { (exit 1); exit 1; }; } ;;
8470 esac
8475 { $as_echo "$as_me:$LINENO: checking for X" >&5
8476 $as_echo_n "checking for X... " >&6; }
8479 # Check whether --with-x was given.
8480 if test "${with_x+set}" = set; then
8481 withval=$with_x;
8484 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8485 if test "x$with_x" = xno; then
8486 # The user explicitly disabled X.
8487 have_x=disabled
8488 else
8489 case $x_includes,$x_libraries in #(
8490 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8491 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8492 { (exit 1); exit 1; }; };; #(
8493 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8494 $as_echo_n "(cached) " >&6
8495 else
8496 # One or both of the vars are not set, and there is no cached value.
8497 ac_x_includes=no ac_x_libraries=no
8498 rm -f -r conftest.dir
8499 if mkdir conftest.dir; then
8500 cd conftest.dir
8501 cat >Imakefile <<'_ACEOF'
8502 incroot:
8503 @echo incroot='${INCROOT}'
8504 usrlibdir:
8505 @echo usrlibdir='${USRLIBDIR}'
8506 libdir:
8507 @echo libdir='${LIBDIR}'
8508 _ACEOF
8509 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8510 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8511 for ac_var in incroot usrlibdir libdir; do
8512 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8513 done
8514 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8515 for ac_extension in a so sl dylib la dll; do
8516 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8517 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8518 ac_im_usrlibdir=$ac_im_libdir; break
8520 done
8521 # Screen out bogus values from the imake configuration. They are
8522 # bogus both because they are the default anyway, and because
8523 # using them would break gcc on systems where it needs fixed includes.
8524 case $ac_im_incroot in
8525 /usr/include) ac_x_includes= ;;
8526 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8527 esac
8528 case $ac_im_usrlibdir in
8529 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8530 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8531 esac
8533 cd ..
8534 rm -f -r conftest.dir
8537 # Standard set of common directories for X headers.
8538 # Check X11 before X11Rn because it is often a symlink to the current release.
8539 ac_x_header_dirs='
8540 /usr/X11/include
8541 /usr/X11R6/include
8542 /usr/X11R5/include
8543 /usr/X11R4/include
8545 /usr/include/X11
8546 /usr/include/X11R6
8547 /usr/include/X11R5
8548 /usr/include/X11R4
8550 /usr/local/X11/include
8551 /usr/local/X11R6/include
8552 /usr/local/X11R5/include
8553 /usr/local/X11R4/include
8555 /usr/local/include/X11
8556 /usr/local/include/X11R6
8557 /usr/local/include/X11R5
8558 /usr/local/include/X11R4
8560 /usr/X386/include
8561 /usr/x386/include
8562 /usr/XFree86/include/X11
8564 /usr/include
8565 /usr/local/include
8566 /usr/unsupported/include
8567 /usr/athena/include
8568 /usr/local/x11r5/include
8569 /usr/lpp/Xamples/include
8571 /usr/openwin/include
8572 /usr/openwin/share/include'
8574 if test "$ac_x_includes" = no; then
8575 # Guess where to find include files, by looking for Xlib.h.
8576 # First, try using that file with no special directory specified.
8577 cat >conftest.$ac_ext <<_ACEOF
8578 /* confdefs.h. */
8579 _ACEOF
8580 cat confdefs.h >>conftest.$ac_ext
8581 cat >>conftest.$ac_ext <<_ACEOF
8582 /* end confdefs.h. */
8583 #include <X11/Xlib.h>
8584 _ACEOF
8585 if { (ac_try="$ac_cpp conftest.$ac_ext"
8586 case "(($ac_try" in
8587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8588 *) ac_try_echo=$ac_try;;
8589 esac
8590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8591 $as_echo "$ac_try_echo") >&5
8592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8593 ac_status=$?
8594 grep -v '^ *+' conftest.er1 >conftest.err
8595 rm -f conftest.er1
8596 cat conftest.err >&5
8597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8598 (exit $ac_status); } >/dev/null && {
8599 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8600 test ! -s conftest.err
8601 }; then
8602 # We can compile using X headers with no special include directory.
8603 ac_x_includes=
8604 else
8605 $as_echo "$as_me: failed program was:" >&5
8606 sed 's/^/| /' conftest.$ac_ext >&5
8608 for ac_dir in $ac_x_header_dirs; do
8609 if test -r "$ac_dir/X11/Xlib.h"; then
8610 ac_x_includes=$ac_dir
8611 break
8613 done
8616 rm -f conftest.err conftest.$ac_ext
8617 fi # $ac_x_includes = no
8619 if test "$ac_x_libraries" = no; then
8620 # Check for the libraries.
8621 # See if we find them without any special options.
8622 # Don't add to $LIBS permanently.
8623 ac_save_LIBS=$LIBS
8624 LIBS="-lX11 $LIBS"
8625 cat >conftest.$ac_ext <<_ACEOF
8626 /* confdefs.h. */
8627 _ACEOF
8628 cat confdefs.h >>conftest.$ac_ext
8629 cat >>conftest.$ac_ext <<_ACEOF
8630 /* end confdefs.h. */
8631 #include <X11/Xlib.h>
8633 main ()
8635 XrmInitialize ()
8637 return 0;
8639 _ACEOF
8640 rm -f conftest.$ac_objext conftest$ac_exeext
8641 if { (ac_try="$ac_link"
8642 case "(($ac_try" in
8643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8644 *) ac_try_echo=$ac_try;;
8645 esac
8646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8647 $as_echo "$ac_try_echo") >&5
8648 (eval "$ac_link") 2>conftest.er1
8649 ac_status=$?
8650 grep -v '^ *+' conftest.er1 >conftest.err
8651 rm -f conftest.er1
8652 cat conftest.err >&5
8653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8654 (exit $ac_status); } && {
8655 test -z "$ac_c_werror_flag" ||
8656 test ! -s conftest.err
8657 } && test -s conftest$ac_exeext && {
8658 test "$cross_compiling" = yes ||
8659 $as_test_x conftest$ac_exeext
8660 }; then
8661 LIBS=$ac_save_LIBS
8662 # We can link X programs with no special library path.
8663 ac_x_libraries=
8664 else
8665 $as_echo "$as_me: failed program was:" >&5
8666 sed 's/^/| /' conftest.$ac_ext >&5
8668 LIBS=$ac_save_LIBS
8669 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8671 # Don't even attempt the hair of trying to link an X program!
8672 for ac_extension in a so sl dylib la dll; do
8673 if test -r "$ac_dir/libX11.$ac_extension"; then
8674 ac_x_libraries=$ac_dir
8675 break 2
8677 done
8678 done
8681 rm -rf conftest.dSYM
8682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8683 conftest$ac_exeext conftest.$ac_ext
8684 fi # $ac_x_libraries = no
8686 case $ac_x_includes,$ac_x_libraries in #(
8687 no,* | *,no | *\'*)
8688 # Didn't find X, or a directory has "'" in its name.
8689 ac_cv_have_x="have_x=no";; #(
8691 # Record where we found X for the cache.
8692 ac_cv_have_x="have_x=yes\
8693 ac_x_includes='$ac_x_includes'\
8694 ac_x_libraries='$ac_x_libraries'"
8695 esac
8697 ;; #(
8698 *) have_x=yes;;
8699 esac
8700 eval "$ac_cv_have_x"
8701 fi # $with_x != no
8703 if test "$have_x" != yes; then
8704 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8705 $as_echo "$have_x" >&6; }
8706 no_x=yes
8707 else
8708 # If each of the values was on the command line, it overrides each guess.
8709 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8710 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8711 # Update the cache value to reflect the command line values.
8712 ac_cv_have_x="have_x=yes\
8713 ac_x_includes='$x_includes'\
8714 ac_x_libraries='$x_libraries'"
8715 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8716 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8719 if test "$no_x" = yes; then
8720 # Not all programs may use this symbol, but it does not hurt to define it.
8722 cat >>confdefs.h <<\_ACEOF
8723 #define X_DISPLAY_MISSING 1
8724 _ACEOF
8726 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8727 else
8728 if test -n "$x_includes"; then
8729 X_CFLAGS="$X_CFLAGS -I$x_includes"
8732 # It would also be nice to do this for all -L options, not just this one.
8733 if test -n "$x_libraries"; then
8734 X_LIBS="$X_LIBS -L$x_libraries"
8735 # For Solaris; some versions of Sun CC require a space after -R and
8736 # others require no space. Words are not sufficient . . . .
8737 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8738 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8739 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8740 ac_xsave_c_werror_flag=$ac_c_werror_flag
8741 ac_c_werror_flag=yes
8742 cat >conftest.$ac_ext <<_ACEOF
8743 /* confdefs.h. */
8744 _ACEOF
8745 cat confdefs.h >>conftest.$ac_ext
8746 cat >>conftest.$ac_ext <<_ACEOF
8747 /* end confdefs.h. */
8750 main ()
8754 return 0;
8756 _ACEOF
8757 rm -f conftest.$ac_objext conftest$ac_exeext
8758 if { (ac_try="$ac_link"
8759 case "(($ac_try" in
8760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8761 *) ac_try_echo=$ac_try;;
8762 esac
8763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8764 $as_echo "$ac_try_echo") >&5
8765 (eval "$ac_link") 2>conftest.er1
8766 ac_status=$?
8767 grep -v '^ *+' conftest.er1 >conftest.err
8768 rm -f conftest.er1
8769 cat conftest.err >&5
8770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 (exit $ac_status); } && {
8772 test -z "$ac_c_werror_flag" ||
8773 test ! -s conftest.err
8774 } && test -s conftest$ac_exeext && {
8775 test "$cross_compiling" = yes ||
8776 $as_test_x conftest$ac_exeext
8777 }; then
8778 { $as_echo "$as_me:$LINENO: result: no" >&5
8779 $as_echo "no" >&6; }
8780 X_LIBS="$X_LIBS -R$x_libraries"
8781 else
8782 $as_echo "$as_me: failed program was:" >&5
8783 sed 's/^/| /' conftest.$ac_ext >&5
8785 LIBS="$ac_xsave_LIBS -R $x_libraries"
8786 cat >conftest.$ac_ext <<_ACEOF
8787 /* confdefs.h. */
8788 _ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8794 main ()
8798 return 0;
8800 _ACEOF
8801 rm -f conftest.$ac_objext conftest$ac_exeext
8802 if { (ac_try="$ac_link"
8803 case "(($ac_try" in
8804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8805 *) ac_try_echo=$ac_try;;
8806 esac
8807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8808 $as_echo "$ac_try_echo") >&5
8809 (eval "$ac_link") 2>conftest.er1
8810 ac_status=$?
8811 grep -v '^ *+' conftest.er1 >conftest.err
8812 rm -f conftest.er1
8813 cat conftest.err >&5
8814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8815 (exit $ac_status); } && {
8816 test -z "$ac_c_werror_flag" ||
8817 test ! -s conftest.err
8818 } && test -s conftest$ac_exeext && {
8819 test "$cross_compiling" = yes ||
8820 $as_test_x conftest$ac_exeext
8821 }; then
8822 { $as_echo "$as_me:$LINENO: result: yes" >&5
8823 $as_echo "yes" >&6; }
8824 X_LIBS="$X_LIBS -R $x_libraries"
8825 else
8826 $as_echo "$as_me: failed program was:" >&5
8827 sed 's/^/| /' conftest.$ac_ext >&5
8829 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8830 $as_echo "neither works" >&6; }
8833 rm -rf conftest.dSYM
8834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8835 conftest$ac_exeext conftest.$ac_ext
8838 rm -rf conftest.dSYM
8839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8840 conftest$ac_exeext conftest.$ac_ext
8841 ac_c_werror_flag=$ac_xsave_c_werror_flag
8842 LIBS=$ac_xsave_LIBS
8845 # Check for system-dependent libraries X programs must link with.
8846 # Do this before checking for the system-independent R6 libraries
8847 # (-lICE), since we may need -lsocket or whatever for X linking.
8849 if test "$ISC" = yes; then
8850 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8851 else
8852 # Martyn Johnson says this is needed for Ultrix, if the X
8853 # libraries were built with DECnet support. And Karl Berry says
8854 # the Alpha needs dnet_stub (dnet does not exist).
8855 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8856 cat >conftest.$ac_ext <<_ACEOF
8857 /* confdefs.h. */
8858 _ACEOF
8859 cat confdefs.h >>conftest.$ac_ext
8860 cat >>conftest.$ac_ext <<_ACEOF
8861 /* end confdefs.h. */
8863 /* Override any GCC internal prototype to avoid an error.
8864 Use char because int might match the return type of a GCC
8865 builtin and then its argument prototype would still apply. */
8866 #ifdef __cplusplus
8867 extern "C"
8868 #endif
8869 char XOpenDisplay ();
8871 main ()
8873 return XOpenDisplay ();
8875 return 0;
8877 _ACEOF
8878 rm -f conftest.$ac_objext conftest$ac_exeext
8879 if { (ac_try="$ac_link"
8880 case "(($ac_try" in
8881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8882 *) ac_try_echo=$ac_try;;
8883 esac
8884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8885 $as_echo "$ac_try_echo") >&5
8886 (eval "$ac_link") 2>conftest.er1
8887 ac_status=$?
8888 grep -v '^ *+' conftest.er1 >conftest.err
8889 rm -f conftest.er1
8890 cat conftest.err >&5
8891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8892 (exit $ac_status); } && {
8893 test -z "$ac_c_werror_flag" ||
8894 test ! -s conftest.err
8895 } && test -s conftest$ac_exeext && {
8896 test "$cross_compiling" = yes ||
8897 $as_test_x conftest$ac_exeext
8898 }; then
8900 else
8901 $as_echo "$as_me: failed program was:" >&5
8902 sed 's/^/| /' conftest.$ac_ext >&5
8904 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8905 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8906 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8907 $as_echo_n "(cached) " >&6
8908 else
8909 ac_check_lib_save_LIBS=$LIBS
8910 LIBS="-ldnet $LIBS"
8911 cat >conftest.$ac_ext <<_ACEOF
8912 /* confdefs.h. */
8913 _ACEOF
8914 cat confdefs.h >>conftest.$ac_ext
8915 cat >>conftest.$ac_ext <<_ACEOF
8916 /* end confdefs.h. */
8918 /* Override any GCC internal prototype to avoid an error.
8919 Use char because int might match the return type of a GCC
8920 builtin and then its argument prototype would still apply. */
8921 #ifdef __cplusplus
8922 extern "C"
8923 #endif
8924 char dnet_ntoa ();
8926 main ()
8928 return dnet_ntoa ();
8930 return 0;
8932 _ACEOF
8933 rm -f conftest.$ac_objext conftest$ac_exeext
8934 if { (ac_try="$ac_link"
8935 case "(($ac_try" in
8936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8937 *) ac_try_echo=$ac_try;;
8938 esac
8939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8940 $as_echo "$ac_try_echo") >&5
8941 (eval "$ac_link") 2>conftest.er1
8942 ac_status=$?
8943 grep -v '^ *+' conftest.er1 >conftest.err
8944 rm -f conftest.er1
8945 cat conftest.err >&5
8946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8947 (exit $ac_status); } && {
8948 test -z "$ac_c_werror_flag" ||
8949 test ! -s conftest.err
8950 } && test -s conftest$ac_exeext && {
8951 test "$cross_compiling" = yes ||
8952 $as_test_x conftest$ac_exeext
8953 }; then
8954 ac_cv_lib_dnet_dnet_ntoa=yes
8955 else
8956 $as_echo "$as_me: failed program was:" >&5
8957 sed 's/^/| /' conftest.$ac_ext >&5
8959 ac_cv_lib_dnet_dnet_ntoa=no
8962 rm -rf conftest.dSYM
8963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8964 conftest$ac_exeext conftest.$ac_ext
8965 LIBS=$ac_check_lib_save_LIBS
8967 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8968 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8969 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8970 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8973 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8974 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8975 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8976 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8977 $as_echo_n "(cached) " >&6
8978 else
8979 ac_check_lib_save_LIBS=$LIBS
8980 LIBS="-ldnet_stub $LIBS"
8981 cat >conftest.$ac_ext <<_ACEOF
8982 /* confdefs.h. */
8983 _ACEOF
8984 cat confdefs.h >>conftest.$ac_ext
8985 cat >>conftest.$ac_ext <<_ACEOF
8986 /* end confdefs.h. */
8988 /* Override any GCC internal prototype to avoid an error.
8989 Use char because int might match the return type of a GCC
8990 builtin and then its argument prototype would still apply. */
8991 #ifdef __cplusplus
8992 extern "C"
8993 #endif
8994 char dnet_ntoa ();
8996 main ()
8998 return dnet_ntoa ();
9000 return 0;
9002 _ACEOF
9003 rm -f conftest.$ac_objext conftest$ac_exeext
9004 if { (ac_try="$ac_link"
9005 case "(($ac_try" in
9006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9007 *) ac_try_echo=$ac_try;;
9008 esac
9009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9010 $as_echo "$ac_try_echo") >&5
9011 (eval "$ac_link") 2>conftest.er1
9012 ac_status=$?
9013 grep -v '^ *+' conftest.er1 >conftest.err
9014 rm -f conftest.er1
9015 cat conftest.err >&5
9016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9017 (exit $ac_status); } && {
9018 test -z "$ac_c_werror_flag" ||
9019 test ! -s conftest.err
9020 } && test -s conftest$ac_exeext && {
9021 test "$cross_compiling" = yes ||
9022 $as_test_x conftest$ac_exeext
9023 }; then
9024 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9025 else
9026 $as_echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_lib_dnet_stub_dnet_ntoa=no
9032 rm -rf conftest.dSYM
9033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9034 conftest$ac_exeext conftest.$ac_ext
9035 LIBS=$ac_check_lib_save_LIBS
9037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9038 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9039 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9040 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9046 rm -rf conftest.dSYM
9047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9048 conftest$ac_exeext conftest.$ac_ext
9049 LIBS="$ac_xsave_LIBS"
9051 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9052 # to get the SysV transport functions.
9053 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9054 # needs -lnsl.
9055 # The nsl library prevents programs from opening the X display
9056 # on Irix 5.2, according to T.E. Dickey.
9057 # The functions gethostbyname, getservbyname, and inet_addr are
9058 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9059 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9060 $as_echo_n "checking for gethostbyname... " >&6; }
9061 if test "${ac_cv_func_gethostbyname+set}" = set; then
9062 $as_echo_n "(cached) " >&6
9063 else
9064 cat >conftest.$ac_ext <<_ACEOF
9065 /* confdefs.h. */
9066 _ACEOF
9067 cat confdefs.h >>conftest.$ac_ext
9068 cat >>conftest.$ac_ext <<_ACEOF
9069 /* end confdefs.h. */
9070 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9072 #define gethostbyname innocuous_gethostbyname
9074 /* System header to define __stub macros and hopefully few prototypes,
9075 which can conflict with char gethostbyname (); below.
9076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9077 <limits.h> exists even on freestanding compilers. */
9079 #ifdef __STDC__
9080 # include <limits.h>
9081 #else
9082 # include <assert.h>
9083 #endif
9085 #undef gethostbyname
9087 /* Override any GCC internal prototype to avoid an error.
9088 Use char because int might match the return type of a GCC
9089 builtin and then its argument prototype would still apply. */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char gethostbyname ();
9094 /* The GNU C library defines this for functions which it implements
9095 to always fail with ENOSYS. Some functions are actually named
9096 something starting with __ and the normal name is an alias. */
9097 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9098 choke me
9099 #endif
9102 main ()
9104 return gethostbyname ();
9106 return 0;
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114 esac
9115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9116 $as_echo "$ac_try_echo") >&5
9117 (eval "$ac_link") 2>conftest.er1
9118 ac_status=$?
9119 grep -v '^ *+' conftest.er1 >conftest.err
9120 rm -f conftest.er1
9121 cat conftest.err >&5
9122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); } && {
9124 test -z "$ac_c_werror_flag" ||
9125 test ! -s conftest.err
9126 } && test -s conftest$ac_exeext && {
9127 test "$cross_compiling" = yes ||
9128 $as_test_x conftest$ac_exeext
9129 }; then
9130 ac_cv_func_gethostbyname=yes
9131 else
9132 $as_echo "$as_me: failed program was:" >&5
9133 sed 's/^/| /' conftest.$ac_ext >&5
9135 ac_cv_func_gethostbyname=no
9138 rm -rf conftest.dSYM
9139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9140 conftest$ac_exeext conftest.$ac_ext
9142 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9143 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9145 if test $ac_cv_func_gethostbyname = no; then
9146 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9147 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9148 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9149 $as_echo_n "(cached) " >&6
9150 else
9151 ac_check_lib_save_LIBS=$LIBS
9152 LIBS="-lnsl $LIBS"
9153 cat >conftest.$ac_ext <<_ACEOF
9154 /* confdefs.h. */
9155 _ACEOF
9156 cat confdefs.h >>conftest.$ac_ext
9157 cat >>conftest.$ac_ext <<_ACEOF
9158 /* end confdefs.h. */
9160 /* Override any GCC internal prototype to avoid an error.
9161 Use char because int might match the return type of a GCC
9162 builtin and then its argument prototype would still apply. */
9163 #ifdef __cplusplus
9164 extern "C"
9165 #endif
9166 char gethostbyname ();
9168 main ()
9170 return gethostbyname ();
9172 return 0;
9174 _ACEOF
9175 rm -f conftest.$ac_objext conftest$ac_exeext
9176 if { (ac_try="$ac_link"
9177 case "(($ac_try" in
9178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9179 *) ac_try_echo=$ac_try;;
9180 esac
9181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9182 $as_echo "$ac_try_echo") >&5
9183 (eval "$ac_link") 2>conftest.er1
9184 ac_status=$?
9185 grep -v '^ *+' conftest.er1 >conftest.err
9186 rm -f conftest.er1
9187 cat conftest.err >&5
9188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); } && {
9190 test -z "$ac_c_werror_flag" ||
9191 test ! -s conftest.err
9192 } && test -s conftest$ac_exeext && {
9193 test "$cross_compiling" = yes ||
9194 $as_test_x conftest$ac_exeext
9195 }; then
9196 ac_cv_lib_nsl_gethostbyname=yes
9197 else
9198 $as_echo "$as_me: failed program was:" >&5
9199 sed 's/^/| /' conftest.$ac_ext >&5
9201 ac_cv_lib_nsl_gethostbyname=no
9204 rm -rf conftest.dSYM
9205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9206 conftest$ac_exeext conftest.$ac_ext
9207 LIBS=$ac_check_lib_save_LIBS
9209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9210 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9211 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9212 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9215 if test $ac_cv_lib_nsl_gethostbyname = no; then
9216 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9217 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9218 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9219 $as_echo_n "(cached) " >&6
9220 else
9221 ac_check_lib_save_LIBS=$LIBS
9222 LIBS="-lbsd $LIBS"
9223 cat >conftest.$ac_ext <<_ACEOF
9224 /* confdefs.h. */
9225 _ACEOF
9226 cat confdefs.h >>conftest.$ac_ext
9227 cat >>conftest.$ac_ext <<_ACEOF
9228 /* end confdefs.h. */
9230 /* Override any GCC internal prototype to avoid an error.
9231 Use char because int might match the return type of a GCC
9232 builtin and then its argument prototype would still apply. */
9233 #ifdef __cplusplus
9234 extern "C"
9235 #endif
9236 char gethostbyname ();
9238 main ()
9240 return gethostbyname ();
9242 return 0;
9244 _ACEOF
9245 rm -f conftest.$ac_objext conftest$ac_exeext
9246 if { (ac_try="$ac_link"
9247 case "(($ac_try" in
9248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9249 *) ac_try_echo=$ac_try;;
9250 esac
9251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9252 $as_echo "$ac_try_echo") >&5
9253 (eval "$ac_link") 2>conftest.er1
9254 ac_status=$?
9255 grep -v '^ *+' conftest.er1 >conftest.err
9256 rm -f conftest.er1
9257 cat conftest.err >&5
9258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); } && {
9260 test -z "$ac_c_werror_flag" ||
9261 test ! -s conftest.err
9262 } && test -s conftest$ac_exeext && {
9263 test "$cross_compiling" = yes ||
9264 $as_test_x conftest$ac_exeext
9265 }; then
9266 ac_cv_lib_bsd_gethostbyname=yes
9267 else
9268 $as_echo "$as_me: failed program was:" >&5
9269 sed 's/^/| /' conftest.$ac_ext >&5
9271 ac_cv_lib_bsd_gethostbyname=no
9274 rm -rf conftest.dSYM
9275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9276 conftest$ac_exeext conftest.$ac_ext
9277 LIBS=$ac_check_lib_save_LIBS
9279 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9280 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9281 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9282 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9288 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9289 # socket/setsockopt and other routines are undefined under SCO ODT
9290 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9291 # on later versions), says Simon Leinen: it contains gethostby*
9292 # variants that don't use the name server (or something). -lsocket
9293 # must be given before -lnsl if both are needed. We assume that
9294 # if connect needs -lnsl, so does gethostbyname.
9295 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9296 $as_echo_n "checking for connect... " >&6; }
9297 if test "${ac_cv_func_connect+set}" = set; then
9298 $as_echo_n "(cached) " >&6
9299 else
9300 cat >conftest.$ac_ext <<_ACEOF
9301 /* confdefs.h. */
9302 _ACEOF
9303 cat confdefs.h >>conftest.$ac_ext
9304 cat >>conftest.$ac_ext <<_ACEOF
9305 /* end confdefs.h. */
9306 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9307 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9308 #define connect innocuous_connect
9310 /* System header to define __stub macros and hopefully few prototypes,
9311 which can conflict with char connect (); below.
9312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9313 <limits.h> exists even on freestanding compilers. */
9315 #ifdef __STDC__
9316 # include <limits.h>
9317 #else
9318 # include <assert.h>
9319 #endif
9321 #undef connect
9323 /* Override any GCC internal prototype to avoid an error.
9324 Use char because int might match the return type of a GCC
9325 builtin and then its argument prototype would still apply. */
9326 #ifdef __cplusplus
9327 extern "C"
9328 #endif
9329 char connect ();
9330 /* The GNU C library defines this for functions which it implements
9331 to always fail with ENOSYS. Some functions are actually named
9332 something starting with __ and the normal name is an alias. */
9333 #if defined __stub_connect || defined __stub___connect
9334 choke me
9335 #endif
9338 main ()
9340 return connect ();
9342 return 0;
9344 _ACEOF
9345 rm -f conftest.$ac_objext conftest$ac_exeext
9346 if { (ac_try="$ac_link"
9347 case "(($ac_try" in
9348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9349 *) ac_try_echo=$ac_try;;
9350 esac
9351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9352 $as_echo "$ac_try_echo") >&5
9353 (eval "$ac_link") 2>conftest.er1
9354 ac_status=$?
9355 grep -v '^ *+' conftest.er1 >conftest.err
9356 rm -f conftest.er1
9357 cat conftest.err >&5
9358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9359 (exit $ac_status); } && {
9360 test -z "$ac_c_werror_flag" ||
9361 test ! -s conftest.err
9362 } && test -s conftest$ac_exeext && {
9363 test "$cross_compiling" = yes ||
9364 $as_test_x conftest$ac_exeext
9365 }; then
9366 ac_cv_func_connect=yes
9367 else
9368 $as_echo "$as_me: failed program was:" >&5
9369 sed 's/^/| /' conftest.$ac_ext >&5
9371 ac_cv_func_connect=no
9374 rm -rf conftest.dSYM
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9378 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9379 $as_echo "$ac_cv_func_connect" >&6; }
9381 if test $ac_cv_func_connect = no; then
9382 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9383 $as_echo_n "checking for connect in -lsocket... " >&6; }
9384 if test "${ac_cv_lib_socket_connect+set}" = set; then
9385 $as_echo_n "(cached) " >&6
9386 else
9387 ac_check_lib_save_LIBS=$LIBS
9388 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9389 cat >conftest.$ac_ext <<_ACEOF
9390 /* confdefs.h. */
9391 _ACEOF
9392 cat confdefs.h >>conftest.$ac_ext
9393 cat >>conftest.$ac_ext <<_ACEOF
9394 /* end confdefs.h. */
9396 /* Override any GCC internal prototype to avoid an error.
9397 Use char because int might match the return type of a GCC
9398 builtin and then its argument prototype would still apply. */
9399 #ifdef __cplusplus
9400 extern "C"
9401 #endif
9402 char connect ();
9404 main ()
9406 return connect ();
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_lib_socket_connect=yes
9433 else
9434 $as_echo "$as_me: failed program was:" >&5
9435 sed 's/^/| /' conftest.$ac_ext >&5
9437 ac_cv_lib_socket_connect=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
9443 LIBS=$ac_check_lib_save_LIBS
9445 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9446 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9447 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9448 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9453 # Guillermo Gomez says -lposix is necessary on A/UX.
9454 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9455 $as_echo_n "checking for remove... " >&6; }
9456 if test "${ac_cv_func_remove+set}" = set; then
9457 $as_echo_n "(cached) " >&6
9458 else
9459 cat >conftest.$ac_ext <<_ACEOF
9460 /* confdefs.h. */
9461 _ACEOF
9462 cat confdefs.h >>conftest.$ac_ext
9463 cat >>conftest.$ac_ext <<_ACEOF
9464 /* end confdefs.h. */
9465 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9466 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9467 #define remove innocuous_remove
9469 /* System header to define __stub macros and hopefully few prototypes,
9470 which can conflict with char remove (); below.
9471 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9472 <limits.h> exists even on freestanding compilers. */
9474 #ifdef __STDC__
9475 # include <limits.h>
9476 #else
9477 # include <assert.h>
9478 #endif
9480 #undef remove
9482 /* Override any GCC internal prototype to avoid an error.
9483 Use char because int might match the return type of a GCC
9484 builtin and then its argument prototype would still apply. */
9485 #ifdef __cplusplus
9486 extern "C"
9487 #endif
9488 char remove ();
9489 /* The GNU C library defines this for functions which it implements
9490 to always fail with ENOSYS. Some functions are actually named
9491 something starting with __ and the normal name is an alias. */
9492 #if defined __stub_remove || defined __stub___remove
9493 choke me
9494 #endif
9497 main ()
9499 return remove ();
9501 return 0;
9503 _ACEOF
9504 rm -f conftest.$ac_objext conftest$ac_exeext
9505 if { (ac_try="$ac_link"
9506 case "(($ac_try" in
9507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9508 *) ac_try_echo=$ac_try;;
9509 esac
9510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9511 $as_echo "$ac_try_echo") >&5
9512 (eval "$ac_link") 2>conftest.er1
9513 ac_status=$?
9514 grep -v '^ *+' conftest.er1 >conftest.err
9515 rm -f conftest.er1
9516 cat conftest.err >&5
9517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9518 (exit $ac_status); } && {
9519 test -z "$ac_c_werror_flag" ||
9520 test ! -s conftest.err
9521 } && test -s conftest$ac_exeext && {
9522 test "$cross_compiling" = yes ||
9523 $as_test_x conftest$ac_exeext
9524 }; then
9525 ac_cv_func_remove=yes
9526 else
9527 $as_echo "$as_me: failed program was:" >&5
9528 sed 's/^/| /' conftest.$ac_ext >&5
9530 ac_cv_func_remove=no
9533 rm -rf conftest.dSYM
9534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9535 conftest$ac_exeext conftest.$ac_ext
9537 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9538 $as_echo "$ac_cv_func_remove" >&6; }
9540 if test $ac_cv_func_remove = no; then
9541 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9542 $as_echo_n "checking for remove in -lposix... " >&6; }
9543 if test "${ac_cv_lib_posix_remove+set}" = set; then
9544 $as_echo_n "(cached) " >&6
9545 else
9546 ac_check_lib_save_LIBS=$LIBS
9547 LIBS="-lposix $LIBS"
9548 cat >conftest.$ac_ext <<_ACEOF
9549 /* confdefs.h. */
9550 _ACEOF
9551 cat confdefs.h >>conftest.$ac_ext
9552 cat >>conftest.$ac_ext <<_ACEOF
9553 /* end confdefs.h. */
9555 /* Override any GCC internal prototype to avoid an error.
9556 Use char because int might match the return type of a GCC
9557 builtin and then its argument prototype would still apply. */
9558 #ifdef __cplusplus
9559 extern "C"
9560 #endif
9561 char remove ();
9563 main ()
9565 return remove ();
9567 return 0;
9569 _ACEOF
9570 rm -f conftest.$ac_objext conftest$ac_exeext
9571 if { (ac_try="$ac_link"
9572 case "(($ac_try" in
9573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9574 *) ac_try_echo=$ac_try;;
9575 esac
9576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9577 $as_echo "$ac_try_echo") >&5
9578 (eval "$ac_link") 2>conftest.er1
9579 ac_status=$?
9580 grep -v '^ *+' conftest.er1 >conftest.err
9581 rm -f conftest.er1
9582 cat conftest.err >&5
9583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584 (exit $ac_status); } && {
9585 test -z "$ac_c_werror_flag" ||
9586 test ! -s conftest.err
9587 } && test -s conftest$ac_exeext && {
9588 test "$cross_compiling" = yes ||
9589 $as_test_x conftest$ac_exeext
9590 }; then
9591 ac_cv_lib_posix_remove=yes
9592 else
9593 $as_echo "$as_me: failed program was:" >&5
9594 sed 's/^/| /' conftest.$ac_ext >&5
9596 ac_cv_lib_posix_remove=no
9599 rm -rf conftest.dSYM
9600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9601 conftest$ac_exeext conftest.$ac_ext
9602 LIBS=$ac_check_lib_save_LIBS
9604 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9605 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9606 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9607 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9612 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9613 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9614 $as_echo_n "checking for shmat... " >&6; }
9615 if test "${ac_cv_func_shmat+set}" = set; then
9616 $as_echo_n "(cached) " >&6
9617 else
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9624 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9625 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9626 #define shmat innocuous_shmat
9628 /* System header to define __stub macros and hopefully few prototypes,
9629 which can conflict with char shmat (); below.
9630 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9631 <limits.h> exists even on freestanding compilers. */
9633 #ifdef __STDC__
9634 # include <limits.h>
9635 #else
9636 # include <assert.h>
9637 #endif
9639 #undef shmat
9641 /* Override any GCC internal prototype to avoid an error.
9642 Use char because int might match the return type of a GCC
9643 builtin and then its argument prototype would still apply. */
9644 #ifdef __cplusplus
9645 extern "C"
9646 #endif
9647 char shmat ();
9648 /* The GNU C library defines this for functions which it implements
9649 to always fail with ENOSYS. Some functions are actually named
9650 something starting with __ and the normal name is an alias. */
9651 #if defined __stub_shmat || defined __stub___shmat
9652 choke me
9653 #endif
9656 main ()
9658 return shmat ();
9660 return 0;
9662 _ACEOF
9663 rm -f conftest.$ac_objext conftest$ac_exeext
9664 if { (ac_try="$ac_link"
9665 case "(($ac_try" in
9666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9667 *) ac_try_echo=$ac_try;;
9668 esac
9669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9670 $as_echo "$ac_try_echo") >&5
9671 (eval "$ac_link") 2>conftest.er1
9672 ac_status=$?
9673 grep -v '^ *+' conftest.er1 >conftest.err
9674 rm -f conftest.er1
9675 cat conftest.err >&5
9676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9677 (exit $ac_status); } && {
9678 test -z "$ac_c_werror_flag" ||
9679 test ! -s conftest.err
9680 } && test -s conftest$ac_exeext && {
9681 test "$cross_compiling" = yes ||
9682 $as_test_x conftest$ac_exeext
9683 }; then
9684 ac_cv_func_shmat=yes
9685 else
9686 $as_echo "$as_me: failed program was:" >&5
9687 sed 's/^/| /' conftest.$ac_ext >&5
9689 ac_cv_func_shmat=no
9692 rm -rf conftest.dSYM
9693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9694 conftest$ac_exeext conftest.$ac_ext
9696 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9697 $as_echo "$ac_cv_func_shmat" >&6; }
9699 if test $ac_cv_func_shmat = no; then
9700 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9701 $as_echo_n "checking for shmat in -lipc... " >&6; }
9702 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9703 $as_echo_n "(cached) " >&6
9704 else
9705 ac_check_lib_save_LIBS=$LIBS
9706 LIBS="-lipc $LIBS"
9707 cat >conftest.$ac_ext <<_ACEOF
9708 /* confdefs.h. */
9709 _ACEOF
9710 cat confdefs.h >>conftest.$ac_ext
9711 cat >>conftest.$ac_ext <<_ACEOF
9712 /* end confdefs.h. */
9714 /* Override any GCC internal prototype to avoid an error.
9715 Use char because int might match the return type of a GCC
9716 builtin and then its argument prototype would still apply. */
9717 #ifdef __cplusplus
9718 extern "C"
9719 #endif
9720 char shmat ();
9722 main ()
9724 return shmat ();
9726 return 0;
9728 _ACEOF
9729 rm -f conftest.$ac_objext conftest$ac_exeext
9730 if { (ac_try="$ac_link"
9731 case "(($ac_try" in
9732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9733 *) ac_try_echo=$ac_try;;
9734 esac
9735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9736 $as_echo "$ac_try_echo") >&5
9737 (eval "$ac_link") 2>conftest.er1
9738 ac_status=$?
9739 grep -v '^ *+' conftest.er1 >conftest.err
9740 rm -f conftest.er1
9741 cat conftest.err >&5
9742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9743 (exit $ac_status); } && {
9744 test -z "$ac_c_werror_flag" ||
9745 test ! -s conftest.err
9746 } && test -s conftest$ac_exeext && {
9747 test "$cross_compiling" = yes ||
9748 $as_test_x conftest$ac_exeext
9749 }; then
9750 ac_cv_lib_ipc_shmat=yes
9751 else
9752 $as_echo "$as_me: failed program was:" >&5
9753 sed 's/^/| /' conftest.$ac_ext >&5
9755 ac_cv_lib_ipc_shmat=no
9758 rm -rf conftest.dSYM
9759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9760 conftest$ac_exeext conftest.$ac_ext
9761 LIBS=$ac_check_lib_save_LIBS
9763 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9764 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9765 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9766 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9772 # Check for libraries that X11R6 Xt/Xaw programs need.
9773 ac_save_LDFLAGS=$LDFLAGS
9774 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9775 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9776 # check for ICE first), but we must link in the order -lSM -lICE or
9777 # we get undefined symbols. So assume we have SM if we have ICE.
9778 # These have to be linked with before -lX11, unlike the other
9779 # libraries we check for below, so use a different variable.
9780 # John Interrante, Karl Berry
9781 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9782 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9783 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9784 $as_echo_n "(cached) " >&6
9785 else
9786 ac_check_lib_save_LIBS=$LIBS
9787 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9788 cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h. */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h. */
9795 /* Override any GCC internal prototype to avoid an error.
9796 Use char because int might match the return type of a GCC
9797 builtin and then its argument prototype would still apply. */
9798 #ifdef __cplusplus
9799 extern "C"
9800 #endif
9801 char IceConnectionNumber ();
9803 main ()
9805 return IceConnectionNumber ();
9807 return 0;
9809 _ACEOF
9810 rm -f conftest.$ac_objext conftest$ac_exeext
9811 if { (ac_try="$ac_link"
9812 case "(($ac_try" in
9813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9814 *) ac_try_echo=$ac_try;;
9815 esac
9816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9817 $as_echo "$ac_try_echo") >&5
9818 (eval "$ac_link") 2>conftest.er1
9819 ac_status=$?
9820 grep -v '^ *+' conftest.er1 >conftest.err
9821 rm -f conftest.er1
9822 cat conftest.err >&5
9823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9824 (exit $ac_status); } && {
9825 test -z "$ac_c_werror_flag" ||
9826 test ! -s conftest.err
9827 } && test -s conftest$ac_exeext && {
9828 test "$cross_compiling" = yes ||
9829 $as_test_x conftest$ac_exeext
9830 }; then
9831 ac_cv_lib_ICE_IceConnectionNumber=yes
9832 else
9833 $as_echo "$as_me: failed program was:" >&5
9834 sed 's/^/| /' conftest.$ac_ext >&5
9836 ac_cv_lib_ICE_IceConnectionNumber=no
9839 rm -rf conftest.dSYM
9840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9841 conftest$ac_exeext conftest.$ac_ext
9842 LIBS=$ac_check_lib_save_LIBS
9844 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9845 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9846 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9847 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9850 LDFLAGS=$ac_save_LDFLAGS
9855 if test "$have_x" = "yes"
9856 then
9857 XLIB="-lXext -lX11"
9858 ac_save_CPPFLAGS="$CPPFLAGS"
9859 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9861 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9862 $as_echo_n "checking for -lX11... " >&6; }
9863 if test "${ac_cv_lib_soname_X11+set}" = set; then
9864 $as_echo_n "(cached) " >&6
9865 else
9866 ac_check_soname_save_LIBS=$LIBS
9867 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9868 cat >conftest.$ac_ext <<_ACEOF
9869 /* confdefs.h. */
9870 _ACEOF
9871 cat confdefs.h >>conftest.$ac_ext
9872 cat >>conftest.$ac_ext <<_ACEOF
9873 /* end confdefs.h. */
9875 /* Override any GCC internal prototype to avoid an error.
9876 Use char because int might match the return type of a GCC
9877 builtin and then its argument prototype would still apply. */
9878 #ifdef __cplusplus
9879 extern "C"
9880 #endif
9881 char XCreateWindow ();
9883 main ()
9885 return XCreateWindow ();
9887 return 0;
9889 _ACEOF
9890 rm -f conftest.$ac_objext conftest$ac_exeext
9891 if { (ac_try="$ac_link"
9892 case "(($ac_try" in
9893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9894 *) ac_try_echo=$ac_try;;
9895 esac
9896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9897 $as_echo "$ac_try_echo") >&5
9898 (eval "$ac_link") 2>conftest.er1
9899 ac_status=$?
9900 grep -v '^ *+' conftest.er1 >conftest.err
9901 rm -f conftest.er1
9902 cat conftest.err >&5
9903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9904 (exit $ac_status); } && {
9905 test -z "$ac_c_werror_flag" ||
9906 test ! -s conftest.err
9907 } && test -s conftest$ac_exeext && {
9908 test "$cross_compiling" = yes ||
9909 $as_test_x conftest$ac_exeext
9910 }; then
9911 case "$LIBEXT" in
9912 dll) ;;
9913 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'` ;;
9914 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9915 esac
9916 else
9917 $as_echo "$as_me: failed program was:" >&5
9918 sed 's/^/| /' conftest.$ac_ext >&5
9923 rm -rf conftest.dSYM
9924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9925 conftest$ac_exeext conftest.$ac_ext
9926 LIBS=$ac_check_soname_save_LIBS
9928 if test "x$ac_cv_lib_soname_X11" = "x"; then
9929 { $as_echo "$as_me:$LINENO: result: not found" >&5
9930 $as_echo "not found" >&6; }
9932 else
9933 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9934 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9936 cat >>confdefs.h <<_ACEOF
9937 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9938 _ACEOF
9943 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9944 $as_echo_n "checking for -lXext... " >&6; }
9945 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9946 $as_echo_n "(cached) " >&6
9947 else
9948 ac_check_soname_save_LIBS=$LIBS
9949 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9950 cat >conftest.$ac_ext <<_ACEOF
9951 /* confdefs.h. */
9952 _ACEOF
9953 cat confdefs.h >>conftest.$ac_ext
9954 cat >>conftest.$ac_ext <<_ACEOF
9955 /* end confdefs.h. */
9957 /* Override any GCC internal prototype to avoid an error.
9958 Use char because int might match the return type of a GCC
9959 builtin and then its argument prototype would still apply. */
9960 #ifdef __cplusplus
9961 extern "C"
9962 #endif
9963 char XextCreateExtension ();
9965 main ()
9967 return XextCreateExtension ();
9969 return 0;
9971 _ACEOF
9972 rm -f conftest.$ac_objext conftest$ac_exeext
9973 if { (ac_try="$ac_link"
9974 case "(($ac_try" in
9975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9976 *) ac_try_echo=$ac_try;;
9977 esac
9978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9979 $as_echo "$ac_try_echo") >&5
9980 (eval "$ac_link") 2>conftest.er1
9981 ac_status=$?
9982 grep -v '^ *+' conftest.er1 >conftest.err
9983 rm -f conftest.er1
9984 cat conftest.err >&5
9985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9986 (exit $ac_status); } && {
9987 test -z "$ac_c_werror_flag" ||
9988 test ! -s conftest.err
9989 } && test -s conftest$ac_exeext && {
9990 test "$cross_compiling" = yes ||
9991 $as_test_x conftest$ac_exeext
9992 }; then
9993 case "$LIBEXT" in
9994 dll) ;;
9995 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'` ;;
9996 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9997 esac
9998 else
9999 $as_echo "$as_me: failed program was:" >&5
10000 sed 's/^/| /' conftest.$ac_ext >&5
10005 rm -rf conftest.dSYM
10006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_soname_save_LIBS
10010 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10011 { $as_echo "$as_me:$LINENO: result: not found" >&5
10012 $as_echo "not found" >&6; }
10014 else
10015 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10016 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10018 cat >>confdefs.h <<_ACEOF
10019 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10020 _ACEOF
10038 for ac_header in X11/Xlib.h \
10039 X11/XKBlib.h \
10040 X11/Xutil.h \
10041 X11/Xcursor/Xcursor.h \
10042 X11/extensions/shape.h \
10043 X11/extensions/XInput.h \
10044 X11/extensions/XShm.h \
10045 X11/extensions/Xcomposite.h \
10046 X11/extensions/Xinerama.h \
10047 X11/extensions/Xrandr.h \
10048 X11/extensions/Xrender.h \
10049 X11/extensions/xf86vmode.h
10051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10053 $as_echo_n "checking for $ac_header... " >&6; }
10054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10055 $as_echo_n "(cached) " >&6
10056 else
10057 cat >conftest.$ac_ext <<_ACEOF
10058 /* confdefs.h. */
10059 _ACEOF
10060 cat confdefs.h >>conftest.$ac_ext
10061 cat >>conftest.$ac_ext <<_ACEOF
10062 /* end confdefs.h. */
10063 #ifdef HAVE_X11_XLIB_H
10064 # include <X11/Xlib.h>
10065 #endif
10066 #ifdef HAVE_X11_XUTIL_H
10067 # include <X11/Xutil.h>
10068 #endif
10070 #include <$ac_header>
10071 _ACEOF
10072 rm -f conftest.$ac_objext
10073 if { (ac_try="$ac_compile"
10074 case "(($ac_try" in
10075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10076 *) ac_try_echo=$ac_try;;
10077 esac
10078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10079 $as_echo "$ac_try_echo") >&5
10080 (eval "$ac_compile") 2>conftest.er1
10081 ac_status=$?
10082 grep -v '^ *+' conftest.er1 >conftest.err
10083 rm -f conftest.er1
10084 cat conftest.err >&5
10085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10086 (exit $ac_status); } && {
10087 test -z "$ac_c_werror_flag" ||
10088 test ! -s conftest.err
10089 } && test -s conftest.$ac_objext; then
10090 eval "$as_ac_Header=yes"
10091 else
10092 $as_echo "$as_me: failed program was:" >&5
10093 sed 's/^/| /' conftest.$ac_ext >&5
10095 eval "$as_ac_Header=no"
10098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10100 ac_res=`eval 'as_val=${'$as_ac_Header'}
10101 $as_echo "$as_val"'`
10102 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10103 $as_echo "$ac_res" >&6; }
10104 as_val=`eval 'as_val=${'$as_ac_Header'}
10105 $as_echo "$as_val"'`
10106 if test "x$as_val" = x""yes; then
10107 cat >>confdefs.h <<_ACEOF
10108 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10109 _ACEOF
10113 done
10116 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10117 then
10118 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10119 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10120 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10121 $as_echo_n "(cached) " >&6
10122 else
10123 ac_check_lib_save_LIBS=$LIBS
10124 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10125 cat >conftest.$ac_ext <<_ACEOF
10126 /* confdefs.h. */
10127 _ACEOF
10128 cat confdefs.h >>conftest.$ac_ext
10129 cat >>conftest.$ac_ext <<_ACEOF
10130 /* end confdefs.h. */
10132 /* Override any GCC internal prototype to avoid an error.
10133 Use char because int might match the return type of a GCC
10134 builtin and then its argument prototype would still apply. */
10135 #ifdef __cplusplus
10136 extern "C"
10137 #endif
10138 char XkbQueryExtension ();
10140 main ()
10142 return XkbQueryExtension ();
10144 return 0;
10146 _ACEOF
10147 rm -f conftest.$ac_objext conftest$ac_exeext
10148 if { (ac_try="$ac_link"
10149 case "(($ac_try" in
10150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10151 *) ac_try_echo=$ac_try;;
10152 esac
10153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10154 $as_echo "$ac_try_echo") >&5
10155 (eval "$ac_link") 2>conftest.er1
10156 ac_status=$?
10157 grep -v '^ *+' conftest.er1 >conftest.err
10158 rm -f conftest.er1
10159 cat conftest.err >&5
10160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161 (exit $ac_status); } && {
10162 test -z "$ac_c_werror_flag" ||
10163 test ! -s conftest.err
10164 } && test -s conftest$ac_exeext && {
10165 test "$cross_compiling" = yes ||
10166 $as_test_x conftest$ac_exeext
10167 }; then
10168 ac_cv_lib_X11_XkbQueryExtension=yes
10169 else
10170 $as_echo "$as_me: failed program was:" >&5
10171 sed 's/^/| /' conftest.$ac_ext >&5
10173 ac_cv_lib_X11_XkbQueryExtension=no
10176 rm -rf conftest.dSYM
10177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10178 conftest$ac_exeext conftest.$ac_ext
10179 LIBS=$ac_check_lib_save_LIBS
10181 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10182 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10183 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10185 cat >>confdefs.h <<\_ACEOF
10186 #define HAVE_XKB 1
10187 _ACEOF
10193 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10194 then
10195 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10196 $as_echo_n "checking for -lXcursor... " >&6; }
10197 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10198 $as_echo_n "(cached) " >&6
10199 else
10200 ac_check_soname_save_LIBS=$LIBS
10201 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10202 cat >conftest.$ac_ext <<_ACEOF
10203 /* confdefs.h. */
10204 _ACEOF
10205 cat confdefs.h >>conftest.$ac_ext
10206 cat >>conftest.$ac_ext <<_ACEOF
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10212 #ifdef __cplusplus
10213 extern "C"
10214 #endif
10215 char XcursorImageLoadCursor ();
10217 main ()
10219 return XcursorImageLoadCursor ();
10221 return 0;
10223 _ACEOF
10224 rm -f conftest.$ac_objext conftest$ac_exeext
10225 if { (ac_try="$ac_link"
10226 case "(($ac_try" in
10227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10228 *) ac_try_echo=$ac_try;;
10229 esac
10230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10231 $as_echo "$ac_try_echo") >&5
10232 (eval "$ac_link") 2>conftest.er1
10233 ac_status=$?
10234 grep -v '^ *+' conftest.er1 >conftest.err
10235 rm -f conftest.er1
10236 cat conftest.err >&5
10237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238 (exit $ac_status); } && {
10239 test -z "$ac_c_werror_flag" ||
10240 test ! -s conftest.err
10241 } && test -s conftest$ac_exeext && {
10242 test "$cross_compiling" = yes ||
10243 $as_test_x conftest$ac_exeext
10244 }; then
10245 case "$LIBEXT" in
10246 dll) ;;
10247 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'` ;;
10248 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10249 esac
10250 else
10251 $as_echo "$as_me: failed program was:" >&5
10252 sed 's/^/| /' conftest.$ac_ext >&5
10257 rm -rf conftest.dSYM
10258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10259 conftest$ac_exeext conftest.$ac_ext
10260 LIBS=$ac_check_soname_save_LIBS
10262 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10263 { $as_echo "$as_me:$LINENO: result: not found" >&5
10264 $as_echo "not found" >&6; }
10266 else
10267 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10268 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10270 cat >>confdefs.h <<_ACEOF
10271 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10272 _ACEOF
10278 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10279 case "x$with_xcursor" in
10280 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10281 xno) ;;
10282 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10283 This is an error since --with-xcursor was requested." >&5
10284 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10285 This is an error since --with-xcursor was requested." >&2;}
10286 { (exit 1); exit 1; }; } ;;
10287 esac
10291 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10292 then
10293 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10294 $as_echo_n "checking for -lXi... " >&6; }
10295 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10296 $as_echo_n "(cached) " >&6
10297 else
10298 ac_check_soname_save_LIBS=$LIBS
10299 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10300 cat >conftest.$ac_ext <<_ACEOF
10301 /* confdefs.h. */
10302 _ACEOF
10303 cat confdefs.h >>conftest.$ac_ext
10304 cat >>conftest.$ac_ext <<_ACEOF
10305 /* end confdefs.h. */
10307 /* Override any GCC internal prototype to avoid an error.
10308 Use char because int might match the return type of a GCC
10309 builtin and then its argument prototype would still apply. */
10310 #ifdef __cplusplus
10311 extern "C"
10312 #endif
10313 char XOpenDevice ();
10315 main ()
10317 return XOpenDevice ();
10319 return 0;
10321 _ACEOF
10322 rm -f conftest.$ac_objext conftest$ac_exeext
10323 if { (ac_try="$ac_link"
10324 case "(($ac_try" in
10325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10326 *) ac_try_echo=$ac_try;;
10327 esac
10328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10329 $as_echo "$ac_try_echo") >&5
10330 (eval "$ac_link") 2>conftest.er1
10331 ac_status=$?
10332 grep -v '^ *+' conftest.er1 >conftest.err
10333 rm -f conftest.er1
10334 cat conftest.err >&5
10335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336 (exit $ac_status); } && {
10337 test -z "$ac_c_werror_flag" ||
10338 test ! -s conftest.err
10339 } && test -s conftest$ac_exeext && {
10340 test "$cross_compiling" = yes ||
10341 $as_test_x conftest$ac_exeext
10342 }; then
10343 case "$LIBEXT" in
10344 dll) ;;
10345 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'` ;;
10346 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10347 esac
10348 else
10349 $as_echo "$as_me: failed program was:" >&5
10350 sed 's/^/| /' conftest.$ac_ext >&5
10355 rm -rf conftest.dSYM
10356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10357 conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_soname_save_LIBS
10360 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10361 { $as_echo "$as_me:$LINENO: result: not found" >&5
10362 $as_echo "not found" >&6; }
10364 else
10365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10366 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10368 cat >>confdefs.h <<_ACEOF
10369 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10370 _ACEOF
10376 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10377 case "x$with_xinput" in
10378 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10379 xno) ;;
10380 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10381 This is an error since --with-xinput was requested." >&5
10382 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10383 This is an error since --with-xinput was requested." >&2;}
10384 { (exit 1); exit 1; }; } ;;
10385 esac
10389 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10390 then
10391 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10392 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10393 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10394 $as_echo_n "(cached) " >&6
10395 else
10396 ac_check_lib_save_LIBS=$LIBS
10397 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10398 cat >conftest.$ac_ext <<_ACEOF
10399 /* confdefs.h. */
10400 _ACEOF
10401 cat confdefs.h >>conftest.$ac_ext
10402 cat >>conftest.$ac_ext <<_ACEOF
10403 /* end confdefs.h. */
10405 /* Override any GCC internal prototype to avoid an error.
10406 Use char because int might match the return type of a GCC
10407 builtin and then its argument prototype would still apply. */
10408 #ifdef __cplusplus
10409 extern "C"
10410 #endif
10411 char XShmQueryExtension ();
10413 main ()
10415 return XShmQueryExtension ();
10417 return 0;
10419 _ACEOF
10420 rm -f conftest.$ac_objext conftest$ac_exeext
10421 if { (ac_try="$ac_link"
10422 case "(($ac_try" in
10423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10424 *) ac_try_echo=$ac_try;;
10425 esac
10426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10427 $as_echo "$ac_try_echo") >&5
10428 (eval "$ac_link") 2>conftest.er1
10429 ac_status=$?
10430 grep -v '^ *+' conftest.er1 >conftest.err
10431 rm -f conftest.er1
10432 cat conftest.err >&5
10433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434 (exit $ac_status); } && {
10435 test -z "$ac_c_werror_flag" ||
10436 test ! -s conftest.err
10437 } && test -s conftest$ac_exeext && {
10438 test "$cross_compiling" = yes ||
10439 $as_test_x conftest$ac_exeext
10440 }; then
10441 ac_cv_lib_Xext_XShmQueryExtension=yes
10442 else
10443 $as_echo "$as_me: failed program was:" >&5
10444 sed 's/^/| /' conftest.$ac_ext >&5
10446 ac_cv_lib_Xext_XShmQueryExtension=no
10449 rm -rf conftest.dSYM
10450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10451 conftest$ac_exeext conftest.$ac_ext
10452 LIBS=$ac_check_lib_save_LIBS
10454 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10455 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10456 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10458 cat >>confdefs.h <<\_ACEOF
10459 #define HAVE_LIBXXSHM 1
10460 _ACEOF
10465 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10466 case "x$with_xshm" in
10467 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10468 xno) ;;
10469 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10470 This is an error since --with-xshm was requested." >&5
10471 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10472 This is an error since --with-xshm was requested." >&2;}
10473 { (exit 1); exit 1; }; } ;;
10474 esac
10478 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10479 then
10480 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10481 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10482 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10483 $as_echo_n "(cached) " >&6
10484 else
10485 ac_check_lib_save_LIBS=$LIBS
10486 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10487 cat >conftest.$ac_ext <<_ACEOF
10488 /* confdefs.h. */
10489 _ACEOF
10490 cat confdefs.h >>conftest.$ac_ext
10491 cat >>conftest.$ac_ext <<_ACEOF
10492 /* end confdefs.h. */
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497 #ifdef __cplusplus
10498 extern "C"
10499 #endif
10500 char XShapeQueryExtension ();
10502 main ()
10504 return XShapeQueryExtension ();
10506 return 0;
10508 _ACEOF
10509 rm -f conftest.$ac_objext conftest$ac_exeext
10510 if { (ac_try="$ac_link"
10511 case "(($ac_try" in
10512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10513 *) ac_try_echo=$ac_try;;
10514 esac
10515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10516 $as_echo "$ac_try_echo") >&5
10517 (eval "$ac_link") 2>conftest.er1
10518 ac_status=$?
10519 grep -v '^ *+' conftest.er1 >conftest.err
10520 rm -f conftest.er1
10521 cat conftest.err >&5
10522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10523 (exit $ac_status); } && {
10524 test -z "$ac_c_werror_flag" ||
10525 test ! -s conftest.err
10526 } && test -s conftest$ac_exeext && {
10527 test "$cross_compiling" = yes ||
10528 $as_test_x conftest$ac_exeext
10529 }; then
10530 ac_cv_lib_Xext_XShapeQueryExtension=yes
10531 else
10532 $as_echo "$as_me: failed program was:" >&5
10533 sed 's/^/| /' conftest.$ac_ext >&5
10535 ac_cv_lib_Xext_XShapeQueryExtension=no
10538 rm -rf conftest.dSYM
10539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10540 conftest$ac_exeext conftest.$ac_ext
10541 LIBS=$ac_check_lib_save_LIBS
10543 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10544 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10545 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10547 cat >>confdefs.h <<\_ACEOF
10548 #define HAVE_LIBXSHAPE 1
10549 _ACEOF
10554 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10555 case "x$with_xshape" in
10556 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10557 xno) ;;
10558 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10559 This is an error since --with-xshape was requested." >&5
10560 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10561 This is an error since --with-xshape was requested." >&2;}
10562 { (exit 1); exit 1; }; } ;;
10563 esac
10567 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10568 then
10569 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10570 $as_echo_n "checking for -lXxf86vm... " >&6; }
10571 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10572 $as_echo_n "(cached) " >&6
10573 else
10574 ac_check_soname_save_LIBS=$LIBS
10575 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10576 cat >conftest.$ac_ext <<_ACEOF
10577 /* confdefs.h. */
10578 _ACEOF
10579 cat confdefs.h >>conftest.$ac_ext
10580 cat >>conftest.$ac_ext <<_ACEOF
10581 /* end confdefs.h. */
10583 /* Override any GCC internal prototype to avoid an error.
10584 Use char because int might match the return type of a GCC
10585 builtin and then its argument prototype would still apply. */
10586 #ifdef __cplusplus
10587 extern "C"
10588 #endif
10589 char XF86VidModeQueryExtension ();
10591 main ()
10593 return XF86VidModeQueryExtension ();
10595 return 0;
10597 _ACEOF
10598 rm -f conftest.$ac_objext conftest$ac_exeext
10599 if { (ac_try="$ac_link"
10600 case "(($ac_try" in
10601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10602 *) ac_try_echo=$ac_try;;
10603 esac
10604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10605 $as_echo "$ac_try_echo") >&5
10606 (eval "$ac_link") 2>conftest.er1
10607 ac_status=$?
10608 grep -v '^ *+' conftest.er1 >conftest.err
10609 rm -f conftest.er1
10610 cat conftest.err >&5
10611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10612 (exit $ac_status); } && {
10613 test -z "$ac_c_werror_flag" ||
10614 test ! -s conftest.err
10615 } && test -s conftest$ac_exeext && {
10616 test "$cross_compiling" = yes ||
10617 $as_test_x conftest$ac_exeext
10618 }; then
10619 case "$LIBEXT" in
10620 dll) ;;
10621 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'` ;;
10622 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10623 esac
10624 else
10625 $as_echo "$as_me: failed program was:" >&5
10626 sed 's/^/| /' conftest.$ac_ext >&5
10631 rm -rf conftest.dSYM
10632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10633 conftest$ac_exeext conftest.$ac_ext
10634 LIBS=$ac_check_soname_save_LIBS
10636 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10637 { $as_echo "$as_me:$LINENO: result: not found" >&5
10638 $as_echo "not found" >&6; }
10640 else
10641 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10642 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10644 cat >>confdefs.h <<_ACEOF
10645 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10646 _ACEOF
10652 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10653 case "x$with_xxf86vm" in
10654 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10655 xno) ;;
10656 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10657 This is an error since --with-xxf86vm was requested." >&5
10658 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10659 This is an error since --with-xxf86vm was requested." >&2;}
10660 { (exit 1); exit 1; }; } ;;
10661 esac
10665 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"
10666 then
10667 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10668 $as_echo_n "checking for -lXrender... " >&6; }
10669 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10670 $as_echo_n "(cached) " >&6
10671 else
10672 ac_check_soname_save_LIBS=$LIBS
10673 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10674 cat >conftest.$ac_ext <<_ACEOF
10675 /* confdefs.h. */
10676 _ACEOF
10677 cat confdefs.h >>conftest.$ac_ext
10678 cat >>conftest.$ac_ext <<_ACEOF
10679 /* end confdefs.h. */
10681 /* Override any GCC internal prototype to avoid an error.
10682 Use char because int might match the return type of a GCC
10683 builtin and then its argument prototype would still apply. */
10684 #ifdef __cplusplus
10685 extern "C"
10686 #endif
10687 char XRenderQueryExtension ();
10689 main ()
10691 return XRenderQueryExtension ();
10693 return 0;
10695 _ACEOF
10696 rm -f conftest.$ac_objext conftest$ac_exeext
10697 if { (ac_try="$ac_link"
10698 case "(($ac_try" in
10699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10700 *) ac_try_echo=$ac_try;;
10701 esac
10702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10703 $as_echo "$ac_try_echo") >&5
10704 (eval "$ac_link") 2>conftest.er1
10705 ac_status=$?
10706 grep -v '^ *+' conftest.er1 >conftest.err
10707 rm -f conftest.er1
10708 cat conftest.err >&5
10709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10710 (exit $ac_status); } && {
10711 test -z "$ac_c_werror_flag" ||
10712 test ! -s conftest.err
10713 } && test -s conftest$ac_exeext && {
10714 test "$cross_compiling" = yes ||
10715 $as_test_x conftest$ac_exeext
10716 }; then
10717 case "$LIBEXT" in
10718 dll) ;;
10719 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'` ;;
10720 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10721 esac
10722 else
10723 $as_echo "$as_me: failed program was:" >&5
10724 sed 's/^/| /' conftest.$ac_ext >&5
10729 rm -rf conftest.dSYM
10730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10731 conftest$ac_exeext conftest.$ac_ext
10732 LIBS=$ac_check_soname_save_LIBS
10734 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10735 { $as_echo "$as_me:$LINENO: result: not found" >&5
10736 $as_echo "not found" >&6; }
10738 else
10739 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10740 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10742 cat >>confdefs.h <<_ACEOF
10743 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10744 _ACEOF
10746 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10747 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10748 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10749 $as_echo_n "(cached) " >&6
10750 else
10751 ac_check_lib_save_LIBS=$LIBS
10752 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10753 cat >conftest.$ac_ext <<_ACEOF
10754 /* confdefs.h. */
10755 _ACEOF
10756 cat confdefs.h >>conftest.$ac_ext
10757 cat >>conftest.$ac_ext <<_ACEOF
10758 /* end confdefs.h. */
10760 /* Override any GCC internal prototype to avoid an error.
10761 Use char because int might match the return type of a GCC
10762 builtin and then its argument prototype would still apply. */
10763 #ifdef __cplusplus
10764 extern "C"
10765 #endif
10766 char XRenderSetPictureTransform ();
10768 main ()
10770 return XRenderSetPictureTransform ();
10772 return 0;
10774 _ACEOF
10775 rm -f conftest.$ac_objext conftest$ac_exeext
10776 if { (ac_try="$ac_link"
10777 case "(($ac_try" in
10778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10779 *) ac_try_echo=$ac_try;;
10780 esac
10781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10782 $as_echo "$ac_try_echo") >&5
10783 (eval "$ac_link") 2>conftest.er1
10784 ac_status=$?
10785 grep -v '^ *+' conftest.er1 >conftest.err
10786 rm -f conftest.er1
10787 cat conftest.err >&5
10788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10789 (exit $ac_status); } && {
10790 test -z "$ac_c_werror_flag" ||
10791 test ! -s conftest.err
10792 } && test -s conftest$ac_exeext && {
10793 test "$cross_compiling" = yes ||
10794 $as_test_x conftest$ac_exeext
10795 }; then
10796 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10797 else
10798 $as_echo "$as_me: failed program was:" >&5
10799 sed 's/^/| /' conftest.$ac_ext >&5
10801 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10804 rm -rf conftest.dSYM
10805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_lib_save_LIBS
10809 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10810 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10811 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10813 cat >>confdefs.h <<\_ACEOF
10814 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10815 _ACEOF
10823 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10824 case "x$with_xrender" in
10825 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10826 xno) ;;
10827 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10828 This is an error since --with-xrender was requested." >&5
10829 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10830 This is an error since --with-xrender was requested." >&2;}
10831 { (exit 1); exit 1; }; } ;;
10832 esac
10836 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10837 then
10838 cat >conftest.$ac_ext <<_ACEOF
10839 /* confdefs.h. */
10840 _ACEOF
10841 cat confdefs.h >>conftest.$ac_ext
10842 cat >>conftest.$ac_ext <<_ACEOF
10843 /* end confdefs.h. */
10844 #include <X11/Xlib.h>
10845 #include <X11/extensions/Xrandr.h>
10847 main ()
10849 static typeof(XRRSetScreenConfigAndRate) * func;
10851 return 0;
10853 _ACEOF
10854 rm -f conftest.$ac_objext
10855 if { (ac_try="$ac_compile"
10856 case "(($ac_try" in
10857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10858 *) ac_try_echo=$ac_try;;
10859 esac
10860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10861 $as_echo "$ac_try_echo") >&5
10862 (eval "$ac_compile") 2>conftest.er1
10863 ac_status=$?
10864 grep -v '^ *+' conftest.er1 >conftest.err
10865 rm -f conftest.er1
10866 cat conftest.err >&5
10867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10868 (exit $ac_status); } && {
10869 test -z "$ac_c_werror_flag" ||
10870 test ! -s conftest.err
10871 } && test -s conftest.$ac_objext; then
10872 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10873 $as_echo_n "checking for -lXrandr... " >&6; }
10874 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10875 $as_echo_n "(cached) " >&6
10876 else
10877 ac_check_soname_save_LIBS=$LIBS
10878 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10879 cat >conftest.$ac_ext <<_ACEOF
10880 /* confdefs.h. */
10881 _ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10886 /* Override any GCC internal prototype to avoid an error.
10887 Use char because int might match the return type of a GCC
10888 builtin and then its argument prototype would still apply. */
10889 #ifdef __cplusplus
10890 extern "C"
10891 #endif
10892 char XRRQueryExtension ();
10894 main ()
10896 return XRRQueryExtension ();
10898 return 0;
10900 _ACEOF
10901 rm -f conftest.$ac_objext conftest$ac_exeext
10902 if { (ac_try="$ac_link"
10903 case "(($ac_try" in
10904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10905 *) ac_try_echo=$ac_try;;
10906 esac
10907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10908 $as_echo "$ac_try_echo") >&5
10909 (eval "$ac_link") 2>conftest.er1
10910 ac_status=$?
10911 grep -v '^ *+' conftest.er1 >conftest.err
10912 rm -f conftest.er1
10913 cat conftest.err >&5
10914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } && {
10916 test -z "$ac_c_werror_flag" ||
10917 test ! -s conftest.err
10918 } && test -s conftest$ac_exeext && {
10919 test "$cross_compiling" = yes ||
10920 $as_test_x conftest$ac_exeext
10921 }; then
10922 case "$LIBEXT" in
10923 dll) ;;
10924 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'` ;;
10925 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10926 esac
10927 else
10928 $as_echo "$as_me: failed program was:" >&5
10929 sed 's/^/| /' conftest.$ac_ext >&5
10934 rm -rf conftest.dSYM
10935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10936 conftest$ac_exeext conftest.$ac_ext
10937 LIBS=$ac_check_soname_save_LIBS
10939 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10940 { $as_echo "$as_me:$LINENO: result: not found" >&5
10941 $as_echo "not found" >&6; }
10943 else
10944 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10945 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10947 cat >>confdefs.h <<_ACEOF
10948 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10949 _ACEOF
10954 else
10955 $as_echo "$as_me: failed program was:" >&5
10956 sed 's/^/| /' conftest.$ac_ext >&5
10961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10963 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10964 case "x$with_xrandr" in
10965 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10966 xno) ;;
10967 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10968 This is an error since --with-xrandr was requested." >&5
10969 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10970 This is an error since --with-xrandr was requested." >&2;}
10971 { (exit 1); exit 1; }; } ;;
10972 esac
10976 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10977 then
10978 cat >conftest.$ac_ext <<_ACEOF
10979 /* confdefs.h. */
10980 _ACEOF
10981 cat confdefs.h >>conftest.$ac_ext
10982 cat >>conftest.$ac_ext <<_ACEOF
10983 /* end confdefs.h. */
10984 #include <X11/Xlib.h>
10985 #include <X11/extensions/Xinerama.h>
10987 main ()
10989 static typeof(XineramaQueryScreens) * func;
10991 return 0;
10993 _ACEOF
10994 rm -f conftest.$ac_objext
10995 if { (ac_try="$ac_compile"
10996 case "(($ac_try" in
10997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10998 *) ac_try_echo=$ac_try;;
10999 esac
11000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11001 $as_echo "$ac_try_echo") >&5
11002 (eval "$ac_compile") 2>conftest.er1
11003 ac_status=$?
11004 grep -v '^ *+' conftest.er1 >conftest.err
11005 rm -f conftest.er1
11006 cat conftest.err >&5
11007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11008 (exit $ac_status); } && {
11009 test -z "$ac_c_werror_flag" ||
11010 test ! -s conftest.err
11011 } && test -s conftest.$ac_objext; then
11012 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11013 $as_echo_n "checking for -lXinerama... " >&6; }
11014 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11015 $as_echo_n "(cached) " >&6
11016 else
11017 ac_check_soname_save_LIBS=$LIBS
11018 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11019 cat >conftest.$ac_ext <<_ACEOF
11020 /* confdefs.h. */
11021 _ACEOF
11022 cat confdefs.h >>conftest.$ac_ext
11023 cat >>conftest.$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11026 /* Override any GCC internal prototype to avoid an error.
11027 Use char because int might match the return type of a GCC
11028 builtin and then its argument prototype would still apply. */
11029 #ifdef __cplusplus
11030 extern "C"
11031 #endif
11032 char XineramaQueryScreens ();
11034 main ()
11036 return XineramaQueryScreens ();
11038 return 0;
11040 _ACEOF
11041 rm -f conftest.$ac_objext conftest$ac_exeext
11042 if { (ac_try="$ac_link"
11043 case "(($ac_try" in
11044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11045 *) ac_try_echo=$ac_try;;
11046 esac
11047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11048 $as_echo "$ac_try_echo") >&5
11049 (eval "$ac_link") 2>conftest.er1
11050 ac_status=$?
11051 grep -v '^ *+' conftest.er1 >conftest.err
11052 rm -f conftest.er1
11053 cat conftest.err >&5
11054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11055 (exit $ac_status); } && {
11056 test -z "$ac_c_werror_flag" ||
11057 test ! -s conftest.err
11058 } && test -s conftest$ac_exeext && {
11059 test "$cross_compiling" = yes ||
11060 $as_test_x conftest$ac_exeext
11061 }; then
11062 case "$LIBEXT" in
11063 dll) ;;
11064 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'` ;;
11065 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11066 esac
11067 else
11068 $as_echo "$as_me: failed program was:" >&5
11069 sed 's/^/| /' conftest.$ac_ext >&5
11074 rm -rf conftest.dSYM
11075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11076 conftest$ac_exeext conftest.$ac_ext
11077 LIBS=$ac_check_soname_save_LIBS
11079 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11080 { $as_echo "$as_me:$LINENO: result: not found" >&5
11081 $as_echo "not found" >&6; }
11083 else
11084 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11085 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11087 cat >>confdefs.h <<_ACEOF
11088 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11089 _ACEOF
11094 else
11095 $as_echo "$as_me: failed program was:" >&5
11096 sed 's/^/| /' conftest.$ac_ext >&5
11101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11103 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11104 case "x$with_xinerama" in
11105 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11106 xno) ;;
11107 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11108 This is an error since --with-xinerama was requested." >&5
11109 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11110 This is an error since --with-xinerama was requested." >&2;}
11111 { (exit 1); exit 1; }; } ;;
11112 esac
11116 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11117 then
11118 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11119 $as_echo_n "checking for -lXcomposite... " >&6; }
11120 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11121 $as_echo_n "(cached) " >&6
11122 else
11123 ac_check_soname_save_LIBS=$LIBS
11124 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11125 cat >conftest.$ac_ext <<_ACEOF
11126 /* confdefs.h. */
11127 _ACEOF
11128 cat confdefs.h >>conftest.$ac_ext
11129 cat >>conftest.$ac_ext <<_ACEOF
11130 /* end confdefs.h. */
11132 /* Override any GCC internal prototype to avoid an error.
11133 Use char because int might match the return type of a GCC
11134 builtin and then its argument prototype would still apply. */
11135 #ifdef __cplusplus
11136 extern "C"
11137 #endif
11138 char XCompositeRedirectWindow ();
11140 main ()
11142 return XCompositeRedirectWindow ();
11144 return 0;
11146 _ACEOF
11147 rm -f conftest.$ac_objext conftest$ac_exeext
11148 if { (ac_try="$ac_link"
11149 case "(($ac_try" in
11150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11151 *) ac_try_echo=$ac_try;;
11152 esac
11153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11154 $as_echo "$ac_try_echo") >&5
11155 (eval "$ac_link") 2>conftest.er1
11156 ac_status=$?
11157 grep -v '^ *+' conftest.er1 >conftest.err
11158 rm -f conftest.er1
11159 cat conftest.err >&5
11160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11161 (exit $ac_status); } && {
11162 test -z "$ac_c_werror_flag" ||
11163 test ! -s conftest.err
11164 } && test -s conftest$ac_exeext && {
11165 test "$cross_compiling" = yes ||
11166 $as_test_x conftest$ac_exeext
11167 }; then
11168 case "$LIBEXT" in
11169 dll) ;;
11170 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'` ;;
11171 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11172 esac
11173 else
11174 $as_echo "$as_me: failed program was:" >&5
11175 sed 's/^/| /' conftest.$ac_ext >&5
11180 rm -rf conftest.dSYM
11181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11182 conftest$ac_exeext conftest.$ac_ext
11183 LIBS=$ac_check_soname_save_LIBS
11185 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11186 { $as_echo "$as_me:$LINENO: result: not found" >&5
11187 $as_echo "not found" >&6; }
11189 else
11190 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11191 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11193 cat >>confdefs.h <<_ACEOF
11194 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11195 _ACEOF
11201 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11202 case "x$with_xcomposite" in
11203 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11204 xno) ;;
11205 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11206 This is an error since --with-xcomposite was requested." >&5
11207 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11208 This is an error since --with-xcomposite was requested." >&2;}
11209 { (exit 1); exit 1; }; } ;;
11210 esac
11214 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11215 $as_echo_n "checking for XICCallback.callback... " >&6; }
11216 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11217 $as_echo_n "(cached) " >&6
11218 else
11219 cat >conftest.$ac_ext <<_ACEOF
11220 /* confdefs.h. */
11221 _ACEOF
11222 cat confdefs.h >>conftest.$ac_ext
11223 cat >>conftest.$ac_ext <<_ACEOF
11224 /* end confdefs.h. */
11225 #ifdef HAVE_X11_XLIB_H
11226 #include <X11/Xlib.h>
11227 #endif
11230 main ()
11232 static XICCallback ac_aggr;
11233 if (ac_aggr.callback)
11234 return 0;
11236 return 0;
11238 _ACEOF
11239 rm -f conftest.$ac_objext
11240 if { (ac_try="$ac_compile"
11241 case "(($ac_try" in
11242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11243 *) ac_try_echo=$ac_try;;
11244 esac
11245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11246 $as_echo "$ac_try_echo") >&5
11247 (eval "$ac_compile") 2>conftest.er1
11248 ac_status=$?
11249 grep -v '^ *+' conftest.er1 >conftest.err
11250 rm -f conftest.er1
11251 cat conftest.err >&5
11252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11253 (exit $ac_status); } && {
11254 test -z "$ac_c_werror_flag" ||
11255 test ! -s conftest.err
11256 } && test -s conftest.$ac_objext; then
11257 ac_cv_member_XICCallback_callback=yes
11258 else
11259 $as_echo "$as_me: failed program was:" >&5
11260 sed 's/^/| /' conftest.$ac_ext >&5
11262 cat >conftest.$ac_ext <<_ACEOF
11263 /* confdefs.h. */
11264 _ACEOF
11265 cat confdefs.h >>conftest.$ac_ext
11266 cat >>conftest.$ac_ext <<_ACEOF
11267 /* end confdefs.h. */
11268 #ifdef HAVE_X11_XLIB_H
11269 #include <X11/Xlib.h>
11270 #endif
11273 main ()
11275 static XICCallback ac_aggr;
11276 if (sizeof ac_aggr.callback)
11277 return 0;
11279 return 0;
11281 _ACEOF
11282 rm -f conftest.$ac_objext
11283 if { (ac_try="$ac_compile"
11284 case "(($ac_try" in
11285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11286 *) ac_try_echo=$ac_try;;
11287 esac
11288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11289 $as_echo "$ac_try_echo") >&5
11290 (eval "$ac_compile") 2>conftest.er1
11291 ac_status=$?
11292 grep -v '^ *+' conftest.er1 >conftest.err
11293 rm -f conftest.er1
11294 cat conftest.err >&5
11295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); } && {
11297 test -z "$ac_c_werror_flag" ||
11298 test ! -s conftest.err
11299 } && test -s conftest.$ac_objext; then
11300 ac_cv_member_XICCallback_callback=yes
11301 else
11302 $as_echo "$as_me: failed program was:" >&5
11303 sed 's/^/| /' conftest.$ac_ext >&5
11305 ac_cv_member_XICCallback_callback=no
11308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11313 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11314 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11315 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11317 cat >>confdefs.h <<_ACEOF
11318 #define HAVE_XICCALLBACK_CALLBACK 1
11319 _ACEOF
11326 opengl_msg=""
11327 if test "x$with_opengl" != "xno"
11328 then
11333 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11335 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11336 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11337 $as_echo_n "checking for $ac_header... " >&6; }
11338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11339 $as_echo_n "(cached) " >&6
11340 else
11341 cat >conftest.$ac_ext <<_ACEOF
11342 /* confdefs.h. */
11343 _ACEOF
11344 cat confdefs.h >>conftest.$ac_ext
11345 cat >>conftest.$ac_ext <<_ACEOF
11346 /* end confdefs.h. */
11347 #ifdef HAVE_GL_GLX_H
11348 # include <GL/glx.h>
11349 #endif
11351 #include <$ac_header>
11352 _ACEOF
11353 rm -f conftest.$ac_objext
11354 if { (ac_try="$ac_compile"
11355 case "(($ac_try" in
11356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11357 *) ac_try_echo=$ac_try;;
11358 esac
11359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11360 $as_echo "$ac_try_echo") >&5
11361 (eval "$ac_compile") 2>conftest.er1
11362 ac_status=$?
11363 grep -v '^ *+' conftest.er1 >conftest.err
11364 rm -f conftest.er1
11365 cat conftest.err >&5
11366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11367 (exit $ac_status); } && {
11368 test -z "$ac_c_werror_flag" ||
11369 test ! -s conftest.err
11370 } && test -s conftest.$ac_objext; then
11371 eval "$as_ac_Header=yes"
11372 else
11373 $as_echo "$as_me: failed program was:" >&5
11374 sed 's/^/| /' conftest.$ac_ext >&5
11376 eval "$as_ac_Header=no"
11379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11381 ac_res=`eval 'as_val=${'$as_ac_Header'}
11382 $as_echo "$as_val"'`
11383 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11384 $as_echo "$ac_res" >&6; }
11385 as_val=`eval 'as_val=${'$as_ac_Header'}
11386 $as_echo "$as_val"'`
11387 if test "x$as_val" = x""yes; then
11388 cat >>confdefs.h <<_ACEOF
11389 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11390 _ACEOF
11394 done
11396 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11397 then
11398 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11399 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11400 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11401 $as_echo_n "(cached) " >&6
11402 else
11403 cat >conftest.$ac_ext <<_ACEOF
11404 /* confdefs.h. */
11405 _ACEOF
11406 cat confdefs.h >>conftest.$ac_ext
11407 cat >>conftest.$ac_ext <<_ACEOF
11408 /* end confdefs.h. */
11409 #include <GL/gl.h>
11411 main ()
11413 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11415 return 0;
11417 _ACEOF
11418 rm -f conftest.$ac_objext
11419 if { (ac_try="$ac_compile"
11420 case "(($ac_try" in
11421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11422 *) ac_try_echo=$ac_try;;
11423 esac
11424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11425 $as_echo "$ac_try_echo") >&5
11426 (eval "$ac_compile") 2>conftest.er1
11427 ac_status=$?
11428 grep -v '^ *+' conftest.er1 >conftest.err
11429 rm -f conftest.er1
11430 cat conftest.err >&5
11431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } && {
11433 test -z "$ac_c_werror_flag" ||
11434 test ! -s conftest.err
11435 } && test -s conftest.$ac_objext; then
11436 wine_cv_opengl_header_version_OK="yes"
11437 else
11438 $as_echo "$as_me: failed program was:" >&5
11439 sed 's/^/| /' conftest.$ac_ext >&5
11441 wine_cv_opengl_header_version_OK="no"
11444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11446 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11447 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11449 if test "$wine_cv_opengl_header_version_OK" = "yes"
11450 then
11451 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11452 $as_echo_n "checking for -lGL... " >&6; }
11453 if test "${ac_cv_lib_soname_GL+set}" = set; then
11454 $as_echo_n "(cached) " >&6
11455 else
11456 ac_check_soname_save_LIBS=$LIBS
11457 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11458 cat >conftest.$ac_ext <<_ACEOF
11459 /* confdefs.h. */
11460 _ACEOF
11461 cat confdefs.h >>conftest.$ac_ext
11462 cat >>conftest.$ac_ext <<_ACEOF
11463 /* end confdefs.h. */
11465 /* Override any GCC internal prototype to avoid an error.
11466 Use char because int might match the return type of a GCC
11467 builtin and then its argument prototype would still apply. */
11468 #ifdef __cplusplus
11469 extern "C"
11470 #endif
11471 char glXCreateContext ();
11473 main ()
11475 return glXCreateContext ();
11477 return 0;
11479 _ACEOF
11480 rm -f conftest.$ac_objext conftest$ac_exeext
11481 if { (ac_try="$ac_link"
11482 case "(($ac_try" in
11483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11484 *) ac_try_echo=$ac_try;;
11485 esac
11486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11487 $as_echo "$ac_try_echo") >&5
11488 (eval "$ac_link") 2>conftest.er1
11489 ac_status=$?
11490 grep -v '^ *+' conftest.er1 >conftest.err
11491 rm -f conftest.er1
11492 cat conftest.err >&5
11493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494 (exit $ac_status); } && {
11495 test -z "$ac_c_werror_flag" ||
11496 test ! -s conftest.err
11497 } && test -s conftest$ac_exeext && {
11498 test "$cross_compiling" = yes ||
11499 $as_test_x conftest$ac_exeext
11500 }; then
11501 case "$LIBEXT" in
11502 dll) ;;
11503 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'` ;;
11504 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11505 esac
11506 else
11507 $as_echo "$as_me: failed program was:" >&5
11508 sed 's/^/| /' conftest.$ac_ext >&5
11513 rm -rf conftest.dSYM
11514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11515 conftest$ac_exeext conftest.$ac_ext
11516 LIBS=$ac_check_soname_save_LIBS
11518 if test "x$ac_cv_lib_soname_GL" = "x"; then
11519 { $as_echo "$as_me:$LINENO: result: not found" >&5
11520 $as_echo "not found" >&6; }
11521 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11522 $as_echo_n "checking for -lGL... " >&6; }
11523 if test "${ac_cv_lib_soname_GL+set}" = set; then
11524 $as_echo_n "(cached) " >&6
11525 else
11526 ac_check_soname_save_LIBS=$LIBS
11527 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"
11528 cat >conftest.$ac_ext <<_ACEOF
11529 /* confdefs.h. */
11530 _ACEOF
11531 cat confdefs.h >>conftest.$ac_ext
11532 cat >>conftest.$ac_ext <<_ACEOF
11533 /* end confdefs.h. */
11535 /* Override any GCC internal prototype to avoid an error.
11536 Use char because int might match the return type of a GCC
11537 builtin and then its argument prototype would still apply. */
11538 #ifdef __cplusplus
11539 extern "C"
11540 #endif
11541 char glXCreateContext ();
11543 main ()
11545 return glXCreateContext ();
11547 return 0;
11549 _ACEOF
11550 rm -f conftest.$ac_objext conftest$ac_exeext
11551 if { (ac_try="$ac_link"
11552 case "(($ac_try" in
11553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11554 *) ac_try_echo=$ac_try;;
11555 esac
11556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11557 $as_echo "$ac_try_echo") >&5
11558 (eval "$ac_link") 2>conftest.er1
11559 ac_status=$?
11560 grep -v '^ *+' conftest.er1 >conftest.err
11561 rm -f conftest.er1
11562 cat conftest.err >&5
11563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11564 (exit $ac_status); } && {
11565 test -z "$ac_c_werror_flag" ||
11566 test ! -s conftest.err
11567 } && test -s conftest$ac_exeext && {
11568 test "$cross_compiling" = yes ||
11569 $as_test_x conftest$ac_exeext
11570 }; then
11571 case "$LIBEXT" in
11572 dll) ;;
11573 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'` ;;
11574 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11575 esac
11576 else
11577 $as_echo "$as_me: failed program was:" >&5
11578 sed 's/^/| /' conftest.$ac_ext >&5
11583 rm -rf conftest.dSYM
11584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11585 conftest$ac_exeext conftest.$ac_ext
11586 LIBS=$ac_check_soname_save_LIBS
11588 if test "x$ac_cv_lib_soname_GL" = "x"; then
11589 { $as_echo "$as_me:$LINENO: result: not found" >&5
11590 $as_echo "not found" >&6; }
11591 if test -f /usr/X11R6/lib/libGL.a
11592 then
11593 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11594 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11595 else
11596 opengl_msg="No OpenGL library found on this system."
11598 else
11599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11600 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11602 cat >>confdefs.h <<_ACEOF
11603 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11604 _ACEOF
11606 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"
11608 cat >>confdefs.h <<\_ACEOF
11609 #define HAVE_OPENGL 1
11610 _ACEOF
11614 else
11615 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11618 cat >>confdefs.h <<_ACEOF
11619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11620 _ACEOF
11622 OPENGL_LIBS="-lGL"
11624 cat >>confdefs.h <<\_ACEOF
11625 #define HAVE_OPENGL 1
11626 _ACEOF
11630 if test "$ac_cv_header_GL_glu_h" = "yes"
11631 then
11632 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11633 $as_echo_n "checking for -lGLU... " >&6; }
11634 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11635 $as_echo_n "(cached) " >&6
11636 else
11637 ac_check_soname_save_LIBS=$LIBS
11638 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11639 cat >conftest.$ac_ext <<_ACEOF
11640 /* confdefs.h. */
11641 _ACEOF
11642 cat confdefs.h >>conftest.$ac_ext
11643 cat >>conftest.$ac_ext <<_ACEOF
11644 /* end confdefs.h. */
11646 /* Override any GCC internal prototype to avoid an error.
11647 Use char because int might match the return type of a GCC
11648 builtin and then its argument prototype would still apply. */
11649 #ifdef __cplusplus
11650 extern "C"
11651 #endif
11652 char gluLookAt ();
11654 main ()
11656 return gluLookAt ();
11658 return 0;
11660 _ACEOF
11661 rm -f conftest.$ac_objext conftest$ac_exeext
11662 if { (ac_try="$ac_link"
11663 case "(($ac_try" in
11664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11665 *) ac_try_echo=$ac_try;;
11666 esac
11667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11668 $as_echo "$ac_try_echo") >&5
11669 (eval "$ac_link") 2>conftest.er1
11670 ac_status=$?
11671 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1
11673 cat conftest.err >&5
11674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && {
11676 test -z "$ac_c_werror_flag" ||
11677 test ! -s conftest.err
11678 } && test -s conftest$ac_exeext && {
11679 test "$cross_compiling" = yes ||
11680 $as_test_x conftest$ac_exeext
11681 }; then
11682 case "$LIBEXT" in
11683 dll) ;;
11684 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'` ;;
11685 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11686 esac
11687 else
11688 $as_echo "$as_me: failed program was:" >&5
11689 sed 's/^/| /' conftest.$ac_ext >&5
11694 rm -rf conftest.dSYM
11695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11696 conftest$ac_exeext conftest.$ac_ext
11697 LIBS=$ac_check_soname_save_LIBS
11699 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11700 { $as_echo "$as_me:$LINENO: result: not found" >&5
11701 $as_echo "not found" >&6; }
11703 else
11704 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11705 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11707 cat >>confdefs.h <<_ACEOF
11708 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11709 _ACEOF
11715 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11716 case "x$with_glu" in
11717 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11718 xno) ;;
11719 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11720 This is an error since --with-glu was requested." >&5
11721 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11722 This is an error since --with-glu was requested." >&2;}
11723 { (exit 1); exit 1; }; } ;;
11724 esac
11727 else
11728 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11730 else
11731 opengl_msg="OpenGL development headers not found."
11733 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11734 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11735 else
11736 enable_opengl32=${enable_opengl32:-no}
11737 enable_glu32=${enable_glu32:-no}
11739 if test -n "$opengl_msg"; then
11740 case "x$with_opengl" in
11741 x) wine_warnings="$wine_warnings|$opengl_msg
11742 OpenGL and Direct3D won't be supported." ;;
11743 xno) ;;
11744 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11745 OpenGL and Direct3D won't be supported.
11746 This is an error since --with-opengl was requested." >&5
11747 $as_echo "$as_me: error: $opengl_msg
11748 OpenGL and Direct3D won't be supported.
11749 This is an error since --with-opengl was requested." >&2;}
11750 { (exit 1); exit 1; }; } ;;
11751 esac
11755 NASLIBS=""
11758 for ac_header in audio/audiolib.h
11760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11762 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11763 $as_echo_n "checking for $ac_header... " >&6; }
11764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11765 $as_echo_n "(cached) " >&6
11767 ac_res=`eval 'as_val=${'$as_ac_Header'}
11768 $as_echo "$as_val"'`
11769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11770 $as_echo "$ac_res" >&6; }
11771 else
11772 # Is the header compilable?
11773 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11774 $as_echo_n "checking $ac_header usability... " >&6; }
11775 cat >conftest.$ac_ext <<_ACEOF
11776 /* confdefs.h. */
11777 _ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h. */
11781 $ac_includes_default
11782 #include <$ac_header>
11783 _ACEOF
11784 rm -f conftest.$ac_objext
11785 if { (ac_try="$ac_compile"
11786 case "(($ac_try" in
11787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11788 *) ac_try_echo=$ac_try;;
11789 esac
11790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11791 $as_echo "$ac_try_echo") >&5
11792 (eval "$ac_compile") 2>conftest.er1
11793 ac_status=$?
11794 grep -v '^ *+' conftest.er1 >conftest.err
11795 rm -f conftest.er1
11796 cat conftest.err >&5
11797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11798 (exit $ac_status); } && {
11799 test -z "$ac_c_werror_flag" ||
11800 test ! -s conftest.err
11801 } && test -s conftest.$ac_objext; then
11802 ac_header_compiler=yes
11803 else
11804 $as_echo "$as_me: failed program was:" >&5
11805 sed 's/^/| /' conftest.$ac_ext >&5
11807 ac_header_compiler=no
11810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11811 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11812 $as_echo "$ac_header_compiler" >&6; }
11814 # Is the header present?
11815 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11816 $as_echo_n "checking $ac_header presence... " >&6; }
11817 cat >conftest.$ac_ext <<_ACEOF
11818 /* confdefs.h. */
11819 _ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h. */
11823 #include <$ac_header>
11824 _ACEOF
11825 if { (ac_try="$ac_cpp conftest.$ac_ext"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11831 $as_echo "$ac_try_echo") >&5
11832 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11833 ac_status=$?
11834 grep -v '^ *+' conftest.er1 >conftest.err
11835 rm -f conftest.er1
11836 cat conftest.err >&5
11837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); } >/dev/null && {
11839 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11840 test ! -s conftest.err
11841 }; then
11842 ac_header_preproc=yes
11843 else
11844 $as_echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.$ac_ext >&5
11847 ac_header_preproc=no
11850 rm -f conftest.err conftest.$ac_ext
11851 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11852 $as_echo "$ac_header_preproc" >&6; }
11854 # So? What about this header?
11855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11856 yes:no: )
11857 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11858 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11860 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11861 ac_header_preproc=yes
11863 no:yes:* )
11864 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11865 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11867 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11868 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11869 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11871 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11873 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11875 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11876 ( cat <<\_ASBOX
11877 ## ------------------------------------ ##
11878 ## Report this to wine-devel@winehq.org ##
11879 ## ------------------------------------ ##
11880 _ASBOX
11881 ) | sed "s/^/$as_me: WARNING: /" >&2
11883 esac
11884 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11885 $as_echo_n "checking for $ac_header... " >&6; }
11886 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11887 $as_echo_n "(cached) " >&6
11888 else
11889 eval "$as_ac_Header=\$ac_header_preproc"
11891 ac_res=`eval 'as_val=${'$as_ac_Header'}
11892 $as_echo "$as_val"'`
11893 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11894 $as_echo "$ac_res" >&6; }
11897 as_val=`eval 'as_val=${'$as_ac_Header'}
11898 $as_echo "$as_val"'`
11899 if test "x$as_val" = x""yes; then
11900 cat >>confdefs.h <<_ACEOF
11901 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11902 _ACEOF
11904 for ac_header in audio/soundlib.h
11906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11907 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 $as_echo_n "checking for $ac_header... " >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910 $as_echo_n "(cached) " >&6
11911 else
11912 cat >conftest.$ac_ext <<_ACEOF
11913 /* confdefs.h. */
11914 _ACEOF
11915 cat confdefs.h >>conftest.$ac_ext
11916 cat >>conftest.$ac_ext <<_ACEOF
11917 /* end confdefs.h. */
11918 #include <audio/audiolib.h>
11920 #include <$ac_header>
11921 _ACEOF
11922 rm -f conftest.$ac_objext
11923 if { (ac_try="$ac_compile"
11924 case "(($ac_try" in
11925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11926 *) ac_try_echo=$ac_try;;
11927 esac
11928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11929 $as_echo "$ac_try_echo") >&5
11930 (eval "$ac_compile") 2>conftest.er1
11931 ac_status=$?
11932 grep -v '^ *+' conftest.er1 >conftest.err
11933 rm -f conftest.er1
11934 cat conftest.err >&5
11935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11936 (exit $ac_status); } && {
11937 test -z "$ac_c_werror_flag" ||
11938 test ! -s conftest.err
11939 } && test -s conftest.$ac_objext; then
11940 eval "$as_ac_Header=yes"
11941 else
11942 $as_echo "$as_me: failed program was:" >&5
11943 sed 's/^/| /' conftest.$ac_ext >&5
11945 eval "$as_ac_Header=no"
11948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11950 ac_res=`eval 'as_val=${'$as_ac_Header'}
11951 $as_echo "$as_val"'`
11952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11953 $as_echo "$ac_res" >&6; }
11954 as_val=`eval 'as_val=${'$as_ac_Header'}
11955 $as_echo "$as_val"'`
11956 if test "x$as_val" = x""yes; then
11957 cat >>confdefs.h <<_ACEOF
11958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11959 _ACEOF
11963 done
11965 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11966 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11967 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11968 $as_echo_n "(cached) " >&6
11969 else
11970 ac_check_lib_save_LIBS=$LIBS
11971 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11972 cat >conftest.$ac_ext <<_ACEOF
11973 /* confdefs.h. */
11974 _ACEOF
11975 cat confdefs.h >>conftest.$ac_ext
11976 cat >>conftest.$ac_ext <<_ACEOF
11977 /* end confdefs.h. */
11979 /* Override any GCC internal prototype to avoid an error.
11980 Use char because int might match the return type of a GCC
11981 builtin and then its argument prototype would still apply. */
11982 #ifdef __cplusplus
11983 extern "C"
11984 #endif
11985 char AuCreateFlow ();
11987 main ()
11989 return AuCreateFlow ();
11991 return 0;
11993 _ACEOF
11994 rm -f conftest.$ac_objext conftest$ac_exeext
11995 if { (ac_try="$ac_link"
11996 case "(($ac_try" in
11997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;;
11999 esac
12000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12001 $as_echo "$ac_try_echo") >&5
12002 (eval "$ac_link") 2>conftest.er1
12003 ac_status=$?
12004 grep -v '^ *+' conftest.er1 >conftest.err
12005 rm -f conftest.er1
12006 cat conftest.err >&5
12007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008 (exit $ac_status); } && {
12009 test -z "$ac_c_werror_flag" ||
12010 test ! -s conftest.err
12011 } && test -s conftest$ac_exeext && {
12012 test "$cross_compiling" = yes ||
12013 $as_test_x conftest$ac_exeext
12014 }; then
12015 ac_cv_lib_audio_AuCreateFlow=yes
12016 else
12017 $as_echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.$ac_ext >&5
12020 ac_cv_lib_audio_AuCreateFlow=no
12023 rm -rf conftest.dSYM
12024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12025 conftest$ac_exeext conftest.$ac_ext
12026 LIBS=$ac_check_lib_save_LIBS
12028 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12029 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12030 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12032 cat >>confdefs.h <<\_ACEOF
12033 #define HAVE_NAS 1
12034 _ACEOF
12036 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12037 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12038 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12039 $as_echo_n "(cached) " >&6
12040 else
12041 ac_check_lib_save_LIBS=$LIBS
12042 LIBS="-lXau $X_LIBS $LIBS"
12043 cat >conftest.$ac_ext <<_ACEOF
12044 /* confdefs.h. */
12045 _ACEOF
12046 cat confdefs.h >>conftest.$ac_ext
12047 cat >>conftest.$ac_ext <<_ACEOF
12048 /* end confdefs.h. */
12050 /* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12053 #ifdef __cplusplus
12054 extern "C"
12055 #endif
12056 char XauGetBestAuthByAddr ();
12058 main ()
12060 return XauGetBestAuthByAddr ();
12062 return 0;
12064 _ACEOF
12065 rm -f conftest.$ac_objext conftest$ac_exeext
12066 if { (ac_try="$ac_link"
12067 case "(($ac_try" in
12068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12069 *) ac_try_echo=$ac_try;;
12070 esac
12071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12072 $as_echo "$ac_try_echo") >&5
12073 (eval "$ac_link") 2>conftest.er1
12074 ac_status=$?
12075 grep -v '^ *+' conftest.er1 >conftest.err
12076 rm -f conftest.er1
12077 cat conftest.err >&5
12078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12079 (exit $ac_status); } && {
12080 test -z "$ac_c_werror_flag" ||
12081 test ! -s conftest.err
12082 } && test -s conftest$ac_exeext && {
12083 test "$cross_compiling" = yes ||
12084 $as_test_x conftest$ac_exeext
12085 }; then
12086 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12087 else
12088 $as_echo "$as_me: failed program was:" >&5
12089 sed 's/^/| /' conftest.$ac_ext >&5
12091 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12094 rm -rf conftest.dSYM
12095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12096 conftest$ac_exeext conftest.$ac_ext
12097 LIBS=$ac_check_lib_save_LIBS
12099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12100 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12101 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12102 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12103 else
12104 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12112 done
12115 CPPFLAGS="$ac_save_CPPFLAGS"
12116 else
12117 XLIB=""
12118 X_CFLAGS=""
12119 X_LIBS=""
12120 enable_winex11_drv=${enable_winex11_drv:-no}
12121 enable_opengl32=${enable_opengl32:-no}
12122 enable_glu32=${enable_glu32:-no}
12124 if test "x$XLIB" = "x"; then
12125 case "x$with_x" in
12126 xno) ;;
12127 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12128 without X support, which probably isn't what you want. You will need to install
12129 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12130 Use the --without-x option if you really want this." >&5
12131 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12132 without X support, which probably isn't what you want. You will need to install
12133 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12134 Use the --without-x option if you really want this." >&2;}
12135 { (exit 1); exit 1; }; } ;;
12136 esac
12141 XML2LIBS=""
12143 XML2INCL=""
12145 XSLTINCL=""
12147 if test "x$with_xml" != "xno"
12148 then
12149 ac_save_CPPFLAGS="$CPPFLAGS"
12150 if test "$PKG_CONFIG" != "false"
12151 then
12152 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12153 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12154 else
12155 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12156 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12158 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12160 for ac_header in libxml/parser.h
12162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12164 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12165 $as_echo_n "checking for $ac_header... " >&6; }
12166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12167 $as_echo_n "(cached) " >&6
12169 ac_res=`eval 'as_val=${'$as_ac_Header'}
12170 $as_echo "$as_val"'`
12171 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12172 $as_echo "$ac_res" >&6; }
12173 else
12174 # Is the header compilable?
12175 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12176 $as_echo_n "checking $ac_header usability... " >&6; }
12177 cat >conftest.$ac_ext <<_ACEOF
12178 /* confdefs.h. */
12179 _ACEOF
12180 cat confdefs.h >>conftest.$ac_ext
12181 cat >>conftest.$ac_ext <<_ACEOF
12182 /* end confdefs.h. */
12183 $ac_includes_default
12184 #include <$ac_header>
12185 _ACEOF
12186 rm -f conftest.$ac_objext
12187 if { (ac_try="$ac_compile"
12188 case "(($ac_try" in
12189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190 *) ac_try_echo=$ac_try;;
12191 esac
12192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12193 $as_echo "$ac_try_echo") >&5
12194 (eval "$ac_compile") 2>conftest.er1
12195 ac_status=$?
12196 grep -v '^ *+' conftest.er1 >conftest.err
12197 rm -f conftest.er1
12198 cat conftest.err >&5
12199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200 (exit $ac_status); } && {
12201 test -z "$ac_c_werror_flag" ||
12202 test ! -s conftest.err
12203 } && test -s conftest.$ac_objext; then
12204 ac_header_compiler=yes
12205 else
12206 $as_echo "$as_me: failed program was:" >&5
12207 sed 's/^/| /' conftest.$ac_ext >&5
12209 ac_header_compiler=no
12212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12213 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12214 $as_echo "$ac_header_compiler" >&6; }
12216 # Is the header present?
12217 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12218 $as_echo_n "checking $ac_header presence... " >&6; }
12219 cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h. */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h. */
12225 #include <$ac_header>
12226 _ACEOF
12227 if { (ac_try="$ac_cpp conftest.$ac_ext"
12228 case "(($ac_try" in
12229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12230 *) ac_try_echo=$ac_try;;
12231 esac
12232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12233 $as_echo "$ac_try_echo") >&5
12234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12235 ac_status=$?
12236 grep -v '^ *+' conftest.er1 >conftest.err
12237 rm -f conftest.er1
12238 cat conftest.err >&5
12239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); } >/dev/null && {
12241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12242 test ! -s conftest.err
12243 }; then
12244 ac_header_preproc=yes
12245 else
12246 $as_echo "$as_me: failed program was:" >&5
12247 sed 's/^/| /' conftest.$ac_ext >&5
12249 ac_header_preproc=no
12252 rm -f conftest.err conftest.$ac_ext
12253 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12254 $as_echo "$ac_header_preproc" >&6; }
12256 # So? What about this header?
12257 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12258 yes:no: )
12259 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12260 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12261 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12262 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12263 ac_header_preproc=yes
12265 no:yes:* )
12266 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12267 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12268 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12269 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12270 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12271 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12272 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12273 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12274 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12275 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12276 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12277 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12278 ( cat <<\_ASBOX
12279 ## ------------------------------------ ##
12280 ## Report this to wine-devel@winehq.org ##
12281 ## ------------------------------------ ##
12282 _ASBOX
12283 ) | sed "s/^/$as_me: WARNING: /" >&2
12285 esac
12286 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12287 $as_echo_n "checking for $ac_header... " >&6; }
12288 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12289 $as_echo_n "(cached) " >&6
12290 else
12291 eval "$as_ac_Header=\$ac_header_preproc"
12293 ac_res=`eval 'as_val=${'$as_ac_Header'}
12294 $as_echo "$as_val"'`
12295 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12296 $as_echo "$ac_res" >&6; }
12299 as_val=`eval 'as_val=${'$as_ac_Header'}
12300 $as_echo "$as_val"'`
12301 if test "x$as_val" = x""yes; then
12302 cat >>confdefs.h <<_ACEOF
12303 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12304 _ACEOF
12305 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12306 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12307 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12308 $as_echo_n "(cached) " >&6
12309 else
12310 ac_check_lib_save_LIBS=$LIBS
12311 LIBS="-lxml2 $ac_xml_libs $LIBS"
12312 cat >conftest.$ac_ext <<_ACEOF
12313 /* confdefs.h. */
12314 _ACEOF
12315 cat confdefs.h >>conftest.$ac_ext
12316 cat >>conftest.$ac_ext <<_ACEOF
12317 /* end confdefs.h. */
12319 /* Override any GCC internal prototype to avoid an error.
12320 Use char because int might match the return type of a GCC
12321 builtin and then its argument prototype would still apply. */
12322 #ifdef __cplusplus
12323 extern "C"
12324 #endif
12325 char xmlParseMemory ();
12327 main ()
12329 return xmlParseMemory ();
12331 return 0;
12333 _ACEOF
12334 rm -f conftest.$ac_objext conftest$ac_exeext
12335 if { (ac_try="$ac_link"
12336 case "(($ac_try" in
12337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12338 *) ac_try_echo=$ac_try;;
12339 esac
12340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12341 $as_echo "$ac_try_echo") >&5
12342 (eval "$ac_link") 2>conftest.er1
12343 ac_status=$?
12344 grep -v '^ *+' conftest.er1 >conftest.err
12345 rm -f conftest.er1
12346 cat conftest.err >&5
12347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12348 (exit $ac_status); } && {
12349 test -z "$ac_c_werror_flag" ||
12350 test ! -s conftest.err
12351 } && test -s conftest$ac_exeext && {
12352 test "$cross_compiling" = yes ||
12353 $as_test_x conftest$ac_exeext
12354 }; then
12355 ac_cv_lib_xml2_xmlParseMemory=yes
12356 else
12357 $as_echo "$as_me: failed program was:" >&5
12358 sed 's/^/| /' conftest.$ac_ext >&5
12360 ac_cv_lib_xml2_xmlParseMemory=no
12363 rm -rf conftest.dSYM
12364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12365 conftest$ac_exeext conftest.$ac_ext
12366 LIBS=$ac_check_lib_save_LIBS
12368 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12369 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12370 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12372 cat >>confdefs.h <<\_ACEOF
12373 #define HAVE_LIBXML2 1
12374 _ACEOF
12376 XML2LIBS="$ac_xml_libs"
12377 XML2INCL="$ac_xml_cflags"
12380 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12381 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12382 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12383 $as_echo_n "(cached) " >&6
12384 else
12385 ac_check_lib_save_LIBS=$LIBS
12386 LIBS="-lxml2 $ac_xml_libs $LIBS"
12387 cat >conftest.$ac_ext <<_ACEOF
12388 /* confdefs.h. */
12389 _ACEOF
12390 cat confdefs.h >>conftest.$ac_ext
12391 cat >>conftest.$ac_ext <<_ACEOF
12392 /* end confdefs.h. */
12394 /* Override any GCC internal prototype to avoid an error.
12395 Use char because int might match the return type of a GCC
12396 builtin and then its argument prototype would still apply. */
12397 #ifdef __cplusplus
12398 extern "C"
12399 #endif
12400 char xmlReadMemory ();
12402 main ()
12404 return xmlReadMemory ();
12406 return 0;
12408 _ACEOF
12409 rm -f conftest.$ac_objext conftest$ac_exeext
12410 if { (ac_try="$ac_link"
12411 case "(($ac_try" in
12412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12413 *) ac_try_echo=$ac_try;;
12414 esac
12415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12416 $as_echo "$ac_try_echo") >&5
12417 (eval "$ac_link") 2>conftest.er1
12418 ac_status=$?
12419 grep -v '^ *+' conftest.er1 >conftest.err
12420 rm -f conftest.er1
12421 cat conftest.err >&5
12422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); } && {
12424 test -z "$ac_c_werror_flag" ||
12425 test ! -s conftest.err
12426 } && test -s conftest$ac_exeext && {
12427 test "$cross_compiling" = yes ||
12428 $as_test_x conftest$ac_exeext
12429 }; then
12430 ac_cv_lib_xml2_xmlReadMemory=yes
12431 else
12432 $as_echo "$as_me: failed program was:" >&5
12433 sed 's/^/| /' conftest.$ac_ext >&5
12435 ac_cv_lib_xml2_xmlReadMemory=no
12438 rm -rf conftest.dSYM
12439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12440 conftest$ac_exeext conftest.$ac_ext
12441 LIBS=$ac_check_lib_save_LIBS
12443 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12444 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12445 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12447 cat >>confdefs.h <<\_ACEOF
12448 #define HAVE_XMLREADMEMORY 1
12449 _ACEOF
12453 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12454 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12455 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12456 $as_echo_n "(cached) " >&6
12457 else
12458 ac_check_lib_save_LIBS=$LIBS
12459 LIBS="-lxml2 $ac_xml_libs $LIBS"
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12467 /* Override any GCC internal prototype to avoid an error.
12468 Use char because int might match the return type of a GCC
12469 builtin and then its argument prototype would still apply. */
12470 #ifdef __cplusplus
12471 extern "C"
12472 #endif
12473 char xmlNewDocPI ();
12475 main ()
12477 return xmlNewDocPI ();
12479 return 0;
12481 _ACEOF
12482 rm -f conftest.$ac_objext conftest$ac_exeext
12483 if { (ac_try="$ac_link"
12484 case "(($ac_try" in
12485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12486 *) ac_try_echo=$ac_try;;
12487 esac
12488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12489 $as_echo "$ac_try_echo") >&5
12490 (eval "$ac_link") 2>conftest.er1
12491 ac_status=$?
12492 grep -v '^ *+' conftest.er1 >conftest.err
12493 rm -f conftest.er1
12494 cat conftest.err >&5
12495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); } && {
12497 test -z "$ac_c_werror_flag" ||
12498 test ! -s conftest.err
12499 } && test -s conftest$ac_exeext && {
12500 test "$cross_compiling" = yes ||
12501 $as_test_x conftest$ac_exeext
12502 }; then
12503 ac_cv_lib_xml2_xmlNewDocPI=yes
12504 else
12505 $as_echo "$as_me: failed program was:" >&5
12506 sed 's/^/| /' conftest.$ac_ext >&5
12508 ac_cv_lib_xml2_xmlNewDocPI=no
12511 rm -rf conftest.dSYM
12512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12513 conftest$ac_exeext conftest.$ac_ext
12514 LIBS=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12517 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12518 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12520 cat >>confdefs.h <<\_ACEOF
12521 #define HAVE_XMLNEWDOCPI 1
12522 _ACEOF
12529 done
12531 CPPFLAGS="$ac_save_CPPFLAGS"
12533 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12534 case "x$with_xml" in
12535 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12536 xno) ;;
12537 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12538 This is an error since --with-xml was requested." >&5
12539 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12540 This is an error since --with-xml was requested." >&2;}
12541 { (exit 1); exit 1; }; } ;;
12542 esac
12546 if test "x$with_xslt" != "xno"
12547 then
12548 if test "$PKG_CONFIG" != "false"
12549 then
12550 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12551 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12552 else
12553 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12554 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12556 ac_save_CPPFLAGS="$CPPFLAGS"
12557 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12560 for ac_header in libxslt/pattern.h libxslt/transform.h
12562 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12563 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12564 $as_echo_n "checking for $ac_header... " >&6; }
12565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12566 $as_echo_n "(cached) " >&6
12567 else
12568 cat >conftest.$ac_ext <<_ACEOF
12569 /* confdefs.h. */
12570 _ACEOF
12571 cat confdefs.h >>conftest.$ac_ext
12572 cat >>conftest.$ac_ext <<_ACEOF
12573 /* end confdefs.h. */
12574 #ifdef HAVE_LIBXSLT_PATTERN_H
12575 # include <libxslt/pattern.h>
12576 #endif
12578 #include <$ac_header>
12579 _ACEOF
12580 rm -f conftest.$ac_objext
12581 if { (ac_try="$ac_compile"
12582 case "(($ac_try" in
12583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12584 *) ac_try_echo=$ac_try;;
12585 esac
12586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12587 $as_echo "$ac_try_echo") >&5
12588 (eval "$ac_compile") 2>conftest.er1
12589 ac_status=$?
12590 grep -v '^ *+' conftest.er1 >conftest.err
12591 rm -f conftest.er1
12592 cat conftest.err >&5
12593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12594 (exit $ac_status); } && {
12595 test -z "$ac_c_werror_flag" ||
12596 test ! -s conftest.err
12597 } && test -s conftest.$ac_objext; then
12598 eval "$as_ac_Header=yes"
12599 else
12600 $as_echo "$as_me: failed program was:" >&5
12601 sed 's/^/| /' conftest.$ac_ext >&5
12603 eval "$as_ac_Header=no"
12606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12608 ac_res=`eval 'as_val=${'$as_ac_Header'}
12609 $as_echo "$as_val"'`
12610 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12611 $as_echo "$ac_res" >&6; }
12612 as_val=`eval 'as_val=${'$as_ac_Header'}
12613 $as_echo "$as_val"'`
12614 if test "x$as_val" = x""yes; then
12615 cat >>confdefs.h <<_ACEOF
12616 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12617 _ACEOF
12621 done
12623 CPPFLAGS="$ac_save_CPPFLAGS"
12624 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12625 then
12626 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12627 $as_echo_n "checking for -lxslt... " >&6; }
12628 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12629 $as_echo_n "(cached) " >&6
12630 else
12631 ac_check_soname_save_LIBS=$LIBS
12632 LIBS="-lxslt $ac_xslt_libs $LIBS"
12633 cat >conftest.$ac_ext <<_ACEOF
12634 /* confdefs.h. */
12635 _ACEOF
12636 cat confdefs.h >>conftest.$ac_ext
12637 cat >>conftest.$ac_ext <<_ACEOF
12638 /* end confdefs.h. */
12640 /* Override any GCC internal prototype to avoid an error.
12641 Use char because int might match the return type of a GCC
12642 builtin and then its argument prototype would still apply. */
12643 #ifdef __cplusplus
12644 extern "C"
12645 #endif
12646 char xsltCompilePattern ();
12648 main ()
12650 return xsltCompilePattern ();
12652 return 0;
12654 _ACEOF
12655 rm -f conftest.$ac_objext conftest$ac_exeext
12656 if { (ac_try="$ac_link"
12657 case "(($ac_try" in
12658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12659 *) ac_try_echo=$ac_try;;
12660 esac
12661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12662 $as_echo "$ac_try_echo") >&5
12663 (eval "$ac_link") 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } && {
12670 test -z "$ac_c_werror_flag" ||
12671 test ! -s conftest.err
12672 } && test -s conftest$ac_exeext && {
12673 test "$cross_compiling" = yes ||
12674 $as_test_x conftest$ac_exeext
12675 }; then
12676 case "$LIBEXT" in
12677 dll) ;;
12678 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'` ;;
12679 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12680 esac
12681 else
12682 $as_echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12688 rm -rf conftest.dSYM
12689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12690 conftest$ac_exeext conftest.$ac_ext
12691 LIBS=$ac_check_soname_save_LIBS
12693 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12694 { $as_echo "$as_me:$LINENO: result: not found" >&5
12695 $as_echo "not found" >&6; }
12697 else
12698 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12699 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12701 cat >>confdefs.h <<_ACEOF
12702 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12703 _ACEOF
12705 XSLTINCL="$ac_xslt_cflags"
12710 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12711 case "x$with_xslt" in
12712 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12713 xno) ;;
12714 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12715 This is an error since --with-xslt was requested." >&5
12716 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12717 This is an error since --with-xslt was requested." >&2;}
12718 { (exit 1); exit 1; }; } ;;
12719 esac
12723 HALINCL=""
12725 if test "x$with_hal" != "xno"
12726 then
12727 ac_save_CPPFLAGS="$CPPFLAGS"
12728 if test "$PKG_CONFIG" != "false"
12729 then
12730 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12731 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12732 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12736 for ac_header in dbus/dbus.h hal/libhal.h
12738 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12740 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12741 $as_echo_n "checking for $ac_header... " >&6; }
12742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12743 $as_echo_n "(cached) " >&6
12745 ac_res=`eval 'as_val=${'$as_ac_Header'}
12746 $as_echo "$as_val"'`
12747 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12748 $as_echo "$ac_res" >&6; }
12749 else
12750 # Is the header compilable?
12751 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12752 $as_echo_n "checking $ac_header usability... " >&6; }
12753 cat >conftest.$ac_ext <<_ACEOF
12754 /* confdefs.h. */
12755 _ACEOF
12756 cat confdefs.h >>conftest.$ac_ext
12757 cat >>conftest.$ac_ext <<_ACEOF
12758 /* end confdefs.h. */
12759 $ac_includes_default
12760 #include <$ac_header>
12761 _ACEOF
12762 rm -f conftest.$ac_objext
12763 if { (ac_try="$ac_compile"
12764 case "(($ac_try" in
12765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12766 *) ac_try_echo=$ac_try;;
12767 esac
12768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12769 $as_echo "$ac_try_echo") >&5
12770 (eval "$ac_compile") 2>conftest.er1
12771 ac_status=$?
12772 grep -v '^ *+' conftest.er1 >conftest.err
12773 rm -f conftest.er1
12774 cat conftest.err >&5
12775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12776 (exit $ac_status); } && {
12777 test -z "$ac_c_werror_flag" ||
12778 test ! -s conftest.err
12779 } && test -s conftest.$ac_objext; then
12780 ac_header_compiler=yes
12781 else
12782 $as_echo "$as_me: failed program was:" >&5
12783 sed 's/^/| /' conftest.$ac_ext >&5
12785 ac_header_compiler=no
12788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12789 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12790 $as_echo "$ac_header_compiler" >&6; }
12792 # Is the header present?
12793 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12794 $as_echo_n "checking $ac_header presence... " >&6; }
12795 cat >conftest.$ac_ext <<_ACEOF
12796 /* confdefs.h. */
12797 _ACEOF
12798 cat confdefs.h >>conftest.$ac_ext
12799 cat >>conftest.$ac_ext <<_ACEOF
12800 /* end confdefs.h. */
12801 #include <$ac_header>
12802 _ACEOF
12803 if { (ac_try="$ac_cpp conftest.$ac_ext"
12804 case "(($ac_try" in
12805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12806 *) ac_try_echo=$ac_try;;
12807 esac
12808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12809 $as_echo "$ac_try_echo") >&5
12810 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12811 ac_status=$?
12812 grep -v '^ *+' conftest.er1 >conftest.err
12813 rm -f conftest.er1
12814 cat conftest.err >&5
12815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12816 (exit $ac_status); } >/dev/null && {
12817 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12818 test ! -s conftest.err
12819 }; then
12820 ac_header_preproc=yes
12821 else
12822 $as_echo "$as_me: failed program was:" >&5
12823 sed 's/^/| /' conftest.$ac_ext >&5
12825 ac_header_preproc=no
12828 rm -f conftest.err conftest.$ac_ext
12829 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12830 $as_echo "$ac_header_preproc" >&6; }
12832 # So? What about this header?
12833 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12834 yes:no: )
12835 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12836 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12837 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12838 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12839 ac_header_preproc=yes
12841 no:yes:* )
12842 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12843 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12844 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12845 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12846 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12847 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12848 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12849 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12850 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12851 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12853 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12854 ( cat <<\_ASBOX
12855 ## ------------------------------------ ##
12856 ## Report this to wine-devel@winehq.org ##
12857 ## ------------------------------------ ##
12858 _ASBOX
12859 ) | sed "s/^/$as_me: WARNING: /" >&2
12861 esac
12862 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12863 $as_echo_n "checking for $ac_header... " >&6; }
12864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12865 $as_echo_n "(cached) " >&6
12866 else
12867 eval "$as_ac_Header=\$ac_header_preproc"
12869 ac_res=`eval 'as_val=${'$as_ac_Header'}
12870 $as_echo "$as_val"'`
12871 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12872 $as_echo "$ac_res" >&6; }
12875 as_val=`eval 'as_val=${'$as_ac_Header'}
12876 $as_echo "$as_val"'`
12877 if test "x$as_val" = x""yes; then
12878 cat >>confdefs.h <<_ACEOF
12879 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12880 _ACEOF
12884 done
12886 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12887 then
12888 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12889 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12890 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12891 $as_echo_n "(cached) " >&6
12892 else
12893 ac_check_lib_save_LIBS=$LIBS
12894 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12895 cat >conftest.$ac_ext <<_ACEOF
12896 /* confdefs.h. */
12897 _ACEOF
12898 cat confdefs.h >>conftest.$ac_ext
12899 cat >>conftest.$ac_ext <<_ACEOF
12900 /* end confdefs.h. */
12902 /* Override any GCC internal prototype to avoid an error.
12903 Use char because int might match the return type of a GCC
12904 builtin and then its argument prototype would still apply. */
12905 #ifdef __cplusplus
12906 extern "C"
12907 #endif
12908 char dbus_connection_close ();
12910 main ()
12912 return dbus_connection_close ();
12914 return 0;
12916 _ACEOF
12917 rm -f conftest.$ac_objext conftest$ac_exeext
12918 if { (ac_try="$ac_link"
12919 case "(($ac_try" in
12920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12921 *) ac_try_echo=$ac_try;;
12922 esac
12923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12924 $as_echo "$ac_try_echo") >&5
12925 (eval "$ac_link") 2>conftest.er1
12926 ac_status=$?
12927 grep -v '^ *+' conftest.er1 >conftest.err
12928 rm -f conftest.er1
12929 cat conftest.err >&5
12930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } && {
12932 test -z "$ac_c_werror_flag" ||
12933 test ! -s conftest.err
12934 } && test -s conftest$ac_exeext && {
12935 test "$cross_compiling" = yes ||
12936 $as_test_x conftest$ac_exeext
12937 }; then
12938 ac_cv_lib_dbus_1_dbus_connection_close=yes
12939 else
12940 $as_echo "$as_me: failed program was:" >&5
12941 sed 's/^/| /' conftest.$ac_ext >&5
12943 ac_cv_lib_dbus_1_dbus_connection_close=no
12946 rm -rf conftest.dSYM
12947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12948 conftest$ac_exeext conftest.$ac_ext
12949 LIBS=$ac_check_lib_save_LIBS
12951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12952 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12953 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12954 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12955 $as_echo_n "checking for -lhal... " >&6; }
12956 if test "${ac_cv_lib_soname_hal+set}" = set; then
12957 $as_echo_n "(cached) " >&6
12958 else
12959 ac_check_soname_save_LIBS=$LIBS
12960 LIBS="-lhal $ac_hal_libs $LIBS"
12961 cat >conftest.$ac_ext <<_ACEOF
12962 /* confdefs.h. */
12963 _ACEOF
12964 cat confdefs.h >>conftest.$ac_ext
12965 cat >>conftest.$ac_ext <<_ACEOF
12966 /* end confdefs.h. */
12968 /* Override any GCC internal prototype to avoid an error.
12969 Use char because int might match the return type of a GCC
12970 builtin and then its argument prototype would still apply. */
12971 #ifdef __cplusplus
12972 extern "C"
12973 #endif
12974 char libhal_ctx_new ();
12976 main ()
12978 return libhal_ctx_new ();
12980 return 0;
12982 _ACEOF
12983 rm -f conftest.$ac_objext conftest$ac_exeext
12984 if { (ac_try="$ac_link"
12985 case "(($ac_try" in
12986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12987 *) ac_try_echo=$ac_try;;
12988 esac
12989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12990 $as_echo "$ac_try_echo") >&5
12991 (eval "$ac_link") 2>conftest.er1
12992 ac_status=$?
12993 grep -v '^ *+' conftest.er1 >conftest.err
12994 rm -f conftest.er1
12995 cat conftest.err >&5
12996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); } && {
12998 test -z "$ac_c_werror_flag" ||
12999 test ! -s conftest.err
13000 } && test -s conftest$ac_exeext && {
13001 test "$cross_compiling" = yes ||
13002 $as_test_x conftest$ac_exeext
13003 }; then
13004 case "$LIBEXT" in
13005 dll) ;;
13006 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'` ;;
13007 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13008 esac
13009 else
13010 $as_echo "$as_me: failed program was:" >&5
13011 sed 's/^/| /' conftest.$ac_ext >&5
13016 rm -rf conftest.dSYM
13017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13018 conftest$ac_exeext conftest.$ac_ext
13019 LIBS=$ac_check_soname_save_LIBS
13021 if test "x$ac_cv_lib_soname_hal" = "x"; then
13022 { $as_echo "$as_me:$LINENO: result: not found" >&5
13023 $as_echo "not found" >&6; }
13025 else
13026 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13027 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13029 cat >>confdefs.h <<_ACEOF
13030 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13031 _ACEOF
13033 HALINCL="$ac_hal_cflags"
13039 CPPFLAGS="$ac_save_CPPFLAGS"
13041 if test "x$ac_cv_lib_soname_hal" = "x"; then
13042 case "x$with_hal" in
13043 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13044 xno) ;;
13045 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13046 This is an error since --with-hal was requested." >&5
13047 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13048 This is an error since --with-hal was requested." >&2;}
13049 { (exit 1); exit 1; }; } ;;
13050 esac
13054 if test "x$with_gnutls" != "xno"
13055 then
13056 ac_save_CPPFLAGS="$CPPFLAGS"
13057 if test "$PKG_CONFIG" != "false"
13058 then
13059 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13060 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13061 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13063 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13064 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13065 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13066 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13067 $as_echo_n "(cached) " >&6
13069 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13070 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13071 else
13072 # Is the header compilable?
13073 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13074 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13075 cat >conftest.$ac_ext <<_ACEOF
13076 /* confdefs.h. */
13077 _ACEOF
13078 cat confdefs.h >>conftest.$ac_ext
13079 cat >>conftest.$ac_ext <<_ACEOF
13080 /* end confdefs.h. */
13081 $ac_includes_default
13082 #include <gnutls/gnutls.h>
13083 _ACEOF
13084 rm -f conftest.$ac_objext
13085 if { (ac_try="$ac_compile"
13086 case "(($ac_try" in
13087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13088 *) ac_try_echo=$ac_try;;
13089 esac
13090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13091 $as_echo "$ac_try_echo") >&5
13092 (eval "$ac_compile") 2>conftest.er1
13093 ac_status=$?
13094 grep -v '^ *+' conftest.er1 >conftest.err
13095 rm -f conftest.er1
13096 cat conftest.err >&5
13097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13098 (exit $ac_status); } && {
13099 test -z "$ac_c_werror_flag" ||
13100 test ! -s conftest.err
13101 } && test -s conftest.$ac_objext; then
13102 ac_header_compiler=yes
13103 else
13104 $as_echo "$as_me: failed program was:" >&5
13105 sed 's/^/| /' conftest.$ac_ext >&5
13107 ac_header_compiler=no
13110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13111 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13112 $as_echo "$ac_header_compiler" >&6; }
13114 # Is the header present?
13115 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13116 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13117 cat >conftest.$ac_ext <<_ACEOF
13118 /* confdefs.h. */
13119 _ACEOF
13120 cat confdefs.h >>conftest.$ac_ext
13121 cat >>conftest.$ac_ext <<_ACEOF
13122 /* end confdefs.h. */
13123 #include <gnutls/gnutls.h>
13124 _ACEOF
13125 if { (ac_try="$ac_cpp conftest.$ac_ext"
13126 case "(($ac_try" in
13127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13128 *) ac_try_echo=$ac_try;;
13129 esac
13130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13131 $as_echo "$ac_try_echo") >&5
13132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13133 ac_status=$?
13134 grep -v '^ *+' conftest.er1 >conftest.err
13135 rm -f conftest.er1
13136 cat conftest.err >&5
13137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13138 (exit $ac_status); } >/dev/null && {
13139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13140 test ! -s conftest.err
13141 }; then
13142 ac_header_preproc=yes
13143 else
13144 $as_echo "$as_me: failed program was:" >&5
13145 sed 's/^/| /' conftest.$ac_ext >&5
13147 ac_header_preproc=no
13150 rm -f conftest.err conftest.$ac_ext
13151 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13152 $as_echo "$ac_header_preproc" >&6; }
13154 # So? What about this header?
13155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13156 yes:no: )
13157 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13158 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13159 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13160 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13161 ac_header_preproc=yes
13163 no:yes:* )
13164 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13165 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13166 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13167 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13168 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13169 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13170 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13171 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13172 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13173 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13174 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13175 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13176 ( cat <<\_ASBOX
13177 ## ------------------------------------ ##
13178 ## Report this to wine-devel@winehq.org ##
13179 ## ------------------------------------ ##
13180 _ASBOX
13181 ) | sed "s/^/$as_me: WARNING: /" >&2
13183 esac
13184 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13185 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13186 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13187 $as_echo_n "(cached) " >&6
13188 else
13189 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13191 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13192 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13195 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13196 cat >conftest.$ac_ext <<_ACEOF
13197 /* confdefs.h. */
13198 _ACEOF
13199 cat confdefs.h >>conftest.$ac_ext
13200 cat >>conftest.$ac_ext <<_ACEOF
13201 /* end confdefs.h. */
13202 #include <gnutls/gnutls.h>
13204 main ()
13206 typeof(gnutls_mac_get_key_size) *pfunc;
13208 return 0;
13210 _ACEOF
13211 rm -f conftest.$ac_objext
13212 if { (ac_try="$ac_compile"
13213 case "(($ac_try" in
13214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13215 *) ac_try_echo=$ac_try;;
13216 esac
13217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13218 $as_echo "$ac_try_echo") >&5
13219 (eval "$ac_compile") 2>conftest.er1
13220 ac_status=$?
13221 grep -v '^ *+' conftest.er1 >conftest.err
13222 rm -f conftest.er1
13223 cat conftest.err >&5
13224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225 (exit $ac_status); } && {
13226 test -z "$ac_c_werror_flag" ||
13227 test ! -s conftest.err
13228 } && test -s conftest.$ac_objext; then
13229 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13230 $as_echo_n "checking for -lgnutls... " >&6; }
13231 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13232 $as_echo_n "(cached) " >&6
13233 else
13234 ac_check_soname_save_LIBS=$LIBS
13235 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13236 cat >conftest.$ac_ext <<_ACEOF
13237 /* confdefs.h. */
13238 _ACEOF
13239 cat confdefs.h >>conftest.$ac_ext
13240 cat >>conftest.$ac_ext <<_ACEOF
13241 /* end confdefs.h. */
13243 /* Override any GCC internal prototype to avoid an error.
13244 Use char because int might match the return type of a GCC
13245 builtin and then its argument prototype would still apply. */
13246 #ifdef __cplusplus
13247 extern "C"
13248 #endif
13249 char gnutls_global_init ();
13251 main ()
13253 return gnutls_global_init ();
13255 return 0;
13257 _ACEOF
13258 rm -f conftest.$ac_objext conftest$ac_exeext
13259 if { (ac_try="$ac_link"
13260 case "(($ac_try" in
13261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13262 *) ac_try_echo=$ac_try;;
13263 esac
13264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13265 $as_echo "$ac_try_echo") >&5
13266 (eval "$ac_link") 2>conftest.er1
13267 ac_status=$?
13268 grep -v '^ *+' conftest.er1 >conftest.err
13269 rm -f conftest.er1
13270 cat conftest.err >&5
13271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); } && {
13273 test -z "$ac_c_werror_flag" ||
13274 test ! -s conftest.err
13275 } && test -s conftest$ac_exeext && {
13276 test "$cross_compiling" = yes ||
13277 $as_test_x conftest$ac_exeext
13278 }; then
13279 case "$LIBEXT" in
13280 dll) ;;
13281 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'` ;;
13282 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13283 esac
13284 else
13285 $as_echo "$as_me: failed program was:" >&5
13286 sed 's/^/| /' conftest.$ac_ext >&5
13291 rm -rf conftest.dSYM
13292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13293 conftest$ac_exeext conftest.$ac_ext
13294 LIBS=$ac_check_soname_save_LIBS
13296 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13297 { $as_echo "$as_me:$LINENO: result: not found" >&5
13298 $as_echo "not found" >&6; }
13300 else
13301 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13302 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13304 cat >>confdefs.h <<_ACEOF
13305 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13306 _ACEOF
13308 GNUTLSINCL="$ac_gnutls_cflags"
13312 else
13313 $as_echo "$as_me: failed program was:" >&5
13314 sed 's/^/| /' conftest.$ac_ext >&5
13319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13323 CPPFLAGS="$ac_save_CPPFLAGS"
13325 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13326 case "x$with_gnutls" in
13327 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13328 xno) ;;
13329 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13330 This is an error since --with-gnutls was requested." >&5
13331 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13332 This is an error since --with-gnutls was requested." >&2;}
13333 { (exit 1); exit 1; }; } ;;
13334 esac
13338 CURSESLIBS=""
13339 if test "$ac_cv_header_ncurses_h" = "yes"
13340 then
13341 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13342 $as_echo_n "checking for -lncurses... " >&6; }
13343 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13344 $as_echo_n "(cached) " >&6
13345 else
13346 ac_check_soname_save_LIBS=$LIBS
13347 LIBS="-lncurses $LIBS"
13348 cat >conftest.$ac_ext <<_ACEOF
13349 /* confdefs.h. */
13350 _ACEOF
13351 cat confdefs.h >>conftest.$ac_ext
13352 cat >>conftest.$ac_ext <<_ACEOF
13353 /* end confdefs.h. */
13355 /* Override any GCC internal prototype to avoid an error.
13356 Use char because int might match the return type of a GCC
13357 builtin and then its argument prototype would still apply. */
13358 #ifdef __cplusplus
13359 extern "C"
13360 #endif
13361 char waddch ();
13363 main ()
13365 return waddch ();
13367 return 0;
13369 _ACEOF
13370 rm -f conftest.$ac_objext conftest$ac_exeext
13371 if { (ac_try="$ac_link"
13372 case "(($ac_try" in
13373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13374 *) ac_try_echo=$ac_try;;
13375 esac
13376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13377 $as_echo "$ac_try_echo") >&5
13378 (eval "$ac_link") 2>conftest.er1
13379 ac_status=$?
13380 grep -v '^ *+' conftest.er1 >conftest.err
13381 rm -f conftest.er1
13382 cat conftest.err >&5
13383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13384 (exit $ac_status); } && {
13385 test -z "$ac_c_werror_flag" ||
13386 test ! -s conftest.err
13387 } && test -s conftest$ac_exeext && {
13388 test "$cross_compiling" = yes ||
13389 $as_test_x conftest$ac_exeext
13390 }; then
13391 case "$LIBEXT" in
13392 dll) ;;
13393 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'` ;;
13394 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13395 esac
13396 else
13397 $as_echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13403 rm -rf conftest.dSYM
13404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13405 conftest$ac_exeext conftest.$ac_ext
13406 LIBS=$ac_check_soname_save_LIBS
13408 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13409 { $as_echo "$as_me:$LINENO: result: not found" >&5
13410 $as_echo "not found" >&6; }
13412 else
13413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13414 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13416 cat >>confdefs.h <<_ACEOF
13417 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13418 _ACEOF
13420 CURSESLIBS="-lncurses"
13423 elif test "$ac_cv_header_curses_h" = "yes"
13424 then
13425 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13426 $as_echo_n "checking for -lcurses... " >&6; }
13427 if test "${ac_cv_lib_soname_curses+set}" = set; then
13428 $as_echo_n "(cached) " >&6
13429 else
13430 ac_check_soname_save_LIBS=$LIBS
13431 LIBS="-lcurses $LIBS"
13432 cat >conftest.$ac_ext <<_ACEOF
13433 /* confdefs.h. */
13434 _ACEOF
13435 cat confdefs.h >>conftest.$ac_ext
13436 cat >>conftest.$ac_ext <<_ACEOF
13437 /* end confdefs.h. */
13439 /* Override any GCC internal prototype to avoid an error.
13440 Use char because int might match the return type of a GCC
13441 builtin and then its argument prototype would still apply. */
13442 #ifdef __cplusplus
13443 extern "C"
13444 #endif
13445 char waddch ();
13447 main ()
13449 return waddch ();
13451 return 0;
13453 _ACEOF
13454 rm -f conftest.$ac_objext conftest$ac_exeext
13455 if { (ac_try="$ac_link"
13456 case "(($ac_try" in
13457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13458 *) ac_try_echo=$ac_try;;
13459 esac
13460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13461 $as_echo "$ac_try_echo") >&5
13462 (eval "$ac_link") 2>conftest.er1
13463 ac_status=$?
13464 grep -v '^ *+' conftest.er1 >conftest.err
13465 rm -f conftest.er1
13466 cat conftest.err >&5
13467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } && {
13469 test -z "$ac_c_werror_flag" ||
13470 test ! -s conftest.err
13471 } && test -s conftest$ac_exeext && {
13472 test "$cross_compiling" = yes ||
13473 $as_test_x conftest$ac_exeext
13474 }; then
13475 case "$LIBEXT" in
13476 dll) ;;
13477 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'` ;;
13478 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13479 esac
13480 else
13481 $as_echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.$ac_ext >&5
13487 rm -rf conftest.dSYM
13488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13489 conftest$ac_exeext conftest.$ac_ext
13490 LIBS=$ac_check_soname_save_LIBS
13492 if test "x$ac_cv_lib_soname_curses" = "x"; then
13493 { $as_echo "$as_me:$LINENO: result: not found" >&5
13494 $as_echo "not found" >&6; }
13496 else
13497 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13498 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13500 cat >>confdefs.h <<_ACEOF
13501 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13502 _ACEOF
13504 CURSESLIBS="-lcurses"
13508 ac_save_LIBS="$LIBS"
13509 LIBS="$LIBS $CURSESLIBS"
13511 for ac_func in mousemask
13513 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13514 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13515 $as_echo_n "checking for $ac_func... " >&6; }
13516 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13517 $as_echo_n "(cached) " >&6
13518 else
13519 cat >conftest.$ac_ext <<_ACEOF
13520 /* confdefs.h. */
13521 _ACEOF
13522 cat confdefs.h >>conftest.$ac_ext
13523 cat >>conftest.$ac_ext <<_ACEOF
13524 /* end confdefs.h. */
13525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13527 #define $ac_func innocuous_$ac_func
13529 /* System header to define __stub macros and hopefully few prototypes,
13530 which can conflict with char $ac_func (); below.
13531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13532 <limits.h> exists even on freestanding compilers. */
13534 #ifdef __STDC__
13535 # include <limits.h>
13536 #else
13537 # include <assert.h>
13538 #endif
13540 #undef $ac_func
13542 /* Override any GCC internal prototype to avoid an error.
13543 Use char because int might match the return type of a GCC
13544 builtin and then its argument prototype would still apply. */
13545 #ifdef __cplusplus
13546 extern "C"
13547 #endif
13548 char $ac_func ();
13549 /* The GNU C library defines this for functions which it implements
13550 to always fail with ENOSYS. Some functions are actually named
13551 something starting with __ and the normal name is an alias. */
13552 #if defined __stub_$ac_func || defined __stub___$ac_func
13553 choke me
13554 #endif
13557 main ()
13559 return $ac_func ();
13561 return 0;
13563 _ACEOF
13564 rm -f conftest.$ac_objext conftest$ac_exeext
13565 if { (ac_try="$ac_link"
13566 case "(($ac_try" in
13567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13568 *) ac_try_echo=$ac_try;;
13569 esac
13570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13571 $as_echo "$ac_try_echo") >&5
13572 (eval "$ac_link") 2>conftest.er1
13573 ac_status=$?
13574 grep -v '^ *+' conftest.er1 >conftest.err
13575 rm -f conftest.er1
13576 cat conftest.err >&5
13577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } && {
13579 test -z "$ac_c_werror_flag" ||
13580 test ! -s conftest.err
13581 } && test -s conftest$ac_exeext && {
13582 test "$cross_compiling" = yes ||
13583 $as_test_x conftest$ac_exeext
13584 }; then
13585 eval "$as_ac_var=yes"
13586 else
13587 $as_echo "$as_me: failed program was:" >&5
13588 sed 's/^/| /' conftest.$ac_ext >&5
13590 eval "$as_ac_var=no"
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
13597 ac_res=`eval 'as_val=${'$as_ac_var'}
13598 $as_echo "$as_val"'`
13599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13600 $as_echo "$ac_res" >&6; }
13601 as_val=`eval 'as_val=${'$as_ac_var'}
13602 $as_echo "$as_val"'`
13603 if test "x$as_val" = x""yes; then
13604 cat >>confdefs.h <<_ACEOF
13605 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13606 _ACEOF
13609 done
13611 LIBS="$ac_save_LIBS"
13612 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13613 case "x$with_curses" in
13614 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13615 xno) ;;
13616 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13617 This is an error since --with-curses was requested." >&5
13618 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13619 This is an error since --with-curses was requested." >&2;}
13620 { (exit 1); exit 1; }; } ;;
13621 esac
13625 if test "x$with_sane" != "xno"
13626 then
13627 ac_save_CPPFLAGS="$CPPFLAGS"
13628 # Extract the first word of "sane-config", so it can be a program name with args.
13629 set dummy sane-config; ac_word=$2
13630 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13631 $as_echo_n "checking for $ac_word... " >&6; }
13632 if test "${ac_cv_prog_sane_devel+set}" = set; then
13633 $as_echo_n "(cached) " >&6
13634 else
13635 if test -n "$sane_devel"; then
13636 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13637 else
13638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13639 for as_dir in $PATH
13641 IFS=$as_save_IFS
13642 test -z "$as_dir" && as_dir=.
13643 for ac_exec_ext in '' $ac_executable_extensions; do
13644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13645 ac_cv_prog_sane_devel="sane-config"
13646 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13647 break 2
13649 done
13650 done
13651 IFS=$as_save_IFS
13653 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13656 sane_devel=$ac_cv_prog_sane_devel
13657 if test -n "$sane_devel"; then
13658 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13659 $as_echo "$sane_devel" >&6; }
13660 else
13661 { $as_echo "$as_me:$LINENO: result: no" >&5
13662 $as_echo "no" >&6; }
13666 if test "$sane_devel" != "no"
13667 then
13668 ac_sane_incl="`$sane_devel --cflags`"
13669 ac_sane_libs="`$sane_devel --ldflags`"
13670 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13672 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13673 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13674 $as_echo_n "checking for sane/sane.h... " >&6; }
13675 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13676 $as_echo_n "(cached) " >&6
13678 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13679 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13680 else
13681 # Is the header compilable?
13682 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13683 $as_echo_n "checking sane/sane.h usability... " >&6; }
13684 cat >conftest.$ac_ext <<_ACEOF
13685 /* confdefs.h. */
13686 _ACEOF
13687 cat confdefs.h >>conftest.$ac_ext
13688 cat >>conftest.$ac_ext <<_ACEOF
13689 /* end confdefs.h. */
13690 $ac_includes_default
13691 #include <sane/sane.h>
13692 _ACEOF
13693 rm -f conftest.$ac_objext
13694 if { (ac_try="$ac_compile"
13695 case "(($ac_try" in
13696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13697 *) ac_try_echo=$ac_try;;
13698 esac
13699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13700 $as_echo "$ac_try_echo") >&5
13701 (eval "$ac_compile") 2>conftest.er1
13702 ac_status=$?
13703 grep -v '^ *+' conftest.er1 >conftest.err
13704 rm -f conftest.er1
13705 cat conftest.err >&5
13706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13707 (exit $ac_status); } && {
13708 test -z "$ac_c_werror_flag" ||
13709 test ! -s conftest.err
13710 } && test -s conftest.$ac_objext; then
13711 ac_header_compiler=yes
13712 else
13713 $as_echo "$as_me: failed program was:" >&5
13714 sed 's/^/| /' conftest.$ac_ext >&5
13716 ac_header_compiler=no
13719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13720 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13721 $as_echo "$ac_header_compiler" >&6; }
13723 # Is the header present?
13724 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13725 $as_echo_n "checking sane/sane.h presence... " >&6; }
13726 cat >conftest.$ac_ext <<_ACEOF
13727 /* confdefs.h. */
13728 _ACEOF
13729 cat confdefs.h >>conftest.$ac_ext
13730 cat >>conftest.$ac_ext <<_ACEOF
13731 /* end confdefs.h. */
13732 #include <sane/sane.h>
13733 _ACEOF
13734 if { (ac_try="$ac_cpp conftest.$ac_ext"
13735 case "(($ac_try" in
13736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13737 *) ac_try_echo=$ac_try;;
13738 esac
13739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13740 $as_echo "$ac_try_echo") >&5
13741 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13742 ac_status=$?
13743 grep -v '^ *+' conftest.er1 >conftest.err
13744 rm -f conftest.er1
13745 cat conftest.err >&5
13746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13747 (exit $ac_status); } >/dev/null && {
13748 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13749 test ! -s conftest.err
13750 }; then
13751 ac_header_preproc=yes
13752 else
13753 $as_echo "$as_me: failed program was:" >&5
13754 sed 's/^/| /' conftest.$ac_ext >&5
13756 ac_header_preproc=no
13759 rm -f conftest.err conftest.$ac_ext
13760 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13761 $as_echo "$ac_header_preproc" >&6; }
13763 # So? What about this header?
13764 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13765 yes:no: )
13766 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13767 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13768 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13769 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13770 ac_header_preproc=yes
13772 no:yes:* )
13773 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13774 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13775 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13776 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13777 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13778 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13779 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13780 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13781 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13782 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13783 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13784 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13785 ( cat <<\_ASBOX
13786 ## ------------------------------------ ##
13787 ## Report this to wine-devel@winehq.org ##
13788 ## ------------------------------------ ##
13789 _ASBOX
13790 ) | sed "s/^/$as_me: WARNING: /" >&2
13792 esac
13793 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13794 $as_echo_n "checking for sane/sane.h... " >&6; }
13795 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13796 $as_echo_n "(cached) " >&6
13797 else
13798 ac_cv_header_sane_sane_h=$ac_header_preproc
13800 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13801 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13804 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13805 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13806 $as_echo_n "checking for -lsane... " >&6; }
13807 if test "${ac_cv_lib_soname_sane+set}" = set; then
13808 $as_echo_n "(cached) " >&6
13809 else
13810 ac_check_soname_save_LIBS=$LIBS
13811 LIBS="-lsane $ac_sane_libs $LIBS"
13812 cat >conftest.$ac_ext <<_ACEOF
13813 /* confdefs.h. */
13814 _ACEOF
13815 cat confdefs.h >>conftest.$ac_ext
13816 cat >>conftest.$ac_ext <<_ACEOF
13817 /* end confdefs.h. */
13819 /* Override any GCC internal prototype to avoid an error.
13820 Use char because int might match the return type of a GCC
13821 builtin and then its argument prototype would still apply. */
13822 #ifdef __cplusplus
13823 extern "C"
13824 #endif
13825 char sane_init ();
13827 main ()
13829 return sane_init ();
13831 return 0;
13833 _ACEOF
13834 rm -f conftest.$ac_objext conftest$ac_exeext
13835 if { (ac_try="$ac_link"
13836 case "(($ac_try" in
13837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13838 *) ac_try_echo=$ac_try;;
13839 esac
13840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13841 $as_echo "$ac_try_echo") >&5
13842 (eval "$ac_link") 2>conftest.er1
13843 ac_status=$?
13844 grep -v '^ *+' conftest.er1 >conftest.err
13845 rm -f conftest.er1
13846 cat conftest.err >&5
13847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848 (exit $ac_status); } && {
13849 test -z "$ac_c_werror_flag" ||
13850 test ! -s conftest.err
13851 } && test -s conftest$ac_exeext && {
13852 test "$cross_compiling" = yes ||
13853 $as_test_x conftest$ac_exeext
13854 }; then
13855 case "$LIBEXT" in
13856 dll) ;;
13857 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'` ;;
13858 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13859 esac
13860 else
13861 $as_echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.$ac_ext >&5
13867 rm -rf conftest.dSYM
13868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13869 conftest$ac_exeext conftest.$ac_ext
13870 LIBS=$ac_check_soname_save_LIBS
13872 if test "x$ac_cv_lib_soname_sane" = "x"; then
13873 { $as_echo "$as_me:$LINENO: result: not found" >&5
13874 $as_echo "not found" >&6; }
13876 else
13877 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13878 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13880 cat >>confdefs.h <<_ACEOF
13881 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13882 _ACEOF
13884 SANEINCL="$ac_sane_incl"
13891 CPPFLAGS="$ac_save_CPPFLAGS"
13893 if test "x$ac_cv_lib_soname_sane" = "x"; then
13894 case "x$with_sane" in
13895 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13896 xno) ;;
13897 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13898 This is an error since --with-sane was requested." >&5
13899 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13900 This is an error since --with-sane was requested." >&2;}
13901 { (exit 1); exit 1; }; } ;;
13902 esac
13906 if test "x$with_gphoto" != "xno"
13907 then
13908 ac_save_CPPFLAGS="$CPPFLAGS"
13909 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13910 set dummy gphoto2-config; ac_word=$2
13911 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13912 $as_echo_n "checking for $ac_word... " >&6; }
13913 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13914 $as_echo_n "(cached) " >&6
13915 else
13916 if test -n "$gphoto2_devel"; then
13917 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13918 else
13919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13920 for as_dir in $PATH
13922 IFS=$as_save_IFS
13923 test -z "$as_dir" && as_dir=.
13924 for ac_exec_ext in '' $ac_executable_extensions; do
13925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13926 ac_cv_prog_gphoto2_devel="gphoto2-config"
13927 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13928 break 2
13930 done
13931 done
13932 IFS=$as_save_IFS
13934 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13937 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13938 if test -n "$gphoto2_devel"; then
13939 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13940 $as_echo "$gphoto2_devel" >&6; }
13941 else
13942 { $as_echo "$as_me:$LINENO: result: no" >&5
13943 $as_echo "no" >&6; }
13947 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13948 set dummy gphoto2-port-config; ac_word=$2
13949 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13950 $as_echo_n "checking for $ac_word... " >&6; }
13951 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13952 $as_echo_n "(cached) " >&6
13953 else
13954 if test -n "$gphoto2port_devel"; then
13955 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13956 else
13957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13958 for as_dir in $PATH
13960 IFS=$as_save_IFS
13961 test -z "$as_dir" && as_dir=.
13962 for ac_exec_ext in '' $ac_executable_extensions; do
13963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13964 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13965 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13966 break 2
13968 done
13969 done
13970 IFS=$as_save_IFS
13972 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13975 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13976 if test -n "$gphoto2port_devel"; then
13977 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13978 $as_echo "$gphoto2port_devel" >&6; }
13979 else
13980 { $as_echo "$as_me:$LINENO: result: no" >&5
13981 $as_echo "no" >&6; }
13985 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13986 then
13987 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13988 ac_gphoto2_libs=""
13989 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13991 case "$i" in
13992 -L/usr/lib|-L/usr/lib64) ;;
13993 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13994 esac
13995 done
13996 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13998 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13999 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14000 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14001 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14002 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14003 $as_echo_n "(cached) " >&6
14005 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14006 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14007 else
14008 # Is the header compilable?
14009 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14010 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14011 cat >conftest.$ac_ext <<_ACEOF
14012 /* confdefs.h. */
14013 _ACEOF
14014 cat confdefs.h >>conftest.$ac_ext
14015 cat >>conftest.$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 $ac_includes_default
14018 #include <gphoto2-camera.h>
14019 _ACEOF
14020 rm -f conftest.$ac_objext
14021 if { (ac_try="$ac_compile"
14022 case "(($ac_try" in
14023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14024 *) ac_try_echo=$ac_try;;
14025 esac
14026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14027 $as_echo "$ac_try_echo") >&5
14028 (eval "$ac_compile") 2>conftest.er1
14029 ac_status=$?
14030 grep -v '^ *+' conftest.er1 >conftest.err
14031 rm -f conftest.er1
14032 cat conftest.err >&5
14033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); } && {
14035 test -z "$ac_c_werror_flag" ||
14036 test ! -s conftest.err
14037 } && test -s conftest.$ac_objext; then
14038 ac_header_compiler=yes
14039 else
14040 $as_echo "$as_me: failed program was:" >&5
14041 sed 's/^/| /' conftest.$ac_ext >&5
14043 ac_header_compiler=no
14046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14047 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14048 $as_echo "$ac_header_compiler" >&6; }
14050 # Is the header present?
14051 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14052 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14053 cat >conftest.$ac_ext <<_ACEOF
14054 /* confdefs.h. */
14055 _ACEOF
14056 cat confdefs.h >>conftest.$ac_ext
14057 cat >>conftest.$ac_ext <<_ACEOF
14058 /* end confdefs.h. */
14059 #include <gphoto2-camera.h>
14060 _ACEOF
14061 if { (ac_try="$ac_cpp conftest.$ac_ext"
14062 case "(($ac_try" in
14063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14064 *) ac_try_echo=$ac_try;;
14065 esac
14066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14067 $as_echo "$ac_try_echo") >&5
14068 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14069 ac_status=$?
14070 grep -v '^ *+' conftest.er1 >conftest.err
14071 rm -f conftest.er1
14072 cat conftest.err >&5
14073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14074 (exit $ac_status); } >/dev/null && {
14075 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14076 test ! -s conftest.err
14077 }; then
14078 ac_header_preproc=yes
14079 else
14080 $as_echo "$as_me: failed program was:" >&5
14081 sed 's/^/| /' conftest.$ac_ext >&5
14083 ac_header_preproc=no
14086 rm -f conftest.err conftest.$ac_ext
14087 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14088 $as_echo "$ac_header_preproc" >&6; }
14090 # So? What about this header?
14091 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14092 yes:no: )
14093 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14094 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14095 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14096 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14097 ac_header_preproc=yes
14099 no:yes:* )
14100 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14101 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14102 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14103 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14104 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14105 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14106 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14107 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14108 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14109 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14110 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14111 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14112 ( cat <<\_ASBOX
14113 ## ------------------------------------ ##
14114 ## Report this to wine-devel@winehq.org ##
14115 ## ------------------------------------ ##
14116 _ASBOX
14117 ) | sed "s/^/$as_me: WARNING: /" >&2
14119 esac
14120 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14121 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14122 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14123 $as_echo_n "(cached) " >&6
14124 else
14125 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14127 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14128 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14131 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14132 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14133 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14134 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14135 $as_echo_n "(cached) " >&6
14136 else
14137 ac_check_lib_save_LIBS=$LIBS
14138 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14139 cat >conftest.$ac_ext <<_ACEOF
14140 /* confdefs.h. */
14141 _ACEOF
14142 cat confdefs.h >>conftest.$ac_ext
14143 cat >>conftest.$ac_ext <<_ACEOF
14144 /* end confdefs.h. */
14146 /* Override any GCC internal prototype to avoid an error.
14147 Use char because int might match the return type of a GCC
14148 builtin and then its argument prototype would still apply. */
14149 #ifdef __cplusplus
14150 extern "C"
14151 #endif
14152 char gp_camera_new ();
14154 main ()
14156 return gp_camera_new ();
14158 return 0;
14160 _ACEOF
14161 rm -f conftest.$ac_objext conftest$ac_exeext
14162 if { (ac_try="$ac_link"
14163 case "(($ac_try" in
14164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14165 *) ac_try_echo=$ac_try;;
14166 esac
14167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14168 $as_echo "$ac_try_echo") >&5
14169 (eval "$ac_link") 2>conftest.er1
14170 ac_status=$?
14171 grep -v '^ *+' conftest.er1 >conftest.err
14172 rm -f conftest.er1
14173 cat conftest.err >&5
14174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14175 (exit $ac_status); } && {
14176 test -z "$ac_c_werror_flag" ||
14177 test ! -s conftest.err
14178 } && test -s conftest$ac_exeext && {
14179 test "$cross_compiling" = yes ||
14180 $as_test_x conftest$ac_exeext
14181 }; then
14182 ac_cv_lib_gphoto2_gp_camera_new=yes
14183 else
14184 $as_echo "$as_me: failed program was:" >&5
14185 sed 's/^/| /' conftest.$ac_ext >&5
14187 ac_cv_lib_gphoto2_gp_camera_new=no
14190 rm -rf conftest.dSYM
14191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14192 conftest$ac_exeext conftest.$ac_ext
14193 LIBS=$ac_check_lib_save_LIBS
14195 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14196 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14197 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14199 cat >>confdefs.h <<\_ACEOF
14200 #define HAVE_GPHOTO2 1
14201 _ACEOF
14203 GPHOTO2LIBS="$ac_gphoto2_libs"
14205 GPHOTO2INCL="$ac_gphoto2_incl"
14212 CPPFLAGS="$ac_save_CPPFLAGS"
14214 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14215 case "x$with_gphoto" in
14216 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14217 xno) ;;
14218 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14219 This is an error since --with-gphoto was requested." >&5
14220 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14221 This is an error since --with-gphoto was requested." >&2;}
14222 { (exit 1); exit 1; }; } ;;
14223 esac
14228 RESOLVLIBS=""
14230 if test "$ac_cv_header_resolv_h" = "yes"
14231 then
14232 ac_save_LIBS="$LIBS"
14233 LIBS="$LIBS -lresolv"
14234 cat >conftest.$ac_ext <<_ACEOF
14235 /* confdefs.h. */
14236 _ACEOF
14237 cat confdefs.h >>conftest.$ac_ext
14238 cat >>conftest.$ac_ext <<_ACEOF
14239 /* end confdefs.h. */
14240 #ifdef HAVE_NETINET_IN_H
14241 #include <netinet/in.h>
14242 #endif
14243 #include <resolv.h>
14245 main ()
14247 res_init();
14249 return 0;
14251 _ACEOF
14252 rm -f conftest.$ac_objext conftest$ac_exeext
14253 if { (ac_try="$ac_link"
14254 case "(($ac_try" in
14255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14256 *) ac_try_echo=$ac_try;;
14257 esac
14258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14259 $as_echo "$ac_try_echo") >&5
14260 (eval "$ac_link") 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && {
14267 test -z "$ac_c_werror_flag" ||
14268 test ! -s conftest.err
14269 } && test -s conftest$ac_exeext && {
14270 test "$cross_compiling" = yes ||
14271 $as_test_x conftest$ac_exeext
14272 }; then
14274 cat >>confdefs.h <<\_ACEOF
14275 #define HAVE_RESOLV 1
14276 _ACEOF
14278 RESOLVLIBS="-lresolv"
14279 else
14280 $as_echo "$as_me: failed program was:" >&5
14281 sed 's/^/| /' conftest.$ac_ext >&5
14286 rm -rf conftest.dSYM
14287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14288 conftest$ac_exeext conftest.$ac_ext
14289 LIBS="$ac_save_LIBS"
14292 LCMSLIBS=""
14294 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14295 then
14296 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14297 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14298 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14299 $as_echo_n "(cached) " >&6
14300 else
14301 ac_check_lib_save_LIBS=$LIBS
14302 LIBS="-llcms $LIBS"
14303 cat >conftest.$ac_ext <<_ACEOF
14304 /* confdefs.h. */
14305 _ACEOF
14306 cat confdefs.h >>conftest.$ac_ext
14307 cat >>conftest.$ac_ext <<_ACEOF
14308 /* end confdefs.h. */
14310 /* Override any GCC internal prototype to avoid an error.
14311 Use char because int might match the return type of a GCC
14312 builtin and then its argument prototype would still apply. */
14313 #ifdef __cplusplus
14314 extern "C"
14315 #endif
14316 char cmsOpenProfileFromFile ();
14318 main ()
14320 return cmsOpenProfileFromFile ();
14322 return 0;
14324 _ACEOF
14325 rm -f conftest.$ac_objext conftest$ac_exeext
14326 if { (ac_try="$ac_link"
14327 case "(($ac_try" in
14328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14329 *) ac_try_echo=$ac_try;;
14330 esac
14331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14332 $as_echo "$ac_try_echo") >&5
14333 (eval "$ac_link") 2>conftest.er1
14334 ac_status=$?
14335 grep -v '^ *+' conftest.er1 >conftest.err
14336 rm -f conftest.er1
14337 cat conftest.err >&5
14338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14339 (exit $ac_status); } && {
14340 test -z "$ac_c_werror_flag" ||
14341 test ! -s conftest.err
14342 } && test -s conftest$ac_exeext && {
14343 test "$cross_compiling" = yes ||
14344 $as_test_x conftest$ac_exeext
14345 }; then
14346 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14347 else
14348 $as_echo "$as_me: failed program was:" >&5
14349 sed 's/^/| /' conftest.$ac_ext >&5
14351 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14354 rm -rf conftest.dSYM
14355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14356 conftest$ac_exeext conftest.$ac_ext
14357 LIBS=$ac_check_lib_save_LIBS
14359 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14360 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14361 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14363 cat >>confdefs.h <<\_ACEOF
14364 #define HAVE_LCMS 1
14365 _ACEOF
14367 LCMSLIBS="-llcms"
14371 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14372 case "x$with_cms" in
14373 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14374 xno) ;;
14375 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14376 This is an error since --with-cms was requested." >&5
14377 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14378 This is an error since --with-cms was requested." >&2;}
14379 { (exit 1); exit 1; }; } ;;
14380 esac
14384 if test "x$with_freetype" != "xno"
14385 then
14386 for ac_prog in freetype-config freetype2-config
14388 # Extract the first word of "$ac_prog", so it can be a program name with args.
14389 set dummy $ac_prog; ac_word=$2
14390 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14391 $as_echo_n "checking for $ac_word... " >&6; }
14392 if test "${ac_cv_prog_ft_devel+set}" = set; then
14393 $as_echo_n "(cached) " >&6
14394 else
14395 if test -n "$ft_devel"; then
14396 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14397 else
14398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14399 for as_dir in $PATH
14401 IFS=$as_save_IFS
14402 test -z "$as_dir" && as_dir=.
14403 for ac_exec_ext in '' $ac_executable_extensions; do
14404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14405 ac_cv_prog_ft_devel="$ac_prog"
14406 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14407 break 2
14409 done
14410 done
14411 IFS=$as_save_IFS
14415 ft_devel=$ac_cv_prog_ft_devel
14416 if test -n "$ft_devel"; then
14417 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14418 $as_echo "$ft_devel" >&6; }
14419 else
14420 { $as_echo "$as_me:$LINENO: result: no" >&5
14421 $as_echo "no" >&6; }
14425 test -n "$ft_devel" && break
14426 done
14427 test -n "$ft_devel" || ft_devel="no"
14429 if test "$ft_devel" != "no"
14430 then
14431 ac_freetype_incl=`$ft_devel --cflags`
14432 ac_freetype_libs=`$ft_devel --libs`
14434 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14435 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14436 $as_echo_n "checking for -lfreetype... " >&6; }
14437 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14438 $as_echo_n "(cached) " >&6
14439 else
14440 ac_check_soname_save_LIBS=$LIBS
14441 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14442 cat >conftest.$ac_ext <<_ACEOF
14443 /* confdefs.h. */
14444 _ACEOF
14445 cat confdefs.h >>conftest.$ac_ext
14446 cat >>conftest.$ac_ext <<_ACEOF
14447 /* end confdefs.h. */
14449 /* Override any GCC internal prototype to avoid an error.
14450 Use char because int might match the return type of a GCC
14451 builtin and then its argument prototype would still apply. */
14452 #ifdef __cplusplus
14453 extern "C"
14454 #endif
14455 char FT_Init_FreeType ();
14457 main ()
14459 return FT_Init_FreeType ();
14461 return 0;
14463 _ACEOF
14464 rm -f conftest.$ac_objext conftest$ac_exeext
14465 if { (ac_try="$ac_link"
14466 case "(($ac_try" in
14467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14468 *) ac_try_echo=$ac_try;;
14469 esac
14470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14471 $as_echo "$ac_try_echo") >&5
14472 (eval "$ac_link") 2>conftest.er1
14473 ac_status=$?
14474 grep -v '^ *+' conftest.er1 >conftest.err
14475 rm -f conftest.er1
14476 cat conftest.err >&5
14477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } && {
14479 test -z "$ac_c_werror_flag" ||
14480 test ! -s conftest.err
14481 } && test -s conftest$ac_exeext && {
14482 test "$cross_compiling" = yes ||
14483 $as_test_x conftest$ac_exeext
14484 }; then
14485 case "$LIBEXT" in
14486 dll) ;;
14487 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'` ;;
14488 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14489 esac
14490 else
14491 $as_echo "$as_me: failed program was:" >&5
14492 sed 's/^/| /' conftest.$ac_ext >&5
14497 rm -rf conftest.dSYM
14498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14499 conftest$ac_exeext conftest.$ac_ext
14500 LIBS=$ac_check_soname_save_LIBS
14502 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14503 { $as_echo "$as_me:$LINENO: result: not found" >&5
14504 $as_echo "not found" >&6; }
14505 ft_lib=no
14506 else
14507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14508 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14510 cat >>confdefs.h <<_ACEOF
14511 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14512 _ACEOF
14514 ft_lib=yes
14517 if test "$ft_lib" = "yes"
14518 then
14519 ac_save_CPPFLAGS="$CPPFLAGS"
14520 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14534 for ac_header in ft2build.h \
14535 freetype/freetype.h \
14536 freetype/ftglyph.h \
14537 freetype/fttypes.h \
14538 freetype/tttables.h \
14539 freetype/ftnames.h \
14540 freetype/ftsnames.h \
14541 freetype/ttnameid.h \
14542 freetype/ftoutln.h \
14543 freetype/ftwinfnt.h \
14544 freetype/ftmodapi.h \
14545 freetype/ftlcdfil.h \
14546 freetype/internal/sfnt.h
14548 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14549 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14550 $as_echo_n "checking for $ac_header... " >&6; }
14551 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14552 $as_echo_n "(cached) " >&6
14553 else
14554 cat >conftest.$ac_ext <<_ACEOF
14555 /* confdefs.h. */
14556 _ACEOF
14557 cat confdefs.h >>conftest.$ac_ext
14558 cat >>conftest.$ac_ext <<_ACEOF
14559 /* end confdefs.h. */
14560 #ifdef HAVE_FT2BUILD_H
14561 # include <ft2build.h>
14562 #endif
14564 #include <$ac_header>
14565 _ACEOF
14566 rm -f conftest.$ac_objext
14567 if { (ac_try="$ac_compile"
14568 case "(($ac_try" in
14569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14570 *) ac_try_echo=$ac_try;;
14571 esac
14572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14573 $as_echo "$ac_try_echo") >&5
14574 (eval "$ac_compile") 2>conftest.er1
14575 ac_status=$?
14576 grep -v '^ *+' conftest.er1 >conftest.err
14577 rm -f conftest.er1
14578 cat conftest.err >&5
14579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14580 (exit $ac_status); } && {
14581 test -z "$ac_c_werror_flag" ||
14582 test ! -s conftest.err
14583 } && test -s conftest.$ac_objext; then
14584 eval "$as_ac_Header=yes"
14585 else
14586 $as_echo "$as_me: failed program was:" >&5
14587 sed 's/^/| /' conftest.$ac_ext >&5
14589 eval "$as_ac_Header=no"
14592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14594 ac_res=`eval 'as_val=${'$as_ac_Header'}
14595 $as_echo "$as_val"'`
14596 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14597 $as_echo "$ac_res" >&6; }
14598 as_val=`eval 'as_val=${'$as_ac_Header'}
14599 $as_echo "$as_val"'`
14600 if test "x$as_val" = x""yes; then
14601 cat >>confdefs.h <<_ACEOF
14602 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14603 _ACEOF
14607 done
14609 cat >conftest.$ac_ext <<_ACEOF
14610 /* confdefs.h. */
14611 _ACEOF
14612 cat confdefs.h >>conftest.$ac_ext
14613 cat >>conftest.$ac_ext <<_ACEOF
14614 /* end confdefs.h. */
14615 #include <ft2build.h>
14616 #include <freetype/fttrigon.h>
14617 _ACEOF
14618 if { (ac_try="$ac_cpp conftest.$ac_ext"
14619 case "(($ac_try" in
14620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14621 *) ac_try_echo=$ac_try;;
14622 esac
14623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14624 $as_echo "$ac_try_echo") >&5
14625 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14626 ac_status=$?
14627 grep -v '^ *+' conftest.er1 >conftest.err
14628 rm -f conftest.er1
14629 cat conftest.err >&5
14630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631 (exit $ac_status); } >/dev/null && {
14632 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14633 test ! -s conftest.err
14634 }; then
14636 cat >>confdefs.h <<\_ACEOF
14637 #define HAVE_FREETYPE_FTTRIGON_H 1
14638 _ACEOF
14640 wine_cv_fttrigon=yes
14641 else
14642 $as_echo "$as_me: failed program was:" >&5
14643 sed 's/^/| /' conftest.$ac_ext >&5
14645 wine_cv_fttrigon=no
14648 rm -f conftest.err conftest.$ac_ext
14649 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14650 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14651 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14652 $as_echo_n "(cached) " >&6
14653 else
14654 ac_cv_type_FT_TrueTypeEngineType=no
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 #include <freetype/ftmodapi.h>
14664 main ()
14666 if (sizeof (FT_TrueTypeEngineType))
14667 return 0;
14669 return 0;
14671 _ACEOF
14672 rm -f conftest.$ac_objext
14673 if { (ac_try="$ac_compile"
14674 case "(($ac_try" in
14675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14676 *) ac_try_echo=$ac_try;;
14677 esac
14678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14679 $as_echo "$ac_try_echo") >&5
14680 (eval "$ac_compile") 2>conftest.er1
14681 ac_status=$?
14682 grep -v '^ *+' conftest.er1 >conftest.err
14683 rm -f conftest.er1
14684 cat conftest.err >&5
14685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14686 (exit $ac_status); } && {
14687 test -z "$ac_c_werror_flag" ||
14688 test ! -s conftest.err
14689 } && test -s conftest.$ac_objext; then
14690 cat >conftest.$ac_ext <<_ACEOF
14691 /* confdefs.h. */
14692 _ACEOF
14693 cat confdefs.h >>conftest.$ac_ext
14694 cat >>conftest.$ac_ext <<_ACEOF
14695 /* end confdefs.h. */
14696 #include <freetype/ftmodapi.h>
14699 main ()
14701 if (sizeof ((FT_TrueTypeEngineType)))
14702 return 0;
14704 return 0;
14706 _ACEOF
14707 rm -f conftest.$ac_objext
14708 if { (ac_try="$ac_compile"
14709 case "(($ac_try" in
14710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14711 *) ac_try_echo=$ac_try;;
14712 esac
14713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14714 $as_echo "$ac_try_echo") >&5
14715 (eval "$ac_compile") 2>conftest.er1
14716 ac_status=$?
14717 grep -v '^ *+' conftest.er1 >conftest.err
14718 rm -f conftest.er1
14719 cat conftest.err >&5
14720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14721 (exit $ac_status); } && {
14722 test -z "$ac_c_werror_flag" ||
14723 test ! -s conftest.err
14724 } && test -s conftest.$ac_objext; then
14726 else
14727 $as_echo "$as_me: failed program was:" >&5
14728 sed 's/^/| /' conftest.$ac_ext >&5
14730 ac_cv_type_FT_TrueTypeEngineType=yes
14733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14734 else
14735 $as_echo "$as_me: failed program was:" >&5
14736 sed 's/^/| /' conftest.$ac_ext >&5
14741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14743 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14744 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14745 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14747 cat >>confdefs.h <<_ACEOF
14748 #define HAVE_FT_TRUETYPEENGINETYPE 1
14749 _ACEOF
14754 ac_save_CFLAGS="$CFLAGS"
14755 CFLAGS="$CFLAGS $ac_freetype_libs"
14757 for ac_func in FT_Load_Sfnt_Table
14759 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14760 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14761 $as_echo_n "checking for $ac_func... " >&6; }
14762 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14763 $as_echo_n "(cached) " >&6
14764 else
14765 cat >conftest.$ac_ext <<_ACEOF
14766 /* confdefs.h. */
14767 _ACEOF
14768 cat confdefs.h >>conftest.$ac_ext
14769 cat >>conftest.$ac_ext <<_ACEOF
14770 /* end confdefs.h. */
14771 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14773 #define $ac_func innocuous_$ac_func
14775 /* System header to define __stub macros and hopefully few prototypes,
14776 which can conflict with char $ac_func (); below.
14777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14778 <limits.h> exists even on freestanding compilers. */
14780 #ifdef __STDC__
14781 # include <limits.h>
14782 #else
14783 # include <assert.h>
14784 #endif
14786 #undef $ac_func
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14791 #ifdef __cplusplus
14792 extern "C"
14793 #endif
14794 char $ac_func ();
14795 /* The GNU C library defines this for functions which it implements
14796 to always fail with ENOSYS. Some functions are actually named
14797 something starting with __ and the normal name is an alias. */
14798 #if defined __stub_$ac_func || defined __stub___$ac_func
14799 choke me
14800 #endif
14803 main ()
14805 return $ac_func ();
14807 return 0;
14809 _ACEOF
14810 rm -f conftest.$ac_objext conftest$ac_exeext
14811 if { (ac_try="$ac_link"
14812 case "(($ac_try" in
14813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814 *) ac_try_echo=$ac_try;;
14815 esac
14816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14817 $as_echo "$ac_try_echo") >&5
14818 (eval "$ac_link") 2>conftest.er1
14819 ac_status=$?
14820 grep -v '^ *+' conftest.er1 >conftest.err
14821 rm -f conftest.er1
14822 cat conftest.err >&5
14823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); } && {
14825 test -z "$ac_c_werror_flag" ||
14826 test ! -s conftest.err
14827 } && test -s conftest$ac_exeext && {
14828 test "$cross_compiling" = yes ||
14829 $as_test_x conftest$ac_exeext
14830 }; then
14831 eval "$as_ac_var=yes"
14832 else
14833 $as_echo "$as_me: failed program was:" >&5
14834 sed 's/^/| /' conftest.$ac_ext >&5
14836 eval "$as_ac_var=no"
14839 rm -rf conftest.dSYM
14840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14841 conftest$ac_exeext conftest.$ac_ext
14843 ac_res=`eval 'as_val=${'$as_ac_var'}
14844 $as_echo "$as_val"'`
14845 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14846 $as_echo "$ac_res" >&6; }
14847 as_val=`eval 'as_val=${'$as_ac_var'}
14848 $as_echo "$as_val"'`
14849 if test "x$as_val" = x""yes; then
14850 cat >>confdefs.h <<_ACEOF
14851 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14852 _ACEOF
14855 done
14857 CFLAGS="$ac_save_CFLAGS"
14858 CPPFLAGS="$ac_save_CPPFLAGS"
14859 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14860 then
14862 cat >>confdefs.h <<\_ACEOF
14863 #define HAVE_FREETYPE 1
14864 _ACEOF
14866 FREETYPELIBS="$ac_freetype_libs"
14868 FREETYPEINCL="$ac_freetype_incl"
14873 if test "x$FREETYPELIBS" = "x"; then
14874 case "x$with_freetype" in
14875 xno) ;;
14876 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14877 Use the --without-freetype option if you really want this." >&5
14878 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14879 Use the --without-freetype option if you really want this." >&2;}
14880 { (exit 1); exit 1; }; } ;;
14881 esac
14884 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14886 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14887 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14888 if test "${ac_cv_c_ppdev+set}" = set; then
14889 $as_echo_n "(cached) " >&6
14890 else
14891 cat >conftest.$ac_ext <<_ACEOF
14892 /* confdefs.h. */
14893 _ACEOF
14894 cat confdefs.h >>conftest.$ac_ext
14895 cat >>conftest.$ac_ext <<_ACEOF
14896 /* end confdefs.h. */
14897 #include <linux/ppdev.h>
14899 main ()
14901 ioctl (1,PPCLAIM,0)
14903 return 0;
14905 _ACEOF
14906 rm -f conftest.$ac_objext
14907 if { (ac_try="$ac_compile"
14908 case "(($ac_try" in
14909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14910 *) ac_try_echo=$ac_try;;
14911 esac
14912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14913 $as_echo "$ac_try_echo") >&5
14914 (eval "$ac_compile") 2>conftest.er1
14915 ac_status=$?
14916 grep -v '^ *+' conftest.er1 >conftest.err
14917 rm -f conftest.er1
14918 cat conftest.err >&5
14919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14920 (exit $ac_status); } && {
14921 test -z "$ac_c_werror_flag" ||
14922 test ! -s conftest.err
14923 } && test -s conftest.$ac_objext; then
14924 ac_cv_c_ppdev="yes"
14925 else
14926 $as_echo "$as_me: failed program was:" >&5
14927 sed 's/^/| /' conftest.$ac_ext >&5
14929 ac_cv_c_ppdev="no"
14932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14934 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14935 $as_echo "$ac_cv_c_ppdev" >&6; }
14936 if test "$ac_cv_c_ppdev" = "yes"
14937 then
14939 cat >>confdefs.h <<\_ACEOF
14940 #define HAVE_PPDEV 1
14941 _ACEOF
14945 ac_wine_check_funcs_save_LIBS="$LIBS"
14946 LIBS="$LIBS $LIBPTHREAD"
14951 for ac_func in \
14952 pthread_attr_get_np \
14953 pthread_getattr_np \
14954 pthread_get_stackaddr_np \
14955 pthread_get_stacksize_np
14957 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14958 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14959 $as_echo_n "checking for $ac_func... " >&6; }
14960 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14961 $as_echo_n "(cached) " >&6
14962 else
14963 cat >conftest.$ac_ext <<_ACEOF
14964 /* confdefs.h. */
14965 _ACEOF
14966 cat confdefs.h >>conftest.$ac_ext
14967 cat >>conftest.$ac_ext <<_ACEOF
14968 /* end confdefs.h. */
14969 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14970 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14971 #define $ac_func innocuous_$ac_func
14973 /* System header to define __stub macros and hopefully few prototypes,
14974 which can conflict with char $ac_func (); below.
14975 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14976 <limits.h> exists even on freestanding compilers. */
14978 #ifdef __STDC__
14979 # include <limits.h>
14980 #else
14981 # include <assert.h>
14982 #endif
14984 #undef $ac_func
14986 /* Override any GCC internal prototype to avoid an error.
14987 Use char because int might match the return type of a GCC
14988 builtin and then its argument prototype would still apply. */
14989 #ifdef __cplusplus
14990 extern "C"
14991 #endif
14992 char $ac_func ();
14993 /* The GNU C library defines this for functions which it implements
14994 to always fail with ENOSYS. Some functions are actually named
14995 something starting with __ and the normal name is an alias. */
14996 #if defined __stub_$ac_func || defined __stub___$ac_func
14997 choke me
14998 #endif
15001 main ()
15003 return $ac_func ();
15005 return 0;
15007 _ACEOF
15008 rm -f conftest.$ac_objext conftest$ac_exeext
15009 if { (ac_try="$ac_link"
15010 case "(($ac_try" in
15011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15012 *) ac_try_echo=$ac_try;;
15013 esac
15014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15015 $as_echo "$ac_try_echo") >&5
15016 (eval "$ac_link") 2>conftest.er1
15017 ac_status=$?
15018 grep -v '^ *+' conftest.er1 >conftest.err
15019 rm -f conftest.er1
15020 cat conftest.err >&5
15021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } && {
15023 test -z "$ac_c_werror_flag" ||
15024 test ! -s conftest.err
15025 } && test -s conftest$ac_exeext && {
15026 test "$cross_compiling" = yes ||
15027 $as_test_x conftest$ac_exeext
15028 }; then
15029 eval "$as_ac_var=yes"
15030 else
15031 $as_echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15034 eval "$as_ac_var=no"
15037 rm -rf conftest.dSYM
15038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15039 conftest$ac_exeext conftest.$ac_ext
15041 ac_res=`eval 'as_val=${'$as_ac_var'}
15042 $as_echo "$as_val"'`
15043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15044 $as_echo "$ac_res" >&6; }
15045 as_val=`eval 'as_val=${'$as_ac_var'}
15046 $as_echo "$as_val"'`
15047 if test "x$as_val" = x""yes; then
15048 cat >>confdefs.h <<_ACEOF
15049 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15050 _ACEOF
15053 done
15055 LIBS="$ac_wine_check_funcs_save_LIBS"
15057 if test "$ac_cv_header_zlib_h" = "yes"
15058 then
15059 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15060 $as_echo_n "checking for inflate in -lz... " >&6; }
15061 if test "${ac_cv_lib_z_inflate+set}" = set; then
15062 $as_echo_n "(cached) " >&6
15063 else
15064 ac_check_lib_save_LIBS=$LIBS
15065 LIBS="-lz $LIBS"
15066 cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h. */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h. */
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char inflate ();
15081 main ()
15083 return inflate ();
15085 return 0;
15087 _ACEOF
15088 rm -f conftest.$ac_objext conftest$ac_exeext
15089 if { (ac_try="$ac_link"
15090 case "(($ac_try" in
15091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15092 *) ac_try_echo=$ac_try;;
15093 esac
15094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15095 $as_echo "$ac_try_echo") >&5
15096 (eval "$ac_link") 2>conftest.er1
15097 ac_status=$?
15098 grep -v '^ *+' conftest.er1 >conftest.err
15099 rm -f conftest.er1
15100 cat conftest.err >&5
15101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102 (exit $ac_status); } && {
15103 test -z "$ac_c_werror_flag" ||
15104 test ! -s conftest.err
15105 } && test -s conftest$ac_exeext && {
15106 test "$cross_compiling" = yes ||
15107 $as_test_x conftest$ac_exeext
15108 }; then
15109 ac_cv_lib_z_inflate=yes
15110 else
15111 $as_echo "$as_me: failed program was:" >&5
15112 sed 's/^/| /' conftest.$ac_ext >&5
15114 ac_cv_lib_z_inflate=no
15117 rm -rf conftest.dSYM
15118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15119 conftest$ac_exeext conftest.$ac_ext
15120 LIBS=$ac_check_lib_save_LIBS
15122 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15123 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15124 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15126 cat >>confdefs.h <<\_ACEOF
15127 #define HAVE_ZLIB 1
15128 _ACEOF
15130 ZLIB="-lz"
15136 if test "x$with_esd" != xno
15137 then
15138 save_CFLAGS="$CFLAGS"
15139 # Extract the first word of "esd-config", so it can be a program name with args.
15140 set dummy esd-config; ac_word=$2
15141 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15142 $as_echo_n "checking for $ac_word... " >&6; }
15143 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15144 $as_echo_n "(cached) " >&6
15145 else
15146 case $ESDCONFIG in
15147 [\\/]* | ?:[\\/]*)
15148 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15152 for as_dir in $PATH
15154 IFS=$as_save_IFS
15155 test -z "$as_dir" && as_dir=.
15156 for ac_exec_ext in '' $ac_executable_extensions; do
15157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15158 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15159 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15160 break 2
15162 done
15163 done
15164 IFS=$as_save_IFS
15166 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15168 esac
15170 ESDCONFIG=$ac_cv_path_ESDCONFIG
15171 if test -n "$ESDCONFIG"; then
15172 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15173 $as_echo "$ESDCONFIG" >&6; }
15174 else
15175 { $as_echo "$as_me:$LINENO: result: no" >&5
15176 $as_echo "no" >&6; }
15180 if test "x$ESDCONFIG" != "xno"
15181 then
15182 ac_esd_incl=""
15183 for i in `$ESDCONFIG --cflags`
15185 case "$i" in
15186 -I*) ac_esd_incl="$ac_esd_incl $i";;
15187 esac
15188 done
15189 ac_esd_libs=`$ESDCONFIG --libs`
15190 CFLAGS="$CFLAGS $ac_esd_incl"
15192 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15193 if test "${ac_cv_header_esd_h+set}" = set; then
15194 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15195 $as_echo_n "checking for esd.h... " >&6; }
15196 if test "${ac_cv_header_esd_h+set}" = set; then
15197 $as_echo_n "(cached) " >&6
15199 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15200 $as_echo "$ac_cv_header_esd_h" >&6; }
15201 else
15202 # Is the header compilable?
15203 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15204 $as_echo_n "checking esd.h usability... " >&6; }
15205 cat >conftest.$ac_ext <<_ACEOF
15206 /* confdefs.h. */
15207 _ACEOF
15208 cat confdefs.h >>conftest.$ac_ext
15209 cat >>conftest.$ac_ext <<_ACEOF
15210 /* end confdefs.h. */
15211 $ac_includes_default
15212 #include <esd.h>
15213 _ACEOF
15214 rm -f conftest.$ac_objext
15215 if { (ac_try="$ac_compile"
15216 case "(($ac_try" in
15217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15218 *) ac_try_echo=$ac_try;;
15219 esac
15220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15221 $as_echo "$ac_try_echo") >&5
15222 (eval "$ac_compile") 2>conftest.er1
15223 ac_status=$?
15224 grep -v '^ *+' conftest.er1 >conftest.err
15225 rm -f conftest.er1
15226 cat conftest.err >&5
15227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15228 (exit $ac_status); } && {
15229 test -z "$ac_c_werror_flag" ||
15230 test ! -s conftest.err
15231 } && test -s conftest.$ac_objext; then
15232 ac_header_compiler=yes
15233 else
15234 $as_echo "$as_me: failed program was:" >&5
15235 sed 's/^/| /' conftest.$ac_ext >&5
15237 ac_header_compiler=no
15240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15241 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15242 $as_echo "$ac_header_compiler" >&6; }
15244 # Is the header present?
15245 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15246 $as_echo_n "checking esd.h presence... " >&6; }
15247 cat >conftest.$ac_ext <<_ACEOF
15248 /* confdefs.h. */
15249 _ACEOF
15250 cat confdefs.h >>conftest.$ac_ext
15251 cat >>conftest.$ac_ext <<_ACEOF
15252 /* end confdefs.h. */
15253 #include <esd.h>
15254 _ACEOF
15255 if { (ac_try="$ac_cpp conftest.$ac_ext"
15256 case "(($ac_try" in
15257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258 *) ac_try_echo=$ac_try;;
15259 esac
15260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15261 $as_echo "$ac_try_echo") >&5
15262 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15263 ac_status=$?
15264 grep -v '^ *+' conftest.er1 >conftest.err
15265 rm -f conftest.er1
15266 cat conftest.err >&5
15267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268 (exit $ac_status); } >/dev/null && {
15269 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15270 test ! -s conftest.err
15271 }; then
15272 ac_header_preproc=yes
15273 else
15274 $as_echo "$as_me: failed program was:" >&5
15275 sed 's/^/| /' conftest.$ac_ext >&5
15277 ac_header_preproc=no
15280 rm -f conftest.err conftest.$ac_ext
15281 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15282 $as_echo "$ac_header_preproc" >&6; }
15284 # So? What about this header?
15285 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15286 yes:no: )
15287 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15288 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15289 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15290 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15291 ac_header_preproc=yes
15293 no:yes:* )
15294 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15295 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15296 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15297 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15298 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15299 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15300 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15301 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15302 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15303 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15304 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15305 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15306 ( cat <<\_ASBOX
15307 ## ------------------------------------ ##
15308 ## Report this to wine-devel@winehq.org ##
15309 ## ------------------------------------ ##
15310 _ASBOX
15311 ) | sed "s/^/$as_me: WARNING: /" >&2
15313 esac
15314 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15315 $as_echo_n "checking for esd.h... " >&6; }
15316 if test "${ac_cv_header_esd_h+set}" = set; then
15317 $as_echo_n "(cached) " >&6
15318 else
15319 ac_cv_header_esd_h=$ac_header_preproc
15321 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15322 $as_echo "$ac_cv_header_esd_h" >&6; }
15325 if test "x$ac_cv_header_esd_h" = x""yes; then
15326 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15327 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15328 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15329 $as_echo_n "(cached) " >&6
15330 else
15331 ac_check_lib_save_LIBS=$LIBS
15332 LIBS="-lesd $ac_esd_libs $LIBS"
15333 cat >conftest.$ac_ext <<_ACEOF
15334 /* confdefs.h. */
15335 _ACEOF
15336 cat confdefs.h >>conftest.$ac_ext
15337 cat >>conftest.$ac_ext <<_ACEOF
15338 /* end confdefs.h. */
15340 /* Override any GCC internal prototype to avoid an error.
15341 Use char because int might match the return type of a GCC
15342 builtin and then its argument prototype would still apply. */
15343 #ifdef __cplusplus
15344 extern "C"
15345 #endif
15346 char esd_open_sound ();
15348 main ()
15350 return esd_open_sound ();
15352 return 0;
15354 _ACEOF
15355 rm -f conftest.$ac_objext conftest$ac_exeext
15356 if { (ac_try="$ac_link"
15357 case "(($ac_try" in
15358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15359 *) ac_try_echo=$ac_try;;
15360 esac
15361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15362 $as_echo "$ac_try_echo") >&5
15363 (eval "$ac_link") 2>conftest.er1
15364 ac_status=$?
15365 grep -v '^ *+' conftest.er1 >conftest.err
15366 rm -f conftest.er1
15367 cat conftest.err >&5
15368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); } && {
15370 test -z "$ac_c_werror_flag" ||
15371 test ! -s conftest.err
15372 } && test -s conftest$ac_exeext && {
15373 test "$cross_compiling" = yes ||
15374 $as_test_x conftest$ac_exeext
15375 }; then
15376 ac_cv_lib_esd_esd_open_sound=yes
15377 else
15378 $as_echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.$ac_ext >&5
15381 ac_cv_lib_esd_esd_open_sound=no
15384 rm -rf conftest.dSYM
15385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15386 conftest$ac_exeext conftest.$ac_ext
15387 LIBS=$ac_check_lib_save_LIBS
15389 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15390 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15391 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15392 ESDINCL="$ac_esd_incl"
15394 ESDLIBS="$ac_esd_libs"
15397 cat >>confdefs.h <<\_ACEOF
15398 #define HAVE_ESD 1
15399 _ACEOF
15406 CFLAGS="$save_CFLAGS"
15409 ALSALIBS=""
15411 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15412 then
15413 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15414 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15415 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15416 $as_echo_n "(cached) " >&6
15417 else
15418 ac_check_lib_save_LIBS=$LIBS
15419 LIBS="-lasound $LIBS"
15420 cat >conftest.$ac_ext <<_ACEOF
15421 /* confdefs.h. */
15422 _ACEOF
15423 cat confdefs.h >>conftest.$ac_ext
15424 cat >>conftest.$ac_ext <<_ACEOF
15425 /* end confdefs.h. */
15427 /* Override any GCC internal prototype to avoid an error.
15428 Use char because int might match the return type of a GCC
15429 builtin and then its argument prototype would still apply. */
15430 #ifdef __cplusplus
15431 extern "C"
15432 #endif
15433 char snd_pcm_hw_params_get_access ();
15435 main ()
15437 return snd_pcm_hw_params_get_access ();
15439 return 0;
15441 _ACEOF
15442 rm -f conftest.$ac_objext conftest$ac_exeext
15443 if { (ac_try="$ac_link"
15444 case "(($ac_try" in
15445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15446 *) ac_try_echo=$ac_try;;
15447 esac
15448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15449 $as_echo "$ac_try_echo") >&5
15450 (eval "$ac_link") 2>conftest.er1
15451 ac_status=$?
15452 grep -v '^ *+' conftest.er1 >conftest.err
15453 rm -f conftest.er1
15454 cat conftest.err >&5
15455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15456 (exit $ac_status); } && {
15457 test -z "$ac_c_werror_flag" ||
15458 test ! -s conftest.err
15459 } && test -s conftest$ac_exeext && {
15460 test "$cross_compiling" = yes ||
15461 $as_test_x conftest$ac_exeext
15462 }; then
15463 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15464 else
15465 $as_echo "$as_me: failed program was:" >&5
15466 sed 's/^/| /' conftest.$ac_ext >&5
15468 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15471 rm -rf conftest.dSYM
15472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15473 conftest$ac_exeext conftest.$ac_ext
15474 LIBS=$ac_check_lib_save_LIBS
15476 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15477 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15478 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15479 cat >conftest.$ac_ext <<_ACEOF
15480 /* confdefs.h. */
15481 _ACEOF
15482 cat confdefs.h >>conftest.$ac_ext
15483 cat >>conftest.$ac_ext <<_ACEOF
15484 /* end confdefs.h. */
15485 #ifdef HAVE_ALSA_ASOUNDLIB_H
15486 #include <alsa/asoundlib.h>
15487 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15488 #include <sys/asoundlib.h>
15489 #endif
15491 main ()
15493 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15495 return 0;
15497 _ACEOF
15498 rm -f conftest.$ac_objext
15499 if { (ac_try="$ac_compile"
15500 case "(($ac_try" in
15501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15502 *) ac_try_echo=$ac_try;;
15503 esac
15504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15505 $as_echo "$ac_try_echo") >&5
15506 (eval "$ac_compile") 2>conftest.er1
15507 ac_status=$?
15508 grep -v '^ *+' conftest.er1 >conftest.err
15509 rm -f conftest.er1
15510 cat conftest.err >&5
15511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); } && {
15513 test -z "$ac_c_werror_flag" ||
15514 test ! -s conftest.err
15515 } && test -s conftest.$ac_objext; then
15517 cat >>confdefs.h <<\_ACEOF
15518 #define HAVE_ALSA 1
15519 _ACEOF
15521 ALSALIBS="-lasound"
15522 else
15523 $as_echo "$as_me: failed program was:" >&5
15524 sed 's/^/| /' conftest.$ac_ext >&5
15529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15534 AUDIOIOLIBS=""
15536 if test "$ac_cv_header_libaudioio_h" = "yes"
15537 then
15538 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15539 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15540 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15541 $as_echo_n "(cached) " >&6
15542 else
15543 ac_check_lib_save_LIBS=$LIBS
15544 LIBS="-laudioio $LIBS"
15545 cat >conftest.$ac_ext <<_ACEOF
15546 /* confdefs.h. */
15547 _ACEOF
15548 cat confdefs.h >>conftest.$ac_ext
15549 cat >>conftest.$ac_ext <<_ACEOF
15550 /* end confdefs.h. */
15552 /* Override any GCC internal prototype to avoid an error.
15553 Use char because int might match the return type of a GCC
15554 builtin and then its argument prototype would still apply. */
15555 #ifdef __cplusplus
15556 extern "C"
15557 #endif
15558 char AudioIOGetVersion ();
15560 main ()
15562 return AudioIOGetVersion ();
15564 return 0;
15566 _ACEOF
15567 rm -f conftest.$ac_objext conftest$ac_exeext
15568 if { (ac_try="$ac_link"
15569 case "(($ac_try" in
15570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15571 *) ac_try_echo=$ac_try;;
15572 esac
15573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15574 $as_echo "$ac_try_echo") >&5
15575 (eval "$ac_link") 2>conftest.er1
15576 ac_status=$?
15577 grep -v '^ *+' conftest.er1 >conftest.err
15578 rm -f conftest.er1
15579 cat conftest.err >&5
15580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15581 (exit $ac_status); } && {
15582 test -z "$ac_c_werror_flag" ||
15583 test ! -s conftest.err
15584 } && test -s conftest$ac_exeext && {
15585 test "$cross_compiling" = yes ||
15586 $as_test_x conftest$ac_exeext
15587 }; then
15588 ac_cv_lib_audioio_AudioIOGetVersion=yes
15589 else
15590 $as_echo "$as_me: failed program was:" >&5
15591 sed 's/^/| /' conftest.$ac_ext >&5
15593 ac_cv_lib_audioio_AudioIOGetVersion=no
15596 rm -rf conftest.dSYM
15597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15598 conftest$ac_exeext conftest.$ac_ext
15599 LIBS=$ac_check_lib_save_LIBS
15601 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15602 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15603 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15604 AUDIOIOLIBS="-laudioio"
15606 cat >>confdefs.h <<\_ACEOF
15607 #define HAVE_LIBAUDIOIO 1
15608 _ACEOF
15615 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15616 then
15617 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15618 $as_echo_n "checking for -lcapi20... " >&6; }
15619 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15620 $as_echo_n "(cached) " >&6
15621 else
15622 ac_check_soname_save_LIBS=$LIBS
15623 LIBS="-lcapi20 $LIBS"
15624 cat >conftest.$ac_ext <<_ACEOF
15625 /* confdefs.h. */
15626 _ACEOF
15627 cat confdefs.h >>conftest.$ac_ext
15628 cat >>conftest.$ac_ext <<_ACEOF
15629 /* end confdefs.h. */
15631 /* Override any GCC internal prototype to avoid an error.
15632 Use char because int might match the return type of a GCC
15633 builtin and then its argument prototype would still apply. */
15634 #ifdef __cplusplus
15635 extern "C"
15636 #endif
15637 char capi20_register ();
15639 main ()
15641 return capi20_register ();
15643 return 0;
15645 _ACEOF
15646 rm -f conftest.$ac_objext conftest$ac_exeext
15647 if { (ac_try="$ac_link"
15648 case "(($ac_try" in
15649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15650 *) ac_try_echo=$ac_try;;
15651 esac
15652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15653 $as_echo "$ac_try_echo") >&5
15654 (eval "$ac_link") 2>conftest.er1
15655 ac_status=$?
15656 grep -v '^ *+' conftest.er1 >conftest.err
15657 rm -f conftest.er1
15658 cat conftest.err >&5
15659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15660 (exit $ac_status); } && {
15661 test -z "$ac_c_werror_flag" ||
15662 test ! -s conftest.err
15663 } && test -s conftest$ac_exeext && {
15664 test "$cross_compiling" = yes ||
15665 $as_test_x conftest$ac_exeext
15666 }; then
15667 case "$LIBEXT" in
15668 dll) ;;
15669 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'` ;;
15670 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15671 esac
15672 else
15673 $as_echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15679 rm -rf conftest.dSYM
15680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15681 conftest$ac_exeext conftest.$ac_ext
15682 LIBS=$ac_check_soname_save_LIBS
15684 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15685 { $as_echo "$as_me:$LINENO: result: not found" >&5
15686 $as_echo "not found" >&6; }
15688 else
15689 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15690 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15692 cat >>confdefs.h <<_ACEOF
15693 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15694 _ACEOF
15700 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15701 case "x$with_capi" in
15702 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15703 xno) ;;
15704 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15705 This is an error since --with-capi was requested." >&5
15706 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15707 This is an error since --with-capi was requested." >&2;}
15708 { (exit 1); exit 1; }; } ;;
15709 esac
15713 CUPSINCL=""
15715 if test "x$with_cups" != "xno"
15716 then
15717 ac_save_CPPFLAGS="$CPPFLAGS"
15718 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15719 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15720 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15722 for ac_header in cups/cups.h
15724 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15725 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15726 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15727 $as_echo_n "checking for $ac_header... " >&6; }
15728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15729 $as_echo_n "(cached) " >&6
15731 ac_res=`eval 'as_val=${'$as_ac_Header'}
15732 $as_echo "$as_val"'`
15733 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15734 $as_echo "$ac_res" >&6; }
15735 else
15736 # Is the header compilable?
15737 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15738 $as_echo_n "checking $ac_header usability... " >&6; }
15739 cat >conftest.$ac_ext <<_ACEOF
15740 /* confdefs.h. */
15741 _ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15745 $ac_includes_default
15746 #include <$ac_header>
15747 _ACEOF
15748 rm -f conftest.$ac_objext
15749 if { (ac_try="$ac_compile"
15750 case "(($ac_try" in
15751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15752 *) ac_try_echo=$ac_try;;
15753 esac
15754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15755 $as_echo "$ac_try_echo") >&5
15756 (eval "$ac_compile") 2>conftest.er1
15757 ac_status=$?
15758 grep -v '^ *+' conftest.er1 >conftest.err
15759 rm -f conftest.er1
15760 cat conftest.err >&5
15761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); } && {
15763 test -z "$ac_c_werror_flag" ||
15764 test ! -s conftest.err
15765 } && test -s conftest.$ac_objext; then
15766 ac_header_compiler=yes
15767 else
15768 $as_echo "$as_me: failed program was:" >&5
15769 sed 's/^/| /' conftest.$ac_ext >&5
15771 ac_header_compiler=no
15774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15775 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15776 $as_echo "$ac_header_compiler" >&6; }
15778 # Is the header present?
15779 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15780 $as_echo_n "checking $ac_header presence... " >&6; }
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15787 #include <$ac_header>
15788 _ACEOF
15789 if { (ac_try="$ac_cpp conftest.$ac_ext"
15790 case "(($ac_try" in
15791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15792 *) ac_try_echo=$ac_try;;
15793 esac
15794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15795 $as_echo "$ac_try_echo") >&5
15796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15797 ac_status=$?
15798 grep -v '^ *+' conftest.er1 >conftest.err
15799 rm -f conftest.er1
15800 cat conftest.err >&5
15801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } >/dev/null && {
15803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15804 test ! -s conftest.err
15805 }; then
15806 ac_header_preproc=yes
15807 else
15808 $as_echo "$as_me: failed program was:" >&5
15809 sed 's/^/| /' conftest.$ac_ext >&5
15811 ac_header_preproc=no
15814 rm -f conftest.err conftest.$ac_ext
15815 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15816 $as_echo "$ac_header_preproc" >&6; }
15818 # So? What about this header?
15819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15820 yes:no: )
15821 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15822 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15824 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15825 ac_header_preproc=yes
15827 no:yes:* )
15828 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15829 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15831 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15833 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15835 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15837 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15839 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15840 ( cat <<\_ASBOX
15841 ## ------------------------------------ ##
15842 ## Report this to wine-devel@winehq.org ##
15843 ## ------------------------------------ ##
15844 _ASBOX
15845 ) | sed "s/^/$as_me: WARNING: /" >&2
15847 esac
15848 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15849 $as_echo_n "checking for $ac_header... " >&6; }
15850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15851 $as_echo_n "(cached) " >&6
15852 else
15853 eval "$as_ac_Header=\$ac_header_preproc"
15855 ac_res=`eval 'as_val=${'$as_ac_Header'}
15856 $as_echo "$as_val"'`
15857 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15858 $as_echo "$ac_res" >&6; }
15861 as_val=`eval 'as_val=${'$as_ac_Header'}
15862 $as_echo "$as_val"'`
15863 if test "x$as_val" = x""yes; then
15864 cat >>confdefs.h <<_ACEOF
15865 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15866 _ACEOF
15867 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15868 $as_echo_n "checking for -lcups... " >&6; }
15869 if test "${ac_cv_lib_soname_cups+set}" = set; then
15870 $as_echo_n "(cached) " >&6
15871 else
15872 ac_check_soname_save_LIBS=$LIBS
15873 LIBS="-lcups $ac_cups_libs $LIBS"
15874 cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h. */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15881 /* Override any GCC internal prototype to avoid an error.
15882 Use char because int might match the return type of a GCC
15883 builtin and then its argument prototype would still apply. */
15884 #ifdef __cplusplus
15885 extern "C"
15886 #endif
15887 char cupsGetDefault ();
15889 main ()
15891 return cupsGetDefault ();
15893 return 0;
15895 _ACEOF
15896 rm -f conftest.$ac_objext conftest$ac_exeext
15897 if { (ac_try="$ac_link"
15898 case "(($ac_try" in
15899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15900 *) ac_try_echo=$ac_try;;
15901 esac
15902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15903 $as_echo "$ac_try_echo") >&5
15904 (eval "$ac_link") 2>conftest.er1
15905 ac_status=$?
15906 grep -v '^ *+' conftest.er1 >conftest.err
15907 rm -f conftest.er1
15908 cat conftest.err >&5
15909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15910 (exit $ac_status); } && {
15911 test -z "$ac_c_werror_flag" ||
15912 test ! -s conftest.err
15913 } && test -s conftest$ac_exeext && {
15914 test "$cross_compiling" = yes ||
15915 $as_test_x conftest$ac_exeext
15916 }; then
15917 case "$LIBEXT" in
15918 dll) ;;
15919 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'` ;;
15920 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15921 esac
15922 else
15923 $as_echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.$ac_ext >&5
15929 rm -rf conftest.dSYM
15930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15931 conftest$ac_exeext conftest.$ac_ext
15932 LIBS=$ac_check_soname_save_LIBS
15934 if test "x$ac_cv_lib_soname_cups" = "x"; then
15935 { $as_echo "$as_me:$LINENO: result: not found" >&5
15936 $as_echo "not found" >&6; }
15938 else
15939 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15940 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15942 cat >>confdefs.h <<_ACEOF
15943 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15944 _ACEOF
15946 CUPSINCL="$ac_cups_cflags"
15951 done
15953 CPPFLAGS="$ac_save_CPPFLAGS"
15955 if test "x$ac_cv_lib_soname_cups" = "x"; then
15956 case "x$with_cups" in
15957 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15958 xno) ;;
15959 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15960 This is an error since --with-cups was requested." >&5
15961 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15962 This is an error since --with-cups was requested." >&2;}
15963 { (exit 1); exit 1; }; } ;;
15964 esac
15968 if test "$ac_cv_header_jack_jack_h" = "yes"
15969 then
15970 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15971 $as_echo_n "checking for -ljack... " >&6; }
15972 if test "${ac_cv_lib_soname_jack+set}" = set; then
15973 $as_echo_n "(cached) " >&6
15974 else
15975 ac_check_soname_save_LIBS=$LIBS
15976 LIBS="-ljack $LIBS"
15977 cat >conftest.$ac_ext <<_ACEOF
15978 /* confdefs.h. */
15979 _ACEOF
15980 cat confdefs.h >>conftest.$ac_ext
15981 cat >>conftest.$ac_ext <<_ACEOF
15982 /* end confdefs.h. */
15984 /* Override any GCC internal prototype to avoid an error.
15985 Use char because int might match the return type of a GCC
15986 builtin and then its argument prototype would still apply. */
15987 #ifdef __cplusplus
15988 extern "C"
15989 #endif
15990 char jack_client_new ();
15992 main ()
15994 return jack_client_new ();
15996 return 0;
15998 _ACEOF
15999 rm -f conftest.$ac_objext conftest$ac_exeext
16000 if { (ac_try="$ac_link"
16001 case "(($ac_try" in
16002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16003 *) ac_try_echo=$ac_try;;
16004 esac
16005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16006 $as_echo "$ac_try_echo") >&5
16007 (eval "$ac_link") 2>conftest.er1
16008 ac_status=$?
16009 grep -v '^ *+' conftest.er1 >conftest.err
16010 rm -f conftest.er1
16011 cat conftest.err >&5
16012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16013 (exit $ac_status); } && {
16014 test -z "$ac_c_werror_flag" ||
16015 test ! -s conftest.err
16016 } && test -s conftest$ac_exeext && {
16017 test "$cross_compiling" = yes ||
16018 $as_test_x conftest$ac_exeext
16019 }; then
16020 case "$LIBEXT" in
16021 dll) ;;
16022 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'` ;;
16023 *) 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'` ;;
16024 esac
16025 else
16026 $as_echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.$ac_ext >&5
16032 rm -rf conftest.dSYM
16033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16034 conftest$ac_exeext conftest.$ac_ext
16035 LIBS=$ac_check_soname_save_LIBS
16037 if test "x$ac_cv_lib_soname_jack" = "x"; then
16038 { $as_echo "$as_me:$LINENO: result: not found" >&5
16039 $as_echo "not found" >&6; }
16041 else
16042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16043 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16045 cat >>confdefs.h <<_ACEOF
16046 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16047 _ACEOF
16054 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16055 then
16056 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16057 $as_echo_n "checking for -lfontconfig... " >&6; }
16058 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16059 $as_echo_n "(cached) " >&6
16060 else
16061 ac_check_soname_save_LIBS=$LIBS
16062 LIBS="-lfontconfig $LIBS"
16063 cat >conftest.$ac_ext <<_ACEOF
16064 /* confdefs.h. */
16065 _ACEOF
16066 cat confdefs.h >>conftest.$ac_ext
16067 cat >>conftest.$ac_ext <<_ACEOF
16068 /* end confdefs.h. */
16070 /* Override any GCC internal prototype to avoid an error.
16071 Use char because int might match the return type of a GCC
16072 builtin and then its argument prototype would still apply. */
16073 #ifdef __cplusplus
16074 extern "C"
16075 #endif
16076 char FcInit ();
16078 main ()
16080 return FcInit ();
16082 return 0;
16084 _ACEOF
16085 rm -f conftest.$ac_objext conftest$ac_exeext
16086 if { (ac_try="$ac_link"
16087 case "(($ac_try" in
16088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16089 *) ac_try_echo=$ac_try;;
16090 esac
16091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16092 $as_echo "$ac_try_echo") >&5
16093 (eval "$ac_link") 2>conftest.er1
16094 ac_status=$?
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
16098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } && {
16100 test -z "$ac_c_werror_flag" ||
16101 test ! -s conftest.err
16102 } && test -s conftest$ac_exeext && {
16103 test "$cross_compiling" = yes ||
16104 $as_test_x conftest$ac_exeext
16105 }; then
16106 case "$LIBEXT" in
16107 dll) ;;
16108 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'` ;;
16109 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16110 esac
16111 else
16112 $as_echo "$as_me: failed program was:" >&5
16113 sed 's/^/| /' conftest.$ac_ext >&5
16118 rm -rf conftest.dSYM
16119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16120 conftest$ac_exeext conftest.$ac_ext
16121 LIBS=$ac_check_soname_save_LIBS
16123 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16124 { $as_echo "$as_me:$LINENO: result: not found" >&5
16125 $as_echo "not found" >&6; }
16127 else
16128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16129 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16131 cat >>confdefs.h <<_ACEOF
16132 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16133 _ACEOF
16138 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16139 then
16140 ac_save_CPPFLAGS="$CPPFLAGS"
16141 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16142 $as_unset ac_cv_header_fontconfig_fontconfig_h
16144 for ac_header in fontconfig/fontconfig.h
16146 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16147 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16148 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16149 $as_echo_n "checking for $ac_header... " >&6; }
16150 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16151 $as_echo_n "(cached) " >&6
16153 ac_res=`eval 'as_val=${'$as_ac_Header'}
16154 $as_echo "$as_val"'`
16155 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16156 $as_echo "$ac_res" >&6; }
16157 else
16158 # Is the header compilable?
16159 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16160 $as_echo_n "checking $ac_header usability... " >&6; }
16161 cat >conftest.$ac_ext <<_ACEOF
16162 /* confdefs.h. */
16163 _ACEOF
16164 cat confdefs.h >>conftest.$ac_ext
16165 cat >>conftest.$ac_ext <<_ACEOF
16166 /* end confdefs.h. */
16167 $ac_includes_default
16168 #include <$ac_header>
16169 _ACEOF
16170 rm -f conftest.$ac_objext
16171 if { (ac_try="$ac_compile"
16172 case "(($ac_try" in
16173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16174 *) ac_try_echo=$ac_try;;
16175 esac
16176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16177 $as_echo "$ac_try_echo") >&5
16178 (eval "$ac_compile") 2>conftest.er1
16179 ac_status=$?
16180 grep -v '^ *+' conftest.er1 >conftest.err
16181 rm -f conftest.er1
16182 cat conftest.err >&5
16183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && {
16185 test -z "$ac_c_werror_flag" ||
16186 test ! -s conftest.err
16187 } && test -s conftest.$ac_objext; then
16188 ac_header_compiler=yes
16189 else
16190 $as_echo "$as_me: failed program was:" >&5
16191 sed 's/^/| /' conftest.$ac_ext >&5
16193 ac_header_compiler=no
16196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16197 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16198 $as_echo "$ac_header_compiler" >&6; }
16200 # Is the header present?
16201 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16202 $as_echo_n "checking $ac_header presence... " >&6; }
16203 cat >conftest.$ac_ext <<_ACEOF
16204 /* confdefs.h. */
16205 _ACEOF
16206 cat confdefs.h >>conftest.$ac_ext
16207 cat >>conftest.$ac_ext <<_ACEOF
16208 /* end confdefs.h. */
16209 #include <$ac_header>
16210 _ACEOF
16211 if { (ac_try="$ac_cpp conftest.$ac_ext"
16212 case "(($ac_try" in
16213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16214 *) ac_try_echo=$ac_try;;
16215 esac
16216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16217 $as_echo "$ac_try_echo") >&5
16218 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16219 ac_status=$?
16220 grep -v '^ *+' conftest.er1 >conftest.err
16221 rm -f conftest.er1
16222 cat conftest.err >&5
16223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224 (exit $ac_status); } >/dev/null && {
16225 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16226 test ! -s conftest.err
16227 }; then
16228 ac_header_preproc=yes
16229 else
16230 $as_echo "$as_me: failed program was:" >&5
16231 sed 's/^/| /' conftest.$ac_ext >&5
16233 ac_header_preproc=no
16236 rm -f conftest.err conftest.$ac_ext
16237 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16238 $as_echo "$ac_header_preproc" >&6; }
16240 # So? What about this header?
16241 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16242 yes:no: )
16243 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16244 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16245 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16246 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16247 ac_header_preproc=yes
16249 no:yes:* )
16250 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16251 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16252 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16253 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16254 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16255 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16257 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16259 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16260 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16261 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16262 ( cat <<\_ASBOX
16263 ## ------------------------------------ ##
16264 ## Report this to wine-devel@winehq.org ##
16265 ## ------------------------------------ ##
16266 _ASBOX
16267 ) | sed "s/^/$as_me: WARNING: /" >&2
16269 esac
16270 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16271 $as_echo_n "checking for $ac_header... " >&6; }
16272 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16273 $as_echo_n "(cached) " >&6
16274 else
16275 eval "$as_ac_Header=\$ac_header_preproc"
16277 ac_res=`eval 'as_val=${'$as_ac_Header'}
16278 $as_echo "$as_val"'`
16279 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16280 $as_echo "$ac_res" >&6; }
16283 as_val=`eval 'as_val=${'$as_ac_Header'}
16284 $as_echo "$as_val"'`
16285 if test "x$as_val" = x""yes; then
16286 cat >>confdefs.h <<_ACEOF
16287 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16288 _ACEOF
16292 done
16294 CPPFLAGS="$ac_save_CPPFLAGS"
16295 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16296 then
16297 FONTCONFIGINCL="$X_CFLAGS"
16299 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16300 $as_echo_n "checking for -lfontconfig... " >&6; }
16301 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16302 $as_echo_n "(cached) " >&6
16303 else
16304 ac_check_soname_save_LIBS=$LIBS
16305 LIBS="-lfontconfig $X_LIBS $LIBS"
16306 cat >conftest.$ac_ext <<_ACEOF
16307 /* confdefs.h. */
16308 _ACEOF
16309 cat confdefs.h >>conftest.$ac_ext
16310 cat >>conftest.$ac_ext <<_ACEOF
16311 /* end confdefs.h. */
16313 /* Override any GCC internal prototype to avoid an error.
16314 Use char because int might match the return type of a GCC
16315 builtin and then its argument prototype would still apply. */
16316 #ifdef __cplusplus
16317 extern "C"
16318 #endif
16319 char FcInit ();
16321 main ()
16323 return FcInit ();
16325 return 0;
16327 _ACEOF
16328 rm -f conftest.$ac_objext conftest$ac_exeext
16329 if { (ac_try="$ac_link"
16330 case "(($ac_try" in
16331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16332 *) ac_try_echo=$ac_try;;
16333 esac
16334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16335 $as_echo "$ac_try_echo") >&5
16336 (eval "$ac_link") 2>conftest.er1
16337 ac_status=$?
16338 grep -v '^ *+' conftest.er1 >conftest.err
16339 rm -f conftest.er1
16340 cat conftest.err >&5
16341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); } && {
16343 test -z "$ac_c_werror_flag" ||
16344 test ! -s conftest.err
16345 } && test -s conftest$ac_exeext && {
16346 test "$cross_compiling" = yes ||
16347 $as_test_x conftest$ac_exeext
16348 }; then
16349 case "$LIBEXT" in
16350 dll) ;;
16351 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'` ;;
16352 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16353 esac
16354 else
16355 $as_echo "$as_me: failed program was:" >&5
16356 sed 's/^/| /' conftest.$ac_ext >&5
16361 rm -rf conftest.dSYM
16362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16363 conftest$ac_exeext conftest.$ac_ext
16364 LIBS=$ac_check_soname_save_LIBS
16366 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16367 { $as_echo "$as_me:$LINENO: result: not found" >&5
16368 $as_echo "not found" >&6; }
16370 else
16371 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16372 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16374 cat >>confdefs.h <<_ACEOF
16375 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16376 _ACEOF
16383 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16384 case "x$with_fontconfig" in
16385 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16386 xno) ;;
16387 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16388 This is an error since --with-fontconfig was requested." >&5
16389 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16390 This is an error since --with-fontconfig was requested." >&2;}
16391 { (exit 1); exit 1; }; } ;;
16392 esac
16396 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16397 then
16398 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16399 $as_echo_n "checking for -lssl... " >&6; }
16400 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16401 $as_echo_n "(cached) " >&6
16402 else
16403 ac_check_soname_save_LIBS=$LIBS
16404 LIBS="-lssl $LIBS"
16405 cat >conftest.$ac_ext <<_ACEOF
16406 /* confdefs.h. */
16407 _ACEOF
16408 cat confdefs.h >>conftest.$ac_ext
16409 cat >>conftest.$ac_ext <<_ACEOF
16410 /* end confdefs.h. */
16412 /* Override any GCC internal prototype to avoid an error.
16413 Use char because int might match the return type of a GCC
16414 builtin and then its argument prototype would still apply. */
16415 #ifdef __cplusplus
16416 extern "C"
16417 #endif
16418 char SSL_library_init ();
16420 main ()
16422 return SSL_library_init ();
16424 return 0;
16426 _ACEOF
16427 rm -f conftest.$ac_objext conftest$ac_exeext
16428 if { (ac_try="$ac_link"
16429 case "(($ac_try" in
16430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16431 *) ac_try_echo=$ac_try;;
16432 esac
16433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16434 $as_echo "$ac_try_echo") >&5
16435 (eval "$ac_link") 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } && {
16442 test -z "$ac_c_werror_flag" ||
16443 test ! -s conftest.err
16444 } && test -s conftest$ac_exeext && {
16445 test "$cross_compiling" = yes ||
16446 $as_test_x conftest$ac_exeext
16447 }; then
16448 case "$LIBEXT" in
16449 dll) ;;
16450 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'` ;;
16451 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16452 esac
16453 else
16454 $as_echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16460 rm -rf conftest.dSYM
16461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16462 conftest$ac_exeext conftest.$ac_ext
16463 LIBS=$ac_check_soname_save_LIBS
16465 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16466 { $as_echo "$as_me:$LINENO: result: not found" >&5
16467 $as_echo "not found" >&6; }
16469 else
16470 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16471 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16473 cat >>confdefs.h <<_ACEOF
16474 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16475 _ACEOF
16480 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16481 $as_echo_n "checking for -lcrypto... " >&6; }
16482 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16483 $as_echo_n "(cached) " >&6
16484 else
16485 ac_check_soname_save_LIBS=$LIBS
16486 LIBS="-lcrypto $LIBS"
16487 cat >conftest.$ac_ext <<_ACEOF
16488 /* confdefs.h. */
16489 _ACEOF
16490 cat confdefs.h >>conftest.$ac_ext
16491 cat >>conftest.$ac_ext <<_ACEOF
16492 /* end confdefs.h. */
16494 /* Override any GCC internal prototype to avoid an error.
16495 Use char because int might match the return type of a GCC
16496 builtin and then its argument prototype would still apply. */
16497 #ifdef __cplusplus
16498 extern "C"
16499 #endif
16500 char BIO_new_socket ();
16502 main ()
16504 return BIO_new_socket ();
16506 return 0;
16508 _ACEOF
16509 rm -f conftest.$ac_objext conftest$ac_exeext
16510 if { (ac_try="$ac_link"
16511 case "(($ac_try" in
16512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16513 *) ac_try_echo=$ac_try;;
16514 esac
16515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16516 $as_echo "$ac_try_echo") >&5
16517 (eval "$ac_link") 2>conftest.er1
16518 ac_status=$?
16519 grep -v '^ *+' conftest.er1 >conftest.err
16520 rm -f conftest.er1
16521 cat conftest.err >&5
16522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16523 (exit $ac_status); } && {
16524 test -z "$ac_c_werror_flag" ||
16525 test ! -s conftest.err
16526 } && test -s conftest$ac_exeext && {
16527 test "$cross_compiling" = yes ||
16528 $as_test_x conftest$ac_exeext
16529 }; then
16530 case "$LIBEXT" in
16531 dll) ;;
16532 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'` ;;
16533 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16534 esac
16535 else
16536 $as_echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16542 rm -rf conftest.dSYM
16543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16544 conftest$ac_exeext conftest.$ac_ext
16545 LIBS=$ac_check_soname_save_LIBS
16547 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16548 { $as_echo "$as_me:$LINENO: result: not found" >&5
16549 $as_echo "not found" >&6; }
16551 else
16552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16553 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16555 cat >>confdefs.h <<_ACEOF
16556 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16557 _ACEOF
16563 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16564 case "x$with_openssl" in
16565 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16566 xno) ;;
16567 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16568 This is an error since --with-openssl was requested." >&5
16569 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16570 This is an error since --with-openssl was requested." >&2;}
16571 { (exit 1); exit 1; }; } ;;
16572 esac
16576 if test "$ac_cv_header_jpeglib_h" = "yes"
16577 then
16578 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16579 $as_echo_n "checking for -ljpeg... " >&6; }
16580 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16581 $as_echo_n "(cached) " >&6
16582 else
16583 ac_check_soname_save_LIBS=$LIBS
16584 LIBS="-ljpeg $LIBS"
16585 cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h. */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16592 /* Override any GCC internal prototype to avoid an error.
16593 Use char because int might match the return type of a GCC
16594 builtin and then its argument prototype would still apply. */
16595 #ifdef __cplusplus
16596 extern "C"
16597 #endif
16598 char jpeg_start_decompress ();
16600 main ()
16602 return jpeg_start_decompress ();
16604 return 0;
16606 _ACEOF
16607 rm -f conftest.$ac_objext conftest$ac_exeext
16608 if { (ac_try="$ac_link"
16609 case "(($ac_try" in
16610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16611 *) ac_try_echo=$ac_try;;
16612 esac
16613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16614 $as_echo "$ac_try_echo") >&5
16615 (eval "$ac_link") 2>conftest.er1
16616 ac_status=$?
16617 grep -v '^ *+' conftest.er1 >conftest.err
16618 rm -f conftest.er1
16619 cat conftest.err >&5
16620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); } && {
16622 test -z "$ac_c_werror_flag" ||
16623 test ! -s conftest.err
16624 } && test -s conftest$ac_exeext && {
16625 test "$cross_compiling" = yes ||
16626 $as_test_x conftest$ac_exeext
16627 }; then
16628 case "$LIBEXT" in
16629 dll) ;;
16630 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'` ;;
16631 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16632 esac
16633 else
16634 $as_echo "$as_me: failed program was:" >&5
16635 sed 's/^/| /' conftest.$ac_ext >&5
16640 rm -rf conftest.dSYM
16641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16642 conftest$ac_exeext conftest.$ac_ext
16643 LIBS=$ac_check_soname_save_LIBS
16645 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16646 { $as_echo "$as_me:$LINENO: result: not found" >&5
16647 $as_echo "not found" >&6; }
16649 else
16650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16651 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16653 cat >>confdefs.h <<_ACEOF
16654 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16655 _ACEOF
16661 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16662 case "x$with_jpeg" in
16663 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16664 xno) ;;
16665 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16666 This is an error since --with-jpeg was requested." >&5
16667 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16668 This is an error since --with-jpeg was requested." >&2;}
16669 { (exit 1); exit 1; }; } ;;
16670 esac
16674 if test "$ac_cv_header_png_h" = "yes"
16675 then
16676 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16677 $as_echo_n "checking for -lpng... " >&6; }
16678 if test "${ac_cv_lib_soname_png+set}" = set; then
16679 $as_echo_n "(cached) " >&6
16680 else
16681 ac_check_soname_save_LIBS=$LIBS
16682 LIBS="-lpng -lm -lz $LIBS"
16683 cat >conftest.$ac_ext <<_ACEOF
16684 /* confdefs.h. */
16685 _ACEOF
16686 cat confdefs.h >>conftest.$ac_ext
16687 cat >>conftest.$ac_ext <<_ACEOF
16688 /* end confdefs.h. */
16690 /* Override any GCC internal prototype to avoid an error.
16691 Use char because int might match the return type of a GCC
16692 builtin and then its argument prototype would still apply. */
16693 #ifdef __cplusplus
16694 extern "C"
16695 #endif
16696 char png_create_read_struct ();
16698 main ()
16700 return png_create_read_struct ();
16702 return 0;
16704 _ACEOF
16705 rm -f conftest.$ac_objext conftest$ac_exeext
16706 if { (ac_try="$ac_link"
16707 case "(($ac_try" in
16708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16709 *) ac_try_echo=$ac_try;;
16710 esac
16711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16712 $as_echo "$ac_try_echo") >&5
16713 (eval "$ac_link") 2>conftest.er1
16714 ac_status=$?
16715 grep -v '^ *+' conftest.er1 >conftest.err
16716 rm -f conftest.er1
16717 cat conftest.err >&5
16718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } && {
16720 test -z "$ac_c_werror_flag" ||
16721 test ! -s conftest.err
16722 } && test -s conftest$ac_exeext && {
16723 test "$cross_compiling" = yes ||
16724 $as_test_x conftest$ac_exeext
16725 }; then
16726 case "$LIBEXT" in
16727 dll) ;;
16728 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'` ;;
16729 *) 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'` ;;
16730 esac
16731 else
16732 $as_echo "$as_me: failed program was:" >&5
16733 sed 's/^/| /' conftest.$ac_ext >&5
16738 rm -rf conftest.dSYM
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740 conftest$ac_exeext conftest.$ac_ext
16741 LIBS=$ac_check_soname_save_LIBS
16743 if test "x$ac_cv_lib_soname_png" = "x"; then
16744 { $as_echo "$as_me:$LINENO: result: not found" >&5
16745 $as_echo "not found" >&6; }
16747 else
16748 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16749 $as_echo "$ac_cv_lib_soname_png" >&6; }
16751 cat >>confdefs.h <<_ACEOF
16752 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16753 _ACEOF
16758 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16759 then
16760 ac_save_CPPFLAGS="$CPPFLAGS"
16761 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16762 $as_unset ac_cv_header_png_h
16764 for ac_header in png.h
16766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16769 $as_echo_n "checking for $ac_header... " >&6; }
16770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16771 $as_echo_n "(cached) " >&6
16773 ac_res=`eval 'as_val=${'$as_ac_Header'}
16774 $as_echo "$as_val"'`
16775 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16776 $as_echo "$ac_res" >&6; }
16777 else
16778 # Is the header compilable?
16779 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16780 $as_echo_n "checking $ac_header usability... " >&6; }
16781 cat >conftest.$ac_ext <<_ACEOF
16782 /* confdefs.h. */
16783 _ACEOF
16784 cat confdefs.h >>conftest.$ac_ext
16785 cat >>conftest.$ac_ext <<_ACEOF
16786 /* end confdefs.h. */
16787 $ac_includes_default
16788 #include <$ac_header>
16789 _ACEOF
16790 rm -f conftest.$ac_objext
16791 if { (ac_try="$ac_compile"
16792 case "(($ac_try" in
16793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16794 *) ac_try_echo=$ac_try;;
16795 esac
16796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16797 $as_echo "$ac_try_echo") >&5
16798 (eval "$ac_compile") 2>conftest.er1
16799 ac_status=$?
16800 grep -v '^ *+' conftest.er1 >conftest.err
16801 rm -f conftest.er1
16802 cat conftest.err >&5
16803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); } && {
16805 test -z "$ac_c_werror_flag" ||
16806 test ! -s conftest.err
16807 } && test -s conftest.$ac_objext; then
16808 ac_header_compiler=yes
16809 else
16810 $as_echo "$as_me: failed program was:" >&5
16811 sed 's/^/| /' conftest.$ac_ext >&5
16813 ac_header_compiler=no
16816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16817 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16818 $as_echo "$ac_header_compiler" >&6; }
16820 # Is the header present?
16821 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16822 $as_echo_n "checking $ac_header presence... " >&6; }
16823 cat >conftest.$ac_ext <<_ACEOF
16824 /* confdefs.h. */
16825 _ACEOF
16826 cat confdefs.h >>conftest.$ac_ext
16827 cat >>conftest.$ac_ext <<_ACEOF
16828 /* end confdefs.h. */
16829 #include <$ac_header>
16830 _ACEOF
16831 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
16845 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16846 test ! -s conftest.err
16847 }; then
16848 ac_header_preproc=yes
16849 else
16850 $as_echo "$as_me: failed program was:" >&5
16851 sed 's/^/| /' conftest.$ac_ext >&5
16853 ac_header_preproc=no
16856 rm -f conftest.err conftest.$ac_ext
16857 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16858 $as_echo "$ac_header_preproc" >&6; }
16860 # So? What about this header?
16861 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16862 yes:no: )
16863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16864 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16866 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16867 ac_header_preproc=yes
16869 no:yes:* )
16870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16871 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16873 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16875 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16877 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16878 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16879 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16880 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16881 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16882 ( cat <<\_ASBOX
16883 ## ------------------------------------ ##
16884 ## Report this to wine-devel@winehq.org ##
16885 ## ------------------------------------ ##
16886 _ASBOX
16887 ) | sed "s/^/$as_me: WARNING: /" >&2
16889 esac
16890 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16891 $as_echo_n "checking for $ac_header... " >&6; }
16892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16893 $as_echo_n "(cached) " >&6
16894 else
16895 eval "$as_ac_Header=\$ac_header_preproc"
16897 ac_res=`eval 'as_val=${'$as_ac_Header'}
16898 $as_echo "$as_val"'`
16899 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16900 $as_echo "$ac_res" >&6; }
16903 as_val=`eval 'as_val=${'$as_ac_Header'}
16904 $as_echo "$as_val"'`
16905 if test "x$as_val" = x""yes; then
16906 cat >>confdefs.h <<_ACEOF
16907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16908 _ACEOF
16912 done
16914 CPPFLAGS="$ac_save_CPPFLAGS"
16915 if test "$ac_cv_header_png_h" = "yes"
16916 then
16917 PNGINCL="$X_CFLAGS"
16919 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16920 $as_echo_n "checking for -lpng... " >&6; }
16921 if test "${ac_cv_lib_soname_png+set}" = set; then
16922 $as_echo_n "(cached) " >&6
16923 else
16924 ac_check_soname_save_LIBS=$LIBS
16925 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16926 cat >conftest.$ac_ext <<_ACEOF
16927 /* confdefs.h. */
16928 _ACEOF
16929 cat confdefs.h >>conftest.$ac_ext
16930 cat >>conftest.$ac_ext <<_ACEOF
16931 /* end confdefs.h. */
16933 /* Override any GCC internal prototype to avoid an error.
16934 Use char because int might match the return type of a GCC
16935 builtin and then its argument prototype would still apply. */
16936 #ifdef __cplusplus
16937 extern "C"
16938 #endif
16939 char png_create_read_struct ();
16941 main ()
16943 return png_create_read_struct ();
16945 return 0;
16947 _ACEOF
16948 rm -f conftest.$ac_objext conftest$ac_exeext
16949 if { (ac_try="$ac_link"
16950 case "(($ac_try" in
16951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16953 esac
16954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16955 $as_echo "$ac_try_echo") >&5
16956 (eval "$ac_link") 2>conftest.er1
16957 ac_status=$?
16958 grep -v '^ *+' conftest.er1 >conftest.err
16959 rm -f conftest.er1
16960 cat conftest.err >&5
16961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); } && {
16963 test -z "$ac_c_werror_flag" ||
16964 test ! -s conftest.err
16965 } && test -s conftest$ac_exeext && {
16966 test "$cross_compiling" = yes ||
16967 $as_test_x conftest$ac_exeext
16968 }; then
16969 case "$LIBEXT" in
16970 dll) ;;
16971 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'` ;;
16972 *) 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'` ;;
16973 esac
16974 else
16975 $as_echo "$as_me: failed program was:" >&5
16976 sed 's/^/| /' conftest.$ac_ext >&5
16981 rm -rf conftest.dSYM
16982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16983 conftest$ac_exeext conftest.$ac_ext
16984 LIBS=$ac_check_soname_save_LIBS
16986 if test "x$ac_cv_lib_soname_png" = "x"; then
16987 { $as_echo "$as_me:$LINENO: result: not found" >&5
16988 $as_echo "not found" >&6; }
16990 else
16991 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16992 $as_echo "$ac_cv_lib_soname_png" >&6; }
16994 cat >>confdefs.h <<_ACEOF
16995 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16996 _ACEOF
17003 if test "x$ac_cv_lib_soname_png" = "x"; then
17004 case "x$with_png" in
17005 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17006 xno) ;;
17007 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17008 This is an error since --with-png was requested." >&5
17009 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17010 This is an error since --with-png was requested." >&2;}
17011 { (exit 1); exit 1; }; } ;;
17012 esac
17016 if test "$ac_cv_header_kstat_h" = "yes"
17017 then
17018 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17019 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17020 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17021 $as_echo_n "(cached) " >&6
17022 else
17023 ac_check_lib_save_LIBS=$LIBS
17024 LIBS="-lkstat $LIBS"
17025 cat >conftest.$ac_ext <<_ACEOF
17026 /* confdefs.h. */
17027 _ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17032 /* Override any GCC internal prototype to avoid an error.
17033 Use char because int might match the return type of a GCC
17034 builtin and then its argument prototype would still apply. */
17035 #ifdef __cplusplus
17036 extern "C"
17037 #endif
17038 char kstat_open ();
17040 main ()
17042 return kstat_open ();
17044 return 0;
17046 _ACEOF
17047 rm -f conftest.$ac_objext conftest$ac_exeext
17048 if { (ac_try="$ac_link"
17049 case "(($ac_try" in
17050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17051 *) ac_try_echo=$ac_try;;
17052 esac
17053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17054 $as_echo "$ac_try_echo") >&5
17055 (eval "$ac_link") 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_c_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest$ac_exeext && {
17065 test "$cross_compiling" = yes ||
17066 $as_test_x conftest$ac_exeext
17067 }; then
17068 ac_cv_lib_kstat_kstat_open=yes
17069 else
17070 $as_echo "$as_me: failed program was:" >&5
17071 sed 's/^/| /' conftest.$ac_ext >&5
17073 ac_cv_lib_kstat_kstat_open=no
17076 rm -rf conftest.dSYM
17077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17078 conftest$ac_exeext conftest.$ac_ext
17079 LIBS=$ac_check_lib_save_LIBS
17081 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17082 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17083 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17085 cat >>confdefs.h <<\_ACEOF
17086 #define HAVE_LIBKSTAT 1
17087 _ACEOF
17089 LIBKSTAT="-lkstat"
17095 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17096 $as_echo_n "checking for -lodbc... " >&6; }
17097 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17098 $as_echo_n "(cached) " >&6
17099 else
17100 ac_check_soname_save_LIBS=$LIBS
17101 LIBS="-lodbc $LIBS"
17102 cat >conftest.$ac_ext <<_ACEOF
17103 /* confdefs.h. */
17104 _ACEOF
17105 cat confdefs.h >>conftest.$ac_ext
17106 cat >>conftest.$ac_ext <<_ACEOF
17107 /* end confdefs.h. */
17109 /* Override any GCC internal prototype to avoid an error.
17110 Use char because int might match the return type of a GCC
17111 builtin and then its argument prototype would still apply. */
17112 #ifdef __cplusplus
17113 extern "C"
17114 #endif
17115 char SQLConnect ();
17117 main ()
17119 return SQLConnect ();
17121 return 0;
17123 _ACEOF
17124 rm -f conftest.$ac_objext conftest$ac_exeext
17125 if { (ac_try="$ac_link"
17126 case "(($ac_try" in
17127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17128 *) ac_try_echo=$ac_try;;
17129 esac
17130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17131 $as_echo "$ac_try_echo") >&5
17132 (eval "$ac_link") 2>conftest.er1
17133 ac_status=$?
17134 grep -v '^ *+' conftest.er1 >conftest.err
17135 rm -f conftest.er1
17136 cat conftest.err >&5
17137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138 (exit $ac_status); } && {
17139 test -z "$ac_c_werror_flag" ||
17140 test ! -s conftest.err
17141 } && test -s conftest$ac_exeext && {
17142 test "$cross_compiling" = yes ||
17143 $as_test_x conftest$ac_exeext
17144 }; then
17145 case "$LIBEXT" in
17146 dll) ;;
17147 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'` ;;
17148 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17149 esac
17150 else
17151 $as_echo "$as_me: failed program was:" >&5
17152 sed 's/^/| /' conftest.$ac_ext >&5
17157 rm -rf conftest.dSYM
17158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17159 conftest$ac_exeext conftest.$ac_ext
17160 LIBS=$ac_check_soname_save_LIBS
17162 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17163 { $as_echo "$as_me:$LINENO: result: not found" >&5
17164 $as_echo "not found" >&6; }
17165 cat >>confdefs.h <<_ACEOF
17166 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17167 _ACEOF
17169 else
17170 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17171 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17173 cat >>confdefs.h <<_ACEOF
17174 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17175 _ACEOF
17181 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17182 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17183 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17184 "$ac_cv_header_soundcard_h" != "yes" -a \
17185 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17186 then
17187 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17191 EXTRACFLAGS=""
17193 if test "x${GCC}" = "xyes"
17194 then
17195 EXTRACFLAGS="-Wall -pipe"
17197 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17198 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17199 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17200 $as_echo_n "(cached) " >&6
17201 else
17202 if test "$cross_compiling" = yes; then
17203 ac_cv_c_gcc_strength_bug="yes"
17204 else
17205 cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h. */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h. */
17211 int L[4] = {0,1,2,3};
17213 main ()
17215 static int Array[3];
17216 unsigned int B = 3;
17217 int i;
17218 for(i=0; i<B; i++) Array[i] = i - 3;
17219 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17220 L[i] = 4;
17221 return (Array[1] != -2 || L[2] != 3)
17223 return 0;
17225 _ACEOF
17226 rm -f conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230 *) ac_try_echo=$ac_try;;
17231 esac
17232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17233 $as_echo "$ac_try_echo") >&5
17234 (eval "$ac_link") 2>&5
17235 ac_status=$?
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17238 { (case "(($ac_try" in
17239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17240 *) ac_try_echo=$ac_try;;
17241 esac
17242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17243 $as_echo "$ac_try_echo") >&5
17244 (eval "$ac_try") 2>&5
17245 ac_status=$?
17246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); }; }; then
17248 ac_cv_c_gcc_strength_bug="no"
17249 else
17250 $as_echo "$as_me: program exited with status $ac_status" >&5
17251 $as_echo "$as_me: failed program was:" >&5
17252 sed 's/^/| /' conftest.$ac_ext >&5
17254 ( exit $ac_status )
17255 ac_cv_c_gcc_strength_bug="yes"
17257 rm -rf conftest.dSYM
17258 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17263 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17264 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17265 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17266 then
17267 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17270 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17271 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17272 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17273 $as_echo_n "(cached) " >&6
17274 else
17275 ac_wine_try_cflags_saved=$CFLAGS
17276 CFLAGS="$CFLAGS -fno-builtin"
17277 cat >conftest.$ac_ext <<_ACEOF
17278 /* confdefs.h. */
17279 _ACEOF
17280 cat confdefs.h >>conftest.$ac_ext
17281 cat >>conftest.$ac_ext <<_ACEOF
17282 /* end confdefs.h. */
17285 main ()
17289 return 0;
17291 _ACEOF
17292 rm -f conftest.$ac_objext conftest$ac_exeext
17293 if { (ac_try="$ac_link"
17294 case "(($ac_try" in
17295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17296 *) ac_try_echo=$ac_try;;
17297 esac
17298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17299 $as_echo "$ac_try_echo") >&5
17300 (eval "$ac_link") 2>conftest.er1
17301 ac_status=$?
17302 grep -v '^ *+' conftest.er1 >conftest.err
17303 rm -f conftest.er1
17304 cat conftest.err >&5
17305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); } && {
17307 test -z "$ac_c_werror_flag" ||
17308 test ! -s conftest.err
17309 } && test -s conftest$ac_exeext && {
17310 test "$cross_compiling" = yes ||
17311 $as_test_x conftest$ac_exeext
17312 }; then
17313 ac_cv_cflags__fno_builtin=yes
17314 else
17315 $as_echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.$ac_ext >&5
17318 ac_cv_cflags__fno_builtin=no
17321 rm -rf conftest.dSYM
17322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17323 conftest$ac_exeext conftest.$ac_ext
17324 CFLAGS=$ac_wine_try_cflags_saved
17326 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17327 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17328 if test $ac_cv_cflags__fno_builtin = yes; then
17329 BUILTINFLAG="-fno-builtin"
17333 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17334 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17335 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17336 $as_echo_n "(cached) " >&6
17337 else
17338 ac_wine_try_cflags_saved=$CFLAGS
17339 CFLAGS="$CFLAGS -fno-strict-aliasing"
17340 cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h. */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h. */
17348 main ()
17352 return 0;
17354 _ACEOF
17355 rm -f conftest.$ac_objext conftest$ac_exeext
17356 if { (ac_try="$ac_link"
17357 case "(($ac_try" in
17358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17359 *) ac_try_echo=$ac_try;;
17360 esac
17361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17362 $as_echo "$ac_try_echo") >&5
17363 (eval "$ac_link") 2>conftest.er1
17364 ac_status=$?
17365 grep -v '^ *+' conftest.er1 >conftest.err
17366 rm -f conftest.er1
17367 cat conftest.err >&5
17368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } && {
17370 test -z "$ac_c_werror_flag" ||
17371 test ! -s conftest.err
17372 } && test -s conftest$ac_exeext && {
17373 test "$cross_compiling" = yes ||
17374 $as_test_x conftest$ac_exeext
17375 }; then
17376 ac_cv_cflags__fno_strict_aliasing=yes
17377 else
17378 $as_echo "$as_me: failed program was:" >&5
17379 sed 's/^/| /' conftest.$ac_ext >&5
17381 ac_cv_cflags__fno_strict_aliasing=no
17384 rm -rf conftest.dSYM
17385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17386 conftest$ac_exeext conftest.$ac_ext
17387 CFLAGS=$ac_wine_try_cflags_saved
17389 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17390 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17391 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17392 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17395 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17396 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17397 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17398 $as_echo_n "(cached) " >&6
17399 else
17400 ac_wine_try_cflags_saved=$CFLAGS
17401 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17402 cat >conftest.$ac_ext <<_ACEOF
17403 /* confdefs.h. */
17404 _ACEOF
17405 cat confdefs.h >>conftest.$ac_ext
17406 cat >>conftest.$ac_ext <<_ACEOF
17407 /* end confdefs.h. */
17410 main ()
17414 return 0;
17416 _ACEOF
17417 rm -f conftest.$ac_objext conftest$ac_exeext
17418 if { (ac_try="$ac_link"
17419 case "(($ac_try" in
17420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17421 *) ac_try_echo=$ac_try;;
17422 esac
17423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17424 $as_echo "$ac_try_echo") >&5
17425 (eval "$ac_link") 2>conftest.er1
17426 ac_status=$?
17427 grep -v '^ *+' conftest.er1 >conftest.err
17428 rm -f conftest.er1
17429 cat conftest.err >&5
17430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431 (exit $ac_status); } && {
17432 test -z "$ac_c_werror_flag" ||
17433 test ! -s conftest.err
17434 } && test -s conftest$ac_exeext && {
17435 test "$cross_compiling" = yes ||
17436 $as_test_x conftest$ac_exeext
17437 }; then
17438 ac_cv_cflags__Wdeclaration_after_statement=yes
17439 else
17440 $as_echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17443 ac_cv_cflags__Wdeclaration_after_statement=no
17446 rm -rf conftest.dSYM
17447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17448 conftest$ac_exeext conftest.$ac_ext
17449 CFLAGS=$ac_wine_try_cflags_saved
17451 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17452 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17453 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17454 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17457 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17458 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17459 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17460 $as_echo_n "(cached) " >&6
17461 else
17462 ac_wine_try_cflags_saved=$CFLAGS
17463 CFLAGS="$CFLAGS -Wwrite-strings"
17464 cat >conftest.$ac_ext <<_ACEOF
17465 /* confdefs.h. */
17466 _ACEOF
17467 cat confdefs.h >>conftest.$ac_ext
17468 cat >>conftest.$ac_ext <<_ACEOF
17469 /* end confdefs.h. */
17472 main ()
17476 return 0;
17478 _ACEOF
17479 rm -f conftest.$ac_objext conftest$ac_exeext
17480 if { (ac_try="$ac_link"
17481 case "(($ac_try" in
17482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17483 *) ac_try_echo=$ac_try;;
17484 esac
17485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17486 $as_echo "$ac_try_echo") >&5
17487 (eval "$ac_link") 2>conftest.er1
17488 ac_status=$?
17489 grep -v '^ *+' conftest.er1 >conftest.err
17490 rm -f conftest.er1
17491 cat conftest.err >&5
17492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493 (exit $ac_status); } && {
17494 test -z "$ac_c_werror_flag" ||
17495 test ! -s conftest.err
17496 } && test -s conftest$ac_exeext && {
17497 test "$cross_compiling" = yes ||
17498 $as_test_x conftest$ac_exeext
17499 }; then
17500 ac_cv_cflags__Wwrite_strings=yes
17501 else
17502 $as_echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.$ac_ext >&5
17505 ac_cv_cflags__Wwrite_strings=no
17508 rm -rf conftest.dSYM
17509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17510 conftest$ac_exeext conftest.$ac_ext
17511 CFLAGS=$ac_wine_try_cflags_saved
17513 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17514 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17515 if test $ac_cv_cflags__Wwrite_strings = yes; then
17516 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17519 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17520 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17521 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17522 $as_echo_n "(cached) " >&6
17523 else
17524 ac_wine_try_cflags_saved=$CFLAGS
17525 CFLAGS="$CFLAGS -Wtype-limits"
17526 cat >conftest.$ac_ext <<_ACEOF
17527 /* confdefs.h. */
17528 _ACEOF
17529 cat confdefs.h >>conftest.$ac_ext
17530 cat >>conftest.$ac_ext <<_ACEOF
17531 /* end confdefs.h. */
17534 main ()
17538 return 0;
17540 _ACEOF
17541 rm -f conftest.$ac_objext conftest$ac_exeext
17542 if { (ac_try="$ac_link"
17543 case "(($ac_try" in
17544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17545 *) ac_try_echo=$ac_try;;
17546 esac
17547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17548 $as_echo "$ac_try_echo") >&5
17549 (eval "$ac_link") 2>conftest.er1
17550 ac_status=$?
17551 grep -v '^ *+' conftest.er1 >conftest.err
17552 rm -f conftest.er1
17553 cat conftest.err >&5
17554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17555 (exit $ac_status); } && {
17556 test -z "$ac_c_werror_flag" ||
17557 test ! -s conftest.err
17558 } && test -s conftest$ac_exeext && {
17559 test "$cross_compiling" = yes ||
17560 $as_test_x conftest$ac_exeext
17561 }; then
17562 ac_cv_cflags__Wtype_limits=yes
17563 else
17564 $as_echo "$as_me: failed program was:" >&5
17565 sed 's/^/| /' conftest.$ac_ext >&5
17567 ac_cv_cflags__Wtype_limits=no
17570 rm -rf conftest.dSYM
17571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17572 conftest$ac_exeext conftest.$ac_ext
17573 CFLAGS=$ac_wine_try_cflags_saved
17575 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17576 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17577 if test $ac_cv_cflags__Wtype_limits = yes; then
17578 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17582 saved_CFLAGS="$CFLAGS"
17583 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17584 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17585 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17586 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17587 $as_echo_n "(cached) " >&6
17588 else
17589 cat >conftest.$ac_ext <<_ACEOF
17590 /* confdefs.h. */
17591 _ACEOF
17592 cat confdefs.h >>conftest.$ac_ext
17593 cat >>conftest.$ac_ext <<_ACEOF
17594 /* end confdefs.h. */
17595 #include <string.h>
17597 main ()
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext
17605 if { (ac_try="$ac_compile"
17606 case "(($ac_try" in
17607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608 *) ac_try_echo=$ac_try;;
17609 esac
17610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17611 $as_echo "$ac_try_echo") >&5
17612 (eval "$ac_compile") 2>conftest.er1
17613 ac_status=$?
17614 grep -v '^ *+' conftest.er1 >conftest.err
17615 rm -f conftest.er1
17616 cat conftest.err >&5
17617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618 (exit $ac_status); } && {
17619 test -z "$ac_c_werror_flag" ||
17620 test ! -s conftest.err
17621 } && test -s conftest.$ac_objext; then
17622 ac_cv_c_string_h_warnings=no
17623 else
17624 $as_echo "$as_me: failed program was:" >&5
17625 sed 's/^/| /' conftest.$ac_ext >&5
17627 ac_cv_c_string_h_warnings=yes
17630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17632 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17633 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17634 CFLAGS="$saved_CFLAGS"
17635 if test "$ac_cv_c_string_h_warnings" = "no"
17636 then
17637 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17642 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17643 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17644 if test "${ac_cv_asm_func_def+set}" = set; then
17645 $as_echo_n "(cached) " >&6
17646 else
17647 cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h. */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h. */
17655 main ()
17657 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17659 return 0;
17661 _ACEOF
17662 rm -f conftest.$ac_objext conftest$ac_exeext
17663 if { (ac_try="$ac_link"
17664 case "(($ac_try" in
17665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666 *) ac_try_echo=$ac_try;;
17667 esac
17668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17669 $as_echo "$ac_try_echo") >&5
17670 (eval "$ac_link") 2>conftest.er1
17671 ac_status=$?
17672 grep -v '^ *+' conftest.er1 >conftest.err
17673 rm -f conftest.er1
17674 cat conftest.err >&5
17675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676 (exit $ac_status); } && {
17677 test -z "$ac_c_werror_flag" ||
17678 test ! -s conftest.err
17679 } && test -s conftest$ac_exeext && {
17680 test "$cross_compiling" = yes ||
17681 $as_test_x conftest$ac_exeext
17682 }; then
17683 ac_cv_asm_func_def=".def"
17684 else
17685 $as_echo "$as_me: failed program was:" >&5
17686 sed 's/^/| /' conftest.$ac_ext >&5
17688 cat >conftest.$ac_ext <<_ACEOF
17689 /* confdefs.h. */
17690 _ACEOF
17691 cat confdefs.h >>conftest.$ac_ext
17692 cat >>conftest.$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17696 main ()
17698 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17700 return 0;
17702 _ACEOF
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;;
17708 esac
17709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17710 $as_echo "$ac_try_echo") >&5
17711 (eval "$ac_link") 2>conftest.er1
17712 ac_status=$?
17713 grep -v '^ *+' conftest.er1 >conftest.err
17714 rm -f conftest.er1
17715 cat conftest.err >&5
17716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); } && {
17718 test -z "$ac_c_werror_flag" ||
17719 test ! -s conftest.err
17720 } && test -s conftest$ac_exeext && {
17721 test "$cross_compiling" = yes ||
17722 $as_test_x conftest$ac_exeext
17723 }; then
17724 ac_cv_asm_func_def=".type @function"
17725 else
17726 $as_echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.$ac_ext >&5
17729 cat >conftest.$ac_ext <<_ACEOF
17730 /* confdefs.h. */
17731 _ACEOF
17732 cat confdefs.h >>conftest.$ac_ext
17733 cat >>conftest.$ac_ext <<_ACEOF
17734 /* end confdefs.h. */
17737 main ()
17739 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17741 return 0;
17743 _ACEOF
17744 rm -f conftest.$ac_objext conftest$ac_exeext
17745 if { (ac_try="$ac_link"
17746 case "(($ac_try" in
17747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17748 *) ac_try_echo=$ac_try;;
17749 esac
17750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17751 $as_echo "$ac_try_echo") >&5
17752 (eval "$ac_link") 2>conftest.er1
17753 ac_status=$?
17754 grep -v '^ *+' conftest.er1 >conftest.err
17755 rm -f conftest.er1
17756 cat conftest.err >&5
17757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758 (exit $ac_status); } && {
17759 test -z "$ac_c_werror_flag" ||
17760 test ! -s conftest.err
17761 } && test -s conftest$ac_exeext && {
17762 test "$cross_compiling" = yes ||
17763 $as_test_x conftest$ac_exeext
17764 }; then
17765 ac_cv_asm_func_def=".type 2"
17766 else
17767 $as_echo "$as_me: failed program was:" >&5
17768 sed 's/^/| /' conftest.$ac_ext >&5
17770 ac_cv_asm_func_def="unknown"
17773 rm -rf conftest.dSYM
17774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17775 conftest$ac_exeext conftest.$ac_ext
17778 rm -rf conftest.dSYM
17779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17780 conftest$ac_exeext conftest.$ac_ext
17783 rm -rf conftest.dSYM
17784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17785 conftest$ac_exeext conftest.$ac_ext
17787 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17788 $as_echo "$ac_cv_asm_func_def" >&6; }
17792 case "$ac_cv_asm_func_def" in
17793 ".def")
17794 cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17796 _ACEOF
17798 ".type @function")
17799 cat >>confdefs.h <<\_ACEOF
17800 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17801 _ACEOF
17803 ".type 2")
17804 cat >>confdefs.h <<\_ACEOF
17805 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17806 _ACEOF
17809 cat >>confdefs.h <<\_ACEOF
17810 #define __ASM_FUNC(name) ""
17811 _ACEOF
17813 esac
17816 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17817 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17818 if test "${ac_cv_c_extern_prefix+set}" = set; then
17819 $as_echo_n "(cached) " >&6
17820 else
17821 cat >conftest.$ac_ext <<_ACEOF
17822 /* confdefs.h. */
17823 _ACEOF
17824 cat confdefs.h >>conftest.$ac_ext
17825 cat >>conftest.$ac_ext <<_ACEOF
17826 /* end confdefs.h. */
17827 extern int ac_test;
17829 main ()
17831 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17833 return 0;
17835 _ACEOF
17836 rm -f conftest.$ac_objext conftest$ac_exeext
17837 if { (ac_try="$ac_link"
17838 case "(($ac_try" in
17839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17840 *) ac_try_echo=$ac_try;;
17841 esac
17842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17843 $as_echo "$ac_try_echo") >&5
17844 (eval "$ac_link") 2>conftest.er1
17845 ac_status=$?
17846 grep -v '^ *+' conftest.er1 >conftest.err
17847 rm -f conftest.er1
17848 cat conftest.err >&5
17849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17850 (exit $ac_status); } && {
17851 test -z "$ac_c_werror_flag" ||
17852 test ! -s conftest.err
17853 } && test -s conftest$ac_exeext && {
17854 test "$cross_compiling" = yes ||
17855 $as_test_x conftest$ac_exeext
17856 }; then
17857 ac_cv_c_extern_prefix="yes"
17858 else
17859 $as_echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.$ac_ext >&5
17862 ac_cv_c_extern_prefix="no"
17865 rm -rf conftest.dSYM
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867 conftest$ac_exeext conftest.$ac_ext
17869 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17870 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17874 if test "$ac_cv_c_extern_prefix" = "yes"
17875 then
17876 cat >>confdefs.h <<\_ACEOF
17877 #define __ASM_NAME(name) "_" name
17878 _ACEOF
17880 else
17881 cat >>confdefs.h <<\_ACEOF
17882 #define __ASM_NAME(name) name
17883 _ACEOF
17888 LDPATH=""
17890 case $build_os in
17891 cygwin*|mingw32*)
17892 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17894 darwin*|macosx*)
17897 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17899 esac
17901 case $host_os in
17902 mingw32*)
17903 CRTLIBS="-lmsvcrt"
17905 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17908 esac
17910 case $host_cpu in
17911 *i[3456789]86*)
17912 case $host_os in
17913 linux* | k*bsd*-gnu)
17914 EXTRA_BINARIES="wine-preloader"
17916 esac
17918 esac
17921 ac_save_CFLAGS="$CFLAGS"
17922 CFLAGS="$CFLAGS $BUILTINFLAG"
17991 for ac_func in \
17992 _pclose \
17993 _popen \
17994 _snprintf \
17995 _spawnvp \
17996 _strdup \
17997 _stricmp \
17998 _strnicmp \
17999 _strtoi64 \
18000 _strtoui64 \
18001 _vsnprintf \
18002 asctime_r \
18003 chsize \
18004 dlopen \
18005 epoll_create \
18006 ffs \
18007 finite \
18008 fork \
18009 fpclass \
18010 fstatfs \
18011 fstatvfs \
18012 ftruncate \
18013 futimes \
18014 futimesat \
18015 getdirentries \
18016 getopt_long \
18017 getpagesize \
18018 getpwuid \
18019 gettid \
18020 gettimeofday \
18021 getuid \
18022 kqueue \
18023 lstat \
18024 memmove \
18025 mmap \
18026 pclose \
18027 poll \
18028 popen \
18029 prctl \
18030 pread \
18031 pwrite \
18032 readdir \
18033 readlink \
18034 sched_yield \
18035 select \
18036 setproctitle \
18037 setrlimit \
18038 settimeofday \
18039 sigaltstack \
18040 sigprocmask \
18041 snprintf \
18042 spawnvp \
18043 statfs \
18044 statvfs \
18045 strcasecmp \
18046 strdup \
18047 strerror \
18048 strncasecmp \
18049 strtold \
18050 strtoll \
18051 strtoull \
18052 symlink \
18053 tcgetattr \
18054 thr_kill2 \
18055 timegm \
18056 usleep \
18057 vsnprintf \
18058 wait4 \
18059 waitpid \
18062 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18063 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18064 $as_echo_n "checking for $ac_func... " >&6; }
18065 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18066 $as_echo_n "(cached) " >&6
18067 else
18068 cat >conftest.$ac_ext <<_ACEOF
18069 /* confdefs.h. */
18070 _ACEOF
18071 cat confdefs.h >>conftest.$ac_ext
18072 cat >>conftest.$ac_ext <<_ACEOF
18073 /* end confdefs.h. */
18074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18076 #define $ac_func innocuous_$ac_func
18078 /* System header to define __stub macros and hopefully few prototypes,
18079 which can conflict with char $ac_func (); below.
18080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18081 <limits.h> exists even on freestanding compilers. */
18083 #ifdef __STDC__
18084 # include <limits.h>
18085 #else
18086 # include <assert.h>
18087 #endif
18089 #undef $ac_func
18091 /* Override any GCC internal prototype to avoid an error.
18092 Use char because int might match the return type of a GCC
18093 builtin and then its argument prototype would still apply. */
18094 #ifdef __cplusplus
18095 extern "C"
18096 #endif
18097 char $ac_func ();
18098 /* The GNU C library defines this for functions which it implements
18099 to always fail with ENOSYS. Some functions are actually named
18100 something starting with __ and the normal name is an alias. */
18101 #if defined __stub_$ac_func || defined __stub___$ac_func
18102 choke me
18103 #endif
18106 main ()
18108 return $ac_func ();
18110 return 0;
18112 _ACEOF
18113 rm -f conftest.$ac_objext conftest$ac_exeext
18114 if { (ac_try="$ac_link"
18115 case "(($ac_try" in
18116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18117 *) ac_try_echo=$ac_try;;
18118 esac
18119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18120 $as_echo "$ac_try_echo") >&5
18121 (eval "$ac_link") 2>conftest.er1
18122 ac_status=$?
18123 grep -v '^ *+' conftest.er1 >conftest.err
18124 rm -f conftest.er1
18125 cat conftest.err >&5
18126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18127 (exit $ac_status); } && {
18128 test -z "$ac_c_werror_flag" ||
18129 test ! -s conftest.err
18130 } && test -s conftest$ac_exeext && {
18131 test "$cross_compiling" = yes ||
18132 $as_test_x conftest$ac_exeext
18133 }; then
18134 eval "$as_ac_var=yes"
18135 else
18136 $as_echo "$as_me: failed program was:" >&5
18137 sed 's/^/| /' conftest.$ac_ext >&5
18139 eval "$as_ac_var=no"
18142 rm -rf conftest.dSYM
18143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18144 conftest$ac_exeext conftest.$ac_ext
18146 ac_res=`eval 'as_val=${'$as_ac_var'}
18147 $as_echo "$as_val"'`
18148 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18149 $as_echo "$ac_res" >&6; }
18150 as_val=`eval 'as_val=${'$as_ac_var'}
18151 $as_echo "$as_val"'`
18152 if test "x$as_val" = x""yes; then
18153 cat >>confdefs.h <<_ACEOF
18154 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18155 _ACEOF
18158 done
18160 CFLAGS="$ac_save_CFLAGS"
18162 if test "$ac_cv_func_dlopen" = no
18163 then
18164 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18165 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18166 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18167 $as_echo_n "(cached) " >&6
18168 else
18169 ac_check_lib_save_LIBS=$LIBS
18170 LIBS="-ldl $LIBS"
18171 cat >conftest.$ac_ext <<_ACEOF
18172 /* confdefs.h. */
18173 _ACEOF
18174 cat confdefs.h >>conftest.$ac_ext
18175 cat >>conftest.$ac_ext <<_ACEOF
18176 /* end confdefs.h. */
18178 /* Override any GCC internal prototype to avoid an error.
18179 Use char because int might match the return type of a GCC
18180 builtin and then its argument prototype would still apply. */
18181 #ifdef __cplusplus
18182 extern "C"
18183 #endif
18184 char dlopen ();
18186 main ()
18188 return dlopen ();
18190 return 0;
18192 _ACEOF
18193 rm -f conftest.$ac_objext conftest$ac_exeext
18194 if { (ac_try="$ac_link"
18195 case "(($ac_try" in
18196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18197 *) ac_try_echo=$ac_try;;
18198 esac
18199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18200 $as_echo "$ac_try_echo") >&5
18201 (eval "$ac_link") 2>conftest.er1
18202 ac_status=$?
18203 grep -v '^ *+' conftest.er1 >conftest.err
18204 rm -f conftest.er1
18205 cat conftest.err >&5
18206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18207 (exit $ac_status); } && {
18208 test -z "$ac_c_werror_flag" ||
18209 test ! -s conftest.err
18210 } && test -s conftest$ac_exeext && {
18211 test "$cross_compiling" = yes ||
18212 $as_test_x conftest$ac_exeext
18213 }; then
18214 ac_cv_lib_dl_dlopen=yes
18215 else
18216 $as_echo "$as_me: failed program was:" >&5
18217 sed 's/^/| /' conftest.$ac_ext >&5
18219 ac_cv_lib_dl_dlopen=no
18222 rm -rf conftest.dSYM
18223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18224 conftest$ac_exeext conftest.$ac_ext
18225 LIBS=$ac_check_lib_save_LIBS
18227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18228 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18229 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18230 cat >>confdefs.h <<\_ACEOF
18231 #define HAVE_DLOPEN 1
18232 _ACEOF
18233 LIBDL="-ldl"
18238 ac_wine_check_funcs_save_LIBS="$LIBS"
18239 LIBS="$LIBS $LIBDL"
18241 for ac_func in dladdr
18243 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18244 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18245 $as_echo_n "checking for $ac_func... " >&6; }
18246 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18247 $as_echo_n "(cached) " >&6
18248 else
18249 cat >conftest.$ac_ext <<_ACEOF
18250 /* confdefs.h. */
18251 _ACEOF
18252 cat confdefs.h >>conftest.$ac_ext
18253 cat >>conftest.$ac_ext <<_ACEOF
18254 /* end confdefs.h. */
18255 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18256 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18257 #define $ac_func innocuous_$ac_func
18259 /* System header to define __stub macros and hopefully few prototypes,
18260 which can conflict with char $ac_func (); below.
18261 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18262 <limits.h> exists even on freestanding compilers. */
18264 #ifdef __STDC__
18265 # include <limits.h>
18266 #else
18267 # include <assert.h>
18268 #endif
18270 #undef $ac_func
18272 /* Override any GCC internal prototype to avoid an error.
18273 Use char because int might match the return type of a GCC
18274 builtin and then its argument prototype would still apply. */
18275 #ifdef __cplusplus
18276 extern "C"
18277 #endif
18278 char $ac_func ();
18279 /* The GNU C library defines this for functions which it implements
18280 to always fail with ENOSYS. Some functions are actually named
18281 something starting with __ and the normal name is an alias. */
18282 #if defined __stub_$ac_func || defined __stub___$ac_func
18283 choke me
18284 #endif
18287 main ()
18289 return $ac_func ();
18291 return 0;
18293 _ACEOF
18294 rm -f conftest.$ac_objext conftest$ac_exeext
18295 if { (ac_try="$ac_link"
18296 case "(($ac_try" in
18297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18298 *) ac_try_echo=$ac_try;;
18299 esac
18300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18301 $as_echo "$ac_try_echo") >&5
18302 (eval "$ac_link") 2>conftest.er1
18303 ac_status=$?
18304 grep -v '^ *+' conftest.er1 >conftest.err
18305 rm -f conftest.er1
18306 cat conftest.err >&5
18307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18308 (exit $ac_status); } && {
18309 test -z "$ac_c_werror_flag" ||
18310 test ! -s conftest.err
18311 } && test -s conftest$ac_exeext && {
18312 test "$cross_compiling" = yes ||
18313 $as_test_x conftest$ac_exeext
18314 }; then
18315 eval "$as_ac_var=yes"
18316 else
18317 $as_echo "$as_me: failed program was:" >&5
18318 sed 's/^/| /' conftest.$ac_ext >&5
18320 eval "$as_ac_var=no"
18323 rm -rf conftest.dSYM
18324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18325 conftest$ac_exeext conftest.$ac_ext
18327 ac_res=`eval 'as_val=${'$as_ac_var'}
18328 $as_echo "$as_val"'`
18329 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18330 $as_echo "$ac_res" >&6; }
18331 as_val=`eval 'as_val=${'$as_ac_var'}
18332 $as_echo "$as_val"'`
18333 if test "x$as_val" = x""yes; then
18334 cat >>confdefs.h <<_ACEOF
18335 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18336 _ACEOF
18339 done
18341 LIBS="$ac_wine_check_funcs_save_LIBS"
18343 if test "$ac_cv_func_poll" = no
18344 then
18345 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18346 $as_echo_n "checking for poll in -lpoll... " >&6; }
18347 if test "${ac_cv_lib_poll_poll+set}" = set; then
18348 $as_echo_n "(cached) " >&6
18349 else
18350 ac_check_lib_save_LIBS=$LIBS
18351 LIBS="-lpoll $LIBS"
18352 cat >conftest.$ac_ext <<_ACEOF
18353 /* confdefs.h. */
18354 _ACEOF
18355 cat confdefs.h >>conftest.$ac_ext
18356 cat >>conftest.$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18359 /* Override any GCC internal prototype to avoid an error.
18360 Use char because int might match the return type of a GCC
18361 builtin and then its argument prototype would still apply. */
18362 #ifdef __cplusplus
18363 extern "C"
18364 #endif
18365 char poll ();
18367 main ()
18369 return poll ();
18371 return 0;
18373 _ACEOF
18374 rm -f conftest.$ac_objext conftest$ac_exeext
18375 if { (ac_try="$ac_link"
18376 case "(($ac_try" in
18377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18378 *) ac_try_echo=$ac_try;;
18379 esac
18380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18381 $as_echo "$ac_try_echo") >&5
18382 (eval "$ac_link") 2>conftest.er1
18383 ac_status=$?
18384 grep -v '^ *+' conftest.er1 >conftest.err
18385 rm -f conftest.er1
18386 cat conftest.err >&5
18387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18388 (exit $ac_status); } && {
18389 test -z "$ac_c_werror_flag" ||
18390 test ! -s conftest.err
18391 } && test -s conftest$ac_exeext && {
18392 test "$cross_compiling" = yes ||
18393 $as_test_x conftest$ac_exeext
18394 }; then
18395 ac_cv_lib_poll_poll=yes
18396 else
18397 $as_echo "$as_me: failed program was:" >&5
18398 sed 's/^/| /' conftest.$ac_ext >&5
18400 ac_cv_lib_poll_poll=no
18403 rm -rf conftest.dSYM
18404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18405 conftest$ac_exeext conftest.$ac_ext
18406 LIBS=$ac_check_lib_save_LIBS
18408 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18409 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18410 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18411 cat >>confdefs.h <<\_ACEOF
18412 #define HAVE_POLL 1
18413 _ACEOF
18414 LIBPOLL="-lpoll"
18420 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18421 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18422 if test "${ac_cv_search_gethostbyname+set}" = set; then
18423 $as_echo_n "(cached) " >&6
18424 else
18425 ac_func_search_save_LIBS=$LIBS
18426 cat >conftest.$ac_ext <<_ACEOF
18427 /* confdefs.h. */
18428 _ACEOF
18429 cat confdefs.h >>conftest.$ac_ext
18430 cat >>conftest.$ac_ext <<_ACEOF
18431 /* end confdefs.h. */
18433 /* Override any GCC internal prototype to avoid an error.
18434 Use char because int might match the return type of a GCC
18435 builtin and then its argument prototype would still apply. */
18436 #ifdef __cplusplus
18437 extern "C"
18438 #endif
18439 char gethostbyname ();
18441 main ()
18443 return gethostbyname ();
18445 return 0;
18447 _ACEOF
18448 for ac_lib in '' nsl; do
18449 if test -z "$ac_lib"; then
18450 ac_res="none required"
18451 else
18452 ac_res=-l$ac_lib
18453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18455 rm -f conftest.$ac_objext conftest$ac_exeext
18456 if { (ac_try="$ac_link"
18457 case "(($ac_try" in
18458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18459 *) ac_try_echo=$ac_try;;
18460 esac
18461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18462 $as_echo "$ac_try_echo") >&5
18463 (eval "$ac_link") 2>conftest.er1
18464 ac_status=$?
18465 grep -v '^ *+' conftest.er1 >conftest.err
18466 rm -f conftest.er1
18467 cat conftest.err >&5
18468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); } && {
18470 test -z "$ac_c_werror_flag" ||
18471 test ! -s conftest.err
18472 } && test -s conftest$ac_exeext && {
18473 test "$cross_compiling" = yes ||
18474 $as_test_x conftest$ac_exeext
18475 }; then
18476 ac_cv_search_gethostbyname=$ac_res
18477 else
18478 $as_echo "$as_me: failed program was:" >&5
18479 sed 's/^/| /' conftest.$ac_ext >&5
18484 rm -rf conftest.dSYM
18485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18486 conftest$ac_exeext
18487 if test "${ac_cv_search_gethostbyname+set}" = set; then
18488 break
18490 done
18491 if test "${ac_cv_search_gethostbyname+set}" = set; then
18493 else
18494 ac_cv_search_gethostbyname=no
18496 rm conftest.$ac_ext
18497 LIBS=$ac_func_search_save_LIBS
18499 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18500 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18501 ac_res=$ac_cv_search_gethostbyname
18502 if test "$ac_res" != no; then
18503 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18508 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18509 $as_echo_n "checking for library containing connect... " >&6; }
18510 if test "${ac_cv_search_connect+set}" = set; then
18511 $as_echo_n "(cached) " >&6
18512 else
18513 ac_func_search_save_LIBS=$LIBS
18514 cat >conftest.$ac_ext <<_ACEOF
18515 /* confdefs.h. */
18516 _ACEOF
18517 cat confdefs.h >>conftest.$ac_ext
18518 cat >>conftest.$ac_ext <<_ACEOF
18519 /* end confdefs.h. */
18521 /* Override any GCC internal prototype to avoid an error.
18522 Use char because int might match the return type of a GCC
18523 builtin and then its argument prototype would still apply. */
18524 #ifdef __cplusplus
18525 extern "C"
18526 #endif
18527 char connect ();
18529 main ()
18531 return connect ();
18533 return 0;
18535 _ACEOF
18536 for ac_lib in '' socket; do
18537 if test -z "$ac_lib"; then
18538 ac_res="none required"
18539 else
18540 ac_res=-l$ac_lib
18541 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18543 rm -f conftest.$ac_objext conftest$ac_exeext
18544 if { (ac_try="$ac_link"
18545 case "(($ac_try" in
18546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18547 *) ac_try_echo=$ac_try;;
18548 esac
18549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18550 $as_echo "$ac_try_echo") >&5
18551 (eval "$ac_link") 2>conftest.er1
18552 ac_status=$?
18553 grep -v '^ *+' conftest.er1 >conftest.err
18554 rm -f conftest.er1
18555 cat conftest.err >&5
18556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18557 (exit $ac_status); } && {
18558 test -z "$ac_c_werror_flag" ||
18559 test ! -s conftest.err
18560 } && test -s conftest$ac_exeext && {
18561 test "$cross_compiling" = yes ||
18562 $as_test_x conftest$ac_exeext
18563 }; then
18564 ac_cv_search_connect=$ac_res
18565 else
18566 $as_echo "$as_me: failed program was:" >&5
18567 sed 's/^/| /' conftest.$ac_ext >&5
18572 rm -rf conftest.dSYM
18573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18574 conftest$ac_exeext
18575 if test "${ac_cv_search_connect+set}" = set; then
18576 break
18578 done
18579 if test "${ac_cv_search_connect+set}" = set; then
18581 else
18582 ac_cv_search_connect=no
18584 rm conftest.$ac_ext
18585 LIBS=$ac_func_search_save_LIBS
18587 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18588 $as_echo "$ac_cv_search_connect" >&6; }
18589 ac_res=$ac_cv_search_connect
18590 if test "$ac_res" != no; then
18591 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18596 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18597 $as_echo_n "checking for library containing inet_aton... " >&6; }
18598 if test "${ac_cv_search_inet_aton+set}" = set; then
18599 $as_echo_n "(cached) " >&6
18600 else
18601 ac_func_search_save_LIBS=$LIBS
18602 cat >conftest.$ac_ext <<_ACEOF
18603 /* confdefs.h. */
18604 _ACEOF
18605 cat confdefs.h >>conftest.$ac_ext
18606 cat >>conftest.$ac_ext <<_ACEOF
18607 /* end confdefs.h. */
18609 /* Override any GCC internal prototype to avoid an error.
18610 Use char because int might match the return type of a GCC
18611 builtin and then its argument prototype would still apply. */
18612 #ifdef __cplusplus
18613 extern "C"
18614 #endif
18615 char inet_aton ();
18617 main ()
18619 return inet_aton ();
18621 return 0;
18623 _ACEOF
18624 for ac_lib in '' resolv; do
18625 if test -z "$ac_lib"; then
18626 ac_res="none required"
18627 else
18628 ac_res=-l$ac_lib
18629 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18631 rm -f conftest.$ac_objext conftest$ac_exeext
18632 if { (ac_try="$ac_link"
18633 case "(($ac_try" in
18634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18636 esac
18637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18638 $as_echo "$ac_try_echo") >&5
18639 (eval "$ac_link") 2>conftest.er1
18640 ac_status=$?
18641 grep -v '^ *+' conftest.er1 >conftest.err
18642 rm -f conftest.er1
18643 cat conftest.err >&5
18644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18645 (exit $ac_status); } && {
18646 test -z "$ac_c_werror_flag" ||
18647 test ! -s conftest.err
18648 } && test -s conftest$ac_exeext && {
18649 test "$cross_compiling" = yes ||
18650 $as_test_x conftest$ac_exeext
18651 }; then
18652 ac_cv_search_inet_aton=$ac_res
18653 else
18654 $as_echo "$as_me: failed program was:" >&5
18655 sed 's/^/| /' conftest.$ac_ext >&5
18660 rm -rf conftest.dSYM
18661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18662 conftest$ac_exeext
18663 if test "${ac_cv_search_inet_aton+set}" = set; then
18664 break
18666 done
18667 if test "${ac_cv_search_inet_aton+set}" = set; then
18669 else
18670 ac_cv_search_inet_aton=no
18672 rm conftest.$ac_ext
18673 LIBS=$ac_func_search_save_LIBS
18675 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18676 $as_echo "$ac_cv_search_inet_aton" >&6; }
18677 ac_res=$ac_cv_search_inet_aton
18678 if test "$ac_res" != no; then
18679 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18695 for ac_func in \
18696 getaddrinfo \
18697 getnameinfo \
18698 getnetbyname \
18699 getprotobyname \
18700 getprotobynumber \
18701 getservbyport \
18702 inet_network \
18703 inet_ntop \
18704 inet_pton \
18705 sendmsg \
18706 socketpair \
18709 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18710 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18711 $as_echo_n "checking for $ac_func... " >&6; }
18712 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18713 $as_echo_n "(cached) " >&6
18714 else
18715 cat >conftest.$ac_ext <<_ACEOF
18716 /* confdefs.h. */
18717 _ACEOF
18718 cat confdefs.h >>conftest.$ac_ext
18719 cat >>conftest.$ac_ext <<_ACEOF
18720 /* end confdefs.h. */
18721 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18723 #define $ac_func innocuous_$ac_func
18725 /* System header to define __stub macros and hopefully few prototypes,
18726 which can conflict with char $ac_func (); below.
18727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18728 <limits.h> exists even on freestanding compilers. */
18730 #ifdef __STDC__
18731 # include <limits.h>
18732 #else
18733 # include <assert.h>
18734 #endif
18736 #undef $ac_func
18738 /* Override any GCC internal prototype to avoid an error.
18739 Use char because int might match the return type of a GCC
18740 builtin and then its argument prototype would still apply. */
18741 #ifdef __cplusplus
18742 extern "C"
18743 #endif
18744 char $ac_func ();
18745 /* The GNU C library defines this for functions which it implements
18746 to always fail with ENOSYS. Some functions are actually named
18747 something starting with __ and the normal name is an alias. */
18748 #if defined __stub_$ac_func || defined __stub___$ac_func
18749 choke me
18750 #endif
18753 main ()
18755 return $ac_func ();
18757 return 0;
18759 _ACEOF
18760 rm -f conftest.$ac_objext conftest$ac_exeext
18761 if { (ac_try="$ac_link"
18762 case "(($ac_try" in
18763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764 *) ac_try_echo=$ac_try;;
18765 esac
18766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18767 $as_echo "$ac_try_echo") >&5
18768 (eval "$ac_link") 2>conftest.er1
18769 ac_status=$?
18770 grep -v '^ *+' conftest.er1 >conftest.err
18771 rm -f conftest.er1
18772 cat conftest.err >&5
18773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_c_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest$ac_exeext && {
18778 test "$cross_compiling" = yes ||
18779 $as_test_x conftest$ac_exeext
18780 }; then
18781 eval "$as_ac_var=yes"
18782 else
18783 $as_echo "$as_me: failed program was:" >&5
18784 sed 's/^/| /' conftest.$ac_ext >&5
18786 eval "$as_ac_var=no"
18789 rm -rf conftest.dSYM
18790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18791 conftest$ac_exeext conftest.$ac_ext
18793 ac_res=`eval 'as_val=${'$as_ac_var'}
18794 $as_echo "$as_val"'`
18795 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18796 $as_echo "$ac_res" >&6; }
18797 as_val=`eval 'as_val=${'$as_ac_var'}
18798 $as_echo "$as_val"'`
18799 if test "x$as_val" = x""yes; then
18800 cat >>confdefs.h <<_ACEOF
18801 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18802 _ACEOF
18805 done
18808 LDAPLIBS=""
18810 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18811 then
18812 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18813 $as_echo_n "checking for LDAPSortKey... " >&6; }
18814 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18815 $as_echo_n "(cached) " >&6
18816 else
18817 ac_cv_type_LDAPSortKey=no
18818 cat >conftest.$ac_ext <<_ACEOF
18819 /* confdefs.h. */
18820 _ACEOF
18821 cat confdefs.h >>conftest.$ac_ext
18822 cat >>conftest.$ac_ext <<_ACEOF
18823 /* end confdefs.h. */
18824 #include <ldap.h>
18827 main ()
18829 if (sizeof (LDAPSortKey))
18830 return 0;
18832 return 0;
18834 _ACEOF
18835 rm -f conftest.$ac_objext
18836 if { (ac_try="$ac_compile"
18837 case "(($ac_try" in
18838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18839 *) ac_try_echo=$ac_try;;
18840 esac
18841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18842 $as_echo "$ac_try_echo") >&5
18843 (eval "$ac_compile") 2>conftest.er1
18844 ac_status=$?
18845 grep -v '^ *+' conftest.er1 >conftest.err
18846 rm -f conftest.er1
18847 cat conftest.err >&5
18848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18849 (exit $ac_status); } && {
18850 test -z "$ac_c_werror_flag" ||
18851 test ! -s conftest.err
18852 } && test -s conftest.$ac_objext; then
18853 cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h. */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 #include <ldap.h>
18862 main ()
18864 if (sizeof ((LDAPSortKey)))
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18877 $as_echo "$ac_try_echo") >&5
18878 (eval "$ac_compile") 2>conftest.er1
18879 ac_status=$?
18880 grep -v '^ *+' conftest.er1 >conftest.err
18881 rm -f conftest.er1
18882 cat conftest.err >&5
18883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884 (exit $ac_status); } && {
18885 test -z "$ac_c_werror_flag" ||
18886 test ! -s conftest.err
18887 } && test -s conftest.$ac_objext; then
18889 else
18890 $as_echo "$as_me: failed program was:" >&5
18891 sed 's/^/| /' conftest.$ac_ext >&5
18893 ac_cv_type_LDAPSortKey=yes
18896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18897 else
18898 $as_echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18906 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18907 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18908 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18909 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18910 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18911 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18912 $as_echo_n "(cached) " >&6
18913 else
18914 ac_check_lib_save_LIBS=$LIBS
18915 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18916 cat >conftest.$ac_ext <<_ACEOF
18917 /* confdefs.h. */
18918 _ACEOF
18919 cat confdefs.h >>conftest.$ac_ext
18920 cat >>conftest.$ac_ext <<_ACEOF
18921 /* end confdefs.h. */
18923 /* Override any GCC internal prototype to avoid an error.
18924 Use char because int might match the return type of a GCC
18925 builtin and then its argument prototype would still apply. */
18926 #ifdef __cplusplus
18927 extern "C"
18928 #endif
18929 char ldap_initialize ();
18931 main ()
18933 return ldap_initialize ();
18935 return 0;
18937 _ACEOF
18938 rm -f conftest.$ac_objext conftest$ac_exeext
18939 if { (ac_try="$ac_link"
18940 case "(($ac_try" in
18941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18942 *) ac_try_echo=$ac_try;;
18943 esac
18944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18945 $as_echo "$ac_try_echo") >&5
18946 (eval "$ac_link") 2>conftest.er1
18947 ac_status=$?
18948 grep -v '^ *+' conftest.er1 >conftest.err
18949 rm -f conftest.er1
18950 cat conftest.err >&5
18951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18952 (exit $ac_status); } && {
18953 test -z "$ac_c_werror_flag" ||
18954 test ! -s conftest.err
18955 } && test -s conftest$ac_exeext && {
18956 test "$cross_compiling" = yes ||
18957 $as_test_x conftest$ac_exeext
18958 }; then
18959 ac_cv_lib_ldap_r_ldap_initialize=yes
18960 else
18961 $as_echo "$as_me: failed program was:" >&5
18962 sed 's/^/| /' conftest.$ac_ext >&5
18964 ac_cv_lib_ldap_r_ldap_initialize=no
18967 rm -rf conftest.dSYM
18968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18969 conftest$ac_exeext conftest.$ac_ext
18970 LIBS=$ac_check_lib_save_LIBS
18972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18973 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18974 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18975 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18976 $as_echo_n "checking for ber_init in -llber... " >&6; }
18977 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18978 $as_echo_n "(cached) " >&6
18979 else
18980 ac_check_lib_save_LIBS=$LIBS
18981 LIBS="-llber $LIBPTHREAD $LIBS"
18982 cat >conftest.$ac_ext <<_ACEOF
18983 /* confdefs.h. */
18984 _ACEOF
18985 cat confdefs.h >>conftest.$ac_ext
18986 cat >>conftest.$ac_ext <<_ACEOF
18987 /* end confdefs.h. */
18989 /* Override any GCC internal prototype to avoid an error.
18990 Use char because int might match the return type of a GCC
18991 builtin and then its argument prototype would still apply. */
18992 #ifdef __cplusplus
18993 extern "C"
18994 #endif
18995 char ber_init ();
18997 main ()
18999 return ber_init ();
19001 return 0;
19003 _ACEOF
19004 rm -f conftest.$ac_objext conftest$ac_exeext
19005 if { (ac_try="$ac_link"
19006 case "(($ac_try" in
19007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19008 *) ac_try_echo=$ac_try;;
19009 esac
19010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19011 $as_echo "$ac_try_echo") >&5
19012 (eval "$ac_link") 2>conftest.er1
19013 ac_status=$?
19014 grep -v '^ *+' conftest.er1 >conftest.err
19015 rm -f conftest.er1
19016 cat conftest.err >&5
19017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); } && {
19019 test -z "$ac_c_werror_flag" ||
19020 test ! -s conftest.err
19021 } && test -s conftest$ac_exeext && {
19022 test "$cross_compiling" = yes ||
19023 $as_test_x conftest$ac_exeext
19024 }; then
19025 ac_cv_lib_lber_ber_init=yes
19026 else
19027 $as_echo "$as_me: failed program was:" >&5
19028 sed 's/^/| /' conftest.$ac_ext >&5
19030 ac_cv_lib_lber_ber_init=no
19033 rm -rf conftest.dSYM
19034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19035 conftest$ac_exeext conftest.$ac_ext
19036 LIBS=$ac_check_lib_save_LIBS
19038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19039 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19040 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19042 cat >>confdefs.h <<\_ACEOF
19043 #define HAVE_LDAP 1
19044 _ACEOF
19046 LDAPLIBS="-lldap_r -llber"
19053 ac_wine_check_funcs_save_LIBS="$LIBS"
19054 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19063 for ac_func in \
19064 ldap_count_references \
19065 ldap_first_reference \
19066 ldap_next_reference \
19067 ldap_parse_reference \
19068 ldap_parse_sort_control \
19069 ldap_parse_sortresponse_control \
19070 ldap_parse_vlv_control \
19071 ldap_parse_vlvresponse_control
19073 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19074 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19075 $as_echo_n "checking for $ac_func... " >&6; }
19076 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19077 $as_echo_n "(cached) " >&6
19078 else
19079 cat >conftest.$ac_ext <<_ACEOF
19080 /* confdefs.h. */
19081 _ACEOF
19082 cat confdefs.h >>conftest.$ac_ext
19083 cat >>conftest.$ac_ext <<_ACEOF
19084 /* end confdefs.h. */
19085 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19086 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19087 #define $ac_func innocuous_$ac_func
19089 /* System header to define __stub macros and hopefully few prototypes,
19090 which can conflict with char $ac_func (); below.
19091 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19092 <limits.h> exists even on freestanding compilers. */
19094 #ifdef __STDC__
19095 # include <limits.h>
19096 #else
19097 # include <assert.h>
19098 #endif
19100 #undef $ac_func
19102 /* Override any GCC internal prototype to avoid an error.
19103 Use char because int might match the return type of a GCC
19104 builtin and then its argument prototype would still apply. */
19105 #ifdef __cplusplus
19106 extern "C"
19107 #endif
19108 char $ac_func ();
19109 /* The GNU C library defines this for functions which it implements
19110 to always fail with ENOSYS. Some functions are actually named
19111 something starting with __ and the normal name is an alias. */
19112 #if defined __stub_$ac_func || defined __stub___$ac_func
19113 choke me
19114 #endif
19117 main ()
19119 return $ac_func ();
19121 return 0;
19123 _ACEOF
19124 rm -f conftest.$ac_objext conftest$ac_exeext
19125 if { (ac_try="$ac_link"
19126 case "(($ac_try" in
19127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19129 esac
19130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19131 $as_echo "$ac_try_echo") >&5
19132 (eval "$ac_link") 2>conftest.er1
19133 ac_status=$?
19134 grep -v '^ *+' conftest.er1 >conftest.err
19135 rm -f conftest.er1
19136 cat conftest.err >&5
19137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); } && {
19139 test -z "$ac_c_werror_flag" ||
19140 test ! -s conftest.err
19141 } && test -s conftest$ac_exeext && {
19142 test "$cross_compiling" = yes ||
19143 $as_test_x conftest$ac_exeext
19144 }; then
19145 eval "$as_ac_var=yes"
19146 else
19147 $as_echo "$as_me: failed program was:" >&5
19148 sed 's/^/| /' conftest.$ac_ext >&5
19150 eval "$as_ac_var=no"
19153 rm -rf conftest.dSYM
19154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19155 conftest$ac_exeext conftest.$ac_ext
19157 ac_res=`eval 'as_val=${'$as_ac_var'}
19158 $as_echo "$as_val"'`
19159 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19160 $as_echo "$ac_res" >&6; }
19161 as_val=`eval 'as_val=${'$as_ac_var'}
19162 $as_echo "$as_val"'`
19163 if test "x$as_val" = x""yes; then
19164 cat >>confdefs.h <<_ACEOF
19165 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19166 _ACEOF
19169 done
19171 LIBS="$ac_wine_check_funcs_save_LIBS"
19173 if test "x$LDAPLIBS" = "x"; then
19174 case "x$with_ldap" in
19175 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19176 xno) ;;
19177 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19178 This is an error since --with-ldap was requested." >&5
19179 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19180 This is an error since --with-ldap was requested." >&2;}
19181 { (exit 1); exit 1; }; } ;;
19182 esac
19186 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19187 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19188 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19189 $as_echo_n "(cached) " >&6
19190 else
19191 cat >conftest.$ac_ext <<_ACEOF
19192 /* confdefs.h. */
19193 _ACEOF
19194 cat confdefs.h >>conftest.$ac_ext
19195 cat >>conftest.$ac_ext <<_ACEOF
19196 /* end confdefs.h. */
19197 #include <sys/stat.h>
19199 main ()
19201 mkdir("foo");
19203 return 0;
19205 _ACEOF
19206 rm -f conftest.$ac_objext
19207 if { (ac_try="$ac_compile"
19208 case "(($ac_try" in
19209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19210 *) ac_try_echo=$ac_try;;
19211 esac
19212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19213 $as_echo "$ac_try_echo") >&5
19214 (eval "$ac_compile") 2>conftest.er1
19215 ac_status=$?
19216 grep -v '^ *+' conftest.er1 >conftest.err
19217 rm -f conftest.er1
19218 cat conftest.err >&5
19219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); } && {
19221 test -z "$ac_c_werror_flag" ||
19222 test ! -s conftest.err
19223 } && test -s conftest.$ac_objext; then
19224 wine_cv_one_arg_mkdir=yes
19225 else
19226 $as_echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19229 wine_cv_one_arg_mkdir=no
19232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19234 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19235 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19236 if test "$wine_cv_one_arg_mkdir" = "yes"
19237 then
19239 cat >>confdefs.h <<\_ACEOF
19240 #define HAVE_ONE_ARG_MKDIR 1
19241 _ACEOF
19246 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19247 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19248 if test "${ac_cv_c_const+set}" = set; then
19249 $as_echo_n "(cached) " >&6
19250 else
19251 cat >conftest.$ac_ext <<_ACEOF
19252 /* confdefs.h. */
19253 _ACEOF
19254 cat confdefs.h >>conftest.$ac_ext
19255 cat >>conftest.$ac_ext <<_ACEOF
19256 /* end confdefs.h. */
19259 main ()
19261 /* FIXME: Include the comments suggested by Paul. */
19262 #ifndef __cplusplus
19263 /* Ultrix mips cc rejects this. */
19264 typedef int charset[2];
19265 const charset cs;
19266 /* SunOS 4.1.1 cc rejects this. */
19267 char const *const *pcpcc;
19268 char **ppc;
19269 /* NEC SVR4.0.2 mips cc rejects this. */
19270 struct point {int x, y;};
19271 static struct point const zero = {0,0};
19272 /* AIX XL C 1.02.0.0 rejects this.
19273 It does not let you subtract one const X* pointer from another in
19274 an arm of an if-expression whose if-part is not a constant
19275 expression */
19276 const char *g = "string";
19277 pcpcc = &g + (g ? g-g : 0);
19278 /* HPUX 7.0 cc rejects these. */
19279 ++pcpcc;
19280 ppc = (char**) pcpcc;
19281 pcpcc = (char const *const *) ppc;
19282 { /* SCO 3.2v4 cc rejects this. */
19283 char *t;
19284 char const *s = 0 ? (char *) 0 : (char const *) 0;
19286 *t++ = 0;
19287 if (s) return 0;
19289 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19290 int x[] = {25, 17};
19291 const int *foo = &x[0];
19292 ++foo;
19294 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19295 typedef const int *iptr;
19296 iptr p = 0;
19297 ++p;
19299 { /* AIX XL C 1.02.0.0 rejects this saying
19300 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19301 struct s { int j; const int *ap[3]; };
19302 struct s *b; b->j = 5;
19304 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19305 const int foo = 10;
19306 if (!foo) return 0;
19308 return !cs[0] && !zero.x;
19309 #endif
19312 return 0;
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (ac_try="$ac_compile"
19317 case "(($ac_try" in
19318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19320 esac
19321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19322 $as_echo "$ac_try_echo") >&5
19323 (eval "$ac_compile") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest.$ac_objext; then
19333 ac_cv_c_const=yes
19334 else
19335 $as_echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19338 ac_cv_c_const=no
19341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19343 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19344 $as_echo "$ac_cv_c_const" >&6; }
19345 if test $ac_cv_c_const = no; then
19347 cat >>confdefs.h <<\_ACEOF
19348 #define const /**/
19349 _ACEOF
19353 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19354 $as_echo_n "checking for inline... " >&6; }
19355 if test "${ac_cv_c_inline+set}" = set; then
19356 $as_echo_n "(cached) " >&6
19357 else
19358 ac_cv_c_inline=no
19359 for ac_kw in inline __inline__ __inline; do
19360 cat >conftest.$ac_ext <<_ACEOF
19361 /* confdefs.h. */
19362 _ACEOF
19363 cat confdefs.h >>conftest.$ac_ext
19364 cat >>conftest.$ac_ext <<_ACEOF
19365 /* end confdefs.h. */
19366 #ifndef __cplusplus
19367 typedef int foo_t;
19368 static $ac_kw foo_t static_foo () {return 0; }
19369 $ac_kw foo_t foo () {return 0; }
19370 #endif
19372 _ACEOF
19373 rm -f conftest.$ac_objext
19374 if { (ac_try="$ac_compile"
19375 case "(($ac_try" in
19376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19377 *) ac_try_echo=$ac_try;;
19378 esac
19379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19380 $as_echo "$ac_try_echo") >&5
19381 (eval "$ac_compile") 2>conftest.er1
19382 ac_status=$?
19383 grep -v '^ *+' conftest.er1 >conftest.err
19384 rm -f conftest.er1
19385 cat conftest.err >&5
19386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); } && {
19388 test -z "$ac_c_werror_flag" ||
19389 test ! -s conftest.err
19390 } && test -s conftest.$ac_objext; then
19391 ac_cv_c_inline=$ac_kw
19392 else
19393 $as_echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 test "$ac_cv_c_inline" != no && break
19401 done
19404 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19405 $as_echo "$ac_cv_c_inline" >&6; }
19408 case $ac_cv_c_inline in
19409 inline | yes) ;;
19411 case $ac_cv_c_inline in
19412 no) ac_val=;;
19413 *) ac_val=$ac_cv_c_inline;;
19414 esac
19415 cat >>confdefs.h <<_ACEOF
19416 #ifndef __cplusplus
19417 #define inline $ac_val
19418 #endif
19419 _ACEOF
19421 esac
19423 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19424 $as_echo_n "checking for mode_t... " >&6; }
19425 if test "${ac_cv_type_mode_t+set}" = set; then
19426 $as_echo_n "(cached) " >&6
19427 else
19428 ac_cv_type_mode_t=no
19429 cat >conftest.$ac_ext <<_ACEOF
19430 /* confdefs.h. */
19431 _ACEOF
19432 cat confdefs.h >>conftest.$ac_ext
19433 cat >>conftest.$ac_ext <<_ACEOF
19434 /* end confdefs.h. */
19435 $ac_includes_default
19437 main ()
19439 if (sizeof (mode_t))
19440 return 0;
19442 return 0;
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19452 $as_echo "$ac_try_echo") >&5
19453 (eval "$ac_compile") 2>conftest.er1
19454 ac_status=$?
19455 grep -v '^ *+' conftest.er1 >conftest.err
19456 rm -f conftest.er1
19457 cat conftest.err >&5
19458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); } && {
19460 test -z "$ac_c_werror_flag" ||
19461 test ! -s conftest.err
19462 } && test -s conftest.$ac_objext; then
19463 cat >conftest.$ac_ext <<_ACEOF
19464 /* confdefs.h. */
19465 _ACEOF
19466 cat confdefs.h >>conftest.$ac_ext
19467 cat >>conftest.$ac_ext <<_ACEOF
19468 /* end confdefs.h. */
19469 $ac_includes_default
19471 main ()
19473 if (sizeof ((mode_t)))
19474 return 0;
19476 return 0;
19478 _ACEOF
19479 rm -f conftest.$ac_objext
19480 if { (ac_try="$ac_compile"
19481 case "(($ac_try" in
19482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19483 *) ac_try_echo=$ac_try;;
19484 esac
19485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19486 $as_echo "$ac_try_echo") >&5
19487 (eval "$ac_compile") 2>conftest.er1
19488 ac_status=$?
19489 grep -v '^ *+' conftest.er1 >conftest.err
19490 rm -f conftest.er1
19491 cat conftest.err >&5
19492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493 (exit $ac_status); } && {
19494 test -z "$ac_c_werror_flag" ||
19495 test ! -s conftest.err
19496 } && test -s conftest.$ac_objext; then
19498 else
19499 $as_echo "$as_me: failed program was:" >&5
19500 sed 's/^/| /' conftest.$ac_ext >&5
19502 ac_cv_type_mode_t=yes
19505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19506 else
19507 $as_echo "$as_me: failed program was:" >&5
19508 sed 's/^/| /' conftest.$ac_ext >&5
19513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19515 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19516 $as_echo "$ac_cv_type_mode_t" >&6; }
19517 if test "x$ac_cv_type_mode_t" = x""yes; then
19519 cat >>confdefs.h <<_ACEOF
19520 #define HAVE_MODE_T 1
19521 _ACEOF
19525 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19526 $as_echo_n "checking for off_t... " >&6; }
19527 if test "${ac_cv_type_off_t+set}" = set; then
19528 $as_echo_n "(cached) " >&6
19529 else
19530 ac_cv_type_off_t=no
19531 cat >conftest.$ac_ext <<_ACEOF
19532 /* confdefs.h. */
19533 _ACEOF
19534 cat confdefs.h >>conftest.$ac_ext
19535 cat >>conftest.$ac_ext <<_ACEOF
19536 /* end confdefs.h. */
19537 $ac_includes_default
19539 main ()
19541 if (sizeof (off_t))
19542 return 0;
19544 return 0;
19546 _ACEOF
19547 rm -f conftest.$ac_objext
19548 if { (ac_try="$ac_compile"
19549 case "(($ac_try" in
19550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19551 *) ac_try_echo=$ac_try;;
19552 esac
19553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19554 $as_echo "$ac_try_echo") >&5
19555 (eval "$ac_compile") 2>conftest.er1
19556 ac_status=$?
19557 grep -v '^ *+' conftest.er1 >conftest.err
19558 rm -f conftest.er1
19559 cat conftest.err >&5
19560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); } && {
19562 test -z "$ac_c_werror_flag" ||
19563 test ! -s conftest.err
19564 } && test -s conftest.$ac_objext; then
19565 cat >conftest.$ac_ext <<_ACEOF
19566 /* confdefs.h. */
19567 _ACEOF
19568 cat confdefs.h >>conftest.$ac_ext
19569 cat >>conftest.$ac_ext <<_ACEOF
19570 /* end confdefs.h. */
19571 $ac_includes_default
19573 main ()
19575 if (sizeof ((off_t)))
19576 return 0;
19578 return 0;
19580 _ACEOF
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19585 *) ac_try_echo=$ac_try;;
19586 esac
19587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19588 $as_echo "$ac_try_echo") >&5
19589 (eval "$ac_compile") 2>conftest.er1
19590 ac_status=$?
19591 grep -v '^ *+' conftest.er1 >conftest.err
19592 rm -f conftest.er1
19593 cat conftest.err >&5
19594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); } && {
19596 test -z "$ac_c_werror_flag" ||
19597 test ! -s conftest.err
19598 } && test -s conftest.$ac_objext; then
19600 else
19601 $as_echo "$as_me: failed program was:" >&5
19602 sed 's/^/| /' conftest.$ac_ext >&5
19604 ac_cv_type_off_t=yes
19607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19608 else
19609 $as_echo "$as_me: failed program was:" >&5
19610 sed 's/^/| /' conftest.$ac_ext >&5
19615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19617 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19618 $as_echo "$ac_cv_type_off_t" >&6; }
19619 if test "x$ac_cv_type_off_t" = x""yes; then
19621 cat >>confdefs.h <<_ACEOF
19622 #define HAVE_OFF_T 1
19623 _ACEOF
19627 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19628 $as_echo_n "checking for pid_t... " >&6; }
19629 if test "${ac_cv_type_pid_t+set}" = set; then
19630 $as_echo_n "(cached) " >&6
19631 else
19632 ac_cv_type_pid_t=no
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h. */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h. */
19639 $ac_includes_default
19641 main ()
19643 if (sizeof (pid_t))
19644 return 0;
19646 return 0;
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653 *) ac_try_echo=$ac_try;;
19654 esac
19655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19656 $as_echo "$ac_try_echo") >&5
19657 (eval "$ac_compile") 2>conftest.er1
19658 ac_status=$?
19659 grep -v '^ *+' conftest.er1 >conftest.err
19660 rm -f conftest.er1
19661 cat conftest.err >&5
19662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663 (exit $ac_status); } && {
19664 test -z "$ac_c_werror_flag" ||
19665 test ! -s conftest.err
19666 } && test -s conftest.$ac_objext; then
19667 cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h. */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h. */
19673 $ac_includes_default
19675 main ()
19677 if (sizeof ((pid_t)))
19678 return 0;
19680 return 0;
19682 _ACEOF
19683 rm -f conftest.$ac_objext
19684 if { (ac_try="$ac_compile"
19685 case "(($ac_try" in
19686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19687 *) ac_try_echo=$ac_try;;
19688 esac
19689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19690 $as_echo "$ac_try_echo") >&5
19691 (eval "$ac_compile") 2>conftest.er1
19692 ac_status=$?
19693 grep -v '^ *+' conftest.er1 >conftest.err
19694 rm -f conftest.er1
19695 cat conftest.err >&5
19696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); } && {
19698 test -z "$ac_c_werror_flag" ||
19699 test ! -s conftest.err
19700 } && test -s conftest.$ac_objext; then
19702 else
19703 $as_echo "$as_me: failed program was:" >&5
19704 sed 's/^/| /' conftest.$ac_ext >&5
19706 ac_cv_type_pid_t=yes
19709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 else
19711 $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19719 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19720 $as_echo "$ac_cv_type_pid_t" >&6; }
19721 if test "x$ac_cv_type_pid_t" = x""yes; then
19723 cat >>confdefs.h <<_ACEOF
19724 #define HAVE_PID_T 1
19725 _ACEOF
19729 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19730 $as_echo_n "checking for size_t... " >&6; }
19731 if test "${ac_cv_type_size_t+set}" = set; then
19732 $as_echo_n "(cached) " >&6
19733 else
19734 ac_cv_type_size_t=no
19735 cat >conftest.$ac_ext <<_ACEOF
19736 /* confdefs.h. */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h. */
19741 $ac_includes_default
19743 main ()
19745 if (sizeof (size_t))
19746 return 0;
19748 return 0;
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755 *) ac_try_echo=$ac_try;;
19756 esac
19757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19758 $as_echo "$ac_try_echo") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19760 ac_status=$?
19761 grep -v '^ *+' conftest.er1 >conftest.err
19762 rm -f conftest.er1
19763 cat conftest.err >&5
19764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19769 cat >conftest.$ac_ext <<_ACEOF
19770 /* confdefs.h. */
19771 _ACEOF
19772 cat confdefs.h >>conftest.$ac_ext
19773 cat >>conftest.$ac_ext <<_ACEOF
19774 /* end confdefs.h. */
19775 $ac_includes_default
19777 main ()
19779 if (sizeof ((size_t)))
19780 return 0;
19782 return 0;
19784 _ACEOF
19785 rm -f conftest.$ac_objext
19786 if { (ac_try="$ac_compile"
19787 case "(($ac_try" in
19788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19789 *) ac_try_echo=$ac_try;;
19790 esac
19791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19792 $as_echo "$ac_try_echo") >&5
19793 (eval "$ac_compile") 2>conftest.er1
19794 ac_status=$?
19795 grep -v '^ *+' conftest.er1 >conftest.err
19796 rm -f conftest.er1
19797 cat conftest.err >&5
19798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19799 (exit $ac_status); } && {
19800 test -z "$ac_c_werror_flag" ||
19801 test ! -s conftest.err
19802 } && test -s conftest.$ac_objext; then
19804 else
19805 $as_echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.$ac_ext >&5
19808 ac_cv_type_size_t=yes
19811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19812 else
19813 $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19821 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19822 $as_echo "$ac_cv_type_size_t" >&6; }
19823 if test "x$ac_cv_type_size_t" = x""yes; then
19825 cat >>confdefs.h <<_ACEOF
19826 #define HAVE_SIZE_T 1
19827 _ACEOF
19831 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19832 $as_echo_n "checking for ssize_t... " >&6; }
19833 if test "${ac_cv_type_ssize_t+set}" = set; then
19834 $as_echo_n "(cached) " >&6
19835 else
19836 ac_cv_type_ssize_t=no
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h. */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h. */
19843 $ac_includes_default
19845 main ()
19847 if (sizeof (ssize_t))
19848 return 0;
19850 return 0;
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857 *) ac_try_echo=$ac_try;;
19858 esac
19859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19860 $as_echo "$ac_try_echo") >&5
19861 (eval "$ac_compile") 2>conftest.er1
19862 ac_status=$?
19863 grep -v '^ *+' conftest.er1 >conftest.err
19864 rm -f conftest.er1
19865 cat conftest.err >&5
19866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19867 (exit $ac_status); } && {
19868 test -z "$ac_c_werror_flag" ||
19869 test ! -s conftest.err
19870 } && test -s conftest.$ac_objext; then
19871 cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h. */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h. */
19877 $ac_includes_default
19879 main ()
19881 if (sizeof ((ssize_t)))
19882 return 0;
19884 return 0;
19886 _ACEOF
19887 rm -f conftest.$ac_objext
19888 if { (ac_try="$ac_compile"
19889 case "(($ac_try" in
19890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;;
19892 esac
19893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19894 $as_echo "$ac_try_echo") >&5
19895 (eval "$ac_compile") 2>conftest.er1
19896 ac_status=$?
19897 grep -v '^ *+' conftest.er1 >conftest.err
19898 rm -f conftest.er1
19899 cat conftest.err >&5
19900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901 (exit $ac_status); } && {
19902 test -z "$ac_c_werror_flag" ||
19903 test ! -s conftest.err
19904 } && test -s conftest.$ac_objext; then
19906 else
19907 $as_echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5
19910 ac_cv_type_ssize_t=yes
19913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 else
19915 $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19924 $as_echo "$ac_cv_type_ssize_t" >&6; }
19925 if test "x$ac_cv_type_ssize_t" = x""yes; then
19927 cat >>confdefs.h <<_ACEOF
19928 #define HAVE_SSIZE_T 1
19929 _ACEOF
19933 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19934 $as_echo_n "checking for long long... " >&6; }
19935 if test "${ac_cv_type_long_long+set}" = set; then
19936 $as_echo_n "(cached) " >&6
19937 else
19938 ac_cv_type_long_long=no
19939 cat >conftest.$ac_ext <<_ACEOF
19940 /* confdefs.h. */
19941 _ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h. */
19945 $ac_includes_default
19947 main ()
19949 if (sizeof (long long))
19950 return 0;
19952 return 0;
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959 *) ac_try_echo=$ac_try;;
19960 esac
19961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19962 $as_echo "$ac_try_echo") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19964 ac_status=$?
19965 grep -v '^ *+' conftest.er1 >conftest.err
19966 rm -f conftest.er1
19967 cat conftest.err >&5
19968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19973 cat >conftest.$ac_ext <<_ACEOF
19974 /* confdefs.h. */
19975 _ACEOF
19976 cat confdefs.h >>conftest.$ac_ext
19977 cat >>conftest.$ac_ext <<_ACEOF
19978 /* end confdefs.h. */
19979 $ac_includes_default
19981 main ()
19983 if (sizeof ((long long)))
19984 return 0;
19986 return 0;
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993 *) ac_try_echo=$ac_try;;
19994 esac
19995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19996 $as_echo "$ac_try_echo") >&5
19997 (eval "$ac_compile") 2>conftest.er1
19998 ac_status=$?
19999 grep -v '^ *+' conftest.er1 >conftest.err
20000 rm -f conftest.er1
20001 cat conftest.err >&5
20002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); } && {
20004 test -z "$ac_c_werror_flag" ||
20005 test ! -s conftest.err
20006 } && test -s conftest.$ac_objext; then
20008 else
20009 $as_echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.$ac_ext >&5
20012 ac_cv_type_long_long=yes
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 else
20017 $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20026 $as_echo "$ac_cv_type_long_long" >&6; }
20027 if test "x$ac_cv_type_long_long" = x""yes; then
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_LONG_LONG 1
20031 _ACEOF
20035 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20036 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20037 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20038 $as_echo_n "(cached) " >&6
20039 else
20040 ac_cv_type_fsblkcnt_t=no
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h. */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h. */
20047 $ac_includes_default
20049 main ()
20051 if (sizeof (fsblkcnt_t))
20052 return 0;
20054 return 0;
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061 *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20075 cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h. */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h. */
20081 $ac_includes_default
20083 main ()
20085 if (sizeof ((fsblkcnt_t)))
20086 return 0;
20088 return 0;
20090 _ACEOF
20091 rm -f conftest.$ac_objext
20092 if { (ac_try="$ac_compile"
20093 case "(($ac_try" in
20094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095 *) ac_try_echo=$ac_try;;
20096 esac
20097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20098 $as_echo "$ac_try_echo") >&5
20099 (eval "$ac_compile") 2>conftest.er1
20100 ac_status=$?
20101 grep -v '^ *+' conftest.er1 >conftest.err
20102 rm -f conftest.er1
20103 cat conftest.err >&5
20104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105 (exit $ac_status); } && {
20106 test -z "$ac_c_werror_flag" ||
20107 test ! -s conftest.err
20108 } && test -s conftest.$ac_objext; then
20110 else
20111 $as_echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.$ac_ext >&5
20114 ac_cv_type_fsblkcnt_t=yes
20117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20118 else
20119 $as_echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20127 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20128 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20129 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20131 cat >>confdefs.h <<_ACEOF
20132 #define HAVE_FSBLKCNT_T 1
20133 _ACEOF
20137 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20138 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20139 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20140 $as_echo_n "(cached) " >&6
20141 else
20142 ac_cv_type_fsfilcnt_t=no
20143 cat >conftest.$ac_ext <<_ACEOF
20144 /* confdefs.h. */
20145 _ACEOF
20146 cat confdefs.h >>conftest.$ac_ext
20147 cat >>conftest.$ac_ext <<_ACEOF
20148 /* end confdefs.h. */
20149 $ac_includes_default
20151 main ()
20153 if (sizeof (fsfilcnt_t))
20154 return 0;
20156 return 0;
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163 *) ac_try_echo=$ac_try;;
20164 esac
20165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20166 $as_echo "$ac_try_echo") >&5
20167 (eval "$ac_compile") 2>conftest.er1
20168 ac_status=$?
20169 grep -v '^ *+' conftest.er1 >conftest.err
20170 rm -f conftest.er1
20171 cat conftest.err >&5
20172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173 (exit $ac_status); } && {
20174 test -z "$ac_c_werror_flag" ||
20175 test ! -s conftest.err
20176 } && test -s conftest.$ac_objext; then
20177 cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h. */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h. */
20183 $ac_includes_default
20185 main ()
20187 if (sizeof ((fsfilcnt_t)))
20188 return 0;
20190 return 0;
20192 _ACEOF
20193 rm -f conftest.$ac_objext
20194 if { (ac_try="$ac_compile"
20195 case "(($ac_try" in
20196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20197 *) ac_try_echo=$ac_try;;
20198 esac
20199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20200 $as_echo "$ac_try_echo") >&5
20201 (eval "$ac_compile") 2>conftest.er1
20202 ac_status=$?
20203 grep -v '^ *+' conftest.er1 >conftest.err
20204 rm -f conftest.er1
20205 cat conftest.err >&5
20206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207 (exit $ac_status); } && {
20208 test -z "$ac_c_werror_flag" ||
20209 test ! -s conftest.err
20210 } && test -s conftest.$ac_objext; then
20212 else
20213 $as_echo "$as_me: failed program was:" >&5
20214 sed 's/^/| /' conftest.$ac_ext >&5
20216 ac_cv_type_fsfilcnt_t=yes
20219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20220 else
20221 $as_echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20229 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20230 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20231 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20233 cat >>confdefs.h <<_ACEOF
20234 #define HAVE_FSFILCNT_T 1
20235 _ACEOF
20240 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20241 $as_echo_n "checking for sigset_t... " >&6; }
20242 if test "${ac_cv_type_sigset_t+set}" = set; then
20243 $as_echo_n "(cached) " >&6
20244 else
20245 ac_cv_type_sigset_t=no
20246 cat >conftest.$ac_ext <<_ACEOF
20247 /* confdefs.h. */
20248 _ACEOF
20249 cat confdefs.h >>conftest.$ac_ext
20250 cat >>conftest.$ac_ext <<_ACEOF
20251 /* end confdefs.h. */
20252 #include <sys/types.h>
20253 #include <signal.h>
20256 main ()
20258 if (sizeof (sigset_t))
20259 return 0;
20261 return 0;
20263 _ACEOF
20264 rm -f conftest.$ac_objext
20265 if { (ac_try="$ac_compile"
20266 case "(($ac_try" in
20267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20268 *) ac_try_echo=$ac_try;;
20269 esac
20270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20271 $as_echo "$ac_try_echo") >&5
20272 (eval "$ac_compile") 2>conftest.er1
20273 ac_status=$?
20274 grep -v '^ *+' conftest.er1 >conftest.err
20275 rm -f conftest.er1
20276 cat conftest.err >&5
20277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20278 (exit $ac_status); } && {
20279 test -z "$ac_c_werror_flag" ||
20280 test ! -s conftest.err
20281 } && test -s conftest.$ac_objext; then
20282 cat >conftest.$ac_ext <<_ACEOF
20283 /* confdefs.h. */
20284 _ACEOF
20285 cat confdefs.h >>conftest.$ac_ext
20286 cat >>conftest.$ac_ext <<_ACEOF
20287 /* end confdefs.h. */
20288 #include <sys/types.h>
20289 #include <signal.h>
20292 main ()
20294 if (sizeof ((sigset_t)))
20295 return 0;
20297 return 0;
20299 _ACEOF
20300 rm -f conftest.$ac_objext
20301 if { (ac_try="$ac_compile"
20302 case "(($ac_try" in
20303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20304 *) ac_try_echo=$ac_try;;
20305 esac
20306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20307 $as_echo "$ac_try_echo") >&5
20308 (eval "$ac_compile") 2>conftest.er1
20309 ac_status=$?
20310 grep -v '^ *+' conftest.er1 >conftest.err
20311 rm -f conftest.er1
20312 cat conftest.err >&5
20313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20314 (exit $ac_status); } && {
20315 test -z "$ac_c_werror_flag" ||
20316 test ! -s conftest.err
20317 } && test -s conftest.$ac_objext; then
20319 else
20320 $as_echo "$as_me: failed program was:" >&5
20321 sed 's/^/| /' conftest.$ac_ext >&5
20323 ac_cv_type_sigset_t=yes
20326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20327 else
20328 $as_echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20336 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20337 $as_echo "$ac_cv_type_sigset_t" >&6; }
20338 if test "x$ac_cv_type_sigset_t" = x""yes; then
20340 cat >>confdefs.h <<_ACEOF
20341 #define HAVE_SIGSET_T 1
20342 _ACEOF
20347 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20348 $as_echo_n "checking for request_sense... " >&6; }
20349 if test "${ac_cv_type_request_sense+set}" = set; then
20350 $as_echo_n "(cached) " >&6
20351 else
20352 ac_cv_type_request_sense=no
20353 cat >conftest.$ac_ext <<_ACEOF
20354 /* confdefs.h. */
20355 _ACEOF
20356 cat confdefs.h >>conftest.$ac_ext
20357 cat >>conftest.$ac_ext <<_ACEOF
20358 /* end confdefs.h. */
20359 #include <linux/cdrom.h>
20362 main ()
20364 if (sizeof (request_sense))
20365 return 0;
20367 return 0;
20369 _ACEOF
20370 rm -f conftest.$ac_objext
20371 if { (ac_try="$ac_compile"
20372 case "(($ac_try" in
20373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20374 *) ac_try_echo=$ac_try;;
20375 esac
20376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20377 $as_echo "$ac_try_echo") >&5
20378 (eval "$ac_compile") 2>conftest.er1
20379 ac_status=$?
20380 grep -v '^ *+' conftest.er1 >conftest.err
20381 rm -f conftest.er1
20382 cat conftest.err >&5
20383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20384 (exit $ac_status); } && {
20385 test -z "$ac_c_werror_flag" ||
20386 test ! -s conftest.err
20387 } && test -s conftest.$ac_objext; then
20388 cat >conftest.$ac_ext <<_ACEOF
20389 /* confdefs.h. */
20390 _ACEOF
20391 cat confdefs.h >>conftest.$ac_ext
20392 cat >>conftest.$ac_ext <<_ACEOF
20393 /* end confdefs.h. */
20394 #include <linux/cdrom.h>
20397 main ()
20399 if (sizeof ((request_sense)))
20400 return 0;
20402 return 0;
20404 _ACEOF
20405 rm -f conftest.$ac_objext
20406 if { (ac_try="$ac_compile"
20407 case "(($ac_try" in
20408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20409 *) ac_try_echo=$ac_try;;
20410 esac
20411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20412 $as_echo "$ac_try_echo") >&5
20413 (eval "$ac_compile") 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } && {
20420 test -z "$ac_c_werror_flag" ||
20421 test ! -s conftest.err
20422 } && test -s conftest.$ac_objext; then
20424 else
20425 $as_echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20428 ac_cv_type_request_sense=yes
20431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20432 else
20433 $as_echo "$as_me: failed program was:" >&5
20434 sed 's/^/| /' conftest.$ac_ext >&5
20439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20442 $as_echo "$ac_cv_type_request_sense" >&6; }
20443 if test "x$ac_cv_type_request_sense" = x""yes; then
20445 cat >>confdefs.h <<_ACEOF
20446 #define HAVE_REQUEST_SENSE 1
20447 _ACEOF
20453 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20454 $as_echo_n "checking for struct xinpgen... " >&6; }
20455 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20456 $as_echo_n "(cached) " >&6
20457 else
20458 ac_cv_type_struct_xinpgen=no
20459 cat >conftest.$ac_ext <<_ACEOF
20460 /* confdefs.h. */
20461 _ACEOF
20462 cat confdefs.h >>conftest.$ac_ext
20463 cat >>conftest.$ac_ext <<_ACEOF
20464 /* end confdefs.h. */
20465 #include <sys/types.h>
20466 #ifdef HAVE_SYS_SOCKET_H
20467 #include <sys/socket.h>
20468 #endif
20469 #ifdef HAVE_SYS_SOCKETVAR_H
20470 #include <sys/socketvar.h>
20471 #endif
20472 #ifdef HAVE_NET_ROUTE_H
20473 #include <net/route.h>
20474 #endif
20475 #ifdef HAVE_NETINET_IN_H
20476 #include <netinet/in.h>
20477 #endif
20478 #ifdef HAVE_NETINET_IN_SYSTM_H
20479 #include <netinet/in_systm.h>
20480 #endif
20481 #ifdef HAVE_NETINET_IP_H
20482 #include <netinet/ip.h>
20483 #endif
20484 #ifdef HAVE_NETINET_IN_PCB_H
20485 #include <netinet/in_pcb.h>
20486 #endif
20489 main ()
20491 if (sizeof (struct xinpgen))
20492 return 0;
20494 return 0;
20496 _ACEOF
20497 rm -f conftest.$ac_objext
20498 if { (ac_try="$ac_compile"
20499 case "(($ac_try" in
20500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20501 *) ac_try_echo=$ac_try;;
20502 esac
20503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20504 $as_echo "$ac_try_echo") >&5
20505 (eval "$ac_compile") 2>conftest.er1
20506 ac_status=$?
20507 grep -v '^ *+' conftest.er1 >conftest.err
20508 rm -f conftest.er1
20509 cat conftest.err >&5
20510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20511 (exit $ac_status); } && {
20512 test -z "$ac_c_werror_flag" ||
20513 test ! -s conftest.err
20514 } && test -s conftest.$ac_objext; then
20515 cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h. */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h. */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SYS_SOCKET_H
20523 #include <sys/socket.h>
20524 #endif
20525 #ifdef HAVE_SYS_SOCKETVAR_H
20526 #include <sys/socketvar.h>
20527 #endif
20528 #ifdef HAVE_NET_ROUTE_H
20529 #include <net/route.h>
20530 #endif
20531 #ifdef HAVE_NETINET_IN_H
20532 #include <netinet/in.h>
20533 #endif
20534 #ifdef HAVE_NETINET_IN_SYSTM_H
20535 #include <netinet/in_systm.h>
20536 #endif
20537 #ifdef HAVE_NETINET_IP_H
20538 #include <netinet/ip.h>
20539 #endif
20540 #ifdef HAVE_NETINET_IN_PCB_H
20541 #include <netinet/in_pcb.h>
20542 #endif
20545 main ()
20547 if (sizeof ((struct xinpgen)))
20548 return 0;
20550 return 0;
20552 _ACEOF
20553 rm -f conftest.$ac_objext
20554 if { (ac_try="$ac_compile"
20555 case "(($ac_try" in
20556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20557 *) ac_try_echo=$ac_try;;
20558 esac
20559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20560 $as_echo "$ac_try_echo") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20562 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1
20565 cat conftest.err >&5
20566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20572 else
20573 $as_echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20576 ac_cv_type_struct_xinpgen=yes
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20580 else
20581 $as_echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20589 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20590 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20591 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20593 cat >>confdefs.h <<_ACEOF
20594 #define HAVE_STRUCT_XINPGEN 1
20595 _ACEOF
20601 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20602 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20603 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20604 $as_echo_n "(cached) " >&6
20605 else
20606 cat >conftest.$ac_ext <<_ACEOF
20607 /* confdefs.h. */
20608 _ACEOF
20609 cat confdefs.h >>conftest.$ac_ext
20610 cat >>conftest.$ac_ext <<_ACEOF
20611 /* end confdefs.h. */
20612 #ifdef HAVE_LINUX_INPUT_H
20613 #include <linux/input.h>
20614 #endif
20617 main ()
20619 static struct ff_effect ac_aggr;
20620 if (ac_aggr.direction)
20621 return 0;
20623 return 0;
20625 _ACEOF
20626 rm -f conftest.$ac_objext
20627 if { (ac_try="$ac_compile"
20628 case "(($ac_try" in
20629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20630 *) ac_try_echo=$ac_try;;
20631 esac
20632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20633 $as_echo "$ac_try_echo") >&5
20634 (eval "$ac_compile") 2>conftest.er1
20635 ac_status=$?
20636 grep -v '^ *+' conftest.er1 >conftest.err
20637 rm -f conftest.er1
20638 cat conftest.err >&5
20639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); } && {
20641 test -z "$ac_c_werror_flag" ||
20642 test ! -s conftest.err
20643 } && test -s conftest.$ac_objext; then
20644 ac_cv_member_struct_ff_effect_direction=yes
20645 else
20646 $as_echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20649 cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h. */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #ifdef HAVE_LINUX_INPUT_H
20656 #include <linux/input.h>
20657 #endif
20660 main ()
20662 static struct ff_effect ac_aggr;
20663 if (sizeof ac_aggr.direction)
20664 return 0;
20666 return 0;
20668 _ACEOF
20669 rm -f conftest.$ac_objext
20670 if { (ac_try="$ac_compile"
20671 case "(($ac_try" in
20672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20673 *) ac_try_echo=$ac_try;;
20674 esac
20675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20676 $as_echo "$ac_try_echo") >&5
20677 (eval "$ac_compile") 2>conftest.er1
20678 ac_status=$?
20679 grep -v '^ *+' conftest.er1 >conftest.err
20680 rm -f conftest.er1
20681 cat conftest.err >&5
20682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683 (exit $ac_status); } && {
20684 test -z "$ac_c_werror_flag" ||
20685 test ! -s conftest.err
20686 } && test -s conftest.$ac_objext; then
20687 ac_cv_member_struct_ff_effect_direction=yes
20688 else
20689 $as_echo "$as_me: failed program was:" >&5
20690 sed 's/^/| /' conftest.$ac_ext >&5
20692 ac_cv_member_struct_ff_effect_direction=no
20695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20700 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20701 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20702 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20704 cat >>confdefs.h <<_ACEOF
20705 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20706 _ACEOF
20712 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20713 $as_echo_n "checking for sigaddset... " >&6; }
20714 if test "${wine_cv_have_sigaddset+set}" = set; then
20715 $as_echo_n "(cached) " >&6
20716 else
20717 cat >conftest.$ac_ext <<_ACEOF
20718 /* confdefs.h. */
20719 _ACEOF
20720 cat confdefs.h >>conftest.$ac_ext
20721 cat >>conftest.$ac_ext <<_ACEOF
20722 /* end confdefs.h. */
20723 #include <signal.h>
20725 main ()
20727 sigset_t set; sigaddset(&set,SIGTERM);
20729 return 0;
20731 _ACEOF
20732 rm -f conftest.$ac_objext conftest$ac_exeext
20733 if { (ac_try="$ac_link"
20734 case "(($ac_try" in
20735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20736 *) ac_try_echo=$ac_try;;
20737 esac
20738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20739 $as_echo "$ac_try_echo") >&5
20740 (eval "$ac_link") 2>conftest.er1
20741 ac_status=$?
20742 grep -v '^ *+' conftest.er1 >conftest.err
20743 rm -f conftest.er1
20744 cat conftest.err >&5
20745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746 (exit $ac_status); } && {
20747 test -z "$ac_c_werror_flag" ||
20748 test ! -s conftest.err
20749 } && test -s conftest$ac_exeext && {
20750 test "$cross_compiling" = yes ||
20751 $as_test_x conftest$ac_exeext
20752 }; then
20753 wine_cv_have_sigaddset=yes
20754 else
20755 $as_echo "$as_me: failed program was:" >&5
20756 sed 's/^/| /' conftest.$ac_ext >&5
20758 wine_cv_have_sigaddset=no
20761 rm -rf conftest.dSYM
20762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20763 conftest$ac_exeext conftest.$ac_ext
20765 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20766 $as_echo "$wine_cv_have_sigaddset" >&6; }
20767 if test "$wine_cv_have_sigaddset" = "yes"
20768 then
20770 cat >>confdefs.h <<\_ACEOF
20771 #define HAVE_SIGADDSET 1
20772 _ACEOF
20777 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20778 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20779 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20780 $as_echo_n "(cached) " >&6
20781 else
20782 cat >conftest.$ac_ext <<_ACEOF
20783 /* confdefs.h. */
20784 _ACEOF
20785 cat confdefs.h >>conftest.$ac_ext
20786 cat >>conftest.$ac_ext <<_ACEOF
20787 /* end confdefs.h. */
20788 #include <netdb.h>
20790 main ()
20793 char *name=0;
20794 struct hostent he;
20795 struct hostent *result;
20796 char *buf=0;
20797 int bufsize=0;
20798 int res,errnr;
20799 char *addr=0;
20800 int addrlen=0;
20801 int addrtype=0;
20802 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20803 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20806 return 0;
20808 _ACEOF
20809 rm -f conftest.$ac_objext conftest$ac_exeext
20810 if { (ac_try="$ac_link"
20811 case "(($ac_try" in
20812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20813 *) ac_try_echo=$ac_try;;
20814 esac
20815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20816 $as_echo "$ac_try_echo") >&5
20817 (eval "$ac_link") 2>conftest.er1
20818 ac_status=$?
20819 grep -v '^ *+' conftest.er1 >conftest.err
20820 rm -f conftest.er1
20821 cat conftest.err >&5
20822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20823 (exit $ac_status); } && {
20824 test -z "$ac_c_werror_flag" ||
20825 test ! -s conftest.err
20826 } && test -s conftest$ac_exeext && {
20827 test "$cross_compiling" = yes ||
20828 $as_test_x conftest$ac_exeext
20829 }; then
20830 wine_cv_linux_gethostbyname_r_6=yes
20831 else
20832 $as_echo "$as_me: failed program was:" >&5
20833 sed 's/^/| /' conftest.$ac_ext >&5
20835 wine_cv_linux_gethostbyname_r_6=no
20839 rm -rf conftest.dSYM
20840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20841 conftest$ac_exeext conftest.$ac_ext
20844 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20845 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20846 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20847 then
20849 cat >>confdefs.h <<\_ACEOF
20850 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20851 _ACEOF
20855 if test "$ac_cv_header_linux_joystick_h" = "yes"
20856 then
20857 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20858 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20859 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20860 $as_echo_n "(cached) " >&6
20861 else
20862 cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h. */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h. */
20869 #include <sys/ioctl.h>
20870 #include <sys/types.h>
20871 #include <linux/joystick.h>
20873 struct js_event blub;
20874 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20875 #error "no 2.2 header"
20876 #endif
20879 main ()
20881 /*empty*/
20883 return 0;
20885 _ACEOF
20886 rm -f conftest.$ac_objext
20887 if { (ac_try="$ac_compile"
20888 case "(($ac_try" in
20889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20890 *) ac_try_echo=$ac_try;;
20891 esac
20892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20893 $as_echo "$ac_try_echo") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 wine_cv_linux_joystick_22_api=yes
20905 else
20906 $as_echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 wine_cv_linux_joystick_22_api=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20916 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20917 if test "$wine_cv_linux_joystick_22_api" = "yes"
20918 then
20920 cat >>confdefs.h <<\_ACEOF
20921 #define HAVE_LINUX_22_JOYSTICK_API 1
20922 _ACEOF
20928 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20929 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20930 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20931 $as_echo_n "(cached) " >&6
20932 else
20933 cat >conftest.$ac_ext <<_ACEOF
20934 /* confdefs.h. */
20935 _ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h. */
20939 #include <sys/types.h>
20940 #ifdef HAVE_SYS_PARAM_H
20941 # include <sys/param.h>
20942 #endif
20943 #ifdef HAVE_SYS_MOUNT_H
20944 # include <sys/mount.h>
20945 #endif
20946 #ifdef HAVE_SYS_VFS_H
20947 # include <sys/vfs.h>
20948 #endif
20949 #ifdef HAVE_SYS_STATFS_H
20950 # include <sys/statfs.h>
20951 #endif
20954 main ()
20956 static struct statfs ac_aggr;
20957 if (ac_aggr.f_bfree)
20958 return 0;
20960 return 0;
20962 _ACEOF
20963 rm -f conftest.$ac_objext
20964 if { (ac_try="$ac_compile"
20965 case "(($ac_try" in
20966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20967 *) ac_try_echo=$ac_try;;
20968 esac
20969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20970 $as_echo "$ac_try_echo") >&5
20971 (eval "$ac_compile") 2>conftest.er1
20972 ac_status=$?
20973 grep -v '^ *+' conftest.er1 >conftest.err
20974 rm -f conftest.er1
20975 cat conftest.err >&5
20976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20977 (exit $ac_status); } && {
20978 test -z "$ac_c_werror_flag" ||
20979 test ! -s conftest.err
20980 } && test -s conftest.$ac_objext; then
20981 ac_cv_member_struct_statfs_f_bfree=yes
20982 else
20983 $as_echo "$as_me: failed program was:" >&5
20984 sed 's/^/| /' conftest.$ac_ext >&5
20986 cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h. */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h. */
20992 #include <sys/types.h>
20993 #ifdef HAVE_SYS_PARAM_H
20994 # include <sys/param.h>
20995 #endif
20996 #ifdef HAVE_SYS_MOUNT_H
20997 # include <sys/mount.h>
20998 #endif
20999 #ifdef HAVE_SYS_VFS_H
21000 # include <sys/vfs.h>
21001 #endif
21002 #ifdef HAVE_SYS_STATFS_H
21003 # include <sys/statfs.h>
21004 #endif
21007 main ()
21009 static struct statfs ac_aggr;
21010 if (sizeof ac_aggr.f_bfree)
21011 return 0;
21013 return 0;
21015 _ACEOF
21016 rm -f conftest.$ac_objext
21017 if { (ac_try="$ac_compile"
21018 case "(($ac_try" in
21019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21020 *) ac_try_echo=$ac_try;;
21021 esac
21022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21023 $as_echo "$ac_try_echo") >&5
21024 (eval "$ac_compile") 2>conftest.er1
21025 ac_status=$?
21026 grep -v '^ *+' conftest.er1 >conftest.err
21027 rm -f conftest.er1
21028 cat conftest.err >&5
21029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030 (exit $ac_status); } && {
21031 test -z "$ac_c_werror_flag" ||
21032 test ! -s conftest.err
21033 } && test -s conftest.$ac_objext; then
21034 ac_cv_member_struct_statfs_f_bfree=yes
21035 else
21036 $as_echo "$as_me: failed program was:" >&5
21037 sed 's/^/| /' conftest.$ac_ext >&5
21039 ac_cv_member_struct_statfs_f_bfree=no
21042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21047 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21048 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21049 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21051 cat >>confdefs.h <<_ACEOF
21052 #define HAVE_STRUCT_STATFS_F_BFREE 1
21053 _ACEOF
21057 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21058 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21059 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21060 $as_echo_n "(cached) " >&6
21061 else
21062 cat >conftest.$ac_ext <<_ACEOF
21063 /* confdefs.h. */
21064 _ACEOF
21065 cat confdefs.h >>conftest.$ac_ext
21066 cat >>conftest.$ac_ext <<_ACEOF
21067 /* end confdefs.h. */
21068 #include <sys/types.h>
21069 #ifdef HAVE_SYS_PARAM_H
21070 # include <sys/param.h>
21071 #endif
21072 #ifdef HAVE_SYS_MOUNT_H
21073 # include <sys/mount.h>
21074 #endif
21075 #ifdef HAVE_SYS_VFS_H
21076 # include <sys/vfs.h>
21077 #endif
21078 #ifdef HAVE_SYS_STATFS_H
21079 # include <sys/statfs.h>
21080 #endif
21083 main ()
21085 static struct statfs ac_aggr;
21086 if (ac_aggr.f_bavail)
21087 return 0;
21089 return 0;
21091 _ACEOF
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096 *) ac_try_echo=$ac_try;;
21097 esac
21098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21099 $as_echo "$ac_try_echo") >&5
21100 (eval "$ac_compile") 2>conftest.er1
21101 ac_status=$?
21102 grep -v '^ *+' conftest.er1 >conftest.err
21103 rm -f conftest.er1
21104 cat conftest.err >&5
21105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest.$ac_objext; then
21110 ac_cv_member_struct_statfs_f_bavail=yes
21111 else
21112 $as_echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_PARAM_H
21123 # include <sys/param.h>
21124 #endif
21125 #ifdef HAVE_SYS_MOUNT_H
21126 # include <sys/mount.h>
21127 #endif
21128 #ifdef HAVE_SYS_VFS_H
21129 # include <sys/vfs.h>
21130 #endif
21131 #ifdef HAVE_SYS_STATFS_H
21132 # include <sys/statfs.h>
21133 #endif
21136 main ()
21138 static struct statfs ac_aggr;
21139 if (sizeof ac_aggr.f_bavail)
21140 return 0;
21142 return 0;
21144 _ACEOF
21145 rm -f conftest.$ac_objext
21146 if { (ac_try="$ac_compile"
21147 case "(($ac_try" in
21148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21149 *) ac_try_echo=$ac_try;;
21150 esac
21151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21152 $as_echo "$ac_try_echo") >&5
21153 (eval "$ac_compile") 2>conftest.er1
21154 ac_status=$?
21155 grep -v '^ *+' conftest.er1 >conftest.err
21156 rm -f conftest.er1
21157 cat conftest.err >&5
21158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); } && {
21160 test -z "$ac_c_werror_flag" ||
21161 test ! -s conftest.err
21162 } && test -s conftest.$ac_objext; then
21163 ac_cv_member_struct_statfs_f_bavail=yes
21164 else
21165 $as_echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21168 ac_cv_member_struct_statfs_f_bavail=no
21171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21177 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21178 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21180 cat >>confdefs.h <<_ACEOF
21181 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21182 _ACEOF
21186 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21187 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21188 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21189 $as_echo_n "(cached) " >&6
21190 else
21191 cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h. */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h. */
21197 #include <sys/types.h>
21198 #ifdef HAVE_SYS_PARAM_H
21199 # include <sys/param.h>
21200 #endif
21201 #ifdef HAVE_SYS_MOUNT_H
21202 # include <sys/mount.h>
21203 #endif
21204 #ifdef HAVE_SYS_VFS_H
21205 # include <sys/vfs.h>
21206 #endif
21207 #ifdef HAVE_SYS_STATFS_H
21208 # include <sys/statfs.h>
21209 #endif
21212 main ()
21214 static struct statfs ac_aggr;
21215 if (ac_aggr.f_frsize)
21216 return 0;
21218 return 0;
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225 *) ac_try_echo=$ac_try;;
21226 esac
21227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21228 $as_echo "$ac_try_echo") >&5
21229 (eval "$ac_compile") 2>conftest.er1
21230 ac_status=$?
21231 grep -v '^ *+' conftest.er1 >conftest.err
21232 rm -f conftest.er1
21233 cat conftest.err >&5
21234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235 (exit $ac_status); } && {
21236 test -z "$ac_c_werror_flag" ||
21237 test ! -s conftest.err
21238 } && test -s conftest.$ac_objext; then
21239 ac_cv_member_struct_statfs_f_frsize=yes
21240 else
21241 $as_echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21244 cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h. */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h. */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_PARAM_H
21252 # include <sys/param.h>
21253 #endif
21254 #ifdef HAVE_SYS_MOUNT_H
21255 # include <sys/mount.h>
21256 #endif
21257 #ifdef HAVE_SYS_VFS_H
21258 # include <sys/vfs.h>
21259 #endif
21260 #ifdef HAVE_SYS_STATFS_H
21261 # include <sys/statfs.h>
21262 #endif
21265 main ()
21267 static struct statfs ac_aggr;
21268 if (sizeof ac_aggr.f_frsize)
21269 return 0;
21271 return 0;
21273 _ACEOF
21274 rm -f conftest.$ac_objext
21275 if { (ac_try="$ac_compile"
21276 case "(($ac_try" in
21277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21278 *) ac_try_echo=$ac_try;;
21279 esac
21280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21281 $as_echo "$ac_try_echo") >&5
21282 (eval "$ac_compile") 2>conftest.er1
21283 ac_status=$?
21284 grep -v '^ *+' conftest.er1 >conftest.err
21285 rm -f conftest.er1
21286 cat conftest.err >&5
21287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288 (exit $ac_status); } && {
21289 test -z "$ac_c_werror_flag" ||
21290 test ! -s conftest.err
21291 } && test -s conftest.$ac_objext; then
21292 ac_cv_member_struct_statfs_f_frsize=yes
21293 else
21294 $as_echo "$as_me: failed program was:" >&5
21295 sed 's/^/| /' conftest.$ac_ext >&5
21297 ac_cv_member_struct_statfs_f_frsize=no
21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21305 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21306 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21307 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21309 cat >>confdefs.h <<_ACEOF
21310 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21311 _ACEOF
21315 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21316 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21317 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21318 $as_echo_n "(cached) " >&6
21319 else
21320 cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h. */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h. */
21326 #include <sys/types.h>
21327 #ifdef HAVE_SYS_PARAM_H
21328 # include <sys/param.h>
21329 #endif
21330 #ifdef HAVE_SYS_MOUNT_H
21331 # include <sys/mount.h>
21332 #endif
21333 #ifdef HAVE_SYS_VFS_H
21334 # include <sys/vfs.h>
21335 #endif
21336 #ifdef HAVE_SYS_STATFS_H
21337 # include <sys/statfs.h>
21338 #endif
21341 main ()
21343 static struct statfs ac_aggr;
21344 if (ac_aggr.f_ffree)
21345 return 0;
21347 return 0;
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354 *) ac_try_echo=$ac_try;;
21355 esac
21356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21357 $as_echo "$ac_try_echo") >&5
21358 (eval "$ac_compile") 2>conftest.er1
21359 ac_status=$?
21360 grep -v '^ *+' conftest.er1 >conftest.err
21361 rm -f conftest.er1
21362 cat conftest.err >&5
21363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364 (exit $ac_status); } && {
21365 test -z "$ac_c_werror_flag" ||
21366 test ! -s conftest.err
21367 } && test -s conftest.$ac_objext; then
21368 ac_cv_member_struct_statfs_f_ffree=yes
21369 else
21370 $as_echo "$as_me: failed program was:" >&5
21371 sed 's/^/| /' conftest.$ac_ext >&5
21373 cat >conftest.$ac_ext <<_ACEOF
21374 /* confdefs.h. */
21375 _ACEOF
21376 cat confdefs.h >>conftest.$ac_ext
21377 cat >>conftest.$ac_ext <<_ACEOF
21378 /* end confdefs.h. */
21379 #include <sys/types.h>
21380 #ifdef HAVE_SYS_PARAM_H
21381 # include <sys/param.h>
21382 #endif
21383 #ifdef HAVE_SYS_MOUNT_H
21384 # include <sys/mount.h>
21385 #endif
21386 #ifdef HAVE_SYS_VFS_H
21387 # include <sys/vfs.h>
21388 #endif
21389 #ifdef HAVE_SYS_STATFS_H
21390 # include <sys/statfs.h>
21391 #endif
21394 main ()
21396 static struct statfs ac_aggr;
21397 if (sizeof ac_aggr.f_ffree)
21398 return 0;
21400 return 0;
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407 *) ac_try_echo=$ac_try;;
21408 esac
21409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21410 $as_echo "$ac_try_echo") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_struct_statfs_f_ffree=yes
21422 else
21423 $as_echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_member_struct_statfs_f_ffree=no
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21435 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21436 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_STATFS_F_FFREE 1
21440 _ACEOF
21444 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21445 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21446 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21447 $as_echo_n "(cached) " >&6
21448 else
21449 cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h. */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h. */
21455 #include <sys/types.h>
21456 #ifdef HAVE_SYS_PARAM_H
21457 # include <sys/param.h>
21458 #endif
21459 #ifdef HAVE_SYS_MOUNT_H
21460 # include <sys/mount.h>
21461 #endif
21462 #ifdef HAVE_SYS_VFS_H
21463 # include <sys/vfs.h>
21464 #endif
21465 #ifdef HAVE_SYS_STATFS_H
21466 # include <sys/statfs.h>
21467 #endif
21470 main ()
21472 static struct statfs ac_aggr;
21473 if (ac_aggr.f_favail)
21474 return 0;
21476 return 0;
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483 *) ac_try_echo=$ac_try;;
21484 esac
21485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21486 $as_echo "$ac_try_echo") >&5
21487 (eval "$ac_compile") 2>conftest.er1
21488 ac_status=$?
21489 grep -v '^ *+' conftest.er1 >conftest.err
21490 rm -f conftest.er1
21491 cat conftest.err >&5
21492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); } && {
21494 test -z "$ac_c_werror_flag" ||
21495 test ! -s conftest.err
21496 } && test -s conftest.$ac_objext; then
21497 ac_cv_member_struct_statfs_f_favail=yes
21498 else
21499 $as_echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.$ac_ext >&5
21502 cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h. */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 #include <sys/types.h>
21509 #ifdef HAVE_SYS_PARAM_H
21510 # include <sys/param.h>
21511 #endif
21512 #ifdef HAVE_SYS_MOUNT_H
21513 # include <sys/mount.h>
21514 #endif
21515 #ifdef HAVE_SYS_VFS_H
21516 # include <sys/vfs.h>
21517 #endif
21518 #ifdef HAVE_SYS_STATFS_H
21519 # include <sys/statfs.h>
21520 #endif
21523 main ()
21525 static struct statfs ac_aggr;
21526 if (sizeof ac_aggr.f_favail)
21527 return 0;
21529 return 0;
21531 _ACEOF
21532 rm -f conftest.$ac_objext
21533 if { (ac_try="$ac_compile"
21534 case "(($ac_try" in
21535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21536 *) ac_try_echo=$ac_try;;
21537 esac
21538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21539 $as_echo "$ac_try_echo") >&5
21540 (eval "$ac_compile") 2>conftest.er1
21541 ac_status=$?
21542 grep -v '^ *+' conftest.er1 >conftest.err
21543 rm -f conftest.er1
21544 cat conftest.err >&5
21545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546 (exit $ac_status); } && {
21547 test -z "$ac_c_werror_flag" ||
21548 test ! -s conftest.err
21549 } && test -s conftest.$ac_objext; then
21550 ac_cv_member_struct_statfs_f_favail=yes
21551 else
21552 $as_echo "$as_me: failed program was:" >&5
21553 sed 's/^/| /' conftest.$ac_ext >&5
21555 ac_cv_member_struct_statfs_f_favail=no
21558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21563 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21564 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21565 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21567 cat >>confdefs.h <<_ACEOF
21568 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21569 _ACEOF
21573 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21574 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21575 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21576 $as_echo_n "(cached) " >&6
21577 else
21578 cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h. */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h. */
21584 #include <sys/types.h>
21585 #ifdef HAVE_SYS_PARAM_H
21586 # include <sys/param.h>
21587 #endif
21588 #ifdef HAVE_SYS_MOUNT_H
21589 # include <sys/mount.h>
21590 #endif
21591 #ifdef HAVE_SYS_VFS_H
21592 # include <sys/vfs.h>
21593 #endif
21594 #ifdef HAVE_SYS_STATFS_H
21595 # include <sys/statfs.h>
21596 #endif
21599 main ()
21601 static struct statfs ac_aggr;
21602 if (ac_aggr.f_namelen)
21603 return 0;
21605 return 0;
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612 *) ac_try_echo=$ac_try;;
21613 esac
21614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21615 $as_echo "$ac_try_echo") >&5
21616 (eval "$ac_compile") 2>conftest.er1
21617 ac_status=$?
21618 grep -v '^ *+' conftest.er1 >conftest.err
21619 rm -f conftest.er1
21620 cat conftest.err >&5
21621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21622 (exit $ac_status); } && {
21623 test -z "$ac_c_werror_flag" ||
21624 test ! -s conftest.err
21625 } && test -s conftest.$ac_objext; then
21626 ac_cv_member_struct_statfs_f_namelen=yes
21627 else
21628 $as_echo "$as_me: failed program was:" >&5
21629 sed 's/^/| /' conftest.$ac_ext >&5
21631 cat >conftest.$ac_ext <<_ACEOF
21632 /* confdefs.h. */
21633 _ACEOF
21634 cat confdefs.h >>conftest.$ac_ext
21635 cat >>conftest.$ac_ext <<_ACEOF
21636 /* end confdefs.h. */
21637 #include <sys/types.h>
21638 #ifdef HAVE_SYS_PARAM_H
21639 # include <sys/param.h>
21640 #endif
21641 #ifdef HAVE_SYS_MOUNT_H
21642 # include <sys/mount.h>
21643 #endif
21644 #ifdef HAVE_SYS_VFS_H
21645 # include <sys/vfs.h>
21646 #endif
21647 #ifdef HAVE_SYS_STATFS_H
21648 # include <sys/statfs.h>
21649 #endif
21652 main ()
21654 static struct statfs ac_aggr;
21655 if (sizeof ac_aggr.f_namelen)
21656 return 0;
21658 return 0;
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21668 $as_echo "$ac_try_echo") >&5
21669 (eval "$ac_compile") 2>conftest.er1
21670 ac_status=$?
21671 grep -v '^ *+' conftest.er1 >conftest.err
21672 rm -f conftest.er1
21673 cat conftest.err >&5
21674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675 (exit $ac_status); } && {
21676 test -z "$ac_c_werror_flag" ||
21677 test ! -s conftest.err
21678 } && test -s conftest.$ac_objext; then
21679 ac_cv_member_struct_statfs_f_namelen=yes
21680 else
21681 $as_echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21684 ac_cv_member_struct_statfs_f_namelen=no
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21693 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21694 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21696 cat >>confdefs.h <<_ACEOF
21697 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21698 _ACEOF
21704 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21705 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21706 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21707 $as_echo_n "(cached) " >&6
21708 else
21709 cat >conftest.$ac_ext <<_ACEOF
21710 /* confdefs.h. */
21711 _ACEOF
21712 cat confdefs.h >>conftest.$ac_ext
21713 cat >>conftest.$ac_ext <<_ACEOF
21714 /* end confdefs.h. */
21715 #ifdef HAVE_SYS_STATVFS_H
21716 #include <sys/statvfs.h>
21717 #endif
21720 main ()
21722 static struct statvfs ac_aggr;
21723 if (ac_aggr.f_blocks)
21724 return 0;
21726 return 0;
21728 _ACEOF
21729 rm -f conftest.$ac_objext
21730 if { (ac_try="$ac_compile"
21731 case "(($ac_try" in
21732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21733 *) ac_try_echo=$ac_try;;
21734 esac
21735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21736 $as_echo "$ac_try_echo") >&5
21737 (eval "$ac_compile") 2>conftest.er1
21738 ac_status=$?
21739 grep -v '^ *+' conftest.er1 >conftest.err
21740 rm -f conftest.er1
21741 cat conftest.err >&5
21742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743 (exit $ac_status); } && {
21744 test -z "$ac_c_werror_flag" ||
21745 test ! -s conftest.err
21746 } && test -s conftest.$ac_objext; then
21747 ac_cv_member_struct_statvfs_f_blocks=yes
21748 else
21749 $as_echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.$ac_ext >&5
21752 cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h. */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h. */
21758 #ifdef HAVE_SYS_STATVFS_H
21759 #include <sys/statvfs.h>
21760 #endif
21763 main ()
21765 static struct statvfs ac_aggr;
21766 if (sizeof ac_aggr.f_blocks)
21767 return 0;
21769 return 0;
21771 _ACEOF
21772 rm -f conftest.$ac_objext
21773 if { (ac_try="$ac_compile"
21774 case "(($ac_try" in
21775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21776 *) ac_try_echo=$ac_try;;
21777 esac
21778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21779 $as_echo "$ac_try_echo") >&5
21780 (eval "$ac_compile") 2>conftest.er1
21781 ac_status=$?
21782 grep -v '^ *+' conftest.er1 >conftest.err
21783 rm -f conftest.er1
21784 cat conftest.err >&5
21785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21786 (exit $ac_status); } && {
21787 test -z "$ac_c_werror_flag" ||
21788 test ! -s conftest.err
21789 } && test -s conftest.$ac_objext; then
21790 ac_cv_member_struct_statvfs_f_blocks=yes
21791 else
21792 $as_echo "$as_me: failed program was:" >&5
21793 sed 's/^/| /' conftest.$ac_ext >&5
21795 ac_cv_member_struct_statvfs_f_blocks=no
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21804 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21805 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21807 cat >>confdefs.h <<_ACEOF
21808 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21809 _ACEOF
21815 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21816 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21817 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21818 $as_echo_n "(cached) " >&6
21819 else
21820 cat >conftest.$ac_ext <<_ACEOF
21821 /* confdefs.h. */
21822 _ACEOF
21823 cat confdefs.h >>conftest.$ac_ext
21824 cat >>conftest.$ac_ext <<_ACEOF
21825 /* end confdefs.h. */
21826 #include <sys/types.h>
21827 #ifdef HAVE_SYS_SOCKET_H
21828 # include <sys/socket.h>
21829 #endif
21830 #ifdef HAVE_SYS_UN_H
21831 # include <sys/un.h>
21832 #endif
21835 main ()
21837 static struct msghdr ac_aggr;
21838 if (ac_aggr.msg_accrights)
21839 return 0;
21841 return 0;
21843 _ACEOF
21844 rm -f conftest.$ac_objext
21845 if { (ac_try="$ac_compile"
21846 case "(($ac_try" in
21847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21848 *) ac_try_echo=$ac_try;;
21849 esac
21850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21851 $as_echo "$ac_try_echo") >&5
21852 (eval "$ac_compile") 2>conftest.er1
21853 ac_status=$?
21854 grep -v '^ *+' conftest.er1 >conftest.err
21855 rm -f conftest.er1
21856 cat conftest.err >&5
21857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21858 (exit $ac_status); } && {
21859 test -z "$ac_c_werror_flag" ||
21860 test ! -s conftest.err
21861 } && test -s conftest.$ac_objext; then
21862 ac_cv_member_struct_msghdr_msg_accrights=yes
21863 else
21864 $as_echo "$as_me: failed program was:" >&5
21865 sed 's/^/| /' conftest.$ac_ext >&5
21867 cat >conftest.$ac_ext <<_ACEOF
21868 /* confdefs.h. */
21869 _ACEOF
21870 cat confdefs.h >>conftest.$ac_ext
21871 cat >>conftest.$ac_ext <<_ACEOF
21872 /* end confdefs.h. */
21873 #include <sys/types.h>
21874 #ifdef HAVE_SYS_SOCKET_H
21875 # include <sys/socket.h>
21876 #endif
21877 #ifdef HAVE_SYS_UN_H
21878 # include <sys/un.h>
21879 #endif
21882 main ()
21884 static struct msghdr ac_aggr;
21885 if (sizeof ac_aggr.msg_accrights)
21886 return 0;
21888 return 0;
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (ac_try="$ac_compile"
21893 case "(($ac_try" in
21894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21895 *) ac_try_echo=$ac_try;;
21896 esac
21897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21898 $as_echo "$ac_try_echo") >&5
21899 (eval "$ac_compile") 2>conftest.er1
21900 ac_status=$?
21901 grep -v '^ *+' conftest.er1 >conftest.err
21902 rm -f conftest.er1
21903 cat conftest.err >&5
21904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } && {
21906 test -z "$ac_c_werror_flag" ||
21907 test ! -s conftest.err
21908 } && test -s conftest.$ac_objext; then
21909 ac_cv_member_struct_msghdr_msg_accrights=yes
21910 else
21911 $as_echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21914 ac_cv_member_struct_msghdr_msg_accrights=no
21917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21922 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21923 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21924 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21928 _ACEOF
21932 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21933 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21934 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21935 $as_echo_n "(cached) " >&6
21936 else
21937 cat >conftest.$ac_ext <<_ACEOF
21938 /* confdefs.h. */
21939 _ACEOF
21940 cat confdefs.h >>conftest.$ac_ext
21941 cat >>conftest.$ac_ext <<_ACEOF
21942 /* end confdefs.h. */
21943 #include <sys/types.h>
21944 #ifdef HAVE_SYS_SOCKET_H
21945 # include <sys/socket.h>
21946 #endif
21947 #ifdef HAVE_SYS_UN_H
21948 # include <sys/un.h>
21949 #endif
21952 main ()
21954 static struct sockaddr ac_aggr;
21955 if (ac_aggr.sa_len)
21956 return 0;
21958 return 0;
21960 _ACEOF
21961 rm -f conftest.$ac_objext
21962 if { (ac_try="$ac_compile"
21963 case "(($ac_try" in
21964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21965 *) ac_try_echo=$ac_try;;
21966 esac
21967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21968 $as_echo "$ac_try_echo") >&5
21969 (eval "$ac_compile") 2>conftest.er1
21970 ac_status=$?
21971 grep -v '^ *+' conftest.er1 >conftest.err
21972 rm -f conftest.er1
21973 cat conftest.err >&5
21974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975 (exit $ac_status); } && {
21976 test -z "$ac_c_werror_flag" ||
21977 test ! -s conftest.err
21978 } && test -s conftest.$ac_objext; then
21979 ac_cv_member_struct_sockaddr_sa_len=yes
21980 else
21981 $as_echo "$as_me: failed program was:" >&5
21982 sed 's/^/| /' conftest.$ac_ext >&5
21984 cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h. */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21990 #include <sys/types.h>
21991 #ifdef HAVE_SYS_SOCKET_H
21992 # include <sys/socket.h>
21993 #endif
21994 #ifdef HAVE_SYS_UN_H
21995 # include <sys/un.h>
21996 #endif
21999 main ()
22001 static struct sockaddr ac_aggr;
22002 if (sizeof ac_aggr.sa_len)
22003 return 0;
22005 return 0;
22007 _ACEOF
22008 rm -f conftest.$ac_objext
22009 if { (ac_try="$ac_compile"
22010 case "(($ac_try" in
22011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22012 *) ac_try_echo=$ac_try;;
22013 esac
22014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22015 $as_echo "$ac_try_echo") >&5
22016 (eval "$ac_compile") 2>conftest.er1
22017 ac_status=$?
22018 grep -v '^ *+' conftest.er1 >conftest.err
22019 rm -f conftest.er1
22020 cat conftest.err >&5
22021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22022 (exit $ac_status); } && {
22023 test -z "$ac_c_werror_flag" ||
22024 test ! -s conftest.err
22025 } && test -s conftest.$ac_objext; then
22026 ac_cv_member_struct_sockaddr_sa_len=yes
22027 else
22028 $as_echo "$as_me: failed program was:" >&5
22029 sed 's/^/| /' conftest.$ac_ext >&5
22031 ac_cv_member_struct_sockaddr_sa_len=no
22034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22039 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22040 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22041 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22043 cat >>confdefs.h <<_ACEOF
22044 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22045 _ACEOF
22049 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22050 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22051 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22052 $as_echo_n "(cached) " >&6
22053 else
22054 cat >conftest.$ac_ext <<_ACEOF
22055 /* confdefs.h. */
22056 _ACEOF
22057 cat confdefs.h >>conftest.$ac_ext
22058 cat >>conftest.$ac_ext <<_ACEOF
22059 /* end confdefs.h. */
22060 #include <sys/types.h>
22061 #ifdef HAVE_SYS_SOCKET_H
22062 # include <sys/socket.h>
22063 #endif
22064 #ifdef HAVE_SYS_UN_H
22065 # include <sys/un.h>
22066 #endif
22069 main ()
22071 static struct sockaddr_un ac_aggr;
22072 if (ac_aggr.sun_len)
22073 return 0;
22075 return 0;
22077 _ACEOF
22078 rm -f conftest.$ac_objext
22079 if { (ac_try="$ac_compile"
22080 case "(($ac_try" in
22081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22082 *) ac_try_echo=$ac_try;;
22083 esac
22084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22085 $as_echo "$ac_try_echo") >&5
22086 (eval "$ac_compile") 2>conftest.er1
22087 ac_status=$?
22088 grep -v '^ *+' conftest.er1 >conftest.err
22089 rm -f conftest.er1
22090 cat conftest.err >&5
22091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092 (exit $ac_status); } && {
22093 test -z "$ac_c_werror_flag" ||
22094 test ! -s conftest.err
22095 } && test -s conftest.$ac_objext; then
22096 ac_cv_member_struct_sockaddr_un_sun_len=yes
22097 else
22098 $as_echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22101 cat >conftest.$ac_ext <<_ACEOF
22102 /* confdefs.h. */
22103 _ACEOF
22104 cat confdefs.h >>conftest.$ac_ext
22105 cat >>conftest.$ac_ext <<_ACEOF
22106 /* end confdefs.h. */
22107 #include <sys/types.h>
22108 #ifdef HAVE_SYS_SOCKET_H
22109 # include <sys/socket.h>
22110 #endif
22111 #ifdef HAVE_SYS_UN_H
22112 # include <sys/un.h>
22113 #endif
22116 main ()
22118 static struct sockaddr_un ac_aggr;
22119 if (sizeof ac_aggr.sun_len)
22120 return 0;
22122 return 0;
22124 _ACEOF
22125 rm -f conftest.$ac_objext
22126 if { (ac_try="$ac_compile"
22127 case "(($ac_try" in
22128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22129 *) ac_try_echo=$ac_try;;
22130 esac
22131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22132 $as_echo "$ac_try_echo") >&5
22133 (eval "$ac_compile") 2>conftest.er1
22134 ac_status=$?
22135 grep -v '^ *+' conftest.er1 >conftest.err
22136 rm -f conftest.er1
22137 cat conftest.err >&5
22138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); } && {
22140 test -z "$ac_c_werror_flag" ||
22141 test ! -s conftest.err
22142 } && test -s conftest.$ac_objext; then
22143 ac_cv_member_struct_sockaddr_un_sun_len=yes
22144 else
22145 $as_echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22148 ac_cv_member_struct_sockaddr_un_sun_len=no
22151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22156 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22157 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22158 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22160 cat >>confdefs.h <<_ACEOF
22161 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22162 _ACEOF
22168 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22169 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22170 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22171 $as_echo_n "(cached) " >&6
22172 else
22173 cat >conftest.$ac_ext <<_ACEOF
22174 /* confdefs.h. */
22175 _ACEOF
22176 cat confdefs.h >>conftest.$ac_ext
22177 cat >>conftest.$ac_ext <<_ACEOF
22178 /* end confdefs.h. */
22179 #include <sys/types.h>
22180 #ifdef HAVE_SCSI_SG_H
22181 #include <scsi/sg.h>
22182 #endif
22185 main ()
22187 static scsireq_t ac_aggr;
22188 if (ac_aggr.cmd)
22189 return 0;
22191 return 0;
22193 _ACEOF
22194 rm -f conftest.$ac_objext
22195 if { (ac_try="$ac_compile"
22196 case "(($ac_try" in
22197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198 *) ac_try_echo=$ac_try;;
22199 esac
22200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22201 $as_echo "$ac_try_echo") >&5
22202 (eval "$ac_compile") 2>conftest.er1
22203 ac_status=$?
22204 grep -v '^ *+' conftest.er1 >conftest.err
22205 rm -f conftest.er1
22206 cat conftest.err >&5
22207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); } && {
22209 test -z "$ac_c_werror_flag" ||
22210 test ! -s conftest.err
22211 } && test -s conftest.$ac_objext; then
22212 ac_cv_member_scsireq_t_cmd=yes
22213 else
22214 $as_echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22217 cat >conftest.$ac_ext <<_ACEOF
22218 /* confdefs.h. */
22219 _ACEOF
22220 cat confdefs.h >>conftest.$ac_ext
22221 cat >>conftest.$ac_ext <<_ACEOF
22222 /* end confdefs.h. */
22223 #include <sys/types.h>
22224 #ifdef HAVE_SCSI_SG_H
22225 #include <scsi/sg.h>
22226 #endif
22229 main ()
22231 static scsireq_t ac_aggr;
22232 if (sizeof ac_aggr.cmd)
22233 return 0;
22235 return 0;
22237 _ACEOF
22238 rm -f conftest.$ac_objext
22239 if { (ac_try="$ac_compile"
22240 case "(($ac_try" in
22241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22242 *) ac_try_echo=$ac_try;;
22243 esac
22244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22245 $as_echo "$ac_try_echo") >&5
22246 (eval "$ac_compile") 2>conftest.er1
22247 ac_status=$?
22248 grep -v '^ *+' conftest.er1 >conftest.err
22249 rm -f conftest.er1
22250 cat conftest.err >&5
22251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22252 (exit $ac_status); } && {
22253 test -z "$ac_c_werror_flag" ||
22254 test ! -s conftest.err
22255 } && test -s conftest.$ac_objext; then
22256 ac_cv_member_scsireq_t_cmd=yes
22257 else
22258 $as_echo "$as_me: failed program was:" >&5
22259 sed 's/^/| /' conftest.$ac_ext >&5
22261 ac_cv_member_scsireq_t_cmd=no
22264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22269 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22270 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22271 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22273 cat >>confdefs.h <<_ACEOF
22274 #define HAVE_SCSIREQ_T_CMD 1
22275 _ACEOF
22279 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22280 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22281 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22282 $as_echo_n "(cached) " >&6
22283 else
22284 cat >conftest.$ac_ext <<_ACEOF
22285 /* confdefs.h. */
22286 _ACEOF
22287 cat confdefs.h >>conftest.$ac_ext
22288 cat >>conftest.$ac_ext <<_ACEOF
22289 /* end confdefs.h. */
22290 #include <sys/types.h>
22291 #ifdef HAVE_SCSI_SG_H
22292 #include <scsi/sg.h>
22293 #endif
22296 main ()
22298 static sg_io_hdr_t ac_aggr;
22299 if (ac_aggr.interface_id)
22300 return 0;
22302 return 0;
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22310 esac
22311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22312 $as_echo "$ac_try_echo") >&5
22313 (eval "$ac_compile") 2>conftest.er1
22314 ac_status=$?
22315 grep -v '^ *+' conftest.er1 >conftest.err
22316 rm -f conftest.er1
22317 cat conftest.err >&5
22318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22319 (exit $ac_status); } && {
22320 test -z "$ac_c_werror_flag" ||
22321 test ! -s conftest.err
22322 } && test -s conftest.$ac_objext; then
22323 ac_cv_member_sg_io_hdr_t_interface_id=yes
22324 else
22325 $as_echo "$as_me: failed program was:" >&5
22326 sed 's/^/| /' conftest.$ac_ext >&5
22328 cat >conftest.$ac_ext <<_ACEOF
22329 /* confdefs.h. */
22330 _ACEOF
22331 cat confdefs.h >>conftest.$ac_ext
22332 cat >>conftest.$ac_ext <<_ACEOF
22333 /* end confdefs.h. */
22334 #include <sys/types.h>
22335 #ifdef HAVE_SCSI_SG_H
22336 #include <scsi/sg.h>
22337 #endif
22340 main ()
22342 static sg_io_hdr_t ac_aggr;
22343 if (sizeof ac_aggr.interface_id)
22344 return 0;
22346 return 0;
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353 *) ac_try_echo=$ac_try;;
22354 esac
22355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22356 $as_echo "$ac_try_echo") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_cv_member_sg_io_hdr_t_interface_id=yes
22368 else
22369 $as_echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22372 ac_cv_member_sg_io_hdr_t_interface_id=no
22375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22380 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22381 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22382 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22384 cat >>confdefs.h <<_ACEOF
22385 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22386 _ACEOF
22392 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22393 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22394 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22395 $as_echo_n "(cached) " >&6
22396 else
22397 cat >conftest.$ac_ext <<_ACEOF
22398 /* confdefs.h. */
22399 _ACEOF
22400 cat confdefs.h >>conftest.$ac_ext
22401 cat >>conftest.$ac_ext <<_ACEOF
22402 /* end confdefs.h. */
22403 #include <signal.h>
22406 main ()
22408 static siginfo_t ac_aggr;
22409 if (ac_aggr.si_fd)
22410 return 0;
22412 return 0;
22414 _ACEOF
22415 rm -f conftest.$ac_objext
22416 if { (ac_try="$ac_compile"
22417 case "(($ac_try" in
22418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22419 *) ac_try_echo=$ac_try;;
22420 esac
22421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22422 $as_echo "$ac_try_echo") >&5
22423 (eval "$ac_compile") 2>conftest.er1
22424 ac_status=$?
22425 grep -v '^ *+' conftest.er1 >conftest.err
22426 rm -f conftest.er1
22427 cat conftest.err >&5
22428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22429 (exit $ac_status); } && {
22430 test -z "$ac_c_werror_flag" ||
22431 test ! -s conftest.err
22432 } && test -s conftest.$ac_objext; then
22433 ac_cv_member_siginfo_t_si_fd=yes
22434 else
22435 $as_echo "$as_me: failed program was:" >&5
22436 sed 's/^/| /' conftest.$ac_ext >&5
22438 cat >conftest.$ac_ext <<_ACEOF
22439 /* confdefs.h. */
22440 _ACEOF
22441 cat confdefs.h >>conftest.$ac_ext
22442 cat >>conftest.$ac_ext <<_ACEOF
22443 /* end confdefs.h. */
22444 #include <signal.h>
22447 main ()
22449 static siginfo_t ac_aggr;
22450 if (sizeof ac_aggr.si_fd)
22451 return 0;
22453 return 0;
22455 _ACEOF
22456 rm -f conftest.$ac_objext
22457 if { (ac_try="$ac_compile"
22458 case "(($ac_try" in
22459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22460 *) ac_try_echo=$ac_try;;
22461 esac
22462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22463 $as_echo "$ac_try_echo") >&5
22464 (eval "$ac_compile") 2>conftest.er1
22465 ac_status=$?
22466 grep -v '^ *+' conftest.er1 >conftest.err
22467 rm -f conftest.er1
22468 cat conftest.err >&5
22469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470 (exit $ac_status); } && {
22471 test -z "$ac_c_werror_flag" ||
22472 test ! -s conftest.err
22473 } && test -s conftest.$ac_objext; then
22474 ac_cv_member_siginfo_t_si_fd=yes
22475 else
22476 $as_echo "$as_me: failed program was:" >&5
22477 sed 's/^/| /' conftest.$ac_ext >&5
22479 ac_cv_member_siginfo_t_si_fd=no
22482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22487 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22488 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22489 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22491 cat >>confdefs.h <<_ACEOF
22492 #define HAVE_SIGINFO_T_SI_FD 1
22493 _ACEOF
22499 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22500 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22501 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22502 $as_echo_n "(cached) " >&6
22503 else
22504 cat >conftest.$ac_ext <<_ACEOF
22505 /* confdefs.h. */
22506 _ACEOF
22507 cat confdefs.h >>conftest.$ac_ext
22508 cat >>conftest.$ac_ext <<_ACEOF
22509 /* end confdefs.h. */
22510 #include <sys/types.h>
22511 #ifdef HAVE_SYS_MTIO_H
22512 #include <sys/mtio.h>
22513 #endif
22516 main ()
22518 static struct mtget ac_aggr;
22519 if (ac_aggr.mt_blksiz)
22520 return 0;
22522 return 0;
22524 _ACEOF
22525 rm -f conftest.$ac_objext
22526 if { (ac_try="$ac_compile"
22527 case "(($ac_try" in
22528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22529 *) ac_try_echo=$ac_try;;
22530 esac
22531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22532 $as_echo "$ac_try_echo") >&5
22533 (eval "$ac_compile") 2>conftest.er1
22534 ac_status=$?
22535 grep -v '^ *+' conftest.er1 >conftest.err
22536 rm -f conftest.er1
22537 cat conftest.err >&5
22538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); } && {
22540 test -z "$ac_c_werror_flag" ||
22541 test ! -s conftest.err
22542 } && test -s conftest.$ac_objext; then
22543 ac_cv_member_struct_mtget_mt_blksiz=yes
22544 else
22545 $as_echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.$ac_ext >&5
22548 cat >conftest.$ac_ext <<_ACEOF
22549 /* confdefs.h. */
22550 _ACEOF
22551 cat confdefs.h >>conftest.$ac_ext
22552 cat >>conftest.$ac_ext <<_ACEOF
22553 /* end confdefs.h. */
22554 #include <sys/types.h>
22555 #ifdef HAVE_SYS_MTIO_H
22556 #include <sys/mtio.h>
22557 #endif
22560 main ()
22562 static struct mtget ac_aggr;
22563 if (sizeof ac_aggr.mt_blksiz)
22564 return 0;
22566 return 0;
22568 _ACEOF
22569 rm -f conftest.$ac_objext
22570 if { (ac_try="$ac_compile"
22571 case "(($ac_try" in
22572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22573 *) ac_try_echo=$ac_try;;
22574 esac
22575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22576 $as_echo "$ac_try_echo") >&5
22577 (eval "$ac_compile") 2>conftest.er1
22578 ac_status=$?
22579 grep -v '^ *+' conftest.er1 >conftest.err
22580 rm -f conftest.er1
22581 cat conftest.err >&5
22582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583 (exit $ac_status); } && {
22584 test -z "$ac_c_werror_flag" ||
22585 test ! -s conftest.err
22586 } && test -s conftest.$ac_objext; then
22587 ac_cv_member_struct_mtget_mt_blksiz=yes
22588 else
22589 $as_echo "$as_me: failed program was:" >&5
22590 sed 's/^/| /' conftest.$ac_ext >&5
22592 ac_cv_member_struct_mtget_mt_blksiz=no
22595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22600 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22601 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22602 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22604 cat >>confdefs.h <<_ACEOF
22605 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22606 _ACEOF
22610 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22611 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22612 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22613 $as_echo_n "(cached) " >&6
22614 else
22615 cat >conftest.$ac_ext <<_ACEOF
22616 /* confdefs.h. */
22617 _ACEOF
22618 cat confdefs.h >>conftest.$ac_ext
22619 cat >>conftest.$ac_ext <<_ACEOF
22620 /* end confdefs.h. */
22621 #include <sys/types.h>
22622 #ifdef HAVE_SYS_MTIO_H
22623 #include <sys/mtio.h>
22624 #endif
22627 main ()
22629 static struct mtget ac_aggr;
22630 if (ac_aggr.mt_gstat)
22631 return 0;
22633 return 0;
22635 _ACEOF
22636 rm -f conftest.$ac_objext
22637 if { (ac_try="$ac_compile"
22638 case "(($ac_try" in
22639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640 *) ac_try_echo=$ac_try;;
22641 esac
22642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22643 $as_echo "$ac_try_echo") >&5
22644 (eval "$ac_compile") 2>conftest.er1
22645 ac_status=$?
22646 grep -v '^ *+' conftest.er1 >conftest.err
22647 rm -f conftest.er1
22648 cat conftest.err >&5
22649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); } && {
22651 test -z "$ac_c_werror_flag" ||
22652 test ! -s conftest.err
22653 } && test -s conftest.$ac_objext; then
22654 ac_cv_member_struct_mtget_mt_gstat=yes
22655 else
22656 $as_echo "$as_me: failed program was:" >&5
22657 sed 's/^/| /' conftest.$ac_ext >&5
22659 cat >conftest.$ac_ext <<_ACEOF
22660 /* confdefs.h. */
22661 _ACEOF
22662 cat confdefs.h >>conftest.$ac_ext
22663 cat >>conftest.$ac_ext <<_ACEOF
22664 /* end confdefs.h. */
22665 #include <sys/types.h>
22666 #ifdef HAVE_SYS_MTIO_H
22667 #include <sys/mtio.h>
22668 #endif
22671 main ()
22673 static struct mtget ac_aggr;
22674 if (sizeof ac_aggr.mt_gstat)
22675 return 0;
22677 return 0;
22679 _ACEOF
22680 rm -f conftest.$ac_objext
22681 if { (ac_try="$ac_compile"
22682 case "(($ac_try" in
22683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22684 *) ac_try_echo=$ac_try;;
22685 esac
22686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22687 $as_echo "$ac_try_echo") >&5
22688 (eval "$ac_compile") 2>conftest.er1
22689 ac_status=$?
22690 grep -v '^ *+' conftest.er1 >conftest.err
22691 rm -f conftest.er1
22692 cat conftest.err >&5
22693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22694 (exit $ac_status); } && {
22695 test -z "$ac_c_werror_flag" ||
22696 test ! -s conftest.err
22697 } && test -s conftest.$ac_objext; then
22698 ac_cv_member_struct_mtget_mt_gstat=yes
22699 else
22700 $as_echo "$as_me: failed program was:" >&5
22701 sed 's/^/| /' conftest.$ac_ext >&5
22703 ac_cv_member_struct_mtget_mt_gstat=no
22706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22711 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22712 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22713 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22715 cat >>confdefs.h <<_ACEOF
22716 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22717 _ACEOF
22721 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22722 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22723 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22724 $as_echo_n "(cached) " >&6
22725 else
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #include <sys/types.h>
22733 #ifdef HAVE_SYS_MTIO_H
22734 #include <sys/mtio.h>
22735 #endif
22738 main ()
22740 static struct mtget ac_aggr;
22741 if (ac_aggr.mt_blkno)
22742 return 0;
22744 return 0;
22746 _ACEOF
22747 rm -f conftest.$ac_objext
22748 if { (ac_try="$ac_compile"
22749 case "(($ac_try" in
22750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22751 *) ac_try_echo=$ac_try;;
22752 esac
22753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22754 $as_echo "$ac_try_echo") >&5
22755 (eval "$ac_compile") 2>conftest.er1
22756 ac_status=$?
22757 grep -v '^ *+' conftest.er1 >conftest.err
22758 rm -f conftest.er1
22759 cat conftest.err >&5
22760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); } && {
22762 test -z "$ac_c_werror_flag" ||
22763 test ! -s conftest.err
22764 } && test -s conftest.$ac_objext; then
22765 ac_cv_member_struct_mtget_mt_blkno=yes
22766 else
22767 $as_echo "$as_me: failed program was:" >&5
22768 sed 's/^/| /' conftest.$ac_ext >&5
22770 cat >conftest.$ac_ext <<_ACEOF
22771 /* confdefs.h. */
22772 _ACEOF
22773 cat confdefs.h >>conftest.$ac_ext
22774 cat >>conftest.$ac_ext <<_ACEOF
22775 /* end confdefs.h. */
22776 #include <sys/types.h>
22777 #ifdef HAVE_SYS_MTIO_H
22778 #include <sys/mtio.h>
22779 #endif
22782 main ()
22784 static struct mtget ac_aggr;
22785 if (sizeof ac_aggr.mt_blkno)
22786 return 0;
22788 return 0;
22790 _ACEOF
22791 rm -f conftest.$ac_objext
22792 if { (ac_try="$ac_compile"
22793 case "(($ac_try" in
22794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22795 *) ac_try_echo=$ac_try;;
22796 esac
22797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22798 $as_echo "$ac_try_echo") >&5
22799 (eval "$ac_compile") 2>conftest.er1
22800 ac_status=$?
22801 grep -v '^ *+' conftest.er1 >conftest.err
22802 rm -f conftest.er1
22803 cat conftest.err >&5
22804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22805 (exit $ac_status); } && {
22806 test -z "$ac_c_werror_flag" ||
22807 test ! -s conftest.err
22808 } && test -s conftest.$ac_objext; then
22809 ac_cv_member_struct_mtget_mt_blkno=yes
22810 else
22811 $as_echo "$as_me: failed program was:" >&5
22812 sed 's/^/| /' conftest.$ac_ext >&5
22814 ac_cv_member_struct_mtget_mt_blkno=no
22817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22822 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22823 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22824 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22826 cat >>confdefs.h <<_ACEOF
22827 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22828 _ACEOF
22834 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22835 $as_echo_n "checking for struct option.name... " >&6; }
22836 if test "${ac_cv_member_struct_option_name+set}" = set; then
22837 $as_echo_n "(cached) " >&6
22838 else
22839 cat >conftest.$ac_ext <<_ACEOF
22840 /* confdefs.h. */
22841 _ACEOF
22842 cat confdefs.h >>conftest.$ac_ext
22843 cat >>conftest.$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22845 #ifdef HAVE_GETOPT_H
22846 #include <getopt.h>
22847 #endif
22850 main ()
22852 static struct option ac_aggr;
22853 if (ac_aggr.name)
22854 return 0;
22856 return 0;
22858 _ACEOF
22859 rm -f conftest.$ac_objext
22860 if { (ac_try="$ac_compile"
22861 case "(($ac_try" in
22862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22863 *) ac_try_echo=$ac_try;;
22864 esac
22865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22866 $as_echo "$ac_try_echo") >&5
22867 (eval "$ac_compile") 2>conftest.er1
22868 ac_status=$?
22869 grep -v '^ *+' conftest.er1 >conftest.err
22870 rm -f conftest.er1
22871 cat conftest.err >&5
22872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22873 (exit $ac_status); } && {
22874 test -z "$ac_c_werror_flag" ||
22875 test ! -s conftest.err
22876 } && test -s conftest.$ac_objext; then
22877 ac_cv_member_struct_option_name=yes
22878 else
22879 $as_echo "$as_me: failed program was:" >&5
22880 sed 's/^/| /' conftest.$ac_ext >&5
22882 cat >conftest.$ac_ext <<_ACEOF
22883 /* confdefs.h. */
22884 _ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h. */
22888 #ifdef HAVE_GETOPT_H
22889 #include <getopt.h>
22890 #endif
22893 main ()
22895 static struct option ac_aggr;
22896 if (sizeof ac_aggr.name)
22897 return 0;
22899 return 0;
22901 _ACEOF
22902 rm -f conftest.$ac_objext
22903 if { (ac_try="$ac_compile"
22904 case "(($ac_try" in
22905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22906 *) ac_try_echo=$ac_try;;
22907 esac
22908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22909 $as_echo "$ac_try_echo") >&5
22910 (eval "$ac_compile") 2>conftest.er1
22911 ac_status=$?
22912 grep -v '^ *+' conftest.er1 >conftest.err
22913 rm -f conftest.er1
22914 cat conftest.err >&5
22915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22916 (exit $ac_status); } && {
22917 test -z "$ac_c_werror_flag" ||
22918 test ! -s conftest.err
22919 } && test -s conftest.$ac_objext; then
22920 ac_cv_member_struct_option_name=yes
22921 else
22922 $as_echo "$as_me: failed program was:" >&5
22923 sed 's/^/| /' conftest.$ac_ext >&5
22925 ac_cv_member_struct_option_name=no
22928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22933 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22934 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22935 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22937 cat >>confdefs.h <<_ACEOF
22938 #define HAVE_STRUCT_OPTION_NAME 1
22939 _ACEOF
22945 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22946 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22947 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22948 $as_echo_n "(cached) " >&6
22949 else
22950 cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h. */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h. */
22956 $ac_includes_default
22958 main ()
22960 static struct stat ac_aggr;
22961 if (ac_aggr.st_blocks)
22962 return 0;
22964 return 0;
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22972 esac
22973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22974 $as_echo "$ac_try_echo") >&5
22975 (eval "$ac_compile") 2>conftest.er1
22976 ac_status=$?
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
22980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } && {
22982 test -z "$ac_c_werror_flag" ||
22983 test ! -s conftest.err
22984 } && test -s conftest.$ac_objext; then
22985 ac_cv_member_struct_stat_st_blocks=yes
22986 else
22987 $as_echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22990 cat >conftest.$ac_ext <<_ACEOF
22991 /* confdefs.h. */
22992 _ACEOF
22993 cat confdefs.h >>conftest.$ac_ext
22994 cat >>conftest.$ac_ext <<_ACEOF
22995 /* end confdefs.h. */
22996 $ac_includes_default
22998 main ()
23000 static struct stat ac_aggr;
23001 if (sizeof ac_aggr.st_blocks)
23002 return 0;
23004 return 0;
23006 _ACEOF
23007 rm -f conftest.$ac_objext
23008 if { (ac_try="$ac_compile"
23009 case "(($ac_try" in
23010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23011 *) ac_try_echo=$ac_try;;
23012 esac
23013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23014 $as_echo "$ac_try_echo") >&5
23015 (eval "$ac_compile") 2>conftest.er1
23016 ac_status=$?
23017 grep -v '^ *+' conftest.er1 >conftest.err
23018 rm -f conftest.er1
23019 cat conftest.err >&5
23020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23021 (exit $ac_status); } && {
23022 test -z "$ac_c_werror_flag" ||
23023 test ! -s conftest.err
23024 } && test -s conftest.$ac_objext; then
23025 ac_cv_member_struct_stat_st_blocks=yes
23026 else
23027 $as_echo "$as_me: failed program was:" >&5
23028 sed 's/^/| /' conftest.$ac_ext >&5
23030 ac_cv_member_struct_stat_st_blocks=no
23033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23038 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23039 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23040 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23042 cat >>confdefs.h <<_ACEOF
23043 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23044 _ACEOF
23048 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23049 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23050 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23051 $as_echo_n "(cached) " >&6
23052 else
23053 cat >conftest.$ac_ext <<_ACEOF
23054 /* confdefs.h. */
23055 _ACEOF
23056 cat confdefs.h >>conftest.$ac_ext
23057 cat >>conftest.$ac_ext <<_ACEOF
23058 /* end confdefs.h. */
23059 $ac_includes_default
23061 main ()
23063 static struct stat ac_aggr;
23064 if (ac_aggr.st_mtim)
23065 return 0;
23067 return 0;
23069 _ACEOF
23070 rm -f conftest.$ac_objext
23071 if { (ac_try="$ac_compile"
23072 case "(($ac_try" in
23073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23074 *) ac_try_echo=$ac_try;;
23075 esac
23076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23077 $as_echo "$ac_try_echo") >&5
23078 (eval "$ac_compile") 2>conftest.er1
23079 ac_status=$?
23080 grep -v '^ *+' conftest.er1 >conftest.err
23081 rm -f conftest.er1
23082 cat conftest.err >&5
23083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); } && {
23085 test -z "$ac_c_werror_flag" ||
23086 test ! -s conftest.err
23087 } && test -s conftest.$ac_objext; then
23088 ac_cv_member_struct_stat_st_mtim=yes
23089 else
23090 $as_echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23093 cat >conftest.$ac_ext <<_ACEOF
23094 /* confdefs.h. */
23095 _ACEOF
23096 cat confdefs.h >>conftest.$ac_ext
23097 cat >>conftest.$ac_ext <<_ACEOF
23098 /* end confdefs.h. */
23099 $ac_includes_default
23101 main ()
23103 static struct stat ac_aggr;
23104 if (sizeof ac_aggr.st_mtim)
23105 return 0;
23107 return 0;
23109 _ACEOF
23110 rm -f conftest.$ac_objext
23111 if { (ac_try="$ac_compile"
23112 case "(($ac_try" in
23113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23114 *) ac_try_echo=$ac_try;;
23115 esac
23116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23117 $as_echo "$ac_try_echo") >&5
23118 (eval "$ac_compile") 2>conftest.er1
23119 ac_status=$?
23120 grep -v '^ *+' conftest.er1 >conftest.err
23121 rm -f conftest.er1
23122 cat conftest.err >&5
23123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23124 (exit $ac_status); } && {
23125 test -z "$ac_c_werror_flag" ||
23126 test ! -s conftest.err
23127 } && test -s conftest.$ac_objext; then
23128 ac_cv_member_struct_stat_st_mtim=yes
23129 else
23130 $as_echo "$as_me: failed program was:" >&5
23131 sed 's/^/| /' conftest.$ac_ext >&5
23133 ac_cv_member_struct_stat_st_mtim=no
23136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23141 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23142 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23143 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23145 cat >>confdefs.h <<_ACEOF
23146 #define HAVE_STRUCT_STAT_ST_MTIM 1
23147 _ACEOF
23151 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23152 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23153 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23154 $as_echo_n "(cached) " >&6
23155 else
23156 cat >conftest.$ac_ext <<_ACEOF
23157 /* confdefs.h. */
23158 _ACEOF
23159 cat confdefs.h >>conftest.$ac_ext
23160 cat >>conftest.$ac_ext <<_ACEOF
23161 /* end confdefs.h. */
23162 $ac_includes_default
23164 main ()
23166 static struct stat ac_aggr;
23167 if (ac_aggr.st_ctim)
23168 return 0;
23170 return 0;
23172 _ACEOF
23173 rm -f conftest.$ac_objext
23174 if { (ac_try="$ac_compile"
23175 case "(($ac_try" in
23176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177 *) ac_try_echo=$ac_try;;
23178 esac
23179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23180 $as_echo "$ac_try_echo") >&5
23181 (eval "$ac_compile") 2>conftest.er1
23182 ac_status=$?
23183 grep -v '^ *+' conftest.er1 >conftest.err
23184 rm -f conftest.er1
23185 cat conftest.err >&5
23186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); } && {
23188 test -z "$ac_c_werror_flag" ||
23189 test ! -s conftest.err
23190 } && test -s conftest.$ac_objext; then
23191 ac_cv_member_struct_stat_st_ctim=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 cat >conftest.$ac_ext <<_ACEOF
23197 /* confdefs.h. */
23198 _ACEOF
23199 cat confdefs.h >>conftest.$ac_ext
23200 cat >>conftest.$ac_ext <<_ACEOF
23201 /* end confdefs.h. */
23202 $ac_includes_default
23204 main ()
23206 static struct stat ac_aggr;
23207 if (sizeof ac_aggr.st_ctim)
23208 return 0;
23210 return 0;
23212 _ACEOF
23213 rm -f conftest.$ac_objext
23214 if { (ac_try="$ac_compile"
23215 case "(($ac_try" in
23216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23217 *) ac_try_echo=$ac_try;;
23218 esac
23219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23220 $as_echo "$ac_try_echo") >&5
23221 (eval "$ac_compile") 2>conftest.er1
23222 ac_status=$?
23223 grep -v '^ *+' conftest.er1 >conftest.err
23224 rm -f conftest.er1
23225 cat conftest.err >&5
23226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } && {
23228 test -z "$ac_c_werror_flag" ||
23229 test ! -s conftest.err
23230 } && test -s conftest.$ac_objext; then
23231 ac_cv_member_struct_stat_st_ctim=yes
23232 else
23233 $as_echo "$as_me: failed program was:" >&5
23234 sed 's/^/| /' conftest.$ac_ext >&5
23236 ac_cv_member_struct_stat_st_ctim=no
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23244 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23245 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23246 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23248 cat >>confdefs.h <<_ACEOF
23249 #define HAVE_STRUCT_STAT_ST_CTIM 1
23250 _ACEOF
23254 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23255 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23256 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23257 $as_echo_n "(cached) " >&6
23258 else
23259 cat >conftest.$ac_ext <<_ACEOF
23260 /* confdefs.h. */
23261 _ACEOF
23262 cat confdefs.h >>conftest.$ac_ext
23263 cat >>conftest.$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23265 $ac_includes_default
23267 main ()
23269 static struct stat ac_aggr;
23270 if (ac_aggr.st_atim)
23271 return 0;
23273 return 0;
23275 _ACEOF
23276 rm -f conftest.$ac_objext
23277 if { (ac_try="$ac_compile"
23278 case "(($ac_try" in
23279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23280 *) ac_try_echo=$ac_try;;
23281 esac
23282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23283 $as_echo "$ac_try_echo") >&5
23284 (eval "$ac_compile") 2>conftest.er1
23285 ac_status=$?
23286 grep -v '^ *+' conftest.er1 >conftest.err
23287 rm -f conftest.er1
23288 cat conftest.err >&5
23289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23290 (exit $ac_status); } && {
23291 test -z "$ac_c_werror_flag" ||
23292 test ! -s conftest.err
23293 } && test -s conftest.$ac_objext; then
23294 ac_cv_member_struct_stat_st_atim=yes
23295 else
23296 $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23299 cat >conftest.$ac_ext <<_ACEOF
23300 /* confdefs.h. */
23301 _ACEOF
23302 cat confdefs.h >>conftest.$ac_ext
23303 cat >>conftest.$ac_ext <<_ACEOF
23304 /* end confdefs.h. */
23305 $ac_includes_default
23307 main ()
23309 static struct stat ac_aggr;
23310 if (sizeof ac_aggr.st_atim)
23311 return 0;
23313 return 0;
23315 _ACEOF
23316 rm -f conftest.$ac_objext
23317 if { (ac_try="$ac_compile"
23318 case "(($ac_try" in
23319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23320 *) ac_try_echo=$ac_try;;
23321 esac
23322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23323 $as_echo "$ac_try_echo") >&5
23324 (eval "$ac_compile") 2>conftest.er1
23325 ac_status=$?
23326 grep -v '^ *+' conftest.er1 >conftest.err
23327 rm -f conftest.er1
23328 cat conftest.err >&5
23329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23330 (exit $ac_status); } && {
23331 test -z "$ac_c_werror_flag" ||
23332 test ! -s conftest.err
23333 } && test -s conftest.$ac_objext; then
23334 ac_cv_member_struct_stat_st_atim=yes
23335 else
23336 $as_echo "$as_me: failed program was:" >&5
23337 sed 's/^/| /' conftest.$ac_ext >&5
23339 ac_cv_member_struct_stat_st_atim=no
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23347 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23348 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23349 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23351 cat >>confdefs.h <<_ACEOF
23352 #define HAVE_STRUCT_STAT_ST_ATIM 1
23353 _ACEOF
23359 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23360 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23361 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23362 $as_echo_n "(cached) " >&6
23363 else
23364 cat >conftest.$ac_ext <<_ACEOF
23365 /* confdefs.h. */
23366 _ACEOF
23367 cat confdefs.h >>conftest.$ac_ext
23368 cat >>conftest.$ac_ext <<_ACEOF
23369 /* end confdefs.h. */
23370 #ifdef HAVE_SYS_TYPES_H
23371 #include <sys/types.h>
23372 #endif
23373 #ifdef HAVE_NETINET_IN_H
23374 #include <netinet/in.h>
23375 #endif
23378 main ()
23380 static struct sockaddr_in6 ac_aggr;
23381 if (ac_aggr.sin6_scope_id)
23382 return 0;
23384 return 0;
23386 _ACEOF
23387 rm -f conftest.$ac_objext
23388 if { (ac_try="$ac_compile"
23389 case "(($ac_try" in
23390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23391 *) ac_try_echo=$ac_try;;
23392 esac
23393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23394 $as_echo "$ac_try_echo") >&5
23395 (eval "$ac_compile") 2>conftest.er1
23396 ac_status=$?
23397 grep -v '^ *+' conftest.er1 >conftest.err
23398 rm -f conftest.er1
23399 cat conftest.err >&5
23400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); } && {
23402 test -z "$ac_c_werror_flag" ||
23403 test ! -s conftest.err
23404 } && test -s conftest.$ac_objext; then
23405 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23406 else
23407 $as_echo "$as_me: failed program was:" >&5
23408 sed 's/^/| /' conftest.$ac_ext >&5
23410 cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h. */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23416 #ifdef HAVE_SYS_TYPES_H
23417 #include <sys/types.h>
23418 #endif
23419 #ifdef HAVE_NETINET_IN_H
23420 #include <netinet/in.h>
23421 #endif
23424 main ()
23426 static struct sockaddr_in6 ac_aggr;
23427 if (sizeof ac_aggr.sin6_scope_id)
23428 return 0;
23430 return 0;
23432 _ACEOF
23433 rm -f conftest.$ac_objext
23434 if { (ac_try="$ac_compile"
23435 case "(($ac_try" in
23436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23437 *) ac_try_echo=$ac_try;;
23438 esac
23439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23440 $as_echo "$ac_try_echo") >&5
23441 (eval "$ac_compile") 2>conftest.er1
23442 ac_status=$?
23443 grep -v '^ *+' conftest.er1 >conftest.err
23444 rm -f conftest.er1
23445 cat conftest.err >&5
23446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23447 (exit $ac_status); } && {
23448 test -z "$ac_c_werror_flag" ||
23449 test ! -s conftest.err
23450 } && test -s conftest.$ac_objext; then
23451 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23452 else
23453 $as_echo "$as_me: failed program was:" >&5
23454 sed 's/^/| /' conftest.$ac_ext >&5
23456 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23464 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23465 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23466 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23468 cat >>confdefs.h <<_ACEOF
23469 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23470 _ACEOF
23476 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23477 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23478 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23479 $as_echo_n "(cached) " >&6
23480 else
23481 cat >conftest.$ac_ext <<_ACEOF
23482 /* confdefs.h. */
23483 _ACEOF
23484 cat confdefs.h >>conftest.$ac_ext
23485 cat >>conftest.$ac_ext <<_ACEOF
23486 /* end confdefs.h. */
23487 #ifdef HAVE_SYS_TYPES_H
23488 #include <sys/types.h>
23489 #endif
23490 #ifdef HAVE_NETINET_IN_H
23491 # include <netinet/in.h>
23492 #endif
23493 #ifdef HAVE_ARPA_NAMESER_H
23494 # include <arpa/nameser.h>
23495 #endif
23498 main ()
23500 static ns_msg ac_aggr;
23501 if (ac_aggr._msg_ptr)
23502 return 0;
23504 return 0;
23506 _ACEOF
23507 rm -f conftest.$ac_objext
23508 if { (ac_try="$ac_compile"
23509 case "(($ac_try" in
23510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23511 *) ac_try_echo=$ac_try;;
23512 esac
23513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23514 $as_echo "$ac_try_echo") >&5
23515 (eval "$ac_compile") 2>conftest.er1
23516 ac_status=$?
23517 grep -v '^ *+' conftest.er1 >conftest.err
23518 rm -f conftest.er1
23519 cat conftest.err >&5
23520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23521 (exit $ac_status); } && {
23522 test -z "$ac_c_werror_flag" ||
23523 test ! -s conftest.err
23524 } && test -s conftest.$ac_objext; then
23525 ac_cv_member_ns_msg__msg_ptr=yes
23526 else
23527 $as_echo "$as_me: failed program was:" >&5
23528 sed 's/^/| /' conftest.$ac_ext >&5
23530 cat >conftest.$ac_ext <<_ACEOF
23531 /* confdefs.h. */
23532 _ACEOF
23533 cat confdefs.h >>conftest.$ac_ext
23534 cat >>conftest.$ac_ext <<_ACEOF
23535 /* end confdefs.h. */
23536 #ifdef HAVE_SYS_TYPES_H
23537 #include <sys/types.h>
23538 #endif
23539 #ifdef HAVE_NETINET_IN_H
23540 # include <netinet/in.h>
23541 #endif
23542 #ifdef HAVE_ARPA_NAMESER_H
23543 # include <arpa/nameser.h>
23544 #endif
23547 main ()
23549 static ns_msg ac_aggr;
23550 if (sizeof ac_aggr._msg_ptr)
23551 return 0;
23553 return 0;
23555 _ACEOF
23556 rm -f conftest.$ac_objext
23557 if { (ac_try="$ac_compile"
23558 case "(($ac_try" in
23559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23560 *) ac_try_echo=$ac_try;;
23561 esac
23562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23563 $as_echo "$ac_try_echo") >&5
23564 (eval "$ac_compile") 2>conftest.er1
23565 ac_status=$?
23566 grep -v '^ *+' conftest.er1 >conftest.err
23567 rm -f conftest.er1
23568 cat conftest.err >&5
23569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570 (exit $ac_status); } && {
23571 test -z "$ac_c_werror_flag" ||
23572 test ! -s conftest.err
23573 } && test -s conftest.$ac_objext; then
23574 ac_cv_member_ns_msg__msg_ptr=yes
23575 else
23576 $as_echo "$as_me: failed program was:" >&5
23577 sed 's/^/| /' conftest.$ac_ext >&5
23579 ac_cv_member_ns_msg__msg_ptr=no
23582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23587 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23588 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23589 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23591 cat >>confdefs.h <<_ACEOF
23592 #define HAVE_NS_MSG__MSG_PTR 1
23593 _ACEOF
23599 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23600 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23601 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23602 $as_echo_n "(cached) " >&6
23603 else
23604 cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h. */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h. */
23610 #ifdef HAVE_SYS_TYPES_H
23611 #include <sys/types.h>
23612 #endif
23613 #ifdef HAVE_ALIAS_H
23614 #include <alias.h>
23615 #endif
23616 #ifdef HAVE_SYS_SOCKET_H
23617 #include <sys/socket.h>
23618 #endif
23619 #ifdef HAVE_SYS_SOCKETVAR_H
23620 #include <sys/socketvar.h>
23621 #endif
23622 #ifdef HAVE_SYS_TIMEOUT_H
23623 #include <sys/timeout.h>
23624 #endif
23625 #ifdef HAVE_NETINET_IN_H
23626 #include <netinet/in.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IN_SYSTM_H
23629 #include <netinet/in_systm.h>
23630 #endif
23631 #ifdef HAVE_NETINET_IP_H
23632 #include <netinet/ip.h>
23633 #endif
23634 #ifdef HAVE_NETINET_IP_VAR_H
23635 #include <netinet/ip_var.h>
23636 #endif
23637 #ifdef HAVE_NETINET_IP_ICMP_H
23638 #include <netinet/ip_icmp.h>
23639 #endif
23640 #ifdef HAVE_NETINET_ICMP_VAR
23641 #include <netinet/icmp_var.h>
23642 #endif
23645 main ()
23647 static struct icmpstat ac_aggr;
23648 if (ac_aggr.icps_outhist)
23649 return 0;
23651 return 0;
23653 _ACEOF
23654 rm -f conftest.$ac_objext
23655 if { (ac_try="$ac_compile"
23656 case "(($ac_try" in
23657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23658 *) ac_try_echo=$ac_try;;
23659 esac
23660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23661 $as_echo "$ac_try_echo") >&5
23662 (eval "$ac_compile") 2>conftest.er1
23663 ac_status=$?
23664 grep -v '^ *+' conftest.er1 >conftest.err
23665 rm -f conftest.er1
23666 cat conftest.err >&5
23667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23668 (exit $ac_status); } && {
23669 test -z "$ac_c_werror_flag" ||
23670 test ! -s conftest.err
23671 } && test -s conftest.$ac_objext; then
23672 ac_cv_member_struct_icmpstat_icps_outhist=yes
23673 else
23674 $as_echo "$as_me: failed program was:" >&5
23675 sed 's/^/| /' conftest.$ac_ext >&5
23677 cat >conftest.$ac_ext <<_ACEOF
23678 /* confdefs.h. */
23679 _ACEOF
23680 cat confdefs.h >>conftest.$ac_ext
23681 cat >>conftest.$ac_ext <<_ACEOF
23682 /* end confdefs.h. */
23683 #ifdef HAVE_SYS_TYPES_H
23684 #include <sys/types.h>
23685 #endif
23686 #ifdef HAVE_ALIAS_H
23687 #include <alias.h>
23688 #endif
23689 #ifdef HAVE_SYS_SOCKET_H
23690 #include <sys/socket.h>
23691 #endif
23692 #ifdef HAVE_SYS_SOCKETVAR_H
23693 #include <sys/socketvar.h>
23694 #endif
23695 #ifdef HAVE_SYS_TIMEOUT_H
23696 #include <sys/timeout.h>
23697 #endif
23698 #ifdef HAVE_NETINET_IN_H
23699 #include <netinet/in.h>
23700 #endif
23701 #ifdef HAVE_NETINET_IN_SYSTM_H
23702 #include <netinet/in_systm.h>
23703 #endif
23704 #ifdef HAVE_NETINET_IP_H
23705 #include <netinet/ip.h>
23706 #endif
23707 #ifdef HAVE_NETINET_IP_VAR_H
23708 #include <netinet/ip_var.h>
23709 #endif
23710 #ifdef HAVE_NETINET_IP_ICMP_H
23711 #include <netinet/ip_icmp.h>
23712 #endif
23713 #ifdef HAVE_NETINET_ICMP_VAR
23714 #include <netinet/icmp_var.h>
23715 #endif
23718 main ()
23720 static struct icmpstat ac_aggr;
23721 if (sizeof ac_aggr.icps_outhist)
23722 return 0;
23724 return 0;
23726 _ACEOF
23727 rm -f conftest.$ac_objext
23728 if { (ac_try="$ac_compile"
23729 case "(($ac_try" in
23730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23731 *) ac_try_echo=$ac_try;;
23732 esac
23733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23734 $as_echo "$ac_try_echo") >&5
23735 (eval "$ac_compile") 2>conftest.er1
23736 ac_status=$?
23737 grep -v '^ *+' conftest.er1 >conftest.err
23738 rm -f conftest.er1
23739 cat conftest.err >&5
23740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741 (exit $ac_status); } && {
23742 test -z "$ac_c_werror_flag" ||
23743 test ! -s conftest.err
23744 } && test -s conftest.$ac_objext; then
23745 ac_cv_member_struct_icmpstat_icps_outhist=yes
23746 else
23747 $as_echo "$as_me: failed program was:" >&5
23748 sed 's/^/| /' conftest.$ac_ext >&5
23750 ac_cv_member_struct_icmpstat_icps_outhist=no
23753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23758 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23759 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23760 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23762 cat >>confdefs.h <<_ACEOF
23763 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23764 _ACEOF
23770 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23771 $as_echo_n "checking for timezone variable... " >&6; }
23772 if test "${ac_cv_have_timezone+set}" = set; then
23773 $as_echo_n "(cached) " >&6
23774 else
23775 cat >conftest.$ac_ext <<_ACEOF
23776 /* confdefs.h. */
23777 _ACEOF
23778 cat confdefs.h >>conftest.$ac_ext
23779 cat >>conftest.$ac_ext <<_ACEOF
23780 /* end confdefs.h. */
23781 #include <time.h>
23783 main ()
23785 timezone = 1
23787 return 0;
23789 _ACEOF
23790 rm -f conftest.$ac_objext conftest$ac_exeext
23791 if { (ac_try="$ac_link"
23792 case "(($ac_try" in
23793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23794 *) ac_try_echo=$ac_try;;
23795 esac
23796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23797 $as_echo "$ac_try_echo") >&5
23798 (eval "$ac_link") 2>conftest.er1
23799 ac_status=$?
23800 grep -v '^ *+' conftest.er1 >conftest.err
23801 rm -f conftest.er1
23802 cat conftest.err >&5
23803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804 (exit $ac_status); } && {
23805 test -z "$ac_c_werror_flag" ||
23806 test ! -s conftest.err
23807 } && test -s conftest$ac_exeext && {
23808 test "$cross_compiling" = yes ||
23809 $as_test_x conftest$ac_exeext
23810 }; then
23811 ac_cv_have_timezone="yes"
23812 else
23813 $as_echo "$as_me: failed program was:" >&5
23814 sed 's/^/| /' conftest.$ac_ext >&5
23816 ac_cv_have_timezone="no"
23819 rm -rf conftest.dSYM
23820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23821 conftest$ac_exeext conftest.$ac_ext
23823 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23824 $as_echo "$ac_cv_have_timezone" >&6; }
23825 if test "$ac_cv_have_timezone" = "yes"
23826 then
23828 cat >>confdefs.h <<\_ACEOF
23829 #define HAVE_TIMEZONE 1
23830 _ACEOF
23833 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23834 $as_echo_n "checking for daylight variable... " >&6; }
23835 if test "${ac_cv_have_daylight+set}" = set; then
23836 $as_echo_n "(cached) " >&6
23837 else
23838 cat >conftest.$ac_ext <<_ACEOF
23839 /* confdefs.h. */
23840 _ACEOF
23841 cat confdefs.h >>conftest.$ac_ext
23842 cat >>conftest.$ac_ext <<_ACEOF
23843 /* end confdefs.h. */
23844 #include <time.h>
23846 main ()
23848 daylight = 1
23850 return 0;
23852 _ACEOF
23853 rm -f conftest.$ac_objext conftest$ac_exeext
23854 if { (ac_try="$ac_link"
23855 case "(($ac_try" in
23856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23857 *) ac_try_echo=$ac_try;;
23858 esac
23859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23860 $as_echo "$ac_try_echo") >&5
23861 (eval "$ac_link") 2>conftest.er1
23862 ac_status=$?
23863 grep -v '^ *+' conftest.er1 >conftest.err
23864 rm -f conftest.er1
23865 cat conftest.err >&5
23866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23867 (exit $ac_status); } && {
23868 test -z "$ac_c_werror_flag" ||
23869 test ! -s conftest.err
23870 } && test -s conftest$ac_exeext && {
23871 test "$cross_compiling" = yes ||
23872 $as_test_x conftest$ac_exeext
23873 }; then
23874 ac_cv_have_daylight="yes"
23875 else
23876 $as_echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.$ac_ext >&5
23879 ac_cv_have_daylight="no"
23882 rm -rf conftest.dSYM
23883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23884 conftest$ac_exeext conftest.$ac_ext
23886 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23887 $as_echo "$ac_cv_have_daylight" >&6; }
23888 if test "$ac_cv_have_daylight" = "yes"
23889 then
23891 cat >>confdefs.h <<\_ACEOF
23892 #define HAVE_DAYLIGHT 1
23893 _ACEOF
23897 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23898 $as_echo_n "checking for isinf... " >&6; }
23899 if test "${ac_cv_have_isinf+set}" = set; then
23900 $as_echo_n "(cached) " >&6
23901 else
23902 cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h. */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h. */
23908 #include <math.h>
23910 main ()
23912 float f = 0.0; int i=isinf(f)
23914 return 0;
23916 _ACEOF
23917 rm -f conftest.$ac_objext conftest$ac_exeext
23918 if { (ac_try="$ac_link"
23919 case "(($ac_try" in
23920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23921 *) ac_try_echo=$ac_try;;
23922 esac
23923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23924 $as_echo "$ac_try_echo") >&5
23925 (eval "$ac_link") 2>conftest.er1
23926 ac_status=$?
23927 grep -v '^ *+' conftest.er1 >conftest.err
23928 rm -f conftest.er1
23929 cat conftest.err >&5
23930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23931 (exit $ac_status); } && {
23932 test -z "$ac_c_werror_flag" ||
23933 test ! -s conftest.err
23934 } && test -s conftest$ac_exeext && {
23935 test "$cross_compiling" = yes ||
23936 $as_test_x conftest$ac_exeext
23937 }; then
23938 ac_cv_have_isinf="yes"
23939 else
23940 $as_echo "$as_me: failed program was:" >&5
23941 sed 's/^/| /' conftest.$ac_ext >&5
23943 ac_cv_have_isinf="no"
23946 rm -rf conftest.dSYM
23947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23948 conftest$ac_exeext conftest.$ac_ext
23950 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23951 $as_echo "$ac_cv_have_isinf" >&6; }
23952 if test "$ac_cv_have_isinf" = "yes"
23953 then
23955 cat >>confdefs.h <<\_ACEOF
23956 #define HAVE_ISINF 1
23957 _ACEOF
23961 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23962 $as_echo_n "checking for isnan... " >&6; }
23963 if test "${ac_cv_have_isnan+set}" = set; then
23964 $as_echo_n "(cached) " >&6
23965 else
23966 cat >conftest.$ac_ext <<_ACEOF
23967 /* confdefs.h. */
23968 _ACEOF
23969 cat confdefs.h >>conftest.$ac_ext
23970 cat >>conftest.$ac_ext <<_ACEOF
23971 /* end confdefs.h. */
23972 #include <math.h>
23974 main ()
23976 float f = 0.0; int i=isnan(f)
23978 return 0;
23980 _ACEOF
23981 rm -f conftest.$ac_objext conftest$ac_exeext
23982 if { (ac_try="$ac_link"
23983 case "(($ac_try" in
23984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23985 *) ac_try_echo=$ac_try;;
23986 esac
23987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23988 $as_echo "$ac_try_echo") >&5
23989 (eval "$ac_link") 2>conftest.er1
23990 ac_status=$?
23991 grep -v '^ *+' conftest.er1 >conftest.err
23992 rm -f conftest.er1
23993 cat conftest.err >&5
23994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995 (exit $ac_status); } && {
23996 test -z "$ac_c_werror_flag" ||
23997 test ! -s conftest.err
23998 } && test -s conftest$ac_exeext && {
23999 test "$cross_compiling" = yes ||
24000 $as_test_x conftest$ac_exeext
24001 }; then
24002 ac_cv_have_isnan="yes"
24003 else
24004 $as_echo "$as_me: failed program was:" >&5
24005 sed 's/^/| /' conftest.$ac_ext >&5
24007 ac_cv_have_isnan="no"
24010 rm -rf conftest.dSYM
24011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24012 conftest$ac_exeext conftest.$ac_ext
24014 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24015 $as_echo "$ac_cv_have_isnan" >&6; }
24016 if test "$ac_cv_have_isnan" = "yes"
24017 then
24019 cat >>confdefs.h <<\_ACEOF
24020 #define HAVE_ISNAN 1
24021 _ACEOF
24026 case $host_cpu in
24027 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24028 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24029 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24030 $as_echo_n "(cached) " >&6
24031 else
24032 cat >conftest.$ac_ext <<_ACEOF
24033 /* confdefs.h. */
24034 _ACEOF
24035 cat confdefs.h >>conftest.$ac_ext
24036 cat >>conftest.$ac_ext <<_ACEOF
24037 /* end confdefs.h. */
24038 #ifndef __i386__
24040 #endif
24041 _ACEOF
24042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24043 $EGREP "yes" >/dev/null 2>&1; then
24044 ac_cv_cpp_def___i386__=yes
24045 else
24046 ac_cv_cpp_def___i386__=no
24048 rm -f conftest*
24051 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24052 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24053 if test $ac_cv_cpp_def___i386__ = yes; then
24054 CFLAGS="$CFLAGS -D__i386__"
24055 LINTFLAGS="$LINTFLAGS -D__i386__"
24058 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24059 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24060 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24061 $as_echo_n "(cached) " >&6
24062 else
24063 cat >conftest.$ac_ext <<_ACEOF
24064 /* confdefs.h. */
24065 _ACEOF
24066 cat confdefs.h >>conftest.$ac_ext
24067 cat >>conftest.$ac_ext <<_ACEOF
24068 /* end confdefs.h. */
24069 #ifndef __x86_64__
24071 #endif
24072 _ACEOF
24073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24074 $EGREP "yes" >/dev/null 2>&1; then
24075 ac_cv_cpp_def___x86_64__=yes
24076 else
24077 ac_cv_cpp_def___x86_64__=no
24079 rm -f conftest*
24082 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24083 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24084 if test $ac_cv_cpp_def___x86_64__ = yes; then
24085 CFLAGS="$CFLAGS -D__x86_64__"
24086 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24089 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24090 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24091 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24092 $as_echo_n "(cached) " >&6
24093 else
24094 cat >conftest.$ac_ext <<_ACEOF
24095 /* confdefs.h. */
24096 _ACEOF
24097 cat confdefs.h >>conftest.$ac_ext
24098 cat >>conftest.$ac_ext <<_ACEOF
24099 /* end confdefs.h. */
24100 #ifndef __ALPHA__
24102 #endif
24103 _ACEOF
24104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24105 $EGREP "yes" >/dev/null 2>&1; then
24106 ac_cv_cpp_def___ALPHA__=yes
24107 else
24108 ac_cv_cpp_def___ALPHA__=no
24110 rm -f conftest*
24113 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24114 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24115 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24116 CFLAGS="$CFLAGS -D__ALPHA__"
24117 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24120 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24121 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24122 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24123 $as_echo_n "(cached) " >&6
24124 else
24125 cat >conftest.$ac_ext <<_ACEOF
24126 /* confdefs.h. */
24127 _ACEOF
24128 cat confdefs.h >>conftest.$ac_ext
24129 cat >>conftest.$ac_ext <<_ACEOF
24130 /* end confdefs.h. */
24131 #ifndef __sparc__
24133 #endif
24134 _ACEOF
24135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24136 $EGREP "yes" >/dev/null 2>&1; then
24137 ac_cv_cpp_def___sparc__=yes
24138 else
24139 ac_cv_cpp_def___sparc__=no
24141 rm -f conftest*
24144 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24145 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24146 if test $ac_cv_cpp_def___sparc__ = yes; then
24147 CFLAGS="$CFLAGS -D__sparc__"
24148 LINTFLAGS="$LINTFLAGS -D__sparc__"
24151 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24152 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24153 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24154 $as_echo_n "(cached) " >&6
24155 else
24156 cat >conftest.$ac_ext <<_ACEOF
24157 /* confdefs.h. */
24158 _ACEOF
24159 cat confdefs.h >>conftest.$ac_ext
24160 cat >>conftest.$ac_ext <<_ACEOF
24161 /* end confdefs.h. */
24162 #ifndef __powerpc__
24164 #endif
24165 _ACEOF
24166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24167 $EGREP "yes" >/dev/null 2>&1; then
24168 ac_cv_cpp_def___powerpc__=yes
24169 else
24170 ac_cv_cpp_def___powerpc__=no
24172 rm -f conftest*
24175 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24176 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24177 if test $ac_cv_cpp_def___powerpc__ = yes; then
24178 CFLAGS="$CFLAGS -D__powerpc__"
24179 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24182 esac
24184 case $host_vendor in
24185 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24186 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24187 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24188 $as_echo_n "(cached) " >&6
24189 else
24190 cat >conftest.$ac_ext <<_ACEOF
24191 /* confdefs.h. */
24192 _ACEOF
24193 cat confdefs.h >>conftest.$ac_ext
24194 cat >>conftest.$ac_ext <<_ACEOF
24195 /* end confdefs.h. */
24196 #ifndef __sun__
24198 #endif
24199 _ACEOF
24200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24201 $EGREP "yes" >/dev/null 2>&1; then
24202 ac_cv_cpp_def___sun__=yes
24203 else
24204 ac_cv_cpp_def___sun__=no
24206 rm -f conftest*
24209 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24210 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24211 if test $ac_cv_cpp_def___sun__ = yes; then
24212 CFLAGS="$CFLAGS -D__sun__"
24213 LINTFLAGS="$LINTFLAGS -D__sun__"
24216 esac
24219 DEPENDENCIES="### Dependencies:
24221 .INIT: Makefile
24222 .BEGIN: Makefile
24223 .MAKEFILEDEPS:
24224 Makefile: dummy
24225 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24227 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24228 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24229 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24230 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24231 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24234 ALL_MAKERULES=""
24236 ALL_MAKEFILES=""
24238 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24241 ALL_TOP_DIRS=""
24243 ALL_DLL_DIRS=""
24245 ALL_IMPLIB_DIRS=""
24247 ALL_TEST_DIRS=""
24249 ALL_PROGRAM_DIRS=""
24251 ALL_PROGRAM_INSTALL_DIRS=""
24253 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24259 ac_config_commands="$ac_config_commands include/stamp-h"
24262 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24264 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24266 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24268 ac_config_commands="$ac_config_commands dlls/user32/resources"
24270 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24272 ac_config_commands="$ac_config_commands include/wine"
24275 ALL_MAKERULES="$ALL_MAKERULES \\
24276 Make.rules"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 Make.rules: Make.rules.in"
24279 MAKE_RULES=Make.rules
24280 ac_config_files="$ac_config_files Make.rules"
24282 ALL_MAKERULES="$ALL_MAKERULES \\
24283 dlls/Makedll.rules"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24286 MAKE_DLL_RULES=dlls/Makedll.rules
24287 ac_config_files="$ac_config_files dlls/Makedll.rules"
24289 ALL_MAKERULES="$ALL_MAKERULES \\
24290 dlls/Makeimplib.rules"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24293 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24294 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24296 ALL_MAKERULES="$ALL_MAKERULES \\
24297 dlls/Maketest.rules"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24300 MAKE_TEST_RULES=dlls/Maketest.rules
24301 ac_config_files="$ac_config_files dlls/Maketest.rules"
24303 ALL_MAKERULES="$ALL_MAKERULES \\
24304 programs/Makeprog.rules"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24307 MAKE_PROG_RULES=programs/Makeprog.rules
24308 ac_config_files="$ac_config_files programs/Makeprog.rules"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 Makefile: Makefile.in Make.rules"
24315 ac_config_files="$ac_config_files Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/Makefile"
24319 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24320 dlls"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/Makefile: dlls/Makefile.in Make.rules"
24323 ac_config_files="$ac_config_files dlls/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/acledit/Makefile"
24327 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 acledit"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/aclui/Makefile"
24335 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 aclui"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/activeds/Makefile"
24343 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 activeds"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/actxprxy/Makefile"
24351 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 actxprxy"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/adsiid/Makefile"
24359 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24360 adsiid"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24363 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/advapi32/Makefile"
24367 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 advapi32"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/advapi32/tests/Makefile"
24375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24376 advapi32/tests"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24379 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/advpack/Makefile"
24383 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 advpack"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/advpack/tests/Makefile"
24391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24392 advpack/tests"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24395 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/amstream/Makefile"
24399 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 amstream"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/amstream/tests/Makefile"
24407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24408 amstream/tests"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24411 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/appwiz.cpl/Makefile"
24415 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 appwiz.cpl"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/atl/Makefile"
24423 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 atl"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/atl/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/authz/Makefile"
24431 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 authz"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/authz/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/avicap32/Makefile"
24439 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 avicap32"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/avifil32/Makefile"
24447 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 avifil32"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/avifile.dll16/Makefile"
24455 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 avifile.dll16"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/bcrypt/Makefile"
24463 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 bcrypt"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/browseui/Makefile"
24471 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 browseui"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/browseui/tests/Makefile"
24479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24480 browseui/tests"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24483 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/cabinet/Makefile"
24487 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 cabinet"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/cabinet/tests/Makefile"
24495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24496 cabinet/tests"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24499 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/capi2032/Makefile"
24503 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 capi2032"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/cards/Makefile"
24511 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 cards"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/cards/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/cfgmgr32/Makefile"
24519 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 cfgmgr32"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/clusapi/Makefile"
24527 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 clusapi"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/comcat/Makefile"
24535 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 comcat"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/comcat/tests/Makefile"
24543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24544 comcat/tests"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24547 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/comctl32/Makefile"
24551 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 comctl32"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/comctl32/tests/Makefile"
24559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24560 comctl32/tests"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24563 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/comdlg32/Makefile"
24567 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 comdlg32"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/comdlg32/tests/Makefile"
24575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24576 comdlg32/tests"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24579 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/comm.drv16/Makefile"
24583 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 comm.drv16"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/compobj.dll16/Makefile"
24591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 compobj.dll16"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/compstui/Makefile"
24599 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 compstui"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/credui/Makefile"
24607 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 credui"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/credui/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/credui/tests/Makefile"
24615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 credui/tests"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24619 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/crtdll/Makefile"
24623 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 crtdll"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/crypt32/Makefile"
24631 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 crypt32"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/crypt32/tests/Makefile"
24639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24640 crypt32/tests"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24643 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/cryptdlg/Makefile"
24647 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 cryptdlg"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/cryptdll/Makefile"
24655 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 cryptdll"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/cryptnet/Makefile"
24663 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 cryptnet"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/cryptnet/tests/Makefile"
24671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24672 cryptnet/tests"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24675 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/cryptui/Makefile"
24679 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 cryptui"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/cryptui/tests/Makefile"
24687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24688 cryptui/tests"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24691 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/ctapi32/Makefile"
24695 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 ctapi32"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/ctl3d.dll16/Makefile"
24703 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 ctl3d.dll16"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/ctl3d32/Makefile"
24711 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 ctl3d32"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/ctl3dv2.dll16/Makefile"
24719 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 ctl3dv2.dll16"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/d3d10/Makefile"
24727 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 d3d10"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/d3d10/tests/Makefile"
24735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24736 d3d10/tests"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24739 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/d3d10core/Makefile"
24743 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 d3d10core"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/d3d10core/tests/Makefile"
24751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24752 d3d10core/tests"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24755 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/d3d8/Makefile"
24759 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 d3d8"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/d3d8/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 d3d8/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/d3d9/Makefile"
24775 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 d3d9"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/d3d9/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 d3d9/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/d3dim/Makefile"
24791 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 d3dim"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/d3drm/Makefile"
24799 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 d3drm"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/d3drm/tests/Makefile"
24807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24808 d3drm/tests"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24811 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/d3dx8/Makefile"
24815 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 d3dx8"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/d3dx8/tests/Makefile"
24823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24824 d3dx8/tests"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24827 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/d3dx9_24/Makefile"
24831 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 d3dx9_24"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/d3dx9_25/Makefile"
24839 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 d3dx9_25"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/d3dx9_26/Makefile"
24847 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 d3dx9_26"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/d3dx9_27/Makefile"
24855 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 d3dx9_27"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/d3dx9_28/Makefile"
24863 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 d3dx9_28"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/d3dx9_29/Makefile"
24871 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 d3dx9_29"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/d3dx9_30/Makefile"
24879 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 d3dx9_30"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/d3dx9_31/Makefile"
24887 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 d3dx9_31"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/d3dx9_32/Makefile"
24895 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 d3dx9_32"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/d3dx9_33/Makefile"
24903 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 d3dx9_33"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/d3dx9_34/Makefile"
24911 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 d3dx9_34"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/d3dx9_35/Makefile"
24919 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 d3dx9_35"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/d3dx9_36/Makefile"
24927 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 d3dx9_36"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/d3dx9_36/tests/Makefile"
24935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24936 d3dx9_36/tests"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24939 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/d3dx9_37/Makefile"
24943 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 d3dx9_37"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/d3dx9_38/Makefile"
24951 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 d3dx9_38"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/d3dx9_39/Makefile"
24959 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 d3dx9_39"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/d3dx9_40/Makefile"
24967 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 d3dx9_40"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/d3dx9_41/Makefile"
24975 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 d3dx9_41"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/d3dxof/Makefile"
24983 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 d3dxof"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/d3dxof/tests/Makefile"
24991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24992 d3dxof/tests"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24995 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/dbghelp/Makefile"
24999 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 dbghelp"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/dciman32/Makefile"
25007 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 dciman32"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/ddeml.dll16/Makefile"
25015 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 ddeml.dll16"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/ddraw/Makefile"
25023 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 ddraw"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/ddraw/tests/Makefile"
25031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25032 ddraw/tests"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25035 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/ddrawex/Makefile"
25039 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 ddrawex"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/ddrawex/tests/Makefile"
25047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25048 ddrawex/tests"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25051 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/devenum/Makefile"
25055 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 devenum"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/dinput/Makefile"
25063 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 dinput"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/dinput/tests/Makefile"
25071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25072 dinput/tests"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25075 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/dinput8/Makefile"
25079 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 dinput8"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/dispdib.dll16/Makefile"
25087 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 dispdib.dll16"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/display.drv16/Makefile"
25095 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 display.drv16"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/dmband/Makefile"
25103 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 dmband"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/dmcompos/Makefile"
25111 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 dmcompos"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/dmime/Makefile"
25119 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 dmime"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/dmloader/Makefile"
25127 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 dmloader"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/dmscript/Makefile"
25135 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 dmscript"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/dmstyle/Makefile"
25143 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 dmstyle"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/dmsynth/Makefile"
25151 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 dmsynth"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/dmusic/Makefile"
25159 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 dmusic"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/dmusic32/Makefile"
25167 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 dmusic32"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/dnsapi/Makefile"
25175 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 dnsapi"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/dnsapi/tests/Makefile"
25183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25184 dnsapi/tests"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25187 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/dplay/Makefile"
25191 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 dplay"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/dplayx/Makefile"
25199 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 dplayx"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/dplayx/tests/Makefile"
25207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25208 dplayx/tests"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25211 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/dpnaddr/Makefile"
25215 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 dpnaddr"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dpnet/Makefile"
25223 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 dpnet"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dpnhpast/Makefile"
25231 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dpnhpast"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/dpnlobby/Makefile"
25239 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 dpnlobby"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/dpwsockx/Makefile"
25247 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 dpwsockx"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/dsound/Makefile"
25255 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 dsound"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/dsound/tests/Makefile"
25263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25264 dsound/tests"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25267 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/dssenh/Makefile"
25271 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 dssenh"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/dswave/Makefile"
25279 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 dswave"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/dwmapi/Makefile"
25287 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 dwmapi"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/dxdiagn/Makefile"
25295 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 dxdiagn"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/dxerr8/Makefile"
25303 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25304 dxerr8"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25307 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/dxerr9/Makefile"
25311 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25312 dxerr9"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25315 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/dxgi/Makefile"
25319 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 dxgi"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/dxgi/tests/Makefile"
25327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25328 dxgi/tests"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25331 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/dxguid/Makefile"
25335 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25336 dxguid"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25339 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/faultrep/Makefile"
25343 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 faultrep"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/fusion/Makefile"
25351 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 fusion"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/fusion/tests/Makefile"
25359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25360 fusion/tests"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25363 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/gdi32/Makefile"
25367 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 gdi32"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/gdi32/tests/Makefile"
25375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25376 gdi32/tests"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25379 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/gdiplus/Makefile"
25383 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 gdiplus"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/gdiplus/tests/Makefile"
25391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25392 gdiplus/tests"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25395 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/glu32/Makefile"
25399 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 glu32"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/gphoto2.ds/Makefile"
25407 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 gphoto2.ds"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/gpkcsp/Makefile"
25415 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 gpkcsp"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/hal/Makefile"
25423 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 hal"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/hal/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/hhctrl.ocx/Makefile"
25431 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 hhctrl.ocx"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/hid/Makefile"
25439 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 hid"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/hid/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/hlink/Makefile"
25447 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 hlink"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/hlink/tests/Makefile"
25455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25456 hlink/tests"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25459 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/hnetcfg/Makefile"
25463 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 hnetcfg"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/httpapi/Makefile"
25471 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 httpapi"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/iccvid/Makefile"
25479 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 iccvid"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/icmp/Makefile"
25487 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 icmp"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/ifsmgr.vxd/Makefile"
25495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 ifsmgr.vxd"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/imaadp32.acm/Makefile"
25503 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 imaadp32.acm"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/imagehlp/Makefile"
25511 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 imagehlp"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/imm.dll16/Makefile"
25519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 imm.dll16"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/imm32/Makefile"
25527 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 imm32"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/imm32/tests/Makefile"
25535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25536 imm32/tests"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25539 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/inetcomm/Makefile"
25543 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 inetcomm"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/inetcomm/tests/Makefile"
25551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25552 inetcomm/tests"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25555 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/inetmib1/Makefile"
25559 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 inetmib1"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/inetmib1/tests/Makefile"
25567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25568 inetmib1/tests"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25571 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/infosoft/Makefile"
25575 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 infosoft"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/infosoft/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 infosoft/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/initpki/Makefile"
25591 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 initpki"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/inkobj/Makefile"
25599 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 inkobj"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/inseng/Makefile"
25607 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 inseng"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/iphlpapi/Makefile"
25615 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 iphlpapi"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/iphlpapi/tests/Makefile"
25623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25624 iphlpapi/tests"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25627 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/itircl/Makefile"
25631 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 itircl"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/itss/Makefile"
25639 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 itss"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/itss/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/itss/tests/Makefile"
25647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25648 itss/tests"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25651 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/jscript/Makefile"
25655 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 jscript"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/jscript/tests/Makefile"
25663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25664 jscript/tests"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25667 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/kernel32/Makefile"
25671 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 kernel32"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/kernel32/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 kernel32/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/keyboard.drv16/Makefile"
25687 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 keyboard.drv16"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/loadperf/Makefile"
25695 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 loadperf"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/localspl/Makefile"
25703 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 localspl"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/localspl/tests/Makefile"
25711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25712 localspl/tests"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25715 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/localui/Makefile"
25719 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 localui"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/localui/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/localui/tests/Makefile"
25727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25728 localui/tests"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25731 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/lz32/Makefile"
25735 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 lz32"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/lz32/tests/Makefile"
25743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25744 lz32/tests"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25747 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/lzexpand.dll16/Makefile"
25751 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 lzexpand.dll16"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/mapi32/Makefile"
25759 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 mapi32"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/mapi32/tests/Makefile"
25767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25768 mapi32/tests"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25771 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/mciavi32/Makefile"
25775 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 mciavi32"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/mcicda/Makefile"
25783 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 mcicda"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/mciqtz32/Makefile"
25791 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 mciqtz32"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/mciseq/Makefile"
25799 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 mciseq"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/mciwave/Makefile"
25807 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 mciwave"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/midimap/Makefile"
25815 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 midimap"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/mlang/Makefile"
25823 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 mlang"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/mlang/tests/Makefile"
25831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25832 mlang/tests"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25835 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/mmdevldr.vxd/Makefile"
25839 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 mmdevldr.vxd"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/monodebg.vxd/Makefile"
25847 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 monodebg.vxd"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/mountmgr.sys/Makefile"
25855 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 mountmgr.sys"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/mouse.drv16/Makefile"
25863 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 mouse.drv16"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/mpr/Makefile"
25871 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 mpr"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/mprapi/Makefile"
25879 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 mprapi"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/msacm.dll16/Makefile"
25887 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 msacm.dll16"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/msacm32.drv/Makefile"
25895 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 msacm32.drv"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/msacm32/Makefile"
25903 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 msacm32"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/msacm32/tests/Makefile"
25911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25912 msacm32/tests"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25915 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/msadp32.acm/Makefile"
25919 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 msadp32.acm"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/mscat32/Makefile"
25927 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 mscat32"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/mscms/Makefile"
25935 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 mscms"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/mscms/tests/Makefile"
25943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25944 mscms/tests"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25947 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/mscoree/Makefile"
25951 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 mscoree"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/msctf/Makefile"
25959 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 msctf"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/msctf/tests/Makefile"
25967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25968 msctf/tests"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25971 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/msdmo/Makefile"
25975 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 msdmo"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/msftedit/Makefile"
25983 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 msftedit"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/msg711.acm/Makefile"
25991 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 msg711.acm"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/mshtml.tlb/Makefile"
25999 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 mshtml.tlb"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/mshtml/Makefile"
26007 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 mshtml"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/mshtml/tests/Makefile"
26015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26016 mshtml/tests"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26019 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/msi/Makefile"
26023 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 msi"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/msi/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/msi/tests/Makefile"
26031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26032 msi/tests"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26035 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/msimg32/Makefile"
26039 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 msimg32"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/msimtf/Makefile"
26047 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 msimtf"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/msisip/Makefile"
26055 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 msisip"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/msisys.ocx/Makefile"
26063 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 msisys.ocx"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/msnet32/Makefile"
26071 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 msnet32"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/msrle32/Makefile"
26079 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 msrle32"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/mssign32/Makefile"
26087 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 mssign32"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/mssip32/Makefile"
26095 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 mssip32"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/mstask/Makefile"
26103 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 mstask"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/mstask/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 mstask/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/msvcirt/Makefile"
26119 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 msvcirt"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/msvcr71/Makefile"
26127 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 msvcr71"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/msvcrt/Makefile"
26135 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 msvcrt"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/msvcrt/tests/Makefile"
26143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26144 msvcrt/tests"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26147 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/msvcrt20/Makefile"
26151 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 msvcrt20"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/msvcrt40/Makefile"
26159 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 msvcrt40"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/msvcrtd/Makefile"
26167 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 msvcrtd"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/msvcrtd/tests/Makefile"
26175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26176 msvcrtd/tests"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26179 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/msvfw32/Makefile"
26183 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 msvfw32"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/msvfw32/tests/Makefile"
26191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26192 msvfw32/tests"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26195 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/msvidc32/Makefile"
26199 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 msvidc32"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/msvideo.dll16/Makefile"
26207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 msvideo.dll16"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/mswsock/Makefile"
26215 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 mswsock"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/msxml3/Makefile"
26223 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 msxml3"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/msxml3/tests/Makefile"
26231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26232 msxml3/tests"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26235 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/nddeapi/Makefile"
26239 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 nddeapi"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/netapi32/Makefile"
26247 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 netapi32"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/netapi32/tests/Makefile"
26255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26256 netapi32/tests"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26259 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/newdev/Makefile"
26263 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 newdev"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/ntdll/Makefile"
26271 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 ntdll"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/ntdll/tests/Makefile"
26279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26280 ntdll/tests"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26283 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/ntdsapi/Makefile"
26287 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 ntdsapi"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/ntdsapi/tests/Makefile"
26295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26296 ntdsapi/tests"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26299 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/ntoskrnl.exe/Makefile"
26303 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 ntoskrnl.exe"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/ntprint/Makefile"
26311 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 ntprint"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/ntprint/tests/Makefile"
26319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26320 ntprint/tests"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26323 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/objsel/Makefile"
26327 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 objsel"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/odbc32/Makefile"
26335 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 odbc32"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/odbccp32/Makefile"
26343 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 odbccp32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/odbccp32/tests/Makefile"
26351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26352 odbccp32/tests"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26355 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/ole2.dll16/Makefile"
26359 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 ole2.dll16"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/ole2conv.dll16/Makefile"
26367 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 ole2conv.dll16"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/ole2disp.dll16/Makefile"
26375 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 ole2disp.dll16"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/ole2nls.dll16/Makefile"
26383 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 ole2nls.dll16"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/ole2prox.dll16/Makefile"
26391 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 ole2prox.dll16"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/ole2thk.dll16/Makefile"
26399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 ole2thk.dll16"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/ole32/Makefile"
26407 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 ole32"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/ole32/tests/Makefile"
26415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26416 ole32/tests"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26419 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/oleacc/Makefile"
26423 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 oleacc"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/oleacc/tests/Makefile"
26431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26432 oleacc/tests"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26435 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/oleaut32/Makefile"
26439 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 oleaut32"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/oleaut32/tests/Makefile"
26447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26448 oleaut32/tests"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26451 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/olecli.dll16/Makefile"
26455 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 olecli.dll16"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/olecli32/Makefile"
26463 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 olecli32"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/oledlg/Makefile"
26471 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 oledlg"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/olepro32/Makefile"
26479 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 olepro32"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/olesvr.dll16/Makefile"
26487 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 olesvr.dll16"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/olesvr32/Makefile"
26495 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 olesvr32"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/olethk32/Makefile"
26503 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 olethk32"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/opengl32/Makefile"
26511 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 opengl32"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/opengl32/tests/Makefile"
26519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26520 opengl32/tests"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26523 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/pdh/Makefile"
26527 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 pdh"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/pdh/tests/Makefile"
26535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26536 pdh/tests"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26539 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/pidgen/Makefile"
26543 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 pidgen"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/powrprof/Makefile"
26551 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 powrprof"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/printui/Makefile"
26559 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 printui"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/printui/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/propsys/Makefile"
26567 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 propsys"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/psapi/Makefile"
26575 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26576 psapi"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26579 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/psapi/tests/Makefile"
26583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26584 psapi/tests"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26587 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/pstorec/Makefile"
26591 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 pstorec"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/qcap/Makefile"
26599 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 qcap"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/qedit/Makefile"
26607 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 qedit"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/qedit/tests/Makefile"
26615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26616 qedit/tests"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26619 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/qmgr/Makefile"
26623 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 qmgr"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/qmgr/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 qmgr/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/qmgrprxy/Makefile"
26639 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 qmgrprxy"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/quartz/Makefile"
26647 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 quartz"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/quartz/tests/Makefile"
26655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26656 quartz/tests"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26659 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/query/Makefile"
26663 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 query"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/query/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/rasapi16.dll16/Makefile"
26671 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 rasapi16.dll16"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/rasapi32/Makefile"
26679 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 rasapi32"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/rasapi32/tests/Makefile"
26687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26688 rasapi32/tests"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26691 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/rasdlg/Makefile"
26695 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 rasdlg"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/resutils/Makefile"
26703 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 resutils"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/riched20/Makefile"
26711 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 riched20"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/riched20/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 riched20/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/riched32/Makefile"
26727 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 riched32"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/riched32/tests/Makefile"
26735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26736 riched32/tests"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26739 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/rpcrt4/Makefile"
26743 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 rpcrt4"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/rpcrt4/tests/Makefile"
26751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26752 rpcrt4/tests"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26755 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/rsabase/Makefile"
26759 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 rsabase"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/rsaenh/Makefile"
26767 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 rsaenh"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/rsaenh/tests/Makefile"
26775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26776 rsaenh/tests"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26779 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/sane.ds/Makefile"
26783 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 sane.ds"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/sccbase/Makefile"
26791 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 sccbase"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/schannel/Makefile"
26799 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 schannel"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/schannel/tests/Makefile"
26807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26808 schannel/tests"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26811 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/secur32/Makefile"
26815 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 secur32"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/secur32/tests/Makefile"
26823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26824 secur32/tests"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26827 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/security/Makefile"
26831 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 security"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/security/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/sensapi/Makefile"
26839 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 sensapi"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/serialui/Makefile"
26847 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 serialui"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/serialui/tests/Makefile"
26855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26856 serialui/tests"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26859 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/setupapi/Makefile"
26863 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 setupapi"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/setupapi/tests/Makefile"
26871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26872 setupapi/tests"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26875 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/sfc/Makefile"
26879 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26880 sfc"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26883 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/sfc_os/Makefile"
26887 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26888 sfc_os"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26891 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/shdoclc/Makefile"
26895 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 shdoclc"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/shdocvw/Makefile"
26903 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 shdocvw"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/shdocvw/tests/Makefile"
26911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26912 shdocvw/tests"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26915 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/shell.dll16/Makefile"
26919 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 shell.dll16"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/shell32/Makefile"
26927 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 shell32"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/shell32/tests/Makefile"
26935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26936 shell32/tests"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26939 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/shfolder/Makefile"
26943 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 shfolder"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/shlwapi/Makefile"
26951 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 shlwapi"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/shlwapi/tests/Makefile"
26959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26960 shlwapi/tests"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26963 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/slbcsp/Makefile"
26967 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26968 slbcsp"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26971 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/slc/Makefile"
26975 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26976 slc"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26979 ac_config_files="$ac_config_files dlls/slc/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/snmpapi/Makefile"
26983 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 snmpapi"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/snmpapi/tests/Makefile"
26991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26992 snmpapi/tests"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26995 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/softpub/Makefile"
26999 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 softpub"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/sound.drv16/Makefile"
27007 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 sound.drv16"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/spoolss/Makefile"
27015 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 spoolss"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/spoolss/tests/Makefile"
27023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27024 spoolss/tests"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27027 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/stdole2.tlb/Makefile"
27031 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27032 stdole2.tlb"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27035 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/stdole32.tlb/Makefile"
27039 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 stdole32.tlb"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/sti/Makefile"
27047 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27048 sti"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27051 ac_config_files="$ac_config_files dlls/sti/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/storage.dll16/Makefile"
27055 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 storage.dll16"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/stress.dll16/Makefile"
27063 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 stress.dll16"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/strmiids/Makefile"
27071 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27072 strmiids"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27075 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/svrapi/Makefile"
27079 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27080 svrapi"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27083 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/sxs/Makefile"
27087 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 sxs"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/t2embed/Makefile"
27095 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27096 t2embed"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27099 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/tapi32/Makefile"
27103 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 tapi32"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/traffic/Makefile"
27111 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 traffic"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/twain.dll16/Makefile"
27119 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27120 twain.dll16"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27123 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/twain_32/Makefile"
27127 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 twain_32"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/twain_32/tests/Makefile"
27135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27136 twain_32/tests"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27139 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/typelib.dll16/Makefile"
27143 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 typelib.dll16"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/unicows/Makefile"
27151 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27152 unicows"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27155 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/updspapi/Makefile"
27159 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 updspapi"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/url/Makefile"
27167 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 url"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/url/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/urlmon/Makefile"
27175 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27176 urlmon"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27179 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/urlmon/tests/Makefile"
27183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27184 urlmon/tests"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27187 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/user32/Makefile"
27191 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27192 user32"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27195 ac_config_files="$ac_config_files dlls/user32/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/user32/tests/Makefile"
27199 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27200 user32/tests"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27203 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/userenv/Makefile"
27207 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 userenv"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/userenv/tests/Makefile"
27215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27216 userenv/tests"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27219 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/usp10/Makefile"
27223 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 usp10"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/usp10/tests/Makefile"
27231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27232 usp10/tests"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27235 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/uuid/Makefile"
27239 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27240 uuid"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27243 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/uxtheme/Makefile"
27247 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27248 uxtheme"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27251 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/uxtheme/tests/Makefile"
27255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27256 uxtheme/tests"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27259 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/vdhcp.vxd/Makefile"
27263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 vdhcp.vxd"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/vdmdbg/Makefile"
27271 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 vdmdbg"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/version/Makefile"
27279 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 version"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/version/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/version/tests/Makefile"
27287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27288 version/tests"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27291 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/vmm.vxd/Makefile"
27295 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 vmm.vxd"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/vnbt.vxd/Makefile"
27303 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27304 vnbt.vxd"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27307 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/vnetbios.vxd/Makefile"
27311 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 vnetbios.vxd"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/vtdapi.vxd/Makefile"
27319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27320 vtdapi.vxd"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27323 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/vwin32.vxd/Makefile"
27327 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 vwin32.vxd"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/w32skrnl/Makefile"
27335 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27336 w32skrnl"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27339 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/w32sys.dll16/Makefile"
27343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 w32sys.dll16"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/wbemprox/Makefile"
27351 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27352 wbemprox"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27355 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/win32s16.dll16/Makefile"
27359 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27360 win32s16.dll16"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27363 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/win87em.dll16/Makefile"
27367 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 win87em.dll16"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/winaspi.dll16/Makefile"
27375 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27376 winaspi.dll16"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27379 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/windebug.dll16/Makefile"
27383 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 windebug.dll16"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/winealsa.drv/Makefile"
27391 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 winealsa.drv"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/wineaudioio.drv/Makefile"
27399 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 wineaudioio.drv"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/winecoreaudio.drv/Makefile"
27407 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27408 winecoreaudio.drv"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27411 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/winecrt0/Makefile"
27415 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27416 winecrt0"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27419 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/wined3d/Makefile"
27423 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 wined3d"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/winedos/Makefile"
27431 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27432 winedos"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27435 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/wineesd.drv/Makefile"
27439 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27440 wineesd.drv"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27443 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/winejack.drv/Makefile"
27447 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 winejack.drv"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/winejoystick.drv/Makefile"
27455 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27456 winejoystick.drv"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27459 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/winemp3.acm/Makefile"
27463 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27464 winemp3.acm"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27467 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/winenas.drv/Makefile"
27471 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27472 winenas.drv"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27475 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/wineoss.drv/Makefile"
27479 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27480 wineoss.drv"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27483 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/wineps.drv/Makefile"
27487 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27488 wineps.drv"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27491 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/winequartz.drv/Makefile"
27495 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 winequartz.drv"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 dlls/winex11.drv/Makefile"
27503 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27504 winex11.drv"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27507 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 dlls/wing32/Makefile"
27511 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27512 wing32"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27515 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 dlls/winhttp/Makefile"
27519 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27520 winhttp"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27523 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 dlls/winhttp/tests/Makefile"
27527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27528 winhttp/tests"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27531 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 dlls/wininet/Makefile"
27535 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27536 wininet"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27539 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 dlls/wininet/tests/Makefile"
27543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27544 wininet/tests"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27547 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550 dlls/winmm/Makefile"
27551 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27552 winmm"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27555 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 dlls/winmm/tests/Makefile"
27559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27560 winmm/tests"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27563 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 dlls/winnls.dll16/Makefile"
27567 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27568 winnls.dll16"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27571 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 dlls/winnls32/Makefile"
27575 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27576 winnls32"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27579 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582 dlls/winscard/Makefile"
27583 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27584 winscard"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27587 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27589 ALL_MAKEFILES="$ALL_MAKEFILES \\
27590 dlls/winspool.drv/Makefile"
27591 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27592 winspool.drv"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27595 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 dlls/winspool.drv/tests/Makefile"
27599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27600 winspool.drv/tests"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27603 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 dlls/wintab.dll16/Makefile"
27607 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27608 wintab.dll16"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27611 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614 dlls/wintab32/Makefile"
27615 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27616 wintab32"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27619 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 dlls/wintrust/Makefile"
27623 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27624 wintrust"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27627 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 dlls/wintrust/tests/Makefile"
27631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27632 wintrust/tests"
27633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27634 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27635 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27637 ALL_MAKEFILES="$ALL_MAKEFILES \\
27638 dlls/wldap32/Makefile"
27639 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27640 wldap32"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27643 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646 dlls/wldap32/tests/Makefile"
27647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27648 wldap32/tests"
27649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27650 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27651 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27653 ALL_MAKEFILES="$ALL_MAKEFILES \\
27654 dlls/wmi/Makefile"
27655 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27656 wmi"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27659 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 dlls/wnaspi32/Makefile"
27663 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27664 wnaspi32"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27667 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 dlls/wow32/Makefile"
27671 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27672 wow32"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27675 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 dlls/ws2_32/Makefile"
27679 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27680 ws2_32"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27683 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 dlls/ws2_32/tests/Makefile"
27687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27688 ws2_32/tests"
27689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27690 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27691 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27693 ALL_MAKEFILES="$ALL_MAKEFILES \\
27694 dlls/wsock32/Makefile"
27695 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27696 wsock32"
27697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27698 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27699 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27701 ALL_MAKEFILES="$ALL_MAKEFILES \\
27702 dlls/wtsapi32/Makefile"
27703 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27704 wtsapi32"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27707 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 dlls/wuapi/Makefile"
27711 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27712 wuapi"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27715 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 dlls/xinput1_1/Makefile"
27719 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27720 xinput1_1"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27723 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 dlls/xinput1_2/Makefile"
27727 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27728 xinput1_2"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27731 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734 dlls/xinput1_3/Makefile"
27735 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27736 xinput1_3"
27737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27738 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27739 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27741 ALL_MAKEFILES="$ALL_MAKEFILES \\
27742 dlls/xinput1_3/tests/Makefile"
27743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27744 xinput1_3/tests"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27747 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 dlls/xinput9_1_0/Makefile"
27751 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27752 xinput9_1_0"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27755 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 dlls/xmllite/Makefile"
27759 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27760 xmllite"
27761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27762 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27763 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27765 ALL_MAKEFILES="$ALL_MAKEFILES \\
27766 documentation/Makefile"
27767 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27768 documentation"
27769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27770 documentation/Makefile: documentation/Makefile.in Make.rules"
27771 ac_config_files="$ac_config_files documentation/Makefile"
27773 ALL_MAKEFILES="$ALL_MAKEFILES \\
27774 fonts/Makefile"
27775 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27776 fonts"
27777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27778 fonts/Makefile: fonts/Makefile.in Make.rules"
27779 ac_config_files="$ac_config_files fonts/Makefile"
27781 ALL_MAKEFILES="$ALL_MAKEFILES \\
27782 include/Makefile"
27783 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27784 include"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 include/Makefile: include/Makefile.in Make.rules"
27787 ac_config_files="$ac_config_files include/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 libs/Makefile"
27791 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27792 libs"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 libs/Makefile: libs/Makefile.in Make.rules"
27795 ac_config_files="$ac_config_files libs/Makefile"
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798 libs/port/Makefile"
27800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27801 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27802 ac_config_files="$ac_config_files libs/port/Makefile"
27804 ALL_MAKEFILES="$ALL_MAKEFILES \\
27805 libs/wine/Makefile"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27809 ac_config_files="$ac_config_files libs/wine/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 libs/wpp/Makefile"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27816 ac_config_files="$ac_config_files libs/wpp/Makefile"
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819 loader/Makefile"
27820 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27821 loader"
27822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27823 loader/Makefile: loader/Makefile.in Make.rules"
27824 ac_config_files="$ac_config_files loader/Makefile"
27826 ALL_MAKEFILES="$ALL_MAKEFILES \\
27827 programs/Makefile"
27828 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27829 programs"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/Makefile: programs/Makefile.in Make.rules"
27832 ac_config_files="$ac_config_files programs/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/cacls/Makefile"
27836 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 cacls"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/cacls/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/clock/Makefile"
27845 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 clock"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27850 ac_config_files="$ac_config_files programs/clock/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 programs/cmd/Makefile"
27854 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27855 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27856 cmd"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/cmd/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/cmdlgtst/Makefile"
27863 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 cmdlgtst"
27865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27866 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27867 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27869 ALL_MAKEFILES="$ALL_MAKEFILES \\
27870 programs/control/Makefile"
27871 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27872 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27873 control"
27874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27875 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27876 ac_config_files="$ac_config_files programs/control/Makefile"
27878 ALL_MAKEFILES="$ALL_MAKEFILES \\
27879 programs/eject/Makefile"
27880 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27881 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27882 eject"
27883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27884 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27885 ac_config_files="$ac_config_files programs/eject/Makefile"
27887 ALL_MAKEFILES="$ALL_MAKEFILES \\
27888 programs/expand/Makefile"
27889 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27890 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27891 expand"
27892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27893 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27894 ac_config_files="$ac_config_files programs/expand/Makefile"
27896 ALL_MAKEFILES="$ALL_MAKEFILES \\
27897 programs/explorer/Makefile"
27898 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27899 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27900 explorer"
27901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27902 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27903 ac_config_files="$ac_config_files programs/explorer/Makefile"
27905 ALL_MAKEFILES="$ALL_MAKEFILES \\
27906 programs/hh/Makefile"
27907 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27908 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/hh/Makefile"
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915 programs/icinfo/Makefile"
27916 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918 icinfo"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 programs/iexplore/Makefile"
27925 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927 iexplore"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 programs/lodctr/Makefile"
27934 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27936 lodctr"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27939 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942 programs/msiexec/Makefile"
27943 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27944 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27945 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27946 msiexec"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27949 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 programs/net/Makefile"
27953 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27954 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27955 net"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27958 ac_config_files="$ac_config_files programs/net/Makefile"
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961 programs/notepad/Makefile"
27962 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27963 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27964 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27965 notepad"
27966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27967 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27968 ac_config_files="$ac_config_files programs/notepad/Makefile"
27970 ALL_MAKEFILES="$ALL_MAKEFILES \\
27971 programs/oleview/Makefile"
27972 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27973 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27974 oleview"
27975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27976 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27977 ac_config_files="$ac_config_files programs/oleview/Makefile"
27979 ALL_MAKEFILES="$ALL_MAKEFILES \\
27980 programs/progman/Makefile"
27981 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27982 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27983 progman"
27984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27985 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27986 ac_config_files="$ac_config_files programs/progman/Makefile"
27988 ALL_MAKEFILES="$ALL_MAKEFILES \\
27989 programs/reg/Makefile"
27990 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27991 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27992 reg"
27993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27994 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27995 ac_config_files="$ac_config_files programs/reg/Makefile"
27997 ALL_MAKEFILES="$ALL_MAKEFILES \\
27998 programs/regedit/Makefile"
27999 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28000 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28001 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28002 regedit"
28003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28004 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28005 ac_config_files="$ac_config_files programs/regedit/Makefile"
28007 ALL_MAKEFILES="$ALL_MAKEFILES \\
28008 programs/regsvr32/Makefile"
28009 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28010 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28011 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28012 regsvr32"
28013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28014 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28015 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28017 ALL_MAKEFILES="$ALL_MAKEFILES \\
28018 programs/rpcss/Makefile"
28019 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28020 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28021 rpcss"
28022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28023 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28024 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28026 ALL_MAKEFILES="$ALL_MAKEFILES \\
28027 programs/rundll32/Makefile"
28028 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28029 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28030 rundll32"
28031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28032 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28033 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28035 ALL_MAKEFILES="$ALL_MAKEFILES \\
28036 programs/secedit/Makefile"
28037 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28038 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28039 secedit"
28040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28041 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28042 ac_config_files="$ac_config_files programs/secedit/Makefile"
28044 ALL_MAKEFILES="$ALL_MAKEFILES \\
28045 programs/services/Makefile"
28046 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28047 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28048 services"
28049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28050 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28051 ac_config_files="$ac_config_files programs/services/Makefile"
28053 ALL_MAKEFILES="$ALL_MAKEFILES \\
28054 programs/spoolsv/Makefile"
28055 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28056 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28057 spoolsv"
28058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28059 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28060 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28062 ALL_MAKEFILES="$ALL_MAKEFILES \\
28063 programs/start/Makefile"
28064 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28065 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28066 start"
28067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28068 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28069 ac_config_files="$ac_config_files programs/start/Makefile"
28071 ALL_MAKEFILES="$ALL_MAKEFILES \\
28072 programs/svchost/Makefile"
28073 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28074 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28075 svchost"
28076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28077 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28078 ac_config_files="$ac_config_files programs/svchost/Makefile"
28080 ALL_MAKEFILES="$ALL_MAKEFILES \\
28081 programs/taskmgr/Makefile"
28082 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28083 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28084 taskmgr"
28085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28086 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28087 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28089 ALL_MAKEFILES="$ALL_MAKEFILES \\
28090 programs/termsv/Makefile"
28091 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28092 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28093 termsv"
28094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28095 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28096 ac_config_files="$ac_config_files programs/termsv/Makefile"
28098 ALL_MAKEFILES="$ALL_MAKEFILES \\
28099 programs/uninstaller/Makefile"
28100 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28101 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28102 uninstaller"
28103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28104 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28105 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28107 ALL_MAKEFILES="$ALL_MAKEFILES \\
28108 programs/unlodctr/Makefile"
28109 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28110 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28111 unlodctr"
28112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28113 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28114 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28116 ALL_MAKEFILES="$ALL_MAKEFILES \\
28117 programs/view/Makefile"
28118 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28119 view"
28120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28121 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28122 ac_config_files="$ac_config_files programs/view/Makefile"
28124 ALL_MAKEFILES="$ALL_MAKEFILES \\
28125 programs/wineboot/Makefile"
28126 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28127 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28128 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28129 wineboot"
28130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28131 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28132 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28134 ALL_MAKEFILES="$ALL_MAKEFILES \\
28135 programs/winebrowser/Makefile"
28136 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28137 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28138 winebrowser"
28139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28140 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28141 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28143 ALL_MAKEFILES="$ALL_MAKEFILES \\
28144 programs/winecfg/Makefile"
28145 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28146 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28147 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28148 winecfg"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28151 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 programs/wineconsole/Makefile"
28155 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28156 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28157 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28158 wineconsole"
28159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28160 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28161 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28163 ALL_MAKEFILES="$ALL_MAKEFILES \\
28164 programs/winedbg/Makefile"
28165 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28166 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28167 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28168 winedbg"
28169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28170 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28171 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28173 ALL_MAKEFILES="$ALL_MAKEFILES \\
28174 programs/winedevice/Makefile"
28175 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28176 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28177 winedevice"
28178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28179 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28180 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28182 ALL_MAKEFILES="$ALL_MAKEFILES \\
28183 programs/winefile/Makefile"
28184 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28185 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28186 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28187 winefile"
28188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28189 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28190 ac_config_files="$ac_config_files programs/winefile/Makefile"
28192 ALL_MAKEFILES="$ALL_MAKEFILES \\
28193 programs/winemenubuilder/Makefile"
28194 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28195 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28196 winemenubuilder"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28199 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 programs/winemine/Makefile"
28203 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28204 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28205 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28206 winemine"
28207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28208 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28209 ac_config_files="$ac_config_files programs/winemine/Makefile"
28211 ALL_MAKEFILES="$ALL_MAKEFILES \\
28212 programs/winepath/Makefile"
28213 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28214 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28215 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28216 winepath"
28217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28218 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28219 ac_config_files="$ac_config_files programs/winepath/Makefile"
28221 ALL_MAKEFILES="$ALL_MAKEFILES \\
28222 programs/winetest/Makefile"
28223 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28224 winetest"
28225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28226 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28227 ac_config_files="$ac_config_files programs/winetest/Makefile"
28229 ALL_MAKEFILES="$ALL_MAKEFILES \\
28230 programs/winevdm/Makefile"
28231 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28232 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28233 winevdm"
28234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28235 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28236 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28238 ALL_MAKEFILES="$ALL_MAKEFILES \\
28239 programs/winhelp.exe16/Makefile"
28240 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28241 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28242 winhelp.exe16"
28243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28244 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28245 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28247 ALL_MAKEFILES="$ALL_MAKEFILES \\
28248 programs/winhlp32/Makefile"
28249 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28250 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28251 winhlp32"
28252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28253 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28254 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28256 ALL_MAKEFILES="$ALL_MAKEFILES \\
28257 programs/winoldap.mod16/Makefile"
28258 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28259 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28260 winoldap.mod16"
28261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28262 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28263 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28265 ALL_MAKEFILES="$ALL_MAKEFILES \\
28266 programs/winver/Makefile"
28267 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28268 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28269 winver"
28270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28271 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28272 ac_config_files="$ac_config_files programs/winver/Makefile"
28274 ALL_MAKEFILES="$ALL_MAKEFILES \\
28275 programs/wordpad/Makefile"
28276 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28277 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28278 wordpad"
28279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28280 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28281 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28283 ALL_MAKEFILES="$ALL_MAKEFILES \\
28284 programs/write/Makefile"
28285 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28286 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28287 write"
28288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28289 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28290 ac_config_files="$ac_config_files programs/write/Makefile"
28292 ALL_MAKEFILES="$ALL_MAKEFILES \\
28293 programs/xcopy/Makefile"
28294 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28295 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28296 xcopy"
28297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28298 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28299 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28301 ALL_MAKEFILES="$ALL_MAKEFILES \\
28302 server/Makefile"
28303 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28304 server"
28305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28306 server/Makefile: server/Makefile.in Make.rules"
28307 ac_config_files="$ac_config_files server/Makefile"
28309 ALL_MAKEFILES="$ALL_MAKEFILES \\
28310 tools/Makefile"
28311 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28312 tools"
28313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28314 tools/Makefile: tools/Makefile.in Make.rules"
28315 ac_config_files="$ac_config_files tools/Makefile"
28317 ALL_MAKEFILES="$ALL_MAKEFILES \\
28318 tools/widl/Makefile"
28320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28321 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28322 ac_config_files="$ac_config_files tools/widl/Makefile"
28324 ALL_MAKEFILES="$ALL_MAKEFILES \\
28325 tools/winebuild/Makefile"
28327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28328 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28329 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28331 ALL_MAKEFILES="$ALL_MAKEFILES \\
28332 tools/winedump/Makefile"
28334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28335 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28336 ac_config_files="$ac_config_files tools/winedump/Makefile"
28338 ALL_MAKEFILES="$ALL_MAKEFILES \\
28339 tools/winegcc/Makefile"
28341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28342 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28343 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28345 ALL_MAKEFILES="$ALL_MAKEFILES \\
28346 tools/wmc/Makefile"
28348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28349 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28350 ac_config_files="$ac_config_files tools/wmc/Makefile"
28352 ALL_MAKEFILES="$ALL_MAKEFILES \\
28353 tools/wrc/Makefile"
28355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28356 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28357 ac_config_files="$ac_config_files tools/wrc/Makefile"
28361 ALL_WINETEST_DEPENDS="# Test binaries"
28363 for dir in $ALL_TEST_DIRS
28365 if test "$dir" != "\\"
28366 then
28367 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28368 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28369 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28370 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28372 done
28374 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28376 cat >confcache <<\_ACEOF
28377 # This file is a shell script that caches the results of configure
28378 # tests run on this system so they can be shared between configure
28379 # scripts and configure runs, see configure's option --config-cache.
28380 # It is not useful on other systems. If it contains results you don't
28381 # want to keep, you may remove or edit it.
28383 # config.status only pays attention to the cache file if you give it
28384 # the --recheck option to rerun configure.
28386 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28387 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28388 # following values.
28390 _ACEOF
28392 # The following way of writing the cache mishandles newlines in values,
28393 # but we know of no workaround that is simple, portable, and efficient.
28394 # So, we kill variables containing newlines.
28395 # Ultrix sh set writes to stderr and can't be redirected directly,
28396 # and sets the high bit in the cache file unless we assign to the vars.
28398 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28399 eval ac_val=\$$ac_var
28400 case $ac_val in #(
28401 *${as_nl}*)
28402 case $ac_var in #(
28403 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28404 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28405 esac
28406 case $ac_var in #(
28407 _ | IFS | as_nl) ;; #(
28408 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28409 *) $as_unset $ac_var ;;
28410 esac ;;
28411 esac
28412 done
28414 (set) 2>&1 |
28415 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28416 *${as_nl}ac_space=\ *)
28417 # `set' does not quote correctly, so add quotes (double-quote
28418 # substitution turns \\\\ into \\, and sed turns \\ into \).
28419 sed -n \
28420 "s/'/'\\\\''/g;
28421 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28422 ;; #(
28424 # `set' quotes correctly as required by POSIX, so do not add quotes.
28425 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28427 esac |
28428 sort
28430 sed '
28431 /^ac_cv_env_/b end
28432 t clear
28433 :clear
28434 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28435 t end
28436 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28437 :end' >>confcache
28438 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28439 if test -w "$cache_file"; then
28440 test "x$cache_file" != "x/dev/null" &&
28441 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28442 $as_echo "$as_me: updating cache $cache_file" >&6;}
28443 cat confcache >$cache_file
28444 else
28445 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28446 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28449 rm -f confcache
28451 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28452 # Let make expand exec_prefix.
28453 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28455 DEFS=-DHAVE_CONFIG_H
28457 ac_libobjs=
28458 ac_ltlibobjs=
28459 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28460 # 1. Remove the extension, and $U if already installed.
28461 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28462 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28463 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28464 # will be set to the directory where LIBOBJS objects are built.
28465 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28466 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28467 done
28468 LIBOBJS=$ac_libobjs
28470 LTLIBOBJS=$ac_ltlibobjs
28474 : ${CONFIG_STATUS=./config.status}
28475 ac_write_fail=0
28476 ac_clean_files_save=$ac_clean_files
28477 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28478 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28479 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28480 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28481 #! $SHELL
28482 # Generated by $as_me.
28483 # Run this file to recreate the current configuration.
28484 # Compiler output produced by configure, useful for debugging
28485 # configure, is in config.log if it exists.
28487 debug=false
28488 ac_cs_recheck=false
28489 ac_cs_silent=false
28490 SHELL=\${CONFIG_SHELL-$SHELL}
28491 _ACEOF
28493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28494 ## --------------------- ##
28495 ## M4sh Initialization. ##
28496 ## --------------------- ##
28498 # Be more Bourne compatible
28499 DUALCASE=1; export DUALCASE # for MKS sh
28500 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28501 emulate sh
28502 NULLCMD=:
28503 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28504 # is contrary to our usage. Disable this feature.
28505 alias -g '${1+"$@"}'='"$@"'
28506 setopt NO_GLOB_SUBST
28507 else
28508 case `(set -o) 2>/dev/null` in
28509 *posix*) set -o posix ;;
28510 esac
28517 # PATH needs CR
28518 # Avoid depending upon Character Ranges.
28519 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28520 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28521 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28522 as_cr_digits='0123456789'
28523 as_cr_alnum=$as_cr_Letters$as_cr_digits
28525 as_nl='
28527 export as_nl
28528 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28529 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28530 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28531 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28532 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28533 as_echo='printf %s\n'
28534 as_echo_n='printf %s'
28535 else
28536 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28537 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28538 as_echo_n='/usr/ucb/echo -n'
28539 else
28540 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28541 as_echo_n_body='eval
28542 arg=$1;
28543 case $arg in
28544 *"$as_nl"*)
28545 expr "X$arg" : "X\\(.*\\)$as_nl";
28546 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28547 esac;
28548 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28550 export as_echo_n_body
28551 as_echo_n='sh -c $as_echo_n_body as_echo'
28553 export as_echo_body
28554 as_echo='sh -c $as_echo_body as_echo'
28557 # The user is always right.
28558 if test "${PATH_SEPARATOR+set}" != set; then
28559 PATH_SEPARATOR=:
28560 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28561 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28562 PATH_SEPARATOR=';'
28566 # Support unset when possible.
28567 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28568 as_unset=unset
28569 else
28570 as_unset=false
28574 # IFS
28575 # We need space, tab and new line, in precisely that order. Quoting is
28576 # there to prevent editors from complaining about space-tab.
28577 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28578 # splitting by setting IFS to empty value.)
28579 IFS=" "" $as_nl"
28581 # Find who we are. Look in the path if we contain no directory separator.
28582 case $0 in
28583 *[\\/]* ) as_myself=$0 ;;
28584 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28585 for as_dir in $PATH
28587 IFS=$as_save_IFS
28588 test -z "$as_dir" && as_dir=.
28589 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28590 done
28591 IFS=$as_save_IFS
28594 esac
28595 # We did not find ourselves, most probably we were run as `sh COMMAND'
28596 # in which case we are not to be found in the path.
28597 if test "x$as_myself" = x; then
28598 as_myself=$0
28600 if test ! -f "$as_myself"; then
28601 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28602 { (exit 1); exit 1; }
28605 # Work around bugs in pre-3.0 UWIN ksh.
28606 for as_var in ENV MAIL MAILPATH
28607 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28608 done
28609 PS1='$ '
28610 PS2='> '
28611 PS4='+ '
28613 # NLS nuisances.
28614 LC_ALL=C
28615 export LC_ALL
28616 LANGUAGE=C
28617 export LANGUAGE
28619 # Required to use basename.
28620 if expr a : '\(a\)' >/dev/null 2>&1 &&
28621 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28622 as_expr=expr
28623 else
28624 as_expr=false
28627 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28628 as_basename=basename
28629 else
28630 as_basename=false
28634 # Name of the executable.
28635 as_me=`$as_basename -- "$0" ||
28636 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28637 X"$0" : 'X\(//\)$' \| \
28638 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28639 $as_echo X/"$0" |
28640 sed '/^.*\/\([^/][^/]*\)\/*$/{
28641 s//\1/
28644 /^X\/\(\/\/\)$/{
28645 s//\1/
28648 /^X\/\(\/\).*/{
28649 s//\1/
28652 s/.*/./; q'`
28654 # CDPATH.
28655 $as_unset CDPATH
28659 as_lineno_1=$LINENO
28660 as_lineno_2=$LINENO
28661 test "x$as_lineno_1" != "x$as_lineno_2" &&
28662 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28664 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28665 # uniformly replaced by the line number. The first 'sed' inserts a
28666 # line-number line after each line using $LINENO; the second 'sed'
28667 # does the real work. The second script uses 'N' to pair each
28668 # line-number line with the line containing $LINENO, and appends
28669 # trailing '-' during substitution so that $LINENO is not a special
28670 # case at line end.
28671 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28672 # scripts with optimization help from Paolo Bonzini. Blame Lee
28673 # E. McMahon (1931-1989) for sed's syntax. :-)
28674 sed -n '
28676 /[$]LINENO/=
28677 ' <$as_myself |
28678 sed '
28679 s/[$]LINENO.*/&-/
28680 t lineno
28682 :lineno
28684 :loop
28685 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28686 t loop
28687 s/-\n.*//
28688 ' >$as_me.lineno &&
28689 chmod +x "$as_me.lineno" ||
28690 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28691 { (exit 1); exit 1; }; }
28693 # Don't try to exec as it changes $[0], causing all sort of problems
28694 # (the dirname of $[0] is not the place where we might find the
28695 # original and so on. Autoconf is especially sensitive to this).
28696 . "./$as_me.lineno"
28697 # Exit status is that of the last command.
28698 exit
28702 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28703 as_dirname=dirname
28704 else
28705 as_dirname=false
28708 ECHO_C= ECHO_N= ECHO_T=
28709 case `echo -n x` in
28710 -n*)
28711 case `echo 'x\c'` in
28712 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28713 *) ECHO_C='\c';;
28714 esac;;
28716 ECHO_N='-n';;
28717 esac
28718 if expr a : '\(a\)' >/dev/null 2>&1 &&
28719 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28720 as_expr=expr
28721 else
28722 as_expr=false
28725 rm -f conf$$ conf$$.exe conf$$.file
28726 if test -d conf$$.dir; then
28727 rm -f conf$$.dir/conf$$.file
28728 else
28729 rm -f conf$$.dir
28730 mkdir conf$$.dir 2>/dev/null
28732 if (echo >conf$$.file) 2>/dev/null; then
28733 if ln -s conf$$.file conf$$ 2>/dev/null; then
28734 as_ln_s='ln -s'
28735 # ... but there are two gotchas:
28736 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28737 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28738 # In both cases, we have to default to `cp -p'.
28739 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28740 as_ln_s='cp -p'
28741 elif ln conf$$.file conf$$ 2>/dev/null; then
28742 as_ln_s=ln
28743 else
28744 as_ln_s='cp -p'
28746 else
28747 as_ln_s='cp -p'
28749 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28750 rmdir conf$$.dir 2>/dev/null
28752 if mkdir -p . 2>/dev/null; then
28753 as_mkdir_p=:
28754 else
28755 test -d ./-p && rmdir ./-p
28756 as_mkdir_p=false
28759 if test -x / >/dev/null 2>&1; then
28760 as_test_x='test -x'
28761 else
28762 if ls -dL / >/dev/null 2>&1; then
28763 as_ls_L_option=L
28764 else
28765 as_ls_L_option=
28767 as_test_x='
28768 eval sh -c '\''
28769 if test -d "$1"; then
28770 test -d "$1/.";
28771 else
28772 case $1 in
28773 -*)set "./$1";;
28774 esac;
28775 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28776 ???[sx]*):;;*)false;;esac;fi
28777 '\'' sh
28780 as_executable_p=$as_test_x
28782 # Sed expression to map a string onto a valid CPP name.
28783 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28785 # Sed expression to map a string onto a valid variable name.
28786 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28789 exec 6>&1
28791 # Save the log message, to keep $[0] and so on meaningful, and to
28792 # report actual input values of CONFIG_FILES etc. instead of their
28793 # values after options handling.
28794 ac_log="
28795 This file was extended by Wine $as_me 1.1.22, which was
28796 generated by GNU Autoconf 2.63. Invocation command line was
28798 CONFIG_FILES = $CONFIG_FILES
28799 CONFIG_HEADERS = $CONFIG_HEADERS
28800 CONFIG_LINKS = $CONFIG_LINKS
28801 CONFIG_COMMANDS = $CONFIG_COMMANDS
28802 $ $0 $@
28804 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28807 _ACEOF
28809 case $ac_config_files in *"
28810 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28811 esac
28813 case $ac_config_headers in *"
28814 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28815 esac
28818 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28819 # Files that config.status was made for.
28820 config_files="$ac_config_files"
28821 config_headers="$ac_config_headers"
28822 config_commands="$ac_config_commands"
28824 _ACEOF
28826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28827 ac_cs_usage="\
28828 \`$as_me' instantiates files from templates according to the
28829 current configuration.
28831 Usage: $0 [OPTION]... [FILE]...
28833 -h, --help print this help, then exit
28834 -V, --version print version number and configuration settings, then exit
28835 -q, --quiet, --silent
28836 do not print progress messages
28837 -d, --debug don't remove temporary files
28838 --recheck update $as_me by reconfiguring in the same conditions
28839 --file=FILE[:TEMPLATE]
28840 instantiate the configuration file FILE
28841 --header=FILE[:TEMPLATE]
28842 instantiate the configuration header FILE
28844 Configuration files:
28845 $config_files
28847 Configuration headers:
28848 $config_headers
28850 Configuration commands:
28851 $config_commands
28853 Report bugs to <bug-autoconf@gnu.org>."
28855 _ACEOF
28856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28857 ac_cs_version="\\
28858 Wine config.status 1.1.22
28859 configured by $0, generated by GNU Autoconf 2.63,
28860 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28862 Copyright (C) 2008 Free Software Foundation, Inc.
28863 This config.status script is free software; the Free Software Foundation
28864 gives unlimited permission to copy, distribute and modify it."
28866 ac_pwd='$ac_pwd'
28867 srcdir='$srcdir'
28868 INSTALL='$INSTALL'
28869 test -n "\$AWK" || AWK=awk
28870 _ACEOF
28872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28873 # The default lists apply if the user does not specify any file.
28874 ac_need_defaults=:
28875 while test $# != 0
28877 case $1 in
28878 --*=*)
28879 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28880 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28881 ac_shift=:
28884 ac_option=$1
28885 ac_optarg=$2
28886 ac_shift=shift
28888 esac
28890 case $ac_option in
28891 # Handling of the options.
28892 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28893 ac_cs_recheck=: ;;
28894 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28895 $as_echo "$ac_cs_version"; exit ;;
28896 --debug | --debu | --deb | --de | --d | -d )
28897 debug=: ;;
28898 --file | --fil | --fi | --f )
28899 $ac_shift
28900 case $ac_optarg in
28901 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28902 esac
28903 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28904 ac_need_defaults=false;;
28905 --header | --heade | --head | --hea )
28906 $ac_shift
28907 case $ac_optarg in
28908 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28909 esac
28910 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28911 ac_need_defaults=false;;
28912 --he | --h)
28913 # Conflict between --help and --header
28914 { $as_echo "$as_me: error: ambiguous option: $1
28915 Try \`$0 --help' for more information." >&2
28916 { (exit 1); exit 1; }; };;
28917 --help | --hel | -h )
28918 $as_echo "$ac_cs_usage"; exit ;;
28919 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28920 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28921 ac_cs_silent=: ;;
28923 # This is an error.
28924 -*) { $as_echo "$as_me: error: unrecognized option: $1
28925 Try \`$0 --help' for more information." >&2
28926 { (exit 1); exit 1; }; } ;;
28928 *) ac_config_targets="$ac_config_targets $1"
28929 ac_need_defaults=false ;;
28931 esac
28932 shift
28933 done
28935 ac_configure_extra_args=
28937 if $ac_cs_silent; then
28938 exec 6>/dev/null
28939 ac_configure_extra_args="$ac_configure_extra_args --silent"
28942 _ACEOF
28943 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28944 if \$ac_cs_recheck; then
28945 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28946 shift
28947 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28948 CONFIG_SHELL='$SHELL'
28949 export CONFIG_SHELL
28950 exec "\$@"
28953 _ACEOF
28954 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28955 exec 5>>config.log
28957 echo
28958 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28959 ## Running $as_me. ##
28960 _ASBOX
28961 $as_echo "$ac_log"
28962 } >&5
28964 _ACEOF
28965 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28966 _ACEOF
28968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28970 # Handling of arguments.
28971 for ac_config_target in $ac_config_targets
28973 case $ac_config_target in
28974 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28975 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28976 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28977 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28978 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28979 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28980 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28981 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28982 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28983 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28984 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28985 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28986 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28987 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28988 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28989 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28990 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28991 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28992 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28993 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28994 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28995 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28996 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28997 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28998 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28999 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29000 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29001 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29002 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29003 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29004 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29005 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29006 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29007 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29008 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29009 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29010 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29011 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29012 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29013 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29014 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29015 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29016 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29017 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29018 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29019 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29020 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29021 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29022 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29023 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29024 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29025 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29026 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29027 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29028 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29029 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29030 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29031 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29032 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29033 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29034 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29035 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29036 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29037 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29038 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29039 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29040 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29041 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29042 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29043 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29044 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29045 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29046 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29047 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29048 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29049 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29050 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29051 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29052 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29053 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29054 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29055 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29056 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29057 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29058 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29059 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29060 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29061 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29062 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29063 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29064 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29065 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29066 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29067 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29068 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29069 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29070 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29071 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29072 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29073 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29074 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29075 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29076 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29077 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29078 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29079 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29080 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29081 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29082 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29083 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29084 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29085 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29086 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29087 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29088 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29089 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29090 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29091 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29092 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29093 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29094 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29095 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29096 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29097 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29098 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29099 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29100 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29101 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29102 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29103 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29104 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29105 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29106 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29107 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29108 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29109 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29110 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29111 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29112 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29113 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29114 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29115 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29116 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29117 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29118 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29119 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29120 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29121 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29122 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29123 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29124 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29125 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29126 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29127 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29128 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29129 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29130 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29131 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29132 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29133 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29134 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29135 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29136 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29137 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29138 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29139 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29140 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29141 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29142 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29143 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29144 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29145 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29146 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29147 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29148 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29149 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29150 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29151 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29152 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29153 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29154 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29155 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29156 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29157 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29158 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29159 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29160 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29161 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29162 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29163 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29164 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29165 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29166 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29167 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29168 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29169 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29170 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29171 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29172 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29173 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29174 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29175 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29176 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29177 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29178 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29179 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29180 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29181 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29182 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29183 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29184 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29185 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29186 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29187 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29188 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29189 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29190 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29191 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29192 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29193 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29194 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29195 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29196 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29197 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29198 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29199 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29200 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29201 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29202 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29203 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29204 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29205 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29206 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29207 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29208 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29209 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29210 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29211 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29212 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29213 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29214 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29215 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29216 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29217 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29218 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29219 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29220 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29221 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29222 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29223 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29224 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29225 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29226 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29227 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29228 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29229 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29230 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29231 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29232 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29233 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29234 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29235 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29236 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29237 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29238 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29239 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29240 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29241 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29242 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29243 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29244 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29245 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29246 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29247 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29248 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29249 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29250 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29251 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29252 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29253 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29254 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29255 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29256 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29257 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29258 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29259 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29260 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29261 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29262 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29263 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29264 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29265 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29266 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29267 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29268 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29269 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29270 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29271 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29272 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29273 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29274 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29275 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29276 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29277 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29278 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29279 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29280 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29281 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29282 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29283 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29284 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29285 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29286 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29287 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29288 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29289 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29290 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29291 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29292 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29293 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29294 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29295 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29296 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29297 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29298 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29299 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29300 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29301 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29302 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29303 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29304 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29305 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29306 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29307 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29308 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29309 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29310 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29311 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29312 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29313 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29314 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29315 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29316 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29317 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29318 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29319 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29320 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29321 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29322 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29323 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29324 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29325 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29326 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29327 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29328 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29329 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29330 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29331 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29332 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29333 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29334 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29335 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29336 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29337 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29338 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29339 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29340 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29341 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29342 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29343 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29344 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29345 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29346 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29347 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29348 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29349 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29350 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29351 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29352 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29353 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29354 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29355 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29356 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29357 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29358 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29359 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29360 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29361 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29362 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29363 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29364 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29365 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29366 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29367 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29368 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29369 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29370 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29371 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29372 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29373 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29374 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29375 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29376 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29377 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29378 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29379 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29380 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29381 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29382 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29383 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29384 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29385 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29386 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29387 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29388 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29389 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29390 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29391 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29392 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29393 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29394 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29395 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29396 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29397 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29398 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29399 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29400 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29401 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29402 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29403 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29404 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29405 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29406 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29407 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29408 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29409 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29410 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29411 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29412 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29413 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29414 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29415 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29416 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29417 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29418 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29419 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29420 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29421 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29422 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29423 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29424 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29425 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29426 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29427 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29428 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29429 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29430 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29431 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29432 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29433 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29434 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29435 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29436 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29437 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29438 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29439 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29440 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29441 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29442 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29443 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29444 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29445 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29446 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29447 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29448 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29449 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29450 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29451 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29452 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29453 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29454 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29455 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29456 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29457 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29458 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29459 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29460 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29461 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29462 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29463 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29464 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29465 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29466 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29467 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29468 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29469 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29470 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29471 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29472 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29473 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29474 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29475 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29476 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29477 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29478 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29479 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29480 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29481 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29482 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29483 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29484 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29485 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29486 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29488 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29489 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29490 { (exit 1); exit 1; }; };;
29491 esac
29492 done
29495 # If the user did not use the arguments to specify the items to instantiate,
29496 # then the envvar interface is used. Set only those that are not.
29497 # We use the long form for the default assignment because of an extremely
29498 # bizarre bug on SunOS 4.1.3.
29499 if $ac_need_defaults; then
29500 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29501 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29502 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29505 # Have a temporary directory for convenience. Make it in the build tree
29506 # simply because there is no reason against having it here, and in addition,
29507 # creating and moving files from /tmp can sometimes cause problems.
29508 # Hook for its removal unless debugging.
29509 # Note that there is a small window in which the directory will not be cleaned:
29510 # after its creation but before its name has been assigned to `$tmp'.
29511 $debug ||
29513 tmp=
29514 trap 'exit_status=$?
29515 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29517 trap '{ (exit 1); exit 1; }' 1 2 13 15
29519 # Create a (secure) tmp directory for tmp files.
29522 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29523 test -n "$tmp" && test -d "$tmp"
29524 } ||
29526 tmp=./conf$$-$RANDOM
29527 (umask 077 && mkdir "$tmp")
29528 } ||
29530 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29531 { (exit 1); exit 1; }
29534 # Set up the scripts for CONFIG_FILES section.
29535 # No need to generate them if there are no CONFIG_FILES.
29536 # This happens for instance with `./config.status config.h'.
29537 if test -n "$CONFIG_FILES"; then
29539 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29540 ac_cs_awk_getline=:
29541 ac_cs_awk_pipe_init=
29542 ac_cs_awk_read_file='
29543 while ((getline aline < (F[key])) > 0)
29544 print(aline)
29545 close(F[key])'
29546 ac_cs_awk_pipe_fini=
29547 else
29548 ac_cs_awk_getline=false
29549 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29550 ac_cs_awk_read_file='
29551 print "|#_!!_#|"
29552 print "cat " F[key] " &&"
29553 '$ac_cs_awk_pipe_init
29554 # The final `:' finishes the AND list.
29555 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29557 ac_cr=' '
29558 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29559 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29560 ac_cs_awk_cr='\\r'
29561 else
29562 ac_cs_awk_cr=$ac_cr
29565 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29566 _ACEOF
29568 # Create commands to substitute file output variables.
29570 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29571 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29572 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29573 echo "_ACAWK" &&
29574 echo "_ACEOF"
29575 } >conf$$files.sh &&
29576 . ./conf$$files.sh ||
29577 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29578 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29579 { (exit 1); exit 1; }; }
29580 rm -f conf$$files.sh
29583 echo "cat >conf$$subs.awk <<_ACEOF" &&
29584 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29585 echo "_ACEOF"
29586 } >conf$$subs.sh ||
29587 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29588 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29589 { (exit 1); exit 1; }; }
29590 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29591 ac_delim='%!_!# '
29592 for ac_last_try in false false false false false :; do
29593 . ./conf$$subs.sh ||
29594 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29595 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29596 { (exit 1); exit 1; }; }
29598 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29599 if test $ac_delim_n = $ac_delim_num; then
29600 break
29601 elif $ac_last_try; then
29602 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29603 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29604 { (exit 1); exit 1; }; }
29605 else
29606 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29608 done
29609 rm -f conf$$subs.sh
29611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29612 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29613 _ACEOF
29614 sed -n '
29616 s/^/S["/; s/!.*/"]=/
29619 s/^[^!]*!//
29620 :repl
29621 t repl
29622 s/'"$ac_delim"'$//
29623 t delim
29626 s/\(.\{148\}\).*/\1/
29627 t more1
29628 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29631 b repl
29632 :more1
29633 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29636 s/.\{148\}//
29637 t nl
29638 :delim
29640 s/\(.\{148\}\).*/\1/
29641 t more2
29642 s/["\\]/\\&/g; s/^/"/; s/$/"/
29645 :more2
29646 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29649 s/.\{148\}//
29650 t delim
29651 ' <conf$$subs.awk | sed '
29652 /^[^""]/{
29654 s/\n//
29656 ' >>$CONFIG_STATUS || ac_write_fail=1
29657 rm -f conf$$subs.awk
29658 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29659 _ACAWK
29660 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29661 for (key in S) S_is_set[key] = 1
29662 FS = "\a"
29663 \$ac_cs_awk_pipe_init
29666 line = $ 0
29667 nfields = split(line, field, "@")
29668 substed = 0
29669 len = length(field[1])
29670 for (i = 2; i < nfields; i++) {
29671 key = field[i]
29672 keylen = length(key)
29673 if (S_is_set[key]) {
29674 value = S[key]
29675 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29676 len += length(value) + length(field[++i])
29677 substed = 1
29678 } else
29679 len += 1 + keylen
29681 if (nfields == 3 && !substed) {
29682 key = field[2]
29683 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29684 \$ac_cs_awk_read_file
29685 next
29688 print line
29690 \$ac_cs_awk_pipe_fini
29691 _ACAWK
29692 _ACEOF
29693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29694 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29695 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29696 else
29698 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29699 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29700 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29701 { (exit 1); exit 1; }; }
29702 _ACEOF
29704 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29705 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29706 # trailing colons and then remove the whole line if VPATH becomes empty
29707 # (actually we leave an empty line to preserve line numbers).
29708 if test "x$srcdir" = x.; then
29709 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29710 s/:*\$(srcdir):*/:/
29711 s/:*\${srcdir}:*/:/
29712 s/:*@srcdir@:*/:/
29713 s/^\([^=]*=[ ]*\):*/\1/
29714 s/:*$//
29715 s/^[^=]*=[ ]*$//
29719 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29720 fi # test -n "$CONFIG_FILES"
29722 # Set up the scripts for CONFIG_HEADERS section.
29723 # No need to generate them if there are no CONFIG_HEADERS.
29724 # This happens for instance with `./config.status Makefile'.
29725 if test -n "$CONFIG_HEADERS"; then
29726 cat >"$tmp/defines.awk" <<\_ACAWK ||
29727 BEGIN {
29728 _ACEOF
29730 # Transform confdefs.h into an awk script `defines.awk', embedded as
29731 # here-document in config.status, that substitutes the proper values into
29732 # config.h.in to produce config.h.
29734 # Create a delimiter string that does not exist in confdefs.h, to ease
29735 # handling of long lines.
29736 ac_delim='%!_!# '
29737 for ac_last_try in false false :; do
29738 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29739 if test -z "$ac_t"; then
29740 break
29741 elif $ac_last_try; then
29742 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29743 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29744 { (exit 1); exit 1; }; }
29745 else
29746 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29748 done
29750 # For the awk script, D is an array of macro values keyed by name,
29751 # likewise P contains macro parameters if any. Preserve backslash
29752 # newline sequences.
29754 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29755 sed -n '
29756 s/.\{148\}/&'"$ac_delim"'/g
29757 t rset
29758 :rset
29759 s/^[ ]*#[ ]*define[ ][ ]*/ /
29760 t def
29762 :def
29763 s/\\$//
29764 t bsnl
29765 s/["\\]/\\&/g
29766 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29767 D["\1"]=" \3"/p
29768 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29770 :bsnl
29771 s/["\\]/\\&/g
29772 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29773 D["\1"]=" \3\\\\\\n"\\/p
29774 t cont
29775 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29776 t cont
29778 :cont
29780 s/.\{148\}/&'"$ac_delim"'/g
29781 t clear
29782 :clear
29783 s/\\$//
29784 t bsnlc
29785 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29787 :bsnlc
29788 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29789 b cont
29790 ' <confdefs.h | sed '
29791 s/'"$ac_delim"'/"\\\
29792 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29794 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29795 for (key in D) D_is_set[key] = 1
29796 FS = "\a"
29798 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29799 line = \$ 0
29800 split(line, arg, " ")
29801 if (arg[1] == "#") {
29802 defundef = arg[2]
29803 mac1 = arg[3]
29804 } else {
29805 defundef = substr(arg[1], 2)
29806 mac1 = arg[2]
29808 split(mac1, mac2, "(") #)
29809 macro = mac2[1]
29810 prefix = substr(line, 1, index(line, defundef) - 1)
29811 if (D_is_set[macro]) {
29812 # Preserve the white space surrounding the "#".
29813 print prefix "define", macro P[macro] D[macro]
29814 next
29815 } else {
29816 # Replace #undef with comments. This is necessary, for example,
29817 # in the case of _POSIX_SOURCE, which is predefined and required
29818 # on some systems where configure will not decide to define it.
29819 if (defundef == "undef") {
29820 print "/*", prefix defundef, macro, "*/"
29821 next
29825 { print }
29826 _ACAWK
29827 _ACEOF
29828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29829 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29830 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29831 { (exit 1); exit 1; }; }
29832 fi # test -n "$CONFIG_HEADERS"
29835 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29836 shift
29837 for ac_tag
29839 case $ac_tag in
29840 :[FHLC]) ac_mode=$ac_tag; continue;;
29841 esac
29842 case $ac_mode$ac_tag in
29843 :[FHL]*:*);;
29844 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29845 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29846 { (exit 1); exit 1; }; };;
29847 :[FH]-) ac_tag=-:-;;
29848 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29849 esac
29850 ac_save_IFS=$IFS
29851 IFS=:
29852 set x $ac_tag
29853 IFS=$ac_save_IFS
29854 shift
29855 ac_file=$1
29856 shift
29858 case $ac_mode in
29859 :L) ac_source=$1;;
29860 :[FH])
29861 ac_file_inputs=
29862 for ac_f
29864 case $ac_f in
29865 -) ac_f="$tmp/stdin";;
29866 *) # Look for the file first in the build tree, then in the source tree
29867 # (if the path is not absolute). The absolute path cannot be DOS-style,
29868 # because $ac_f cannot contain `:'.
29869 test -f "$ac_f" ||
29870 case $ac_f in
29871 [\\/$]*) false;;
29872 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29873 esac ||
29874 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29875 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29876 { (exit 1); exit 1; }; };;
29877 esac
29878 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29879 ac_file_inputs="$ac_file_inputs '$ac_f'"
29880 done
29882 # Let's still pretend it is `configure' which instantiates (i.e., don't
29883 # use $as_me), people would be surprised to read:
29884 # /* config.h. Generated by config.status. */
29885 configure_input='Generated from '`
29886 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29887 `' by configure.'
29888 if test x"$ac_file" != x-; then
29889 configure_input="$ac_file. $configure_input"
29890 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29891 $as_echo "$as_me: creating $ac_file" >&6;}
29893 # Neutralize special characters interpreted by sed in replacement strings.
29894 case $configure_input in #(
29895 *\&* | *\|* | *\\* )
29896 ac_sed_conf_input=`$as_echo "$configure_input" |
29897 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29898 *) ac_sed_conf_input=$configure_input;;
29899 esac
29901 case $ac_tag in
29902 *:-:* | *:-) cat >"$tmp/stdin" \
29903 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29904 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29905 { (exit 1); exit 1; }; } ;;
29906 esac
29908 esac
29910 ac_dir=`$as_dirname -- "$ac_file" ||
29911 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29912 X"$ac_file" : 'X\(//\)[^/]' \| \
29913 X"$ac_file" : 'X\(//\)$' \| \
29914 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29915 $as_echo X"$ac_file" |
29916 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29917 s//\1/
29920 /^X\(\/\/\)[^/].*/{
29921 s//\1/
29924 /^X\(\/\/\)$/{
29925 s//\1/
29928 /^X\(\/\).*/{
29929 s//\1/
29932 s/.*/./; q'`
29933 { as_dir="$ac_dir"
29934 case $as_dir in #(
29935 -*) as_dir=./$as_dir;;
29936 esac
29937 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29938 as_dirs=
29939 while :; do
29940 case $as_dir in #(
29941 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29942 *) as_qdir=$as_dir;;
29943 esac
29944 as_dirs="'$as_qdir' $as_dirs"
29945 as_dir=`$as_dirname -- "$as_dir" ||
29946 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29947 X"$as_dir" : 'X\(//\)[^/]' \| \
29948 X"$as_dir" : 'X\(//\)$' \| \
29949 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29950 $as_echo X"$as_dir" |
29951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29952 s//\1/
29955 /^X\(\/\/\)[^/].*/{
29956 s//\1/
29959 /^X\(\/\/\)$/{
29960 s//\1/
29963 /^X\(\/\).*/{
29964 s//\1/
29967 s/.*/./; q'`
29968 test -d "$as_dir" && break
29969 done
29970 test -z "$as_dirs" || eval "mkdir $as_dirs"
29971 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29972 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29973 { (exit 1); exit 1; }; }; }
29974 ac_builddir=.
29976 case "$ac_dir" in
29977 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29979 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29980 # A ".." for each directory in $ac_dir_suffix.
29981 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29982 case $ac_top_builddir_sub in
29983 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29984 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29985 esac ;;
29986 esac
29987 ac_abs_top_builddir=$ac_pwd
29988 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29989 # for backward compatibility:
29990 ac_top_builddir=$ac_top_build_prefix
29992 case $srcdir in
29993 .) # We are building in place.
29994 ac_srcdir=.
29995 ac_top_srcdir=$ac_top_builddir_sub
29996 ac_abs_top_srcdir=$ac_pwd ;;
29997 [\\/]* | ?:[\\/]* ) # Absolute name.
29998 ac_srcdir=$srcdir$ac_dir_suffix;
29999 ac_top_srcdir=$srcdir
30000 ac_abs_top_srcdir=$srcdir ;;
30001 *) # Relative name.
30002 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30003 ac_top_srcdir=$ac_top_build_prefix$srcdir
30004 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30005 esac
30006 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30009 case $ac_mode in
30012 # CONFIG_FILE
30015 case $INSTALL in
30016 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30017 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30018 esac
30019 _ACEOF
30021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30022 # If the template does not know about datarootdir, expand it.
30023 # FIXME: This hack should be removed a few years after 2.60.
30024 ac_datarootdir_hack=; ac_datarootdir_seen=
30026 ac_sed_dataroot='
30027 /datarootdir/ {
30031 /@datadir@/p
30032 /@docdir@/p
30033 /@infodir@/p
30034 /@localedir@/p
30035 /@mandir@/p
30037 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30038 *datarootdir*) ac_datarootdir_seen=yes;;
30039 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30040 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30041 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30042 _ACEOF
30043 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30044 ac_datarootdir_hack='
30045 s&@datadir@&$datadir&g
30046 s&@docdir@&$docdir&g
30047 s&@infodir@&$infodir&g
30048 s&@localedir@&$localedir&g
30049 s&@mandir@&$mandir&g
30050 s&\\\${datarootdir}&$datarootdir&g' ;;
30051 esac
30052 _ACEOF
30054 # Neutralize VPATH when `$srcdir' = `.'.
30055 # Shell code in configure.ac might set extrasub.
30056 # FIXME: do we really want to maintain this feature?
30057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30058 ac_sed_extra="$ac_vpsub
30059 $extrasub
30060 _ACEOF
30061 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30063 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30064 s|@configure_input@|$ac_sed_conf_input|;t t
30065 s&@top_builddir@&$ac_top_builddir_sub&;t t
30066 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30067 s&@srcdir@&$ac_srcdir&;t t
30068 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30069 s&@top_srcdir@&$ac_top_srcdir&;t t
30070 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30071 s&@builddir@&$ac_builddir&;t t
30072 s&@abs_builddir@&$ac_abs_builddir&;t t
30073 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30074 s&@INSTALL@&$ac_INSTALL&;t t
30075 $ac_datarootdir_hack
30077 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30078 if $ac_cs_awk_getline; then
30079 $AWK -f "$tmp/subs.awk"
30080 else
30081 $AWK -f "$tmp/subs.awk" | $SHELL
30082 fi >$tmp/out \
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 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30088 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30089 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30090 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30091 which seems to be undefined. Please make sure it is defined." >&5
30092 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30093 which seems to be undefined. Please make sure it is defined." >&2;}
30095 rm -f "$tmp/stdin"
30096 case $ac_file in
30097 -) cat "$tmp/out" && rm -f "$tmp/out";;
30098 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30099 esac \
30100 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30101 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30102 { (exit 1); exit 1; }; }
30106 # CONFIG_HEADER
30108 if test x"$ac_file" != x-; then
30110 $as_echo "/* $configure_input */" \
30111 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30112 } >"$tmp/config.h" \
30113 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30114 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30115 { (exit 1); exit 1; }; }
30116 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30117 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30118 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30119 else
30120 rm -f "$ac_file"
30121 mv "$tmp/config.h" "$ac_file" \
30122 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30123 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30124 { (exit 1); exit 1; }; }
30126 else
30127 $as_echo "/* $configure_input */" \
30128 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30129 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30130 $as_echo "$as_me: error: could not create -" >&2;}
30131 { (exit 1); exit 1; }; }
30135 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30136 $as_echo "$as_me: executing $ac_file commands" >&6;}
30138 esac
30141 case $ac_file$ac_mode in
30142 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30143 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30144 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30145 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30146 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30147 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30148 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30149 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30150 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30151 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30152 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30153 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30154 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30156 esac
30157 done # for ac_tag
30160 { (exit 0); exit 0; }
30161 _ACEOF
30162 chmod +x $CONFIG_STATUS
30163 ac_clean_files=$ac_clean_files_save
30165 test $ac_write_fail = 0 ||
30166 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30167 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30168 { (exit 1); exit 1; }; }
30171 # configure is writing to config.log, and then calls config.status.
30172 # config.status does its own redirection, appending to config.log.
30173 # Unfortunately, on DOS this fails, as config.log is still kept open
30174 # by configure, so config.status won't be able to write to it; its
30175 # output is simply discarded. So we exec the FD to /dev/null,
30176 # effectively closing config.log, so it can be properly (re)opened and
30177 # appended to by config.status. When coming back to configure, we
30178 # need to make the FD available again.
30179 if test "$no_create" != yes; then
30180 ac_cs_success=:
30181 ac_config_status_args=
30182 test "$silent" = yes &&
30183 ac_config_status_args="$ac_config_status_args --quiet"
30184 exec 5>/dev/null
30185 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30186 exec 5>>config.log
30187 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30188 # would make configure fail if this is the last instruction.
30189 $ac_cs_success || { (exit 1); exit 1; }
30191 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30192 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30193 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30197 if test "$no_create" = "yes"
30198 then
30199 exit 0
30202 ac_save_IFS="$IFS"
30203 if test "x$wine_notices != "x; then
30204 echo >&6
30205 IFS="|"
30206 for msg in $wine_notices; do
30207 IFS="$ac_save_IFS"
30208 if test -n "$msg"; then
30209 { $as_echo "$as_me:$LINENO: $msg" >&5
30210 $as_echo "$as_me: $msg" >&6;}
30212 done
30214 IFS="|"
30215 for msg in $wine_warnings; do
30216 IFS="$ac_save_IFS"
30217 if test -n "$msg"; then
30218 echo >&2
30219 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30220 $as_echo "$as_me: WARNING: $msg" >&2;}
30222 done
30223 IFS="$ac_save_IFS"
30225 echo "
30226 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30227 " >&6